:root {
  --olive-950: #17200f;
  --olive-900: #263913;
  --olive-800: #344b1d;
  --wine: #741b39;
  --gold: #b79534;
  --gold-light: #d2ba70;
  --paper: #f6f2e8;
  --paper-deep: #ebe4d5;
  --white: #fffdf8;
  --ink: #1e241a;
  --muted: #66705e;
  --line: rgba(38, 57, 19, 0.18);
  --shadow: 0 24px 70px rgba(23, 32, 15, 0.14);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--white); color: var(--olive-950); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 242, 232, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: min(315px, 42vw); }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.02em; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--wine); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--olive-900); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--olive-900); }

.hero { min-height: calc(100vh - 89px); display: grid; align-items: stretch; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 70px; align-items: center; padding-block: 64px; }
.hero-copy { padding: 22px 0; }
.eyebrow { margin: 0 0 20px; color: var(--wine); font-size: 0.75rem; line-height: 1.2; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-light); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.3rem, 6vw, 6.3rem); line-height: 0.96; letter-spacing: -0.052em; }
h1 em { color: var(--wine); font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 4vw, 4.4rem); line-height: 1.02; letter-spacing: -0.04em; }
h3 { font-size: 1.75rem; line-height: 1.12; }
.hero-lead { max-width: 660px; margin: 0; color: #4f5a49; font-size: 1.16rem; }
.hero-actions, .quality-actions, .contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--olive-900); color: var(--white); }
.button-primary:hover { background: var(--olive-950); }
.button-ghost { border-color: var(--line); color: var(--olive-950); }
.button-ghost:hover, .button-outline:hover { border-color: var(--olive-900); }
.button-outline { border-color: rgba(38,57,19,.38); color: var(--olive-900); }
.button-gold { background: var(--gold); color: var(--olive-950); }
.button-gold:hover { background: #c7a94e; }
.button-light { background: var(--paper); color: var(--olive-950); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 54px 0 0; border-top: 1px solid var(--line); }
.hero-facts div { padding: 18px 18px 0 0; }
.hero-facts div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-facts dt { color: var(--muted); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-facts dd { margin: 4px 0 0; font-family: Georgia, serif; font-size: 1.1rem; }
.hero-visual { position: relative; height: min(690px, 72vh); margin: 0; box-shadow: var(--shadow); overflow: hidden; background: var(--olive-900); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,25,10,.58)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; display: flex; justify-content: space-between; gap: 18px; color: var(--white); font-size: 0.82rem; letter-spacing: 0.07em; text-transform: uppercase; }
.hero-visual figcaption span { color: var(--gold-light); }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 100px; align-items: start; }
.intro h2 { max-width: 760px; }
.intro-copy { padding-top: 36px; color: #535d4c; font-size: 1.08rem; }
.intro-copy p { margin-top: 0; }
.intro-copy p + p { margin-top: 24px; }

.products { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { flex: none; color: var(--wine); font-weight: 800; text-underline-offset: 5px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.product-card-featured { border-color: rgba(116,27,57,.45); }
.product-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--paper-deep); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.22,1,.36,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-index { position: absolute; right: 0; top: 0; min-width: 46px; padding: 9px 12px; background: rgba(246,242,232,.94); color: var(--wine); text-align: center; font-family: Georgia, serif; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.product-kicker { margin: 0 0 10px; color: var(--wine); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.product-body h3 { margin-bottom: 16px; }
.product-body p { color: var(--muted); }
.product-list { margin: 0 0 20px; padding-left: 20px; color: var(--muted); }
.availability-pill { margin: 4px 0 18px; padding: 10px 12px; background: rgba(116,27,57,.09); color: var(--wine); font-size: 0.86rem; font-weight: 800; }
.product-link { width: fit-content; margin: 4px 0 20px; color: var(--wine); font-size: 0.9rem; font-weight: 800; text-underline-offset: 5px; }
.price-note { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: var(--olive-900); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }

.fig-focus { background: var(--wine); color: var(--white); overflow: hidden; }
.fig-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 82px; align-items: center; }
.fig-collage { position: relative; min-height: 610px; }
.fig-main { width: 84%; height: 530px; object-fit: cover; }
.fig-detail { position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: 1.1; object-fit: cover; border: 10px solid var(--wine); }
.fig-copy h2 { max-width: 560px; }
.fig-copy p { max-width: 600px; color: rgba(255,255,255,.82); font-size: 1.08rem; }

.process { background: var(--white); }
.process-heading > p { max-width: 360px; margin: 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid figure { margin: 0; overflow: hidden; background: var(--paper); }
.process-grid img { width: 100%; height: 390px; object-fit: cover; }
.process-grid figure:nth-child(2) img { object-position: center 44%; }
.process-grid figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 18px 20px; }
.process-grid figcaption strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.process-grid figcaption span { color: var(--muted); font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; }

.quality { background: var(--paper-deep); }
.quality-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.quality-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.analysis-card { background: var(--olive-950); color: var(--white); padding: 38px; box-shadow: var(--shadow); }
.analysis-head { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); color: var(--gold-light); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.analysis-card dl { margin: 0; }
.analysis-card dl div { display: flex; justify-content: space-between; gap: 30px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.analysis-card dt { color: rgba(255,255,255,.72); }
.analysis-card dd { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; }
.analysis-card > p { margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 0.76rem; }

.contact { padding: 0; background: var(--olive-900); color: var(--white); }
.contact-shell { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; min-height: 530px; padding-block: 80px; }
.contact-copy p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.contact-card { padding: 40px; color: var(--olive-950); background: var(--gold-light); }
.contact-label { margin: 0 0 10px; color: rgba(23,32,15,.65); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: 24px; }
.contact-card > a { display: block; width: fit-content; margin: 6px 0; font-size: 1.05rem; font-weight: 800; text-underline-offset: 4px; }

.site-footer { padding: 64px 0 24px; background: var(--olive-950); color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: min(330px, 100%); filter: brightness(0) invert(1); opacity: .93; }
.footer-brand p { margin: 10px 0 0; }
.footer-title { margin: 0 0 12px; color: var(--gold-light); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.site-footer address { font-style: normal; }
.footer-vat { margin: 8px 0 0; }
.site-footer a { text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 0.8rem; }

.subpage-header { position: relative; }
.breadcrumb { margin: 0 0 28px; color: var(--muted); font-size: .88rem; }
.breadcrumb a { text-underline-offset: 4px; }
.detail-hero { padding: 82px 0 92px; border-bottom: 1px solid var(--line); }
.detail-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 72px; align-items: center; }
.detail-hero h1 { margin-bottom: 26px; font-size: clamp(3.1rem, 5.7vw, 5.9rem); }
.detail-lead { max-width: 690px; margin: 0; color: #4f5a49; font-size: 1.16rem; }
.detail-hero figure { height: 600px; margin: 0; overflow: hidden; box-shadow: var(--shadow); background: var(--olive-900); }
.detail-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.detail-section { background: var(--white); }
.detail-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.detail-grid h2 { position: sticky; top: 130px; font-size: clamp(2.4rem, 3.5vw, 3.8rem); }
.prose { color: #4f5a49; font-size: 1.06rem; }
.prose h2, .prose h3 { color: var(--ink); }
.prose h3 { margin: 38px 0 12px; font-size: 1.65rem; }
.prose p { margin: 0 0 22px; }
.prose ul { margin: 0 0 28px; padding-left: 21px; }
.prose li + li { margin-top: 8px; }
.facts-panel { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-panel div { padding: 18px 20px 18px 0; }
.facts-panel div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.facts-panel dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.facts-panel dd { margin: 5px 0 0; font-family: Georgia, serif; font-size: 1.08rem; }
.detail-gallery { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 46px; }
.detail-gallery img { width: 100%; height: 420px; object-fit: cover; }
.detail-gallery img:last-child { height: 340px; align-self: end; }
.related { background: var(--paper-deep); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related a { display: block; padding: 26px; background: var(--white); border: 1px solid var(--line); text-decoration: none; }
.related span { color: var(--wine); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related strong { display: block; margin-top: 9px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding-block: 58px; }
  .hero-visual { height: 620px; }
  .intro-grid, .fig-grid, .quality-grid, .contact-shell { grid-template-columns: 1fr; gap: 54px; }
  .detail-hero-grid, .detail-grid { grid-template-columns: 1fr; gap: 52px; }
  .detail-grid h2 { position: static; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .intro-copy { padding-top: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .fig-grid { gap: 65px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid figure:last-child { grid-column: 1 / -1; }
  .process-grid figure:last-child img { height: 470px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 72px; }
  .brand { width: 235px; max-width: calc(100% - 58px); }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .hero-grid { padding-top: 46px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div, .hero-facts div + div { padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-visual { height: 500px; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; display: flex; }
  .fig-collage { min-height: 430px; }
  .fig-main { width: 92%; height: 390px; }
  .fig-detail { width: 54%; border-width: 7px; }
  .fig-copy .button { width: 100%; }
  .process-heading > p { margin-top: 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid figure:last-child { grid-column: auto; }
  .process-grid img, .process-grid figure:last-child img { height: 330px; }
  .quality-actions .button { width: 100%; }
  .analysis-card, .contact-card { padding: 28px 22px; }
  .contact-shell { min-height: auto; padding-block: 70px; }
  .contact-buttons .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .detail-hero { padding: 48px 0 66px; }
  .detail-hero figure { height: 470px; }
  .facts-panel { grid-template-columns: 1fr; }
  .facts-panel div, .facts-panel div + div { padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-gallery img, .detail-gallery img:last-child { height: 320px; }
  .related-grid { grid-template-columns: 1fr; }
}

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