@import "tailwindcss";
@import "../vendor/shadcn-tailwind-4.13.0.css";

:root {
  --navy: #061f2f;
  --navy-2: #0a334b;
  --blue: #0b527c;
  --blue-2: #126b9d;
  --sky: #dcecf2;
  --sky-2: #bddbe7;
  --orange: #d94b1b;
  --orange-2: #b83812;
  --paper: #f2f3ef;
  --white: #ffffff;
  --ink: #102a38;
  --muted: #57707c;
  --line: rgba(6, 31, 47, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
figure, blockquote { margin: 0; }
.shell { width: min(100%, 1360px); margin-inline: auto; }
.section-shell { padding: 66px max(26px, calc((100vw - 1360px) / 2)); }

.utility-bar { height: 30px; padding: 0 max(22px, calc((100vw - 1360px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: #b9d2df; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.utility-bar a { color: white; }
.site-header { position: sticky; top: 0; z-index: 30; height: 78px; overflow: hidden; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { height: 100%; max-width: 1360px; margin: auto; padding-block: 6px; padding-left: 24px; display: grid; grid-template-columns: 210px 1fr 214px; align-items: center; gap: 24px; }
.brand { width: 170px; padding: 7px 10px; display: block; background: white; }
.brand img { height: auto; }
.site-header .brand { height: 66px; padding: 2px 8px; display: flex; align-items: center; }
.site-header .brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; align-items: stretch; height: 100%; gap: clamp(13px, 1.3vw, 23px); }
.desktop-nav a { position: relative; display: flex; align-items: center; color: #264554; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 3px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.desktop-nav a[aria-current="page"] { color: var(--navy); }
.header-cta { align-self: stretch; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: var(--orange); color: white; font-size: 10px; font-weight: 900; letter-spacing: .08em; transition: background .2s ease; }
.header-cta:hover { background: var(--orange-2); }
.header-cta b { font-size: 18px; }
.mobile-menu { display: none; }

.section-code { display: flex; gap: 13px; align-items: center; color: var(--blue); font-size: 9px; line-height: 1; font-weight: 900; letter-spacing: .17em; }
.section-code span:first-child { padding-right: 13px; border-right: 1px solid currentColor; color: var(--orange); }
.section-code.light { color: #b8d6e3; }
.section-code.light span:first-child { color: #ff8b60; }
.section-head { max-width: 820px; }
.section-head h2 { max-width: 780px; margin: 16px 0 0; color: var(--navy); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: clamp(34px, 4vw, 58px); line-height: .94; letter-spacing: -.045em; font-stretch: condensed; }
.section-head > p { max-width: 610px; margin: 19px 0 0; color: var(--muted); font-size: 16px; line-height: 1.58; }
.section-head.light h2 { color: white; }
.section-head.light > p { color: #bdd5df; }
.action-link { width: max-content; min-height: 47px; margin-top: 26px; display: flex; align-items: center; background: var(--orange); color: white; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.action-link span { padding: 0 18px; }
.action-link b { align-self: stretch; width: 47px; display: grid; place-items: center; background: var(--orange-2); font-size: 17px; }
.action-link:hover span { background: var(--orange-2); }
.action-link.light { border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.05); }
.action-link.light b { background: var(--orange); }

.home-hero { position: relative; min-height: 610px; display: grid; grid-template-columns: minmax(420px, .96fr) minmax(470px, 1.04fr) 56px; background: var(--navy); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 44%; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.home-hero-copy { position: relative; z-index: 1; padding: 70px clamp(34px, 5vw, 78px) 64px max(30px, calc((100vw - 1360px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.home-hero h1 { max-width: 690px; margin: 25px 0 20px; color: white; font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: clamp(48px, 5.6vw, 78px); line-height: .88; letter-spacing: -.055em; }
.home-hero h1 em { color: #77bddd; font-style: normal; }
.home-hero-copy > p { max-width: 560px; margin: 0; color: #d3e3e9; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-actions > a:not(.action-link) { margin-top: 26px; padding-bottom: 5px; color: white; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.hero-actions > a:not(.action-link) span { color: #ff8b60; }
.home-hero-image { position: relative; min-height: 610px; overflow: hidden; }
.home-hero-image::after, .page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,31,47,.35), transparent 42%), linear-gradient(0deg, rgba(6,31,47,.55), transparent 35%); pointer-events: none; }
.home-hero-image img, .page-hero-media img { height: 100%; object-fit: cover; }
.home-hero-image figcaption, .page-hero-media figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; justify-content: space-between; color: white; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.home-hero-rail { display: flex; flex-direction: column; align-items: center; justify-content: space-around; background: var(--orange); color: white; overflow: hidden; }
.home-hero-rail span { width: 210px; transform: rotate(90deg); text-align: center; white-space: nowrap; font-size: 8px; font-weight: 900; letter-spacing: .18em; }

.credential-strip { position: relative; z-index: 3; margin-top: -1px; display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-left: 1px solid var(--line); }
.credential-strip article { min-height: 112px; padding: 22px 25px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); border-bottom: 5px solid transparent; }
.credential-strip article:nth-child(2) { background: var(--sky); }
.credential-strip article:nth-child(3) { background: #e9d8d0; }
.credential-strip article:hover { border-bottom-color: var(--orange); }
.credential-strip b { color: var(--blue); font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.04em; }
.credential-strip span { color: var(--navy); font-size: 9px; line-height: 1.5; font-weight: 900; letter-spacing: .1em; }

.support-section { background: var(--paper); }
.support-section > .section-head { margin-bottom: 38px; display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 60px; max-width: none; }
.support-section > .section-head .section-code { grid-column: 1; }
.support-section > .section-head h2 { grid-column: 1; }
.support-section > .section-head > p { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.card-matrix { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card-matrix article { min-height: 226px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); transition: background .2s ease, transform .2s ease; }
.card-matrix article:hover { position: relative; z-index: 2; background: white; transform: translateY(-4px); box-shadow: 0 14px 30px rgba(6,31,47,.1); }
.card-matrix article > div { display: flex; justify-content: space-between; color: var(--orange); font-size: 9px; font-weight: 900; }
.card-matrix h3 { margin: auto 0 14px; color: var(--navy); font-family: "Arial Narrow", Arial, sans-serif; font-size: 24px; line-height: .98; letter-spacing: -.025em; }
.card-matrix p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.story-panel { min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--sky); }
.story-image { position: relative; min-height: 590px; overflow: hidden; }
.story-image img { height: 100%; object-fit: cover; }
.story-image > span { position: absolute; left: 18px; bottom: 16px; z-index: 2; padding: 8px 10px; background: var(--orange); color: white; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.story-copy { padding: 58px clamp(34px, 4vw, 66px); display: flex; flex-direction: column; justify-content: center; border-top: 8px solid var(--blue); }
.story-copy > p { margin: 20px 0 0; color: #3f5e6d; font-size: 15px; line-height: 1.62; }

.dark-surface { background-color: var(--navy); background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 34px 34px; }
.services-index { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.service-index-list { border-top: 1px solid rgba(255,255,255,.25); }
.service-index-list a { min-height: 74px; display: grid; grid-template-columns: 48px .85fr 1.1fr 26px; align-items: center; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.25); color: white; transition: background .2s ease, padding .2s ease; }
.service-index-list a:hover { padding-inline: 14px; background: rgba(255,255,255,.06); }
.service-index-list span { color: #ff8b60; font-size: 9px; font-weight: 900; }
.service-index-list strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 20px; line-height: 1; }
.service-index-list p { margin: 0; color: #adc8d4; font-size: 12px; line-height: 1.45; }
.service-index-list b { color: #ff8b60; }

.expertise-panel { display: grid; grid-template-columns: .95fr 1fr 76px; gap: 0; background: var(--paper); }
.expertise-copy { padding-right: clamp(32px, 5vw, 78px); }
.expertise-copy > p, .shop-field > div > p { color: var(--muted); font-size: 15px; line-height: 1.62; }
.expertise-copy ul, .shop-field ul { margin: 24px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.expertise-copy li, .shop-field li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.expertise-panel > figure { position: relative; min-height: 500px; }
.expertise-panel > figure img { height: 100%; object-fit: cover; }
.expertise-panel > figure figcaption, .split-feature figcaption { position: absolute; inset: auto 18px 16px; display: flex; justify-content: space-between; color: white; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.expertise-panel aside { display: flex; flex-direction: column; align-items: center; justify-content: space-around; background: var(--blue); color: white; overflow: hidden; }
.expertise-panel aside span { width: 150px; transform: rotate(90deg); text-align: center; font-size: 8px; font-weight: 900; letter-spacing: .16em; }

.quote-panel { padding: 58px 24px; background: var(--sky); border-block: 1px solid var(--line); }
.quote-panel .shell { display: grid; grid-template-columns: 100px 1fr; align-items: start; max-width: 1120px; }
.quote-mark { grid-row: 1 / span 2; color: var(--orange); font-family: Georgia, serif; font-size: 90px; line-height: .8; }
.quote-panel blockquote { max-width: 940px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(21px, 2.2vw, 32px); line-height: 1.38; }
.quote-panel p { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.cta-panel { background: var(--blue); color: white; }
.cta-panel > .shell { min-height: 220px; padding: 42px 24px; display: grid; grid-template-columns: .45fr 1.2fr auto; align-items: center; gap: 40px; }
.cta-code { display: flex; flex-direction: column; gap: 10px; font-size: 8px; letter-spacing: .14em; }
.cta-panel p { margin: 0 0 7px; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.cta-panel h2 { margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.04em; }
.cta-panel .action-link { margin: 0; border: 1px solid rgba(255,255,255,.2); background: var(--navy); color: white; }
.cta-panel .action-link b { background: var(--orange); color: var(--navy); }

.page-hero { display: grid; grid-template-columns: minmax(420px, .92fr) minmax(480px, 1.08fr); background: var(--navy); }
.page-hero-copy { position: relative; min-height: 530px; padding: 64px clamp(38px, 5vw, 76px) 58px max(28px, calc((100vw - 1360px) / 2)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.page-hero-copy::after { content: ""; position: absolute; width: 240px; height: 240px; right: -120px; top: -120px; border: 50px solid rgba(18,107,157,.25); border-radius: 50%; }
.page-hero h1 { position: relative; z-index: 1; max-width: 690px; margin: 23px 0 20px; color: white; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(45px, 5vw, 70px); line-height: .9; letter-spacing: -.05em; }
.page-hero-copy > p { max-width: 620px; margin: 0; color: #c3d8e1; font-size: 16px; line-height: 1.58; }
.page-hero-media { position: relative; min-height: 530px; overflow: hidden; border-left: 8px solid var(--blue-2); }
.page-hero-tags { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--blue); color: white; }
.page-hero-tags span { min-height: 56px; padding: 0 25px; display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.25); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.page-hero-tags b { color: #ff9e7a; }

.matrix-section > .section-head, .team-grid > .section-head, .industry-section > .section-head, .gallery-section > .section-head, .prep-panel > .section-head { margin-bottom: 38px; }
.service-matrix { grid-template-columns: repeat(4, 1fr); }
.service-matrix article { min-height: 240px; }
.service-matrix article:nth-child(4n+2), .team-grid .card-matrix article:nth-child(2) { background: var(--sky); }
.service-matrix article:nth-child(4n+3), .team-grid .card-matrix article:nth-child(3) { background: #eadbd4; }
.group-band, .application-panel, .results-panel, .range-panel { background: var(--blue); }
.group-band { display: grid; grid-template-columns: .65fr 1.35fr; gap: 58px; }
.group-band .card-matrix, .application-panel .card-matrix, .results-panel .card-matrix, .range-panel .card-matrix { border-color: rgba(255,255,255,.28); }
.group-band .card-matrix article, .application-panel .card-matrix article, .results-panel .card-matrix article, .range-panel .card-matrix article { background: rgba(6,31,47,.15); border-color: rgba(255,255,255,.28); }
.group-band .card-matrix article:hover, .application-panel .card-matrix article:hover, .results-panel .card-matrix article:hover, .range-panel .card-matrix article:hover { background: var(--navy); }
.group-band .card-matrix h3, .application-panel .card-matrix h3, .results-panel .card-matrix h3, .range-panel .card-matrix h3 { color: white; }
.group-band .card-matrix p, .application-panel .card-matrix p, .results-panel .card-matrix p, .range-panel .card-matrix p { color: #c9dce4; }
.group-matrix { grid-template-columns: 1fr 1fr; }
.group-matrix article { min-height: 210px; }

.split-feature { min-height: 520px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); }
.split-feature.reverse { grid-template-columns: .95fr 1.05fr; }
.split-feature.reverse figure { order: 2; }
.split-feature figure { position: relative; min-height: 520px; overflow: hidden; }
.split-feature figure img { height: 100%; object-fit: cover; }
.split-feature-copy { padding: 58px clamp(38px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }

.founder-story { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; background: var(--paper); }
.founder-copy { padding-left: 50px; border-left: 1px solid var(--line); }
.founder-copy > p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.founder-copy blockquote { margin: 28px 0; padding: 24px 0 24px 27px; border-left: 6px solid var(--orange); color: var(--navy); font-family: Georgia, serif; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.38; }
.cert-panel { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; background: var(--orange); }
.cert-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.45); }
.cert-list span { min-height: 78px; padding: 18px; display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.cert-list b { color: #ffd2c2; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.proof-strip article { min-height: 160px; padding: 34px; border-right: 1px solid var(--line); }
.proof-strip strong { color: var(--navy); font-family: "Arial Narrow", Arial, sans-serif; font-size: 22px; }
.proof-strip p { color: var(--muted); font-size: 13px; line-height: 1.5; }

.industry-ledger { margin-top: 38px; border-top: 1px solid var(--line); }
.industry-ledger article { min-height: 132px; display: grid; grid-template-columns: 60px .75fr 1.1fr; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); }
.industry-ledger article:nth-child(even) { background: var(--sky); }
.industry-ledger span { padding-left: 18px; color: var(--orange); font-size: 9px; font-weight: 900; }
.industry-ledger h3 { margin: 0; color: var(--navy); font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(24px, 2.5vw, 38px); line-height: 1; }
.industry-ledger p { margin: 0; padding-right: 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.application-panel, .results-panel, .range-panel { display: grid; grid-template-columns: .64fr 1.36fr; gap: 58px; }

.case-panel { display: grid; grid-template-columns: 180px 1fr; gap: 54px; }
.case-label { min-height: 340px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-top: 7px solid var(--orange); color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.case-label b { color: var(--sky-2); font-family: "Arial Narrow", Arial, sans-serif; font-size: 100px; line-height: .75; }
.case-copy { max-width: 920px; }
.case-copy > p { max-width: 850px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.gallery-section { background: var(--sky); }
.project-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 295px; gap: 12px; }
.project-gallery figure { position: relative; overflow: hidden; background: var(--navy); }
.project-gallery figure.wide { grid-column: span 2; }
.project-gallery img { height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.project-gallery figure:hover img { transform: scale(1.035); opacity: .88; }
.project-gallery figcaption { position: absolute; inset: auto 12px 12px; z-index: 2; padding: 9px 11px; display: flex; gap: 14px; background: rgba(6,31,47,.9); color: white; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.project-gallery figcaption span { color: #ff8b60; }

.process-panel { display: grid; grid-template-columns: .67fr 1.33fr; gap: 60px; }
.process-list { border-top: 1px solid var(--line); }
.process-list > div { min-height: 78px; display: grid; grid-template-columns: 52px 160px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--orange); font-size: 9px; font-weight: 900; }
.process-list strong { color: var(--navy); font-family: "Arial Narrow", Arial, sans-serif; font-size: 22px; }
.process-list p { color: var(--muted); font-size: 14px; }
.process-list b { color: #8ba0aa; font-size: 8px; letter-spacing: .12em; }
.shop-field { display: grid; grid-template-columns: .75fr 1fr .65fr; gap: 22px; background: var(--sky); }
.shop-field figure { position: relative; min-height: 460px; overflow: hidden; }
.shop-field figure img { height: 100%; object-fit: cover; }
.shop-field figcaption { position: absolute; inset: auto 14px 14px; padding: 8px 10px; background: var(--orange); color: white; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.shop-field > div { padding: 16px 18px; }

.contact-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; background: var(--navy); }
.contact-details > p { margin: 24px 0 0; color: #b7d0da; font-size: 15px; line-height: 1.65; }
.contact-details address { margin-top: 35px; display: flex; flex-direction: column; gap: 15px; color: #b7d0da; font-size: 14px; font-style: normal; line-height: 1.5; }
.contact-details address a { color: white; font-weight: 800; }
.proposal-embed { overflow: hidden; background: white; border-top: 7px solid var(--orange); }
.proposal-embed-head { min-height: 76px; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); color: var(--navy); }
.proposal-embed-head span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.proposal-embed-head strong { max-width: 330px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 18px; line-height: 1.05; text-align: right; }
.proposal-embed iframe { width: 100%; min-height: 1060px; display: block; border: 0; background: white; }
.contact-quote { background: var(--sky); }

.site-footer { background: var(--navy); color: white; }
.footer-stripe { height: 9px; background: linear-gradient(90deg, var(--blue) 0 72%, var(--orange) 72%); }
.footer-main { padding: 54px 24px; display: grid; grid-template-columns: 1fr 1fr .62fr; gap: 60px; }
.footer-brand .brand { width: 184px; }
.footer-brand p { max-width: 390px; margin: 23px 0 12px; color: #d0e1e8; font-size: 14px; line-height: 1.65; }
.footer-brand > span { color: #7294a5; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.footer-contact, .footer-nav { display: flex; flex-direction: column; gap: 11px; color: #bdd1da; font-size: 12px; line-height: 1.5; }
.footer-contact b, .footer-nav b { margin-bottom: 8px; color: #ff8b60; font-size: 8px; letter-spacing: .14em; }
.footer-contact a { color: white; font-weight: 800; }
.footer-nav a { padding-bottom: 8px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); color: white; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.footer-nav a span { color: #ff8b60; }
.footer-base { min-height: 48px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.16); color: #7f9aa7; font-size: 8px; font-weight: 900; letter-spacing: .14em; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 195px 1fr 204px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 82px; display: flex; justify-content: space-between; cursor: pointer; list-style: none; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 32px; right: 0; width: 275px; padding: 12px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); box-shadow: 0 20px 45px rgba(6,31,47,.18); }
  .mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 900; }
  .mobile-menu nav .mobile-proposal { margin-top: 9px; background: var(--orange); color: white; border: 0; }
  .home-hero { grid-template-columns: .92fr 1.08fr 48px; }
  .card-matrix, .service-matrix { grid-template-columns: 1fr 1fr; }
  .services-index, .group-band, .application-panel, .results-panel, .range-panel { grid-template-columns: 1fr; }
  .story-panel { grid-template-columns: 1fr 1fr; }
  .shop-field { grid-template-columns: 1fr 1fr; }
  .shop-field figure:last-child { display: none; }
}

@media (max-width: 780px) {
  .utility-bar { display: none; }
  .site-header { height: 68px; }
  .header-inner { padding: 4px 18px; grid-template-columns: 1fr auto; }
  .site-header .brand { width: 150px; height: 60px; padding: 2px 7px; }
  .header-cta { display: none; }
  .section-shell { padding: 50px 21px; }
  .section-head h2 { font-size: clamp(32px, 10vw, 45px); }
  .home-hero, .page-hero { grid-template-columns: 1fr; }
  .home-hero { min-height: 0; }
  .home-hero-copy, .page-hero-copy { min-height: 480px; padding: 58px 22px 52px; }
  .home-hero h1, .page-hero h1 { font-size: clamp(43px, 12.5vw, 62px); }
  .home-hero-image, .page-hero-media { min-height: 360px; height: 52vh; border: 0; }
  .home-hero-rail { min-height: 48px; flex-direction: row; }
  .home-hero-rail span { width: auto; transform: none; }
  .page-hero-tags { grid-template-columns: 1fr; }
  .page-hero-tags span { min-height: 46px; }
  .credential-strip { grid-template-columns: 1fr 1fr; }
  .credential-strip article { min-height: 96px; padding: 17px; }
  .credential-strip b { font-size: 29px; }
  .support-section > .section-head { display: block; }
  .support-section > .section-head > p { margin-top: 18px; }
  .card-matrix, .service-matrix, .group-matrix { grid-template-columns: 1fr; }
  .card-matrix article, .service-matrix article, .group-matrix article { min-height: 190px; }
  .story-panel { grid-template-columns: 1fr; }
  .story-image { min-height: 390px; }
  .story-copy { padding: 48px 22px; }
  .service-index-list a { min-height: 70px; grid-template-columns: 38px 1fr 22px; }
  .service-index-list p { display: none; }
  .expertise-panel { grid-template-columns: 1fr; }
  .expertise-copy { padding-right: 0; }
  .expertise-panel > figure { margin-top: 42px; min-height: 390px; }
  .expertise-panel aside { min-height: 48px; flex-direction: row; }
  .expertise-panel aside span { width: auto; transform: none; }
  .quote-panel .shell { grid-template-columns: 55px 1fr; }
  .quote-mark { font-size: 64px; }
  .cta-panel > .shell { padding: 42px 21px; grid-template-columns: 1fr; gap: 25px; }
  .cta-code { display: none; }
  .split-feature, .split-feature.reverse { grid-template-columns: 1fr; }
  .split-feature.reverse figure { order: 0; }
  .split-feature figure { min-height: 380px; }
  .split-feature-copy { padding: 50px 22px; }
  .founder-story, .cert-panel, .process-panel, .contact-panel { grid-template-columns: 1fr; gap: 38px; }
  .founder-copy { padding-left: 0; border: 0; }
  .cert-list { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article { min-height: 120px; }
  .industry-ledger article { padding: 25px 0; grid-template-columns: 42px 1fr; gap: 12px; }
  .industry-ledger p { grid-column: 2; }
  .case-panel { grid-template-columns: 1fr; gap: 34px; }
  .case-label { min-height: 95px; flex-direction: row; }
  .case-label b { font-size: 70px; }
  .project-gallery { grid-template-columns: 1fr; grid-auto-rows: 285px; }
  .project-gallery figure.wide { grid-column: auto; }
  .process-list > div { grid-template-columns: 38px 125px 1fr; }
  .process-list b { display: none; }
  .shop-field { grid-template-columns: 1fr; }
  .shop-field figure { min-height: 360px; }
  .proposal-embed-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .proposal-embed-head strong { text-align: left; }
  .proposal-embed iframe { min-height: 1180px; }
  .footer-main { padding: 48px 21px; grid-template-columns: 1fr; gap: 36px; }
  .footer-base { min-height: 72px; padding: 16px 21px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Netlify proposal form */
.netlify-proposal-form { padding: 30px; }
.form-hidden { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.proposal-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.proposal-form-grid label { display: flex; flex-direction: column; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.proposal-form-grid label > span { color: var(--orange); }
.proposal-form-grid input,
.proposal-form-grid select,
.proposal-form-grid textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #aabdc6; border-radius: 0; background: #f8faf9; color: var(--navy); font: 16px/1.4 Arial, sans-serif; letter-spacing: 0; text-transform: none; }
.proposal-form-grid textarea { min-height: 150px; resize: vertical; }
.proposal-form-grid input:focus,
.proposal-form-grid select:focus,
.proposal-form-grid textarea:focus { outline: 3px solid rgba(223,72,24,.22); border-color: var(--orange); }
.proposal-form-grid input[type="file"] { height: auto; padding: 11px; background: white; }
.proposal-form-grid small { color: var(--muted); font-size: 12px; font-weight: 400; line-height: 1.45; letter-spacing: 0; text-transform: none; }
.proposal-form-grid .form-full { grid-column: 1 / -1; }
.proposal-submit { min-height: 54px; margin-top: 25px; padding: 0 0 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; border: 0; background: var(--orange); color: white; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.proposal-submit b { width: 54px; min-height: 54px; display: grid; place-items: center; background: var(--blue); }
.proposal-submit:hover { background: #bb3510; }
.form-note { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.thank-you-panel { min-height: 520px; padding: 90px 24px; display: grid; place-items: center; background: var(--sky); }
.thank-you-card { width: min(760px, 100%); padding: 58px; border-top: 8px solid var(--orange); background: white; box-shadow: 0 22px 55px rgba(6,31,47,.12); }
.thank-you-card .section-code { margin-bottom: 25px; }
.thank-you-card h1 { margin: 0 0 20px; color: var(--navy); font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(42px, 6vw, 68px); line-height: .95; letter-spacing: -.04em; }
.thank-you-card p { max-width: 610px; color: var(--muted); font-size: 16px; line-height: 1.65; }

@media (max-width: 780px) {
  .netlify-proposal-form { padding: 24px 18px; }
  .proposal-form-grid { grid-template-columns: 1fr; }
  .proposal-form-grid .form-full { grid-column: auto; }
  .proposal-submit { width: 100%; }
  .thank-you-panel { min-height: 430px; padding: 52px 20px; }
  .thank-you-card { padding: 38px 24px; }
}
