:root {
  --cream: #fbf4e9;
  --cream-2: #f6ecdc;
  --paper: #fffaf3;
  --terracotta: #aa4f22;
  --terracotta-dark: #7f3216;
  --saffron: #e8a415;
  --teal: #137c7b;
  --ink: #282018;
  --muted: #6c6258;
  --line: rgba(65, 42, 24, .14);
  --shadow: 0 20px 60px rgba(80, 48, 24, .11);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.topline { background: var(--teal); color: #fff; font-size: 13px; }
.topline-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,244,233,.93); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(70,47,29,.08); }
.nav-wrap { min-height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.nav { grid-column: 2; display: flex; gap: 30px; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #54473c; }
.header-phone { grid-column: 3; justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: var(--terracotta); color: #fff; font-size: 14px; font-weight: 800; white-space: nowrap; box-shadow: 0 8px 20px rgba(170,79,34,.16); }
.header-phone:hover { background: var(--terracotta-dark); }
.nav a:hover { color: var(--terracotta); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; }
.hero { position: relative; overflow: hidden; padding: 78px 0 74px; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 75% 35%, rgba(232,164,21,.16), transparent 25%), radial-gradient(circle at 15% 60%, rgba(19,124,123,.10), transparent 28%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--teal); margin-bottom: 20px; }
.dot { width: 8px; height: 8px; border-radius: 999px; background: var(--saffron); }
h1,h2,h3 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(50px, 7vw, 86px); letter-spacing: -.04em; }
h1 em, h2 em { color: var(--terracotta); font-style: normal; }
.hero-lead { max-width: 640px; margin: 26px 0 26px; font-size: 18px; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 999px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--terracotta); box-shadow: 0 12px 30px rgba(170,79,34,.25); }
.btn-secondary { background: transparent; border-color: var(--line); }
.btn-light { background: #fff7ed; color: var(--terracotta-dark); }
.hero-note { margin-top: 24px; color: #66594f; font-size: 13px; }
.hero-note span { color: var(--saffron); margin-right: 6px; }
.hero-art { position: relative; display: flex; justify-content: center; }
.hero-frame { width: min(540px, 100%); aspect-ratio: 1; padding: 0; background: transparent; box-shadow: none; transform: none; }
.hero-frame img { width: 100%; height: 100%; object-fit: contain; border-radius: 0; }
.stamp { position: absolute; right: 2%; bottom: 5%; width: 132px; height: 132px; border-radius: 50%; display: grid; place-items: center; text-align: center; padding: 24px; background: var(--teal); color: #fff; box-shadow: 0 16px 36px rgba(19,124,123,.25); transform: rotate(-11deg); }
.stamp::before { content: ''; position: absolute; inset: 9px; border: 1px dashed rgba(255,255,255,.65); border-radius: 50%; }
.stamp strong { font-family: 'Playfair Display', Georgia, serif; font-size: 24px; }
.stamp span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.trust-strip { background: #2f2922; color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; }
.trust-grid > div { display: flex; gap: 14px; align-items: center; padding: 24px 14px; }
.trust-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); color: #f3c75b; font-size: 10px; font-weight: 800; }
.trust-grid strong { display: block; font-size: 14px; }
.trust-grid small { display: block; color: rgba(255,255,255,.62); font-size: 11px; margin-top: 3px; }
.section { padding: 102px 0; }
.section-light { background: var(--paper); }
.split-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.section-kicker { margin: 0 0 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; color: var(--teal); font-weight: 900; }
h2 { font-size: clamp(38px, 5vw, 60px); letter-spacing: -.03em; }
.story-copy { font-size: 18px; color: var(--muted); max-width: 620px; }
.story-copy p { margin-top: 0; }
.text-link { color: var(--terracotta); font-weight: 800; border-bottom: 1px solid rgba(170,79,34,.26); padding-bottom: 2px; }
.menu-section { background: var(--cream); }
.section-heading { max-width: 700px; }
.centered { margin: 0 auto 44px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; }
.menu-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.menu-card { position: relative; background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 280px; box-shadow: 0 8px 26px rgba(77,49,25,.04); }
.menu-card h3 { font-size: 32px; margin: 12px 0 18px; }
.featured-card { background: #f9ecd5; border-color: rgba(232,164,21,.4); }
.pickle-card { background: #edf5f1; border-color: rgba(19,124,123,.25); }
.card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.card-tag { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #fff7ed; color: var(--terracotta); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 900; }
.card-mark { font-size: 12px; font-weight: 900; color: #9b8d7e; }
.menu-card ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 20px; color: #5d5148; }
.menu-card li::before { content: '•'; color: var(--saffron); font-weight: 900; margin-right: 8px; }
.promise-section { background: var(--terracotta); color: #fff; padding: 100px 0; position: relative; overflow: hidden; }
.promise-section::after { content: ''; position: absolute; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; right: -80px; top: -120px; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02); }
.promise-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; position: relative; z-index: 1; }
.light-kicker { color: #ffe1b5; }
.promise-copy h2 { max-width: 650px; }
.promise-copy h2 em { color: #ffd171; }
.promise-copy p:not(.section-kicker) { max-width: 620px; color: rgba(255,255,255,.82); font-size: 17px; }
.promise-quote { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.quote-mark { font-family: Georgia, serif; font-size: 80px; line-height: .5; color: #ffd171; }
.promise-quote p { font-family: 'Playfair Display', Georgia, serif; font-size: 34px; margin: 25px 0 18px; }
.promise-quote span { color: rgba(255,255,255,.72); font-size: 13px; }
.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.contact-copy > p:not(.section-kicker) { color: var(--muted); font-size: 17px; max-width: 560px; }
.contact-actions { display: grid; gap: 12px; margin-top: 28px; max-width: 520px; }
.contact-link { padding: 15px 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.contact-link span { color: var(--teal); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.contact-link strong { color: #362a20; }
.contact-link-primary { border-color: rgba(170,79,34,.25); background: #fff6ea; }
.contact-link-primary span { color: var(--terracotta); }
.contact-panel { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 28px; padding: 28px; border-radius: 28px; background: #f4eadb; border: 1px solid rgba(140,90,45,.14); }
.qr-wrap { width: 180px; aspect-ratio: 1; border-radius: 20px; background: #fff; padding: 12px; overflow: hidden; box-shadow: 0 10px 26px rgba(60,39,22,.10); }
.qr-wrap img { width: 100%; height: 100%; object-fit: contain; }
.panel-label { margin: 0 0 8px; color: var(--terracotta); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.contact-panel h3 { font-size: 32px; margin-bottom: 18px; }
.social-section { padding: 20px 0 78px; background: var(--paper); }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.social-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 24px; display: grid; gap: 7px; }
.social-card span { font-size: 11px; color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.social-card strong { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; }
.social-card a { color: var(--terracotta); font-size: 13px; font-weight: 800; margin-top: 8px; }
.footer { border-top: 1px solid var(--line); background: var(--cream); padding: 30px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: end; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 52px; height: 52px; border-radius: 14px; object-fit: cover; object-position: center top; transform: scale(1.25); }
.footer-brand p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 18px; font-size: 12px; font-weight: 800; }
.footer-note { text-align: right; color: #887a6c; font-size: 11px; }
@media (max-width: 900px) {
  .hero-grid, .split-grid, .promise-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-art { order: -1; }
  .hero-frame { width: min(480px, 86vw); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .menu-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 30px; }
  .promise-grid { gap: 34px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-note { text-align: left; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .topline-inner { padding: 8px 0; font-size: 11px; }
  .nav { display: none; grid-column: 1 / -1; position: absolute; top: 80px; left: 0; right: 0; padding: 18px 20px 22px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: center; }
  .nav.open { display: flex; }
  .menu-toggle { display: block; grid-column: 1; justify-self: start; }
  .hero { padding: 42px 0 48px; }
  h1 { font-size: 50px; }
  .hero-lead { font-size: 16px; }
  .stamp { width: 102px; height: 102px; padding: 16px; }
  .stamp strong { font-size: 19px; }
  .trust-grid, .social-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 16px 5px; }
  .section { padding: 74px 0; }
  .menu-card { padding: 23px; }
  .menu-card ul { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; }
  .qr-wrap { width: 200px; }
  .footer-links { flex-wrap: wrap; }
}
