:root {
  --wine: #5a0b0c;
  --wine-dark: #240203;
  --wine-deep: #1a0303;
  --red: #9b171b;
  --red-bright: #c72a2e;
  --cream: #f6f0ea;
  --cream-2: #efe3dc;
  --paper: #fdfcfb;
  --tan: #c6aea2;
  --brown: #61524b;
  --ink: #171313;
  --muted: #706462;
  --line: rgba(46, 25, 22, .15);
  --white: #fff;
  --container: 1240px;
  --heading: "Roboto Condensed", sans-serif;
  --hero-heading: "Roboto Condensed", sans-serif;
  --serif: "Cormorant Garamond", serif;
  --body: "Manrope", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 42px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }

.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; background: #fff; color: #000; padding: 12px 16px; }
.skip-link:focus { top: 20px; }

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: var(--wine-deep);
  transform-origin: top;
  transition: transform .85s var(--ease), visibility 0s .85s;
}
.page-transition.loaded { transform: scaleY(0); visibility: hidden; }
.transition-logo { color: #fff; font-family: var(--heading); font-size: clamp(2rem, 5vw, 5rem); font-weight: 900; letter-spacing: .08em; }
.transition-logo em { display: block; color: var(--tan); font-family: var(--serif); font-weight: 600; letter-spacing: 0; text-align: center; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(253,252,251,.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-top { background: var(--wine-deep); color: rgba(255,255,255,.76); font-size: 12px; }
.header-top-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.header-top p { margin: 0; }
.header-top-inner div { display: flex; gap: 12px; align-items: center; }
.nav-shell { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { width: 204px; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 60px; object-fit: contain; object-position: left center; }
.desktop-nav { margin-left: auto; display: flex; gap: 28px; align-items: center; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 20px; background: var(--red); color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: background .3s, transform .3s; }
.header-cta:hover { background: var(--wine); transform: translateY(-2px); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-menu { display: none; background: var(--paper); border-top: 1px solid var(--line); padding: 12px 22px 26px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--heading); font-size: 22px; font-weight: 700; text-transform: uppercase; }
.mobile-whatsapp { color: var(--red); }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg, var(--wine-deep) 0%, #4b0809 48%, #790f12 100%); }
.hero-noise { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(rgba(255,255,255,.75) .5px, transparent .5px); background-size: 7px 7px; mix-blend-mode: overlay; }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 36px; position: relative; }
.hero-copy { padding: 84px 0 118px; position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; color: #e5c7bc; font-size: 12px; font-weight: 800; letter-spacing: .22em; }
.hero-kicker::before { content: ""; width: 54px; height: 2px; background: #e5c7bc; }
.hero h1 {
  margin: 28px 0 24px;
  max-width: 760px;
  font-family: var(--hero-heading);
  font-size: clamp(4.4rem, 7.2vw, 7.6rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: .055em;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-wrap: balance;
}
.hero h1 span { color: #fff; -webkit-text-stroke: 1px rgba(255,255,255,.28); text-shadow: 10px 10px 0 rgba(255,255,255,.035); }
.hero-intro { max-width: 650px; margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.9; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.btn:hover { transform: translateY(-3px); }
.btn-light { background: #fff; color: var(--wine-deep); }
.btn-light:hover { background: var(--cream-2); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.6); }
.hero-trust { margin-top: 42px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: rgba(255,255,255,.54); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust i { width: 5px; height: 5px; border-radius: 50%; background: var(--tan); }
.hero-media { min-height: 760px; position: relative; display: flex; align-items: flex-end; justify-content: flex-end; }
.hero-image-wrap { position: absolute; inset: 40px 0 0 10px; overflow: hidden; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%,0 12%); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(75,8,9,.76), transparent 37%), linear-gradient(180deg, transparent 65%, rgba(26,3,3,.72)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.8) contrast(1.05); transition: transform 1.2s var(--ease); }
.hero:hover .hero-image-wrap img { transform: scale(1.035); }
.hero-stat { position: absolute; right: 24px; top: 100px; z-index: 3; width: 160px; padding: 22px; border-left: 3px solid #fff; background: rgba(27,3,4,.68); backdrop-filter: blur(10px); }
.hero-stat strong { display: block; font-family: var(--heading); font-size: 56px; line-height: .9; }
.hero-stat span { display: block; margin-top: 10px; color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-marquee { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.18); background: rgba(24,2,3,.6); }
.marquee-track { width: max-content; min-height: 58px; display: flex; align-items: center; gap: 32px; animation: marquee 24s linear infinite; }
.marquee-track span { font-family: var(--heading); font-size: 22px; font-weight: 800; letter-spacing: .12em; }
.marquee-track i { width: 8px; height: 8px; border-radius: 50%; background: var(--tan); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.section-eyebrow span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid currentColor; }
.section-eyebrow.light { color: #e5c7bc; }
h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: .012em;
  text-transform: uppercase;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-wrap: balance;
}
h2 em {
  display: block;
  margin-top: .04em;
  font-family: var(--serif);
  font-size: .72em;
  font-weight: 700;
  line-height: 1.08;
  text-transform: none;
  letter-spacing: 0;
  color: var(--red);
}

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.about-media { position: relative; min-height: 650px; }
.image-frame { overflow: hidden; background: var(--cream-2); }
.image-frame-large { position: absolute; inset: 0 70px 70px 0; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .9s; }
.image-frame:hover img { transform: scale(1.045); filter: saturate(.8); }
.about-label { position: absolute; right: 0; bottom: 0; width: 260px; padding: 30px; background: var(--wine); color: #fff; }
.about-label span { color: var(--tan); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.about-label strong { display: block; margin-top: 12px; font-family: var(--heading); font-size: 30px; line-height: 1.14; letter-spacing: .015em; text-transform: uppercase; }
.about-copy .lead { margin: 32px 0 18px; color: var(--wine); font-family: var(--heading); font-size: 28px; font-weight: 700; line-height: 1.25; }
.about-copy p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; padding-bottom: 6px; border-bottom: 2px solid var(--wine); color: var(--wine); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.text-link svg { transition: transform .3s; }
.text-link:hover svg { transform: translateX(6px); }

.products { background: var(--wine-deep); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.9; }
.references .section-heading p { color: var(--muted); }
.product-list { border-top: 1px solid rgba(255,255,255,.18); }
.product-item { min-height: 152px; display: grid; grid-template-columns: 90px 1fr 240px 64px; gap: 26px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); position: relative; overflow: hidden; }
.product-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--red), #7d1013); transform: translateX(-101%); transition: transform .55s var(--ease); }
.product-item:hover::before { transform: translateX(0); }
.product-item > * { position: relative; z-index: 1; }
.product-index { font-family: var(--heading); font-size: 22px; color: var(--tan); }
.product-title h3 { margin: 0; font-family: var(--heading); font-size: 46px; line-height: 1.12; letter-spacing: .01em; text-transform: uppercase; }
.product-title p { margin: 10px 0 0; color: rgba(255,255,255,.58); transition: color .3s; }
.product-item:hover .product-title p { color: rgba(255,255,255,.82); }
.product-visual {
  height: 92px;
  overflow: hidden;
  opacity: .78;
  background: #351012;
  transition: transform .45s var(--ease), opacity .3s;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.04) brightness(.82);
  transform: scale(1.02);
  transition: transform .7s var(--ease), filter .45s var(--ease);
}
.product-item:hover .product-visual { transform: translateX(-6px); opacity: 1; }
.product-item:hover .product-visual img { transform: scale(1.1); filter: saturate(.95) contrast(1.03) brightness(.92); }
.product-arrow { width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,.32); background: transparent; color: #fff; display: grid; place-items: center; transition: transform .3s, background .3s, color .3s; }
.product-item:hover .product-arrow { transform: rotate(-45deg); background: #fff; color: var(--wine); }

.why { background: linear-gradient(115deg, #781014, var(--wine)); color: #fff; }
.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.why-copy { position: sticky; top: 160px; align-self: start; }
.why-copy p { max-width: 520px; color: rgba(255,255,255,.68); margin: 28px 0 34px; }
.why-features { border-top: 1px solid rgba(255,255,255,.22); }
.why-features article { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding-left .35s var(--ease), background .35s; }
.why-features article:hover { padding-left: 20px; background: rgba(255,255,255,.05); }
.why-features article > span { font-family: var(--heading); font-size: 22px; color: var(--tan); }
.why-features h3 { margin: 0; font-family: var(--heading); font-size: 32px; line-height: 1.14; letter-spacing: .01em; text-transform: uppercase; }
.why-features p { margin: 10px 0 0; color: rgba(255,255,255,.62); }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.story-copy > p { color: var(--muted); max-width: 560px; margin: 26px 0 0; }
.story-stats { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.story-stats div { padding: 28px 18px 0 0; border-right: 1px solid var(--line); }
.story-stats div:last-child { border-right: 0; padding-left: 18px; }
.story-stats strong { display: block; font-family: var(--heading); font-size: 58px; line-height: .9; color: var(--wine); }
.story-stats span { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; }
.story-image { margin: 0; overflow: hidden; background: var(--wine); }
.story-image img { width: 100%; height: 610px; object-fit: cover; transition: transform .9s var(--ease), filter .9s; }
.story-image:hover img { transform: scale(1.04); filter: saturate(.78); }
.story-image figcaption { padding: 18px 22px; color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }

.references { background: var(--paper); }
.reference-logos { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.logo-panel { min-height: 270px; display: grid; place-items: center; padding: 42px; background: #fff; overflow: hidden; position: relative; }
.logo-panel + .logo-panel { border-left: 1px solid var(--line); }
.logo-panel::before { content: ""; position: absolute; inset: 0; background: var(--cream); transform: translateY(100%); transition: transform .5s var(--ease); }
.logo-panel:hover::before { transform: translateY(0); }
.logo-panel img { max-width: 78%; max-height: 100px; object-fit: contain; position: relative; z-index: 1; transition: transform .45s var(--ease); }
.logo-panel:hover img { transform: scale(1.06); }

.knowledge { background: var(--cream-2); }
.knowledge-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.knowledge-intro > p { color: var(--muted); max-width: 500px; }
.knowledge-intro figure { margin: 38px 0 0; height: 330px; overflow: hidden; }
.knowledge-intro figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.knowledge-intro figure:hover img { transform: scale(1.045); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 92px; padding: 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); text-align: left; }
.accordion-item button span { font-family: var(--heading); font-size: 34px; font-weight: 700; line-height: 1.15; letter-spacing: .01em; text-transform: uppercase; }
.accordion-item button i { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); position: relative; flex: 0 0 auto; transition: background .3s, transform .3s; }
.accordion-item button i::before,.accordion-item button i::after { content: ""; position: absolute; left: 10px; right: 10px; top: 17px; height: 1px; background: currentColor; }
.accordion-item button i::after { transform: rotate(90deg); transition: transform .3s; }
.accordion-item.open button i { background: var(--wine); color: #fff; transform: rotate(180deg); }
.accordion-item.open button i::after { transform: rotate(0); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .55s var(--ease); }
.accordion-content p { margin: 0 60px 28px 0; color: var(--muted); }

.contact { background: var(--wine-deep); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy > p { color: rgba(255,255,255,.62); }
.contact-list { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-list > * { display: grid; grid-template-columns: 100px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-list span { color: var(--tan); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.contact-list strong { font-size: 16px; font-weight: 600; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.form-panel { background: var(--paper); color: var(--ink); padding: 44px; }
.form-head span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.form-head h3 { margin: 8px 0 30px; font-family: var(--heading); font-size: 44px; line-height: 1.12; letter-spacing: .01em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-panel label:not(.consent) { display: grid; gap: 8px; margin-bottom: 16px; }
.form-panel label > span { color: var(--brown); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.form-panel input,.form-panel select,.form-panel textarea { width: 100%; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 15px 16px; outline: none; transition: border-color .25s, box-shadow .25s; }
.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(155,23,27,.08); }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 12px; }
.consent input { width: auto; margin-top: 4px; }
.form-submit { width: 100%; min-height: 56px; margin-top: 22px; border: 0; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; transition: background .3s, transform .3s; }
.form-submit:hover { background: var(--wine); transform: translateY(-2px); }
.form-submit:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 22px; margin: 14px 0 0; font-size: 13px; }
.form-status.success { color: #268c4d; }
.form-status.error { color: #b11a20; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.map-shell { margin-top: 56px; height: 400px; overflow: hidden; border: 8px solid rgba(255,255,255,.06); }
.map-shell iframe { width: 100%; height: 100%; border: 0; filter: sepia(.28) saturate(.8) contrast(.95); }

.site-footer { background: #110102; color: rgba(255,255,255,.72); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr 1fr; gap: 50px; align-items: start; }
.footer-brand img { width: 190px; background: #fff; padding: 10px; }
.footer-brand p { max-width: 320px; }
.footer-grid nav { display: grid; gap: 10px; }
.footer-grid nav a { font-family: var(--heading); font-size: 22px; font-weight: 700; text-transform: uppercase; }
.footer-grid nav a:hover { color: #fff; }
.footer-contact { display: grid; gap: 10px; justify-items: end; text-align: right; }
.footer-contact a { color: #fff; }
.footer-bottom { margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 120; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 16px 38px rgba(0,0,0,.22); transition: transform .3s var(--ease); }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 28px; height: 28px; stroke: none; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav,.header-cta { display: none; }
  .menu-toggle { display: flex; margin-left: auto; }
  .hero-grid,.about-grid,.why-grid,.story-grid,.knowledge-grid,.contact-grid,.section-heading,.footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding-bottom: 40px; }
  .hero-media { min-height: 620px; }
  .about-grid,.story-grid,.knowledge-grid,.contact-grid { gap: 54px; }
  .why-copy { position: static; }
  .product-item { grid-template-columns: 64px 1fr 180px 54px; }
  .footer-contact { justify-items: start; text-align: left; }
}

@media (max-width: 760px) {
  .section { padding: 86px 0; }
  .header-top { display: none; }
  .nav-shell { min-height: 74px; }
  .brand { width: 168px; }
  .hero-copy { padding-top: 62px; }
  .hero h1 { font-size: clamp(3.35rem, 14vw, 5rem); line-height: 1.08; letter-spacing: .045em; }
  .hero-media { min-height: 500px; }
  .hero-image-wrap { inset: 0; }
  .hero-stat { right: 14px; top: 18px; }
  h2 { font-size: clamp(3.15rem, 14vw, 5rem); line-height: 1.08; letter-spacing: .01em; }
  h2 em { line-height: 1.1; margin-top: .06em; }
  .about-media { min-height: 520px; }
  .image-frame-large { right: 36px; bottom: 62px; }
  .about-label { width: 230px; padding: 24px; }
  .product-item { min-height: auto; grid-template-columns: 44px 1fr 48px; padding: 24px 0; }
  .product-visual { grid-column: 2 / 4; width: 100%; height: 78px; }
  .product-title h3 { font-size: 38px; }
  .story-stats { grid-template-columns: 1fr; }
  .story-stats div { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .story-stats div:last-child { border-bottom: 0; padding-left: 0; }
  .story-image img { height: 440px; }
  .reference-logos,.field-row { grid-template-columns: 1fr; }
  .logo-panel + .logo-panel { border-left: 0; border-top: 1px solid var(--line); }
  .accordion-item button span { font-size: 28px; }
  .form-panel { padding: 28px 22px; }
  .contact-list > * { grid-template-columns: 1fr; gap: 5px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Multilingual navigation */
.language-switcher { position: relative; margin-left: 10px; }
.language-switcher summary { list-style: none; min-width: 68px; height: 44px; padding: 0 13px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .12em; transition: color .25s, background .25s, border-color .25s; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .25s; }
.language-switcher[open] summary { background: var(--wine); color: #fff; border-color: var(--wine); }
.language-switcher[open] summary svg { transform: rotate(180deg); }
.language-menu { position: absolute; right: 0; top: calc(100% + 10px); z-index: 160; min-width: 185px; padding: 8px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(42,10,10,.16); }
.language-menu::before { content: ''; position: absolute; right: 20px; top: -6px; width: 10px; height: 10px; background: #fff; border-left: 1px solid var(--line); border-top: 1px solid var(--line); transform: rotate(45deg); }
.language-menu a { position: relative; z-index: 1; min-height: 44px; padding: 0 11px; display: grid; grid-template-columns: 36px 1fr; align-items: center; color: var(--ink); transition: background .2s, color .2s; }
.language-menu a:hover, .language-menu a[aria-current='page'] { background: var(--cream); color: var(--red); }
.language-menu b { font-size: 11px; letter-spacing: .12em; }
.language-menu span { font-size: 13px; }
@media (max-width: 1120px) { .language-switcher { margin-left: auto; } .menu-toggle { margin-left: 0; } }
@media (max-width: 520px) { .language-switcher summary { min-width: 58px; padding: 0 10px; } .language-menu { right: -45px; } }

/* Keep longer English and German hero lines inside the composition. */
body[data-language="en"] .hero h1 {
  font-size: clamp(4rem, 6.4vw, 6.8rem);
  letter-spacing: .04em;
}
body[data-language="de"] .hero h1 {
  font-size: clamp(3.55rem, 5.6vw, 5.9rem);
  letter-spacing: .025em;
}
body[data-language="de"] h2 {
  font-size: clamp(3.25rem, 5.3vw, 5.9rem);
}
@media (max-width: 760px) {
  body[data-language="en"] .hero h1 {
    font-size: clamp(3rem, 12.5vw, 4.7rem);
    letter-spacing: .03em;
  }
  body[data-language="de"] .hero h1 {
    font-size: clamp(2.7rem, 10.8vw, 4rem);
    letter-spacing: .018em;
  }
  body[data-language="de"] h2 {
    font-size: clamp(2.85rem, 12vw, 4.5rem);
  }
}
