:root {
  --ink: #302423;
  --muted: #755f5b;
  --paper: #fffaf2;
  --paper-2: #fff3e7;
  --sakura: #f6b7c3;
  --sakura-soft: #ffe1e8;
  --red: #b8443c;
  --red-deep: #7f2a29;
  --amber: #d79b46;
  --gold: #f6d083;
  --green: #6f8c68;
  --blue: #6ea7b1;
  --shadow: 0 24px 70px rgba(75, 35, 30, .16);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(246, 183, 195, .35), transparent 30%),
    radial-gradient(circle at top right, rgba(246, 208, 131, .24), transparent 34%),
    linear-gradient(180deg, #fffaf4 0%, #fff5ee 48%, #fffaf4 100%);
  font-family: "Satoshi", "Hiragino Kaku Gothic ProN", "Yu Gothic", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    radial-gradient(circle at 50% 100%, transparent 18px, #b8443c 19px, transparent 21px),
    radial-gradient(circle at 50% 100%, transparent 18px, #b8443c 19px, transparent 21px);
  background-size: 58px 32px;
  background-position: 0 0, 29px 16px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 70%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-shell { position: relative; z-index: 1; }
.site-header {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 250, 242, .78);
  border: 1px solid rgba(184, 68, 60, .14);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(75, 35, 30, .09);
  position: sticky;
  top: 14px;
  z-index: 50;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: radial-gradient(circle at 30% 25%, #d66b62, var(--red) 58%, var(--red-deep));
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(184, 68, 60, .28);
}
.brand strong { display: block; line-height: 1.15; font-size: 15px; letter-spacing: .02em; }
.brand small { display: block; color: var(--muted); font-size: 12px; }

.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a {
  padding: 10px 14px;
  color: #5c4440;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}
.main-nav a:hover { background: rgba(184, 68, 60, .09); color: var(--red-deep); }
.nav-toggle { display: none; }

.hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 28px auto 0;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 38px;
  align-items: center;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  padding: 52px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, .92), rgba(255, 232, 219, .84)),
    radial-gradient(circle at 70% 18%, rgba(246, 183, 195, .5), transparent 25%);
  border: 1px solid rgba(184, 68, 60, .13);
  box-shadow: var(--shadow);
}

.section-pattern::after {
  content: "";
  position: absolute;
  inset: auto -80px -130px auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 20deg, rgba(184, 68, 60, .08) 0deg 12deg, transparent 12deg 24deg),
    radial-gradient(circle, rgba(246, 208, 131, .5), transparent 62%);
}

.sakura {
  position: absolute;
  color: rgba(184, 68, 60, .22);
  font-size: clamp(42px, 8vw, 90px);
  line-height: 1;
  pointer-events: none;
  filter: blur(.1px);
}
.sakura-one { top: 44px; right: 42%; transform: rotate(-18deg); }
.sakura-two { bottom: 50px; left: 36px; transform: rotate(20deg); opacity: .6; }
.sakura-three { right: 60px; top: 94px; transform: rotate(25deg); opacity: .38; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  letter-spacing: -.045em;
  line-height: 1.05;
}
h1 {
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 82px);
  margin-bottom: 22px;
  max-width: 790px;
}
h2 {
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  margin-bottom: 18px;
}
h3 { font-size: 24px; margin-bottom: 10px; }

.hero-text {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}
.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: 0 14px 30px rgba(184, 68, 60, .26);
}
.btn-ghost {
  color: var(--red-deep);
  background: rgba(255,255,255,.62);
  border-color: rgba(184, 68, 60, .18);
}
.btn-light {
  color: var(--red-deep);
  background: #fffaf2;
}
.btn-outline-light {
  color: white;
  border-color: rgba(255,255,255,.5);
}
.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.hero-notes span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(184, 68, 60, .13);
  color: #6d514c;
  font-weight: 800;
  font-size: 13px;
}

.hero-visual { position: relative; z-index: 1; }
.moon-card {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
}
.moon-card::before {
  content: "";
  position: absolute;
  width: min(100%, 500px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #fff 0 12%, transparent 13%),
    radial-gradient(circle at 48% 48%, #fff6e7 0 58%, #f7ddbf 60% 100%);
  box-shadow: inset -22px -20px 50px rgba(175, 113, 73, .11), 0 30px 90px rgba(75, 35, 30, .18);
}
.kanji-card {
  position: absolute;
  top: 38px;
  left: 14px;
  z-index: 3;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(184, 68, 60, .12);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(75,35,30,.12);
}
.kanji-card span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 38px;
  letter-spacing: .1em;
}
.kanji-card small { color: var(--muted); font-weight: 800; }
.gem {
  position: absolute;
  z-index: 4;
  border-radius: 35% 55% 45% 60%;
  filter: saturate(1.2);
  box-shadow: inset 10px 8px 18px rgba(255,255,255,.35), inset -16px -16px 20px rgba(0,0,0,.12), 0 18px 30px rgba(75,35,30,.16);
}
.gem::after {
  content: "";
  position: absolute;
  inset: 15% 18% auto auto;
  width: 34%; height: 18%;
  border-radius: 50%;
  background: rgba(255,255,255,.36);
  transform: rotate(-20deg);
}
.gem-red { width: 80px; height: 76px; right: 24px; top: 80px; background: #d7362f; }
.gem-blue { width: 62px; height: 60px; left: 36px; bottom: 110px; background: #1494a9; }
.gem-green { width: 82px; height: 76px; right: 40px; bottom: 72px; background: #33a844; }
.gem-gold { width: 74px; height: 70px; left: 72px; top: 118px; background: #f5c839; }

section:not(.hero) {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}
.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.intro-grid, .flavour-grid, .moment-grid, .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card, .flavour-card, .moment-card, .step, .compare-card, .story-card, .faq-list {
  background: rgba(255, 250, 242, .78);
  border: 1px solid rgba(184, 68, 60, .13);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 46px rgba(75, 35, 30, .08);
}
.feature-card {
  padding: 30px;
  min-height: 240px;
}
.feature-card .icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, var(--red), var(--amber));
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 26px;
}

.feature-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.feature-heading h3 {
  margin: 0;
  flex: 1;
}
.feature-heading .icon {
  flex: 0 0 auto;
  margin: 0;
}

.feature-card p, .flavour-card li, .moment-card p, .step p, .compare-card li, .story-card p, .faq p, .site-footer p {
  color: var(--muted);
}

.section-soft {
  width: 100% !important;
  max-width: none !important;
  padding: 90px max(16px, calc((100vw - var(--max)) / 2)) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,238,230,.58)),
    radial-gradient(circle at 15% 10%, rgba(246,183,195,.22), transparent 30%);
  border-block: 1px solid rgba(184, 68, 60, .08);
}
.compare-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}
.compare-card { padding: 32px; }
.compare-card h3 { font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; }
.compare-card ul, .flavour-card ul { margin: 0; padding-left: 20px; }
.compare-card li + li, .flavour-card li + li { margin-top: 10px; }
.compare-card.premium {
  color: white;
  background:
    linear-gradient(135deg, rgba(184,68,60,.95), rgba(127,42,41,.98)),
    radial-gradient(circle at 90% 0%, rgba(246,208,131,.45), transparent 45%);
}
.compare-card.premium li, .compare-card.premium h3 { color: white; }
.compare-divider {
  width: 68px;
  height: 68px;
  align-self: center;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--red-deep);
  background: var(--gold);
  font-weight: 1000;
  box-shadow: 0 14px 40px rgba(75,35,30,.12);
}

.story-card {
  padding: clamp(30px, 5vw, 58px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 36px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,250,242,.92), rgba(255,246,232,.84)),
    radial-gradient(circle at 100% 0%, rgba(246,208,131,.24), transparent 38%);
}

.flavour-card { overflow: hidden; }
.flavour-top {
  min-height: 170px;
  padding: 28px;
  color: white;
  position: relative;
  overflow: hidden;
}
.flavour-top::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -62px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
}
.flavour-top span {
  display: block;
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 44px;
  opacity: .8;
  margin-bottom: 24px;
}
.flavour-top h3 { margin: 0; font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: 28px; }
.flavour-top.fruit { background: linear-gradient(135deg, #2f8a4d, var(--green)); }
.flavour-top.yogurt { background: linear-gradient(135deg, #168fa4, var(--blue)); }
.flavour-top.gula { background: linear-gradient(135deg, #9b5a35, #6b3a22); }
.flavour-card ul { padding: 28px 32px 34px 52px; }

.moment-grid { grid-template-columns: repeat(4, 1fr); }
.moment-card { padding: 26px; text-align: center; }
.moment-card span { display: block; font-size: 34px; margin-bottom: 12px; }
.moment-card strong { display: block; font-size: 18px; margin-bottom: 6px; }
.moment-card p { margin-bottom: 0; font-size: 14px; }

.steps { grid-template-columns: repeat(3, 1fr); }
.step { padding: 30px; }
.step-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.step-heading h3 {
  margin: 0;
}
.step-heading span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--red);
  font-weight: 900;
}


.faq-list { max-width: 880px; margin: 0 auto; padding: 12px; }
details {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
}
details + details { margin-top: 10px; }
summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--ink);
}
details p { margin: 12px 0 0; }

.cta {
  padding-top: 40px !important;
}
.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: clamp(36px, 7vw, 76px);
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 15% 10%, rgba(246,208,131,.4), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: var(--shadow);
}
.cta-card .eyebrow, .cta-card p { color: rgba(255,255,255,.86); }
.cta-card h2 { max-width: 800px; margin-left: auto; margin-right: auto; }
.cta-card p { max-width: 680px; margin-left: auto; margin-right: auto; font-size: 18px; }
.cta-actions { justify-content: center; }

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #5d4742;
}
.site-footer p { margin: 6px 0 0; }
.footer-links { display: flex; gap: 16px; font-weight: 800; }
.footer-links a:hover { color: var(--red); }

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

@media (max-width: 920px) {
  .site-header { border-radius: 26px; align-items: flex-start; }
  .nav-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    background: rgba(184, 68, 60, .1);
  }
  .nav-toggle span { width: 18px; height: 2px; background: var(--red-deep); border-radius: 999px; }
  .main-nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 70px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255,250,242,.96);
    box-shadow: 0 18px 40px rgba(75,35,30,.15);
    border: 1px solid rgba(184, 68, 60, .12);
  }
  .main-nav.is-open { display: grid; }
  .hero, .story-card { grid-template-columns: 1fr; }
  .hero { padding: 38px 26px; min-height: auto; }
  .moon-card { min-height: 500px; }
  .intro-grid, .flavour-grid, .steps { grid-template-columns: 1fr; }
  .moment-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-wrap { grid-template-columns: 1fr; }
  .compare-divider { justify-self: center; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 20px); margin-top: 10px; }
  .brand small { display: none; }
  .hero, section:not(.hero), .site-footer { width: calc(100% - 20px); }
  .hero { margin-top: 16px; border-radius: 28px; padding: 30px 18px; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .hero-actions, .cta-actions { align-items: stretch; }
  .btn { width: 100%; }
  .moon-card { min-height: 400px; }
  .kanji-card { top: 10px; left: 0; }
  .gem-red { right: 2px; top: 76px; }
  .gem-green { right: 6px; bottom: 42px; }
  .gem-blue { left: 6px; bottom: 78px; }
  .gem-gold { left: 24px; top: 105px; }
  .moment-grid { grid-template-columns: 1fr; }
  .section-soft { padding-left: 10px !important; padding-right: 10px !important; }
  .site-footer { display: grid; }
  .footer-links { flex-wrap: wrap; }
}


/* Typography refresh: Japanese-inspired but readable */
.brand strong, .eyebrow, .main-nav a, .btn, h3 {
  font-family: "Satoshi", "Hiragino Kaku Gothic ProN", "Yu Gothic", ui-sans-serif, system-ui, sans-serif;
}

h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-text, p, li, small, .brand small {
  font-family: "Satoshi", "Hiragino Kaku Gothic ProN", "Yu Gothic", ui-sans-serif, system-ui, sans-serif;
}

.kanji-card span, .brand-mark {
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
}


/* Fontshare + Flaticon update */
h1, h2, .kanji-card span, .brand-mark {
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 700;
}

body, .brand strong, .eyebrow, .main-nav a, .btn, .hero-text, p, li, small, .brand small, summary {
  font-family: "Satoshi", "Hiragino Kaku Gothic ProN", "Yu Gothic", ui-sans-serif, system-ui, sans-serif;
}

h3 {
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.icon-flaticon {
  background: linear-gradient(135deg, rgba(255,250,242,.96), rgba(255,225,232,.92));
  border: 1px solid rgba(184,68,60,.16);
  box-shadow: 0 14px 30px rgba(75,35,30,.10);
}

.icon-flaticon img,
.moment-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.moment-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  display: grid !important;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,250,242,.98), rgba(255,225,232,.88));
  border: 1px solid rgba(184,68,60,.14);
  box-shadow: 0 10px 24px rgba(75,35,30,.08);
}

.credits {
  max-width: 620px;
  font-size: 12px;
  line-height: 1.45;
  opacity: .78;
}

/* Update 2026-07-25: Moist/Dried Kohakutou dan dua nombor WhatsApp */
.type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.type-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: clamp(30px, 4vw, 44px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(184, 68, 60, .13);
  box-shadow: 0 18px 52px rgba(75, 35, 30, .1);
  background: rgba(255, 250, 242, .82);
}

.type-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 208, 131, .4), transparent 62%);
}

.type-card.moist {
  background:
    linear-gradient(135deg, rgba(255, 250, 242, .95), rgba(255, 232, 238, .88)),
    radial-gradient(circle at 90% 12%, rgba(246, 183, 195, .34), transparent 40%);
}

.type-card.dried {
  background:
    linear-gradient(135deg, rgba(255, 250, 242, .95), rgba(255, 243, 218, .9)),
    radial-gradient(circle at 90% 12%, rgba(246, 208, 131, .42), transparent 40%);
}

.type-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  margin-bottom: 22px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(184,68,60,.14);
  box-shadow: 0 12px 32px rgba(75,35,30,.09);
}

.type-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.type-card h3 {
  font-size: clamp(26px, 3vw, 36px);
  max-width: 560px;
}

.type-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.mini-contact,
.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.mini-contact {
  margin: 18px 0 26px;
}

.mini-contact strong,
.mini-contact span,
.contact-strip span {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .01em;
}

.mini-contact strong,
.mini-contact span {
  padding: 9px 13px;
  color: var(--red-deep);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(184,68,60,.14);
}

.contact-strip {
  justify-content: center;
  margin: 26px 0 0;
}

.contact-strip span {
  padding: 10px 15px;
  color: white;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
}

@media (max-width: 920px) {
  .type-grid { grid-template-columns: 1fr; }
}


/* Hero paparan produk ringkas + pautan WhatsApp */
.moon-card.product-card {
  min-height: 560px;
}

.kohakutou-showcase {
  position: relative;
  z-index: 2;
  width: min(84%, 410px);
  padding: 24px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,250,242,.94), rgba(255,232,219,.9)),
    radial-gradient(circle at 18% 12%, rgba(246,183,195,.45), transparent 38%);
  border: 1px solid rgba(184,68,60,.16);
  box-shadow: 0 28px 80px rgba(75,35,30,.18);
  transform: rotate(1.4deg);
}

.showcase-icon-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.showcase-icon-row span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(184,68,60,.12);
}

.showcase-icon-row img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.product-tray {
  min-height: 240px;
  padding: 28px 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  place-items: center;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,250,242,.76)),
    repeating-linear-gradient(135deg, rgba(184,68,60,.05) 0 10px, transparent 10px 20px);
  border: 1px dashed rgba(184,68,60,.22);
}

.gem-piece {
  width: clamp(58px, 8vw, 78px);
  height: clamp(54px, 8vw, 74px);
  position: relative;
  display: block;
  border-radius: 42% 58% 45% 55%;
  box-shadow:
    inset 10px 9px 18px rgba(255,255,255,.42),
    inset -14px -14px 18px rgba(0,0,0,.13),
    0 18px 28px rgba(75,35,30,.14);
}

.gem-piece::before {
  content: "";
  position: absolute;
  inset: 22% 18%;
  border: 3px solid rgba(255,255,255,.36);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.gem-piece::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 18%;
  width: 28%;
  height: 16%;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  transform: rotate(-18deg);
}

.gem-piece.red { background: #d7362f; transform: rotate(-8deg); }
.gem-piece.blue { background: #1494a9; transform: rotate(7deg); }
.gem-piece.green { background: #33a844; transform: rotate(-4deg); }
.gem-piece.gold { background: #f5c839; transform: rotate(5deg); }
.gem-piece.amber { background: #a96934; transform: rotate(-7deg); }
.gem-piece.pink { background: #ea7d9b; transform: rotate(9deg); }

.showcase-label {
  margin-top: 18px;
  padding: 14px 16px;
  text-align: center;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(184,68,60,.12);
}

.showcase-label strong {
  display: block;
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
  color: var(--red-deep);
}

.showcase-label small {
  color: var(--muted);
  font-weight: 800;
}

.whatsapp-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.whatsapp-mini a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  color: white;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: 0 10px 24px rgba(184,68,60,.22);
}

@media (max-width: 560px) {
  .moon-card.product-card { min-height: 440px; }
  .kohakutou-showcase { width: min(92%, 340px); padding: 18px; }
  .product-tray { min-height: 190px; gap: 12px; padding: 20px 14px; }
  .whatsapp-mini { grid-template-columns: 1fr; }
}


/* Hero kemaskini: foto produk sebenar + tajuk ala Jepun */
.hero-title-jp {
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: var(--red-deep);
  text-shadow:
    0 2px 0 #fff5e7,
    4px 6px 0 rgba(246, 208, 131, .72),
    11px 13px 0 rgba(127, 42, 41, .14);
}

.hero-title-jp::after {
  content: "琥珀糖";
  display: block;
  margin-top: 14px;
  font-size: clamp(18px, 2.5vw, 30px);
  letter-spacing: .35em;
  color: var(--amber);
  text-shadow: none;
}

.hero-photo-wrap {
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photo-card {
  position: relative;
  z-index: 2;
  width: min(92%, 475px);
  margin: 0;
  padding: 12px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255,250,242,.95), rgba(255,232,219,.92));
  border: 1px solid rgba(184,68,60,.18);
  box-shadow: 0 30px 90px rgba(75,35,30,.22);
  transform: rotate(1.1deg);
  overflow: hidden;
}

.hero-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.photo-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 84px;
  padding: 14px 16px;
  border-radius: 22px;
  text-align: center;
  background: rgba(255,250,242,.82);
  border: 1px solid rgba(184,68,60,.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(75,35,30,.16);
}

.photo-caption strong {
  display: block;
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 700;
  letter-spacing: .055em;
  color: var(--red-deep);
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.05;
}

.photo-caption span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}

.hero-photo-contact {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hero-photo-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: 0 12px 26px rgba(184,68,60,.25);
  font-weight: 900;
  letter-spacing: .02em;
}

.hero-kanji-badge {
  top: 28px;
  left: 2px;
}

@media (max-width: 920px) {
  .hero-photo-wrap { min-height: 610px; }
  .hero-photo-card { width: min(92%, 520px); }
}

@media (max-width: 560px) {
  .hero-title-jp { font-size: 40px; letter-spacing: .02em; }
  .hero-title-jp::after { letter-spacing: .22em; }
  .hero-photo-wrap { min-height: 520px; }
  .hero-photo-card { width: 100%; padding: 9px; border-radius: 28px; }
  .hero-photo-card img { border-radius: 22px; }
  .photo-caption { left: 18px; right: 18px; bottom: 92px; padding: 12px; }
  .hero-photo-contact { left: 18px; right: 18px; bottom: 18px; grid-template-columns: 1fr; }
  .hero-kanji-badge { top: 8px; left: 0; }
}


/* Update v2: bold title, clean hero image, Japanese-style buttons */
.hero-title-jp {
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  font-weight: 700;
  font-size: clamp(54px, 8vw, 94px);
  line-height: .95;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #7f2a29;
  text-shadow: 0 2px 0 #fff5e7, 0 5px 0 rgba(246,208,131,.95), 0 9px 0 rgba(127,42,41,.14);
  max-width: 9ch;
}

.hero-title-jp::after {
  content: none;
}

.hero-actions-jp {
  gap: 14px;
}

.btn-jp {
  position: relative;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 18px;
  border-width: 2px;
  border-style: solid;
  font-family: "Zodiak", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 10px 24px rgba(75,35,30,.10), inset 0 1px 0 rgba(255,255,255,.5);
}

.btn-jp::before, .btn-jp::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: .85;
}

.btn-jp::before { left: 12px; }
.btn-jp::after { right: 12px; }

.btn-jp.btn-primary {
  color: #fff9f2;
  background: linear-gradient(180deg, #be4b42, #8f302d);
  border-color: #7f2a29;
}

.btn-jp.btn-primary::before, .btn-jp.btn-primary::after {
  background: rgba(246,208,131,.95);
}

.btn-jp.btn-ghost {
  color: #7f2a29;
  background: linear-gradient(180deg, rgba(255,250,242,.96), rgba(255,241,231,.96));
  border-color: rgba(127,42,41,.28);
}

.btn-jp.btn-ghost::before, .btn-jp.btn-ghost::after {
  background: rgba(184,68,60,.28);
}

.hero-photo-wrap {
  min-height: 590px;
}

.hero-photo-card.hero-photo-plain {
  width: min(94%, 490px);
  margin: 0;
  padding: 0;
  border-radius: 36px;
  background: transparent;
  border: 0;
  box-shadow: 0 28px 80px rgba(75,35,30,.18);
  transform: rotate(0deg);
  overflow: hidden;
}

.hero-photo-card.hero-photo-plain img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 36px;
  box-shadow: none;
}

.hero-photo-card.hero-photo-plain .photo-caption,
.hero-photo-card.hero-photo-plain .hero-photo-contact {
  display: none !important;
}

.hero-photo-wrap .gem,
.hero-photo-wrap .kanji-card {
  display: none !important;
}

@media (max-width: 560px) {
  .hero-title-jp {
    font-size: 48px;
    line-height: 1;
  }

  .btn-jp {
    width: 100%;
    border-radius: 16px;
  }

  .hero-photo-card.hero-photo-plain {
    width: 100%;
    border-radius: 26px;
  }

  .hero-photo-card.hero-photo-plain img {
    border-radius: 26px;
  }
}


/* Update 2026-08-22 v2: pulihkan CTA, rapikan hero & alih ikon ke kanan */
.hero-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.hero-title-jp {
  font-size: clamp(46px, 6.3vw, 76px);
  line-height: .98;
  max-width: 10ch;
}

.type-card {
  padding-right: clamp(102px, 12vw, 132px);
}

.type-card .eyebrow,
.type-card h3 {
  max-width: calc(100% - 26px);
}

.type-icon {
  position: absolute;
  top: clamp(24px, 3vw, 34px);
  right: clamp(22px, 3vw, 34px);
  margin: 0;
  z-index: 2;
}

.cta-actions-dual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.cta-actions-dual .btn {
  width: auto;
}

@media (max-width: 920px) {
  .hero-title-jp {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .hero-title-jp {
    font-size: 42px;
    max-width: none;
  }

  .type-card {
    padding-right: 110px;
  }

  .type-icon {
    top: 20px;
    right: 18px;
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .type-icon img {
    width: 34px;
    height: 34px;
  }

  .cta-actions-dual .btn {
    width: 100%;
  }
}
