:root {
  --ink: #5f403d;
  --muted: #8d6e68;
  --rose: #c76672;
  --rose-dark: #ae4458;
  --blush: #f9e7e4;
  --cream: #fffaf7;
  --line: #ead9d4;
  --gold: #b68b64;
  --serif: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif CJK JP", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

main { overflow-x: clip; }
img { max-width: 100%; }

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  font-kerning: normal;
  font-synthesis: none;
  line-break: strict;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p, li, summary { word-break: normal; }
h1, h2, h3 { text-wrap: balance; }

a { color: inherit; text-decoration: none; }
em { font-style: normal; color: var(--rose); }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.mobile-only { display: none; }

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(234, 217, 212, .7);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 clamp(28px, 6vw, 96px);
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: .16em;
}

.brand > span { font-size: 28px; }
.brand small { font-size: 8px; letter-spacing: .28em; margin-top: 7px; }

.site-header nav { align-items: center; display: flex; gap: clamp(20px, 2.8vw, 42px); }
.site-header nav a { font-size: 13px; letter-spacing: .1em; }
.site-header .nav-cta {
  background: var(--rose-dark);
  border-radius: 999px;
  color: white;
  padding: 9px 24px;
}

.hero {
  background: #fbf4f1;
  height: min(760px, 72vw);
  max-height: 760px;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}

.hero-image {
  background-image: linear-gradient(90deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 45%), url("assets/lumea-hero.png");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-copy {
  left: clamp(32px, 7.5vw, 120px);
  max-width: 540px;
  position: absolute;
  top: 64px;
  z-index: 1;
}

.eyebrow {
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .13em;
  margin: 0 0 8px;
}

.hero h1 {
  color: #7a514e;
  font-family: var(--serif);
  font-size: clamp(50px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: .055em;
  line-height: 1.18;
  margin: 0;
  text-shadow: 0 2px 18px rgba(255,255,255,.55);
}

.hero h1 em { color: #9d6562; }
.hero h1 > span { display: block; white-space: nowrap; }

.hero-sub {
  background: linear-gradient(90deg, rgba(190,95,108,.88), rgba(209,137,142,.72));
  color: white;
  display: inline-block;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .08em;
  line-height: 1.7;
  margin: 18px 0 14px;
  padding: 7px 20px;
}

.hero-points { align-items: center; display: flex; gap: 12px; margin: 4px 0 18px; }
.hero-points span {
  align-items: center;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(207,118,125,.28);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(157,101,98,.08), inset 0 0 20px rgba(249,217,215,.75);
  color: var(--rose-dark);
  display: inline-flex;
  font-family: var(--serif);
  font-size: 15px;
  height: 82px;
  justify-content: center;
  line-height: 1.45;
  text-align: center;
  width: 82px;
}
.hero-points span:nth-child(2) { font-size: 14px; height: 90px; padding: 8px; width: 90px; }

.primary-button {
  align-items: center;
  background: linear-gradient(135deg, #d96d7e, #aa3c51);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(174,68,88,.24);
  color: white;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 22px;
  letter-spacing: .08em;
  padding: 14px 21px;
  transition: transform .2s, box-shadow .2s;
}
.primary-button:hover { box-shadow: 0 15px 34px rgba(174,68,88,.34); transform: translateY(-2px); }
.primary-button:focus-visible, .site-header a:focus-visible, .offer-cta a:focus-visible, .mobile-sticky:focus-visible { outline: 3px solid #7a3650; outline-offset: 3px; }
.hero .note { font-size: 10px; margin: 8px 0 0; }

.trust-strip {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(99,64,61,.06);
  display: flex;
  justify-content: center;
  min-height: 105px;
  position: relative;
  z-index: 2;
}
.trust-strip > div { align-items: center; border-right: 1px solid var(--line); display: flex; flex-direction: column; min-width: 190px; padding: 0 34px; }
.trust-strip > div:nth-child(3) { border: 0; }
.trust-strip strong { color: var(--rose); font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: .08em; line-height: 1.2; }
.trust-strip span { font-size: 11px; letter-spacing: .12em; }
.trust-strip > p { bottom: 1px; font-size: 9px; margin: 0; position: absolute; }

.section-shell { margin-inline: auto; max-width: 1160px; padding: 88px 32px; }
.section-heading { margin-bottom: 42px; text-align: center; }
.section-heading > p, .mini-label { color: var(--gold); font-family: Georgia, serif; font-size: 11px; letter-spacing: .34em; margin: 0 0 8px; }
.section-heading h2, .texture h2, .free-panel h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.55;
  margin: 0;
}

.concerns { padding-bottom: 78px; }
.concerns-layout { align-items: stretch; display: grid; gap: 30px; grid-template-columns: 1.05fr .95fr; }
.concern-list { align-content: center; display: grid; gap: 6px; padding: 25px clamp(14px, 3vw, 45px); }
.concern-list p { align-items: center; display: flex; font-family: var(--serif); font-size: 17px; margin: 0; }
.concern-list span { align-items: center; border: 1px solid #d6a2a7; color: var(--rose-dark); display: inline-flex; font-family: Arial, sans-serif; height: 17px; justify-content: center; margin-right: 15px; width: 17px; }
.mirror-scene {
  border-radius: 46% 7px 46% 7px / 30% 7px 30% 7px;
  box-shadow: 0 18px 45px rgba(111, 74, 68, .12);
  min-height: 310px;
  overflow: hidden;
  position: relative;
}
.mirror-scene > img { display: block; height: 100%; inset: 0; min-height: 310px; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.mirror-scene > span { background: rgba(255, 255, 255, .82); bottom: 15px; color: rgba(95,64,61,.85); font-family: var(--serif); font-size: 12px; left: 18px; letter-spacing: .08em; padding: 4px 12px; position: absolute; }
.concern-answer { font-family: var(--serif); font-size: 19px; letter-spacing: .06em; margin: 35px 0 0; text-align: center; }

.approach-section { background: linear-gradient(180deg, #fff8f5, #fff); border-block: 1px solid #f1e4df; }
.approach-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.approach-card { background: rgba(255,255,255,.88); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(100,68,64,.045); padding: 25px 20px 26px; text-align: center; }
.card-title { align-items: center; display: flex; justify-content: center; margin-bottom: 18px; }
.card-title > span { color: var(--rose); font-family: Georgia, serif; font-size: 38px; font-weight: 300; margin-right: 20px; }
.card-title h3 { font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.55; margin: 0; text-align: left; }
.card-title h3 span { display: block; }
.ingredient-visual { height: 174px; margin: 0 -20px 17px; overflow: hidden; position: relative; }
.ingredient-visual img { display: block; height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.approach-card:hover .ingredient-visual img { transform: scale(1.035); }
.approach-card > p { font-family: var(--serif); font-size: 14px; line-height: 2; margin: 0; }
.ingredients-note { font-size: 10px; margin: 18px 0 0; text-align: center; }

.texture { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.texture-panel, .free-panel { background: #fffaf8; border: 1px solid #f0e2de; min-height: 342px; padding: 36px 38px; position: relative; }
.texture h2, .free-panel h2 { font-size: 25px; }
.texture-panel { overflow: hidden; }
.texture-panel::after { background: linear-gradient(90deg, rgba(255,250,248,.98) 0%, rgba(255,250,248,.93) 43%, rgba(255,250,248,.24) 72%, transparent 100%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.texture-panel > div { max-width: 63%; position: relative; z-index: 2; }
.texture-panel ul { list-style: none; margin: 24px 0 0; padding: 0; }
.texture-panel li { font-family: var(--serif); font-size: 14px; margin: 8px 0; }
.texture-panel li::before { color: var(--rose); content: "✓"; margin-right: 10px; }
.texture-photo { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.free-grid { display: grid; gap: 12px 9px; grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.free-grid span { align-items: center; background: white; display: flex; font-size: 11px; justify-content: center; min-height: 53px; padding: 6px; text-align: center; }
.free-grid b { color: #c69373; font-family: Georgia, serif; font-size: 25px; font-weight: 300; margin-right: 6px; }
.free-panel small { bottom: 18px; font-size: 9px; left: 0; position: absolute; right: 0; text-align: center; }

.howto-section { background: linear-gradient(180deg, #fff 0%, #fff7f4 70%, #fff); border-block: 1px solid #f2e6e1; }
.howto-section .section-heading h2 { font-family: var(--serif); font-feature-settings: "palt"; letter-spacing: .055em; }
.routine { margin: 0 auto 68px; max-width: 920px; }
.routine-flow { display: grid; gap: 38px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.routine-stage { min-width: 0; position: relative; }
.routine-card { background: #fff; border: 1px solid #eadbd6; border-radius: 5px; box-shadow: 0 10px 28px rgba(113,75,70,.08); overflow: hidden; }
.routine-card-image { align-items: center; aspect-ratio: 13 / 18; background: linear-gradient(180deg, #fffaf7, #fdf3ee); display: flex; justify-content: center; overflow: hidden; }
.routine-card-image img { display: block; height: 100%; object-fit: contain; object-position: center bottom; width: 100%; }
.routine-card-label { align-items: center; display: flex; flex-direction: column; font-family: var(--sans); font-feature-settings: "palt"; justify-content: center; min-height: 72px; padding: 8px 5px 10px; text-align: center; }
.routine-card-label b { color: #b88b73; font-family: Georgia, serif; font-size: 10px; font-weight: 400; letter-spacing: .14em; }
.routine-card-label span { font-size: 12px; font-weight: 500; letter-spacing: .04em; line-height: 1.5; }
.routine-card-label small { display: block; font-family: Georgia, serif; font-size: 8px; font-weight: 400; letter-spacing: .12em; }
.routine-card.featured { border-color: #dfaaa8; box-shadow: 0 12px 30px rgba(190,98,106,.16); }
.routine-card.featured .routine-card-label { background: rgba(250,225,222,.62); color: var(--rose-dark); }
.routine-arrow { align-items: center; background: #fff; border: 1px solid #dfc5be; border-radius: 50%; box-shadow: 0 5px 15px rgba(113,75,70,.09); color: #b67b77; display: flex; font-family: Georgia, serif; font-size: 26px; height: 34px; justify-content: center; line-height: 1; pointer-events: none; position: absolute; right: -36px; top: 39%; transform: translateY(-50%); width: 34px; z-index: 2; }
.bottle { background: linear-gradient(90deg,#d98e95,#efb1b3 45%,#c77a83); border: 2px solid rgba(164,98,101,.35); border-radius: 8px 8px 12px 12px; display: block; height: 98px; position: relative; width: 52px; }
.bottle::before { background: linear-gradient(90deg,#b78c5d,#f5debb,#9f7145); border-radius: 2px; content: ""; height: 20px; left: 5px; position: absolute; top: -20px; width: 38px; }
.bottle::after { background: #f0ece6; border-radius: 8px 8px 2px 2px; content: ""; height: 31px; left: 17px; position: absolute; top: -50px; width: 14px; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: auto; max-width: 920px; position: relative; }
.step-grid::before { background: #e7d4ce; content: ""; height: 1px; left: 12%; position: absolute; right: 12%; top: 101px; }
.step { position: relative; text-align: center; z-index: 1; }
.step > span { color: var(--gold); font-family: Georgia, serif; font-size: 10px; letter-spacing: .14em; }
.step-icon { background: #fff; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 7px 22px rgba(121, 80, 75, .14); display: block; height: 148px; margin: 5px auto 14px; object-fit: cover; width: 148px; }
.step p { font-family: var(--serif); font-size: 12px; line-height: 1.7; margin: 0; }

.review-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.review-grid article { background: #fffaf8; border: 1px solid var(--line); min-height: 252px; padding: 24px; }
.avatar { border: 3px solid #fff; border-radius: 50%; box-shadow: 0 5px 16px rgba(121, 80, 75, .16); display: block; float: left; height: 96px; margin: 0 18px 12px 0; object-fit: cover; width: 96px; }
.stars { color: #d2a069; font-size: 11px; letter-spacing: .12em; margin: 0; }
.review-grid h3 { color: var(--rose-dark); font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.65; margin: 3px 0 12px; }
.review-grid article p:not(.stars) { font-size: 12px; line-height: 1.9; margin: 0; }
.review-grid small { display: block; font-size: 10px; margin-top: 9px; text-align: right; }
.review-note { font-size: 9px; margin: 14px 0 0; text-align: right; }

.offer-section { background: linear-gradient(135deg, #fdeeee, #f7d2d5 54%, #fff5f0); border-block: 1px solid #e9b9bc; padding: 36px 25px; }
.offer-inner { align-items: center; display: grid; gap: 12px 30px; grid-template-columns: 140px 1fr 290px 110px; margin: auto; max-width: 1160px; }
.offer-badge { align-items: center; aspect-ratio: 1; background: rgba(255,255,255,.85); border: 2px solid #e4aab0; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; }
.offer-badge strong { color: var(--rose-dark); font-family: var(--serif); font-size: 19px; }
.offer-badge span { font-size: 11px; }
.offer-price > p { background: #c65d6b; color: #fff; font-size: 11px; letter-spacing: .12em; margin: 0 0 6px; text-align: center; }
.offer-price > div { align-items: end; display: flex; gap: 14px; }
.offer-price > div > span { display: inline-flex; flex-direction: column; font-family: var(--serif); font-size: 12px; line-height: 1.3; }
.offer-price s { font-size: 22px; }
.offer-price b { color: #c5475e; font-family: Georgia, serif; font-size: clamp(56px, 5vw, 78px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.offer-price b small { font-family: var(--serif); font-size: 24px; letter-spacing: 0; }
.offer-price > em { display: block; font-size: 9px; text-align: right; }
.offer-cta > span { display: block; font-size: 10px; margin-bottom: 4px; text-align: center; }
.offer-cta a { align-items: center; background: linear-gradient(135deg,#d36173,#a72f4b); border: 6px solid rgba(255,255,255,.9); border-radius: 16px; box-shadow: 0 0 0 1px #ddafb3, 0 10px 20px rgba(145,49,69,.2); color: #fff; display: flex; font-family: var(--serif); font-size: 17px; justify-content: center; line-height: 1.4; min-height: 104px; position: relative; text-align: center; transition: filter .2s, transform .2s; }
.offer-cta a:hover { filter: brightness(1.04); transform: translateY(-2px); }
.offer-cta a strong { font-size: 27px; font-weight: 400; }
.offer-cta a b { font-family: Arial, sans-serif; font-size: 34px; position: absolute; right: 20px; }
.offer-product { align-items: center; display: flex; flex-direction: column; }
.offer-product .bottle { height: 120px; width: 62px; }
.offer-product .brand { margin-top: 8px; transform: scale(.5); white-space: nowrap; }
.benefits { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(5, 1fr); margin-top: 8px; }
.benefits span { background: rgba(255,255,255,.77); border-right: 1px solid #efc8c8; color: var(--rose-dark); font-family: var(--serif); font-size: 12px; padding: 8px 4px; text-align: center; }
.benefits span:last-child { border: 0; }
.benefits b { display: block; font-weight: 400; }

.faq { max-width: 1080px; }
.faq-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.faq details { background: #fffaf8; border: 1px solid #eee0dc; padding: 0 20px; }
.faq details[open] { background: #fff7f4; }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 15px; list-style: none; padding: 18px 30px 18px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--rose); content: "+"; font-family: Arial, sans-serif; font-size: 20px; position: absolute; right: 0; top: 16px; }
.faq details[open] summary::after { content: "−"; }
.faq summary span, .faq details p span { color: var(--rose); font-family: Georgia, serif; font-size: 21px; margin-right: 10px; }
.faq details p { border-top: 1px solid #eadbd7; font-size: 12px; line-height: 1.9; margin: 0; padding: 14px 0 18px; }

footer { align-items: center; background: #5b403e; color: #f8e9e5; display: flex; flex-direction: column; padding: 50px 25px 38px; text-align: center; }
footer > p { font-family: var(--serif); font-size: 13px; letter-spacing: .15em; margin: 22px 0; }
footer > small { font-size: 9px; letter-spacing: .12em; opacity: .7; }
.mobile-sticky { display: none; }

@media (max-width: 960px) {
  .site-header { padding-inline: 32px; }
  .site-header nav { gap: 20px; }
  .hero { height: 700px; }
  .hero-image { background-position: 48% center; opacity: .82; }
  .hero-image::after { background: linear-gradient(90deg, rgba(255,255,255,.84), rgba(255,255,255,.38) 50%, transparent 72%); content: ""; inset: 0; position: absolute; }
  .hero-copy { left: 6vw; max-width: 46vw; }
  .hero h1 { font-size: clamp(50px, 7.4vw, 68px); }
  .approach-grid { gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .approach-card:last-child { grid-column: 1 / -1; justify-self: center; max-width: 540px; width: 100%; }
  .texture { grid-template-columns: 1fr; }
  .texture-panel, .free-panel { min-height: 310px; }
  .routine-flow { gap: 48px 38px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; max-width: 590px; }
  .routine-stage:nth-child(2) .routine-arrow { bottom: -40px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid article:last-child { grid-column: 1 / -1; justify-self: center; max-width: 540px; width: 100%; }
  .offer-inner { grid-template-columns: 120px 1fr 260px; }
  .offer-product { display: none; }
}

@media (max-width: 720px) {
  body { font-size: 14px; padding-bottom: 64px; }
  .mobile-only { display: block; }
  .site-header { height: 58px; padding: 0 18px; }
  .brand > span { font-size: 22px; }
  .brand small { font-size: 8px; margin-top: 5px; }
  .site-header nav a { display: none; }
  .site-header nav .nav-cta { display: inline-flex; font-size: 11px; padding: 6px 15px; }
  .hero { height: 720px; min-height: 0; }
  .hero-image { background-position: 65% bottom; background-size: auto 72%; bottom: 0; top: auto; height: 72%; }
  .hero-image::after { background: linear-gradient(180deg, #fffaf7 0%, rgba(255,250,247,.46) 40%, transparent 66%); }
  .hero-copy { left: 22px; max-width: calc(100% - 44px); top: 34px; }
  .eyebrow { font-size: 16px; }
  .hero h1 { font-size: clamp(40px, 12.5vw, 54px); letter-spacing: .035em; line-height: 1.12; }
  .hero-sub { font-size: 12px; margin-top: 13px; padding: 5px 12px; }
  .hero-points { gap: 7px; }
  .hero-points span { font-size: 11px; height: 64px; width: 64px; }
  .hero-points span:nth-child(2) { font-size: 10px; height: 70px; padding: 6px; width: 70px; }
  .primary-button { font-size: 12px; padding: 12px 15px; }
  .trust-strip { min-height: 85px; }
  .trust-strip > div { min-width: 0; padding: 0 14px; width: 33.333%; }
  .trust-strip strong { font-size: 16px; }
  .trust-strip span { font-size: 9px; letter-spacing: .06em; }
  .trust-strip > p { bottom: 0; font-size: 8px; }
  .section-shell { padding: 62px 18px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .texture h2, .free-panel h2 { font-size: 24px; }
  .concerns-layout { display: flex; flex-direction: column; }
  .concern-list { order: 1; padding: 5px 3px; }
  .concern-list p { font-size: 13px; }
  .mirror-scene { border-radius: 38% 6px 38% 6px / 25% 6px 25% 6px; min-height: 230px; order: 2; }
  .mirror-scene > img { min-height: 230px; object-position: center; }
  .concern-answer { font-size: 15px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-card:last-child { grid-column: auto; max-width: none; }
  .approach-card { padding: 21px 16px; }
  .ingredient-visual { height: 190px; }
  .texture { padding-inline: 14px; }
  .texture-panel, .free-panel { min-height: auto; padding: 28px 24px; }
  .texture-panel { min-height: 330px; padding: 28px 20px; }
  .texture-panel::after { background: linear-gradient(90deg, rgba(255,250,248,.98) 0%, rgba(255,250,248,.90) 50%, rgba(255,250,248,.18) 82%, transparent 100%); }
  .texture-panel > div { max-width: 70%; }
  .texture-photo { object-position: 55% center; }
  .free-grid { grid-template-columns: 1fr 1fr; }
  .free-panel small { display: block; margin-top: 18px; position: static; }
  .routine { margin-bottom: 48px; }
  .routine-flow { display: grid; gap: 48px; grid-template-columns: 1fr; margin-inline: auto; max-width: 260px; overflow: visible; padding: 0; }
  .routine-stage { min-width: 0; }
  .routine-card-label { min-height: 66px; padding-inline: 3px; }
  .routine-card-label span { font-size: 10px; letter-spacing: 0; line-height: 1.45; }
  .routine-card-label b { font-size: 9px; }
  .routine-card-label small { font-size: 8px; line-height: 1.25; margin-top: 1px; }
  .routine-arrow, .routine-stage:nth-child(2) .routine-arrow { bottom: -39px; font-size: 20px; height: 28px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); width: 28px; }
  .bottle { height: 75px; width: 42px; }
  .bottle::before { left: 4px; width: 30px; }
  .bottle::after { left: 12px; }
  .step-grid { gap: 10px; grid-template-columns: 1fr 1fr; }
  .step-grid::before { display: none; }
  .step-icon { height: 132px; width: 132px; }
  .step { margin-bottom: 24px; }
  .review-grid { display: grid; gap: 12px; grid-template-columns: 1fr; margin-inline: 0; overflow: visible; padding: 0; }
  .review-grid article, .review-grid article:last-child { grid-column: auto; max-width: none; min-height: 220px; width: auto; }
  .review-note { font-size: 9px; }
  .offer-section { padding: 28px 14px; }
  .offer-inner { gap: 12px; grid-template-columns: 90px 1fr; }
  .offer-badge strong { font-size: 14px; }
  .offer-badge span { font-size: 9px; }
  .offer-price > div { gap: 6px; }
  .offer-price s { font-size: 16px; }
  .offer-price b { font-size: 47px; }
  .offer-price b small { font-size: 18px; }
  .offer-cta { grid-column: 1 / -1; }
  .offer-cta a { min-height: 90px; }
  .benefits { grid-template-columns: repeat(3, 1fr); }
  .benefits span { border-bottom: 1px solid #efc8c8; font-size: 10px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq summary { font-size: 13px; }
  .mobile-sticky { align-items: center; background: rgba(255,255,255,.95); border-top: 1px solid #e8b5bb; bottom: 0; display: flex; height: 64px; justify-content: space-between; left: 0; padding: 8px 10px 8px 16px; position: fixed; right: 0; z-index: 50; }
  .mobile-sticky span { color: var(--rose-dark); font-family: var(--serif); font-size: 13px; }
  .mobile-sticky strong { background: linear-gradient(135deg,#d56173,#aa334e); border-radius: 5px; color: #fff; font-size: 12px; padding: 10px 16px; }
}

@media (max-width: 480px) {
  .site-header { padding-inline: 14px; }
  .hero-copy { left: 16px; max-width: calc(100% - 32px); }
  .hero h1 { font-size: clamp(36px, 12vw, 48px); }
  .hero-points { gap: 5px; }
  .section-shell { padding: 54px 14px; }
  .section-heading h2, .texture h2, .free-panel h2 { font-size: 22px; letter-spacing: .05em; }
  .texture { padding-inline: 10px; }
  .texture-panel > div { max-width: 78%; }
  .free-grid { gap: 8px; }
  .routine-flow { max-width: 230px; }
  .step-grid { gap: 6px; }
  .step-icon { height: 118px; width: 118px; }
  .offer-price b { font-size: 42px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .faq details { padding-inline: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
