:root {
  --ink: #141713;
  --forest: #12392b;
  --forest-deep: #0c2a20;
  --green: #17702f;
  --gold: #f3d589;
  --gold-soft: #f8e4ad;
  --paper: #fbf5e8;
  --paper-dark: #f0e3c6;
  --muted: #687067;
  --teal: #239e9f;
  --rose: #a23f54;
  --purple: #6f398b;
  --line: rgba(20, 23, 19, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container { width: min(var(--max-width), calc(100% - 64px)); margin: 0 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;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--gold-soft);
}

.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.brand-name { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; letter-spacing: -0.04em; }

.site-nav { display: flex; align-items: center; gap: 34px; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em; }
.site-nav a { opacity: 0.78; transition: opacity 160ms ease, color 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); opacity: 1; }

.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: var(--gold-soft);
  background:
    radial-gradient(circle at 82% 15%, rgba(47, 126, 71, 0.48), transparent 22rem),
    radial-gradient(circle at 20% 100%, rgba(34, 117, 73, 0.24), transparent 28rem),
    var(--forest);
}

.hero::before {
  position: absolute; content: ""; inset: 0; opacity: 0.18; pointer-events: none;
  background-image: radial-gradient(rgba(248, 228, 173, 0.45) 0.7px, transparent 0.7px);
  background-size: 19px 19px;
  mask-image: linear-gradient(120deg, rgba(0,0,0,0.7), transparent 65%);
}

.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 70px; align-items: center; min-height: 780px; padding-top: 38px; }
.hero-copy { max-width: 560px; padding-bottom: 46px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.055em; line-height: 0.98; }
h1 { max-width: 620px; margin-bottom: 28px; font-size: clamp(4rem, 7.4vw, 7.4rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5.1rem); }
h1 em, h2 em, blockquote em { color: var(--gold); font-style: italic; }

.hero-lede { max-width: 510px; margin-bottom: 34px; color: rgba(248, 228, 173, 0.75); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; gap: 24px; border-radius: 999px; padding: 14px 18px 14px 22px; font-size: 0.88rem; font-weight: 800; transition: transform 160ms ease, background 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--gold { color: var(--forest-deep); background: var(--gold); }
.button--gold span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--gold); background: var(--forest); font-size: 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 0.84rem; font-weight: 800; }
.text-link span { font-size: 1.1rem; line-height: 0.8; }
.text-link--light { color: var(--gold-soft); border-color: rgba(248, 228, 173, 0.45); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 50px; color: rgba(248, 228, 173, 0.58); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: #92d477; box-shadow: 0 0 0 5px rgba(146, 212, 119, 0.1); }

.hero-art { position: relative; display: grid; place-items: center; min-height: 640px; }
.logo-card { position: relative; z-index: 2; width: min(100%, 550px); transform: rotate(2.5deg); border: 10px solid rgba(248, 228, 173, 0.9); box-shadow: 21px 28px 0 rgba(4, 21, 15, 0.24), 0 30px 80px rgba(0,0,0,0.18); background: var(--gold-soft); }
.logo-image { position: relative; }
.logo-card img { width: 100%; aspect-ratio: 2048 / 1367; object-fit: cover; }
.logo-tagline { position: absolute; right: 0; bottom: 4%; left: 0; margin: 0; color: #000000 !important; -webkit-text-fill-color: #000000 !important; filter: brightness(0) !important; font-family: var(--serif); font-size: clamp(0.68rem, 1.3vw, 0.82rem); font-style: italic; font-weight: 800; letter-spacing: 0.035em; line-height: 1.2; opacity: 1 !important; text-align: center; text-shadow: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(243, 213, 137, 0.2); border-radius: 50%; transform: rotate(-18deg); }
.hero-orbit--one { width: 680px; height: 420px; }
.hero-orbit--two { width: 780px; height: 510px; transform: rotate(32deg); border-color: rgba(243, 213, 137, 0.11); }
.hero-caption { position: absolute; z-index: 3; right: 2px; bottom: 43px; display: flex; align-items: center; gap: 12px; color: var(--gold); font-family: var(--serif); font-size: 0.96rem; font-style: italic; }
.caption-rule { width: 42px; height: 1px; background: currentColor; }
.hero-swoop { position: absolute; right: -5%; bottom: -120px; left: -5%; height: 220px; border-radius: 50% 50% 0 0; background: var(--paper); transform: rotate(-2deg); }

.section-pad { padding: 128px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 64px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading h2 em, .how-copy h2 em, .values-copy h2 em { color: var(--green); }
.section-heading > p { max-width: 310px; margin-bottom: 7px; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: 1.13fr 0.87fr 0.87fr; grid-template-rows: auto auto; gap: 18px; }
.feature-card { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--line); border-radius: 2px; padding: 29px; background: var(--gold-soft); }
.feature-card--large { grid-row: span 2; min-height: 620px; padding: 36px; background: var(--gold); }
.feature-card--teal { background: var(--teal); color: #fff9ec; }
.feature-card--rose { background: var(--rose); color: #fff9ec; }
.feature-card--dark { grid-column: 2 / span 2; min-height: 300px; background: var(--forest); color: var(--gold-soft); }
.card-number { position: absolute; top: 25px; right: 28px; font-size: 0.74rem; font-weight: 800; opacity: 0.48; }
.feature-icon { margin-bottom: 92px; }
.feature-card--large .feature-icon { margin: 90px 0 115px; }
.feature-icon--shelf { display: flex; align-items: end; gap: 4px; height: 44px; }
.feature-icon--shelf span { width: 13px; border: 1px solid currentColor; background: var(--green); }
.feature-icon--shelf span:nth-child(1) { height: 25px; }.feature-icon--shelf span:nth-child(2) { height: 44px; }.feature-icon--shelf span:nth-child(3) { height: 34px; }
.feature-icon--shelf::after { content: ""; display: block; width: 70px; height: 1px; margin-left: -57px; margin-bottom: -8px; background: currentColor; }
.feature-icon--spark { color: var(--gold); font-size: 3rem; line-height: 1; }
.feature-icon--bookmark { width: 29px; height: 42px; border: 2px solid currentColor; border-bottom: 0; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%); }
.feature-icon--people { position: relative; width: 78px; height: 48px; }
.feature-icon--people span { position: absolute; bottom: 0; width: 30px; height: 30px; border: 1px solid var(--gold); border-radius: 50% 50% 38% 38%; }
.feature-icon--people span:nth-child(1) { left: 0; }.feature-icon--people span:nth-child(2) { left: 24px; width: 34px; height: 37px; background: var(--gold); }.feature-icon--people span:nth-child(3) { left: 51px; }
.feature-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.78rem; font-weight: 500; letter-spacing: -0.04em; line-height: 1; }
.feature-card p { max-width: 330px; margin-bottom: 25px; color: rgba(20, 23, 19, 0.68); line-height: 1.65; }
.feature-card--teal p, .feature-card--rose p, .feature-card--dark p { color: rgba(255, 249, 236, 0.72); }
.feature-card--dark .feature-icon { margin-bottom: 64px; }
.feature-card--dark .feature-card h3 { color: var(--gold-soft); }
.feature-card--dark .text-link { color: var(--gold); }

.how { color: var(--gold-soft); background: var(--forest-deep); overflow: hidden; }
.how-grid { display: grid; grid-template-columns: 1fr 0.9fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.how-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.how-visual::before { position: absolute; content: ""; width: 580px; height: 580px; border: 1px solid rgba(243, 213, 137, 0.18); border-radius: 50%; }
.how-panel { position: relative; z-index: 1; width: min(100%, 490px); border: 1px solid rgba(243, 213, 137, 0.34); padding: 28px 30px 24px; background: #1a4936; transform: rotate(-3deg); box-shadow: 16px 18px 0 rgba(0,0,0,0.14); }
.panel-topline, .panel-bottomline { display: flex; justify-content: space-between; gap: 12px; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.15em; }
.panel-status { color: #a4db8b; }
.book-stack { display: grid; gap: 12px; margin: 58px 20px 65px 0; }
.book { display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 22px; border-radius: 3px 10px 10px 3px; color: #fff8e8; font-family: var(--serif); font-size: 1.2rem; box-shadow: 12px 9px 0 rgba(5, 22, 15, 0.22); }
.book b { color: var(--gold); font-family: var(--sans); font-size: 1.2rem; }
.book--red { background: #af4350; }.book--teal { background: #209a9a; margin-left: 24px; }.book--purple { background: #703b8d; margin-left: 48px; }
.how-stamp { position: absolute; right: 6px; bottom: 50px; display: grid; place-items: center; width: 128px; height: 128px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.4; text-align: center; transform: rotate(13deg); }
.how-stamp span { color: #8dca73; }
.how-copy h2 { max-width: 520px; color: var(--gold-soft); }
.how-copy h2 em { color: var(--gold); }
.steps { margin-top: 52px; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 20px; border-top: 1px solid rgba(243, 213, 137, 0.23); padding: 22px 0; }
.step:last-child { border-bottom: 1px solid rgba(243, 213, 137, 0.23); }
.step-marker { color: var(--gold); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; }
.step h3 { margin: 0 0 4px; color: var(--gold-soft); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.step p { margin: 0; color: rgba(248, 228, 173, 0.68); font-size: 0.95rem; line-height: 1.55; }

.values { background: var(--gold); }
.values-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.values-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 42px; color: rgba(20, 23, 19, 0.7); font-size: 1.08rem; line-height: 1.75; }
.value-list { display: grid; gap: 22px; }
.value-list > div { display: grid; grid-template-columns: 24px 1fr; column-gap: 10px; }
.value-list span { grid-row: span 2; color: var(--green); font-size: 1.2rem; }
.value-list b { font-size: 0.93rem; }.value-list small { color: rgba(20, 23, 19, 0.62); font-size: 0.9rem; line-height: 1.45; }
.values-quote { position: relative; padding: clamp(38px, 5vw, 70px); color: var(--gold-soft); background: var(--forest); }
.quote-mark { position: absolute; top: 18px; left: 35px; color: var(--gold); font-family: var(--serif); font-size: 6rem; line-height: 1; }
blockquote { position: relative; max-width: 520px; margin: 50px 0 43px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; letter-spacing: -0.05em; line-height: 1.08; }
.quote-line { width: 48px; height: 1px; margin-bottom: 14px; background: var(--gold); }.values-quote p { margin: 0; color: rgba(248, 228, 173, 0.62); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.18em; }

.download { color: var(--gold-soft); background: var(--forest); }
.download-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: center; }
.download h2 { max-width: 560px; }.download-copy > p:not(.eyebrow) { max-width: 450px; color: rgba(248, 228, 173, 0.7); font-size: 1.08rem; line-height: 1.7; }
.store-grid { display: grid; gap: 16px; }
.store-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; min-height: 105px; border: 1px solid rgba(243, 213, 137, 0.34); padding: 19px 24px; color: var(--gold-soft); background: rgba(248, 228, 173, 0.07); }
.store-card:hover { background: rgba(248, 228, 173, 0.12); }
.store-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; font-size: 1.18rem; }.store-icon--apple { font-size: 1.5rem; }.store-icon--play { padding-left: 3px; font-size: 1rem; }
.store-label { display: block; color: rgba(248, 228, 173, 0.56); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }.store-card strong { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }.store-badge { border: 1px solid rgba(243, 213, 137, 0.4); padding: 5px 9px; color: var(--gold); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.site-footer { color: var(--gold-soft); background: var(--forest-deep); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 120px; gap: 20px; }.brand--footer .brand-mark { width: 31px; height: 31px; }.brand--footer .brand-name { font-size: 1.15rem; }.footer-inner > p { margin: 0; color: rgba(248, 228, 173, 0.62); font-family: var(--serif); font-size: 0.95rem; font-style: italic; }.footer-meta { font-family: var(--sans) !important; font-size: 0.7rem !important; font-style: normal !important; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 20px; min-height: auto; padding-top: 145px; padding-bottom: 180px; }.hero-copy { padding-bottom: 0; }.hero-art { min-height: 490px; }.hero-orbit--one { width: 580px; height: 350px; }.hero-orbit--two { width: 650px; height: 410px; }.logo-card { width: min(100%, 520px); }.hero-caption { right: 8%; bottom: 10px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-card--large { grid-row: span 1; min-height: 420px; }.feature-card--dark { grid-column: span 2; }.feature-card--large .feature-icon { margin: 65px 0 70px; }
  .how-grid, .values-grid, .download-inner { grid-template-columns: 1fr; gap: 55px; }.how-visual { min-height: 510px; }.download-inner { gap: 45px; }
}

@media (max-width: 640px) {
  .container { width: min(var(--max-width), calc(100% - 38px)); }
  .header-inner { min-height: 78px; }.brand-name { font-size: 1.2rem; }.site-nav { position: absolute; top: 68px; right: 19px; left: 19px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid rgba(248, 228, 173, 0.22); padding: 8px; background: var(--forest-deep); box-shadow: 0 16px 40px rgba(0,0,0,0.18); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px 14px; }.nav-toggle { display: flex; flex-direction: column; gap: 6px; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(248, 228, 173, 0.28); border-radius: 50%; color: var(--gold-soft); background: transparent; }.nav-toggle span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; }
  .hero-grid { padding-top: 128px; padding-bottom: 165px; }.hero-lede { font-size: 1rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-note { margin-top: 36px; }.hero-art { min-height: 375px; margin: 0 -10px; }.hero-orbit--one { width: 390px; height: 260px; }.hero-orbit--two { width: 440px; height: 300px; }.logo-card { border-width: 6px; box-shadow: 12px 17px 0 rgba(4, 21, 15, 0.24); }.hero-caption { right: 0; bottom: -2px; font-size: 0.8rem; }.hero-swoop { bottom: -68px; height: 135px; }
  .section-pad { padding: 84px 0; }.section-heading { display: block; margin-bottom: 40px; }.section-heading > p { margin-top: 24px; }.feature-grid { grid-template-columns: 1fr; }.feature-card--large, .feature-card--dark { grid-column: auto; grid-row: auto; min-height: 350px; }.feature-card--dark { min-height: 300px; }.feature-icon, .feature-card--large .feature-icon, .feature-card--dark .feature-icon { margin: 50px 0 70px; }
  .how-grid { gap: 28px; }.how-visual { min-height: 390px; margin: 0 -2px; }.how-visual::before { width: 390px; height: 390px; }.how-panel { padding: 20px 18px; }.book-stack { margin: 42px 8px 45px 0; gap: 8px; }.book { height: 54px; padding: 0 15px; font-size: 0.94rem; }.book--teal { margin-left: 15px; }.book--purple { margin-left: 30px; }.how-stamp { right: -3px; bottom: 14px; width: 90px; height: 90px; font-size: 0.52rem; }.steps { margin-top: 38px; }
  .values-grid, .download-inner { gap: 38px; }.values-quote { margin: 0 -1px; padding: 40px 28px; }.quote-mark { left: 22px; }.values-quote blockquote { margin-top: 46px; }.store-card { grid-template-columns: 48px 1fr auto; gap: 13px; padding: 16px; }.store-icon { width: 42px; height: 42px; }.store-card strong { font-size: 1.28rem; }.footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 170px; padding: 26px 0; }.footer-meta { margin-top: 5px !important; }
}

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