:root {
  --paper: #f2f0ea;
  --paper-deep: #e7e3da;
  --ink: #121415;
  --muted: #696b68;
  --line: rgba(18, 20, 21, 0.16);
  --accent: #ff4b2f;
  --accent-dark: #e93b20;
  --white: #fffef9;
  --max: 1440px;
  --pad: clamp(22px, 4vw, 72px);
  --radius: 2px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--white); padding: 12px 18px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 92px; padding: 0 var(--pad);
  display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 30px;
  border-bottom: 1px solid transparent; transition: background .3s, height .3s, border-color .3s;
}
.site-header.is-scrolled { height: 72px; background: rgba(242, 240, 234, .92); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; }
.brand__name { font-weight: 900; font-size: 21px; letter-spacing: -.07em; white-space: nowrap; }
.brand__name span { color: var(--accent); }
.brand__descriptor { border-left: 1px solid var(--line); padding-left: 14px; font-size: 10px; line-height: 1.1; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.desktop-nav { justify-self: center; display: flex; gap: clamp(20px, 2.4vw, 42px); }
.desktop-nav a { font-size: 13px; color: #343636; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--accent); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.phone-link { font-size: 13px; font-weight: 700; white-space: nowrap; }
.menu-button, .mobile-menu { display: none; }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; cursor: pointer; font-weight: 800; font-size: 13px; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #292c2d; }
.button--accent { background: var(--accent); color: #141414; }
.button--accent:hover { background: #ff634c; }
.button:disabled { opacity: .62; cursor: default; transform: none; }

.hero { min-height: 100vh; padding: 150px var(--pad) 0; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); position: relative; max-width: var(--max); margin: 0 auto; }
.hero__copy { align-self: center; padding: 10px clamp(20px, 5vw, 82px) 120px 0; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; margin: 0 0 32px; }
.eyebrow span { width: 28px; height: 2px; background: var(--accent); }
.hero h1 { margin: 0; max-width: 900px; font-size: clamp(52px, 6.8vw, 108px); line-height: .91; letter-spacing: -.075em; font-weight: 850; }
.hero h1 em { display: block; font-style: normal; color: var(--accent); }
.hero__lead { max-width: 700px; margin: 38px 0 0; padding-left: clamp(0px, 6vw, 100px); font-size: clamp(18px, 1.55vw, 24px); line-height: 1.46; letter-spacing: -.025em; color: #484a48; }
.hero__actions { display: flex; align-items: center; gap: 32px; margin: 40px 0 0; padding-left: clamp(0px, 6vw, 100px); }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 7px; }
.hero__facts { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero__facts > div { padding: 18px 18px 0 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.hero__facts > div:not(:first-child) { padding-left: 18px; }
.hero__facts > div:last-child { border-right: 0; }
.hero__facts strong { font-size: 14px; letter-spacing: -.02em; }
.hero__facts span { color: var(--muted); font-size: 11px; line-height: 1.4; margin-top: 5px; }

.hero__visual { position: relative; align-self: end; height: min(76vh, 850px); min-height: 620px; }
.portrait-frame { position: absolute; inset: 0; overflow: hidden; background: #d7d2c7; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 20%; filter: saturate(.84) contrast(1.02); }
.portrait-frame__wash { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(18,20,21,.24)); pointer-events: none; }
.portrait-card { position: absolute; left: -44px; bottom: 52px; width: 310px; padding: 18px; background: var(--white); display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; box-shadow: 0 22px 60px rgba(20,20,20,.16); }
.portrait-card__mark { display: grid; place-items: center; width: 52px; aspect-ratio: 1; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 900; }
.portrait-card p { margin: 0; font-size: 11px; line-height: 1.45; color: var(--muted); }
.portrait-card strong { color: var(--ink); font-size: 13px; }
.hero__stamp { position: absolute; right: -34px; top: 56px; width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--accent); font-size: 10px; line-height: 1.3; font-weight: 900; text-transform: uppercase; transform: rotate(9deg); }
.hero__ticker { position: absolute; left: 0; right: 0; bottom: 0; height: 48px; overflow: hidden; background: var(--ink); color: var(--white); display: flex; align-items: center; }
.hero__ticker > div { display: flex; align-items: center; gap: 36px; min-width: max-content; animation: ticker 24s linear infinite; }
.hero__ticker span { font-size: 10px; letter-spacing: .18em; font-weight: 800; }
.hero__ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(92px, 11vw, 170px) var(--pad); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 2.2fr) minmax(240px, 1fr); gap: clamp(30px, 5vw, 80px); align-items: start; margin-bottom: clamp(56px, 7vw, 100px); }
.section-index { margin: 8px 0 0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.section-heading h2 { margin: 0; font-size: clamp(44px, 6.2vw, 90px); line-height: .98; letter-spacing: -.065em; }
.section-heading > p:last-child { margin: 8px 0 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.diagnostic { background: var(--white); max-width: none; padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.diagnostic-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 0; min-height: 590px; }
.quiz { background: var(--paper); padding: clamp(28px, 5vw, 72px); display: flex; flex-direction: column; position: relative; }
.quiz__progress { height: 2px; background: var(--line); }
.quiz__progress span { display: block; height: 100%; width: 33%; background: var(--accent); transition: width .35s; }
.quiz__meta { display: flex; justify-content: space-between; margin-top: 14px; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.quiz__screen { display: none; flex: 1; padding-top: clamp(45px, 6vw, 80px); }
.quiz__screen.is-active { display: block; animation: screen-in .35s ease both; }
@keyframes screen-in { from { opacity: 0; transform: translateY(12px); } }
.quiz__screen h3 { margin: 0 0 42px; max-width: 680px; font-size: clamp(34px, 4.5vw, 66px); line-height: 1; letter-spacing: -.055em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-grid button { min-height: 72px; padding: 18px 22px; text-align: left; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-weight: 750; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.choice-grid button:hover { background: var(--ink); color: var(--white); border-color: var(--ink); transform: translateY(-2px); }
.quiz__back { display: none; width: fit-content; margin-top: 30px; border: 0; background: none; padding: 0; cursor: pointer; color: var(--muted); }
.quiz__back.is-visible { display: block; }
.quiz__result h3 { margin-bottom: 24px; }
.quiz__result > p:not(.eyebrow) { max-width: 600px; color: var(--muted); line-height: 1.6; }
.result-summary { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 34px; }
.result-summary span { padding: 9px 12px; border: 1px solid var(--line); font-size: 11px; }
.quiz__restart { border: 0; background: none; margin-left: 20px; cursor: pointer; text-decoration: underline; }
.diagnostic-note { background: var(--accent); padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: space-between; }
.diagnostic-note__number { font-size: clamp(88px, 12vw, 180px); line-height: .8; letter-spacing: -.09em; font-weight: 900; }
.diagnostic-note h3 { margin: 0 0 24px; font-size: 24px; letter-spacing: -.04em; }
.diagnostic-note ul { list-style: none; margin: 0; padding: 0; }
.diagnostic-note li { border-top: 1px solid rgba(18,20,21,.25); padding: 14px 0; font-size: 12px; line-height: 1.45; }

.section--ink { max-width: none; background: var(--ink); color: var(--white); padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.section-heading--light > p:last-child { color: #a6aaa8; }
.route { border-top: 1px solid rgba(255,255,255,.2); }
.route:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.route__head { width: 100%; padding: 28px 0; border: 0; background: none; color: inherit; display: grid; grid-template-columns: 80px minmax(240px, .8fr) 1fr 42px; gap: 24px; text-align: left; align-items: center; cursor: pointer; }
.route__index { color: var(--accent); font-weight: 900; }
.route__head h3 { margin: 0; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.045em; }
.route__head p { margin: 0; max-width: 460px; color: #929694; font-size: 13px; line-height: 1.5; }
.route__toggle { justify-self: end; display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 20px; }
.route__body { display: grid; grid-template-columns: 80px minmax(240px, .8fr) 1fr 42px; gap: 24px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .45s ease, opacity .35s, padding .4s; }
.route.is-open .route__body { max-height: 260px; opacity: 1; padding: 4px 0 34px; }
.route__body p { grid-column: 2 / 3; margin: 0; color: #c6c9c7; line-height: 1.65; font-size: 14px; }
.route__body a { grid-column: 3 / 4; align-self: end; color: var(--accent); font-size: 12px; font-weight: 800; }

.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); padding: 32px 0; }
.process-list > li > span { color: var(--accent); font-weight: 900; font-size: 12px; }
.process-list li div { display: grid; grid-template-columns: minmax(250px, .75fr) 1fr; gap: 70px; align-items: start; }
.process-list h3 { margin: 0; font-size: clamp(25px, 3vw, 40px); letter-spacing: -.045em; }
.process-list p { margin: 6px 0 0; max-width: 600px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.principle { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 10vw, 150px); background: var(--paper-deep); max-width: none; padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.quote-mark { color: var(--accent); font-size: 92px; line-height: .6; font-weight: 900; }
.principle blockquote { margin: 32px 0 46px; font-size: clamp(36px, 4.6vw, 68px); line-height: 1.06; letter-spacing: -.06em; font-weight: 750; }
.principle__quote > p { margin: 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.principle__quote strong { color: var(--ink); }
.principle__facts { padding-top: 18px; }
.principle__facts > div { display: grid; grid-template-columns: 44px 1fr; border-top: 1px solid var(--line); padding: 22px 0; gap: 20px; }
.principle__facts > div:last-child { border-bottom: 1px solid var(--line); }
.principle__facts span { color: var(--accent); font-size: 11px; font-weight: 900; }
.principle__facts p { margin: 0; font-size: 14px; line-height: 1.5; }

.faq-list { margin-left: 26%; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 28px 0; display: flex; justify-content: space-between; gap: 24px; font-size: clamp(18px, 2vw, 26px); font-weight: 750; letter-spacing: -.03em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 30px; max-width: 760px; color: var(--muted); line-height: 1.65; font-size: 14px; }

.section--accent { max-width: none; background: var(--accent); padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); }
.contact h2 { margin: 24px 0 30px; font-size: clamp(46px, 6vw, 88px); line-height: .96; letter-spacing: -.07em; }
.contact__copy > p:not(.section-index) { max-width: 620px; line-height: 1.6; }
.contact__direct { display: flex; flex-direction: column; margin-top: 60px; gap: 10px; }
.contact__direct a { width: fit-content; font-size: clamp(18px, 2vw, 26px); font-weight: 800; border-bottom: 1px solid rgba(18,20,21,.42); }
.lead-form { background: var(--white); padding: clamp(28px, 4vw, 56px); }
.lead-form > label:not(.consent) { display: block; margin-bottom: 26px; }
.lead-form label > span:first-child { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.lead-form input:not([type="checkbox"]), .lead-form select { width: 100%; height: 54px; border: 0; border-bottom: 1px solid var(--line); background: transparent; border-radius: 0; color: var(--ink); outline: none; }
.lead-form input:focus, .lead-form select:focus { border-bottom-color: var(--accent); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 34px 0 24px; align-items: start; }
.consent input { margin: 2px 0 0; accent-color: var(--accent); }
.consent span { font-size: 10px; line-height: 1.45; color: var(--muted); }
.lead-form .button { width: 100%; }
.form-status { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.site-footer { padding: 70px var(--pad) 28px; background: var(--ink); color: var(--white); }
.site-footer__top, .site-footer__bottom { max-width: calc(var(--max) - var(--pad) * 2); margin: 0 auto; display: grid; }
.site-footer__top { grid-template-columns: 1fr 1fr auto; gap: 50px; padding-bottom: 70px; }
.brand--light .brand__descriptor { color: #9da19f; border-color: rgba(255,255,255,.25); }
.site-footer__top > p { margin: 0; color: #9da19f; font-size: 13px; line-height: 1.5; }
.site-footer__top > div { display: flex; flex-direction: column; gap: 8px; font-weight: 800; }
.site-footer__bottom { grid-template-columns: 1.2fr 1fr auto; gap: 30px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 24px; color: #858987; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .04em; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom > div { display: flex; gap: 18px; }
.site-footer__bottom a:hover { color: var(--white); }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 240px 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 42%; }
  .hero__copy { padding-right: 40px; }
  .hero h1 { font-size: clamp(52px, 7vw, 76px); }
  .section-heading { grid-template-columns: .7fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .diagnostic-grid { grid-template-columns: 1fr 310px; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .header-actions { display: none; }
  .menu-button { display: flex; width: 46px; height: 46px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 7px; padding: 10px; z-index: 2; }
  .menu-button span { display: block; width: 100%; height: 1px; background: var(--ink); transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { display: block; position: fixed; inset: 0; background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-14px); transition: transform .3s ease, opacity .25s ease, visibility .25s; padding: 110px 24px 40px; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu a { font-size: 34px; letter-spacing: -.05em; font-weight: 800; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .mobile-menu a:last-child { color: var(--accent); margin-top: 30px; border: 0; font-size: 22px; }

  .hero { min-height: auto; grid-template-columns: 1fr; padding: 120px 20px 48px; }
  .hero__copy { padding: 0 0 58px; }
  .hero h1 { font-size: clamp(50px, 14vw, 78px); }
  .hero__lead, .hero__actions { padding-left: 0; }
  .hero__lead { margin-top: 28px; font-size: 18px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero__facts { margin-top: 50px; }
  .hero__visual { height: 116vw; min-height: 520px; max-height: 760px; margin-inline: -20px; }
  .portrait-card { left: 20px; bottom: 28px; }
  .hero__stamp { right: 16px; top: 22px; }
  .hero__ticker { position: relative; margin: 0 -20px -48px; grid-column: 1; }

  .section { padding: 88px 20px; }
  .section-heading { display: block; margin-bottom: 52px; }
  .section-heading h2 { margin-top: 30px; font-size: clamp(44px, 12vw, 68px); }
  .section-heading > p:last-child { margin-top: 26px; max-width: 500px; }
  .diagnostic, .section--ink, .principle, .section--accent { padding-inline: 20px; }
  .diagnostic-grid { grid-template-columns: 1fr; }
  .quiz { min-height: 590px; padding: 26px 20px; }
  .quiz__screen h3 { font-size: 40px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid button { min-height: 62px; }
  .diagnostic-note { min-height: 500px; }
  .diagnostic-note__number { font-size: 132px; }

  .route__head { grid-template-columns: 36px 1fr 40px; gap: 14px; }
  .route__head h3 { font-size: 29px; }
  .route__head p { grid-column: 2 / 3; }
  .route__toggle { grid-column: 3; grid-row: 1 / 3; }
  .route__body { grid-template-columns: 36px 1fr; gap: 14px; }
  .route__body p, .route__body a { grid-column: 2; }
  .route__body a { margin-top: 20px; }
  .route.is-open .route__body { max-height: 390px; }

  .process-list li { grid-template-columns: 50px 1fr; }
  .process-list li div { grid-template-columns: 1fr; gap: 12px; }
  .principle { grid-template-columns: 1fr; }
  .principle__facts { padding-top: 0; }
  .faq-list { margin-left: 0; }
  .contact { grid-template-columns: 1fr; }
  .contact__direct { margin-top: 40px; }
  .site-footer { padding: 64px 20px 90px; }
  .site-footer__top, .site-footer__bottom { grid-template-columns: 1fr; gap: 30px; }
  .site-footer__top { padding-bottom: 48px; }
  .site-footer__bottom > div { flex-wrap: wrap; }
  .mobile-call { display: flex; position: fixed; z-index: 90; left: 16px; right: 16px; bottom: 14px; height: 52px; background: var(--accent); align-items: center; justify-content: center; font-weight: 900; font-size: 13px; box-shadow: 0 12px 40px rgba(0,0,0,.22); }
}

@media (max-width: 480px) {
  .brand__descriptor { display: none; }
  .hero__facts { grid-template-columns: 1fr; }
  .hero__facts > div, .hero__facts > div:not(:first-child) { border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 0; }
  .portrait-card { width: calc(100% - 40px); }
  .quiz__restart { display: block; margin: 18px 0 0; }
  .contact h2 { font-size: 46px; }
}

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

/* WordPress block-theme integration */
.wp-site-blocks > * { margin-block-start: 0; }
.wp-site-blocks { overflow: clip; }
.site-header.wp-block-group { margin: 0; }
.site-header .wp-block-group,
.site-footer .wp-block-group,
.hero .wp-block-group,
.section .wp-block-group { margin-block-start: 0; }
body.admin-bar .site-header { top: 32px; }
.site-header .desktop-nav { justify-self: center; }
.site-header .desktop-nav .wp-block-navigation__container { gap: clamp(20px, 2.4vw, 42px); }
.site-header .desktop-nav a { font-size: 13px; color: #343636; }
.site-header .header-actions .wp-block-buttons,
.site-header .header-actions .wp-block-button { margin: 0; }
.site-header .header-actions .wp-block-button.button {
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent;
}
.site-header .header-actions .wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px !important;
  background: var(--ink) !important;
  color: var(--white) !important;
  line-height: 1.15;
}
.site-header .header-actions .wp-block-button__link:hover { background: #292c2d !important; }
.site-header .header-actions { min-width: max-content; justify-self: end; }
.site-header .header-actions .wp-block-buttons { flex-wrap: nowrap; }
.site-header .header-actions .wp-block-button__link { white-space: nowrap; }
.button.wp-block-button__link { border-radius: 0; }
.wp-block-button .button { border-radius: 0; }
.hero__actions .wp-block-buttons,
.hero__actions .wp-block-button { margin: 0; }
.hero__facts { gap: 0; }
.hero__facts p { margin: 0; display: flex; flex-direction: column; }
.hero__visual .wp-block-image { height: 100%; margin: 0; }
.hero__visual .wp-block-image img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 20%; }
.principle .wp-block-quote { border: 0; padding: 0; }
.principle .wp-block-quote p { margin: 0; font: inherit; }
.contact__direct p,
.site-footer p { margin: 0; }
.vp-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status--success { color: #1f6b3d; }
.form-status--error { color: #a22618; }

/* Details blocks used for the route selector */
.route-list .route { border-top: 1px solid rgba(255,255,255,.2); color: var(--white); }
.route-list .route:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.route-list .route summary { list-style: none; cursor: pointer; padding: 28px 0; display: grid; grid-template-columns: 80px minmax(240px,.8fr) 1fr 42px; gap: 24px; align-items: center; }
.route-list .route summary::-webkit-details-marker { display: none; }
.route-list .route summary::after { content: "+"; justify-self: end; display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 20px; }
.route-list .route[open] summary::after { content: "−"; }
.route-list .route summary strong { font-size: clamp(28px,3vw,46px); letter-spacing: -.045em; }
.route-list .route summary small { max-width: 460px; color: #929694; font-size: 13px; line-height: 1.5; }
.route-list .route > p { margin: 0 0 22px 104px; max-width: 600px; color: #c6c9c7; line-height: 1.65; font-size: 14px; }
.route-list .route > p:last-child { margin-bottom: 32px; }
.route-list .route > p:last-child a { color: var(--accent); font-size: 12px; font-weight: 800; }

/* Internal service and legal pages */
.vp-content-page { padding: 150px var(--pad) 110px; min-height: 70vh; }
.vp-content-page > h1 { font-size: clamp(46px,7vw,92px); line-height: .96; letter-spacing: -.065em; margin-bottom: 60px; }
.vp-content-page .wp-block-post-content { font-size: 17px; line-height: 1.72; }
.vp-content-page .wp-block-post-content h2 { margin-top: 52px; }
.vp-legal-page { max-width: 980px; }
.vp-legal-page .wp-block-post-content { max-width: 760px; }
.vp-page-hero { padding: 170px var(--pad) 100px; background: var(--paper); }
.vp-page-hero__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.7fr .7fr; gap: 80px; align-items: end; }
.vp-page-hero h1 { margin: 26px 0 34px; max-width: 1000px; font-size: clamp(52px,7.2vw,104px); line-height: .92; letter-spacing: -.07em; }
.vp-page-hero__lead { max-width: 780px; font-size: clamp(18px,1.7vw,25px); color: var(--muted); line-height: 1.5; }
.vp-page-hero__aside { border-top: 2px solid var(--accent); padding-top: 24px; }
.vp-page-hero__aside p { margin: 0 0 20px; color: var(--muted); line-height: 1.55; }
.vp-service-section { padding: clamp(80px,10vw,150px) var(--pad); }
.vp-service-section__inner { max-width: var(--max); margin: 0 auto; }
.vp-service-section h2 { max-width: 950px; font-size: clamp(40px,5.8vw,82px); margin: 0 0 70px; }
.vp-check-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.vp-check-grid > * { margin: 0; min-height: 170px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 20px; line-height: 1.35; }
.vp-check-grid > *:nth-child(even) { border-right: 0; }
.vp-service-cta { padding: 90px var(--pad); background: var(--accent); }
.vp-service-cta__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.vp-service-cta h2 { margin: 0; font-size: clamp(42px,6vw,86px); }

.block-editor-block-list__layout .reveal { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { height: 72px; grid-template-columns: minmax(0,1fr) auto; gap: 20px; }
  .site-header .header-actions { display: none !important; }
  .site-header .desktop-nav { display: flex !important; justify-self: end; }
  .site-header .desktop-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .site-header .desktop-nav .wp-block-navigation__responsive-container-open { display: flex !important; }
  .site-header .desktop-nav .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    padding: 100px clamp(24px,6vw,64px) 40px;
    background: var(--paper);
    color: var(--ink);
    z-index: 1000;
  }
  .site-header .desktop-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
  .site-header .desktop-nav .wp-block-navigation__responsive-container.is-menu-open a {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: clamp(28px,5vw,44px);
    font-weight: 800;
    letter-spacing: -.05em;
  }
  .site-header .desktop-nav .wp-block-navigation__responsive-container-close { top: 22px; right: 22px; }
}

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header .desktop-nav { display: flex !important; justify-self: end; }
  .site-header .desktop-nav .wp-block-navigation__responsive-container-open { display: flex !important; }
  .site-header .desktop-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 100px 24px 36px; background: var(--paper); color: var(--ink); }
  .site-header .desktop-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 0; }
  .site-header .desktop-nav .wp-block-navigation__responsive-container.is-menu-open a { display: block; width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 32px; font-weight: 800; letter-spacing: -.05em; }
  .site-header .desktop-nav .wp-block-navigation__responsive-container-close { top: 22px; right: 22px; }
  .route-list .route summary { grid-template-columns: 36px 1fr 40px; gap: 14px; }
  .route-list .route summary strong { font-size: 29px; }
  .route-list .route summary small { grid-column: 2; }
  .route-list .route summary::after { grid-column: 3; grid-row: 1 / 3; }
  .route-list .route > p { margin-left: 50px; }
  .vp-page-hero { padding: 120px 20px 70px; }
  .vp-page-hero__inner { grid-template-columns: 1fr; gap: 50px; }
  .vp-service-section, .vp-service-cta { padding-inline: 20px; }
  .vp-check-grid, .vp-service-cta__inner { grid-template-columns: 1fr; }
  .vp-check-grid > * { border-right: 0; }
  .vp-content-page { padding: 120px 20px 80px; }
}

@media (max-width: 480px) {
  .site-header { padding-inline: 18px; }
  .site-header .brand { min-width: 0; }
  .site-header .brand__name { font-size: 19px; }
  .hero h1 { font-size: clamp(44px,13.2vw,58px); overflow-wrap: normal; word-break: normal; hyphens: none; }
  .hero__lead { font-size: 17px; }
  .hero__actions .wp-block-buttons,
  .hero__actions .wp-block-button,
  .hero__actions .wp-block-button__link { width: 100%; }
  .mobile-call { bottom: max(14px, env(safe-area-inset-bottom)); }
}
