:root {
  --wine: #741e35;
  --wine-dark: #4b1022;
  --wine-soft: #9a4c62;
  --olive: #5e6a3b;
  --olive-dark: #354221;
  --sage: #e9eddf;
  --cream: #fbf7f2;
  --ink: #241d1f;
  --muted: #746c6d;
  --white: #ffffff;
  --border: #e6ded8;
  --shadow: 0 20px 60px rgba(48, 29, 34, 0.10);
  --display: "Manrope", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --sans: "Manrope", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--wine); color: var(--white); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  padding: 9px 11px 9px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 40px rgba(24, 20, 16, 0.12);
  -webkit-backdrop-filter: blur(17px) saturate(125%);
  backdrop-filter: blur(17px) saturate(125%);
  transition: top 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.site-header:not(.scrolled) { border-color: rgba(255, 255, 255, 0.34); background: rgba(53, 66, 33, 0.3); }
.site-header.scrolled { top: 8px; background: rgba(251, 247, 242, 0.78); box-shadow: 0 12px 32px rgba(37, 20, 23, 0.13); }
.brand { width: 164px; height: 56px; display: flex; align-items: center; overflow: hidden; border-radius: 10px; }
.brand img { width: 160px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 38px); }
.desktop-nav a { color: #4f4547; font-size: 13px; font-weight: 600; transition: color 0.2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--wine); }
.site-header:not(.scrolled) .desktop-nav a { color: rgba(255, 255, 255, 0.92); }
.site-header:not(.scrolled) .desktop-nav a:hover, .site-header:not(.scrolled) .desktop-nav a:focus-visible { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-control { display: flex; align-items: center; gap: 5px; color: #655b5d; font-size: 11px; }
.site-header:not(.scrolled) .language-control { color: rgba(255, 255, 255, 0.88); }
.language-control svg { width: 16px; margin-right: 2px; }
.language-control button { border: 0; background: transparent; color: inherit; padding: 5px 2px; cursor: pointer; font-weight: 700; }
.language-control button.active { color: var(--wine); }
.site-header:not(.scrolled) .language-control button.active { color: var(--white); }
.header-contact {
  min-height: 50px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  background: var(--wine);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}
.header-contact:hover { transform: translateY(-2px); background: var(--wine-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(116, 30, 53, 0.16); border-radius: 12px; background: rgba(255, 255, 255, 0.74); color: var(--wine); cursor: pointer; }
.mobile-nav { display: none; }

.hero-section { position: relative; height: clamp(680px, 56.25vw, 900px); overflow: hidden; isolation: isolate; background: var(--wine-dark); }
.hero-section::before { content: ""; position: absolute; z-index: -1; inset: -28px; background: url('../media/imagenes/hero-amourfruit-desktop.webp') center / cover no-repeat; filter: blur(20px); transform: scale(1.05); opacity: 0.72; }
.hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at center, rgba(45, 15, 25, 0.12), rgba(28, 12, 17, 0.28)), linear-gradient(180deg, rgba(24, 11, 16, 0.24), rgba(28, 11, 17, 0.42)); }
.hero-content { position: relative; z-index: 2; height: 100%; padding: 146px 0 70px; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-main { width: min(100%, 980px); margin-inline: auto; display: grid; justify-items: center; gap: 22px; }
.hero-content h1 {
  max-width: 960px;
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 700;
  text-wrap: balance;
}
.hero-content h1 > span { display: block; }
.hero-title-accent { margin-top: 9px; color: #f3cbd5; }
.hero-subtitle { max-width: 650px; margin: 0; color: rgba(255, 255, 255, 0.88); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.55; font-weight: 500; text-wrap: balance; }
.hero-buttons { margin-top: 9px; display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.hero-button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 14px; font-size: 13px; font-weight: 700; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.hero-button:hover { transform: translateY(-2px); }
.hero-button--primary { background: var(--white); border-color: var(--white); color: var(--wine); }
.hero-button--primary:hover { background: #f7edef; }
.hero-button--secondary { background: rgba(255, 255, 255, 0.1); color: var(--white); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.hero-button--secondary:hover { background: rgba(255, 255, 255, 0.2); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--wine); font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow svg { width: 16px; height: 16px; }
.eyebrow-light { color: #f5dce2; }
.section-copy h2, .products-top h2, .process-heading h2, .origin-copy h2, .section-heading h2, .contact-card h2 {
  margin: 17px 0 21px;
  font-family: var(--display);
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-wrap: balance;
}
.section-copy > p, .process-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.82; }

.about-section { padding: 112px 0; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.about-visual { position: relative; min-height: 440px; border-radius: 32px; overflow: hidden; background-color: var(--wine-dark); background-image: linear-gradient(145deg, rgba(75, 16, 34, 0.18), rgba(53, 66, 33, 0.42)), url('../media/imagenes/compromiso-confianza.webp'); background-position: center; background-size: cover; }
.about-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.18), transparent 30%), linear-gradient(180deg, transparent 42%, rgba(48, 13, 24, 0.52)); }
.about-monogram { position: absolute; right: -20px; bottom: -95px; color: rgba(255, 255, 255, 0.09); font-family: var(--display); font-size: 480px; line-height: 1; font-weight: 700; letter-spacing: -0.08em; }
.check-list { margin: 27px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; }
.check-list svg { width: 20px; height: 20px; padding: 4px; border-radius: 50%; background: var(--sage); color: var(--olive-dark); }

.products-section { padding: 102px 0; overflow: hidden; background: var(--white); }
.products-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.products-top h2 { max-width: none; margin-bottom: 0; white-space: nowrap; }
.carousel-controls { display: flex; gap: 9px; flex: 0 0 auto; }
.carousel-button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--cream); color: var(--wine); cursor: pointer; transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease; }
.carousel-button:hover:not(:disabled) { transform: translateY(-2px); background: var(--wine); color: var(--white); }
.carousel-button:disabled { opacity: 0.35; cursor: default; }
.product-carousel { margin-top: 42px; }
.product-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 28px) / 3); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.product-track::-webkit-scrollbar { display: none; }
.product-card { position: relative; height: 410px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 26px; overflow: hidden; scroll-snap-align: start; isolation: isolate; background: var(--product-color); color: var(--white); }
.product-card--photo > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--photo-position, center); transition: transform 0.55s ease; }
.product-card--photo:hover > img { transform: scale(1.045); }
.product-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(20, 12, 14, 0.18) 0%, rgba(25, 12, 17, 0.18) 42%, rgba(24, 10, 15, 0.86) 100%); }
.product-card--color { background: linear-gradient(145deg, var(--product-color), #4c1022); }
.product-card--color::before { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -80px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255, 255, 255, 0.045), 0 0 0 92px rgba(255, 255, 255, 0.025); }
.product-figure { position: absolute; right: -18px; top: 48px; color: rgba(255, 255, 255, 0.08); font-family: var(--display); font-size: 180px; line-height: 1; font-weight: 800; }
.product-number { position: relative; z-index: 2; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }
.product-copy { position: relative; z-index: 2; }
.product-copy > span { display: inline-block; margin-bottom: 10px; color: rgba(255, 255, 255, 0.72); font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 8px; font-family: var(--display); font-size: 34px; line-height: 1.05; font-weight: 700; letter-spacing: -0.035em; }
.product-card p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 12px; }
.product-copy > .product-cta { margin: 18px 0 0; display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.product-cta svg { width: 15px; height: 15px; }
.product-open { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: inherit; background: transparent; cursor: pointer; }
.product-open:focus-visible { outline: 0; box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.94); }
.product-card:has(.product-open:focus-visible) > img { transform: scale(1.045); }
.carousel-progress { height: 3px; margin-top: 24px; overflow: hidden; border-radius: 999px; background: #eee7e2; }
.carousel-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--wine); transition: width 0.12s linear; }

.product-modal { width: min(1080px, calc(100% - 40px)); max-height: min(90vh, 820px); padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: #fbf8f4; color: var(--ink); box-shadow: 0 34px 100px rgba(27, 12, 17, 0.36); }
.product-modal::backdrop { background: rgba(25, 13, 17, 0.62); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.product-modal[open] { animation: modal-in 0.28s ease both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(0.985); } to { opacity: 1; transform: none; } }
.product-modal-shell { height: min(90vh, 820px); min-height: min(650px, 90vh); display: grid; grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr); }
.product-modal-close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0 0 3px; border: 1px solid rgba(116, 30, 53, 0.14); border-radius: 50%; background: rgba(251, 247, 242, 0.88); color: var(--wine); font-size: 28px; line-height: 1; cursor: pointer; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.product-modal-close:hover { background: var(--white); }
.product-modal-media { min-height: 0; overflow: hidden; background: var(--wine-dark); }
.product-modal-media img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-content { padding: 46px clamp(30px, 4vw, 52px) 34px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(116, 30, 53, 0.2) transparent; }
.product-modal-content h2 { margin: 12px 0 4px; font-family: var(--display); font-size: clamp(40px, 4.3vw, 58px); line-height: 0.98; letter-spacing: -0.055em; }
.product-modal-latin { margin: 0 0 15px; color: var(--wine-soft); font-size: 12px; font-style: italic; }
.product-modal-intro { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.product-modal-section-label, .product-modal-specs dt { color: var(--wine); font-size: 9px; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.product-modal-varieties { margin-top: 20px; }
.product-modal-section-label { display: block; }
.product-modal-chips { margin-top: 9px; display: flex; flex-wrap: wrap; gap: 7px; }
.product-modal-chips span { padding: 7px 10px; border: 1px solid rgba(116, 30, 53, 0.14); border-radius: 999px; background: transparent; color: var(--wine); font-size: 10px; font-weight: 700; }
.product-modal-season { margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--border); }
.product-modal-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.product-modal-season-copy { color: var(--ink); font-size: 11px; }
.product-modal-months { margin-top: 10px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 4px; }
.product-modal-months span { min-width: 0; padding: 7px 2px; border-radius: 7px; background: #ece7e2; color: #9c9293; text-align: center; font-size: 8px; font-weight: 700; }
.product-modal-months span.is-active { background: var(--wine); color: var(--white); }
.product-modal-specs { margin: 18px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.product-modal-specs > div { min-height: 92px; padding: 14px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, 0.42); }
.product-modal-specs dt { margin-bottom: 7px; color: #897f80; }
.product-modal-specs dd { margin: 0; color: var(--ink); font-size: 11px; font-weight: 650; line-height: 1.45; }
.product-modal-actions { margin-top: 20px; display: flex; align-items: center; }
.product-inquiry { min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--wine); border-radius: 13px; background: var(--wine); color: var(--white); font-size: 11px; font-weight: 700; transition: transform 0.2s ease, background 0.2s ease; }
.product-inquiry:hover { transform: translateY(-2px); background: var(--wine-dark); }
.product-inquiry svg { width: 16px; height: 16px; }

.process-section { padding: 112px 0; }
.process-heading { max-width: 720px; }
.process-grid { margin-top: 52px; min-height: 470px; display: flex; gap: 0; overflow: hidden; border: 1px solid rgba(116, 30, 53, 0.14); border-radius: 30px; background: #2e1820; box-shadow: 0 24px 60px rgba(48, 29, 34, 0.14); }
.process-card--origin { --card-image: url('../media/imagenes/proceso-origen-desktop.webp'); --card-mobile-image: url('../media/imagenes/proceso-origen-mobile.webp'); }
.process-card--selection { --card-image: url('../media/imagenes/proceso-seleccion-desktop.webp'); --card-mobile-image: url('../media/imagenes/proceso-seleccion-mobile.webp'); }
.process-card--export { --card-image: url('../media/imagenes/proceso-exportacion-desktop.webp'); --card-mobile-image: url('../media/imagenes/proceso-exportacion-mobile.webp'); }
.process-grid article { position: relative; min-width: 0; min-height: 470px; flex: 1 1 0; padding: 28px; display: flex; flex-direction: column; isolation: isolate; overflow: hidden; border-right: 1px solid rgba(255, 255, 255, 0.28); background-color: #342126; background-image: linear-gradient(180deg, rgba(24, 14, 18, 0.1) 0%, rgba(31, 16, 22, 0.18) 38%, rgba(30, 13, 19, 0.9) 100%), var(--card-image); background-size: cover; background-position: var(--card-position, center); color: var(--white); transition: flex 0.55s cubic-bezier(0.22, 1, 0.36, 1), background-position 0.55s ease, filter 0.35s ease; }
.process-grid article:last-child { border-right: 0; }
.process-grid:hover article { flex: 0.82 1 0; filter: saturate(0.78); }
.process-grid article:hover, .process-grid article:focus-visible { flex: 1.55 1 0; filter: saturate(1.04); outline: 0; }
.process-grid:not(:hover):not(:focus-within) article:first-child { flex: 1.42 1 0; }
.process-grid:not(:hover):not(:focus-within) article:not(:first-child) { flex: 0.79 1 0; }
.step-top { display: flex; align-items: center; justify-content: space-between; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 16px; background: rgba(255, 255, 255, 0.86); color: var(--olive-dark); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.step-icon svg { width: 23px; height: 23px; }
.step-number { color: rgba(255, 255, 255, 0.88); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
.process-card-copy { position: relative; z-index: 2; margin-top: auto; }
.process-grid h3 { max-width: 330px; margin: 0; font-family: var(--display); font-size: clamp(23px, 2.2vw, 30px); line-height: 1.12; font-weight: 700; letter-spacing: -0.04em; text-wrap: balance; }
.process-grid p { max-width: 390px; max-height: 0; margin: 0; overflow: hidden; color: rgba(255, 255, 255, 0.76); font-size: 13px; line-height: 1.72; opacity: 0; transform: translateY(10px); transition: max-height 0.45s ease, margin 0.45s ease, opacity 0.3s ease 0.08s, transform 0.4s ease; }
.process-grid article:hover p, .process-grid article:focus-visible p, .process-grid:not(:hover):not(:focus-within) article:first-child p { max-height: 96px; margin-top: 14px; opacity: 1; transform: none; }

.origin-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.origin-image-wrap { position: relative; min-height: 540px; overflow: hidden; }
.origin-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.origin-location { position: absolute; left: 28px; bottom: 28px; padding: 12px 15px; display: inline-flex; align-items: center; gap: 8px; border-radius: 13px; background: rgba(255, 255, 255, 0.9); color: var(--wine); font-size: 11px; font-weight: 700; box-shadow: 0 12px 35px rgba(36, 29, 31, 0.14); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.origin-location svg { width: 16px; }
.origin-copy { padding: clamp(64px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; background: var(--olive-dark); color: var(--white); }
.origin-copy h2 { max-width: 560px; }
.origin-copy p { max-width: 580px; margin: 0 0 27px; color: rgba(255, 255, 255, 0.72); font-size: 15px; line-height: 1.82; }
.origin-copy a { display: inline-flex; align-items: center; gap: 9px; color: #eee6cb; font-size: 13px; font-weight: 700; }
.origin-copy a svg { width: 18px; }

.focus-section { padding: 112px 0; }
.focus-heading { display: block; }
.focus-experience { margin-top: 42px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); gap: clamp(44px, 6vw, 82px); align-items: center; }
.commitment-visual { position: relative; min-height: 510px; margin: 0; overflow: hidden; border-radius: 30px 30px 150px 30px; background: var(--olive-dark); box-shadow: 0 24px 58px rgba(42, 31, 33, 0.15); }
.commitment-visual::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(25, 24, 18, 0.02) 48%, rgba(28, 27, 20, 0.52) 100%); pointer-events: none; }
.commitment-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity 0.55s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
.commitment-image.is-active { opacity: 1; transform: scale(1); }
.commitment-visual figcaption { position: absolute; z-index: 3; left: 26px; bottom: 24px; min-width: 88px; padding: 11px 14px; display: flex; align-items: baseline; gap: 5px; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 999px; background: rgba(36, 25, 28, 0.42); color: rgba(255, 255, 255, 0.72); font-size: 10px; letter-spacing: 0.08em; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.commitment-counter { color: var(--white); font-size: 16px; font-weight: 700; }
.focus-grid { display: block; }
.focus-card--traceability { --focus-image: url('../media/imagenes/compromiso-trazabilidad-desktop.webp'); --focus-mobile-image: url('../media/imagenes/compromiso-trazabilidad-mobile.webp'); }
.focus-card--quality { --focus-image: url('../media/imagenes/compromiso-calidad-desktop.webp'); --focus-mobile-image: url('../media/imagenes/compromiso-calidad-mobile.webp'); }
.focus-card--trust { --focus-image: url('../media/imagenes/compromiso-confianza-desktop.webp'); --focus-mobile-image: url('../media/imagenes/compromiso-confianza-mobile.webp'); }
.focus-grid article { position: relative; min-height: 0; padding: 30px 0; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; border-top: 1px solid var(--border); color: var(--ink); cursor: default; transition: padding-left 0.35s ease, color 0.25s ease; }
.focus-grid article:last-child { border-bottom: 1px solid var(--border); }
.focus-grid article:hover, .focus-grid article:focus-visible, .focus-grid article.is-active { padding-left: 12px; color: var(--wine); outline: 0; }
.focus-grid > article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--wine); font-size: 10px; font-weight: 750; letter-spacing: 0.08em; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.focus-grid article.is-active > span, .focus-grid article:hover > span, .focus-grid article:focus-visible > span { border-color: var(--wine); background: var(--wine); color: var(--white); }
.focus-card-copy { padding-top: 3px; }
.focus-grid h3 { margin: 0 0 9px; font-family: var(--display); font-size: clamp(25px, 2.4vw, 33px); line-height: 1.08; font-weight: 700; letter-spacing: -0.04em; }
.focus-grid p { max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }

.contact-section { padding: 10px 0 102px; }
.contact-card { position: relative; padding: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(42px, 6vw, 76px); align-items: center; border-radius: 32px; overflow: hidden; background: var(--wine); color: var(--white); }
.contact-card::after { content: ""; position: absolute; width: 400px; height: 400px; left: -220px; bottom: -250px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.03), 0 0 0 96px rgba(255, 255, 255, 0.02); }
.contact-copy { position: relative; z-index: 2; }
.contact-card h2 { max-width: 580px; }
.contact-copy > p { max-width: 540px; margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 14px; line-height: 1.78; }
.contact-email { margin-top: 24px; display: inline-flex; align-items: center; gap: 9px; color: #f4e7ea; font-size: 13px; font-weight: 700; }
.contact-email svg { width: 18px; }
.contact-form { position: relative; z-index: 2; padding: 28px; display: grid; gap: 16px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 24px; background: rgba(255, 255, 255, 0.11); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255, 255, 255, 0.84); font-size: 11px; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 12px; outline: 0; background: rgba(255, 255, 255, 0.94); color: var(--ink); font-size: 13px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-form input, .contact-form select { min-height: 46px; padding: 0 13px; }
.contact-form textarea { min-height: 102px; padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #d8a8b4; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9b9293; }
.form-submit { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 13px; background: var(--white); color: var(--wine); font-size: 13px; font-weight: 700; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; }
.form-submit:hover { transform: translateY(-2px); background: #fbf0f2; }
.form-status { min-height: 17px; margin: -4px 0 0; color: rgba(255, 255, 255, 0.76); font-size: 11px; }

footer { border-top: 1px solid var(--border); background: #f4efe9; color: var(--ink); }
.footer-main { padding: 64px 0 48px; display: grid; grid-template-columns: 1.05fr 0.5fr 1.15fr 0.8fr; gap: clamp(30px, 4vw, 56px); }
.footer-logo-wrap { width: 200px; padding: 0; border: 0; overflow: hidden; background: transparent; }
.footer-logo-wrap img { width: 100%; height: auto; }
.footer-brand p { max-width: 390px; margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.footer-company-data { margin-top: 18px; display: grid; gap: 4px; color: #4f4547; font-size: 12px; }
.footer-company-data b { color: var(--wine); font-size: 12px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column strong { display: block; margin-bottom: 6px; color: var(--wine); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-column a, .footer-column p, .footer-column address { margin: 0; color: #4f4547; font-size: 13px; line-height: 1.6; }
.footer-column address { max-width: 280px; font-style: normal; }
.footer-column a:hover { color: var(--wine); }
.footer-bottom { padding: 19px 0 25px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(74, 55, 59, 0.12); color: #827779; font-size: 10px; }
.footer-bottom a:hover { color: var(--wine); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(154, 76, 98, 0.42); outline-offset: 3px; }

@media (max-width: 980px) {
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { display: grid; }
  .mobile-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    padding: 10px;
    gap: 3px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px 13px; border-radius: 9px; font-size: 13px; font-weight: 600; }
  .mobile-nav a:hover { background: #f6efed; color: var(--wine); }
  .about-section { grid-template-columns: 0.9fr 1.1fr; gap: 48px; }
  .product-track { grid-auto-columns: calc((100% - 14px) / 2); }
  .process-grid { min-height: 430px; }
  .process-grid article { min-height: 430px; padding: 24px; }
  .focus-experience { grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr); gap: 34px; }
  .commitment-visual { min-height: 440px; border-bottom-right-radius: 110px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-copy { max-width: 680px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 24px, 1180px); }
  .site-header { top: 11px; min-height: 64px; padding: 6px 7px 6px 12px; border-radius: 17px; background: rgba(255, 255, 255, 0.7); }
  .site-header.scrolled { top: 6px; }
  .brand { width: 142px; height: 46px; }
  .brand img { width: 138px; }
  .language-control svg, .language-control > span { display: none; }
  .language-control { gap: 3px; }
  .language-control button { min-width: 34px; min-height: 40px; }
  .mobile-nav { top: 72px; }
  .mobile-nav a { min-height: 48px; display: flex; align-items: center; }
  .hero-section { height: 100svh; min-height: 640px; max-height: 820px; }
  .hero-section::before { display: none; }
  .hero-content { height: 100%; min-height: 640px; padding: 112px 0 42px; }
  .hero-overlay { background: radial-gradient(circle at center, rgba(55, 18, 31, 0.08), rgba(27, 11, 17, 0.28)), linear-gradient(180deg, rgba(24, 11, 16, 0.28), rgba(29, 11, 18, 0.56)); }
  .hero-image { object-fit: cover; object-position: 60% center; }
  .hero-main { gap: 20px; }
  .hero-content h1 { max-width: 100%; font-size: clamp(38px, 11vw, 50px); line-height: 1.02; }
  .hero-title-accent { margin-top: 7px; }
  .hero-subtitle { max-width: 330px; font-size: 16px; line-height: 1.5; }
  .hero-button { min-height: 49px; padding-inline: 17px; }
  .about-section { padding: 82px 0; grid-template-columns: 1fr; gap: 42px; }
  .about-visual { min-height: 300px; border-radius: 25px; }
  .about-monogram { right: -10px; bottom: -72px; font-size: 330px; }
  .section-copy h2, .products-top h2, .process-heading h2, .origin-copy h2, .section-heading h2, .contact-card h2 { font-size: clamp(30px, 9vw, 36px); }
  .products-section, .process-section, .focus-section { padding: 72px 0; }
  .products-top { align-items: flex-start; flex-direction: column; gap: 17px; }
  .products-top h2 { white-space: normal; }
  .carousel-controls { gap: 6px; padding: 4px; border: 1px solid var(--border); border-radius: 999px; background: var(--cream); }
  .carousel-button { width: 40px; height: 40px; border: 0; background: transparent; }
  .product-carousel { margin-top: 26px; }
  .product-track { grid-auto-columns: 82%; gap: 12px; scroll-padding-inline: 0; }
  .product-card { height: 330px; padding: 19px; border-radius: 24px; box-shadow: 0 16px 34px rgba(39, 24, 28, 0.16); }
  .product-number { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 50%; background: rgba(32, 18, 22, 0.25); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
  .product-card h3 { font-size: 30px; }
  .product-copy > span { margin-bottom: 8px; }
  .carousel-progress { margin-top: 16px; }
  .process-grid { min-height: 0; margin: 32px 0 0 10px; padding: 0 0 0 22px; display: grid; grid-template-columns: 1fr; gap: 16px; overflow: visible; border: 0; border-left: 1px solid rgba(116, 30, 53, 0.24); border-radius: 0; background: none; box-shadow: none; }
  .process-grid article, .process-grid:hover article, .process-grid article:hover, .process-grid article:focus-visible, .process-grid:not(:hover):not(:focus-within) article:first-child, .process-grid:not(:hover):not(:focus-within) article:not(:first-child) { min-height: 270px; padding: 20px; flex: none; filter: none; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 22px; background-image: linear-gradient(180deg, rgba(27, 15, 19, 0.05) 0%, rgba(32, 17, 23, 0.18) 42%, rgba(31, 13, 19, 0.87) 100%), var(--card-mobile-image); background-position: center; box-shadow: 0 16px 34px rgba(47, 28, 34, 0.16); }
  .process-grid article::before { content: ""; position: absolute; top: 31px; left: -29px; width: 11px; height: 11px; border: 3px solid var(--cream); border-radius: 50%; background: var(--wine); box-shadow: 0 0 0 1px rgba(116, 30, 53, 0.2); }
  .step-icon { width: 48px; height: 48px; border-radius: 15px; }
  .process-grid h3 { margin: 0; font-size: 24px; }
  .process-grid p, .process-grid article:hover p, .process-grid article:focus-visible p, .process-grid:not(:hover):not(:focus-within) article:first-child p { max-height: none; margin-top: 10px; overflow: visible; font-size: 12px; line-height: 1.65; opacity: 1; transform: none; }
  .origin-section { grid-template-columns: 1fr; }
  .origin-image-wrap { min-height: 360px; }
  .origin-copy { padding: 58px 24px; }
  .focus-experience { margin-top: 24px; display: block; }
  .commitment-visual { display: none; }
  .focus-grid { margin-top: 0; display: grid; grid-template-columns: 1fr; gap: 0; }
  .focus-grid article, .focus-grid article:nth-child(2), .focus-grid article:nth-child(3) { position: relative; min-height: 160px; padding: 23px 96px 23px 0; display: block; overflow: visible; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: none; color: var(--ink); box-shadow: none; }
  .focus-grid article:last-child { border-bottom: 0; }
  .focus-grid article::after { content: ""; position: absolute; top: 50%; right: 0; width: 78px; height: 78px; transform: translateY(-50%); border: 4px solid var(--white); border-radius: 50%; background-image: linear-gradient(rgba(53, 66, 33, 0.05), rgba(75, 16, 34, 0.1)), var(--focus-mobile-image); background-position: var(--focus-position, center); background-size: cover; box-shadow: 0 10px 28px rgba(44, 29, 33, 0.14); }
  .focus-grid article:hover, .focus-grid article:focus-visible, .focus-grid article.is-active { padding-left: 0; color: var(--ink); transform: none; box-shadow: none; }
  .focus-grid > article > span, .focus-grid article.is-active > span, .focus-grid article:hover > span, .focus-grid article:focus-visible > span { width: auto; height: auto; display: inline; border: 0; border-radius: 0; background: none; color: var(--wine); font-size: 10px; letter-spacing: 0.14em; }
  .focus-card-copy { padding-top: 0; }
  .focus-grid h3 { margin: 13px 0 7px; color: var(--ink); font-size: 24px; }
  .focus-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
  .contact-section { padding: 0 0 64px; }
  .contact-card { min-height: min(720px, calc(100svh - 20px)); padding: 24px 16px; gap: 18px; align-content: center; border-radius: 24px; }
  .contact-card h2 { margin: 14px 0 0; font-size: clamp(29px, 8.5vw, 34px); line-height: 1.08; }
  .contact-copy > p, .contact-email { display: none; }
  .contact-form { padding: 14px; gap: 10px; border-radius: 18px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
  .contact-form label { gap: 4px; font-size: 10px; }
  .contact-form input, .contact-form select { min-height: 42px; padding-inline: 10px; }
  .contact-form textarea { min-height: 66px; padding: 9px 10px; }
  .form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .form-submit { min-height: 44px; }
  .form-status { min-height: 0; }
  .form-status:empty { display: none; }
  .footer-main { padding: 46px 0 30px; grid-template-columns: 1fr; gap: 14px; }
  .footer-brand { padding: 0 10px 18px; text-align: center; }
  .footer-logo-wrap { width: 190px; margin-inline: auto; }
  .footer-brand p { margin: 14px auto 0; }
  .footer-company-data { justify-items: center; }
  .footer-column { padding: 18px; gap: 8px; border: 1px solid rgba(116, 30, 53, 0.1); border-radius: 18px; background: rgba(255, 255, 255, 0.48); }
  .footer-main > .footer-column:nth-child(2) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .footer-main > .footer-column:nth-child(2) strong { grid-column: 1 / -1; }
  .footer-main > .footer-column:nth-child(2) a { padding: 9px 10px; border-radius: 10px; background: rgba(255, 255, 255, 0.68); }
  .footer-bottom { padding: 20px 0 28px; align-items: center; flex-direction: column; text-align: center; }
  .product-modal { width: calc(100% - 18px); max-height: 92svh; border-radius: 24px; }
  .product-modal-shell { height: auto; min-height: 0; display: block; max-height: 92svh; overflow-y: auto; }
  .product-modal-close { position: absolute; top: 12px; right: 12px; border-color: rgba(255, 255, 255, 0.34); background: rgba(35, 18, 23, 0.62); color: var(--white); }
  .product-modal-media { min-height: 0; height: 210px; }
  .product-modal-media img { object-position: center 48%; }
  .product-modal-content { padding: 22px 18px 22px; overflow: visible; }
  .product-modal-content h2 { margin-top: 12px; font-size: 38px; }
  .product-modal-latin { margin-bottom: 13px; }
  .product-modal-intro { font-size: 12px; line-height: 1.58; }
  .product-modal-varieties { margin-top: 16px; }
  .product-modal-season { margin-top: 16px; padding-top: 14px; }
  .product-modal-months { gap: 3px; }
  .product-modal-months span { padding: 6px 1px; font-size: 7px; }
  .product-modal-specs { margin-top: 15px; }
  .product-modal-specs > div { min-height: 88px; padding: 11px; }
  .product-modal-specs dd { font-size: 10px; }
  .product-modal-actions { margin-top: 16px; }
  .product-inquiry { width: 100%; }
}

@media (max-width: 430px) {
  .section-shell, .site-header { width: calc(100% - 20px); }
  .site-header { padding-left: 10px; }
  .brand { width: 126px; }
  .brand img { width: 122px; }
  .header-actions { gap: 6px; }
  .hero-section { min-height: 640px; }
  .hero-content { min-height: 640px; padding-top: 104px; }
  .hero-content h1 { font-size: clamp(40px, 12vw, 52px); }
  .hero-buttons { display: grid; grid-template-columns: 1fr; width: min(100%, 320px); }
  .hero-button { width: 100%; }
  .product-track { grid-auto-columns: 84%; }
  .product-card { height: 320px; }
  .contact-form { margin-inline: 0; }
}

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