.hero .reveal-word,
.hero .brand-word,
.hero .bolt-wrap,
.hero .hero-copy { animation: none; }
html, body { max-width: 100%; overflow-x: clip; overscroll-behavior-x: none; }
body > header, body > main, body > footer { max-width: 100%; }
.hero .reveal-word { opacity: 0; }
.hero .brand-word { opacity: 0; transform: translateX(10px); }
.hero .brand-volt { transform: translateX(-10px); }
.hero .bolt-wrap { transform: scale(.2) rotateZ(-30deg); }
.hero .hero-copy { opacity: 0; }
.brand-signature { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(4px, .55vw, 8px); }
.brand-lockup { display: grid; grid-template-columns: auto auto auto; justify-items: center; row-gap: 12px; }
.company-legal { grid-column: 1 / -1; width: calc(100% - 4px); margin-left: 4px; display: flex; justify-content: space-between; color: rgba(237,233,220,.8); font: 500 clamp(13px,1.25vw,18px)/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; opacity: 0; transform: translateY(8px); }
.company-legal > span { flex: 0 0 auto; }
.company-legal .legal-space { flex-basis: .42em; }
.energy-mark { flex: 0 0 auto; width: clamp(118px,14vw,218px); height: auto; opacity: 0; filter: drop-shadow(0 0 7px rgba(112,232,154,.22)); }
.energy-mark svg { display: block; width: 100%; height: auto; }
.hero.is-active .reveal-word { animation: rise .75s .3s forwards; }
.hero.is-active .brand-word { animation: word-in .9s 1.25s cubic-bezier(.2,.8,.1,1) forwards; }
.hero.is-active .bolt-wrap { animation: bolt-spin 1.1s cubic-bezier(.15,.9,.25,1) forwards; }
.hero.is-active .company-legal { animation: rise .65s 1.72s forwards; }
.hero.is-active .energy-mark { animation: appear .55s 1.5s forwards; }
.hero.is-active .hero-copy { animation: rise .7s 1.75s forwards; }
.story-page { min-height: 100svh; background: #0b211b; color: var(--cream); position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.story-page::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 45%, rgba(219,167,44,.12), transparent 32%), linear-gradient(90deg, rgba(8,17,15,.8), transparent 64%); pointer-events: none; z-index: 1; }
.story-page-copy { position: relative; z-index: 2; margin: 0 0 10vh 8vw; width: min(370px, 38vw); }
.story-page-copy h2 { font: 500 clamp(42px, 6vw, 90px)/.98 var(--serif); letter-spacing: -.055em; margin: 22px 0 25px; }
.story-page-copy h2 em { color: var(--gold); font-weight: 500; }
.story-page-copy p:last-child { color: rgba(237,233,220,.68); font-size: 14px; line-height: 1.7; max-width: 280px; }
.story-page .power-story { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; margin: 0; overflow: hidden; background: #0a1720; }
.story-page .power-story::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(6,18,15,.5), transparent 58%); }
.power-story-video { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: saturate(.86) contrast(1.05) brightness(.8); }
.story-page figcaption { position: absolute; z-index: 2; top: 26px; right: 5vw; color: rgba(237,233,220,.62); font: 9px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.metric-note { grid-column: 1 / -1; margin: 16px 0 0; color: rgba(237,233,220,.48); font: 9px/1.5 var(--mono); letter-spacing: .06em; }
.statement .eyebrow { font-weight: 600; }
.statement h1,.statement h1 em { font-weight: 600; }
.statement-copy { font-weight: 500; }
.dial b { font-size: 18px; line-height: 1.15; text-align: center; }
.system-cta { display: flex; justify-content: space-between; gap: 20px; margin: 30px 6vw 0; color: #705716; font: 11px var(--mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.system-cta span { color: #9a7317; }
.footer-link { color: var(--gold); font: 10px var(--mono); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.mobile-nav-cta { display: none; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.system-card { isolation: isolate; transition: transform .35s ease, box-shadow .35s ease; }
.system-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,13,11,.12) 4%, rgba(4,13,11,.18) 40%, rgba(4,13,11,.9) 100%); pointer-events: none; }
.system-card-image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.system-card h3,.system-card p,.system-card .card-index { position: relative; z-index: 2; color: var(--cream); }
.system-card p { color: rgba(237,233,220,.86); }
.system-card:hover { transform: translateY(-5px); box-shadow: 0 20px 35px rgba(6,18,15,.18); }
.system-card:hover .system-card-image { transform: scale(1.055); }
.hero-actions { position: relative; z-index: 2; display: flex; gap: 10px; margin-top: 25px; }
.hero-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 16px; font: 600 10px var(--mono); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.hero-primary { background: var(--gold); color: #152019; }
.hero-secondary { border: 1px solid rgba(237,233,220,.45); color: var(--cream); }
.action-icon { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.hero-actions .action-icon { width: 18px; height: 18px; }
.direct-contact a:first-child { display: inline-flex; align-items: center; gap: 8px; }
.whatsapp-float .action-icon { width: 18px; height: 18px; }
.service-solutions { position: relative; padding: 12vw 11vw; background: #d8d1c2; color: var(--forest); }
.service-solutions h2 { max-width: 760px; margin: 22px 0; font: 500 clamp(44px,6vw,90px)/.96 var(--serif); letter-spacing: -.055em; }
.service-solutions h2 em { color: #a87b1f; font-weight: 500; }
.services-intro { max-width: 480px; margin: 0; color: #4b5b52; font-size: 15px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 55px; }
.service-card { min-height: 470px; display: flex; flex-direction: column; padding: 30px; background: #12372b; color: var(--cream); }
.service-card-alt { background: #1d2822; }
.service-card svg { width: 72px; height: 72px; fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.service-index { margin: 42px 0 12px; color: rgba(237,233,220,.65); font: 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { max-width: 340px; margin: 0; font: 500 clamp(34px,4vw,61px)/.96 var(--serif); letter-spacing: -.055em; }
.service-card > p:not(.service-index) { max-width: 390px; margin: 22px 0 0; color: rgba(237,233,220,.75); font-size: 14px; line-height: 1.75; }
.service-card a { display: inline-flex; align-items: center; gap: 15px; width: fit-content; margin-top: auto; padding-top: 28px; color: var(--gold); font: 600 10px var(--mono); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.service-card a span { font-size: 17px; }
.services-cta { display: inline-flex; gap: 18px; margin-top: 28px; color: #705716; font: 600 10px var(--mono); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.services-cta span { color: #a87b1f; font-size: 17px; }
.installations { position: relative; padding: 12vw 11vw; background: #102f25; color: var(--cream); }
.installations h2,.process h2 { max-width: 750px; margin: 22px 0 22px; font: 500 clamp(44px,6vw,90px)/.96 var(--serif); letter-spacing: -.055em; }
.installations h2 em,.process h2 em { color: var(--gold); font-weight: 500; }
.installations-intro { max-width: 440px; margin: 0; color: rgba(237,233,220,.72); font-size: 15px; line-height: 1.75; }
.installations-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 55px; }
.installation { position: relative; min-height: 540px; margin: 0; overflow: hidden; background: #07120f; }
.installation::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,12,10,.04), rgba(3,12,10,.88)); pointer-events: none; }
.installation img,.installation video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.installation:hover img,.installation:hover video { transform: scale(1.035); }
.installation-media-video video { object-fit: contain; object-position: center; background: #07120f; }
.video-play-overlay { position: absolute; z-index: 2; top: 50%; left: 50%; display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 11px 14px; border: 1px solid rgba(237,233,220,.48); background: rgba(7,18,15,.46); color: var(--cream); cursor: pointer; opacity: .78; transform: translate(-50%, -50%); backdrop-filter: blur(5px); font: 600 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; transition: opacity .25s ease, transform .25s ease, background .25s ease; }
.video-play-overlay:hover { background: rgba(7,18,15,.78); opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
.video-play-overlay.is-hidden { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.96); }
.video-play-overlay svg { width: 18px; height: 18px; fill: var(--gold); stroke: currentColor; stroke-width: .8; }
.installation figcaption { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; }
.installation figcaption span { color: var(--gold); font: 10px var(--mono); letter-spacing: .16em; }
.installation figcaption strong { display: block; margin-top: 14px; font: 500 clamp(24px,2.2vw,34px)/1.08 var(--serif); letter-spacing: -.035em; }
.installation figcaption p { margin: 9px 0 0; color: rgba(237,233,220,.74); font-size: 12px; line-height: 1.55; }
.project-open { display: inline-flex; align-items: center; gap: 11px; margin: 19px 0 0; padding: 0; border: 0; background: transparent; color: var(--gold); cursor: pointer; font: 600 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.project-open span { font: 400 17px/1 var(--sans); letter-spacing: 0; }
.project-open:hover { color: var(--cream); }
.project-modal { position: fixed; z-index: 50; inset: 0; display: none; place-items: center; padding: 17px; background: rgba(3,12,10,.82); color: var(--cream); backdrop-filter: blur(5px); }
.project-modal.is-open { display: grid; }
.project-modal-shell { position: relative; width: min(1060px, 100%); max-height: min(90svh, 900px); overflow: auto; padding: clamp(28px,4vw,52px); background: #102f25; border: 1px solid rgba(237,233,220,.2); }
.project-modal h2 { max-width: 720px; margin: 17px 45px 34px 0; font: 500 clamp(36px,5vw,68px)/.96 var(--serif); letter-spacing: -.055em; }
.project-modal-close { position: absolute; top: 21px; right: 21px; width: 38px; height: 38px; border: 1px solid rgba(237,233,220,.35); background: transparent; color: var(--cream); cursor: pointer; font: 300 29px/1 var(--sans); }
.project-modal-close:hover { border-color: var(--gold); color: var(--gold); }
.project-modal-media { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.project-modal-media > * { display: block; width: 100%; min-height: 250px; max-height: 530px; background: #07120f; object-fit: contain; }
.process { position: relative; padding: 12vw 11vw; background: #e8e2d4; color: var(--forest); }
.process-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(28px, 3vw, 46px); align-items: end; }
.process-heading h2 { margin-bottom: 0; }
.process-heading > p:last-child { margin: 0; color: #4b5b52; font-size: 15px; line-height: 1.75; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 58px 0 0; padding: 1px; background: rgba(12,33,28,.15); list-style: none; }
.process-grid li { min-height: 238px; padding: 22px; background: #e8e2d4; }
.process-grid span { color: #9a7317; font: 10px var(--mono); letter-spacing: .14em; }
.process-grid h3 { margin: 43px 0 12px; font: 500 27px/1.08 var(--serif); letter-spacing: -.035em; }
.process-grid p { margin: 0; color: #516057; font-size: 12px; line-height: 1.65; }
.direct-contact { display: grid; gap: 9px; margin-top: 32px; }
.direct-contact a { width: fit-content; color: var(--cream); font-size: 13px; text-decoration: none; }
.direct-contact a:first-child { color: var(--gold); font: 600 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.direct-contact p { margin: 5px 0 0; color: rgba(237,233,220,.56); font-size: 11px; line-height: 1.65; }
.consultation-form small { color: rgba(237,233,220,.52); font-size: 9px; letter-spacing: 0; text-transform: none; }

/* Keyboard focus is deliberately visible without changing the visual system. */
:where(a, button, input, select, summary):focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 4px;
}

.statement h2 {
  font: 600 clamp(42px,6vw,90px)/.98 var(--serif);
  letter-spacing: -.055em;
  margin: 22px 0 25px;
}

.statement h2 em { font-weight: 600; color: #a87b1f; }

.hero-copy { font-weight: 400; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
.whatsapp-float { position: fixed; z-index: 15; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 16px; padding: 13px 15px; background: #dba72c; color: #152019; box-shadow: 0 12px 28px rgba(0,0,0,.22); font: 600 10px var(--mono); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.social-links { display: flex; gap: 14px; align-items: center; }
.social-links a { color: rgba(237,233,220,.7); font: 10px var(--mono); letter-spacing: .05em; text-decoration: none; }
.social-links a:hover { color: var(--gold); }
.site-closeout { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr 1.1fr .8fr; gap: 30px; padding: 8vw 5vw 6vw; background: #0b1714; color: var(--cream); border-top: 1px solid rgba(237,233,220,.15); }
.closeout-brand .nav-brand { width: fit-content; }
.closeout-brand > p { max-width: 220px; margin: 22px 0 0; color: rgba(237,233,220,.56); font-size: 12px; line-height: 1.7; }
.closeout-title { margin: 0 0 17px; color: var(--gold); font: 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.closeout-links { display: grid; gap: 10px; }
.closeout-links a { color: rgba(237,233,220,.78); font-size: 12px; line-height: 1.4; text-decoration: none; }
.closeout-links a:hover { color: var(--gold); }
.closeout-copy { margin: 0 0 15px; color: rgba(237,233,220,.66); font-size: 12px; line-height: 1.65; }
footer { justify-content: space-between; }
.not-found-page { min-height: 100svh; background: #07120f; color: #ede9dc; }
.not-found { min-height: 100svh; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(28px, 8vw, 120px); }
.not-found .nav-brand { position: absolute; top: clamp(24px, 4vw, 54px); left: clamp(28px, 8vw, 120px); color: #ede9dc; }
.not-found h1 { max-width: 850px; margin: 18px 0 24px; font: 500 clamp(56px, 10vw, 150px)/.88 var(--serif); letter-spacing: -.065em; }
.not-found h1 em { color: var(--gold); }
.not-found > p:not(.eyebrow) { max-width: 400px; margin: 0 0 30px; color: rgba(237,233,220,.7); font-size: 15px; line-height: 1.7; }
.legal-page { min-height: 100svh; background: #e8e2d4; color: var(--forest); }
.legal-header { position: relative; background: #07120f; }
.legal-main { max-width: 920px; margin: 0 auto; padding: clamp(95px,12vw,160px) clamp(25px,6vw,70px) 90px; }
.legal-main h1 { margin: 20px 0 48px; font: 500 clamp(48px,8vw,100px)/.92 var(--serif); letter-spacing: -.06em; }
.legal-main h1 em { color: #a87b1f; font-weight: 500; }
.legal-main section { max-width: 700px; margin: 0 0 39px; }
.legal-main h2 { margin: 0 0 13px; font: 500 clamp(25px,3vw,38px)/1 var(--serif); letter-spacing: -.04em; }
.legal-main p,.legal-main li { color: #4b5b52; font-size: 15px; line-height: 1.8; }
.legal-main p { margin: 0; }
.legal-main ul { margin: 12px 0 0; padding-left: 20px; }
.legal-main a { color: #75601d; }
.residence-showcase { position: relative; display: flex; align-items: flex-end; min-height: 82svh; overflow: hidden; background: #091812; color: var(--cream); }
.residence-showcase::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,12,.82), rgba(5,14,12,.18) 65%), linear-gradient(0deg, rgba(5,14,12,.58), transparent 54%); pointer-events: none; }
.residence-showcase-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.residence-showcase-copy { position: relative; z-index: 1; width: min(600px, 70vw); margin: 0 0 11vh 11vw; }
.residence-showcase h2 { margin: 20px 0 23px; font: 500 clamp(44px,6.2vw,94px)/.96 var(--serif); letter-spacing: -.055em; }
.residence-showcase h2 em { color: var(--gold); font-weight: 500; }
.residence-showcase-copy > p:last-child { max-width: 345px; margin: 0; color: rgba(237,233,220,.74); font-size: 15px; line-height: 1.75; }
.leadership,.faq { position: relative; padding: 12vw 11vw; }
.leadership { min-height: 82svh; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(250px,.72fr); column-gap: clamp(40px,9vw,140px); row-gap: clamp(36px,5vw,70px); align-items: center; background: #e8e2d4; color: var(--forest); }
.leadership h2,.faq h2 { font: 500 clamp(42px,6vw,90px)/.98 var(--serif); letter-spacing: -.055em; margin: 22px 0 0; }
.leadership h2 em,.faq h2 em { color: #a87b1f; font-weight: 500; }
.leadership-heading { grid-column: 1; align-self: end; }
.leadership-copy { grid-column: 1; max-width: 465px; }
.leadership-copy > p:first-child { color: #4b5b52; font-size: 16px; line-height: 1.8; }
.leadership-copy > p + p { color: #4b5b52; font-size: 16px; line-height: 1.8; margin-top: 20px; }
.leadership-copy strong { color: var(--forest); font-weight: 700; }
.ceo-portrait { grid-column: 2; grid-row: 1 / span 2; justify-self: end; width: min(100%,385px); aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: #19382e; box-shadow: 18px 18px 0 rgba(168,123,31,.13); }
.ceo-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.03); }
.ceo-portrait figcaption { padding-top: 13px; color: var(--forest); font: 700 10px/1.45 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.ceo-portrait figcaption span { display: block; margin-top: 3px; color: #756c59; font-weight: 400; }
.leadership blockquote { border-left: 2px solid var(--gold); margin: 38px 0 24px; padding-left: 22px; font: 500 clamp(24px,2.6vw,37px)/1.18 var(--serif); letter-spacing: -.035em; }
.leadership-role { color: #756c59; font: 10px/1.65 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.faq { min-height: 92svh; background: #0d2b22; color: var(--cream); }
.faq .eyebrow { margin-top: 0; }
.faq-list { margin-top: 60px; border-top: 1px solid rgba(237,233,220,.2); }
.faq details { border-bottom: 1px solid rgba(237,233,220,.2); }
.faq summary { cursor: pointer; display: flex; justify-content: space-between; gap: 25px; padding: 24px 0; color: var(--cream); font: 500 clamp(18px,2vw,28px)/1.2 var(--serif); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--gold); font: 300 27px/1 var(--sans); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 560px; margin: -3px 0 26px; color: rgba(237,233,220,.72); font-size: 14px; line-height: 1.75; }
@media (max-width: 760px) {
  .desktop-nav-cta { display: none; }
  .mobile-nav-cta { display: inline-block; }
  .brand-signature { max-width: calc(100% - 32px); }
  .brand-signature { gap: 0; }
  .brand-lockup { row-gap: 9px; }
  .brand-word { font-size: clamp(51px, 14vw, 60px); }
  .company-legal { font-size: 10px; letter-spacing: .07em; }
  .energy-mark { width: clamp(68px, 20vw, 84px); margin-right: -8px; }
  .story-page { min-height: 760px; display: block; }
  .story-page-copy { position: absolute; left: 24px; top: 38px; bottom: auto; margin: 0; width: 235px; }
  .story-page-copy h2 { font-size: 36px; margin: 14px 0 0; }
  .story-page-copy p:last-child { display: none; }
  .story-page .power-story { height: 100%; }
  .story-page .power-story-video { object-fit: contain; object-position: center; }
  .story-page::before { background: linear-gradient(180deg, rgba(8,17,15,.72), rgba(8,17,15,.08) 32%, rgba(8,17,15,.58)); }
  .story-page figcaption { top: 18px; right: 20px; }
  .hero-copy { max-width: 290px; }
  .hero-actions { width: calc(100% - 40px); flex-direction: column; margin-top: 20px; }
  .hero-actions a { width: 100%; }
  .metric-note { margin-top: 12px; }
  .system-cta { align-items: flex-start; flex-direction: column; gap: 8px; margin: 24px 8px 0; }
  .service-solutions { padding: 100px 28px 70px; }
  .service-solutions h2 { font-size: 47px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .service-card { min-height: 360px; padding: 24px; }
  .service-index { margin-top: 30px; }
  .service-card h3 { font-size: 47px; }
  .system-card:hover { transform: none; }
  .residence-showcase { min-height: 680px; }
  .residence-showcase::after { background: linear-gradient(180deg, rgba(5,14,12,.34), rgba(5,14,12,.12) 42%, rgba(5,14,12,.9)); }
  .residence-showcase-image { object-position: 56% center; }
  .residence-showcase-copy { width: calc(100% - 50px); margin: 0 25px 56px; }
  .residence-showcase h2 { font-size: 47px; }
  .residence-showcase-copy > p:last-child { font-size: 14px; }
  .installations,.process,.leadership,.faq { padding: 100px 28px 70px; }
  .installations h2,.process h2 { font-size: 47px; }
  .installations-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .installation { min-height: 430px; }
  .project-modal { padding: 11px; }
  .project-modal-shell { width: min(100%, 600px); }
  .project-modal-shell { padding: 28px 20px 22px; }
  .project-modal h2 { margin: 15px 40px 26px 0; font-size: 42px; }
  .project-modal-media { grid-template-columns: 1fr; }
  .project-modal-media > * { min-height: 0; max-height: 500px; }
  .legal-main { padding-top: 105px; }
  .legal-main h1 { margin-bottom: 37px; font-size: 53px; }
  .process-heading { display: block; }
  .process-heading > p:last-child { margin-top: 25px; font-size: 14px; }
  .process-grid { grid-template-columns: 1fr 1fr; margin-top: 35px; }
  .process-grid li { min-height: 200px; padding: 18px; }
  .process-grid h3 { margin-top: 30px; font-size: 23px; }
  .leadership { min-height: auto; display: flex; flex-direction: column; align-items: flex-start; }
  .leadership h2,.faq h2 { font-size: 47px; }
  .leadership-copy { margin-top: 42px; }
  .leadership-copy > p:first-child { font-size: 14px; }
  .leadership-copy > p + p { font-size: 14px; }
  .ceo-portrait { width: min(100%, 340px); margin-top: 30px; }
  .faq-list { margin-top: 40px; }
  .faq summary { font-size: 22px; padding: 21px 0; }
  .direct-contact { margin-top: 25px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .site-closeout { grid-template-columns: 1fr 1fr; gap: 38px 22px; padding: 72px 25px 54px; }
  .closeout-brand { grid-column: 1 / -1; }
  .closeout-brand > p { max-width: 270px; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  footer > span:nth-child(2) { display: inline; }
}
