:root {
  color-scheme: dark;
  --ink: #f6efe2;
  --ink-soft: #c7bbab;
  --ink-muted: #9f9486;
  --paper: #090d0c;
  --shell: #111816;
  --line: rgba(224, 207, 175, 0.2);
  --sea: #8aa596;
  --moss: #556c5d;
  --clay: #c7845d;
  --gold: #d8b26d;
  --black: #070908;
  --charcoal: #0e1412;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --max: 1180px;
  --font-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 178, 109, 0.08), transparent 34rem),
    linear-gradient(180deg, #0d1412 0%, var(--paper) 42rem);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  transform: translateY(-150%);
  background: var(--white);
  color: #111;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--ink);
  background: linear-gradient(180deg, rgba(7, 9, 8, 0.78), rgba(7, 9, 8, 0.08));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 9, 8, 0.88);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  width: 170px;
}

.brand img,
.site-footer img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.12));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: 0;
}

.site-nav a[aria-current="page"] {
  color: var(--gold);
  background: rgba(216, 178, 109, 0.1);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible {
  background: rgba(216, 178, 109, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  place-items: center;
  padding: 9px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero picture,
.hero picture img,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: 50% 40%;
}

.hero--photo picture img {
  object-position: 50% 52%;
}

.hero--video picture img {
  object-position: 50% 48%;
}

.hero--portfolio picture img {
  object-position: 50% 46%;
}

.hero--confirmand picture img {
  object-position: 50% 40%;
}

.hero--pricing {
  min-height: 82svh;
}

.hero--pricing picture img {
  object-position: 50% 48%;
  filter: saturate(0.92) brightness(0.86);
}

.hero--pricing .hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.94), rgba(7, 9, 8, 0.68) 48%, rgba(7, 9, 8, 0.28) 78%),
    linear-gradient(0deg, rgba(7, 9, 8, 0.88), rgba(7, 9, 8, 0.12) 58%);
}

.hero--contact {
  min-height: 82svh;
}

.hero--contact picture img {
  object-position: 50% 46%;
  filter: saturate(0.9) brightness(0.86);
}

.hero--contact .hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.95), rgba(7, 9, 8, 0.7) 48%, rgba(7, 9, 8, 0.25) 78%),
    linear-gradient(0deg, rgba(7, 9, 8, 0.9), rgba(7, 9, 8, 0.1) 58%);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.94), rgba(7, 9, 8, 0.56) 45%, rgba(7, 9, 8, 0.08) 75%),
    linear-gradient(0deg, rgba(7, 9, 8, 0.86), rgba(7, 9, 8, 0.06) 48%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 36px));
  margin-left: clamp(18px, 8vw, 112px);
  padding: 158px 0 92px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section--ink .eyebrow,
.hero .eyebrow {
  color: #f2c15c;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
}

h1 {
  max-width: 980px;
  font-size: clamp(2.95rem, 6.2vw, 6.35rem);
}

h2 {
  font-size: clamp(1.85rem, 3.7vw, 3.7rem);
}

h3 {
  font-size: clamp(1.22rem, 1.8vw, 1.72rem);
  font-weight: 900;
}

.hero__lead {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  color: rgba(255, 255, 255, 0.9);
}

.site-nav a,
.button,
.eyebrow {
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.hero__actions,
.hero__proof,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__actions {
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--light {
  color: #15100b;
  background: var(--gold);
}

.button--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.button--dark {
  color: #15100b;
  background: var(--gold);
}

.hero__proof {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 36px));
  margin: -66px auto 30px;
  align-self: end;
  justify-content: flex-end;
}

.hero__proof span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(7, 9, 8, 0.44);
  backdrop-filter: blur(14px);
  font-weight: 800;
  font-size: 0.92rem;
}

.section {
  padding: clamp(76px, 10vw, 136px) 0;
}

.section__inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.section__head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section__head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.section__head--split > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.page-title {
  padding-top: clamp(150px, 18vw, 220px);
  background:
    radial-gradient(circle at 78% 12%, rgba(216, 178, 109, 0.12), transparent 30rem),
    var(--paper);
}

.page-title--compact {
  padding-top: clamp(104px, 12vw, 148px);
  padding-bottom: clamp(22px, 4vw, 44px);
}

.page-title.page-title--compact h1 {
  font-size: clamp(2.25rem, 4.4vw, 4.6rem);
}

.page-title .section__inner {
  max-width: 980px;
}

.page-title h1,
.page-hero h1,
.hero h1 {
  font-size: clamp(2.7rem, 5.3vw, 5.4rem);
}

.page-title p,
.page-hero p,
.hero__lead {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
}

.legal-content {
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  max-width: 920px;
}

.legal-content article {
  padding-bottom: clamp(20px, 3vw, 30px);
  border-bottom: 1px solid rgba(224, 207, 175, 0.14);
}

.legal-content article:last-child {
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.5vw, 2.45rem);
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}

.legal-content ul {
  margin: 0;
  padding-left: 1.15rem;
}

.legal-content a {
  color: var(--gold);
  font-weight: 800;
}

.page-hero {
  position: relative;
  min-height: 82svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.92), rgba(7, 9, 8, 0.48) 52%, rgba(7, 9, 8, 0.12)),
    linear-gradient(0deg, rgba(7, 9, 8, 0.9), rgba(7, 9, 8, 0.06) 58%);
}

.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.page-hero--photo > img {
  object-position: 52% 52%;
}

.page-hero--confirmand > img {
  object-position: 50% 40%;
}

.page-hero--confirmand .page-hero__content {
  margin-left: clamp(18px, 8vw, 112px);
  margin-right: 0;
}

.page-hero__content {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 94px;
}

.intro {
  background: var(--paper);
}

.intro__grid {
  max-width: 1040px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.intro__copy {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  color: var(--ink-soft);
}

.intro__copy p {
  margin: 0 0 16px;
}

.statement.section--ink {
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.66), rgba(7, 9, 8, 0.34) 54%, rgba(7, 9, 8, 0.72)),
    linear-gradient(0deg, rgba(7, 9, 8, 0.52), rgba(7, 9, 8, 0.12)),
    url("/assets/wedding/car-story.jpg") center 48% / cover;
}

.statement__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-content: center;
  min-height: clamp(520px, 56vw, 720px);
}

.statement__grid h2 {
  max-width: 780px;
}

.statement__grid .button {
  width: fit-content;
}

.price-card,
.process-grid article {
  border-radius: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.services {
  background:
    radial-gradient(circle at 16% 0%, rgba(199, 132, 93, 0.08), transparent 28rem),
    var(--paper);
}

.services__head,
.packages__head {
  max-width: 900px;
}

.services__head p:not(.eyebrow),
.packages__head p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.45vw, 1.16rem);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.path-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: 240px 1fr;
  overflow: hidden;
  border: 1px solid rgba(224, 207, 175, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.path-card::after {
  display: none;
}

.path-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center 38%;
  transition: transform 260ms ease;
}

.path-card:hover img,
.path-card:focus-visible img {
  transform: scale(1.035);
}

.path-card[href="/konfirmant/"] img {
  object-position: center 30%;
}

.path-card[href="/foto/"] img {
  object-position: center 42%;
}

.path-card[href="/video/"] img {
  object-position: center 50%;
}

.path-card__copy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
}

.path-card--cta {
  grid-template-rows: 1fr;
  align-content: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(216, 178, 109, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.path-card--cta::after {
  display: none;
}

.path-card--cta .button {
  width: fit-content;
  margin-top: 10px;
}

.path-card span,
.process-grid span,
.price-card p {
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.path-card span {
  color: var(--gold);
}

.path-card h3 {
  max-width: 520px;
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 1.9vw, 1.9rem);
  font-weight: 500;
}

.path-card p {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
}

.section--ink {
  background:
    linear-gradient(rgba(7, 9, 8, 0.86), rgba(7, 9, 8, 0.9)),
    url("assets/wedding/car-story.jpg") center / cover;
  color: var(--white);
}

.wedding-story.section--ink {
  min-height: clamp(620px, 62vw, 840px);
  padding: clamp(104px, 12vw, 176px) 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.72), rgba(7, 9, 8, 0.5) 52%, rgba(7, 9, 8, 0.76)),
    linear-gradient(rgba(7, 9, 8, 0.22), rgba(7, 9, 8, 0.44)),
    url("/assets/gallery/wedding/large/wedding-blackwhite-guests-2000.jpg") center 46% / cover;
}

.split-feature--confirmand.section--ink {
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.88), rgba(7, 9, 8, 0.64) 52%, rgba(7, 9, 8, 0.9)),
    linear-gradient(rgba(7, 9, 8, 0.3), rgba(7, 9, 8, 0.72)),
    url("/assets/gallery/konfirmant/large/confirmand-forest-hero-2200.jpg") center 44% / cover;
}

.wedding-story .section__inner {
  width: min(1360px, calc(100% - 36px));
}

.feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.feature__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature__copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.16rem;
}

.feature__button {
  margin-top: 26px;
}

.wedding-story__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(360px, 1.18fr) minmax(300px, 0.86fr);
  gap: clamp(20px, 2.2vw, 34px);
  align-items: center;
}

.wedding-story__grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.wedding-story__grid img:nth-child(2) {
  aspect-ratio: 4 / 3;
}

.wedding-story__grid p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 14px;
  height: 2px;
  background: var(--gold);
}

.packages {
  background:
    radial-gradient(circle at 86% 0%, rgba(216, 178, 109, 0.08), transparent 28rem),
    var(--shell);
}

.packages--quiet {
  padding: clamp(66px, 8vw, 108px) 0;
}

.finder-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(224, 207, 175, 0.14);
  background: rgba(224, 207, 175, 0.14);
}

.finder-preview article {
  min-height: 178px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(18px, 2.4vw, 28px);
  background: rgba(11, 17, 15, 0.94);
}

.finder-preview span {
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.finder-preview h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
}

.finder-preview p {
  margin: 0;
  color: var(--ink-soft);
}

.finder-preview__cta {
  background:
    linear-gradient(135deg, rgba(216, 178, 109, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(11, 17, 15, 0.94) !important;
}

.finder-preview__cta .button {
  width: fit-content;
  margin-top: 4px;
}

.tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.tab {
  min-width: 112px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.tab.is-active {
  color: #15100b;
  background: var(--gold);
  border-color: var(--gold);
}

.package-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.price-overview--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  min-height: 100%;
  padding: 24px;
}

.price-card--featured {
  color: #14100a;
  background: linear-gradient(135deg, #d8b26d, #b88746);
  border-color: rgba(216, 178, 109, 0.36);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.2);
}

.price-card--featured p,
.price-card--featured ul {
  color: rgba(20, 16, 10, 0.78);
}

.price-card h3 {
  margin-top: 5px;
}

.price-card strong {
  display: block;
  margin: 18px 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 0;
  color: var(--ink-soft);
}

.price-card span {
  display: block;
  color: var(--ink-soft);
}

.price-card--featured span {
  color: rgba(20, 16, 10, 0.78);
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.gallery {
  background:
    linear-gradient(180deg, var(--paper), #0e1412);
}

.masonry {
  columns: 3 250px;
  column-gap: 18px;
}

.masonry img {
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  border-radius: 8px;
  background: var(--shell);
}

.eventyr-gallery {
  display: grid;
  gap: 22px;
}

.eventyr-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.eventyr-gallery__head h3 {
  max-width: 780px;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  font-weight: 500;
}

.eventyr-gallery__head p:not(.eyebrow) {
  max-width: 680px;
  color: var(--ink-soft);
}

.eventyr-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.eventyr-gallery--home .eventyr-gallery__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eventyr-gallery--photo .eventyr-gallery__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eventyr-gallery--confirmand .eventyr-gallery__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eventyr-gallery--home .eventyr-gallery__item,
.eventyr-gallery--home .eventyr-gallery__item.is-featured {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 5 / 4;
}

.eventyr-gallery--photo .eventyr-gallery__item {
  aspect-ratio: 4 / 5;
}

.eventyr-gallery--confirmand .eventyr-gallery__item {
  aspect-ratio: 4 / 5;
}

.eventyr-gallery--photo .eventyr-gallery__item.is-featured {
  grid-column: span 2;
  grid-row: span 1;
  aspect-ratio: 4 / 3;
}

.eventyr-gallery--confirmand .eventyr-gallery__item.is-featured {
  grid-column: span 2;
  grid-row: span 1;
  aspect-ratio: 4 / 3;
}

.eventyr-gallery__item {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 1px solid rgba(224, 207, 175, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  cursor: zoom-in;
}

.eventyr-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 9, 8, 0.24), transparent 48%);
  opacity: 0;
  transition: opacity 160ms ease;
}

.eventyr-gallery__item:hover::after,
.eventyr-gallery__item:focus-visible::after {
  opacity: 1;
}

.eventyr-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.eventyr-gallery__item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.eventyr-gallery__item.is-featured img {
  aspect-ratio: 4 / 3;
}

.eventyr-gallery__item:hover img,
.eventyr-gallery__item:focus-visible img {
  transform: scale(1.035);
}

.eventyr-gallery__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
}

.eventyr-gallery--home .eventyr-gallery__actions {
  justify-content: center;
  border-top: 1px solid rgba(224, 207, 175, 0.14);
  padding-top: 18px;
}

.home-films {
  display: grid;
  gap: 22px;
  margin-top: clamp(42px, 6vw, 76px);
}

.home-films__head {
  margin-bottom: 0;
}

.home-films__head h3 {
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 500;
}

.home-films__head p:not(.eyebrow) {
  max-width: 560px;
  color: var(--ink-soft);
}

.film-grid--home {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.film-tile {
  display: grid;
  gap: 12px;
}

.film-grid--home .vimeo-card {
  aspect-ratio: 16 / 9;
  box-shadow: none;
}

.vimeo-card--inline iframe {
  background: #000;
}

.film-tile__caption {
  display: grid;
  gap: 2px;
}

.film-tile__caption span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.film-tile__caption h4 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 500;
}

.vimeo-card__meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  pointer-events: none;
}

.vimeo-card__meta span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vimeo-card__meta h4 {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 500;
}

.vimeo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 9, 8, 0.78), rgba(7, 9, 8, 0.08) 58%);
  pointer-events: none;
}

.vimeo-card.is-loaded::after,
.vimeo-card.is-loaded .vimeo-card__meta {
  display: none;
}

.gallery-lightbox {
  width: min(1120px, calc(100% - 28px));
  max-height: calc(100svh - 28px);
  padding: 0;
  border: 1px solid rgba(224, 207, 175, 0.24);
  border-radius: 8px;
  background: #050706;
  color: var(--ink);
}

.gallery-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.gallery-lightbox figure {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 48px 48px 26px;
}

.gallery-lightbox img {
  max-width: 100%;
  max-height: calc(100svh - 150px);
  margin: 0 auto;
  border-radius: 6px;
  object-fit: contain;
}

.gallery-lightbox figcaption {
  color: var(--ink-soft);
  text-align: center;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(224, 207, 175, 0.2);
  border-radius: 999px;
  background: rgba(7, 9, 8, 0.78);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.gallery-lightbox__close {
  top: 12px;
  right: 12px;
  min-height: 36px;
  padding: 7px 12px;
}

.gallery-lightbox__nav {
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
}

.gallery-lightbox__nav--prev {
  left: 12px;
}

.gallery-lightbox__nav--next {
  right: 12px;
}

.case-index {
  background: var(--paper);
}

.case-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  position: relative;
  min-height: 520px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 8px;
  isolation: isolate;
}

.case-card--large {
  grid-column: span 2;
}

.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(7, 9, 8, 0.94), rgba(7, 9, 8, 0.32) 58%, rgba(7, 9, 8, 0.06)),
    linear-gradient(90deg, rgba(7, 9, 8, 0.48), transparent);
}

.case-card img,
.case-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card span,
.trust-list span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(1.9rem, 3.3vw, 3.35rem);
}

.case-card p {
  max-width: 520px;
  color: rgba(246, 239, 226, 0.82);
}

.case-hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.case-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.92), rgba(7, 9, 8, 0.46) 54%, rgba(7, 9, 8, 0.1)),
    linear-gradient(0deg, rgba(7, 9, 8, 0.9), rgba(7, 9, 8, 0.04) 58%);
}

.case-hero__content {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 94px;
}

.case-hero p {
  max-width: 680px;
  color: rgba(246, 239, 226, 0.86);
  font-size: clamp(1.06rem, 1.7vw, 1.3rem);
}

.case-story__grid,
.trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
}

.trust {
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.84), rgba(7, 9, 8, 0.62) 58%, rgba(7, 9, 8, 0.32)),
    linear-gradient(0deg, rgba(7, 9, 8, 0.72), rgba(7, 9, 8, 0.18)),
    url("/assets/gallery/home/large/maternity-forest-2000.jpg") center 46% / cover;
}

.trust-list {
  display: grid;
  gap: 18px;
}

.trust-list article {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(224, 207, 175, 0.22);
}

.trust-list p {
  color: rgba(246, 239, 226, 0.82);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  padding: 22px;
  background: transparent;
  box-shadow: none;
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--white);
  background: var(--moss);
}

.process-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.split-feature__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.split-feature__grid img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-strip {
  background:
    linear-gradient(180deg, var(--shell), var(--black));
}

.contact-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-strip__inner h2 {
  max-width: 780px;
}

.contact--page {
  padding-top: clamp(64px, 8vw, 116px);
  min-height: auto;
}

.finder {
  background:
    radial-gradient(circle at 88% 0%, rgba(216, 178, 109, 0.1), transparent 30rem),
    var(--shell);
}

.finder.section {
  padding-top: clamp(18px, 3vw, 34px);
}

.finder__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
}

.finder-form {
  display: grid;
  gap: 18px;
}

.finder-form fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.finder-form legend {
  padding: 0 8px;
  color: var(--gold);
  font-weight: 900;
}

.finder-form label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.finder-form .finder-field {
  align-items: stretch;
  display: grid;
  cursor: default;
}

.finder-form input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.finder-form .finder-field input {
  width: 100%;
  height: auto;
  border: 1px solid rgba(224, 207, 175, 0.28);
  border-radius: 6px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.finder-result {
  position: sticky;
  top: 104px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(216, 178, 109, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(216, 178, 109, 0.15), rgba(255, 255, 255, 0.035) 42%),
    var(--black);
  box-shadow: var(--shadow);
}

.finder-result__price {
  margin-top: 18px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

.finder-result:not(.has-result) [data-result-link],
.finder-result:not(.has-result) [data-result-list],
.finder-result:not(.has-result) [data-save-offer] {
  display: none;
}

.finder-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.package-wizard {
  display: grid;
  gap: 22px;
}

.wizard-progress {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.wizard-progress button {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: left;
}

.wizard-progress .is-active {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.wizard-progress .is-done {
  color: var(--gold);
  border-color: rgba(216, 178, 109, 0.42);
}

.wizard-progress .is-clickable {
  cursor: pointer;
}

.wizard-progress .is-clickable:hover,
.wizard-progress .is-clickable:focus-visible {
  color: var(--ink);
  border-color: rgba(216, 178, 109, 0.7);
  background: rgba(216, 178, 109, 0.12);
}

.wizard-progress button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.wizard-card,
.wizard-price,
.wizard-summary,
.wizard-save-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.wizard-card {
  padding: clamp(18px, 2.8vw, 30px);
}

.wizard-step {
  display: grid;
  gap: 16px;
}

.wizard-step h2,
.wizard-result h2 {
  max-width: 900px;
  font-size: clamp(2.05rem, 4vw, 4.25rem);
}

.wizard-step > p,
.wizard-result > div > p {
  max-width: 760px;
  color: var(--ink-soft);
}

.wizard-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wizard-choice-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wizard-choice {
  display: grid;
  gap: 8px;
  min-height: 90px;
  padding: 14px;
  border: 1px solid rgba(224, 207, 175, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.wizard-choice:hover,
.wizard-choice:focus-visible {
  border-color: rgba(216, 178, 109, 0.62);
  background: rgba(216, 178, 109, 0.08);
}

.wizard-choice.is-selected {
  border-color: var(--gold);
  background:
    linear-gradient(135deg, rgba(216, 178, 109, 0.22), rgba(216, 178, 109, 0.08)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(216, 178, 109, 0.34);
}

.wizard-choice.is-selected:hover,
.wizard-choice.is-selected:focus-visible {
  border-color: var(--gold);
  background:
    linear-gradient(135deg, rgba(216, 178, 109, 0.26), rgba(216, 178, 109, 0.1)),
    rgba(255, 255, 255, 0.045);
}

.wizard-choice:disabled,
.wizard-choice.is-disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.wizard-choice:disabled:hover,
.wizard-choice.is-disabled:hover {
  border-color: rgba(224, 207, 175, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.wizard-choice span {
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 900;
}

.wizard-choice strong {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.32rem;
  line-height: 1;
}

.wizard-choice small {
  color: var(--ink-soft);
  line-height: 1.45;
}

.wizard-choice__disabled {
  color: var(--gold) !important;
  font-weight: 900;
}

.wizard-choice em {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.wizard-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wizard-included {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(224, 207, 175, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.wizard-included h3 {
  margin: 0;
  font-size: 1rem;
}

.wizard-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wizard-pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(216, 178, 109, 0.34);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(216, 178, 109, 0.08);
  font-size: 0.84rem;
  font-weight: 900;
}

.wizard-fields label,
.wizard-check {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-weight: 900;
}

.wizard-check {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  border: 1px solid rgba(224, 207, 175, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.wizard-fields input,
.wizard-fields textarea {
  width: 100%;
  border: 1px solid rgba(224, 207, 175, 0.28);
  border-radius: 6px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.wizard-nav,
.wizard-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.wizard-edit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.wizard-edit-list button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(224, 207, 175, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.wizard-edit-list button:hover,
.wizard-edit-list button:focus-visible {
  border-color: rgba(216, 178, 109, 0.62);
  color: var(--gold);
}

.wizard-tip,
.wizard-tips p {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  background: rgba(216, 178, 109, 0.09);
  color: var(--ink-soft);
}

.wizard-result {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.34fr);
  gap: 18px;
}

.wizard-price,
.wizard-summary,
.wizard-save-form {
  padding: clamp(16px, 2.4vw, 24px);
}

.wizard-price strong {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 3.8vw, 3.8rem);
  line-height: 0.96;
}

.wizard-price small {
  color: var(--ink-soft);
  font-weight: 900;
}

.wizard-summary ul {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.wizard-summary li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(224, 207, 175, 0.12);
  color: var(--ink-soft);
}

.wizard-summary li strong {
  color: var(--ink);
}

.wizard-summary li span {
  display: grid;
  gap: 2px;
}

.wizard-summary li small {
  color: var(--ink-muted);
  font-size: 0.78rem;
}

.wizard-result-actions,
.wizard-save-form {
  grid-column: 1 / -1;
}

.wizard-summary--travel {
  grid-column: 1 / -1;
}

.wizard-save-form[hidden] {
  display: none;
}

.wizard-save-form {
  display: grid;
  gap: 16px;
}

.film-showcase {
  background: linear-gradient(180deg, var(--shell), #111816);
}

.vimeo-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(216, 178, 109, 0.28);
  background: var(--black);
  box-shadow: var(--shadow);
}

.vimeo-card img,
.vimeo-card iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.vimeo-card img {
  object-fit: cover;
  filter: brightness(0.72) saturate(0.95);
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(246, 239, 226, 0.7);
  border-radius: 999px;
  background: rgba(7, 9, 8, 0.72);
  color: var(--ink);
  font-size: 0;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.video-play::after {
  content: "";
  position: absolute;
  left: 41px;
  top: 32px;
  border-left: 22px solid var(--gold);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.portal-hero {
  padding-top: clamp(150px, 18vw, 220px);
  background:
    radial-gradient(circle at 86% 0%, rgba(216, 178, 109, 0.13), transparent 30rem),
    var(--black);
}

.portal-hero__grid,
.portal-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
}

.portal-login,
.portal-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.portal-login {
  display: grid;
  gap: 14px;
}

.portal-login label,
.portal-panel label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.portal-login input,
.portal-panel input,
.portal-panel textarea {
  width: 100%;
  border: 1px solid rgba(224, 207, 175, 0.28);
  border-radius: 6px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.portal {
  background: var(--shell);
}

.portal-shell {
  grid-template-columns: 220px minmax(0, 1fr);
}

.portal-nav {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 8px;
}

.portal-nav a {
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.035);
  font-weight: 900;
}

.portal-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.portal-panel--wide {
  grid-column: 1 / -1;
}

.portal-status {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--black);
  background: var(--gold);
  font-weight: 900;
}

.portal-next,
.message-thread,
.delivery-grid article {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.portal-actions,
.delivery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.portal-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.admin-body {
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 178, 109, 0.12), transparent 32rem),
    var(--black);
}

.admin-login[hidden],
.admin-dashboard[hidden] {
  display: none !important;
}

.admin-shell {
  min-height: 100svh;
  padding: clamp(20px, 4vw, 44px);
}

.admin-login {
  width: min(100%, 520px);
  margin: 8vh auto 0;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid rgba(216, 178, 109, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}

.admin-login form,
.admin-tools,
.lead-update {
  display: grid;
  gap: 14px;
}

.admin-login label,
.admin-tools label,
.lead-update label {
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 900;
}

.admin-login input,
.admin-tools input,
.admin-tools select,
.lead-update select,
.lead-update textarea {
  width: 100%;
  border: 1px solid rgba(224, 207, 175, 0.28);
  border-radius: 6px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.admin-dashboard {
  display: grid;
  gap: 22px;
}

.admin-topbar,
.admin-summary,
.admin-tools,
.admin-grid {
  width: min(100%, 1480px);
  margin: 0 auto;
}

.admin-topbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.admin-topbar h1 {
  margin: 4px 0 0;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
}

.admin-topbar__actions,
.lead-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-summary article,
.lead-list,
.lead-detail {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.admin-summary article {
  padding: 18px;
}

.admin-summary span {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.admin-summary small {
  color: var(--ink-soft);
  font-weight: 900;
}

.admin-tools {
  grid-template-columns: minmax(260px, 1fr) 190px 170px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.lead-list {
  max-height: calc(100svh - 280px);
  overflow: auto;
  padding: 10px;
}

.lead-item {
  display: grid;
  gap: 6px;
  width: 100%;
  margin: 0 0 8px;
  padding: 14px;
  border: 1px solid rgba(224, 207, 175, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.lead-item.is-active,
.lead-item:hover {
  border-color: rgba(216, 178, 109, 0.55);
  background: rgba(216, 178, 109, 0.08);
}

.lead-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lead-item em,
.lead-score {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-item em {
  color: var(--black);
  background: var(--gold);
}

.lead-item small {
  color: var(--ink-soft);
}

.lead-score--varmt {
  color: #221611;
  background: #f0a78a;
}

.lead-score--medium {
  color: #15110a;
  background: #d8b26d;
}

.lead-score--kaldt {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.15);
}

.lead-detail {
  padding: clamp(20px, 3vw, 34px);
}

.lead-contact a {
  color: var(--sea);
  font-weight: 900;
}

.lead-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.lead-meta div,
.lead-message {
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.lead-meta dt {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-meta dd {
  margin: 4px 0 0;
  color: var(--ink-soft);
}

.lead-message {
  margin-bottom: 20px;
}

.lead-message p {
  color: var(--ink-soft);
}

.admin-empty {
  margin: 0;
  padding: 16px;
  color: var(--ink-soft);
}

.section--contact {
  background:
    linear-gradient(180deg, var(--shell), #070908);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.contact__copy > p {
  max-width: 560px;
  font-size: 1.12rem;
  color: var(--ink-soft);
}

.contact__copy h2 {
  max-width: 720px;
}

.contact-links {
  margin-top: 26px;
  flex-direction: column;
  color: var(--ink-soft);
  font-weight: 800;
}

.contact-links a {
  color: var(--sea);
}

.contact-note {
  margin-top: 32px;
  max-width: 520px;
  padding: 20px;
  border: 1px solid rgba(224, 207, 175, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.contact-note h3 {
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 1.05rem;
}

.contact-note p {
  margin: 0 0 14px;
  color: var(--ink-soft);
}

.contact-note a {
  color: var(--gold);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: clamp(0.92rem, 1vw, 0.98rem);
  font-weight: 800;
  line-height: 1.25;
}

.field-label {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.28em;
}

.label-meta {
  color: var(--ink-muted);
  font-size: 0.88em;
  font-weight: 700;
}

.form-required {
  margin: 0 0 2px;
  color: var(--ink-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(224, 207, 175, 0.28);
  border-radius: 6px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  line-height: 1.35;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(246, 239, 226, 0.46);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(13, 89, 98, 0.28);
  border-color: var(--sea);
}

.span-2 {
  grid-column: 1 / -1;
}

.form-note {
  margin: -4px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-note.is-success {
  color: #d8b26d;
}

.form-note.is-error {
  color: #f0a78a;
}

.form-privacy {
  margin: -2px 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
}

.form-privacy a {
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(150px, 0.42fr) minmax(150px, 0.42fr);
  align-items: start;
  gap: clamp(22px, 4vw, 60px);
  padding: clamp(28px, 3.2vw, 42px) clamp(18px, 4vw, 54px);
  background: var(--black);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__brand {
  max-width: 620px;
}

.site-footer img {
  width: 132px;
}

.site-footer p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  max-width: 620px;
  margin-top: 12px;
  line-height: 1.45;
  font-style: normal;
  font-size: 0.92rem;
}

.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer__nav {
  display: grid;
  gap: 7px;
}

.site-footer__nav p {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer__nav a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border-radius: 8px;
    background: rgba(7, 9, 8, 0.98);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px;
  }

  .intro__grid,
  .feature__grid,
  .contact__grid,
  .wedding-story__grid,
  .section__head--split,
  .statement__grid,
  .split-feature__grid,
  .finder__grid,
  .portal-hero__grid,
  .portal-shell,
  .case-story__grid,
  .trust__grid {
    grid-template-columns: 1fr;
  }

  .case-index__grid {
    grid-template-columns: 1fr;
  }

  .case-card--large {
    grid-column: auto;
  }

  .package-panel {
    grid-template-columns: 1fr 1fr;
  }

  .finder-preview {
    grid-template-columns: 1fr 1fr;
  }

  .price-overview {
    grid-template-columns: 1fr 1fr;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card,
  .path-card--large {
    min-height: auto;
    grid-row: auto;
  }

  .path-card {
    grid-template-rows: 280px 1fr;
  }

  .path-card img {
    height: 280px;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-strip__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .finder-result {
    position: static;
  }

  .wizard-progress,
  .wizard-choice-grid,
  .wizard-choice-grid--compact,
  .wizard-result {
    grid-template-columns: 1fr;
  }

  .eventyr-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eventyr-gallery--photo .eventyr-gallery__item.is-featured,
  .eventyr-gallery--confirmand .eventyr-gallery__item.is-featured {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .film-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eventyr-gallery__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .eventyr-gallery__item.is-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .portal-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-summary,
  .admin-tools,
  .admin-grid,
  .lead-meta {
    grid-template-columns: 1fr;
  }

  .lead-list {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
  }

  .brand {
    width: 145px;
  }

  .site-nav {
    top: 68px;
  }

  .hero {
    min-height: 86svh;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, rgba(22, 32, 30, 0.9), rgba(22, 32, 30, 0.18)),
      linear-gradient(90deg, rgba(22, 32, 30, 0.64), rgba(22, 32, 30, 0.2));
  }

  .hero__content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 126px 0 100px;
  }

  h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .hero__proof {
    margin-bottom: 16px;
  }

  .hero__proof span,
  .hero__actions .button {
    width: 100%;
  }

  .section__inner {
    width: calc(100% - 32px);
  }

  .path-grid,
  .finder-preview,
  .film-grid--home,
  .package-panel,
  .price-overview,
  .process-grid,
  .contact-form,
  .wizard-fields,
  .portal-content {
    grid-template-columns: 1fr;
  }

  .eventyr-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .eventyr-gallery--photo .eventyr-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eventyr-gallery__head .button {
    width: 100%;
  }

  .gallery-lightbox figure {
    padding: 58px 12px 18px;
  }

  .gallery-lightbox__nav {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .portal-nav {
    grid-template-columns: 1fr;
  }

  .admin-summary {
    grid-template-columns: 1fr 1fr;
  }

  .admin-shell {
    padding: 16px;
  }

  .span-2 {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

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