:root {
  --home-ivory: #f4f0e8;
  --home-white: #faf9f6;
  --home-ink: #181614;
  --home-brown: #4a3529;
  --home-gold: #b18a49;
  --home-cta: #d2a64f;
  --home-line: rgba(24, 22, 20, .17);
  --home-serif: "Cormorant Garamond", Georgia, serif;
  --home-sans: "Inter", system-ui, sans-serif;
  --home-page: min(1240px, calc(100% - 80px));
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.home-page { margin: 0; background: var(--home-ivory); color: var(--home-ink); font-family: var(--home-sans); font-size: 17px; line-height: 1.7; }
.home-page img { display: block; max-width: 100%; height: auto; }
.home-page a { color: inherit; }
.home-page button, .home-page input { color: inherit; font: inherit; }
.home-page :focus-visible { outline: 2px solid var(--home-gold); outline-offset: 4px; }
.home-skip { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 8px 14px; background: var(--home-white); transform: translateY(-160%); }
.home-skip:focus { transform: translateY(0); }

.home-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 15px max(40px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid var(--home-line); }
.home-brand { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-decoration: none; }
.home-brand img { width: 39px; height: 27px; object-fit: contain; }
.home-header nav { display: flex; align-items: center; gap: 34px; font-size: 12px; }
.home-header nav a { text-decoration: none; }
.home-header__book { transition: color .2s ease; }
.home-header__book:hover { color: var(--home-brown); }
.home-header__cta { padding: 11px 17px; border: 1px solid var(--home-ink); font-weight: 600; letter-spacing: .08em; transition: background-color .2s ease, color .2s ease; }
.home-header__cta:hover { background: var(--home-ink); color: var(--home-white); }
.home-header__mobile { display: none; }

.home-video-hero { position: relative; display: grid; align-items: end; min-height: calc(100svh - 78px); overflow: hidden; isolation: isolate; background: #15110e; color: var(--home-white); }
.home-video-hero__media, .home-video-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-video-hero__media { z-index: -2; object-fit: cover; object-position: center; }
.home-video-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(11, 8, 6, .86) 0%, rgba(11, 8, 6, .58) 48%, rgba(11, 8, 6, .08) 82%), linear-gradient(0deg, rgba(11, 8, 6, .48), transparent 55%); }
.home-video-hero__copy { width: var(--home-page); margin-inline: auto; padding: clamp(90px, 12vh, 150px) 0 clamp(100px, 14vh, 170px); }
.home-eyebrow { margin: 0 0 22px; color: var(--home-gold); font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.home-video-hero h1 { max-width: 850px; margin: 0; font-family: var(--home-serif); font-size: clamp(58px, 6.3vw, 96px); font-weight: 500; letter-spacing: -.045em; line-height: .86; text-wrap: balance; }
.home-role { margin: 34px 0 12px; color: var(--home-brown); font-size: 13px; font-weight: 600; letter-spacing: .1em; }
.home-intro { max-width: 720px; margin: 30px 0 0; font-family: var(--home-serif); font-size: clamp(23px, 2vw, 31px); line-height: 1.3; }
.home-video-hero__cta { margin-top: 36px; border-color: var(--home-cta); background: var(--home-cta); color: var(--home-ink) !important; }
.home-video-hero__scroll { position: absolute; right: max(40px, calc((100vw - 1240px) / 2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: var(--home-white); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-decoration: none; }
.home-video-hero__scroll i { display: block; width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; }
.home-video-hero__scroll i::before { content: ""; display: block; width: 4px; height: 4px; margin: 7px auto 0; border-radius: 50%; background: var(--home-cta); animation: home-scroll-cue 1.65s ease-in-out infinite; }
@keyframes home-scroll-cue { 0%, 100% { transform: translateY(0); opacity: .35; } 45% { transform: translateY(17px); opacity: 1; } }
.home-button { display: inline-block; margin-top: 42px; padding: 16px 22px; border: 1px solid var(--home-ink); background: var(--home-ink); color: var(--home-white) !important; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-decoration: none; transition: background-color .2s ease, transform .2s ease; }
.home-button:hover { background: var(--home-brown); transform: translateY(-2px); }

.home-enter { opacity: 0; transform: translateY(16px); animation: home-enter .75s cubic-bezier(.22, .72, .24, 1) forwards; }
.home-enter--book { transform: translateY(20px) scale(.97); animation-name: home-book-enter; animation-delay: .12s; }
.home-hero__cta.home-enter { animation-delay: .2s; }
@keyframes home-enter { to { opacity: 1; transform: translateY(0); } }
@keyframes home-book-enter { to { opacity: 1; transform: translateY(0) scale(1); } }

.home-featured { display: grid; grid-template-columns: minmax(80px, .22fr) minmax(0, 1fr); gap: 30px; width: var(--home-page); margin-inline: auto; padding: clamp(120px, 13vw, 190px) 0; border-top: 1px solid var(--home-line); }
.home-featured__number { padding-top: 6px; color: var(--home-gold); font-size: 11px; }
.home-featured__copy { max-width: 920px; }
.home-featured h2, .home-lead h2 { margin: 0 0 30px; font-family: var(--home-serif); font-size: clamp(52px, 6vw, 88px); font-weight: 500; letter-spacing: -.04em; line-height: .92; }
.home-featured h2 em { display: block; margin-top: 10px; color: var(--home-brown); font-size: .58em; font-weight: 500; }
.home-featured__details { margin-bottom: 30px; color: var(--home-brown); font-family: var(--home-serif); font-size: clamp(25px, 2.5vw, 36px); line-height: 1.3; }
.home-featured__copy > p:not(.home-eyebrow) { max-width: 760px; }
.home-text-link { display: inline-block; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-decoration: none; }

.home-lead { padding: clamp(100px, 11vw, 160px) 0; background: #e8dfd1; }
.home-lead__inner { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(54px, 8vw, 120px); align-items: center; width: var(--home-page); margin-inline: auto; }
.home-lead__cover { margin: 0; }
.home-lead__cover img { width: 100%; box-shadow: 0 28px 70px rgba(48, 35, 24, .2); }
.home-lead__content { max-width: 750px; }
.home-lead__label { display: inline-block; margin-bottom: 26px; padding: 7px 11px 6px; background: var(--home-cta); color: var(--home-ink); line-height: 1; }
.home-lead h2 { font-size: clamp(48px, 5.3vw, 78px); }
.home-lead__subtitle { color: var(--home-brown); font-family: var(--home-serif); font-size: clamp(25px, 2.4vw, 35px); line-height: 1.2; }
.home-lead__support { margin: 28px 0 0; padding-top: 18px; border-top: 1px solid rgba(74, 53, 41, .25); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.home-form { margin-top: 32px; }
.home-form label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; }
.home-form__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.home-form input { width: 100%; min-height: 58px; padding: 14px 17px; border: 1px solid rgba(24, 22, 20, .45); border-right: 0; border-radius: 3px 0 0 3px; background: var(--home-white); }
.home-form input[aria-invalid="true"] { border-color: #8a3f2e; }
.home-form button { min-height: 58px; padding: 14px 22px; border: 1px solid var(--home-cta); border-radius: 0 3px 3px 0; background: var(--home-cta); font-size: 12px; font-weight: 700; letter-spacing: .08em; cursor: pointer; }
.home-form button:hover:not(:disabled) { background: #e0b65e; }
.home-form button:disabled { cursor: wait; opacity: .72; }
.home-form__status { min-height: 1.7em; margin: 9px 0 0; color: #8a3f2e; font-size: 13px; line-height: 1.4; }
.home-form__status.is-success { color: #53623b; }
.home-form__download { display: inline-block; margin-top: 10px; color: var(--home-ink); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-underline-offset: 5px; }
.home-form__note { margin: 5px 0 0; color: rgba(24, 22, 20, .66); font-size: 11px; line-height: 1.55; }

.home-reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.home-reveals-enabled .home-reveal { opacity: 0; transform: translateY(18px); }
.home-reveal.is-visible { opacity: 1; transform: translateY(0); }
.home-footer { display: grid; grid-template-columns: 1fr auto auto 1fr; gap: 34px; align-items: center; padding: 46px max(40px, calc((100vw - 1240px) / 2)); background: var(--home-ink); color: rgba(250, 249, 246, .75); font-size: 11px; }
.home-footer__identity { display: flex; align-items: center; gap: 13px; }
.home-footer__identity img { width: 39px; height: 27px; object-fit: contain; filter: invert(1); }
.home-footer__identity strong, .home-footer__identity span { display: block; }
.home-footer__identity strong { color: var(--home-white); letter-spacing: .12em; }
.home-footer a { color: var(--home-white); text-underline-offset: 5px; }
.home-footer p { margin: 0; text-align: right; }

@media (max-width: 900px) {
  :root { --home-page: min(calc(100% - 48px), 760px); }
  .home-video-hero h1 { font-size: clamp(55px, 8vw, 76px); }
  .home-lead__inner { grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr); gap: 42px; }
  .home-form__row { grid-template-columns: 1fr; gap: 9px; }
  .home-form input { border-right: 1px solid rgba(24, 22, 20, .45); border-radius: 3px; }
  .home-form button { border-radius: 3px; }
  .home-footer { grid-template-columns: 1fr 1fr; }
  .home-footer p { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 680px) {
  :root { --home-page: calc(100% - 36px); }
  .home-page { font-size: 16px; }
  .home-header { min-height: 64px; padding: 12px 18px; }
  .home-brand { gap: 9px; font-size: 10px; letter-spacing: .12em; }
  .home-brand img { width: 34px; height: 23px; }
  .home-header nav { gap: 0; }
  .home-header__book, .home-header__desktop { display: none; }
  .home-header__mobile { display: inline; }
  .home-header__cta { padding: 8px 10px; font-size: 10px; }
  .home-video-hero { min-height: calc(100svh - 64px); }
  .home-video-hero__media { object-position: 62% center; }
  .home-video-hero__shade { background: linear-gradient(0deg, rgba(11, 8, 6, .93) 0%, rgba(11, 8, 6, .56) 62%, rgba(11, 8, 6, .2) 100%); }
  .home-video-hero__copy { padding: 110px 0 110px; }
  .home-video-hero h1 { font-size: clamp(45px, 13.4vw, 62px); line-height: .9; }
  .home-intro { font-size: 23px; }
  .home-video-hero__cta { width: 100%; margin-top: 30px; text-align: center; }
  .home-video-hero__scroll { right: 18px; bottom: 22px; }
  .home-video-hero__scroll span { display: none; }
  .home-featured { grid-template-columns: 1fr; gap: 15px; padding: 105px 0; }
  .home-featured h2, .home-lead h2 { font-size: 48px; }
  .home-featured__details { font-size: 27px; }
  .home-lead { padding: 90px 0; }
  .home-lead__inner { grid-template-columns: 1fr; gap: 58px; }
  .home-lead__cover { display: grid; place-items: center; width: min(72vw, 310px); aspect-ratio: 542 / 700; margin-inline: auto; }
  .home-lead__cover img { width: 100%; height: 100%; object-fit: contain; box-shadow: none; filter: drop-shadow(0 24px 30px rgba(48, 35, 24, .2)); }
  .home-lead__subtitle { font-size: 27px; }
  .home-form button { width: 100%; }
  .home-footer { grid-template-columns: 1fr; padding: 42px 18px; }
  .home-footer p { grid-column: auto; }
}

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