:root {
  --paper: #f7f3eb;
  --white: #fffdf8;
  --ink: #10100f;
  --muted: #5a574f;
  --rule: #c9c2b5;
  --blue: #1737d1;
  --blue-dark: #0c237f;
  --red: #d93612;
  --display: Arial, Helvetica, sans-serif;
  --body: Georgia, "Times New Roman", serif;
  --ui: Arial, Helvetica, sans-serif;
  --shell: min(1320px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { 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 { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); padding: 12px 16px; color: white; background: var(--ink); font: 700 15px/1 var(--ui); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }

.site-header { position: relative; z-index: 20; min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; border-bottom: 1px solid var(--rule); font-family: var(--ui); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; object-fit: contain; }
.brand-name { font: 800 28px/1 var(--display); letter-spacing: -.055em; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.desktop-nav a, .header-cta { min-height: 44px; display: inline-flex; align-items: center; font: 700 14px/1 var(--ui); text-decoration: none; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { gap: 12px; padding-inline: 22px; color: white; background: var(--ink); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: min(820px, calc(100svh - 92px)); display: grid; grid-template-columns: minmax(430px, .84fr) minmax(0, 1.16fr); align-items: stretch; }
.hero-copy { align-self: center; padding: 76px 56px 76px 0; }
.hero h1 { max-width: 690px; margin: 0; font: 900 clamp(68px, 7.2vw, 110px)/.88 var(--display); letter-spacing: -.075em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 560px; margin: 42px 0 0; font-size: clamp(20px, 1.65vw, 25px); line-height: 1.42; }
.hero-actions { margin-top: 46px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 24px; border: 0; font: 800 15px/1 var(--ui); text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; font: 800 15px/1 var(--ui); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.hero-media { min-width: 0; margin: 0; overflow: hidden; background: #d7d0c5; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 58% center; }

.offer { color: white; background: var(--blue); }
.offer-inner { min-height: 760px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.offer-copy { padding: 104px 70px 96px 0; align-self: center; }
.offer h2 { margin: 0; font: 900 clamp(56px, 5vw, 76px)/.9 var(--display); letter-spacing: -.065em; }
.offer-lede { max-width: 560px; margin: 32px 0 0; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.18; }
.offer-copy > p:not(.offer-lede, .offer-note) { max-width: 620px; margin: 28px 0 0; color: #e2e7ff; font-size: 18px; line-height: 1.58; }
.offer-facts { margin: 54px 0 42px; border-bottom: 1px solid rgba(255,255,255,.36); }
.offer-facts > div { min-height: 92px; display: grid; grid-template-columns: 145px 1fr; align-items: center; gap: 18px; border-top: 1px solid rgba(255,255,255,.36); }
.offer-facts strong { font: 800 58px/.9 var(--display); letter-spacing: -.05em; }
.offer-facts span { max-width: 220px; font-size: 18px; line-height: 1.3; }
.offer-note { max-width: 620px; margin: 28px 0 0; color: #d5dcff; font-size: 15px; line-height: 1.55; }
.offer-media { min-width: 0; margin: 0; overflow: hidden; }
.offer-media picture, .offer-media img { width: 100%; height: 100%; }
.offer-media img { object-fit: cover; object-position: 53% center; }

.outcomes { padding-block: 104px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-bottom: 1px solid var(--rule); }
.outcomes h2, .studio h2, .boundary h2, .faq h2 { margin: 0; font: 700 clamp(50px, 5vw, 76px)/.97 var(--body); letter-spacing: -.045em; }
.outcomes-intro > p { max-width: 470px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.outcomes-list { border-top: 2px solid var(--ink); }
.outcomes-list article { padding: 28px 0 30px; display: grid; grid-template-columns: .72fr 1fr; gap: 40px; border-bottom: 1px solid var(--rule); }
.outcomes-list h3 { margin: 0; font: 800 25px/1.12 var(--ui); letter-spacing: -.03em; }
.outcomes-list p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }

.studio { padding-block: 96px; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.studio-media { min-width: 0; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; }
.studio-media picture, .studio-media img { width: 100%; height: 100%; }
.studio-media img { object-fit: cover; }
.studio-copy > p { max-width: 580px; margin: 34px 0 46px; color: var(--muted); font-size: 19px; line-height: 1.58; }
.practice-list { margin: 0; border-top: 2px solid var(--ink); }
.practice-list div { padding: 22px 0 24px; display: grid; grid-template-columns: .8fr 1fr; gap: 26px; border-bottom: 1px solid var(--rule); }
.practice-list dt { font: 800 16px/1.3 var(--ui); }
.practice-list dd { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }

.boundary { color: var(--ink); background: var(--white); }
.boundary-inner { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.boundary-media { min-width: 0; margin: 0; overflow: hidden; }
.boundary-media picture, .boundary-media img { width: 100%; height: 100%; }
.boundary-media img { object-fit: cover; object-position: center; }
.boundary-copy { align-self: center; padding: 90px 0 90px clamp(56px, 7vw, 110px); }
.boundary-copy ul { margin: 48px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.boundary-copy li { position: relative; padding: 23px 0 24px 32px; border-bottom: 1px solid var(--rule); }
.boundary-copy li::before { content: ""; position: absolute; top: 30px; left: 0; width: 12px; height: 3px; background: var(--red); }
.boundary-copy strong, .boundary-copy span { display: block; }
.boundary-copy strong { font: 800 17px/1.3 var(--ui); }
.boundary-copy span { margin-top: 7px; color: var(--muted); font-size: 16px; line-height: 1.5; }

.faq { padding-block: 108px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading p { max-width: 430px; margin: 32px 0 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font: 800 17px/1.25 var(--ui); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--blue); font: 400 28px/1 var(--ui); transition: transform .18s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 760px; margin: -4px 48px 24px 0; color: var(--muted); font-size: 17px; line-height: 1.62; }

.contact { min-height: 620px; display: grid; color: white; background: var(--red); overflow: hidden; }
.contact-media, .contact-copy { grid-area: 1 / 1; }
.contact-media { margin: 0; min-width: 0; }
.contact-media picture, .contact-media img { width: 100%; height: 100%; }
.contact-media img { object-fit: cover; object-position: center; }
.contact-copy { position: relative; z-index: 1; align-self: center; pointer-events: none; }
.contact-copy h2 { max-width: 630px; margin: 0; font: 900 clamp(68px, 7.3vw, 112px)/.86 var(--display); letter-spacing: -.075em; }
.contact-copy p { max-width: 470px; margin: 32px 0 44px; font-size: 19px; line-height: 1.5; }
.contact-copy a { pointer-events: auto; min-height: 64px; display: inline-flex; align-items: center; gap: 20px; color: white; border-bottom: 3px solid white; font-size: clamp(25px, 3vw, 42px); line-height: 1.15; text-decoration: none; }

.site-footer { padding-block: 50px 28px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 36px; font-family: var(--ui); }
.footer-brand .brand-mark { width: 38px; height: 38px; }
.footer-brand .brand-name { font-size: 24px; }
.site-footer > p:not(.legal) { margin: 0; color: var(--muted); font-size: 15px; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; font: 700 14px/1 var(--ui); }
.site-footer .legal { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 13px; line-height: 1.5; }

.legal-page { max-width: 1180px; padding-block: 90px 120px; }
.legal-kicker { margin: 0 0 28px; color: var(--blue); font: 800 15px/1.2 var(--ui); }
.legal-page > h1 { max-width: 930px; margin: 0 0 80px; font: 900 clamp(64px, 9vw, 128px)/.88 var(--display); letter-spacing: -.07em; }
.legal-page section { padding: 30px 0; display: grid; grid-template-columns: 280px 1fr; gap: 50px; border-top: 1px solid var(--rule); }
.legal-page h2 { margin: 0; font: 800 18px/1.35 var(--ui); }
.legal-page p { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.not-found { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.not-found-label { margin: 0 0 24px; color: var(--blue); font: 800 16px/1 var(--ui); }
.not-found h1 { max-width: 980px; margin: 0; font: 900 clamp(68px, 10vw, 150px)/.84 var(--display); letter-spacing: -.075em; }
.not-found p:not(.not-found-label) { margin: 34px 0; font-size: 19px; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 44px, 1320px); }
  .site-header { gap: 26px; }
  .desktop-nav { gap: 20px; }
  .header-cta { padding-inline: 16px; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-right: 36px; }
  .hero h1 { font-size: clamp(60px, 7.4vw, 82px); }
  .offer-inner { grid-template-columns: 1fr 1fr; }
  .offer-copy { padding-right: 44px; }
  .outcomes, .faq { gap: 60px; }
}

@media (max-width: 820px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { min-height: 78px; grid-template-columns: 1fr auto; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 26px; }
  .menu-button { width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: transparent; }
  .menu-button > span:not(.sr-only) { width: 21px; height: 2px; display: block; background: currentColor; transition: transform .18s ease; }
  .menu-button[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 77px; right: 0; left: 0; padding: 18px 22px 26px; display: grid; gap: 0; color: white; background: var(--blue-dark); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); font: 800 18px/1 var(--ui); text-decoration: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0 48px; }
  .hero h1 { max-width: 700px; font-size: clamp(58px, 11vw, 84px); line-height: .9; }
  .hero-copy > p { max-width: 620px; margin-top: 28px; font-size: 21px; }
  .hero-media { height: 460px; }
  .offer-inner { grid-template-columns: 1fr; }
  .offer-copy { padding: 82px 0 64px; }
  .offer-media { height: 560px; }
  .outcomes, .faq { grid-template-columns: 1fr; }
  .outcomes-list article { grid-template-columns: .65fr 1fr; }
  .studio { grid-template-columns: 1fr; }
  .studio-copy { max-width: 720px; }
  .boundary-inner { grid-template-columns: 1fr; }
  .boundary-media { height: 520px; }
  .boundary-copy { padding: 72px 0 82px; }
  .contact-copy h2 { max-width: 520px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p:not(.legal) { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { min-height: 72px; }
  .mobile-nav { top: 71px; }
  .hero-copy { padding: 44px 0 38px; }
  .hero h1 { font-size: clamp(51px, 14.2vw, 62px); line-height: .92; letter-spacing: -.065em; }
  .hero-copy > p { margin-top: 24px; font-size: 19px; line-height: 1.48; }
  .hero-actions { margin-top: 32px; display: grid; gap: 12px; }
  .button { width: 100%; min-height: 58px; font-size: 16px; }
  .text-link { width: max-content; min-height: 48px; font-size: 16px; }
  .hero-media { width: 100vw; height: 290px; margin-left: calc((100vw - 100%) / -2); }
  .hero-media img { object-position: 62% center; }
  .offer-copy { padding: 68px 0 56px; }
  .offer h2 { font-size: clamp(42px, 11.5vw, 54px); line-height: .94; letter-spacing: -.06em; }
  .offer-lede { margin-top: 24px; font-size: 27px; line-height: 1.2; }
  .offer-copy > p:not(.offer-lede, .offer-note) { font-size: 17px; line-height: 1.6; }
  .offer-facts { margin: 40px 0 34px; }
  .offer-facts > div { min-height: 84px; grid-template-columns: 110px 1fr; }
  .offer-facts strong { font-size: 48px; }
  .offer-facts span { font-size: 17px; }
  .offer-note { font-size: 16px; line-height: 1.6; }
  .offer-media { width: 100vw; height: 320px; margin-left: calc((100vw - 100%) / -2); }
  .offer-media img { object-position: 50% 55%; }
  .outcomes { padding-block: 80px; gap: 48px; }
  .outcomes h2, .studio h2, .boundary h2, .faq h2 { font-size: clamp(45px, 12vw, 56px); line-height: 1; }
  .outcomes-intro > p, .faq-heading p { margin-top: 24px; font-size: 17px; line-height: 1.62; }
  .outcomes-list article { padding: 26px 0 28px; grid-template-columns: 1fr; gap: 12px; }
  .outcomes-list h3 { font-size: 24px; }
  .outcomes-list p { font-size: 17px; line-height: 1.58; }
  .studio { padding-block: 80px; gap: 48px; }
  .studio-media { width: 100vw; margin-left: calc((100vw - 100%) / -2); aspect-ratio: 4 / 3; }
  .studio-copy > p { margin: 26px 0 38px; font-size: 17px; line-height: 1.62; }
  .practice-list div { grid-template-columns: 1fr; gap: 9px; }
  .practice-list dt { font-size: 17px; }
  .practice-list dd { font-size: 16px; line-height: 1.55; }
  .boundary-inner { width: 100%; }
  .boundary-media { height: 300px; }
  .boundary-copy { width: var(--shell); margin-inline: auto; padding: 62px 0 72px; }
  .boundary-copy ul { margin-top: 36px; }
  .boundary-copy strong { font-size: 17px; }
  .boundary-copy span { font-size: 16px; line-height: 1.55; }
  .faq { padding-block: 80px; gap: 44px; }
  .faq-list summary { min-height: 68px; font-size: 16px; line-height: 1.35; }
  .faq-list p { margin-right: 20px; font-size: 16px; line-height: 1.62; }
  .contact { min-height: 0; display: flex; flex-direction: column; }
  .contact-copy { order: 1; width: 100%; padding: 64px 16px 58px; background: var(--red); }
  .contact-copy h2 { font-size: clamp(53px, 14.5vw, 64px); line-height: .9; }
  .contact-copy p { margin: 26px 0 34px; font-size: 17px; line-height: 1.58; }
  .contact-copy a { min-height: 56px; font-size: clamp(25px, 7.2vw, 32px); overflow-wrap: anywhere; }
  .contact-media { order: 2; height: 310px; }
  .contact-media img { object-position: 72% center; }
  .site-footer { padding-block: 42px 24px; grid-template-columns: 1fr; gap: 20px; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer .legal { font-size: 14px; line-height: 1.55; }
  .legal-page { padding-block: 64px 90px; }
  .legal-page > h1 { margin-bottom: 58px; font-size: clamp(56px, 17vw, 76px); line-height: .9; }
  .legal-page section { padding: 26px 0; grid-template-columns: 1fr; gap: 12px; }
  .legal-page h2 { font-size: 18px; }
  .legal-page p { font-size: 16px; line-height: 1.68; }
  .not-found h1 { font-size: clamp(56px, 16vw, 78px); line-height: .9; }
  .not-found p:not(.not-found-label) { font-size: 17px; }
}

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