:root {
  --paper: #f5f7f6;
  --surface: #e9efed;
  --surface-strong: #dce7e3;
  --ink: #102f43;
  --muted: #5c6e78;
  --navy: #0b416a;
  --navy-dark: #072f4f;
  --green: #4d7f1c;
  --green-soft: #dbe9cc;
  --blue-soft: #d9eaf4;
  --line: #d5dfdc;
  --white: #fff;
  --shell: min(1390px, calc(100% - 64px));
  --sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --focus: #0b416a;
  --z-header: 20;
  --z-skip: 100;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 6.5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: var(--z-skip); top: -5rem; left: 1rem; padding: .8rem 1rem; border-radius: var(--radius-sm); background: var(--white); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 1rem; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-header { position: absolute; z-index: var(--z-header); top: 22px; left: 50%; transform: translateX(-50%); width: min(1220px, calc(100% - 40px)); height: 74px; padding: 0 10px 0 22px; border: 1px solid rgba(11, 65, 106, .08); border-radius: var(--radius-md); background: rgba(255, 255, 255, .96); display: flex; align-items: center; gap: 2rem; box-shadow: 0 16px 45px rgba(7, 47, 79, .10); backdrop-filter: blur(14px); }
.site-header.is-scrolled { position: fixed; top: 10px; }
.wordmark { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.wordmark img { width: 222px; height: auto; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 1.6rem; }
.site-nav a { color: var(--ink); font-size: .82rem; font-weight: 600; text-decoration: none; }
.site-nav a:is(:hover, :focus-visible) { color: var(--green); }
.header-cta { padding: .95rem 1.25rem; border-radius: var(--radius-pill); background: var(--navy); color: var(--white); font-size: .8rem; font-weight: 700; text-decoration: none; }
.header-cta:is(:hover, :focus-visible) { background: var(--navy-dark); }
.menu-toggle { display: none; }

.hero { min-height: min(900px, 100svh); height: 900px; position: relative; display: grid; align-items: end; overflow: hidden; isolation: isolate; color: var(--white); }
.hero__media, .hero__shade { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 64%; }
.hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(5, 34, 56, .88) 0%, rgba(5, 34, 56, .54) 42%, rgba(5, 34, 56, .10) 72%), linear-gradient(0deg, rgba(3, 28, 47, .52), transparent 58%); }
.hero__content { padding-bottom: clamp(5.5rem, 9vw, 8.5rem); display: grid; justify-items: start; }
.hero-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.hero-chips span, .eyebrow { display: inline-flex; width: max-content; border-radius: var(--radius-xs); background: rgba(255, 255, 255, .92); padding: .48rem .68rem; color: var(--navy); font: 500 .69rem/1.1 var(--mono); letter-spacing: .055em; }
.hero h1 { max-width: 850px; margin: 0 0 1.5rem; font-size: clamp(4rem, 6vw, 6.8rem); font-weight: 600; line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.hero p { max-width: 590px; margin: 0; color: rgba(255, 255, 255, .88); font-size: 1.05rem; line-height: 1.65; text-wrap: pretty; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.25rem; border-radius: var(--radius-pill); font-size: .82rem; font-weight: 700; text-decoration: none; }
.button--light { background: var(--white); color: var(--navy); }
.button--glass { border: 1px solid rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .11); color: var(--white); backdrop-filter: blur(10px); }
.button--dark { background: var(--navy); color: var(--white); }
.button:is(:hover, :focus-visible) { transform: translateY(-2px); }
.button--dark:is(:hover, :focus-visible) { background: var(--navy-dark); }
.button:active, .header-cta:active { transform: translateY(0) scale(.98); }

.trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.trust article { min-width: 0; padding: 4rem 2.3rem 4.5rem; border-right: 1px solid var(--line); }
.trust article:first-child { padding-left: 0; }
.trust article:last-child { padding-right: 0; border-right: 0; }
.trust__icon { display: inline-grid; width: 2.8rem; height: 2.8rem; place-items: center; border-radius: var(--radius-sm); background: var(--green-soft); color: var(--green); font: 600 .72rem/1 var(--mono); }
.trust h2 { margin: 1.25rem 0 .55rem; font-size: .78rem; letter-spacing: .035em; }
.trust p { max-width: 15rem; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.section { padding: clamp(5.5rem, 9vw, 9rem) 0; }
.section-head { max-width: 800px; margin: 0 auto 4rem; text-align: center; }
.section-head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: clamp(3rem, 8vw, 9rem); text-align: left; }
.section-head--split .eyebrow { grid-column: 1 / -1; }
.section-head h2 { margin: 1.2rem 0 0; font-size: clamp(3rem, 4.7vw, 5.4rem); font-weight: 600; line-height: .96; letter-spacing: -.065em; text-wrap: balance; }
.section-head--split h2 { grid-column: 1; }
.section-head > p { max-width: 580px; margin: 1.25rem auto 0; color: var(--muted); line-height: 1.65; text-wrap: pretty; }
.section-head--split > p { grid-column: 2; align-self: end; margin: 1.25rem 0 .5rem; }
.eyebrow { background: var(--blue-soft); }
.eyebrow--dark { background: rgba(255, 255, 255, .12); color: var(--white); }

.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 410px; gap: 1rem; }
.service-card { grid-column: span 3; position: relative; display: flex; align-items: end; overflow: hidden; border-radius: var(--radius-lg); padding: 1.6rem; color: var(--white); text-decoration: none; background: var(--navy); }
.service-card:nth-child(3) { grid-column: span 2; }
.service-card:nth-child(4) { grid-column: span 4; }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.16, 1, .3, 1); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 34, 55, .88), rgba(4, 34, 55, .04) 72%); }
.service-card > span { position: relative; z-index: 1; max-width: 12ch; font-size: clamp(1.55rem, 2.5vw, 2.3rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.service-card > b { position: absolute; z-index: 1; right: 1.5rem; bottom: 1.5rem; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--white); color: var(--navy); }
.service-card:is(:hover, :focus-visible) > img { transform: scale(1.045); }

.story { padding-top: 1rem; }
.story__panel { min-height: 730px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface-strong); }
.story__panel > picture, .story__panel > picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.story__panel > picture img { object-fit: cover; object-position: center 72%; }
.story__panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 34, 55, .16), transparent 65%); }
.story article { position: absolute; z-index: 1; top: 18px; left: 18px; bottom: 18px; width: min(475px, 43%); padding: clamp(2rem, 4vw, 3.4rem); border-radius: var(--radius-md); background: var(--navy-dark); color: var(--white); display: flex; flex-direction: column; align-items: flex-start; }
.story h2 { margin: 2rem 0 1.5rem; font-size: clamp(2.5rem, 3.7vw, 4.2rem); font-weight: 600; line-height: .98; letter-spacing: -.055em; }
.story p { max-width: 42ch; margin: 0 0 1rem; color: rgba(255, 255, 255, .76); font-size: .95rem; }
.story .button { margin-top: auto; }

.projects { background: var(--surface); }
.projects .section-head > .eyebrow { display: flex; margin-inline: auto; }
.project-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; }
.project-gallery figure { grid-column: span 3; position: relative; aspect-ratio: 1 / 1; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: var(--surface-strong); }
.project-gallery figure:nth-child(1), .project-gallery figure:nth-child(8), .project-gallery figure:nth-child(13) { grid-column: span 6; aspect-ratio: 16 / 9; }
.project-gallery figure:nth-child(6), .project-gallery figure:nth-child(11) { grid-column: span 4; }
.project-gallery figure:nth-child(7), .project-gallery figure:nth-child(12) { grid-column: span 5; }
.project-gallery picture, .project-gallery img { width: 100%; height: 100%; }
.project-gallery img { object-fit: cover; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
.project-gallery figcaption { position: absolute; inset: auto .75rem .75rem .75rem; padding: .55rem .65rem; border-radius: var(--radius-xs); background: rgba(5, 37, 60, .82); color: var(--white); font: 500 .68rem/1.25 var(--mono); backdrop-filter: blur(8px); }
.project-gallery figure:hover img { transform: scale(1.035); }

.value__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); align-items: center; gap: clamp(4rem, 10vw, 11rem); }
.value__photo { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius-lg); }
.value__photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.value__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 34, 55, .48), transparent 50%); }
.value__photo > span { position: absolute; z-index: 1; left: 1.25rem; bottom: 1.25rem; padding: .55rem .7rem; border-radius: var(--radius-xs); background: var(--white); color: var(--navy); font: 500 .68rem/1 var(--mono); letter-spacing: .04em; }
.value h2 { max-width: 670px; margin: 1.4rem 0 2.6rem; font-size: clamp(3rem, 4.5vw, 5rem); font-weight: 600; line-height: .96; letter-spacing: -.065em; }
.value-list { display: grid; gap: 1.35rem; }
.value-list p { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: .85rem; margin: 0; color: var(--muted); font-size: .94rem; }
.value-list b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: var(--radius-sm); background: var(--green-soft); color: var(--green); font: 600 .68rem/1 var(--mono); }
.value-list strong { display: block; margin-bottom: .15rem; color: var(--ink); }
.value .button { margin-top: 2.4rem; }

.process { background: var(--surface); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.process-grid li { min-height: 320px; padding: 1.8rem; border-radius: var(--radius-md); background: var(--white); display: flex; flex-direction: column; }
.process-grid li > span { color: var(--green); font: 600 1.7rem/1 var(--mono); }
.process-grid h3 { margin: auto 0 .9rem; font-size: 1.15rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.process-photos { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.process-photos figure { position: relative; height: 310px; margin: 0; overflow: hidden; border-radius: var(--radius-md); }
.process-photos img { width: 100%; height: 100%; object-fit: cover; }
.process-photos figcaption { position: absolute; left: .75rem; bottom: .75rem; padding: .5rem .65rem; border-radius: var(--radius-xs); background: rgba(5, 37, 60, .82); color: var(--white); font: 500 .68rem/1.2 var(--mono); }

.applications .section-head { text-align: left; margin-left: 0; }
.application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.application-grid article { overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); }
.application-grid img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; }
.application-grid article > div { padding: 1.4rem 1.5rem 1.7rem; }
.application-grid span { color: var(--green); font: 600 .7rem/1 var(--mono); }
.application-grid h3 { margin: .7rem 0 .45rem; font-size: 1.45rem; letter-spacing: -.03em; }
.application-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq { background: var(--surface); }
.faq__layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.faq .section-head { margin: 0; text-align: left; }
.faq .section-head > p { margin-left: 0; }
.accordion details { margin: 0 0 .65rem; padding: 1.15rem 1.25rem; border-radius: var(--radius-sm); background: var(--white); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: var(--radius-xs); background: var(--blue-soft); color: var(--navy); font-size: 1.25rem; }
.accordion details[open] summary span { background: var(--navy); color: var(--white); }
.accordion p { max-width: 64ch; margin: .9rem 3.5rem .2rem 0; color: var(--muted); font-size: .9rem; }

.contact { padding: 5rem 0; }
.contact__visual { min-height: 720px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-dark); }
.contact__visual > picture, .contact__visual > picture img, .contact__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact__visual > picture img { object-fit: cover; object-position: center 60%; }
.contact__shade { background: linear-gradient(180deg, rgba(255, 255, 255, .88) 0 52%, rgba(5, 37, 60, .92) 52%); }
.contact__copy { position: absolute; z-index: 1; top: 4.8rem; left: 50%; transform: translateX(-50%); width: min(720px, calc(100% - 32px)); text-align: center; }
.contact__copy .eyebrow { margin-inline: auto; }
.contact__copy h2 { margin: 1rem 0; font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 600; line-height: .94; letter-spacing: -.065em; }
.contact__copy p { max-width: 560px; margin: 0 auto 1.4rem; color: var(--muted); }
.contact__pending { max-width: 540px; margin: 0 auto; padding: .9rem 1rem; border: 1px solid #bdd29f; border-radius: var(--radius-sm); background: #f5faee; color: var(--green); display: grid; gap: .15rem; }
.contact__pending strong { font-size: .82rem; }
.contact__pending span { font-size: .78rem; }
.contact__trust { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; min-height: 190px; padding: 1.8rem 4rem; color: var(--white); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact__trust > div { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: .8rem; align-content: center; padding: 0 1.4rem; border-right: 1px solid rgba(255, 255, 255, .15); }
.contact__trust > div:last-child { border-right: 0; }
.contact__trust span { color: #9acb68; font: 600 .8rem/1 var(--mono); }
.contact__trust p { margin: 0; color: rgba(255, 255, 255, .72); font-size: .8rem; }
.contact__trust b { display: block; margin-bottom: .3rem; color: var(--white); font-size: .72rem; letter-spacing: .035em; }

.site-footer { padding: 5rem 0 1.7rem; background: var(--paper); }
.footer__top { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: clamp(2rem, 7vw, 7rem); }
.footer__top > div { display: grid; align-content: start; gap: .65rem; }
.footer__brand img { width: min(350px, 100%); height: auto; }
.footer__brand p { max-width: 32ch; }
.footer__top b { color: var(--green); font: 600 .7rem/1 var(--mono); letter-spacing: .06em; }
.footer__top p, .footer__top a { margin: 0; color: var(--muted); font-size: .88rem; }
.footer__top a { text-decoration: none; }
.footer__top a:is(:hover, :focus-visible), .footer__bottom a:is(:hover, :focus-visible) { color: var(--green); }
.footer__bottom { min-height: 90px; display: flex; align-items: end; justify-content: space-between; color: var(--muted); font-size: .76rem; }
.footer__bottom a { text-decoration: none; }

@media (max-width: 1080px) {
  .site-header { gap: 1rem; }
  .wordmark img { width: 190px; }
  .site-nav { gap: 1rem; }
  .site-nav a { font-size: .76rem; }
  .trust article { padding-inline: 1.3rem; }
  .story article { width: min(475px, 50%); }
  .project-gallery figure { grid-column: span 4; }
  .project-gallery figure:nth-child(7), .project-gallery figure:nth-child(12) { grid-column: span 6; }
  .contact__trust { padding-inline: 1rem; }
}

@media (max-width: 860px) {
  body.menu-open { overflow: hidden; }
  .site-header { top: max(10px, env(safe-area-inset-top)); width: calc(100% - 24px); height: 66px; padding: 0 8px 0 14px; gap: 1rem; }
  .site-header.is-scrolled { top: max(6px, env(safe-area-inset-top)); }
  .wordmark img { width: 210px; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; max-height: calc(100svh - 6rem); overflow: auto; flex-direction: column; align-items: stretch; gap: 0; padding: .55rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 18px 45px rgba(7, 47, 79, .16); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; min-height: 46px; display: flex; align-items: center; padding: .7rem .2rem; border-bottom: 1px solid var(--line); font-size: .94rem; }
  .site-nav a:last-child { border-bottom: 0; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; padding: 0; place-items: center; align-content: center; gap: 5px; border: 0; border-radius: var(--radius-sm); background: var(--surface); color: var(--navy); cursor: pointer; }
  .menu-toggle i { display: block; width: 22px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.25px) rotate(-45deg); }
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust article { border-bottom: 1px solid var(--line); }
  .trust article:nth-child(2) { border-right: 0; }
  .trust article:nth-last-child(-n + 2) { border-bottom: 0; }
  .section-head--split { grid-template-columns: 1fr; }
  .section-head--split h2, .section-head--split > p { grid-column: 1; }
  .section-head--split > p { margin-top: 1rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 380px; }
  .service-card, .service-card:nth-child(3), .service-card:nth-child(4) { grid-column: span 1; }
  .story__panel { min-height: 680px; }
  .story article { width: min(460px, 58%); }
  .value__grid { gap: 3rem; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq__layout { grid-template-columns: 1fr; }
  .faq .section-head { max-width: 700px; }
  .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-grid article:last-child { grid-column: 1 / -1; }
  .footer__top { grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
}

@media (max-width: 680px) {
  :root { --shell: min(calc(100% - 32px), 1390px); }
  .wordmark img { width: 185px; }
  .hero { height: auto; min-height: 100svh; align-items: end; }
  .hero__media img { object-position: 56% center; }
  .hero__shade { background: linear-gradient(0deg, rgba(4, 34, 55, .90) 0%, rgba(4, 34, 55, .50) 58%, rgba(4, 34, 55, .16)); }
  .hero__content { padding-top: 8.5rem; padding-bottom: calc(4rem + env(safe-area-inset-bottom)); }
  .hero h1 { max-width: 12ch; font-size: clamp(3rem, 14vw, 4rem); line-height: .94; }
  .hero p { max-width: 34rem; font-size: .96rem; }
  .hero__actions { width: 100%; max-width: 24rem; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero-chips span { font-size: .62rem; }
  .trust article { padding: 2.7rem .9rem 3rem; }
  .trust article:nth-child(odd) { padding-left: 0; }
  .trust article:nth-child(even) { padding-right: 0; }
  .trust p { font-size: .8rem; }
  .section { padding: 5rem 0; }
  .section-head { margin: 0 0 2.7rem; text-align: left; }
  .section-head h2 { font-size: clamp(2.65rem, 12vw, 3.6rem); }
  .section-head > p { margin-left: 0; font-size: .94rem; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: clamp(330px, 102vw, 410px); gap: .8rem; }
  .service-card, .service-card:nth-child(3), .service-card:nth-child(4) { grid-column: 1; }
  .story { padding-top: 0; }
  .story__panel { min-height: 0; display: grid; }
  .story__panel > picture, .story__panel > picture img { position: relative; inset: auto; }
  .story__panel > picture img { height: 370px; object-position: center 72%; }
  .story__panel::after { display: none; }
  .story article { position: relative; inset: auto; width: auto; min-height: 500px; padding: 1.8rem; }
  .story h2 { font-size: 2.6rem; }
  .projects .section-head { text-align: left; }
  .projects .section-head > .eyebrow { margin-inline: 0; }
  .project-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .project-gallery figure, .project-gallery figure:nth-child(1), .project-gallery figure:nth-child(6), .project-gallery figure:nth-child(7), .project-gallery figure:nth-child(8), .project-gallery figure:nth-child(11), .project-gallery figure:nth-child(12), .project-gallery figure:nth-child(13) { grid-column: span 1; aspect-ratio: 1 / 1; }
  .project-gallery figure:nth-child(5n) { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
  .project-gallery figcaption { display: none; }
  .value__grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .value__photo { min-height: 0; aspect-ratio: 4 / 5; }
  .value h2 { font-size: 3rem; }
  .value .button { width: 100%; }
  .process-grid { grid-template-columns: 1fr; gap: .7rem; }
  .process-grid li { min-height: 0; display: grid; grid-template-columns: 2.8rem minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 1rem; padding: 1.4rem; }
  .process-grid li > span { grid-row: 1 / 3; font-size: 1.4rem; }
  .process-grid h3 { grid-column: 2; margin: 0; }
  .process-grid p { grid-column: 2; }
  .process-photos { grid-template-columns: 1fr; gap: .7rem; }
  .process-photos figure { height: 280px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-grid article:last-child { grid-column: auto; }
  .application-grid img { aspect-ratio: 4 / 4; }
  .faq__layout { gap: 2.5rem; }
  .accordion details { padding: 1rem; }
  .accordion summary { font-size: .94rem; line-height: 1.35; }
  .accordion p { margin-right: 0; }
  .contact { padding: 3rem 0; }
  .contact__visual { min-height: 820px; }
  .contact__shade { background: linear-gradient(180deg, rgba(255, 255, 255, .90) 0 58%, rgba(5, 37, 60, .94) 58%); }
  .contact__copy { top: 3rem; }
  .contact__copy h2 { font-size: 3rem; }
  .contact__trust { min-height: 275px; padding: 1rem 1.2rem; grid-template-columns: 1fr; }
  .contact__trust > div { min-height: 78px; padding: .7rem 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .contact__trust > div:last-child { border-bottom: 0; }
  .footer__top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer__brand img { width: min(310px, 100%); }
  .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: flex-end; gap: 1rem; padding-top: 3rem; }
}

@media (max-width: 380px) {
  :root { --shell: min(calc(100% - 24px), 1390px); }
  .site-header { width: calc(100% - 16px); }
  .wordmark img { width: 165px; }
  .hero h1 { font-size: 2.8rem; }
  .trust article { padding-inline: .6rem; }
  .value h2, .contact__copy h2 { font-size: 2.6rem; }
}
