/* Bakery (not SaaS): Cormorant + Inter, square corners, no all-caps shout, header band tied to page */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  --cream: #fdf8f2;
  --flour: #efe6d9;
  --butter: #e3c889;
  --honey: #a66d2f;
  --ember: #7a3520;
  --cocoa: #2a1e18;
  --sage: #5c6854;
  --ink-soft: #5c4a40;
  --white: #fffdf9;
  --line: rgba(42, 30, 24, 0.12);
  --shadow-soft: 0 6px 24px rgba(42, 30, 24, 0.06);
  /* One tight radius everywhere — reads like print/menu cards, never lozenge / pill */
  --r: 3px;
  --shell: min(1120px, calc(100% - 2.5rem));
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0;
  min-width: 320px;
  color: var(--cocoa);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 400;
  background: linear-gradient(165deg, #faf6ef 0%, var(--cream) 42%, #f3e9dc 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: radial-gradient(rgba(42, 30, 24, 0.055) 1px, transparent 1px);
  background-size: 20px 20px;
}
a { color: inherit; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  padding: 0.65rem 0.95rem;
  color: var(--white);
  background: var(--cocoa);
  border-radius: var(--r);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible {
  outline: 2px solid var(--honey);
  outline-offset: 3px;
}
/* Full-bleed top band — part of the page, not a floating island */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: rgba(252, 248, 242, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: var(--shell);
  margin: 0 auto;
  padding: 1rem 0;
}
.brand,
.site-nav { display: flex; align-items: center; }
.brand {
  gap: 0.65rem;
  color: var(--cocoa);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
}
/* Word-mark only: no medallion badge (those read “product logo tile”) */
.brand__mark { display: none; }
.site-nav {
  gap: 0;
  align-items: center;
}
/* Text links — underline affordance, no chip hover states */
.site-nav a {
  margin: 0 0 0 1.65rem;
  padding: 0.2rem 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: color 0.18s var(--ease-out), border-color 0.18s var(--ease-out);
}
.site-nav a:first-of-type { margin-left: 0; }
.site-nav a:hover {
  color: var(--cocoa);
  background: transparent;
}
.site-nav a[aria-current="page"] {
  color: var(--cocoa);
  font-weight: 600;
  border-bottom-color: var(--ember);
}
.nav-toggle { display: none; }
.hero,
.page-hero,
.section-pad { width: var(--shell); margin: 0 auto; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(1.75rem, 3vw, 2.75rem);
  align-items: stretch;
  padding: clamp(3rem, 10vh, 4.75rem) 0 clamp(2.75rem, 5vh, 4rem);
}
.hero__copy,
.hero__card,
.product-card,
.menu-panel,
.package-card,
.detail-card,
.note-card,
.order-form,
.cta {
  border: 1px solid var(--line);
  box-shadow: none;
}
.hero__copy {
  padding: clamp(1.75rem, 4.5vw, 3.35rem);
  border-radius: var(--r);
  background: rgba(255, 253, 249, 0.85);
}
h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  text-wrap: balance;
  text-transform: none;
}
h1 {
  max-width: 22ch;
  font-size: clamp(2.35rem, 2.8vw + 1.35rem, 3.85rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
}
h2 {
  font-size: clamp(1.55rem, 1.65vw + 1rem, 2.55rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}
h3 { font-size: 1.32rem; line-height: 1.22; letter-spacing: -0.015em; }
.menu-panel h2,
.package-card h2 {
  font-size: clamp(1.18rem, 0.9vw + 0.92rem, 1.42rem);
  line-height: 1.2;
  font-weight: 600;
}
.detail-card h2 {
  font-size: clamp(1rem, 0.55vw + 0.88rem, 1.12rem);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.lede,
.intro p,
.story p,
.cta h2 + .button,
.product-card p,
.package-card p,
.detail-card p,
.order-form p {
  color: var(--ink-soft);
  line-height: 1.68;
}
.lede {
  max-width: 38rem;
  margin: 1.25rem 0 0;
  font-size: clamp(1.03rem, 1.3vw + 0.85rem, 1.2rem);
  font-weight: 400;
  letter-spacing: 0;
}
.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: clamp(1.75rem, 3vw, 2.4rem); }
/* Rectangular buttons only */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.62rem 1.2rem;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  letter-spacing: 0;
  border: 1px solid transparent;
  border-radius: var(--r);
  cursor: pointer;
  transition: background 0.18s var(--ease-out), border-color 0.18s var(--ease-out), color 0.18s var(--ease-out);
}
@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
}
.button:focus-visible {
  outline: 2px solid var(--honey);
  outline-offset: 2px;
}
.button:hover {
  box-shadow: none;
  transform: none;
}
.button--primary {
  color: var(--cream);
  background: var(--cocoa);
  border-color: #1f1612;
}
.button--primary:hover { background: #35241c; }
.button--soft {
  color: var(--cocoa);
  background: rgba(255, 253, 249, 0.9);
  border-color: var(--line);
}
.button--soft:hover { background: rgba(166, 109, 47, 0.08); border-color: rgba(166, 109, 47, 0.25); }
.text-link {
  color: var(--ember);
  font-weight: 500;
  text-underline-offset: 0.2em;
  cursor: pointer;
  transition: color 0.18s var(--ease-out);
}
.text-link:hover { color: var(--cocoa); }
.hero__card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.1rem, 2.4vw, 1.35rem);
  border-radius: var(--r);
  background: linear-gradient(152deg, #3f2418 0%, #5c301f 42%, #6d3e2a 100%);
}
/* Hero pastry block */
.pastry-stack {
  margin: 0 0 1.25rem;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pastry-stack__photo {
  display: block;
  width: 100%;
  height: 22rem;
  object-fit: cover;
  object-position: center;
}
.hero__card dl {
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0.65rem 0 0;
  border-top: 1px solid rgba(253, 248, 242, 0.2);
}
.hero__card div {
  padding: 0.68rem 0.75rem;
  border-radius: var(--r);
  background: rgba(253, 248, 242, 0.94);
  border: 1px solid rgba(255, 252, 248, 0.65);
}
/* Definition labels stay readable — no shouting caps */
dt {
  color: var(--ember);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
dd {
  margin: 0.18rem 0 0;
  font-weight: 500;
  font-size: 0.94rem;
  color: var(--cocoa);
}
.section-pad { padding: clamp(3.5rem, 7vw, 5rem) 0; }
.intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.85rem, 4vw, 2.85rem);
  align-items: start;
}
.intro p {
  margin: 0;
  font-size: 1.035rem;
  line-height: 1.72;
  font-weight: 400;
  color: var(--ink-soft);
}
.section-heading { margin-bottom: clamp(1.65rem, 3vw, 2.25rem); }
/* Supporting line under headings — reuse on intro blocks and CTA body lead */
.section-heading__note {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.58;
  max-width: 36rem;
}
.cta .section-heading__note { margin-top: 0.9rem; }
.product-grid,
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.1rem, 2vw, 1.55rem); }
.product-card,
.package-card,
.menu-panel,
.detail-card,
.note-card {
  padding: clamp(1rem, 2vw, 1.3rem);
  border-radius: var(--r);
  background: rgba(255, 253, 249, 0.88);
}
.product-card__art {
  margin-bottom: 0.88rem;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--flour);
  border: 1px solid var(--line);
}
.product-card__art img {
  display: block;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  object-position: center;
}
.product-card h3 { font-weight: 600; letter-spacing: -0.02em; text-transform: none; }
.product-card__type {
  margin: 0 0 0.38rem;
  color: var(--ember);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.story {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(1.25rem, 3vw, 1.85rem);
  align-items: stretch;
}
.story__art {
  min-height: 31rem;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
}
.story__art img {
  display: block;
  width: 100%;
  min-height: 31rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.story__copy,
.cta {
  padding: clamp(1.85rem, 4.5vw, 3.25rem);
  border-radius: var(--r);
  background: rgba(255, 253, 249, 0.85);
}
.cta { text-align: left; }
.cta__inner {
  max-width: 38rem;
  margin: 0 auto;
  text-align: left;
}
.cta h2 { max-width: 28ch; line-height: 1.14; font-weight: 600; margin: 0; }
.cta .button { margin-top: 1.5rem; }
.page-hero { padding: clamp(3rem, 9vh, 4.75rem) 0 clamp(2rem, 3.5vw, 2.75rem); }
.page-hero h1 { max-width: 22ch; line-height: 1.08; }
.page-hero--split {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.38fr);
  gap: clamp(1.35rem, 2.5vw, 2rem);
  align-items: end;
}
.note-card strong,
.note-card span { display: block; text-transform: none; }
.note-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.58rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--cocoa);
  letter-spacing: -0.015em;
}
.note-card span {
  margin-top: 0.5rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.58;
  color: var(--ink-soft);
}
.menu-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.05rem, 2vw, 1.3rem);
}
.menu-panel--accent {
  background: linear-gradient(160deg, #35261c 0%, #4a3628 100%);
  color: rgba(253, 248, 242, 0.95);
}
.menu-panel--accent .menu-list li,
.menu-panel--accent h2 { border-color: rgba(255,255,255,.14); color: inherit; }
.menu-panel--accent strong { font-weight: 500; opacity: 0.9; color: rgba(253, 248, 242, 0.95); }
.menu-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0.85rem 0 0;
  list-style: none;
}
.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.82rem;
  border-bottom: 1px solid var(--line);
}
.package-card--dark { color: var(--cream); background: var(--cocoa); }
.package-card strong { color: var(--ember); font-size: 1.02rem; font-weight: 600; text-transform: none; }
.package-card--dark strong { color: var(--butter); }
.order-form {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.1rem, 2vw, 1.75rem);
  padding: clamp(1.3rem, 3vw, 2rem);
  border-radius: var(--r);
  background: rgba(255, 253, 249, 0.88);
}
form { display: grid; gap: 0.85rem; }
label { display: grid; gap: 0.4rem; font-weight: 500; text-transform: none; }
input,
textarea {
  width: 100%;
  padding: 0.78rem 0.92rem;
  color: var(--cocoa);
  font: inherit;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--white);
  transition: border-color 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out);
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: rgba(166, 109, 47, 0.45);
  box-shadow: 0 0 0 3px rgba(166, 109, 47, 0.1);
}
.visit-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.1rem, 2.5vw, 1.65rem);
}
.map-card {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  border-radius: var(--r);
  background: #ead7bd;
  border: 1px solid var(--line);
}
.map-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Map annotations: rectangular tags, not capsules */
.map-card span {
  position: absolute;
  z-index: 1;
  padding: 0.38rem 0.55rem;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  border-radius: var(--r);
  border: 1px solid rgba(42, 30, 24, 0.12);
  background: rgba(253, 248, 242, 0.95);
  color: var(--cocoa);
  box-shadow: 0 1px 4px rgba(42, 30, 24, 0.08);
}
.map-card span:nth-of-type(1) { top: 49%; left: 8%; }
.map-card span:nth-of-type(2) {
  top: 8%;
  right: 36%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.map-card span:nth-of-type(3) {
  left: 50%;
  top: 48%;
  color: rgba(253, 248, 242, 0.98);
  background: rgba(122, 53, 32, 0.92);
  border-color: rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
}
.visit-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.site-footer {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: clamp(2.25rem, 5vw, 3rem) auto 0;
  padding: 1.65rem 0 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.62;
}
.site-footer > .site-footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
  align-items: baseline;
}
.site-footer p { margin: 0; }
.site-footer a { text-decoration: underline; text-underline-offset: 0.18em; }
@media (max-width: 820px) {
  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    width: min(18rem, calc(100vw - 3rem));
    border: 1px solid var(--line);
    border-radius: var(--r);
    background: rgba(253, 248, 242, 0.99);
    box-shadow: var(--shadow-soft);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    margin: 0;
    padding: 0.78rem 1rem;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }
  .site-nav a:last-child { border-bottom: none; }
  .site-nav a[aria-current="page"] {
    border-bottom-color: var(--line);
    border-left: 3px solid var(--ember);
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.52rem 0.82rem;
    color: var(--cream);
    font-family: inherit;
    font-weight: 600;
    font-size: 0.8125rem;
    border: 1px solid #1f1612;
    border-radius: var(--r);
    background: var(--cocoa);
    cursor: pointer;
    transition: background 0.18s var(--ease-out);
  }
  .nav-toggle:hover { background: #35241c; }
  @media (prefers-reduced-motion: reduce) {
    .nav-toggle { transition: none; }
  }
  .hero,
  .intro,
  .story,
  .page-hero--split,
  .order-form,
  .visit-grid { grid-template-columns: 1fr; }
  .product-grid,
  .package-grid,
  .menu-layout,
  .visit-details { grid-template-columns: 1fr; }
  .cta { text-align: left; }
  .cta__inner { margin: 0; }
}
