:root {
  --paper: #fdf9ef;
  --card: #ffffff;
  --ink: #131313;
  --accent: #b07d17;
  --accent-soft: #dfa640;
  --muted: #5f5b52;
  --line: rgba(19, 19, 19, 0.16);
  --dots: rgba(19, 19, 19, 0.05);
  --ghost: rgba(19, 19, 19, 0.08);
  --shadow-hard: rgba(19, 19, 19, 0.9);
}

[data-theme="dark"] {
  --paper: #17140e;
  --card: #221d13;
  --ink: #f2ecdd;
  --accent: #dfa640;
  --accent-soft: #dfa640;
  --muted: #a89e8a;
  --line: rgba(242, 236, 221, 0.22);
  --dots: rgba(242, 236, 221, 0.055);
  --ghost: rgba(242, 236, 221, 0.07);
  --shadow-hard: rgba(0, 0, 0, 0.55);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background-color: var(--paper);
  background-image: radial-gradient(var(--dots) 1px, transparent 1px);
  background-size: 26px 26px;
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: clip;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.sticker, .btn-plain, .submenu, .footer, .proof-invert, .card-num {
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-burger {
  display: none; width: 44px; height: 44px; border-radius: 12px;
  border: 2px solid var(--ink); background: var(--card);
  flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer;
}
.nav-burger span { display: block; width: 20px; height: 2.5px; border-radius: 2px; background: var(--ink); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 25;
  background: var(--ink); color: var(--paper);
  display: none; flex-direction: column; justify-content: center; gap: 12px;
  padding: 90px clamp(24px, 8vw, 48px) 44px;
}
.mobile-menu.is-open { display: flex; }
.mobile-close {
  position: relative; align-self: flex-end; flex: none;
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--paper); background: var(--paper);
  cursor: pointer; display: block; margin-bottom: 6px;
}
.mobile-close span {
  position: absolute; left: 50%; top: 50%;
  width: 20px; height: 2.5px; border-radius: 2px; background: var(--ink);
}
.mobile-close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.mobile-close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
.mobile-link { font-family: 'Patrick Hand', cursive; font-size: clamp(2.1rem, 9vw, 3.2rem); line-height: 1.3; display: block; }
.mobile-link:active { color: var(--accent-soft); }
.mobile-ctas { margin-top: 24px; }
.mobile-note { font-family: 'Patrick Hand', cursive; color: color-mix(in srgb, var(--paper) 55%, transparent); font-size: 16px; rotate: -2deg; margin-top: 10px; }
.theme-toggle {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid var(--ink); background: var(--card);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.2s ease;
}
.theme-toggle:hover { transform: rotate(15deg); }
.theme-toggle svg { width: 21px; height: 21px; }
.theme-toggle circle, .theme-toggle line, .theme-toggle path { stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
.tt-moon { display: none; }
[data-theme="dark"] .tt-sun, [data-theme="dark"] .tt-rays { display: none; }
[data-theme="dark"] .tt-moon { display: block; }

::selection { background: var(--accent-soft); color: var(--ink); }

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

svg[aria-hidden="true"] { pointer-events: none; }

.hand, .hero-title, .frag-line, .section-title, .final-title, .stat-num, .card-num, .nav-logo, .marquee, .footer-mark, .cta-note, .hero-hint { font-family: 'Patrick Hand', cursive; font-weight: 400; }

.hl { color: var(--accent); position: relative; display: inline-block; }
.hl-inv { color: var(--accent-soft); }

.u-line { position: absolute; left: 0; bottom: -0.18em; width: 100%; height: 0.32em; overflow: visible; }
.u-line path { stroke: var(--accent-soft); stroke-width: 6; stroke-linecap: round; }
.u-title { bottom: -10px; height: 18px; }
.circle-doodle { position: absolute; left: -13%; top: -19%; width: 126%; height: 138%; overflow: visible; }
.circle-doodle path { stroke: var(--accent-soft); stroke-width: 5; stroke-linecap: round; }
.arrow path { stroke: var(--ink); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(8px);
}
.nav-logo { font-size: 26px; }
.nav-menus { display: flex; align-items: center; gap: 6px; }
.menu { position: relative; }
.menu-btn {
  font-family: 'Inter', system-ui, sans-serif; font-size: 15px; font-weight: 500; color: var(--ink);
  background: none; border: 0; cursor: pointer; padding: 10px 14px; display: inline-block;
}
.caret { font-size: 11px; }
.mega-list-single { grid-template-columns: 1fr; }
.mega-stats { font-size: 13px; color: color-mix(in srgb, var(--paper) 55%, transparent); }
.mega-quick { font-size: 13px; padding-top: 8px; border-top: 2px dashed color-mix(in srgb, var(--paper) 24%, transparent); }
.mega-quick a { color: var(--accent-soft); }
.mega-quick a:hover { text-decoration: underline; }

.mega-panel {
  position: fixed; top: 70px; left: clamp(10px, 2vw, 28px); right: clamp(10px, 2vw, 28px);
  background: var(--ink); color: var(--paper);
  border: 2px solid var(--ink); border-radius: 20px;
  box-shadow: 8px 10px 0 var(--accent-soft);
  padding: clamp(22px, 3vw, 40px);
  max-height: 76vh; overflow: auto;
  opacity: 0; pointer-events: none; z-index: 15;
}
.mega-panel.is-open { opacity: 1; pointer-events: auto; }
.mega-panel::before { content: ''; position: absolute; top: -30px; left: 0; right: 0; height: 30px; }
.mega-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(20px, 3vw, 44px); }
.mega-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 26px; align-content: start; }
.mega-item { display: flex; align-items: baseline; gap: 12px; padding: 7px 10px; border-radius: 10px; border-left: 3px solid transparent; }
.mega-item:hover { background: color-mix(in srgb, var(--paper) 7%, transparent); border-left-color: var(--accent-soft); border-radius: 0 10px 10px 0; }
.mega-name { font-family: 'Patrick Hand', cursive; font-size: clamp(21px, 2.2vw, 30px); }
.mega-item:hover .mega-name { color: var(--accent-soft); }
.mega-meta { font-size: 12px; color: color-mix(in srgb, var(--paper) 55%, transparent); white-space: nowrap; }
.mega-tags { display: inline-flex; gap: 8px; align-items: center; }
.mega-price {
  font-family: 'Patrick Hand', cursive; font-size: 15px; white-space: nowrap;
  color: #2b1d05; background: var(--accent-soft);
  border-radius: 999px; padding: 1px 11px; rotate: 2deg;
}
.mega-badge {
  font-family: 'Patrick Hand', cursive; font-size: 14px; white-space: nowrap;
  color: var(--accent-soft); border: 1.5px dashed var(--accent-soft);
  border-radius: 8px; padding: 0 9px; rotate: -3deg;
}
.mega-badge-1 {
  color: #2b1d05; background: var(--accent-soft); border-style: solid;
  animation: wiggle 2.4s ease-in-out infinite;
}
@keyframes wiggle { 50% { rotate: 2deg; } }
.mega-preview {
  border: 2px dashed color-mix(in srgb, var(--paper) 30%, transparent); border-radius: 16px;
  padding: 24px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
}
.mega-preview-name { font-family: 'Patrick Hand', cursive; font-size: clamp(30px, 3.4vw, 46px); color: var(--accent-soft); line-height: 1; }
.mega-preview-tag { font-size: 14px; color: color-mix(in srgb, var(--paper) 66%, transparent); }
.mega-preview-price { font-family: 'Patrick Hand', cursive; font-size: 30px; }
.mega-note { font-family: 'Patrick Hand', cursive; font-size: 15px; color: color-mix(in srgb, var(--paper) 55%, transparent); rotate: -2deg; }
.mega-free { margin-top: 16px; padding-top: 14px; border-top: 2px dashed color-mix(in srgb, var(--paper) 24%, transparent); font-size: 13px; color: color-mix(in srgb, var(--paper) 55%, transparent); }
.mega-free a { color: color-mix(in srgb, var(--paper) 70%, transparent); }
.mega-free a:hover { color: var(--accent-soft); }

.btn-sticker {
  display: inline-block; background: var(--ink); color: var(--paper);
  font-weight: 500; font-size: 15px; padding: 13px 24px; border-radius: 14px;
  border: 2px solid var(--ink);
  box-shadow: 0 0 0 4px var(--paper), 0 0 0 6px var(--ink);
  transition: transform 0.2s ease;
}
.btn-sticker:hover { transform: translateY(-2px) rotate(-1deg); }
.nav-cta { font-size: 14px; padding: 10px 18px; }
.btn-plain {
  display: inline-block; background: var(--card); color: var(--ink);
  font-weight: 500; font-size: 15px; padding: 13px 24px; border-radius: 14px;
  border: 2px solid var(--ink);
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-plain:hover { transform: translateY(-2px) rotate(1deg); background: var(--paper); }

main > section {
  min-height: 60vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 96px clamp(20px, 8vw, 120px);
}

.hero { min-height: 100vh; align-items: center; text-align: center; overflow: clip; position: relative; }
.hero-title { font-size: clamp(3rem, 8.6vw, 7.4rem); line-height: 1.02; }
.hero-sub { color: var(--muted); font-size: clamp(1rem, 2vw, 1.2rem); max-width: 34em; margin-top: 22px; }
.hero-cta-row { position: relative; display: flex; gap: 16px; margin-top: 40px; align-items: center; flex-wrap: wrap; justify-content: center; }
.arrow-cta { position: absolute; width: 90px; height: 68px; right: -104px; top: -54px; }
.cta-note { color: var(--muted); font-size: 19px; line-height: 1.1; rotate: -5deg; text-align: left; }
.hero-hint {
  position: absolute; bottom: 26px; right: clamp(20px, 5vw, 64px);
  color: var(--muted); font-size: 17px;
  display: inline-flex; align-items: center; gap: 10px;
}
.mouse { width: 20px; height: 30px; }
.mouse rect, .mouse line { stroke: var(--muted); stroke-width: 2; }
.mouse line { animation: wheel 1.6s ease-in-out infinite; }
@keyframes wheel { 50% { transform: translateY(5px); } }

.section-title { font-size: clamp(2.2rem, 5.4vw, 4rem); margin-bottom: 42px; position: relative; display: inline-block; align-self: flex-start; }

.sticker {
  background: var(--card); border: 2px solid var(--ink); border-radius: 16px;
  box-shadow: 5px 6px 0 var(--shadow-hard);
}
.tilt-l { rotate: -1.6deg; }
.tilt-r { rotate: 1.4deg; }
.tilt-l2 { rotate: -0.7deg; }
.tilt-r2 { rotate: 2deg; }

.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 26px; max-width: 900px; }
.stat { padding: 30px 26px; position: relative; }
.burst { position: absolute; top: -26px; right: -14px; width: 52px; height: 52px; overflow: visible; }
.burst path { stroke: var(--accent-soft); stroke-width: 4; stroke-linecap: round; }
.stat-num { display: block; font-size: clamp(3.4rem, 7vw, 5.2rem); color: var(--accent); line-height: 1; }
.stat-label { color: var(--muted); font-size: 14px; font-weight: 500; }
.stats-note { color: var(--muted); margin-top: 30px; max-width: 40em; }

.promise { min-height: 70vh; justify-content: center; gap: 6px; }
.promise-eyebrow { font-family: 'Patrick Hand', cursive; font-size: 19px; color: var(--accent); rotate: -2deg; margin-bottom: 8px; }
.promise-row { display: flex; align-items: center; gap: clamp(14px, 3vw, 34px); }
.promise-line { font-family: 'Patrick Hand', cursive; font-size: clamp(2.4rem, 7.5vw, 6.4rem); line-height: 1.14; letter-spacing: -0.01em; }
.promise-check { width: clamp(38px, 5.5vw, 78px); height: auto; overflow: visible; flex: none; }
.promise-check path { stroke: var(--accent-soft); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }

.strike-wrap { position: relative; display: inline-block; }
.frag-fix {
  position: absolute; top: -0.52em; left: 16%;
  font-size: 0.42em; color: var(--accent); rotate: -6deg; line-height: 1;
}
.strike { position: absolute; left: -4%; top: 8%; width: 108%; height: 90%; overflow: visible; }
.strike path { stroke: var(--accent-soft); stroke-width: 9; stroke-linecap: round; }

.story { padding: 0; min-height: 0; }
.story-pin {
  min-height: 100vh; display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
  gap: 4vh; padding: 0 clamp(20px, 6vw, 90px);
}
.story-line1 { font-family: 'Patrick Hand', cursive; font-size: clamp(3rem, 10vw, 8.6rem); line-height: 1.05; }
.story-line2 { font-family: 'Patrick Hand', cursive; font-size: clamp(2.2rem, 7vw, 6rem); line-height: 1.1; color: var(--accent); }
.story-uline { position: absolute; left: 0; bottom: -0.16em; width: 100%; height: 0.3em; overflow: visible; }
.story-uline path { stroke: var(--accent-soft); stroke-width: 6; stroke-linecap: round; }
.strike { position: absolute; left: -4%; top: 8%; width: 108%; height: 90%; overflow: visible; }

.showcase { padding-left: 0; padding-right: 0; }
.showcase .section-title { margin-left: clamp(20px, 8vw, 120px); }
.showcase-track { display: flex; gap: 30px; padding: 10px clamp(20px, 8vw, 120px) 16px; width: max-content; }
.card { width: clamp(270px, 30vw, 360px); flex-shrink: 0; padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 12px; position: relative; }
.card-num {
  width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--accent); background: var(--paper);
}
.card h3 { font-size: 1.45rem; }
.card p { color: var(--muted); font-size: 15px; flex: 1; }
.card-link { font-size: 14px; font-weight: 500; color: var(--accent); border-bottom: 2px solid var(--accent-soft); align-self: flex-start; }
.rail-progress { display: flex; align-items: center; gap: 16px; padding: 28px clamp(20px, 8vw, 120px) 0; }
.rail-count { font-family: 'Patrick Hand', cursive; font-size: 24px; color: var(--accent); min-width: 86px; }
.rail-bar { width: min(320px, 40vw); height: 14px; overflow: visible; }
.rail-bar-path { stroke: var(--accent-soft); stroke-width: 6; stroke-linecap: round; }

.showcase-more { padding: 30px clamp(20px, 8vw, 120px) 0; position: relative; display: flex; align-items: center; gap: 14px; }
.showcase-more a { font-weight: 500; color: var(--accent); border-bottom: 2px solid var(--accent-soft); }
.arrow-more { width: 74px; height: 34px; }

.proof { padding-left: clamp(16px, 4vw, 56px); padding-right: clamp(16px, 4vw, 56px); }
.stamp {
  position: absolute; top: 26px; right: 30px;
  font-family: 'Patrick Hand', cursive; font-size: clamp(15px, 2vw, 22px); letter-spacing: 0.08em;
  color: var(--accent-soft); border: 3px solid var(--accent-soft); border-radius: 10px;
  padding: 5px 14px; rotate: -12deg;
}
.proof-invert { position: relative; }
.proof-invert {
  background: var(--ink); color: var(--paper); border-radius: 22px;
  padding: clamp(44px, 8vw, 100px) clamp(26px, 6vw, 90px);
  box-shadow: 9px 11px 0 var(--accent-soft);
  border: 2px solid var(--ink);
}
.proof-line { font-family: 'Patrick Hand', cursive; font-size: clamp(2rem, 5.4vw, 3.8rem); line-height: 1.12; max-width: 18em; }
.proof-line .word {
  opacity: 0.15;
  background-image: linear-gradient(color-mix(in srgb, var(--accent-soft) 34%, transparent) 0 100%);
  background-repeat: no-repeat;
  background-size: 0% 76%;
  background-position: 0 64%;
  border-radius: 3px;
}
.proof-sub { color: color-mix(in srgb, var(--paper) 62%, transparent); margin-top: 24px; max-width: 40em; }

.reviews-lede { color: var(--muted); max-width: 44em; margin: -18px 0 42px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review-wide { grid-column: span 2; }
.review-card { padding: 24px 24px 20px; display: flex; flex-direction: column; gap: 12px; }
.review-rail { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 2px dashed var(--line); }
.review-tag {
  font-family: 'Patrick Hand', cursive; font-size: 14px; color: var(--accent);
  border: 1.5px solid var(--accent-soft); border-radius: 999px; padding: 0 9px; rotate: -2deg;
}
.review-product { font-size: 14px; font-weight: 700; }
.review-stars { margin-left: auto; }
.star-row { width: 108px; height: 19px; overflow: visible; }
.star-row path { stroke: var(--accent-soft); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.review-headline { font-family: 'Patrick Hand', cursive; font-size: 22px; line-height: 1.2; }
.review-wide .review-headline { font-size: 27px; }
.review-quote { color: var(--muted); font-size: 15px; flex: 1; }
.review-author { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.review-avatar {
  width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Patrick Hand', cursive; font-size: 16px; color: var(--accent); background: var(--paper);
}
.review-name { font-size: 14px; font-weight: 500; }
.review-date { font-family: 'Patrick Hand', cursive; font-size: 15px; color: var(--muted); margin-left: auto; rotate: -2deg; }
.reviews-foot { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 34px; }
.reviews-score { font-family: 'Patrick Hand', cursive; font-size: 21px; color: var(--accent); }
.reviews-cta { margin-left: auto; font-weight: 500; color: var(--accent); border-bottom: 2px solid var(--accent-soft); }

.about-text, .custom-text { color: var(--muted); font-size: clamp(1rem, 2vw, 1.2rem); max-width: 38em; }
.sig-text { font-family: 'Patrick Hand', cursive; font-size: clamp(2.2rem, 5vw, 3.4rem); rotate: -2.5deg; margin-top: 30px; align-self: flex-start; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(32px, 6vw, 90px); align-items: center; width: 100%; }
.about-copy { display: flex; flex-direction: column; align-items: flex-start; }
.about .mk { background: linear-gradient(120deg, rgba(223, 166, 64, 0.38), rgba(223, 166, 64, 0.5)) no-repeat 0 66% / 100% 46%; font-weight: 600; color: var(--ink); }
.sig-wrap { position: relative; display: inline-block; }
.sig-circle { position: absolute; left: -14%; top: -32%; width: 128%; height: 164%; overflow: visible; pointer-events: none; }
.sig-circle path { stroke: var(--accent-soft); stroke-width: 4; stroke-linecap: round; }
.sig-sparks i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--accent-soft); opacity: 0; }
.sig-sparks i:nth-child(1) { right: -26px; top: -4px; }
.sig-sparks i:nth-child(2) { right: -38px; top: 26px; width: 6px; height: 6px; }
.sig-sparks i:nth-child(3) { left: -24px; bottom: -6px; width: 7px; height: 7px; }
.about-card-zone { perspective: 1200px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.dev-card { width: min(300px, 74vw); aspect-ratio: 3 / 4.1; transform-style: preserve-3d; }
.dev-card-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; }
.dev-face { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; border: 2px solid var(--ink); border-radius: 18px; box-shadow: 9px 9px 0 var(--ghost); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 24px; overflow: hidden; }
.dev-front { background: var(--ink) radial-gradient(rgba(223, 166, 64, 0.16) 1.5px, transparent 1.5px); background-size: 24px 24px; color: var(--paper); }
.dev-front::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 42%, rgba(246, 229, 189, 0.22) 50%, transparent 58%); background-size: 260% 260%; animation: devHolo 3.8s linear infinite; pointer-events: none; }
@keyframes devHolo { 0% { background-position: 120% 120%; } 100% { background-position: -60% -60%; } }
.dev-tag { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.7; }
.dev-g { font-family: 'Patrick Hand', cursive; font-size: 128px; line-height: 1; color: var(--accent-soft); text-shadow: 0 0 26px rgba(223, 166, 64, 0.4); }
.dev-name { font-family: 'Patrick Hand', cursive; font-size: 2rem; color: var(--paper); }
.dev-role { font-size: 0.82rem; opacity: 0.75; }
.dev-stars { color: var(--accent-soft); letter-spacing: 0.3em; font-size: 0.9rem; }
.dev-back { background: var(--card); color: var(--ink); transform: rotateY(180deg); }
.dev-back-title { font-family: 'Patrick Hand', cursive; font-size: 1.5rem; border-bottom: 3px solid var(--accent-soft); }
.dev-stats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 1rem; color: var(--muted); }
.dev-stats b { font-family: 'Patrick Hand', cursive; font-size: 1.5rem; color: var(--ink); margin-right: 6px; }
.dev-stamp { border: 3px double var(--accent); color: var(--accent); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; rotate: -7deg; border-radius: 6px; margin-top: 6px; }
.dev-hint { font-family: 'Patrick Hand', cursive; color: var(--muted); rotate: -3deg; font-size: 1.05rem; }
.is-static .dev-front::after { animation: none; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } .about-card-zone { order: 2; } }
@media (prefers-reduced-motion: reduce) { .dev-front::after { animation: none; } }
.custom .custom-cta-wrap { margin-top: 30px; align-self: flex-start; position: relative; display: inline-block; }
.circle-cta { left: -10%; top: -26%; width: 120%; height: 152%; }
.circle-cta path { stroke-width: 4; }

.card-price {
  position: absolute; top: -14px; right: 18px;
  font-family: 'Patrick Hand', cursive; font-size: 19px; color: var(--gold-deep, #2b1d05);
  background: var(--accent-soft); border: 2px solid var(--ink); border-radius: 999px;
  padding: 2px 13px; rotate: 3deg;
}

main { position: relative; }
main > section { position: relative; z-index: 1; }
.thread {
  position: absolute; top: 0; left: clamp(4px, 1.6vw, 26px);
  width: clamp(36px, 5vw, 80px); height: 100%;
  z-index: 0; pointer-events: none;
}
.thread-path { stroke: var(--accent-soft); stroke-width: 3; opacity: 0.55; }

.page-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 30;
  background: var(--accent-soft); transform: scaleX(0); transform-origin: left;
}

.final { text-align: center; align-items: center; min-height: 78vh; position: relative; overflow: clip; }
.confetti { position: absolute; inset: 0; pointer-events: none; }
.confetti span { position: absolute; top: 0; left: 0; width: 12px; height: 4px; border-radius: 2px; }
.final-title { font-size: clamp(3rem, 8vw, 6.4rem); margin-bottom: 36px; }
.final-row { justify-content: center; }

.footer { background: var(--ink); color: var(--paper); overflow: clip; }
.footer-inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 6vw, 96px) clamp(28px, 4vw, 48px);
}
.footer-col { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.footer-logo { font-family: 'Patrick Hand', cursive; font-size: 30px; color: var(--accent-soft); }
.footer-tagline { color: color-mix(in srgb, var(--paper) 66%, transparent); font-size: 14px; max-width: 24em; }
.footer-title { font-family: 'Patrick Hand', cursive; font-size: 21px; color: var(--accent-soft); margin-bottom: 4px; }
.footer-col a:not(.btn-sticker) { font-size: 14px; color: color-mix(in srgb, var(--paper) 72%, transparent); }
.footer-col a:not(.btn-sticker):hover { color: var(--accent-soft); }
.footer-note { font-family: 'Patrick Hand', cursive; font-size: 17px; color: color-mix(in srgb, var(--paper) 66%, transparent); rotate: -2deg; }
.btn-sticker-inv {
  background: var(--paper); color: var(--ink); border-color: var(--paper);
  box-shadow: 0 0 0 4px var(--ink), 0 0 0 6px var(--paper);
}
.footer-bar {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding: 20px clamp(20px, 6vw, 96px) 24px;
  border-top: 2px dashed color-mix(in srgb, var(--paper) 24%, transparent);
  color: color-mix(in srgb, var(--paper) 60%, transparent); font-size: 13px; font-weight: 500;
}
.footer-bar a:hover { color: var(--accent-soft); }

.is-static main > section, .is-static .hero, .is-static .story-pin, .is-static .final { min-height: 0; }
.is-static main > section { padding-top: 64px; padding-bottom: 64px; }
.is-static .hero-hint { position: static; margin-top: 34px; }
.is-static .arrow-cta { position: static; width: 70px; height: 52px; }

@media (max-width: 980px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav-menus { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .nav { padding: 12px 18px; }
  .nav-logo { font-size: 22px; }
  .thread { display: none; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-wide { grid-column: span 1; }
  .arrow-cta { display: none; }
  .showcase-track { flex-direction: column; width: auto; }
  .card { width: 100%; }
  .hero { text-align: left; align-items: flex-start; }
  .hero-cta-row { justify-content: flex-start; }
}

@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .mouse line, .eyebrow-dot, .mega-badge-1 { animation: none; }
  html { scroll-behavior: auto; }
}

.shiplog { padding: clamp(70px, 10vh, 130px) clamp(20px, 6vw, 90px); display: flex; flex-direction: column; gap: 54px; }
.shiplog-rail { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 18px; padding-top: 26px; }
.shiplog-line { position: absolute; top: 31px; left: 2%; width: 96%; height: 4px; border-radius: 4px; background: var(--accent-soft); transform-origin: left center; }
.ship-stop { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.ship-dot { width: 15px; height: 15px; border-radius: 50%; background: var(--accent-soft); border: 3px solid var(--paper); box-shadow: 0 0 0 2px var(--accent-soft); z-index: 1; }
.ship-date { font-family: 'Patrick Hand', cursive; font-size: 1.25rem; color: var(--accent); rotate: -2deg; }
.ship-what { font-size: 0.86rem; color: var(--muted); max-width: 15em; background: var(--card); border: 2px solid var(--ink); border-radius: 10px; padding: 8px 10px; box-shadow: 4px 4px 0 var(--ghost); rotate: 1.5deg; }
.ship-stop:nth-child(odd) .ship-what { rotate: -1.5deg; }
.ship-next .ship-dot { background: var(--card); }
.ship-next .ship-what { border-style: dashed; }
.paper-plane { position: absolute; top: 0; left: 0; width: 36px; z-index: 2; pointer-events: none; filter: drop-shadow(2px 3px 0 var(--ghost)); will-change: transform; }
.is-static .paper-plane { display: none; }
.pen-dot { position: fixed; top: 0; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--accent-soft); opacity: 0; pointer-events: none; z-index: 60; transition: width 0.25s ease, height 0.25s ease, opacity 0.3s ease, background-color 0.25s ease; translate: -50% -50%; }
.pen-dot.is-live { opacity: 0.8; }
.pen-dot.is-hover { width: 30px; height: 30px; background: transparent; border: 2px solid var(--accent-soft); }
@media (max-width: 860px) {
  .shiplog-rail { grid-template-columns: 1fr; gap: 22px; padding-top: 0; padding-left: 30px; }
  .shiplog-line { top: 2%; left: 7px; width: 4px; height: 96%; transform-origin: top center; }
  .ship-stop { flex-direction: row; text-align: left; align-items: center; }
  .ship-stop .ship-dot { position: absolute; left: 0; }
  .paper-plane, .pen-dot { display: none; }
}
@media (prefers-reduced-motion: reduce) { .paper-plane, .pen-dot { display: none; } }
