:root {
    --ink: #2d211e;
    --muted: #746762;
    --line: #e8ded5;
    --paper: #fffdf9;
    --wash: #f7f0e8;
    --red: #8f2f2a;
    --red-dark: #6e211e;
    --gold: #b48845;
    --white: #fff;
    --shadow: 0 14px 40px rgba(63, 35, 27, .09);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .35; pointer-events: none; background-image: radial-gradient(circle at 20% 15%, rgba(180,136,69,.08), transparent 24%), radial-gradient(circle at 85% 65%, rgba(143,47,42,.06), transparent 28%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
[v-cloak] { display: none !important; }
.shell { width: min(100% - 32px, 1120px); margin-inline: auto; }
.site-main { min-height: 65vh; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(232,222,213,.9); background: rgba(255,253,249,.92); backdrop-filter: blur(18px); }
.site-header-inner { width: min(100% - 28px, 1160px); min-height: 68px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .12em; }
.brand-logo, .brand-seal { width: 38px; height: 38px; flex: none; border-radius: 50%; }
.brand-logo { object-fit: contain; }
.brand-seal { display: grid; place-items: center; color: #fff; background: var(--red); box-shadow: inset 0 0 0 3px rgba(255,255,255,.25); }
.brand-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.desktop-nav { margin-left: auto; display: flex; gap: 28px; font-size: 14px; color: var(--muted); }
.desktop-nav a:hover { color: var(--red); }
.header-booking { min-height: 40px; padding: 8px 18px; display: inline-flex; align-items: center; border-radius: 999px; color: #fff; background: var(--red); font-size: 14px; }

/* Brand editorial homepage */
.editorial-hero { position: relative; min-height: min(70vw, 720px); display: grid; align-items: end; overflow: hidden; color: #fff; background: #29211f center/cover; }
.editorial-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 20%, rgba(211,178,115,.25), transparent 25%), linear-gradient(110deg, rgba(26,18,16,.78), rgba(26,18,16,.24) 64%, rgba(26,18,16,.45)); }
.editorial-hero-shade { position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent, rgba(18,13,12,.72)); }
.editorial-hero-copy { position: relative; padding-block: clamp(88px, 16vw, 180px) 60px; }
.editorial-hero h1 { max-width: 800px; margin: 12px 0; font-size: clamp(44px, 7.4vw, 88px); letter-spacing: .08em; line-height: 1.16; }
.editorial-hero-copy > p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(15px, 2vw, 19px); }
.feature-mosaic { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: repeat(2, minmax(160px, 1fr)); gap: 10px; margin-top: -46px; position: relative; z-index: 2; }
.mosaic-lead, .mosaic-tile { position: relative; display: block; overflow: hidden; min-height: 170px; color: #fff; background: #46302c; }
.mosaic-lead { grid-row: span 2; min-height: 360px; }
.mosaic-lead img, .mosaic-tile img, .editorial-image img, .gallery-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mosaic-lead:hover img, .mosaic-tile:hover img, .editorial-card:hover img, .gallery-strip a:hover img { transform: scale(1.04); }
.mosaic-tile > span:last-child { position: absolute; inset: auto 0 0; padding: 35px 14px 12px; width: 100%; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: 13px; }
.mosaic-fallback { display: block; width: 100%; height: 100%; min-height: inherit; background: linear-gradient(135deg, #725047, #2f2928 55%, #b68c62); }
.mosaic-tile:nth-child(3) .mosaic-fallback, .mock-gallery span:nth-child(3) i { background: linear-gradient(135deg, #694346, #c38770, #e2c9a7); }.mosaic-tile:nth-child(4) .mosaic-fallback, .mock-gallery span:nth-child(4) i { background: linear-gradient(135deg, #304148, #99a89a, #e4d5bc); }
.mosaic-overlay { position: absolute; inset: auto 0 0; padding: 70px 24px 24px; display: grid; gap: 6px; background: linear-gradient(transparent, rgba(0,0,0,.83)); }.mosaic-overlay small, .card-kicker { font: 700 11px/1.4 system-ui, sans-serif; color: var(--gold); letter-spacing: .14em; }.mosaic-overlay strong { font-size: clamp(21px, 3vw, 32px); line-height: 1.28; }.mosaic-overlay em { display: block; max-height: 2.9em; overflow: hidden; color: rgba(255,255,255,.72); font-size: 13px; font-style: normal; }
.intro-note { max-width: 720px; padding: 38px; border-left: 2px solid var(--gold); background: linear-gradient(90deg, var(--wash), transparent); }.intro-note h2 { margin: 7px 0; font-size: clamp(28px, 4vw, 44px); }.intro-note p:last-child { max-width: 570px; margin: 0; color: var(--muted); }
.editorial-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }.editorial-card { min-width: 0; }.editorial-image { display: block; overflow: hidden; aspect-ratio: 1.28; background: #dfd0c2; }.editorial-card > div { padding-top: 14px; }.editorial-card h2, .editorial-card h3 { margin: 5px 0; font-size: 22px; line-height: 1.35; }.editorial-card p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.section-ink { color: #f7eee6; background: #2a2322; }.section-ink .eyebrow { color: #d6ae73; }.section-ink .section-heading h2 { color: #fff; }.light-link { color: #e1b572; }.gallery-strip { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 8px; }.gallery-strip a, .mock-gallery span { position: relative; min-height: 300px; overflow: hidden; background: #51403a; }.gallery-strip a:nth-child(2n), .mock-gallery span:nth-child(2n) { margin-top: 40px; }.gallery-strip strong { position: absolute; inset: auto 0 0; padding: 40px 12px 12px; width: 100%; background: linear-gradient(transparent,rgba(0,0,0,.8)); font-size: 13px; }.mock-gallery { grid-template-columns: repeat(4, 1fr); }.mock-gallery span i { display:block; width:100%; height:100%; min-height:inherit; background: linear-gradient(135deg, #384439, #acb58b, #d6b49b); }
.story-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }.story-list article { padding: 24px 0; border-top: 1px solid var(--line); }.story-list h2, .story-list h3 { margin: 8px 0; font-size: 24px; line-height: 1.35; }.story-list p { color: var(--muted); font-size: 14px; }.story-arrow { display: inline-block; margin-top: 8px; color: var(--red); font-size: 13px; font-weight: 700; }.story-arrow::after { content: " →"; }.section-wash { background: #f2ece5; }.product-body > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 13px; }.about-teaser { display: flex; align-items: end; justify-content: space-between; gap: 35px; }.about-teaser > div { max-width: 700px; }.about-teaser h2 { margin: 8px 0; font-size: clamp(30px, 4vw, 48px); }.about-teaser p:last-child { color: var(--muted); white-space: pre-line; }
.content-detail { max-width: 860px; padding-block: 90px; }.content-detail header { max-width: 760px; margin-bottom: 42px; }.content-detail h1 { margin: 10px 0; font-size: clamp(36px, 6vw, 68px); line-height: 1.23; }.content-meta { color: var(--muted); font-size: 13px; }.content-lead { color: #5c4d48; font-size: 18px; }.content-cover { width: 100%; max-height: 620px; object-fit: cover; }.content-body { max-width: 700px; margin: 45px auto; color: #473b37; white-space: pre-line; font-size: 17px; }.content-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.content-gallery img { width: 100%; min-height: 240px; object-fit: cover; }.stories-page { grid-template-columns: repeat(2,minmax(0,1fr)); }.stories-page article { min-height: 300px; }.story-cover { display:block; margin-bottom:18px; aspect-ratio:1.5; overflow:hidden; }.story-cover img { width:100%; height:100%; object-fit:cover; }

@media (max-width: 760px) {
  .site-header-inner { min-height: 60px; }.desktop-nav { display: none; }.brand { margin-inline: auto; }.site-header .brand-name { font-size: 14px; }.editorial-hero { min-height: 580px; }.editorial-hero-copy { padding-bottom: 80px; }.feature-mosaic { width: min(100% - 24px, 1120px); grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 155px); margin-top: -30px; }.mosaic-lead { grid-row: span 2; min-height: 320px; }.mosaic-tile:nth-child(n+4) { display: none; }.editorial-card-grid, .story-list { grid-template-columns: 1fr; gap: 16px; }.editorial-card { display:grid; grid-template-columns: 130px 1fr; gap:14px; }.editorial-image { aspect-ratio: .85; }.editorial-card > div { padding-top:0; }.editorial-card h2, .editorial-card h3 { font-size: 18px; }.gallery-strip { display:flex; overflow-x:auto; padding-bottom:10px; }.gallery-strip a, .mock-gallery span { min-width: 168px; min-height: 250px; }.gallery-strip a:nth-child(2n), .mock-gallery span:nth-child(2n) { margin-top: 24px; }.about-teaser { align-items: start; flex-direction: column; }.stories-page { grid-template-columns: 1fr; }.content-detail { padding-block: 58px; }.content-gallery { grid-template-columns: 1fr; }.mobile-nav { grid-template-columns: repeat(4, 1fr); }
}

.hero { position: relative; min-height: 620px; display: grid; align-items: center; color: #fff; background-color: #604139; background-position: center; background-size: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,20,17,.82), rgba(35,20,17,.46) 55%, rgba(35,20,17,.14)), linear-gradient(0deg, rgba(35,20,17,.38), transparent 45%); }
.hero-content { position: relative; padding-block: 80px; }
.hero h1 { max-width: 720px; margin: 14px 0; font-size: clamp(42px, 7vw, 82px); line-height: 1.16; letter-spacing: .07em; }
.hero-copy { max-width: 620px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(16px, 2.2vw, 20px); }
.eyebrow { margin: 0; color: var(--red); font-family: system-ui, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { color: #ecd2ab; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 46px; padding: 10px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--red); box-shadow: 0 10px 24px rgba(143,47,42,.22); }
.button.primary:hover { background: var(--red-dark); }
.button.secondary { color: var(--red); border-color: #d9c4b9; background: #fff; }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button.wide { width: 100%; }
.button:disabled { cursor: wait; opacity: .65; transform: none; }

.section { padding-block: 76px; }
.section-muted { background: var(--wash); }
.section-process { color: #fff; background: #342521; }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin: 6px 0 0; font-size: clamp(26px, 4vw, 42px); line-height: 1.3; }
.text-link { flex: none; color: var(--red); font-weight: 700; }
.section-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 18px rgba(63,35,27,.04); transition: .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 4 / 5; display: block; overflow: hidden; background: #eee4da; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #a48f82; background: linear-gradient(145deg, #f0e4d8, #f8f2ec); }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 4px 10px; border-radius: 999px; color: #fff; background: rgba(143,47,42,.9); font: 12px system-ui, sans-serif; }
.product-body { padding: 16px; }
.product-meta { min-height: 20px; margin: 0 0 3px; color: var(--muted); font-size: 12px; }
.product-body h2, .product-body h3 { margin: 0; overflow: hidden; font-size: 18px; line-height: 1.5; white-space: nowrap; text-overflow: ellipsis; }
.product-bottom { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-bottom strong { color: var(--red); font-size: 18px; }
.heart-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--red); background: #fff; font-size: 22px; }
.heart-button.active { color: #fff; border-color: var(--red); background: var(--red); }

.category-scroller { display: grid; grid-template-columns: repeat(6, minmax(110px, 1fr)); gap: 12px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.category-chip { min-height: 110px; padding: 18px; display: flex; flex-direction: column; justify-content: end; border: 1px solid #dfd1c4; border-radius: 18px; background: rgba(255,255,255,.72); }
.category-chip span { font-size: 20px; font-weight: 700; }
.category-chip small { color: var(--muted); font: 11px system-ui, sans-serif; letter-spacing: .14em; }
.combo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.combo-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.combo-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.combo-card div { padding: 18px; }
.combo-card h3 { margin: 0; font-size: 20px; }
.combo-card p { min-height: 48px; margin: 8px 0; color: var(--muted); font-size: 14px; }
.combo-card strong { color: var(--red); }
.process-list { margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.process-list li { padding: 24px; display: flex; gap: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.05); }
.process-list li > span { color: #d9b577; font: 700 12px system-ui, sans-serif; }
.process-list strong { font-size: 20px; }
.process-list p { margin: 6px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }

.page-hero { padding-block: 82px 52px; }
.page-hero.compact { padding-bottom: 30px; }
.page-hero h1 { max-width: 780px; margin: 10px 0; font-size: clamp(34px, 6vw, 64px); line-height: 1.22; }
.page-hero > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; white-space: pre-line; }
.catalog-shell { padding-top: 18px; }
.filter-panel { margin-bottom: 22px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 6px 20px rgba(63,35,27,.04); }
.search-field { min-height: 46px; display: flex; align-items: center; gap: 10px; }
.search-field > span { color: var(--muted); font-size: 13px; }
.search-field input { min-width: 0; flex: 1; height: 44px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: var(--paper); }
.search-field button { height: 44px; padding: 0 18px; border: 0; border-radius: 12px; color: #fff; background: var(--red); }
.filter-row { margin-top: 12px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.filter-row select, .form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); outline: none; background: var(--paper); }
.catalog-count { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.loading-card, .empty-state { padding: 56px 20px; text-align: center; color: var(--muted); border: 1px dashed #d9c9bc; border-radius: var(--radius); background: var(--wash); }
.empty-state h1 { color: var(--ink); }
.empty-state .button { margin-top: 12px; }

.detail-page { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 48px; }
.detail-cover { aspect-ratio: 4/5; overflow: hidden; border-radius: 24px; background: var(--wash); }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.detail-thumbs { margin-top: 12px; display: flex; gap: 10px; overflow-x: auto; }
.detail-thumbs button { width: 70px; height: 86px; flex: none; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: transparent; }
.detail-thumbs button.active { border-color: var(--red); }
.detail-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-info { align-self: start; position: sticky; top: 96px; }
.detail-info h1 { margin: 8px 0 12px; font-size: clamp(34px, 4vw, 56px); line-height: 1.2; }
.detail-summary { color: var(--muted); font-size: 16px; }
.detail-price { margin: 24px 0; padding: 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 16px; background: var(--wash); }
.detail-price span { color: var(--muted); font-size: 13px; }
.detail-price strong { color: var(--red); font-size: 28px; }
.detail-facts { margin: 0; border-top: 1px solid var(--line); }
.detail-facts div { padding: 12px 0; display: grid; grid-template-columns: 88px 1fr; border-bottom: 1px solid var(--line); }
.detail-facts dt { color: var(--muted); }
.detail-facts dd { margin: 0; }
.detail-description { margin-top: 28px; }
.detail-description h2 { font-size: 20px; }
.detail-description p { color: var(--muted); white-space: pre-line; }
.detail-notice { padding: 14px; color: var(--muted); border-left: 3px solid var(--gold); background: #fbf5e9; font-size: 13px; }
.detail-actions { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.booking-shell { max-width: 780px; padding-top: 12px; }
.booking-form { display: grid; gap: 18px; }
.form-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgba(63,35,27,.05); }
.form-card-title { margin-bottom: 20px; display: flex; gap: 14px; }
.form-card-title > span { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font: 700 13px system-ui, sans-serif; }
.form-card-title h2 { margin: 0; font-size: 21px; }
.form-card-title p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.selected-garments { margin-bottom: 14px; display: grid; gap: 8px; }
.selected-garments article { padding: 8px; display: flex; align-items: center; gap: 12px; border-radius: 14px; background: var(--wash); }
.selected-garments img, .mini-placeholder { width: 52px; height: 64px; flex: none; border-radius: 9px; object-fit: cover; }
.mini-placeholder { display: grid; place-items: center; color: var(--red); background: #eadfd3; }
.selected-garments article div { min-width: 0; flex: 1; }
.selected-garments strong, .selected-garments small { display: block; }
.selected-garments small { color: var(--red); }
.selected-garments button { width: 38px; height: 38px; border: 0; color: var(--muted); background: transparent; font-size: 24px; }
.booking-picker { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.picker-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.picker-grid button { min-width: 0; padding: 8px; text-align: left; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.picker-grid button.selected { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.picker-grid img, .picker-grid .mini-placeholder { width: 100%; aspect-ratio: 4/5; height: auto; margin-bottom: 7px; }
.picker-grid strong, .picker-grid small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.picker-grid strong { font-size: 12px; }
.picker-grid small { color: var(--red); font-size: 11px; }
.radio-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.radio-cards label { padding: 13px; display: flex; gap: 9px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.radio-cards label.selected { border-color: var(--red); background: #fff7f4; }
.radio-cards strong, .radio-cards small { display: block; }
.radio-cards small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label > span { margin-bottom: 6px; display: block; color: var(--muted); font-size: 13px; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid textarea { resize: vertical; }
.form-error { margin: 0; color: var(--red); text-align: center; }
.submit-button { min-height: 54px; font-size: 16px; }
.form-agreement { margin: -6px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.booking-success { padding: 54px 28px; text-align: center; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.success-mark { width: 70px; height: 70px; margin: auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #557b58; font-size: 34px; }
.booking-success h2 { font-size: 30px; }
.booking-success p { color: var(--muted); }
.booking-success .button { margin-top: 12px; }

.about-grid { padding-top: 18px; display: grid; grid-template-columns: 1fr 320px; gap: 22px; }
.about-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.about-card h2 { margin-top: 0; }
.about-card dl { margin: 0 0 24px; }
.about-card dl div { padding: 12px 0; display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid var(--line); }
.about-card dt { color: var(--muted); }
.about-card dd { margin: 0; }
.qr-card { align-self: start; text-align: center; }
.qr-card img { width: 220px; margin: auto; }
.qr-card p { margin-bottom: 0; color: var(--muted); }
.rules-list { max-width: 820px; padding-top: 12px; display: grid; gap: 14px; }
.rules-list article { padding: 22px; display: flex; gap: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.rules-list article > span { color: var(--gold); font: 700 12px system-ui, sans-serif; }
.rules-list h2 { margin: 0; font-size: 20px; }
.rules-list p { margin: 5px 0 0; color: var(--muted); }

.site-footer { padding: 48px 0 100px; border-top: 1px solid var(--line); background: #f3eae1; }
.site-footer-inner { width: min(100% - 32px, 1120px); margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 18px; }
.site-footer p { margin: 5px 0; color: var(--muted); }
.footer-contact { display: flex; flex-direction: column; text-align: right; color: var(--muted); }
.footer-copy { grid-column: 1 / -1; font-size: 12px; }
.mobile-nav { display: none; }
.toast { position: fixed; left: 50%; bottom: 90px; z-index: 100; max-width: calc(100% - 32px); padding: 10px 18px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); border-radius: 999px; color: #fff; background: rgba(45,33,30,.92); transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 820px) {
    body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
    .site-header-inner { min-height: 60px; }
    .desktop-nav, .header-booking { display: none; }
    .brand-name { font-size: 15px; }
    .hero { min-height: 540px; align-items: end; }
    .hero-shade { background: linear-gradient(0deg, rgba(35,20,17,.86), rgba(35,20,17,.18) 78%); }
    .hero-content { padding-block: 64px; }
    .hero h1 { font-size: 46px; }
    .section { padding-block: 52px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .product-body { padding: 12px; }
    .product-body h2, .product-body h3 { font-size: 15px; }
    .product-bottom strong { font-size: 16px; }
    .category-scroller { grid-template-columns: repeat(12, 126px); }
    .combo-grid, .process-list { grid-template-columns: 1fr; }
    .filter-row { grid-template-columns: repeat(2, 1fr); }
    .detail-page { grid-template-columns: 1fr; gap: 26px; padding-top: 24px; }
    .detail-info { position: static; }
    .about-grid { grid-template-columns: 1fr; }
    .site-footer { padding-bottom: 30px; }
    .site-footer-inner { grid-template-columns: 1fr; }
    .footer-contact { text-align: left; }
    .footer-copy { grid-column: auto; }
    .mobile-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; min-height: 66px; padding: 7px max(8px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(232,222,213,.95); background: rgba(255,253,249,.96); backdrop-filter: blur(18px); }
    .mobile-nav a { min-height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); font-family: system-ui, sans-serif; }
    .mobile-nav a span { font-family: "Songti SC", serif; font-size: 18px; }
    .mobile-nav a small { font-size: 10px; }
    .mobile-nav a.active { color: var(--red); }
    .mobile-nav .mobile-booking span { width: 34px; height: 34px; margin-top: -22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 6px 18px rgba(143,47,42,.3); }
}

@media (max-width: 520px) {
    .shell { width: min(100% - 24px, 1120px); }
    .hero { min-height: 500px; }
    .hero h1 { font-size: 40px; }
    .hero-actions .button { flex: 1; padding-inline: 14px; }
    .section-heading { align-items: start; }
    .section-heading h2 { font-size: 28px; }
    .text-link { font-size: 13px; }
    .product-grid { gap: 9px; }
    .product-body { padding: 10px; }
    .product-meta { font-size: 10px; }
    .heart-button { width: 36px; height: 36px; }
    .page-hero { padding-block: 54px 26px; }
    .page-hero h1 { font-size: 38px; }
    .filter-panel { padding: 11px; }
    .search-field > span { display: none; }
    .filter-row { grid-template-columns: 1fr 1fr; gap: 7px; }
    .filter-row select { min-width: 0; height: 42px; font-size: 12px; }
    .detail-actions { position: sticky; bottom: calc(74px + env(safe-area-inset-bottom)); z-index: 20; margin-inline: -4px; padding: 8px; border-radius: 999px; background: rgba(255,253,249,.92); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
    .form-card { padding: 18px 14px; }
    .form-grid { grid-template-columns: 1fr; gap: 13px; }
    .form-grid .full { grid-column: auto; }
    .picker-grid { grid-template-columns: repeat(3, 1fr); }
    .radio-cards { grid-template-columns: 1fr; }
    .about-card { padding: 20px; }
    .about-card dl div { grid-template-columns: 84px 1fr; }
}

@media (max-width: 760px) {
    .mobile-nav { grid-template-columns: repeat(4, 1fr); }
}
