/* =====================================================================
   Faunus Darila – slogi
   Barve: belo ozadje, črno besedilo, zlat poudarek #D69A00.
   ===================================================================== */

@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500 600; font-display: swap;
  src: url(../fonts/cormorant-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500 600; font-display: swap;
  src: url(../fonts/cormorant-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap;
  src: url(../fonts/cormorant-italic-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap;
  src: url(../fonts/cormorant-italic-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(../fonts/manrope-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(../fonts/manrope-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --bg: #ffffff;
  --ink: #000000;
  --ink-2: #3d3a35;          /* sekundarno besedilo (kontrast > 10:1) */
  --ink-3: #6b665d;          /* opombe (kontrast ~5.6:1) */
  --gold: #d69a00;
  --gold-hover: #c08a00;
  --gold-text: #8a6300;      /* zlato besedilo na belem (kontrast ~5.3:1) */
  --gold-soft: #f6ecd2;
  --warm: #f7f5f0;           /* ozadje kartic / sekcij */
  --line: #e6e1d7;
  --night: #06060c;          /* temne sekcije (ujemajo se z ozadjem fotografij) */
  --night-2: #101019;
  --on-dark: #f4f1ea;
  --on-dark-2: #c9c3b7;

  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Manrope", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;

  --container: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --radius: 6px;
  --radius-lg: 12px;
  --section: clamp(72px, 10vw, 140px);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow: 0 1px 2px rgba(0,0,0,.04), 0 12px 32px -12px rgba(0,0,0,.14);
  --shadow-lg: 0 2px 4px rgba(0,0,0,.04), 0 30px 60px -20px rgba(0,0,0,.25);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 17px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@supports (overflow: clip) { body { overflow-x: clip; } }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
picture { display: contents; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.005em; }
h1 { font-size: clamp(44px, 6.2vw, 92px); }
h2 { font-size: clamp(36px, 4.4vw, 62px); }
h3 { font-size: clamp(26px, 2.4vw, 34px); }
h4 { font-size: 26px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--gold); color: #000; padding: 10px 16px; font-weight: 700; text-decoration: none; }
.skip:focus { top: 16px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.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; }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section) 0; }

.eyebrow { font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-text); margin: 0 0 18px; display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--on-dark-2); }
.eyebrow-gold { color: var(--gold); }
.lead { font-size: clamp(18px, 1.5vw, 20px); color: var(--ink-2); max-width: 62ch; }

.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head-center .eyebrow { justify-content: center; }
.section-head-split { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.section-head-split h2 { margin-bottom: 0; }

/* ---------- Gumbi ---------- */
.btn {
  --b: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 26px; border-radius: 999px;
  font-family: var(--sans); font-weight: 700; font-size: 15px; letter-spacing: .02em;
  text-decoration: none; cursor: pointer; border: 1.5px solid transparent;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: #000; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-hover); border-color: var(--gold-hover); box-shadow: 0 10px 24px -10px rgba(214,154,0,.7); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-outline-light:hover { background: #fff; color: #000; border-color: #fff; }
.btn-lg { min-height: 56px; padding: 14px 32px; font-size: 16px; }
.btn-sm { min-height: 42px; padding: 8px 20px; font-size: 14px; }
.btn[disabled] { opacity: .4; cursor: not-allowed; box-shadow: none; }

.link-row { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 28px; }
.link-arrow { font-weight: 700; text-decoration: none; border-bottom: 1.5px solid var(--gold); padding-bottom: 3px; display: inline-flex; align-items: center; gap: 10px; }
.link-arrow::after { content: "→"; transition: transform .25s var(--ease); }
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Kljukice ---------- */
.checks { list-style: none; display: grid; gap: 14px; margin: 28px 0 0; }
.checks li { position: relative; padding-left: 36px; font-weight: 500; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .2em; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.checks-light li { color: var(--on-dark); }

/* =====================================================================
   Glava
   ===================================================================== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h);
  color: #fff; transition: background-color .35s var(--ease), box-shadow .35s var(--ease), height .35s var(--ease), color .35s var(--ease);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-emblem { height: 44px; width: auto; transition: height .35s var(--ease); }
.brand-word { height: 13px; width: auto; }
.main-nav { margin-left: auto; }
.main-nav ul { list-style: none; display: flex; gap: clamp(16px, 2vw, 30px); }
.main-nav a { text-decoration: none; font-size: 14.5px; font-weight: 600; letter-spacing: .02em; position: relative; padding: 6px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta-mobile { display: none; }
.nav-toggle { display: none; }

.site-header.is-solid { background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(0,0,0,.25); height: 70px; }
@supports (backdrop-filter: blur(8px)) { .site-header.is-solid { background: rgba(255,255,255,.88); backdrop-filter: saturate(1.4) blur(14px); } }
.site-header.is-solid .brand-emblem { height: 38px; }

/* =====================================================================
   Hero
   ===================================================================== */
.hero {
  position: relative; min-height: max(680px, 100vh); min-height: max(680px, 100svh);
  background: var(--night); color: var(--on-dark); display: flex; align-items: center; overflow: hidden;
  padding: calc(var(--header-h) + 40px) 0 90px;
}
.hero-media { position: absolute; inset: 0 0 0 auto; width: min(60vw, 1120px); }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: 60% 60%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 88%, transparent 100%), linear-gradient(0deg, transparent 0%, #000 22%);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 88%, transparent 100%), linear-gradient(0deg, transparent 0%, #000 22%);
  mask-composite: intersect;
  animation: heroZoom 14s var(--ease) both;
}
@keyframes heroZoom { from { transform: scale(1.08); opacity: 0; } 12% { opacity: 1; } to { transform: scale(1); opacity: 1; } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(6,6,12,.96) 0%, rgba(6,6,12,.88) 30%, rgba(6,6,12,.35) 55%, rgba(6,6,12,0) 70%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; }
.hero-inner > * { max-width: 620px; }
.hero-title { color: #fff; max-width: 10.5em; min-height: 2.08em; margin-bottom: 26px; font-weight: 500; }
.hero-sub { font-size: clamp(18px, 1.5vw, 21px); color: var(--on-dark-2); max-width: 34em; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 44px; font-size: 14.5px; color: var(--on-dark-2); }
.hero-meta li { display: flex; align-items: center; gap: 10px; }
.hero-meta li + li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.hero-meta strong { color: #000; background: var(--gold); padding: 6px 14px; border-radius: 999px; font-weight: 700; }
.hero-scroll { position: absolute; left: 50%; bottom: 28px; width: 26px; height: 42px; border: 1.5px solid rgba(255,255,255,.45); border-radius: 20px; transform: translateX(-50%); z-index: 2; }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: var(--gold); animation: scrollHint 2s var(--ease) infinite; }
@keyframes scrollHint { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* Typewriter */
.tw::after { content: ""; display: inline-block; width: .06em; height: .9em; margin-left: .06em; background: var(--gold); vertical-align: -.08em; animation: caret 1s steps(1) infinite; }
.tw.tw-done::after { opacity: 0; animation: none; }
@keyframes caret { 50% { opacity: 0; } }

/* Podstrani – hero */
.page-hero { position: relative; background: var(--night); color: var(--on-dark); padding: calc(var(--header-h) + clamp(70px, 9vw, 130px)) 0 clamp(60px, 8vw, 110px); overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.page-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,12,.94) 0%, rgba(6,6,12,.7) 55%, rgba(6,6,12,.4) 100%), linear-gradient(0deg, rgba(6,6,12,.8), transparent 50%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; max-width: 14em; font-weight: 500; }
.page-hero p { color: var(--on-dark-2); font-size: clamp(18px, 1.5vw, 21px); max-width: 40em; margin: 0; }

/* =====================================================================
   Kdo smo
   ===================================================================== */
.about-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.about-media { margin: 0; position: relative; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-media::before { content: ""; position: absolute; inset: auto -18px 16px auto; width: 46%; height: 60%; border: 1.5px solid var(--gold); border-radius: var(--radius-lg); z-index: -1; }
.about-media figcaption { margin-top: 14px; font-size: 13px; color: var(--ink-3); letter-spacing: .04em; }

/* =====================================================================
   Vmesni pas z ozadjem
   ===================================================================== */
.band { position: relative; color: var(--on-dark); padding: clamp(90px, 11vw, 160px) 0; overflow: hidden; background: #140d08; isolation: isolate; }
.band-bg { position: absolute; inset: -12% 0; z-index: -1; will-change: transform; }
.band-bg img { width: 100%; height: 100%; object-fit: cover; }
.band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse 60% 70% at 75% 50%, rgba(8,6,4,.72), rgba(8,6,4,.55)), linear-gradient(90deg, rgba(8,6,4,.94) 0%, rgba(8,6,4,.86) 45%, rgba(8,6,4,.6) 100%); }
.band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.band h2 { color: #fff; min-height: 2.16em; }
.band-text > p { color: var(--on-dark-2); font-size: 18px; max-width: 34em; }

.slo-map { margin: 0; }
.slo-map svg { width: 100%; height: auto; overflow: visible; }
.slo-shape { fill: rgba(255,255,255,.07); stroke: rgba(214,154,0,.85); stroke-width: 3; stroke-linejoin: round; }
.slo-dot { fill: var(--gold); stroke: #0b0805; stroke-width: 3; }
.slo-pulse { fill: none; stroke: var(--gold); stroke-width: 2; opacity: 0; transform-box: fill-box; transform-origin: center; }
.slo-pin text { font-family: var(--sans); font-size: 27px; font-weight: 600; fill: #fff; paint-order: stroke; stroke: rgba(8,6,4,.75); stroke-width: 6px; }
.slo-map.is-in .slo-pulse { animation: pulse 2.8s var(--ease) infinite; animation-delay: var(--d); }
.slo-pin { opacity: 0; transition: opacity .6s var(--ease); transition-delay: calc(var(--d) + .3s); }
.slo-map.is-in .slo-pin, .no-motion .slo-pin { opacity: 1; }
@keyframes pulse { 0% { opacity: .9; transform: scale(.6); } 100% { opacity: 0; transform: scale(2.6); } }

/* =====================================================================
   Darila – kartice
   ===================================================================== */
.price-anchors { display: flex; gap: 12px; flex-wrap: wrap; }
.anchor-pill { border: 1.5px solid var(--ink); border-radius: 999px; padding: 10px 20px; font-size: 15px; }
.anchor-pill strong { font-weight: 800; }
.anchor-pill:first-child { background: var(--gold); border-color: var(--gold); }

.gift-group { margin-bottom: clamp(56px, 7vw, 96px); }
.gift-group-head { display: grid; grid-template-columns: minmax(200px, 1fr) 2fr; gap: 24px 48px; align-items: baseline; padding-bottom: 22px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.gift-group-head h3 { margin: 0; font-size: clamp(30px, 3vw, 42px); }
.gift-group-head p { margin: 0; color: var(--ink-2); max-width: 60ch; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 32px); }
.card { background: var(--warm); border-radius: var(--radius-lg); overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.card-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--night); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.card-kicker { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gold-text); margin-bottom: 8px; }
.card-title { margin-bottom: 8px; }
.card-text { color: var(--ink-2); font-size: 15.5px; }
.card-foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card-price { font-weight: 700; font-size: 15px; }
.card-cta { font-weight: 700; font-size: 14.5px; display: inline-flex; align-items: center; gap: 8px; }
.card-cta::after { content: "→"; color: var(--gold-text); transition: transform .3s var(--ease); }
.card:hover .card-cta::after { transform: translateX(4px); }

/* Premium */
.premium {
  display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 0;
  background: var(--night); color: var(--on-dark); border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: clamp(28px, 3vw, 40px); position: relative;
}
.premium::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(214,154,0,.35); border-radius: 8px; pointer-events: none; }
.premium-media { height: 100%; min-height: 520px; position: relative; }
.premium-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; -webkit-mask-image: linear-gradient(90deg, #000 70%, transparent); mask-image: linear-gradient(90deg, #000 70%, transparent); }
.premium-text { padding: clamp(40px, 5vw, 80px) clamp(32px, 5vw, 80px) clamp(40px, 5vw, 80px) clamp(24px, 3vw, 40px); position: relative; z-index: 1; }
.premium-text h3 { color: #fff; font-size: clamp(36px, 3.8vw, 54px); font-weight: 500; }
.premium-text > p { color: var(--on-dark-2); }
.premium-text .checks { margin-bottom: 36px; }

/* Samo deska */
.board-only { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(24px, 4vw, 56px); align-items: center; padding: 22px clamp(22px, 3vw, 44px) 22px 22px; border: 1.5px solid var(--ink); border-radius: var(--radius-lg); margin-bottom: clamp(28px, 3vw, 40px); }
.board-only-media { display: flex; gap: 10px; }
.board-only-media img { width: 110px; height: 140px; object-fit: cover; border-radius: var(--radius); }
.board-only h3 { margin-bottom: 6px; }
.board-only p:last-child { margin: 0; color: var(--ink-2); }
.board-only .eyebrow { margin-bottom: 8px; }

/* Logotip pravila */
.logo-rules { background: var(--warm); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 44px); display: grid; grid-template-columns: 240px 1fr; gap: 20px 40px; align-items: center; }
.logo-rules-title { margin: 0; font-size: 28px; }
.logo-rules ul { list-style: none; display: grid; gap: 12px; }
.logo-rules li { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.tag { display: inline-block; min-width: 104px; text-align: center; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; border: 1.5px solid var(--ink); }
.tag-free { background: var(--gold); border-color: var(--gold); }

/* =====================================================================
   Predstavitev deske
   ===================================================================== */
.showcase { background: var(--night); color: var(--on-dark); padding: var(--section) 0; overflow: hidden; }
.showcase h2 { color: #fff; font-weight: 500; }
.showcase-grid { display: grid; grid-template-columns: 1fr minmax(280px, 1.1fr) 1fr; grid-template-rows: auto auto; gap: 40px clamp(24px, 4vw, 64px); align-items: center; }
.showcase-board { grid-column: 2; grid-row: 1 / span 2; position: relative; }
.showcase-board img { width: 100%; -webkit-mask-image: radial-gradient(ellipse 72% 68% at 50% 50%, #000 62%, transparent 100%); mask-image: radial-gradient(ellipse 72% 68% at 50% 50%, #000 62%, transparent 100%); }
.feature { position: relative; }
.feature h3 { color: #fff; font-size: clamp(24px, 2.2vw, 30px); font-weight: 600; }
.feature p { color: var(--on-dark-2); font-size: 16px; margin: 0; }
.f-1 { grid-column: 1; grid-row: 1; text-align: right; }
.f-2 { grid-column: 1; grid-row: 2; text-align: right; }
.f-3 { grid-column: 3; grid-row: 1 / span 2; }
/* tanke povezovalne črte do deske */
.feature::before, .feature::after { content: ""; position: absolute; top: 18px; }
.feature::before { height: 1px; width: clamp(40px, 6vw, 110px); background: linear-gradient(90deg, rgba(214,154,0,.9), rgba(214,154,0,.25)); }
.feature::after { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(214,154,0,.18); margin-top: -4px; }
.f-1::before, .f-2::before { left: calc(100% + 16px); background: linear-gradient(90deg, rgba(214,154,0,.25), rgba(214,154,0,.9)); }
.f-1::after, .f-2::after { left: calc(100% + 16px + clamp(40px, 6vw, 110px)); }
.f-3::before { right: calc(100% + 16px); }
.f-3::after { right: calc(100% + 16px + clamp(40px, 6vw, 110px)); }

/* =====================================================================
   Kmetije
   ===================================================================== */
.farms-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 5vw, 80px); align-items: start; }
.farm-list { columns: 2; column-gap: 40px; }
.farm-region { break-inside: avoid; margin-bottom: 30px; }
.farm-region h3 { font-size: 15px; font-family: var(--sans); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.farm-region ul { list-style: none; display: grid; gap: 12px; }
.farm-name { display: block; font-weight: 700; line-height: 1.35; }
.farm-meta { display: block; font-size: 14px; color: var(--ink-3); }
.farm-video { margin: 0; position: sticky; top: 100px; }
.farm-video video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-lg); background: #d9d4ca; box-shadow: var(--shadow-lg); }
.farm-video figcaption { margin-top: 14px; font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink-2); }

/* =====================================================================
   Konfigurator
   ===================================================================== */
.cfg-section { background: var(--warm); }
.cfg-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; background: #fff; padding: 8px; border-radius: 14px; box-shadow: var(--shadow); margin-bottom: 28px; }
.cfg-tab { border: 0; background: transparent; padding: 14px 16px; border-radius: 9px; cursor: pointer; text-align: left; display: flex; flex-direction: column; gap: 2px; transition: background-color .25s var(--ease), color .25s var(--ease); }
.cfg-tab:hover { background: var(--warm); }
.cfg-tab[aria-selected="true"] { background: var(--ink); color: #fff; }
.cfg-tab-title { font-weight: 800; font-size: 15.5px; }
.cfg-tab-sub { font-size: 13px; opacity: .7; }
.cfg-tab[aria-selected="true"] .cfg-tab-sub { color: var(--gold); opacity: 1; }

.cfg-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(24px, 3vw, 44px); align-items: start; }
.cfg-main { background: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 44px); box-shadow: var(--shadow); min-width: 0; }
.cfg-progress { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.cfg-count { font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-text); }
.cfg-steps-nav { list-style: none; display: flex; gap: 6px; }
.cfg-steps-nav button { width: 34px; height: 5px; border-radius: 3px; border: 0; padding: 0; background: var(--line); cursor: pointer; transition: background-color .3s var(--ease); }
.cfg-steps-nav button[aria-current="step"] { background: var(--gold); }
.cfg-steps-nav button.is-done { background: var(--ink); }
.cfg-steps-nav button:disabled { cursor: default; }
.cfg-progress.is-hidden .cfg-steps-nav, .cfg-progress.is-hidden .cfg-count { visibility: hidden; }

.cfg-step { animation: stepIn .45s var(--ease) both; }
@keyframes stepIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.cfg-step h3 { font-size: clamp(28px, 2.6vw, 36px); margin-bottom: 8px; }
.cfg-step > p { color: var(--ink-2); }

.opts { display: grid; gap: 12px; margin-top: 22px; border: 0; padding: 0; }
.opts-boards { grid-template-columns: repeat(3, 1fr); }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt label { display: flex; flex-direction: column; gap: 4px; height: 100%; padding: 16px 18px; border: 1.5px solid var(--line); border-radius: 10px; cursor: pointer; transition: border-color .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease); position: relative; }
.opt label:hover { border-color: #b9b2a4; }
.opt input:checked + label { border-color: var(--ink); background: #fffdf7; box-shadow: inset 0 0 0 1px var(--ink); }
.opt input:focus-visible + label { outline: 2px solid var(--gold); outline-offset: 2px; }
.opt input:checked + label::after { content: ""; position: absolute; top: 12px; right: 12px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 13px no-repeat; }
.opt-img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 6px; margin-bottom: 10px; background: var(--night); }
.opt-title { font-weight: 800; font-size: 15.5px; line-height: 1.3; padding-right: 26px; }
.opt-sub { font-size: 13.5px; color: var(--ink-3); line-height: 1.45; }
.opt-farms { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.opt-farms span { font-size: 12.5px; font-weight: 600; background: var(--warm); border-radius: 999px; padding: 3px 10px; }

.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border: 1.5px solid var(--line); border-radius: 10px; margin-top: 12px; }
.toggle-row.is-static { background: var(--warm); border-color: transparent; }
.toggle-row strong { display: block; }
.toggle-row small { color: var(--ink-3); font-size: 13.5px; }
.pill-ok { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; background: var(--gold); padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.switch { position: relative; width: 52px; height: 30px; flex-shrink: 0; }
.switch input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; z-index: 1; }
.switch span { position: absolute; inset: 0; border-radius: 999px; background: #d8d2c6; transition: background-color .25s var(--ease); }
.switch span::after { content: ""; position: absolute; left: 4px; top: 4px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .25s var(--ease); }
.switch input:checked + span { background: var(--ink); }
.switch input:checked + span::after { transform: translateX(22px); background: var(--gold); }
.switch input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }

.qty { display: flex; align-items: center; gap: 0; margin-top: 22px; width: max-content; border: 1.5px solid var(--ink); border-radius: 999px; overflow: hidden; }
.qty button { width: 52px; height: 52px; border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.qty button:hover { background: var(--warm); }
.qty input { width: 110px; height: 52px; border: 0; text-align: center; font-weight: 800; font-size: 20px; -moz-appearance: textfield; appearance: textfield; background: transparent; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-label { display: block; font-weight: 700; margin-top: 22px; }
.qty-label + .qty { margin-top: 10px; }

.tiers { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 15px; }
.tiers th, .tiers td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.tiers th { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.tiers td:last-child, .tiers th:last-child { text-align: right; }
.tiers tr.is-active td { background: var(--gold-soft); font-weight: 800; }
.tiers tr.is-active td:first-child { box-shadow: inset 3px 0 0 var(--gold); }

.cfg-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.cfg-nav [data-cfg-next] { margin-left: auto; }
.cfg-note { font-size: 13.5px; color: var(--ink-3); margin: 18px 0 0; }
.cfg-noscript { padding: 20px; background: #fff; border-radius: 10px; }

.cfg-summary dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 22px; margin: 0 0 28px; padding: 20px 22px; background: var(--warm); border-radius: 10px; font-size: 15px; }
.cfg-summary dt { color: var(--ink-3); }
.cfg-summary dd { margin: 0; font-weight: 700; }
.cfg-summary h3 { margin-bottom: 14px; }

/* Predogled */
.cfg-preview { position: sticky; top: 90px; min-width: 0; }
.pv-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.pv-stage { position: relative; aspect-ratio: 4 / 3.4; background: var(--night); overflow: hidden; }
.pv-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity .6s var(--ease), transform 1.2s var(--ease); transform: scale(1.03); }
.pv-img.is-active { opacity: 1; transform: none; }
.pv-badge { position: absolute; left: 14px; bottom: 14px; z-index: 2; background: rgba(255,255,255,.94); color: #000; font-size: 12.5px; font-weight: 700; padding: 7px 12px; border-radius: 999px; }
.pv-thumbs { display: flex; gap: 8px; padding: 10px 10px 0; }
.pv-thumbs:empty { display: none; }
.pv-thumbs button { flex: 1; aspect-ratio: 4 / 3; border: 2px solid transparent; border-radius: 6px; padding: 0; overflow: hidden; cursor: pointer; background: var(--night); opacity: .65; transition: opacity .25s var(--ease), border-color .25s var(--ease); max-width: 33%; }
.pv-thumbs button:hover { opacity: 1; }
.pv-thumbs button[aria-pressed="true"] { border-color: var(--gold); opacity: 1; }
.pv-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pv-body { padding: 22px 24px 26px; }
.pv-kicker { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 6px; }
.pv-title { font-size: 30px; margin-bottom: 12px; }
.pv-list { list-style: none; display: grid; gap: 8px; font-size: 14.5px; }
.pv-list li { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 8px; border-bottom: 1px dashed var(--line); }
.pv-list li span:first-child { color: var(--ink-3); }
.pv-list li span:last-child { font-weight: 700; text-align: right; }
.pv-list li.is-pending span:last-child { color: var(--ink-3); font-weight: 500; }
.pv-price { display: flex; justify-content: space-between; align-items: baseline; margin-top: 16px; }
.pv-price span { font-size: 13px; color: var(--ink-3); }
.pv-price strong { font-family: var(--serif); font-size: 32px; font-weight: 600; }

/* =====================================================================
   Postopek
   ===================================================================== */
.process-note { max-width: 30em; margin: 0; color: var(--ink-2); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: s; border-top: 1.5px solid var(--ink); }
.steps li { padding: 30px 28px 10px 0; position: relative; }
.steps li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.steps li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); }
.steps li + li::before { left: 28px; }
.step-no { font-family: var(--serif); font-size: 54px; line-height: 1; color: var(--gold); display: block; margin-bottom: 16px; }
.steps h3 { font-size: 24px; }
.steps p { color: var(--ink-2); font-size: 15.5px; }

/* =====================================================================
   Obrazci
   ===================================================================== */
.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact-list { list-style: none; display: grid; gap: 18px; margin-top: 36px; }
.contact-list li { display: grid; gap: 2px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-weight: 600; }
.contact-list span { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.contact-list a { text-decoration: none; }
.contact-list a:hover { color: var(--gold-text); }
.card-form { background: var(--warm); padding: clamp(24px, 3.5vw, 48px); border-radius: var(--radius-lg); }

.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field label { font-size: 14px; font-weight: 700; }
.req { color: var(--gold-text); }
.field input, .field textarea, .field select {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #d6d0c4; border-radius: 8px; background: #fff;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(214,154,0,.35); }
.field input[type="file"] { padding: 10px; min-height: 0; font-size: 14px; }
.field.is-invalid input, .field.is-invalid textarea { border-color: #b3261e; }
.field-error { color: #b3261e; font-size: 13px; font-weight: 600; }
.hint { font-size: 12.5px; color: var(--ink-3); }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); cursor: pointer; }
.check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--ink); flex-shrink: 0; }
.check.is-invalid { color: #b3261e; }
.form-foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 6px; }
.form-status { margin: 0; font-weight: 600; font-size: 15px; }
.form-status.is-error { color: #b3261e; }
.form-success { padding: clamp(28px, 4vw, 48px); background: #fff; border: 1.5px solid var(--gold); border-radius: var(--radius-lg); text-align: center; animation: stepIn .5s var(--ease) both; }
.form-success .ok-icon { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; }
.form-success h3 { margin-bottom: 10px; }
.form-success p { color: var(--ink-2); margin: 0 auto; max-width: 36em; }
.btn.is-loading { pointer-events: none; opacity: .75; }
.btn.is-loading::after { content: ""; width: 16px; height: 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* =====================================================================
   Noga
   ===================================================================== */
.site-footer { background: var(--night); color: var(--on-dark-2); padding: clamp(64px, 8vw, 100px) 0 32px; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-brand img { width: 56px; height: auto; margin-bottom: 20px; }
.footer-claim { max-width: 26em; }
.footer-title { font-family: var(--sans); font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 800; }
.footer-links { list-style: none; display: grid; gap: 10px; }
.footer-links a { text-decoration: none; color: var(--on-dark); }
.footer-links a:hover { color: var(--gold); }
.footer-muted { color: var(--on-dark-2); font-size: 14px; line-height: 1.55; margin-top: 6px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13.5px; }

/* =====================================================================
   Podstrani
   ===================================================================== */
.prose { max-width: 720px; }
.prose h2 { font-size: clamp(32px, 3.4vw, 46px); margin-top: 1.4em; }
.prose h3 { font-size: 26px; margin-top: 1.4em; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { padding-left: 1.2em; margin-bottom: 1em; }
.prose li { margin-bottom: .4em; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.split + .split { margin-top: var(--section); }
.split-reverse > :first-child { order: 2; }
.split figure { margin: 0; }
.split img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.img-43 img { aspect-ratio: 4 / 3; object-fit: cover; }

.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: var(--section); }
.photo-strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.value { padding-top: 22px; border-top: 1.5px solid var(--ink); }
.value h3 { font-size: 26px; }
.value p { color: var(--ink-2); margin: 0; }

.process-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 36px); counter-reset: p; }
.process-list li { background: var(--warm); border-radius: var(--radius-lg); overflow: hidden; counter-increment: p; }
.process-list figure { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: var(--night); }
.process-list img { width: 100%; height: 100%; object-fit: cover; }
.process-list div { padding: 22px 24px 26px; }
.process-list h3 { font-size: 26px; display: flex; gap: 12px; align-items: baseline; }
.process-list h3::before { content: counter(p, decimal-leading-zero); font-size: 18px; color: var(--gold-text); font-family: var(--sans); font-weight: 800; }
.process-list p { color: var(--ink-2); margin: 0; font-size: 15.5px; }

.lines { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 32px); }

.cta-band { background: var(--night); color: var(--on-dark); border-radius: var(--radius-lg); padding: clamp(36px, 5vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin: 0; font-weight: 500; font-size: clamp(32px, 3.4vw, 48px); }
.cta-band p { margin: 8px 0 0; color: var(--on-dark-2); }

.data-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.data-table th, .data-table td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table th { width: 38%; color: var(--ink-3); font-weight: 600; }
.data-table td { font-weight: 700; }
.placeholder { background: var(--gold-soft); color: var(--gold-text); padding: 2px 8px; border-radius: 4px; font-weight: 700; }

/* Galerija */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter { border: 1.5px solid var(--ink); background: transparent; border-radius: 999px; padding: 9px 20px; font-weight: 700; font-size: 14.5px; cursor: pointer; transition: background-color .2s var(--ease), color .2s var(--ease); }
.filter:hover { background: var(--warm); }
.filter[aria-pressed="true"] { background: var(--ink); color: #fff; }
.masonry { columns: 4 260px; column-gap: 16px; }
.m-item { break-inside: avoid; margin: 0 0 16px; display: block; width: 100%; border: 0; padding: 0; background: var(--night); border-radius: var(--radius); overflow: hidden; cursor: zoom-in; position: relative; }
.m-item img { width: 100%; transition: transform .7s var(--ease), opacity .3s; }
.m-item:hover img { transform: scale(1.04); }
.m-item[hidden] { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6,6,12,.96); display: grid; place-items: center; padding: 60px 70px; opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); width: auto; height: auto; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lb-caption { position: absolute; left: 0; right: 0; bottom: 18px; text-align: center; color: var(--on-dark-2); font-size: 14px; padding: 0 70px; }
.lb-btn { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.35); background: rgba(0,0,0,.35); color: #fff; font-size: 22px; cursor: pointer; display: grid; place-items: center; transition: background-color .2s, border-color .2s; }
.lb-btn:hover { background: var(--gold); border-color: var(--gold); color: #000; }
.lb-prev { left: 16px; top: 50%; margin-top: -26px; }
.lb-next { right: 16px; top: 50%; margin-top: -26px; }
.lb-close { right: 16px; top: 16px; }

.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.page-hero .error-code, .error-code { font-family: var(--serif); font-size: clamp(120px, 20vw, 240px); line-height: 1; color: var(--gold); margin: 0; }

/* =====================================================================
   Animacije: reveal + valj
   ===================================================================== */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
[data-roll] { transform-origin: 50% 0%; will-change: transform; backface-visibility: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  [data-roll] { transform: none !important; will-change: auto; }
  .band-bg { transform: none !important; inset: 0; }
  .tw::after { display: none; }
  .slo-pin { opacity: 1; }
}

/* =====================================================================
   Odzivnost
   ===================================================================== */
@media (max-width: 1180px) {
  .main-nav ul { gap: 18px; }
  .header-cta { display: none; }
}
@media (max-width: 1024px) {
  :root { --header-h: 72px; }
  .nav-toggle { display: grid; gap: 5px; margin-left: auto; width: 46px; height: 46px; place-content: center; border: 0; background: transparent; cursor: pointer; color: inherit; z-index: 2; }
  .nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .3s var(--ease), opacity .3s; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; background: var(--night); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 100px var(--gutter) 40px; opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; margin: 0; overflow-y: auto; }
  .nav-open .main-nav { opacity: 1; visibility: visible; }
  .main-nav ul { flex-direction: column; gap: 6px; }
  .main-nav a { font-family: var(--serif); font-size: 38px; font-weight: 500; }
  .nav-cta-mobile { display: inline-flex; margin-top: 36px; align-self: flex-start; }
  .main-nav .nav-cta-mobile { font-family: var(--sans); font-size: 16px; font-weight: 700; padding: 12px 26px; }
  .main-nav .nav-cta-mobile::after { display: none; }
  .nav-open .site-header { color: #fff; background: transparent; box-shadow: none; backdrop-filter: none; }
  .brand { z-index: 2; }

  .hero { align-items: flex-end; }
  .hero-media { width: 100%; }
  .hero::before { background: linear-gradient(0deg, rgba(6,6,12,.95) 30%, rgba(6,6,12,.2) 80%); }
  .hero-inner > * { max-width: none; }
  .hero-media img { -webkit-mask-image: linear-gradient(0deg, transparent 5%, #000 60%); mask-image: linear-gradient(0deg, transparent 5%, #000 60%); opacity: .55; }
  .about-grid, .band-grid, .farms-grid, .contact-grid, .split, .premium { grid-template-columns: 1fr; }
  .split-reverse > :first-child { order: 0; }
  .farm-video { position: static; }
  .premium-media { min-height: 360px; }
  .premium-media img { -webkit-mask-image: linear-gradient(0deg, transparent, #000 35%); mask-image: linear-gradient(0deg, transparent, #000 35%); }
  .premium-text { padding: 8px 32px 44px; }
  .cfg-grid { grid-template-columns: 1fr; }
  .cfg-preview { position: static; order: 2; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(3) { border-left: 0; padding-left: 0; }
  .steps li:nth-child(3)::before { left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .showcase-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .showcase-board { grid-column: 1 / -1; grid-row: 1; max-width: 460px; margin: 0 auto; }
  .f-1, .f-2, .f-3 { grid-column: auto; grid-row: auto; text-align: left; }
  .f-3 { grid-column: 1 / -1; }
  .feature { padding-left: 22px; border-left: 1px solid rgba(214,154,0,.6); }
  .feature::before, .feature::after { display: none; }
  .logo-rules { grid-template-columns: 1fr; }
  .process-list, .values, .lines { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .cards { grid-template-columns: 1fr; }
  .gift-group-head { grid-template-columns: 1fr; }
  .farm-list { columns: 1; }
  .board-only { grid-template-columns: 1fr; padding: 22px; }
  .board-only .btn { justify-self: start; }
  .cfg-tabs { grid-template-columns: 1fr 1fr; }
  .opts-boards { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .opts-boards .opt label { padding: 10px; }
  .opts-boards .opt-sub { display: none; }
  .opts-boards .opt-title { font-size: 14px; padding-right: 0; }
  .opts-boards .opt input:checked + label::after { top: 6px; right: 6px; }
  .form-row { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { border-left: 0; padding-left: 0; }
  .steps li + li::before { left: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: 1fr; }
  .process-list, .values, .lines, .photo-strip { grid-template-columns: 1fr; }
  .hero-meta { gap: 10px 18px; }
  .lightbox { padding: 60px 12px; }
  .lb-prev, .lb-next { top: auto; bottom: 12px; margin: 0; }
  .lb-caption { bottom: 80px; padding: 0 16px; }
  .cfg-summary dl { grid-template-columns: 1fr; gap: 2px; }
  .cfg-summary dd { margin-bottom: 8px; }
  .brand-word { height: 11px; }
}
@media (max-width: 350px) {
  .brand-word { display: none; }
}
@media (max-width: 420px) {
  .hero-actions .btn { width: 100%; }
  .cfg-tab { padding: 12px; }
}
