/*
Theme Name: Sip and Stay Awhile (Easy Edit)
Theme URI: https://sipandstayawhile.cafe/
Author: Sip and Stay Awhile
Author URI: https://sipandstayawhile.cafe/
Description: A garden-inspired craft cafe theme for Sip and Stay Awhile in Apache Junction, AZ. Single-page layout with hero, offerings, pillars, menu highlights, workshops, visit info, contact form, and social section. Warm cream + moss + terracotta palette; Fraunces + Plus Jakarta Sans typography. Includes a Dashboard → Sip & Stay Settings page so non-technical owners can edit every piece of homepage text (business info, menu, workshops, social URLs, hero copy) without touching code or the block editor.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sip-and-stay-awhile
Tags: one-page, restaurant, food-and-drink, custom-colors, custom-menu, featured-images, threaded-comments
*/

/* =======================================================
   Sip and Stay Awhile — Garden Craft Cafe
   Palette: cream, moss/tea greens, terracotta, soft lavender
   Typography: Fraunces (display serif) + Plus Jakarta Sans
   ======================================================= */

:root {
  /* warm light palette */
  --cream: #f7efe1;
  --cream-2: #f1e6d2;
  --cream-3: #ece0c8;
  --paper: #fbf6ec;
  --ink: #2c2b25;
  --ink-soft: #4b4a40;
  --muted: #6a6759;

  --moss: #4f6a3a;
  --moss-deep: #3a5128;
  --moss-soft: #8aa166;
  --tea: #6f8c54;

  --terracotta: #b85c3b;
  --terracotta-deep: #8d4326;
  --terracotta-soft: #e2a07c;

  --lavender: #8e7ab3;
  --honey: #d8a14a;

  --line: rgba(60, 50, 30, 0.14);
  --line-strong: rgba(60, 50, 30, 0.24);

  --bg: var(--cream);
  --surface: var(--paper);
  --surface-2: var(--cream-2);
  --text: var(--ink);
  --text-soft: var(--ink-soft);

  --primary: var(--terracotta);
  --primary-hover: var(--terracotta-deep);
  --accent: var(--moss);
  --accent-hover: var(--moss-deep);

  --shadow-sm: 0 1px 2px rgba(60, 40, 20, 0.06), 0 1px 1px rgba(60, 40, 20, 0.04);
  --shadow-md: 0 6px 22px -10px rgba(60, 40, 20, 0.18), 0 2px 6px rgba(60, 40, 20, 0.06);
  --shadow-lg: 0 28px 60px -30px rgba(60, 40, 20, 0.35), 0 8px 20px -12px rgba(60, 40, 20, 0.12);

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-script: "Caveat", "Brush Script MT", cursive;

  --container: 1180px;
  --gutter: clamp(20px, 4vw, 40px);
}

:root[data-theme="dark"] {
  --bg: #1d201a;
  --surface: #232720;
  --surface-2: #2b2f27;
  --text: #efe7d4;
  --text-soft: #cdc3aa;
  --muted: #9a937e;

  --line: rgba(240, 230, 200, 0.12);
  --line-strong: rgba(240, 230, 200, 0.22);

  --primary: #d97a55;
  --primary-hover: #ea8c66;
  --accent: #9ab37a;
  --accent-hover: #b1c992;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 6px 22px -10px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 28px 60px -30px rgba(0, 0, 0, 0.8);
}

/* ============== Reset & base ============== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(1200px 600px at 90% -10%, rgba(184, 92, 59, 0.07), transparent 60%),
    radial-gradient(900px 500px at -10% 10%, rgba(79, 106, 58, 0.07), transparent 60%);
  background-attachment: fixed;
}
:root[data-theme="dark"] body {
  background-image:
    radial-gradient(1200px 600px at 90% -10%, rgba(217, 122, 85, 0.10), transparent 60%),
    radial-gradient(900px 500px at -10% 10%, rgba(154, 179, 122, 0.08), transparent 60%);
}

img { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--cream);
  padding: 10px 14px;
  border-radius: 6px;
  z-index: 1000;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ============== Typography ============== */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 0.4em;
  color: var(--text);
}
h1 { font-size: clamp(2.4rem, 1.4rem + 3.6vw, 4.4rem); font-weight: 500; }
h2 { font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 1rem + 0.5vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1rem; letter-spacing: 0.04em; text-transform: uppercase; font-family: var(--font-body); font-weight: 700; }
p { margin: 0 0 1em; color: var(--text-soft); }
strong { color: var(--text); font-weight: 600; }
.muted { color: var(--muted); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
}
.eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
}

.lede {
  font-size: 1.05rem;
  color: var(--text-soft);
  max-width: 60ch;
}

.script {
  font-family: var(--font-script);
  font-weight: 600;
}

.ink { color: var(--terracotta); font-style: italic; font-weight: 500; }
:root[data-theme="dark"] .ink { color: var(--primary); }

/* ============== Buttons ============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1.5px solid transparent;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary,
a.btn-primary,
button.btn-primary {
  background: var(--primary);
  color: #fff8ee !important;
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--primary-hover); transform: translateY(-1px); box-shadow: var(--shadow-md); color: #fff8ee !important; }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn.compact { padding: 9px 16px; font-size: 0.88rem; }
.btn.full { width: 100%; justify-content: center; }
.icon-arrow { transition: transform .2s ease; }
.btn:hover .icon-arrow { transform: translateX(3px); }

/* ============== Header ============== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--bg) 86%, transparent);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding-block: 14px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(60, 40, 20, 0.18);
  border: 1.5px solid var(--cream-3);
}
:root[data-theme="dark"] .brand-mark { border-color: var(--line-strong); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-script {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
  font-size: 1.05rem;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--text);
  font-size: 1.15rem;
  margin-top: 2px;
  letter-spacing: 0.01em;
}

.primary-nav .nav-list {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.primary-nav a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-soft);
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}
.primary-nav a:hover { color: var(--text); background: color-mix(in oklab, var(--surface-2) 60%, transparent); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  background: transparent;
  border: 1.5px solid var(--line);
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition: border-color .2s, color .2s, background .2s;
}
.icon-btn:hover { border-color: var(--accent); color: var(--accent); }
.icon-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-btn .icon-moon { display: none; }
:root[data-theme="dark"] .icon-btn .icon-sun { display: none; }
:root[data-theme="dark"] .icon-btn .icon-moon { display: inline-block; }

.header-cta .icon-phone { stroke: none; fill: currentColor; }

.menu-toggle { display: none; }
.hamburger, .hamburger::before, .hamburger::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  position: relative;
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}
.hamburger::before { position: absolute; top: -6px; }
.hamburger::after  { position: absolute; top:  6px; }
.menu-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.menu-toggle[aria-expanded="true"] .hamburger::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .hamburger::after  { top: 0; transform: rotate(-45deg); }

.mobile-nav {
  display: none;
  padding: 8px var(--gutter) 24px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav a {
  display: block;
  padding: 12px 6px;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--text);
}

@media (max-width: 880px) {
  .primary-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-inner { grid-template-columns: 1fr auto; }
  .mobile-nav.open { display: block; }
}

/* ============== Hero ============== */
.hero {
  position: relative;
  padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 80px);
  overflow: hidden;
}
.hero-leaves {
  position: absolute;
  inset: 0 0 auto 0;
  height: 220px;
  pointer-events: none;
  background-image: radial-gradient(circle at 10% 0%, rgba(79, 106, 58, 0.16), transparent 40%),
                    radial-gradient(circle at 90% 0%, rgba(79, 106, 58, 0.12), transparent 45%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}
.hero-copy { min-width: 0; }
.hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
}
.hero-title .ink { font-family: var(--font-display); }
.hero-lede {
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.18rem);
  max-width: 56ch;
  color: var(--text-soft);
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 26px 0 36px;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  max-width: 540px;
}
.hero-meta > div { min-width: 0; }
.hero-meta dt {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 6px;
}
.hero-meta dd {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
}

.hero-art {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
}
.hero-frame {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 30%, var(--paper) 0%, var(--cream-2) 100%);
  box-shadow: var(--shadow-lg), inset 0 0 0 8px var(--paper), 0 0 0 1px var(--line);
  isolation: isolate;
}
:root[data-theme="dark"] .hero-frame {
  background: radial-gradient(circle at 50% 30%, #2f3329 0%, #25281f 100%);
  box-shadow: var(--shadow-lg), inset 0 0 0 8px #2a2e25, 0 0 0 1px var(--line);
}
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  mix-blend-mode: multiply;
}
:root[data-theme="dark"] .hero-frame img {
  mix-blend-mode: screen;
  filter: brightness(1.04) contrast(0.96);
}
.hero-frame::before,
.hero-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.hero-frame::before {
  inset: -2% -2% 60% -2%;
  background:
    radial-gradient(8px 6px at 18% 60%, var(--honey), transparent 70%),
    radial-gradient(8px 6px at 42% 78%, var(--honey), transparent 70%),
    radial-gradient(8px 6px at 65% 64%, var(--honey), transparent 70%),
    radial-gradient(8px 6px at 84% 80%, var(--honey), transparent 70%);
  opacity: 0.55;
  filter: blur(0.5px);
}
.hero-caption {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 50%);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 8px 22px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.hero-caption .script {
  font-size: 1.5rem;
  color: var(--accent);
  letter-spacing: 0.02em;
}

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-art { order: -1; margin-bottom: 12px; }
  .hero-frame { width: min(74%, 320px); }
  .hero-meta { grid-template-columns: repeat(2, 1fr); }
  .hero-caption { padding: 6px 16px; }
  .hero-caption .script { font-size: 1.2rem; white-space: nowrap; }
}
@media (max-width: 480px) {
  .hero-frame { width: 68%; max-width: 280px; }
}

/* ============== Marquee ============== */
.marquee {
  margin-top: clamp(40px, 6vw, 64px);
  border-block: 1px solid var(--line);
  background: color-mix(in oklab, var(--surface) 60%, transparent);
  overflow: hidden;
  --speed: 60s;
}
.marquee-track {
  display: inline-flex;
  gap: 28px;
  white-space: nowrap;
  padding: 16px 0;
  animation: marquee var(--speed) linear infinite;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--accent);
}
.marquee-track span:nth-child(even) { color: var(--terracotta); font-style: normal; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============== Sections ============== */
.section {
  padding-block: clamp(64px, 8vw, 120px);
}
.section-head {
  max-width: 760px;
  margin-bottom: clamp(36px, 5vw, 56px);
}
.section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: end;
}
.section-head.split .lede { margin: 0; }
@media (max-width: 720px) {
  .section-head.split { grid-template-columns: 1fr; }
}

/* ============== Cards (offerings) ============== */
.cards {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
}
.cards.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 880px) { .cards.three { grid-template-columns: 1fr; } }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 36px);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--line-strong);
}
.card.pillar h3 { margin-bottom: 10px; }
.card.pillar p { margin-bottom: 18px; }

.card-illustration {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: color-mix(in oklab, var(--accent) 12%, var(--surface));
  color: var(--accent);
}
.card-illustration.coffee { background: color-mix(in oklab, var(--terracotta) 14%, var(--surface)); color: var(--terracotta); }
.card-illustration.tea    { background: color-mix(in oklab, var(--moss) 14%, var(--surface)); color: var(--moss); }
.card-illustration.lemonade { background: color-mix(in oklab, var(--honey) 22%, var(--surface)); color: #a87a1f; }
:root[data-theme="dark"] .card-illustration.lemonade { color: var(--honey); }
.card-illustration svg { width: 32px; height: 32px; }

.chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.chips li {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-soft);
  background: color-mix(in oklab, var(--surface-2) 80%, transparent);
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
}

/* ============== Pillars band ============== */
.pillars-band {
  padding-block: clamp(48px, 7vw, 96px);
  background:
    linear-gradient(0deg, var(--surface) 0%, var(--surface) 100%);
  border-block: 1px solid var(--line);
}
:root[data-theme="dark"] .pillars-band { background: #1f221c; }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
}
@media (max-width: 720px) { .pillars-grid { grid-template-columns: 1fr; } }
.pillar-block {
  position: relative;
  padding-top: 8px;
}
.numeral {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--terracotta);
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
.pillar-block h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 12px;
}
.pillar-block p { color: var(--text-soft); margin: 0; max-width: 38ch; }

/* ============== Menu ============== */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
@media (max-width: 880px) { .menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .menu-grid { grid-template-columns: 1fr; } }

.menu-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.menu-card:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.menu-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.menu-card-head h3 {
  font-size: 1.2rem;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
}
.menu-card .price {
  font-family: var(--font-display);
  font-feature-settings: "tnum";
  color: var(--terracotta);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
.menu-card p { margin: 0; color: var(--text-soft); font-size: 0.95rem; }
.menu-card .tag {
  align-self: flex-start;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: var(--accent);
}
.menu-foot {
  margin-top: clamp(28px, 4vw, 40px);
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

/* ============== Workshops ============== */
.workshop-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
.workshop {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: clamp(16px, 3vw, 32px);
  align-items: center;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.workshop:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.workshop-when {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-left: 3px solid var(--terracotta);
  padding-left: 14px;
}
.workshop-when .day {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.workshop-when .num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1;
  margin: 2px 0;
}
.workshop-when .time {
  font-size: 0.85rem;
  color: var(--text-soft);
}
.workshop-body h3 { margin: 0 0 6px; font-size: 1.15rem; }
.workshop-body p { margin: 0 0 10px; color: var(--text-soft); }

@media (max-width: 720px) {
  .workshop {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .workshop-when {
    flex-direction: row;
    gap: 14px;
    align-items: baseline;
    border-left: 0;
    padding-left: 0;
    border-bottom: 1px dashed var(--line);
    padding-bottom: 10px;
  }
  .workshop-when .num { font-size: 1.6rem; }
}

.private-event {
  background: color-mix(in oklab, var(--terracotta) 8%, var(--surface));
  border: 1px solid color-mix(in oklab, var(--terracotta) 22%, var(--line));
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 36px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.private-event h3 { margin-bottom: 6px; font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--terracotta-deep); }
:root[data-theme="dark"] .private-event h3 { color: var(--primary); }
.private-event p { margin: 0; color: var(--text-soft); max-width: 62ch; }
.private-event a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 720px) {
  .private-event { grid-template-columns: 1fr; }
}

/* ============== Visit ============== */
.visit-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 880px) { .visit-grid { grid-template-columns: 1fr; } }
.visit-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  margin-top: 28px;
}
.visit-facts .fact h3 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin: 0 0 8px;
}
.visit-facts .fact p { margin: 0 0 10px; }
.visit-facts .fact:last-child { grid-column: 1 / -1; }
@media (max-width: 560px) { .visit-facts { grid-template-columns: 1fr; } }

.link-underline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-weight: 600;
  border-bottom: 1px solid color-mix(in oklab, var(--accent) 50%, transparent);
  padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.link-underline:hover { color: var(--primary); border-color: var(--primary); }
.link-underline svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hours {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hours li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 4px;
  font-variant-numeric: tabular-nums;
  font-size: 0.95rem;
  color: var(--text-soft);
}
.hours li span:first-child { color: var(--text); font-weight: 500; }
.hours.small li { font-size: 0.88rem; }

.map-card {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: color-mix(in oklab, var(--accent) 8%, var(--surface));
  border: 1px solid var(--line);
  aspect-ratio: 5 / 4;
  color: var(--accent);
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.map-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--accent); }
.map-illustration { position: absolute; inset: 0; color: var(--accent); }
.map-illustration svg { width: 100%; height: 100%; }
.map-overlay {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  background: var(--surface);
  border-radius: var(--radius);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  color: var(--text);
}
.map-overlay strong { color: var(--text); font-size: 1rem; }
.map-overlay span { color: var(--text-soft); font-size: 0.9rem; }

/* ============== Contact ============== */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-direct {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color .2s, background .2s;
}
.contact-row:hover { border-color: var(--accent); }
.contact-row-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in oklab, var(--accent) 14%, var(--surface));
  color: var(--accent);
}
.contact-row-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-row > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.contact-row strong { font-size: 0.98rem; }
.contact-row .muted { font-size: 0.86rem; }

/* form */
.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
.field label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
}
.field .muted { font-weight: 400; }
.field input,
.field select,
.field textarea {
  font: inherit;
  color: var(--text);
  background: var(--bg);
  border: 1.5px solid var(--line-strong);
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  font-size: 0.96rem;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 20%, transparent);
}
.form-foot { font-size: 0.78rem; margin: 4px 0 0; text-align: center; }
.form-success {
  position: absolute;
  inset: 0;
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
}
.form-success[hidden] { display: none; }
.form-success svg { width: 40px; height: 40px; stroke: var(--accent); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.form-success strong { font-family: var(--font-display); font-size: 1.4rem; color: var(--text); display: block; margin-bottom: 6px; }
.form-success p { color: var(--text-soft); max-width: 40ch; margin: 0; }
.form-success a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }

/* ============== Social ============== */
.social {
  background: linear-gradient(180deg, transparent, color-mix(in oklab, var(--moss) 6%, transparent));
}
:root[data-theme="dark"] .social { background: linear-gradient(180deg, transparent, color-mix(in oklab, var(--moss) 10%, transparent)); }
.social-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
@media (max-width: 880px) { .social-inner { grid-template-columns: 1fr; } }
.social-copy h2 { margin-bottom: 12px; }
.social-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 420px) { .social-grid { grid-template-columns: 1fr; } }
.social-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.social-tile:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.social-tile svg {
  width: 22px; height: 22px;
  stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  color: var(--accent);
}
.social-tile span:last-child { display: flex; flex-direction: column; gap: 1px; }
.social-tile strong { font-size: 0.98rem; }
.social-tile .muted { font-size: 0.84rem; }

/* ============== Footer ============== */
.site-footer {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  background: color-mix(in oklab, var(--moss) 6%, var(--surface));
  padding: clamp(40px, 6vw, 64px) 0 24px;
}
:root[data-theme="dark"] .site-footer { background: #1c1f19; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { display: flex; gap: 14px; }
.footer-logo {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--cream-3);
}
:root[data-theme="dark"] .footer-logo { border-color: var(--line-strong); }
.footer-script { margin: 0; font-size: 1.4rem; color: var(--accent); }
.footer-col h4 {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}
.footer-col p, .footer-col li, .footer-col a { font-size: 0.94rem; color: var(--text-soft); }
.footer-col a:hover { color: var(--primary); }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--muted);
}
.footer-tag { font-size: 1.4rem; color: var(--terracotta); }
:root[data-theme="dark"] .footer-tag { color: var(--primary); }
@media (max-width: 560px) {
  .footer-bottom { flex-direction: column; text-align: center; }
}
