:root {
  --ink: #24211d;
  --cream: #f4efe5;
  --paper: #fbf8f2;
  --terracotta: #b84e37;
  --ochre: #dc9c43;
  --sage: #8c9a73;
  --line: rgba(36, 33, 29, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.announcement { background: var(--terracotta); color: #fffaf2; font: 500 10px/1.2 'DM Mono', monospace; letter-spacing: .14em; padding: 12px 30px; text-align: center; text-transform: uppercase; }
.announcement span { margin: 0 10px; color: #f5bf82; }
.site-header { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; padding: 24px 5.5vw; position: relative; }
.wordmark { font: 600 25px/1 Fraunces, Georgia, serif; letter-spacing: -.07em; white-space: nowrap; }
.wordmark i { color: var(--terracotta); font-style: italic; }
.nav-links { display: flex; gap: 29px; font-size: 12px; font-weight: 700; }
.nav-links a, .order-link, footer a { transition: color .2s ease; }
.nav-links a:hover, .order-link:hover, footer a:hover { color: var(--terracotta); }
.order-link { justify-self: end; border-bottom: 1px solid var(--ink); font: 700 12px/1.7 Manrope, sans-serif; }
.order-link span { color: var(--terracotta); font-size: 16px; }
.menu-button { display: none; }
.hero { background: var(--cream); display: grid; grid-template-columns: 1fr .88fr; min-height: 650px; overflow: hidden; padding: 8vw 11vw 7vw; position: relative; }
.hero-copy { align-self: center; max-width: 560px; padding-bottom: 5vw; position: relative; z-index: 1; }
.eyebrow { color: var(--terracotta); font: 500 10px/1.2 'DM Mono', monospace; letter-spacing: .16em; margin: 0 0 25px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Fraunces, Georgia, serif; font-weight: 500; letter-spacing: -.065em; line-height: .98; }
h1 { font-size: clamp(51px, 6.5vw, 94px); margin-bottom: 28px; }
h1 em, h2 em { color: var(--terracotta); font-weight: 500; }
.hero-text { font-size: 16px; line-height: 1.7; margin-bottom: 32px; max-width: 410px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; }
.button { align-items: center; display: inline-flex; font-size: 12px; font-weight: 700; gap: 27px; justify-content: center; padding: 15px 19px; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--terracotta); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--ochre); }
.button span { font-size: 18px; line-height: 1; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; padding-bottom: 3px; }
.text-link span { color: var(--terracotta); font-size: 17px; margin-left: 5px; }
.hero-image-wrap { height: min(510px, 44vw); justify-self: end; max-width: 415px; position: relative; width: 100%; }
.hero-image-frame { height: 100%; overflow: hidden; }
.hero-image-frame img { filter: saturate(.75) contrast(.95); }
.hero-stamp { align-items: center; background: var(--ochre); border-radius: 50%; bottom: -39px; color: var(--ink); display: flex; flex-direction: column; font: 500 8px/1.5 'DM Mono', monospace; height: 118px; justify-content: center; letter-spacing: .11em; position: absolute; right: -54px; text-align: center; transform: rotate(-14deg); width: 118px; }
.hero-stamp b { font-size: 23px; line-height: 1.1; }
.image-caption { bottom: 17px; color: #fffaf2; font: 10px 'DM Mono', monospace; left: 18px; letter-spacing: .08em; margin: 0; position: absolute; text-transform: uppercase; }
.hero-flour { bottom: 28px; color: rgba(36,33,29,.18); font: italic 500 clamp(45px,6vw,90px)/.7 Fraunces, serif; position: absolute; right: 8vw; text-align: right; }
.intro { padding: 142px 11vw 130px; }
.intro-grid { align-items: end; display: grid; gap: 12vw; grid-template-columns: 1.25fr .75fr; }
h2 { font-size: clamp(42px, 5vw, 68px); margin-bottom: 0; }
.intro-grid > div p { font-size: 16px; line-height: 1.8; margin-bottom: 27px; }
.bakes { background: #e6dccd; padding: 92px 5.5vw 100px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin: 0 auto 44px; max-width: 1210px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading h2 { font-size: 54px; }
.product-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin: auto; max-width: 1210px; }
.product-image { aspect-ratio: .88; overflow: hidden; position: relative; }
.product-image img { transition: transform .6s ease; }
.product-card:hover img { transform: scale(1.04); }
.tag { background: var(--ochre); font: 500 9px 'DM Mono', monospace; left: 13px; letter-spacing: .1em; padding: 7px 8px; position: absolute; top: 13px; }
.product-info { align-items: start; display: flex; justify-content: space-between; padding: 17px 1px; }
.product-info h3 { font: 600 19px/1.15 Fraunces, Georgia, serif; letter-spacing: -.04em; margin-bottom: 5px; }
.product-info p { color: #625b52; font-size: 11px; margin: 0; }
.product-info strong { font: 500 14px 'DM Mono', monospace; }
.visit { background: var(--sage); display: grid; grid-template-columns: 1.05fr .95fr; }
.visit-image { min-height: 600px; }
.visit-image img { filter: saturate(.68); }
.visit-copy { align-self: center; color: #fdf8ef; padding: 10vw 11vw; }
.visit-copy .eyebrow { color: #f3ce92; }
.visit-copy h2 { font-size: clamp(45px, 5vw, 69px); margin-bottom: 27px; }
.visit-copy h2 em { color: #f7dfb6; }
.visit-copy > p:not(.eyebrow) { max-width: 370px; }
address { font-size: 13px; font-style: normal; line-height: 1.9; margin: 28px 0; }
.order { background: var(--paper); padding: 125px 24px; text-align: center; }
.order h2 { font-size: clamp(48px, 5.5vw, 76px); margin: 0 auto 36px; }
footer { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 1fr 1fr 1fr; padding: 34px 5.5vw; }
footer p { font-size: 12px; justify-self: center; margin: 0; }
footer div { display: flex; font-size: 11px; font-weight: 700; gap: 18px; justify-content: end; }

@media (max-width: 760px) {
  .announcement { font-size: 8px; padding: 10px 18px; }
  .site-header { grid-template-columns: 1fr auto; padding: 20px 6vw; }
  .nav-links { background: var(--paper); display: none; flex-direction: column; gap: 16px; left: 0; padding: 25px 6vw; position: absolute; right: 0; top: 100%; z-index: 4; }
  .nav-links.open { display: flex; }
  .order-link { display: none; }
  .menu-button { align-items: center; background: none; border: 0; color: var(--ink); display: flex; font: 700 11px Manrope, sans-serif; gap: 8px; padding: 5px 0; }
  .menu-button span, .menu-button::after { background: var(--ink); content: ''; display: block; height: 1px; width: 15px; }
  .hero { display: flex; flex-direction: column; gap: 48px; min-height: 0; padding: 17vw 8vw 16vw; }
  .hero-copy { padding: 0; }
  .hero-image-wrap { align-self: center; height: 111vw; max-width: 400px; width: 84vw; }
  .hero-stamp { bottom: -26px; height: 90px; right: -25px; width: 90px; }
  .hero-stamp b { font-size: 17px; }
  .hero-stamp span { font-size: 6px; }
  .hero-flour { bottom: 33px; right: 8vw; }
  .intro { padding: 90px 8vw; }
  .intro-grid, .visit { display: block; }
  .intro-grid h2 { margin-bottom: 37px; }
  .bakes { padding: 68px 6vw; }
  .section-heading { align-items: start; flex-direction: column; gap: 24px; }
  .section-heading h2 { font-size: 44px; }
  .product-grid { gap: 39px; grid-template-columns: 1fr; }
  .product-card { max-width: 450px; }
  .visit-image { min-height: 430px; }
  .visit-copy { padding: 85px 8vw; }
  .order { padding: 92px 20px; }
  footer { grid-template-columns: 1fr; padding: 36px 7vw; text-align: center; }
  footer p, footer div { justify-self: center; }
  footer div { flex-direction: column; gap: 8px; }
}
