:root {
  --radius: 0.75rem;
  --background: #fcf8f4;
  --foreground: #3b2f2b;
  --card: #ffffff;
  --muted: #7b6a64;
  --border: #eadfd8;
  --primary: #8c4e4f;
  --primary-foreground: #fef8f4;
  --secondary: #f5ebe5;
  --accent: #e3c0af;
  --ink: #342826;
  --gradient-soft: linear-gradient(180deg, #fdf9f6 0%, #f5e8e2 100%);
  --gradient-luxe: linear-gradient(135deg, #efd9d2 0%, #e1bbad 50%, #ca8f83 100%);
  --shadow-soft: 0 10px 40px -10px rgba(140, 78, 79, 0.15);
  --shadow-luxe: 0 30px 80px -20px rgba(140, 78, 79, 0.25);
  --font-display: "Cormorant Garamond", serif;
  --font-sans: "Inter", system-ui, sans-serif;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/inter-300.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/inter-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/inter-500.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/inter-600.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/inter-700.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/cormorant-garamond-italic-400.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/cormorant-garamond-300.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/cormorant-garamond-400.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/cormorant-garamond-500.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/cormorant-garamond-600.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/cormorant-garamond-700.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button {
  font: inherit;
}

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

.page-shell {
  min-height: 100vh;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(249, 243, 239, 0.82);
  border-bottom: 1px solid rgba(229, 216, 208, 0.8);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.01em;
}

.brand em {
  color: var(--primary);
  font-style: italic;
}

.nav-links {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.btn,
.checkout-button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.checkout-button:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.btn-primary,
.checkout-button {
  background: var(--primary);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-soft);
}

.btn-outline {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  color: var(--foreground);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.btn-lg {
  padding: 16px 28px;
  font-size: 1rem;
  font-weight: 500;
}

.hero {
  background: var(--gradient-soft);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 88px 0 72px;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: var(--primary);
}

.hero-kicker {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  color: rgba(59, 47, 43, 0.72);
}

.display-title {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.display-title em,
.section-title em {
  color: var(--primary);
  font-style: italic;
}

.hero-copy,
.section-copy {
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: 34px 0;
}

.rating {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.rating strong {
  color: var(--primary);
  letter-spacing: 0;
  font-weight: 600;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  position: relative;
}

.orb {
  position: absolute;
  inset: -30px;
  border-radius: 999px;
  background: var(--gradient-luxe);
  filter: blur(44px);
  opacity: 0.38;
}

.product-card {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f2ddd7 0%, #f7f1ec 100%);
  box-shadow: var(--shadow-luxe);
  overflow: hidden;
}

.product-glow,
.product-glow::before,
.product-glow::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.product-glow {
  inset: 15% 20%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.product-glow::before {
  width: 180px;
  height: 180px;
  top: 60px;
  right: 40px;
  background: rgba(255, 255, 255, 0.46);
}

.product-glow::after {
  width: 240px;
  height: 240px;
  bottom: 24px;
  left: -30px;
  background: rgba(199, 137, 121, 0.22);
}

.hero-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

.hero .product-card .product-glow,
.hero .product-card .device {
  display: none;
}

.device {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 170px;
  height: 390px;
  transform: translate(-50%, -50%) rotate(9deg);
  border-radius: 90px;
  background: linear-gradient(180deg, #fefefe 0%, #e9d7d0 46%, #d39a90 100%);
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, 0.4),
    inset 0 -20px 32px rgba(143, 77, 74, 0.18),
    0 30px 70px rgba(78, 46, 41, 0.28);
}

.device::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 42px;
  height: 120px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(223, 185, 166, 0.35));
}

.device::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 220px;
  width: 78px;
  height: 78px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, #ffffff 0%, #f4d9d2 48%, #dba499 100%);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.34);
}

.badge-grid {
  position: absolute;
  inset: auto 24px 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  z-index: 3;
}

.mini-badge {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  color: var(--foreground);
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(105, 63, 58, 0.12);
}

.section {
  padding: 88px 0;
}

.section-alt {
  background: #fffaf7;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.problem-grid,
.benefit-grid,
.stats-grid,
.buy-grid,
.legal-links {
  display: grid;
  gap: 18px;
}

.problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.card {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--card);
  box-shadow: var(--shadow-soft);
}

.problem-card,
.stat-card,
.buy-card,
.faq-item,
.method-card {
  padding: 24px;
}

.problem-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--foreground);
}

.problem-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
  margin-top: 9px;
}

.media-visual {
  min-height: 340px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.8), transparent 40%),
    linear-gradient(135deg, #f4d2cb 0%, #e4b8ab 48%, #b56a68 100%);
  box-shadow: var(--shadow-luxe);
}

.media-visual.video {
  position: relative;
  display: flex;
  align-items: flex-start;
  background: #000;
  width: 92%;
  justify-self: center;
}

.media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 1;
}

.media-visual.media-use {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.media-use-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  z-index: 1;
}

.media-visual.video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 14, 12, 0.58) 0%, rgba(20, 14, 12, 0.18) 38%, rgba(20, 14, 12, 0) 62%);
  z-index: 2;
  pointer-events: none;
}

.video-controls {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
  z-index: 4;
}

.video-control {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(20, 14, 12, 0.58);
  color: #fffaf7;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.video-control:hover {
  background: rgba(20, 14, 12, 0.72);
}

.play-burst {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.12);
}

.play-burst::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 32px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 34px solid #fff7f3;
}

.media-copy {
  padding: 28px;
  color: #fffaf7;
  max-width: 320px;
}

.media-visual.video .media-copy {
  position: relative;
  z-index: 3;
  max-width: 420px;
}

.media-visual.media-use .media-copy {
  position: relative;
  z-index: 3;
}

.media-copy h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 34px;
}

.dual-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.benefit-card {
  overflow: hidden;
}

.benefit-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
}

.benefit-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.benefit-content {
  padding: 26px;
}

.benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 14px;
}

.benefit-content h3,
.buy-summary h2,
.legal-content h1,
.checkout-state h1 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
  font-weight: 500;
}

.benefit-content h3 {
  font-size: 2rem;
  line-height: 1.15;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.feature-chip {
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.84);
  text-align: center;
  font-size: 14px;
}

.stat-card {
  text-align: center;
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--primary);
  font-weight: 500;
}

.method-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: flex-start;
}

.usage-title-outside {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: var(--foreground);
}

.usage-visual {
  min-height: 460px;
  border-radius: 34px;
  background: #fff;
  position: relative;
  box-shadow: var(--shadow-soft);
}

.usage-visual::before,
.usage-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.usage-visual::before {
  width: 280px;
  height: 280px;
  right: 28px;
  top: 40px;
  background: rgba(255, 255, 255, 0.28);
}

.usage-visual::after {
  width: 180px;
  height: 180px;
  left: 36px;
  bottom: 36px;
  background: rgba(255, 255, 255, 0.38);
}

.usage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 1;
}

.usage-device {
  position: absolute;
  right: 48px;
  bottom: 36px;
  width: 120px;
  height: 280px;
  border-radius: 80px;
  background: linear-gradient(180deg, #fff, #edddd6 50%, #cf9085);
  box-shadow: 0 24px 50px rgba(90, 56, 51, 0.22);
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.steps li:last-child {
  border-bottom: 0;
}

.step-no {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--primary);
  font-weight: 500;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.45;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.buy-grid {
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  box-shadow: var(--shadow-luxe);
}

.buy-visual {
  min-height: 500px;
  background: #fff;
  position: relative;
}

.buy-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.best-seller {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-foreground);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  z-index: 3;
}

.buy-summary {
  padding: 44px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 28px;
}

.price-row strong {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--primary);
  font-weight: 500;
}

.price-row del {
  color: var(--muted);
}

.price-tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--secondary);
  font-size: 12px;
  font-weight: 700;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.feature-list li {
  display: flex;
  gap: 10px;
  padding: 6px 0;
}

.feature-list li::before {
  content: "✓";
  color: var(--primary);
  font-weight: 700;
}

.footer {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  text-align: center;
  color: var(--muted);
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 16px 0 10px;
  font-size: 14px;
}

.legal-shell,
.checkout-shell {
  min-height: 100vh;
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(249, 243, 239, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.legal-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.legal-content,
.checkout-state {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0;
}

.legal-card,
.checkout-card {
  border: 1px solid var(--border);
  border-radius: 32px;
  background: var(--card);
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.legal-content h1,
.checkout-state h1 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  line-height: 1.05;
}

.updated-at {
  color: var(--muted);
  font-size: 14px;
}

.legal-section {
  margin-top: 28px;
}

.legal-section h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.legal-section p,
.legal-section li {
  color: var(--foreground);
  line-height: 1.75;
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  padding: 18px;
  border-radius: 22px;
  background: rgba(29, 23, 21, 0.96);
  color: #f7efec;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 10px 0 0;
  color: rgba(247, 239, 236, 0.82);
  line-height: 1.6;
}

.cookie-actions,
.modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.cookie-panel {
  width: min(720px, 100%);
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
}

.cookie-panel-header,
.cookie-panel-footer {
  padding: 20px 22px;
  border-bottom: 1px solid var(--border);
}

.cookie-panel-footer {
  border-bottom: 0;
  border-top: 1px solid var(--border);
}

.cookie-panel-body {
  padding: 20px 22px;
  display: grid;
  gap: 12px;
}

.cookie-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
}

.cookie-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 110;
}

.notice {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .hero-grid,
  .dual-grid,
  .method-grid,
  .buy-grid,
  .benefit-grid,
  .problem-grid,
  .stats-grid,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 56px;
  }

  .nav-links {
    display: none;
  }

  .media-visual.video {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container,
  .legal-content,
  .checkout-state {
    width: min(100% - 28px, 1120px);
  }

  .display-title {
    font-size: 3rem;
  }

  .section {
    padding: 68px 0;
  }

  .product-card,
  .usage-visual,
  .buy-visual {
    min-height: 400px;
  }

  .device {
    width: 128px;
    height: 300px;
  }

  .buy-summary,
  .legal-card,
  .checkout-card {
    padding: 24px;
  }
}
