@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#253b47;--green:#d6e993;--paper:#f8f9f6;--line:#d8ddd7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid #90ab42;outline-offset:6px}.header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fff}.brand{display:flex;align-items:center;gap:12px;line-height:1}.brand img{object-fit:contain}.brand>span{font-family:Georgia,serif;letter-spacing:6px;font-size:29px}.brand small{display:block;font:9px 'DM Sans',sans-serif;letter-spacing:1.5px;margin-top:8px}.header nav{display:flex;gap:38px;align-items:center;font-size:14px}.nav-contact{border-bottom:1px solid var(--ink);padding:10px 0}.nav-contact span{margin-left:30px}.menu{display:none}.hero{min-height:710px;height:calc(100svh - 100px);max-height:1000px;position:relative;color:white;background:#526268}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-image{object-position:center 48%}.hero-shade{background:linear-gradient(90deg,rgba(10,23,27,.64),rgba(10,23,27,.1)),linear-gradient(0deg,rgba(8,21,26,.3),transparent 50%)}.hero-content{position:relative;z-index:1;padding:70px 7% 90px;max-width:1500px;margin:auto}.eyebrow,.section-label{font-size:12px;letter-spacing:2px;font-weight:600}.eyebrow{margin:0 0 32px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:500}h1{font-size:clamp(64px,7.1vw,110px);line-height:1.05;letter-spacing:-5px;margin-bottom:36px}h1 em,h2 em{font-family:Georgia,serif;font-weight:400}h1 em{color:var(--green)}.hero-bottom{display:flex;align-items:center;gap:60px}.hero-bottom p{margin:0;font-size:17px;line-height:1.6}.button{padding:17px 24px;display:inline-flex;align-items:center;gap:45px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{transform:translateY(-3px)}.light{background:#fff;color:var(--ink)}.hero-caption{position:absolute;bottom:26px;left:7%;right:7%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.7px}.hero-caption a{font-size:14px}.section{padding:75px 7% 95px}.section-label{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;margin-bottom:65px;font-size:11px}h2{font-size:clamp(35px,3.7vw,57px);line-height:1.2;letter-spacing:-2px;margin-bottom:24px}.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:9%}.about h2 span{color:#7b8686}.about-copy p{max-width:500px;color:#53636a}.architect{display:flex;align-items:center;gap:18px;margin-top:35px}.architect-line{height:44px;width:3px;background:#9ec54c}.architect strong,.architect div>span{display:block}.architect div>span{font-size:14px;color:#68757b}.services{background:#eaf0ed}.services-heading,.inspiration-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:50px}.services-heading p,.inspiration-heading p{color:#63736e}.service-grid{display:grid;grid-template-columns:repeat(3,1fr)}.service-grid article{border-top:1px solid #c3d0c9;padding:28px 32px 30px 0;margin-right:32px}.number{font-size:12px;color:#6d7d76;display:block;margin-bottom:28px}.service-grid h3{font-size:23px;letter-spacing:-.6px;margin-bottom:15px}.service-grid p{font-size:15px;color:#586b62;margin:0;max-width:290px}.image-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:30px}figure{margin:0}.image-grid figure:nth-child(2){padding-top:75px}.image-grid img{width:100%;height:440px;object-fit:cover;display:block}.image-grid figure:nth-child(2) img{height:365px}figcaption{display:flex;justify-content:space-between;gap:10px;margin-top:15px;font-size:16px}figcaption span:last-child{font-size:10px;letter-spacing:1px;padding-top:5px}.image-note{font-size:12px;color:#758078;margin:26px 0 0}.contact{background:#213e33;color:#fff}.contact .section-label{border-color:#4c6258;color:#cfddd5}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:8%}.contact h2{font-size:clamp(40px,4.6vw,70px);margin-bottom:35px}.contact h2 em{color:var(--green)}.green{background:var(--green);color:#213e33}.contact-details{padding-top:10px}.detail-label{display:block;font-size:10px;letter-spacing:1.8px;color:#b8cabf;margin-bottom:12px}.phone{display:block;font-size:29px;margin-bottom:35px}.contact address{font-style:normal;font-size:15px;line-height:1.9;color:#e0e7e3}.map-link{display:inline-block;font-size:14px;margin-top:16px;border-bottom:1px solid #8b9e94}footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:38px 5%;background:white}footer p{font-size:11px;color:#6a7477;margin:0}footer .brand>span{font-size:24px}footer .brand small{font-size:8px}@media(min-width:1600px){.section{padding-left:max(7%,calc((100vw - 1376px)/2));padding-right:max(7%,calc((100vw - 1376px)/2))}}@media(max-width:800px){.header{height:82px}.header nav{gap:20px}.brand>span{font-size:24px}.brand small{font-size:8px}.hero{height:auto;min-height:690px}.hero-content{padding-top:75px}h1{font-size:78px;letter-spacing:-3px}.hero-bottom{align-items:start;flex-direction:column;gap:26px}.section{padding:55px 6% 65px}.section-label{margin-bottom:40px}.about-grid{gap:35px;grid-template-columns:1fr}.about-copy p{max-width:none}.service-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr;gap:45px}footer{flex-wrap:wrap}.image-grid img{height:330px}.image-grid figure:nth-child(2) img{height:255px}}@media(max-width:580px){.menu{display:block;background:none;border:0;padding:10px;font-size:14px}.menu span{margin-left:8px}.header{position:relative;z-index:5}.header nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:25px 7%;align-items:start;box-shadow:0 10px 20px #0001}.header nav.open{display:flex;flex-direction:column}.hero{min-height:665px}.hero-content{padding-top:55px}.eyebrow{font-size:10px;letter-spacing:1.5px}h1{font-size:65px;line-height:1.1}.hero-bottom p{font-size:16px}.hero-caption{font-size:9px;letter-spacing:1px}.section-label{font-size:9px;letter-spacing:1px;gap:20px}.section-label span:last-child{text-align:right}.services-heading,.inspiration-heading{display:block}.services-heading p,.inspiration-heading p{margin-top:20px}.service-grid{grid-template-columns:1fr}.service-grid article{margin:0;padding:24px 0}.service-grid p{max-width:none}.number{margin-bottom:15px}.image-grid{grid-template-columns:1fr;gap:30px}.image-grid figure:nth-child(2){padding-top:0}.image-grid img,.image-grid figure:nth-child(2) img{height:340px}.contact h2{font-size:43px}.button{gap:24px;padding:17px 20px}footer{align-items:start;flex-direction:column;padding:35px 6%;gap:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
