:root {
  color-scheme: light;
  --background: #f6f4f1;
  --surface: #fbfaf8;
  --muted: #eeebe6;
  --ink: #1a1a1a;
  --secondary: #68645f;
  --border: #d8d4cd;
  --primary: #2b1533;
  --primary-soft: #eee7f0;
  --olive: #425639;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--olive); outline-offset: 4px; }
.container { width: min(100% - 48px, 1200px); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 20; padding: 12px 18px; background: var(--primary); color: white; }
.skip-link:focus { top: 12px; }

.site-header { border-bottom: 1px solid var(--border); background: var(--background); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-height: 48px; }
.brand img { width: 104px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.site-header nav a { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-header nav a:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-header .header-cta { padding-inline: 19px; border: 1px solid var(--primary); color: var(--primary); }

.hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); min-height: 680px; align-items: center; gap: clamp(40px, 6vw, 96px); padding-block: 64px 88px; }
.hero-copy { max-width: 620px; padding-bottom: 28px; }
.eyebrow { margin: 0 0 28px; color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 30px; height: 1px; margin: 0 12px 4px 0; background: var(--primary); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 400; }
h1 { max-width: 670px; margin-bottom: 26px; font-size: clamp(3.65rem, 6.2vw, 6.75rem); letter-spacing: -.068em; line-height: .99; }
h1 em { color: var(--primary); font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
.hero-description { max-width: 520px; margin-bottom: 32px; color: #4d4945; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 30px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 38px; padding: 12px 21px; font-size: 15px; font-weight: 600; text-decoration: none; }
.button-primary { background: var(--primary); color: white; }
.button-primary:hover { background: #1f0f25; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: var(--primary); font-size: 15px; font-weight: 600; text-decoration-color: var(--primary); text-underline-offset: 5px; }
.hero-note { margin: 22px 0 0; color: var(--secondary); font-size: 13px; line-height: 1.5; }
.hero-visual { position: relative; width: 100%; max-width: 540px; justify-self: end; padding: 0 0 30px 30px; }
.hero-visual::before { position: absolute; inset: 30px 30px 0 0; border: 1px solid #bdb0ae; content: ''; }
.hero-photo { position: relative; width: 100%; aspect-ratio: .86; object-fit: cover; object-position: 49% center; }
.photo-caption { position: absolute; right: -18px; bottom: 0; display: flex; width: min(315px, 78%); min-height: 78px; align-items: center; gap: 16px; padding: 16px 22px; background: var(--surface); box-shadow: 0 8px 28px #2b153316; font-family: var(--serif); font-size: 18px; line-height: 1.25; }
.caption-mark { color: var(--primary); font-family: var(--sans); font-size: 30px; }

.intro-band { border-block: 1px solid var(--border); background: var(--surface); }
.intro-inner { display: flex; min-height: 170px; align-items: center; justify-content: space-between; gap: 32px; }
.intro-inner p { margin: 0; font-family: var(--serif); font-size: clamp(25px, 3.2vw, 38px); letter-spacing: -.025em; line-height: 1.24; }
.intro-inner strong { color: var(--primary); font-weight: 400; }
.intro-inner img { width: 144px; flex: none; opacity: .85; }

.section { padding-block: 112px 126px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(200px, .6fr); gap: 0 56px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { max-width: 710px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 62px); letter-spacing: -.052em; line-height: 1.08; }
.section-heading > p:last-child { max-width: 320px; margin: 0 0 7px; color: var(--secondary); font-size: 17px; line-height: 1.55; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); }
.step { position: relative; min-height: 294px; padding: 30px 30px 12px 0; }
.step + .step { padding-left: 32px; border-left: 1px solid var(--border); }
.step-number { color: var(--secondary); font-size: 12px; font-weight: 600; letter-spacing: .09em; }
.step-icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; margin: 28px 0 21px; background: var(--primary-soft); color: var(--primary); }
.step-icon svg { width: 30px; height: 30px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.step h3 { margin-bottom: 12px; font-size: 20px; font-weight: 600; letter-spacing: -.025em; line-height: 1.2; }
.step p { max-width: 310px; margin-bottom: 0; color: var(--secondary); font-size: 15px; line-height: 1.55; }

.journal-section { background: var(--muted); }
.journal-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .87fr); align-items: center; gap: clamp(56px, 9vw, 140px); padding-block: 100px; }
.journal-visual { position: relative; max-width: 560px; padding: 0 46px 46px 0; }
.journal-visual > img { width: 100%; aspect-ratio: .98; object-fit: cover; }
.journal-card { position: absolute; right: 0; bottom: 0; width: min(345px, 77%); padding: 20px 23px; border: 1px solid var(--border); background: var(--surface); box-shadow: 0 18px 30px #2b153312; }
.journal-card-top, .journal-card-entry { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.journal-card-top { font-size: 13px; font-weight: 700; }
.journal-card-top span:last-child { color: var(--secondary); font-weight: 400; }
.journal-card-entry { margin-block: 19px; font-size: 13px; }
.journal-card-entry span:last-child { color: var(--olive); font-size: 12px; white-space: nowrap; }
.entry-line { height: 1px; flex: 1; background: var(--border); }
.journal-card-bottom { padding-top: 13px; border-top: 1px solid var(--border); color: var(--secondary); font-family: var(--serif); font-size: 17px; }
.journal-copy { max-width: 480px; }
.journal-copy h2 { margin-bottom: 30px; font-family: var(--serif); font-size: clamp(40px, 5vw, 68px); letter-spacing: -.052em; line-height: 1.05; }
.journal-copy > p:not(.eyebrow) { color: #4d4945; font-size: 18px; line-height: 1.6; }
.journal-aside { display: flex; align-items: flex-start; gap: 20px; margin-top: 42px; }
.aside-line { width: 35px; height: 1px; flex: none; margin-top: 12px; background: var(--primary); }
.journal-aside p { max-width: 320px; margin: 0; color: var(--primary); font-size: 15px; font-weight: 600; line-height: 1.5; }

.download-section { background: var(--primary); color: white; }
.download-inner { padding-block: 104px 108px; text-align: center; }
.download-section .eyebrow { margin-bottom: 22px; color: #d9ccda; }
.download-inner h2 { margin-bottom: 20px; font-family: var(--serif); font-size: clamp(44px, 5.8vw, 76px); letter-spacing: -.05em; line-height: 1.06; }
.download-inner > p:not(.eyebrow) { max-width: 555px; margin-inline: auto; color: #e3dbe3; font-size: 18px; line-height: 1.55; }
.store-options { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.store-option { display: flex; width: 218px; min-height: 76px; align-items: center; padding: 12px 24px; border: 1px solid #927e99; text-align: left; }
.store-option strong, .store-option small { display: block; }
.store-option strong { font-size: 16px; font-weight: 600; }
.store-option small { margin-top: 5px; color: #d9ccda; font-size: 12px; }
.download-inner .download-fineprint { max-width: 600px; margin-top: 36px; margin-bottom: 0; font-size: 12px; }

.site-footer { background: var(--surface); }
.footer-inner { display: flex; min-height: 134px; align-items: center; gap: 24px; }
.footer-brand { color: var(--primary); font-family: var(--serif); font-size: 34px; letter-spacing: -.06em; }
.footer-brand span { color: #a66a4a; }
.footer-inner p { margin: 3px auto 0 0; color: var(--secondary); font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 25px; }
.site-footer a { display: inline-flex; min-height: 44px; align-items: center; color: #4d4945; font-size: 13px; text-decoration: none; }

@media (max-width: 800px) {
  .container { width: min(100% - 40px, 620px); }
  .header-inner { min-height: 72px; }
  .site-header nav { gap: 12px; }
  .site-header nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 38px; padding-block: 65px 70px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { max-width: 620px; justify-self: stretch; }
  .hero-photo { aspect-ratio: 1.15; }
  .intro-inner { min-height: 150px; }
  .section { padding-block: 78px 88px; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading h2 { margin-bottom: 18px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: auto; padding: 24px 0 27px; border-left: 0; border-bottom: 1px solid var(--border); }
  .step-icon { margin-block: 18px; }
  .step p { max-width: 560px; }
  .journal-grid { grid-template-columns: 1fr; gap: 58px; padding-block: 74px 82px; }
  .journal-copy { grid-row: 1; }
  .journal-visual { grid-row: 2; }
  .download-inner { padding-block: 82px 88px; }
  .footer-inner { flex-wrap: wrap; padding-block: 28px; }
  .footer-inner p { margin-right: 0; }
  .site-footer nav { width: 100%; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 32px, 620px); }
  .brand img { width: 91px; }
  .site-header .header-cta { padding-inline: 12px; }
  .hero { padding-top: 50px; }
  h1 { font-size: clamp(3.15rem, 13vw, 4rem); }
  .hero-visual { padding: 0 0 20px 20px; }
  .photo-caption { right: 0; width: 78%; min-height: 62px; padding: 10px 14px; font-size: 15px; }
  .intro-inner { gap: 10px; }
  .intro-inner img { width: 68px; }
  .journal-visual { padding: 0 25px 30px 0; }
  .journal-card { width: 83%; padding: 15px; }
  .store-option { width: 100%; max-width: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
