/* Kamayan Beach Restaurant — one markup, four designs (html[data-theme=A|B|C|D]) */

/* ---------- Theme tokens ---------- */
:root, [data-theme="A"] {
  /* A · Lantern Night */
  --bg: #16110C; --surface: #211A13; --fg: #F4EADB; --muted: #C9BBA3; --line: #6E6254;
  --accent: #F0A43A; --accent-ink: #16110C; --price: #F0A43A;
  --hdr-bg: rgba(22,17,12,.92); --hdr-fg: #F4EADB;
  --display: 'Literata', Georgia, serif; --hand: 'Literata', Georgia, serif;
  --cond: 'Oswald', 'Arial Narrow', sans-serif; --body: 'Onest', system-ui, sans-serif;
  --radius: 16px; --btn-r: 999px;
  --logo: url(../brand/logo-ink-cream.webp);
  --hero-img: url(../img/prawns-candle.webp);
}
[data-theme="B"] {
  /* B · Beach Board */
  --bg: #F2E6CF; --surface: #FFFDF8; --fg: #231A12; --muted: #5E4D3A; --line: #A8977C;
  --accent: #F5B82E; --accent-ink: #231A12; --price: #231A12;
  --hdr-bg: rgba(27,20,14,.94); --hdr-fg: #F2E6CF;
  --display: 'Caveat', 'Comic Sans MS', cursive; --hand: 'Caveat', cursive;
  --radius: 4px; --btn-r: 6px;
  --logo: url(../brand/logo-ink-cream.webp);
  --hero-img: url(../img/tuna-steak.webp);
}
[data-theme="C"] {
  /* C · Magenta Sign */
  --bg: #FBF5F0; --surface: #FFFFFF; --fg: #2A0A1D; --muted: #6D4A5E; --line: #D9B8CA;
  --accent: #C92F86; --accent-ink: #FFFFFF; --price: #C92F86;
  --hdr-bg: #D6338F; --hdr-fg: #FFFFFF;
  --display: 'Playfair Display', Georgia, serif; --hand: 'Playfair Display', Georgia, serif;
  --radius: 12px; --btn-r: 999px;
  --logo: url(../brand/logo-disc.webp);
  --hero-img: url(../img/lobster.webp);
}
[data-theme="D"] {
  /* D · Ocean Poster */
  --bg: #EFE3CC; --surface: #F7EEDC; --fg: #0F4C5C; --muted: #3F6C77; --line: #0F4C5C;
  --accent: #C24420; --accent-ink: #FFF6E8; --price: #B23D18;
  --hdr-bg: #0F4C5C; --hdr-fg: #EFE3CC;
  --display: 'Oswald', 'Arial Narrow', sans-serif; --hand: 'Oswald', sans-serif;
  --radius: 14px; --btn-r: 8px;
  --logo: url(../brand/logo-ink-cream.webp);
  --hero-img: url(../img/tiger-prawns.webp);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; text-wrap: balance; }
p { margin: 0; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--accent); color: var(--accent-ink); padding: 10px 16px; border-radius: 8px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.ic { flex: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px;
  border-radius: var(--btn-r); background: var(--accent); color: var(--accent-ink); text-decoration: none;
  font-family: var(--cond); font-weight: 600; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; border: 0; cursor: pointer; transition: transform .15s ease, filter .15s ease; }
.btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--fg); box-shadow: inset 0 0 0 1.5px currentColor; }
.btn-sm { min-height: 40px; padding: 0 14px; font-size: 13px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--hdr-bg); color: var(--hdr-fg); backdrop-filter: saturate(1.2) blur(8px); -webkit-backdrop-filter: saturate(1.2) blur(8px); }
.hdr { display: flex; align-items: center; gap: 18px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.brand-mark { width: 50px; height: 50px; flex: none; background: var(--logo) center / contain no-repeat; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { font-family: var(--cond); font-weight: 600; font-size: 17px; letter-spacing: .08em; text-transform: uppercase; }
.brand-text small { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.nav { display: none; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font-family: var(--cond); font-size: 15px; letter-spacing: .08em; text-transform: uppercase; padding: 8px 0; border-bottom: 2px solid transparent; }
.nav a:hover { border-color: currentColor; }
.hdr-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.lang { display: flex; border-radius: 999px; box-shadow: inset 0 0 0 1.5px currentColor; font-family: var(--cond); font-size: 13px; letter-spacing: .08em; }
.lang > * { display: grid; place-items: center; min-width: 40px; height: 36px; padding: 0 8px; text-decoration: none; border-radius: 999px; }
.lang-on { background: var(--hdr-fg); color: var(--hdr-bg); }
[data-theme="C"] .lang-on { color: #D6338F; }
.hdr .btn-sm span { display: none; }
@media (min-width: 560px) { .hdr .btn-sm span { display: inline; } }
@media (min-width: 900px) { .nav { display: flex; } .hdr-actions { margin-left: 8px; } }
@media (max-width: 480px) { .brand-text small { display: none; } .brand-text b { font-size: 15px; } .hdr { gap: 10px; } }
main { overflow-x: clip; }

/* ---------- Hero (default = A: copy left, photo right) ---------- */
.hero { position: relative; overflow: hidden; }
.hero-inner { display: grid; gap: 28px; padding: 36px 20px 56px; }
.hero-logo { display: none; }
.eyebrow { font-family: var(--cond); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.hero h1 { font-family: var(--display); font-weight: 500; font-size: clamp(44px, 11vw, 96px); line-height: .98; letter-spacing: -.015em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--accent); font-style: italic; }
.lead { margin-top: 18px; font-size: clamp(16px, 2.2vw, 19px); color: var(--muted); max-width: 34em; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-visual { position: relative; }
.hero-media { aspect-ratio: 4 / 5; border-radius: var(--radius); background: var(--hero-img) center 60% / cover no-repeat, var(--surface); }
.hero-badge { position: absolute; right: 12px; top: -14px; width: 118px; height: 118px; border-radius: 50%; background: var(--accent); color: var(--accent-ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(-10deg); line-height: 1.05; }
.hero-badge span { font-family: var(--cond); font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.hero-badge b { font-family: var(--hand); font-style: italic; font-weight: 600; font-size: 21px; margin: 2px 0; }
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; padding: 64px 20px 88px; min-height: min(86vh, 820px); }
  .hero-media { aspect-ratio: 4 / 5; max-height: 72vh; }
  .hero-badge { width: 150px; height: 150px; top: auto; bottom: 36px; left: -46px; right: auto; }
  .hero-badge b { font-size: 26px; }
}

/* ---------- Section heads ---------- */
section { position: relative; }
.sec-head { margin-bottom: 26px; }
.sec-head h2, .about h2, .visit h2 { font-family: var(--display); font-weight: 500; font-size: clamp(32px, 5.5vw, 52px); line-height: 1.02; }
.sec-head p { color: var(--muted); margin-top: 8px; }

/* ---------- Featured ---------- */
.featured { padding: 56px 0 24px; }
.feat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feat { margin: 0; }
.feat-img { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feat:hover .feat-img img { transform: scale(1.04); }
.feat figcaption { display: flex; flex-direction: column; gap: 2px; padding-top: 10px; }
.feat-name { font-family: var(--cond); font-weight: 500; font-size: 16px; letter-spacing: .03em; text-transform: uppercase; line-height: 1.2; }
.feat-price { font-family: var(--cond); font-weight: 600; color: var(--price); font-size: 18px; }
.feat-price small { font-size: 12px; letter-spacing: .1em; opacity: .8; }
@media (min-width: 900px) { .feat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; } }

/* ---------- Menu ---------- */
.menu { padding: 56px 0 40px; }
.menu-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; }
.search { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 16px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1.5px var(--line); width: 100%; max-width: 360px; color: var(--muted); }
.search input { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--fg); font: inherit; font-size: 16px; outline: none; }
.search:focus-within { box-shadow: inset 0 0 0 2px var(--accent); }
.cats { position: sticky; top: 68px; z-index: 40; background: var(--bg); border-bottom: 1px solid color-mix(in srgb, var(--line) 50%, transparent); }
.cats-in { display: flex; gap: 8px; overflow-x: auto; padding-top: 12px; padding-bottom: 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.cats-in::-webkit-scrollbar { display: none; }
.chip { flex: none; display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; text-decoration: none; white-space: nowrap;
  font-family: var(--cond); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; box-shadow: inset 0 0 0 1.5px var(--line); }
.chip.on, .chip:hover { background: var(--accent); color: var(--accent-ink); box-shadow: none; }
.cat { padding: 36px 0 8px; scroll-margin-top: 60px; }
.cat[hidden], .grp[hidden], .item[hidden] { display: none; }
.cat-head { margin-bottom: 18px; }
.cat h3 { font-family: var(--display); font-weight: 500; font-size: clamp(28px, 4.4vw, 40px); line-height: 1.05; }
.cat-note, .grp-note { color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.grp + .grp { margin-top: 26px; }
.grp-head { margin-bottom: 12px; }
.grp h4 { font-family: var(--cond); font-weight: 600; font-size: 19px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
[data-theme="B"] .grp h4, [data-theme="C"] .grp h4 { color: var(--fg); }
.items { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px 48px; }
@media (min-width: 900px) { .items { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.item-top { display: flex; align-items: baseline; gap: 10px; }
.item-no { font-family: var(--cond); font-size: 12px; color: var(--muted); min-width: 20px; }
.item-name { font-family: var(--cond); font-weight: 500; font-size: 17px; letter-spacing: .03em; text-transform: uppercase; line-height: 1.25; }
.dots { flex: 1; min-width: 16px; border-bottom: 2px dotted var(--line); transform: translateY(-5px); }
.item-price { font-family: var(--cond); font-weight: 600; font-size: 18px; color: var(--price); white-space: nowrap; }
.item-desc { margin: 3px 0 0 30px; color: var(--muted); font-size: 14.5px; line-height: 1.45; }
.item-hl { padding: 14px 16px; border-radius: var(--radius); box-shadow: inset 0 0 0 2px var(--accent); }
.noresults { padding: 30px 0; color: var(--muted); }
.menu-foot { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }

/* ---------- About ---------- */
.about { padding: 64px 0; }
.about-in { display: grid; gap: 32px; }
.about-copy p { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 36em; }
.amen { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.amen li { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--line);
  font-family: var(--cond); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.amen .ic { width: 20px; height: 20px; color: var(--accent); }
.about-pics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-pics img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.about-pics img:nth-child(2) { margin-top: 36px; }
@media (min-width: 900px) { .about-in { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; } }

/* ---------- Visit ---------- */
.visit { padding: 64px 0 80px; }
.visit-in { display: grid; gap: 32px; }
.visit dl { margin: 22px 0 0; display: grid; gap: 16px; }
.visit dt { display: flex; align-items: center; gap: 8px; font-family: var(--cond); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.visit dd { margin: 4px 0 0 28px; font-size: 17px; }
.visit dd a { text-underline-offset: 3px; }
.visit-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.qr { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); max-width: 220px; }
.qr img { width: 96px; height: 96px; padding: 8px; background: #FFFDF8; border-radius: 10px; }
.visit-pic { margin: 0; }
.visit-pic img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); }
@media (min-width: 900px) { .visit-in { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; } }

/* ---------- Footer / float ---------- */
.site-footer { background: var(--hdr-bg); color: var(--hdr-fg); padding: 36px 0 96px; font-size: 14px; }
.foot { display: flex; gap: 16px; align-items: flex-start; }
.foot p + p { margin-top: 6px; opacity: .85; }
.foot .brand-mark { width: 64px; height: 64px; }
.wa-float { position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 60; width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center; background: #1FA855; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.28); }
@media (min-width: 900px) { .wa-float { display: none; } .site-footer { padding-bottom: 36px; } }

/* =====================================================================
   B · Beach Board — reference-style collage: photo hero, plank sign,
   handwritten type, polaroids, brush strokes, paper cards
   ===================================================================== */
[data-theme="B"] body { background: var(--bg); }
[data-theme="B"] .hero { background: #1B140E; color: #F2E6CF; }
[data-theme="B"] .hero-inner { position: relative; min-height: 86vh; padding: 0; display: block; max-width: none; }
[data-theme="B"] .hero-visual { position: absolute; inset: 0; }
[data-theme="B"] .hero-media { aspect-ratio: auto; height: 100%; max-height: none; border-radius: 0; background-position: center 55%; }
[data-theme="B"] .hero-copy { position: relative; z-index: 2; margin: 28px 16px 40px; max-width: 600px; padding: 26px 24px 28px; background: #241A11; border: 2px solid #3B2B1C;
  box-shadow: 0 18px 40px rgba(0,0,0,.55); transform: rotate(-1.5deg); }
[data-theme="B"] .hero h1 { font-family: 'Permanent Marker', 'Caveat', cursive; font-weight: 400; font-size: clamp(40px, 9vw, 76px); letter-spacing: .01em; line-height: 1.02; }
[data-theme="B"] :lang(ru) .hero h1, [data-theme="B"] .hero h1:lang(ru) { font-family: 'Caveat', cursive; font-weight: 700; font-size: clamp(50px, 11vw, 92px); }
[data-theme="B"] .hero h1 em { font-family: 'Caveat', cursive; font-weight: 700; font-style: normal; color: var(--accent); font-size: 1.08em; }
[data-theme="B"] .eyebrow { color: var(--accent); }
[data-theme="B"] .lead { color: #E3D5BC; }
[data-theme="B"] .hero .btn-ghost { color: #F2E6CF; }
[data-theme="B"] .hero-badge { position: absolute; z-index: 3; top: auto; bottom: 22px; right: 14px; left: auto; width: 170px; height: auto; border-radius: 0; transform: rotate(4deg); padding: 16px 16px 14px;
  background: #EFE0C2; color: #231A12; clip-path: polygon(0 3%, 9% 0, 20% 4%, 33% 1%, 46% 4%, 60% 0, 73% 3%, 86% 0, 100% 3%, 98% 30%, 100% 58%, 97% 82%, 100% 100%, 85% 97%, 70% 100%, 55% 96%, 40% 100%, 25% 96%, 10% 100%, 0 97%, 3% 70%, 0 45%, 3% 20%); }
[data-theme="B"] .hero-badge span, [data-theme="B"] .hero-badge b { font-family: 'Caveat', cursive; font-style: normal; font-weight: 700; font-size: 24px; letter-spacing: 0; text-transform: none; }
[data-theme="B"] .hero-badge b { font-size: 30px; }
@media (min-width: 900px) {
  [data-theme="B"] .hero-inner { min-height: min(92vh, 900px); display: flex; align-items: center; padding: 0 5vw; }
  [data-theme="B"] .hero-copy { margin: 60px 0; padding: 40px 44px; }
  [data-theme="B"] .hero-badge { right: 6vw; bottom: 8vh; width: 220px; }
}
[data-theme="B"] .sec-head h2, [data-theme="B"] .about h2, [data-theme="B"] .visit h2, [data-theme="B"] .cat h3 { font-family: 'Caveat', cursive; font-weight: 700; font-size: clamp(42px, 7vw, 64px); position: relative; display: inline-block; z-index: 0; }
[data-theme="B"] .cat h3 { font-size: clamp(36px, 5.6vw, 50px); }
[data-theme="B"] .sec-head h2::after, [data-theme="B"] .cat h3::after, [data-theme="B"] .about h2::after, [data-theme="B"] .visit h2::after {
  content: ""; position: absolute; left: -8px; right: -12px; bottom: 4px; height: 16px; z-index: -1; background: var(--accent);
  clip-path: polygon(1% 22%, 9% 8%, 24% 13%, 41% 4%, 58% 11%, 76% 3%, 92% 10%, 99% 24%, 96% 46%, 100% 68%, 95% 90%, 79% 96%, 61% 89%, 43% 98%, 26% 91%, 9% 97%, 2% 78%, 4% 50%); }
[data-theme="B"] .feat { background: #FFFDF8; padding: 10px 10px 14px; box-shadow: 0 8px 22px rgba(35,26,18,.18); transform: rotate(-2deg); }
[data-theme="B"] .feat:nth-child(even) { transform: rotate(2deg); }
[data-theme="B"] .feat-img { border-radius: 0; }
[data-theme="B"] .feat-name { font-family: 'Caveat', cursive; font-weight: 700; font-size: 24px; text-transform: none; letter-spacing: 0; }
[data-theme="B"] .cat { background: #FFFDF8; margin-top: 28px; padding: 26px 20px 26px; box-shadow: 0 6px 18px rgba(35,26,18,.10); border-radius: 3px; }
@media (min-width: 900px) { [data-theme="B"] .cat { padding: 34px 40px; } }
[data-theme="B"] .item-hl { background: color-mix(in srgb, var(--accent) 35%, #FFFDF8); box-shadow: none; }
[data-theme="B"] .chip.on, [data-theme="B"] .chip:hover { background: #231A12; color: var(--accent); }
[data-theme="B"] .about-pics img { border-radius: 0; background: #FFFDF8; padding: 8px 8px 30px; box-shadow: 0 8px 22px rgba(35,26,18,.18); transform: rotate(-3deg); }
[data-theme="B"] .about-pics img:nth-child(2) { transform: rotate(3deg); }
[data-theme="B"] .visit dt, [data-theme="B"] .amen .ic { color: #8A5A0B; }
[data-theme="B"] .visit-pic img { border-radius: 0; background: #FFFDF8; padding: 10px; box-shadow: 0 8px 22px rgba(35,26,18,.18); transform: rotate(1.2deg); }
[data-theme="B"] .site-footer { background: #1B140E; }

/* =====================================================================
   C · Magenta Sign — the storefront sign: magenta, white disc logo,
   classic serif caps, circular plate, centred menu
   ===================================================================== */
[data-theme="C"] .hero { background: #D6338F; color: #fff; overflow: visible; }
[data-theme="C"] .hero-inner { grid-template-columns: 1fr !important; justify-items: center; text-align: center; padding-bottom: 0; gap: 34px; min-height: 0; }
[data-theme="C"] .hero-logo { display: block; width: 132px; height: 132px; margin: 0 auto 18px; border-radius: 50%; background: url(../brand/logo-disc.webp) center / contain no-repeat; box-shadow: 0 6px 22px rgba(42,10,29,.25); }
[data-theme="C"] .eyebrow { color: #FFE3F1; }
[data-theme="C"] .hero h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; font-size: clamp(38px, 9vw, 84px); }
[data-theme="C"] .hero h1 em { color: #2A0A1D; text-transform: none; font-weight: 500; letter-spacing: 0; font-size: .9em; }
[data-theme="C"] .lead { color: #FFE9F4; margin-left: auto; margin-right: auto; }
[data-theme="C"] .cta { justify-content: center; }
[data-theme="C"] .hero .btn { background: #fff; color: #B8287A; }
[data-theme="C"] .hero .btn-ghost { background: transparent; color: #fff; }
[data-theme="C"] .hero-visual { width: min(78vw, 440px); margin-bottom: -150px; z-index: 2; }
[data-theme="C"] .hero-media { aspect-ratio: 1; border-radius: 50%; border: 8px solid #fff; box-shadow: 0 18px 40px rgba(42,10,29,.25); background-position: 55% 50%; }
[data-theme="C"] .hero-badge { background: #F6B44A; color: #2A0A1D; right: -6px; top: 10px; }
[data-theme="C"] .featured { padding-top: 190px; }
[data-theme="C"] .sec-head, [data-theme="C"] .cat-head { text-align: center; }
[data-theme="C"] .sec-head h2, [data-theme="C"] .about h2, [data-theme="C"] .visit h2 { font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
[data-theme="C"] .feat-img { aspect-ratio: 1; border-radius: 50%; border: 5px solid #fff; box-shadow: 0 0 0 2px #D6338F; }
[data-theme="C"] .feat figcaption { align-items: center; text-align: center; }
[data-theme="C"] .feat-name { font-family: 'Playfair Display', serif; font-style: italic; text-transform: none; letter-spacing: 0; font-size: 19px; }
[data-theme="C"] .menu-head { flex-direction: column; align-items: center; text-align: center; }
[data-theme="C"] .menu-body { max-width: 860px; }
[data-theme="C"] .cat h3 { display: flex; align-items: center; gap: 16px; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; color: var(--accent); }
[data-theme="C"] .cat h3::before, [data-theme="C"] .cat h3::after { content: ""; flex: 1; height: 1.5px; background: var(--accent); }
[data-theme="C"] .items { grid-template-columns: 1fr; }
[data-theme="C"] .grp-head { text-align: center; }
[data-theme="C"] .item-hl { background: #D6338F; color: #fff; box-shadow: none; }
[data-theme="C"] .item-hl .item-price, [data-theme="C"] .item-hl .item-desc, [data-theme="C"] .item-hl .item-no { color: #fff; }
[data-theme="C"] .item-hl .dots { border-color: rgba(255,255,255,.6); }
[data-theme="C"] .chip { box-shadow: inset 0 0 0 1.5px var(--accent); color: var(--accent); }
[data-theme="C"] .chip.on, [data-theme="C"] .chip:hover { color: #fff; }
[data-theme="C"] .about { background: #2A0A1D; color: #fff; }
[data-theme="C"] .about-copy p { color: #EBD3E0; }
[data-theme="C"] .amen li { box-shadow: inset 0 0 0 1.5px #F6B44A; color: #F6B44A; }
[data-theme="C"] .amen .ic { color: #F6B44A; }
[data-theme="C"] .about-pics img { border-radius: 50%; aspect-ratio: 1; border: 5px solid #fff; }
[data-theme="C"] .about-pics img:nth-child(2) { margin-top: 60px; }
[data-theme="C"] .site-footer { background: #D6338F; }

/* =====================================================================
   D · Ocean Poster — sand, deep teal, coral: huge condensed type,
   arch-topped photos, menu as a tile grid
   ===================================================================== */
[data-theme="D"] .hero h1 { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: clamp(56px, 14vw, 128px); line-height: .92; letter-spacing: -.005em; }
[data-theme="D"] .hero h1 em { font-style: normal; color: var(--accent); }
[data-theme="D"] .eyebrow { color: var(--fg); font-weight: 600; }
[data-theme="D"] .lead { color: var(--muted); }
[data-theme="D"] .hero-media { border-radius: 999px 999px 18px 18px; aspect-ratio: 4 / 5; }
[data-theme="D"] .hero-badge { right: -4px; top: auto; bottom: 26px; transform: rotate(9deg); }
[data-theme="D"] .hero-badge b { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 700; text-transform: uppercase; font-size: 19px; }
@media (min-width: 900px) {
  [data-theme="D"] .hero-inner { grid-template-columns: 1.15fr .85fr; }
  [data-theme="D"] .hero-badge { left: auto; right: -30px; bottom: 40px; }
}
@media (max-width: 899px) { [data-theme="D"] .hero-visual { order: -1; width: min(100%, 460px); } }
[data-theme="D"] .sec-head h2, [data-theme="D"] .about h2, [data-theme="D"] .visit h2, [data-theme="D"] .cat h3 { font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
[data-theme="D"] .feat-img { border-radius: 999px 999px 12px 12px; }
[data-theme="D"] .feat-price { color: var(--accent); font-size: 22px; }
[data-theme="D"] .menu { background: var(--surface); }
[data-theme="D"] .cats { background: var(--surface); }
[data-theme="D"] .items { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 22px 16px; }
@media (min-width: 900px) { [data-theme="D"] .items { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 24px; } }
[data-theme="D"] .item { border-top: 2.5px solid var(--fg); padding-top: 10px; display: flex; flex-direction: column; }
[data-theme="D"] .item-top { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
[data-theme="D"] .item-no { order: -1; }
[data-theme="D"] .dots { display: none; }
[data-theme="D"] .item-price { order: 3; font-size: 24px; font-weight: 700; color: var(--accent); }
[data-theme="D"] .item-desc { margin-left: 0; }
[data-theme="D"] .item-hl { background: var(--accent); color: var(--accent-ink); border-top: 0; padding: 16px; }
[data-theme="D"] .item-hl .item-price, [data-theme="D"] .item-hl .item-desc, [data-theme="D"] .item-hl .item-no { color: var(--accent-ink); }
[data-theme="D"] .grp h4 { color: var(--accent); }
[data-theme="D"] .chip { box-shadow: inset 0 0 0 1.5px var(--fg); }
[data-theme="D"] .chip.on, [data-theme="D"] .chip:hover { background: var(--fg); color: var(--bg); }
[data-theme="D"] .about-pics img { border-radius: 999px 999px 12px 12px; }
[data-theme="D"] .visit { background: var(--fg); color: var(--bg); }
[data-theme="D"] .visit dt { color: #F59A78; }
[data-theme="D"] .qr { color: #CFE0DF; }
[data-theme="D"] .visit-pic img { border-radius: 999px 999px 18px 18px; aspect-ratio: 4 / 3; }
[data-theme="D"] .site-footer { background: #0A3844; }

/* A extras */
[data-theme="A"] .hero-media { box-shadow: 0 30px 60px rgba(0,0,0,.45); }
[data-theme="A"] .cat { border-top: 1px solid rgba(110,98,84,.45); }
[data-theme="A"] .cat:first-of-type { border-top: 0; }
