:root{
  --accent:#2d4a3e;
  --dark:#1a1f1c;
  --light:#f5f2ec;
  --font:'Spectral',system-ui,sans-serif;
  --radius:10px;
  --heading-transform:none;
  --heading-spacing:normal;
}
/* pipeline typographic safety */
img,svg,video,canvas{max-width:100%;height:auto;}
h1,h2,h3,h4,h5,h6,.footer-mark,.footer-wordmark,.footer-brand{text-wrap:balance;overflow-wrap:break-word;}
p,li,blockquote,figcaption,dd,dt{text-wrap:pretty;}
body{overflow-wrap:break-word;}
a,cite,code,.label{overflow-wrap:anywhere;}
main :where(section,article,div,ul,ol,li){min-width:0;}
/* Photo Forward — warm editorial hospitality.
   Palette, font and corner radius arrive as CSS custom properties injected at
   render time (:root block prepended above this file). Everything here is
   static and palette-agnostic. Character comes from a full-bleed photo hero
   with bottom-anchored copy, a letter-spaced serif LABEL role, lookbook-style
   alternating service spreads, a masonry proof gallery, warm section rhythm
   with fine grain, and a big humanist wordmark that bookends the hero.
   Never sharp, never industrial: soft corners and appetizing warmth. */

:root {
  --line: color-mix(in srgb, var(--dark) 12%, transparent);
  --line-strong: color-mix(in srgb, var(--dark) 24%, transparent);
  --cream: color-mix(in srgb, var(--accent) 6%, var(--light));
  --cream-2: color-mix(in srgb, var(--accent) 13%, var(--light));
  --ink-soft: color-mix(in srgb, var(--dark) 60%, var(--light));
  --on-dark: color-mix(in srgb, var(--light) 78%, var(--dark));
  --accent-deep: color-mix(in srgb, var(--accent) 64%, var(--dark));
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--dark);
  background: var(--light);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::after { content: ""; position: fixed; inset: 0; background-image: var(--grain); opacity: .03; mix-blend-mode: multiply; pointer-events: none; z-index: 9999; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 44px); }

/* ── Type ─────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.1;
  text-transform: var(--heading-transform);
  letter-spacing: var(--heading-spacing);
  margin: 0;
}

/* ── Label role — letter-spaced serif small-caps, used for every micro-text.
   The custom, hand-set signal: eyebrows, nav, section/stat labels, footer
   heads, cites, legal. Never a rounded pill. ───────────────────────── */
.label, .eyebrow, .nav-links a, .service-number, .stat-label, .footer-col h4,
.footer-legal, .review cite, .service-plate-label {
  font-family: var(--font);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; flex-shrink: 0; }
.eyebrow--ondark { color: color-mix(in srgb, var(--light) 82%, var(--accent)); }

.section-title { font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.06; max-width: 20ch; }
.section-head { margin-bottom: clamp(38px, 5vw, 60px); }

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 30px;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(.2,.7,.2,1), background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.btn-lg { min-height: 56px; padding: 17px 38px; font-size: 1.05rem; }
.btn-accent { background: var(--accent); color: var(--light); border-color: var(--accent); }
.btn-accent:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--accent) 86%, black); box-shadow: 0 14px 30px -14px color-mix(in srgb, var(--accent) 70%, transparent); }
.btn-ghost { background: transparent; color: currentColor; border-color: color-mix(in srgb, currentColor 40%, transparent); }
.btn-ghost:hover { transform: translateY(-2px); border-color: currentColor; background: color-mix(in srgb, currentColor 10%, transparent); }
:where(a, button):focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ── Header / nav ─────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 42px; /* the publisher pins a 42px banner above the page */
  z-index: 900;
  background: color-mix(in srgb, var(--light) 86%, transparent);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.wordmark { font-weight: 700; font-size: 1.35rem; letter-spacing: 0.005em; text-decoration: none; }
.nav { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; text-decoration: none; color: var(--ink-soft); padding: 6px 0; transition: color 160ms ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 260ms cubic-bezier(.2,.7,.2,1); }
.nav-links a:hover { color: var(--dark); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta-li a { color: var(--light); }
.nav-cta-li a::after { display: none; }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 0;
  background: none; border: none; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; width: 24px; border-radius: 2px; background: var(--dark); transition: transform 200ms ease, opacity 200ms ease; }

section { scroll-margin-top: 120px; position: relative; } /* banner + sticky header */

/* ── Hero (full-bleed photo, bottom-anchored copy) ───────────────── */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--light);
  background: var(--dark);
}
.hero-media, .hero-media img, .hero-media-fallback { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media-fallback { width: 100%; height: 100%; background: linear-gradient(135deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 40%, var(--dark)) 46%, var(--dark) 100%); }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(10,7,4,0.9) 0%, rgba(10,7,4,0.52) 38%, rgba(10,7,4,0.12) 66%, rgba(10,7,4,0.28) 100%),
    radial-gradient(120% 80% at 15% 100%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 60%);
}
.hero-content { position: relative; z-index: 1; width: 100%; padding: 150px 0 clamp(56px, 8vw, 100px); }
.hero-title { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1.0; max-width: 15ch; text-wrap: balance; }
.hero-subline { font-size: clamp(1.08rem, 1.9vw, 1.34rem); max-width: 48ch; margin: 24px 0 0; color: color-mix(in srgb, var(--light) 90%, var(--accent)); line-height: 1.55; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-ctas .btn-ghost { border-color: color-mix(in srgb, var(--light) 55%, transparent); color: var(--light); }
.hero-ctas .btn-ghost:hover { border-color: var(--light); background: color-mix(in srgb, var(--light) 14%, transparent); }

/* Orchestrated page-load — staggered hero reveal (polish only; renders complete without it) */
@media (prefers-reduced-motion: no-preference) {
  .hero-content > * { animation: rise .8s cubic-bezier(.2,.7,.2,1) both; }
  .hero-content > *:nth-child(1) { animation-delay: .06s; }
  .hero-content > *:nth-child(2) { animation-delay: .16s; }
  .hero-content > *:nth-child(3) { animation-delay: .26s; }
  .hero-content > *:nth-child(4) { animation-delay: .36s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* ── Trust (warm credential band — distinct from the proof gallery) ── */
.trust { padding: clamp(40px, 5vw, 60px) 0; background: var(--cream-2); border-bottom: 1px solid var(--line); }
.trust-inner { display: grid; grid-template-columns: minmax(140px, 200px) 1fr; gap: clamp(20px, 4vw, 56px); align-items: center; }
.trust-label { color: var(--accent-deep); line-height: 1.5; }
.trust-ticker { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 0; font-weight: 600; font-size: 1.02rem; }
.trust-ticker span { position: relative; padding-right: 28px; }
.trust-ticker span:not(:last-child)::after { content: "\2022"; position: absolute; right: 6px; color: var(--accent); }
.trust-stats { display: flex; flex-wrap: wrap; gap: 20px 48px; }
.trust-stat { font-size: clamp(1.2rem, 2.3vw, 1.7rem); font-weight: 700; }
.trust-proof { font-size: clamp(1.3rem, 2.8vw, 1.9rem); font-weight: 500; line-height: 1.35; max-width: 34ch; margin: 0; font-style: italic; }
.trust-checklist { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px 34px; list-style: none; margin: 0; padding: 0; }
.trust-checklist li { position: relative; padding-left: 34px; font-weight: 500; font-size: 1.02rem; min-height: 26px; display: flex; align-items: center; }
.check-mark {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 999px;
  background: var(--accent);
  flex-shrink: 0;
}
.check-mark::before {
  content: "";
  position: absolute; left: 6px; top: 6px;
  width: 9px; height: 5px;
  border-left: 2px solid var(--light);
  border-bottom: 2px solid var(--light);
  transform: rotate(-45deg);
}

/* ── Services (lookbook-style alternating text/image spreads) ──────── */
.services { padding: clamp(72px, 10vw, 120px) 0; background: var(--light); }
.service-rows { display: flex; flex-direction: column; gap: clamp(44px, 6vw, 76px); }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.service-row .service-plate { order: 1; }
.service-row .service-copy { order: 2; }
.service-row:nth-child(even) .service-plate { order: 2; }
.service-row:nth-child(even) .service-copy { order: 1; }
.service-plate {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    var(--grain),
    linear-gradient(150deg, var(--cream-2) 0%, color-mix(in srgb, var(--accent) 30%, var(--dark)) 100%);
  background-blend-mode: soft-light, normal;
  box-shadow: 0 30px 60px -34px color-mix(in srgb, var(--dark) 78%, transparent);
}
.service-row:nth-child(even) .service-plate { background: var(--grain), linear-gradient(210deg, var(--cream-2) 0%, color-mix(in srgb, var(--accent) 30%, var(--dark)) 100%); background-blend-mode: soft-light, normal; }
.service-plate::after { content: ""; position: absolute; inset: 12px; border: 1px solid color-mix(in srgb, var(--light) 32%, transparent); border-radius: calc(var(--radius) * 0.7); pointer-events: none; }
.service-plate-label { position: absolute; top: 24px; left: 26px; color: color-mix(in srgb, var(--light) 78%, transparent); }
.service-plate-index {
  position: absolute; bottom: 6px; right: 26px;
  font-size: clamp(5rem, 13vw, 9rem);
  font-weight: 700;
  line-height: 0.86;
  color: color-mix(in srgb, var(--light) 88%, transparent);
  letter-spacing: -0.02em;
}
.service-plate--photo { background: var(--cream-2); }
.service-plate--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-plate--photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(215deg, transparent 42%, color-mix(in srgb, var(--dark) 68%, transparent) 100%); }
.service-plate--photo .service-plate-index { z-index: 2; color: color-mix(in srgb, var(--light) 94%, transparent); }
.service-copy .service-number { display: block; color: var(--accent); margin-bottom: 14px; }
.service-copy h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 12px; line-height: 1.1; }
.service-copy p { margin: 0; max-width: 46ch; color: var(--ink-soft); font-size: 1.05rem; }

/* ── Menu (grouped, printed-menu feel — the cafe/bakery structure) ── */
.menu-section { padding: clamp(64px, 9vw, 112px) 0; }
.menu-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(34px, 5vw, 60px) clamp(40px, 6vw, 96px); }
.menu-group { break-inside: avoid; }
.menu-group-name { display: flex; align-items: center; gap: 12px; color: var(--accent-deep); margin: 0 0 18px; padding-bottom: 12px; border-bottom: 2px solid var(--accent); font-size: .82rem; }
.menu-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.menu-item { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.menu-item:last-child { border-bottom: none; }
.menu-item-name { font-weight: 600; font-size: 1.06rem; }
.menu-item-note { color: var(--ink-soft); font-size: .9rem; text-align: right; max-width: 26ch; }

/* ── Hours & find us ──────────────────────────────────────────────── */
.hours { padding: clamp(56px, 8vw, 96px) 0; background: var(--cream-2); }
.hours-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.hours-address { margin: 20px 0 6px; font-size: 1.14rem; font-weight: 600; }
.hours-note { margin: 0; color: var(--ink-soft); max-width: 34ch; }
.hours-rows { list-style: none; margin: 0; padding: 0; }
.hours-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: none; }
.hours-day { color: var(--ink-soft); }
.hours-time { font-weight: 600; }
@media (max-width: 640px) { .hours-inner { grid-template-columns: 1fr; } }

/* ── Proof (masonry photo gallery is the default; distinct from trust) ── */
.proof { padding: clamp(72px, 10vw, 120px) 0; background: var(--cream); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 8px; border-top: 1px solid var(--line-strong); }
.stat { display: flex; flex-direction: column; gap: 8px; padding: clamp(24px, 3vw, 38px) clamp(20px, 2.4vw, 32px) clamp(24px, 3vw, 38px) 0; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat-value { font-size: clamp(2.6rem, 5.5vw, 4rem); font-weight: 700; color: var(--accent); line-height: 0.95; }
.stat-label { color: var(--ink-soft); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(20px, 3vw, 32px); }
.review { margin: 0; padding: clamp(28px, 3vw, 38px); background: var(--light); border-radius: var(--radius); box-shadow: 0 24px 48px -34px color-mix(in srgb, var(--dark) 60%, transparent); }
.review p { margin: 0 0 18px; font-size: clamp(1.1rem, 1.6vw, 1.28rem); font-style: italic; line-height: 1.45; }
.review cite { color: var(--accent-deep); }
.photo-grid { columns: 3 260px; column-gap: 18px; }
.photo-grid img { width: 100%; border-radius: var(--radius); margin: 0 0 18px; break-inside: avoid; box-shadow: 0 24px 48px -34px color-mix(in srgb, var(--dark) 62%, transparent); }
.photo-grid img:nth-child(3n+1) { aspect-ratio: 4 / 5; object-fit: cover; }
.photo-grid img:nth-child(3n+2) { aspect-ratio: 4 / 3; object-fit: cover; }
.photo-grid img:nth-child(3n) { aspect-ratio: 1 / 1; object-fit: cover; }

/* ── About (editorial lead + signature tag) ───────────────────────── */
.about { padding: clamp(72px, 10vw, 120px) 0; background: var(--light); }
.about-inner { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.about-copy p { font-size: clamp(1.2rem, 1.9vw, 1.5rem); font-weight: 500; line-height: 1.4; max-width: 40ch; margin: 18px 0 0; color: var(--ink-soft); }
.about-badge {
  justify-self: end;
  display: flex; flex-direction: column; gap: 8px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--cream-2);
  border-radius: var(--radius);
  border-top: 2px solid var(--accent);
  text-align: left;
  max-width: 320px;
}
.about-badge .label { color: var(--accent-deep); }
.about-badge strong { font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; line-height: 1.15; }

/* ── Final CTA (warm dark closing band — reserved dark moment) ─────── */
.final-cta { position: relative; overflow: hidden; background: var(--dark); color: var(--light); padding: clamp(76px, 11vw, 140px) 0; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(80% 120% at 50% 0%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 60%); }
.final-inner { position: relative; z-index: 1; }
.final-cta .eyebrow { justify-content: center; }
.final-title { font-size: clamp(2.1rem, 5vw, 3.4rem); max-width: 20ch; margin: 0 auto; line-height: 1.06; }
.final-sentence { font-size: clamp(1.08rem, 1.7vw, 1.24rem); max-width: 50ch; margin: 22px auto 0; color: var(--on-dark); }
.final-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; }
.final-cta .btn-ghost { color: var(--light); border-color: color-mix(in srgb, var(--light) 45%, transparent); }
.final-cta .btn-ghost:hover { border-color: var(--light); }

/* ── Footer (big humanist wordmark bookends the hero) ─────────────── */
.site-footer { background: color-mix(in srgb, var(--dark) 94%, black); color: var(--light); padding: clamp(60px, 8vw, 92px) 0 30px; overflow: hidden; }
.footer-mark { font-size: clamp(3rem, 13vw, 8.5rem); font-weight: 700; line-height: 0.88; letter-spacing: -0.02em; text-wrap: balance; color: color-mix(in srgb, var(--light) 94%, var(--dark)); }
.footer-tagline { margin: 22px 0 clamp(40px, 5vw, 64px); max-width: 40ch; color: var(--on-dark); font-size: 1.02rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-top: clamp(32px, 4vw, 48px); border-top: 1px solid color-mix(in srgb, var(--light) 16%, transparent); }
.footer-col h4 { color: var(--accent); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { text-decoration: none; color: var(--on-dark); font-size: 0.98rem; transition: color 160ms ease; }
.footer-col a:hover { color: var(--accent); }
.footer-col li { color: var(--on-dark); font-size: 0.98rem; }
.footer-legal { margin-top: clamp(36px, 4vw, 52px); color: color-mix(in srgb, var(--light) 50%, var(--dark)); }

/* ── Scroll reveal (hidden state added by JS only, never at rest) ──── */
.reveal-init { opacity: 0; transform: translateY(16px); }
.reveal-in { opacity: 1; transform: none; transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .trust-inner { grid-template-columns: 1fr; gap: 18px; }
  .about-inner { grid-template-columns: 1fr; }
  .about-badge { justify-self: start; }
}
@media (max-width: 700px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--light);
    box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--dark) 44%, transparent);
    border-bottom: 1px solid var(--line-strong);
    padding: 8px clamp(20px, 4vw, 44px) 20px;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 5px 0; }
  .nav-links a { display: block; padding: 12px 0; min-height: 44px; }
  .nav-links a::after { display: none; }
  .nav-cta-li a { display: inline-flex; margin-top: 10px; }
  .header-inner { position: relative; }

  .hero { min-height: 84vh; }
  .hero-content { padding-top: 110px; }

  .service-row { grid-template-columns: 1fr; gap: 20px; }
  .service-row .service-plate, .service-row:nth-child(even) .service-plate { order: 2; }
  .service-row .service-copy, .service-row:nth-child(even) .service-copy { order: 1; }
  .service-plate { aspect-ratio: 16 / 10; }

  .stat { border-right: none; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .stat:last-child { border-bottom: none; }
  .photo-grid { columns: 2 180px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn, .final-buttons .btn { width: 100%; }
  .photo-grid { columns: 1; }
}
