:root {
  --ink: #24160f;
  --cream: #f8f0df;
  --paper: #fffaf0;
  --orange: #ee6b2f;
  --rose: #e9a1a4;
  --gold: #e9bd52;
  --plum: #7d536a;
  --line: rgba(36, 22, 15, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; }
.demo-banner { padding: .55rem 1rem; color: #fff; background: var(--ink); text-align: center; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 0; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; }
.brand small { display: block; margin-top: .15rem; font-family: Inter, sans-serif; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 1rem; }
.brand-mark span { color: var(--orange); }
nav { display: flex; align-items: center; gap: 1.6rem; font-size: .85rem; font-weight: 750; }
nav a { text-decoration: none; }
.nav-button { padding: .8rem 1rem; border: 1px solid var(--ink); border-radius: 99px; }

.hero { display: grid; min-height: 650px; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--ink); border-radius: 2rem; background: var(--paper); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 7vw, 6rem); }
.eyebrow { margin: 0 0 1rem; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, serif; font-weight: 500; line-height: .95; }
h1 { max-width: 720px; margin-bottom: 1.6rem; font-size: clamp(3.7rem, 7vw, 7rem); letter-spacing: -.055em; }
h1 em { color: var(--orange); font-weight: 400; }
.lede { max-width: 570px; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.25rem; }
.button { display: inline-block; padding: 1rem 1.3rem; border-radius: 99px; text-decoration: none; font-weight: 850; }
.primary { color: #fff; background: var(--ink); }
.text-link { font-size: .84rem; font-weight: 800; text-underline-offset: .25rem; }
.hero-art { position: relative; min-height: 620px; overflow: hidden; background-color: var(--rose); background-image: linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px); background-size: 56px 56px; }
.sun { position: absolute; top: 13%; right: 12%; width: 120px; height: 120px; border-radius: 50%; background: #f8d066; }
.plate { position: absolute; left: 50%; top: 53%; width: 370px; height: 370px; transform: translate(-50%, -50%) rotate(-8deg); border: 22px solid #f3e7cc; border-radius: 50%; background: var(--paper); box-shadow: 20px 24px 0 rgba(36,22,15,.14); }
.croissant { position: absolute; inset: 74px 48px 88px; border-radius: 48% 48% 62% 62%; background: #c86f27; transform: rotate(8deg); box-shadow: inset 0 -25px 0 #a44f1f; }
.croissant::before, .croissant::after { content: ""; position: absolute; top: 12px; width: 105px; height: 170px; border-radius: 50%; background: var(--paper); }
.croissant::before { left: -55px; transform: rotate(-28deg); }
.croissant::after { right: -55px; transform: rotate(28deg); }
.croissant i { position: absolute; top: 16px; width: 3px; height: 140px; border-radius: 5px; background: rgba(91,38,14,.42); transform: rotate(12deg); }
.croissant i:nth-child(1) { left: 34%; }.croissant i:nth-child(2) { left: 50%; }.croissant i:nth-child(3) { left: 66%; }
.art-note { position: absolute; right: 7%; bottom: 7%; padding: .7rem 1rem; border: 1px solid var(--ink); background: var(--paper); font-family: Georgia, serif; font-style: italic; transform: rotate(3deg); }

.ticker { display: flex; justify-content: space-around; gap: 2rem; padding: 1.15rem; overflow: hidden; border: 1px solid var(--ink); border-top: 0; border-radius: 0 0 1.2rem 1.2rem; background: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ticker span::before { content: "✦"; margin-right: 2rem; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2, .story h2, .visit h2 { margin-bottom: 0; font-size: clamp(3rem, 5.5vw, 5.5rem); letter-spacing: -.045em; }
.section-heading > p { max-width: 390px; margin-bottom: .4rem; line-height: 1.6; }
.bake-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.bake-card { position: relative; min-height: 475px; padding: 1.5rem; border: 1px solid var(--ink); border-radius: 1.4rem; }
.bake-card.rose { background: #f2c5c2; }.bake-card.gold { background: #efd16f; }.bake-card.plum { color: #fff; background: var(--plum); }
.card-number { font-size: .75rem; font-weight: 900; }
.pastry-icon { position: relative; width: 180px; height: 180px; margin: 2rem auto 3rem; }
.swirl { border: 34px solid #d27a38; border-right-color: #f0a75c; border-radius: 50%; box-shadow: inset 0 0 0 14px #9f4c29; }
.loaf { height: 150px; margin-top: 3.8rem; border-radius: 50% 50% 30% 30%; background: #a95725; box-shadow: inset 0 -18px #813817; }
.loaf::after { content: "///"; position: absolute; inset: 32px 0 auto; color: #e8ad5f; text-align: center; font: 48px/1 Georgia, serif; transform: rotate(-8deg); }
.tart { height: 155px; margin-top: 3.5rem; border: 13px solid #bf7d36; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #e8b9bc 0 13%, transparent 14%), radial-gradient(circle at 65% 38%, #dc8593 0 14%, transparent 15%), radial-gradient(circle at 48% 66%, #e6a4aa 0 15%, transparent 16%), #872f49; box-shadow: 0 12px 0 #9c5d28; }
.bake-card h3 { margin-bottom: .75rem; font-size: 2rem; line-height: 1; }
.bake-card p { min-height: 3.2em; line-height: 1.5; }
.bake-card strong { font-family: Georgia, serif; font-size: 1.4rem; }

.story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; border-block: 1px solid var(--line); }
.story-stamp { display: grid; width: min(100%, 390px); aspect-ratio: 1; place-content: center; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange); text-align: center; transform: rotate(-7deg); }
.story-stamp span { font-size: .8rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.story-stamp b { margin-top: .8rem; font: 500 4rem/.9 Georgia, serif; }
.story h2 { margin-bottom: 2rem; }
.story > div:last-child > p:not(.eyebrow) { max-width: 680px; font-size: 1.1rem; line-height: 1.7; }
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.visit dl { margin: 0; border-top: 1px solid var(--ink); }
.visit dl div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--ink); }
.visit dt { font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.visit dd { margin: 0; font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.5; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem 0 3rem; border-top: 1px solid var(--ink); }
footer p { margin: 0; font-size: .76rem; }

@media (max-width: 820px) {
  nav a:not(.nav-button) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 480px; }
  .ticker { justify-content: flex-start; white-space: nowrap; }
  .bake-grid { grid-template-columns: 1fr; }
  .bake-card { min-height: 400px; }
  .section-heading, .story, .visit { display: grid; grid-template-columns: 1fr; }
  .story-stamp { width: 280px; }
}

@media (max-width: 520px) {
  .site-header, main, footer { width: min(100% - 24px, 1180px); }
  .brand small { display: none; }
  .hero { min-height: 0; border-radius: 1.2rem; }
  .hero-copy { padding: 3.25rem 1.4rem; }
  h1 { font-size: 3.55rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 390px; }
  .plate { width: 290px; height: 290px; }
  .croissant { inset: 58px 36px 70px; }
  .section { padding: 4.5rem 0; }
  .section-heading h2, .story h2, .visit h2 { font-size: 3.2rem; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
