﻿:root {
  --bg: #f5f5f6;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-dark: #111216;
  --text: #17181c;
  --muted: #656b76;
  --line: rgba(16, 24, 40, 0.08);
  --accent: #ba1f2f;
  --accent-dark: #7d1220;
  --accent-soft: #ffe7eb;
  --shadow-lg: 0 32px 80px rgba(23, 24, 28, 0.12);
  --shadow-md: 0 18px 40px rgba(23, 24, 28, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100vw - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(186, 31, 47, 0.09), transparent 28rem),
    radial-gradient(circle at 100% 10%, rgba(31, 72, 186, 0.08), transparent 22rem),
    linear-gradient(180deg, #fbfbfc 0%, #f1f2f4 100%);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container { width: var(--container); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -3rem; background: #111; color: #fff; padding: 0.75rem 1rem; border-radius: 999px; z-index: 50; }
.skip-link:focus { top: 1rem; }
.topbar { border-bottom: 1px solid rgba(255,255,255,0.2); background: linear-gradient(120deg, rgba(125, 18, 32, 0.96), rgba(186, 31, 47, 0.92)); color: rgba(255, 255, 255, 0.9); }
.topbar-inner, .topbar-meta, .topbar-links { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar-inner { justify-content: space-between; min-height: 48px; font-size: 0.92rem; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(16px); }
.site-header.is-scrolled .nav-shell { margin-top: 0.5rem; box-shadow: var(--shadow-md); }
.nav-shell { margin-top: 0.95rem; margin-bottom: 0.9rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.95rem 1.1rem; background: rgba(255,255,255,0.76); border: 1px solid rgba(255,255,255,0.72); border-radius: 999px; box-shadow: 0 12px 38px rgba(17, 18, 22, 0.08); }
.brand { display: inline-flex; align-items: center; gap: 0.9rem; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-copy strong, .eyebrow, h1, h2, h3 { font-family: "Space Grotesk", "Manrope", sans-serif; }
.brand-copy { display: grid; gap: 0.1rem; }
.brand-copy strong { font-size: 1.02rem; }
.brand-copy span { color: var(--muted); font-size: 0.88rem; }
.site-nav { display: flex; align-items: center; gap: 1rem; }
.site-nav ul { list-style: none; display: flex; align-items: center; gap: 0.4rem; margin: 0; padding: 0; }
.site-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0.8rem 1rem; border-radius: 999px; color: var(--muted); transition: transform 180ms ease, color 180ms ease, background 180ms ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--text); background: rgba(17, 18, 22, 0.05); }
.nav-cta { margin-left: 0.4rem; }
.site-nav .nav-cta, .site-nav .nav-cta:hover, .site-nav .nav-cta.is-active { color: #fff; background: linear-gradient(135deg, var(--accent) 0%, #d63c4c 100%); }
.nav-toggle { display: none; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,0.85); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--text); border-radius: 999px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; min-height: 52px; padding: 0.95rem 1.4rem; border-radius: 999px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--accent) 0%, #d63c4c 100%); box-shadow: 0 20px 36px rgba(186, 31, 47, 0.24); }
.button-secondary { color: var(--text); background: rgba(255,255,255,0.8); border: 1px solid rgba(16,24,40,0.08); }
main { overflow: clip; }
section { padding: 5.5rem 0; position: relative; }
.hero { padding-top: 3rem; padding-bottom: 4.8rem; }
.hero-grid, .split-grid, .contact-grid, .detail-grid, .footer-grid, .stats-grid, .card-grid, .logo-grid, .timeline, .map-grid, .story-grid, .process-grid { display: grid; gap: 1.4rem; }
.hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.55rem 0.95rem; border-radius: 999px; background: rgba(186, 31, 47, 0.08); color: var(--accent-dark); font-size: 0.92rem; font-weight: 700; }
.hero-copy h1, .page-hero h1 { margin: 1rem 0 1rem; font-size: clamp(2.9rem, 5vw, 5.25rem); line-height: 0.98; letter-spacing: -0.05em; }
.hero-copy p, .section-copy p, .page-hero p, .lead { margin: 0; max-width: 62ch; color: var(--muted); font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }
.hero-points span, .pill { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.65rem 0.9rem; border-radius: 999px; background: rgba(255,255,255,0.78); border: 1px solid rgba(16,24,40,0.06); color: var(--muted); }
.hero-visual, .glass-card, .page-hero-panel, .metric-card, .card, .form-panel, .detail-panel, .brand-panel { background: var(--surface); border: 1px solid rgba(255,255,255,0.6); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); backdrop-filter: blur(16px); }
.hero-visual { min-height: 540px; padding: 1.4rem; position: relative; overflow: hidden; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(12px); opacity: 0.8; }
.hero-orb.one { width: 240px; height: 240px; background: rgba(186, 31, 47, 0.17); top: -50px; right: -40px; }
.hero-orb.two { width: 180px; height: 180px; background: rgba(28, 31, 46, 0.12); bottom: 70px; left: -30px; }
.hero-stage { position: relative; min-height: 100%; display: grid; gap: 1rem; }
.stage-panel { border-radius: 28px; padding: 1.25rem; background: linear-gradient(165deg, rgba(255,255,255,0.96), rgba(255,255,255,0.58)); border: 1px solid rgba(255,255,255,0.8); }
.stage-panel img { width: 100%; border-radius: 22px; height: 290px; object-fit: cover; }
.stage-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.mini-card { padding: 1rem; border-radius: 24px; background: rgba(17,18,22,0.92); color: #fff; }
.mini-card.light { background: rgba(255,255,255,0.76); color: var(--text); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.2rem; margin-bottom: 2rem; }
.section-heading h2 { margin: 0.6rem 0 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; letter-spacing: -0.045em; }
.section-heading p { max-width: 60ch; color: var(--muted); margin: 0; }
.stats-grid, .card-grid, .logo-grid, .timeline, .map-grid, .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.metric-card, .card, .logo-pill, .timeline-card, .region-card { padding: 1.5rem; border-radius: var(--radius-lg); background: rgba(255,255,255,0.84); border: 1px solid rgba(16,24,40,0.06); box-shadow: var(--shadow-md); }
.metric-card strong, .stat-number { font-family: "Space Grotesk", sans-serif; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.06em; }
.metric-card p, .card p, .timeline-card p, .region-card p, .detail-list li, .contact-list li, .footer-text { color: var(--muted); }
.icon-box { width: 52px; height: 52px; border-radius: 16px; display: inline-grid; place-items: center; background: linear-gradient(135deg, rgba(186,31,47,0.12), rgba(17,18,22,0.04)); margin-bottom: 1rem; }
.icon-box svg { width: 24px; height: 24px; stroke: var(--accent); }
.split-grid, .detail-grid, .story-grid, .contact-grid, .map-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.panel-image { border-radius: 28px; min-height: 100%; overflow: hidden; }
.panel-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.badge-row, .tab-list, .tag-list { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.tag-list a, .tab-list button { border: 0; cursor: pointer; padding: 0.72rem 1rem; border-radius: 999px; background: rgba(255,255,255,0.72); border: 1px solid rgba(16,24,40,0.08); color: var(--muted); }
.tab-list button.is-active, .tag-list a:hover, .tag-list a.is-active { color: #fff; background: linear-gradient(135deg, var(--accent), #d63c4c); }
.product-card, .brand-card { display: flex; flex-direction: column; border-radius: 28px; overflow: hidden; background: rgba(255,255,255,0.88); border: 1px solid rgba(16,24,40,0.05); box-shadow: var(--shadow-md); transition: transform 200ms ease, box-shadow 200ms ease; }
.product-card:hover, .brand-card:hover, .card:hover, .metric-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(17, 18, 22, 0.14); }
.product-card img, .brand-card img { width: 100%; height: 240px; object-fit: cover; background: linear-gradient(135deg, #f8f8f9, #eceef1); }
.product-card-body, .brand-card-body { display: grid; gap: 0.7rem; padding: 1.3rem 1.3rem 1.4rem; }
.product-card-body h3, .brand-card-body h3 { margin: 0; font-size: 1.25rem; }
.card-link { color: var(--accent-dark); font-weight: 700; }
.page-hero { padding-top: 3rem; padding-bottom: 3rem; }
.page-hero-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 1.4rem; align-items: end; }
.page-hero-panel { padding: 1.5rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 0.55rem; color: var(--muted); font-size: 0.95rem; }
.crumb-sep { opacity: 0.45; }
.page-hero-media { overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.page-hero-media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.detail-panel, .form-panel, .brand-panel { padding: 1.5rem; }
.detail-list, .contact-list, .footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.8rem; }
.detail-list strong { display: block; margin-bottom: 0.22rem; color: var(--text); }
.ingredients-box { padding: 1.2rem 1.3rem; border-radius: 24px; background: rgba(186,31,47,0.05); border: 1px solid rgba(186,31,47,0.12); }
form { display: grid; gap: 1rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: 0.45rem; }
.field label { font-weight: 700; }
.field input, .field textarea { width: 100%; min-height: 56px; padding: 1rem 1.1rem; border-radius: 18px; border: 1px solid rgba(16,24,40,0.12); background: rgba(255,255,255,0.85); transition: border 180ms ease, box-shadow 180ms ease; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: rgba(186,31,47,0.55); box-shadow: 0 0 0 4px rgba(186,31,47,0.12); }
.checkbox { display: flex; align-items: start; gap: 0.75rem; }
.checkbox input { width: 20px; height: 20px; margin-top: 0.22rem; }
.logo-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.logo-pill { display: grid; place-items: center; min-height: 110px; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; color: var(--muted); }
.cta-band { padding: 2rem; border-radius: 30px; background: linear-gradient(135deg, #16171b, #242834); color: rgba(255,255,255,0.88); box-shadow: var(--shadow-lg); }
.cta-band h2, .cta-band p { color: inherit; margin: 0; }
.cta-band .hero-actions { margin-top: 1rem; }
.site-footer { margin-top: 2rem; padding-top: 3.8rem; padding-bottom: 2rem; background: #0e1014; color: rgba(255,255,255,0.86); }
.footer-grid { grid-template-columns: 1.35fr 0.8fr 0.9fr 0.95fr; }
.footer-brand .brand-copy span, .site-footer .footer-links, .site-footer .footer-text { color: rgba(255,255,255,0.65); }
.footer-badges { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.footer-badges a { padding: 0.68rem 0.9rem; border-radius: 999px; background: rgba(255,255,255,0.08); }
.footer-bottom { margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.56); }
.footer-credit { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-credit p { margin: 0; }
.footer-credit-link { display: inline-flex; align-items: center; gap: 0.85rem; color: rgba(255,255,255,0.82); font-weight: 700; }
.footer-credit-link img { width: auto; height: 30px; object-fit: contain; }
.form-feedback { margin-bottom: 16px; padding: 14px 16px; border-radius: 18px; font-weight: 600; }
.form-feedback.is-success { background: rgba(30, 155, 92, 0.12); color: #106b3d; border: 1px solid rgba(30, 155, 92, 0.18); }
.form-feedback.is-error { background: rgba(186, 31, 47, 0.10); color: #9a1d2a; border: 1px solid rgba(186, 31, 47, 0.18); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1080px) {
  .hero-grid, .page-hero-wrap, .split-grid, .story-grid, .contact-grid, .detail-grid, .footer-grid, .map-grid { grid-template-columns: 1fr; }
  .stats-grid, .card-grid, .process-grid, .timeline, .logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-nav { position: fixed; inset: 106px 16px auto 16px; display: none; flex-direction: column; align-items: stretch; padding: 1rem; border-radius: 28px; background: rgba(255,255,255,0.96); box-shadow: var(--shadow-lg); }
  .site-nav.is-open { display: flex; }
  .site-nav ul { width: 100%; flex-direction: column; align-items: stretch; }
  .site-nav li, .site-nav a { width: 100%; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 720px) {
  section { padding: 4.3rem 0; }
  .topbar { display: none; }
  .nav-shell { margin-top: 0.6rem; border-radius: 24px; padding: 0.8rem 0.9rem; }
  .brand img { width: 46px; height: 46px; }
  .hero-visual { min-height: auto; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .stats-grid, .card-grid, .process-grid, .timeline, .logo-grid, .form-grid, .stage-stack { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .page-hero { padding-top: 2rem; }
  .footer-credit { align-items: start; flex-direction: column; }
}