:root {
  --paper: #f3f0e8;
  --paper-2: #e9e5dc;
  --ink: #102e2d;
  --ink-2: #183b39;
  --signal: #f0643b;
  --mint: #b9d6c4;
  --line: rgba(16, 46, 45, 0.18);
  --white: #fff;
  --shell: min(1240px, calc(100vw - 48px));
  --sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.menu-open .menu-toggle { color: var(--paper); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.kicker, .eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 750; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.is-scrolled { background: rgba(243, 240, 232, .94); border-color: var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 46px; aspect-ratio: 1; background: var(--ink); color: var(--paper); border-radius: 50%; font-weight: 850; font-size: .78rem; letter-spacing: .08em; }
.brand-name { font-size: .72rem; text-transform: uppercase; font-weight: 750; line-height: 1.15; letter-spacing: .05em; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav .menu { list-style: none; display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; }
.site-nav .menu a { text-decoration: none; font-size: .88rem; font-weight: 600; }
.site-nav .menu a:hover { color: var(--signal); }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 17px; text-decoration: none; font-size: .78rem; font-weight: 750; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; font: inherit; font-size: .8rem; font-weight: 700; }

.hero { min-height: 860px; padding: 170px 0 90px; display: grid; align-items: center; background: radial-gradient(circle at 77% 28%, rgba(185,214,196,.55), transparent 30%), linear-gradient(115deg, transparent 65%, rgba(255,255,255,.35)); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); align-items: center; gap: 7vw; }
.hero h1 { max-width: 800px; font-size: clamp(3.8rem, 6.5vw, 7.4rem); line-height: .91; letter-spacing: -.065em; font-weight: 650; margin: 25px 0 34px; }
.hero h1 em, .section-heading em, .about-copy em, .closing-cta em { font-family: var(--display); font-weight: 400; letter-spacing: -.04em; }
.hero-lead { font-size: clamp(1.05rem, 1.5vw, 1.3rem); max-width: 650px; line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: .82rem; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--signal); border-color: var(--signal); color: #151e1d; }
.button--ghost { background: transparent; }
.button--dark { background: var(--ink); color: var(--paper); }
.button--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.system-card { min-height: 560px; padding: 22px; border-radius: 28px; background: var(--ink); color: var(--paper); box-shadow: 0 30px 80px rgba(16,46,45,.22); transform: rotate(2deg); }
.system-card.is-visible { transform: rotate(2deg) translateY(0); }
.system-card__top, .system-card__bottom { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; }
.system-card__bottom { color: rgba(243,240,232,.55); }
.live-dot { display: flex; align-items: center; gap: 7px; }
.live-dot::before { content: ""; width: 7px; height: 7px; background: #8bd28f; border-radius: 50%; box-shadow: 0 0 0 4px rgba(139,210,143,.12); }
.system-orbit { position: relative; min-height: 465px; display: grid; place-items: center; }
.system-orbit::before, .system-orbit::after { content: ""; position: absolute; border: 1px solid rgba(243,240,232,.16); border-radius: 50%; }
.system-orbit::before { width: 330px; height: 330px; }
.system-orbit::after { width: 230px; height: 230px; }
.orbit-core { position: relative; z-index: 2; display: grid; place-items: center; width: 145px; height: 145px; border-radius: 50%; background: var(--signal); color: #102e2d; }
.orbit-core b { font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: 1; }
.orbit-core small { font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.orbit-node { position: absolute; z-index: 3; padding: 7px 11px; border: 1px solid rgba(243,240,232,.38); background: var(--ink); border-radius: 999px; font-size: .65rem; letter-spacing: .06em; }
.node-1 { top: 10%; left: 38%; } .node-2 { top: 27%; right: 2%; } .node-3 { bottom: 20%; right: 2%; } .node-4 { bottom: 9%; left: 29%; } .node-5 { top: 44%; left: -1%; }

.proof-strip { border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 30px; display: flex; align-items: baseline; gap: 10px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-family: var(--display); font-size: 2rem; font-weight: 400; }
.proof-grid span { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 120px 0; }
.section-heading { max-width: 950px; margin-bottom: 60px; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(2.8rem, 5.8vw, 6.3rem); line-height: .94; letter-spacing: -.055em; }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading--row h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.text-link { font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.service-card { min-height: 390px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: rgba(255,255,255,.45); transform: translateY(-4px); }
.service-card > span { font-family: var(--display); font-size: 1rem; }
.service-card h3 { margin: auto 0 18px; font-size: 1.55rem; line-height: 1.1; }
.service-card p { font-size: .88rem; color: rgba(16,46,45,.75); }
.service-card a { margin-top: 18px; font-size: .76rem; font-weight: 750; }
.service-card--accent { background: var(--signal); }
.service-card--accent:hover { background: #f4754f; }

.work-section { background: var(--ink); color: var(--paper); }
.case-card { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 420px; border-top: 1px solid rgba(243,240,232,.22); padding: 28px 0; gap: 55px; }
.case-card:last-child { border-bottom: 1px solid rgba(243,240,232,.22); }
.case-visual { position: relative; overflow: hidden; min-height: 360px; border-radius: 16px; text-decoration: none; padding: 20px; }
.case-visual > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(16,46,45,.45); border-radius: 50%; font-family: var(--display); }
.case-visual--coral { background: var(--signal); color: var(--ink); }
.case-visual--green { background: var(--mint); color: var(--ink); }
.case-visual--blue { background: #9eb8c7; color: var(--ink); }
.case-signal { position: absolute; inset: 50% auto auto 50%; width: 220px; height: 220px; transform: translate(-50%, -50%); border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; }
.case-signal::before, .case-signal::after { content: ""; position: absolute; width: 145px; height: 145px; border: 1px solid currentColor; border-radius: 50%; opacity: .6; }
.case-signal::after { width: 65px; height: 65px; background: currentColor; }
.case-signal i { position: absolute; width: 8px; height: 8px; background: currentColor; border-radius: 50%; }
.case-signal i:nth-child(1) { top: -4px; } .case-signal i:nth-child(2) { right: 13px; bottom: 38px; } .case-signal i:nth-child(3) { left: 10px; top: 45px; }
.case-signal b { position: absolute; z-index: 2; color: var(--paper); font-size: 1.3rem; }
.case-info { display: flex; flex-direction: column; justify-content: center; }
.case-info p { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(243,240,232,.55); }
.case-info h3 { font-size: clamp(2rem, 3.5vw, 4.5rem); line-height: .96; letter-spacing: -.045em; margin: 18px 0 34px; }
.case-info h3 a { text-decoration: none; }
.case-info strong { font-family: var(--display); font-size: 1.3rem; font-weight: 400; color: var(--mint); }

.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.method-grid .section-heading h2 { font-size: clamp(2.8rem, 4.3vw, 5rem); }
.method-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 30px 0; border-top: 1px solid var(--line); }
.method-steps article:last-child { border-bottom: 1px solid var(--line); }
.method-steps span { font-family: var(--display); font-size: 1.1rem; }
.method-steps h3 { font-size: 1.7rem; margin-bottom: 8px; }
.method-steps p { max-width: 560px; margin: 0; color: rgba(16,46,45,.75); }

.about-section { background: var(--paper-2); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; }
.portrait-card { min-height: 600px; background: var(--mint); border-radius: 320px 320px 22px 22px; display: flex; flex-direction: column; justify-content: end; align-items: center; padding: 35px; overflow: hidden; }
.portrait-monogram { margin: auto; font-family: var(--display); font-size: clamp(5rem, 11vw, 10rem); letter-spacing: -.1em; transform: rotate(-7deg); }
.portrait-card span, .portrait-card small { text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.about-copy h2 { font-size: clamp(2.5rem, 4.5vw, 5.2rem); line-height: .96; letter-spacing: -.05em; margin: 20px 0 35px; }
.about-copy > p:not(.kicker) { max-width: 680px; font-size: 1.05rem; }
.about-copy .button { margin-top: 24px; }

.referral-section { padding: 85px 0; background: var(--signal); color: #142523; }
.referral-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.referral-grid h2 { margin: 16px 0 0; font-size: clamp(2.7rem, 5vw, 5.6rem); line-height: .94; letter-spacing: -.055em; }
.referral-grid > div:last-child p { font-size: 1.05rem; margin-bottom: 28px; }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.insight-card { min-height: 330px; padding: 28px 28px 0 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.insight-card + .insight-card { padding-left: 28px; }
.insight-card:last-child { border-right: 0; }
.insight-card > p { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.insight-card h3 { font-size: 1.7rem; line-height: 1.15; margin: auto 0 28px; }
.insight-card h3 a { text-decoration: none; }
.insight-card > a { font-size: .75rem; font-weight: 750; }

.closing-cta { padding: 130px 0; background: linear-gradient(110deg, var(--mint), #d7e5d7); }
.closing-cta h2 { font-size: clamp(3.2rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.06em; margin: 25px 0 45px; }

.site-footer { padding: 70px 0 25px; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.brand--footer { color: var(--paper); }
.brand--footer .brand-mark { background: var(--paper); color: var(--ink); }
.footer-grid p { color: rgba(243,240,232,.62); font-size: .82rem; }
.footer-grid a:not(.brand) { display: block; margin-bottom: 8px; text-decoration: none; font-size: .85rem; }
.footer-label { text-transform: uppercase; letter-spacing: .1em; font-size: .65rem !important; color: var(--mint) !important; }
.footer-bottom { margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(243,240,232,.18); display: flex; justify-content: space-between; gap: 20px; color: rgba(243,240,232,.5); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }

.archive-shell, .entry-shell { padding-top: 180px; padding-bottom: 120px; }
.archive-header, .entry-header { max-width: 960px; margin-bottom: 70px; }
.archive-header h1, .entry-header h1 { font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.055em; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { min-height: 350px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-direction: column; }
.post-card h2 { font-size: 1.8rem; line-height: 1.1; }
.post-card h2 a { text-decoration: none; }
.post-card > a { margin-top: auto; font-size: .78rem; font-weight: 750; }
.entry-content { max-width: 780px; font-size: 1.05rem; }
.entry-content h2 { margin-top: 2.5em; font-size: 2.2rem; }
.entry-content a { color: #b63f1c; }
.entry-cover { margin: 0 0 60px; }
.error-page { min-height: 75vh; padding-top: 220px; }
.error-page h1 { max-width: 850px; font-size: clamp(3rem, 7vw, 7rem); line-height: .95; letter-spacing: -.06em; }

.sub-hero { padding: 210px 0 110px; border-bottom: 1px solid var(--line); }
.sub-hero--signal { background: var(--signal); }
.sub-hero h1 { max-width: 1150px; margin: 24px 0 0; font-size: clamp(3.4rem, 7vw, 7.8rem); line-height: .9; letter-spacing: -.065em; }
.sub-hero h1 em { font-family: var(--display); font-weight: 400; }
.sub-lead { max-width: 700px; margin: 35px 0 0; font-size: 1.15rem; }
.story-grid { display: grid; grid-template-columns: .45fr 1.2fr; gap: 8vw; }
.story-index { font-family: var(--display); font-size: 1rem; }
.story-copy { max-width: 790px; }
.story-copy p { font-size: 1.05rem; }
.story-copy .lead-text { font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1.15; letter-spacing: -.03em; }
.story-copy .button { margin-top: 25px; }
.dark-panel { background: var(--ink); color: var(--paper); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid rgba(243,240,232,.2); }
.capability-grid article { min-height: 320px; padding: 25px; border-right: 1px solid rgba(243,240,232,.2); }
.capability-grid article:last-child { border: 0; }
.capability-grid span { font-family: var(--display); }
.capability-grid h2 { margin-top: 110px; font-size: 2rem; }
.capability-grid p { color: rgba(243,240,232,.65); font-size: .88rem; }
.offer-list > article { display: grid; grid-template-columns: 110px 1fr; padding: 45px 0; border-top: 1px solid var(--line); }
.offer-list > article:last-child { border-bottom: 1px solid var(--line); }
.offer-list > article > span { font-family: var(--display); font-size: 1.2rem; }
.offer-list h2 { font-size: clamp(2.4rem, 4vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.offer-list p { max-width: 680px; font-size: 1.05rem; }
.offer-list ul { display: grid; grid-template-columns: repeat(2, minmax(0, 300px)); gap: 8px 35px; padding-left: 18px; }
.referral-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; }
.referral-content h2, .form-layout h2 { font-size: clamp(2.5rem, 4vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.check-list { list-style: none; padding: 0; margin: 35px 0 0; }
.check-list li { padding: 15px 0 15px 34px; border-top: 1px solid var(--line); position: relative; }
.check-list li::before { content: "↗"; position: absolute; left: 0; color: var(--signal); }
.process-card { padding: 35px; border-radius: 18px; background: var(--ink); color: var(--paper); }
.process-card > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(243,240,232,.3); border-radius: 50%; font-family: var(--display); }
.process-card h3 { margin: 12px 0 5px; font-size: 1.4rem; }
.process-card p { margin-bottom: 35px; color: rgba(243,240,232,.65); }
.form-section { background: var(--paper-2); }
.form-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.mek-project-form { max-width: 820px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid label { display: grid; gap: 8px; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(16,46,45,.38); border-radius: 0; padding: 12px 0; background: transparent; color: var(--ink); font: inherit; font-size: .95rem; text-transform: none; letter-spacing: 0; outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--signal); box-shadow: 0 2px 0 var(--signal); }
.form-wide { grid-column: 1 / -1; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0; font-size: .75rem; }
.form-consent input { margin-top: 4px; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.form-notice { margin-bottom: 25px; padding: 15px; border: 1px solid var(--line); }
.form-notice--success { background: var(--mint); }
.form-notice--error { background: #ffd2c5; }
.contact-link { display: inline-block; margin: 18px 0 30px; font-size: 1.15rem; font-weight: 700; }
.form-note { max-width: 320px; margin-top: 50px; color: rgba(16,46,45,.65); font-size: .78rem; }
.case-hero { padding: 210px 0 85px; background: var(--ink); color: var(--paper); }
.case-hero h1 { max-width: 1100px; font-size: clamp(3.4rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.06em; }
.case-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 65px; padding-top: 25px; border-top: 1px solid rgba(243,240,232,.2); }
.case-meta div { display: grid; gap: 5px; }
.case-meta span { color: rgba(243,240,232,.5); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.case-meta strong { font-family: var(--display); font-size: 1.2rem; font-weight: 400; }
.case-cover { margin-top: 65px; }
.case-body { display: grid; grid-template-columns: .45fr 1.2fr; gap: 8vw; }
.case-body aside { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.case-body aside a { font-size: .82rem; }
.case-body article { max-width: 790px; font-size: 1.08rem; }
.case-body article h2 { margin-top: 2.5em; font-size: 2.6rem; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .system-card { max-width: 620px; min-height: 510px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .method-grid, .about-grid { grid-template-columns: 1fr; }
  .portrait-card { min-height: 480px; max-width: 520px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .referral-content, .form-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; z-index: 3; }
  .menu-toggle i, .menu-toggle i::before { content: ""; width: 18px; height: 1px; background: currentColor; display: block; transition: transform .2s; }
  .menu-toggle i::before { transform: translateY(5px); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 0; background: var(--ink); color: var(--paper); padding: 120px 24px 40px; flex-direction: column; align-items: stretch; justify-content: space-between; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav .menu { flex-direction: column; align-items: flex-start; gap: 14px; }
  .site-nav .menu a { font-size: 2.1rem; }
  .nav-cta { text-align: center; border-color: var(--paper); }
  .hero { min-height: auto; padding: 130px 0 70px; }
  .hero-grid { gap: 55px; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.7rem); }
  .system-card { min-height: 460px; padding: 17px; transform: none; }
  .system-card.is-visible { transform: none; }
  .system-orbit { min-height: 385px; }
  .system-orbit::before { width: 280px; height: 280px; }
  .system-orbit::after { width: 190px; height: 190px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { padding: 20px 10px; border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:first-child { padding-left: 10px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading--row { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:nth-child(2) { border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .case-card { grid-template-columns: 1fr; gap: 22px; min-height: auto; }
  .case-visual { min-height: 300px; }
  .case-info { padding-bottom: 25px; }
  .method-steps article { grid-template-columns: 48px 1fr; }
  .portrait-card { min-height: 430px; }
  .referral-grid { grid-template-columns: 1fr; gap: 40px; }
  .insight-grid, .post-grid { grid-template-columns: 1fr; }
  .insight-card, .insight-card + .insight-card { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 250px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .archive-shell, .entry-shell { padding-top: 130px; }
  .sub-hero { padding: 145px 0 75px; }
  .story-grid, .case-body { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(243,240,232,.2); }
  .capability-grid h2 { margin-top: 65px; }
  .offer-list > article { grid-template-columns: 55px 1fr; }
  .offer-list ul { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .case-hero { padding: 145px 0 65px; }
  .case-meta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
