@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --wine: #9c182b;
  --wine-bright: #c32440;
  --wine-dark: #68101f;
  --green: #64a936;
  --paper: #0a0a0a;
  --surface: #121212;
  --surface-2: #181818;
  --ink: #f5f5f3;
  --muted: #aaa;
  --line: rgba(255,255,255,.12);
  --max: 1200px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: #fff;
  color: #111;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.topbar { background: #070707; border-bottom: 1px solid var(--line); font-size: .78rem; color: #c9c9c9; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-list { display: flex; align-items: center; gap: 20px; }
.topbar a:hover { color: #fff; }
.dot { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: var(--green); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(10,10,10,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.site-nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand img { width: 170px; height: auto; }
.site-nav-links { display: flex; align-items: center; gap: 30px; }
.site-nav-links a { color: #c6c6c6; font-size: .88rem; font-weight: 500; }
.site-nav-links a:hover, .site-nav-links a[aria-current="page"] { color: #fff; }
.site-nav-links a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--wine-bright); text-underline-offset: 8px; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: #fff; }
.button-primary:hover { background: var(--wine-bright); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: rgba(255,255,255,.32); }

.breadcrumbs { padding-block: 18px; color: #909090; font-size: .8rem; }
.breadcrumbs ol { display: flex; gap: 9px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 9px; color: #555; }
.breadcrumbs a:hover { color: #fff; }

.page-hero {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero-media, .page-hero-media picture, .page-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-media img { object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.94) 0%, rgba(4,4,4,.68) 50%, rgba(4,4,4,.28) 100%); }
.page-hero-content { position: relative; z-index: 1; max-width: 760px; padding-block: 80px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #e84a65; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 2px; background: var(--green); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(2.8rem, 6.2vw, 5.4rem); font-weight: 400; }
.page-hero p { max-width: 660px; margin: 0 0 30px; color: #d2d2d2; font-size: clamp(1rem, 1.7vw, 1.18rem); }

.section { padding-block: clamp(72px, 9vw, 124px); }
.section-soft { background: var(--surface); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head h2, .content-grid h2 { margin: 12px 0 18px; font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 400; }
.section-head p, .content-grid p { color: var(--muted); font-size: 1.02rem; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.85fr); gap: clamp(42px,7vw,90px); align-items: center; }
.content-grid.reverse > :first-child { order: 2; }
.media-frame { position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--surface-2); }
.media-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-frame.portrait img { aspect-ratio: 4 / 5; }

.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.feature-card { padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.feature-number { display: block; margin-bottom: 24px; color: #e13c58; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.feature-card h2, .feature-card h3 { margin-bottom: 12px; font-size: 1.25rem; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); }

.temperature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.temperature-card { display: flex; min-height: 120px; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); background: #111; }
.temperature-icon { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(156,24,43,.16); color: #ee4561; font-size: 1.4rem; }
.temperature-card strong, .temperature-card span { display: block; }
.temperature-card span { color: var(--muted); font-size: .88rem; }

.category-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.category-item { --accent: #b78e70; position: relative; overflow: hidden; min-height: 190px; padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.category-item::before { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: var(--accent); }
.category-item .category-kicker { color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.category-item h2 { margin: 18px 0 12px; font-size: clamp(1.35rem,2.1vw,1.8rem); }
.category-item p { margin: 0; color: var(--muted); }
.category-oils { --accent: #c2a15d; }
.category-drinks { --accent: #75a8bf; }
.category-proteins { --accent: #c78077; }
.category-pantry { --accent: #b9a56f; }
.category-preserves { --accent: #a99575; }
.category-fresh { --accent: #83ad75; }
.category-bakery { --accent: #c99b6d; }
.category-professional { --accent: #829ca6; }

.route-list { border-top: 1px solid var(--line); }
.route-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.route-item > span { color: #e13c58; font-size: .8rem; font-weight: 700; }
.route-item h2, .route-item h3 { margin-bottom: 8px; font-size: 1.28rem; }
.route-item p { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line); background: var(--surface); }
.contact-copy { padding: clamp(32px,5vw,68px); }
.contact-copy h2 { margin: 12px 0 24px; font-size: clamp(2rem,4vw,3.5rem); font-weight: 400; }
.contact-list { display: grid; gap: 10px; margin-top: 30px; }
.contact-link { display: block; padding: 16px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.contact-link small { display: block; color: var(--muted); }
.contact-map { min-height: 560px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: grayscale(.25) contrast(1.05); }
.hours { margin: 26px 0 0; padding: 20px; border-left: 3px solid var(--green); background: rgba(255,255,255,.035); }
.hours strong, .hours span { display: block; }
.hours span { color: var(--muted); }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 44px; border: 1px solid var(--line); background: linear-gradient(120deg, #171717, #0d0d0d); }
.cta-band h2 { margin: 0 0 8px; font-size: clamp(1.7rem,3vw,2.6rem); }
.cta-band p { margin: 0; color: var(--muted); }

.site-footer { padding-top: 70px; border-top: 1px solid var(--line); background: #0d0d0d; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 60px; padding-bottom: 55px; }
.footer-brand { font-size: 1.7rem; font-weight: 600; }
.footer-tagline { margin: 4px 0 22px; color: var(--muted); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #292929; }
.footer-column h2 { margin-bottom: 18px; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid var(--line); color: #858585; font-size: .78rem; }
.floating-wa { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.35); font-size: 1.4rem; }

.not-found { min-height: calc(100vh - 110px); display: grid; place-items: center; text-align: center; }
.not-found strong { display: block; color: #e13c58; font-size: clamp(5rem,18vw,12rem); font-weight: 300; line-height: .9; }
.not-found h1 { margin: 20px auto 14px; font-size: clamp(2rem,5vw,4rem); }
.not-found p { max-width: 560px; margin: 0 auto 30px; color: var(--muted); }

@media (max-width: 900px) {
  .topbar-list:last-child { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav-links { position: absolute; top: var(--header-height); right: 0; left: 0; display: none; padding: 22px 20px 28px; flex-direction: column; align-items: stretch; gap: 0; background: #0c0c0c; border-bottom: 1px solid var(--line); }
  .site-nav-links.is-open { display: flex; }
  .site-nav-links a { padding: 13px 0; }
  .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .content-grid.reverse > :first-child { order: initial; }
  .contact-map, .contact-map iframe { min-height: 420px; }
  .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 901px) {
  .site-nav { position: relative; }
  .site-nav-links { position: absolute; left: 50%; width: max-content; transform: translateX(-50%); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar-inner { justify-content: center; text-align: center; }
  .site-brand img { width: 145px; }
  .page-hero { min-height: 520px; }
  .page-hero::after { background: linear-gradient(180deg, rgba(4,4,4,.4), rgba(4,4,4,.92) 68%); }
  .page-hero-content { align-self: end; padding-block: 68px 54px; }
  h1 { font-size: clamp(2.55rem,13vw,4.1rem); }
  .breadcrumbs { overflow-x: auto; white-space: nowrap; }
  .category-list { grid-template-columns: 1fr; }
  .category-item { min-height: 0; padding: 24px; }
  .temperature-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .temperature-card { min-height: 92px; justify-content: center; padding: 14px 6px; text-align: center; }
  .temperature-icon { width: 40px; height: 40px; }
  .temperature-card span { display: none; }
  .cta-band { align-items: flex-start; padding: 28px; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 22px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@keyframes mobileNavIn {
  from { opacity: 0; transform: translateY(-10px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) {
  .menu-toggle {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-color: rgba(255,255,255,.2);
    background: rgba(12,12,12,.74);
    box-shadow: 0 10px 28px rgba(0,0,0,.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .menu-toggle-icon { position: relative; width: 19px; height: 14px; }
  .menu-toggle-icon::before, .menu-toggle-icon::after, .menu-toggle-icon span {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
    height: 1.5px;
    border-radius: 2px;
    background: #fff;
    transition: top .24s ease, transform .24s ease, opacity .18s ease;
  }
  .menu-toggle-icon::before { top: 0; }
  .menu-toggle-icon span { top: 6px; }
  .menu-toggle-icon::after { top: 12px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon::before { top: 6px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon span { opacity: 0; transform: scaleX(.4); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon::after { top: 6px; transform: rotate(-45deg); }
  .site-nav-links {
    top: calc(var(--header-height) + 8px);
    right: 13px;
    left: 13px;
    gap: 2px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    background: linear-gradient(145deg,rgba(25,25,25,.98),rgba(8,8,8,.98));
    box-shadow: 0 28px 65px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.045);
    backdrop-filter: blur(22px) saturate(.82);
    -webkit-backdrop-filter: blur(22px) saturate(.82);
  }
  .site-nav-links.is-open { animation: mobileNavIn .28s cubic-bezier(.2,.8,.2,1) both; }
  .site-nav-links a {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 13px;
    padding: 0 16px;
    border-radius: 11px;
    color: #c9c9c9;
    font-size: .94rem;
    font-weight: 500;
    touch-action: manipulation;
    transition: color .2s ease, background-color .2s ease;
  }
  .site-nav-links a::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: auto;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    opacity: .38;
    transform: rotate(45deg);
  }
  .site-nav-links a:hover, .site-nav-links a:focus-visible {
    color: #fff;
    background: rgba(255,255,255,.055);
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
