/* Sang Thai Smile — Premium visual layer */
:root {
    --ink: #1d1511;
    --ink-soft: #625046;
    --night: #100a08;
    --night-2: #1c100c;
    --wine: #702936;
    --wine-deep: #351016;
    --rose: #b76874;
    --gold: #c9973d;
    --gold-bright: #f5d98f;
    --gold-pale: #fbefc8;
    --cream: #f8f3e9;
    --paper: #fffdfa;
    --line: rgba(106, 73, 43, .16);
    --shadow: 0 28px 80px rgba(45, 24, 13, .15), 0 2px 10px rgba(45, 24, 13, .04);
    --shadow-dark: 0 38px 110px rgba(0, 0, 0, .46);
    --premium-border: linear-gradient(135deg, rgba(245,217,143,.8), rgba(201,151,61,.14), rgba(245,217,143,.55));
}

html { scrollbar-color: var(--gold) var(--night); }
body {
    background:
        radial-gradient(circle at 0 0, rgba(201,151,61,.08), transparent 27rem),
        var(--cream);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .38;
    background-image:
        linear-gradient(rgba(83,55,35,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(83,55,35,.025) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent 70%);
}

/* Fine gold progress line */
.scroll-progress {
    position: fixed;
    inset: 0 auto auto 0;
    z-index: 2001;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, #8e5c1d, var(--gold-bright), #fff0b0);
    box-shadow: 0 0 18px rgba(245,217,143,.72);
    pointer-events: none;
}

/* Header */
.site-header::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1420px, calc(100% - 34px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(245,217,143,.68), transparent);
    opacity: .72;
}
.site-header.scrolled {
    background: rgba(255,253,248,.88);
    border-bottom: 1px solid rgba(201,151,61,.19);
    box-shadow: 0 18px 55px rgba(29,15,8,.08);
}
.site-header.scrolled::before { opacity: 1; }
.header-shell { position: relative; }
.brand { isolation: isolate; }
.brand img {
    position: relative;
    padding: 5px;
    border: 1px solid rgba(245,217,143,.58);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.18), transparent 65%);
    box-shadow: 0 0 0 5px rgba(245,217,143,.055), 0 14px 34px rgba(0,0,0,.22);
    transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.brand .brand-logo {
    padding: 0;
    border-color: rgba(245,217,143,.72);
    border-radius: 17px;
    background: #fff;
    object-fit: cover;
}
.brand-logo-header { width: 64px; height: 64px; }
.brand-footer .brand-logo {
    width: 112px;
    height: 112px;
    padding: 0;
    border-radius: 24px;
}
.brand:hover img {
    transform: rotate(8deg) scale(1.04);
    box-shadow: 0 0 0 7px rgba(245,217,143,.08), 0 15px 42px rgba(201,151,61,.28);
}
.brand-copy strong { letter-spacing: .025em; }
.brand-copy small { color: var(--gold-bright); opacity: .92; }
.site-header.scrolled .brand-copy small { color: #996d27; }
.desktop-nav a { letter-spacing: .015em; }
.desktop-nav a::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
    box-shadow: 0 0 10px rgba(245,217,143,.45);
}
.header-cta {
    position: relative;
    overflow: hidden;
    border-color: rgba(245,217,143,.42);
    background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
    box-shadow: inset 0 1px rgba(255,255,255,.16), 0 12px 32px rgba(0,0,0,.13);
}
.header-cta::before {
    content: "";
    position: absolute;
    inset: -100% 45%;
    transform: rotate(20deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
    transition: transform .8s var(--ease);
}
.header-cta:hover::before { transform: translateX(250%) rotate(20deg); }
.site-header.scrolled .header-cta {
    background: linear-gradient(135deg, #25150f, #100a08);
    border-color: rgba(201,151,61,.38);
    box-shadow: 0 10px 28px rgba(16,10,8,.16);
}

/* Home hero */
.hero-home::before,
.page-hero::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 24px;
    border: 1px solid rgba(245,217,143,.22);
    border-bottom-color: rgba(245,217,143,.1);
    pointer-events: none;
}
.hero-home::after,
.page-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 72% 24%, rgba(245,217,143,.16), transparent 23%),
        linear-gradient(115deg, transparent 60%, rgba(201,151,61,.08));
    mix-blend-mode: screen;
}
.hero-slide img,
.page-hero-media img { filter: saturate(.9) contrast(1.06) brightness(.92); }
.hero-slide::after {
    background:
      linear-gradient(90deg, rgba(10,6,5,.92) 0%, rgba(13,7,5,.63) 42%, rgba(13,7,5,.17) 76%, rgba(13,7,5,.5) 100%),
      linear-gradient(0deg, rgba(10,6,5,.82), transparent 52%);
}
.hero-home-content { padding-left: clamp(0px, 2vw, 24px); }
.hero-badge {
    border-color: rgba(245,217,143,.5);
    background: linear-gradient(135deg, rgba(22,13,9,.52), rgba(255,255,255,.05));
    box-shadow: inset 0 1px rgba(255,255,255,.12), 0 12px 38px rgba(0,0,0,.14);
    letter-spacing: .12em;
}
.hero-home .eyebrow { color: #f8e3aa; }
.hero-home .display-title {
    max-width: 970px;
    text-shadow: 0 16px 60px rgba(0,0,0,.48);
}
.hero-home .display-title span {
    background: linear-gradient(90deg, #fff5d0, var(--gold-bright), #d6a746);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 8px 26px rgba(201,151,61,.16));
}
.hero-home-copy {
    position: relative;
    padding-left: 22px;
    border-left: 1px solid rgba(245,217,143,.55);
    text-shadow: 0 5px 22px rgba(0,0,0,.38);
}
.hero-stats {
    bottom: 26px;
    border-color: rgba(245,217,143,.2);
    background: linear-gradient(135deg, rgba(15,9,7,.66), rgba(28,15,10,.43));
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 22px 62px rgba(0,0,0,.26);
    backdrop-filter: blur(24px) saturate(130%);
}
.hero-stat { position: relative; }
.hero-stat::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold-bright), transparent);
    opacity: .8;
}
.hero-stat strong { padding-top: 6px; color: #ffe5a3; }
.scroll-cue {
    color: rgba(255,255,255,.62);
    letter-spacing: .16em;
    text-transform: uppercase;
}
.scroll-cue::before { box-shadow: 0 0 16px rgba(245,217,143,.38); }

/* Page heroes */
.page-hero-media::after {
    background:
      linear-gradient(90deg, rgba(10,6,5,.93), rgba(12,7,5,.48) 62%, rgba(10,6,5,.62)),
      linear-gradient(0deg, rgba(10,6,5,.9), transparent 64%);
}
.page-hero-content { padding-left: clamp(0px, 2vw, 24px); }
.page-title {
    max-width: 1050px;
    text-shadow: 0 16px 58px rgba(0,0,0,.42);
}
.page-subtitle {
    position: relative;
    max-width: 800px;
    padding-left: 22px;
    border-left: 1px solid rgba(245,217,143,.52);
}
.breadcrumbs {
    display: inline-flex;
    padding: 7px 12px;
    border: 1px solid rgba(245,217,143,.22);
    border-radius: 999px;
    background: rgba(13,8,6,.26);
    backdrop-filter: blur(12px);
}

/* Typography and sections */
.section { isolation: isolate; }
.section::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    width: min(1120px, calc(100% - 60px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(201,151,61,.15), transparent);
}
.section:last-of-type::after,
.section-dark::after,
.section-wine::after { display: none; }
.eyebrow { color: #895e20; letter-spacing: .19em; }
.eyebrow::before { background: linear-gradient(90deg, transparent, currentColor); }
.section-title { text-shadow: 0 1px rgba(255,255,255,.4); }
.section-title em {
    background: linear-gradient(90deg, #a87025, #d4a846);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.section-heading { position: relative; }
.section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 88px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}
.section-pattern {
    background-color: var(--cream);
    background-image:
      radial-gradient(circle at 8% 15%, rgba(201,151,61,.14), transparent 27%),
      radial-gradient(circle at 92% 82%, rgba(112,41,54,.075), transparent 25%),
      linear-gradient(135deg, rgba(255,255,255,.3), transparent 45%);
}
.section-dark {
    background:
        radial-gradient(circle at 12% 22%, rgba(201,151,61,.15), transparent 26rem),
        linear-gradient(135deg, #130b08, #090605 74%);
}
.section-wine {
    background:
        radial-gradient(circle at 88% 20%, rgba(245,217,143,.1), transparent 24rem),
        linear-gradient(135deg, #511b24, #160b09 72%);
}

/* Buttons */
.btn { position: relative; overflow: hidden; letter-spacing: .01em; }
.btn::after {
    content: "";
    position: absolute;
    inset: -50% -80%;
    transform: translateX(-80%) rotate(18deg);
    background: linear-gradient(90deg, transparent 40%, rgba(255,255,255,.38), transparent 60%);
    transition: transform .8s var(--ease);
    pointer-events: none;
}
.btn:hover::after { transform: translateX(80%) rotate(18deg); }
.btn-primary {
    border-color: rgba(255,240,190,.42);
    background: linear-gradient(135deg, #f8df9c 0%, #d4a241 48%, #b47c24 100%);
    box-shadow: inset 0 1px rgba(255,255,255,.6), 0 15px 42px rgba(168,111,25,.29);
}
.btn-primary:hover { box-shadow: inset 0 1px rgba(255,255,255,.65), 0 21px 54px rgba(168,111,25,.4); }
.btn-dark {
    border-color: rgba(201,151,61,.28);
    background: linear-gradient(135deg, #2a1811, #0f0907);
    box-shadow: 0 14px 34px rgba(17,9,6,.16);
}
.btn-ghost { border-color: rgba(201,151,61,.26); }

/* Images and media */
.media-frame,
.video-card,
.map-card,
.profile-hero-card {
    position: relative;
}
.media-frame::before,
.video-card::before,
.map-card::before,
.profile-hero-card::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 10px;
    border: 1px solid rgba(245,217,143,.34);
    border-radius: calc(var(--radius) - 8px);
    pointer-events: none;
}
.media-frame { box-shadow: 0 32px 85px rgba(46,24,13,.2); }
.media-frame img { filter: saturate(.93) contrast(1.035); }
.media-caption {
    border-top: 1px solid rgba(245,217,143,.18);
    background: linear-gradient(180deg, rgba(18,10,8,.68), rgba(18,10,8,.9));
}
.video-badge {
    border: 1px solid rgba(245,217,143,.3);
    background: rgba(15,9,7,.74);
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
}

/* Cards */
.info-card,
.glass-card,
.article-card,
.contact-card,
.article-sidebar,
.package-card {
    border-color: rgba(201,151,61,.18);
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,251,242,.84));
    box-shadow: 0 24px 68px rgba(50,28,18,.09), inset 0 1px rgba(255,255,255,.82);
}
.info-card::before,
.article-card::before,
.contact-card::before,
.package-card::before,
.article-sidebar::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 0;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.info-card,
.article-card,
.contact-card,
.article-sidebar { position: relative; }
.info-card { transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .55s; }
.info-card:hover {
    transform: translateY(-10px);
    border-color: rgba(201,151,61,.42);
    box-shadow: 0 34px 88px rgba(50,28,18,.15);
}
.info-card .card-icon {
    border: 1px solid rgba(201,151,61,.2);
    background: linear-gradient(145deg, #fff8df, #edcf81);
    box-shadow: inset 0 1px rgba(255,255,255,.8), 0 13px 32px rgba(168,111,25,.13);
}
.service-card {
    min-height: 500px;
    border-color: rgba(245,217,143,.22);
    box-shadow: 0 30px 78px rgba(26,13,8,.24);
}
.service-card::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 12px;
    border: 1px solid rgba(245,217,143,.28);
    border-radius: calc(var(--radius) - 10px);
    pointer-events: none;
}
.service-card::after {
    background:
        linear-gradient(0deg, rgba(10,6,5,.96) 0%, rgba(13,7,5,.24) 72%),
        radial-gradient(circle at 75% 15%, rgba(245,217,143,.18), transparent 34%);
}
.service-card-content { left: 34px; right: 34px; bottom: 34px; }
.service-card h3 { color: #fff8e2; }
.service-card .text-link { color: #ffe39a; }
.service-card:hover { transform: translateY(-8px); transition: transform .55s var(--ease); }

.package-card { overflow: hidden; }
.package-card::after {
    width: 220px;
    height: 220px;
    right: -90px;
    top: -90px;
    border-color: rgba(201,151,61,.24);
    box-shadow: 0 0 0 28px rgba(201,151,61,.025), 0 0 0 56px rgba(201,151,61,.018);
}
.package-card.featured {
    border-color: rgba(245,217,143,.4);
    background:
        radial-gradient(circle at 80% 5%, rgba(245,217,143,.17), transparent 30%),
        linear-gradient(145deg, #641f2d, #130a08 72%);
    box-shadow: 0 38px 100px rgba(44,14,18,.4);
}
.package-tag { border: 1px solid rgba(201,151,61,.2); }
.price-table { border: 1px solid rgba(201,151,61,.16); }
.price-table th { background: linear-gradient(135deg, #2b1812, #0f0907); color: #fbe4a9; }

/* Wedding route */
.love-path::before {
    width: 2px;
    background: linear-gradient(transparent, var(--gold-bright), var(--gold), transparent);
    box-shadow: 0 0 18px rgba(201,151,61,.22);
}
.path-image {
    position: relative;
    border: 1px solid rgba(201,151,61,.18);
    box-shadow: 0 30px 78px rgba(44,23,13,.16);
}
.path-image::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(245,217,143,.3);
    border-radius: calc(var(--radius) - 9px);
    pointer-events: none;
}
.path-marker {
    border-color: var(--cream);
    background: radial-gradient(circle at 35% 25%, #fff4c7, #d6a13b 62%, #9c641a);
    box-shadow: inset 0 1px rgba(255,255,255,.8), 0 9px 34px rgba(201,151,61,.46);
}

/* Gallery */
.gallery-filter {
    border-color: rgba(201,151,61,.25);
    background: rgba(255,253,248,.78);
    box-shadow: inset 0 1px rgba(255,255,255,.8);
}
.gallery-filter.active,
.gallery-filter:hover {
    border-color: rgba(245,217,143,.38);
    background: linear-gradient(135deg, #702936, #351016);
    box-shadow: 0 10px 28px rgba(112,41,54,.2);
}
.gallery-item {
    border: 1px solid rgba(201,151,61,.17);
    box-shadow: 0 18px 48px rgba(46,24,13,.12);
}
.gallery-item::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(245,217,143,.2);
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s;
}
.gallery-item:hover::after { opacity: 1; }

/* Quotes and highlight bands */
.quote-panel {
    border: 1px solid rgba(201,151,61,.2);
    background:
        radial-gradient(circle at 85% 18%, rgba(201,151,61,.18), transparent 18rem),
        linear-gradient(135deg, #fffefb, #f7e7c1);
    box-shadow: 0 34px 88px rgba(51,27,14,.14);
}
.quote-panel::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(201,151,61,.18);
    border-radius: calc(var(--radius-lg) - 10px);
    pointer-events: none;
}
.number-strip {
    border-color: rgba(201,151,61,.23);
    background: rgba(255,253,248,.48);
    box-shadow: inset 0 1px rgba(255,255,255,.7);
}
.number-item { border-color: rgba(201,151,61,.17); }
.number-item strong {
    background: linear-gradient(180deg, #9b671e, #d3a645);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Venue and profile */
.venue-showcase::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 24px;
    border: 1px solid rgba(245,217,143,.2);
    pointer-events: none;
}
.venue-showcase::after {
    background:
      linear-gradient(90deg, rgba(10,6,5,.94), rgba(10,6,5,.22) 72%),
      linear-gradient(0deg, rgba(10,6,5,.72), transparent 58%);
}
.venue-point {
    border-color: rgba(245,217,143,.2);
    background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    box-shadow: inset 0 1px rgba(255,255,255,.08);
}
.profile-hero-card {
    border: 1px solid rgba(245,217,143,.24);
    background:
        radial-gradient(circle at 90% 10%, rgba(201,151,61,.12), transparent 28rem),
        linear-gradient(145deg, #22120d, #0c0706);
}
.experience-item > span {
    background: linear-gradient(145deg, rgba(245,217,143,.14), rgba(255,255,255,.025));
    box-shadow: inset 0 1px rgba(255,255,255,.08);
}

/* Contact, CTA, footer */
.contact-method {
    border-color: rgba(201,151,61,.2);
    background: rgba(255,253,248,.62);
}
.contact-method:hover {
    transform: translateX(7px);
    border-color: rgba(201,151,61,.48);
    background: #fff9ea;
    box-shadow: 0 14px 32px rgba(54,29,15,.08);
}
.contact-method > span:first-child {
    border: 1px solid rgba(201,151,61,.18);
    background: linear-gradient(145deg, #fff7d9, #edcf82);
}
.cta-band {
    background:
        radial-gradient(circle at 10% 20%, rgba(245,217,143,.21), transparent 25rem),
        radial-gradient(circle at 88% 75%, rgba(112,41,54,.38), transparent 23rem),
        linear-gradient(135deg, #160c09, #090605);
}
.cta-band::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(245,217,143,.17);
    pointer-events: none;
}
.site-footer {
    border-top: 1px solid rgba(245,217,143,.2);
    background:
        radial-gradient(circle at 12% 0%, rgba(201,151,61,.14), transparent 26rem),
        linear-gradient(145deg, #110a08, #070403);
}
.site-footer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1200px, calc(100% - 40px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
}
.brand-footer img {
    border: 1px solid rgba(245,217,143,.35);
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 0 0 7px rgba(245,217,143,.035), 0 14px 34px rgba(0,0,0,.24);
}
.footer-book {
    border-color: rgba(245,217,143,.25) !important;
    background: linear-gradient(135deg, rgba(245,217,143,.12), rgba(255,255,255,.025)) !important;
}

/* Contact aura */
.contact-orb {
    width: 76px;
    height: 76px;
    border-color: rgba(255,244,205,.75);
    background: radial-gradient(circle at 34% 24%, #fff2bd, #d6a23e 54%, #9c641d 100%);
    box-shadow:
        inset 0 1px rgba(255,255,255,.85),
        0 18px 52px rgba(201,151,61,.52),
        0 0 0 9px rgba(201,151,61,.11),
        0 0 0 18px rgba(201,151,61,.04);
}
.contact-orb::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255,255,255,.52);
    border-radius: 50%;
    pointer-events: none;
}
.orb-rings { filter: drop-shadow(0 0 8px rgba(245,217,143,.7)); }
.contact-option span {
    border: 1px solid rgba(245,217,143,.16);
    background: rgba(14,8,6,.92);
    backdrop-filter: blur(16px);
}
.contact-option svg { border: 1px solid rgba(255,255,255,.25); }

/* Refined entrance animations */
.reveal,
.reveal-left,
.reveal-right,
.reveal-scale {
    filter: blur(7px);
    transition-duration: 1.05s;
}
.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible { filter: blur(0); }

/* Decorative line around lists and articles */
.article-card { transition: transform .55s var(--ease), box-shadow .55s var(--ease); }
.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 86px rgba(50,28,18,.15);
}
.article-card-body { position: relative; }
.article-meta { letter-spacing: .06em; text-transform: uppercase; }
.article-content .note {
    border-left-color: var(--gold);
    border-top: 1px solid rgba(201,151,61,.18);
    border-bottom: 1px solid rgba(201,151,61,.18);
    background: linear-gradient(90deg, #fff5d9, #fffaf0);
}

@media (hover: hover) and (pointer: fine) {
    .premium-tilt {
        transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--lift, 0));
        transition: transform .22s ease-out, box-shadow .45s var(--ease);
        will-change: transform;
    }
    .premium-tilt:hover { --lift: -7px; }
}

@media (max-width: 900px) {
    .hero-home::before,
    .page-hero::before { inset: 12px; }
    .site-header::before { width: calc(100% - 22px); }
    .hero-home-content,
    .page-hero-content { padding-left: 0; }
    .hero-home-copy,
    .page-subtitle { padding-left: 16px; }
    .service-card { min-height: 460px; }
    .brand-logo-header { width: 54px; height: 54px; }
    .reveal,
    .reveal-left,
    .reveal-right,
    .reveal-scale { filter: none; }
}

@media (max-width: 620px) {
    .hero-home::before,
    .page-hero::before { inset: 8px; }
    .site-header::before { width: calc(100% - 18px); }
    .brand img { padding: 4px; }
    .brand .brand-logo { padding: 0; border-radius: 14px; }
    .brand-logo-header { width: 50px; height: 50px; }
    .brand-footer .brand-logo { width: 96px; height: 96px; border-radius: 20px; }
    .hero-badge { max-width: 100%; font-size: .7rem; letter-spacing: .075em; }
    .hero-home-copy { border-left-color: rgba(245,217,143,.42); }
    .hero-stats { bottom: 16px; border-radius: 18px; }
    .hero-stat::before { left: 13px; top: 10px; width: 18px; }
    .media-frame::before,
    .video-card::before,
    .map-card::before,
    .profile-hero-card::before { inset: 7px; }
    .service-card { min-height: 430px; }
    .service-card-content { left: 26px; right: 26px; bottom: 27px; }
    .cta-band::after { inset: 9px; }
    .contact-orb { width: 64px; height: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    .scroll-progress { display: none; }
    .reveal,
    .reveal-left,
    .reveal-right,
    .reveal-scale { filter: none !important; }
}

/* ==========================================================
   Readability & contrast safeguards
   Keep every light card readable even when nested in a dark
   or wine-coloured section.
   ========================================================== */
.quote-panel,
.info-card,
.glass-card,
.article-card,
.contact-card,
.article-sidebar,
.package-card:not(.featured),
.price-table,
.contact-method,
.article-content .note,
.gallery-filter:not(.active) {
    color: var(--ink);
}

.quote-panel blockquote {
    color: #2b1a14;
    text-shadow: none;
}

.quote-panel cite {
    color: #6b2632;
}

.info-card h3,
.glass-card h3,
.article-card h3,
.contact-card h2,
.article-sidebar h2,
.package-card:not(.featured) h3 {
    color: #2b1a14;
}

.info-card p,
.glass-card p,
.article-card p,
.contact-card > p,
.package-card:not(.featured) > p {
    color: #5d4a42;
}

.section-dark .quote-panel,
.section-wine .quote-panel,
.section-dark .info-card,
.section-wine .info-card,
.section-dark .glass-card,
.section-wine .glass-card,
.section-dark .article-card,
.section-wine .article-card,
.section-dark .contact-card,
.section-wine .contact-card,
.section-dark .article-sidebar,
.section-wine .article-sidebar,
.section-dark .package-card:not(.featured),
.section-wine .package-card:not(.featured) {
    color: var(--ink);
}

.section-dark .quote-panel blockquote,
.section-wine .quote-panel blockquote,
.section-dark .info-card h3,
.section-wine .info-card h3,
.section-dark .glass-card h3,
.section-wine .glass-card h3,
.section-dark .article-card h3,
.section-wine .article-card h3,
.section-dark .contact-card h2,
.section-wine .contact-card h2,
.section-dark .article-sidebar h2,
.section-wine .article-sidebar h2,
.section-dark .package-card:not(.featured) h3,
.section-wine .package-card:not(.featured) h3 {
    color: #2b1a14;
}

.section-dark .quote-panel cite,
.section-wine .quote-panel cite {
    color: #6b2632;
}

.section-dark .info-card p,
.section-wine .info-card p,
.section-dark .glass-card p,
.section-wine .glass-card p,
.section-dark .article-card p,
.section-wine .article-card p,
.section-dark .contact-card > p,
.section-wine .contact-card > p,
.section-dark .package-card:not(.featured) > p,
.section-wine .package-card:not(.featured) > p {
    color: #5d4a42;
}

/* White price-table rows previously inherited cream text from
   the wine section. Give all data cells their own foreground. */
.price-table tbody td {
    color: #35231c;
    background: #fffdf8;
}

.price-table tbody tr:nth-child(even) td {
    background: #fff9ec;
}

.price-table tbody td:first-child {
    color: #6b2632;
}

/* Keep featured dark package cards intentionally light. */
.package-card.featured,
.package-card.featured h3,
.package-card.featured .check-list {
    color: #fffdf8;
}

.package-card.featured > p {
    color: rgba(255,255,255,.82);
}

/* Stronger small-copy contrast without changing the luxury palette. */
.section-dark .section-lead,
.section-wine .section-lead,
.section-dark .copy-block p,
.section-wine .copy-block p,
.cta-band p,
.site-footer {
    color: rgba(255,255,255,.82);
}

.page-subtitle,
.hero-home-copy {
    color: rgba(255,255,255,.9);
}

.hero-stat span,
.breadcrumbs,
.scroll-cue {
    color: rgba(255,255,255,.78);
}

@media (max-width: 620px) {
    .quote-panel blockquote {
        line-height: 1.72;
    }
}

/* ==========================================================
   Fortune reading / tarot service
   ========================================================== */
.fortune-hero .page-hero-media img {
    object-position: center 42%;
}
.fortune-hero .page-hero-media::after {
    background:
        linear-gradient(90deg, rgba(19,8,10,.9) 0%, rgba(34,15,18,.66) 43%, rgba(23,11,9,.25) 72%, rgba(16,8,7,.48) 100%),
        linear-gradient(0deg, rgba(14,8,6,.75), transparent 52%);
}
.fortune-hero .page-title em {
    color: var(--gold-bright);
    font-style: normal;
}
.fortune-info-strip {
    position: relative;
    z-index: 4;
    background: linear-gradient(135deg, #fffaf0, #f5e5bc);
    border-top: 1px solid rgba(214,166,70,.38);
    border-bottom: 1px solid rgba(107,38,50,.12);
    box-shadow: 0 20px 55px rgba(53,31,20,.09);
}
.fortune-info-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr .8fr;
}
.fortune-info-grid > div {
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 28px;
    border-right: 1px solid rgba(107,38,50,.12);
}
.fortune-info-grid > div:last-child { border-right: 0; }
.fortune-info-grid small {
    display: block;
    margin-bottom: 3px;
    color: #836b5e;
    font-size: .76rem;
    letter-spacing: .06em;
}
.fortune-info-grid strong {
    display: block;
    color: #2d1b16;
    font-family: "Noto Serif Thai", serif;
    font-size: .98rem;
    line-height: 1.55;
}
.fortune-info-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(214,166,70,.4);
    border-radius: 50%;
    color: var(--wine);
    background: rgba(255,255,255,.7);
    box-shadow: inset 0 0 0 4px rgba(214,166,70,.05);
}
.fortune-info-icon svg { width: 20px; }
.fortune-intro-grid .media-stack { align-self: center; }
.fortune-media-primary img,
.fortune-media-secondary img { aspect-ratio: 4 / 5; object-fit: cover; }
.fortune-message-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 38%, rgba(214,166,70,.16), transparent 36%),
        linear-gradient(135deg, #140b0c, #2a1017 58%, #130b09);
}
.fortune-message-section::before,
.fortune-message-section::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(240,207,122,.08);
    border-radius: 50%;
    pointer-events: none;
}
.fortune-message-section::before { left: -220px; top: -250px; }
.fortune-message-section::after { right: -240px; bottom: -280px; }
.fortune-message-card {
    position: relative;
    max-width: 970px;
    padding: clamp(42px, 7vw, 84px);
    text-align: center;
    border: 1px solid rgba(240,207,122,.25);
    border-radius: clamp(28px, 4vw, 48px);
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(214,166,70,.05));
    box-shadow: 0 40px 100px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
}
.fortune-message-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(240,207,122,.12);
    border-radius: inherit;
    pointer-events: none;
}
.fortune-message-card .eyebrow { justify-content: center; }
.fortune-message-card blockquote {
    max-width: 780px;
    margin: 0 auto 24px;
    color: #fff6db;
    font-family: "Noto Serif Thai", serif;
    font-size: clamp(2.1rem, 5vw, 4.8rem);
    font-weight: 500;
    line-height: 1.32;
    text-wrap: balance;
    text-shadow: 0 12px 34px rgba(0,0,0,.35);
}
.fortune-message-card > p:last-child {
    max-width: 760px;
    margin: auto;
    color: rgba(255,255,255,.78);
    font-size: 1.06rem;
}
.fortune-symbol {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 25px;
    border: 1px solid rgba(240,207,122,.32);
    border-radius: 50%;
    color: var(--gold-bright);
    font-size: 1.7rem;
    box-shadow: 0 0 45px rgba(214,166,70,.2), inset 0 0 0 7px rgba(214,166,70,.04);
}
.fortune-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    max-width: 920px;
}
.fortune-video-card {
    overflow: hidden;
    border: 1px solid rgba(245,217,143,.22);
    border-radius: 30px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 30px 90px rgba(0,0,0,.24);
}
.fortune-video-card video {
    width: 100%;
    aspect-ratio: 9 / 12;
    object-fit: cover;
    background: #100807;
}
.fortune-video-card > div { padding: 22px 25px 25px; }
.fortune-video-card span {
    color: var(--gold-bright);
    font-family: "Cormorant Garamond", serif;
    font-size: .88rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.fortune-video-card h3 {
    margin: 5px 0 0;
    color: #fffdf7;
    font-size: 1.25rem;
}
.fortune-visit-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    overflow: hidden;
    border: 1px solid rgba(214,166,70,.3);
    border-radius: 36px;
    background: #fffaf0;
    box-shadow: 0 36px 100px rgba(56,32,20,.15);
}
.fortune-visit-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 2;
    border: 1px solid rgba(214,166,70,.13);
    border-radius: 28px;
    pointer-events: none;
}
.fortune-visit-copy {
    position: relative;
    z-index: 3;
    padding: clamp(38px, 6vw, 76px);
}
.fortune-visit-copy h2 {
    margin: 0 0 16px;
    color: #291914;
    font-size: clamp(2rem, 4vw, 3.65rem);
}
.fortune-visit-copy > p { max-width: 650px; color: #5d4a42; }
.fortune-visit-copy .fortune-hours {
    margin: 2px 0 12px;
    color: var(--wine);
    font-size: 1.2rem;
}
.fortune-visit-image { min-height: 520px; }
.fortune-visit-image img { width: 100%; height: 100%; object-fit: cover; }
.page-fortune .info-card { overflow: hidden; }
.page-fortune .info-card::after {
    content: "✦";
    position: absolute;
    right: 22px;
    top: 17px;
    color: rgba(214,166,70,.28);
    font-size: 1.1rem;
}

@media (max-width: 900px) {
    .fortune-info-grid { grid-template-columns: 1fr; }
    .fortune-info-grid > div {
        min-height: auto;
        padding: 17px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(107,38,50,.1);
    }
    .fortune-info-grid > div:last-child { border-bottom: 0; }
    .fortune-video-grid { max-width: 680px; }
    .fortune-visit-card { grid-template-columns: 1fr; }
    .fortune-visit-image { min-height: 420px; order: -1; }
}
@media (max-width: 620px) {
    .fortune-video-grid { grid-template-columns: 1fr; }
    .fortune-video-card video { aspect-ratio: 9 / 13; }
    .fortune-message-card { padding: 42px 24px; }
    .fortune-message-card > p:last-child { font-size: .96rem; }
    .fortune-visit-image { min-height: 330px; }
    .fortune-visit-copy { padding: 36px 25px 42px; }
}

.home-fortune-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 30%, rgba(240,207,122,.14), transparent 28%),
        linear-gradient(135deg, #40151e 0%, #1b0e0d 62%, #130b09 100%);
}
.home-fortune-section .pill {
    color: #fff8e8;
    border-color: rgba(245,217,143,.22);
    background: rgba(255,255,255,.06);
}
.home-fortune-quote {
    margin: 25px 0 0 !important;
    color: var(--gold-bright) !important;
    font-family: "Noto Serif Thai", serif;
    font-size: clamp(1.45rem, 2.7vw, 2.4rem);
    line-height: 1.45;
}
.home-fortune-media {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-fortune-media > figure:first-child {
    position: relative;
    width: min(76%, 470px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(245,217,143,.3);
    border-radius: 34px;
    box-shadow: 0 40px 90px rgba(0,0,0,.34);
}
.home-fortune-media > figure:first-child::before {
    content: "";
    position: absolute;
    inset: 8px;
    z-index: 2;
    border: 1px solid rgba(245,217,143,.18);
    border-radius: 26px;
    pointer-events: none;
}
.home-fortune-media > figure:first-child img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
.home-fortune-media figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    padding: 12px 15px;
    border: 1px solid rgba(245,217,143,.2);
    border-radius: 999px;
    color: #fff7e5;
    background: rgba(19,10,8,.7);
    backdrop-filter: blur(12px);
    text-align: center;
    font-size: .82rem;
}
.home-fortune-bowls {
    position: absolute;
    right: 1%;
    bottom: 3%;
    width: 38%;
    margin: 0;
    overflow: hidden;
    border: 7px solid #fff7e8;
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0,0,0,.35);
    transform: rotate(3deg);
}
.home-fortune-bowls img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
@media (max-width: 900px) {
    .home-fortune-media { min-height: 540px; }
}
@media (max-width: 620px) {
    .home-fortune-media { min-height: 470px; }
    .home-fortune-media > figure:first-child { width: 82%; }
    .home-fortune-bowls { width: 40%; right: 0; bottom: 2%; }
}


.contact-fortune-link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(214,166,70,.25);
    border-radius: 18px;
    color: #2d1b16;
    background: linear-gradient(135deg, #fffaf0, #f8ebc3);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.contact-fortune-link:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(66,37,24,.12); }
.contact-fortune-link > span:first-child {
    width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--wine); background: #fff;
}
.contact-fortune-link small { display: block; color: #866d5e; font-size: .72rem; }
.contact-fortune-link strong { display: block; font-size: .91rem; line-height: 1.5; }
.contact-fortune-link > svg { width: 18px; color: var(--wine); }
