:root {
  --ink: #25231f;
  --ink-soft: #5f5a51;
  --paper: #f6f1e9;
  --paper-deep: #ebe3d7;
  --white: #fffdfa;
  --accent: #c65d38;
  --accent-dark: #9f4529;
  --line: rgba(37, 35, 31, 0.14);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(72, 45, 30, 0.12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.notice {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 20px;
  background: var(--ink);
  color: rgba(255,255,255,.84);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.notice-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 100%;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(246,241,233,.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(37,35,31,.05); }
.brand { font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 700; letter-spacing: -.06em; width: max-content; }
.brand span { color: var(--accent); }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; color: var(--ink-soft); }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--ink); }
.header-cta { justify-self: end; padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 700; transition: .2s; }
.header-cta:hover { background: var(--ink); color: white; }
.menu-button, .mobile-nav { display: none; }

.hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 680px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: .87fr 1.13fr;
  overflow: hidden;
  border-radius: 32px;
  background: var(--paper-deep);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 62px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--accent); }
.hero h1, .section-heading h2, .lifestyle-copy h2, .specs-copy h2, .purchase-info h2, .faq-heading h2, .closing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .97;
}
.hero h1 { max-width: 560px; font-size: clamp(54px, 6.2vw, 88px); }
.hero-intro { max-width: 465px; margin: 30px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 750; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.button-primary { background: var(--accent); color: white; box-shadow: 0 12px 28px rgba(198,93,56,.23); }
.button-primary:hover { background: var(--accent-dark); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--white); color: var(--ink); }
.button-full { width: 100%; min-height: 58px; font-size: 14px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.mini-proof { margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mini-proof strong, .mini-proof span { display: block; }
.mini-proof strong { margin-bottom: 6px; font-size: 12px; }
.mini-proof span { color: var(--ink-soft); font-size: 10px; line-height: 1.4; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-tag { position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,253,250,.78); backdrop-filter: blur(10px); font-size: 11px; font-weight: 650; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #e8914f; box-shadow: 0 0 0 6px rgba(232,145,79,.18); }
.image-note { position: absolute; right: 22px; top: 22px; padding: 9px 12px; border-radius: 999px; background: rgba(37,35,31,.72); color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { width: min(calc(100% - 48px), var(--max)); margin: 20px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,250,.55); }
.trust-strip > div { display: flex; align-items: center; gap: 14px; padding: 22px 28px; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.trust-strip svg { width: 27px; flex: 0 0 auto; fill: none; stroke: var(--accent); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.trust-strip strong, .trust-strip span span { display: block; }
.trust-strip strong { margin-bottom: 4px; font-size: 12px; }
.trust-strip span { color: var(--ink-soft); font-size: 10px; line-height: 1.4; }

.section-pad { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; column-gap: 60px; margin-bottom: 50px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .lifestyle-copy h2, .specs-copy h2, .faq-heading h2 { font-size: clamp(44px, 5vw, 68px); }
.section-heading > p:last-child { max-width: 450px; margin: 0 0 4px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 18px; }
.feature-card { min-height: 420px; position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,250,.52); overflow: hidden; }
.feature-card-large { background: var(--ink); color: white; }
.feature-card-accent { background: #dbc8ad; }
.feature-number { position: absolute; top: 28px; right: 30px; color: currentColor; opacity: .45; font-size: 11px; }
.feature-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: auto; border-radius: 50%; background: var(--paper); color: var(--accent); }
.feature-card-large .feature-icon { background: rgba(255,255,255,.1); color: #ef9a70; }
.feature-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 30px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 500; letter-spacing: -.03em; }
.feature-card p { max-width: 320px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.feature-card-large p { color: rgba(255,255,255,.6); }
.level-demo { display: flex; gap: 8px; margin-top: 27px; }
.level-demo span { width: 42px; height: 6px; border-radius: 5px; background: #d97550; }
.level-demo span:nth-child(2) { opacity: .65; }
.level-demo span:nth-child(3) { opacity: .3; }

.word-band { overflow: hidden; padding: 34px 20px; border-block: 1px solid var(--line); background: var(--white); }
.word-band div { min-width: max-content; display: flex; justify-content: center; align-items: center; gap: 40px; }
.word-band span { font-family: Georgia, "Times New Roman", serif; color: #6a645a; font-size: clamp(24px, 3vw, 38px); font-style: italic; }
.word-band i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.lifestyle { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.lifestyle-image { position: relative; }
.lifestyle-image img { width: 100%; aspect-ratio: 1 / 1.07; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.lifestyle-image > span { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 16px 18px; border-radius: 14px; background: rgba(37,35,31,.75); color: rgba(255,255,255,.9); backdrop-filter: blur(10px); font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.lifestyle-copy > p:not(.eyebrow) { margin: 28px 0 40px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.clean-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.clean-list li { display: grid; grid-template-columns: 42px 1fr; gap: 8px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.clean-list li > span { color: var(--accent); font-size: 10px; }
.clean-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; }
.clean-list p { margin: 5px 0 0 !important; font-size: 12px !important; line-height: 1.5 !important; }

.specs { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; border-top: 1px solid var(--line); }
.specs-intro { max-width: 440px; margin: 26px 0 35px; color: var(--ink-soft); line-height: 1.65; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: 1fr 1.45fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--ink-soft); font-size: 12px; }
.spec-list dd { margin: 0; font-size: 12px; font-weight: 700; }
.specs-copy small { display: block; margin-top: 14px; color: #7b756b; font-size: 10px; }
.product-shot { position: relative; padding: 36px; }
.product-shot::before { content: ""; position: absolute; inset: 0; border-radius: 50% 50% 24px 24px; background: #e8dfd1; }
.product-shot img { position: relative; z-index: 1; width: 100%; border-radius: 50% 50% 18px 18px; mix-blend-mode: multiply; }
.dimension { position: absolute; z-index: 2; color: var(--ink-soft); font-size: 10px; }
.dimension::before, .dimension::after { content: ""; position: absolute; background: var(--ink-soft); }
.dimension-v { right: 12px; top: 24%; bottom: 14%; width: 1px; border-left: 1px solid var(--ink-soft); }
.dimension-v::before, .dimension-v::after { width: 7px; height: 1px; left: -4px; }
.dimension-v::before { top: 0; } .dimension-v::after { bottom: 0; }
.dimension-v span { position: absolute; top: 50%; left: 9px; transform: translateY(-50%) rotate(90deg); white-space: nowrap; }
.dimension-h { left: 28%; right: 22%; bottom: 13px; height: 1px; border-top: 1px solid var(--ink-soft); text-align: center; }
.dimension-h::before, .dimension-h::after { width: 1px; height: 7px; top: -4px; }
.dimension-h::before { left: 0; } .dimension-h::after { right: 0; }
.dimension-h span { position: relative; top: -18px; padding: 0 7px; background: var(--paper); }

.purchase { padding-top: 30px; }
.purchase-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 32px; background: var(--white); box-shadow: var(--shadow); }
.purchase-visual { min-height: 640px; background: #e8dfd1; }
.purchase-visual img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.purchase-info { display: flex; flex-direction: column; justify-content: center; padding: 64px 74px; }
.purchase-info h2 { font-size: clamp(45px, 5vw, 66px); }
.purchase-description { max-width: 450px; margin: 22px 0 28px; color: var(--ink-soft); line-height: 1.6; }
.color-choice { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-block: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.color-button { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 11px; }
.color-button i { width: 13px; height: 13px; border: 2px solid white; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px var(--line); }
.price-block { padding: 27px 0 20px; }
.price-block strong, .price-block span { display: block; }
.price-block strong { font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; letter-spacing: -.03em; }
.price-block span { margin-top: 5px; color: var(--ink-soft); font-size: 12px; }
.included { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 24px; }
.included p { width: 100%; margin: 0 0 2px; font-size: 11px; font-weight: 700; }
.included span { display: flex; align-items: center; gap: 5px; color: var(--ink-soft); font-size: 11px; }
.included svg { width: 15px; fill: none; stroke: var(--accent); stroke-width: 2; }
.checkout-note { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 12px 0 0; color: var(--ink-soft); font-size: 10px; }
.checkout-note svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.4; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-heading > p:last-child { max-width: 360px; margin-top: 24px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 7px; top: 50%; width: 14px; height: 1px; background: var(--ink); content: ""; }
.accordion summary span::after { right: 0; top: 0; transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 610px; margin: -7px 45px 24px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.closing { min-height: 540px; position: relative; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--ink); color: white; }
.closing-copy { z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); }
.closing h2 { margin-bottom: 35px; font-size: clamp(60px, 8vw, 112px); }
.eyebrow-light { color: rgba(255,255,255,.65); }
.closing-glow { position: relative; display: grid; place-items: center; }
.closing-glow::before { content: ""; width: min(38vw, 450px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(242,147,86,.92) 0%, rgba(211,96,48,.42) 35%, transparent 70%); filter: blur(4px); }
.closing-glow i { position: absolute; width: 110px; height: 300px; border-radius: 60px 60px 25px 25px; background: linear-gradient(#bd5534 0 31%, #eb9b62 31% 76%, #a64028 76%); box-shadow: 0 0 80px rgba(242,147,86,.38); }
.closing-glow i::before { content: ""; position: absolute; width: 270px; height: 90px; left: 50%; top: 0; transform: translate(-50%, -25%); border-radius: 50% 50% 35% 35%; background: #b84f30; }

.site-footer { padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 24px; background: #171613; color: white; }
.footer-main { display: grid; grid-template-columns: .5fr .5fr 1.5fr; gap: 50px; padding-bottom: 62px; }
.brand-footer { font-size: 38px; }
.footer-main > p { max-width: 200px; margin: 10px 0; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 5px; color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.45; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.32); font-size: 9px; line-height: 1.5; }

.mobile-buy { display: none; }
.setup-dialog { width: min(calc(100% - 32px), 450px); padding: 42px; border: 0; border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 24px 90px rgba(0,0,0,.25); text-align: center; }
.setup-dialog::backdrop { background: rgba(25,23,20,.7); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 16px; top: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--paper-deep); cursor: pointer; font-size: 22px; }
.dialog-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: #e6ebdd; color: #4e6642; font-size: 22px; }
.setup-dialog h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; }
.setup-dialog p { margin: 15px 0 24px; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.setup-dialog code { padding: 2px 5px; border-radius: 4px; background: var(--paper-deep); font-size: 11px; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 24px; }
  .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 0; border-radius: 50%; background: transparent; }
  .menu-button span { width: 22px; height: 1px; background: var(--ink); transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 74px 0 auto; display: flex; flex-direction: column; gap: 0; padding: 18px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-140%); opacity: 0; pointer-events: none; transition: .3s; }
  .mobile-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-nav > a:not(.button) { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
  .mobile-nav .button { margin-top: 22px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; padding: 70px 48px; }
  .hero-visual { min-height: 620px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-large { grid-column: 1 / -1; }
  .lifestyle, .specs { gap: 45px; }
  .purchase-info { padding: 50px 42px; }
  .faq { gap: 45px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .notice { min-height: 30px; padding-inline: 12px; font-size: 8px; letter-spacing: .06em; }
  .notice span:last-child, .notice-dot { display: none; }
  .site-header { height: 64px; }
  .mobile-nav { top: 64px; }
  .brand { font-size: 27px; }
  .hero { width: calc(100% - 24px); margin-top: 12px; border-radius: 22px; }
  .hero-copy { min-height: 510px; padding: 54px 25px 46px; }
  .hero h1 { font-size: 53px; }
  .hero-intro { margin-top: 24px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 29px; }
  .text-link { align-self: center; }
  .mini-proof { gap: 8px; margin-top: 36px; padding-top: 20px; }
  .mini-proof strong { font-size: 10px; }
  .mini-proof span { font-size: 8px; }
  .hero-visual { min-height: 430px; }
  .hero-visual img { object-position: 67% center; }
  .hero-tag { left: 14px; bottom: 14px; }
  .image-note { top: 14px; right: 14px; }
  .trust-strip { width: calc(100% - 24px); }
  .trust-strip > div { padding: 18px 20px; }
  .section-pad { width: calc(100% - 32px); padding: 86px 0; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2, .lifestyle-copy h2, .specs-copy h2, .faq-heading h2 { font-size: 44px; }
  .section-heading > p:last-child { margin-top: 24px; font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-large { grid-column: auto; }
  .feature-card { min-height: 360px; padding: 27px; }
  .feature-card h3 { font-size: 27px; }
  .word-band { padding-block: 26px; }
  .word-band div { justify-content: flex-start; gap: 25px; transform: translateX(-55px); }
  .lifestyle, .specs, .faq { grid-template-columns: 1fr; gap: 55px; }
  .lifestyle-image { order: 2; }
  .lifestyle-copy { order: 1; }
  .lifestyle-image img { aspect-ratio: 1 / 1.15; }
  .product-shot { padding: 25px; }
  .purchase { width: 100%; }
  .purchase-panel { grid-template-columns: 1fr; border-radius: 0; }
  .purchase-visual { min-height: 390px; }
  .purchase-info { padding: 46px 25px 52px; }
  .purchase-info h2 { font-size: 47px; }
  .price-block strong { font-size: 34px; }
  .faq-heading > p:last-child { margin-bottom: 0; }
  .accordion summary { font-size: 18px; }
  .closing { min-height: 650px; grid-template-columns: 1fr; }
  .closing-copy { align-items: center; padding: 75px 24px 0; text-align: center; }
  .closing h2 { font-size: 64px; }
  .closing-glow { min-height: 330px; }
  .closing-glow::before { width: 330px; }
  .closing-glow i { bottom: -40px; }
  .site-footer { padding-top: 55px; padding-bottom: 100px; }
  .footer-main { grid-template-columns: 1fr; gap: 15px; }
  .footer-main > p { margin-bottom: 28px; }
  .footer-links { grid-column: auto; grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-links > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-buy { position: fixed; z-index: 45; left: 10px; right: 10px; bottom: 9px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 9px 9px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(37,35,31,.93); color: white; box-shadow: 0 12px 35px rgba(0,0,0,.28); backdrop-filter: blur(14px); transform: translateY(150%); transition: transform .3s; }
  .mobile-buy.is-visible { transform: none; }
  .mobile-buy strong, .mobile-buy span { display: block; }
  .mobile-buy strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; }
  .mobile-buy span { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 8px; }
  .mobile-buy .button { min-height: 44px; padding-inline: 18px; font-size: 11px; }
  .setup-dialog { padding: 38px 24px 28px; }
}
