:root {
  --ink: #0c0d0c;
  --paper: #f2f1ec;
  --muted: #6b6a64;
  --line: rgba(12, 13, 12, 0.12);
  --line-strong: rgba(12, 13, 12, 0.22);
  /* Accent — Cavali green */
  --green: #1a4d35;
  --warm: #3d8f62;
  --accent-soft: #7ec99a;
  --btn: #0c0d0c;
  --btn-hover: #2a2c2a;
  --panel: #111311;
  --panel-2: #1a1d1a;
  --panel-line: rgba(255, 255, 255, 0.1);
  --panel-muted: rgba(255, 255, 255, 0.55);
  --display: "Syne", system-ui, sans-serif;
  --sans: "IBM Plex Sans", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
#priser { scroll-margin-top: 5.5rem; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
em { font-style: normal; }

.grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(12,13,12,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(12,13,12,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 20%, #000 20%, transparent 75%);
  pointer-events: none;
}
.grid-bg--dark {
  background-image:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
  mask-image: none;
}
.hero .grid-bg {
  background-image:
    linear-gradient(to right, rgba(12,13,12,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(12,13,12,.045) 1px, transparent 1px);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 20%, #000 20%, transparent 75%);
}

/* Nav */
.ads-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5vw;
  background: rgba(242, 241, 236, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.ads-logo {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.ads-nav-links {
  display: none;
  gap: 1.75rem;
  list-style: none;
}
.ads-nav-links a {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
}
.ads-nav-links a:hover { color: var(--ink); }
.ads-nav-cta {
  display: none;
  text-decoration: none;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.65rem 1rem;
}
.burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.4rem;
  background: none;
  border: none;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  background: var(--paper);
  padding: 6rem 5vw 2rem;
  flex-direction: column;
  gap: 1.25rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}
@media (min-width: 900px) {
  .ads-nav-links, .ads-nav-cta { display: flex; }
  .burger { display: none; }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7.5rem 5vw 4rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-inner { position: relative; z-index: 1; max-width: 920px; }
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(18px);
  animation: rise .8s .05s forwards;
}
.hero-tag-dot {
  width: 0.85rem;
  height: 1.5px;
  background: var(--ink);
  flex-shrink: 0;
}
.hero-brand {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(3.2rem, 10vw, 6.5rem);
  letter-spacing: -0.05em;
  line-height: 0.9;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(18px);
  animation: rise .8s .1s forwards;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(18px);
  animation: rise .8s .25s forwards;
}
.hero h1 span { color: var(--warm); }
.hero-desc {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
  opacity: 0;
  transform: translateY(18px);
  animation: rise .8s .4s forwards;
}
.hero-checks {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
  opacity: 0;
  transform: translateY(18px);
  animation: rise .8s .5s forwards;
}
.hero-check {
  position: relative;
  padding-left: 1.65rem;
  font-size: 0.92rem;
  color: var(--ink);
  font-weight: 500;
}
.hero-check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 0.95rem;
  height: 0.95rem;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.5 10.2l4.2 4.2L16.5 5' stroke='%230c0d0c' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  opacity: 0;
  transform: translateY(18px);
  animation: rise .8s .55s forwards;
}
.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
}
.btn-primary { background: var(--btn); color: #fff; }
.btn-primary:hover { background: var(--btn-hover); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
@keyframes rise {
  to { opacity: 1; transform: none; }
}

/* Ticker */
.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: rgba(255,255,255,.55);
  padding: 0.7rem 0;
}
.ticker-inner {
  display: flex;
  width: max-content;
  animation: tick 32s linear infinite;
}
.ti {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ti span {
  display: inline-block;
  width: 0.7rem;
  height: 1px;
  margin: 0 0.85rem;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
@keyframes tick {
  to { transform: translateX(-50%); }
}

/* Sections */
.section {
  padding: 4.5rem 5vw;
  position: relative;
}
.section--dark {
  background: var(--panel);
  color: #f4f4f0;
}
.kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 0.85rem;
}
.section--dark .kicker { color: var(--accent-soft); }
.section h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 22ch;
  margin-bottom: 1rem;
}
.lead {
  max-width: 38rem;
  color: var(--muted);
  margin-bottom: 2rem;
}
.section--dark .lead { color: var(--panel-muted); }

.cases-intro {
  padding: 3.25rem 5vw 2.75rem;
}
.cases-intro h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.35rem, 3.2vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  max-width: none;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .cases-intro h2 { white-space: normal; }
}

/* Cases — billede over, tekst under */
#cases {
  background: var(--paper);
  color: var(--ink);
  padding: 0 5vw 2.5rem;
}
#services {
  padding-top: 3.25rem;
}
.cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
/* Shopify first on mobile (DOM order), second on desktop */
.case-panel--shopify { order: -1; }
@media (min-width: 800px) {
  .cases-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding-top: 0.25rem;
  }
  .case-panel--shopify { order: 2; }
  .case-panel:not(.case-panel--shopify) { order: 1; }
}
.case-panel {
  display: grid;
  grid-template-rows: auto auto;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
}
.case-media {
  position: relative;
  order: 1;
  aspect-ratio: 16 / 11;
  min-height: 0;
  background: #ddd9cf;
  overflow: hidden;
}
.case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.case-media img.img-top {
  object-position: 70% center;
}
.case-copy {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.7rem;
  padding: 1.5rem 1.5rem 1.75rem;
}
.case-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
}
.case-big {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--ink);
}
.case-copy h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 28ch;
  color: var(--ink);
}
.case-copy p {
  color: var(--muted);
  max-width: 36rem;
  font-size: 0.92rem;
}
.case-link {
  align-self: flex-start;
  margin-top: 0.25rem;
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.92rem;
}
.case-link:hover { color: var(--warm); }

/* Value / Derfor Cavali — tekst / foto */
.value-section {
  padding: 5.5rem 5vw;
  background: var(--paper);
  border-bottom: none;
}
.value-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .value-section {
    padding: 6.5rem 5vw;
  }
  .value-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
  }
}
.value-copy .kicker { margin-bottom: 0.75rem; }
.value-copy h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 18ch;
  margin-bottom: 1rem;
}
.value-services {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.value-checks {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}
.value-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
}
.value-price {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0;
  max-width: 32rem;
}
.value-price strong {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.value-copy .btn {
  width: auto;
  padding: 0.7rem 1.1rem;
  font-size: 0.85rem;
}
.value-check {
  position: relative;
  padding-left: 1.65rem;
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 500;
}
.value-check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 0.95rem;
  height: 0.95rem;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.5 10.2l4.2 4.2L16.5 5' stroke='%230c0d0c' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}
.value-media {
  position: relative;
  width: 100%;
}
.value-media-photo {
  aspect-ratio: 5 / 4;
  background: #ddd9cf;
  overflow: hidden;
}
.value-media-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Work / services / why — media desk list */
.work-list { border-top: 1px solid var(--line); margin-top: 1.75rem; }
.work-row {
  display: grid;
  gap: 0.75rem 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}
.work-row:last-child { border-bottom: none; }
@media (min-width: 800px) {
  .work-row { grid-template-columns: minmax(140px, 220px) 1fr; align-items: start; }
}
.work-label,
h3.work-label {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}
/* Ydelser + hvorfor: tydeligere h3-labels */
#services .work-row,
#why .work-row {
  padding: 1.85rem 0;
  gap: 0.85rem 2.5rem;
}
#services h3.work-label,
#why h3.work-label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  transition: transform 0.25s ease;
}
#services .work-n,
#why .work-n {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--green);
  transition: color 0.25s ease;
}
#services .work-row:hover .work-n,
#why .work-row:hover .work-n {
  color: var(--warm);
}
#services .work-row:hover .work-label,
#why .work-row:hover .work-label {
  transform: translateX(4px);
}
.work-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-width: 42rem;
}
/* Brød flugter med h3-teksten — ikke med 01/02 ovenover */
@media (min-width: 800px) {
  #services .work-body,
  #why .work-body {
    padding-top: 1.15rem;
  }
}
.work-head {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ink);
}
.work-body p { color: var(--muted); margin: 0; }
.work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}
.work-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line-strong);
  background: transparent;
}

/* About */
.about-section {
  position: relative;
  z-index: 1;
  padding: 0;
  border-top: 1px solid var(--panel-line);
  border-bottom: 1px solid var(--panel-line);
  background: var(--panel);
  color: #f4f4f0;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  opacity: 1;
}
.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 0;
  align-items: center;
}
.about-photo {
  position: relative;
  background: #0a0b0a;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  border-bottom: 1px solid var(--panel-line);
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 0;
}
.about-photo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(12, 13, 12, 0.55) 0%, rgba(12, 13, 12, 0.18) 45%, transparent 100%);
}
.about-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  background: none;
  padding: 0;
}
.about-badge-name {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
}
.about-badge-title {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.2rem;
  letter-spacing: 0.02em;
}
.about-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2.5rem 5vw;
  font-family: var(--sans);
}
.about-copy .kicker {
  margin-bottom: 0;
  color: var(--accent-soft);
}
.about-copy h2 {
  max-width: 18ch;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
  color: rgba(244,244,240,.92);
  letter-spacing: -0.03em;
}
.about-copy p {
  font-family: var(--sans);
  color: var(--panel-muted);
  max-width: 34rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}
.about-copy .btn {
  align-self: flex-start;
  margin-top: 0.35rem;
}
.about-copy .btn-primary { background: #f2f1ec; color: var(--ink); }
.about-copy .btn-primary:hover { background: #fff; color: var(--ink); }
.about-rule {
  width: 48px;
  height: 2px;
  background: var(--warm);
  border: 0;
  margin: 0.15rem 0;
}
@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr 1.6fr;
    gap: 0;
    align-items: center;
    padding: 3.5rem 5vw;
  }
  .about-photo {
    border-bottom: 0;
    max-width: 420px;
    width: 100%;
    justify-self: start;
  }
  .about-copy { padding: 0 0 0 3.5rem; }
}

/* Contact strip — dark media desk */
.contact-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 2rem 5vw;
  background: var(--panel);
  color: #f4f4f0;
  border-top: 1px solid var(--panel-line);
  border-bottom: 1px solid var(--panel-line);
}
.contact-strip-text {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  letter-spacing: -0.02em;
  max-width: none;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .contact-strip-text { white-space: normal; }
}
.contact-strip-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.contact-strip-btn {
  text-decoration: none;
  border: 1px solid var(--panel-line);
  padding: 0.7rem 1.05rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #f4f4f0;
  transition: border-color .2s, color .2s, background .2s;
}
.contact-strip-btn:hover {
  border-color: #fff;
  color: var(--ink);
  background: #fff;
}

/* Process */
.proc {
  display: grid;
  gap: 1px;
  background: var(--panel-line);
  border: 1px solid var(--panel-line);
  margin-top: 1.75rem;
}
@media (min-width: 800px) {
  .proc { grid-template-columns: repeat(4, 1fr); }
}
.proc-step {
  background: var(--panel-2);
  padding: 1.4rem 1.15rem 1.5rem;
}
.proc-n {
  font-family: var(--display);
  font-size: 0.8rem;
  color: var(--accent-soft);
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}
.proc-step h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}
.proc-step p { font-size: 0.88rem; color: var(--panel-muted); }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); margin-top: 1.5rem; }
.faq-item { border-bottom: 1px solid var(--line); padding: 1.15rem 0; }
.faq-item:last-child { border-bottom: none; }
h3.faq-q,
.faq-q {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
}
.faq-a { color: var(--muted); max-width: 42rem; font-size: 0.95rem; }

/* Contact */
.contact-wrap {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .contact-wrap { grid-template-columns: 1fr 1.1fr; align-items: start; }
}
.contact-form {
  display: grid;
  gap: 0.75rem;
}
.form-input {
  width: 100%;
  background: transparent;
  border: 1px solid var(--panel-line);
  color: #fff;
  padding: 0.9rem 1rem;
  font: inherit;
}
.form-input::placeholder { color: rgba(255,255,255,.4); }
.form-input:focus {
  outline: none;
  border-color: var(--accent-soft);
}
textarea.form-input { min-height: 120px; resize: vertical; }
.form-submit {
  border: 0;
  background: #f2f1ec;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  padding: 0.95rem 1.2rem;
  cursor: pointer;
}
.form-submit:hover { background: #fff; }
.form-submit:disabled { opacity: 0.6; cursor: wait; }
.contact-meta {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--panel-line);
}
.contact-meta .lbl {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--panel-muted);
  margin-bottom: 0.2rem;
}
.contact-meta a { text-decoration: none; color: #fff; font-weight: 500; }
.contact-meta a:hover { color: var(--accent-soft); }

/* Footer */
.ads-footer {
  padding: 0;
  border-top: 1px solid var(--panel-line);
  background: #0a0b0a;
  color: rgba(255,255,255,.45);
  font-size: 0.85rem;
}
.footer-row {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 5vw;
  border-bottom: 1px solid var(--panel-line);
}
@media (min-width: 800px) {
  .footer-row { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
.footer-logo {
  font-family: var(--display);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.footer-brand p {
  max-width: 28rem;
  line-height: 1.5;
}
.f-col-title {
  font-family: var(--display);
  font-weight: 700;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
  margin: 0 0 0.85rem;
}
.f-col ul { list-style: none; display: grid; gap: 0.45rem; }
.f-col a {
  text-decoration: none;
  color: rgba(255,255,255,.45);
  font-size: 0.85rem;
}
.f-col a:hover { color: var(--accent-soft); }
.footer-cities {
  padding: 1rem 5vw;
  border-bottom: 1px solid var(--panel-line);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-cities a {
  color: rgba(255,255,255,.35);
  text-decoration: none;
  font-size: 0.75rem;
}
.footer-cities a:hover { color: var(--accent-soft); }
.ads-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1.15rem 5vw 1.5rem;
  font-size: 0.75rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.in { opacity: 1; transform: none; }
