/* LIHAY RistoHouse — modern QSR layout, brand colors preserved */
:root {
  --cream-page: #f2f1ed;
  --cream-soft: #f7f6f2;
  --white: #ffffff;
  --ink: #141414;
  --ink-soft: #3d3d3d;
  --muted: #6b6b6b;
  --line: #e4e3df;
  --orange: #f2711c;
  --orange-hover: #d86214;
  --yellow: #ffc72c;
  --yellow-soft: #fff3c9;
  --forest: #1f4d3a;
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 22px 60px rgba(20, 20, 20, 0.08);
  --shadow-card: 0 12px 40px rgba(20, 20, 20, 0.06);
  --font-sans: "DM Sans", system-ui, sans-serif;
  --max-w: 1180px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange); }

.skip-link {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  position: fixed; left: 16px; top: 16px; width: auto; height: auto; padding: 12px 16px;
  background: var(--orange); color: var(--white); z-index: 9999; border-radius: 8px;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-weight: 700; font-size: 14px; letter-spacing: 0.02em;
  padding: 12px 22px; border-radius: 999px; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s, border-color 0.2s, color 0.2s, filter 0.2s;
}
.btn:active { transform: translateY(1px); }
.btn--yellow { background: var(--yellow); color: var(--ink); text-decoration: none; }
.btn--yellow:hover { filter: brightness(1.05); color: var(--ink); }
.btn--orange { background: var(--orange); color: var(--white); text-decoration: none; }
.btn--orange:hover { background: var(--orange-hover); color: var(--white); }
.btn--outline {
  background: var(--white); color: var(--ink); border: 2px solid var(--ink); text-decoration: none;
}
.btn--outline:hover { border-color: var(--orange); color: var(--orange); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--light {
  background: transparent; color: var(--white); border: 2px solid rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.btn--light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn--ink {
  background: var(--ink); color: var(--white); text-decoration: none;
}
.btn--ink:hover { background: #2a2a2a; color: var(--white); }
.btn--whatsapp {
  background: #25d366; color: #fff; text-decoration: none;
}
.btn--whatsapp:hover { background: #1ebe5a; color: #fff; }
.btn-lg { padding: 15px 28px; font-size: 15px; }

/* Utility bar */
.top-bar {
  background: var(--ink);
  color: rgba(247, 246, 242, 0.88);
  font-size: 13px;
}
.top-bar__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.top-bar__meta { margin: 0; font-weight: 600; letter-spacing: 0.01em; }
.top-bar__links { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.top-bar a { color: rgba(247, 246, 242, 0.88); text-decoration: none; }
.top-bar a:hover { color: var(--yellow); }
.top-bar .btn--yellow { padding: 6px 14px; font-size: 12px; }
.top-bar__order {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.top-bar__order-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(247, 246, 242, 0.55);
}
.top-bar__delivery {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid rgba(247, 246, 242, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #f7f6f2;
}
.top-bar__delivery:hover {
  color: var(--yellow);
  border-color: var(--yellow);
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 12px 24px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__logo { height: 56px; width: 56px; flex-shrink: 0; }

.main-nav { display: flex; justify-content: center; }
.main-nav ul {
  list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; flex-wrap: wrap; justify-content: center;
}
.main-nav a {
  display: block; padding: 10px 14px; font-weight: 650; font-size: 14px; color: var(--ink-soft);
  text-decoration: none; border-radius: 999px; transition: color 0.2s, background 0.2s;
}
.main-nav a:hover { color: var(--orange); background: var(--cream-soft); }
.main-nav a.is-active { color: var(--ink); font-weight: 800; background: var(--cream-page); }

.header-actions { display: flex; align-items: center; gap: 12px; justify-content: flex-end; }
.header-cta { white-space: nowrap; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line);
  background: var(--white); cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle span {
  display: block; width: 20px; height: 2px; background: var(--ink); position: relative;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

@media (max-width: 1120px) {
  .main-nav a { padding: 10px 10px; font-size: 13px; }
}
@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; left: 0; right: 0; top: 100%; background: var(--white);
    border-bottom: 1px solid var(--line); max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
    z-index: 60; box-shadow: 0 16px 40px rgba(20, 20, 20, 0.08);
  }
  .main-nav.is-open { max-height: 560px; }
  .main-nav ul { flex-direction: column; padding: 12px 24px 20px; gap: 0; }
  .main-nav a.is-active { background: var(--cream-page); }
  .header-cta { padding: 10px 16px; font-size: 13px; }
}
@media (max-width: 520px) {
  .top-bar__inner { justify-content: center; text-align: center; }
  .top-bar__links a:not(.btn):not(.top-bar__delivery) { display: none; }
  .top-bar__order-label { display: none; }
  .brand__logo { height: 48px; width: 48px; }
  .header-cta { display: none; }
  .hero-lead { font-size: 16px; }
}

.shell { max-width: var(--max-w); margin: 0 auto; padding: 32px 24px 80px; }
.page-head { margin-bottom: 28px; }
.page-title {
  margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
  letter-spacing: -0.03em; color: var(--ink);
}
.breadcrumbs { font-size: 14px; color: var(--muted); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--orange); }

/* Full-bleed cinematic hero */
.hero {
  position: relative;
  min-height: min(88vh, 780px);
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  background: #1a1510;
}
.hero__media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.62) 0%, rgba(12, 10, 8, 0.28) 42%, rgba(12, 10, 8, 0.08) 100%),
    linear-gradient(180deg, rgba(12, 10, 8, 0.08) 0%, rgba(12, 10, 8, 0.42) 100%);
}
.hero__content {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  padding: clamp(48px, 8vw, 96px) 24px clamp(56px, 8vw, 88px);
}
.hero-copy { max-width: 38rem; display: flex; flex-direction: column; gap: 18px; }
.kicker {
  display: inline-flex; align-self: flex-start; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; background: var(--yellow);
  font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink);
}
.hero-title {
  margin: 0; font-size: clamp(2.4rem, 5.4vw, 4.1rem); font-weight: 800;
  letter-spacing: -0.04em; line-height: 1.05; color: var(--white);
}
.hero-lead { margin: 0; font-size: 18px; max-width: 36ch; color: rgba(255, 255, 255, 0.88); }
.brush-badge {
  display: inline-flex; align-self: flex-start; padding: 9px 16px; border-radius: 6px;
  background: var(--ink); color: var(--white); font-weight: 800; font-size: 13px; letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

.proof-bar {
  background: var(--cream-page);
  border-bottom: 1px solid var(--line);
}
.proof-bar__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 24px;
}
.proof-item { min-width: 0; }
.proof-item strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.proof-item span { display: block; margin-top: 4px; font-size: 13px; color: var(--muted); }
@media (max-width: 820px) {
  .proof-bar__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .hero { min-height: 78vh; }
  .proof-bar__inner { grid-template-columns: 1fr; }
}

.section { padding: clamp(56px, 8vw, 88px) 0; }
.section--cream { background: var(--cream-page); }
.section--white { background: var(--white); }
.section-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.section-head--left { text-align: left; margin-left: 0; max-width: 36rem; }
.section-head h2,
.section-head .section-title {
  margin: 0 0 12px; font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800;
  letter-spacing: -0.03em; color: var(--ink);
}
.section-head p { margin: 0; color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.split--reverse { grid-template-columns: 1.08fr 0.92fr; }
.split--top { align-items: start; }
@media (max-width: 860px) {
  .split, .split--reverse { grid-template-columns: 1fr; }
}

.menu-list { display: flex; flex-direction: column; gap: 0; margin: 8px 0 24px; }
.menu-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.menu-item:first-child { border-top: 1px solid var(--line); }
.menu-item__index {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--yellow); color: var(--ink);
  display: grid; place-items: center;
  font-size: 13px; font-weight: 800;
}
.menu-item h3 { margin: 0 0 6px; font-size: 1.2rem; font-weight: 800; color: var(--ink); }
.menu-item p { margin: 0; font-size: 15px; color: var(--muted); }

.photo-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #d8d0c6;
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-frame--tall { min-height: 520px; aspect-ratio: 4 / 5; }
.photo-frame--wide { min-height: 360px; aspect-ratio: 16 / 11; }
.photo-frame--square { aspect-ratio: 1; min-height: 280px; }
.photo-frame--illustration {
  background: var(--cream-page);
  min-height: 0;
  aspect-ratio: 4 / 3;
}
.photo-frame--illustration img {
  object-fit: contain;
  object-position: center;
}
@media (max-width: 860px) {
  .photo-frame--tall { min-height: 380px; aspect-ratio: 4 / 3; }
}

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .product-grid { grid-template-columns: 1fr; } }

.product-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-card); transition: transform 0.2s, box-shadow 0.2s;
}
.product-card:hover {
  transform: translateY(-4px); box-shadow: 0 18px 50px rgba(20, 20, 20, 0.1);
}
.product-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d8d0c6;
}
.product-card__media img {
  width: 100%; height: 100%; object-fit: cover;
}
.product-card__body { padding: 22px 20px 24px; }
.product-card h3 { margin: 0 0 8px; font-size: 1.25rem; font-weight: 800; color: var(--ink); }
.product-card p { margin: 0; font-size: 15px; color: var(--muted); }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: minmax(210px, 28vw) minmax(210px, 28vw);
  gap: 12px;
}
.gallery-item {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #d8d0c6;
  min-height: 0;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
}
.gallery-item--tall { grid-row: 1 / 3; }
.gallery-item--wide { grid-column: 2 / 4; }
@media (max-width: 820px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px 240px;
  }
  .gallery-item--tall { grid-row: 1 / 3; grid-column: 1; }
  .gallery-item--wide { grid-column: 1 / 3; grid-row: 3; }
}
@media (max-width: 520px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 220px 220px 240px;
  }
  .gallery-item--tall,
  .gallery-item--wide { grid-column: 1; grid-row: auto; }
}

.kids-band {
  background: linear-gradient(135deg, var(--yellow-soft) 0%, var(--yellow) 100%);
}
.kids-band .split { gap: clamp(24px, 4vw, 48px); }
.kids-band h2 {
  margin: 0 0 12px; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--ink);
}
.kids-band p { margin: 0 0 20px; color: var(--ink-soft); max-width: 42ch; }
.kids-photo {
  border-radius: var(--radius-xl); overflow: hidden; border: 6px solid var(--white);
  box-shadow: var(--shadow-soft); background: var(--white);
  min-height: 420px; aspect-ratio: 4 / 5;
}
.kids-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 45%; }
@media (max-width: 860px) {
  .kids-photo { min-height: 320px; aspect-ratio: 4 / 3; }
}

.visit {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #1a1510;
}
.visit__media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.visit__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12, 10, 8, 0.55) 0%, rgba(12, 10, 8, 0.18) 100%);
}
.visit__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  padding: 64px 24px;
}
.visit-card {
  max-width: 420px;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  box-shadow: var(--shadow-soft);
}
.visit-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.visit-card p,
.visit-card address {
  margin: 0 0 14px;
  font-style: normal;
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.visit-card .store-hours { margin-bottom: 18px; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Inner page hero */
.page-hero {
  position: relative;
  min-height: 320px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1a1510;
  color: var(--white);
}
.page-hero__media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.18) 0%, rgba(12, 10, 8, 0.72) 100%);
}
.page-hero__content {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  padding: 72px 24px 36px;
}
.page-hero .page-title { color: var(--white); }
.page-hero .breadcrumbs,
.page-hero .breadcrumbs a { color: rgba(255, 255, 255, 0.78); }
.page-hero .breadcrumbs a:hover { color: var(--yellow); }
.page-hero--tall { min-height: 400px; }

.page-banner {
  margin: 0;
  border-radius: 0;
  background: linear-gradient(110deg, var(--yellow) 0%, #ffdf73 45%, var(--yellow) 100%);
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px); position: relative; overflow: hidden;
}
.page-banner::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 220px; height: 220px;
  border-radius: 50%; background: rgba(255, 255, 255, 0.35);
}
.page-banner h1 {
  margin: 0; position: relative; z-index: 1; font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 900; letter-spacing: -0.03em; color: var(--ink);
}
.page-banner + .shell { padding-top: 40px; }

.contact-email-banner {
  margin-bottom: 24px;
  padding: 18px 22px;
  border-radius: var(--radius-lg);
  background: var(--cream-soft);
  border: 1px solid var(--line);
}
.contact-email-banner__label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-email-banner__link {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 800;
  color: var(--orange);
  text-decoration: none;
  word-break: break-all;
}
.contact-email-banner__link:hover {
  text-decoration: underline;
}

.two-col {
  display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, 1fr); gap: 40px; align-items: start;
}
@media (max-width: 920px) { .two-col { grid-template-columns: 1fr; } }

.sidebar-card {
  background: var(--yellow); border-radius: var(--radius-lg); padding: 32px 24px;
  color: var(--ink); box-shadow: var(--shadow-card);
}
.sidebar-card--muted { background: var(--cream-soft); border: 1px solid var(--line); }
.sidebar-card h3 { margin: 0 0 10px; font-size: 1.25rem; font-weight: 800; }
.sidebar-card p { margin: 0; font-size: 15px; }
.sidebar-photo { margin-top: 20px; border-radius: var(--radius-md); overflow: hidden; border: 3px solid rgba(255, 255, 255, 0.75); }
.sidebar-photo img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 4 / 3; }

.icon-tile {
  width: 72px; height: 72px; margin-bottom: 16px; border-radius: 18px; background: var(--white);
  display: grid; place-items: center; box-shadow: var(--shadow-card);
}

.form-panel {
  background: var(--white); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.form-intro { margin: 0 0 24px; font-size: 15px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 20px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field-full { grid-column: 1 / -1; }

label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.req { color: var(--orange); }

input, select, textarea {
  width: 100%; font: inherit; padding: 13px 14px; border-radius: 10px; border: 1px solid #d9d8d4;
  background: var(--white); transition: border-color 0.2s, box-shadow 0.2s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242, 113, 28, 0.18);
}
textarea { min-height: 140px; resize: vertical; }
.field-hint { margin: 6px 0 0; font-size: 12px; color: var(--muted); }
.form-section-title {
  grid-column: 1 / -1; margin: 12px 0 4px; font-size: 15px; font-weight: 800; color: var(--ink);
}
.form-actions { margin-top: 24px; }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; }
.checkbox-row input { width: auto; margin-top: 4px; }

.upload-zone {
  border: 2px dashed var(--line); border-radius: var(--radius-md); padding: 28px 16px;
  text-align: center; background: var(--cream-soft); cursor: pointer;
}
.upload-zone strong { display: block; margin-bottom: 6px; color: var(--ink); }
.upload-zone span { font-size: 13px; color: var(--muted); }

.faq-block { margin-top: 48px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-trigger {
  width: 100%; text-align: left; padding: 18px 44px 18px 0; border: none; background: none;
  font: inherit; font-weight: 600; color: var(--ink); cursor: pointer; position: relative;
}
.faq-trigger::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px;
  border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
  transform: translateY(-70%) rotate(45deg); transition: transform 0.25s;
}
.faq-trigger[aria-expanded="true"]::after { transform: translateY(-20%) rotate(225deg); }
.faq-panel { display: none; padding: 0 0 18px; color: var(--muted); font-size: 15px; }
.faq-panel.is-open { display: block; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.value-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .value-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .value-grid, .value-grid--4 { grid-template-columns: 1fr; } }

.notice {
  border-radius: var(--radius-lg);
  padding: 24px 26px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
}
.notice h3 { margin: 0 0 10px; font-size: 1.1rem; font-weight: 800; color: var(--ink); }
.notice p { margin: 0 0 12px; font-size: 15px; color: var(--ink-soft); }
.notice p:last-child { margin-bottom: 0; }
.notice ul { margin: 0 0 14px; padding-left: 1.2rem; color: var(--ink-soft); font-size: 15px; }
.notice li { margin-bottom: 6px; }
.notice--alert {
  background: #fff7ed;
  border-color: #f4c7a5;
}
.notice__foot { font-size: 14px; color: var(--muted); }

.wa-card {
  background: var(--ink);
  color: rgba(247, 246, 242, 0.88);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 40px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.wa-card__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow);
}
.wa-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--white);
}
.wa-card p { margin: 0 0 12px; max-width: 46ch; }
.wa-card__number { margin: 0; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; }
.wa-card__number a { color: var(--yellow); text-decoration: none; }
.wa-card__number a:hover { color: var(--white); }
.wa-card__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
@media (max-width: 820px) {
  .wa-card { grid-template-columns: 1fr; }
  .wa-card__actions { justify-content: flex-start; }
}
.value-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--line);
}
.value-card h3 { margin: 0 0 10px; font-size: 1.05rem; font-weight: 800; color: var(--ink); }
.value-card p { margin: 0; font-size: 15px; color: var(--muted); }

.story-block { max-width: 62ch; }
.story-block p { margin: 0 0 16px; }
.story-block p:last-child { margin-bottom: 0; }
.wa-inline-number { margin: 0 0 18px; font-size: 1.45rem; font-weight: 800; letter-spacing: -0.02em; }
.wa-inline-number a { color: var(--orange); text-decoration: none; }
.wa-inline-number a:hover { color: var(--ink); }

.site-footer { margin-top: 0; background: var(--ink); color: rgba(247, 246, 242, 0.78); }
.footer-cta { background: var(--yellow); padding: 36px 24px 40px; color: var(--ink); }
.footer-cta__inner {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center;
}
.footer-logo-tile {
  width: 96px; height: 96px; border-radius: 50%; background: var(--white); padding: 4px;
  display: grid; place-items: center; box-shadow: var(--shadow-card); flex-shrink: 0;
}
.footer-logo-tile img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.footer-cta h2 {
  margin: 0 0 6px; font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 900; color: var(--ink);
}
.footer-cta p { margin: 0; font-size: 14px; color: var(--ink-soft); }

.footer-main { padding: 48px 24px 28px; }
.footer-main__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 0.8fr;
  gap: 32px 28px;
}
.footer-brand__logo { height: 72px; width: 72px; margin-bottom: 14px; }
.footer-brand p { margin: 0; font-size: 14px; max-width: 32ch; line-height: 1.55; }
.footer-col h3 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: rgba(247, 246, 242, 0.82); text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: var(--yellow); }
.footer-col p { margin: 0 0 10px; font-size: 14px; line-height: 1.55; }

.social-row { display: flex; gap: 10px; flex-wrap: wrap; }
.social-btn {
  width: 42px; height: 42px; border-radius: 50%; background: var(--yellow);
  display: grid; place-items: center; text-decoration: none; color: var(--ink);
  font-weight: 800; font-size: 12px; transition: transform 0.15s;
}
.social-btn:hover { transform: translateY(-2px); color: var(--ink); }

.footer-legal {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 18px 24px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: rgba(247, 246, 242, 0.5);
}
.footer-legal a { color: rgba(247, 246, 242, 0.7); text-decoration: none; }
.footer-legal a:hover { color: var(--yellow); }
.pill-legal {
  display: inline-flex; padding: 8px 14px; border-radius: 999px; background: var(--forest);
  color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none;
}
.pill-legal:hover { color: var(--white); filter: brightness(1.08); }
.copy-line { margin: 0; }
.footer-legal__meta { display: flex; flex-direction: column; gap: 4px; }
.powered-by {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(247, 246, 242, 0.42);
}
.powered-by a { color: rgba(247, 246, 242, 0.62); }

@media (max-width: 900px) {
  .footer-main__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .footer-cta__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-main__inner { grid-template-columns: 1fr; }
  .footer-legal { justify-content: center; text-align: center; }
}

.toast {
  display: none; margin-top: 16px; padding: 14px 16px; border-radius: 12px;
  background: var(--cream-soft); border: 1px solid var(--line); font-size: 14px;
}
.toast.is-visible { display: block; }
.toast.toast--error { border-color: #f5c6cb; background: #fdecef; color: #842029; }
button[type="submit"][aria-busy="true"] { opacity: 0.72; cursor: wait; }

.honeypot {
  position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.nl-band {
  background: var(--cream-page);
  color: var(--ink-soft);
  padding: clamp(28px, 4vw, 40px) 24px;
  border-top: 1px solid var(--line);
}
.nl-band__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}
.nl-band__copy h2 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.nl-band__copy p { margin: 0; font-size: 15px; color: var(--muted); max-width: 42ch; }
.nl-form { display: flex; flex-direction: column; gap: 12px; }
.nl-form__row { display: flex; gap: 10px; }
.nl-form__row input[type="email"] { flex: 1; min-width: 0; }
.nl-form__row .btn { flex-shrink: 0; }
.nl-form__consent { margin-bottom: 0; }
.nl-form__consent label { margin-bottom: 0; font-weight: 500; font-size: 13px; color: var(--muted); }
.nl-form .toast { margin-top: 0; }
@media (max-width: 820px) {
  .nl-band__inner { grid-template-columns: 1fr; }
  .nl-form__row { flex-direction: column; }
}

.nl-modal {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.nl-modal[hidden] { display: none !important; }
.nl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.55);
}
.nl-modal__card {
  position: relative;
  width: min(440px, 100%);
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 32px 28px 26px;
  box-shadow: 0 24px 70px rgba(20, 20, 20, 0.22);
}
.nl-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--cream-page);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.nl-modal__close:hover { background: var(--line); }
.nl-modal__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}
.nl-modal__card h2 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.nl-modal__card > p {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--muted);
}
.nl-modal .nl-form__row { flex-direction: column; }

.stores-intro { max-width: 640px; margin-bottom: 32px; color: var(--muted); }
.stores-intro p { margin: 0; line-height: 1.6; }

.stores-layout {
  display: grid; grid-template-columns: minmax(280px, 1fr) minmax(0, 1.4fr); gap: 28px; align-items: start;
}

.store-list { display: flex; flex-direction: column; gap: 16px; }

.store-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 26px 22px;
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.store-card h2 { margin: 0 0 10px; font-size: 1.35rem; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }

.store-badge {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 6px 10px; border-radius: 6px;
  background: var(--yellow-soft); color: var(--ink); margin-bottom: 14px;
}

.store-address {
  margin: 0 0 18px; font-size: 16px; line-height: 1.55; color: var(--ink-soft);
}

.store-hours { margin: 0 0 20px; }
.store-hours dt {
  font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink); margin-bottom: 6px;
}
.store-hours dd { margin: 0; font-size: 15px; color: var(--ink-soft); line-height: 1.5; }

.store-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

.store-map-wrap {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow-card); background: var(--cream-soft); min-height: 320px;
}
.store-map-wrap iframe {
  width: 100%; height: min(460px, 58vh); min-height: 320px; border: 0; display: block;
}

.store-map-note {
  margin-top: 12px; font-size: 13px; color: var(--muted);
}

@media (max-width: 920px) {
  .stores-layout { grid-template-columns: 1fr; }
  .store-map-wrap iframe { height: 360px; min-height: 280px; }
}

body.cookie-banner-open {
  padding-bottom: clamp(112px, 18vh, 180px);
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 18px 16px calc(18px + env(safe-area-inset-bottom, 0px));
  background: rgba(20, 20, 20, 0.94);
  color: var(--cream-soft);
  box-shadow: 0 -12px 48px rgba(0, 0, 0, 0.18);
}

.cookie-banner__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  flex: 1 1 260px;
  max-width: 640px;
  color: rgba(247, 246, 242, 0.92);
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.cookie-banner__link {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-right: 4px;
}

.cookie-banner__link:hover {
  color: var(--yellow-soft);
}

.cookie-banner .cookie-banner__btn {
  white-space: nowrap;
}

.cookie-banner .cookie-banner__btn--reject {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: var(--white);
}

.cookie-banner .cookie-banner__btn--reject:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

@media (max-width: 560px) {
  .cookie-banner__actions {
    width: 100%;
    justify-content: stretch;
  }
  .cookie-banner .cookie-banner__btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.legal-page .legal-body {
  max-width: 760px;
  margin: 0 auto 48px;
}

.legal-updated {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 20px;
}

.legal-h2 {
  margin: 28px 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.legal-body p {
  margin: 0 0 14px;
}

.legal-body p:last-child {
  margin-bottom: 0;
}

.legal-list {
  margin: 0 0 14px;
  padding-left: 1.25rem;
}

.legal-list li {
  margin-bottom: 10px;
}

.legal-list li:last-child {
  margin-bottom: 0;
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.faq-list details {
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  padding: 4px 0;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 750;
  font-size: 17px;
  padding: 16px 0;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  float: right;
  font-weight: 600;
  color: var(--orange);
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.6;
}
