:root {
  color-scheme: light;
  --ink: #122d25;
  --muted: #53645d;
  --pine: #08271d;
  --deep: #061c15;
  --gold: #d7ac59;
  --gold-light: #f4dfac;
  --line: #d9e1da;
  --paper: #fafbf8;
  --white: #ffffff;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.55 "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid #b47d20; outline-offset: 4px; }
.shell { width: min(100% - 3rem, 1180px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 1rem; padding: .7rem 1rem; background: var(--white); color: var(--pine); }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 10; background: var(--white); border-bottom: 1px solid #e9ede7; }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 2.6rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; flex-shrink: 0; text-decoration: none; font: 700 1.55rem/1 Georgia, "Times New Roman", serif; letter-spacing: 0; }
.brand img { border-radius: 10px; }
.top-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.top-nav a, .header-contact { font-size: .91rem; font-weight: 600; text-decoration: none; }
.top-nav a { color: #354a40; }
.top-nav a:hover, .header-contact:hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-contact { margin-left: .5rem; padding: .66rem 1rem; border: 1px solid #c9d8cc; border-radius: 4px; white-space: nowrap; }

.hero { position: relative; isolation: isolate; min-height: clamp(460px, 65svh, 650px); overflow: hidden; background: var(--pine); color: var(--white); }
.hero-art, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art { z-index: -2; object-fit: cover; object-position: center center; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(2, 24, 17, .96) 0%, rgba(2, 24, 17, .74) 40%, rgba(2, 24, 17, .16) 77%, rgba(2, 24, 17, .12) 100%); }
.hero-inner { min-height: inherit; display: flex; align-items: center; }
.hero-copy { max-width: 610px; padding-block: 3rem; }
.hero-kicker, .eyebrow { margin: 0 0 1.25rem; color: #8a6735; font-size: .8rem; font-weight: 800; line-height: 1.3; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker { color: var(--gold-light); }
.hero h1 { margin: 0 0 1.2rem; font: 700 7rem/.95 Georgia, "Times New Roman", serif; letter-spacing: 0; }
.hero-line { margin: 0; color: var(--gold-light); font: 500 2.55rem/1.18 Georgia, "Times New Roman", serif; }
.hero-description { max-width: 500px; margin: 1.7rem 0 0; color: #e1e9df; font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; margin-top: 2.1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; min-height: 52px; padding: .8rem 1.2rem; border-radius: 4px; font-weight: 750; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-light); color: #1d2f22; }
.button-gold:hover { background: #ffe9b5; }
.launch-note { color: #d8e0d3; font-size: .91rem; }

.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section-heading { max-width: 750px; }
h2, h3, p { overflow-wrap: break-word; }
.section-heading h2, .play-smart h2 { margin: 0; font: 600 3.4rem/1.12 Georgia, "Times New Roman", serif; letter-spacing: 0; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; margin-top: 4rem; }
.step { padding-top: 1.1rem; border-top: 1px solid #aebeb1; }
.step-index { color: #9b763e; font: 600 .85rem/1 Georgia, serif; }
.step h3 { margin: 1.6rem 0 .75rem; font: 600 1.45rem/1.2 Georgia, "Times New Roman", serif; }
.step p { max-width: 325px; margin: 0; color: var(--muted); }

.showcase { background: #eff3ed; border-block: 1px solid #e2eae1; }
.showcase-heading { max-width: none; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 3rem; }
.showcase-heading > p { max-width: 320px; margin: 0 0 .15rem auto; color: var(--muted); }
.screen-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: center; gap: 3.5rem; margin-top: 4rem; }
.screen-item { width: 100%; max-width: 305px; margin: 0; }
.phone-frame { overflow: hidden; padding: 7px; border: 3px solid #12261e; border-radius: 26px; background: #101d16; box-shadow: 0 23px 55px rgba(6, 31, 20, .17), 0 2px 9px rgba(6, 31, 20, .1); }
.phone-frame img { width: 100%; height: auto; border-radius: 17px; }
.screen-item figcaption { display: flex; flex-direction: column; gap: .18rem; padding: 1.55rem .1rem 0; }
.screen-item figcaption strong { font: 600 1.25rem/1.3 Georgia, "Times New Roman", serif; }
.screen-item figcaption span { color: var(--muted); font-size: .96rem; }

.play-smart { background: var(--pine); color: var(--white); }
.eyebrow-gold { color: var(--gold-light); }
.smart-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.play-smart h2 { color: var(--gold-light); }
.smart-copy { max-width: 500px; }
.smart-copy p { margin: 0 0 1.25rem; color: #e2e9df; font-size: 1.05rem; line-height: 1.7; }
.smart-copy p:last-child { margin-bottom: 0; }

.site-footer { background: var(--deep); color: #f0f4ed; }
.footer-main { display: flex; justify-content: space-between; gap: 2rem; padding-block: 3.3rem; }
.footer-brand { color: var(--white); }
.footer-main p { margin: .8rem 0 0; color: #b7c8b8; font-size: .94rem; }
.footer-links { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.footer-links a { color: #e9f0e8; font-size: .91rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.2rem 1.6rem; border-top: 1px solid #264137; color: #9eb4a5; font-size: .81rem; }

.document-page { background: #fbfcfa; }
.document-main { min-height: 65svh; }
.document-intro { padding-top: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; margin-bottom: 3rem; color: #355440; font-size: .9rem; font-weight: 600; text-decoration: none; }
.back-link:hover { text-decoration: underline; }
.document-intro h1 { margin: 0; font: 600 5rem/1.07 Georgia, "Times New Roman", serif; }
.document-date { margin: 1rem 0 2rem; color: #6f7d73; font-size: .88rem; }
.document-intro > p:last-child { max-width: 750px; margin: 0; font-size: 1.12rem; }
.document-content { max-width: 830px; padding-block: 2.8rem 5rem; }
.document-content section { padding-block: 1.45rem; border-bottom: 1px solid var(--line); }
.document-content section:last-child { border-bottom: 0; }
.document-content h2 { margin: 0 0 .8rem; font: 600 1.45rem/1.25 Georgia, "Times New Roman", serif; }
.document-content p { margin: 0 0 .8rem; color: #364a3f; line-height: 1.7; }
.document-content p:last-child { margin-bottom: 0; }
.document-content a { color: #0d6650; text-underline-offset: 3px; }
.document-footer .footer-bottom { border-top: 0; align-items: center; }

@media (max-width: 880px) {
  .hero h1 { font-size: 5rem; }
  .hero-line { font-size: 2rem; }
  .section-heading h2, .play-smart h2 { font-size: 2.8rem; }
  .document-intro h1 { font-size: 4rem; }
  .top-nav { gap: 1rem; }
  .header-inner { gap: 1rem; }
  .header-contact { margin-left: auto; }
  .steps { gap: 1.5rem; }
  .screen-gallery { gap: 1.5rem; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 2rem, 1180px); }
  .header-inner { min-height: 66px; }
  .brand { font-size: 1.35rem; }
  .brand img { width: 38px; height: 38px; }
  .top-nav { display: none; }
  .header-contact { padding: .55rem .7rem; font-size: .82rem; }
  .hero { min-height: clamp(460px, 65svh, 590px); }
  .hero-art { object-position: 69% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(2, 24, 17, .75) 0%, rgba(2, 24, 17, .32) 42%, rgba(2, 24, 17, .95) 100%); }
  .hero-inner { align-items: end; }
  .hero-copy { max-width: 100%; padding-block: 2.4rem; }
  .hero h1 { font-size: 3.7rem; margin-bottom: .7rem; }
  .hero-line { font-size: 1.75rem; }
  .section-heading h2, .play-smart h2 { font-size: 2.25rem; }
  .document-intro h1 { font-size: 3rem; }
  .hero-description { max-width: 440px; margin-top: 1rem; font-size: 1rem; line-height: 1.5; }
  .hero-actions { gap: 1rem; margin-top: 1.5rem; }
  .launch-note { font-size: .84rem; }
  .section { padding-block: 4.2rem; }
  .steps { grid-template-columns: 1fr; gap: 2rem; margin-top: 2.5rem; }
  .step h3 { margin-top: .8rem; }
  .step p { max-width: 550px; }
  .showcase-heading { grid-template-columns: 1fr; gap: 1rem; }
  .showcase-heading > p { max-width: 550px; margin: 0; }
  .screen-gallery { display: flex; overflow-x: auto; gap: 1.3rem; padding-bottom: 1.7rem; margin-top: 2.6rem; scroll-snap-type: x mandatory; scrollbar-color: #acbeaf transparent; }
  .screen-item { flex: 0 0 min(72vw, 305px); scroll-snap-align: center; }
  .smart-layout { grid-template-columns: 1fr; gap: 2rem; }
  .footer-main { flex-direction: column; padding-block: 2.6rem; }
  .footer-links { gap: 1.1rem 1.4rem; }
  .footer-bottom { flex-direction: column; }
  .document-intro { padding-top: 2rem; }
  .back-link { margin-bottom: 2rem; }
}

@media (max-width: 390px) {
  .brand { font-size: 1.19rem; }
  .brand img { width: 34px; height: 34px; }
  .header-contact { font-size: .78rem; padding: .48rem .58rem; }
  .hero h1 { font-size: 3rem; }
  .hero-line { font-size: 1.58rem; }
}

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