/* ============ Chole Bature Day — shared styles ============ */
:root {
  --plum:      #2a0a1c;   /* deep warm maroon base        */
  --plum-soft: #3b1329;   /* raised panels                */
  --saffron:   #ff9522;   /* dominant warm accent         */
  --coral:     #f1582f;   /* warm red-orange              */
  --rose:      #d6406e;   /* jewel rani-rose              */
  --gold:      #ffcb5e;   /* highlight                    */
  --teal:      #16a594;   /* single cool complement       */
  --cream:     #fdf2e0;
  --cream-dim: #e8cdbe;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(820px 460px at 10% -5%, rgba(255,149,34,0.22), transparent 60%),
    radial-gradient(760px 460px at 96% 6%, rgba(22,165,148,0.18), transparent 60%),
    radial-gradient(900px 560px at 50% 112%, rgba(214,64,110,0.20), transparent 60%),
    var(--plum);
  background-attachment: fixed;
  color: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: 920px; margin: 0 auto; padding: 0 24px; }

/* festive bunting strip — harmonised */
.bunting { height: 8px; background: linear-gradient(90deg,
    var(--saffron) 0 25%, var(--coral) 25% 50%,
    var(--gold) 50% 75%, var(--teal) 75% 100%); }

/* nav */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 920px; margin: 0 auto; padding: 16px 24px;
}
.nav .brand {
  font-family: "Fraunces", serif; font-weight: 900; font-size: 1.05rem;
  color: var(--gold); text-decoration: none; letter-spacing: -0.01em;
}
.nav .links { display: flex; gap: 22px; }
.nav .links a {
  color: var(--cream-dim); text-decoration: none; font-weight: 700;
  font-size: 0.9rem; letter-spacing: 0.02em; padding: 4px 0;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
}
.nav .links a:hover { color: var(--gold); }
.nav .links a[aria-current="page"] { color: var(--gold); border-color: var(--saffron); }

.proclaim {
  text-align: center; font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--saffron);
  padding: 8px 24px 22px;
}

/* shared headings */
.eyebrow { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.26em;
  text-transform: uppercase; margin-bottom: 14px; }
.eyebrow.saffron { color: var(--saffron); }
.eyebrow.teal { color: var(--teal); }
.eyebrow.coral { color: var(--coral); }
h2 { font-family: "Fraunces", serif; font-weight: 700;
  font-size: clamp(1.8rem, 5vw, 2.6rem); line-height: 1.05; margin-bottom: 18px; color: var(--cream); }
p.lead { font-size: 1.12rem; color: var(--cream-dim); max-width: 62ch; }
section { padding: 52px 0; }

/* buttons */
.btn {
  display: inline-block; font-weight: 700; text-decoration: none; cursor: pointer;
  padding: 14px 26px; border-radius: 999px; border: 0; font-size: 1rem;
  transition: transform .15s ease, filter .15s ease; font-family: "DM Sans", sans-serif;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn:focus-visible { outline: 3px solid var(--cream); outline-offset: 3px; }
.btn-primary { background: linear-gradient(95deg, var(--coral), var(--saffron)); color: #fff; }
.btn-ghost { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.btn-map { background: linear-gradient(95deg, var(--saffron), var(--gold)); color: var(--plum); white-space: nowrap; }

/* dotted divider */
.dots-rule { display: flex; gap: 10px; justify-content: center; padding: 8px 0; }
.dots-rule span { width: 11px; height: 11px; border-radius: 50%; }

/* photos call-to-action */
.photos { text-align: center; padding: 8px 0 4px; }
.photos .line { color: var(--cream-dim); font-size: 1.08rem; max-width: 48ch; margin: 0 auto 18px; }
.photos a.mail {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-weight: 700; font-size: 1rem; color: var(--plum);
  background: linear-gradient(95deg, var(--gold), var(--saffron));
  padding: 13px 24px; border-radius: 999px; transition: transform .15s ease, filter .15s ease;
}
.photos a.mail:hover { transform: translateY(-2px); filter: brightness(1.05); }
.photos a.mail:focus-visible { outline: 3px solid var(--cream); outline-offset: 3px; }

/* footer */
footer { text-align: center; padding: 52px 24px 56px; }
footer .seal { font-family: "Fraunces", serif; font-style: italic; font-weight: 600;
  font-size: 1.3rem; margin-bottom: 10px;
  background: linear-gradient(95deg, var(--coral), var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--gold); }
footer .fine { color: var(--cream-dim); font-size: 0.85rem; max-width: 52ch; margin: 0 auto; }
footer .fine a { color: var(--saffron); }

/* ============ home hero ============ */
.hero { text-align: center; padding: 26px 0 12px; }
.hero h1 {
  font-family: "Fraunces", serif; font-weight: 900;
  font-size: clamp(3rem, 12vw, 7rem); line-height: 0.9; letter-spacing: -0.01em;
  background: linear-gradient(95deg, var(--coral), var(--saffron) 50%, var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--saffron);
}
.hero h1 .line2 { display: block; }
.hero .date { margin-top: 18px; font-family: "Fraunces", serif;
  font-size: clamp(1.1rem, 3vw, 1.5rem); font-weight: 600; color: var(--cream); }
.hero .date::before, .hero .date::after { content: "·"; margin: 0 12px; color: var(--coral); }

.status { margin: 28px auto 0; display: inline-flex; align-items: center; gap: 12px;
  background: var(--plum-soft); border: 2px solid var(--teal); border-radius: 999px;
  padding: 12px 24px; font-weight: 700; font-size: 1rem; color: var(--cream); }
.status .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); animation: pulse 2s infinite; }
.status.today { border-color: var(--gold); color: var(--gold); }
.status.today .dot { background: var(--gold); }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,203,94,0.55); }
  70%  { box-shadow: 0 0 0 12px rgba(255,203,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,203,94,0); }
}
.hero-actions { margin-top: 22px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.plate-stage { display: flex; justify-content: center; margin: 26px 0 8px; }
.plate-stage svg { width: min(380px, 80vw); height: auto; filter: drop-shadow(0 18px 30px rgba(0,0,0,0.4)); }
.steam { transform-origin: center; animation: steam 3.2s ease-in-out infinite; }
.steam.b { animation-delay: 1.1s; } .steam.c { animation-delay: 2s; }
@keyframes steam {
  0%   { opacity: 0;   transform: translateY(6px) scaleY(0.8); }
  35%  { opacity: 0.75; }
  100% { opacity: 0;   transform: translateY(-22px) scaleY(1.25); }
}

/* rituals */
.rituals { display: grid; gap: 18px; margin-top: 30px; }
@media (min-width: 680px) { .rituals { grid-template-columns: repeat(3, 1fr); } }
.ritual { border-radius: 20px; padding: 26px; }
.ritual .num { font-family: "Fraunces", serif; font-weight: 900; font-size: 1.7rem; display: block; margin-bottom: 8px; }
.ritual h3 { font-family: "Fraunces", serif; font-size: 1.25rem; margin-bottom: 6px; }
.ritual p { font-size: 0.98rem; }
.ritual.r1 { background: linear-gradient(150deg, var(--saffron), var(--gold)); color: var(--plum); }
.ritual.r1 p { color: rgba(42,10,28,0.82); }
.ritual.r2 { background: linear-gradient(150deg, var(--coral), var(--saffron)); color: var(--cream); }
.ritual.r2 p { color: rgba(253,242,224,0.92); }
.ritual.r3 { background: linear-gradient(150deg, var(--rose), var(--coral)); color: var(--cream); }
.ritual.r3 p { color: rgba(253,242,224,0.92); }

/* berlin HQ */
.hq { background: var(--plum-soft); border: 2px solid var(--coral); border-radius: 24px; padding: 36px; margin-top: 28px; }
@media (min-width: 700px) { .hq { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; } }
.hq .name { font-family: "Fraunces", serif; font-weight: 700; font-size: 1.9rem; color: var(--gold); margin-bottom: 4px; }
.hq .meta { color: var(--cream-dim); font-size: 1rem; }
.hq dl { margin-top: 16px; display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: 0.98rem; }
.hq dt { color: var(--teal); font-weight: 700; }
.hq dd { color: var(--cream-dim); }

/* ============ history page ============ */
.page-hero { text-align: center; padding: 30px 0 8px; }
.page-hero h1 {
  font-family: "Fraunces", serif; font-weight: 900;
  font-size: clamp(2.4rem, 8vw, 4.6rem); line-height: 0.95; letter-spacing: -0.01em;
  background: linear-gradient(95deg, var(--coral), var(--saffron) 55%, var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--saffron);
}
.page-hero .sub { margin-top: 14px; color: var(--cream-dim); font-size: 1.05rem; max-width: 56ch; margin-inline: auto; }

.timeline { position: relative; margin: 14px 0 0; padding-left: 30px; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 3px;
  background: linear-gradient(var(--saffron), var(--coral), var(--rose), var(--teal)); border-radius: 3px; }
.entry { position: relative; padding: 22px 0 26px; }
.entry::before { content: ""; position: absolute; left: -30px; top: 28px; width: 17px; height: 17px;
  border-radius: 50%; border: 3px solid var(--plum); }
.entry.m-saffron::before { background: var(--saffron); }
.entry.m-coral::before   { background: var(--coral); }
.entry.m-teal::before    { background: var(--teal); }
.entry.m-gold::before    { background: var(--gold); }
.entry.m-rose::before    { background: var(--rose); }
.entry .year { font-family: "Fraunces", serif; font-weight: 900; font-size: 1.35rem; color: var(--gold); }
.entry h3 { font-family: "Fraunces", serif; font-weight: 700; font-size: 1.2rem; margin: 2px 0 8px; color: var(--cream); }
.entry p { color: var(--cream-dim); font-size: 1rem; max-width: 62ch; }
.entry .aside { display: block; margin-top: 8px; font-size: 0.85rem; font-style: italic; color: rgba(232,205,190,0.7); }

.disclaimer { background: var(--plum-soft); border: 2px dashed var(--teal);
  border-radius: 20px; padding: 26px 30px; margin-top: 18px; }
.disclaimer h3 { font-family: "Fraunces", serif; color: var(--teal); margin-bottom: 8px; font-size: 1.2rem; }
.disclaimer p { color: var(--cream-dim); font-size: 0.98rem; }

@media (prefers-reduced-motion: reduce) {
  .status .dot { animation: none; }
  .steam { animation: none; opacity: 0.4; }
}
