:root {
  color-scheme: light;
  --wine: #73213f;
  --wine-dark: #4d1028;
  --gold: #d09a32;
  --cream: #fbf5e9;
  --cream-deep: #f1e6d3;
  --paper: #fffdf8;
  --ink: #211e1a;
  --muted: #716a61;
  --sage: #73806a;
  --line: #e4d8c7;
  --shadow: 0 24px 70px rgba(65, 38, 26, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(115, 33, 63, .1);
  background: rgba(251, 245, 233, .92);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.wordmark-mark { width: 42px; aspect-ratio: 1; border-radius: 13px; object-fit: cover; background: #07070c; }
.wordmark strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; line-height: 1; }
.wordmark small { display: block; margin-top: 5px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--muted); font-size: .9rem; font-weight: 750; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--wine); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--wine); color: white !important; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--wine); font: inherit; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 88px 0 100px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -160px; border: 1px solid rgba(208,154,50,.32); border-radius: 50%; box-shadow: 0 0 0 72px rgba(208,154,50,.06), 0 0 0 145px rgba(115,33,63,.035); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: .73rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.06; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.6rem, 8vw, 7.4rem); letter-spacing: -.055em; }
.hero h1 em { color: var(--wine); font-style: italic; font-weight: 500; }
.lede { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: white; font-weight: 850; text-decoration: none; }
.button.secondary { background: transparent; color: var(--wine); }
.button:hover { transform: translateY(-1px); }
.availability { margin-top: 16px; color: var(--muted); font-size: .82rem; }

.art-card { position: relative; width: min(100%, 510px); margin-left: auto; padding: 22px; border: 1px solid rgba(115,33,63,.12); border-radius: 44px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.art-card::after { content: "TASTE · REMEMBER · SHARE"; position: absolute; right: -30px; bottom: 38px; padding: 9px 14px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: .66rem; font-weight: 950; letter-spacing: .14em; transform: rotate(-4deg); }
.art-card img { width: 100%; border-radius: 29px; background: #080811; }

.section { padding: 96px 0; }
.section-alt { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); letter-spacing: -.04em; }
.section-heading p { max-width: 560px; margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); }
.feature:nth-child(2) { background: var(--wine); color: white; }
.feature:nth-child(2) p { color: rgba(255,255,255,.73); }
.feature-number { display: inline-grid; width: 42px; height: 42px; margin-bottom: 64px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.feature h3 { margin-bottom: 12px; font-size: 1.35rem; }
.feature p { margin: 0; color: var(--muted); }

.catalog-showcase { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.cheese-stack { position: relative; min-height: 500px; }
.cheese-card { position: absolute; width: 72%; padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 18px 50px rgba(40,30,20,.1); }
.cheese-card:nth-child(1) { top: 0; left: 0; transform: rotate(-5deg); }
.cheese-card:nth-child(2) { top: 120px; right: 0; transform: rotate(5deg); }
.cheese-card:nth-child(3) { left: 8%; bottom: 0; transform: rotate(-1deg); }
.cheese-type { color: var(--wine); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.cheese-card h3 { margin: 10px 0 4px; font-family: Georgia, serif; font-size: 1.7rem; }
.cheese-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.rating { float: right; padding: 6px 10px; border-radius: 999px; background: var(--cream-deep); color: var(--wine); font-weight: 900; }
.showcase-copy h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 5vw, 4.8rem); letter-spacing: -.04em; }
.showcase-copy > p { color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: center; font-weight: 750; }
.check-list li::before { content: "✓"; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--wine); color: white; font-size: .78rem; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 54px; border-radius: 36px; background: var(--wine-dark); color: white; }
.cta-panel h2 { margin-bottom: 12px; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.cta-panel p { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); }
.cta-panel .button { border-color: white; background: white; color: var(--wine-dark); }

.site-footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 28px; }
.footer-links a { color: var(--muted); font-size: .85rem; font-weight: 700; text-decoration: none; }
.copyright { margin-top: 18px; color: var(--muted); font-size: .78rem; }

.legal-hero { padding: 72px 0 40px; }
.legal-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; align-items: start; padding: 30px 0 100px; }
.legal-aside { position: sticky; top: 110px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.legal-aside strong { display: block; margin-bottom: 6px; }
.legal-aside p { margin: 0; color: var(--muted); font-size: .82rem; }
.legal-content { padding: 44px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); }
.legal-content h2 { margin: 42px 0 10px; font-size: 1.55rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #565047; }
.legal-content a { color: var(--wine); font-weight: 750; }
.updated { color: var(--muted); font-size: .85rem; }
.contact-card { padding: 24px; border-radius: 20px; background: var(--cream-deep); }

@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 76px 20px auto; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links[data-open] { display: flex; }
  .hero { padding-top: 60px; }
  .hero-grid, .section-heading, .catalog-showcase, .legal-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .art-card { margin-inline: auto; }
  .section-heading { gap: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 240px; }
  .feature-number { margin-bottom: 34px; }
  .catalog-showcase { gap: 50px; }
  .legal-layout { gap: 20px; }
  .legal-aside { position: static; }
  .cta-panel { grid-template-columns: 1fr; padding: 36px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1180px); }
  .wordmark small { display: none; }
  h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .hero { padding-bottom: 72px; }
  .art-card { padding: 12px; border-radius: 30px; }
  .art-card img { border-radius: 22px; }
  .art-card::after { right: -4px; bottom: 20px; }
  .section { padding: 72px 0; }
  .cheese-stack { min-height: 440px; }
  .cheese-card { width: 82%; }
  .legal-hero { padding-top: 50px; }
  .legal-content { padding: 26px 22px; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
