/*
Theme Name: Work With RAQ
Theme URI: https://askraq.com/
Author: RAQ
Description: A lightweight custom theme for RAQ — Regulatory. Accurate. Qualified.
Version: 2.3.22
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: workwithraq
*/

:root {
  --ivory: #fff9f7;
  --paper: #fffefd;
  --blush: #f9e5e9;
  --rose: #d35675;
  --rose-dark: #aa3152;
  --ink: #191417;
  --muted: #695f63;
  --line: #ead6dc;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 55px rgba(99, 47, 63, .1);
  --max: 1180px;
  --gradient-page: linear-gradient(135deg, #fffdfb 0%, #fff6f6 48%, #f9e5e9 100%);
  --gradient-paper: linear-gradient(145deg, #ffffff 0%, #fffafa 60%, #fcecef 100%);
  --gradient-blush: linear-gradient(135deg, #fff1f4 0%, #f5dce2 55%, #fff8f7 100%);
  --gradient-accent: linear-gradient(135deg, #ce4b6c 0%, #b9365a 58%, #972745 120%);
  --gradient-dark: linear-gradient(135deg, #1b1518 0%, #352128 62%, #6a2940 140%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--gradient-page); font: 400 1rem/1.66 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 { margin: 0 0 1rem; font-family: var(--sans); font-weight: 600; line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(3rem, 5.2vw, 5.35rem); }
h2 { font-size: clamp(2.15rem, 3.6vw, 3.65rem); }
h3 { font-size: clamp(1.3rem, 1.8vw, 1.7rem); letter-spacing: -.025em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; margin: 0; padding: .7rem 1rem; top: .5rem; left: .5rem; z-index: 9999; background: var(--ink); color: var(--white); }
.wrap { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4.75rem, 7.5vw, 7.5rem) 0; }
.section--paper { background: var(--gradient-paper); }
.section--blush { background: var(--gradient-blush); }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.2rem; color: var(--rose-dark); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.1rem; height: 1px; background: currentColor; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .82rem 1.6rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--gradient-accent); color: var(--white); font-family: var(--sans); font-size: .8rem; font-weight: 650; letter-spacing: .015em; text-transform: none; box-shadow: 0 8px 20px rgba(54,39,38,.12); transition: transform .2s, border-color .2s, box-shadow .2s, color .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); border-color: var(--rose-dark); box-shadow: 0 12px 28px rgba(86,52,52,.2); }
.btn--ghost { background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(242,228,224,.55)); color: var(--ink); box-shadow: none; }
.btn--ghost:hover { background: var(--gradient-accent); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; border-bottom: 1px solid currentColor; color: var(--rose-dark); font-family: var(--sans); font-size: .82rem; font-weight: 650; letter-spacing: .015em; }

.site-header { position: sticky; top: 0; z-index: 100; background: linear-gradient(110deg, rgba(255,253,251,.96), rgba(255,240,243,.93)); border-bottom: 1px solid rgba(234,214,220,.88); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 2rem; }
.brand { margin-right: auto; line-height: 1; }
.brand-mark { display: block; font-family: var(--serif); font-size: 1.8rem; font-weight: 700; letter-spacing: -.04em; }
.brand-tagline { display: block; margin-top: .48rem; font-size: .53rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.primary-nav ul { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.75rem); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; font-family: var(--sans); font-size: .82rem; font-weight: 600; letter-spacing: .01em; text-transform: none; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--rose-dark); transition: right .2s; }
.primary-nav a:hover::after, .primary-nav .current-menu-item a::after { right: 0; }
.header-cta { min-height: 43px; padding: .7rem 1.1rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px auto; background: var(--ink); transition: .2s; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 86% 18%, rgba(221,104,137,.2), transparent 34%), radial-gradient(circle at 12% 88%, rgba(249,215,223,.75), transparent 30%), var(--gradient-page); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(25,25,24,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(25,25,24,.028) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 5%, #000 65%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); padding: clamp(4.5rem, 7vw, 6.5rem) 0; }
.hero-brand { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.4rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-brand span { display: inline-flex; padding: .45rem .55rem; background: var(--blush); color: var(--rose-dark); letter-spacing: .08em; }
.hero h1 { max-width: 690px; }
.hero-copy { max-width: 610px; color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.hero-panel { position: relative; padding: clamp(2rem, 3.8vw, 3.2rem); border: 1px solid rgba(234,214,220,.94); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(255,246,248,.95) 62%, rgba(247,218,225,.9)); box-shadow: var(--shadow); overflow: hidden; }
.hero-panel::before { content: ""; position: absolute; width: 5px; top: 2rem; bottom: 2rem; left: 0; border-radius: 0 999px 999px 0; background: var(--rose); }
.hero-panel__top, .hero-panel__footer { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-panel__title { margin: 2rem 0 2.3rem; font: 600 clamp(2rem, 3.1vw, 3.15rem)/1.08 var(--sans); letter-spacing: -.04em; }
.hero-panel__list { border-top: 1px solid var(--line); }
.hero-panel__list > div { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.hero-panel__list > div > span { color: var(--rose-dark); font-size: .7rem; font-weight: 700; }
.hero-panel__list p { margin: 0; }
.hero-panel__list strong { display: block; font-size: .92rem; }
.hero-panel__list small { display: block; margin-top: .15rem; color: var(--muted); font-size: .8rem; }
.hero-panel__footer { margin-top: 1.5rem; }
.hero-panel__footer i { width: 44px; height: 1px; background: var(--rose); }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.3rem; }
.section-head h2 { max-width: 730px; margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { position: relative; min-height: 380px; padding: clamp(2rem, 2.8vw, 2.7rem); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, #ffffff 0%, #fffafa 68%, #f8dfe5 135%); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card__number { display: block; margin-bottom: 2.75rem; color: var(--rose-dark); font: 700 .72rem/1 var(--sans); letter-spacing: .1em; }
.service-card h3 { min-height: 2.2em; }
.service-card p, .service-card li { color: var(--muted); font-size: .93rem; }
.service-card ul { padding-left: 1.15rem; margin: 1rem 0 0; }
.service-card__icon { position: absolute; width: 44px; height: 44px; right: 2rem; top: 2rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: linear-gradient(145deg, #fff, #f8dce3); }
.service-card__icon::before { content: "↗"; color: var(--rose-dark); font: 500 1.1rem/1 var(--sans); }
.service-card__icon::after { display: none; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 2.3rem 1.5rem; border-right: 1px solid var(--line); text-align: center; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; margin-bottom: .4rem; font: 500 clamp(1.8rem, 3vw, 3rem)/1 var(--serif); }
.stat span { color: var(--muted); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.brand-panel { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2.2rem, 4vw, 4rem); border-radius: 30px; background: var(--gradient-dark); color: var(--white); overflow: hidden; }
.brand-panel::after { content: "RAQ"; position: absolute; right: -1rem; bottom: -2.5rem; color: rgba(255,255,255,.045); font: 700 clamp(7rem, 14vw, 12rem)/1 var(--serif); letter-spacing: -.06em; }
.brand-panel__label { position: relative; z-index: 1; color: #c7beb9; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brand-panel__statement { position: relative; z-index: 1; max-width: 430px; margin: auto 0; font: 500 clamp(1.8rem, 3.2vw, 3rem)/1.15 var(--sans); letter-spacing: -.035em; }
.brand-panel__values { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .65rem; }
.brand-panel__values span { padding: .6rem .75rem; border: 1px solid #4a4744; color: #d8d1cc; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.prose h2 { margin-bottom: 1.5rem; }
.prose p { color: var(--muted); }

.credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.credential { padding: 2.2rem; border: 1px solid var(--line); border-top: 3px solid var(--rose); border-radius: 22px; background: linear-gradient(145deg, #ffffff 0%, #fff8fa 72%, #f6dbe2 140%); box-shadow: 0 12px 35px rgba(99,47,63,.08); overflow: hidden; }
.credential__tag { display: inline-block; margin-bottom: 2.5rem; color: var(--rose-dark); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.credential h3 { font-size: 1.5rem; }
.credential p { color: var(--muted); font-size: .93rem; }

.pill-grid { display: flex; flex-wrap: wrap; gap: .7rem; }
.pill { padding: .8rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,220,227,.84)); font-size: .76rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.experience-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.experience-layout h3 { margin-bottom: 1.5rem; }
.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.tool { display: grid; place-items: center; min-height: 105px; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #ffffff, #fbe8ed); font: 600 1rem/1.2 var(--serif); }

.cta-band { position: relative; overflow: hidden; background: var(--gradient-dark); color: var(--white); }
.cta-band::after { content: ""; position: absolute; width: 340px; height: 340px; right: -170px; top: -170px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; padding: clamp(4.5rem, 8vw, 7rem) 0; }
.cta-inner h2 { max-width: 800px; font-size: clamp(2.4rem, 4vw, 4.2rem); }
.cta-inner p { max-width: 740px; color: #cec6c1; }
.cta-band .btn { border-color: rgba(255,255,255,.88); background: linear-gradient(135deg, #ffffff, #f8dce4); color: var(--ink); }

.page-hero { padding: clamp(4.5rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 20%, rgba(220,91,127,.2), transparent 34%), linear-gradient(135deg, #fffdfb, #fbe8ed); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 5vw, 5rem); }
.page-hero .lede { max-width: 800px; }
.content-columns { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.content-columns h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
.content-columns .entry-content { color: var(--muted); }
.content-columns .entry-content h3 { margin-top: 2.6rem; color: var(--ink); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.detail-card { padding: 2rem; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, #ffffff 0%, #fff7f9 75%, #f5d8e0 145%); overflow: hidden; }
.detail-card p { color: var(--muted); }
.detail-card .btn { margin-top: 1rem; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-meta { padding: 2.3rem; border: 1px solid var(--line); border-radius: 26px; background: var(--gradient-blush); }
.contact-meta a { border-bottom: 1px solid currentColor; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: .5rem; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); }
.field textarea { min-height: 170px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--rose-dark); outline: 2px solid rgba(184,120,121,.18); }
.notice { margin-bottom: 1.5rem; padding: 1rem 1.2rem; border-left: 4px solid var(--rose-dark); background: var(--blush); }
.notice--success { border-color: #416b55; background: #e7f0e9; }
.hp-field { position: absolute; left: -9999px; }

.site-footer { padding: 5rem 0 2rem; background: linear-gradient(135deg, #171215 0%, #2d1d23 62%, #61263a 140%); color: #fff4f6; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 4rem; padding-bottom: 4rem; }
.footer-brand .brand-mark { font-size: 3.3rem; }
.footer-brand p { max-width: 350px; margin-top: 1.2rem; color: #aba49f; }
.site-footer h3 { font: 700 .72rem/1 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.footer-links { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.footer-links li { margin: .55rem 0; }
.footer-links a { color: #c8c0bb; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.8rem; border-top: 1px solid #34312f; color: #8f8884; font-size: .76rem; }
.footer-credit a { color: #d5ccc6; border-bottom: 1px solid #57514d; }
.footer-credit a:hover { color: var(--white); }

.error-page { position: relative; min-height: 70vh; display: grid; place-items: center; overflow: hidden; text-align: center; background: radial-gradient(circle at 76% 38%, rgba(220,91,127,.23), transparent 30%), var(--gradient-page); }
.error-page::before { content: "404"; position: absolute; color: rgba(170,106,108,.08); font: 700 clamp(12rem, 35vw, 34rem)/1 var(--sans); letter-spacing: -.08em; }
.error-page__content { position: relative; z-index: 1; max-width: 720px; padding: 6rem 0; }
.error-page__code { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.2rem; color: var(--rose-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.error-page h1 { font-size: clamp(2.8rem, 5.5vw, 5.2rem); }
.error-page .lede { margin: 0 auto 2rem; }
.error-page__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 78px 0 auto; height: calc(100vh - 78px); padding: 2rem 1.5rem; background: var(--ivory); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line); font: 550 1.35rem/1.2 var(--sans); letter-spacing: -.02em; text-transform: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; width: 88%; margin-left: auto; }
  .card-grid, .credential-grid, .detail-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child, .credential:last-child { grid-column: 1 / -1; }
  .detail-card:last-child { grid-column: 1 / -1; }
  .split { gap: 3rem; }
  .brand-panel { min-height: 430px; }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .wrap { width: min(calc(100% - 2rem), var(--max)); }
  .header-inner { min-height: 76px; }
  .primary-nav { top: 76px; height: calc(100vh - 76px); }
  .hero { min-height: auto; }
  .hero-grid { padding: 4rem 0; }
  .hero-grid > div:first-child { text-align: center; }
  .hero-brand { justify-content: center; }
  .hero-copy { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-panel { width: 100%; margin-left: 0; }
  .section-head { align-items: center; flex-direction: column; text-align: center; }
  .section-head .eyebrow { justify-content: center; }
  .card-grid, .credential-grid, .detail-grid { grid-template-columns: 1fr; }
  .service-card:last-child, .credential:last-child { grid-column: auto; }
  .detail-card:last-child { grid-column: auto; }
  .service-card { min-height: auto; }
  .service-card__number { margin-bottom: 2.5rem; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { border-bottom: 1px solid var(--line); }
  .stat:nth-child(2) { border-right: 0; }
  .split, .experience-layout, .content-columns, .contact-layout { grid-template-columns: 1fr; }
  .brand-panel { min-height: 390px; }
  .split .prose { text-align: center; }
  .split .prose .eyebrow { justify-content: center; }
  .page-hero { text-align: center; }
  .page-hero .lede { margin-inline: auto; }
  .cta-inner { text-align: center; }
  .cta-inner .btn { justify-self: center; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
}

@media (max-width: 430px) {
  .brand-tagline { font-size: .51rem; }
  .hero-actions .btn { width: 100%; }
  .hero-panel { padding: 1.6rem; }
  .hero-panel__title { margin: 1.6rem 0; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; }
  .tools-grid { grid-template-columns: 1fr 1fr; }
}

/* Balanced editorial typography across every template and viewport. */
h1, h2, h3, h4 { text-wrap: balance; }
p { text-wrap: pretty; }
.hero h1 { max-width: 720px; font-size: clamp(4rem, 4.7vw, 5.35rem); }
.section-head > div { flex: 1 1 auto; min-width: 0; }
.section-head h2 { max-width: 980px; font-size: clamp(2.8rem, 3.8vw, 4.15rem); }
.experience-layout h2 { max-width: 650px; font-size: clamp(2.8rem, 3.8vw, 4.15rem); }
.credential h2, .credential h3 {
  max-width: 100%;
  font-size: clamp(2rem, 2.45vw, 2.75rem);
  line-height: 1.06;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.detail-card h2 { font-size: clamp(2.1rem, 2.6vw, 2.7rem); line-height: 1.06; }
.cta-inner h2 { max-width: 760px; font-size: clamp(2.8rem, 3.8vw, 4.1rem); }
.content-columns h2 { font-size: clamp(2.65rem, 3.7vw, 4rem); }
.brand-panel__statement { font-size: clamp(2.15rem, 3vw, 3.15rem); }
.hero-panel__title { font-size: clamp(2.3rem, 3.2vw, 3.35rem); }

@media (max-width: 980px) {
  .hero h1 { max-width: 780px; font-size: clamp(3.8rem, 8vw, 5rem); }
  .section-head h2, .experience-layout h2 { font-size: clamp(2.75rem, 6vw, 3.75rem); }
  .credential h2, .credential h3 { font-size: clamp(2rem, 3.7vw, 2.6rem); }
}

@media (max-width: 720px) {
  .hero h1 { max-width: 100%; font-size: clamp(2.55rem, 10.8vw, 3.35rem); line-height: .98; }
  .section-head h2, .experience-layout h2 { max-width: 100%; font-size: clamp(2.4rem, 10vw, 3.15rem); }
  .credential h2, .credential h3 { font-size: clamp(2rem, 9vw, 2.45rem); }
  .detail-card h2 { font-size: clamp(2rem, 9vw, 2.4rem); }
  .cta-inner h2 { max-width: 100%; font-size: clamp(2.5rem, 10vw, 3.2rem); }
  .content-columns h2 { font-size: clamp(2.4rem, 10vw, 3rem); }
  .brand-panel__statement { font-size: clamp(2rem, 9vw, 2.7rem); }
  .hero-panel__title { font-size: clamp(2.15rem, 9vw, 2.55rem); }
}

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

/* Art direction 2.0 — editorial, sculpted, and intentionally light. */
@font-face {
  font-family: "RAQ Sans";
  src: url("assets/fonts/neulis-sans-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "RAQ Display";
  src: url("assets/fonts/new-baskerville-roman.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "RAQ Display";
  src: url("assets/fonts/new-baskerville-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "RAQ Display";
  src: url("assets/fonts/new-baskerville-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ivory: #fffaf8;
  --paper: #fffefd;
  --blush: #fae8ed;
  --rose: #d55273;
  --rose-dark: #aa3152;
  --ink: #171316;
  --muted: #696064;
  --line: #f0dfe4;
  --serif: "RAQ Display", Georgia, serif;
  --sans: "RAQ Sans", "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(108, 46, 65, .12);
  --gradient-page: linear-gradient(145deg, #fffdfc 0%, #fff8f7 44%, #fbe9ed 100%);
  --gradient-paper: linear-gradient(145deg, #fffefd 0%, #fff9fa 68%, #fbe9ed 100%);
  --gradient-blush: linear-gradient(135deg, #fff2f5 0%, #f7dfe5 58%, #fff9f8 100%);
  --gradient-accent: linear-gradient(135deg, #df607e 0%, #c94366 58%, #ad3153 100%);
  --gradient-dark: linear-gradient(135deg, #291a21 0%, #5b2639 100%);
}

body { background: #fffaf8; font-family: var(--sans); font-size: 1.02rem; line-height: 1.7; }
main { overflow: clip; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h3, h4 { font-family: var(--sans); font-weight: 600; letter-spacing: -.025em; }
h1 { font-size: clamp(3.7rem, 6.2vw, 6.35rem); line-height: .94; }
h2 { font-size: clamp(2.65rem, 4.4vw, 4.6rem); line-height: 1.02; }
.lede { line-height: 1.65; }
.wrap { width: min(calc(100% - 4rem), 1240px); }
.section { padding: clamp(6rem, 9vw, 9rem) 0; }
.section--paper { background: linear-gradient(180deg, #fff 0%, #fff9f9 100%); }
.section--blush { background: radial-gradient(circle at 8% 18%, rgba(255,255,255,.94), transparent 32%), linear-gradient(135deg, #fcecf0, #f7dce4); }
.eyebrow { color: var(--rose-dark); font-size: .7rem; letter-spacing: .18em; }
.eyebrow::before { width: 2.8rem; background: linear-gradient(90deg, transparent, var(--rose)); }

.btn {
  min-height: 52px;
  padding: .9rem 1.75rem;
  border: 0;
  border-radius: 999px;
  background: var(--gradient-accent);
  box-shadow: 0 14px 30px rgba(183, 53, 88, .22);
  color: #fff;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
}
.btn:hover { border: 0; box-shadow: 0 18px 38px rgba(183,53,88,.3); transform: translateY(-3px); }
.btn--ghost { border: 0; background: rgba(255,255,255,.84); box-shadow: 0 10px 28px rgba(87,40,55,.1); color: var(--ink); }
.btn--ghost:hover { background: #fff; color: var(--rose-dark); }
.text-link { border: 0; color: var(--rose-dark); }

.site-header { background: rgba(255,250,248,.88); border: 0; box-shadow: 0 1px 0 rgba(97,50,64,.07); backdrop-filter: blur(20px); }
.header-inner { min-height: 88px; }
.brand-mark { position: relative; display: block; width: max-content; padding-top: .27em; color: var(--ink); font-family: var(--serif); font-size: 2.25rem; font-weight: 400; line-height: .88; }
.brand-mark::before { content: "ask"; position: absolute; top: .02em; left: .13em; color: var(--rose-dark); font-family: var(--sans); font-size: .24em; font-weight: 700; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.brand-tagline { color: #8b7d82; font-family: var(--sans); font-size: .48rem; letter-spacing: .14em; }
.primary-nav ul { gap: clamp(1.2rem, 2.2vw, 2rem); }
.primary-nav a { font-family: var(--sans); font-size: .8rem; font-weight: 500; }
.primary-nav a::after { bottom: -.6rem; height: 2px; border-radius: 999px; background: var(--rose); }
.header-cta { min-height: 46px; padding-inline: 1.55rem; }

.hero {
  min-height: 760px;
  border-radius: 0 0 56px 56px;
  background:
    radial-gradient(circle at 86% 17%, rgba(226,107,140,.24), transparent 25%),
    radial-gradient(circle at 4% 95%, rgba(248,208,218,.78), transparent 30%),
    linear-gradient(135deg, #fffdfb 0%, #fff7f6 48%, #f9e3e8 100%);
}
.hero::before { opacity: .55; background-size: 78px 78px; mask-image: linear-gradient(to right, transparent 0%, #000 48%); }
.hero::after { content: ""; position: absolute; width: 340px; height: 340px; right: -170px; bottom: -140px; border: 1px solid rgba(213,82,115,.18); border-radius: 50%; }
.hero-grid { grid-template-columns: 1.02fr .98fr; gap: clamp(4rem, 8vw, 8rem); padding: 7rem 0; }
.hero-brand { margin-bottom: 2rem; color: #7d7075; letter-spacing: .14em; }
.hero-brand span { border-radius: 999px; background: #f8dce4; color: var(--rose-dark); }
.hero h1 { max-width: 680px; }
.hero h1 em { color: var(--rose); font-weight: 400; }
.hero-copy { max-width: 590px; margin-top: 1.7rem; font-size: 1.08rem; }
.hero-actions { margin-top: 2.5rem; gap: 1rem; }
.hero-panel {
  isolation: isolate;
  padding: clamp(2.4rem, 4vw, 3.6rem);
  border: 0;
  border-radius: 96px 32px 96px 32px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 36px 90px rgba(118,49,70,.16);
  backdrop-filter: blur(12px);
}
.hero-panel::before { width: 6px; top: 5rem; bottom: 5rem; background: linear-gradient(var(--rose), #f4b2c3); }
.hero-panel::after { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; right: -85px; top: -95px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #f9c5d2, #df6b8a); opacity: .68; }
.hero-panel__top, .hero-panel__footer { color: #796c71; }
.hero-panel__title { font-family: var(--serif); font-size: clamp(2.4rem, 3.6vw, 3.65rem); font-weight: 400; line-height: 1; }

@media (min-width: 981px) {
  .hero-panel__title { font-size: clamp(2.2rem, 3vw, 3.25rem); }
  .hero-panel__title .keep-together { white-space: nowrap; }
}
.hero-panel__list { border-color: rgba(92,48,61,.1); }
.hero-panel__list > div { padding: 1.15rem .2rem; border-color: rgba(92,48,61,.1); }
.hero-panel__list strong { font-family: var(--sans); font-weight: 600; }

.section-head { margin-bottom: 4.5rem; }
.section-head h2 { max-width: 780px; }
.card-grid { gap: 1.5rem; }
.service-card {
  min-height: 410px;
  padding: 2.8rem;
  border: 0;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(98,49,64,.09);
}
.service-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -95px; bottom: -100px; border-radius: 50%; background: linear-gradient(135deg, #fce3e9, #f5bccb); opacity: .7; }
.service-card:hover { box-shadow: 0 34px 80px rgba(98,49,64,.14); transform: translateY(-10px); }
.service-card__number { margin-bottom: 3.5rem; color: var(--rose); font-family: var(--sans); }
.service-card h3 { position: relative; min-height: auto; margin-bottom: 1.5rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-card p, .service-card li { position: relative; }
.service-card__icon { border: 0; background: var(--gradient-accent); box-shadow: 0 10px 24px rgba(195,61,96,.2); }
.service-card__icon::before { color: #fff; }

.section--blush .stats { position: relative; top: 0; padding: .75rem 1rem; border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 25px 65px rgba(102,49,65,.1); }
.stat { border-right: 0; }
.stat strong { color: var(--rose-dark); font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.4rem); }
.stat span { color: #7a6d72; }

.split { grid-template-columns: .88fr 1.12fr; gap: clamp(4rem, 9vw, 9rem); }
.brand-panel {
  min-height: 540px;
  border-radius: 56px 24px 56px 24px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.66), transparent 23%),
    linear-gradient(145deg, #f8cbd6 0%, #e986a0 58%, #cf5274 100%);
  box-shadow: 0 34px 85px rgba(156,50,80,.2);
  color: var(--ink);
}
.brand-panel::before { content: ""; position: absolute; width: 150px; height: 150px; left: -55px; bottom: -55px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.brand-panel::after { right: -1.5rem; bottom: -3rem; color: rgba(255,255,255,.22); }
.brand-panel__label { color: #74213e; }
.brand-panel__statement { max-width: 450px; color: #28161d; font-family: var(--serif); font-size: clamp(2.2rem, 3.5vw, 3.5rem); }
.brand-panel__values span { border: 0; border-radius: 999px; background: rgba(255,255,255,.74); color: #6e203a; }
.prose h2 { font-style: italic; }

.credential-grid { gap: 1.4rem; }
.credential { position: relative; isolation: isolate; padding: 2.5rem 2.5rem 7rem; border: 0; border-radius: 34px; background: #fff; box-shadow: 0 22px 58px rgba(98,49,64,.09); text-align: center; }
.credential::after { content: ""; position: absolute; z-index: 0; width: 58px; height: 58px; right: 1.5rem; bottom: 1.5rem; border-radius: 50%; background: linear-gradient(135deg, #fff0f3, #f7ccd7); opacity: .72; pointer-events: none; }
.credential > * { position: relative; z-index: 1; }
.credential__tag { padding: .48rem .75rem; border-radius: 999px; background: #fbe5ea; color: var(--rose-dark); }
.credential h2, .credential h3 { position: relative; z-index: 1; font-family: var(--serif); font-weight: 400; }
.credential p { margin-inline: auto; }

@media (min-width: 721px) {
  .credential { display: grid; grid-row: span 3; grid-template-rows: subgrid; row-gap: 0; align-items: start; }
  .credential > p:first-of-type { position: relative; z-index: 1; width: 100%; padding-top: 1.25rem; }
}

.experience-layout { gap: clamp(4rem, 9vw, 9rem); }

@media (min-width: 981px) {
  .experience-regions .experience-layout { align-items: start; }
  .experience-regions .experience-layout h2 { max-width: none; font-size: clamp(2.6rem, 3.2vw, 3.55rem); white-space: nowrap; }
}
.pill { border: 0; background: rgba(255,255,255,.86); box-shadow: 0 8px 22px rgba(99,47,63,.08); }
.tools-grid { grid-template-columns: repeat(4, 1fr); gap: .75rem; padding: 1.15rem; border-radius: 40px; background: #fff; box-shadow: 0 24px 65px rgba(98,49,64,.1); }
.tool { min-height: 92px; display: flex; justify-content: flex-start; gap: .85rem; padding: 1rem; border: 0; border-radius: 24px; background: #fff9fa; font-family: var(--sans); font-size: .95rem; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.tool__mark { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(98,49,64,.1); }
.tool__logo { display: block; width: 28px; height: 28px; object-fit: contain; }
.tool__fallback { background: var(--gradient-accent); color: #fff; font-weight: 700; }
.tool__name { line-height: 1.15; }
.tool:hover { background: #fff1f4; box-shadow: 0 12px 28px rgba(98,49,64,.09); transform: translateY(-2px); }

.cta-band {
  width: min(calc(100% - 3rem), 1360px);
  margin: 0 auto 5rem;
  border-radius: 56px 24px 56px 24px;
  background:
    radial-gradient(circle at 91% 22%, rgba(255,255,255,.25), transparent 20%),
    linear-gradient(135deg, #e66c8b 0%, #cb4368 54%, #a52e50 100%);
  box-shadow: 0 32px 80px rgba(162,44,76,.22);
}
.cta-band::after { border-color: rgba(255,255,255,.28); }
.cta-inner { padding: clamp(4rem, 7vw, 6.5rem); }
.cta-inner h2 { font-family: var(--serif); font-weight: 400; }
.cta-inner p { color: #fff3f6; }
.cta-band .btn { border: 0; background: #fff; box-shadow: 0 14px 35px rgba(100,30,52,.18); color: var(--rose-dark); }

.page-hero { border: 0; border-radius: 0 0 48px 48px; background: radial-gradient(circle at 83% 20%, rgba(223,96,130,.18), transparent 28%), linear-gradient(135deg, #fffdfb, #fae5ea); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(4rem, 6vw, 6.2rem); font-weight: 400; }
.content-columns { gap: clamp(4rem, 9vw, 9rem); }
.content-columns h2 { font-family: var(--serif); font-weight: 400; }
.detail-grid { gap: 1.5rem; }
.detail-card { border: 0; border-radius: 34px; background: #fff; box-shadow: 0 22px 60px rgba(98,49,64,.09); }
.detail-card h2 { font-family: var(--serif); font-size: 2.5rem; }
.detail-grid--services { align-items: stretch; }
.detail-grid--services .detail-card { display: flex; flex-direction: column; align-items: flex-start; height: 100%; }
.detail-grid--services .detail-card > ul { width: 100%; }
.detail-grid--services .detail-card .btn { margin-top: auto; }
.contact-meta { border: 0; border-radius: 46px 22px 46px 22px; background: linear-gradient(145deg, #f9d4dd, #e7829c); box-shadow: 0 28px 70px rgba(154,51,80,.15); }
.contact-meta h2 { font-family: var(--serif); }
.field input, .field select, .field textarea { border: 0; background: #fff; box-shadow: 0 8px 24px rgba(98,49,64,.08); }
.field input:focus, .field select:focus, .field textarea:focus { border: 0; outline: 3px solid rgba(213,82,115,.22); }
.notice { border: 0; border-radius: 20px; }

/* Decorative shapes stay in protected corners and never compete with copy. */
.service-card,
.hero-panel,
.brand-panel,
.cta-band { isolation: isolate; }
.service-card::before { z-index: 0; right: -160px; bottom: -160px; pointer-events: none; }
.service-card > :not(.service-card__icon) { position: relative; z-index: 1; }
.service-card__icon { position: absolute; z-index: 2; }
@media (min-width: 721px) {
  .home .service-card h3 { min-height: 2.16em; }
  .detail-grid--services .detail-card h2 { min-height: 2.12em; }
}
@media (min-width: 721px) and (max-width: 820px) {
  .detail-grid--services .detail-card h2 { min-height: 3.18em; }
}
@media (min-width: 981px) and (max-width: 1240px) {
  .detail-grid--services .detail-card h2 { min-height: 3.18em; }
}
.hero-panel::after { right: -185px; top: -185px; pointer-events: none; }
.hero-panel > * { position: relative; z-index: 1; }
.brand-panel::before { z-index: 0; left: -135px; bottom: -135px; pointer-events: none; }
.brand-panel > * { position: relative; z-index: 1; }
.cta-band::after { z-index: 0; right: -310px; top: -310px; pointer-events: none; }
.cta-inner { position: relative; z-index: 1; }

.site-footer { margin-top: 0; padding-top: 6rem; background: linear-gradient(180deg, #fffaf8 0%, #fbe9ed 100%); color: var(--ink); }
.footer-brand .brand-mark { color: var(--rose-dark); font-family: var(--serif); font-weight: 400; }
.footer-brand p, .footer-links a { color: #6d6266; }
.site-footer h3 { color: var(--rose-dark); }
.footer-links a:hover { color: var(--rose-dark); }
.footer-bottom { border-color: #e8cfd6; color: #7d7075; }
.footer-credit a { color: var(--rose-dark); border-color: #d9aab7; }

.error-page { background: radial-gradient(circle at 75% 30%, rgba(225,103,136,.2), transparent 28%), linear-gradient(135deg, #fffdfb, #f9e4e9); }

@media (max-width: 980px) {
  .wrap { width: min(calc(100% - 2.5rem), 1240px); }
  .header-inner { min-height: 78px; }
  .primary-nav { top: 78px; height: calc(100vh - 78px); border-radius: 0 0 32px 32px; background: rgba(255,250,248,.98); }
  .primary-nav a { font-family: var(--serif); font-size: 1.7rem; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 6rem 0; }
  .hero-panel { width: min(88%, 650px); }
  .card-grid, .credential-grid, .detail-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child, .credential:last-child { grid-column: 1 / -1; }
  .split { gap: 4rem; }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .wrap { width: min(calc(100% - 2rem), 1240px); }
  .section { padding: 5.5rem 0; }
  h1 { font-size: clamp(3.3rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .hero { border-radius: 0 0 32px 32px; }
  .hero-grid { padding: 4.5rem 0; }
  .hero-panel { width: 100%; border-radius: 48px 22px 48px 22px; }
  .hero-panel__title { font-size: 2.7rem; }
  .hero-panel::after { width: 160px; height: 160px; }
  .section-head { margin-bottom: 3rem; }
  .card-grid, .credential-grid, .detail-grid { grid-template-columns: 1fr; }
  .service-card:last-child, .credential:last-child { grid-column: auto; }
  .service-card { min-height: auto; border-radius: 30px; }
  .section--blush .stats { grid-template-columns: 1fr 1fr; border-radius: 36px; }
  .brand-panel { min-height: 470px; border-radius: 42px 20px 42px 20px; }
  .split .prose { text-align: center; }
  .tools-grid { grid-template-columns: 1fr 1fr; gap: .6rem; padding: .7rem; border-radius: 30px; }
  .tool { min-height: 76px; padding: .75rem; gap: .65rem; font-size: .82rem; }
  .tool__mark { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; }
  .tool__logo { width: 24px; height: 24px; }
  .cta-band { width: calc(100% - 2rem); margin-bottom: 2rem; border-radius: 40px 20px 40px 20px; }
  .cta-inner { padding: 4rem 1.6rem; }
  .page-hero { border-radius: 0 0 32px 32px; }
  .page-hero h1 { font-size: clamp(3.6rem, 16vw, 5rem); }
  .contact-meta { border-radius: 36px 18px 36px 18px; }
  .footer-grid { text-align: center; }
  .footer-brand p { margin-inline: auto; }
  .site-footer h3 { text-align: center; }
}

@media (max-width: 430px) {
  .hero-actions .btn { width: 100%; }
  .hero-panel { padding: 2rem 1.5rem; }
  .hero-panel__title { font-size: 2.35rem; }
  .hero-panel__list > div { grid-template-columns: 1.6rem 1fr; gap: .65rem; }
  .section--blush .stats { grid-template-columns: 1fr; }
  .tools-grid { grid-template-columns: 1fr 1fr; }
  .brand-panel__statement { font-size: clamp(1.65rem, 8vw, 2rem); }
  .brand-panel__keep-line { white-space: nowrap; }
  .brand-panel__values { flex-wrap: nowrap; gap: .4rem; }
  .brand-panel__values span {
    flex: 1 1 0;
    min-width: 0;
    padding: .55rem .25rem;
    font-size: clamp(.52rem, 2.2vw, .62rem);
    letter-spacing: .06em;
    text-align: center;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool { min-width: 0; padding: .65rem .5rem; gap: .4rem; font-size: .72rem; }
  .tool__mark { width: 34px; height: 34px; flex-basis: 34px; }
  .tool__logo { width: 21px; height: 21px; }
}

/* Responsive integrity: persistent mobile navigation and true single-column content. */
.split .prose h2 { max-width: 700px; font-size: clamp(2.75rem, 3.25vw, 3.75rem); line-height: 1.06; }

@media (max-width: 980px) {
  .site-header { position: sticky; top: 0; }
  .primary-nav {
    position: absolute;
    inset: 100% 0 auto;
    z-index: 20;
    width: auto;
    height: calc(100dvh - 78px);
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  body.menu-open { overflow: visible; }

  .hero-grid > div:first-child,
  .page-hero,
  .section-head { text-align: center; }
  .hero-brand,
  .hero-actions,
  .section-head .eyebrow,
  .page-hero .eyebrow { justify-content: center; }
  .hero-copy,
  .page-hero .lede,
  .section-head h2 { margin-inline: auto; }
  .section-head { align-items: center; flex-direction: column; }

  .split, .experience-layout, .content-columns, .contact-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }
  .split > *, .experience-layout > *, .content-columns > *, .contact-layout > * { min-width: 0; }
  .split .brand-panel { width: min(100%, 780px); margin-inline: auto; }
  .split .prose,
  .content-columns > div:first-child,
  .experience-layout > div,
  .contact-meta { text-align: center; }
  .split .prose,
  .content-columns > *,
  .experience-layout > * { width: min(100%, 780px); margin-inline: auto; }
  .split .prose .eyebrow,
  .content-columns .eyebrow,
  .experience-layout .eyebrow { justify-content: center; }
  .experience-layout .pill-grid { justify-content: center; }
  .experience-layout h2,
  .experience-layout h3 { margin-inline: auto; }
}

@media (max-width: 720px) {
  .split, .experience-layout, .content-columns, .contact-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }
  .split > *, .experience-layout > *, .content-columns > *, .contact-layout > * { min-width: 0; }
  .brand-panel {
    width: 100%;
    min-height: auto;
    padding: 2.3rem 1.8rem;
  }
  .brand-panel__statement { margin: 3rem 0; }
  .split .prose { width: 100%; }
  .split .prose h2 {
    max-width: 350px;
    margin-inline: auto;
    font-size: clamp(2.1rem, 8.8vw, 2.45rem);
    line-height: 1.08;
  }
  .primary-nav {
    height: calc(100dvh - 76px);
    max-height: calc(100dvh - 76px);
  }
}
