/* ============================================================
   VINGA · Modern nordisk matsal · Göteborg
   Strukturtrogen mörk remake av ballenacabo.com
   near-black / cream / dov vin / koppar
   ============================================================ */

:root {
  --bg: #F7F1E4;            /* kräm, som Ballenas #F8F2E5 */
  --bg-2: #F1E9D7;
  --ink: #10151A;
  --ink-dim: rgba(16, 21, 26, 0.64);
  --ink-faint: rgba(16, 21, 26, 0.36);
  --wine: #C2644F;          /* Ballenas terracotta-panel */
  --wine-deep: #A94F3D;
  --copper: #8C5A2B;        /* brons för detaljer och progress */
  --copper-deep: #7A9682;   /* Ballenas salviagröna kontaktbox */
  --line: rgba(16, 21, 26, 0.18);
  --line-soft: rgba(16, 21, 26, 0.08);
  --cream-text: #F8F1E4;    /* text över bild/paneler */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --pad: 2.6vw;             /* Ballenas yttermarginal ~2.6% */
  --font: 'Jost', 'Segoe UI', sans-serif;
  --font-mark: 'Cinzel', 'Jost', serif;
  color-scheme: light;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { color-scheme: light; }

html, body {
  background: var(--bg);
  color: var(--ink);
  overflow-x: clip;
}

body {
  font-family: var(--font);
  font-weight: 300;
  font-size: 0.98rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }

::selection { background: var(--wine); color: var(--cream-text); }

img, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }

/* ---------- typografi (Ballenas rytm: en familj, versaler, lh 0.9) ---------- */

.kicker {
  font-size: 0.64rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: currentColor;
  opacity: 0.85;
}

.h-xl {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 0.94;
  font-size: clamp(2.3rem, 4.75vw, 4.05rem);
}

.h-l {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.02;
  font-size: clamp(1.7rem, 3.35vw, 2.85rem);
}

.h-panel {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.06;
  font-size: clamp(1.25rem, 1.85vw, 1.6rem);
}

.para {
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--ink-dim);
}

/* word-rise (Ballenas .word/.word-inner-mönster) */
.wr .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  /* svenska versaler: Å/Ä/Ö-diakriter sticker över kaphöjden, ge klippfönstret luft */
  padding-top: 0.18em;
  margin-top: -0.18em;
}
.wr .word-inner { display: inline-block; white-space: pre; }
html.js .wr .word-inner { transform: translateY(115%); }
html.js .wr.in .word-inner {
  transform: none;
  transition: transform 0.9s var(--ease);
  transition-delay: calc(var(--w, 0) * 55ms);
}

/* ---------- Ballena-länk: small caps + cirkelpil ---------- */

.blink {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.64rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: currentColor;
}
.blink .circ {
  width: 20px; height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  transition: background 0.4s var(--ease), color 0.4s, transform 0.4s var(--ease);
}
.blink:hover .circ { background: var(--ink); color: var(--bg); transform: translateX(3px); }
.blink .lbl {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: left calc(100% + 3px);
  transition: background-size 0.5s var(--ease);
  padding-bottom: 2px;
}
.blink:hover .lbl { background-size: 100% 1px; }

/* ---------- intro (Ballenas entré: tagline · logotyp · tagline) ---------- */

.intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  color: var(--ink);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  transition: opacity 1s var(--ease), visibility 0s 1s;
}
.intro.done { opacity: 0; visibility: hidden; pointer-events: none; }

.intro-row {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 4vw, 3.2rem);
}
.intro-tag {
  font-size: clamp(0.56rem, 1vw, 0.72rem);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--ink-dim);
  opacity: 0;
  transform: translateX(var(--dir, -14px));
  transition: opacity 1s var(--ease) 0.2s, transform 1s var(--ease) 0.2s;
}
.intro-tag.right { --dir: 14px; }
.intro-mark {
  font-family: var(--font-mark);
  font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  margin-right: -0.24em;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 1.1s var(--ease) 0.9s, transform 1.1s var(--ease) 0.9s;
}
.intro.play .intro-tag, .intro.play .intro-mark { opacity: 1; transform: none; }
.intro.play .intro-tag { color: var(--ink-dim); }
.intro-pct {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--copper);
  font-variant-numeric: tabular-nums;
  opacity: 0;
  transition: opacity 0.8s var(--ease) 1.2s;
}
.intro.play .intro-pct { opacity: 1; }

/* ---------- grain + progress ---------- */

.grain {
  position: fixed;
  inset: -60px;
  z-index: 90;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.progress {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  z-index: 130;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
}

/* ---------- header (Ballena: bok-knapp vänster, logo mitt, toggle höger) ---------- */

.site-header {
  position: fixed;
  top: 12px; left: var(--pad); right: var(--pad);
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 7px 8px;
  color: var(--cream-text);
  background: rgba(16, 21, 26, 0.2);
  backdrop-filter: blur(6px);
  transition: background 0.5s, color 0.5s;
}
.site-header.scrolled, .site-header.menu-open {
  color: var(--ink);
  background: rgba(247, 241, 228, 0.88);
  box-shadow: 0 1px 0 var(--line-soft);
}

.book-btn {
  justify-self: start;
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.72em 1.35em;
  border: 1px solid currentColor;
  color: inherit;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
}
.book-btn:hover { background: var(--ink); color: var(--cream-text); border-color: var(--ink); }

.wordmark {
  justify-self: center;
  font-family: var(--font-mark);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  margin-right: -0.34em;
  text-transform: uppercase;
}

.menu-toggle {
  justify-self: end;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 10px;
  min-width: 44px;
  align-items: flex-end;
}
.menu-toggle span {
  display: block;
  width: 26px; height: 1px;
  background: currentColor;
  transition: transform 0.4s var(--ease), width 0.4s var(--ease);
}
.menu-toggle:hover span:nth-child(2) { width: 18px; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

/* dropdown-panel (Ballenas centrerade meny under headern) */
.menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0; right: 0;
  color: var(--ink);
  background: rgba(250, 245, 234, 0.98);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line-soft);
  box-shadow: 0 24px 60px rgba(16, 21, 26, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 2.4rem 1rem 2.6rem;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.menu-open .menu-panel { opacity: 1; transform: none; pointer-events: auto; }
.menu-panel a {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-dim);
  padding: 0.35rem 0.8rem;
  transition: color 0.3s, letter-spacing 0.4s var(--ease);
}
.menu-panel a:hover { color: var(--ink); letter-spacing: 0.3em; }
.menu-panel .mp-sep {
  width: 42px; height: 1px;
  background: var(--line);
  margin: 0.7rem 0;
}
.menu-panel a .ext { font-size: 0.85em; margin-left: 0.45em; color: var(--copper); }

/* bildband i menypanelen (Ballenas signatur) */
.mp-media {
  position: relative;
  width: calc(100% - 2rem);
  margin: 1.6rem 1rem 0;
  height: clamp(180px, 32vh, 300px);
  overflow: hidden;
}
.mp-media img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.mp-media::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(16, 21, 26, 0.26);
}
.mp-media-tags {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.2rem, 5vw, 3.5rem);
  gap: 1rem;
}
.mp-media-tags { color: var(--cream-text); }
.mp-media-tags span {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
}
.mp-media-tags svg { width: 26px; height: 26px; opacity: 0.9; }

/* ---------- hero (scrubbad film, H1 vänsterställd som Ballena) ---------- */

.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--bg-2);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 70% at 38% 52%, rgba(16, 21, 26, 0.16), transparent 62%),
    linear-gradient(rgba(16, 21, 26, 0.2), transparent 28%, transparent 72%, rgba(16, 21, 26, 0.26));
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: var(--cream-text);
}
.hero-title {
  margin-left: 25.5%;
  max-width: 52%;
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.98;
}

.hero-line2 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.9rem;
  padding-left: 25.5%;
  padding-right: var(--pad);
  opacity: 0;
  pointer-events: none;
  color: var(--cream-text);
  text-shadow: 0 1px 24px rgba(16, 21, 26, 0.35);
}
.hero-line2 p {
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.1;
  max-width: 24ch;
}
.hero-line2 .blink { pointer-events: auto; }

.hero-scroll-hint {
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(248, 241, 228, 0.75);
  transition: opacity 0.5s;
}
.hero-scroll-hint::after {
  content: '';
  width: 1px; height: 38px;
  background: linear-gradient(rgba(248, 241, 228, 0.85), transparent);
}

.hero-loader {
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  z-index: 5;
  transition: opacity 0.9s var(--ease);
  text-transform: uppercase;
  color: var(--ink-faint);
}
.hero-loader .mark { font-size: 1.05rem; letter-spacing: 0.5em; margin-right: -0.5em; color: var(--ink-dim); }
.hero-loader .pct { font-size: 0.62rem; letter-spacing: 0.3em; color: var(--copper); font-variant-numeric: tabular-nums; }
.hero-loader.done { opacity: 0; pointer-events: none; }

/* ---------- S2 · text over + helbredds-bild + para nere höger PÅ bilden ---------- */

.textimage { position: relative; padding-top: clamp(4.5rem, 9vh, 7rem); }

.textimage-head {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad);
  margin-bottom: clamp(1.2rem, 3vh, 2.2rem);
}
.textimage-head .kicker { display: block; margin-bottom: 1.4rem; }
.textimage-head h2 { max-width: 56%; }

.textimage-media {
  position: relative;
  height: clamp(420px, 92vh, 860px);
  overflow: hidden;
}
.textimage-media img {
  position: absolute;
  inset: -7% 0;
  width: 100%;
  height: 114%;
  object-fit: cover;
  will-change: transform;
}
.textimage-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(rgba(16, 21, 26, 0.14), transparent 30%, transparent 55%, rgba(16, 21, 26, 0.5));
}

.textimage-caption {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: clamp(1.6rem, 5vh, 3.2rem);
  width: min(300px, 72vw);
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  align-items: flex-start;
  color: var(--cream-text);
}
.textimage-caption .para { color: var(--cream-text); opacity: 0.94; }

/* ---------- S3 · split: bild vänster + VINRÖD panel höger ---------- */

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }

.split-media { position: relative; overflow: hidden; min-height: 62vh; }
.split-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 1.4s var(--ease);
}
.split-media img.fade { opacity: 0; }

.split-panel {
  background: var(--wine);
  color: var(--cream-text);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.6rem, 3.4vw, 3rem);
  min-height: 62vh;
}
.split-panel .top { display: flex; flex-direction: column; gap: 1.2rem; }
.split-panel .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  align-items: flex-start;
  max-width: 34ch;
}
.split-panel .para { color: rgba(248, 241, 228, 0.85); }

/* ---------- S4 · full-bleed ---------- */

.fullimage { position: relative; height: 100vh; overflow: hidden; }
.fullimage img {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  object-fit: cover;
  will-change: transform;
}
.fullimage::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(rgba(16, 21, 26, 0.16), transparent 30%, transparent 72%, rgba(16, 21, 26, 0.24));
}

/* ---------- S5 · intro: kicker längst vänster, innehåll från 34 % ---------- */

.introsec {
  position: relative;
  padding: clamp(4rem, 10vh, 7.5rem) var(--pad);
  background: var(--bg);
}
.introsec .kicker {
  position: absolute;
  left: var(--pad);
  top: clamp(4.2rem, 10.5vh, 7.8rem);
}
.introsec-content {
  margin-left: 31.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.9rem;
}
.introsec-content h2 { max-width: 21ch; }
.introsec-content .para { max-width: 34ch; }

/* ---------- S6 · slider med text PÅ korten ---------- */

.slider { padding: clamp(3rem, 7vh, 5rem) 0 clamp(3.5rem, 8vh, 5.5rem); background: var(--bg); }

.slider-track {
  display: flex;
  gap: clamp(0.9rem, 1.6vw, 1.5rem);
  padding: 0 var(--pad);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.slider-track::-webkit-scrollbar { display: none; }

.scard {
  position: relative;
  flex: 0 0 clamp(250px, 30.5vw, 420px);
  aspect-ratio: 3 / 3.6;
  scroll-snap-align: start;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 1rem;
  text-align: center;
  color: var(--cream-text);
  isolation: isolate;
}
.scard img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.scard::after {
  content: '';
  position: absolute; inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(16, 21, 26, 0.45), rgba(16, 21, 26, 0.06) 32%, rgba(16, 21, 26, 0.06) 55%, rgba(16, 21, 26, 0.55));
  transition: background 0.5s;
}
.scard:hover img { transform: scale(1.05); }
.scard h3 {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  margin-right: -0.26em;
  text-transform: uppercase;
}
.scard .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}
.scard .para { color: rgba(248, 241, 228, 0.92); max-width: 24ch; font-size: 0.8rem; }

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-top: clamp(1.6rem, 4vh, 2.6rem);
}
.slider-nav button {
  font-size: 0.95rem;
  padding: 10px 14px;
  color: var(--ink-dim);
  transition: color 0.3s, transform 0.3s var(--ease);
  min-width: 44px; min-height: 44px;
}
.slider-nav button:hover { color: var(--ink); }
.slider-nav .prev:hover { transform: translateX(-3px); }
.slider-nav .next:hover { transform: translateX(3px); }
.slider-line {
  position: relative;
  width: min(180px, 30vw);
  height: 1px;
  background: var(--line);
}
.slider-line .fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 25%;
  background: var(--copper);
  transition: width 0.4s var(--ease), transform 0.4s var(--ease);
}

/* ---------- S7 · om: kicker vänster, liten bild, text höger om bilden ---------- */

.about {
  position: relative;
  background: var(--bg-2);
  padding: clamp(4rem, 10vh, 7.5rem) var(--pad);
  border-top: 1px solid var(--line-soft);
}
.about .kicker {
  position: absolute;
  left: var(--pad);
  top: clamp(4.2rem, 10.5vh, 7.8rem);
}
.about-row {
  margin-left: 13%;
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 5vw, 4.5rem);
}
.about-media {
  flex: 0 0 clamp(150px, 16vw, 220px);
  overflow: hidden;
}
.about-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.about-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.7rem;
  padding-top: 0.4rem;
}
.about-body h2 { max-width: 16ch; }
.about-body .para { max-width: 36ch; }

/* ---------- S8 · kontakt: video + mörk kopparbox center-vänster ---------- */

.kontakt {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 14vh var(--pad) 10vh;
  overflow: hidden;
}
.kontakt-bg {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  object-fit: cover;
}
.kontakt::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(16, 21, 26, 0.14);
}

.kontakt-box {
  position: relative;
  z-index: 2;
  margin-left: 21%;
  width: min(620px, 100%);
  background: var(--copper-deep);
  color: #F4F7F0;
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2.6rem, 7vh, 4.5rem);
}
.kontakt-box .kicker { opacity: 0.9; }
.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: end;
}
.kontakt-grid h2 { max-width: 13ch; }
.kontakt-meta { display: flex; flex-direction: column; gap: 0.9rem; }
.kontakt-meta .row { display: flex; flex-direction: column; gap: 0.15rem; }
.kontakt-meta .label { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.65; }
.kontakt-meta .value { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; line-height: 1.5; }
a.value:hover { color: #fff; }

/* ---------- S9 · boka (eget band, Ballena-typografi + underline-fält) ---------- */

.boka {
  position: relative;
  background: var(--bg);
  padding: clamp(4rem, 10vh, 7.5rem) var(--pad);
  border-top: 1px solid var(--line-soft);
}
.boka .kicker {
  position: absolute;
  left: var(--pad);
  top: clamp(4.2rem, 10.5vh, 7.8rem);
}
.boka-content {
  margin-left: 31.5%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.boka-content h2 { max-width: 18ch; }

.boka-form { display: flex; flex-direction: column; gap: 1.7rem; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field.wide { grid-column: 1 / -1; }
.field label {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.field input,
.field select,
.field textarea {
  font: inherit;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0.55rem 0.05rem;
  border-radius: 0;
  transition: border-color 0.3s;
  min-height: 42px;
}
.field textarea { resize: vertical; min-height: 46px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--copper); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--copper) 50%), linear-gradient(135deg, var(--copper) 50%, transparent 50%); background-position: calc(100% - 14px) 55%, calc(100% - 9px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.field select option { background: #FBF7EC; color: var(--ink); }
.field input::-webkit-calendar-picker-indicator { cursor: pointer; }

.boka-status { font-size: 0.85rem; color: var(--copper); min-height: 1.2em; }
.boka-consent { font-size: 0.72rem; color: var(--ink-faint); }

.boka-done { display: flex; flex-direction: column; gap: 1rem; padding: 1.5rem 0; }
.boka-done h4 { font-size: 1rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--copper); }
.boka-done p { color: var(--ink-dim); font-size: 0.9rem; }

/* ---------- footer (Ballena: bild+blurb | nav | nyhetsbrev, sen GIANT wordmark) ---------- */

.site-footer {
  background: var(--bg);
  border-top: 1px solid var(--line-soft);
  padding-top: clamp(3rem, 7vh, 5rem);
}
.footer-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: clamp(2rem, 4.5vw, 4.5rem);
  padding: 0 var(--pad) clamp(3rem, 7vh, 5rem);
  align-items: start;
}
.footer-photo { width: clamp(90px, 9vw, 130px); }
.footer-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.footer-blurb-col { display: flex; flex-direction: column; gap: 1.2rem; align-items: flex-start; max-width: 34ch; }
.footer-col { display: flex; flex-direction: column; gap: 0.65rem; min-width: 150px; }
.footer-col .label {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.7rem;
}
.footer-col a {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-dim);
  transition: color 0.3s;
  width: fit-content;
}
.footer-col a:hover { color: var(--ink); }

.news-col { min-width: 220px; display: flex; flex-direction: column; gap: 1.1rem; }
.news-col .field { width: 100%; }
.news-note { font-size: 0.8rem; color: var(--copper); min-height: 1.1em; }

.footer-mark {
  font-family: var(--font-mark);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.85;
  text-align: center;
  font-size: clamp(4.4rem, 19.5vw, 17rem);
  color: var(--ink);
  user-select: none;
  transform: translateY(0.06em);
}

.footer-base {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  justify-content: space-between;
  padding: 1.2rem var(--pad) 1.4rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.footer-base a { color: var(--ink-faint); }
.footer-base a:hover { color: var(--ink-dim); }

/* ---------- reveals (för icke-word-rise-element) ---------- */

html.js .reveal { opacity: 0; transform: translateY(24px); }
html.js .reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition-delay: calc(var(--i, 0) * 100ms);
}

/* ---------- menysida ---------- */

.menu-hero {
  padding: calc(clamp(4rem, 10vh, 7rem) + 4rem) var(--pad) clamp(3rem, 8vh, 5rem);
  border-bottom: 1px solid var(--line-soft);
}
.menu-hero .kicker { display: block; margin-bottom: 1.4rem; }
.menu-hero h1 { max-width: 58%; }
.menu-hero .para { margin-top: 1.8rem; max-width: 46ch; margin-left: 31.5%; }

.menu-wrap {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: clamp(4rem, 9vh, 6.5rem) var(--pad);
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 9vh, 6.5rem);
}

.menu-block { display: flex; flex-direction: column; gap: 2rem; }
.menu-block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.1rem;
}
.menu-block-head .note { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); }

.tasting {
  border: 1px solid var(--line);
  padding: clamp(1.6rem, 4vw, 3rem);
  background: var(--bg-2);
}
.tasting-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 2rem; }
.tasting-head h3 { font-size: 1.1rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; }
.tasting-price { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--copper); }
.tasting ol { list-style: none; counter-reset: c; display: flex; flex-direction: column; }
.tasting li {
  counter-increment: c;
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1rem 0;
  border-top: 1px solid var(--line-soft);
}
.tasting li::before {
  content: counter(c, decimal-leading-zero);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: var(--copper);
  flex-shrink: 0;
}
.tasting li .dish { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.88rem; }
.tasting li .desc { color: var(--ink-dim); font-size: 0.85rem; }
.tasting-foot { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.9rem 2.4rem; font-size: 0.8rem; color: var(--ink-dim); }

.menu-items { display: flex; flex-direction: column; }
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 2rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line-soft);
}
.menu-item .name { text-transform: uppercase; letter-spacing: 0.13em; font-size: 0.88rem; }
.menu-item .price { font-size: 0.82rem; color: var(--copper); letter-spacing: 0.08em; white-space: nowrap; }
.menu-item .desc { grid-column: 1 / -1; color: var(--ink-dim); font-size: 0.85rem; max-width: 46rem; }

.menu-footnote { font-size: 0.78rem; color: var(--ink-faint); max-width: 46rem; line-height: 1.7; }

.menu-cta-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
  text-align: center;
  padding: clamp(4rem, 10vh, 7rem) var(--pad);
  background: var(--bg-2);
  border-top: 1px solid var(--line-soft);
}

/* ---------- undersidor: page-hero + galleri + sällskap + presentkort ---------- */

.page-hero {
  position: relative;
  height: clamp(380px, 62vh, 620px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.page-hero img {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  object-fit: cover;
  will-change: transform;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(rgba(11, 9, 8, 0.45), rgba(11, 9, 8, 0.1) 40%, rgba(11, 9, 8, 0.72));
}
.page-hero-copy {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad) clamp(2rem, 6vh, 3.6rem);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.page-intro {
  padding: clamp(3.5rem, 8vh, 6rem) var(--pad);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-intro .para { max-width: 52ch; margin-left: 31.5%; }

/* galleri-grid */
.gallery-grid {
  columns: 3 300px;
  column-gap: 1rem;
  padding: 0 var(--pad) clamp(4rem, 9vh, 6.5rem);
}
.gallery-grid figure {
  break-inside: avoid;
  margin-bottom: 1rem;
  overflow: hidden;
}
.gallery-grid img {
  width: 100%;
  transition: transform 1s var(--ease);
}
.gallery-grid figure:hover img { transform: scale(1.04); }

/* sällskap-block */
.gather {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2.5rem, 6vh, 4.5rem) var(--pad);
}
.gather:nth-of-type(even) .gather-media { order: 2; }
.gather-media { overflow: hidden; }
.gather-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 1.1s var(--ease); }
.gather:hover .gather-media img { transform: scale(1.03); }
.gather-body { display: flex; flex-direction: column; gap: 1.4rem; align-items: flex-start; }
.gather-body .para { max-width: 40ch; }

/* presentkort */
.gift {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 8vh, 6rem) var(--pad);
}
.gift-media { overflow: hidden; max-width: 460px; }
.gift-media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.gift-body { display: flex; flex-direction: column; gap: 1.7rem; align-items: flex-start; }
.gift-body .para { max-width: 44ch; }
.gift-rows { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 0.4rem; }
.gift-rows .row { display: flex; gap: 1.2rem; align-items: baseline; font-size: 0.85rem; color: var(--ink-dim); }
.gift-rows .row::before { content: ''; width: 18px; height: 1px; background: var(--copper); flex-shrink: 0; align-self: center; }

/* galleri-band (Ballenas meny-sida slutar så) ---------- */
.gallery-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-soft);
}
.gallery-band figure { overflow: hidden; height: clamp(220px, 38vh, 380px); position: relative; }
.gallery-band img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.gallery-band:hover img { transform: scale(1.03); }
.gallery-band::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(16, 21, 26, 0.42);
  pointer-events: none;
}
.gallery-band-copy { color: var(--cream-text); }
.gallery-band-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  text-align: center;
  padding: 0 var(--pad);
}
.gallery-band-copy h2 { max-width: 26ch; }

/* galleri: videohero + filterrad (Ballenas gallery-sida) */
.page-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.1rem 1.9rem;
  padding: 0 var(--pad) clamp(1.8rem, 4vh, 2.6rem);
}
.filter-row .flabel {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-right: 0.6rem;
}
.filter-row button {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-dim);
  padding: 0.5rem 0.15rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: left calc(100% - 4px);
  transition: color 0.3s, background-size 0.45s var(--ease);
}
.filter-row button:hover { color: var(--ink); }
.filter-row button.active { color: var(--ink); background-size: 100% 1px; }

/* avslutande bild-CTA (Ballenas block-image-cta) */
.image-cta {
  position: relative;
  height: clamp(320px, 52vh, 520px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image-cta img {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  object-fit: cover;
  will-change: transform;
}
.image-cta::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(16, 21, 26, 0.4);
}
.image-cta-copy {
  position: relative;
  z-index: 2;
  color: var(--cream-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 0 var(--pad);
}
.image-cta-copy h2 { max-width: 24ch; }

/* hitta hit: öppettider per dag (Ballenas location) */
.hours-list { display: flex; flex-direction: column; margin: 0.6rem 0 1rem; }
.hours-list .row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hours-list .row span:last-child { color: var(--ink-dim); }

/* om: editorial-sektion (Ballenas about) */
.editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(3rem, 8vh, 6rem) var(--pad);
}
.editorial-media { overflow: hidden; }
.editorial-media video, .editorial-media img { width: 100%; display: block; }
.editorial-body { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; }
.editorial-body .para { max-width: 44ch; }

/* meny: bar-sektion i vinröd panel */
.bar-block {
  background: var(--wine);
  color: var(--cream-text);
  padding: clamp(1.6rem, 4vw, 3rem);
}
.bar-block .menu-block-head { border-color: rgba(248, 241, 228, 0.3); }
.bar-block .menu-block-head .note { color: rgba(248, 241, 228, 0.6); }
.bar-block .menu-item { border-color: rgba(248, 241, 228, 0.16); }
.bar-block .menu-item .price { color: #FBE9CE; }
.bar-block .menu-item .desc { color: rgba(248, 241, 228, 0.78); }

/* ---------- responsivt ---------- */

@media (max-width: 900px) {
  .textimage-head h2 { max-width: 100%; }
  .gather { grid-template-columns: 1fr; }
  .gather:nth-of-type(even) .gather-media { order: 0; }
  .gift { grid-template-columns: 1fr; }
  .gallery-band { grid-template-columns: 1fr; }
  .gallery-band figure:nth-of-type(n+2) { display: none; }
  .page-intro .para { margin-left: 0; }
  .split { grid-template-columns: 1fr; }
  .introsec .kicker, .about .kicker, .boka .kicker { position: static; display: block; margin-bottom: 1.6rem; }
  .introsec-content, .boka-content { margin-left: 0; }
  .about-row { margin-left: 0; flex-direction: column; }
  .kontakt-box { margin-left: 0; }
  .kontakt-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .menu-hero h1 { max-width: 100%; }
  .menu-hero .para { margin-left: 0; }
  .hero-title { margin-left: var(--pad); max-width: 86%; }
  .hero-line2 { padding-left: var(--pad); }
  .book-btn .bb-long { display: none; }
}

@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
  .scard { flex-basis: 76vw; }
  .wordmark { letter-spacing: 0.34em; margin-right: -0.34em; }
  .menu-item { grid-template-columns: 1fr; }
}
