@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --navy: #10284a;
  --navy-2: #071d3d;
  --lime: #c8ed35;
  --purple: #7447e8;
  --pink: #f0479b;
  --coral: #ff7047;
  --cream: #f5f3eb;
  --paper: #fbfaf7;
  --ink: #14233a;
  --muted: #5e6878;
  --line: #d9dcd8;
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
  --pad: clamp(24px, 6vw, 94px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 99; padding: 12px 16px; background: white; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 82px; padding: 0 clamp(24px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; position: relative; z-index: 20; background: rgba(251,250,247,.96); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 22px; font-weight: 700; letter-spacing: -.05em; }
.brand > span:last-child > span { color: var(--purple); }
.brand-mark { position: relative; width: 25px; height: 25px; display: inline-block; transform: rotate(-12deg); }
.brand-mark i { position: absolute; width: 16px; height: 16px; border: 4px solid var(--lime); border-radius: 50% 50% 50% 2px; }
.brand-mark i:first-child { left: 0; bottom: 0; }
.brand-mark i:last-child { right: 0; top: 0; border-color: var(--purple); transform: rotate(180deg); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); font-size: 13px; font-weight: 600; }
.site-nav a { position: relative; }
.site-nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: var(--purple); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; border: 1px solid transparent; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 18px; gap: 22px; }
.button--dark { background: var(--navy); color: white; }
.button--lime { background: var(--lime); color: var(--navy); }
.button--outline { border-color: rgba(255,255,255,.55); color: white; }
.text-link { font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 12px; }
.play { width: 38px; height: 38px; border: 1px solid var(--navy); border-radius: 50%; display: grid; place-items: center; font-size: 9px; }
.arrow-link { display: flex; align-items: center; justify-content: space-between; width: min(100%, 330px); padding-bottom: 12px; border-bottom: 1px solid var(--ink); margin-top: 32px; font-weight: 700; font-size: 14px; }
.arrow-link span { font-size: 22px; }

.hero { min-height: 700px; height: calc(100vh - 82px); max-height: 860px; position: relative; overflow: hidden; background: var(--lime); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(200,237,53,.98) 0%, rgba(200,237,53,.96) 22%, rgba(200,237,53,.1) 55%, transparent 80%); }
.hero-copy { position: absolute; z-index: 2; left: var(--pad); top: 50%; transform: translateY(-50%); width: min(620px, 48vw); }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.hero h1, .display { margin: 0; font-size: clamp(52px, 6.9vw, 108px); line-height: .88; letter-spacing: -.065em; font-weight: 600; }
.hero h1 em, .display em { font-family: var(--serif); font-weight: 400; }
.hero h1 { font-size: clamp(60px, 7.2vw, 112px); color: var(--navy); }
.hero-intro { max-width: 545px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.5; margin: 30px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-stamp { position: absolute; z-index: 3; right: 4vw; bottom: 32px; width: 124px; height: 124px; border: 1px solid rgba(16,40,74,.45); border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--navy); transform: rotate(8deg); }
.hero-stamp strong { font-size: 20px; line-height: 0; }
.hero-loop { position: absolute; z-index: 2; width: min(420px, 35vw); right: 17vw; bottom: -15px; fill: none; stroke: white; stroke-width: 14; stroke-linecap: round; }

.proof-strip { padding: 0 var(--pad); min-height: 126px; display: grid; grid-template-columns: repeat(3, minmax(150px, .7fr)) 1.4fr; align-items: center; gap: 26px; background: var(--navy); color: white; }
.proof-strip div { display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.2); padding-right: 20px; }
.proof-strip strong { color: var(--lime); font: 400 32px var(--serif); }
.proof-strip span { max-width: 110px; font-size: 11px; line-height: 1.3; }
.proof-strip p { text-align: right; font: italic 27px var(--serif); }

.section-pad { padding: clamp(80px, 10vw, 155px) var(--pad); }
.section-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 50px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; }
.section-kicker span { width: 33px; height: 33px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 9px; }
.section-kicker--light { color: white; }
.intro { position: relative; background: var(--paper); overflow: hidden; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 8vw, 140px); align-items: start; }
.display { font-size: clamp(50px, 6.2vw, 92px); }
.intro-copy { padding-top: 5px; max-width: 600px; }
.lead { font-size: clamp(19px, 2vw, 27px); line-height: 1.35; letter-spacing: -.02em; }
.intro-copy > p:not(.lead) { color: var(--muted); max-width: 510px; }
.word-ribbon { display: flex; gap: 80px; width: max-content; margin: 120px 0 -90px -10vw; transform: rotate(-3deg); background: var(--purple); color: white; padding: 15px 45px; font: italic 30px var(--serif); box-shadow: 80vw 0 0 var(--purple), -80vw 0 0 var(--purple); }

.challenges { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 150px); background: var(--navy); color: white; }
.challenge-intro { position: sticky; top: 130px; align-self: start; }
.display--light { color: white; }
.challenge-intro .display { font-size: clamp(48px, 5.3vw, 82px); }
.challenge-intro > p:last-child { color: #b9c2d0; }
.challenge-list { display: grid; gap: 14px; }
.challenge-card { position: relative; display: grid; grid-template-columns: 52px 1fr auto; gap: 20px; padding: 32px; color: var(--ink); background: white; border-left: 6px solid transparent; transition: transform .25s, border-color .25s, background .25s; outline: none; }
.challenge-card:hover, .challenge-card:focus, .challenge-card.active { transform: translateX(-12px); border-color: var(--lime); background: #f8fbea; }
.card-index { font: 24px var(--serif); color: var(--purple); }
.mini-label { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; color: var(--purple); }
.challenge-card h3 { margin: 0 0 8px; font-size: clamp(20px, 2vw, 28px); line-height: 1.18; }
.challenge-card p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.challenge-card .card-link { align-self: center; width: 42px; height: 42px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }

.solutions-panel { background: var(--cream); }
.panel-heading, .why-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.panel-heading .lead, .why-head .lead { max-width: 480px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c9cbc5; border-left: 1px solid #c9cbc5; }
.solution-card { min-height: 400px; padding: 38px; display: grid; grid-template-columns: 48px 1fr; gap: 10px; position: relative; overflow: hidden; border-right: 1px solid #c9cbc5; border-bottom: 1px solid #c9cbc5; }
.solution-card > span { font: 20px var(--serif); }
.solution-card > div:not(.orb) { align-self: end; position: relative; z-index: 2; max-width: 390px; }
.solution-card h3 { font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.04em; margin: 0 0 20px; }
.solution-card p:not(.mini-label) { color: var(--muted); font-size: 14px; }
.solution-card a { font-weight: 700; font-size: 13px; }
.solution-card--featured { background: var(--lime); }
.solution-card--accent { background: var(--purple); color: white; }
.solution-card--accent p:not(.mini-label), .solution-card--accent .mini-label { color: white; }
.orb { position: absolute; right: -40px; top: -70px; width: 220px; height: 220px; border-radius: 50%; opacity: .85; filter: blur(1px); }
.orb--lime { background: radial-gradient(circle at 33% 33%, white, var(--purple) 8%, var(--coral) 35%, transparent 70%); }
.orb--coral { background: radial-gradient(circle at 35% 35%, var(--pink), var(--coral) 55%, transparent 72%); }
.orb--purple { background: radial-gradient(circle at 35% 35%, var(--lime), var(--purple) 54%, transparent 72%); }
.orb--pink { background: radial-gradient(circle at 35% 35%, white, var(--pink) 10%, var(--coral) 55%, transparent 72%); }

.quote-band { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; background: var(--purple); color: white; overflow: hidden; }
.quote-art { position: relative; background: var(--coral); display: grid; place-items: center; overflow: hidden; }
.portrait-shape { width: min(28vw, 380px); aspect-ratio: .8; border-radius: 45% 45% 20px 20px; background: var(--navy); display: grid; place-items: center; box-shadow: 45px 30px 0 var(--lime); transform: rotate(-4deg); }
.portrait-shape span { font: italic 200px var(--serif); color: white; }
.quote-art svg { position: absolute; width: 100%; bottom: -20px; fill: none; stroke: white; stroke-width: 13; }
.quote-band figure { margin: 0; padding: clamp(70px, 9vw, 145px); display: flex; flex-direction: column; justify-content: center; }
.quote-band blockquote { margin: 0 0 50px; font: 400 clamp(36px, 4vw, 62px)/1.05 var(--serif); }
.quote-band figcaption { display: flex; flex-direction: column; font-size: 13px; }
.quote-band figcaption span { opacity: .75; }

.why { background: white; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-grid article { padding: 38px 28px; min-height: 300px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-icon { display: block; color: var(--purple); font-size: 28px; margin-bottom: 60px; }
.why-grid strong { font: 42px var(--serif); color: var(--purple); }
.why-grid h3 { font-size: 18px; margin: 12px 0 8px; }
.why-grid p { color: var(--muted); font-size: 13px; }

.stories { background: var(--navy-2); color: white; }
.stories-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 70px; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.story-card { min-height: 530px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; transition: transform .25s; }
.story-card:hover { transform: translateY(-8px); }
.story-card::before, .story-card::after { content: ''; position: absolute; border-radius: 50%; }
.story-card::before { width: 370px; height: 370px; right: -80px; top: 80px; }
.story-card::after { width: 180px; height: 180px; left: -40px; bottom: -30px; border: 30px solid currentColor; opacity: .7; }
.story-card--one { background: var(--lime); color: var(--navy); }
.story-card--one::before { background: var(--coral); box-shadow: -60px -30px 0 var(--purple); }
.story-card--two { background: var(--purple); }
.story-card--two::before { background: var(--pink); box-shadow: -80px 60px 0 var(--navy); }
.story-card--three { background: #007f78; }
.story-card--three::before { background: var(--lime); box-shadow: -70px -40px 0 var(--coral); }
.story-card > * { position: relative; z-index: 2; }
.tag { width: max-content; padding: 8px 12px; background: rgba(255,255,255,.9); color: var(--navy); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.story-card strong { display: block; font: 72px var(--serif); }
.story-card h3 { max-width: 350px; margin: 0 0 26px; font-size: 30px; line-height: 1.05; }
.story-card div > span { font-size: 13px; font-weight: 700; }

.insights { background: var(--paper); }
.insights-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 60px; }
.insights-head .arrow-link { margin: 0; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.insight-art { height: 330px; margin-bottom: 25px; display: grid; place-items: center; overflow: hidden; position: relative; }
.insight-art span { position: relative; z-index: 2; font: italic 78px var(--serif); color: white; }
.insight-art::before, .insight-art::after { content: ''; position: absolute; border-radius: 50%; }
.insight-art--a { background: var(--navy); }.insight-art--a::before { width: 250px; height: 250px; background: var(--pink); }.insight-art--a::after { width: 170px; height: 170px; border: 25px solid var(--lime); right: -40px; bottom: -40px; }
.insight-art--b { background: var(--coral); }.insight-art--b::before { width: 300px; height: 100px; background: var(--purple); transform: rotate(-35deg); }.insight-art--b::after { width: 150px; height: 150px; background: var(--lime); left: -40px; top: -40px; }
.insight-art--c { background: var(--purple); }.insight-art--c::before { width: 270px; height: 270px; background: var(--lime); right: -30px; }.insight-art--c::after { width: 130px; height: 130px; background: var(--coral); left: 20px; top: 20px; }
.insight-grid h3 { font-size: 24px; line-height: 1.2; min-height: 86px; margin: 0 0 20px; }
.insight-grid article > a { font-size: 13px; font-weight: 700; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 160px); background: white; }
.faq-title { position: sticky; top: 130px; align-self: start; }
.faq-title .display { font-size: clamp(45px, 5vw, 74px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 28px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 700; font-size: 18px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--purple); font-size: 24px; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 50px 30px 0; color: var(--muted); }

.contact { padding: clamp(70px, 9vw, 130px) var(--pad); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); background: var(--purple); color: white; position: relative; overflow: hidden; }
.contact::after { content: ''; position: absolute; width: 420px; height: 420px; border: 60px solid var(--coral); border-radius: 50%; left: -200px; bottom: -260px; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy .display { font-size: clamp(50px, 5.8vw, 88px); }
.contact-copy > p:not(.eyebrow) { max-width: 510px; opacity: .82; font-size: 18px; }
.contact-note { margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); display: flex; flex-direction: column; font-size: 12px; max-width: 350px; }
.contact-note strong { font: 30px var(--serif); }
.contact-note a { width: max-content; color: white; }
.contact-note > a { margin-top: 5px; font-weight: 700; }
.contact-note address { margin-top: 14px; font-style: normal; line-height: 1.5; opacity: .78; }
.contact-form { background: white; color: var(--ink); padding: clamp(28px, 4vw, 58px); box-shadow: 14px 14px 0 rgba(7,29,61,.18); position: relative; z-index: 2; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #bdc1c6; background: transparent; color: var(--ink); outline: none; text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--purple); }
.contact-form .button { margin-top: 8px; border: 0; }
.form-status { margin: 14px 0 0; min-height: 20px; color: #27633e; font-size: 13px; }

.site-footer { padding: 70px var(--pad) 24px; background: var(--navy-2); color: white; }
.brand--light .brand-mark i:first-child { border-color: var(--lime); }
.footer-top { display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 40px; align-items: center; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-top p { max-width: 450px; font: 27px var(--serif); }
.footer-top p small { display: block; margin-top: 12px; max-width: 390px; font: 12px/1.5 var(--sans); color: #aab4c3; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr) 1.3fr; gap: 50px; padding: 60px 0 80px; }
.footer-links h3 { margin: 0 0 20px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--lime); }
.footer-links a { display: block; color: #aab4c3; margin: 10px 0; font-size: 13px; }
.newsletter p { color: #aab4c3; font-size: 13px; }
.newsletter label { display: flex; border-bottom: 1px solid rgba(255,255,255,.5); }
.newsletter input { flex: 1; background: none; border: 0; color: white; padding: 12px 0; outline: none; }
.newsletter button { background: none; border: 0; color: var(--lime); font-size: 24px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: #8996a9; font-size: 11px; }
.footer-bottom div { display: flex; gap: 25px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: flex-start; padding: 30px var(--pad); background: white; box-shadow: 0 18px 30px rgba(7,29,61,.1); }
  .site-nav.open { display: flex; }
  .header-cta { display: none; }
  .hero { height: 760px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(200,237,53,.98), rgba(200,237,53,.86) 42%, rgba(200,237,53,.12) 72%); }
  .hero-copy { width: 58vw; }
  .proof-strip { grid-template-columns: repeat(3, 1fr); padding-block: 25px; }
  .proof-strip p { grid-column: 1/-1; text-align: left; margin: 0; }
  .intro-grid, .panel-heading, .why-head { grid-template-columns: 1fr; gap: 45px; }
  .challenges { grid-template-columns: 1fr; }
  .challenge-intro, .faq-title { position: static; }
  .quote-band { grid-template-columns: .8fr 1.2fr; }
  .quote-band figure { padding: 60px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:first-child { grid-column: 1/-1; }
  .faq, .contact { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --pad: 22px; }
  .site-header { height: 68px; }
  .site-nav { top: 68px; }
  .hero { min-height: 760px; height: 88vh; max-height: none; }
  .hero-image { inset: auto 0 0; height: 48%; object-position: 63% center; }
  .hero-shade { background: linear-gradient(180deg, var(--lime) 0%, var(--lime) 50%, rgba(200,237,53,.55) 68%, transparent 82%); }
  .hero-copy { left: 22px; right: 22px; top: 58px; transform: none; width: auto; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-intro { font-size: 15px; max-width: 95%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stamp { display: none; }
  .hero-loop { width: 70vw; right: -30px; bottom: -4px; }
  .proof-strip { grid-template-columns: 1fr; gap: 14px; padding-block: 28px; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 12px; }
  .proof-strip p { font-size: 22px; }
  .section-pad { padding-block: 88px; }
  .section-kicker { margin-bottom: 34px; }
  .display { font-size: clamp(47px, 14vw, 66px); }
  .intro-grid { gap: 30px; }
  .word-ribbon { margin-top: 80px; font-size: 23px; gap: 35px; }
  .challenges { gap: 45px; }
  .challenge-card { grid-template-columns: 32px 1fr; padding: 24px 18px; }
  .challenge-card .card-link { grid-column: 2; justify-self: end; }
  .challenge-card:hover, .challenge-card:focus, .challenge-card.active { transform: translateX(-5px); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 350px; padding: 28px 22px; }
  .quote-band { grid-template-columns: 1fr; }
  .quote-art { min-height: 430px; }
  .portrait-shape { width: 54vw; }
  .quote-band figure { padding: 65px 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .stories-head { align-items: flex-start; flex-direction: column; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card:first-child { grid-column: auto; }
  .story-card { min-height: 450px; }
  .insights-head { align-items: flex-start; flex-direction: column; }
  .insight-grid { grid-template-columns: 1fr; gap: 55px; }
  .insight-grid h3 { min-height: 0; }
  .faq { gap: 45px; }
  summary { font-size: 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 22px; }
  .footer-top, .footer-links { grid-template-columns: 1fr; }
  .footer-top { align-items: start; }
  .footer-links { gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

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

/* Detail pages */
.detail-page { background: var(--paper); }
.detail-header { position: relative; }
.detail-hero { min-height: 680px; padding: clamp(80px, 10vw, 145px) var(--pad); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; position: relative; overflow: hidden; }
.detail-hero-copy { position: relative; z-index: 2; max-width: 850px; }
.detail-hero h1 { margin: 0; max-width: 900px; font-size: clamp(60px, 7.6vw, 116px); line-height: .88; letter-spacing: -.065em; }
.detail-hero h1 em { display: inline; font: italic 400 1em var(--serif); }
.detail-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0; font-size: clamp(17px, 1.8vw, 23px); }
.detail-hero-art { justify-self: end; width: min(36vw, 510px); aspect-ratio: 1; border-radius: 50%; background: var(--coral); display: grid; place-items: center; position: relative; box-shadow: -90px 65px 0 var(--purple); }
.detail-hero-art > span { font: italic clamp(150px, 18vw, 280px) var(--serif); color: white; transform: rotate(-7deg); }
.detail-hero-art i { position: absolute; border: 14px solid currentColor; border-radius: 50%; }
.detail-hero-art i:nth-of-type(1) { width: 140px; height: 140px; right: -25px; top: -15px; color: var(--lime); }
.detail-hero-art i:nth-of-type(2) { width: 75px; height: 75px; left: 10px; bottom: 20px; color: white; }
.theme-lime { background: var(--lime); color: var(--navy); }
.theme-purple { background: var(--purple); color: white; }
.theme-purple .button--dark, .theme-navy .button--dark { background: var(--lime); color: var(--navy); }
.theme-coral { background: var(--coral); color: var(--navy); }
.theme-navy { background: var(--navy); color: white; }
.theme-pink { background: var(--pink); color: var(--navy); }
.theme-purple .detail-hero-art { background: var(--lime); box-shadow: -90px 65px 0 var(--coral); color: var(--navy); }
.theme-navy .detail-hero-art { background: var(--purple); box-shadow: -90px 65px 0 var(--lime); }
.theme-coral .detail-hero-art { background: var(--navy); box-shadow: -90px 65px 0 var(--pink); }
.theme-pink .detail-hero-art { background: var(--navy); box-shadow: -90px 65px 0 var(--lime); }
.detail-stats { min-height: 140px; padding: 28px var(--pad); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy-2); color: white; }
.detail-stats div { display: flex; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.2); }
.detail-stats div:last-child { border: 0; }
.detail-stats strong { font: 48px var(--serif); color: var(--lime); }
.detail-stats span { max-width: 120px; font-size: 12px; }
.detail-intro { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 10vw, 160px); align-items: start; background: white; }
.detail-intro .display { font-size: clamp(48px, 5.7vw, 84px); }
.detail-prose { max-width: 650px; }
.detail-prose p { margin: 0 0 25px; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.5; color: var(--muted); }
.detail-prose p:first-child { color: var(--ink); }
.detail-features { background: var(--cream); }
.detail-features > .display { max-width: 1050px; font-size: clamp(50px, 6vw, 88px); margin-bottom: 70px; }
.detail-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c8cbc6; border-left: 1px solid #c8cbc6; }
.detail-feature-grid article { min-height: 260px; padding: 35px; border-right: 1px solid #c8cbc6; border-bottom: 1px solid #c8cbc6; }
.detail-feature-grid article > span { color: var(--purple); font: 22px var(--serif); }
.detail-feature-grid h3 { margin: 65px 0 12px; font-size: 28px; line-height: 1.1; }
.detail-feature-grid p { max-width: 440px; color: var(--muted); }
.related { padding: clamp(70px, 8vw, 110px) var(--pad); background: var(--purple); color: white; }
.related > p { text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; }
.related > div { border-top: 1px solid rgba(255,255,255,.35); }
.related a { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.35); font: 38px var(--serif); }
.related a span { font-family: var(--sans); font-size: 24px; }
.listing-grid { padding-top: 0; display: grid; grid-template-columns: repeat(2, 1fr); background: white; }
.listing-card { min-height: 380px; padding: 34px; display: grid; grid-template-columns: 55px 1fr; border-top: 1px solid var(--line); border-right: 1px solid var(--line); transition: background .2s, transform .2s; }
.listing-card:hover { background: var(--lime); transform: translateY(-5px); }
.listing-card > span { font: 22px var(--serif); color: var(--purple); }
.listing-card > div { align-self: end; }
.listing-card h2 { font-size: clamp(32px, 3.7vw, 54px); line-height: 1; letter-spacing: -.04em; margin: 0 0 20px; }
.listing-card p { max-width: 480px; color: var(--muted); }
.listing-card strong { display: block; margin-top: 25px; font-size: 13px; }
.listing-card strong i { float: right; font-style: normal; }
.contact-list { margin-top: 45px; display: flex; flex-direction: column; gap: 12px; font-style: normal; font-weight: 700; }
.contact-list span { margin-top: 8px; color: var(--muted); font-weight: 500; line-height: 1.55; }
.detail-contact-form { box-shadow: 14px 14px 0 var(--lime); }
.mini-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.5); }
.mini-form label { flex: 1; }
.mini-form input { width: 100%; background: none; border: 0; color: white; padding: 12px 0; outline: none; }
.mini-form button { background: none; border: 0; color: var(--lime); font-size: 24px; }
.mini-status { color: var(--lime) !important; min-height: 20px; }
.detail-footer { margin-top: 0; }

@media (max-width: 900px) {
  .detail-hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 100px; }
  .detail-hero-copy { max-width: 720px; }
  .detail-hero-art { position: absolute; width: 280px; right: -90px; bottom: -100px; opacity: .55; }
  .detail-stats { grid-template-columns: 1fr; padding-block: 20px; }
  .detail-stats div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding: 14px 0; }
  .detail-intro { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 700px) {
  .detail-hero { padding-top: 75px; }
  .detail-hero h1 { font-size: clamp(54px, 15vw, 75px); }
  .detail-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .detail-feature-grid, .listing-grid { grid-template-columns: 1fr; }
  .detail-feature-grid h3 { margin-top: 45px; }
  .related a { font-size: 28px; }
  .listing-card { min-height: 320px; padding: 27px 20px; grid-template-columns: 40px 1fr; }
}
