:root {
  color-scheme: light;
  --ink: #211b17;
  --muted: #665d56;
  --cream: #f8f3eb;
  --paper: #fffdf9;
  --amber: #b96623;
  --amber-dark: #8e4615;
  --gold: #d6a24c;
  --line: #ded2c4;
  --night: #24170f;
  --night-soft: #39261a;
  --focus: #1261a0;
  --shadow: 0 18px 60px rgba(45, 28, 17, .14);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--amber-dark); text-underline-offset: .2em; }
a:hover { color: var(--amber); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.13; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 5.7vw, 5.3rem); letter-spacing: -.045em; margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 4.2vw, 3.8rem); letter-spacing: -.035em; margin-bottom: 24px; }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.85rem); margin-bottom: 12px; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 104px 0; }
.eyebrow { margin-bottom: 14px; color: var(--amber-dark); font-weight: 760; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; color: #fff; background: var(--focus); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; color: #fff; background: rgba(36, 23, 15, .96); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 13px; color: #fff; font-size: 1.02rem; text-decoration: none; white-space: nowrap; }
.brand:hover { color: #fff; }
.brand img { width: 62px; height: 45px; object-fit: contain; background: #fff; border-radius: 7px; }
.brand span { display: flex; flex-direction: column; line-height: 1.14; }
.brand strong { color: #f3c775; font-family: Georgia, serif; font-size: 1.22rem; }
.jump-nav { display: flex; align-items: center; gap: 24px; }
.jump-nav a { color: #f7efe6; font-size: .9rem; font-weight: 650; text-decoration: none; }
.jump-nav a:hover { color: #f3c775; }
.jump-nav .nav-buy { padding: 9px 17px; color: var(--night); background: #f3c775; border-radius: 999px; }
.jump-nav .nav-buy:hover { color: var(--night); background: #fff0c9; }

.hero { position: relative; overflow: hidden; padding: 92px 0 108px; color: #fff; background: var(--night); }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -210px; top: -330px; border: 1px solid rgba(243,199,117,.28); border-radius: 50%; box-shadow: 0 0 0 90px rgba(243,199,117,.035), 0 0 0 180px rgba(243,199,117,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); align-items: center; gap: 64px; }
.hero .eyebrow { color: #f3c775; }
.hero-lead { max-width: 680px; color: #e8ded6; font-size: clamp(1.1rem, 1.7vw, 1.32rem); }
.price-line { margin: 32px 0; display: flex; align-items: center; gap: 22px; }
.price-line strong { color: #f6d69a; font-family: Georgia, serif; font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1; }
.price-line span { max-width: 220px; color: #e8ded6; line-height: 1.35; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; font-weight: 760; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: #f3c775; }
.button-primary:hover { color: var(--night); background: #fff0c9; }
.pending-link[aria-disabled="true"] { cursor: not-allowed; opacity: .82; }
.text-link { color: #fff; font-weight: 700; }
.text-link:hover { color: #f3c775; }
.service-note { max-width: 630px; margin: 20px 0 0; color: #c9bbb0; font-size: .86rem; }
.hero-visual { margin: 0; padding: 12px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); box-shadow: 0 24px 85px rgba(0,0,0,.42); transform: rotate(1deg); }
.hero-visual img { width: 100%; border-radius: 14px; }
.hero-visual figcaption { padding: 12px 7px 2px; color: #d8cdc4; font-size: .84rem; }

.intro { background: var(--cream); }
.intro .narrow { text-align: center; }
.intro .narrow > p:not(.eyebrow) { color: var(--muted); font-size: 1.14rem; }
.benefit-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-grid article { min-height: 220px; padding: 27px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.benefit-grid article > span { display: inline-block; margin-bottom: 30px; color: var(--amber-dark); font-weight: 800; }
.benefit-grid p { margin-bottom: 0; color: var(--muted); }

.section-heading { max-width: 790px; margin-bottom: 60px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.align-left { margin-inline: 0; text-align: left; }
.feature-section { overflow: hidden; }
.feature-list { display: grid; gap: 112px; }
.feature { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); gap: 64px; align-items: center; }
.feature-reverse { grid-template-columns: minmax(0, 1.32fr) minmax(280px, .68fr); }
.feature-reverse .feature-copy { grid-column: 2; }
.feature-reverse .feature-image { grid-column: 1; grid-row: 1; }
.feature-copy { max-width: 440px; }
.feature-copy p:not(.feature-number) { color: var(--muted); font-size: 1.08rem; }
.feature-copy > a { font-weight: 750; }
.feature-number { margin-bottom: 26px; color: var(--amber); font-weight: 850; letter-spacing: .14em; }
.feature-image { display: block; padding: 10px; background: #ede7df; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.feature-image img { width: 100%; border-radius: 12px; }

.ownership { color: #fff; background: var(--night-soft); }
.ownership .eyebrow { color: #f3c775; }
.ownership-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 82px; align-items: center; }
.ownership-grid > div > p:not(.eyebrow) { color: #e1d6cd; font-size: 1.08rem; }
.activation-note { margin-top: 26px; padding: 18px 20px; background: rgba(255,255,255,.07); border-left: 4px solid #f3c775; }
.data-flow { margin: 0; padding: 0; list-style: none; display: grid; gap: 16px; counter-reset: flow; }
.data-flow li { position: relative; padding: 24px 26px 24px 76px; color: var(--night); background: var(--paper); border-radius: 16px; }
.data-flow li::before { counter-increment: flow; content: counter(flow); position: absolute; left: 24px; top: 24px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--amber-dark); border-radius: 50%; font-weight: 800; }
.data-flow span, .data-flow strong { display: block; }
.data-flow span { color: var(--amber-dark); font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.data-flow strong { margin-top: 4px; font-size: 1.05rem; }

.functions-compact { background: var(--cream); }
.check-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; }
.check-grid li { position: relative; padding: 14px 15px 14px 45px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.check-grid li::before { content: "✓"; position: absolute; left: 16px; color: var(--amber-dark); font-weight: 900; }

.gallery-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 35px rgba(45,28,17,.08); }
.gallery-grid .gallery-wide { grid-column: 1 / -1; }
.gallery-grid a { display: block; overflow: hidden; background: #ddd6cf; }
.gallery-grid img { width: 100%; aspect-ratio: 16 / 8.8; object-fit: cover; object-position: top; transition: transform .25s ease; }
.gallery-grid a:hover img { transform: scale(1.018); }
.gallery-grid figcaption { padding: 13px 18px; color: var(--muted); font-weight: 700; }

.purchase { padding-top: 70px; background: linear-gradient(180deg, #fff 0, var(--cream) 100%); }
.purchase-card { display: grid; grid-template-columns: 1fr .72fr; overflow: hidden; color: #fff; background: var(--night); border-radius: 30px; box-shadow: var(--shadow); }
.purchase-copy, .purchase-action { padding: clamp(38px, 6vw, 74px); }
.purchase-copy .eyebrow { color: #f3c775; }
.purchase-price { margin-bottom: 2px; color: #f3c775; font-family: Georgia, serif; font-size: clamp(3.5rem, 7vw, 6.2rem); line-height: 1; }
.purchase-kind { color: #e6d9cf; font-size: 1.1rem; }
.purchase-copy ul { padding-left: 20px; color: #e6d9cf; }
.purchase-copy > p:last-child { margin-top: 25px; margin-bottom: 0; color: #c9bbb0; font-size: .92rem; }
.purchase-action { display: flex; flex-direction: column; justify-content: center; background: #3a281c; }
.purchase-action .button { width: 100%; }
.purchase-action > p { color: #e4d8ce; }
.purchase-action .pending-status { color: #f3c775; }
.pending-status { font-size: .9rem; }

.steps { background: var(--cream); }
.step-grid { margin-top: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-grid li { padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.step-grid li > span { width: 42px; height: 42px; margin-bottom: 28px; display: grid; place-items: center; color: #fff; background: var(--amber-dark); border-radius: 50%; font-weight: 850; }
.step-grid p { color: var(--muted); }
.inline-pending { font-weight: 750; }
.store-status { margin-top: 24px; text-align: center; color: var(--muted); }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 76px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--amber-dark); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 45px 24px 0; color: var(--muted); }

.site-footer { padding: 36px 0; color: #d9ccc2; background: #17100c; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 8px 28px; align-items: center; }
.footer-inner p { margin: 0; }
.footer-inner p:nth-child(2) { color: #a99b91; font-size: .84rem; }
.footer-inner nav { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 22px; }
.footer-inner a { color: #fff; }

.lightbox { width: min(96vw, 1600px); max-width: none; max-height: 94vh; padding: 0; color: #fff; background: #120d0a; border: 0; border-radius: 18px; box-shadow: 0 24px 100px rgba(0,0,0,.65); }
.lightbox::backdrop { background: rgba(12,8,6,.86); backdrop-filter: blur(4px); }
.lightbox-inner { position: relative; padding: 58px 18px 16px; }
.lightbox img { max-height: calc(94vh - 110px); margin: auto; object-fit: contain; }
.lightbox p { margin: 12px 0 0; text-align: center; }
.lightbox-close { position: absolute; top: 12px; right: 15px; padding: 8px 13px; color: #fff; background: #493124; border: 1px solid #80624f; border-radius: 999px; cursor: pointer; }

@media (max-width: 1040px) {
  .jump-nav a:not(.nav-buy) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { transform: none; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .feature, .feature-reverse { grid-template-columns: .8fr 1.2fr; gap: 38px; }
  .ownership-grid { gap: 45px; }
  .check-grid { grid-template-columns: repeat(2, 1fr); }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); --radius: 17px; }
  html { scroll-padding-top: 74px; }
  .section { padding: 72px 0; }
  .header-inner { min-height: 68px; }
  .brand img { width: 48px; height: 35px; }
  .brand span { font-size: .82rem; }
  .brand strong { font-size: 1rem; }
  .jump-nav { gap: 0; }
  .jump-nav .nav-buy { padding: 8px 13px; font-size: .82rem; }
  .hero { padding: 70px 0 76px; }
  h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .price-line { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .benefit-grid, .gallery-grid, .check-grid, .purchase-card, .step-grid, .faq-layout, .ownership-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; }
  .feature-list { gap: 74px; }
  .feature, .feature-reverse { grid-template-columns: 1fr; gap: 26px; }
  .feature .feature-copy, .feature-reverse .feature-copy { grid-column: 1; grid-row: 1; }
  .feature .feature-image, .feature-reverse .feature-image { grid-column: 1; grid-row: 2; }
  .feature-copy { max-width: none; }
  .gallery-grid .gallery-wide { grid-column: 1; }
  .gallery-grid { gap: 18px; }
  .purchase { padding-top: 38px; }
  .purchase-card { border-radius: 20px; }
  .purchase-copy, .purchase-action { padding: 34px 26px; }
  .faq-layout { gap: 25px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner nav { grid-column: 1; grid-row: auto; justify-content: center; margin-top: 10px; }
}

@media (max-width: 420px) {
  .brand span { max-width: 155px; }
  .hero-visual { padding: 7px; }
  .hero-visual figcaption { font-size: .76rem; }
  .check-grid li { padding-right: 10px; }
  .step-grid li { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
