﻿@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans Thai UI";
    src: url("../fonts/NotoSansThai-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans Thai UI";
    src: url("../fonts/NotoSansThai-BoldBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #edf2f7;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: rgba(255, 255, 255, 0.92);
    --card: rgba(255, 255, 255, 0.88);

    --text: #0a1f44;
    --muted: #536177;
    --line: rgba(15, 23, 42, 0.10);

    --navy: #0a1f44;
    --navy-soft: #163560;
    --navy-deep: #08162f;

    --silver-1: #f9fbfd;
    --silver-2: #e8edf3;
    --silver-3: #d3dbe5;
    --silver-4: #bcc6d2;

    --gold: #b89a64;
    --gold-soft: rgba(184, 154, 100, 0.14);

    --shadow: 0 22px 62px rgba(8, 22, 47, 0.10);

    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --container: 1140px;

    /* Brochure-style background image layers.
       Replace left/right image variables with transparent/monotone product or people images. */
    /* --page-bg-image-left: url("https://thboy.com/assets/images/bg-mask.png"); */
    --page-bg-image-left: none;
    --page-bg-image-right: url("https://thboy.com/assets/images/bg-jackjill.webp");
    --page-bg-image-bottom: url("https://thboy.com/assets/images/bg-bottom.webp");;
    --page-bg-image-opacity-left: 1;
    --page-bg-image-opacity-right: 1;
    --page-bg-image-opacity-bottom: 1;
    --page-bg-image-size-left: min(22vw, 530px) auto;
    --page-bg-image-size-right: min(46vw, 530px) auto;
    --page-bg-image-size-bottom: min(100vw, 1980px) auto;
    --page-bg-image-position-left: left -2vw top -10px;
    --page-bg-image-position-right: right 0vw top -200px;
    --page-bg-image-position-bottom: center bottom 0px;
    --page-bg-image-repeat: no-repeat;
    --page-bg-image-blend: multiply;
    --page-bg-image-filter-left: grayscale(0) saturate(1.1) contrast(1);
    --page-bg-image-filter-right: grayscale(0) saturate(1.1) contrast(1);
    --page-bg-image-filter-bottom: grayscale(0) saturate(1.1) contrast(1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Sarabun", "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    line-height: 1.76;
    background: #f5f5f5;
}

body.page-home .home-28y-badge {
    position: fixed;
    top: 0px;
    /* right: 20px; */
    width: 220px;
    height: 220px;
    z-index: 200;
    object-fit: contain;
    pointer-events: none;
    display: block;
}

@media (max-width: 768px) {
    body.page-home .home-28y-badge {
        display: none;
    }
}

/* Homepage: gold S-ERUM — 40px, airy spacing, -30° (S low → tip high) */
body.page-home {
    background-color: #f3f1ec;
}

body.page-home .page-shell {
    background-color: #f3f1ec;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='280' viewBox='0 0 320 280'%3E%3Ctext x='160' y='140' text-anchor='middle' dominant-baseline='middle' fill='%23b89a64' fill-opacity='0.08' font-family='Georgia%2C%20Times%20New%20Roman%2C%20serif' font-size='40' font-weight='600' letter-spacing='0.14em' transform='rotate(-30 160 140)'%3ES-ERUM%3C/text%3E%3C/svg%3E");
    background-size: 320px 280px;
    background-repeat: repeat;
}

/* Order page: same warm ground as home, no watermark type */
body.page-order:not(.page-tone-warm),
body.page-order:not(.page-tone-warm) .page-shell {
    background-color: #f3f1ec;
    background-image: none;
}

/* Shared platinum tone wins over cream page shells / watermark fill */
body.page-home.page-tone-warm,
body.page-order.page-tone-warm,
body.page-products.page-tone-warm,
body.page-product.page-tone-warm,
body.page-about.page-tone-warm,
body.page-contact.page-tone-warm,
body.page-chat.page-tone-warm,
body.page-gift.page-tone-warm,
body.page-games.page-tone-warm,
body.page-coupons.page-tone-warm,
body.page-promotions.page-tone-warm {
    background-color: transparent;
}

body.page-home.page-tone-warm .page-shell,
body.page-order.page-tone-warm .page-shell,
body.page-products.page-tone-warm .page-shell,
body.page-product.page-tone-warm .page-shell,
body.page-about.page-tone-warm .page-shell,
body.page-contact.page-tone-warm .page-shell,
body.page-chat.page-tone-warm .page-shell,
body.page-gift.page-tone-warm .page-shell,
body.page-games.page-tone-warm .page-shell,
body.page-coupons.page-tone-warm .page-shell,
body.page-promotions.page-tone-warm .page-shell {
    background: transparent;
}

/* Platinum / cool silver page tone — soft blue-steel + light streaks (pinned) */
html:has(body.page-tone-warm) {
    background-color: #eef0f3;
}

body.page-tone-warm {
    background-color: #eef0f3;
    background-image:
        /* soft white wash — top-left */
        radial-gradient(110% 75% at 8% -8%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 55%),
        /* cool blue-silver bloom — top-right (+ subtle silver-gray) */
        radial-gradient(95% 60% at 96% 6%, rgba(196, 204, 216, 0.36) 0%, rgba(196, 204, 216, 0) 54%),
        /* blue-gray mist — mid-bottom */
        radial-gradient(80% 50% at 42% 108%, rgba(186, 194, 206, 0.22) 0%, rgba(186, 194, 206, 0) 56%),
        /* soft platinum wash — bottom-right (above ~70px bar), long right → left */
        radial-gradient(160% 75% at 100% calc(100% - 70px), rgba(252, 253, 254, 0.92) 0%, rgba(232, 236, 242, 0.4) 30%, rgba(232, 236, 242, 0) 68%),
        /* light streaks — diagonal shafts (a bit clearer) */
        linear-gradient(118deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.38) 26%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(118deg, rgba(255, 255, 255, 0) 36%, rgba(232, 238, 244, 0.28) 46%, rgba(255, 255, 255, 0) 54%),
        linear-gradient(122deg, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0.26) 64%, rgba(255, 255, 255, 0) 72%),
        linear-gradient(115deg, rgba(204, 212, 224, 0) 18%, rgba(204, 212, 224, 0.2) 40%, rgba(204, 212, 224, 0) 50%),
        linear-gradient(125deg, rgba(255, 255, 255, 0) 70%, rgba(246, 248, 250, 0.22) 78%, rgba(255, 255, 255, 0) 86%),
        /* platinum base — gray nudged toward white */
        linear-gradient(
            158deg,
            #f7f8fa 0%,
            #eef1f4 30%,
            #e6eaef 55%,
            #dde3e9 78%,
            #eceff2 100%
        );
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

/* Gift + games + coupons: same quiet champagne-gold canvas as the reviews hero. */
html:has(body.page-gift.page-tone-warm),
html:has(body.page-games.page-tone-warm),
html:has(body.page-coupons.page-tone-warm) {
    background-color: #f7f6f2;
}

body.page-gift.page-tone-warm,
body.page-games.page-tone-warm,
body.page-coupons.page-tone-warm {
    background-color: #f7f6f2;
    background-image:
        radial-gradient(circle at 88% 12%, rgba(184, 154, 100, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 52%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center top;
}

body.page-tone-warm .page-shell {
    background: transparent;
    min-height: 100vh;
}

body.page-tone-warm main,
body.page-tone-warm .page-about__main,
body.page-tone-warm .page-tone-warm__main,
body.page-tone-warm .lp-mask,
body.page-tone-warm .ni-page {
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Thai", "Noto Sans Thai", sans-serif;
    letter-spacing: -0.01em;
}

h1, h2 { font-weight: 800; }
h3, h4, h5, h6 { font-weight: 700; }

label,
fieldset,
legend {
    font-family: "Noto Sans Thai", "Noto Sans Thai", sans-serif;
    font-weight: 700;
}

button,
.button-primary,
.button-secondary,
.nav-cta,
.sticky-cta-item {
    font-weight: 400;
}

input,
select,
textarea,
p,
li,
td,
th,
ul {
    font-family: "Noto Sans Thai", "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.ul-list-plain {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.li-newline {
    margin-left: 10px;
    margin-bottom: 10px;
}

.ty-heading-xl { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: clamp(2rem, 3vw, 2.5rem); font-weight: 800; }
.ty-heading-lg { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: clamp(1.6rem, 2.6vw, 2rem); font-weight: 800; }
.ty-heading-md { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 700; }
.ty-heading-sm { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-size: 1.05rem; font-weight: 700; }
.ty-label { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-weight: 700; }
.ty-label-strong { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-weight: 800; }
.ty-body { font-family: "Sarabun", "Noto Sans Thai", sans-serif; font-size: 16px; font-weight: 500; }
.ty-body-strong { font-family: "Sarabun", "Noto Sans Thai", sans-serif; font-size: 16px; font-weight: 700; }
.ty-muted { font-family: "Sarabun", "Noto Sans Thai", sans-serif; font-size: 16px; font-weight: 400; }
.ty-kpi { font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif; font-weight: 800; }

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        repeating-linear-gradient(115deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 2px,
            rgba(160, 174, 192, 0.03) 2px,
            rgba(160, 174, 192, 0.03) 6px);
    opacity: 0.22;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: var(--page-bg-image-bottom);
    background-size: var(--page-bg-image-size-bottom);
    background-position: var(--page-bg-image-position-bottom);
    background-repeat: var(--page-bg-image-repeat);
    background-blend-mode: var(--page-bg-image-blend);
    filter: var(--page-bg-image-filter-bottom);
    opacity: var(--page-bg-image-opacity-bottom);
}

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

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

a:focus-visible,
button:focus-visible {
    outline: 2px solid rgba(10, 31, 68, 0.45);
    outline-offset: 2px;
}

.link {
    color: rgb(177, 137, 63);
    text-decoration: underline;
}

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

.topbar-wrap {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 14px 0;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    isolation: isolate;
    overflow: visible;
}

/* Page-top luminous wash — spotlight + visible light streaks */
.topbar-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -70%;
    width: 160%;
    height: 380px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
    background:
        /* soft oval bloom */
        radial-gradient(
            ellipse 70% 55% at 50% 0%,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.42) 32%,
            rgba(255, 255, 255, 0.1) 58%,
            rgba(255, 255, 255, 0) 78%
        ),
        /* streak shafts — clearer diagonal cast */
        linear-gradient(
            118deg,
            rgba(255, 255, 255, 0) 8%,
            rgba(255, 255, 255, 0.55) 22%,
            rgba(255, 255, 255, 0) 32%
        ),
        linear-gradient(
            118deg,
            rgba(255, 255, 255, 0) 34%,
            rgba(255, 255, 255, 0.4) 46%,
            rgba(255, 255, 255, 0) 56%
        ),
        linear-gradient(
            122deg,
            rgba(255, 255, 255, 0) 52%,
            rgba(255, 255, 255, 0.48) 64%,
            rgba(255, 255, 255, 0) 74%
        );
    filter: blur(8px);
    animation: topbarSpotlightDrift 8s ease-in-out infinite;
}

.topbar-wrap::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    height: 420px;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.58) 0%,
            rgba(255, 255, 255, 0.28) 18%,
            rgba(255, 255, 255, 0.12) 42%,
            rgba(255, 255, 255, 0.04) 68%,
            rgba(255, 255, 255, 0) 100%
        ),
        /* moving streak band */
        linear-gradient(
            115deg,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0.55) 36%,
            rgba(255, 255, 255, 0) 48%,
            rgba(255, 255, 255, 0.4) 62%,
            rgba(255, 255, 255, 0) 78%
        );
    background-size: 100% 100%, 200% 100%;
    background-repeat: no-repeat;
    filter: blur(5px);
    animation: topbarSpotlightGlow 8s ease-in-out infinite, topbarStreakSweep 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.topbar-wrap > .container {
    position: relative;
    z-index: 1;
}

@keyframes topbarSpotlightDrift {
    0%, 100% {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 0.95;
    }
    50% {
        transform: translateX(-46%) translateY(5%) scale(1.08);
        opacity: 0.62;
    }
}

@keyframes topbarSpotlightGlow {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.58;
    }
}

@keyframes topbarStreakSweep {
    0% {
        background-position: 0% 0%, -40% 0%;
    }
    100% {
        background-position: 0% 0%, 140% 0%;
    }
}

.topbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 10px 8px;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand-badge {
  width: 60px;
  height: auto;
  border-radius: 100%;
  background: var(--navy);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  overflow: hidden;
}

.brand-badge--image {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.brand-badge--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.brand-copy strong {
    display: block;
    font-size: 0.96rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-copy span {
    display: block;
    font-size: 0.8rem;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand {
    min-width: 0;
    flex-shrink: 1;
}

.brand-copy {
    min-width: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
}

.nav-links a {
    flex-shrink: 0;
    padding: 8px 11px;
    border-radius: 999px;
    color: #24324a;
    font-size: 0.86rem;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.2s ease;
}

.nav-tile-icon {
    display: none;
}

.nav-tile-label {
    display: inline;
}

.nav-links a:hover {
    background: rgba(10, 31, 68, 0.07);
    color: var(--navy);
    transform: none;
}

/* Index PC: "สั่งซื้อ" looks hovered on load; off when any other nav link is hovered */
@media (min-width: 981px) {
    body.page-home .nav-links:not(:has(a:hover)) a.nav-order {
        background: rgba(10, 31, 68, 0.07);
        color: var(--navy);
    }
}

/* Canonical public primary button: product-page navy. Do not restore the retired bright-blue gradient. */
.nav-cta,
.button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 99px;
    background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);
    color: #fff;
    /* box-shadow: 0 12px 28px rgba(10, 31, 68, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12); */
    transition: 0.25s ease;
    font-family: "Noto Sans Thai";
}

.nav-cta{border-radius: 999px !important;}

.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(231, 237, 244, 0.74) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--navy);
    transition: 0.25s ease;
    font-size:0.85rem;
    font-family:"Noto Sans Thai", Sarabun, Tahoma;
}

.button-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.85rem;
    font-family: "Noto Sans Thai", Sarabun, Tahoma;
    font-weight: 600;
    letter-spacing: 0.01em;
    border: 0;
    box-shadow: 0 8px 18px rgba(8, 22, 47, 0.12);
}

.button-social--line {
    background: #03b24c;
}

.button-social--shopee {
    background: #dd4a2d;
}

.button-social--facebook {
    background: #1768d4;
}

.button-social--website {
    background: #0a1f44;
    box-shadow: 0 10px 24px rgba(8, 22, 47, 0.24);
}

.social-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.social-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.contact-note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 0.92rem;
}

.contact-team {
    margin-top: 16px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-team h3 {
    margin: 0;
    color: var(--navy);
}

.contact-team__title {
    margin: 0;
    color: var(--navy);
    font-size: 1.15rem;
    font-weight: 700;
}

.chat-presence-note {
    margin: 0.85rem 0 0;
    padding: 0.75rem 0;
    border-radius: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    background: none;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}
.chat-presence-note--online {
    background: none;
    color: #047a34;
    border: none;
}
.chat-presence-note--offline {
    background: none;
    color: #4a5a72;
    border: none;
}
.chat-presence-note__dev {
    opacity: 0.75;
    font-size: 0.82em;
}

body.page-chat .hero-shell {
    grid-template-columns: 1fr;
}
body.page-chat .hero-main {
    width: 100%;
    max-width: none;
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
body.page-chat .contact-team {
    width: 100%;
    box-sizing: border-box;
}

body.page-chat .button-social.is-offline {
    filter: grayscale(1);
    opacity: 0.58;
    box-shadow: none;
    background: #9aa3b2;
}
body.page-chat .button-social.is-offline:hover {
    filter: grayscale(0.85);
    opacity: 0.72;
}

.contact-team-note {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.contact-team-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.contact-team-card {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    padding: 12px;
    border-radius: 14px;
    background: none;
    /* border: 0px solid rgba(15, 23, 42, 0.08); */
    /* box-shadow: 0 10px 20px rgba(8, 22, 47, 0.08); */
}

.contact-team-photo {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    object-fit: cover;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 18px rgba(2, 12, 38, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-team-photo--online {
    border-color: rgba(191, 233, 255, 0.95);
    animation: contact-online-glow 3.8s ease-in-out infinite;
}

@keyframes contact-online-glow {
    0% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(58, 180, 255, 0.00),
            0 10px 22px rgba(3, 25, 56, 0.16);
        filter: saturate(1);
    }
    40% {
        transform: scale(1.015);
        box-shadow:
            0 0 0 4px rgba(65, 196, 255, 0.22),
            0 0 24px 6px rgba(68, 196, 255, 0.30),
            0 12px 26px rgba(4, 29, 64, 0.24);
        filter: saturate(1.08);
    }
    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(58, 180, 255, 0.00),
            0 10px 22px rgba(3, 25, 56, 0.16);
        filter: saturate(1);
    }
}

.contact-team-copy {
    display: grid;
    gap: 2px;
}

.contact-team-name {
    color: var(--navy);
    font-size: 0.95rem;
}

.contact-team-role {
    color: var(--muted);
    font-size: 0.82rem;
}

.contact-team-status {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.contact-team-status--online {
    color: #166534;
    background: #dcfce7;
    border-color: #86efac;
}

.contact-team-status--away {
    color: #92400e;
    background: #fef3c7;
    border-color: #fcd34d;
}

.contact-team-status--offline {
    color: #334155;
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.order-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.order-channel-grid .button-social {
    width: 100%;
    min-height: 50px;
}

.contact-phone-grid {
    margin-top: 14px;
}

.contact-phone-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* contact.php — phone panel: solid cards, no glass blur */
body.page-contact .hero-panel {
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
body.page-contact .contact-phone-card.mini-card {
    background: #fff;
    border: 1px solid rgba(10, 31, 68, 0.1);
    border-radius: 16px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.page-contact .contact-phone-grid.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}

body.page-contact .contact-phone-grid .contact-phone-card {
    flex: 1 1 auto;
    width: 100%;
}

@media (max-width: 768px) {
    body.page-contact .contact-phone-grid.hero-stats {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    body.page-contact .contact-phone-grid .contact-phone-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
    }

    body.page-contact .contact-phone-number {
        display: block;
        font-size: 1.05rem;
        line-height: 1.35;
    }
}

.contact-phone-number {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

.contact-phone-link {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--navy);
    font-size: 0.86rem;
    font-weight: 700;
}

.nav-cta:hover,
.button-primary:hover,
.button-secondary:hover,
.product-card:hover,
.feature-card:hover,
.quote-card:hover,
.cta-panel:hover {
    transform: translateY(-3px);
}

.menu-toggle {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    color: var(--navy);
    transition: background 0.2s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
    background: rgba(10, 31, 68, 0.06);
    outline: none;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 18px;
    height: 1.5px;
    margin: 0;
    background: currentColor;
    border-radius: 999px;
    transform: translateX(-50%);
    transition: transform 0.22s ease, opacity 0.18s ease, top 0.22s ease;
}

.menu-toggle span {
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-toggle::before {
    top: calc(50% - 5.5px);
}

.menu-toggle::after {
    top: calc(50% + 5.5px);
}

.topbar.is-open .menu-toggle span {
    opacity: 0;
}

.topbar.is-open .menu-toggle::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.topbar.is-open .menu-toggle::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hero,
section,
.footer {
    padding: 32px 0;
}

/* Footer band — <img> in container; crop bottom empty without background */
.footer {
    position: relative;
    margin: 0;
    padding: 72px 0 0;
    /* room for .glass-preview-bar (~76px) + breathing space */
    padding-bottom: calc(200px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    background: none;
}

.footer__inner {
    position: relative;
    z-index: 1;
}

.footer__frame {
    overflow: hidden;
    width: 100%;
    /* taller art band, less black padding under subjects */
    aspect-ratio: 1140 / 460;
    line-height: 0;
}

.footer__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* bias upward so bottom empty space is clipped */
    object-position: center 32%;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 0;
        padding-bottom: calc(160px + env(safe-area-inset-bottom, 0px));
    }

    .footer__frame {
        aspect-ratio: 1140 / 520;
    }

    .footer__image {
        object-position: center 36%;
    }
}

.hero-shell,
.trust-grid,
.product-grid,
.quote-grid,
.cta-grid,
.footer-grid {
    display: grid;
    gap: 20px;
}

.hero-shell {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

/* Morning-light effect toggle for hero area 1 + 2 */
.hero.hero--morning-light {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(120% 86% at 50% 58%, rgba(255, 241, 202, 0.42) 0%, rgba(255, 241, 202, 0.18) 34%, rgba(255, 241, 202, 0) 64%),
        linear-gradient(180deg, rgba(243, 249, 255, 0) 0%, rgba(243, 249, 255, 0.34) 38%, rgba(243, 249, 255, 0.58) 74%, rgba(243, 249, 255, 0.24) 100%);
}

.hero.hero--morning-light::before,
.hero.hero--morning-light::after {
    content: "";
    position: absolute;
    top: 14%;
    width: 72%;
    height: 56%;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.45;
    z-index: 0;
}

.hero.hero--morning-light::before {
    left: -58%;
    background:
        radial-gradient(closest-side,
            rgba(57, 127, 231, 0.55) 0%,
            rgba(114, 178, 255, 0.36) 34%,
            rgba(168, 214, 255, 0.2) 64%,
            rgba(224, 243, 255, 0) 100%);
    animation: morningRingLeftToRight 7s ease-in-out infinite;
}

.hero.hero--morning-light::after {
    right: -58%;
    background:
        radial-gradient(closest-side,
            rgba(43, 102, 196, 0.5) 0%,
            rgba(92, 156, 243, 0.32) 36%,
            rgba(156, 205, 255, 0.18) 66%,
            rgba(224, 243, 255, 0) 100%);
    animation: morningRingRightToLeft 8s ease-in-out infinite;
}

.hero-shell.hero-shell--morning-light {
    position: relative;
    isolation: isolate;
    z-index: 1;
}

.hero-shell.hero-shell--morning-light::before {
    content: "";
    position: absolute;
    inset: -6px;
    z-index: -1;
    pointer-events: none;
    border-radius: 14px;
    background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(ellipse at 86% 14%, rgba(255, 244, 206, 0.28) 0%, rgba(255, 244, 206, 0) 54%);
}

/* Subtle ripple pass over hero image */
.hero.hero--morning-light .hero-main {
    position: relative;
    overflow: hidden;
}

.hero.hero--morning-light .hero-main::after {
    content: "";
    position: absolute;
    inset: -8% -6%;
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(120% 80% at 24% 42%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(120% 80% at 76% 58%, rgba(190, 220, 255, 0.08) 0%, rgba(190, 220, 255, 0) 52%);
    mix-blend-mode: soft-light;
    opacity: 0.38;
    animation: heroRippleSweep 12s ease-in-out infinite;
}

.hero.hero--morning-light .hero-main-top,
.hero.hero--morning-light .hero-main-content {
    position: relative;
    z-index: 2;
}

@keyframes morningRingLeftToRight {
    0% {
        transform: translateX(0) translateY(0) scale(0.95);
        opacity: 0.24;
    }
    50% {
        transform: translateX(156%) translateY(4%) scale(1.08);
        opacity: 0.5;
    }
    100% {
        transform: translateX(320%) translateY(2%) scale(1.02);
        opacity: 0.22;
    }
}

@keyframes morningRingRightToLeft {
    0% {
        transform: translateX(0) translateY(0) scale(0.96);
        opacity: 0.22;
    }
    50% {
        transform: translateX(-150%) translateY(5%) scale(1.1);
        opacity: 0.46;
    }
    100% {
        transform: translateX(-320%) translateY(2%) scale(1.03);
        opacity: 0.2;
    }
}

@keyframes heroRippleSweep {
    0%, 100% {
        transform: translateX(-2%) translateY(0) scale(1);
        opacity: 0.28;
    }
    50% {
        transform: translateX(2%) translateY(1.2%) scale(1.03);
        opacity: 0.42;
    }
}

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

.cta-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.hero-main,
.hero-panel,
.feature-card,
.product-card,
.quote-card,
.cta-panel,
.footer-shell {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 245, 251, 0.84) 100%); */
    background:none;
    border: 0px solid rgba(255, 255, 255, 0.82);
    /*box-shadow: 0 16px 44px rgba(8, 22, 47, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.8);*/
    box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 7px;
}

.hero-main,
.hero-panel,
.cta-panel,
.footer-shell,
.feature-card,
.quote-card {
    padding: 24px;
}

.hero-main h1 {
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 2.9rem);
    line-height: 1.32;
    letter-spacing: -0.03em;
    color: var(--navy);
}

.hero-main p,
.panel-copy p,
.feature-card p,
.product-card p,
.quote-card blockquote,
.cta-panel p,
.footer-copy p {
    max-width: 64ch;
}

.hero-main p,
.section-head p,
.feature-card p,
.product-card p,
.quote-card blockquote,
.cta-panel p,
.footer-copy p,
.footer-meta div {
    color: var(--muted);
}

.eyebrow,
.product-tag {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.eyebrow {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    color: var(--navy);
    margin-bottom: 18px;
}

.hero-actions,
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-stats .mini-card {
    flex: 1 1 220px;
    padding: 18px;
    border-radius: 22px;
}

.order-admin-chat {
    display: flex;
    justify-content: center;
    width: 100%;
    flex: 1 1 100%;
}

.order-admin-chat .button-social {
    width: auto;
    flex: 0 0 auto;
}

.order-channel-wrap {
    max-width: 40rem;
}

.order-channel-head {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0.75rem;
}

.order-channel-title {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.3;
    color: var(--navy);
}

.order-channel-lead {
    margin: 0 0 1rem;
    color: var(--muted);
}

.order-channel-notes {
    margin: 0 0 1.35rem;
    padding-left: 1.2rem;
    color: #1f2937;
}

.order-channel-notes li + li {
    margin-top: 0.45rem;
}

.order-channel-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.order-channel-actions form {
    margin: 0;
}

.order-channel-actions .button-social,
.order-channel-actions .button-secondary {
    width: auto;
    min-height: 48px;
}

.order-channel-actions button.button-social {
    cursor: pointer;
    font: inherit;
}

@media (max-width: 640px) {
    .order-channel-actions {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100%;
    }

    .order-channel-actions form {
        width: 100%;
    }

    .order-channel-actions .button-social,
    .order-channel-actions .button-secondary,
    .order-channel-actions button.button-social {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }
}

.oc-guide {
    --oc-accent: #dd4a2d;
    --oc-accent-soft: rgba(221, 74, 45, 0.06);
    --oc-accent-line: rgba(221, 74, 45, 0.22);
    --oc-accent-text: rgba(221, 74, 45, 0.78);
    --oc-accent-glow: rgba(221, 74, 45, 0.14);
    --oc-accent-glow-soft: rgba(221, 74, 45, 0.08);
    text-align: center;
    color: var(--navy);
    margin: 0 0 1.5rem;
    background: none;
}

.page-order-channel .hero-main {
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.oc-guide p {
    max-width: none;
}

.oc-guide .oc-guide-lead {
    margin: 0 auto 1.4rem;
    max-width: 22rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--muted);
}

.oc-guide .oc-guide-close {
    margin: 0.4rem auto 1.4rem;
    max-width: 22rem;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.5;
    color: var(--navy);
}

.oc-guide .order-channel-head {
    align-items: center;
    text-align: center;
    margin-bottom: 0.85rem;
}

/* สี Shopee ใช้แค่จุดบอกช่องทาง + สถานะ ไม่ทาทั้งหน้า */
.oc-guide > .order-channel-head > .lp-editorial__label {
    margin-bottom: 10px;
    color: var(--oc-accent);
}

.oc-guide .oc-guide-live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0.35rem auto 1.15rem;
    padding: 10px 16px 10px 14px;
    width: fit-content;
    max-width: 100%;
    border: 1px solid var(--oc-accent-line);
    border-radius: 999px;
    background: var(--oc-accent-soft);
    color: var(--oc-accent);
}

.oc-guide-live-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    text-align: left;
    line-height: 1.25;
}

.oc-guide-live-copy strong {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--oc-accent);
}

.oc-guide-live-copy > span {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--oc-accent-text);
}

.oc-guide-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--oc-accent);
    box-shadow: 0 0 0 4px var(--oc-accent-glow);
    flex-shrink: 0;
    animation: oc-guide-pulse 2.4s ease-out infinite;
}

@keyframes oc-guide-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px var(--oc-accent-glow);
    }
    50% {
        box-shadow: 0 0 0 7px var(--oc-accent-glow-soft);
    }
}

.oc-guide-meta {
    margin: 0 0 0.35rem;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    color: var(--muted);
}

.oc-guide-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2.1rem 0 2.2rem;
}

.oc-guide-flow > .lp-editorial__label {
    margin-bottom: 1.35rem;
}

.oc-guide-node {
    width: 100%;
    max-width: none;
}

.oc-guide-node strong,
.oc-guide-node--soft strong,
.oc-guide-node--hero strong {
    font-size: 1.12rem;
    font-weight: 650;
    line-height: 1.4;
}

.oc-guide-node--soft strong {
    font-size: 1.12rem;
    font-weight: 650;
}

.oc-guide-node--hero {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 20px 18px;
    border: 1px solid rgba(10, 31, 68, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.48);
}

.oc-guide-node--navy {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 12px 8px;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--navy);
}

.oc-guide .oc-guide-node--navy strong,
.oc-guide .oc-guide-node--navy span,
.oc-guide .oc-guide-node--navy .icon {
    color: var(--navy);
    opacity: 1;
}

.oc-guide-node--gold {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 12px 8px;
    border: 0;
    border-radius: 0;
    background: none;
    color: #8a6420;
}

.oc-guide .oc-guide-node--gold strong,
.oc-guide .oc-guide-node--gold span,
.oc-guide .oc-guide-node--gold .icon {
    color: #8a6420;
    opacity: 1;
}

.oc-guide-node--hero strong {
    font-size: 1.12rem;
}

.oc-guide-node--stat {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 22px 18px 20px;
    border: 1px solid var(--oc-accent, #dd4a2d);
    border-radius: 12px;
    background: none;
    color: var(--oc-accent, #dd4a2d);
}

.oc-guide-stat-num {
    margin: 2px 0 6px;
    font-size: clamp(1.9rem, 5vw, 2.4rem);
    font-weight: 650;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--navy);
}

.oc-guide .oc-guide-node--stat,
.oc-guide .oc-guide-node--stat span,
.oc-guide .oc-guide-node--stat strong,
.oc-guide .oc-guide-node--stat .oc-guide-stat-num,
.oc-guide .oc-guide-node--stat .text-white {
    color: var(--oc-accent, #dd4a2d);
}

.oc-guide-node--stat .icon {
    color: var(--oc-accent, #dd4a2d);
    opacity: 1;
}

.oc-guide-node--stat strong {
    font-size: 1.12rem;
}

.oc-guide-node--stat span {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.oc-guide-node--accent .icon,
.oc-guide-node--accent .oc-guide-stat-num {
    color: var(--oc-accent);
    opacity: 1;
}

.oc-guide .oc-guide-node--accent > span {
    color: #111;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.45;
}

.oc-guide .oc-guide-node--accent > h3 {
    margin: 0;
    color: #111;
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.45;
}

.oc-guide .oc-guide-node--stat > h3 {
    margin: 0 0 8px;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.4;
    color: inherit;
}

.oc-guide .oc-guide-node--stat > p:not(.oc-guide-stat-num) {
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: inherit;
}

.oc-guide-node--accent .oc-guide-stat-num {
    font-size: clamp(1.15rem, 3.2vw, 1.45rem);
    line-height: 1.25;
}

.oc-guide-node .icon,
.oc-guide-panel .icon,
.oc-guide-compare .icon {
    display: block;
    margin: 0 auto 8px;
    color: var(--navy);
    opacity: 0.72;
}

.oc-guide-node strong,
.oc-guide-fact strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.4;
}

.oc-guide-node span {
    display: block;
    margin-top: 4px;
    font-size: 0.82rem;
    color: var(--muted);
}

.oc-guide-neq {
    margin: 10px 0 4px;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--silver-4);
}

.oc-guide-denied {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(10, 31, 68, 0.38);
    text-decoration: line-through;
}

.oc-guide-line {
    display: block;
    width: 1px;
    height: 28px;
    margin: 12px auto;
    background: var(--silver-3);
}

.oc-guide-panel {
    margin: 0 0 1.15rem;
    padding: 28px 20px 24px;
    border: 1px solid rgba(10, 31, 68, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.42);
}

.oc-guide-panel h2,
.oc-guide-compare h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.4;
    color: var(--navy);
}

.oc-guide-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.oc-guide-num {
    display: block;
    margin-bottom: 6px;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: rgba(10, 31, 68, 0.38);
}

.oc-guide-steps strong {
    display: block;
    margin-top: 4px;
    font-size: 0.86rem;
    font-weight: 600;
}

.oc-guide .oc-guide-panel.oc-guide-panel--cta {
    padding: 36px 22px 28px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--oc-accent, #dd4a2d);
    color: #fff;
}

.oc-guide .oc-guide-panel--cta .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
    color: #fff;
    opacity: 1;
}

.oc-guide .oc-guide-panel--cta h2,
.oc-guide .oc-guide-panel--cta p {
    color: #fff;
}

.oc-guide .oc-guide-panel--cta p {
    margin: 8px 0 18px;
}

.oc-guide-panel--cta .button-social {
    width: min(100%, 16rem);
}

.oc-guide-compare {
    margin: 2rem 0 0.25rem;
}

.oc-guide-compare > .lp-editorial__label,
.oc-guide-compare > .oc-guide-compare-title {
    margin: 0 0 1.4rem;
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
}

.oc-guide-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0 22px;
    align-items: start;
}

.oc-guide-compare-line {
    margin: 1.5rem auto 0;
    max-width: 16rem;
}

.oc-guide-compare-line h3 {
    margin: 0 0 8px;
}

.oc-guide-compare-rule {
    display: block;
    width: 1px;
    height: 100%;
    min-height: 8rem;
    background: var(--silver-3);
    justify-self: center;
}

.oc-guide-compare h3 {
    margin: 0 0 14px;
    font-size: 0.92rem;
}

.oc-guide-fact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 0.82rem;
    color: var(--muted);
}

.oc-guide-fact .icon {
    display: inline-block;
    margin: 0;
    width: 16px;
    height: 16px;
}

.oc-guide-fact strong {
    font-size: 0.88rem;
    color: var(--navy);
}

@media (max-width: 640px) {
    .oc-guide-compare-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .oc-guide-compare-rule {
        width: 40px;
        height: 1px;
        min-height: 0;
        margin: 2px auto;
    }
}

.oc-guide--facebook {
    --oc-accent: #1877f2;
    --oc-accent-soft: rgba(24, 119, 242, 0.08);
    --oc-accent-line: rgba(24, 119, 242, 0.28);
    --oc-accent-text: rgba(24, 119, 242, 0.82);
    --oc-accent-glow: rgba(24, 119, 242, 0.18);
    --oc-accent-glow-soft: rgba(24, 119, 242, 0.1);
    --oc-past: #5c3d1e;
    --oc-past-deep: #3a2612;
    --oc-past-rail: #8a6232;
}

.oc-timeline {
    list-style: none;
    margin: 0 auto 0.35rem;
    padding: 0 0 0 1.35rem;
    width: 100%;
    max-width: 22rem;
    text-align: left;
    position: relative;
}

.oc-timeline::before {
    content: "";
    position: absolute;
    top: 0.55rem;
    bottom: 0.55rem;
    left: 0.28rem;
    width: 2px;
    background: linear-gradient(
        180deg,
        var(--oc-past-rail) 0%,
        rgba(138, 98, 50, 0.55) 100%
    );
}

.oc-timeline-item {
    position: relative;
    margin: 0 0 1.45rem;
    padding: 0 0 0 0.85rem;
}

.oc-timeline-item:last-child {
    margin-bottom: 0.15rem;
}

.oc-timeline-mark {
    position: absolute;
    top: 0.42rem;
    left: -1.2rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--oc-past-deep);
    border: 2px solid #f4ebe0;
    box-shadow: 0 0 0 2px var(--oc-past-rail);
}

.oc-guide .oc-timeline-year {
    margin: 0 0 4px;
    font-size: clamp(1.35rem, 4.2vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--oc-past-deep);
}

.oc-guide .oc-timeline-title {
    display: block;
    margin: 0 0 6px;
    font-size: clamp(1.02rem, 3.2vw, 1.12rem);
    font-weight: 750;
    line-height: 1.35;
    color: var(--oc-past);
}

.oc-guide .oc-guide-node--navy h3,
.oc-guide .oc-guide-pair h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.35;
    color: inherit;
}

.oc-guide .oc-guide-node--navy h3 {
    color: var(--navy);
}

.oc-guide .oc-timeline-copy {
    margin: 0;
    max-width: none;
    font-size: clamp(0.95rem, 2.8vw, 1.02rem);
    font-weight: 600;
    line-height: 1.5;
    color: var(--oc-past-deep);
}

.oc-guide-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
}

.oc-guide-pair .oc-guide-node--soft {
    padding: 4px 0;
}

.oc-guide .oc-guide-hook {
    margin: 1rem 0 0.2rem;
    font-size: clamp(1.5rem, 4vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--oc-accent);
}

.oc-guide .oc-guide-hook-sub {
    margin: 0 0 0.35rem;
    max-width: 18rem;
    font-size: 0.86rem;
    color: var(--muted);
}

.oc-guide-profile {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 22px 18px;
    border: 1px solid rgba(23, 104, 212, 0.22);
    border-radius: 12px;
}

.oc-guide-profile .icon {
    color: var(--oc-accent);
    opacity: 1;
}

.oc-guide-profile strong {
    display: block;
    margin: 0 0 6px;
    font-size: 1.05rem;
}

.oc-guide-profile span {
    display: block;
    margin-top: 4px;
    font-size: 0.86rem;
    color: var(--muted);
}

.oc-guide .oc-guide-profile-status {
    margin: 12px 0 8px;
    font-size: 1.05rem;
    font-weight: 650;
    color: var(--navy);
}

.oc-guide--facebook .oc-guide-panel.oc-guide-panel--cta-outline {
    background: none;
    border: 1px solid var(--oc-accent, #1877f2);
    color: var(--oc-accent, #1877f2);
}

.oc-guide--facebook .oc-guide-panel--cta-outline .icon,
.oc-guide--facebook .oc-guide-panel--cta-outline h2,
.oc-guide--facebook .oc-guide-panel--cta-outline p {
    color: var(--oc-accent, #1877f2);
}

.oc-guide--facebook .oc-guide-panel.oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) {
    background: var(--oc-accent, #1877f2);
    border: 1px solid transparent;
    color: #fff;
}

.oc-guide--facebook .oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) .icon,
.oc-guide--facebook .oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) h2,
.oc-guide--facebook .oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) p {
    color: #fff;
}

.oc-guide--facebook .oc-guide-panel--cta .button-social--facebook {
    background: #fff;
    color: #1877f2;
    box-shadow: none;
}

.oc-guide--lineoa {
    --oc-accent: #06c755;
    --oc-accent-deep: #047a34;
    --oc-accent-soft: rgba(6, 199, 85, 0.1);
    --oc-accent-line: rgba(4, 122, 52, 0.45);
    --oc-accent-text: #047a34;
    --oc-accent-glow: rgba(6, 199, 85, 0.2);
    --oc-accent-glow-soft: rgba(6, 199, 85, 0.1);
    --oc-past: #1f5c38;
    --oc-past-deep: #143d26;
    --oc-past-rail: #2f8f55;
}

.oc-guide--lineoa .oc-timeline-year {
    font-size: clamp(1.15rem, 3.6vw, 1.4rem);
}

.oc-guide--lineoa .oc-guide-panel.oc-guide-panel--cta-outline {
    background: none;
    border: 1.5px solid var(--oc-accent-deep, #047a34);
    color: var(--oc-accent-deep, #047a34);
}

.oc-guide--lineoa .oc-guide-panel--cta-outline .icon,
.oc-guide--lineoa .oc-guide-panel--cta-outline h2,
.oc-guide--lineoa .oc-guide-panel--cta-outline p {
    color: var(--oc-accent-deep, #047a34);
}

.oc-guide--lineoa .oc-guide-panel--cta-outline h2 {
    font-weight: 750;
    margin-bottom: 10px;
}

.oc-guide--lineoa .oc-guide-cta-lines {
    margin: 0;
}

.oc-guide--lineoa .oc-guide-cta-lines p {
    margin: 0;
    font-weight: 600;
    line-height: 1.45;
    opacity: 0.92;
}

.oc-guide--lineoa .oc-guide-cta-lines p + p {
    margin-top: 4px;
    font-size: 0.9rem;
    font-weight: 650;
    opacity: 1;
}

.oc-guide-perks {
    margin: 1.35rem auto 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 22rem;
    display: grid;
    gap: 1.15rem;
    text-align: left;
}

.oc-guide-perk-group h3 {
    margin: 0 0 8px;
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--oc-accent-deep, #047a34);
}

.oc-guide-perk-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.oc-guide-perk-group li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(4, 122, 52, 0.14);
}

.oc-guide--lineoa .oc-guide-perks .icon {
    width: 22px;
    height: 22px;
    margin: 0;
    color: var(--oc-accent-deep, #047a34);
    opacity: 1;
}

.oc-guide-perks span {
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.4;
    color: #143d26;
}

.oc-guide--lineoa .oc-guide-panel.oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) {
    background: var(--oc-accent, #06c755);
    border: 1px solid transparent;
    color: #fff;
}

.oc-guide--lineoa .oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) .icon,
.oc-guide--lineoa .oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) h2,
.oc-guide--lineoa .oc-guide-panel--cta:not(.oc-guide-panel--cta-outline) p {
    color: #fff;
}

.oc-guide--lineoa .oc-guide-panel--cta .button-social--line {
    background: #fff;
    color: #06c755;
    box-shadow: none;
}

@media (max-width: 640px) {
    .oc-guide-pair {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.mini-card-1 {
    font-family: "Noto Sans Thai", Sarabun;
} 

.panel-image {
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 16px;
}

.panel-copy h2,
.section-head h2,
.section-head h3,
.feature-card h3,
.product-card h3,
.cta-panel h3,
.footer-copy h3 {
    margin: 0 0 8px;
    color: var(--navy);
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.section-link,
.card-link {
    color: var(--navy);
    font-weight: 600;
}

.product-card {
    padding: 20px;
}

.product-media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
}

.product-media > img:not(.product-card-28y-badge) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.product-card-28y-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 3;
    object-fit: contain;
    pointer-events: none;
    display: block;
}

.product-media--spotlight {
    position: relative;
    isolation: isolate;
}

.product-media--spotlight::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18%;
    width: 78%;
    height: 68%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 2.5) 0%, rgba(255, 255, 255, 0.22) 40%, rgba(255, 255, 255, 0) 85%);
    filter: blur(4px);
    animation: spotlightDrift 8s ease-in-out infinite;
}

.product-media--spotlight::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 18%, rgba(255, 255, 255, 0) 42%);
    animation: spotlightGlow 8s ease-in-out infinite;
}

.product-media--spotlight > img:not(.product-card-28y-badge) {
    position: relative;
    z-index: 0;
}

@keyframes spotlightDrift {
    0%, 100% {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 0.9;
    }
    50% {
        transform: translateX(-48%) translateY(3%) scale(1.04);
        opacity: 0.62;
    }
}

@keyframes spotlightGlow {
    0%, 100% {
        opacity: 0.9;
    }
    50% {
        opacity: 0.55;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-media--spotlight::before,
    .product-media--spotlight::after {
        animation: none;
    }

    .topbar-wrap::before,
    .topbar-wrap::after {
        animation: none;
    }

    .hero.hero--morning-light::before,
    .hero.hero--morning-light::after {
        animation: none;
    }

    .hero.hero--morning-light .hero-main::after {
        animation: none;
    }

  .mag-trust-picture-frame::before,
  .mag-trust-picture-frame::after,
  .mag-trust-picture,
  .mag-trust-img,
  .lp-ingredients-editorial::before,
  .lp-ingredients-editorial::after,
  .lp-mag-gallery__frame::before {
    animation: none;
  }
}

.product-tag {
    background: #0a1f44;
    color: #f7f6f4;
    margin-bottom: 10px;
    font-size:0.75rem;
}

.product-des {
    line-height:22px;
    font-size:1rem;
}

.product-bg {
        background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.90), transparent 26%),
        radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.56), transparent 24%),
        radial-gradient(circle at 50% 120%, rgba(10, 31, 68, 0.06), transparent 42%),
        linear-gradient(140deg, #f8fbff 0%, #edf2f8 22%, #dde5ef 48%, #f5f8fc 70%, #e9eef5 100%);
        opacity:0.8;
}

.quote-mark {
    font-size: 3rem;
    color: rgba(184, 154, 100, 0.22);
    line-height: 1;
    margin-bottom: 10px;
}

.quote-card footer {
    margin-top: 16px;
    color: var(--navy);
    font-weight: 600;
}

.order-step-card {
    background: rgba(184, 154, 100, 0.22);
}

.order-step-card blockquote {
    /* color: var(--navy); */
    color: #5a4729;
}

.order-step-head h2 {
    color: #6f5121;
}

.order-step-head p {
    color: #5a4729;
}

.faq-anchor-target {
    scroll-margin-top: 96px;
}

.reviewer-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.reviewer-avatar {
    width: 68px;
    height: 68px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 68px;
    border: 2px solid rgba(184, 154, 100, 0.45);
    box-shadow: 0 10px 22px rgba(8, 22, 47, 0.14), 0 0 0 6px rgba(255, 255, 255, 0.78);
    background: #f6f8fb;
}

.reviewer-copy {
    display: grid;
    gap: 2px;
    padding-left:10px;
}

.reviewer-copy strong {
    color: var(--navy);
    font-size: 0.96rem;
}

.reviewer-copy span {
    color: var(--muted);
    font-size: 0.84rem;
}

.reviewer-badge {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #7a5a26;
    background: linear-gradient(135deg, rgba(184, 154, 100, 0.18) 0%, rgba(184, 154, 100, 0.08) 100%);
    border: 1px solid rgba(184, 154, 100, 0.3);
}

.cta-panel--dark {
    background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);
    color: #fff;
}

.cta-panel--dark h3,
.cta-panel--dark p,
.cta-panel--dark .card-link {
    color: #fff;
}

.footer-shell {
    padding: 24px;
}

.footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
}

.footer-links,
.footer-meta {
    display: grid;
    gap: 10px;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.glass-preview-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    bottom: max(0px, env(safe-area-inset-bottom));
    z-index: 2147483647;
    height: 76px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 0;
    box-shadow: 0 -6px 20px rgba(8, 22, 47, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: block;
    padding: 8px 16px;
    position: fixed;
    box-sizing: border-box;
}

.glass-preview-brand {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    display: flex;
    align-items: center;
    margin-right: 0;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 0 16px;
    border-radius: 0;
    background: #0a1f44;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    pointer-events: none;
    line-height: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    text-decoration: none;
}

.glass-preview-brand--order {
    display: none;
    pointer-events: auto;
    justify-content: center;
    min-width: 4.5rem;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
}

.glass-preview-menu {
    width: min(100%, var(--container));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: 24px;
    background: transparent;
    border: none;
    box-shadow: none;
    pointer-events: auto;
}

.glass-preview-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 16px;
    padding: 8px 10px;
    text-align: center;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #0b2f60;
    background: transparent;
    border: none;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55),
        0 -1px 0 rgba(8, 22, 47, 0.12);
    box-shadow: none;
    transition: background .2s ease, transform .2s ease;
}

.glass-preview-item:hover {
    background: transparent;
    transform: translateY(-1px);
}

.glass-preview-item--primary {
    background: transparent;
    border: none;
}

.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.icon-sm {
  width: 18px;
  height: 18px;
}

.cart-section {
    padding: 72px 0 120px;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
    gap: 24px;
    align-items: start;
}

.cart-layout--empty {
    grid-template-columns: 1fr;
    min-height: 48vh;
    align-items: center;
    justify-items: center;
}

/* ?????????? ? .cart-summary { display:grid } ??? [hidden] ?????????????? */
.cart-layout [data-cart-summary][hidden],
.cart-layout [data-cart-main][hidden],
.cart-layout [data-cart-empty][hidden],
.cart-layout [data-cart-items][hidden] {
    display: none !important;
}

.cart-empty-soft {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    width: min(100%, 36rem);
    min-height: 18rem;
    padding: 2rem 1rem;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    user-select: none;
}

.cart-empty-soft__icon {
    color: rgba(148, 163, 184, 0.42);
    display: block;
}

.cart-empty-soft__text {
    margin: 0;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(100, 116, 139, 0.58);
    line-height: 1.35;
}

.cart-main,
.checkout-form,
.payment-card,
.cart-summary,
.admin-orders,
.empty-state {
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 55px rgba(8, 22, 47, 0.10);
    border-radius: var(--radius-lg);
    padding: 24px;
    margin-bottom: 14px;
}

/* Cart / checkout / payment glass panels — match .product-card shell, no gold */
body.page-tone-warm .cart-main,
body.page-tone-warm .cart-summary,
body.page-tone-warm .checkout-form,
body.page-tone-warm .payment-card,
body.page-tone-warm .empty-state {
    background: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 7px;
    box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

body.page-tone-warm .checkout-address-card {
    background: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 7px;
    box-shadow: 0 12px 28px rgba(8, 22, 47, 0.04);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

body.page-tone-warm .payment-method-picker,
body.page-tone-warm .promptpay-qr-box {
    background: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 7px;
    box-shadow: 0 12px 28px rgba(8, 22, 47, 0.04);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.section-head.compact {
    margin-bottom: 22px;
}

.cart-product-actions,
.payment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.cart-items {
    display: grid;
    gap: 14px;
}

.cart-item,
.admin-order-card {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 7.25rem 8.75rem;
    gap: 14px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: var(--radius-md);
    background: rgba(248, 251, 255, 0.86);
}

.cart-item {
    padding-right: 2.25rem;
}

body.page-tone-warm .cart-item {
    background: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 7px;
    box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.cart-item__thumb,
.cart-item img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 18px;
    background: #eef4fb;
}

body.page-tone-warm .cart-item__thumb {
    background: none;
    border-radius: 14px;
    object-fit: cover;
    object-position: center center;
}

.cart-item__info {
    min-width: 0;
}

.cart-item__name {
    display: block;
    color: var(--navy);
    font-size: 0.98rem;
    line-height: 1.35;
}

.cart-item__foot {
    display: contents;
}

.cart-item span,
.admin-order-card span {
    display: block;
    color: var(--muted);
    font-size: 0.92rem;
}

.cart-item__sku {
    font-size: 0.8rem !important;
    margin-top: 0.15rem;
}
.cart-item__price-block {
    margin-top: 0.35rem;
}
.cart-item__price-sale {
    display: block;
    color: #ee4d2d !important;
    font-size: 1.15rem !important;
    font-weight: 800;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}
.cart-item__price-sale--plain {
    color: var(--navy) !important;
    font-size: 1.05rem !important;
}
.cart-item__price-meta {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.15rem;
    color: inherit;
}
.cart-item__price-was {
    color: #98a2b3 !important;
    font-size: 0.82rem !important;
    font-weight: 500;
    text-decoration: line-through;
    font-variant-numeric: tabular-nums;
}
.cart-item__badge {
    display: inline-flex !important;
    align-items: center;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    background: #ee4d2d;
    color: #fff !important;
    font-size: 0.72rem !important;
    font-weight: 800;
}
.cart-item__hint {
    margin-top: 0.25rem;
    font-size: 0.74rem !important;
}
.cart-item__hint--orange {
    color: #ee4d2d !important;
    font-weight: 600 !important;
}
.cart-item__accept {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1f3a2a;
    cursor: pointer;
    user-select: none;
}
.cart-item__accept input {
    width: 1rem;
    height: 1rem;
    accent-color: #2f6b4f;
}
.cart-item--promo-extra {
    border-style: dashed;
}
.cart-item--waived {
    opacity: 0.55;
}
.cart-item__controls {
    display: block;
    width: auto;
    min-width: 13.5rem;
}
.cart-item__line-total {
    text-align: right;
    display: grid;
    gap: 0.15rem;
    justify-items: end;
    align-content: center;
    width: 8.75rem;
    min-width: 8.75rem;
    min-height: 2.6rem;
}
.cart-item__line-total .cart-item__price-was {
    min-height: 1rem;
    line-height: 1rem;
}
.cart-item__line-total .cart-item__price-sale {
    font-size: 1.05rem !important;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.cart-item__line-total .cart-item__price-was.is-empty {
    visibility: hidden;
}
.cart-summary__hint,
.summary-row--hint b {
    font-weight: 500 !important;
    color: var(--muted) !important;
    font-size: 0.82rem;
}
.summary-row--hint-orange,
.summary-row--hint-orange span,
.summary-row--hint-orange b,
.cart-summary__hint--orange {
    color: #ee4d2d !important;
    font-weight: 600 !important;
}

.summary-row--hint-orange > b:empty {
    display: none;
}

.qty-form {
    display: grid;
    gap: 0.25rem;
    width: 100%;
}

.qty-form__caption {
    display: block;
    font-size: 0.75rem;
    color: var(--muted);
    font-weight: 600;
    line-height: 1.2;
}

.qty-form__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
}

.qty-form__btn {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 10px;
    background: #fff;
    color: var(--navy);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.qty-form__btn:hover:not(:disabled) {
    border-color: rgba(238, 77, 45, 0.45);
    color: #ee4d2d;
}
.qty-form__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.qty-form__input,
.qty-form input {
    flex: 0 0 3rem;
    width: 3rem;
    min-width: 3rem;
    max-width: 3.25rem;
    box-sizing: border-box;
    min-height: 36px;
    height: 36px;
    padding: 0 0.15rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 10px;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--navy);
    background: #fff;
    text-align: center;
    font-variant-numeric: tabular-nums;
    -moz-appearance: textfield;
    appearance: textfield;
}
.qty-form__input::-webkit-outer-spin-button,
.qty-form__input::-webkit-inner-spin-button,
.qty-form input::-webkit-outer-spin-button,
.qty-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-form__input[readonly] {
    background: #f8fafc;
    cursor: default;
}

.qty-form__label {
    display: grid;
    gap: 0.2rem;
    font-size: 0.75rem;
    color: var(--muted);
    font-weight: 600;
}
.qty-form__label input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.4rem 0.35rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    font: inherit;
    font-weight: 700;
    color: var(--navy);
    background: #fff;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.cart-item__remove {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(221, 74, 45, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #c23a22;
    cursor: pointer;
    text-decoration: none;
    line-height: 0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.cart-item__remove:hover {
    background: rgba(221, 74, 45, 0.12);
    border-color: rgba(221, 74, 45, 0.4);
    color: #9e2a16;
}

.cart-item__remove-icon {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.checkout-form {
    display: grid;
    gap: 16px;
}

.admin-login-form {
    max-width: 560px;
    margin: 0 auto;
}

.checkout-form label {
    display: grid;
    gap: 7px;
    color: var(--navy);
    font-weight: 700;
}

.admin-inline-help {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.checkout-form input,
.checkout-form textarea {
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 16px;
    padding: 12px 14px;
    font: inherit;
    color: var(--text);
    background: rgba(255, 255, 255, 0.92);
}

.cart-summary {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 14px;
}

.cart-summary__actions {
    display: grid;
    gap: 12px;
    margin-top: 4px;
    padding-top: 4px;
}

.cart-coupon {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 14px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.035);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.cart-coupon__label {
    display: block;
    margin: 0;
    font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--navy, #0b2a5b);
}

.cart-coupon__row {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cart-coupon__input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 12px 14px;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: transparent;
}

.cart-coupon__input:focus {
    outline: none;
}

.cart-coupon__row:focus-within {
    border-color: rgba(22, 113, 214, 0.55);
    box-shadow: 0 0 0 3px rgba(22, 113, 214, 0.12);
}

.cart-coupon__apply {
    flex: 0 0 auto;
    margin: 0;
    border: 0;
    border-left: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0;
    padding: 0 16px;
    white-space: nowrap;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #06142f 0%, #1671d6 100%);
    cursor: pointer;
}

.cart-coupon__apply:hover {
    filter: brightness(1.06);
}

.cart-coupon-remove {
    margin: 0;
}

.cart-coupon-remove__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8a4a1a;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.cart-coupon-remove__btn:hover {
    color: #6b3410;
}

.cart-summary__checkout {
    margin-top: 4px;
}

.cart-summary__clear {
    margin: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    min-height: 2.55rem;
}

.summary-row > b {
    min-width: 7.5rem;
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.summary-row--after-deal {
    font-weight: 700;
    color: var(--navy);
}

.summary-row--after-deal > b {
    font-variant-numeric: tabular-nums;
}

.summary-row.total {
    font-size: 1.12rem;
    color: var(--navy);
}

.summary-row.is-slot-hidden {
    visibility: hidden;
}

.button-primary.full,
.button-secondary.full {
    width: 100%;
    justify-content: center;
}

.alert.error {
    padding: 14px 16px;
    border-radius: 16px;
    color: #8a1f11;
    background: #fff0eb;
    border: 1px solid rgba(210, 76, 45, 0.25);
}

.qr-mock {
    width: min(100%, 320px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin: 24px auto;
    border: 14px solid #071936;
    border-radius: 28px;
    color: #071936;
    font-weight: 800;
    letter-spacing: 0.05em;
    background:
        linear-gradient(90deg, rgba(7, 25, 54, 0.16) 10px, transparent 10px) 0 0 / 32px 32px,
        linear-gradient(rgba(7, 25, 54, 0.16) 10px, transparent 10px) 0 0 / 32px 32px,
        #fff;
}

.payment-method-picker {
    display: grid;
    gap: 10px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.9);
}

.payment-method-picker legend {
    padding: 0 4px;
    font-weight: 800;
    color: var(--navy, #0b2a5b);
}

.payment-method-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-weight: 600;
    color: var(--text, #0f172a);
    cursor: pointer;
}

.payment-method-option input {
    width: 18px;
    height: 18px;
    accent-color: #0b2a5b;
}

.promptpay-qr-box {
    display: grid;
    gap: 12px;
    justify-items: center;
    margin: 8px 0 16px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    text-align: center;
}

.promptpay-qr-box__img {
    width: min(100%, 280px);
    height: auto;
    border-radius: 12px;
    background: #fff;
}

.promptpay-qr-box__msg {
    margin: 0;
    font-weight: 700;
    color: var(--navy, #0b2a5b);
    line-height: 1.45;
}

.promptpay-qr-box__countdown {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--navy, #0b2a5b);
    font-variant-numeric: tabular-nums;
}

.promptpay-qr-box__countdown.is-urgent {
    color: #b45309;
}

.promptpay-qr-box__countdown.is-expired {
    color: #b91c1c;
}

.promptpay-qr-box__wait {
    margin: 0;
    color: var(--muted, #64748b);
    font-size: 0.92rem;
}

.location-picker {
    position: relative;
    display: grid;
    gap: 0;
}

.location-picker-label {
    display: grid;
    gap: 7px;
}

.location-picker-query {
    position: relative;
}

.location-picker-suggest {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 40;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.location-picker-suggest[hidden] {
    display: none !important;
}

.location-picker-option {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.location-picker-line {
    display: block;
    font-size: 0.88rem;
    color: var(--muted, #64748b);
    line-height: 1.35;
}

.location-picker-line:first-child {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--navy, #0b2a5b);
}

.location-picker [aria-selected="true"] .location-picker-option,
.location-picker-option:hover {
    background: rgba(31, 140, 255, 0.08);
}

.location-picker-empty,
.location-picker-loading {
    padding: 12px 14px;
    font-size: 0.9rem;
    color: var(--muted, #64748b);
    text-align: center;
}

.location-picker-hint {
    margin-top: -6px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(135deg, #06142f 0%, #1671d6 100%);
    font-weight: 800;
}

.status-pill--large {
    font-size: 1.1rem;
    padding: 12px 18px;
    margin: 10px 0;
}

.debug-panel {
    margin-top: 16px;
    border: 1px solid rgba(22, 113, 214, 0.20);
    border-radius: 18px;
    background: rgba(235, 245, 255, 0.86);
    overflow: hidden;
}

.debug-panel summary {
    cursor: pointer;
    padding: 12px 14px;
    font-weight: 800;
    color: #0b2554;
}

.debug-panel pre {
    max-height: 360px;
    overflow: auto;
    margin: 0;
    padding: 14px;
    color: #071936;
    font-size: 0.82rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

.admin-orders {
    display: grid;
    gap: 12px;
}

.admin-order-card {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 10px;
}

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

.dashboard-card {
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 245, 255, 0.88));
    box-shadow: 0 18px 42px rgba(8, 22, 47, 0.09);
    border-radius: var(--radius-md);
    padding: 18px;
}

.dashboard-card span {
    display: block;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.dashboard-card strong {
    display: block;
    margin-top: 8px;
    color: var(--navy);
    font-size: 1.35rem;
    line-height: 1.2;
}

.dashboard-card p {
    margin: 8px 0 0;
    color: var(--muted);
}

.dashboard-stack {
    align-items: stretch;
}

.status-timeline {
    display: grid;
    gap: 12px;
    margin: 20px 0;
}

.timeline-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(10, 31, 68, 0.06);
    color: var(--muted);
    font-weight: 800;
}

.timeline-step span {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: rgba(10, 31, 68, 0.20);
}

.timeline-step.is-done {
    color: #073d7a;
    background: rgba(22, 113, 214, 0.12);
}

.timeline-step.is-done span {
    background: linear-gradient(135deg, #06142f 0%, #1f8cff 100%);
    box-shadow: 0 0 0 5px rgba(31, 140, 255, 0.13);
}

.checkout-form select {
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 16px;
    padding: 12px 14px;
    font: inherit;
    color: var(--text);
    background: rgba(255, 255, 255, 0.92);
}

.checkout-address-card {
    position: relative;
    display: grid;
    gap: 6px;
    padding: 18px 48px 18px 18px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
      radial-gradient(circle at top right, rgba(31, 140, 255, 0.08), transparent 42%);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.checkout-address-card__edit {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: var(--navy, #0b2a5b);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.checkout-address-card__edit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.1);
}

.checkout-address-card__label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--muted, #64748b);
}

.checkout-address-card__name {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--navy, #0b2a5b);
}

.checkout-address-card__phone,
.checkout-address-card__lines {
    color: var(--text, #0f172a);
    line-height: 1.55;
}

.checkout-address-card__note {
    margin-top: 4px;
    color: var(--muted, #64748b);
    font-size: 0.92rem;
}

.checkout-address-card__badge {
    justify-self: start;
    margin-top: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0b2a5b;
    background: rgba(31, 140, 255, 0.12);
}

.checkout-address-switch {
    display: grid;
    gap: 7px;
}

.checkout-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px dashed rgba(15, 23, 42, 0.18);
    background: rgba(255, 255, 255, 0.75);
    color: var(--navy, #0b2a5b);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
}

.checkout-toggle__chev {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.15s ease;
    flex: 0 0 auto;
}

.checkout-toggle.is-open .checkout-toggle__chev {
    transform: rotate(-135deg);
}

.checkout-new-address {
    display: grid;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.9);
}

.checkout-new-address[hidden] {
    display: none !important;
}

.checkout-new-address__hint {
    margin: 0;
    color: var(--muted, #64748b);
    font-size: 0.9rem;
    line-height: 1.45;
}

.checkout-form label.checkout-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.checkout-form label.checkout-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 auto;
    accent-color: #0b2a5b;
}

.icon-md {
  width: 20px;
  height: 20px;
}

.icon-lg {
  width: 24px;
  height: 24px;
}

.icon-white {
  color: #ffffff;
}

.nav-cta,
.button-primary,
.button-secondary,
.card-link,
.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.mb-3{margin-bottom:30px;}
.mb-5{margin-bottom:50px;}

@media (max-width: 980px) {

    .hero-shell,
    .trust-grid,
    .product-grid,
    .quote-grid,
    .cta-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .hero.hero--morning-light::before,
    .hero.hero--morning-light::after {
        width: 84%;
        height: 52%;
        top: 22%;
        filter: blur(8px);
        opacity: 0.34;
    }

    .hero.hero--morning-light .hero-main::after {
        opacity: 0.3;
        animation-duration: 14s;
    }
}

@media (max-width: 1180px) {
    .topbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        grid-template-areas:
            "brand tools toggle"
            "nav nav nav"
            "cta cta cta";
        align-items: center;
        gap: 8px;
        padding: 8px 4px;
        border-radius: 0;
    }

    .topbar-tools {
        grid-area: tools;
    }

    .brand {
        grid-area: brand;
        width: 100%;
        min-width: 0;
        align-items: center;
        gap: 10px;
    }

    .brand-badge {
        width: 44px;
    }

    .brand-copy span {
        display: none;
    }

    .brand-copy strong {
        font-size: 0.92rem;
    }

    .menu-toggle {
        grid-area: toggle;
        display: grid;
        place-items: center;
        margin-left: 0;
        flex-shrink: 0;
    }

    .nav-links,
    .nav-cta {
        display: none;
    }

    .topbar.is-open .nav-links {
        grid-area: nav;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        padding: 10px 0 6px;
        flex-wrap: nowrap;
    }

    .topbar.is-open .nav-links a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        width: 100%;
        min-height: 96px;
        padding: 14px 8px;
        border-radius: 16px;
        text-align: center;
        white-space: normal;
        line-height: 1.25;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--navy, #0a1f44);
        background: none;
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 12px 28px rgba(8, 22, 47, 0.05);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    }

    .topbar.is-open .nav-links .nav-tile-icon {
        display: block;
        width: 24px;
        height: 24px;
        color: rgba(10, 31, 68, 0.28);
        opacity: 0.72;
        line-height: 0;
    }

    .topbar.is-open .nav-links .nav-tile-icon svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    .topbar.is-open .nav-links .nav-tile-label {
        display: block;
        color: var(--navy, #0a1f44);
        font-weight: 700;
    }

    .topbar.is-open .nav-links a:hover,
    .topbar.is-open .nav-links a:active {
        background: rgba(255, 255, 255, 0.35);
        border-color: rgba(10, 31, 68, 0.16);
    }

    .topbar.is-open .nav-links a:hover .nav-tile-icon,
    .topbar.is-open .nav-links a:active .nav-tile-icon {
        color: rgba(10, 31, 68, 0.42);
    }

    .topbar.is-open .nav-cta {
        grid-area: cta;
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin-top: 2px;
    }
}

@media (max-width: 860px) {
    :root {
        --page-bg-image-opacity-left: 0.10;
        --page-bg-image-opacity-right: 0.10;
        --page-bg-image-opacity-bottom: 0.10;
        --page-bg-image-size-left: 72vw auto;
        --page-bg-image-size-right: 105vw auto;
        --page-bg-image-size-bottom: 120vw auto;
        --page-bg-image-position-left: left -22vw top 180px;
        --page-bg-image-position-right: right -26vw top 120px;
        --page-bg-image-position-bottom: center bottom -70px;
    }

    .glass-preview-bar {
        height: 70px;
        bottom: 0px !important;
        bottom: max(0px, env(safe-area-inset-bottom)) !important;
        padding-left: 12px;
        padding-right: 12px;
    }

    .glass-preview-brand,
    .glass-preview-brand--order {
        display: none !important;
    }

    .glass-preview-item--order-desktop {
        display: flex !important;
    }

    .glass-preview-bar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .glass-preview-menu {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px;
        padding: 6px;
        width: min(100%, var(--container));
    }

    .glass-preview-item {
        min-height: 40px;
        font-size: 0.84rem;
    }

    .cart-layout {
        grid-template-columns: 1fr;
    }

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

    .cart-summary {
        position: static;
    }

    .cart-main,
    .cart-summary {
        padding: 16px;
        border-radius: 16px;
    }

    .cart-item {
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-areas:
            "thumb info"
            "foot foot";
        gap: 12px 12px;
        align-items: start;
        padding: 14px;
    }

    .cart-item__thumb,
    .cart-item > img {
        grid-area: thumb;
        width: 72px;
        height: 72px;
        border-radius: 14px;
    }

    .cart-item__info {
        grid-area: info;
    }

    .cart-item__name {
        font-size: 0.92rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cart-item__sku {
        font-size: 0.74rem !important;
    }

    .cart-item__price-sale {
        font-size: 1.05rem !important;
    }

    .cart-item__hint {
        display: none !important;
    }

    .cart-item__foot {
        grid-area: foot;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        padding-top: 12px;
        margin-top: 2px;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .cart-item__controls {
        display: block;
        width: auto;
        min-width: 0;
        flex: 0 0 auto;
    }

    .cart-item .qty-form__caption {
        display: none;
    }

    .qty-form {
        width: auto;
    }

    .qty-form__row {
        gap: 6px;
    }

    .qty-form__btn {
        width: 36px;
        height: 36px;
    }

    .qty-form__input,
    .qty-form input {
        flex: 0 0 2.75rem;
        width: 2.75rem;
        min-width: 2.75rem;
        max-width: 2.75rem;
        min-height: 36px;
        height: 36px;
        padding: 0 0.1rem;
        font-size: 0.95rem;
        border-radius: 10px;
    }

    .cart-item__remove {
        top: 8px;
        right: 8px;
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
        border-radius: 8px;
    }

    .cart-item__line-total {
        width: auto;
        min-width: 6.5rem;
        min-height: 0;
        margin-left: auto;
    }

    .cart-item__line-total .cart-item__price-sale {
        font-size: 1.08rem !important;
    }

    .summary-row > b {
        min-width: 6.5rem;
    }

    .admin-order-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .admin-order-card > b,
    .admin-order-card > a,
    .admin-order-card .status-pill {
        grid-column: 1 / -1;
    }

    .admin-login-form {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    :root {
        --page-bg-image-opacity-left: 0.08;
        --page-bg-image-opacity-right: 0.08;
        --page-bg-image-opacity-bottom: 0.08;
        --page-bg-image-size-left: 90vw auto;
        --page-bg-image-size-right: 135vw auto;
        --page-bg-image-size-bottom: 155vw auto;
        --page-bg-image-position-left: left -42vw top 160px;
        --page-bg-image-position-right: right -48vw top 96px;
        --page-bg-image-position-bottom: center bottom -80px;
    }

    .topbar-wrap {
        padding: 10px 0;
    }

    .topbar {
        padding: 12px;
        gap: 10px;
    }

    .brand-copy span {
        display: none;
    }

    .brand-copy strong {
        font-size: 0.92rem;
    }

    .glass-preview-bar {
        height: 62px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .glass-preview-brand,
    .glass-preview-brand--order {
        display: none !important;
    }

    .glass-preview-item--order-desktop {
        display: flex !important;
    }

    .glass-preview-menu {
        gap: 4px;
        padding: 4px;
        border-radius: 18px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        width: min(100%, var(--container));
    }

    .glass-preview-item {
        min-height: 36px;
        font-size: 0.74rem;
        padding: 6px 4px;
        border-radius: 12px;
    }

    .order-channel-grid {
        grid-template-columns: 1fr;
    }

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

    .contact-team-card {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
        padding: 10px 8px;
    }

    .contact-team-copy {
        justify-items: center;
        text-align: center;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .eyebrow{
        border-radius:0px;
        background:none;
        padding:0px;
        border:0px;
    }

    p {font-size:1rem;}
}

/* ????? */


.page-shell {
  position: relative;
  isolation: isolate;
  overflow: clip;
  z-index: 0;
}

.page-shell > * {
  position: relative;
  z-index: 1;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    var(--page-bg-image-left) var(--page-bg-image-position-left) / var(--page-bg-image-size-left) var(--page-bg-image-repeat);
  filter: var(--page-bg-image-filter-left);
  opacity: var(--page-bg-image-opacity-left);
}

.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--page-bg-image-right) var(--page-bg-image-position-right) / var(--page-bg-image-size-right) var(--page-bg-image-repeat);
  filter: var(--page-bg-image-filter-right);
  opacity: var(--page-bg-image-opacity-right);
}

.floating-advisor-cta {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: 88px;
    z-index: 55;
    width: min(320px, calc(100vw - 24px));
}

.floating-advisor-cta__body {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 34px rgba(2, 12, 38, 0.18);
    border-radius: 18px;
    padding: 12px;
    backdrop-filter: blur(8px);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.floating-advisor-cta__close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: rgba(255, 255, 255, 0.98);
    color: #0f172a;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(2, 12, 38, 0.20);
    z-index: 1;
}

.floating-advisor-cta__close:hover {
    background: #f8fafc;
}

.floating-advisor-cta.is-collapsed {
    width: 62px;
}

.floating-advisor-cta.is-collapsed .floating-advisor-cta__body {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 999px;
    backdrop-filter: none;
}

.floating-advisor-cta.is-collapsed .floating-advisor-cta__copy {
    display: none;
}

.floating-advisor-cta.is-collapsed .floating-advisor-cta__close {
    display: none;
}

.floating-advisor-cta__body:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(2, 12, 38, 0.23);
}

.floating-advisor-cta__avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    object-fit: cover;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.95);
}

.floating-advisor-cta__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.floating-advisor-cta__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #0b3a77;
}

.floating-advisor-cta__name {
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.25;
}

.floating-advisor-cta__role {
    color: var(--muted);
    font-size: 0.8rem;
}

.floating-advisor-cta__action {
    margin-top: 2px;
    color: #0d5f7a;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .floating-advisor-cta {
        right: 10px;
        bottom: 84px;
        width: min(300px, calc(100vw - 16px));
    }
}

.hero-video {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 60px rgba(8, 22, 47, 0.10), inset 0 1px 0 rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.72);
}

.hero-video video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 720px) {
  .home-shop-deals .shop-grid[data-layout="four"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.rating {
    font-size:0.8rem;
    color: var(--navy, #0a1f44);
    font-weight: 700;
}

.feature-icon {
    font-size:2.5rem;
    font-weight:bold;
}

/* Homepage hero — full-bleed; navy เฉพาะโซนข้อความ · รูปด้านขวาใส */
.hero.hero--fullbleed {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    min-height: 0;
    aspect-ratio: 16 / 9;
    display: grid;
    align-items: center;
    z-index: 1;
}

.hero-fullbleed-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-fullbleed-media picture,
.hero-fullbleed-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-fullbleed-media img {
    object-fit: cover;
    object-position: center center;
}

/* ม่าน navy ทับเฉพาะซ้าย (ข้อความ) → จางหายก่อนถึงรูปทางขวา */
.hero-fullbleed-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(8, 22, 47, 0.88) 0%,
        rgba(8, 22, 47, 0.72) 28%,
        rgba(8, 22, 47, 0.28) 48%,
        rgba(8, 22, 47, 0.06) 62%,
        rgba(8, 22, 47, 0) 76%
    );
}

.hero-fullbleed-copy {
    position: relative;
    z-index: 3;
    padding: 72px 15px 64px;
    color: #f7f4ee;
    max-width: min(calc(100% - 32px), 560px);
    margin-left: max(16px, calc((100vw - var(--container, 1120px)) / 2));
    margin-right: auto;
}

.hero-fullbleed-copy .eyebrow {
    color: rgba(247, 244, 238, 0.78);
}

.hero-fullbleed-copy h1 {
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-fullbleed-copy > p,
.hero-fullbleed-note p {
    color: rgba(247, 244, 238, 0.92);
}

.hero-fullbleed-copy .hero-stats .mini-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #f7f4ee;
}

.hero-fullbleed-copy .hero-stats .mini-card strong {
    color: #fff;
}

.hero-fullbleed-copy .hero-stats .mini-card span,
.hero-fullbleed-copy .hero-stats .mini-card .mini-card-1 {
    color: rgba(247, 244, 238, 0.82);
}

.hero-fullbleed-copy .button-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
}

.hero-fullbleed-copy .button-secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.hero-fullbleed-note {
    margin-top: 1.5rem;
    max-width: 38rem;
}

.hero-fullbleed-note h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    color: #fff;
}

@media (max-width: 1100px) {
    /* แนวนอน / หน้าจอย่อแนวสวยแบบรูปสอง: ข้อความซ้าย · รูปขวา */
    .hero.hero--fullbleed {
        min-height: 0;
        aspect-ratio: 16 / 9;
        align-items: center;
    }
    .hero-fullbleed-media img {
        object-position: 72% center;
    }
    .hero-fullbleed-media::after {
        background: linear-gradient(
            90deg,
            rgba(8, 22, 47, 0.9) 0%,
            rgba(8, 22, 47, 0.78) 30%,
            rgba(8, 22, 47, 0.32) 48%,
            rgba(8, 22, 47, 0.06) 64%,
            rgba(8, 22, 47, 0) 78%
        );
    }
    .hero-fullbleed-copy {
        max-width: min(calc(100% - 32px), 26rem);
        margin-left: max(16px, calc((100vw - var(--container, 1120px)) / 2));
        margin-right: auto;
        width: auto;
        padding: 40px 15px 48px;
    }
}

/* มือถือแนวตั้ง: รูปอยู่บน · ข้อความอยู่ในแผ่น navy ด้านล่าง ไม่ทับโหล */
@media (max-width: 1100px) and (orientation: portrait) {
    .hero.hero--fullbleed {
        min-height: min(100svh, 980px);
        align-items: end;
    }
    .hero-fullbleed-media img {
        object-fit: cover;
        object-position: center 6%;
    }
    .hero-fullbleed-media::after {
        background: linear-gradient(
            180deg,
            rgba(8, 22, 47, 0) 0%,
            rgba(8, 22, 47, 0.05) 34%,
            rgba(8, 22, 47, 0.55) 52%,
            rgba(8, 22, 47, 0.88) 68%,
            rgba(8, 22, 47, 0.96) 100%
        );
    }
    .hero-fullbleed-copy {
        margin-left: 16px;
        margin-right: 16px;
        max-width: none;
        width: calc(100% - 32px);
        padding: 1.1rem 15px 2rem;
    }
    .hero-fullbleed-copy h1 {
        font-size: clamp(1.45rem, 6.2vw, 2.05rem);
        line-height: 1.28;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .hero.hero--fullbleed {
        min-height: 0;
        aspect-ratio: 9 / 16;
        align-items: end;
    }
}

/* แนวนอนเตี้ย (มือถือหมุน / หน้าต่างเตี้ย): คงข้อความซ้าย ไม่ให้ทับสินค้า */
@media (max-height: 560px) and (orientation: landscape) {
    .hero.hero--fullbleed {
        min-height: 0;
        aspect-ratio: 16 / 9;
        align-items: center;
    }
    .hero-fullbleed-media img {
        object-position: 80% center;
    }
    .hero-fullbleed-media::after {
        background: linear-gradient(
            90deg,
            rgba(8, 22, 47, 0.92) 0%,
            rgba(8, 22, 47, 0.7) 34%,
            rgba(8, 22, 47, 0.18) 54%,
            transparent 72%
        );
    }
    .hero-fullbleed-copy {
        max-width: min(22rem, calc(100% - 32px));
        padding: 1rem 15px;
    }
    .hero-fullbleed-copy h1 {
        font-size: clamp(1.15rem, 4.2vh, 1.7rem);
    }
    .hero-fullbleed-copy > p {
        font-size: 0.86rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

/* Home hero copy — same layout language as natural-ingredients, white tone only. */
.hero-fullbleed-copy.home-hero-copy {
  --home-hero-white: #ffffff;
  --home-hero-white-soft: rgba(255, 255, 255, 0.78);
  --home-hero-white-muted: rgba(255, 255, 255, 0.84);
  --home-hero-line: rgba(255, 255, 255, 0.22);
  max-width: min(calc(100% - 32px), 650px);
  color: var(--home-hero-white);
}

.home-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--home-hero-white-soft);
  font-family: Arial, "Noto Sans Thai", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-hero-title {
  max-width: 600px;
  margin: 0;
  color: var(--home-hero-white);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.home-hero-title span {
  display: block;
  margin-top: 2px;
  color: var(--home-hero-white-soft);
}

.home-hero-description {
  max-width: 570px;
  margin: 24px 0 30px;
  color: var(--home-hero-white-muted);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.hero-fullbleed-copy.home-hero-copy .home-hero-description {
  color: var(--home-hero-white-muted);
}

.hero-fullbleed-copy.home-hero-copy .home-hero-title {
  color: var(--home-hero-white);
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 42px;
}

.home-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.home-hero-button i {
  font-size: 15px;
}

.home-hero-button-primary {
  color: #0a1f44;
  background: var(--home-hero-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.home-hero-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--home-hero-white);
  background: rgba(255, 255, 255, 0.12);
}

.home-hero-button:hover {
  transform: translateY(-2px);
}

.home-hero-button-primary:hover {
  background: #f7f4ee;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.home-hero-button-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--home-hero-white);
}

.home-hero-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}

.home-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  max-width: 650px;
  border-top: 1px solid var(--home-hero-line);
}

.home-hero-feature {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 72px;
  padding: 18px 18px 8px 0;
  border-right: 1px solid var(--home-hero-line);
}

.home-hero-feature:not(:first-child) {
  padding-left: 18px;
}

.home-hero-feature:last-child {
  border-right: 0;
}

.home-hero-feature > i {
  flex: 0 0 auto;
  margin-right: 10px;
  color: var(--home-hero-white-soft);
  font-size: 23px;
}

.home-hero-feature div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-hero-feature strong {
  color: var(--home-hero-white);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.home-hero-feature span {
  color: var(--home-hero-white-muted);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1000px) {
  .hero-fullbleed-copy.home-hero-copy {
    max-width: min(calc(100% - 32px), 590px);
  }

  .home-hero-title {
    max-width: 520px;
    font-size: clamp(38px, 5vw, 52px);
  }

  .home-hero-description {
    max-width: 500px;
    font-size: 16px;
  }

  .home-hero-features {
    max-width: 590px;
  }
}

@media (max-width: 767px) {
  .hero-fullbleed-copy.home-hero-copy {
    max-width: none;
  }

  .home-hero-eyebrow {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.19em;
  }

  .home-hero-title {
    max-width: 100%;
    text-align: center;
    font-size: clamp(31px, 8.5vw, 40px);
    line-height: 1.18;
    letter-spacing: -0.02em;
  }

  .home-hero-title span {
    margin-top: 3px;
  }

  .home-hero-description {
    max-width: 100%;
    margin: 17px auto 24px;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }

  .home-hero-button {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }

  .home-hero-features {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-feature {
    min-height: 72px;
    padding: 14px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--home-hero-line);
  }

  .home-hero-feature:nth-child(odd) {
    border-right: 1px solid var(--home-hero-line);
  }

  .home-hero-feature:nth-child(3),
  .home-hero-feature:nth-child(4) {
    border-bottom: 0;
  }

  .home-hero-feature:not(:first-child) {
    padding-left: 10px;
  }

  .home-hero-feature > i {
    margin-right: 8px;
    font-size: 19px;
  }

  .home-hero-feature strong {
    font-size: 10px;
  }

  .home-hero-feature span {
    font-size: 9px;
  }
}

@media (max-width: 380px) {
  .home-hero-title {
    font-size: 29px;
  }

  .home-hero-description {
    font-size: 13px;
  }

  .home-hero-button {
    min-height: 48px;
    font-size: 13px;
  }

  .home-hero-feature,
  .home-hero-feature:not(:first-child) {
    padding-left: 7px;
    padding-right: 7px;
  }

  .home-hero-feature > i {
    margin-right: 6px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-button {
    transition: none;
  }
}

.film-strip-section {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    /* เงินเทาเมทัลลิก */
    background:
        radial-gradient(ellipse 90% 120% at 50% 50%, rgba(255, 255, 255, 0.32) 0%, transparent 62%),
        linear-gradient(180deg, #8a9199 0%, #c4c9cf 48%, #8a9199 100%);
}

/* Hero → film-strip ชิดสนิท */
.home-main > .hero.hero--fullbleed {
    margin-bottom: 0;
}

.home-main > .hero.hero--fullbleed + .film-strip-section {
    margin-top: 0;
    padding-top: 0;
}

.home-main > .hero.hero--fullbleed + .film-strip-section .film-strip-shell {
    border-top: 0;
}

.film-strip-shell {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    padding: 12px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    border-bottom: 0; /* ไม่มีขอบล่างทอง/เส้นล่าง */
    background:
        linear-gradient(
            108deg,
            rgba(255, 255, 255, 0) 12%,
            rgba(255, 255, 255, 0.15) 34%,
            rgba(255, 255, 255, 0.92) 48%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.55) 54%,
            rgba(210, 214, 220, 0.2) 64%,
            rgba(255, 255, 255, 0) 80%
        ),
        linear-gradient(
            118deg,
            rgba(255, 255, 255, 0) 55%,
            rgba(255, 255, 255, 0.35) 68%,
            rgba(255, 255, 255, 0) 78%
        ),
        linear-gradient(
            180deg,
            #f2f4f6 0%,
            #b8bec6 18%,
            #eceef1 36%,
            #9aa2ab 52%,
            #f7f8f9 64%,
            #7a828c 82%,
            #cdd2d8 100%
        ),
        radial-gradient(ellipse 55% 120% at 50% 45%, rgba(255, 255, 255, 0.65) 0%, transparent 70%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 2px 4px rgba(255, 255, 255, 0.35);
}

/* ไม่ใช้เฟดบังซ้าย–ขวา */
.film-strip-shell::before,
.film-strip-shell::after {
    content: none;
    display: none;
}

.film-strip-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: filmStripMarquee 64s linear infinite;
    will-change: transform;
}

.film-strip-reel {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
}

/* เฟรม: ไม่มีขอบซ้าย–ขวา มีแค่รูฟิล์มบน–ล่าง */
.film-frame {
    position: relative;
    margin: 0;
    width: 118px;
    height: 118px;
    padding: 11px 0 11px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.film-frame::before,
.film-frame::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    height: 5px;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(45, 50, 58, 0.78) 0px,
            rgba(45, 50, 58, 0.78) 7px,
            rgba(255, 255, 255, 0.95) 7px,
            rgba(255, 255, 255, 0.95) 14px
        );
    border-radius: 999px;
}

.film-frame::before {
    top: 3px;
}

.film-frame::after {
    bottom: 3px;
}

.film-frame img,
.film-frame-inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    border: 0;
    display: block;
}

.film-frame--placeholder .film-frame-inner {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    background: linear-gradient(135deg, rgba(200, 210, 220, 0.7), rgba(110, 122, 134, 0.9));
}

.image-auto {
    width:auto;
    height:auto;
    border-radius:10px;
    max-width: 100%;
    display: block;
}

.about-gallery {
    padding: 0.5rem 0 2rem;
}
.about-section-heading {
    margin: 0 0 1rem;
    font-size: clamp(1.2rem, 2.6vw, 1.55rem);
    line-height: 1.3;
    color: var(--navy, #0a1f44);
}
.about-letter {
    margin: 0 0 1.35rem;
    padding: 1.25rem 1.3rem 1.35rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 36px rgba(8, 22, 47, 0.06);
}
.about-letter__quote {
    margin: 0;
    padding: 0;
    border: 0;
}
.about-letter__quote p {
    margin: 0 0 0.85rem;
    color: #3f4f66;
    font-size: clamp(0.98rem, 1.5vw, 1.08rem);
    line-height: 1.8;
}
.about-letter__quote p:last-child {
    margin-bottom: 0;
}
.about-letter__cite {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(10, 31, 68, 0.1);
}
.about-letter__name {
    color: var(--navy, #0a1f44);
    font-weight: 700;
    font-size: 1rem;
}
.about-letter__role {
    color: #6b7a90;
    font-size: 0.88rem;
}
@media (min-width: 900px) {
    .about-letter {
        padding: 1.5rem 1.75rem 1.6rem;
    }
}
.about-story-head {
    padding-bottom: 1.25rem;
}
.about-gallery__stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.about-gallery__item {
    margin: 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(15, 23, 42, 0.08);
}
.about-gallery__image {
    display: block;
    width: 100%;
    height: auto;
}

.about-cnx {
    padding: 1.5rem 0 2.5rem;
}
.about-cnx__card {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 44px rgba(8, 22, 47, 0.07);
}
.about-cnx__media {
    margin: 0;
}
.about-cnx__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(72vh, 620px);
    object-fit: cover;
    object-position: center;
}
.about-cnx__body {
    padding: 1.6rem 1.5rem 1.85rem;
}
.about-cnx__label {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(10, 31, 68, 0.42);
}
.about-cnx__title {
    margin: 0 0 1rem;
    font-size: clamp(1.45rem, 3.2vw, 2.05rem);
    line-height: 1.28;
    color: var(--navy, #0a1f44);
    letter-spacing: -0.02em;
}
.about-cnx__copy {
    display: grid;
    gap: 0.85rem;
    max-width: 46rem;
}
.about-cnx__copy p {
    margin: 0;
    color: #4a5a72;
    font-size: 1.02rem;
    line-height: 1.75;
}
.about-cnx__hope {
    margin-top: 0.25rem !important;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(10, 31, 68, 0.1);
    color: var(--navy, #0a1f44) !important;
    font-weight: 600;
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
}
@media (min-width: 900px) {
    .about-cnx__body {
        padding: 1.9rem 2.1rem 2.15rem;
    }
}
@media (max-width: 768px) {
    .about-cnx__image {
        max-height: 48vh;
    }
    .about-cnx__body {
        padding: 1.25rem 1.1rem 1.45rem;
    }
    .about-cnx__copy p {
        font-size: 0.96rem;
    }
}

.about-products-banner {
    padding: 1rem 0 3rem;
}
.about-products-banner__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}
.about-products-banner__card {
    position: relative;
    display: block;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: inherit;
}
a.about-products-banner__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(8, 22, 47, 0.1);
}
.about-products-banner__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.about-products-banner__card--review .about-products-banner__image {
    aspect-ratio: auto;
    object-fit: contain;
    background: #fff;
}
.about-products-banner__sold-out {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(10, 31, 68, 0.78);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 20px rgba(8, 22, 47, 0.25);
    pointer-events: none;
}
.about-products-banner__card--sold-out::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 246, 242, 0.28);
    pointer-events: none;
}
.about-products-banner__card--sold-out .about-products-banner__image {
    filter: grayscale(0.35);
    opacity: 0.88;
}
@media (max-width: 768px) {
    .about-products-banner__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }
    .about-products-banner__sold-out {
        min-width: 6.2rem;
        padding: 0.38rem 0.7rem;
        font-size: 0.74rem;
    }
}

#trust .feature-card .image-auto,
#trust .feature-card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 720px) {
    #trust .feature-card .image-auto,
    #trust .feature-card img {
        width: 100%;
    }
}

.feature-card--frost {
    position: relative;
    overflow: hidden;
    background: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 7px;
}

.feature-card--frost::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05) 42%, rgba(255, 255, 255, 0.18) 76%, rgba(255, 255, 255, 0.04) 100%);
    z-index: 0;
}

.feature-card--frost::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(10, 31, 68, 0.06) 0.55px, transparent 0.55px);
    background-size: 3px 3px;
    opacity: 0.35;
    z-index: 0;
}

.feature-card--frost > * {
    position: relative;
    z-index: 1;
}

@keyframes filmStripMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .film-strip-track {
        animation: none;
    }
}

/* ==================================================
   Admin session meta (outside header; session browser only)
   ================================================== */
.admin-session-meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: transparent;
}
.admin-session-meta .container {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
.admin-session-meta a {
    font-size: 0.72rem;
    color: #9a9a9a;
    text-decoration: none;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.admin-session-meta a:hover {
    color: #6a6a6a;
    text-decoration: underline;
}

.member-nav-login {
    display: inline-flex;
    align-items: center;
    margin-left: 0.35rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #3d5a4a;
    text-decoration: none;
    white-space: nowrap;
}
.member-nav-login:hover {
    text-decoration: underline;
    color: #1f3d2e;
}

/* Topbar tools: cart + member */
.topbar-tools {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}
.topbar-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: var(--navy);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.topbar-cart:hover {
    background: rgba(10, 31, 68, 0.08);
    color: var(--navy);
}
.topbar-cart__icon {
    width: 22px;
    height: 22px;
    display: block;
}
.topbar-cart__badge {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #c2410c;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px #fff;
}

/* Member chip in topbar */
.member-nav-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: 180px;
    margin-left: 0;
    padding: 0.2rem 0.55rem 0.2rem 0.2rem;
    border-radius: 999px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.72);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.member-nav-chip:hover {
    border-color: rgba(6, 199, 85, 0.35);
    box-shadow: 0 4px 14px rgba(20, 40, 30, 0.08);
}
.member-nav-chip__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    background: #e8efe9;
}
.member-nav-chip__avatar--fallback {
    display: grid;
    place-items: center;
    font-size: 0.85rem;
    font-weight: 650;
    color: #2f5d3a;
}
.member-nav-chip__name {
    font-size: 0.86rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

@media (max-width: 860px) {
    .member-nav-chip,
    .member-nav-login {
        max-width: 120px;
    }
    .admin-session-meta .container {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .member-nav-chip__name {
        display: none;
    }
    .member-nav-chip {
        padding: 0.15rem;
        max-width: none;
    }
    .topbar-cart {
        width: 38px;
        height: 38px;
    }
}

/* ===== Landing page: mask (Blueprint v5 / lp-*) ===== */
.lp-mask {
  --lp-ink: #0f172a;
  --lp-muted: #64748b;
  --lp-line: rgba(15, 23, 42, 0.1);
  --lp-soft: #f8fafc;
  --lp-accent: #0f766e;
  --lp-radius: 16px;
}

.lp-mask .hero-shell {
  grid-template-columns: 1fr;
}

.lp-mask .hero-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: clamp(0.9rem, 2.8vw, 1.75rem);
  background:
    radial-gradient(ellipse 70% 55% at 10% 12%, rgba(255, 236, 180, 0.28) 0%, rgba(255, 236, 180, 0) 60%),
    linear-gradient(115deg, rgba(255, 248, 230, 0.38) 0%, rgba(255, 228, 196, 0.2) 32%, rgba(255, 214, 170, 0.08) 55%, rgba(255, 250, 240, 0) 100%),
    url("../images/3_result.webp") center / cover no-repeat;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 16px 44px rgba(180, 120, 60, 0.12);
}

.lp-mask .hero-main.reveal {
  opacity: 1;
  transform: none;
}

.lp-mask .hero-main-top {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.lp-mask .hero-main-content {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  padding: 0;
}

.lp-mask .hero-main .eyebrow {
  background: rgba(255, 252, 245, 0.72);
  border: 1px solid rgba(214, 170, 110, 0.35);
  border-radius: 999px;
  color: #6b4a2e;
  margin-bottom: 10px;
  padding: 8px 14px;
}

.lp-mask .hero-main h1 {
  margin: 0;
  color: #3d2a1f;
  white-space: nowrap;
  font-size: clamp(1.45rem, 3.8vw, 3.15rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.lp-mask .hero-main .hero-lead {
  color: rgba(61, 42, 31, 0.86);
  font-size: clamp(1rem, 1.85vw, 1.35rem);
  line-height: 1.55;
  max-width: 42ch;
  margin: 0;
}

.lp-mask .hero-main .hero-lead strong {
  font-size: 1.08em;
}

.lp-mask .hero-main .button-secondary {
  color: #5a3d28;
  border-color: rgba(180, 120, 60, 0.4);
  background: rgba(255, 252, 245, 0.55);
}

.lp-mask .hero-main .hero-actions {
  margin-top: 14px;
}

@media (max-width: 720px) {
  .lp-mask .hero-main {
    /* 9:16 ?????????????????????? ? ????????????????????? */
    aspect-ratio: 9 / 16;
    width: 100%;
    max-height: calc(100svh - 5.75rem);
    height: auto;
    padding: 0.75rem;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .lp-mask .hero-main-top {
    flex: 0 0 auto;
  }

  .lp-mask .hero-main .eyebrow {
    border-radius: 999px;
    background: rgba(255, 252, 245, 0.78);
    border: 1px solid rgba(214, 170, 110, 0.35);
    padding: 8px 14px;
  }

  .lp-mask .hero-main h1 {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: clamp(1.15rem, 5vw, 1.65rem);
    max-width: 100%;
  }

  .lp-mask .hero-main-content {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0.8rem 0.85rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 252, 245, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 8px 22px rgba(61, 42, 31, 0.08);
  }

  .lp-mask .hero-main .hero-lead {
    margin: 0;
    max-width: none;
    padding: 0;
    font-size: clamp(0.95rem, 3.6vw, 1.08rem);
    line-height: 1.5;
    color: #3d2a1f;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .lp-mask .hero-main .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: nowrap;
  }

  .lp-mask .hero-main .hero-actions .button-primary,
  .lp-mask .hero-main .hero-actions .button-secondary {
    width: 100%;
    min-width: 0;
    padding: 11px 8px;
    font-size: 0.78rem;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

  .lp-mask .hero-main .button-secondary {
    background: rgba(255, 255, 255, 0.72);
  }
}

/* Visual banner ? looks like hero, separate ids/classes (no SEO h1 / #hero) */
.lp-visual-banner {
  padding: 32px 0;
}

.lp-visual-banner-shell {
  display: grid;
  grid-template-columns: 1fr;
}

.lp-visual-banner-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: clamp(0.9rem, 2.8vw, 1.75rem);
  border-radius: 7px;
  background-color: #f4ebe0;
  box-shadow: 0 16px 44px rgba(180, 120, 60, 0.12);
}

.lp-visual-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.lp-visual-banner-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 10% 12%, rgba(255, 236, 180, 0.28) 0%, rgba(255, 236, 180, 0) 60%),
    linear-gradient(115deg, rgba(255, 248, 230, 0.38) 0%, rgba(255, 228, 196, 0.2) 32%, rgba(255, 214, 170, 0.08) 55%, rgba(255, 250, 240, 0) 100%);
}

.lp-visual-banner-main.reveal {
  opacity: 1;
  transform: none;
}

.lp-visual-banner-top {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.lp-visual-banner-content {
  position: relative;
  z-index: 2;
  width: min(100%, 42rem);
  padding: 0;
}

.lp-visual-banner-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 170, 110, 0.35);
  background: rgba(255, 252, 245, 0.72);
  color: #6b4a2e;
  font-size: 0.85rem;
  font-weight: 600;
}

.lp-visual-banner-main h2 {
  margin: 0;
  color: #3d2a1f;
  white-space: nowrap;
  font-size: clamp(1.45rem, 3.8vw, 3.15rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.lp-visual-banner-lead {
  margin: 0;
  max-width: 42ch;
  color: rgba(61, 42, 31, 0.86);
  font-size: clamp(1rem, 1.85vw, 1.35rem);
  line-height: 1.55;
}

.lp-visual-banner-lead strong {
  font-size: 1.08em;
}

.lp-visual-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.lp-visual-banner-main .button-secondary {
  color: #5a3d28;
  border-color: rgba(180, 120, 60, 0.4);
  background: rgba(255, 252, 245, 0.55);
}

@media (max-width: 720px) {
  .lp-visual-banner-main {
    aspect-ratio: 9 / 16;
    width: 100%;
    max-height: calc(100svh - 5.75rem);
    height: auto;
    padding: 0.75rem;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .lp-visual-banner-top {
    flex: 0 0 auto;
  }

  .lp-visual-banner-main h2 {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: clamp(1.15rem, 5vw, 1.65rem);
    max-width: 100%;
  }

  .lp-visual-banner-content {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0.8rem 0.85rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 252, 245, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 8px 22px rgba(61, 42, 31, 0.08);
  }

  .lp-visual-banner-lead {
    max-width: none;
    font-size: clamp(0.95rem, 3.6vw, 1.08rem);
    line-height: 1.5;
    color: #3d2a1f;
  }

  .lp-visual-banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .lp-visual-banner-actions .button-primary,
  .lp-visual-banner-actions .button-secondary {
    width: 100%;
    min-width: 0;
    padding: 11px 8px;
    font-size: 0.78rem;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

  .lp-visual-banner-main .button-secondary {
    background: rgba(255, 255, 255, 0.72);
  }
}

.lp-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.lp-section {
  position: relative;
  padding: 56px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.lp-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.lp-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.35;
  max-width: 36rem;
}

.lp-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-muted);
}

.lp-momentum {
  margin-top: 28px;
}

.lp-premium-quote {
  padding-top: 14px;
  padding-bottom: 2px;
  border-top: 0;
}

/* === Editorial quote ? magazine cover style === */
.lp-editorial-quote {
  padding: 48px 0 52px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  text-align: center;
}

.lp-editorial {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.lp-editorial__label {
  margin: 0 0 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(10, 31, 68, 0.42);
}

.lp-editorial__text {
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--navy);
  text-shadow:
    0 0 48px rgba(184, 210, 255, 0.55),
    0 2px 4px rgba(10, 31, 68, 0.08);
}

.lp-editorial__sub {
  margin: 20px 0 0;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(10, 31, 68, 0.52);
}
.section-head h3.lp-editorial__sub {
  margin: 0;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(10, 31, 68, 0.52);
}

/* === Home: Overnight Renewal (Emotional Bridge) === */
.home-night-journey {
  --hnj-champagne: 214, 186, 132; /* ทองสำหรับไอคอน/label — ไม่ใช่พื้น */
  --hnj-base: transparent; /* ใช้พื้น default ของหน้า (page-tone-warm) */
  --hnj-bg-opacity: 0.48;
  position: relative;
  isolation: isolate;
  overflow: hidden; /* คลิปรูปที่ล้นให้ขอบ section สะอาด */
  padding: clamp(4.5rem, 9vw, 8.5rem) 0 0;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  background-color: var(--hnj-base);
  background-image: none;
}
/* ชั้นรูป 16:9 — scale เกินกรอบให้ล้นสวย ส่วนเหลือโทนหน้า */
.home-night-journey::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 124%;
  height: 124%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  background: url("../images/background-timeline_result.webp") center center / cover no-repeat;
  opacity: var(--hnj-bg-opacity);
}
/* เฟดก้น Journey เข้าโทนหน้า — อยู่ใต้เนื้อหา/handoff */
.home-night-journey::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(4.5rem, 12vw, 7rem);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(238, 240, 243, 0) 0%,
    rgba(238, 240, 243, 0.45) 38%,
    rgba(238, 240, 243, 0.9) 78%,
    #eef0f3 100%
  );
}
@media (max-width: 899px) {
  .home-night-journey {
    --hnj-bg-opacity: 0.5;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home-night-journey::before {
    /* ใช้รูปเดียวกับพีซี */
    width: 132%;
    height: 132%;
  }
  .home-night-journey::after {
    height: clamp(5rem, 18vw, 7.5rem);
  }
}
.home-night-journey__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% 36%, rgba(255, 255, 255, 0.22), transparent 72%),
    radial-gradient(ellipse 48% 52% at 16% 68%, rgba(196, 204, 216, 0.1), transparent 68%),
    radial-gradient(ellipse 44% 48% at 86% 52%, rgba(186, 194, 206, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(238, 240, 243, 0.1) 0%, rgba(238, 240, 243, 0.02) 45%, rgba(238, 240, 243, 0.1) 100%);
  filter: none;
  animation: none;
}
.home-night-journey__arc {
  display: none;
}
.home-night-journey__dust {
  display: none;
}
.home-night-journey__inner {
  position: relative;
  z-index: 2;
}
.home-night-journey__head {
  margin-bottom: clamp(2.75rem, 6vw, 4rem);
}
.home-night-journey__head .lp-editorial__label {
  margin-bottom: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(var(--hnj-champagne), 0.72);
  font-weight: 600;
}
.home-night-journey__head .lp-editorial__text {
  font-size: clamp(1.55rem, 4.1vw, 3.15rem);
  line-height: 1.2;
}
.home-night-journey__head .lp-editorial__sub {
  margin-top: 16px;
  color: rgba(10, 31, 68, 0.48);
}

.home-night-journey__flow {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  max-width: 22rem;
}
.home-night-journey__beat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
  padding: 0.65rem 0.4rem 0.2rem;
}
.home-night-journey__beat.reveal {
  transition-delay: var(--hnj-delay, 0ms);
}
.home-night-journey__beat:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 2.6rem;
  margin: 0.95rem auto 0.25rem;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgb(198, 168, 112) 0%,
    rgba(198, 168, 112, 0.85) 45%,
    rgba(198, 168, 112, 0.35) 100%
  );
  box-shadow: 0 0 8px rgba(198, 168, 112, 0.35);
}

.home-night-journey__orb-wrap {
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 0.4rem;
}
.home-night-journey__orb {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 999px;
  color: rgb(198, 168, 112); /* champagne gold */
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(var(--hnj-champagne), 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.home-night-journey__orb svg {
  width: 3.5rem;  /* 28px × 2 */
  height: 3.5rem;
  display: block;
}
.home-night-journey__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--navy);
  line-height: 1.32;
}
.home-night-journey__desc {
  margin: 0;
  max-width: 15.5rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(10, 31, 68, 0.5);
  font-weight: 500;
}

/* Peak = ผลลัพธ์ ไม่ใช่ขั้นตอน */
.home-night-journey__beat.is-peak {
  padding-top: 0.95rem;
  padding-bottom: 0.65rem;
}
.home-night-journey__beat.is-peak .home-night-journey__orb {
  width: 6.75rem;
  height: 6.75rem;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.96), transparent 55%),
    rgba(255, 252, 246, 0.88);
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55),
    0 0 36px rgba(var(--hnj-champagne), 0.28),
    0 22px 56px rgba(var(--hnj-champagne), 0.16);
  animation: homeNightPeakPulse 6.5s ease-in-out infinite;
}
.home-night-journey__beat.is-peak .home-night-journey__orb svg {
  width: 3.75rem; /* 30px × 2 */
  height: 3.75rem;
}
.home-night-journey__orb-halo {
  position: absolute;
  inset: -18%;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(var(--hnj-champagne), 0.22) 0%, rgba(var(--hnj-champagne), 0.06) 42%, transparent 72%);
  filter: blur(2px);
  animation: homeNightHaloBreathe 7s ease-in-out infinite;
}
.home-night-journey__beat.is-peak .home-night-journey__title {
  font-size: clamp(1.1rem, 2.5vw, 1.32rem);
  font-weight: 850;
  letter-spacing: -0.012em;
  max-width: 14.5rem;
}
.home-night-journey__beat.is-peak .home-night-journey__desc {
  color: rgba(10, 31, 68, 0.58);
}

.home-night-journey__result {
  margin-top: 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  max-width: 18rem;
}
.home-night-journey__proof-intro {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 550;
  letter-spacing: 0.02em;
  color: rgba(10, 31, 68, 0.48);
}
.home-night-journey__proofs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.home-night-journey__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(10, 31, 68, 0.62);
  background: rgba(var(--hnj-champagne), 0.08);
  border: 1px solid rgba(var(--hnj-champagne), 0.3);
}
.home-night-journey__proofs li::before {
  content: "✓";
  font-size: 0.7rem;
  color: rgba(var(--hnj-champagne), 0.95);
  font-weight: 700;
}

/* Handoff → Product Grid — สะพานสายตาไป 3 การ์ด (ต้องอยู่เหนือเฟด/การ์ด) */
.home-night-journey__handoff {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  margin-top: clamp(1.75rem, 4.2vw, 2.6rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  pointer-events: none;
  isolation: isolate;
}
.home-night-journey__handoff-cue {
  margin: 0;
  max-width: 22rem;
  text-align: center;
  font-size: clamp(1.02rem, 2.25vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  color: #0a1f44;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85),
    0 0 18px rgba(238, 240, 243, 0.9);
}
.home-night-journey__handoff-glow {
  position: absolute;
  top: 2.1rem;
  left: 50%;
  width: 6.5rem;
  height: 3.25rem;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.32), transparent 72%);
  filter: blur(7px);
}
/* สามเหลี่ยมทึบชี้ลง — ไม่มีขีดกลาง */
.home-night-journey__handoff-arrow {
  position: relative;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  margin-top: 0.15rem;
  border-left: 0.58rem solid transparent;
  border-right: 0.58rem solid transparent;
  border-top: 0.78rem solid #c9a227;
  filter: drop-shadow(0 3px 8px rgba(201, 162, 39, 0.55));
  animation: homeNightHandoffPulse 2.8s ease-in-out infinite;
}

/* Continuity: เฟดโทนหน้าจากก้น Journey → หัวสินค้า */
.home-night-journey + #products {
  --hnj-fade-height: clamp(8rem, 18vw, 12rem);
  position: relative;
  isolation: isolate;
  padding-top: clamp(0.75rem, 2vw, 1.25rem);
  margin-top: 0;
  background: transparent;
  overflow: visible;
}
.home-night-journey + #products::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--hnj-fade-height);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  background: linear-gradient(
    180deg,
    #eef0f3 0%,
    rgba(238, 240, 243, 0.85) 30%,
    rgba(238, 240, 243, 0.35) 65%,
    rgba(238, 240, 243, 0) 100%
  );
  -webkit-mask-image: none;
  mask-image: none;
}
.home-night-journey + #products > .container {
  position: relative;
  z-index: 1;
}
.home-night-journey + #products .product-card {
  position: relative;
  z-index: 1;
}

/* Glass bridge card — แผ่นกระจกขาว เฟดหัว/ท้าย · กลางลอย */
.home-night-journey + #products .product-card--glass-bridge {
  padding: clamp(1.1rem, 2.2vw, 1.55rem) clamp(1rem, 2vw, 1.35rem) clamp(1.35rem, 2.5vw, 1.75rem);
  background:
    radial-gradient(120% 85% at 50% 42%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.38) 52%, rgba(255, 255, 255, 0.1) 100%),
    rgba(255, 252, 246, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow:
    0 42px 64px -30px rgba(120, 92, 50, 0.28),
    0 18px 40px rgba(214, 186, 132, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -28px 48px rgba(255, 255, 255, 0.16);
  /* หัวการ์ดไม่โปร่งสุด — กันดูเหมือนถูกเส้นตัด */
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.72) 0%,
    #000 10%,
    #000 88%,
    rgba(0, 0, 0, 0.35) 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.72) 0%,
    #000 10%,
    #000 88%,
    rgba(0, 0, 0, 0.35) 96%,
    transparent 100%
  );
  transform: translateZ(0);
}
.home-night-journey + #products .product-card--glass-bridge::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 22%;
  bottom: 24%;
  border-radius: 50% / 42%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
  box-shadow: 0 28px 50px rgba(214, 186, 132, 0.12);
}
.home-night-journey + #products .product-card--glass-bridge > * {
  position: relative;
  z-index: 1;
}
.home-night-journey + #products .product-card--glass-bridge .product-media {
  background: transparent;
  overflow: visible;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.home-night-journey + #products .product-card--glass-bridge .product-media > img:not(.product-card-28y-badge) {
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 18px 28px rgba(10, 31, 68, 0.12));
}
.home-night-journey + #products .product-card--glass-bridge:hover {
  box-shadow:
    0 48px 72px -28px rgba(120, 92, 50, 0.32),
    0 22px 44px rgba(214, 186, 132, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -28px 48px rgba(255, 255, 255, 0.18);
}

@media (min-width: 900px) {
  .home-night-journey__flow {
    max-width: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1.5rem);
    align-items: start;
  }
  .home-night-journey__beat {
    padding-inline: 0.4rem;
  }
  .home-night-journey__beat:not(:last-child)::after {
    position: absolute;
    top: 2.7rem; /* กึ่งกลาง orb 5.5rem */
    right: calc(-1 * clamp(0.4rem, 1.2vw, 0.9rem) - 8%);
    left: auto;
    width: calc(16% + clamp(0.4rem, 1.2vw, 0.9rem));
    min-width: 2rem;
    height: 2px;
    margin: 0;
    background:
      radial-gradient(circle at 50% 50%, rgb(198, 168, 112) 0 2.25px, transparent 2.5px),
      linear-gradient(
        90deg,
        rgb(198, 168, 112) 0%,
        rgba(198, 168, 112, 0.9) 45%,
        rgba(198, 168, 112, 0.55) 100%
      );
    box-shadow: 0 0 6px rgba(198, 168, 112, 0.35);
  }
  .home-night-journey__beat.is-peak {
    margin-top: -0.2rem;
  }
  .home-night-journey__beat.is-peak .home-night-journey__orb-wrap {
    transform: scale(1.06);
  }
  .home-night-journey__beat.is-peak .home-night-journey__title {
    max-width: 12rem;
  }
  .home-night-journey__result {
    max-width: 13.5rem;
  }
}

@media (max-width: 899px) {
  .home-night-journey__flow {
    gap: 0.85rem;
    max-width: 20rem;
  }
  .home-night-journey__beat:not(:last-child)::after {
    height: 3rem;
    width: 2px;
  }
  .home-night-journey__beat.is-peak .home-night-journey__title {
    max-width: 16rem;
  }
  .home-night-journey__result {
    max-width: 19rem;
  }
  .home-night-journey__handoff {
    position: relative;
    z-index: 3;
    padding-bottom: clamp(1.75rem, 5vw, 2.5rem);
  }
  /* เฟดหัวสินค้า — โทนหน้าเดิม */
  .home-night-journey + #products {
    --hnj-fade-height: clamp(7.5rem, 28vw, 11.25rem);
    padding-top: clamp(0.5rem, 2vw, 1rem);
  }
}

@keyframes homeNightGlowPulse {
  0%, 100% { opacity: 0.82; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(5px); }
}
@keyframes homeNightDustDrift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-1.2%, -0.8%, 0); }
}
@keyframes homeNightPeakPulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.55),
      0 0 28px rgba(214, 186, 132, 0.22),
      0 20px 52px rgba(214, 186, 132, 0.14);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.72),
      0 0 42px rgba(214, 186, 132, 0.34),
      0 24px 60px rgba(214, 186, 132, 0.18);
  }
}
@keyframes homeNightHaloBreathe {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}
@keyframes homeNightHandoffPulse {
  0%, 100% { opacity: 0.72; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(4px); }
}
@media (prefers-reduced-motion: reduce) {
  .home-night-journey__glow,
  .home-night-journey__dust,
  .home-night-journey__beat.is-peak .home-night-journey__orb,
  .home-night-journey__orb-halo,
  .home-night-journey__handoff-arrow {
    animation: none;
  }
  .home-night-journey__beat.reveal {
    transition-delay: 0ms;
  }
}

/* === Ingredients editorial magazine === */
.lp-ingredients-editorial {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 56px 0 64px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.lp-ingredients-editorial .container {
  position: relative;
  z-index: 2;
}

/* White light ray waves sweeping from right and left simultaneously at 120deg */
.lp-ingredients-editorial::before,
.lp-ingredients-editorial::after {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 160%;
  pointer-events: none;
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

/* Left-to-Right 120-degree white light ray sweep */
.lp-ingredients-editorial::before {
  left: -130%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.08) 12%,
    rgba(255, 255, 255, 0.75) 28%,
    rgba(255, 255, 255, 0.18) 36%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.85) 68%,
    rgba(255, 255, 255, 0.22) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: whiteRaySweepLeft 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Right-to-Left 120-degree white light ray sweep */
.lp-ingredients-editorial::after {
  right: -130%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 18%,
    rgba(255, 255, 255, 0.9) 38%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.8) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: whiteRaySweepRight 8.5s cubic-bezier(0.25, 0.8, 0.25, 1) infinite 1s;
}

@keyframes whiteRaySweepLeft {
  0% {
    transform: translateX(0) scaleX(0.85);
    opacity: 0.15;
  }
  28% {
    transform: translateX(55%) scaleX(1.18);
    opacity: 0.9;
  }
  62% {
    transform: translateX(105%) scaleX(0.92);
    opacity: 0.45;
  }
  84% {
    transform: translateX(165%) scaleX(1.22);
    opacity: 0.95;
  }
  100% {
    transform: translateX(220%) scaleX(0.9);
    opacity: 0.15;
  }
}

@keyframes whiteRaySweepRight {
  0% {
    transform: translateX(0) scaleX(0.9);
    opacity: 0.15;
  }
  32% {
    transform: translateX(-60%) scaleX(1.22);
    opacity: 0.95;
  }
  58% {
    transform: translateX(-100%) scaleX(0.88);
    opacity: 0.4;
  }
  82% {
    transform: translateX(-160%) scaleX(1.18);
    opacity: 0.88;
  }
  100% {
    transform: translateX(-220%) scaleX(0.9);
    opacity: 0.15;
  }
}

.lp-ingredients-editorial__head {
  text-align: center;
  max-width: 58rem;
  margin: 0 auto 40px;
}

.lp-ingredients-editorial__head .lp-editorial__label {
  margin-bottom: 18px;
}

.lp-ingredients-editorial__title {
  margin: 0;
  font-size: clamp(1.7rem, 4.2vw, 3rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: var(--navy);
  text-shadow:
    0 0 48px rgba(184, 210, 255, 0.45),
    0 2px 4px rgba(10, 31, 68, 0.06);
}

.lp-ingredients-editorial__head .lp-editorial__sub {
  margin-top: 16px;
}

.lp-ingredients-mag {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(10, 31, 68, 0.12);
  border-bottom: 1px solid rgba(10, 31, 68, 0.12);
}

.lp-ingredients-mag__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 22px 30px;
  min-height: 100%;
  border-right: 1px solid rgba(10, 31, 68, 0.1);
}

.lp-ingredients-mag__item:last-child {
  border-right: 0;
}

.lp-ingredients-mag__item dt,
.lp-ingredients-mag__item dd {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}

.lp-ingredients-mag__item dt {
  display: grid;
  gap: 10px;
}

.lp-ingredients-mag__num {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(10, 31, 68, 0.38);
}

.lp-ingredients-mag__name {
  display: block;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.lp-ingredients-mag__item dd {
  display: grid;
  gap: 14px;
  flex: 1;
}

.lp-ingredients-mag__role {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(10, 31, 68, 0.72);
}

.lp-ingredients-mag__actives {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 31, 68, 0.1);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--navy);
}

@media (max-width: 860px) {
  .lp-ingredients-editorial {
    padding: 44px 0 48px;
  }

  .lp-ingredients-editorial__head {
    margin-bottom: 28px;
  }

  .lp-ingredients-mag {
    grid-template-columns: 1fr;
    border-top: 0;
    border-bottom: 0;
    gap: 36px;
  }

  .lp-ingredients-mag__item {
    padding: 8px 0 28px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    gap: 14px;
    text-align: center;
    align-items: center;
  }

  .lp-ingredients-mag__item:last-child {
    border-bottom: 0;
    padding-bottom: 8px;
  }

  .lp-ingredients-mag__item dt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .lp-ingredients-mag__num {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .lp-ingredients-mag__name {
    display: block;
    width: 100%;
  }

  .lp-ingredients-mag__item dd {
    justify-content: center;
    text-align: center;
  }

  .lp-ingredients-mag__actives {
    padding-top: 6px;
    border-top: 0;
    text-align: center;
  }
}

.lp-quote-premium {
  margin: 0;
  padding: clamp(1.1rem, 2.2vw, 1.8rem) clamp(1rem, 2.4vw, 2.1rem);
  border-radius: calc(var(--lp-radius) + 2px);
  border: 1px solid rgba(214, 170, 110, 0.38);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 226, 173, 0.18) 0%, rgba(255, 226, 173, 0) 38%),
    linear-gradient(135deg, #24180f 0%, #3a281a 46%, #5a3c28 100%);
  box-shadow:
    0 16px 34px rgba(23, 14, 9, 0.32),
    inset 0 1px 0 rgba(255, 239, 213, 0.12);
  position: relative;
  overflow: hidden;
}

.lp-quote-premium::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.85rem;
  bottom: 0.75rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(242, 207, 153, 0.95) 0%, rgba(209, 147, 84, 0.72) 100%);
}

.lp-quote-premium p {
  margin: 0;
  padding-left: clamp(0.85rem, 1.7vw, 1.3rem);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f7ebdd;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  max-width: none;
  width: 100%;
}

.lp-bridge {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: var(--lp-muted);
}

.lp-next-link {
  font-weight: 600;
  text-decoration: none;
}

.lp-next-link:hover {
  text-decoration: underline;
}

.lp-panel,
.lp-compare-col,
.lp-checklist li,
.lp-decision-box,
.lp-evidence-item,
.lp-addon {
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
}

.lp-compare,
.lp-addons-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lp-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.lp-decision-carousel {
  position: relative;
  margin: 0;
}

.lp-decision-carousel__viewport {
  overflow: hidden;
  padding: 12px 0 8px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  container-type: inline-size;
  container-name: decision-carousel;
}

.lp-decision-carousel__viewport.is-dragging {
  cursor: grabbing;
}

.lp-decision-carousel__track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.lp-decision-card {
  min-width: 0;
  flex: 0 0 auto;
  width: min(300px, calc(100vw - 72px));
  width: min(300px, 78cqi);
  display: flex;
  flex-direction: column;
  align-self: stretch;
  transition: opacity 0.35s ease;
  opacity: 0.72;
}

.lp-decision-card.is-active {
  opacity: 1;
}

.lp-decision-card .lp-decision-card__frame {
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.lp-decision-card.is-active .lp-decision-card__frame {
  border-color: rgba(184, 154, 100, 0.55);
  box-shadow:
    0 18px 40px rgba(10, 31, 68, 0.12),
    0 0 0 1px rgba(184, 154, 100, 0.28);
}

.lp-decision-card__frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  color: var(--navy);
}

.lp-decision-card__seal {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 1px;
  text-align: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 245, 220, 0.95) 0%, rgba(232, 205, 150, 0.92) 42%, rgba(184, 154, 100, 0.98) 100%);
  color: var(--navy-deep);
  box-shadow:
    0 8px 18px rgba(10, 31, 68, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.lp-decision-card__seal-ring {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 1px solid rgba(10, 31, 68, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.lp-decision-card__seal-pct {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.lp-decision-card__seal-cap {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.15;
  max-width: 9.5ch;
  opacity: 0.82;
}

.lp-decision-card__img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #fbfaf7 0%, #f3f0ea 100%);
  flex-shrink: 0;
  pointer-events: none;
}

.lp-decision-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px 14px;
  text-align: center;
}

.lp-decision-card__size {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgba(10, 31, 68, 0.45);
}

.lp-decision-card__pricing {
  display: grid;
  gap: 2px;
  justify-items: center;
  padding: 4px 0 2px;
}

.lp-decision-card__was {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  font-size: 0.78rem;
  line-height: 1.2;
  color: rgba(10, 31, 68, 0.48);
}

.lp-decision-card__was-label {
  letter-spacing: 0.04em;
}

.lp-decision-card__was s {
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(10, 31, 68, 0.35);
}

.lp-decision-card__now {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  color: var(--navy);
  line-height: 1;
}

.lp-decision-card__now-amount {
  font-size: clamp(1.85rem, 5.2vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--navy);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .lp-decision-card__now-amount {
    background: linear-gradient(180deg, #173863 0%, var(--navy) 55%, #08162f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.lp-decision-card__now-unit {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--navy);
}

.lp-decision-card__now-note {
  margin: 2px 0 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.lp-decision-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 3px;
  font-size: 0.78rem;
  line-height: 1.28;
  color: rgba(10, 31, 68, 0.72);
  overflow: visible;
  flex: 0 0 auto;
}

.lp-decision-card__list li {
  margin: 0;
}

.lp-decision-card__actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  /* Keep CTA slot always so active/inactive share equal height */
  visibility: hidden;
  pointer-events: none;
}

.lp-decision-card.is-active .lp-decision-card__actions {
  visibility: visible;
  pointer-events: auto;
}

.lp-decision-card__buy {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.lp-decision-card__perk {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 154, 100, 0.55);
  padding-bottom: 1px;
  justify-self: center;
}

.lp-decision-card__perk:hover {
  border-bottom-color: var(--gold);
  color: var(--navy-deep);
}

.lp-decision-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.lp-decision-carousel__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(10, 31, 68, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.lp-decision-carousel__dot.is-on {
  width: 22px;
  background: linear-gradient(90deg, var(--gold), #9a7a45);
}

.lp-decision-notes {
  margin: 22px auto 0;
  max-width: 40rem;
  padding: 16px 18px 18px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(10, 31, 68, 0.06);
}

.lp-decision-notes__label {
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(10, 31, 68, 0.42);
}

.lp-decision-notes__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lp-decision-notes__list li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(10, 31, 68, 0.68);
}

.lp-decision-notes__list strong {
  color: var(--navy);
  font-weight: 800;
}

.lp-decision-notes__mark {
  display: inline-grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 1px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--navy);
  background: rgba(184, 154, 100, 0.16);
  border: 1px solid rgba(184, 154, 100, 0.28);
  flex-shrink: 0;
}

.lp-decision-notes__mark--star {
  font-size: 0.85rem;
  line-height: 1;
}

@media (min-width: 861px) {
  .lp-decision-carousel__viewport {
    overflow: visible;
    cursor: default;
    padding-top: 8px;
  }

  .lp-decision-carousel__track {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    transform: none !important;
    transition: none !important;
  }

  .lp-decision-card {
    flex: 1 1 0;
    width: auto;
    max-width: 320px;
  }

  .lp-decision-carousel__dots {
    display: none;
  }
}

.lp-compare-col {
  padding: 22px;
}

.lp-compare-col--alt {
  background: var(--lp-soft);
}

.lp-compare-col.cta-panel--dark,
.lp-compare-col--alt.cta-panel--dark {
  background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lp-compare-col.cta-panel--dark h3,
.lp-compare-col.cta-panel--dark ul,
.lp-compare-col.cta-panel--dark li {
  color: #fff;
}

.lp-compare-col h3,
.lp-decision-box h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.lp-glass-faint {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0%, rgba(248, 242, 234, 0.22) 100%);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--lp-radius);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 6px 22px rgba(61, 42, 31, 0.07);
  padding: 22px;
}

/* ul ????? bullet ??????? lp-glass-faint ? dash navy */
.lp-glass-faint ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.lp-glass-faint li {
  display: block;
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--navy);
}

.lp-glass-faint li::before {
  content: none;
}

.lp-compare-col ul,
.lp-decision-box ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.lp-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.lp-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 16px 18px;
  line-height: 1.55;
}

.lp-checklist li::before {
  content: "\2713";
  flex: 0 0 auto;
  font-weight: 700;
  color: var(--lp-accent);
}

.lp-roles {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(7rem, 9rem) 1fr;
  gap: 10px 14px;
}

.lp-roles dt,
.lp-roles dd {
  margin: 0;
  padding: 14px 16px;
  background: var(--lp-soft);
}

.lp-roles dt {
  font-weight: 700;
  font-size: 0.9rem;
  border-left: 3px solid var(--lp-accent);
  border-radius: 12px 0 0 12px;
}

.lp-roles dd {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
  border-radius: 0 12px 12px 0;
}

/* === Magazine compare matrix === */
.lp-mag-compare {
  padding: 64px 0 56px;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.lp-mag-compare__head {
  max-width: 40rem;
  margin: 0 0 36px;
}

.lp-mag-compare__title {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.lp-mag-compare__dek {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(10, 31, 68, 0.62);
  max-width: 42ch;
}

.lp-mag-compare__table {
  border-top: 1px solid rgba(10, 31, 68, 0.16);
  border-bottom: 1px solid rgba(10, 31, 68, 0.16);
}

.lp-mag-compare__row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.9fr) 1.1fr 1.35fr;
  gap: 0;
  border-top: 1px solid rgba(10, 31, 68, 0.08);
}

.lp-mag-compare__row--head {
  border-top: 0;
}

.lp-mag-compare__cell {
  padding: 18px 16px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(10, 31, 68, 0.78);
}

.lp-mag-compare__row--head .lp-mag-compare__cell {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  padding-top: 14px;
  padding-bottom: 14px;
}

.lp-mag-compare__row--head .lp-mag-compare__cell span {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(10, 31, 68, 0.5);
}

.lp-mag-compare__label {
  font-weight: 700;
  color: var(--navy);
}

.lp-mag-compare__cell--accent {
  background: linear-gradient(180deg, rgba(10, 31, 68, 0.04) 0%, rgba(10, 31, 68, 0.07) 100%);
  color: var(--navy);
  font-weight: 600;
}

.lp-mag-compare__row--head .lp-mag-compare__cell--accent {
  background: var(--navy);
  color: #fff;
}

.lp-mag-compare__row--head .lp-mag-compare__cell--accent span {
  color: rgba(255, 255, 255, 0.7);
}

.lp-mag-compare__footnote {
  margin: 22px 0 0;
  max-width: 48rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(10, 31, 68, 0.62);
}

/* === Magazine FAQ (interview rail + accordion) === */
.lp-mag-faq {
  padding: 64px 0;
  background: linear-gradient(180deg, #f5f7fb 0%, #fff 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.lp-mag-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 40px 56px;
  align-items: start;
}

.lp-mag-faq__rail {
  position: sticky;
  top: 24px;
}

.lp-mag-faq__title {
  margin: 0;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.lp-mag-faq__dek {
  margin: 14px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(10, 31, 68, 0.62);
  max-width: 34ch;
}

.lp-mag-faq__cta {
  display: inline-block;
  margin-top: 22px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 31, 68, 0.28);
  padding-bottom: 2px;
}

.lp-mag-faq__cta:hover {
  border-bottom-color: var(--navy);
}

.lp-mag-faq__list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(10, 31, 68, 0.14);
}

.lp-mag-faq__item {
  border-bottom: 1px solid rgba(10, 31, 68, 0.14);
  padding: 0;
}

.lp-mag-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 18px 0;
  color: var(--navy);
}

.lp-mag-faq__item summary::-webkit-details-marker {
  display: none;
}

.lp-mag-faq__qnum {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(10, 31, 68, 0.42);
}

.lp-mag-faq__q {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.lp-mag-faq__a {
  padding: 0 0 20px 3.7rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(10, 31, 68, 0.72);
  max-width: 52ch;
}

@media (max-width: 860px) {
  .lp-mag-compare__table {
    overflow-x: visible;
    border-top: 1px solid rgba(10, 31, 68, 0.16);
    border-bottom: 1px solid rgba(10, 31, 68, 0.16);
  }

  .lp-mag-compare__row,
  .lp-mag-compare__row--head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-width: 0;
    border-top: 1px solid rgba(10, 31, 68, 0.08);
  }

  .lp-mag-compare__row--head {
    border-top: 0;
  }

  /* ??????????? "?????????????????" ???????????????????????????? */
  .lp-mag-compare__cell:first-child,
  .lp-mag-compare__label {
    display: none !important;
  }

  /* 2 ???????????????????????????????? 50% / 50% */
  .lp-mag-compare__cell {
    padding: 14px 10px;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .lp-mag-compare__row--head .lp-mag-compare__cell {
    padding: 12px 10px;
    font-size: 0.78rem;
    text-align: center;
  }

  .lp-mag-compare__cell--accent {
    background: rgba(10, 31, 68, 0.04);
    border-left: 1px solid rgba(10, 31, 68, 0.08);
    font-weight: 600;
  }

  .lp-mag-compare__row--head .lp-mag-compare__cell--accent {
    background: var(--navy);
    color: #fff;
    border-left: 0;
  }

  .lp-mag-faq__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-mag-faq__rail {
    position: static;
  }

  .lp-mag-faq__a {
    /* align with .lp-mag-faq__q (summary: 2.6rem qnum + 12px gap) */
    padding-left: calc(2.6rem + 12px);
  }
}

.lp-decision {
  background: linear-gradient(180deg, var(--lp-soft) 0%, #fff 100%);
}

.lp-micro-cta {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--lp-radius);
  background: var(--lp-ink);
  color: #fff;
  text-align: center;
}

.lp-micro-cta p {
  margin: 0 0 14px;
  font-weight: 600;
}

.lp-micro-cta .hero-actions {
  justify-content: center;
}

.lp-micro-cta .button-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.lp-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid rgba(15, 23, 42, 0.12);
}

.lp-timeline > li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 12px;
  padding: 0 0 22px 8px;
}

.lp-timeline > li:last-child {
  padding-bottom: 0;
}

.lp-step-num {
  width: 2rem;
  height: 2rem;
  margin-left: -1.15rem;
  border-radius: 999px;
  background: var(--lp-ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
}

.lp-timeline strong {
  display: block;
  margin-bottom: 4px;
}

.lp-timeline p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
}

.lp-summary-strip {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ecfeff;
  border: 1px solid rgba(15, 118, 110, 0.2);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* === How-to poster (full-bleed image + editorial steps) === */
.lp-howto-poster {
  padding: 0;
  border-top: 0;
  margin: 0;
}

.lp-howto-poster.lp-section {
  padding: 0;
  border-top: 0;
  margin: 0;
}

.lp-howto-poster__stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(34rem, 78vh, 48rem);
  color: #fff;
  background: #0a1f44;
}

.lp-howto-poster__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.lp-howto-poster__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(8, 22, 47, 0.78) 0%, rgba(8, 22, 47, 0.52) 42%, rgba(8, 22, 47, 0.22) 72%, rgba(8, 22, 47, 0.12) 100%),
    linear-gradient(180deg, rgba(8, 22, 47, 0.18) 0%, rgba(8, 22, 47, 0.55) 100%);
}

.lp-howto-poster__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  min-height: inherit;
  padding-top: clamp(2.2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.lp-howto-poster__head {
  max-width: 34rem;
}

.lp-howto-poster__head .lp-editorial__label {
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 16px;
}

.lp-howto-poster__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.lp-howto-poster__sub {
  margin: 14px 0 0;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 34ch;
}

.lp-howto-poster__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lp-howto-poster__steps > li {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 22px 20px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.lp-howto-poster__num {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

.lp-howto-poster__copy strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.lp-howto-poster__copy p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.lp-howto-poster__note {
  margin: 0;
  max-width: 46rem;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 22, 47, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 860px) {
  .lp-howto-poster__stage {
    min-height: 0;
    background-position: center top;
  }

  .lp-howto-poster__steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-howto-poster__steps > li {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 16px 18px;
  }

  .lp-howto-poster__num {
    flex: 0 0 auto;
    font-size: 1.55rem;
    padding-top: 0.1em;
  }

  .lp-howto-poster__title {
    font-size: clamp(1.7rem, 7vw, 2.4rem);
  }
}

/* === Feature poster (full-bleed image test ? same approach as howto) === */
.lp-feature-poster {
  padding: 0;
  border-top: 0;
  margin: 0;
}

.lp-feature-poster.lp-section {
  padding: 0;
  border-top: 0;
  margin: 0;
}

.lp-feature-poster__stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(28rem, 68vh, 42rem);
  color: #fff;
  background: #0a1f44;
}

.lp-feature-poster__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.lp-feature-poster__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(8, 22, 47, 0.76) 0%, rgba(8, 22, 47, 0.42) 46%, rgba(8, 22, 47, 0.14) 100%),
    linear-gradient(180deg, rgba(8, 22, 47, 0.12) 0%, rgba(8, 22, 47, 0.48) 100%);
}

.lp-feature-poster__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  padding-top: clamp(2rem, 5vw, 3.2rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.lp-feature-poster__head {
  max-width: 36rem;
}

.lp-feature-poster__head .lp-editorial__label {
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 16px;
}

.lp-feature-poster__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.lp-feature-poster__lead {
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
  max-width: 38ch;
}

.lp-feature-poster__lead strong {
  display: inline;
  color: #fff;
  font-weight: 800;
}

.lp-feature-poster__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

/* Hero product ? morning cream / soft sky */
.lp-feature-poster--hero .lp-feature-poster__stage {
  min-height: clamp(32rem, 86vh, 52rem);
  background: #f3f7fb;
}

.lp-feature-poster--hero .lp-feature-poster__veil {
  background:
    linear-gradient(105deg, rgba(58, 42, 28, 0.46) 0%, rgba(92, 70, 48, 0.24) 40%, rgba(255, 248, 236, 0.08) 100%),
    linear-gradient(180deg, rgba(243, 249, 255, 0.12) 0%, rgba(48, 34, 22, 0.42) 100%),
    radial-gradient(ellipse at 18% 70%, rgba(255, 236, 210, 0.26) 0%, rgba(255, 236, 210, 0) 58%);
}

.lp-feature-poster--hero .lp-feature-poster__head .lp-editorial__label {
  color: rgba(255, 244, 228, 0.8);
}

.lp-feature-poster--hero .lp-feature-poster__title,
.lp-feature-poster--hero h1.lp-feature-poster__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fffaf3;
  text-shadow: 0 8px 28px rgba(48, 34, 22, 0.3);
}

.lp-feature-poster--hero .lp-feature-poster__lead {
  color: rgba(255, 246, 234, 0.92);
}

.lp-feature-poster--hero .lp-feature-poster__lead strong {
  color: #fffaf3;
}

.lp-feature-poster--hero .lp-feature-poster__actions .button-secondary {
  color: #5a3d28;
  border-color: rgba(255, 244, 228, 0.55);
  background: rgba(255, 250, 242, 0.72);
}

/* Milk tone ? cream / ivory light */
.lp-feature-poster--milk .lp-feature-poster__stage {
  background: #f4ebe0;
}

.lp-feature-poster--milk .lp-feature-poster__veil {
  background:
    linear-gradient(105deg, rgba(84, 58, 36, 0.42) 0%, rgba(120, 88, 58, 0.22) 42%, rgba(255, 246, 232, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.18) 0%, rgba(72, 48, 30, 0.38) 100%),
    radial-gradient(ellipse at 18% 72%, rgba(255, 236, 210, 0.28) 0%, rgba(255, 236, 210, 0) 58%);
}

.lp-feature-poster--milk .lp-feature-poster__head .lp-editorial__label {
  color: rgba(255, 244, 228, 0.78);
}

.lp-feature-poster--milk .lp-feature-poster__title {
  color: #fffaf3;
  text-shadow: 0 8px 28px rgba(72, 48, 30, 0.28);
}

.lp-feature-poster--milk .lp-feature-poster__lead {
  color: rgba(255, 246, 234, 0.9);
}

.lp-feature-poster--milk .lp-feature-poster__lead strong {
  color: #fffaf3;
}

/* Olive tone ? fruit green / olive oil gold */
.lp-feature-poster--olive .lp-feature-poster__stage {
  background: #2f3a1f;
}

.lp-feature-poster--olive .lp-feature-poster__veil {
  background:
    linear-gradient(105deg, rgba(34, 48, 20, 0.78) 0%, rgba(58, 78, 32, 0.46) 44%, rgba(138, 156, 62, 0.12) 100%),
    linear-gradient(180deg, rgba(92, 110, 42, 0.16) 0%, rgba(28, 38, 16, 0.52) 100%),
    radial-gradient(ellipse at 78% 28%, rgba(196, 176, 84, 0.22) 0%, rgba(196, 176, 84, 0) 56%);
}

.lp-feature-poster--olive .lp-feature-poster__head .lp-editorial__label {
  color: rgba(224, 232, 176, 0.78);
}

.lp-feature-poster--olive .lp-feature-poster__title {
  color: #f4f7df;
  text-shadow: 0 8px 28px rgba(20, 28, 10, 0.34);
}

.lp-feature-poster--olive .lp-feature-poster__lead {
  color: rgba(232, 238, 196, 0.9);
}

.lp-feature-poster--olive .lp-feature-poster__lead strong {
  color: #f7fbe8;
}

/* Vitamin C ? citrus orange / amber sunrise */
.lp-feature-poster--vitc .lp-feature-poster__stage {
  background: #7a3d12;
}

.lp-feature-poster--vitc .lp-feature-poster__veil {
  background:
    linear-gradient(105deg, rgba(92, 42, 10, 0.76) 0%, rgba(176, 92, 28, 0.42) 44%, rgba(255, 186, 92, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 198, 110, 0.16) 0%, rgba(64, 28, 6, 0.5) 100%),
    radial-gradient(ellipse at 78% 24%, rgba(255, 214, 130, 0.26) 0%, rgba(255, 214, 130, 0) 56%);
}

.lp-feature-poster--vitc .lp-feature-poster__head .lp-editorial__label {
  color: rgba(255, 228, 180, 0.8);
}

.lp-feature-poster--vitc .lp-feature-poster__title {
  color: #fff4e4;
  text-shadow: 0 8px 28px rgba(64, 28, 6, 0.34);
}

.lp-feature-poster--vitc .lp-feature-poster__lead {
  color: rgba(255, 236, 204, 0.9);
}

.lp-feature-poster--vitc .lp-feature-poster__lead strong {
  color: #fff7eb;
}

/* Retinol ? warm peach / golden amber */
.lp-feature-poster--retinol .lp-feature-poster__stage {
  background: #3a424a;
}

.lp-feature-poster--retinol .lp-feature-poster__veil {
  background:
    linear-gradient(105deg, rgba(36, 42, 48, 0.8) 0%, rgba(78, 90, 102, 0.48) 44%, rgba(186, 198, 210, 0.14) 100%),
    linear-gradient(180deg, rgba(210, 220, 230, 0.16) 0%, rgba(28, 32, 38, 0.54) 100%),
    radial-gradient(ellipse at 72% 30%, rgba(220, 230, 238, 0.26) 0%, rgba(220, 230, 238, 0) 58%);
}

.lp-feature-poster--retinol .lp-feature-poster__head .lp-editorial__label {
  color: rgba(214, 224, 234, 0.82);
}

.lp-feature-poster--retinol .lp-feature-poster__title {
  color: #f3f6f9;
  text-shadow: 0 8px 28px rgba(28, 32, 38, 0.36);
}

.lp-feature-poster--retinol .lp-feature-poster__lead {
  color: rgba(226, 234, 242, 0.9);
}

.lp-feature-poster--retinol .lp-feature-poster__lead strong {
  color: #f7f9fb;
}

/* Green tea ? matcha / fresh leaf */
.lp-feature-poster--greentea .lp-feature-poster__stage {
  background: #1f3a24;
}

.lp-feature-poster--greentea .lp-feature-poster__veil {
  background:
    linear-gradient(105deg, rgba(22, 46, 28, 0.78) 0%, rgba(46, 92, 52, 0.46) 44%, rgba(132, 178, 92, 0.12) 100%),
    linear-gradient(180deg, rgba(156, 198, 110, 0.14) 0%, rgba(16, 34, 20, 0.52) 100%),
    radial-gradient(ellipse at 76% 26%, rgba(186, 220, 128, 0.22) 0%, rgba(186, 220, 128, 0) 56%);
}

.lp-feature-poster--greentea .lp-feature-poster__head .lp-editorial__label {
  color: rgba(214, 236, 180, 0.8);
}

.lp-feature-poster--greentea .lp-feature-poster__title {
  color: #f2fbe4;
  text-shadow: 0 8px 28px rgba(16, 34, 20, 0.34);
}

.lp-feature-poster--greentea .lp-feature-poster__lead {
  color: rgba(226, 242, 198, 0.9);
}

.lp-feature-poster--greentea .lp-feature-poster__lead strong {
  color: #f7fcec;
}

/* Sifonia ? botanical lilac / soft violet */
.lp-feature-poster--sifonia .lp-feature-poster__stage {
  background: #3a2a4a;
}

.lp-feature-poster--sifonia .lp-feature-poster__veil {
  background:
    linear-gradient(105deg, rgba(42, 28, 58, 0.8) 0%, rgba(88, 58, 118, 0.46) 44%, rgba(186, 150, 214, 0.12) 100%),
    linear-gradient(180deg, rgba(198, 168, 226, 0.14) 0%, rgba(28, 18, 40, 0.54) 100%),
    radial-gradient(ellipse at 78% 28%, rgba(220, 186, 240, 0.22) 0%, rgba(220, 186, 240, 0) 56%);
}

.lp-feature-poster--sifonia .lp-feature-poster__head .lp-editorial__label {
  color: rgba(232, 214, 246, 0.8);
}

.lp-feature-poster--sifonia .lp-feature-poster__title {
  color: #f7f0fc;
  text-shadow: 0 8px 28px rgba(28, 18, 40, 0.34);
}

.lp-feature-poster--sifonia .lp-feature-poster__lead {
  color: rgba(238, 224, 248, 0.9);
}

.lp-feature-poster--sifonia .lp-feature-poster__lead strong {
  color: #fcf7ff;
}

@media (max-width: 860px) {
  .lp-feature-poster__stage {
    min-height: clamp(24rem, 72vh, 36rem);
  }

  .lp-feature-poster__title {
    font-size: clamp(1.7rem, 7vw, 2.45rem);
  }

  .lp-feature-poster--hero .lp-feature-poster__stage {
    min-height: clamp(26rem, 86vh, 40rem);
  }

  .lp-feature-poster--hero .lp-feature-poster__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .lp-feature-poster--hero .lp-feature-poster__actions .button-primary,
  .lp-feature-poster--hero .lp-feature-poster__actions .button-secondary {
    width: 100%;
    min-width: 0;
    padding: 11px 8px;
    font-size: 0.78rem;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
}

.lp-evidence .lp-head {
  flex-wrap: wrap;
}

.lp-evidence-system {
  display: grid;
  gap: 12px;
  margin: 16px 0 24px;
}

.lp-evidence-item {
  padding: 16px 18px;
}

.lp-evidence-item h3 {
  margin: 8px 0 6px;
  font-size: 0.98rem;
}

.lp-evidence-item p {
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.lp-quotes {
  display: grid;
  gap: 14px;
}

.lp-quote {
  margin: 0;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--lp-soft);
  border-left: 3px solid var(--lp-ink);
}

.lp-quote blockquote {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.lp-quote figcaption {
  font-size: 0.8rem;
  color: var(--lp-muted);
}

.lp-addons {
  margin-top: 28px;
}

.lp-addons-title {
  margin: 0 0 14px;
  font-size: 0.95rem;
}

.lp-addon {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  color: inherit;
}

.lp-addon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.lp-addon strong {
  display: block;
  margin-bottom: 4px;
}

.lp-addon-desc {
  display: block;
  font-size: 0.85rem;
  color: var(--lp-muted);
  line-height: 1.4;
}

@media (max-width: 860px) {
  .lp-section {
    padding: 40px 0;
  }

  .lp-feature-poster.lp-section,
  .lp-howto-poster.lp-section {
    padding: 0;
    border-top: 0;
    margin: 0;
  }

  .lp-compare,
  .lp-addons-row,
  .lp-roles {
    grid-template-columns: 1fr;
  }

  .lp-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .lp-decision-carousel {
    margin: 0;
  }

  .lp-decision-carousel__track {
    gap: 12px;
  }

  .lp-decision-card {
    width: min(300px, calc(100vw - 56px));
    width: min(300px, 84cqi);
  }

  .lp-decision-card__seal {
    width: 68px;
    height: 68px;
    top: 10px;
    left: 10px;
  }

  .lp-decision-card__seal-pct {
    font-size: 0.95rem;
  }

  .lp-roles dt,
  .lp-roles dd {
    border-radius: 12px;
  }

  .lp-roles dt {
    border-left-width: 3px;
  }
}

/* ==========================================================================
   MAGAZINE EDITORIAL REVIEWS SECTION
   ========================================================================== */
.mag-reviews-section {
  padding: 64px 0;
  position: relative;
}

.mag-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(10, 31, 68, 0.08);
  padding-bottom: 24px;
}

.mag-kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b89a64;
  background: rgba(184, 154, 100, 0.08);
  border: 1px solid rgba(184, 154, 100, 0.22);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.mag-title {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.01em;
}

.mag-status-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #0a1f44 0%, #163560 100%);
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(10, 31, 68, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.mag-status-score {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}

.mag-score-num {
  font-size: 2rem;
  font-weight: 800;
  color: #f7ebdd;
  font-family: "Manrope", sans-serif;
}

.mag-score-max {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.mag-status-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mag-stars {
  color: #ffb800;
  font-size: 1rem;
  letter-spacing: 2px;
}

.mag-count-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.mag-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.5;
}

.mag-trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
  flex-shrink: 0;
}

/* Feature Banner (Hero Magazine Review) */
.mag-feature-banner {
  background: linear-gradient(135deg, #08162f 0%, #11294d 50%, #1a3c6e 100%);
  border-radius: 24px;
  padding: 36px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(8, 22, 47, 0.18);
  border: 1px solid rgba(184, 154, 100, 0.25);
  margin-bottom: 28px;
}

.mag-feature-banner::before {
  content: "?";
  position: absolute;
  right: 28px;
  bottom: -20px;
  font-size: 14rem;
  font-family: Georgia, serif;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.mag-feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #f2cf99;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.mag-badge-star {
  color: #ffb800;
}

.mag-feature-quote {
  margin: 0 0 24px;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.55;
  color: #f8fafc;
  max-width: 900px;
  font-style: italic;
}

/* Avatar Block Placeholder System */
.mag-reviewer-profile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mag-avatar-block {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  user-select: none;
}

.mag-avatar-sm {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1rem;
}

.mag-avatar-gold {
  background: linear-gradient(135deg, #b89a64 0%, #d4b478 100%);
  color: #0a1f44;
  border-color: rgba(255, 255, 255, 0.4);
}

.mag-avatar-navy {
  background: linear-gradient(135deg, #0a1f44 0%, #1e3a8a 100%);
  color: #f7ebdd;
}

.mag-avatar-slate {
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  color: #ffffff;
}

.mag-avatar-bronze {
  background: linear-gradient(135deg, #7c2d12 0%, #9a3412 100%);
  color: #fef3c7;
}

.mag-reviewer-name {
  font-weight: 700;
  font-size: 0.98rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mag-verified-tag {
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 2px 8px;
  border-radius: 999px;
}

.mag-reviewer-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}

/* Reviews Grid */
.mag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.mag-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(10, 31, 68, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.mag-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(10, 31, 68, 0.08);
  border-color: rgba(184, 154, 100, 0.3);
}

.mag-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.mag-card .mag-reviewer-name {
  color: var(--navy);
  font-size: 0.95rem;
}

.mag-card .mag-reviewer-sub {
  color: var(--muted);
}

.mag-verified-badge {
  color: #059669;
  font-weight: 600;
}

.mag-stars-sm {
  color: #f59e0b;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.mag-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 10px;
  line-height: 1.35;
}

.mag-card-body {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #334155;
  margin: 0;
  flex-grow: 1;
}

/* Magazine Quotes Grid */
.mag-quotes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.mag-quote-card {
  background: #ffffff;
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 20px;
  padding: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(10, 31, 68, 0.03);
}

.mag-quote-card--highlight {
  background: linear-gradient(135deg, #fdfbf7 0%, #f7f3ea 100%);
  border: 1px solid rgba(184, 154, 100, 0.35);
  box-shadow: 0 12px 32px rgba(184, 154, 100, 0.12);
}

.mag-quote-mark {
  font-size: 3rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: #b89a64;
  opacity: 0.5;
  margin-bottom: -10px;
}

.mag-quote-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--navy);
  font-weight: 500;
  margin: 0 0 20px;
  flex-grow: 1;
}

.mag-quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(10, 31, 68, 0.06);
  padding-top: 16px;
}

.mag-author-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
}

.mag-author-loc {
  font-size: 0.78rem;
  color: var(--muted);
}

@media (max-width: 768px) {
  .mag-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .mag-status-card {
    width: 100%;
    justify-content: space-between;
  }
  .mag-feature-banner {
    padding: 24px 20px;
  }
  .mag-grid {
    grid-template-columns: 1fr;
  }
  .mag-quotes-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   MAGAZINE EDITORIAL TRUST SECTION (1 Responsive Image: 16:9 Desktop / 9:16 Mobile)
   ========================================================================== */
.mag-trust-section {
  padding: 60px 0 72px;
  position: relative;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.6) 0%, rgba(241, 245, 249, 0.9) 100%);
  border-top: 1px solid rgba(10, 31, 68, 0.06);
  border-bottom: 1px solid rgba(10, 31, 68, 0.06);
}

.mag-trust-header {
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(10, 31, 68, 0.08);
  padding-bottom: 20px;
}

.mag-trust-tagline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.mag-page-num {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #0a1f44;
  opacity: 0.4;
}

.mag-trust-heading {
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-weight: 800;
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.01em;
}

/* 2-Column Responsive Layout */
.mag-trust-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
}

/* Picture Frame (1 Single Responsive Image Container - Borderless & Shadowless) */
.mag-trust-picture-frame {
  width: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
  border: none;
  background: transparent;
  aspect-ratio: 16 / 9;
  isolation: isolate;
}

.mag-trust-picture-frame::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  border-radius: 32px;
  background:
    radial-gradient(ellipse at 18% 22%, rgba(186, 226, 255, 0.28) 0%, rgba(186, 226, 255, 0) 62%),
    radial-gradient(ellipse at 84% 78%, rgba(120, 180, 255, 0.18) 0%, rgba(120, 180, 255, 0) 66%);
  filter: blur(14px);
  animation: trustImageAura 7s ease-in-out infinite;
}

.mag-trust-picture-frame::after {
  content: none;
}

.mag-trust-picture,
.mag-trust-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  background: transparent;
  filter: brightness(1.03) saturate(1.04);
  animation: trustImageBreath 10s ease-in-out infinite;
}

@keyframes trustImageAura {
  0%, 100% {
    transform: translateX(0) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translateX(1.8%) scale(1.03);
    opacity: 0.3;
  }
}

@keyframes trustImageBreath {
  0%, 100% {
    filter: brightness(1.02) saturate(1.03);
  }
  50% {
    filter: brightness(1.07) saturate(1.06);
  }
}

/* Placeholder for missing files */
.mag-trust-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #08162f 0%, #163560 50%, #1e3a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 24px;
  text-align: center;
}

.mag-placeholder-desktop {
  display: block;
}

.mag-placeholder-mobile {
  display: none;
}

.mag-ratio-badge {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #f2cf99;
  background: rgba(184, 154, 100, 0.2);
  border: 1px solid rgba(184, 154, 100, 0.4);
  padding: 4px 14px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 8px;
}

.mag-trust-placeholder p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* Floating Editorial Seal Overlay */
.mag-trust-seal-overlay {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: rgba(10, 31, 68, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(184, 154, 100, 0.4);
  border-radius: 16px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.mag-seal-icon {
  font-size: 1.4rem;
  color: #ffb800;
  flex-shrink: 0;
}

.mag-seal-text strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #f8fafc;
}

.mag-seal-text span {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.75);
}

/* Trust Pillars */
.mag-trust-pillars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mag-trust-pillar {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: none;
  transition: none;
}

.mag-trust-pillar:hover {
  transform: none;
  border-color: transparent;
}

.mag-pillar-official {
  background: transparent;
  border-color: transparent;
}

.mag-pillar-badge {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 5px 12px;
  border-radius: 999px;
  flex-shrink: 0;
  text-transform: uppercase;
  margin-top: 2px;
}

.mag-badge-danger {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.mag-badge-gentle {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.mag-badge-fda {
  background: rgba(184, 154, 100, 0.14);
  color: #856404;
  border: 1px solid rgba(184, 154, 100, 0.35);
}

.mag-pillar-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 4px;
}

.mag-pillar-content p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}

/* Mobile Media Queries: Switch to 9:16 Aspect Ratio */
@media (max-width: 768px) {
  .mag-trust-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mag-trust-picture-frame {
    aspect-ratio: 9 / 16;
    max-height: 480px;
  }
  .mag-trust-pillar,
  .mag-pillar-content {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .mag-pillar-content {
    width: 100%;
  }
  .mag-placeholder-desktop {
    display: none;
  }
  .mag-placeholder-mobile {
    display: block;
  }
}

/* ==========================================================================
   MAGAZINE 9:16 ART GALLERY ? overlay titles + desktop luxury marquee
   ========================================================================== */
.lp-mag-gallery {
  padding: 48px 0 56px;
  background: #ffffff;
  overflow: hidden;
}

.lp-mag-gallery__container {
  max-width: 100%;
  padding: 0;
}

.lp-mag-gallery__viewport {
  width: 100%;
  overflow: hidden;
}

.lp-mag-gallery__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: max-content;
  will-change: transform;
}

.lp-mag-gallery__item {
  position: relative;
  flex: 0 0 auto;
  width: min(18vw, 280px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.lp-mag-gallery__item.is-clone {
  pointer-events: none;
}

/* Borderless frame with high-gloss paper finish */
.lp-mag-gallery__frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  border: none;
  background: #ffffff;
  isolation: isolate;
}

.lp-mag-gallery__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(10, 31, 68, 0) 42%,
      rgba(10, 31, 68, 0.28) 68%,
      rgba(8, 22, 47, 0.72) 100%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.06) 24%,
      rgba(255, 255, 255, 0) 48%,
      rgba(255, 255, 255, 0.04) 76%,
      rgba(255, 255, 255, 0.16) 100%
    );
  mix-blend-mode: normal;
  opacity: 1;
}

.lp-mag-gallery__frame::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -70%;
  width: 240%;
  height: 240%;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.42) 50%,
    rgba(255, 255, 255, 0) 62%,
    rgba(255, 255, 255, 0) 100%
  );
  mix-blend-mode: soft-light;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  animation: autoGlossySheen 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes autoGlossySheen {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  12% {
    opacity: 0.95;
  }
  32% {
    opacity: 0.95;
    transform: translateX(45%) translateY(45%);
  }
  48%, 100% {
    opacity: 0;
    transform: translateX(50%) translateY(50%);
  }
}

.lp-mag-gallery__item:nth-child(6n + 1) .lp-mag-gallery__frame::before {
  animation-delay: 0s;
}
.lp-mag-gallery__item:nth-child(6n + 2) .lp-mag-gallery__frame::before {
  animation-delay: 3.2s;
}
.lp-mag-gallery__item:nth-child(6n + 3) .lp-mag-gallery__frame::before {
  animation-delay: 1.4s;
}
.lp-mag-gallery__item:nth-child(6n + 4) .lp-mag-gallery__frame::before {
  animation-delay: 5s;
}
.lp-mag-gallery__item:nth-child(6n + 5) .lp-mag-gallery__frame::before {
  animation-delay: 2.5s;
}
.lp-mag-gallery__item:nth-child(6n + 6) .lp-mag-gallery__frame::before {
  animation-delay: 6.3s;
}

.lp-mag-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  outline: none;
  border-radius: 0;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-mag-gallery__item:hover .lp-mag-gallery__img {
  transform: scale(1.035);
}

/* Overlay title ? at 65% of image height (PC + mobile) */
.lp-mag-gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  bottom: auto;
  z-index: 5;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  transform: translateY(-50%);
}

.lp-mag-gallery__title {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.28;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 14px rgba(10, 31, 68, 0.85), 0 1px 3px rgba(0, 0, 0, 0.95);
  max-width: 12em;
}

.lp-mag-gallery__solid {
  width: 100%;
  height: 100%;
  background: #f8fafc;
  border: 1px dashed rgba(10, 31, 68, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-soft);
  padding: 16px;
  text-align: center;
  border-radius: 0;
}

.lp-mag-gallery__ratio {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--navy);
  background: rgba(10, 31, 68, 0.06);
  border: 1px solid rgba(10, 31, 68, 0.12);
  padding: 4px 12px;
  border-radius: 999px;
}

/* Desktop / tablet: slow luxury infinite marquee (right ? left) */
@media (min-width: 769px) {
  .lp-mag-gallery.is-marquee .lp-mag-gallery__grid {
    animation: lpMagGalleryMarquee var(--gallery-marquee-duration, 72s) linear infinite;
  }

  .lp-mag-gallery.is-marquee:hover .lp-mag-gallery__grid,
  .lp-mag-gallery.is-marquee.is-paused .lp-mag-gallery__grid {
    animation-play-state: paused;
  }

  .lp-mag-gallery__item {
    width: min(17.5vw, 260px);
  }
}

@keyframes lpMagGalleryMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .lp-mag-gallery {
    padding: 32px 0 40px;
    background: #ffffff;
    overflow: hidden;
  }

  .lp-mag-gallery__container {
    padding: 0;
    max-width: 100%;
  }

  .lp-mag-gallery__viewport {
    overflow: visible;
    position: relative;
  }

  .lp-mag-gallery__grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    animation: none !important;
    transform: none !important;
    touch-action: pan-x pan-y;
  }

  .lp-mag-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .lp-mag-gallery__item {
    flex: 0 0 100vw;
    width: 100vw;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .lp-mag-gallery__frame {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 0;
    overflow: hidden;
    position: relative;
  }

  .lp-mag-gallery__title {
    font-size: clamp(1.25rem, 5.5vw, 1.6rem);
  }

  .lp-mag-gallery__hint {
    position: absolute;
    left: 50%;
    bottom: 18%;
    z-index: 8;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  .lp-mag-gallery__hint.is-hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
    visibility: hidden;
  }

  .lp-mag-gallery__hint-chip {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 10px 14px;
    border-radius: 999px;
    background: rgba(10, 31, 68, 0.72);
    border: 1px solid rgba(184, 154, 100, 0.45);
    box-shadow:
      0 10px 28px rgba(8, 22, 47, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
  }

  .lp-mag-gallery__hint-text {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .lp-mag-gallery__hint-arrow {
    position: relative;
    width: 28px;
    height: 14px;
    flex-shrink: 0;
  }

  .lp-mag-gallery__hint-arrow span {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 9px;
    border-left: 1.5px solid rgba(242, 207, 153, 0.95);
    border-bottom: 1.5px solid rgba(242, 207, 153, 0.95);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.35;
    animation: lpMagHintArrow 1.5s ease-in-out infinite;
  }

  .lp-mag-gallery__hint-arrow span:first-child {
    right: 12px;
    animation-delay: 0s;
  }

  .lp-mag-gallery__hint-arrow span:last-child {
    right: 2px;
    animation-delay: 0.22s;
  }

  @keyframes lpMagHintArrow {
    0%, 100% {
      opacity: 0.25;
      transform: translateY(-50%) translateX(3px) rotate(45deg);
    }
    50% {
      opacity: 1;
      transform: translateY(-50%) translateX(-2px) rotate(45deg);
    }
  }

  .lp-mag-gallery__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding: 0 16px;
  }

  .lp-mag-gallery__dots[hidden] {
    display: none;
  }

  .lp-mag-gallery__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(10, 31, 68, 0.18);
    transition: width 0.28s ease, background 0.28s ease;
  }

  .lp-mag-gallery__dot.is-on {
    width: 18px;
    background: linear-gradient(90deg, var(--gold), #9a7a45);
  }
}

@media (min-width: 769px) {
  .lp-mag-gallery__dots,
  .lp-mag-gallery__hint {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-mag-gallery.is-marquee .lp-mag-gallery__grid {
    animation: none !important;
  }

  .lp-mag-gallery__frame::before,
  .lp-mag-gallery__hint-arrow span {
    animation: none !important;
  }
}
/* ==================================================
   Account app shell (minimal / native-like)
   ================================================== */
.account-app {
  --aa-ink: #111;
  --aa-muted: #737373;
  --aa-line: #ebebeb;
  --aa-bg: #fafafa;
  --aa-card: #fff;
  --aa-radius: 12px;
  max-width: 640px;
  margin: 0 auto;
  padding: 0.85rem 1rem 2.25rem;
  color: var(--aa-ink);
}
.account-app a { color: inherit; text-decoration: none; }
.account-app .aa-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.5rem;
  margin-bottom: 1.25rem;
}
.account-app .aa-back {
  font-size: 0.9rem;
  color: var(--aa-muted);
  flex-shrink: 0;
}
.account-app .aa-back:hover { color: var(--aa-ink); }
.account-app .aa-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  flex: 1;
}
.account-app .aa-action {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--aa-ink);
  flex-shrink: 0;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
.account-app .aa-side {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.account-app .aa-side--nav-only {
  display: block;
  align-items: stretch;
}
.account-app .aa-side--nav-only .aa-menu {
  width: 100%;
}
.account-app .aa-identity {
  display: none !important;
}
.account-app .aa-person {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  flex: 0 1 auto;
}
.account-app .aa-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
  display: grid;
  place-items: center;
  font-weight: 700;
  flex-shrink: 0;
}
.account-app .aa-person__text {
  min-width: 0;
  flex: 1;
}
.account-app .aa-person__text strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-app .aa-person__text span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.76rem;
  color: var(--aa-muted);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Mobile: ??????? + ??????? ???????? ???????? */
.account-app .aa-menu {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
  margin: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.account-app .aa-menu__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  text-decoration: none;
  color: var(--aa-ink);
  font-size: 0.82rem;
  font-weight: 500;
  background: transparent;
  white-space: nowrap;
}
.account-app .aa-menu__item:hover,
.account-app .aa-menu__item.is-active {
  color: var(--aa-ink);
  background: transparent;
  border-color: rgba(15, 23, 42, 0.22);
  font-weight: 500;
}

.account-app .aa-logout {
  color: var(--aa-muted);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.3;
  transition: color 0.15s ease;
  display: none;
}
.account-app .aa-logout:hover {
  color: var(--aa-ink);
}
.account-app .aa-side--nav-only .aa-identity,
.account-app .aa-identity {
  display: none !important;
}

.account-app .aa-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.35rem 0 0.55rem;
}
.account-app .aa-section-head--end {
  justify-content: flex-end;
}
.account-app .aa-section-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.account-app .aa-section-link {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--aa-muted);
}
.account-app .aa-section-link:hover {
  color: var(--aa-ink);
}
.account-app .aa-list {
  margin: 0;
}
.account-app .aa-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--aa-line);
}
.account-app .aa-list__item:last-child {
  border-bottom: 0;
}
.account-app .aa-list__main {
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
.account-app .aa-list__main strong {
  display: inline;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.35;
}
.account-app .aa-list__tag {
  display: inline;
  margin-left: 0.4rem;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--aa-muted);
}
.account-app .aa-list__main span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.84rem;
  color: var(--aa-muted);
  line-height: 1.45;
}
.account-app .aa-list__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  flex-shrink: 0;
  padding-top: 0.1rem;
}
.account-app .aa-action--btn {
  color: var(--aa-muted);
  font-size: 0.78rem;
}
.account-app .aa-group {
  background: var(--aa-card);
  border: 1px solid var(--aa-line);
  border-radius: var(--aa-radius);
  overflow: hidden;
  margin-bottom: 1rem;
}
.account-app .aa-group-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--aa-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem 0.15rem;
}
.account-app .aa-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--aa-line);
  background: var(--aa-card);
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  box-sizing: border-box;
}
.account-app .aa-row:last-child { border-bottom: 0; }
.account-app a.aa-row:hover,
.account-app button.aa-row:hover { background: var(--aa-bg); }
.account-app .aa-row__main {
  flex: 1;
  min-width: 0;
}
.account-app .aa-row__main strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
.account-app .aa-row__main span {
  display: block;
  font-size: 0.82rem;
  color: var(--aa-muted);
  margin-top: 0.2rem;
  line-height: 1.35;
}
.account-app .aa-row__meta {
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--aa-ink);
}
.account-app .aa-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--aa-muted);
  border: 1px solid var(--aa-line);
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  white-space: nowrap;
}
.account-app .aa-empty {
  padding: 1.5rem 1rem;
  text-align: center;
  color: var(--aa-muted);
  font-size: 0.92rem;
}

/* Reward points (account) */
.account-app .aa-points-hero {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.15rem 1.15rem;
  border-radius: var(--aa-radius);
  background: linear-gradient(165deg, #111 0%, #2a2a2a 55%, #3a3a3a 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.14);
}
.account-app .aa-points-hero__label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.account-app .aa-points-hero__value {
  margin-top: 0.35rem;
  font-size: clamp(2rem, 6vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.account-app .aa-points-hero__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.account-app .aa-points-hero__stats b {
  color: #fff;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.account-app .aa-points-hero__dot {
  opacity: 0.45;
}
.account-app .aa-points-log .aa-points-row {
  align-items: center;
}
.account-app .aa-points-tag {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.08rem 0.42rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  vertical-align: 0.05em;
}
.account-app .aa-points-tag--in {
  color: #166534;
  background: #dcfce7;
}
.account-app .aa-points-tag--out {
  color: #9a3412;
  background: #ffedd5;
}
.account-app .aa-points-delta {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.account-app .aa-points-delta--in { color: #15803d; }
.account-app .aa-points-delta--out { color: #c2410c; }

.account-app .aa-form {
  display: grid;
  gap: 0.85rem;
}
.account-app .aa-avatar-editor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin: 0.25rem 0 0.5rem;
}
.account-app .aa-avatar-editor__hit {
  position: relative;
  width: 96px;
  height: 96px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: #ebebeb;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.account-app .aa-avatar-editor__hit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.account-app .aa-avatar-editor__fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #64748b;
}
.account-app .aa-avatar-editor__camera {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.82);
  color: #fff;
}
.account-app .aa-avatar-editor__remove {
  border: 0;
  background: transparent;
  color: var(--aa-muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
.account-app .aa-avatar-editor__remove:hover {
  color: var(--aa-ink);
}

.aa-crop {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(92vw, 360px);
}
.aa-crop::backdrop {
  background: rgba(10, 15, 25, 0.55);
  backdrop-filter: blur(6px);
}
.aa-crop__frame {
  background: #111827;
  border-radius: 20px;
  padding: 14px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.aa-crop__stage {
  position: relative;
  width: min(72vw, 300px);
  height: min(72vw, 300px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
  touch-action: none;
  cursor: grab;
}
.aa-crop__stage img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  transform-origin: center center;
  user-select: none;
  pointer-events: none;
}
.aa-crop__zoom {
  display: block;
  width: 100%;
  margin: 14px 0 10px;
  accent-color: #fff;
}
.aa-crop__actions {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}
.aa-crop__btn {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
}
.aa-crop__btn--ok {
  background: #fff;
  color: #111827;
}
.aa-crop__btn:hover {
  filter: brightness(1.08);
}

.account-app .aa-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--aa-muted);
}
.account-app .aa-form input,
.account-app .aa-form textarea,
.account-app .aa-form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--aa-line);
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--aa-ink);
  background: #fff;
}
.account-app .aa-form input:focus,
.account-app .aa-form textarea:focus,
.account-app .aa-form select:focus {
  outline: none;
  border-color: #bbb;
}
.account-app .aa-check {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  color: var(--aa-ink) !important;
}
.account-app .aa-check input { width: auto; }
.account-app .aa-btn,
.account-app button.aa-btn,
.account-app a.aa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
  background: var(--navy) !important;
  color: #fff !important;
  text-decoration: none;
  box-shadow: none;
}
.account-app .aa-btn:hover,
.account-app button.aa-btn:hover,
.account-app a.aa-btn:hover {
  background: var(--navy-deep) !important;
  color: #fff !important;
}
.account-app .aa-btn--ghost,
.account-app a.aa-btn--ghost,
.account-app button.aa-btn--ghost {
  background: transparent !important;
  color: var(--navy) !important;
  border: 1px solid rgba(10, 31, 68, 0.22);
}
.account-app .aa-btn--ghost:hover,
.account-app a.aa-btn--ghost:hover,
.account-app button.aa-btn--ghost:hover {
  background: rgba(10, 31, 68, 0.05) !important;
  color: var(--navy) !important;
}

/* Premium confirm dialog (replaces window.confirm on account pages) */
.account-app dialog.aa-dialog,
dialog.aa-dialog {
  border: 0;
  padding: 0;
  max-width: min(92vw, 420px);
  width: 100%;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
  font-family: "Noto Sans Thai", "Sarabun", sans-serif;
  color: #fff;
}
.account-app dialog.aa-dialog::backdrop,
dialog.aa-dialog::backdrop {
  background: rgba(8, 22, 47, 0.72);
  backdrop-filter: blur(6px);
}
.account-app .aa-dialog__panel,
dialog.aa-dialog .aa-dialog__panel {
  margin: 0;
  padding: 1.4rem 1.3rem 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(184, 154, 100, 0.35);
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(184, 154, 100, 0.18), transparent 60%),
    linear-gradient(165deg, #163560 0%, #0a1f44 48%, #08162f 100%);
  box-shadow: 0 24px 60px rgba(8, 22, 47, 0.45);
  font-family: "Noto Sans Thai", "Sarabun", sans-serif;
  color: #f5f7fb;
}
.account-app .aa-dialog__step,
dialog.aa-dialog .aa-dialog__step {
  margin: 0 0 0.4rem;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold, #b89a64);
}
.account-app .aa-dialog__title,
dialog.aa-dialog .aa-dialog__title {
  margin: 0 0 0.55rem;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}
.account-app .aa-dialog__text,
dialog.aa-dialog .aa-dialog__text {
  margin: 0 0 1.2rem;
  font-family: "Noto Sans Thai", "Sarabun", sans-serif;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(245, 247, 251, 0.82);
}
.account-app .aa-dialog__actions,
dialog.aa-dialog .aa-dialog__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.account-app .aa-dialog__actions .aa-btn,
dialog.aa-dialog .aa-dialog__actions .aa-btn {
  width: 100%;
  font-family: "Noto Sans Thai", "Sarabun", sans-serif !important;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.account-app dialog.aa-dialog .aa-btn--ghost,
dialog.aa-dialog .aa-btn--ghost {
  background: transparent !important;
  color: rgba(245, 247, 251, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
}
.account-app dialog.aa-dialog .aa-btn--ghost:hover,
dialog.aa-dialog .aa-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border-color: rgba(184, 154, 100, 0.55) !important;
}
.account-app .aa-btn--gold,
.account-app button.aa-btn--gold,
dialog.aa-dialog .aa-btn--gold {
  background: linear-gradient(135deg, #c6a56d 0%, #b89a64 55%, #9f814f 100%) !important;
  color: #0a1f44 !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(184, 154, 100, 0.28);
}
.account-app .aa-btn--gold:hover,
.account-app button.aa-btn--gold:hover,
dialog.aa-dialog .aa-btn--gold:hover {
  background: linear-gradient(135deg, #d4b67a 0%, #c6a56d 50%, #b89a64 100%) !important;
  color: #0a1f44 !important;
  filter: none;
  box-shadow: 0 12px 28px rgba(184, 154, 100, 0.38);
}
.account-app .aa-alert {
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid #f0c0c0;
  background: #fff5f5;
  color: #8a1f1f;
  font-size: 0.88rem;
  margin-bottom: 0.85rem;
}
.account-app .aa-stack { display: grid; gap: 0.65rem; margin-top: 1rem; }
.account-app .aa-kv {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--aa-line);
  font-size: 0.9rem;
}
.account-app .aa-kv:last-child { border-bottom: 0; }
.account-app .aa-kv span { color: var(--aa-muted); }
.account-app .aa-kv b { font-weight: 600; text-align: right; }
.account-app .aa-timeline {
  display: grid;
  gap: 0;
  margin: 0.85rem 0 0;
}
.account-app .aa-timeline__step {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--aa-muted);
  font-weight: 500;
}
.account-app .aa-timeline__step.is-done { color: var(--aa-ink); }
.account-app .aa-timeline__step.is-current .aa-timeline__label { font-weight: 700; }
.account-app .aa-timeline__rail {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding-top: 0.35rem;
}
.account-app .aa-timeline__step:not(:last-child) .aa-timeline__rail::after {
  content: "";
  position: absolute;
  top: 0.95rem;
  bottom: -0.15rem;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: #e6e6e6;
}
.account-app .aa-timeline__step.is-done:not(:last-child) .aa-timeline__rail::after {
  background: #c8c8c8;
}
.account-app .aa-timeline__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ddd;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.account-app .aa-timeline__step.is-done .aa-timeline__dot {
  background: #111;
  box-shadow: 0 0 0 1px #111;
}
.account-app .aa-timeline__step.is-current .aa-timeline__dot {
  background: #111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.12);
}
.account-app .aa-timeline__body {
  display: grid;
  gap: 0.12rem;
  padding: 0.15rem 0 0.85rem;
}
.account-app .aa-timeline__step:last-child .aa-timeline__body { padding-bottom: 0.15rem; }
.account-app .aa-timeline__label {
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.account-app .aa-timeline__time {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: #8a8a8a;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
.account-app .aa-timeline__step.is-current .aa-timeline__time { color: #6a6a6a; }
.account-app .aa-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--aa-line);
}
.account-app .aa-item:last-child { border-bottom: 0; }
.account-app .aa-item img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  background: #eee;
}
.account-app .aa-item__body {
  min-width: 0;
}
.account-app .aa-item strong { display: block; font-size: 0.9rem; }
.account-app .aa-item span { display: block; font-size: 0.8rem; color: var(--aa-muted); margin-top: 0.15rem; }
.account-app .aa-item b { font-size: 0.9rem; padding-top: 0.15rem; }
.account-app .aa-item__review {
  display: inline-flex;
  margin-top: 0.45rem;
  padding: 0.28rem 0.6rem;
  border: 1px solid var(--aa-line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--aa-ink);
  background: #fff;
}
.account-app .aa-item__review:hover {
  background: var(--aa-bg);
}
.account-app .aa-more {
  display: block;
  text-align: center;
  padding: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--aa-muted);
}
.account-app .aa-more:hover { color: var(--aa-ink); }
.account-app .aa-infinite-sentinel {
  height: 1px;
  width: 100%;
  pointer-events: none;
}
.account-app .aa-infinite-status {
  text-align: center;
  padding: 0.85rem 1rem 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--aa-muted);
}
.account-app .aa-infinite-status[hidden] { display: none !important; }

/* ----- Reviews hub tabs: folder-divider style (not pill-in-track) ----- */
.account-app .aa-seg {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  margin: 0 0 1.1rem;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--aa-line);
  border-radius: 0;
  background: transparent;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.account-app .aa-seg::-webkit-scrollbar {
  display: none;
}
.account-app .aa-seg__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: 1 0 auto;
  min-width: max-content;
  min-height: 2.55rem;
  padding: 0.55rem 1rem 0.7rem;
  border: 0;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--aa-muted);
  white-space: nowrap;
  background: transparent;
  box-shadow: none;
  transition: color .18s ease;
}
.account-app .aa-seg__item + .aa-seg__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28%;
  bottom: 32%;
  width: 1px;
  background: var(--aa-line);
  opacity: 0.9;
}
.account-app .aa-seg__item em {
  font-style: normal;
  font-weight: 700;
  color: inherit;
  opacity: 0.72;
}
.account-app .aa-seg__item.is-active {
  color: var(--navy);
  background: transparent;
  box-shadow: none;
}
.account-app .aa-seg__item.is-active::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: -1px;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: var(--gold, #b89a64);
}
.account-app .aa-review-points {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.15rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 154, 100, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 236, 0.92)),
    linear-gradient(120deg, rgba(184, 154, 100, 0.12), transparent 55%);
}
.account-app .aa-review-points::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 154, 100, 0.22), transparent 68%);
  pointer-events: none;
}
.account-app .aa-review-points__label {
  position: relative;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a7348;
}
.account-app .aa-review-points__value {
  position: relative;
  margin-top: 0.2rem;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 750;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.account-app .aa-review-points__unit {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--aa-muted);
  margin-left: 0.15rem;
}
.account-app .aa-review-points__hint {
  position: relative;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--aa-muted);
}
.account-app .aa-review-list {
  overflow: hidden;
  padding: 0.35rem;
}
.account-app .aa-review-list.aa-infinite-list,
.account-app .aa-group.aa-review-list {
  display: grid;
  gap: 0.55rem;
}
.account-app .aa-review-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem 0.85rem 0.75rem 0.75rem;
  border-radius: 14px;
  border: 1px solid var(--aa-line);
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.account-app a.aa-review-card:hover {
  border-color: rgba(10, 31, 68, 0.18);
  box-shadow: 0 8px 22px rgba(10, 31, 68, 0.07);
  transform: translateY(-1px);
  background: #fff;
}
.account-app .aa-review-card__media {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(160deg, #f7f5f0, #ebe7de);
  display: grid;
  place-items: center;
  color: var(--gold);
}
.account-app .aa-review-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.account-app .aa-review-card__body {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}
.account-app .aa-review-card__body strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--aa-ink);
  line-height: 1.35;
}
.account-app .aa-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  font-size: 0.8rem;
  color: var(--aa-muted);
}
.account-app .aa-review-card__stars {
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 0.92rem;
  line-height: 1;
}
.account-app .aa-review-card__cta {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.15rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--navy);
  background: rgba(10, 31, 68, 0.06);
}
.account-app .aa-review-card__points {
  color: #8a7348;
  font-weight: 700;
}
.account-app .aa-review-card__chev {
  color: #c5c5c5;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  padding-right: 0.1rem;
}
.account-app .aa-review-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid transparent;
}
.account-app .aa-review-pill.is-ok {
  color: #1f6b45;
  background: #eef8f2;
  border-color: #cfe9da;
}
.account-app .aa-review-pill.is-wait {
  color: #8a6015;
  background: #fff8e8;
  border-color: #f0dfb4;
}
.account-app .aa-review-pill.is-bad {
  color: #8a1f1f;
  background: #fff1f1;
  border-color: #f0c8c8;
}
.account-app .aa-empty--review {
  display: grid;
  gap: 0.35rem;
  padding: 1.6rem 1.1rem;
  text-align: center;
}
.account-app .aa-empty--review strong {
  display: block;
  color: var(--aa-ink);
  font-size: 0.98rem;
}
.account-app .aa-empty--review span {
  display: block;
  font-size: 0.86rem;
  color: var(--aa-muted);
}

.account-app .aa-review-product {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
  margin: 0 0 1.1rem;
  padding: 0.95rem;
  border-radius: 16px;
  border: 1px solid var(--aa-line);
  background:
    linear-gradient(180deg, #fff, #fbfaf7);
  box-shadow: 0 10px 28px rgba(10, 31, 68, 0.04);
}
.account-app .aa-review-product__media {
  width: 88px;
  height: 88px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3efe7;
}
.account-app .aa-review-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.account-app .aa-review-product__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}
.account-app .aa-review-product__name {
  margin: 0.25rem 0 0;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 750;
  color: var(--navy);
}
.account-app .aa-review-product__order {
  margin: 0.3rem 0 0;
  font-size: 0.82rem;
  color: var(--aa-muted);
}

.account-app .aa-review-form {
  gap: 1.05rem;
}
.account-app .aa-stars {
  margin: 0;
  padding: 0;
  border: 0;
}
.account-app .aa-stars legend {
  margin: 0 0 0.55rem;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--aa-muted);
}
.account-app .aa-stars__row {
  display: flex;
  gap: 0.2rem;
}
.account-app .aa-stars__opt {
  position: relative;
  display: grid !important;
  place-items: center;
  gap: 0 !important;
  width: 2.55rem;
  height: 2.55rem;
  margin: 0;
  cursor: pointer;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.account-app .aa-stars__opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.account-app .aa-stars__icon {
  font-size: 1.7rem;
  line-height: 1;
  color: #d9d3c7;
  transition: color .15s ease, transform .15s ease;
}
.account-app .aa-stars__opt.is-on .aa-stars__icon,
.account-app .aa-stars__opt.is-hover .aa-stars__icon {
  color: var(--gold);
}
.account-app .aa-stars__opt.is-active .aa-stars__icon {
  transform: scale(1.08);
}
.account-app .aa-stars__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.account-app .aa-stars__hint {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  color: var(--aa-muted);
}
.account-app .aa-review-field {
  display: grid !important;
  gap: 0.45rem !important;
}
.account-app .aa-review-field__label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--aa-muted);
}
.account-app .aa-review-field__count {
  font-size: 0.78rem;
  font-weight: 600;
  color: #a3a3a3;
  font-variant-numeric: tabular-nums;
}
.account-app .aa-review-field textarea {
  min-height: 8.5rem;
  resize: vertical;
  line-height: 1.55;
}

.account-app .aa-upload {
  display: grid;
  gap: 0.65rem;
}
.account-app .aa-upload__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
}
.account-app .aa-upload__title {
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--aa-muted);
}
.account-app .aa-upload__limit {
  font-size: 0.78rem;
  color: #a3a3a3;
}
.account-app .aa-upload__drop {
  position: relative;
  display: grid !important;
  justify-items: center;
  gap: 0.45rem !important;
  margin: 0;
  padding: 1.45rem 1.1rem 1.35rem;
  border-radius: 16px;
  border: 1.5px dashed rgba(10, 31, 68, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 246, 241, 0.9));
  text-align: center;
  cursor: pointer;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.account-app .aa-upload__drop:hover,
.account-app .aa-upload__drop.is-drag,
.account-app .aa-upload__drop.has-files {
  border-color: rgba(184, 154, 100, 0.55);
  background: linear-gradient(180deg, #fff, #faf6ee);
  box-shadow: inset 0 0 0 1px rgba(184, 154, 100, 0.08);
}
.account-app .aa-upload__input {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.account-app .aa-upload__icon {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(10, 31, 68, 0.05);
  margin-bottom: 0.15rem;
}
.account-app .aa-upload__lead {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
}
.account-app .aa-upload__sub {
  max-width: 22rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--aa-muted);
}
.account-app .aa-upload__previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.55rem;
}
.account-app .aa-upload__previews[hidden] { display: none !important; }
.account-app .aa-upload__thumb {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--aa-line);
  background: #f5f2eb;
}
.account-app .aa-upload__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.account-app .aa-upload__remove {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 2;
  width: 1.55rem;
  height: 1.55rem;
  border: 0;
  border-radius: 999px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  background: rgba(10, 31, 68, 0.72);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.account-app .aa-upload__remove:hover {
  background: rgba(10, 31, 68, 0.92);
}
.account-app .aa-upload__flash {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #8a7348;
}
.account-app .aa-upload__flash[hidden] { display: none !important; }
.account-app .aa-upload__note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #9a9a9a;
}
.account-app .aa-review-check {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--aa-line);
  background: #fcfcfc;
}

.account-app .aa-review-detail {
  margin: 0 0 1rem;
  padding: 1.15rem 1.1rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--aa-line);
  background: linear-gradient(180deg, #fff, #fbfaf7);
  box-shadow: 0 10px 28px rgba(10, 31, 68, 0.04);
}
.account-app .aa-review-detail__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem 0.85rem;
}
.account-app .aa-review-detail__title {
  margin: 0;
  flex: 1 1 12rem;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 750;
  color: var(--navy);
}
.account-app .aa-review-detail__stars {
  margin: 0.55rem 0 0;
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 1.05rem;
  line-height: 1;
}
.account-app .aa-review-detail__meta {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--aa-muted);
}
.account-app .aa-review-detail__subtitle {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--aa-ink);
}
.account-app .aa-review-detail__body {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  white-space: pre-wrap;
}
.account-app .aa-review-detail__media {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}
.account-app .aa-review-detail__shot {
  display: block;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--aa-line);
  background: #f5f2eb;
}
.account-app .aa-review-detail__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.account-app .aa-review-detail__points {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #8a7348;
}
.account-app .aa-review-detail__note {
  margin: 1rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: #fff8e8;
  border: 1px solid #f0dfb4;
  color: #8a6015;
  font-size: 0.86rem;
  line-height: 1.45;
}

.account-app .aa-debug { margin-top: 1.5rem; opacity: 0.85; }

/* Visibility helpers */
.account-app .aa-hide-mobile { display: none; }
.account-app .aa-panel { min-width: 0; }
.account-app .aa-side-nav { display: grid; gap: 0.2rem; }
.account-app .aa-side-nav__link {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--aa-muted);
}
.account-app .aa-side-nav__link:hover {
  background: var(--aa-bg);
  color: var(--aa-ink);
}
.account-app .aa-side-nav__link.is-active {
  background: #111;
  color: #fff !important;
}
.account-app .aa-side-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
  font-size: 0.82rem;
  color: var(--aa-muted);
}
.account-app .aa-row--block {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0.65rem;
}
.account-app .aa-row__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}
.account-app .aa-btn--sm {
  width: auto;
  min-width: 0;
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
}
.account-app .aa-form-grid {
  display: grid;
  gap: 0.85rem;
}
.account-app .aa-split { display: grid; gap: 1rem; }

/* Desktop: 2-column shell */
@media (min-width: 900px) {
  .account-app .aa-hide-mobile { display: block; }
  .account-app .aa-hide-desktop { display: none !important; }

  main:has(> .account-app) {
    background: #f5f5f5;
    min-height: 70vh;
    padding: 0 1.5rem 3rem;
  }

  .account-app {
    --aa-radius: 14px;
    max-width: 1040px;
    margin: 2rem auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0;
    background: #fff;
    border: 1px solid var(--aa-line);
    border-radius: 16px;
    box-shadow: 0 10px 32px rgba(17, 17, 17, 0.05);
    overflow: hidden;
  }

  .account-app:not(:has(> .aa-side)) {
    grid-template-columns: 1fr;
  }

  .account-app .aa-side {
  display: block;
  margin: 0;
  padding: 1.6rem 1.1rem;
  border-right: 1px solid var(--aa-line);
  background: #fafafa;
}

  .account-app .aa-identity {
    display: none !important;
  }

  .account-app .aa-logout.aa-hide-mobile {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.85rem;
    padding: 0.65rem 0.15rem 0;
    border-top: 1px solid var(--aa-line);
    border-radius: 0;
    font-size: 0.88rem;
  }

  .account-app .aa-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.15rem;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .account-app .aa-menu__item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
    padding: 0.55rem 0.15rem;
    border: 0;
    border-radius: 0;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
    color: var(--aa-ink);
  }

  .account-app .aa-menu__item:hover,
  .account-app .aa-menu__item.is-active {
    color: var(--aa-ink);
    background: transparent;
    font-weight: 500;
  }

  .account-app .aa-panel {
    padding: 1.75rem 1.85rem 2rem;
  }

  .account-app .aa-section-head {
    margin-top: 0;
  }

  .account-app .aa-section-title {
    font-size: 1.15rem;
  }

  .account-app .aa-top {
    min-height: 2.75rem;
    margin-bottom: 1.35rem;
  }

  .account-app .aa-title {
    font-size: 1.35rem;
  }

  .account-app .aa-group { margin-bottom: 1.15rem; }
  .account-app .aa-row { padding: 1.05rem 1.15rem; gap: 1rem; }
  .account-app .aa-row__main strong { font-size: 1rem; }
  .account-app .aa-row__main span { font-size: 0.86rem; }
  .account-app .aa-row__meta { font-size: 0.95rem; }

  .account-app .aa-row--block {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .account-app .aa-form {
    gap: 1rem;
    max-width: 520px;
  }

  .account-app .aa-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .account-app .aa-form input,
  .account-app .aa-form textarea,
  .account-app .aa-form select {
    padding: 0.85rem 0.95rem;
    font-size: 1rem;
  }

  .account-app .aa-btn {
    width: auto;
    min-width: 160px;
    padding: 0.85rem 1.25rem;
  }

  .account-app .aa-stack {
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 0.75rem;
  }

  .account-app .aa-split {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.85fr);
    gap: 1.25rem;
    align-items: start;
  }

  .account-app .aa-item {
    grid-template-columns: 64px 1fr auto;
    gap: 1rem;
    padding: 1rem 1.15rem;
  }

  .account-app .aa-item img {
    width: 64px;
    height: 64px;
  }

  .account-app .aa-debug {
    margin-top: 1.75rem;
    padding-top: 1.1rem;
    border-top: 1px dashed var(--aa-line);
  }
}

@media (min-width: 1200px) {
  .account-app {
    max-width: 1120px;
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .account-app .aa-side { padding: 2rem 1.35rem; }
  .account-app .aa-panel { padding: 2rem 2.15rem 2.25rem; }
}

/* Storefront catalog (products + promotions buy path) */
.shop-catalog__hero {
  padding: 2.5rem 0 1.25rem;
}
.shop-catalog__hero h1 {
  margin: 0.4rem 0 0.6rem;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  line-height: 1.3;
  color: var(--navy);
}
.shop-catalog__hero > .container > p {
  color: var(--muted);
  max-width: 54ch;
  margin: 0 0 1rem;
}
.shop-catalog__search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  max-width: 640px;
}
.shop-catalog__search input[type="search"] {
  flex: 1 1 220px;
  min-width: 0;
  border: 1px solid rgba(20, 40, 80, 0.12);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font: inherit;
  background: rgba(255, 255, 255, 0.9);
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

/* Layout modes (toolbar) */
.shop-layout-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  margin: 0 0 0.85rem;
}
.shop-layout-bar__label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(10, 31, 68, 0.62);
}
.shop-layout-bar__toggles {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.shop-layout-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--navy, #0a1f44);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.shop-layout-btn.is-active {
  border-color: rgba(10, 31, 68, 0.35);
  background: rgba(10, 31, 68, 0.92);
  color: #fff;
}
.shop-layout-btn__icon {
  font-size: 0.9rem;
  line-height: 1;
}

.shop-grid[data-layout="one"] {
  grid-template-columns: 1fr;
}
.shop-grid[data-layout="two"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.shop-grid[data-layout="four"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.shop-grid[data-layout="split"] {
  grid-template-columns: 1fr;
}

/* Desktop: hide 1-col control; show 4-col; split = 2 cards/row */
@media (min-width: 721px) {
  .shop-layout-btn--mobile-only {
    display: none !important;
  }
  .shop-grid[data-layout="two"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shop-grid[data-layout="four"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .shop-grid[data-layout="split"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.shop-grid[data-layout="split"] .shop-card {
  display: grid;
  grid-template-columns: minmax(96px, 36%) minmax(0, 1fr);
  grid-template-areas:
    "media body"
    "count count";
  align-items: stretch;
  gap: 0;
  padding: 12px;
}
.shop-grid[data-layout="split"] .shop-card.shop-card--gold {
  padding: 12px;
}
.shop-grid[data-layout="split"] .shop-card__media {
  grid-area: media;
  margin: 0;
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  align-self: start;
}
.shop-grid[data-layout="split"] .shop-card__countdown {
  grid-area: count;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 0.5rem;
}
.shop-grid[data-layout="split"] .shop-card.shop-card--gold .shop-card__countdown {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.shop-grid[data-layout="split"] .shop-card__body {
  grid-area: body;
  padding: 0 0 0 0.75rem;
  min-width: 0;
}
.shop-grid[data-layout="split"] .shop-card__actions {
  padding: 0.35rem 0 0;
}
.shop-grid[data-layout="split"] .shop-card__title {
  font-size: 0.9rem;
  min-height: 0;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

@media (min-width: 900px) {
  /* reserved — layout modes controlled by data-layout only */
}

/* Real phones: auto-fill(220px) collapses to 1 col — force 2 when mode=two */
@media (max-width: 720px) {
  .shop-layout-btn--desktop-only {
    display: none !important;
  }
  .shop-grid:not([data-layout]),
  .shop-grid[data-layout="two"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .shop-grid[data-layout="one"],
  .shop-grid[data-layout="split"] {
    grid-template-columns: 1fr;
  }
  .shop-card.shop-card--gold {
    padding: 12px 12px 0;
  }
  .shop-layout-btn__text {
    display: none;
  }
}

.shop-cart-only-banners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin: 0 0 1rem;
}
.shop-cart-only-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-height: 4.5rem;
  padding: 0.85rem 1rem;
  background: none;
  border: 1.5px solid #ee4d2d;
  border-radius: 12px;
  box-sizing: border-box;
}
.shop-cart-only-banner__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  color: #ee4d2d;
}
.shop-cart-only-banner__note {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ee4d2d;
  opacity: 0.92;
}

/* Banner count rules — aesthetic rows */
.shop-cart-only-banners[data-count="1"] {
  grid-template-columns: 1fr;
}
.shop-cart-only-banners[data-count="2"],
.shop-cart-only-banners[data-count="3"],
.shop-cart-only-banners[data-count="4"],
.shop-cart-only-banners[data-count="5"],
.shop-cart-only-banners[data-count="6"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
/* odd leftover alone on its own full-width row */
.shop-cart-only-banners[data-count="3"] .shop-cart-only-banner:last-child,
.shop-cart-only-banners[data-count="5"] .shop-cart-only-banner:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  .shop-cart-only-banners[data-count="1"] {
    grid-template-columns: 1fr;
  }
  .shop-cart-only-banners[data-count="2"],
  .shop-cart-only-banners[data-count="3"],
  .shop-cart-only-banners[data-count="4"],
  .shop-cart-only-banners[data-count="5"],
  .shop-cart-only-banners[data-count="6"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.shop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(20, 40, 80, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(8, 22, 47, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.shop-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 22, 47, 0.1);
}

/* Gold shop card — glass shell like .product-card; gold % badge kept */
.shop-card.shop-card--gold {
  background: none;
  /* BACKUP gold border (restore if needed):
  border: 1px solid rgba(184, 154, 100, 0.38);
  */
  border: none;
  border-radius: 7px;
  box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  overflow: hidden;
  padding: 20px 20px 0;
}

.shop-card.shop-card--gold:hover {
  transform: translateY(-3px);
  /* BACKUP gold border on hover:
  border-color: rgba(184, 154, 100, 0.55);
  */
  border: none;
  box-shadow: 0 18px 48px rgba(8, 22, 47, 0.08);
}

.shop-card.shop-card--gold .shop-card__media {
  background: none;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  margin: 0;
}

/* Spotlight glow — same idea as .product-media--spotlight */
.shop-card.shop-card--gold .shop-card__media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18%;
  width: 78%;
  height: 68%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.22) 40%, rgba(255, 255, 255, 0) 85%);
  filter: blur(4px);
  animation: spotlightDrift 8s ease-in-out infinite;
  mix-blend-mode: normal;
}

.shop-card.shop-card--gold .shop-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 18%, rgba(255, 255, 255, 0) 42%);
  animation: spotlightGlow 8s ease-in-out infinite;
}

.shop-card.shop-card--gold .shop-card__media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.shop-card.shop-card--gold .shop-card__body {
  background: transparent;
  padding: 1rem 0 0;
}

.shop-card.shop-card--gold .shop-card__title {
  color: #0a1f44;
}

.shop-card.shop-card--gold .shop-card__promo-name {
  color: #9c8b6a;
  font-weight: 600;
}

.shop-card.shop-card--gold .shop-card__price-sale {
  color: #8f7a52;
}

.shop-card.shop-card--gold .shop-card__price-was {
  color: rgba(10, 31, 68, 0.38);
}

.shop-card.shop-card--gold .shop-card__actions {
  padding: 0.35rem 0 1rem;
}

.shop-card.shop-card--gold .shop-card__actions .button-primary {
  background: linear-gradient(180deg, #142a52 0%, #0a1f44 100%);
  border: 1px solid rgba(184, 154, 100, 0.55);
  color: #ffffff;
  font-weight: 700;
  box-shadow:
    0 8px 18px rgba(10, 31, 68, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.shop-card.shop-card--gold .shop-card__actions .button-primary:hover {
  filter: brightness(1.08);
  color: #ffffff;
  border-color: rgba(212, 184, 122, 0.75);
}

/* Keep gold discount badge */
.shop-card.shop-card--gold .shop-card__deal-badges {
  z-index: 3;
}

.shop-card.shop-card--gold .shop-card__badge {
  background: linear-gradient(180deg, #e2d6c2, #c9b895);
  color: #2c2418;
  box-shadow: 0 3px 10px rgba(120, 100, 70, 0.22);
}

.shop-card.shop-card--gold .shop-card__badge--cart {
  background: rgba(10, 31, 68, 0.82);
  color: #fff;
  box-shadow: 0 4px 12px rgba(10, 31, 68, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .shop-card.shop-card--gold .shop-card__media::before,
  .shop-card.shop-card--gold .shop-card__media::after {
    animation: none;
  }
}

body.page-products:not(.page-tone-warm),
body.page-products:not(.page-tone-warm) .page-shell {
  background-color: #f3f1ec;
}
.shop-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #f3f6fb;
}
.shop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-card__badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  padding: 0.28rem 0.45rem;
  border-radius: 4px;
  background: #ee4d2d;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 12px rgba(238, 77, 45, 0.35);
}
.shop-card__deal-badges {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  max-width: calc(100% - 1.1rem);
}
.shop-card__countdown {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.3rem 0.45rem;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.45rem 0.65rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #0a1f44;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  pointer-events: none;
  transform: none;
  white-space: normal;
}

.shop-card.shop-card--gold .shop-card__countdown {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(176, 157, 122, 0.28);
  color: #6e5f45;
  box-shadow: none;
  border-radius: 0;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

@media (max-width: 720px) {
  .shop-card.shop-card--gold .shop-card__countdown {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }
}
.shop-card__countdown-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.88;
  line-height: 1.2;
}
.shop-card__countdown-time {
  font-variant-numeric: tabular-nums;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.shop-card__countdown.is-done {
  background: rgba(255, 255, 255, 0.55);
  color: #445066;
}
.shop-card--upcoming .shop-card__media img {
  filter: saturate(0.85);
}
.shop-card__deal-badges .shop-card__badge {
  position: static;
  top: auto;
  left: auto;
}
.shop-card__badge--cart {
  min-width: 0;
  max-width: 100%;
  padding: 0.32rem 0.5rem;
  border-radius: 4px;
  background: #ee4d2d;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  box-shadow: 0 4px 12px rgba(238, 77, 45, 0.28);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.shop-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.3rem;
  padding: 0.85rem 0.9rem 1rem;
  min-height: 0;
}
.shop-card__title {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--navy);
  display: block;
  overflow: visible;
  min-height: 0;
  /* do not clamp — size (e.g. 25 ML) must stay visible on mobile */
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.shop-card__promo-name {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: #028a3a;
  min-height: 1.3em;
}
.shop-card__promo-name.is-empty {
  visibility: hidden;
}
.shop-card__sidecar {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.15rem;
}
.shop-card__sidecar-item {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 600;
}
.shop-card__sidecar-item.is-on {
  color: #0b5ed7;
}
.shop-card__sidecar-item.is-off {
  color: var(--muted);
  font-weight: 500;
}
.shop-card__sku {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}
.shop-card__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.1rem 0 0.05rem;
}
.shop-card__perk {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.45rem;
  border-radius: 4px;
  background: rgba(3, 178, 76, 0.1);
  color: #028a3a;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}
.shop-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}
.shop-card h3 a {
  color: inherit;
  text-decoration: none;
}
.shop-card h3 a:hover {
  text-decoration: underline;
}
.shop-card__price-block {
  margin-top: 0.2rem;
  min-height: 2.85em; /* ????????????? + ?????????? ????????????????????? */
}
.shop-card__price-sale {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.15;
  color: #ee4d2d;
}
.shop-card__price-sale--plain {
  color: var(--navy);
  font-size: 1.1rem;
}
.shop-card__price-meta {
  margin: 0.15rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.55rem;
}
.shop-card__price-was {
  font-size: 0.8rem;
  color: #98a2b3;
  font-weight: 500;
  text-decoration: line-through;
}
.shop-card__save {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ee4d2d;
  background: rgba(238, 77, 45, 0.08);
  border-radius: 999px;
  padding: 0.12rem 0.45rem;
}
.shop-card__hint {
  margin: 0.15rem 0 0;
  font-size: 0.74rem;
  color: var(--muted);
  line-height: 1.35;
}
.shop-card__price {
  margin: 0;
  font-weight: 800;
  color: var(--navy);
  font-size: 1.05rem;
}
.shop-card__stock {
  margin: 0;
  font-size: 0.84rem;
  color: var(--muted);
}
.shop-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.65rem;
}
.shop-card__actions .button-primary,
.shop-card__actions .button-secondary {
  flex: 1 1 auto;
  text-align: center;
  padding: 0.6rem 0.8rem;
  font-size: 0.88rem;
}
.shop-card--locked {
  opacity: 0.55;
  filter: grayscale(0.85);
  box-shadow: none;
}
.shop-card--locked:hover {
  transform: none;
  box-shadow: none;
}
.shop-card--locked .shop-card__media img {
  filter: grayscale(1);
}
.shop-card--locked .shop-card__actions .button-primary[disabled],
.shop-card--locked .shop-card__actions .button-primary[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.shop-card--need-login .shop-card__media img {
  opacity: 0.92;
}
.shop-card__actions .shop-card__hint {
  flex: 1 1 100%;
  margin: 0;
}

.product-card {
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: stretch;
}
.product-card__hit {
  display: grid;
  gap: 0.35rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
  margin-top: 0.35rem;
}
.product-card__actions .button-primary,
.product-card__actions .button-secondary {
  flex: 1 1 120px;
  text-align: center;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
}

/* product.php — transparent product shots + navy label + site-tone CTAs */
body.page-product .product-media,
body.page-product .product-media--plain {
  background: transparent !important;
  overflow: visible;
}
body.page-product .product-media--plain::before,
body.page-product .product-media--plain::after {
  content: none;
  display: none;
}
body.page-product .product-tag {
  background: none;
  border: none;
  color: var(--navy, #0a1f44);
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}
body.page-product .product-card__actions .button-primary {
  background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);
  border: 1px solid rgba(10, 31, 68, 0.08);
  box-shadow: 0 10px 22px rgba(10, 31, 68, 0.16);
  color: #fff;
}
body.page-product .product-card__actions .button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(10, 31, 68, 0.22);
}
body.page-product .product-card__actions .button-secondary {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(10, 31, 68, 0.14);
  color: var(--navy, #0a1f44);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
}
body.page-product .product-card__actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(10, 31, 68, 0.22);
}

/* Gift/game/coupon CTAs follow the current product-page button system. */
body.page-gift .button-primary,
body.page-games .button-primary,
body.page-coupons .button-primary {
  background: linear-gradient(135deg, #0a1f44 0%, #173863 100%);
  border: 1px solid rgba(10, 31, 68, 0.08);
  box-shadow: 0 10px 22px rgba(10, 31, 68, 0.16);
  color: #fff;
}
body.page-gift .button-primary:hover,
body.page-games .button-primary:hover,
body.page-coupons .button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(10, 31, 68, 0.22);
}
body.page-gift .button-secondary,
body.page-games .button-secondary,
body.page-coupons .button-secondary {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(10, 31, 68, 0.14);
  color: var(--navy, #0a1f44);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
}
body.page-gift .button-secondary:hover,
body.page-games .button-secondary:hover,
body.page-coupons .button-secondary:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(10, 31, 68, 0.22);
}

.shop-catalog__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}
.shop-catalog__bar h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.25;
  color: var(--navy);
}
.shop-catalog__bar .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0 auto;
}
.shop-catalog__cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 999px;
}
.shop-catalog__cart-btn svg {
  width: 1.15rem;
  height: 1.15rem;
}

.promo-product-block {
  padding: 1.5rem 0 2.25rem;
}
.promo-product-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1rem;
}
.promo-product-block__head h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.25;
  color: var(--navy);
}

/* ----- Public reviews page + home reviews ----- */
.rv-page { background: #f7f6f2; }
.rv-hero {
  padding: 2.5rem 0 1.5rem;
  /* Base = same as .rv-page so PC has no hard cream/white seam under the summary card */
  background:
    radial-gradient(circle at 88% 12%, rgba(184, 154, 100, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 52%),
    #f7f6f2;
}
.rv-list-section {
  background: #f7f6f2;
  padding: 1.25rem 0 2.5rem;
}
.rv-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}
.rv-hero__copy h1 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.2;
  color: var(--navy);
}
.rv-hero__copy > p {
  max-width: 38rem;
  color: #4b5563;
  line-height: 1.65;
}
.rv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}
.rv-summary {
  border-radius: 22px;
  border: 1px solid rgba(10, 31, 68, 0.08);
  background: #fff;
  box-shadow: 0 18px 40px rgba(10, 31, 68, 0.06);
  padding: 1.25rem 1.2rem 1.15rem;
}
.rv-summary__empty {
  display: grid;
  gap: 0.35rem;
  min-height: 180px;
  place-content: center;
  text-align: center;
}
.rv-summary__empty strong { color: var(--navy); font-size: 1.05rem; }
.rv-summary__empty span { color: #737373; font-size: 0.9rem; }
.rv-summary__score { text-align: center; margin-bottom: 1rem; }
.rv-summary__avg {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.rv-summary__stars {
  margin-top: 0.25rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  font-size: 1.15rem;
}
.rv-summary__count {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: #737373;
}
.rv-summary__bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.rv-summary__bars li {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) 1.4rem;
  gap: 0.55rem;
  align-items: center;
  font-size: 0.8rem;
  color: #4b5563;
}
.rv-summary__bars b {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.rv-summary__track {
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: #efece5;
  overflow: hidden;
}
.rv-summary__track i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #c4a46d, #b89a64);
}
.rv-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
}
.rv-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 31, 68, 0.12);
  background: #fff;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 650;
}
.rv-filter em {
  font-style: normal;
  opacity: 0.65;
}
.rv-filter.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.rv-disclaimer {
  margin: 0 0 1.1rem;
  font-size: 0.84rem;
  color: #737373;
  line-height: 1.5;
}
.rv-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.rv-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-radius: 7px;
  border: none;
  background: none;
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rv-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(8, 22, 47, 0.08);
}
.rv-card__head {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: flex-start;
}
.rv-card__product {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a7348;
}
.rv-card__stars {
  margin-top: 0.25rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.rv-card__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1f6b45;
  background: #eef8f2;
  border: 1px solid #cfe9da;
}
.rv-card__body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #1f2937;
  white-space: pre-wrap;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rv-card__media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.35rem;
}
.rv-card__media a {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(10, 31, 68, 0.08);
  background: rgba(255, 255, 255, 0.35);
}
.rv-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.rv-card__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  align-items: center;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(10, 31, 68, 0.08);
  font-size: 0.86rem;
  color: #737373;
}
.rv-card__foot strong { color: var(--navy); }

.rv-insight-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.1rem 0 0;
}
.rv-insight-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 650;
  color: #5c4a36;
  background: rgba(184, 154, 100, 0.14);
  border: 1px solid rgba(184, 154, 100, 0.28);
}

.rv-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 0.25rem;
  flex-wrap: wrap;
}
.rv-pager__btn {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 31, 68, 0.14);
  background: rgba(255, 255, 255, 0.7);
  color: var(--navy);
  text-decoration: none;
  font-weight: 650;
  font-size: 0.88rem;
}
.rv-pager__btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.rv-pager__status {
  font-size: 0.86rem;
  color: #6b7280;
}

.rv-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.rv-home-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  border-radius: 7px;
  border: none;
  background: none;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  padding: 0.85rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rv-home-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(8, 22, 47, 0.08);
}
.rv-home-card__shot {
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
}
.rv-home-card__shot-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, 0.35);
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
}
.rv-home-card__shot-wrap > a.rv-home-card__shot {
  display: block;
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
}
.rv-home-card__shot--fallback {
  width: 120px;
  height: 120px;
}
.rv-home-card__shot img,
.rv-home-card__shot-wrap img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
}
.rv-home-card__more {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(10, 31, 68, 0.78);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.rv-card__media a.js-review-lightbox {
  cursor: zoom-in;
}
.rv-home-card__body {
  display: grid;
  gap: 0.35rem;
  padding: 0;
  min-width: 0;
}
.rv-home-card__stars {
  color: var(--gold);
  letter-spacing: 0.08em;
}
.rv-home-card__product {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #8a7348;
  letter-spacing: 0.03em;
}
.rv-home-card blockquote {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #1f2937;
}
.rv-home-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.35rem;
  font-size: 0.84rem;
  color: #737373;
}
.rv-home-card footer strong { color: var(--navy); }
.rv-home-card__badge {
  display: inline-flex;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #1f6b45;
  background: #eef8f2;
}
.rv-home-more {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

/* Public review tabs (folder style, shared with account look) */
.rv-seg {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 0 1.35rem;
  padding: 0;
  border-bottom: 1px solid rgba(10, 31, 68, 0.12);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.rv-seg::-webkit-scrollbar { display: none; }
.rv-seg__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.55rem 1.1rem 0.7rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
  text-decoration: none;
}
.rv-seg__item + .rv-seg__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28%;
  bottom: 32%;
  width: 1px;
  background: rgba(10, 31, 68, 0.12);
}
.rv-seg__item.is-active {
  color: var(--navy);
}
.rv-seg__item.is-active::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: -1px;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: var(--gold, #b89a64);
}

/* Long review teaser cards */
.rv-long-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.rv-long-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 7px;
  border: none;
  background: none;
  box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.rv-long-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(8, 22, 47, 0.08);
  text-decoration: none;
  color: inherit;
}
.rv-long-card__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold, #b89a64);
}
.rv-long-card__product {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--navy);
}
.rv-long-card__excerpt {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4b5563;
}
.rv-long-card__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: center;
  font-size: 0.82rem;
  color: #6b7280;
}
.rv-long-card__who {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.rv-long-card__who-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.rv-long-card__who-text strong {
  color: var(--navy);
  font-size: 0.88rem;
  line-height: 1.25;
}
.rv-long-card__who-text time {
  font-size: 0.75rem;
  color: #6b7280;
}
.rv-long-card__foot strong { color: var(--navy); }
.rv-long-card__link {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--navy);
  text-decoration: none;
}
.rv-long-card__link:hover { text-decoration: underline; }
.rv-long-avatar--sm {
  width: 44px;
  height: 44px;
  border-width: 1.5px;
  box-shadow: 0 4px 12px rgba(10, 31, 68, 0.1);
}
.rv-long-avatar--sm .rv-long-avatar__fallback { font-size: 1rem; }
.rv-long-avatar--md {
  width: 52px;
  height: 52px;
  border-width: 1.5px;
  box-shadow: 0 6px 16px rgba(10, 31, 68, 0.1);
}
.rv-long-avatar--md .rv-long-avatar__fallback { font-size: 1.15rem; }

.rv-long-list {
  display: grid;
  gap: 0.65rem;
}
.rv-long-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem 1rem;
  align-items: center;
  padding: 0.95rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(10, 31, 68, 0.08);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.rv-long-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(10, 31, 68, 0.07);
}
.rv-long-row__body {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}
.rv-long-row__body strong {
  font-size: 1rem;
  color: var(--navy);
}
.rv-long-row__body span {
  font-size: 0.88rem;
  color: #4b5563;
  line-height: 1.45;
}
.rv-long-row__meta {
  display: grid;
  gap: 0.2rem;
  text-align: right;
  font-size: 0.8rem;
  color: #6b7280;
}
.rv-long-row__meta b { color: var(--navy); }

.rv-long-article {
  padding: 2rem 0 3.5rem;
  background: transparent;
}
.rv-long-view .rv-long-article__shell {
  max-width: 720px;
}
.rv-long-article__crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: #6b7280;
}
.rv-long-article__crumb a {
  color: inherit;
  text-decoration: none;
}
.rv-long-article__crumb a:hover { text-decoration: underline; }
.rv-long-article__head h1 {
  margin: 0.25rem 0 1.1rem;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--navy);
}
.rv-long-article__byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #6b7280;
}
.rv-long-article__byline--profile {
  align-items: center;
  gap: 0.85rem;
}
.rv-long-article__byline-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.rv-long-article__byline strong { color: var(--navy); font-size: 1rem; }
.rv-long-avatar {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(184, 154, 100, 0.55);
  box-shadow: 0 8px 24px rgba(10, 31, 68, 0.12);
  background: linear-gradient(145deg, #163560, #0a1f44);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rv-long-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rv-long-avatar__fallback {
  color: #fff;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
}
.rv-long-section-label {
  margin: 0 0 0.65rem;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.rv-long-editorial {
  margin-top: 2rem;
  padding: 1.6rem 1.35rem 1.4rem;
  border-radius: 7px;
  border: none;
  background: none;
  box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.rv-long-editorial__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.rv-long-editorial__label span {
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
}
.rv-long-editorial__label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 154, 100, 0.7), transparent);
}
.rv-long-editorial__body {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #18253a;
}
.rv-long-editorial__body p {
  margin: 0 0 1.05rem;
}
.rv-long-editorial__body p:first-child::first-letter {
  float: left;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 0.85;
  padding: 0.12em 0.12em 0 0;
  color: var(--navy);
}
.rv-long-editorial__body p:last-child { margin-bottom: 0; }
.rv-long-editorial__jump {
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(10, 31, 68, 0.08);
  font-size: 0.9rem;
}
.rv-long-editorial__jump a {
  color: var(--navy-soft);
  text-decoration: none;
  font-weight: 600;
}
.rv-long-editorial__jump a:hover { color: var(--navy); text-decoration: underline; }
.rv-long-gallery { margin-top: 2.25rem; }
.rv-long-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.rv-long-gallery__item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #eef2f7;
  box-shadow: 0 8px 22px rgba(10, 31, 68, 0.08);
}
.rv-long-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.rv-long-gallery__item:hover img { transform: scale(1.04); }
.rv-long-conversation {
  margin-top: 2.75rem;
  padding-top: 0.5rem;
}
.rv-long-conversation__summary {
  list-style: none;
  cursor: pointer;
}
.rv-long-conversation__summary::-webkit-details-marker { display: none; }
.rv-long-conversation__summary::marker { content: ''; }
.rv-long-conversation__summary h2 {
  margin: 0 0 0.45rem;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  color: var(--navy);
}
.rv-long-conversation__lead {
  margin: 0 0 0.55rem;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.55;
}
.rv-long-conversation__hint {
  display: inline-block;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--gold, #b89a64);
}
.rv-long-conversation[open] .rv-long-conversation__hint::after {
  content: " (แตะเพื่อย่อ)";
}
.rv-long-conversation:not([open]) .rv-long-conversation__hint::before {
  content: "";
}
.rv-long-qa {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.rv-long-qa__item {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}
.rv-long-qa__q {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 0.55rem;
}
.rv-long-qa__num {
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-top: 0.2rem;
}
.rv-long-qa__q p {
  margin: 0;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--navy);
}
.rv-long-qa__a {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}
.rv-long-qa__a p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #243247;
}
.rv-long-article__foot { margin-top: 2.25rem; }
.rv-hero--compact { padding-bottom: 1.5rem; }

/* Friend invite on long-view — อยู่ต่อจาก editorial */
.rv-frn-invite {
  margin: 1.25rem 0 0;
  padding: 1.25rem 1.35rem;
  border-radius: 7px;
  border: none;
  background: none;
  box-shadow: 0 16px 44px rgba(8, 22, 47, 0.05), inset 0 0 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  text-align: center;
}

@media (min-width: 768px) {
  .rv-long-editorial { padding: 2rem 2rem 1.6rem; }
  .rv-long-gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
  }
}

@media (max-width: 900px) {
  .rv-hero__shell { grid-template-columns: 1fr; }
  .rv-home-grid { grid-template-columns: 1fr; }
  .rv-long-grid { grid-template-columns: 1fr; }
  .rv-list { grid-template-columns: 1fr; }
  .rv-long-row {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .rv-long-row__meta {
    grid-column: 2;
    text-align: left;
  }
}
@media (min-width: 701px) and (max-width: 980px) {
  .rv-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-long-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Review Insight ? anonymized reviewer context badges */
.rv-insight {
  margin: 1.1rem 0 1.5rem;
  padding: 1.05rem 1.1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(10, 31, 68, 0.08);
  background:
    radial-gradient(600px 180px at 0% 0%, rgba(184, 154, 100, 0.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
.rv-insight__head { margin-bottom: 0.75rem; }
.rv-insight__eyebrow {
  margin: 0 0 0.25rem;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold, #b89a64);
}
.rv-insight__lead {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #64748b;
}
.rv-insight__block + .rv-insight__block {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(10, 31, 68, 0.07);
}
.rv-insight__block-title {
  margin: 0 0 0.55rem;
  font-family: "Noto Sans Thai UI", "Noto Sans Thai", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--navy);
}
.rv-insight__row {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 0.45rem 0.65rem;
  align-items: start;
  margin-bottom: 0.45rem;
}
.rv-insight__row-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b7280;
  padding-top: 0.28rem;
}
.rv-insight__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.rv-insight__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(10, 31, 68, 0.1);
  box-shadow: 0 2px 8px rgba(10, 31, 68, 0.04);
}
.rv-insight__badge em {
  font-style: normal;
  font-weight: 800;
  color: var(--gold, #b89a64);
}
@media (max-width: 640px) {
  .rv-insight__row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/* Review facet tags ? tags only, no chrome */
.rv-facet {
  margin: 0 0 1.1rem;
}
.rv-facet__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.rv-facet__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--navy);
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(10, 31, 68, 0.14);
  transition: border-color .15s ease, background .15s ease;
}
.rv-facet__tag em {
  font-style: normal;
  font-weight: 800;
  color: var(--gold, #b89a64);
}
.rv-facet__tag:hover {
  border-color: rgba(184, 154, 100, 0.55);
  background: rgba(184, 154, 100, 0.06);
}
.rv-facet__tag.is-active {
  background: rgba(184, 154, 100, 0.14);
  border-color: rgba(184, 154, 100, 0.65);
}

/* Friend invite text bits */
.rv-frn-invite__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: #64748b;
}
.rv-frn-invite__code {
  margin: 0 0 0.5rem;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--navy);
  font-family: ui-monospace, monospace;
}
.rv-frn-invite__hint {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: #64748b;
}

/* Account earn */
.aa-flash { margin: 0 0 1rem; padding: 0.65rem 0.85rem; border-radius: 10px; font-size: 0.9rem; }
.aa-flash--ok { background: #ecfdf5; color: #065f46; }
.aa-flash--err { background: #fef2f2; color: #991b1b; }
.aa-earn-toggle,
.aa-earn-checkin,
.aa-earn-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
}
.aa-earn-toggle__copy,
.aa-earn-checkin > div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.aa-earn-toggle__copy span,
.aa-earn-checkin span:not(.aa-earn-badge) {
  font-size: 0.82rem;
  color: #64748b;
}
.aa-switch {
  border: 1px solid rgba(10, 31, 68, 0.15);
  background: #f1f5f9;
  color: var(--navy);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-weight: 700;
  cursor: pointer;
}
.aa-switch.is-on {
  background: rgba(184, 154, 100, 0.2);
  border-color: rgba(184, 154, 100, 0.55);
}
.aa-earn-badge {
  font-size: 0.8rem;
  font-weight: 700;
  color: #065f46;
  background: #ecfdf5;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}
.aa-earn-code {
  flex-direction: column;
  align-items: flex-start;
}
.aa-earn-code__label { font-size: 0.75rem; color: #64748b; font-weight: 700; }
.aa-earn-code__value {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--navy);
}
.aa-earn-code__hint,
.aa-earn-code__hidden { margin: 0; font-size: 0.82rem; color: #64748b; }
.aa-earn-wallet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.aa-earn-wallet__cell {
  padding: 1rem;
  border-radius: 14px;
  background: #0a1f44;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.aa-earn-wallet__cell span { font-size: 0.78rem; opacity: 0.8; }
.aa-earn-wallet__cell b { font-size: 1.35rem; color: var(--gold, #b89a64); }
.aa-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(10, 31, 68, 0.06);
  font-size: 0.88rem;
}
.aa-row--stack { flex-direction: column; gap: 0.15rem; }
.aa-muted { color: #64748b; font-size: 0.9rem; }
@media (max-width: 640px) {
  .aa-earn-wallet { grid-template-columns: 1fr; }
}

/* ===== Promotions page + chat online chip + hero anchor + footer art hide ===== */
html.hero-anchor-active .topbar-wrap {
  position: absolute;
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.25s ease;
}
#hero {
  scroll-margin-top: 0;
}

.footer--no-art {
  padding-top: 0;
}
.footer--no-art .footer__inner {
  min-height: 0;
}

.glass-preview-item--chat-online {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #06c755 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(6, 199, 85, 0.28);
}
.glass-preview-item--chat-online:hover,
.glass-preview-item--chat-online:active {
  background: #05b34c !important;
  color: #fff !important;
}
.glass-preview-chat-icon {
  display: inline-flex;
  line-height: 0;
}

/* Chat AI Modal — keyboard = comment-sheet pattern (TCC list-search.js) */
body.chat-ai-modal-open {
  overflow: hidden;
}
body.chat-ai-modal-open .glass-preview-bar {
  visibility: hidden !important;
  pointer-events: none !important;
}

.chat-ai-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  padding: 0;
}
.chat-ai-modal[hidden] {
  display: none !important;
}
.chat-ai-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 31, 68, 0.5);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.chat-ai-modal.is-open .chat-ai-modal__backdrop {
  opacity: 1;
}

/* ทาสีทับช่องว่างระหว่างแผ่นกับแป้น (autofill strip) */
.chat-ai-modal__kb-fill {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(env(safe-area-inset-bottom, 0px) + var(--chat-keyboard-offset, 0px));
  background: #f8fafc;
  z-index: 1;
  pointer-events: none;
}

/*
 * ทั้งแผ่นชิดล่าง + ยกด้วย --chat-keyboard-offset
 * (= --comment-sheet-keyboard-offset ใน TCC)
 */
.chat-ai-modal__panel {
  position: fixed;
  z-index: 2;
  left: 50%;
  width: min(calc(100% - 32px), var(--container));
  bottom: calc(env(safe-area-inset-bottom, 0px) + var(--chat-keyboard-offset, 0px));
  height: min(
    80vh,
    calc(100dvh - env(safe-area-inset-bottom, 0px) - var(--chat-keyboard-offset, 0px))
  );
  max-height: calc(100dvh - env(safe-area-inset-bottom, 0px) - var(--chat-keyboard-offset, 0px));
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #f8fafc;
  border-radius: 18px 18px 0 0;
  box-shadow: none;
  overflow: hidden;
  transform: translate(-50%, 110%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.chat-ai-modal.is-open .chat-ai-modal__panel {
  transform: translateX(-50%);
}

.chat-ai-modal__head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}
.chat-ai-modal__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0a1f44;
}
.chat-ai-modal__close {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 31, 68, 0.06);
  color: #0a1f44;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.chat-ai--modal {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.chat-ai__log {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  -webkit-overflow-scrolling: touch;
}
.chat-ai__bubble {
  max-width: 88%;
  padding: 0.7rem 0.9rem;
  border-radius: 16px;
  font-size: 0.94rem;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}
.chat-ai__bubble p { margin: 0; }
.chat-ai__time {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  line-height: 1.2;
  color: #64748b;
  font-style: normal;
}
.chat-ai__history-status {
  align-self: center;
  font-size: 0.75rem;
  color: #94a3b8;
  padding: 0.15rem 0.5rem;
}
.chat-ai__bubble--user {
  align-self: flex-end;
  background: #ffffff;
  color: #0a1f44;
  border: 1px solid rgba(10, 31, 68, 0.14);
}
.chat-ai__bubble--user .chat-ai__time {
  text-align: right;
}
.chat-ai__bubble--bot {
  align-self: flex-start;
  background: rgba(226, 232, 240, 0.55);
  color: #0a1f44;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.chat-ai__bubble--progress {
  color: #64748b;
  font-style: italic;
  border-style: dashed;
  background: rgba(255, 255, 255, 0.75);
}
.chat-ai__bubble--error {
  border-color: rgba(185, 28, 28, 0.25);
  background: rgba(254, 242, 242, 0.92);
}
.chat-ai__cards {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 100%;
  margin: 0.1rem 0 0.35rem;
}
.chat-ai__card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  padding: 0.55rem 0.7rem;
  border-radius: 14px;
  border: 1px solid rgba(10, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #0a1f44;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}
.chat-ai__card--text {
  grid-template-columns: minmax(0, 1fr);
}
.chat-ai__card-media {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
}
.chat-ai__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chat-ai__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.chat-ai__card-title {
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.35;
}
.chat-ai__card-sub {
  font-size: 0.78rem;
  color: #475569;
  line-height: 1.4;
}
.chat-ai__card-cta {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: #0a1f44;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.chat-ai__hint {
  margin-top: 0.4rem !important;
  font-size: 0.8rem;
  opacity: 0.8;
}
.chat-ai__retry {
  margin-top: 0.5rem;
  display: inline-flex;
  border: 1px solid rgba(10, 31, 68, 0.2);
  background: #fff;
  color: #0a1f44;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
}

.chat-ai__composer {
  flex: 0 0 auto;
  padding: 0.35rem 0.75rem 0.5rem;
  border: 0;
  border-top: 0;
  background: transparent;
  box-shadow: none;
}
.chat-ai__suggest {
  flex: 0 0 auto;
  padding: 0.15rem 0 0.35rem;
  background: transparent;
}
.chat-ai__suggest-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding: 0 0.75rem;
  scrollbar-width: none;
}
.chat-ai__suggest-list::-webkit-scrollbar {
  display: none;
}
.chat-ai__chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid rgba(10, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #0a1f44;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.3;
  cursor: pointer;
  white-space: nowrap;
}
.chat-ai__form {
  display: grid;
  grid-template-columns: 1fr;
}
.chat-ai__input {
  width: 100%;
  min-height: 2.6rem;
  max-height: 2.6rem;
  border-radius: 0;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.55rem 0.15rem;
  font: inherit;
  line-height: 1.4;
  background: transparent !important;
  color: #0a1f44;
  resize: none;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
}
.chat-ai__input:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.chat-ai__send--hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.chat-ai-fab {
  position: fixed;
  left: max(16px, env(safe-area-inset-left));
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  z-index: 2147483645;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1rem 0.7rem 0.85rem;
  background: #0a1f44;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(2, 12, 38, 0.28);
  cursor: pointer;
}
.chat-ai-fab[hidden] {
  display: none !important;
}
.chat-ai-fab__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.25);
}
body.chat-ai-modal-open .chat-ai-fab {
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 640px) {
  .chat-ai-modal__panel {
    left: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
    height: calc(100dvh - env(safe-area-inset-bottom, 0px) - var(--chat-keyboard-offset, 0px));
    max-height: calc(100dvh - env(safe-area-inset-bottom, 0px) - var(--chat-keyboard-offset, 0px));
    transform: translateY(110%);
  }
  .chat-ai-modal.is-open .chat-ai-modal__panel {
    transform: translateY(0);
  }
  .chat-ai__bubble { max-width: 92%; font-size: 0.9rem; }
}

/* Gift redeem catalog */
.gift-catalog {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background: linear-gradient(180deg, #f7f4ed 0%, #eef2f6 100%);
}
body.page-gift .gift-catalog,
body.page-games .gift-catalog,
body.page-coupons .gift-catalog,
body.page-gift .gift-reviews {
  background: transparent;
}
.gift-catalog__head {
  max-width: 44rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.gift-catalog__eyebrow {
  margin: 0 0 0.55rem;
  color: #8c6e38;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.gift-catalog__head h1 {
  margin: 0;
  color: #0a1f44;
  font-size: clamp(1.85rem, 4vw, 2.7rem);
}
.gift-catalog__head p:last-child {
  margin: 0.7rem 0 0;
  color: #53627a;
}
.gift-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.gift-catalog__card {
  overflow: hidden;
  border: 1px solid rgba(10, 31, 68, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(8, 22, 47, 0.08);
}
.gift-catalog__media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e9edf2;
  color: #8c6e38;
  font-size: 3.5rem;
}
.gift-catalog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-catalog__badges {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  display: flex;
  gap: 0.4rem;
}
.gift-catalog__badges span {
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  background: #0a1f44;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
}
.gift-catalog__badges span:first-child {
  background: #b8872f;
}
.gift-catalog__countdown {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.45rem;
  background: #fff3dd;
  color: #76571f;
  font-size: 0.86rem;
}
.gift-catalog__countdown strong {
  font-variant-numeric: tabular-nums;
}
.gift-catalog__body {
  padding: 1.1rem;
}
.gift-catalog__body h2 {
  margin: 0;
  color: #0a1f44;
  font-size: 1.12rem;
}
.gift-catalog__body h2 a {
  color: inherit;
  text-decoration: none;
}
.gift-catalog__body h2 a:hover {
  text-decoration: underline;
}
.gift-catalog__summary {
  min-height: 3.4em;
  margin: 0.5rem 0;
  color: #59677b;
  font-size: 0.91rem;
  line-height: 1.65;
}
.gift-catalog__ends {
  margin: 0.7rem 0 0;
  color: #76571f;
  font-size: 0.82rem;
  line-height: 1.5;
}
.gift-catalog__points {
  margin: 0.8rem 0 0.3rem;
  color: #0a1f44;
  font-weight: 800;
}
.gift-catalog__rules {
  margin: 0;
  padding-left: 1.2rem;
  color: #59677b;
  font-size: 0.83rem;
}
.gift-catalog__proof {
  margin: 0.85rem 0;
  color: #78859a;
  font-size: 0.78rem;
}
.gift-catalog__detail-link {
  display: block;
  margin-top: 0.9rem;
  text-align: center;
}
.gift-catalog__form {
  display: grid;
  gap: 0.55rem;
}
.gift-catalog__form label {
  display: grid;
  gap: 0.25rem;
  color: #526078;
  font-size: 0.82rem;
  font-weight: 700;
}
.gift-catalog__form input,
.gift-catalog__form select {
  min-width: 0;
  padding: 0.48rem 0.55rem;
  border: 1px solid rgba(10, 31, 68, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #172b4d;
}
@media (max-width: 900px) {
  .gift-catalog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .gift-catalog__grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .gift-catalog__card {
    display: grid;
    grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
    align-items: stretch;
  }
  .gift-catalog__media {
    grid-row: 1 / span 2;
    min-height: 100%;
    aspect-ratio: auto;
  }
  .gift-catalog__countdown {
    grid-column: 2;
    padding: 0.35rem 0.45rem;
    font-size: 0.74rem;
  }
  .gift-catalog__body {
    grid-column: 2;
    padding: 0.75rem;
  }
  .gift-catalog__body h2 {
    font-size: 1rem;
  }
  .gift-catalog__summary {
    display: -webkit-box;
    min-height: 0;
    margin: 0.35rem 0;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .gift-catalog__ends {
    margin-top: 0.4rem;
    font-size: 0.74rem;
  }
  .gift-catalog__points {
    margin-top: 0.5rem;
    font-size: 0.84rem;
  }
  .gift-catalog__rules,
  .gift-catalog__proof {
    font-size: 0.72rem;
  }
  .gift-catalog__detail-link {
    margin-top: 0.65rem;
    padding: 0.55rem 0.65rem;
    font-size: 0.78rem;
  }
}

.gift-detail {
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 7vw, 5rem);
}
.gift-detail__back {
  display: inline-block;
  margin-bottom: 1rem;
  color: #526078;
  font-weight: 700;
  text-decoration: none;
}
.gift-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 1.25rem;
  align-items: start;
}
.gift-detail__primary {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}
.gift-detail__main,
.gift-detail__terms,
.gift-detail__redeem,
.gift-detail__notice {
  overflow: hidden;
  border: 1px solid rgba(10, 31, 68, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(8, 22, 47, 0.08);
}
/* Cancel the global `section { padding: 32px 0 }` so the cover image reaches the card edges. */
.gift-detail__main {
  padding: 0;
}
.gift-detail__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: #e9edf2;
  color: #8c6e38;
  font-size: 5rem;
}
.gift-detail__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.gift-detail__media > span[aria-hidden="true"] {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.gift-detail__content {
  padding: clamp(1.2rem, 3vw, 2rem);
}
.gift-detail__content h1 {
  margin: 0 0 1rem;
  color: #0a1f44;
  font-size: clamp(1.55rem, 4vw, 2.4rem);
}
.gift-detail__description {
  color: #40516b;
  font-size: 1rem;
  line-height: 1.8;
}
.gift-detail__description h2,
.gift-detail__description h3,
.gift-detail__description h4 {
  margin: 1.35rem 0 0.6rem;
  color: #0a1f44;
}
.gift-detail__description a {
  color: #0758a8;
  text-decoration: underline;
}
.gift-detail__terms {
  padding: clamp(1.2rem, 3vw, 2rem);
}
.gift-detail__terms h2 {
  margin: 0 0 0.85rem;
  color: #0a1f44;
  font-size: 1.15rem;
}
.gift-detail__redeem {
  position: sticky;
  top: 1rem;
  padding: 1.2rem;
}
.gift-detail__stock {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: #0a1f44;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}
.gift-detail__points {
  margin: 0 0 0.7rem;
  color: #0a1f44;
}
.gift-detail__dates {
  margin: 1rem 0;
  border-top: 1px solid rgba(10, 31, 68, 0.1);
}
.gift-detail__dates > div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.6rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(10, 31, 68, 0.1);
}
.gift-detail__dates dt {
  color: #65748a;
  font-weight: 600;
}
.gift-detail__dates dd {
  margin: 0;
  color: #243955;
  font-weight: 700;
}
.gift-detail__action {
  display: block;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.gift-detail__closed {
  margin: 1rem 0 0;
  padding: 0.8rem;
  border-radius: 10px;
  background: #f3f4f6;
  color: #59677b;
  text-align: center;
}
.gift-detail__notice {
  padding: 2rem;
  text-align: center;
}
@media (max-width: 800px) {
  .gift-detail__layout {
    grid-template-columns: 1fr;
  }
  .gift-detail__main {
    display: grid;
    grid-template-columns: minmax(130px, 38%) minmax(0, 1fr);
    align-items: stretch;
  }
  .gift-detail__media {
    aspect-ratio: auto;
    align-self: stretch;
    min-height: 100%;
    height: 100%;
  }
  .gift-detail__redeem {
    position: static;
  }
}
@media (max-width: 480px) {
  .gift-detail__main {
    grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
  }
  .gift-detail__content {
    padding: 1rem;
  }
  .gift-detail__content h1 {
    font-size: 1.3rem;
  }
  .gift-detail__description {
    font-size: 0.9rem;
  }
  .gift-detail__terms {
    padding: 1rem;
  }
  .gift-detail__terms h2 {
    font-size: 1.05rem;
  }
}

.gift-reviews {
  padding: 0 0 clamp(3rem, 7vw, 5rem);
  background: linear-gradient(180deg, #eef2f6 0%, #f7f4ed 100%);
}
.gift-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.gift-reviews__card {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(10, 31, 68, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(8, 22, 47, 0.06);
}
.gift-reviews__gift {
  margin: 0 0 0.45rem;
  color: #8c6e38;
  font-size: 0.78rem;
  font-weight: 800;
}
.gift-reviews__body {
  margin: 0;
  color: #31445f;
  font-size: 0.95rem;
  line-height: 1.7;
}
.gift-reviews__meta {
  margin: 0.85rem 0 0;
  color: #7a879a;
  font-size: 0.78rem;
}
@media (max-width: 900px) {
  .gift-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .gift-reviews__grid { grid-template-columns: 1fr; }
}


/* === Games hub — reuses gift catalog shell === */
/* No second fill — body.page-tone-warm is the only background (avoids a hard band edge). */
.games-stage.gift-catalog {
  background: transparent;
}
.games-stage {
  position: relative;
  overflow: hidden;
}
.games-stage__particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.games-stage__inner {
  position: relative;
  z-index: 1;
}
.games-empty {
  max-width: 28rem;
  margin: 0 auto;
  padding: 2rem 1.25rem;
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}
.games-empty h2 {
  margin: 0 0 0.5rem;
  color: #0a1f44;
  font-size: 1.25rem;
}
.games-empty p {
  margin: 0 0 1rem;
  color: #5a6a82;
}

/* Coupon-specific copy only; layout and interaction come from the gift catalog. */
.coupon-card__code {
  margin: 0.35rem 0 0.55rem !important;
  min-height: 0 !important;
  color: #53627a;
  font-size: 0.86rem;
}
.coupon-card__code strong {
  color: #0a1f44;
  font-weight: 800;
  letter-spacing: 0.04em;
}
