/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--orange:#f05a14;--orange-dark:#cf4308;--ink:#242629;--muted:#666a70;--line:#dedbd5;--paper:#f4f1eb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f4f1ebf0;border-bottom:1px solid #2426291f;grid-template-columns:auto 1fr auto;align-items:center;min-height:88px;padding:10px clamp(24px,5vw,80px);display:grid;position:sticky;top:0}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{place-items:center;width:58px;height:58px;display:grid}.brand-mark img{object-fit:contain;width:100%;height:100%}.brand-name{flex-direction:column;gap:3px;display:flex}.brand-name strong{letter-spacing:.12em;font-size:17px}.brand-name small{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.desktop-nav{color:#4d5054;justify-content:center;gap:clamp(20px,3vw,42px);font-size:14px;display:flex}.desktop-nav a{border-bottom:1px solid #0000;padding:12px 0;transition:color .18s,border-color .18s}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--ink);border-color:var(--orange);outline:none}.header-cta,.button-primary{color:var(--white);background:var(--orange);justify-content:center;align-items:center;transition:background .18s,transform .18s;display:inline-flex}.header-cta{min-height:46px;padding:0 20px;font-size:13px;font-weight:700}.header-cta:hover,.button-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.hero{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);min-height:calc(100vh - 88px);padding:clamp(48px,8vw,110px) clamp(24px,5vw,80px) 54px;display:grid;overflow:hidden}.hero-copy{z-index:2;align-self:center;max-width:720px;padding-right:clamp(20px,4vw,72px);position:relative}.eyebrow{color:var(--orange);letter-spacing:.16em;text-transform:uppercase;margin:0 0 24px;font-size:12px;font-weight:800}.hero h1{letter-spacing:-.055em;max-width:780px;margin:0;font-size:clamp(54px,6.5vw,104px);font-weight:500;line-height:.94}.hero h1 span{color:var(--orange)}.hero-description{color:#565a5f;max-width:610px;margin:34px 0 0;font-size:clamp(18px,1.7vw,23px);line-height:1.55}.hero-actions{align-items:center;gap:30px;margin-top:42px;display:flex}.button{gap:20px;min-height:58px;padding:0 26px;font-size:14px;font-weight:800}.text-link{border-bottom:1px solid var(--ink);gap:12px;padding:12px 0;font-size:14px;font-weight:700;display:inline-flex}.hero-visual{background:#d7d3ca;align-self:stretch;min-height:620px;position:relative;overflow:hidden}.hero-visual:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#101418b8);position:absolute;inset:0}.hero-visual>img{object-fit:cover;object-position:74% center;width:100%;height:100%;transform:scale(1.02)}.hero-card{z-index:2;color:#fff;grid-template-columns:auto 1fr;align-items:end;column-gap:24px;display:grid;position:absolute;bottom:30px;left:30px;right:30px}.hero-card span{color:#f4b38f;letter-spacing:.15em;text-transform:uppercase;grid-column:1/-1;margin-bottom:8px;font-size:11px;font-weight:800}.hero-card strong{letter-spacing:-.035em;font-size:clamp(27px,3vw,44px);font-weight:500}.hero-card small{color:#fffc;text-align:right;justify-self:end;max-width:210px;padding-bottom:6px;font-size:12px;line-height:1.4}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:0 clamp(24px,5vw,80px);display:grid}.trust-strip p{border-right:1px solid var(--line);color:#4d5054;letter-spacing:.02em;align-items:center;min-height:78px;margin:0;padding:0 28px;font-size:13px;display:flex}.trust-strip p:first-child{padding-left:0}.trust-strip p:last-child{border-right:0}.trust-strip span{color:var(--orange);margin-right:18px;font-size:11px;font-weight:800}.section-shell{padding:clamp(90px,10vw,150px) clamp(24px,5vw,80px)}.section-heading{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:80px;margin-bottom:58px;display:grid}.section-heading h2{letter-spacing:-.045em;max-width:800px;margin:0;font-size:clamp(42px,5vw,76px);font-weight:500;line-height:.98}.section-heading>p{max-width:500px;color:var(--muted);margin:0 0 4px;font-size:17px;line-height:1.7}.services-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-right:1px solid var(--line);flex-direction:column;min-height:430px;padding:34px;transition:background .18s,transform .18s;display:flex}.service-card:first-child{padding-left:0}.service-card:last-child{border-right:0;padding-right:0}.service-number{color:var(--orange);letter-spacing:.1em;margin-bottom:60px;font-size:12px;font-weight:800}.service-card h3{letter-spacing:-.035em;max-width:300px;margin:0;font-size:clamp(26px,2.3vw,36px);font-weight:500;line-height:1.08}.service-card>p{max-width:390px;color:var(--muted);margin:24px 0 0;font-size:15px;line-height:1.7}.service-detail{color:#7b7e82;letter-spacing:.08em;text-transform:uppercase;margin-top:auto;padding:30px 0 18px;font-size:11px;font-weight:700}.service-card>a{border-top:1px solid var(--line);justify-content:space-between;padding-top:17px;font-size:13px;font-weight:800;display:flex}.approach{color:var(--white);background:var(--ink);grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:clamp(60px,9vw,150px);padding:clamp(90px,10vw,150px) clamp(24px,5vw,80px);display:grid}.approach-intro{align-self:start;position:sticky;top:130px}.approach-intro h2{letter-spacing:-.048em;max-width:690px;margin:0;font-size:clamp(46px,5.2vw,82px);font-weight:500;line-height:.98}.approach-intro>p:last-child{color:#ffffffa3;max-width:560px;margin:34px 0 0;font-size:17px;line-height:1.75}.process-list{border-top:1px solid #ffffff30}.process-step{border-bottom:1px solid #ffffff30;grid-template-columns:60px minmax(160px,.65fr) minmax(260px,1fr);align-items:start;gap:30px;padding:38px 0 44px;display:grid}.process-step>span{color:var(--orange);font-size:11px;font-weight:800}.process-step h3{letter-spacing:-.03em;margin:0;font-size:clamp(25px,2.2vw,36px);font-weight:500}.process-step p{color:#fff9;margin:0;font-size:15px;line-height:1.75}.projects-heading{margin-bottom:66px}.featured-project{background:var(--white);grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);min-height:690px;margin-bottom:24px;display:grid}.featured-project-image{background:#d2d0cb;position:relative;overflow:hidden}.featured-project-image img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.65,.3,1)}.featured-project-image:hover img{transform:scale(1.02)}.featured-project-image>span{color:var(--white);background:var(--orange);letter-spacing:.12em;text-transform:uppercase;padding:10px 13px;font-size:10px;font-weight:800;position:absolute;top:24px;left:24px}.featured-project-copy{flex-direction:column;padding:clamp(36px,5vw,68px);display:flex}.featured-project-copy h3{letter-spacing:-.055em;margin:0;font-size:clamp(52px,6vw,92px);font-weight:500;line-height:.92}.featured-project-copy>p{color:var(--muted);margin:38px 0 0;font-size:16px;line-height:1.75}.featured-project-copy dl{margin:auto 0 32px}.featured-project-copy dl>div{border-bottom:1px solid #e7e4df;justify-content:space-between;padding:13px 0;font-size:12px;display:flex}.featured-project-copy dt{color:var(--muted)}.featured-project-copy dd{margin:0;font-weight:700}.featured-project-am{margin-top:24px}.featured-project-am .featured-project-image{order:2}.project-detail-link{border-top:1px solid #d8d5cf;justify-content:space-between;padding-top:18px;font-size:13px;font-weight:800;display:flex}.projects-grid{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:24px;display:grid}.project-card{background:var(--white);overflow:hidden}.project-card-main{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);min-height:650px;display:grid}.project-card-secondary{grid-template-rows:minmax(340px,1fr) auto;display:grid}.project-image{background:#c8c6c1;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.65,.3,1)}.project-card:hover .project-image img{transform:scale(1.025)}.project-card-main .project-image img{object-position:65% center}.project-card-secondary .project-image img{object-position:62% center}.project-copy{flex-direction:column;padding:38px;display:flex}.project-type{color:var(--orange);letter-spacing:.13em;text-transform:uppercase;margin:0 0 38px;font-size:10px;font-weight:800}.project-copy h3{letter-spacing:-.045em;margin:0;font-size:clamp(34px,3.3vw,54px);font-weight:500;line-height:1}.project-copy>p:not(.project-type){color:var(--muted);margin:25px 0 0;font-size:15px;line-height:1.7}.project-copy ul{border-top:1px solid #e7e4df;grid-template-columns:repeat(2,1fr);gap:0;margin:30px 0;padding:0;list-style:none;display:grid}.project-copy li{color:#585b5f;border-bottom:1px solid #e7e4df;padding:13px 0;font-size:12px}.project-copy>a{border-top:1px solid #d8d5cf;justify-content:space-between;margin-top:auto;padding-top:17px;font-size:13px;font-weight:800;display:flex}.project-note{border-top:1px solid var(--line);grid-template-columns:240px 1fr;gap:40px;margin-top:50px;padding-top:24px;display:grid}.project-note span{color:var(--orange);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.project-note p{color:#55595d;margin:0;font-size:14px;line-height:1.65}.studio{border-top:1px solid var(--line);background:#e7e3dc;grid-template-columns:minmax(260px,.35fr) minmax(0,1fr);min-height:700px;padding:clamp(90px,10vw,150px) clamp(24px,5vw,80px);display:grid}.studio-side{flex-direction:column;justify-content:space-between;padding-right:50px;display:flex}.studio-index{color:#8b8b88;letter-spacing:.15em;font-size:11px;font-weight:800}.studio-copy{border-left:1px solid #cbc6bd;padding-left:clamp(40px,6vw,100px)}.studio-copy h2{letter-spacing:-.05em;max-width:1000px;margin:0;font-size:clamp(48px,6vw,92px);font-weight:500;line-height:.98}.studio-details{grid-template-columns:minmax(280px,1fr) minmax(280px,.7fr);align-items:end;gap:60px;margin-top:80px;display:grid}.studio-details>p{color:#5c6064;max-width:650px;margin:0;font-size:17px;line-height:1.75}.architect{border-top:1px solid #c8c2b8;flex-direction:column;padding-top:25px;display:flex}.architect strong{font-size:17px;line-height:1.35}.architect span{color:var(--orange);font-size:12px;font-weight:800}.architect small{color:#777a7d;margin-top:18px;font-size:11px}.contact{color:var(--white);background:var(--orange);padding:clamp(90px,11vw,170px) clamp(24px,8vw,130px)}.contact .eyebrow{color:#ffffffb8}.contact h2{letter-spacing:-.06em;max-width:1200px;margin:0;font-size:clamp(54px,8vw,124px);font-weight:500;line-height:.92}.contact-lead{color:#ffffffd4;max-width:710px;margin:46px 0 0;font-size:clamp(17px,1.6vw,22px);line-height:1.65}.contact-actions{align-items:center;gap:38px;margin-top:52px;display:flex}.contact-button{min-height:62px;color:var(--ink);background:var(--white);letter-spacing:.01em;border:1px solid #ffffffb3;border-radius:999px;justify-content:center;align-items:center;gap:20px;padding:0 12px 0 28px;transition:color .18s,background .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 14px 34px #5c23082e}.contact-button span{width:38px;height:38px;color:var(--white);background:var(--orange);border-radius:50%;place-items:center;font-size:17px;transition:color .18s,background .18s,transform .18s;display:grid}.contact-button:hover,.contact-button:focus-visible{color:var(--white);background:var(--ink);outline:none;transform:translateY(-2px);box-shadow:0 18px 38px #24262942}.contact-button:hover span,.contact-button:focus-visible span{color:var(--ink);background:var(--white);transform:rotate(45deg)}.contact-email{border-bottom:1px solid #fffc;padding:13px 0;font-size:14px;font-weight:700}.site-footer{color:#ffffffbf;background:#1c1e20;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;min-height:170px;padding:38px clamp(24px,5vw,80px);display:grid}.site-footer>div:first-child{flex-direction:column;gap:6px;display:flex}.site-footer strong{color:var(--white);letter-spacing:.13em}.site-footer span,.site-footer p,.footer-contact{font-size:11px}.site-footer p{text-align:center;margin:0}.footer-contact{text-align:right;flex-direction:column;justify-self:end;gap:8px;display:flex}.floating-whatsapp{display:none}.project-page{background:#f7f5f1}.project-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:92px;padding:12px clamp(24px,5vw,80px);display:flex}.project-back{font-size:13px;font-weight:700}.project-hero{padding:clamp(60px,9vw,130px) clamp(24px,5vw,80px) 0}.project-hero-title{grid-template-columns:minmax(300px,1.25fr) minmax(300px,.75fr);align-items:end;gap:70px;margin-bottom:55px;display:grid}.project-hero-title .eyebrow{grid-column:1/-1;margin-bottom:-30px}.project-hero-title h1{letter-spacing:-.075em;margin:0;font-size:clamp(72px,11vw,170px);font-weight:500;line-height:.82}.project-hero-title>p:last-child{max-width:600px;color:var(--muted);margin:0;font-size:18px;line-height:1.7}.project-hero-image{margin:0}.project-hero-image img{object-fit:cover;width:100%;height:min(76vw,930px)}.project-page figcaption{color:#74777b;letter-spacing:.06em;text-transform:uppercase;margin-top:12px;font-size:11px}.project-intro{grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:clamp(70px,12vw,190px);padding:clamp(90px,11vw,170px) clamp(24px,8vw,130px);display:grid}.project-facts{border-top:1px solid var(--line)}.project-facts>div{border-bottom:1px solid var(--line);grid-template-columns:42% 58%;padding:15px 0;display:grid}.project-facts dt{color:var(--muted);font-size:12px}.project-facts dd{margin:0;font-size:13px;font-weight:700}.project-story h2,.project-section-heading h2,.project-cta h2{letter-spacing:-.05em;margin:0;font-size:clamp(48px,6vw,92px);font-weight:500;line-height:.96}.project-story>p:not(.eyebrow){max-width:820px;color:var(--muted);margin:30px 0 0;font-size:17px;line-height:1.78}.project-quote{color:var(--white);background:var(--orange);margin:0;padding:clamp(90px,12vw,180px) clamp(24px,10vw,170px)}.project-quote blockquote{letter-spacing:-.055em;max-width:1240px;margin:0;font-size:clamp(44px,7vw,110px);font-weight:500;line-height:.98}.project-quote p{color:#ffffffd1;max-width:760px;margin:48px 0 0 auto;font-size:17px;line-height:1.8}.orientation-section{padding:clamp(95px,11vw,170px) clamp(24px,8vw,130px)}.orientation-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:70px;display:grid}.orientation-card{border-right:1px solid var(--line);min-height:390px;padding:34px 34px 42px 0}.orientation-card+.orientation-card{padding-left:34px}.orientation-card:last-child{border-right:0}.orientation-card span{color:var(--orange);letter-spacing:.12em;font-size:11px;font-weight:800}.orientation-card h3{letter-spacing:-.045em;margin:70px 0 22px;font-size:clamp(32px,3.5vw,54px);font-weight:500}.orientation-card p{color:var(--muted);margin:0;font-size:15px;line-height:1.75}.am-gallery-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:clamp(55px,8vw,110px);display:grid}.am-gallery-pair figure{margin:0}.am-gallery-pair img{aspect-ratio:4/3;object-fit:cover;width:100%}.project-gallery,.project-drawings{padding:clamp(90px,10vw,150px) clamp(24px,5vw,80px)}.project-gallery{color:var(--white);background:var(--ink)}.project-section-heading{max-width:1000px;margin-bottom:60px}.project-section-heading>p:not(.eyebrow){max-width:650px;color:var(--muted);margin:28px 0 0;font-size:16px;line-height:1.7}.project-gallery .project-section-heading h2{color:var(--white)}.gallery-wide{margin:0 0 clamp(55px,8vw,110px)}.gallery-wide:last-child{margin-bottom:0}.gallery-wide img{aspect-ratio:16/9;object-fit:cover;width:100%}.project-gallery figcaption{color:#ffffff94}.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:26px;display:grid}.plans-grid figure,.drawing-wide{margin:0}.plans-grid img,.drawing-wide img{background:#fff;width:100%}.plans-grid figure{background:#fff;padding:clamp(22px,3vw,46px)}.drawing-wide{margin-top:clamp(55px,8vw,105px)}.project-cta{color:var(--white);background:var(--orange);padding:clamp(95px,12vw,180px) clamp(24px,8vw,130px)}.project-cta h2{max-width:1150px}.project-cta>p:not(.eyebrow){color:#ffffffd1;max-width:700px;margin:34px 0 42px;font-size:18px;line-height:1.7}.project-footer{border-top:0}@media (width<=1080px){.site-header{grid-template-columns:auto 1fr}.desktop-nav{display:none}.header-cta{justify-self:end}.hero{grid-template-columns:1fr;gap:54px}.hero-copy{max-width:800px}.hero-visual{min-height:580px}.section-heading{grid-template-columns:1fr;gap:28px}.approach{grid-template-columns:1fr}.approach-intro{position:static}.projects-grid,.featured-project{grid-template-columns:1fr}.featured-project-image{min-height:620px}.project-hero-title,.project-intro{grid-template-columns:1fr;gap:45px}.orientation-grid{grid-template-columns:1fr}.orientation-card,.orientation-card+.orientation-card{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:34px 0 48px}.orientation-card h3{margin-top:30px}.project-hero-title .eyebrow{margin-bottom:-10px}.project-card-main{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.project-card-secondary{grid-template-rows:none;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.studio{grid-template-columns:1fr;gap:50px}.studio-side{flex-direction:row;min-height:auto;padding-right:0}.studio-copy{border-top:1px solid #cbc6bd;border-left:0;padding:50px 0 0}}@media (width<=760px){.site-header{min-height:74px;padding:8px 20px}.brand-mark{width:48px;height:48px}.brand-name small{display:none}.header-cta{min-height:42px;padding:0 14px;font-size:11px}.hero{min-height:auto;padding:60px 20px 30px}.hero h1{font-size:clamp(50px,16vw,72px)}.hero-actions{flex-direction:column;align-items:flex-start;gap:16px}.hero-visual{min-height:450px}.hero-card{bottom:20px;left:20px;right:20px}.hero-card small{display:none}.trust-strip{grid-template-columns:1fr;margin:0 20px}.trust-strip p,.trust-strip p:first-child{border-right:0;border-bottom:1px solid var(--line);min-height:62px;padding:0}.trust-strip p:last-child{border-bottom:0}.section-shell{padding:90px 20px}.services-grid{grid-template-columns:1fr}.service-card,.service-card:first-child,.service-card:last-child{border-right:0;border-bottom:1px solid var(--line);min-height:380px;padding:34px 0}.service-card:last-child{border-bottom:0}.approach{gap:60px;padding:90px 20px}.process-step{grid-template-columns:42px 1fr;gap:12px 18px}.process-step p{grid-column:2}.project-card-main,.project-card-secondary{grid-template-rows:auto auto;grid-template-columns:1fr}.featured-project{min-height:auto}.featured-project-image{min-height:390px}.featured-project-am .featured-project-image{order:initial}.featured-project-copy{min-height:510px;padding:32px 26px}.project-header{min-height:76px;padding:8px 20px}.project-back{font-size:11px}.project-hero{padding:65px 20px 0}.project-hero-title{margin-bottom:34px}.project-hero-title h1{font-size:clamp(74px,27vw,116px)}.project-hero-title>p:last-child{font-size:16px}.project-hero-image img{height:68vw;min-height:320px}.project-intro,.project-gallery,.project-drawings,.project-cta{padding:90px 20px}.plans-grid,.am-gallery-pair{grid-template-columns:1fr}.plans-grid figure{padding:20px 12px}.project-card-main .project-image,.project-card-secondary .project-image{min-height:330px}.project-copy{padding:28px}.project-note{grid-template-columns:1fr;gap:15px}.studio{padding:90px 20px}.studio-copy{padding-top:36px}.studio-details{grid-template-columns:1fr;gap:45px;margin-top:56px}.contact{padding:90px 20px}.contact h2{font-size:clamp(53px,16vw,78px)}.contact-actions{flex-direction:column;align-items:flex-start;gap:24px}.contact-button{justify-content:space-between;width:100%;max-width:360px}.site-footer{grid-template-columns:1fr;gap:30px;padding:50px 20px 100px}.site-footer p,.footer-contact{text-align:left;justify-self:start}.floating-whatsapp{z-index:60;min-height:48px;color:var(--white);background:#1f9d55;border:1px solid #ffffffbf;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:12px;font-weight:800;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 12px 30px #12191547}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
