:root {
  --red: #ff4528;
  --red-dark: #d72f18;
  --ink: #171716;
  --cream: #fff7e9;
  --paper: #fffdf8;
  --muted: #6d685f;
  --line: #e5ddd0;
  --green: #24634d;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; }
.product-photo img, .card-photo img, .article-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-header { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.1rem; font-weight: 850; letter-spacing: -.03em; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: .95rem; font-weight: 700; color: #4f4a43; padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a.active { color: var(--ink); border-color: var(--red); }
.menu-button { display: none; border: 1px solid var(--line); background: white; border-radius: 99px; padding: 9px 14px; font-weight: 750; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 70px; padding: 76px max(24px, calc((100% - var(--max))/2)); background: var(--red); overflow: hidden; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 900; }
.hero h1, .page-hero h1 { margin: 0; max-width: 850px; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .95; letter-spacing: -.065em; }
.hero-text { max-width: 660px; font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.55; margin: 28px 0 32px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: rgba(255,255,255,.84); color: var(--ink); }
.discovery-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; background: var(--ink); color: white; border-radius: 36px; overflow: hidden; box-shadow: 0 32px 80px rgba(69, 12, 0, .28); }
.discovery-card p { margin: 0; color: #ffc7b8; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 850; }
.discovery-card strong { position: relative; z-index: 2; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.055em; }
.brand-universe { justify-content: center; isolation: isolate; }
.hero-brand-logo { position: relative; z-index: 2; width: 112px; height: 112px; margin-bottom: 30px; border-radius: 30px; box-shadow: 0 18px 45px rgba(0,0,0,.35); transform: rotate(-4deg); }
.brand-universe strong { margin: 8px 0 28px; }
.brand-spark { position: absolute; z-index: 2; top: 36px; right: 42px; color: var(--red); font-size: 54px; }
.brand-ring { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.brand-ring-one { width: 420px; height: 420px; top: -155px; right: -120px; }
.brand-ring-two { width: 310px; height: 310px; bottom: -150px; left: -95px; }
.brand-tags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.brand-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #eeeae2; font-size: .72rem; font-weight: 800; }
.moon, .floating-moon, .mini-moon { border-radius: 50%; background: radial-gradient(circle at 32% 28%, #fffce6 0 12%, #ffe39f 38%, #ffc05f 70%, #e88734 100%); box-shadow: inset -18px -12px 32px rgba(132,63,20,.25), 0 0 54px rgba(255,215,134,.65); }
.moon { position: absolute; width: 230px; height: 230px; top: 55px; right: 55px; }
.moon::after, .floating-moon::after, .mini-moon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 64% 25%, rgba(120,69,31,.12) 0 8%, transparent 9%), radial-gradient(circle at 30% 63%, rgba(120,69,31,.14) 0 11%, transparent 12%), radial-gradient(circle at 68% 67%, rgba(120,69,31,.11) 0 7%, transparent 8%); }
.spark { position: absolute; top: 35px; left: 45px; color: var(--red); font-size: 48px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.orbit-one { width: 390px; height: 180px; top: 80px; right: -40px; transform: rotate(-22deg); }
.orbit-two { width: 300px; height: 130px; top: 115px; right: 5px; transform: rotate(24deg); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(calc(100% - 40px), var(--max)); margin: 0 auto; border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 26px 28px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); font-size: .88rem; }
.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading.narrow { grid-template-columns: 1fr; max-width: 850px; }
.section-heading h2, .cta-section h2, .product-content h3, .page-hero h1 { letter-spacing: -.055em; }
.section-heading h2, .cta-section h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: 1; margin: 0; }
.section-heading > p { color: var(--muted); margin: 0; font-size: 1.06rem; }
.featured-product { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: white; }
.home-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: white; }
.home-product-photo { display: block; height: 330px; overflow: hidden; background: #e8e5e0; }
.home-product-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.home-product-photo:hover img { transform: scale(1.025); }
.home-product-copy { padding: 28px; }
.home-product-copy h3 { margin: 18px 0 10px; font-size: 1.65rem; line-height: 1.05; letter-spacing: -.04em; }
.home-product-copy p { min-height: 78px; color: var(--muted); }
.product-visual, .article-moon-scene { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--cream); overflow: hidden; }
.product-visual::before, .article-moon-scene::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid #e8c8ad; border-radius: 50%; }
.visual-label, .article-moon-scene > span { position: absolute; top: 24px; left: 24px; z-index: 3; padding: 6px 10px; background: rgba(255,255,255,.86); border-radius: 999px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.floating-moon { position: relative; z-index: 2; width: 220px; height: 220px; margin-bottom: 35px; animation: float 4.2s ease-in-out infinite; }
.wood-base { position: relative; z-index: 2; width: 270px; height: 58px; border-radius: 12px 12px 24px 24px; background: linear-gradient(90deg, #4a2519, #8a4d2f 48%, #3a1e16); box-shadow: 0 18px 24px rgba(66,35,20,.22); }
@keyframes float { 50% { transform: translateY(-10px) rotate(2deg); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
.product-content { padding: clamp(36px, 6vw, 72px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.badge { display: inline-block; padding: 7px 11px; background: #e8f2ed; color: var(--green); border-radius: 999px; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.product-content h3 { font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; margin: 22px 0; }
.product-content p { color: var(--muted); font-size: 1.05rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { margin: 8px 0; padding-left: 27px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.text-link { color: var(--ink); font-weight: 900; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.process-section { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid article { min-height: 260px; padding: 30px; background: var(--ink); color: white; border-radius: 24px; }
.process-grid span { color: var(--red); font-size: 1.5rem; font-weight: 900; }
.process-grid h3 { font-size: 1.7rem; margin: 38px 0 8px; }
.process-grid p { color: #c9c5bd; }
.cta-section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto 100px; padding: 60px; display: flex; align-items: end; justify-content: space-between; gap: 30px; background: var(--red); border-radius: 30px; }
.cta-section h2 { max-width: 760px; }
.site-footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 45px 0; display: grid; grid-template-columns: 1fr auto; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer strong { color: var(--ink); font-size: 1.2rem; }
.site-footer p { margin: 3px 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer a { text-underline-offset: 3px; }
.copyright { grid-column: 1 / -1; font-size: .82rem; }
.page-hero { padding: 100px max(24px, calc((100% - var(--max))/2)); background: var(--red); }
.page-hero.compact { padding-top: 70px; padding-bottom: 70px; }
.page-hero > p:last-child { max-width: 760px; font-size: 1.15rem; }
.product-grid-section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: white; }
.card-visual { min-height: 380px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--cream); }
.card-photo { display: block; height: 380px; overflow: hidden; background: #e8e5e0; }
.card-photo img { transition: transform .25s ease; }
.card-photo:hover img { transform: scale(1.025); }
.card-visual > span { position: absolute; left: 20px; top: 20px; font-size: .7rem; text-transform: uppercase; font-weight: 800; }
.mini-moon { position: relative; width: 150px; height: 150px; margin-bottom: 24px; }
.mini-base { width: 190px; height: 42px; border-radius: 8px 8px 18px 18px; background: linear-gradient(90deg, #4a2519, #8a4d2f 50%, #3a1e16); }
.card-body { padding: 34px; }
.card-body h2 { font-size: 2rem; line-height: 1.05; letter-spacing: -.04em; }
.card-body p { color: var(--muted); }
.coming-soon { display: flex; flex-direction: column; justify-content: center; background: #f1eee8; border-style: dashed; }
.plus-mark { margin: 40px 34px 0; font-size: 5rem; color: var(--red); line-height: 1; }
.article-layout { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 30px 0 100px; }
.breadcrumbs { display: flex; gap: 9px; margin: 20px 0 42px; font-size: .85rem; color: var(--muted); }
.article-header { display: grid; grid-template-columns: 1.1fr .9fr; gap: 65px; align-items: center; }
.article-header h1 { font-size: clamp(3rem, 6vw, 5.7rem); line-height: .96; letter-spacing: -.065em; margin: 24px 0; }
.article-lead { font-size: 1.16rem; color: var(--muted); max-width: 720px; }
.article-moon-scene { min-height: 560px; border-radius: 30px; }
.article-photo { min-height: 560px; border-radius: 30px; overflow: hidden; background: #e8e5e0; }
.article-photo img { min-height: 560px; }
.transparency-box { margin: 70px 0; padding: 28px 32px; border-left: 5px solid var(--red); background: #fff1eb; }
.transparency-box p { margin-bottom: 0; }
.article-content { max-width: 790px; margin: 0 auto; }
.article-content section { margin: 72px 0; }
.article-content h2, .prose-page h2 { font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -.045em; }
.article-content p, .article-content li, .prose-page p { font-size: 1.05rem; }
.article-content li { margin: 10px 0; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.fact-grid div { padding: 25px; border: 1px solid var(--line); border-radius: 18px; }
.fact-grid strong, .fact-grid span { display: block; }
.fact-grid strong { font-size: 1.5rem; }
.fact-grid span { color: var(--muted); }
.source-section { padding: 36px; background: var(--cream); border-radius: 24px; }
.source-section small { display: block; margin-top: 14px; color: var(--muted); }
.experience-quote { margin: 30px 0; padding: 28px 32px; border-radius: 20px; background: var(--ink); color: white; font-size: 1.16rem; }
.experience-quote p { margin: 0; }
.article-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.article-gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 18px; background: #e8e5e0; }
.prose-page { max-width: 840px; }
.prose-page h2 { margin-top: 52px; }
.notice, .legal-warning { padding: 24px 28px; border-radius: 18px; margin: 30px 0; }
.notice { background: var(--cream); }
.legal-warning { background: #fff0ec; border: 1px solid #ffc4b5; }
.notice p, .legal-warning p { margin-bottom: 0; }
.legal-note { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem !important; }
@media (max-width: 880px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; z-index: 20; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 15px 40px rgba(0,0,0,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; border: 0; }
  .hero, .featured-product, .article-header { grid-template-columns: 1fr; }
  .hero { gap: 38px; padding-top: 54px; }
  .discovery-card { min-height: 390px; }
  .trust-strip, .process-grid, .product-grid-section, .home-product-grid { grid-template-columns: 1fr; }
  .home-product-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .home-product-photo { height: 100%; min-height: 330px; }
  .home-product-copy p { min-height: 0; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .cta-section { align-items: flex-start; flex-direction: column; padding: 38px; }
  .article-header { gap: 35px; }
  .article-moon-scene { min-height: 470px; }
  .article-photo, .article-photo img { min-height: 470px; }
}
@media (max-width: 560px) {
  .site-header { width: min(calc(100% - 24px), var(--max)); min-height: 72px; }
  .brand img { width: 42px; height: 42px; }
  .hero { padding-left: 18px; padding-right: 18px; min-height: auto; }
  .hero h1, .page-hero h1 { font-size: 3.15rem; }
  .discovery-card { padding: 28px; min-height: 350px; }
  .moon { width: 180px; height: 180px; right: 25px; }
  .section { width: min(calc(100% - 28px), var(--max)); padding: 75px 0; }
  .featured-product { min-height: 0; }
  .home-product-card { display: block; }
  .home-product-photo { height: 340px; min-height: 0; }
  .product-visual { min-height: 450px; }
  .site-footer { width: min(calc(100% - 28px), var(--max)); grid-template-columns: 1fr; }
  .site-footer nav { flex-direction: column; gap: 8px; }
  .page-hero { padding: 70px 18px; }
  .article-layout { width: min(calc(100% - 28px), var(--max)); }
  .article-header h1 { font-size: 3.05rem; }
  .fact-grid { grid-template-columns: 1fr; }
  .article-gallery { grid-template-columns: 1fr; }
}
