:root {
  --bone: oklch(0.965 0.012 80);
  --bone-soft: oklch(0.945 0.014 80);
  --paper: oklch(0.99 0.006 80);
  --ink: oklch(0.22 0.018 50);
  --ink-deep: oklch(0.16 0.018 50);
  --text: oklch(0.42 0.012 50);
  --soft: oklch(0.47 0.012 55);
  --line: oklch(0.86 0.014 70);
  --line-soft: oklch(0.92 0.01 75);
  --accent: oklch(0.46 0.14 25);
  --accent-hover: oklch(0.36 0.13 25);
  --accent-soft: oklch(0.94 0.04 30);
  --accent-ink: oklch(0.32 0.13 25);
  --shadow-sm: 0 1px 2px oklch(0.2 0.02 50 / .06), 0 2px 6px oklch(0.2 0.02 50 / .04);
  --shadow-md: 0 6px 18px oklch(0.2 0.02 50 / .08), 0 2px 6px oklch(0.2 0.02 50 / .04);
  --shadow-lg: 0 24px 60px -28px oklch(0.2 0.02 50 / .25);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --radius: 10px;
  --radius-sm: 6px;
  --radius-lg: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bone);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, figure, dd { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4 {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -.012em;
  line-height: 1.15;
}
h1 { font-size: clamp(1.85rem, 3.6vw, 3rem); line-height: 1.08; letter-spacing: -.018em; }
h2 { font-size: clamp(1.5rem, 2.4vw, 2.15rem); }
h3 { font-size: 1.125rem; }
h4 { font-size: 0.875rem; letter-spacing: 0; }
p { line-height: 1.6; text-wrap: pretty; }
.tnum { font-variant-numeric: tabular-nums; }

.wrap {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.skip {
  position: fixed;
  left: .75rem;
  top: .75rem;
  z-index: 100;
  transform: translateY(-130%);
  background: var(--ink);
  color: var(--bone);
  padding: .65rem .95rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: .9rem;
}
.skip:focus { transform: translateY(0); }

.overline {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: .9rem;
}
.overline-light { color: oklch(0.95 0.01 70 / .7); }

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .5rem .95rem .5rem .65rem;
  border-radius: 999px;
  background: oklch(0.96 0.005 70 / .12);
  border: 1px solid oklch(0.96 0.005 70 / .22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--paper);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: -.005em;
  margin-bottom: 1.5rem;
}
.hero-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
  box-shadow: 0 0 10px oklch(0.55 0.16 25 / .6);
}

.announce {
  background: var(--accent-hover);
  color: var(--paper);
  overflow: hidden;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .005em;
  padding: .6rem 0;
  border-bottom: 1px solid oklch(0.32 0.13 25);
}
.announce-track {
  display: inline-flex;
  align-items: center;
  gap: 3.4rem;
  white-space: nowrap;
  width: max-content;
  animation: marquee 50s linear infinite;
  padding-left: 3.4rem;
}
.ann-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.announce-track strong {
  font-weight: 800;
  letter-spacing: .04em;
  background: oklch(0.96 0.005 70 / .16);
  padding: .14rem .45rem;
  border-radius: 4px;
}

.topbar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 50;
  background: oklch(0.98 0.008 80 / .94);
  backdrop-filter: saturate(1.1) blur(14px);
  -webkit-backdrop-filter: saturate(1.1) blur(14px);
  border-bottom: 1px solid var(--line-soft);
  box-shadow: 0 4px 14px -8px oklch(0.2 0.02 50 / .12);
}
.brand-name {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -.012em;
  color: var(--ink);
  white-space: nowrap;
}
.nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: -.005em;
  white-space: nowrap;
  flex: 0 0 auto;
}
.brand-logo {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
  flex: 0 0 auto;
}
.navlinks {
  display: flex;
  align-items: center;
  gap: .25rem;
  font-size: .92rem;
  font-weight: 500;
}
.navlinks a {
  padding: .55rem .85rem;
  border-radius: var(--radius-sm);
  color: var(--ink);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.navlinks a:hover { background: var(--bone-soft); color: var(--accent); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 0 0 auto;
}
.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: var(--radius-sm);
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  cursor: pointer;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  height: 44px;
  padding: 0 1.35rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--paper);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: -.005em;
  box-shadow:
    0 0 0 1px oklch(0.55 0.16 25 / .25) inset,
    0 8px 22px -8px oklch(0.46 0.14 25 / .65),
    0 2px 4px -1px oklch(0.46 0.14 25 / .35);
  transition: background .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}
.header-cta:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px oklch(0.55 0.16 25 / .3) inset,
    0 12px 28px -10px oklch(0.46 0.14 25 / .75),
    0 3px 6px -1px oklch(0.46 0.14 25 / .4);
}
.header-cta svg { transition: transform .2s var(--ease); }
.header-cta:hover svg { transform: translateX(2px); }
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 49;
  border-top: 1px solid var(--line-soft);
  padding: .35rem 20px .85rem;
  background: oklch(0.98 0.008 80 / .98);
  backdrop-filter: saturate(1.1) blur(18px);
  -webkit-backdrop-filter: saturate(1.1) blur(18px);
  box-shadow: 0 18px 40px -18px oklch(0.2 0.02 50 / .25);
}
.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .95rem .25rem;
  border-bottom: 1px solid var(--line-soft);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
}
.mobile-menu a:last-child { border-bottom: 0; }
.mobile-menu a.mobile-menu-cta {
  margin-top: .65rem;
  background: var(--accent);
  color: var(--paper);
  border-radius: 999px;
  justify-content: center;
  gap: .5rem;
  padding: .9rem 1rem;
  font-weight: 700;
  border-bottom: 0;
  box-shadow: 0 8px 18px -8px oklch(0.46 0.14 25 / .55);
}
.mobile-menu a.mobile-menu-cta:hover { background: var(--accent-hover); }

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .7rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: .94rem;
  letter-spacing: -.005em;
  cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.btn-primary { background: var(--accent); color: var(--paper); }
.btn-primary:hover { background: var(--accent-hover); }
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-outline:hover { border-color: var(--ink); }
.btn-link {
  background: transparent;
  color: var(--ink);
  padding: .7rem .25rem;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  min-height: auto;
}
.btn-link:hover { color: var(--accent); border-color: var(--accent); }

.btn-xl {
  min-height: 56px;
  padding: 1rem 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.01em;
  border-radius: 999px;
}
.btn-xl svg { transition: transform .25s var(--ease); }
.btn-xl:hover svg { transform: translateX(3px); }

.btn-ghost-light {
  background: oklch(0.96 0.005 70 / .1);
  color: var(--paper);
  border: 1px solid oklch(0.96 0.005 70 / .35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn-ghost-light:hover { background: oklch(0.96 0.005 70 / .22); border-color: var(--paper); }

.btn-primary-light {
  background: var(--paper);
  color: var(--accent-hover);
}
.btn-primary-light:hover { background: var(--bone); color: var(--accent-hover); }

.hero {
  background: var(--bone);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.hero-lede {
  max-width: 56ch;
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 1.85rem;
}

.hero-cinema {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 92vh, 860px);
  background: var(--ink-deep);
  color: oklch(0.96 0.005 70 / .9);
  overflow: hidden;
  display: grid;
  align-items: end;
}
.hero-cinema .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.04);
  animation: hero-zoom 14s ease-out forwards;
}
@keyframes hero-zoom {
  to { transform: scale(1); }
}
.hero-cinema .hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 25% 80%, oklch(0.16 0.02 50 / .55), transparent 55%),
    linear-gradient(180deg, oklch(0.14 0.02 50 / .25) 0%, oklch(0.14 0.02 50 / .25) 35%, oklch(0.10 0.02 50 / .92) 100%),
    linear-gradient(90deg, oklch(0.10 0.02 50 / .7) 0%, oklch(0.10 0.02 50 / .25) 45%, transparent 75%);
}
.hero-stage {
  position: relative;
  z-index: 2;
  padding-block: clamp(8rem, 18vh, 12rem) clamp(3rem, 6vh, 5rem);
  max-width: 720px;
}
.hero-stage > * {
  animation: hero-rise .85s var(--ease) backwards;
}
.hero-stage .overline { animation-delay: .05s; }
.hero-stage .hero-h1 { animation-delay: .15s; }
.hero-stage .hero-lede-light { animation-delay: .3s; }
.hero-stage .hero-actions { animation-delay: .45s; }
.hero-stage .hero-meta-light { animation-delay: .6s; }
@keyframes hero-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-h1 {
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.022em;
  color: var(--paper);
  margin-bottom: 1.4rem;
  max-width: 18ch;
}
.hero-lede-light {
  color: oklch(0.96 0.005 70 / .85);
  max-width: 56ch;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.hero-cinema .hero-actions { margin-top: 2.1rem; }

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.6rem;
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid oklch(0.96 0.005 70 / .2);
  font-size: .82rem;
  letter-spacing: .04em;
}
.hero-meta li { display: inline-flex; gap: .4rem; align-items: baseline; }
.hero-meta strong {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.hero-meta-light {
  color: oklch(0.96 0.005 70 / .7);
}
.hero-meta-light strong { color: var(--paper); }

.scroll-cue {
  position: absolute;
  bottom: 1.4rem;
  right: clamp(20px, 3vw, 40px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: oklch(0.96 0.005 70 / .7);
  padding: .55rem .95rem;
  border-radius: 999px;
  border: 1px solid oklch(0.96 0.005 70 / .25);
  background: oklch(0.16 0.02 50 / .35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.scroll-cue:hover { color: var(--paper); border-color: var(--paper); }
.scroll-cue svg { animation: scroll-bob 2.4s var(--ease) infinite; }
@keyframes scroll-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

.marquee {
  background: var(--ink-deep);
  border-top: 1px solid oklch(0.96 0.005 70 / .12);
  border-bottom: 1px solid oklch(0.96 0.005 70 / .12);
  overflow: hidden;
  padding: 1.15rem 0;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: max-content;
  animation: marquee 36s linear infinite;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -.005em;
}
.marquee-group {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  flex: 0 0 auto;
  padding-right: 3rem;
}
.m-cat {
  color: var(--paper);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .9rem;
  font-weight: 800;
}
.m-brand {
  color: oklch(0.96 0.005 70 / .55);
  font-weight: 500;
}
.m-brand b {
  font-weight: 800;
  color: oklch(0.7 0.12 25);
  font-variant-numeric: tabular-nums;
  margin-left: .2rem;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% / 3)); }
}

.atmosphere {
  background: var(--ink-deep);
  color: oklch(0.92 0.005 70 / .85);
  overflow: hidden;
}
.atmosphere-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: clamp(440px, 70vh, 620px);
}
.atmosphere-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.atmosphere-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, transparent 70%, oklch(0.10 0.02 50 / .55) 100%);
}
.atmosphere-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s var(--ease);
}
.atmosphere:hover .atmosphere-figure img { transform: scale(1.04); }
.atmosphere-text {
  display: flex;
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 4rem);
}
.atmosphere-text-inner {
  max-width: 540px;
}
.atmosphere h2 {
  color: var(--paper);
  font-size: clamp(1.85rem, 3.4vw, 2.6rem);
  margin-bottom: 1.2rem;
  letter-spacing: -.018em;
  line-height: 1.08;
}
.atmosphere .lede {
  color: oklch(0.92 0.005 70 / .8);
  margin-bottom: 1.6rem;
}
.atmosphere-stack {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin-bottom: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid oklch(0.96 0.005 70 / .15);
}
.atmosphere-stack li {
  display: flex;
  gap: .8rem;
  align-items: baseline;
  font-size: .94rem;
  color: oklch(0.96 0.005 70 / .8);
}
.atmosphere-stack li::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateY(-2px);
}

.section-drench.olivolja-feature {
  background: var(--accent-hover);
  color: oklch(0.96 0.005 70 / .9);
  border-block: 0;
  position: relative;
  overflow: hidden;
}
.section-drench.olivolja-feature::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -10%;
  width: 50%;
  height: 70%;
  background: radial-gradient(ellipse at center, oklch(0.55 0.12 25 / .35), transparent 70%);
  filter: blur(40px);
  z-index: 0;
}
.section-drench.olivolja-feature .wrap { position: relative; z-index: 1; }
.section-drench.olivolja-feature .overline { color: oklch(0.96 0.005 70 / .65); }
.section-drench.olivolja-feature h2 { color: var(--paper); max-width: 18ch; }
.section-drench.olivolja-feature .lede { color: oklch(0.96 0.005 70 / .8); }
.section-drench.olivolja-feature .spec-row {
  border-color: oklch(0.96 0.005 70 / .2);
}
.section-drench.olivolja-feature .spec-row dt { color: oklch(0.96 0.005 70 / .55); }
.section-drench.olivolja-feature .spec-row dd { color: var(--paper); }

.olivolja-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.oil-card {
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 60px -32px oklch(0.10 0.02 50 / .5);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.oil-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 40px 70px -32px oklch(0.10 0.02 50 / .65);
}
.oil-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background: var(--paper);
  overflow: hidden;
}
.oil-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: center 60%;
  filter: drop-shadow(0 30px 40px oklch(0.2 0.02 50 / .25));
  transition: transform .5s var(--ease);
}
.oil-card:hover .oil-photo img { transform: scale(1.24) rotate(-2deg); }
.oil-flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: var(--accent);
  color: var(--paper);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: .3rem .55rem;
  border-radius: 4px;
}
.oil-body {
  padding: 1.1rem 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.oil-body h3 {
  font-size: 1.4rem;
  letter-spacing: -.012em;
  font-weight: 700;
}
.oil-blurb {
  color: var(--text);
  font-size: .92rem;
  line-height: 1.5;
  margin-top: .15rem;
}
.oil-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
}
.oil-foot .price { font-size: 1.2rem; font-weight: 700; color: var(--ink); }
.oil-cta {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: var(--ink);
  color: var(--paper);
  padding: .55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .88rem;
  transition: background .2s var(--ease);
}
.oil-card:hover .oil-cta { background: var(--accent); }
.oil-cta svg { transition: transform .2s var(--ease); }
.oil-card:hover .oil-cta svg { transform: translateX(2px); }

.lead-with-bg { position: relative; isolation: isolate; overflow: hidden; }
.lead-with-bg .section-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: .42;
  filter: saturate(.85);
}
.lead-with-bg .lead-veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 80% 100%, oklch(0.46 0.14 25 / .22), transparent 60%),
    linear-gradient(90deg, oklch(0.10 0.02 50 / .85) 0%, oklch(0.10 0.02 50 / .55) 55%, oklch(0.10 0.02 50 / .8) 100%);
}
.lead-with-bg .wrap { position: relative; z-index: 1; }

.trust {
  background: var(--paper);
  border-block: 1px solid var(--line-soft);
}
.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.05rem 1rem;
  font-size: .88rem;
  font-weight: 500;
  color: var(--ink);
  border-right: 1px solid var(--line-soft);
}
.trust-list li:last-child { border-right: 0; }
.trust-list svg { color: var(--accent); flex: 0 0 auto; }

.section {
  padding-block: clamp(3rem, 6vw, 5rem);
}
.section-soft { background: var(--bone-soft); }
.section-dark {
  background: var(--ink-deep);
  color: oklch(0.96 0.005 70 / .9);
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--paper); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.section-head .overline { margin-bottom: .55rem; }
.section-head h2 { max-width: 22ch; }
.section-head-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.section-head-center .lede { max-width: 50ch; margin-top: .8rem; color: var(--text); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--ink);
  font-weight: 600;
  font-size: .92rem;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.text-link svg { transition: transform .25s var(--ease); }
.text-link:hover svg { transform: translateX(3px); }

.lede {
  max-width: 56ch;
  font-size: 1rem;
  color: var(--text);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.category-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--ink);
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.category-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.category-card .cat-photo {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bone-soft);
}
.category-card .cat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.category-card:hover .cat-photo img { transform: scale(1.04); }
.category-card .cat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: 1rem 1.1rem 1.05rem;
}
.category-card .cat-text { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.category-card strong {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}
.category-card small {
  font-size: .82rem;
  color: var(--soft);
  font-weight: 500;
}
.category-card svg { color: var(--soft); flex: 0 0 auto; transition: color .2s var(--ease), transform .25s var(--ease); }
.category-card:hover svg { color: var(--accent); transform: translateX(3px); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.product-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.product-card:hover { border-color: var(--line); transform: translateY(-2px); }
.product-link { display: flex; flex-direction: column; flex: 1; color: var(--ink); }
.product-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: transparent;
  padding: .5rem;
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s var(--ease);
  filter: drop-shadow(0 18px 28px oklch(0.2 0.02 50 / .18));
}
.product-card:hover .product-photo img { transform: scale(1.06) rotate(-1deg); }
.badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  z-index: 1;
  padding: .25rem .55rem;
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  border: 1px solid var(--line);
}
.badge-sale {
  background: var(--accent-soft);
  color: var(--accent-ink);
  border-color: oklch(0.85 0.06 30);
}
.product-body {
  padding: 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  flex: 1;
}
.meta {
  font-size: .8rem;
  color: var(--soft);
  font-weight: 500;
  margin-bottom: .15rem;
}
.product-body h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: .55rem;
  margin-top: auto;
  padding-top: .65rem;
}
.price {
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
}
.old-price {
  color: var(--soft);
  font-size: .85rem;
  text-decoration: line-through;
  font-weight: 500;
}
.buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 600;
  font-size: .88rem;
  margin: 0 1.15rem 1.15rem;
  border-radius: var(--radius-sm);
  transition: background .2s var(--ease);
}
.buy-btn:hover { background: var(--accent); }

.spotlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.spotlight-text { min-width: 0; }
.spotlight-text h2 { margin-bottom: 1.25rem; }
.spotlight-text .lede { margin-bottom: 1.5rem; }
.spec-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.6rem;
}
.spec-row > div { display: flex; flex-direction: column; gap: .25rem; min-width: 0; }
.spec-row dt {
  font-size: .75rem;
  color: var(--soft);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.spec-row dd {
  font-size: .98rem;
  color: var(--ink);
  font-weight: 600;
}
.spotlight-figure {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
}
.spotlight-figure::before {
  content: "";
  position: absolute;
  inset: 12% 5%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, oklch(0.46 0.14 25 / .14), transparent 70%);
  filter: blur(40px);
  z-index: 0;
}
.spotlight-figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.32);
  transform-origin: center;
  filter: drop-shadow(0 60px 70px oklch(0.2 0.02 50 / .38));
  transition: transform .8s var(--ease);
}
.spotlight-figure:hover img { transform: scale(1.36) rotate(-2deg); }

.chark-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: stretch;
}
.chark-story { min-width: 0; }
.chark-story h2 { margin-bottom: 1.25rem; }
.chark-story .lede { margin-bottom: 2.25rem; }
.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .55rem;
  color: var(--ink);
  padding: .85rem .65rem 1rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: var(--paper);
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.thumb:hover { border-color: var(--ink); transform: translateY(-2px); }
.thumb-photo {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  background: transparent;
}
.thumb-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s var(--ease);
  filter: drop-shadow(0 14px 18px oklch(0.2 0.02 50 / .22));
}
.thumb:hover .thumb-photo img { transform: scale(1.06) rotate(-1.5deg); }
.thumb strong {
  font-size: .9rem;
  font-weight: 700;
  color: var(--ink);
}
.thumb-price {
  font-size: .82rem;
  color: var(--accent);
  font-weight: 700;
}

.chark-cta {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  background: var(--ink-deep);
  color: oklch(0.95 0.005 70 / .85);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.chark-cta-photo {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.chark-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chark-cta-body {
  padding: 1.5rem 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  flex: 1;
}
.chark-cta-body h3 {
  font-size: 1.4rem;
  color: var(--paper);
}
.chark-cta-body p {
  color: oklch(0.92 0.005 70 / .75);
  font-size: .94rem;
}
.chark-cta-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: .85rem;
  border-top: 1px solid oklch(0.95 0.005 70 / .15);
  font-size: .85rem;
  color: oklch(0.95 0.005 70 / .65);
  margin-top: auto;
}
.chark-cta-meta strong {
  font-size: 1.4rem;
  color: var(--paper);
  font-weight: 700;
}
.chark-cta-body .btn {
  margin-top: .25rem;
  width: 100%;
}

.aisles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.aisle-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}
.aisle-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--line-soft);
}
.aisle-head h3 {
  font-size: 1.25rem;
  letter-spacing: -.005em;
}
.mini-list {
  display: flex;
  flex-direction: column;
  padding: 0 1.4rem 1.25rem;
  flex: 1;
}
.mini-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 0;
  border-top: 1px solid var(--line-soft);
  color: var(--ink);
  transition: color .2s var(--ease);
}
.mini-product:first-child { border-top: 0; }
.mini-product:hover { color: var(--accent); }
.mini-product img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px oklch(0.2 0.02 50 / .18));
  transition: transform .3s var(--ease);
}
.mini-product:hover img { transform: scale(1.08) rotate(-2deg); }
.mini-product strong {
  display: block;
  font-size: .92rem;
  font-weight: 700;
}
.mini-product small {
  font-size: .78rem;
  color: var(--soft);
  font-weight: 500;
}
.mini-product .mini-price {
  font-weight: 700;
  color: var(--ink);
  font-size: .92rem;
  white-space: nowrap;
}

.olivolja-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.olivolja-text h2 { margin-bottom: 1.25rem; }
.olivolja-text .lede { margin-bottom: 1.5rem; }
.olivolja-text .hero-actions { margin-top: 1.6rem; }
.olivolja-figure {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--bone-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  place-items: end center;
}
.olivolja-figure::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: radial-gradient(ellipse at center 100%, oklch(0.18 0.02 50 / .35), transparent 70%);
  z-index: 0;
}
.olivolja-figure .bottle {
  position: absolute;
  bottom: -2%;
  width: auto;
  height: 102%;
  max-width: 62%;
  object-fit: contain;
  filter: drop-shadow(0 40px 40px oklch(0.1 0.02 50 / .45));
  transition: transform .6s var(--ease);
}
.olivolja-figure .bottle-front {
  left: 14%;
  z-index: 2;
  height: 100%;
}
.olivolja-figure .bottle-back {
  right: 6%;
  z-index: 1;
  height: 86%;
  opacity: .9;
}
.olivolja-figure:hover .bottle-front { transform: translateY(-6px); }
.olivolja-figure:hover .bottle-back { transform: translateY(-3px); }

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.lead-copy h2 { margin-bottom: 1.25rem; }
.lead-copy .lede {
  color: oklch(0.92 0.005 70 / .82);
  margin-bottom: 2rem;
}
.lead-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid oklch(0.95 0.005 70 / .15);
}
.lead-contact li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  align-items: baseline;
  font-size: .94rem;
  color: oklch(0.92 0.005 70 / .85);
}
.lead-label {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: oklch(0.95 0.005 70 / .55);
  font-weight: 600;
}
.lead-link {
  color: var(--paper);
  border-bottom: 1px solid oklch(0.95 0.005 70 / .35);
  padding-bottom: 1px;
  font-weight: 600;
}
.lead-link:hover { border-color: var(--paper); }

.lead-form {
  background: var(--paper);
  color: var(--ink);
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  max-width: 100%;
  overflow: hidden;
}
.lead-form-row { margin-bottom: 1rem; }
.lead-form label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .35rem;
}
.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  padding: .75rem .85rem;
  outline: none;
  font-size: .94rem;
  color: var(--ink);
  font-family: inherit;
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.lead-form input { height: 46px; }
.lead-form textarea { resize: vertical; min-height: 110px; line-height: 1.5; }
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: var(--soft); }
.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px oklch(0.46 0.14 25 / .15);
}
.lead-submit { width: 100%; margin-top: .25rem; }
.form-note {
  margin-top: .85rem;
  font-size: .78rem;
  color: var(--soft);
}

#contact-form {
  max-width: 100%;
  overflow: hidden;
}
#contact-form .g-recaptcha {
  transform-origin: left center;
  max-width: 100%;
  margin-top: .85rem;
}
@media (max-width: 400px) {
  #contact-form .g-recaptcha { transform: scale(0.85); }
}
@media (max-width: 340px) {
  #contact-form .g-recaptcha { transform: scale(0.75); }
}

.instagram-band .section-head { margin-bottom: 2.4rem; }

footer {
  background: var(--ink-deep);
  color: oklch(0.92 0.005 70 / .75);
  padding-block: clamp(3rem, 5vw, 4.5rem) 1.4rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid oklch(0.95 0.005 70 / .12);
}
.footer-brand-col .brand {
  color: var(--paper);
  font-size: 1.05rem;
}
.footer-brand-col .brand-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}
.footer-about {
  margin-top: 1.1rem;
  font-size: .92rem;
  line-height: 1.65;
  color: oklch(0.92 0.005 70 / .65);
  max-width: 38ch;
}
.socials {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.4rem;
}
.socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid oklch(0.95 0.005 70 / .15);
  color: oklch(0.95 0.005 70 / .8);
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.socials a:hover {
  background: var(--accent);
  color: var(--paper);
  border-color: var(--accent);
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.footer-col h3 {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: oklch(0.95 0.005 70 / .55);
  margin-bottom: .55rem;
  font-weight: 600;
}
.footer-col a {
  font-size: .92rem;
  color: oklch(0.95 0.005 70 / .8);
  transition: color .2s var(--ease);
}
.footer-col a:hover { color: var(--accent); }
.footer-col p {
  font-size: .9rem;
  color: oklch(0.92 0.005 70 / .65);
  line-height: 1.6;
}
.footer-mail {
  font-weight: 600;
  border-bottom: 1px solid oklch(0.95 0.005 70 / .25);
  padding-bottom: 2px;
  align-self: flex-start;
}
.footer-mail:hover { border-color: var(--accent); }
.footer-payments {
  display: flex;
  gap: .35rem;
  flex-wrap: wrap;
  margin-top: .25rem;
}
.pay-pill {
  min-width: 50px;
  text-align: center;
  border-radius: var(--radius-sm);
  background: oklch(0.95 0.005 70 / .08);
  padding: .35rem .55rem;
  font-weight: 600;
  font-size: .72rem;
  color: oklch(0.95 0.005 70 / .9);
  letter-spacing: .02em;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  flex-wrap: wrap;
  font-size: .78rem;
  color: oklch(0.92 0.005 70 / .68);
}

@media (max-width: 1080px) {
  .navlinks { display: none; }
  .menu-btn { display: inline-flex; }
  .mobile-menu.open { display: block; }
  .header-cta { padding: 0 .9rem; font-size: .85rem; }
  .hero-grid,
  .spotlight-grid,
  .olivolja-grid,
  .lead-grid {
    grid-template-columns: 1fr;
  }
  .chark-grid { grid-template-columns: 1fr; }
  .hero-figure { aspect-ratio: 16 / 11; }
  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-list li:nth-child(2) { border-right: 0; }
  .trust-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .aisles { grid-template-columns: 1fr; }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .footer-brand-col { grid-column: 1 / -1; }
  .thumb-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .atmosphere-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .atmosphere-figure { aspect-ratio: 16 / 10; }
  .atmosphere-figure::after { display: none; }
  .atmosphere-text-inner { max-width: 640px; }
  .hero-stage { max-width: 100%; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .nav { height: 58px; gap: .55rem; }
  .brand { gap: .5rem; min-width: 0; flex: 1 1 auto; overflow: hidden; }
  .brand-name {
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: -.012em;
    color: var(--ink);
    line-height: 1.05;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand-logo { width: 30px; height: 30px; }
  .announce-track { gap: 2.4rem; padding-left: 2.4rem; }
  .header-cta {
    height: 38px;
    padding: 0 .9rem;
    font-size: .82rem;
    gap: .35rem;
  }
  .header-cta svg { width: 14px; height: 14px; }
  .announce { font-size: .76rem; padding: .55rem 0; }
  .announce-track { gap: 1.6rem; padding-left: 1.6rem; }
  .announce-track strong { padding: .1rem .35rem; }
  .hero-grid {
    padding-block: 2.5rem;
    gap: 2rem;
  }
  .hero-meta { gap: .85rem 1.1rem; margin-top: 1.8rem; padding-top: 1.1rem; }
  .hero-figure { aspect-ratio: 4 / 3; }
  .trust-list {
    grid-template-columns: 1fr;
  }
  .trust-list li {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
    justify-content: flex-start;
    padding: .9rem 0;
  }
  .trust-list li:last-child { border-bottom: 0; }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
  .section-head-center { align-items: center; text-align: center; }
  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }
  .category-card .cat-foot { padding: .85rem .9rem; }
  .category-card strong { font-size: .92rem; }
  .category-card small { font-size: .76rem; }
  .product-photo { padding: 1rem; }
  .product-body { padding: .85rem .95rem; gap: .15rem; }
  .product-body h3 { font-size: .88rem; line-height: 1.2; }
  .price { font-size: .92rem; }
  .old-price { font-size: .78rem; }
  .meta { font-size: .72rem; }
  .badge { font-size: .65rem; padding: .2rem .45rem; top: .6rem; left: .6rem; }
  .buy-btn { height: 38px; margin: 0 .9rem .9rem; font-size: .82rem; }
  .spotlight-figure { aspect-ratio: 4 / 3; padding: 2rem; }
  .spotlight-figure img { max-width: 60%; }
  .spec-row { grid-template-columns: 1fr 1fr; gap: .85rem; }
  .spec-row > div:nth-child(3) { grid-column: 1 / -1; }
  .thumb-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .thumb { padding: .65rem .55rem .8rem; }
  .thumb strong { font-size: .82rem; }
  .chark-cta-body { padding: 1.25rem; }
  .chark-cta-body h3 { font-size: 1.2rem; }
  .aisle-head { padding: 1.05rem 1.15rem; }
  .aisle-head h3 { font-size: 1.1rem; }
  .mini-list { padding: 0 1.15rem 1.05rem; }
  .mini-product { grid-template-columns: 56px minmax(0, 1fr) auto; gap: .8rem; padding: .85rem 0; }
  .mini-product img { width: 50px; height: 50px; }
  .mini-product strong { font-size: .86rem; }
  .mini-product small { font-size: .72rem; }
  .olivolja-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .oil-photo { aspect-ratio: 1 / 1; }
  .oil-body { padding: .9rem 1rem 1.1rem; }
  .oil-body h3 { font-size: 1.05rem; }
  .oil-blurb { font-size: .82rem; }
  .oil-foot { margin-top: .65rem; padding-top: .7rem; }
  .oil-foot .price { font-size: 1rem; }
  .oil-cta { padding: .45rem .75rem; font-size: .78rem; }
  .oil-flag { font-size: .62rem; padding: .22rem .45rem; top: .65rem; left: .65rem; }
  .spotlight-figure {
    aspect-ratio: 5 / 4;
    overflow: hidden;
    border-radius: var(--radius-lg);
  }
  .spotlight-figure img { transform: scale(1.85); }
  .spotlight-figure:hover img { transform: scale(1.9) rotate(-1deg); }
  .lead-form { padding: 1.25rem; }
  .lead-contact li { grid-template-columns: 80px 1fr; gap: .65rem; font-size: .88rem; }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: .35rem; }
  .footer-brand-col { grid-column: auto; }
  .hero-cinema { min-height: clamp(560px, 88vh, 720px); }
  .hero-stage { padding-block: 6rem 2.5rem; }
  .hero-h1 { font-size: clamp(2rem, 8.4vw, 2.8rem); }
  .hero-lede-light { font-size: 1rem; }
  .hero-cinema .hero-actions { flex-direction: column; align-items: stretch; gap: .55rem; }
  .hero-cinema .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .marquee { padding: .8rem 0; }
  .marquee-track { font-size: .9rem; }
  .marquee-group { gap: 1.6rem; padding-right: 1.6rem; }
  .marquee-track em { font-size: 1rem; }
  .atmosphere h2 { font-size: clamp(1.5rem, 6.4vw, 2rem); }
  .atmosphere-text { padding: 2.2rem 1.4rem 2.6rem; }
  .atmosphere-stack { padding-top: 1.1rem; margin-bottom: 1.6rem; }
  .atmosphere-stack li { font-size: .88rem; }
  .btn-xl { min-height: 50px; padding: .85rem 1.3rem; font-size: .94rem; }
}

@media (max-width: 420px) {
  .product-grid { grid-template-columns: 1fr; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; flex: 1; }
  .brand-short { font-size: .92rem; }
  .header-cta {
    padding: 0;
    width: 38px;
    height: 38px;
    font-size: 0;
    gap: 0;
    justify-content: center;
  }
  .header-cta svg { width: 16px; height: 16px; }
  .nav { gap: .55rem; }
}

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