@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,500&display=swap');
:root{--ink:#203b3b;--sea:#224d4b;--paper:#f7f8f6;--line:#dce2df;--muted:#657571}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #c49a59;outline-offset:4px}header{height:102px;padding:0 5%;display:flex;align-items:center;gap:30px;background:#fff}header nav{display:flex;gap:30px;margin:auto}header nav a{font-size:14px}.brand{font-size:30px;font-weight:800;letter-spacing:-1.4px;line-height:1.2}.brand span{display:block;font-size:9px;letter-spacing:2.3px;font-weight:600;margin-top:8px}.phone{font-size:15px;font-weight:700;white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:19px 26px;border:0;background:var(--sea);color:white;cursor:pointer;font-weight:600;font-size:14px;border-radius:3px;transition:background .2s,transform .2s}.button:hover{background:#306361;transform:translateY(-2px)}.button.small{padding:14px 20px}.button.light{background:#fff;color:var(--ink)}.button.light:hover{background:#e5eeea}.hero{position:relative;min-height:710px;background:#516867;color:#fff;overflow:hidden}.hero-photo,.hero-shade{position:absolute;inset:0}.hero-photo{background:url('house.webp') center 58%/cover}.hero-shade{background:linear-gradient(90deg,rgba(10,31,31,.72),rgba(10,31,31,.16) 70%),linear-gradient(0deg,rgba(10,31,31,.55),transparent 24%)}.hero-content{position:relative;padding:78px 6% 130px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 25px}h1{font-size:clamp(54px,5.8vw,86px);line-height:1.06;letter-spacing:-3px;font-weight:500;margin:0 0 28px}em{font-family:'Playfair Display',Georgia,serif;font-weight:500}h1 em{color:#d8e8d9}.intro{line-height:1.8;font-size:17px;color:#f0f3ef}.hero-actions{display:flex;align-items:center;gap:34px;margin-top:34px}.text-link{font-size:14px;border-bottom:1px solid #ffffff80;padding:12px 0}.hero-bottom{position:absolute;bottom:0;left:6%;right:6%;padding:25px 0;border-top:1px solid #ffffff45;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1px}.section,.calculator-section,.request-section{padding:88px 6%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:38px}h2{font-size:clamp(36px,3.5vw,52px);font-weight:500;line-height:1.15;letter-spacing:-1.7px;margin:0}h2 em{color:#6b8980}.section-heading>p{color:var(--muted);font-size:15px}.projects{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.project{background:white;border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:transform .2s}.project:hover{transform:translateY(-5px)}.project-visual{height:170px;position:relative;background:#d4ded7}.project-visual img{width:100%;height:100%;object-fit:cover}.project:nth-child(2) img{object-position:65%}.project:nth-child(3) img{object-position:85%}.project:nth-child(4) img{object-position:35%}.project:nth-child(5) img{object-position:95%}.project-tag{position:absolute;top:12px;left:12px;font-size:11px;background:#fffc;padding:4px 10px;border-radius:2px}.project-body{padding:18px}.project h3{font-size:22px;line-height:1.2;margin:0 0 12px;font-weight:600}.project h3 span{font-weight:400;color:#78928a}.specs{font-size:12px;color:var(--muted);padding-bottom:16px;border-bottom:1px solid var(--line)}.project-price{font-size:18px;font-weight:700;margin:16px 0 4px}.project .note{font-size:11px;margin:0}.project button{background:none;border:0;border-top:1px solid var(--line);padding:15px 0 0;width:100%;text-align:left;margin-top:18px;color:var(--sea);cursor:pointer;font-size:13px;font-weight:700}.note{font-size:12px;color:var(--muted);line-height:1.7}.projects+.note{margin-top:22px}.calculator-section{background:#eaf0ed}.calculator{display:grid;grid-template-columns:1fr 1.1fr .9fr;gap:0;border:1px solid #d4dfd9;background:#fff;border-radius:5px;overflow:hidden}.controls,.plan-panel,.estimate{padding:28px}.controls{border-right:1px solid var(--line)}label{display:block;font-size:14px;font-weight:600;margin-bottom:9px}select,input:not([type=checkbox]):not([type=range]),textarea{width:100%;border:1px solid #cdd7d2;border-radius:3px;padding:12px 13px;background:transparent;color:var(--ink);min-width:0}select{margin-bottom:22px;background:white}.label-row{display:flex;justify-content:space-between}.label-row strong{font-size:18px}.range-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin:0 0 21px}input[type=range]{width:100%;accent-color:var(--sea)}fieldset{border:0;padding:0;margin:0}legend{font-size:14px;font-weight:600;margin-bottom:12px}.check{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:400}.check input{accent-color:var(--sea);width:17px;height:17px}.check span{margin-left:auto;font-size:11px;white-space:nowrap}.plan-panel{display:flex;flex-direction:column;justify-content:center;background:#fafbf9}.plan-title{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1px;margin-bottom:35px}.plan-title strong{font-size:12px;letter-spacing:0}.floor{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr .6fr;border:5px solid #45635b;min-height:280px;gap:3px;background:#45635b;position:relative}.room{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f0eee6;text-align:center;padding:14px 3px;font-size:11px;line-height:1.4}.room strong{font-size:15px;margin-top:5px;font-weight:500}.room.living{grid-row:span 2;background:#e0e9e1}.room.hall{background:#f8f8f2}.terrace-plan{border:1px dashed #7a9186;padding:13px;text-align:center;font-size:11px;margin:9px 15px;background:repeating-linear-gradient(0deg,#e6dfd130,#e6dfd130 6px,#c6b99c40 7px)}.plan-panel>.note{margin-top:25px}.estimate{background:var(--sea);color:#fff;display:flex;flex-direction:column;justify-content:center}.estimate .eyebrow{font-size:11px}.price{font-size:clamp(25px,2.6vw,39px);font-weight:500;letter-spacing:-1px;white-space:nowrap;margin:0}.estimate-sub{font-size:12px;color:#bfcec8;margin:7px 0 25px}.break-row{display:flex;justify-content:space-between;font-size:12px;padding:12px 0;border-top:1px solid #ffffff25;gap:12px}.break-row span:last-child{white-space:nowrap}.estimate .button{margin-top:25px;padding:17px}.estimate .note{color:#bdcec6;font-size:11px}.engineering{display:grid;grid-template-columns:1fr 1.1fr;gap:10%}.engineering-intro>p:not(.eyebrow){color:var(--muted);font-size:15px;max-width:460px;margin-top:25px}.partner-link{display:flex;gap:40px;align-items:center;font-size:30px;font-weight:700;margin-top:35px}.partner-link span{font-size:12px;font-weight:400;border-bottom:1px solid #9caaa3}.services article{display:flex;gap:25px;padding:23px 0;border-top:1px solid var(--line)}.services article>span{color:#88a096;font-size:13px}.services h3{font-size:20px;font-weight:500;margin:0 0 8px}.services p{font-size:14px;color:var(--muted);margin:0}.services>.note{margin-top:20px;font-size:12px}.services a{text-decoration:underline}.request-section{display:grid;grid-template-columns:1fr 1fr;gap:14%;background:#e6ede8}.request-section h2{font-size:clamp(40px,4.5vw,65px)}.request-section>div>p:not(.eyebrow){color:var(--muted);font-size:15px}.big-phone{font-size:28px;display:block;margin:30px 0 0}.request-section input,.request-section textarea{margin-bottom:18px;background:#ffffff70!important}.request-section .button{width:100%;margin-top:8px}.request-section form>.note{font-size:11px}#lead-result{margin-top:22px;padding:20px;background:white}#lead-result strong{font-size:14px}#lead-text{margin-top:15px;font-size:13px}#copy-state{font-size:12px}footer{padding:35px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff}footer p{font-size:11px;color:var(--muted)}footer>a:last-child{font-size:14px}@media(min-width:1600px){header,.section,.calculator-section,.request-section,footer{padding-left:max(6%,calc((100vw - 1500px)/2));padding-right:max(6%,calc((100vw - 1500px)/2))}}@media(max-width:1100px){header{gap:20px}header nav{gap:18px}header .small{display:none}.projects{grid-template-columns:repeat(3,1fr)}.calculator{grid-template-columns:1fr 1fr}.estimate{grid-column:span 2}.estimate .price{font-size:40px}.estimate .button{max-width:360px}.hero{min-height:650px}.engineering{gap:6%}.request-section{gap:8%}}@media(max-width:700px){header{height:84px;padding:0 6%;justify-content:space-between}.brand{font-size:25px}.brand span{font-size:8px;letter-spacing:1.5px}header nav{display:none}.phone{font-size:12px}.hero{min-height:670px}.hero-content{padding-top:65px}.hero-photo{background-position:60% center}.hero-shade{background:linear-gradient(90deg,#142b2bd9,#142b2b40),linear-gradient(0deg,#142b2b99,transparent)}h1{font-size:58px;letter-spacing:-2px}.eyebrow{font-size:10px;letter-spacing:1.4px}.intro{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-bottom span:first-child,.hero-bottom span:last-child{display:none}.section,.calculator-section,.request-section{padding:58px 6%}.section-heading{display:block}.section-heading>p{margin-top:22px;font-size:14px}.projects{grid-template-columns:1fr 1fr;gap:12px}.project-body{padding:14px}.project-visual{height:145px}.project h3{font-size:20px}.project-price{font-size:16px}.specs{font-size:11px}.project-tag{font-size:10px}.calculator{grid-template-columns:1fr}.estimate{grid-column:auto}.controls{border-right:0}.controls,.plan-panel,.estimate{padding:24px}.plan-panel{border-top:1px solid var(--line)}.floor{min-height:310px}.room{font-size:13px}.plan-title{font-size:11px}.check{font-size:13px}.engineering,.request-section{grid-template-columns:1fr;gap:35px}.engineering h2 br:last-child{display:none}.partner-link{font-size:27px}.services h3{font-size:18px}footer{flex-wrap:wrap;padding:30px 6%}footer .brand{width:100%}footer p{max-width:200px}.big-phone{font-size:27px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}} 

.director{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%;align-items:center;border-top:1px solid var(--line)}.director>img{width:100%;height:490px;object-fit:cover;object-position:center 40%;border-radius:4px}.director h3{font-size:19px;margin:30px 0 0}.director p:not(.eyebrow){color:var(--muted);max-width:440px}.director .button{margin-top:15px}.floor.compact{min-height:180px;grid-template-rows:auto auto}.floor-label{font-size:12px;font-weight:700;margin:12px 0}.compact .room{padding:10px 4px}@media(max-width:700px){.director{grid-template-columns:1fr;gap:30px}.director>img{height:380px}.director h2{font-size:42px}}
