:root {
  --ink: #31342f;
  --muted: #666a62;
  --paper: #f4f1e9;
  --surface: #fffdf8;
  --line: rgba(49, 52, 47, 0.16);
  --sage: #8ea376;
  --accent: #a64f3d;
  --accent-soft: #ead2c8;
  --dark: #263027;
  --display: "DM Serif Display", Georgia, serif;
  --body: "Karla", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.food { --accent: #9b7620; --accent-soft: #eee0b3; --dark: #263026; }
body.spirits { --accent: #a96f43; --accent-soft: #e8d0bd; --dark: #252523; }
body.europe { --accent: #496c50; --accent-soft: #cfdecd; --dark: #243329; }
body.custom { --accent: #496d78; --accent-soft: #cbdde1; --dark: #27363a; }

a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 241, 233, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; }
.brand img { width: 211px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: var(--ink); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover { color: var(--accent); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover, .nav-cta:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); }
.button.secondary { background: transparent; color: var(--ink) !important; }
.button.secondary:hover { background: var(--ink); color: #fff !important; }

.breadcrumbs { padding: 24px 0 0; color: var(--muted); font-size: .84rem; }
.breadcrumbs a { text-underline-offset: 3px; }
.hero { padding: 38px 0 78px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; min-height: 660px; }
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px clamp(28px, 5vw, 72px) 54px 0;
}
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: .8rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--display); font-weight: 400; line-height: 1.08; }
h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.035em; }
h1 em { color: var(--accent); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: #50554d; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-media { position: relative; min-height: 620px; }
.hero-media::before { content: ""; position: absolute; inset: 32px -20px -30px 30px; background: var(--accent-soft); border-radius: 48% 48% 8px 8px; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; z-index: 2; right: -18px; bottom: 28px; width: min(280px, 75%); padding: 22px; background: var(--surface); border-top: 4px solid var(--accent); box-shadow: 0 18px 60px rgba(38,48,39,.18); }
.hero-note strong { display: block; font-family: var(--display); font-size: 1.3rem; line-height: 1.2; }
.hero-note span { display: block; margin-top: 5px; color: var(--muted); font-size: .9rem; }

.hero-grid.text-hero {
  position: relative;
  display: block;
  min-height: 610px;
  overflow: hidden;
  padding-inline: clamp(30px, 7vw, 90px);
  background:
    linear-gradient(90deg, var(--surface) 0 73%, transparent 73%),
    repeating-linear-gradient(135deg, var(--accent-soft) 0 18px, var(--paper) 18px 36px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-grid.text-hero::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: clamp(180px, 25vw, 330px);
  aspect-ratio: 1;
  border: clamp(22px, 4vw, 48px) solid var(--accent);
  border-radius: 50%;
  opacity: .16;
  transform: translateY(-50%);
}
.hero-grid.text-hero::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: var(--accent);
  opacity: .45;
}
.text-hero .hero-copy {
  min-height: 610px;
  max-width: 900px;
  padding: 68px clamp(20px, 8vw, 110px) 68px 0;
}
.split.text-split { display: block; }
.text-split .split-copy {
  position: relative;
  max-width: 920px;
  margin-left: auto;
  padding: clamp(30px, 6vw, 68px);
  background: var(--paper);
  border-left: 6px solid var(--accent);
}
.surface .text-split .split-copy { background: var(--surface); }

.fact-strip { margin-top: -28px; position: relative; z-index: 3; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--dark); color: #fff; }
.fact { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.16); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-family: var(--display); font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.fact span { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: 104px 0; }
.section.surface { background: var(--surface); }
.section.dark { background: var(--dark); color: rgba(255,255,255,.78); }
.section.dark h2, .section.dark h3 { color: #fff; }
.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { font-size: clamp(2.35rem, 4.5vw, 4.3rem); letter-spacing: -.025em; }
.section-heading p { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section.dark .section-heading p { color: rgba(255,255,255,.7); }
.kicker { display: block; margin-bottom: 13px; color: var(--accent); font-family: var(--body); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 250px; padding: 34px; background: var(--surface); border: 1px solid var(--line); }
.surface .card { background: var(--paper); }
.card .number { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 28px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: .82rem; font-weight: 700; }
.card h3 { font-size: 1.65rem; }
.card p { margin: 15px 0 0; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 100px); align-items: center; }
.split-media { position: relative; }
.split-media::after { content: ""; position: absolute; inset: -18px 22px 18px -18px; z-index: -1; background: var(--accent-soft); }
.split-media img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; }
.split-copy h2 { font-size: clamp(2.4rem, 4.3vw, 4.2rem); }
.split-copy > p { margin: 24px 0; color: var(--muted); }
.check-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }

.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.spec { padding: 32px; background: var(--surface); }
.spec h3 { font-size: 1.45rem; }
.spec p { margin: 12px 0 0; color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag { padding: 7px 10px; background: var(--accent-soft); color: var(--ink); font-size: .78rem; font-weight: 700; }

.table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.14); }
.compare { width: 100%; min-width: 720px; border-collapse: collapse; }
.compare th, .compare td { padding: 18px 20px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.14); vertical-align: top; }
.compare th { color: #fff; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.compare th:first-child, .compare td:first-child { width: 25%; color: #fff; font-weight: 700; }
.compare tr:last-child td { border-bottom: 0; }
.compare .highlight { color: #fff; background: rgba(255,255,255,.06); }

.process { display: grid; grid-template-columns: repeat(5, 1fr); counter-reset: steps; }
.process-step { position: relative; min-height: 220px; padding: 28px; border-left: 1px solid var(--line); counter-increment: steps; }
.process-step:last-child { border-right: 1px solid var(--line); }
.process-step::before { content: "0" counter(steps); display: block; margin-bottom: 35px; color: var(--accent); font-size: .78rem; font-weight: 700; }
.process-step h3 { font-size: 1.35rem; }
.process-step p { margin: 12px 0 0; color: var(--muted); font-size: .92rem; }

.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.region { padding: 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); }
.region h3 { font-size: 1.45rem; }
.region p { margin: 10px 0 0; }
.country-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.country-list li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .8rem; }

.faq-list { max-width: 920px; margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 24px 45px 24px 0; color: var(--ink); font-family: var(--display); font-size: 1.35rem; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 21px; color: var(--accent); font-family: var(--body); font-weight: 400; }
details[open] summary::after { content: "\2212"; }
details p { max-width: 800px; margin: -6px 0 24px; color: var(--muted); }

.cta-panel { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; padding: clamp(40px, 6vw, 76px); background: var(--accent-soft); }
.cta-panel h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.cta-panel p { max-width: 650px; margin: 18px 0 0; color: #4f554d; }
.cta-actions { display: grid; gap: 10px; }

.site-footer { background: #202520; color: rgba(255,255,255,.7); padding: 62px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 36px; }
.footer-grid img { width: 190px; filter: brightness(0) invert(1); }
.footer-grid h2 { margin-bottom: 16px; color: #fff; font-family: var(--body); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { max-width: 350px; margin: 16px 0 0; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-links a { text-underline-offset: 3px; }
.legal { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 950px) {
  .nav-links li:not(:last-child) { display: none; }
  .hero-grid, .split, .section-heading, .cta-panel { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-media { min-height: 540px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .card-grid, .region-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 66px; }
  .brand img { width: 170px; }
  .nav-cta { padding: 9px 12px; min-height: 42px; font-size: .72rem !important; }
  .hero { padding-top: 20px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 34px 0 38px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-media { min-height: 430px; }
  .hero-grid.text-hero, .text-hero .hero-copy { min-height: 520px; }
  .hero-grid.text-hero { padding-inline: 24px; background: var(--surface); }
  .hero-grid.text-hero::before { right: -80px; top: 17%; }
  .hero-grid.text-hero::after { display: none; }
  .text-hero .hero-copy { padding: 54px 0; }
  .hero-note { right: 0; }
  .fact { padding: 20px 18px; }
  .fact strong { font-size: 1.25rem; }
  .section { padding: 78px 0; }
  .section-heading { gap: 18px; margin-bottom: 38px; }
  .card-grid, .region-grid, .spec-grid, .process, .footer-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:last-child { border-right: 1px solid var(--line); border-bottom: 0; }
  .footer-grid > :last-child { grid-column: auto; }
}

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