/* Reference: IMG_2948.jpg. Homepage only; shared article styles stay independent. */
:root {
  color-scheme: light;
  --bg: #fff; --surface: #fff; --bg-soft: #fff7fa;
  --pink-50: #fff0f5; --pink-100: #fce4ed; --pink-200: #f6c4d7;
  --accent: #ec347b; --accent-hover: #d52366; --accent-ink: #b92159;
  --ink: #17151b; --ink-2: #51494f; --ink-3: #756a71;
  --hair: #f5e7ed; --hair-2: #ebd2dc; --star: #eaa13b; --star-off: #e8dee1;
  --wrap: 1280px; --gutter: clamp(22px, 3.5vw, 44px);
  --f-jp: "Zen Kaku Gothic New", "Hiragino Sans", "Meiryo", sans-serif;
  --f-en: "Poppins", var(--f-jp);
  --shadow: 0 5px 18px rgba(148, 59, 93, .065);
  --shadow-hover: 0 12px 28px rgba(148, 59, 93, .13);
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #1b151a; --surface: #271e25; --bg-soft: #241a22;
  --pink-50: #34232e; --pink-100: #462a3b; --pink-200: #72415a;
  --accent: #ed4385; --accent-hover: #ce2869; --accent-ink: #ff9ac1;
  --ink: #fff6fa; --ink-2: #d7c8d0; --ink-3: #b9a6b0;
  --hair: #49313f; --hair-2: #614252; --star-off: #654856;
  --shadow: 0 5px 18px #0002; --shadow-hover: 0 12px 28px #0004;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 22px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--f-jp); font-size: 14px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; line-height: 1.4; }
[hidden], .is-hidden { display: none !important; }
::selection { background: var(--pink-200); }
:where(a, button, input):focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 4px; }
.wrap, .sh-in, .hero-in, .features-wrap, .ft-in, .search-result { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
svg.ln { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
svg.fl { fill: currentColor; }

/* One uninterrupted blush backdrop joins the navigation and the main visual. */
.top-scene { position: relative; isolation: isolate; background: linear-gradient(105deg, #fff4f2, #f8dbe2 64%, #f79abc); }
.hero-art { position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: calc(100% - 48px); object-fit: cover; object-position: center 55%; -webkit-mask-image: linear-gradient(transparent, #000 90px); mask-image: linear-gradient(transparent, #000 90px); }
.site-header { position: relative; z-index: 10; }
.sh-in { min-height: 104px; display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.brand .mark { width: 43px; height: 36px; color: #ef3f7d; flex: none; }
.brand-t { display: flex; flex-direction: column; line-height: 1.15; }
.brand-t b { font-family: var(--f-en); font-size: clamp(17px, 1.62vw, 23px); font-weight: 700; letter-spacing: -.65px; white-space: nowrap; color: #211e32; }
.brand-t i { font-style: normal; color: #ef3f7d; }
.brand-t small { font-size: 10.5px; margin-top: 3px; letter-spacing: .05px; color: #565064; }
.menu { margin-left: auto; }
.gnav { display: flex; align-items: center; gap: clamp(11px, 1.7vw, 22px); }
.gnav a { position: relative; padding-block: 14px; white-space: nowrap; color: #201922; font-size: clamp(10.5px, 1.05vw, 13px); font-weight: 700; }
.gnav a.on, .gnav a:hover { color: #b92159; }
.gnav a.on::after { position: absolute; content: ""; height: 2px; bottom: 4px; left: 0; right: 0; background: #bf255d; }
.sh-tools { display: flex; align-items: center; gap: 12px; flex: none; }
.search { width: clamp(145px, 14vw, 180px); background: #fff; border: 1px solid #fff9; border-radius: 99px; display: flex; align-items: center; padding: 4px 7px 4px 16px; }
.search input { width: 100%; min-width: 0; border: 0; outline: 0; color: #27202a; background: transparent; font-size: 10.5px; padding: 8px 0; }
.search input::placeholder { color: #7f737c; }
.search button { border: 0; background: none; color: #b42c60; padding: 4px; display: grid; place-items: center; }
.search button svg { width: 21px; height: 21px; }
.icon-btn, .burger { width: 36px; height: 40px; border: 0; background: transparent; color: #27202a; display: grid; place-items: center; position: relative; flex: none; }
.icon-btn svg, .burger svg { width: 24px; height: 24px; }
.icon-btn.cart { width: 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--accent); box-shadow: 0 5px 16px #de2d7130; }
.cart .bd { position: absolute; top: 2px; right: 7px; font: 500 10px var(--f-en); }
.theme-btn .ic-moon { display: none; }
:root[data-theme="dark"] .theme-btn .ic-moon { display: block; }
:root[data-theme="dark"] .theme-btn .ic-sun { display: none; }
.m-only, .burger { display: none; }
.hero { position: relative; }
.hero-in { min-height: clamp(470px, 48vw, 620px); display: flex; align-items: flex-start; position: relative; padding-top: clamp(50px, 5.5vw, 78px); padding-bottom: 78px; }
.hero-copy { width: 53%; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #edc9d7; border-radius: 99px; background: #ffffffb8; padding: 6px 15px; color: #492832; font-size: clamp(11px, 1.15vw, 14px); box-shadow: 0 2px 5px #ae2c6010; }
.eyebrow b { color: #c52a60; }
.eyebrow svg { width: 16px; height: 16px; color: #efa939; }
.hero h1 { font-size: clamp(40px, 5.1vw, 64px); letter-spacing: -.045em; line-height: 1.3; font-weight: 700; color: #15121b; margin: 26px 0 24px; }
.hero h1 .hl { color: #d8316d; }
.hero-lead { max-width: 34em; width: 90%; font-size: clamp(13px, 1.35vw, 16px); line-height: 1.85; color: #40383f; margin: 0 0 30px; }
.hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 24px; min-height: 49px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 700; line-height: 1.35; transition: background .2s, transform .2s, box-shadow .2s; }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 7px 18px #d8316d30; }
.btn-primary:hover { background: var(--accent-hover); }
.btn-white { color: #211821; background: #fff; box-shadow: 0 5px 16px #9f315915; }
.btn-on-pink { color: #b52058; background: #fff; }
.btn:hover { transform: translateY(-2px); }
.hero-media { position: absolute; inset: 0 var(--gutter) 0 55%; pointer-events: none; }
.hero-badge { position: absolute; right: 0; bottom: 102px; width: clamp(116px, 12vw, 154px); height: clamp(116px, 12vw, 154px); border-radius: 50%; background: #fffdfef5; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; box-shadow: 0 8px 30px #a9255112; color: #20131c; }
.hero-badge svg { width: 28px; height: 28px; color: #c32961; }
.hero-badge b { font-size: clamp(20px, 2vw, 27px); font-weight: 700; }
.hero-badge span { font-size: 10px; }

/* White floating trust strip, edge-to-edge category photographs. */
.features-wrap { position: relative; z-index: 2; margin-top: -46px; }
.features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 22px; min-height: 116px; padding: 25px 30px; border: 1px solid var(--hair); border-radius: 20px; background: var(--surface); box-shadow: 0 8px 22px #a9416610; }
.feat { position: relative; display: flex; align-items: center; gap: 13px; min-width: 0; }
.feat + .feat::before { content: ""; position: absolute; width: 1px; background: var(--hair); left: -11px; top: 4px; bottom: 4px; }
.feat .fi { flex: none; color: var(--accent); width: 36px; height: 38px; display: grid; place-items: center; }
.feat .fi svg { width: 33px; height: 33px; }
.feat b { display: block; font-size: clamp(11px, 1.07vw, 14px); line-height: 1.5; font-weight: 700; }
.feat div > span { display: block; font-size: clamp(9px, .85vw, 11px); line-height: 1.6; margin-top: 3px; color: var(--ink-2); }
.section { padding-top: 42px; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.sec-head h2 { font-size: clamp(20px, 2vw, 26px); font-weight: 700; letter-spacing: -.025em; }
.sec-more { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--accent-ink); white-space: nowrap; }
.sec-more svg { width: 16px; height: 16px; }
.sec-note { color: var(--ink-3); font-size: 11px; margin: -8px 0 18px; line-height: 1.85; }
.cat-grid, .prod-grid.five, .concern-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.cat { display: block; overflow: hidden; border: 1px solid var(--hair); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); text-align: center; padding-bottom: 18px; transition: transform .2s, box-shadow .2s; }
.cat .ci { display: block; aspect-ratio: 1.05; overflow: hidden; background: #fcebf0; }
.cat .ci img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cat b { display: block; margin: 15px 5px 5px; font-size: clamp(12px, 1.2vw, 15px); font-weight: 700; }
.cat > span:last-child { display: block; font-size: clamp(9px, .9vw, 11px); color: var(--ink-3); margin-inline: 4px; }
.cat:hover, .prod:hover, .ncard:hover, .concern.live:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.cat:hover .ci img { transform: scale(1.035); }

/* Feature banner uses the existing three real packshots over the rose artwork. */
.promo-sec { padding-top: 40px; }
.promo { position: relative; isolation: isolate; overflow: hidden; border-radius: 16px; min-height: 260px; display: grid; grid-template-columns: 43% 57%; align-items: center; color: #fff; background: #e73978 url('/images/glowcare/promo.jpg') center / cover; box-shadow: var(--shadow); }
.promo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, transparent 30%, #be1c5540 60%, transparent); }
.promo-visual { position: relative; height: 100%; min-height: 260px; }
.promo-visual .tile { position: absolute; width: 32%; height: 64%; bottom: 14%; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 12px 24px #8b1d4d26; display: grid; place-items: center; }
.promo-visual .tile img { width: 100%; height: 100%; object-fit: contain; }
.promo-visual .t1 { left: 6%; transform: rotate(-9deg); height: 52%; z-index: 1; }
.promo-visual .t2 { left: 33%; width: 34%; height: 76%; z-index: 3; transform: rotate(2deg); }
.promo-visual .t3 { right: 3%; transform: rotate(9deg); z-index: 2; }
.promo-copy { padding: 28px 35px 28px 20px; }
.promo-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; }
.promo-tag svg { color: #ffbe58; width: 18px; height: 18px; }
.promo h2 { font-size: clamp(27px, 3.15vw, 42px); line-height: 1.3; letter-spacing: -.035em; margin: 5px 0 7px; }
.promo h2 em { font-family: var(--f-en); font-style: normal; }
.promo p { font-size: 13px; line-height: 1.7; margin: 0 0 18px; max-width: 33em; }
.promo .btn { min-height: 42px; padding: 11px 20px; font-size: 12px; border-radius: 9px; }

/* Existing data and auto-update block remain intact. */
.rk-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.rk-nav a { padding: 6px 13px; color: var(--accent-ink); border: 1px solid var(--hair-2); border-radius: 99px; background: var(--pink-50); font-size: 11px; font-weight: 500; }
.rk-nav a:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
.rk-group { scroll-margin-top: 22px; }
.rk-group + .rk-group { margin-top: 30px; }
.rk-title { font-size: 16px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 0 0 15px; }
.rk-title span { font-size: 10px; font-weight: 500; color: var(--ink-3); }
.prod { display: flex; flex-direction: column; min-width: 0; position: relative; background: var(--surface); border: 1px solid var(--hair); border-radius: 15px; padding: 9px 12px 13px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.prod .rk { position: absolute; top: 12px; left: 12px; z-index: 2; width: 26px; height: 26px; text-align: center; border-radius: 50%; background: var(--accent); color: #fff; font: 600 12px/26px var(--f-en); box-shadow: 0 3px 9px #d8316d22; }
.prod .pimg { display: block; position: relative; aspect-ratio: 1.03; overflow: hidden; background: #fff; border-radius: 9px; }
.prod .pimg img { position: absolute; width: 100%; height: 100%; object-fit: contain; inset: 0; }
.prod .pbody { display: flex; flex-direction: column; flex: 1; gap: 5px; padding-top: 13px; }
.prod .pname { font-size: 12px; font-weight: 700; line-height: 1.6; overflow-wrap: anywhere; }
.prod .pname:hover { color: var(--accent-ink); }
.prod .pmeta { color: var(--ink-3); font-size: 10px; line-height: 1.65; overflow-wrap: anywhere; }
.stars { display: inline-flex; align-items: center; gap: 5px; color: var(--ink-3); font-size: 11px; line-height: 1; margin-top: 2px; }
.stars .st { display: inline-block; position: relative; height: 13px; }
.stars .st span { display: block; white-space: nowrap; height: 13px; }
.stars .st svg { display: inline-block; width: 13px; height: 13px; fill: currentColor; vertical-align: top; }
.stars .bg { color: var(--star-off); }
.stars .fg { position: absolute; top: 0; left: 0; overflow: hidden; color: var(--star); }
.stars .new { font: 600 9px var(--f-en); color: var(--accent-ink); background: var(--pink-50); border-radius: 4px; padding: 4px 7px; }
.prod .price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font: 600 18px/1.4 var(--f-en); margin: 4px 0 3px; }
.prod .price small { color: var(--ink-3); font: 10px var(--f-jp); }
.prod .pbtn { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: auto; color: #fff; background: var(--accent); border-radius: 8px; min-height: 34px; padding: 7px 5px; font-size: 11px; font-weight: 700; }
.prod .pbtn svg { width: 14px; height: 14px; }
.prod .pbtn:hover { background: var(--accent-hover); }
.search-result { margin-top: 22px; }
.search-result .in { display: flex; gap: 12px; align-items: center; border: 1px solid var(--pink-200); background: var(--pink-50); padding: 12px 16px; border-radius: 10px; font-size: 13px; }
.search-result .q { font-weight: 700; }
.search-result button { margin-left: auto; padding: 5px 12px; border-radius: 99px; border: 1px solid var(--hair-2); background: var(--surface); color: var(--ink); flex: none; }
.products.no-hit::after { content: "該当する商品はありません"; display: block; text-align: center; padding: 16px; color: var(--ink-3); font-size: 12px; }
.rk-group.search-empty { display: none; }

/* Additional original editorial content inherits the same card system. */
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ncard { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--hair); border-radius: 15px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.ncard .ni { display: block; background: #fff; aspect-ratio: 1.75; overflow: hidden; border-bottom: 1px solid var(--hair); }
.ncard .ni img { width: 100%; height: 100%; object-fit: contain; }
.ncard .ni.card img { object-fit: cover; }
.ncard .nb { display: flex; flex-direction: column; gap: 8px; padding: 15px 18px 20px; }
.ncard .nm { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--ink-3); font-size: 10px; }
.ncard .brand-tag { font: 600 10px var(--f-en); color: var(--accent-ink); padding: 4px 8px; border-radius: 99px; background: var(--pink-50); }
.ncard .nt { font-size: 14px; font-weight: 700; line-height: 1.7; }
.ncard .nd { color: var(--ink-2); font-size: 11px; line-height: 1.85; }
.concern { display: block; min-width: 0; padding: 12px 12px 17px; border: 1px solid var(--hair); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); text-align: center; transition: transform .2s, box-shadow .2s; }
.concern .ci { display: block; border-radius: 12px; overflow: hidden; }
.concern img { width: 100%; height: auto; }
.concern b { display: block; font-size: 13px; margin-top: 12px; }
.cc-soon { display: inline-block; color: var(--ink-3); font-size: 9px; margin-top: 7px; padding: 1px 9px; border: 1px solid var(--hair-2); border-radius: 99px; }
.diag { display: flex; align-items: center; gap: 20px; border: 1px solid var(--hair); border-radius: 15px; background: var(--bg-soft); padding: 23px 28px; margin-top: 24px; }
.diag .di { display: grid; place-items: center; width: 48px; height: 48px; flex: none; color: var(--accent); }
.diag .di svg { width: 32px; height: 38px; fill: none; stroke: currentColor; stroke-width: 4; }
.diag .db { flex: 1; }
.diag b { font-size: 14px; }
.diag p { margin: 4px 0 0; font-size: 12px; color: var(--ink-2); }
.diag .btn { flex: none; font-size: 12px; }
.features.bottom { background: var(--bg-soft); border-radius: 12px; box-shadow: none; border: 0; min-height: 96px; padding-block: 20px; }
.features.bottom .feat b { font-size: 12px; }
.site-footer { margin-top: 42px; border-top: 1px solid var(--hair); background: var(--bg-soft); }
.ft-in { padding-top: 42px; padding-bottom: 26px; }
.ft-cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; }
.ft-cols .brand-t b { font-size: 18px; }
.ft-cols .brand .mark { width: 28px; }
.ft-cols .about { font-size: 11px; line-height: 1.9; color: var(--ink-2); margin-top: 16px; }
.ft-cols h4 { font-size: 13px; margin-bottom: 15px; }
.ft-cols ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ft-cols li { font-size: 11px; color: var(--ink-2); }
.ft-cols a:hover { color: var(--accent-ink); }
.ft-partners { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 10px; border-top: 1px solid var(--hair); padding-top: 20px; margin-top: 30px; }
.ft-partners .p { border: 1px solid var(--hair-2); border-radius: 99px; padding: 3px 10px; color: var(--ink-3); }
.ft-legal, .mock { font-size: 10px; color: var(--ink-3); line-height: 1.9; margin: 18px 0 0; }
.ft-legal .copy { display: block; font-family: var(--f-en); margin-top: 14px; }
.mock { padding-top: 14px; border-top: 1px solid var(--hair); }
:root[data-theme="dark"] .site-footer .brand-t b, :root[data-theme="dark"] .site-footer .brand-t small { color: var(--ink); }

@media (min-width: 1800px) {
  .hero-art { object-position: center 46%; }
}
@media (max-width: 1100px) {
  .sh-in { gap: 16px; min-height: 96px; }
  .sh-tools { gap: 6px; }
  .brand .mark { width: 36px; height: 31px; }
  .brand-t small { font-size: 10px; }
  .features { gap: 15px; padding-inline: 22px; min-height: 108px; }
  .feat { gap: 8px; }
  .feat .fi { width: 30px; }
  .feat .fi svg { width: 29px; height: 29px; }
  .feat + .feat::before { left: -8px; }
  .hero-cta { gap: 15px; }
  .hero-cta .btn { padding-inline: 18px; font-size: 12px; }
  .promo { min-height: 225px; }
  .promo-visual { min-height: 225px; }
  .promo-copy { padding: 24px 28px 24px 14px; }
  .prod { padding-inline: 10px; }
  .ft-cols { grid-template-columns: 1.5fr 1fr 1fr; }
  .ft-cols > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .sh-in { min-height: 82px; }
  .brand-t b { font-size: 20px; }
  .sh-tools { margin-left: auto; gap: 10px; }
  .menu, .d-only { display: none; }
  .burger { display: grid; }
  .site-header.open .menu { display: block; position: absolute; top: 100%; inset-inline: var(--gutter); background: var(--surface); border: 1px solid var(--hair); border-radius: 15px; padding: 12px 20px 18px; box-shadow: var(--shadow-hover); }
  .site-header.open .gnav { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 18px; }
  .site-header.open .gnav a { color: var(--ink); font-size: 13px; padding: 10px 0; }
  .site-header.open .m-only { display: flex; width: 100%; border: 1px solid #eed4df; margin-top: 12px; }
  .hero-in { min-height: 465px; padding-bottom: 95px; }
  .hero h1 { font-size: clamp(30px, 4.3vw, 37px); }
  .hero-lead { width: 100%; font-size: 12px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { font-size: 11px; padding: 13px; gap: 9px; }
  .hero-badge { width: 104px; height: 104px; right: -5px; bottom: 92px; }
  .hero-badge b { font-size: 19px; }
  .hero-badge span { font-size: 8px; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .feat b { font-size: 12px; }
  .feat div > span { font-size: 10px; }
  .feat:nth-child(3)::before { display: none; }
  .cat-grid, .concern-grid { gap: 10px; }
  .cat b { font-size: 11px; }
  .cat > span:last-child { font-size: 8px; }
  .prod-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .promo { grid-template-columns: 42% 58%; }
  .promo h2 { font-size: 26px; }
  .promo p { font-size: 11px; }
  .promo-tag { font-size: 12px; }
  .promo-copy { padding: 24px 18px 24px 10px; }
  .news-grid { gap: 14px; }
  .ncard .nb { padding: 12px; }
  .ncard .nt { font-size: 12px; }
  .diag { flex-wrap: wrap; padding: 20px; gap: 15px; }
  .diag .btn { margin-left: 63px; }
}
@media (max-width: 600px) {
  :root { --gutter: 18px; }
  .sh-in { min-height: 76px; gap: 5px; }
  .brand { gap: 5px; }
  .brand .mark { width: 30px; height: 25px; }
  .brand-t b { font-size: clamp(13px, 3.8vw, 19px); letter-spacing: -.5px; }
  .brand-t small { font-size: 8px; margin-top: 4px; }
  .sh-tools { gap: 2px; }
  .icon-btn { width: 29px; height: 34px; }
  .icon-btn svg { width: 20px; height: 20px; }
  .icon-btn.cart { width: 34px; height: 34px; }
  .burger { width: 30px; height: 34px; }
  .burger svg { width: 22px; height: 22px; }
  .cart .bd { font-size: 8px; right: 4px; top: 0; }
  .hero-art { top: 280px; bottom: 0; height: calc(100% - 280px); object-position: 81% center; -webkit-mask-image: linear-gradient(transparent, #000 48px); mask-image: linear-gradient(transparent, #000 48px); }
  .top-scene::after { content: ""; position: absolute; z-index: -1; inset: 258px 0 auto; height: 80px; background: linear-gradient(#fce9e9, transparent); pointer-events: none; }
  .top-scene { background: linear-gradient(105deg, #fff4f2, #fbe3e5); }
  .hero-in { min-height: 605px; display: block; padding-top: 16px; padding-bottom: 340px; }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: 10px; padding: 5px 12px; }
  .eyebrow svg { width: 13px; height: 13px; }
  .hero h1 { font-size: clamp(29px, 8vw, 40px); line-height: 1.27; letter-spacing: -.04em; margin: 15px 0 14px; }
  .hero-lead { max-width: 35em; width: 100%; font-size: 11px; line-height: 1.8; margin-bottom: 17px; }
  .hero-cta { flex-wrap: nowrap; gap: 10px; }
  .hero-cta .btn { min-height: 43px; font-size: 11px; padding: 11px 15px; gap: 10px; }
  .hero-cta .btn svg { width: 15px; height: 15px; }
  .hero-media { inset: 0 var(--gutter); }
  .hero-badge { width: 90px; height: 90px; right: 0; bottom: 66px; gap: 3px; }
  .hero-badge svg { width: 22px; height: 22px; }
  .hero-badge b { font-size: 17px; }
  .hero-badge span { font-size: 7px; }
  .features-wrap { margin-top: -35px; }
  .features { padding: 19px 14px; border-radius: 15px; gap: 17px 13px; }
  .feat { gap: 6px; align-items: flex-start; }
  .feat .fi { width: 23px; height: 31px; }
  .feat .fi svg { width: 23px; height: 26px; }
  .feat b { font-size: 10px; line-height: 1.6; }
  .feat div > span { font-size: 8px; margin-top: 2px; }
  .feat + .feat::before { left: -7px; }
  .section { padding-top: 33px; }
  .sec-head { gap: 10px; margin-bottom: 17px; flex-wrap: wrap; }
  .sec-head h2 { font-size: 19px; }
  .sec-more { font-size: 10px; gap: 3px; }
  .sec-more svg { width: 13px; height: 13px; }
  .sec-note { font-size: 10px; margin-top: -4px; }
  .cat-grid, .concern-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: var(--pink-200) transparent; }
  .cat, .concern { flex: 0 0 42%; scroll-snap-align: start; border-radius: 12px; }
  .cat b { font-size: 12px; margin-top: 11px; }
  .cat > span:last-child { font-size: 9px; }
  .cat { padding-bottom: 13px; }
  .promo-sec { padding-top: 23px; }
  .promo { display: flex; flex-direction: column; min-height: 0; background-position: center; border-radius: 14px; }
  .promo-copy { order: 1; padding: 25px 20px 0; text-align: center; width: 100%; }
  .promo-tag { font-size: 11px; }
  .promo h2 { font-size: 27px; margin-block: 6px; }
  .promo p { font-size: 11px; line-height: 1.7; margin-bottom: 13px; }
  .promo .btn { font-size: 11px; min-height: 39px; }
  .promo-visual { order: 2; width: 100%; height: 193px; min-height: 193px; }
  .promo-visual .tile { width: 26%; bottom: 13%; }
  .promo-visual .t1 { left: 12%; }
  .promo-visual .t2 { width: 29%; left: 35%; }
  .promo-visual .t3 { right: 11%; }
  .rk-nav { flex-wrap: nowrap; overflow-x: auto; gap: 6px; padding-bottom: 10px; margin-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--pink-200) transparent; }
  .rk-nav a { flex: none; font-size: 10px; padding: 6px 11px; }
  .rk-title { font-size: 14px; gap: 7px; }
  .rk-title span { font-size: 9px; }
  .prod-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .prod { padding: 8px 9px 11px; border-radius: 13px; }
  .prod .pbody { padding-top: 10px; gap: 5px; }
  .prod .pname { font-size: 11px; }
  .prod .pmeta { font-size: 9px; }
  .prod .price { font-size: 17px; }
  .prod .pbtn { min-height: 40px; font-size: 11px; }
  .prod .rk { left: 9px; top: 10px; width: 23px; height: 23px; font-size: 11px; line-height: 23px; }
  .news-grid { grid-template-columns: 1fr; }
  .ncard .ni { aspect-ratio: 2; }
  .ncard .nb { padding: 16px; }
  .ncard .nt { font-size: 14px; }
  .ncard .nd { font-size: 12px; }
  .concern { padding: 10px 10px 14px; }
  .concern b { font-size: 12px; }
  .diag { padding: 17px; gap: 10px; }
  .diag .di { width: 32px; }
  .diag .db { flex-basis: calc(100% - 42px); }
  .diag b { font-size: 12px; }
  .diag p { font-size: 10px; }
  .diag .btn { width: 100%; margin: 4px 0 0; min-height: 44px; }
  .features.bottom { gap: 18px 12px; padding: 18px 14px; }
  .features.bottom .feat b { font-size: 10px; }
  .site-footer { margin-top: 30px; }
  .ft-in { padding-top: 30px; }
  .ft-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .ft-cols > div:last-child { grid-column: 1 / -1; }
  .ft-cols > div:last-child ul { grid-template-columns: 1fr 1fr; }
  .ft-cols .brand-t b { font-size: 19px; }
  .ft-legal, .mock { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
