﻿:root {
  --ink: #eadcc4;
  --charcoal: #090807;
  --paper: #15120f;
  --ivory: #1b1713;
  --linen: #2a231c;
  --surface: #201b16;
  --surface-2: #2b241c;
  --field: #17130f;
  --plum-deep: #14100f;
  --plum: #221a17;
  --plum-soft: #302720;
  --black-violet: #070605;
  --tan-glow: #6f593b;
  --rose: #a17a92;
  --clay: #8f7289;
  --olive: #1f1a14;
  --sage: #756a5c;
  --gold: #bfa56f;
  --tan: #8f7652;
  --sky: #171513;
  --line: rgba(191, 165, 111, .22);
  --shadow: 0 26px 70px rgba(0, 0, 0, .32);
  --max: 1180px;
}

@font-face {
  font-family: "Barbie SomeOne";
  src: url("assets/fonts/barbie-someone.ttf") format("truetype");
  font-display: swap;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(234, 220, 196, .024) 25%, transparent 25% 50%, rgba(234, 220, 196, .018) 50% 75%, transparent 75%),
    linear-gradient(45deg, rgba(191, 165, 111, .018) 25%, transparent 25% 50%, rgba(191, 165, 111, .012) 50% 75%, transparent 75%),
    linear-gradient(90deg, rgba(191, 165, 111, .035) 1px, transparent 1px),
    linear-gradient(rgba(191, 165, 111, .026) 1px, transparent 1px),
    radial-gradient(circle at 14% 6%, rgba(111, 89, 59, .16), transparent 28rem),
    radial-gradient(circle at 86% 10%, rgba(143, 118, 82, .13), transparent 31rem),
    radial-gradient(circle at 50% 100%, rgba(9, 8, 7, .78), transparent 38rem),
    var(--paper);
  background-size: 18px 18px, 26px 26px, 72px 72px, 72px 72px, auto, auto, auto;
  font-family: Georgia, "Times New Roman", serif;
  overflow-x: hidden;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23eadcc4' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 11.5h4.1l1.5-2.4h4l1.5 2.4h3.9a3 3 0 0 1 3 3v7.4a3 3 0 0 1-3 3h-15a3 3 0 0 1-3-3v-7.4a3 3 0 0 1 3-3Z' fill='%2314100f'/%3E%3Ccircle cx='16' cy='18.4' r='4.45' fill='%23221a17'/%3E%3Ccircle cx='16' cy='18.4' r='2.05' stroke='%23bfa56f'/%3E%3Cpath d='M22.7 14.2h1.2M10.6 9.1h2.9' stroke='%23bfa56f'/%3E%3Cpath d='M8.8 22.1c1.7 1.8 4.1 2.8 7.2 2.8s5.5-1 7.2-2.8' stroke='%23bfa56f' opacity='.7'/%3E%3C/g%3E%3C/svg%3E") 6 25, auto;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }

a,
button,
[data-route],
[data-filter],
input,
textarea,
select {
  cursor: inherit;
}

.cursor-glow {
  position: fixed;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(234, 220, 196, .24) 0 6%, rgba(191, 165, 111, .13) 9% 26%, rgba(146, 97, 118, .1) 34%, transparent 68%);
  mix-blend-mode: screen;
  filter: blur(22px);
  pointer-events: none;
  z-index: 80;
  transform: translate(-50%, -50%);
  opacity: .44;
  transition: opacity .25s ease;
}

.cursor-sparkle {
  position: fixed;
  width: var(--sparkle-size, 7px);
  height: var(--sparkle-size, 7px);
  left: var(--sparkle-x);
  top: var(--sparkle-y);
  pointer-events: none;
  z-index: 81;
  transform: translate(-50%, -50%) rotate(var(--sparkle-rotate, 0deg));
  animation: sparkleTrail 900ms ease-out forwards;
}

.cursor-sparkle:before,
.cursor-sparkle:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234, 220, 196, .68), rgba(191, 165, 111, .5), transparent);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px rgba(234, 220, 196, .34);
}

.cursor-sparkle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes sparkleTrail {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.55) rotate(var(--sparkle-rotate, 0deg));
    filter: blur(1px);
  }
  22% {
    opacity: .95;
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--sparkle-dx, 0px)), calc(-50% + var(--sparkle-dy, 16px))) scale(.08) rotate(calc(var(--sparkle-rotate, 0deg) + 50deg));
    filter: blur(2px);
  }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-glow,
  .cursor-sparkle {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(12, 10, 8, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: block;
  width: clamp(206px, 24vw, 310px);
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(215, 180, 109, .22));
  transition: filter .28s ease, transform .28s ease;
}

.brand:hover img,
.brand:focus-visible img {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 22px rgba(223, 192, 119, .42)) drop-shadow(0 0 16px rgba(125, 84, 128, .24));
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.45vw, 20px);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-nav a,
.nav-dropdown summary {
  padding: 9px 0;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a.active,
.nav-dropdown summary:hover { border-color: currentColor; }

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .22s ease;
}

.nav-dropdown[open] summary:after {
  transform: translateY(1px) rotate(225deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  min-width: 250px;
  padding: 12px;
  display: grid;
  gap: 2px;
  background:
    linear-gradient(145deg, rgba(34, 25, 34, .96), rgba(16, 13, 14, .98)),
    var(--surface-2);
  border: 1px solid rgba(214, 189, 128, .28);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .36), 0 0 24px rgba(103, 65, 118, .18);
  transform: translate(-50%, 8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.nav-dropdown:not([open]) .nav-dropdown-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 8px) !important;
  transition: none !important;
}

.nav-dropdown[open] .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown.is-closing .nav-dropdown-menu,
.nav-dropdown.is-closing[open] .nav-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
}

.nav-dropdown-menu a {
  padding: 10px 12px;
  border: 0;
  color: rgba(255, 248, 235, .84);
  text-transform: none;
  letter-spacing: .04em;
  font-size: 13px;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
  color: var(--gold);
  background: rgba(214, 189, 128, .08);
  box-shadow: inset 2px 0 0 rgba(214, 189, 128, .58);
}

.nav-toggle { display: none; }

.hero {
  min-height: calc(100vh - 78px);
  padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 54px) 66px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  position: relative;
}

.video-hero {
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(0, min(760px, 100%));
  align-items: end;
  justify-content: center;
  justify-items: center;
  text-align: center;
  overflow: hidden;
  color: var(--ink);
  isolation: isolate;
  background: transparent;
}

.video-hero:before,
.video-hero:after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: transparent;
  z-index: -3;
  pointer-events: none;
  will-change: transform;
  filter: none;
}

.hero-photo-layer {
  display: grid;
  grid-template-columns: minmax(0, 57.2fr) minmax(0, 42.8fr);
  gap: 0;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: headerPhotoBreathe 8s ease-out forwards;
}

.hero-photo-left {
  object-position: 50% 42%;
  filter: saturate(1.04) contrast(1.03);
}

.hero-photo-right {
  object-position: 48% 34%;
  filter: saturate(1.05) contrast(1.04);
}

@keyframes headerPhotoBreathe {
  from { transform: scale(1.035); }
  to { transform: scale(1); }
}

.video-copy {
  width: 100%;
  max-width: 760px;
  justify-self: center;
  margin-inline: auto;
  padding-top: clamp(110px, 18vh, 210px);
  padding-bottom: clamp(22px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}

.video-copy .script,
.video-copy .eyebrow,
.video-copy .lead { color: inherit; }

.video-copy > * {
  text-align: center;
}

.video-copy h1 {
  width: 100%;
  text-align: center;
}

.hero-title {
  position: relative;
  left: 50%;
  translate: -50% 0;
  display: grid;
  justify-items: center;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 0;
}

.hero-title span {
  display: block;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
}

.video-copy .eyebrow {
  width: 100%;
}

.hero-drop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .28em;
  margin: 0 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 2.15vw, 30px);
  line-height: 1.1;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
}

.hero-drop span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-34px);
  filter: blur(7px);
  animation: wordDrop 900ms cubic-bezier(.18, .82, .28, 1) forwards;
  animation-delay: var(--d);
}

@keyframes wordDrop {
  0% {
    opacity: 0;
    transform: translateY(-34px);
    filter: blur(7px);
  }
  70% {
    opacity: 1;
    transform: translateY(4px);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.video-copy .btn {
  border-color: rgba(214, 189, 128, .72);
  background:
    linear-gradient(135deg, rgba(214, 189, 128, .96), rgba(191, 165, 111, .88) 42%, rgba(118, 92, 72, .84)),
    var(--gold);
  color: #09050d;
}

.video-copy .btn.alt {
  background:
    linear-gradient(135deg, rgba(45, 38, 31, .68), rgba(23, 19, 15, .62)),
    transparent;
  color: var(--ink);
  border-color: rgba(191, 165, 111, .68);
}

.side-mark {
  position: absolute;
  left: 50%;
  top: clamp(22px, 4vw, 44px);
  width: max-content;
  max-width: calc(100% - 36px);
  transform: translateX(-50%);
  text-align: center;
  transform-origin: center;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(234, 220, 196, .44);
}

.hero-copy { max-width: 720px; }

.video-copy .lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.script {
  font-family: "Barbie SomeOne", "Edwardian Script ITC", "Bickham Script Pro", "Snell Roundhand", "Segoe Script", cursive;
  font-size: clamp(34px, 5.6vw, 78px);
  color: var(--gold);
  margin: 0 0 -2px;
  line-height: .9;
}

.video-copy .script {
  font-size: clamp(44px, 6.8vw, 98px);
  line-height: .82;
  letter-spacing: .015em;
  color: #d6bd80;
  margin-bottom: clamp(2px, .5vw, 8px);
  text-shadow:
    0 0 18px rgba(214, 189, 128, .26),
    0 8px 28px rgba(10, 7, 16, .42);
}

.video-copy h1 {
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 720px;
}

.video-copy h1.hero-title {
  width: max-content;
  max-width: calc(100vw - 32px);
}

.video-copy h1 + .eyebrow {
  margin-bottom: 18px;
}

.eyebrow {
  margin: 0 0 16px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
}

h1, h2, h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.02;
  transition: color .35s ease, text-shadow .35s ease, filter .35s ease, transform .35s ease;
}

h1 {
  font-size: clamp(48px, 8.2vw, 124px);
  letter-spacing: -.018em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(34px, 5vw, 72px);
  letter-spacing: -.01em;
}

h3 { font-size: clamp(23px, 2.6vw, 34px); }

h1:hover,
h2:hover,
h3:hover,
.script:hover,
.hero-drop span:hover,
.studio-award strong:hover,
.title-glow {
  color: var(--clay);
  text-shadow:
    0 0 12px rgba(191, 165, 111, .32),
    0 0 30px rgba(146, 97, 118, .28),
    0 10px 30px rgba(0, 0, 0, .22);
  filter: saturate(1.08);
  transform: translateY(-2px);
}

.script,
.hero-drop span,
.studio-award strong {
  transition: color .35s ease, text-shadow .35s ease, filter .35s ease, transform .35s ease;
}

.video-hero h1:hover,
.video-hero h2:hover,
.video-hero h3:hover,
.video-hero .script:hover,
.video-hero .hero-drop span:hover,
.olive h1:hover,
.olive h2:hover,
.olive h3:hover,
.olive .script:hover,
.clay h1:hover,
.clay h2:hover,
.clay h3:hover,
.clay .script:hover,
.video-hero .title-glow,
.olive .title-glow,
.clay .title-glow {
  color: var(--ink);
  text-shadow:
    0 0 14px rgba(234, 220, 196, .5),
    0 0 34px rgba(191, 165, 111, .34),
    0 14px 34px rgba(10, 7, 16, .32);
}

p {
  font-size: 17px;
  line-height: 1.75;
}

.lead {
  max-width: 670px;
  font-size: clamp(19px, 2.05vw, 25px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.video-copy .button-row {
  justify-content: center;
}

.btn, button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 189, 128, .72);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(214, 189, 128, .96), rgba(191, 165, 111, .88) 42%, rgba(118, 92, 72, .84)),
    var(--gold);
  color: #09050d;
  padding: 14px 23px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 222, .36),
    0 12px 30px rgba(0, 0, 0, .22);
  transition: transform .25s ease, background .35s ease, color .25s ease, border-color .25s ease, box-shadow .35s ease, filter .35s ease;
}

.btn:before,
button:before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(234, 220, 196, .78), rgba(191, 165, 111, .38), rgba(173, 129, 148, .58), rgba(214, 189, 128, .72));
  opacity: 0;
  transition: opacity .35s ease;
}

.btn > *,
button > * {
  position: relative;
  z-index: 1;
}

.btn,
button {
  isolation: isolate;
}

.btn:hover,
.btn:focus-visible,
.btn.active,
button:hover,
button:focus-visible,
button.active {
  transform: translateY(-2px);
  border-color: rgba(234, 220, 196, .86);
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 222, .44),
    0 0 0 1px rgba(214, 189, 128, .2),
    0 0 22px rgba(191, 165, 111, .34),
    0 0 38px rgba(143, 118, 82, .24),
    0 18px 38px rgba(0, 0, 0, .3);
  filter: saturate(1.05);
}

.btn:hover:before,
.btn:focus-visible:before,
.btn.active:before,
button:hover:before,
button:focus-visible:before,
button.active:before {
  opacity: 1;
}

.btn:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(234, 220, 196, .76);
  outline-offset: 4px;
}

.btn.alt {
  background:
    linear-gradient(135deg, rgba(45, 38, 31, .68), rgba(23, 19, 15, .62)),
    transparent;
  color: var(--ink);
  border-color: rgba(191, 165, 111, .58);
}

.olive .btn.alt,
.clay .btn.alt {
  color: var(--ink);
  border-color: rgba(191, 165, 111, .6);
}

.photo-stack {
  min-height: 660px;
  position: relative;
}

.stack-img {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
  background: var(--surface);
  border: 10px solid var(--surface);
  outline: 1px solid rgba(191, 165, 111, .38);
  animation: float 9s ease-in-out infinite;
}

.stack-img.one {
  width: 68%;
  height: 80%;
  right: 4%;
  top: 2%;
}

.stack-img.two {
  width: 43%;
  height: 43%;
  left: 2%;
  bottom: 4%;
  animation-delay: -2s;
}

.stack-img.three {
  width: 34%;
  height: 34%;
  left: 11%;
  top: 8%;
  animation-delay: -4s;
}

.color-chip {
  position: absolute;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  padding: 11px 15px;
  background: var(--gold);
  color: var(--charcoal);
  box-shadow: var(--shadow);
}

.chip-one { right: 8%; bottom: 5%; }
.chip-two { left: 0; top: 47%; background: var(--olive); }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50% { transform: translateY(-13px) rotate(calc(var(--r, 0deg) + .6deg)); }
}

.section {
  position: relative;
  padding: clamp(70px, 10vw, 132px) clamp(18px, 4vw, 54px);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(24, 20, 16, .98), rgba(34, 28, 22, .9), rgba(9, 8, 7, .96)),
    var(--paper);
}

.section:before,
.award-band:before,
.page-hero:before,
.site-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(234, 220, 196, .035) 25%, transparent 25% 50%, rgba(234, 220, 196, .02) 50% 75%, transparent 75%),
    radial-gradient(circle at 12% 22%, rgba(191, 165, 111, .08), transparent 24rem),
    radial-gradient(circle at 92% 76%, rgba(92, 58, 106, .16), transparent 28rem);
  background-size: 22px 22px, auto, auto;
  mix-blend-mode: screen;
  opacity: .36;
}

.section > *,
.award-band > *,
.page-hero > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.inner { max-width: var(--max); margin: 0 auto; }
.center { text-align: center; }

.award-band {
  position: relative;
  display: grid;
  gap: 28px;
  padding: clamp(42px, 6vw, 72px) 0;
  background:
    linear-gradient(120deg, rgba(9, 8, 7, .98), rgba(34, 28, 22, .94), rgba(73, 57, 36, .34)),
    var(--ivory);
  border-block: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}

.award-heading {
  max-width: var(--max);
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, .65fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: end;
}

.award-heading h2 {
  font-size: clamp(31px, 4vw, 58px);
}

.award-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.award-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 8px 18px 16px;
  animation: awardScroll 38s linear infinite;
}

.award-marquee:hover .award-track {
  animation-play-state: paused;
}

.award-item {
  flex: 0 0 auto;
  width: clamp(178px, 18vw, 246px);
  height: clamp(142px, 14vw, 188px);
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .9), rgba(23, 19, 15, .96)),
    var(--surface);
  border: 1px solid rgba(191, 165, 111, .3);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32);
}

.real-award img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .24));
}

.studio-award {
  position: relative;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(191, 165, 111, .18), transparent 56%),
    linear-gradient(145deg, rgba(111, 89, 59, .24), rgba(45, 38, 31, .92)),
    var(--surface-2);
}

.studio-award:before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(168, 94, 69, .38);
  pointer-events: none;
}

.studio-award span,
.studio-award small {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
}

.studio-award span { color: var(--clay); }

.studio-award strong {
  max-width: 180px;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.studio-award small { color: rgba(234, 220, 196, .58); }

.events-strip {
  position: relative;
  padding: 22px clamp(16px, 4vw, 54px) 30px;
  background:
    linear-gradient(135deg, rgba(18, 13, 14, .96), rgba(37, 30, 28, .94) 56%, rgba(13, 10, 12, .98)),
    var(--surface-2);
  border-block: 1px solid rgba(214, 189, 128, .18);
  overflow: hidden;
}

.events-strip:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(191, 165, 111, .16), transparent 22rem),
    radial-gradient(circle at 88% 84%, rgba(116, 77, 103, .18), transparent 26rem);
}

.events-strip > * {
  position: relative;
  z-index: 1;
}

.events-strip-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto 14px;
}

.events-strip-head h2 {
  max-width: 430px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
  text-align: right;
}

.events-scroll {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(214, 189, 128, .52) rgba(255, 255, 255, .08);
}

.event-card {
  flex: 0 0 min(342px, 84vw);
  scroll-snap-align: start;
  display: grid;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(214, 189, 128, .24);
  background:
    linear-gradient(145deg, rgba(255, 248, 235, .08), rgba(255, 248, 235, .03)),
    rgba(8, 6, 7, .66);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}


.event-photo-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid rgba(214, 189, 128, .22);
  background: rgba(0, 0, 0, .22);
}

.event-photo-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, .24), transparent 55%);
}

.event-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .6s ease, filter .6s ease;
}

.event-card:hover .event-photo,
.event-card:focus-within .event-photo {
  transform: scale(1.055);
  filter: saturate(1.08) brightness(1.05);
}

.event-card-video {
  position: relative;
  min-height: 318px;
  overflow: hidden;
  align-content: end;
  isolation: isolate;
  background: rgba(8, 6, 7, .82);
}

.event-card-video:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0, 0, 0, .84), rgba(0, 0, 0, .44) 55%, rgba(0, 0, 0, .18)),
    radial-gradient(circle at center, transparent 34%, rgba(0, 0, 0, .38));
}

.event-card-video-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  pointer-events: none;
}


.event-card-north-pole .event-card-video-bg {
  transform: scale(1.16);
  object-position: center center;
}
.event-card-video .event-card-main,
.event-card-video .event-card-actions,
.event-card-video .event-details {
  position: relative;
  z-index: 1;
}

.event-card-video .event-date {
  background: rgba(8, 6, 7, .72);
  backdrop-filter: blur(8px);
}
.event-date {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 9px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(214, 189, 128, .32);
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.event-card h3 {
  font-size: clamp(21px, 2.1vw, 29px);
  line-height: 1;
}


.event-location {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 9px;
  padding: 7px 9px;
  border-left: 2px solid rgba(214, 189, 128, .72);
  color: rgba(255, 248, 235, .86);
  background: rgba(8, 6, 7, .28);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.event-card-video .event-location {
  background: rgba(8, 6, 7, .56);
  backdrop-filter: blur(8px);
}
.event-card p {
  margin-top: 8px;
  color: rgba(255, 248, 235, .8);
}

.event-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.event-info-btn,
.event-signup {
  min-height: 34px;
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.event-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 189, 128, .44);
  color: var(--ink);
  background: rgba(214, 189, 128, .16);
}

.event-details {
  padding-top: 12px;
  border-top: 1px solid rgba(214, 189, 128, .18);
}

.event-details strong {
  display: block;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-details p {
  font-size: 13px;
  line-height: 1.55;
}


.kindhearted-button-strip {
  position: relative;
  padding: 18px clamp(16px, 4vw, 54px) 22px;
  display: flex;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(16, 12, 13, .98), rgba(34, 28, 25, .94)),
    var(--surface-2);
  border-bottom: 1px solid rgba(214, 189, 128, .18);
}

.kindhearted-big-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: min(100%, 520px);
  min-height: 42px;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(214, 189, 128, .62);
  color: #09050d;
  background:
    linear-gradient(135deg, rgba(214, 189, 128, .98), rgba(191, 165, 111, .88) 52%, rgba(132, 103, 76, .9)),
    var(--gold);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28), 0 0 24px rgba(214, 189, 128, .16);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.kindhearted-big-button:hover,
.kindhearted-big-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 248, 235, .82);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .34), 0 0 30px rgba(214, 189, 128, .24);
}
.mini-calendar-strip {
  position: relative;
  padding: 26px clamp(16px, 4vw, 54px) 34px;
  background:
    linear-gradient(120deg, rgba(12, 10, 9, .98), rgba(39, 33, 29, .94) 48%, rgba(21, 15, 18, .97)),
    var(--charcoal);
  border-bottom: 1px solid rgba(214, 189, 128, .18);
  overflow: hidden;
}

.mini-calendar-strip:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(214, 189, 128, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 248, 235, .035) 1px, transparent 1px),
    radial-gradient(circle at 18% 10%, rgba(144, 98, 128, .16), transparent 21rem),
    radial-gradient(circle at 82% 88%, rgba(214, 189, 128, .14), transparent 24rem);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.mini-calendar-strip > * {
  position: relative;
  z-index: 1;
}

.mini-strip-head {
  max-width: var(--max);
  margin: 0 auto 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.mini-strip-head h2 {
  max-width: 620px;
  font-size: clamp(30px, 4.1vw, 52px);
  line-height: .95;
}

.mini-strip-head > p {
  max-width: 420px;
  margin-bottom: 4px;
  color: rgba(255, 248, 235, .72);
  font-size: 15px;
  line-height: 1.55;
}

.mini-strip-scroll {
  width: min(100%, var(--max));
  margin: 0 auto;
  overflow: hidden;
  padding: 4px 0 14px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.mini-strip-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding-inline: 12px;
  animation: miniSessionScroll 72s linear infinite;
}

.mini-strip-scroll:hover .mini-strip-track,
.mini-strip-scroll:focus-within .mini-strip-track {
  animation-play-state: paused;
}

.mini-strip-card {
  position: relative;
  flex: 0 0 min(268px, 78vw);
  height: 224px;
  scroll-snap-align: start;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(214, 189, 128, .28);
  text-decoration: none;
  color: var(--ink);
  background: rgba(8, 6, 7, .75);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
  isolation: isolate;
}

.mini-strip-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .7s ease, filter .7s ease;
}

.mini-strip-card:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 76%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(4, 3, 4, .88), rgba(4, 3, 4, .42) 56%, transparent);
  pointer-events: none;
}

.mini-strip-card:hover,
.mini-strip-card:focus-visible {
  border-color: rgba(235, 206, 138, .68);
  box-shadow: 0 0 0 1px rgba(235, 206, 138, .28), 0 22px 56px rgba(116, 77, 103, .28);
}

.mini-strip-card:hover .mini-strip-photo,
.mini-strip-card:focus-visible .mini-strip-photo {
  transform: scale(1.06);
  filter: saturate(1.06) brightness(1.06);
}

.mini-strip-date {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 235, .3);
  color: var(--gold);
  background: rgba(8, 6, 7, .62);
  backdrop-filter: blur(8px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .13em;
  line-height: 1.1;
  text-transform: uppercase;
}

.mini-strip-copy {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 2;
  display: grid;
  gap: 5px;
}

.mini-strip-copy strong {
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: .92;
  color: var(--ink);
  text-shadow: 0 1px 14px rgba(0, 0, 0, .6);
}

.mini-strip-copy small {
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mini-strip-copy em {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(255, 248, 235, .78);
  font-family: var(--body);
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}
@keyframes miniSessionScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes awardScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .award-track, .mini-strip-track, .review-stars { animation: none; }
  .session-collage-row { animation: none; }
}

.quiet {
  background:
    linear-gradient(120deg, rgba(23, 19, 15, .96), rgba(45, 37, 30, .86)),
    var(--ivory);
  border-block: 1px solid var(--line);
}

.legacy-home-strip { display: none; }

.about-video-strip {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  isolation: isolate;
  border-block: 1px solid var(--line);
  background: var(--charcoal);
}

.about-video-bg,
.about-video-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.about-video-bg {
  object-fit: contain;
  object-position: center center;
  z-index: -3;
  background: var(--charcoal);
  filter: none;
}

.about-video-shade {
  z-index: -2;
  background: linear-gradient(to top, rgba(0, 0, 0, .82), rgba(0, 0, 0, .48) 22%, rgba(0, 0, 0, .16) 48%, transparent 72%);
}

.about-video-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(380px, .78fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-block: clamp(40px, 5vw, 64px);
}

.home-about-content {
  grid-template-columns: minmax(280px, 720px);
  justify-content: end;
}

.about-story-layout {
  display: grid;
  gap: clamp(30px, 5vw, 68px);
}

.about-photo-spread {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(180px, 18vw, 300px);
  gap: clamp(10px, 1.35vw, 18px);
  align-items: stretch;
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(245, 231, 205, .18);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .26);
}

.about-story-gallery .about-photo:nth-child(1) {
  grid-column: 1 / span 4;
  grid-row: span 2;
}

.about-story-gallery .about-photo:nth-child(2) {
  grid-column: 5 / span 8;
  grid-row: span 2;
}

.about-story-gallery .about-photo:nth-child(3) {
  grid-column: 1 / span 3;
  grid-row: span 2;
}

.about-story-gallery .about-photo:nth-child(4) {
  grid-column: 4 / span 3;
  grid-row: span 2;
}

.about-story-gallery .about-photo:nth-child(5) {
  grid-column: 7 / span 3;
  grid-row: span 2;
}

.about-story-gallery .about-photo:nth-child(6) {
  grid-column: 10 / span 3;
  grid-row: span 1;
}

.about-story-gallery .about-photo:nth-child(7) {
  grid-column: 10 / span 3;
  grid-row: span 1;
}

.about-photo-camera {
  object-position: 58% 36%;
}

.about-photo-family-wide,
.about-photo-fall-family {
  object-position: center 42%;
}

.about-photo-family-one,
.about-photo-family-two,
.about-photo-family-three {
  object-position: center 34%;
}

.about-photo-christmas {
  object-position: center center;
}

.about-story-copy {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.about-video-copy {
  grid-column: 2;
  justify-self: end;
  max-width: 660px;
  padding: clamp(20px, 2.8vw, 32px);
  background: linear-gradient(135deg, rgba(23, 19, 15, .8), rgba(45, 38, 31, .6));
  border-left: 1px solid rgba(191, 165, 111, .54);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.about-video-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3.2vw, 46px);
}

.about-video-copy p {
  margin: 0 0 9px;
  font-size: 13.5px;
  line-height: 1.46;
}

.about-video-copy .script {
  margin-bottom: 4px;
}

.about-video-copy .btn {
  margin-top: 12px;
}

.motherhood-video-strip {
  position: relative;
  min-height: clamp(520px, 70vh, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background: var(--charcoal);
}

.motherhood-video-bg,
.motherhood-video-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.motherhood-video-bg {
  object-fit: cover;
  object-position: center center;
  z-index: -3;
  filter: none;
}

.motherhood-video-shade {
  z-index: -2;
  background:
    repeating-linear-gradient(135deg, rgba(244, 229, 199, .028) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(45deg, rgba(0, 0, 0, .22) 0 1px, transparent 1px 11px),
    radial-gradient(circle at 24% 18%, rgba(58, 34, 61, .3), transparent 28rem),
    radial-gradient(circle at 76% 78%, rgba(177, 141, 78, .06), transparent 24rem),
    linear-gradient(to top, rgba(0, 0, 0, .88), rgba(0, 0, 0, .68) 48%, rgba(0, 0, 0, .52)),
    radial-gradient(circle at center, rgba(0, 0, 0, .18) 22%, rgba(0, 0, 0, .66) 100%);
  mix-blend-mode: multiply;
}

.motherhood-quote {
  position: relative;
  top: -34px;
  max-width: 860px;
  text-align: center;
  padding-block: clamp(62px, 8vw, 110px);
  text-shadow:
    0 2px 10px rgba(0, 0, 0, .64),
    0 14px 34px rgba(0, 0, 0, .48);
}

.motherhood-quote h2 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(38px, 5.6vw, 82px);
  text-transform: none;
}

.motherhood-quote p:not(.script) {
  max-width: 690px;
  margin: 22px auto 0;
  font-size: clamp(18px, 2vw, 24px);
}

.motherhood-quote .btn {
  margin-top: 58px;
}

.still-photo-strip {
  position: relative;
  min-height: clamp(520px, 86svh, 840px);
  overflow: hidden;
  isolation: isolate;
  background: var(--black-violet);
  border-block: 1px solid var(--line);
}

.still-photo-fixed {
  position: absolute;
  inset: -6vh 0;
  background:
    linear-gradient(to top, rgba(7, 6, 5, .58), rgba(7, 6, 5, .08) 44%, rgba(7, 6, 5, .32)),
    url("assets/between-sections/branson-mo-newborn-photography-oneshot-photography-moriah-scroll-background.jpg") center center / cover no-repeat fixed;
  background-position: center center, 38% 28%;
  z-index: -1;
}

.classic {
  background:
    linear-gradient(135deg, rgba(7, 6, 5, .98), rgba(20, 16, 13, .96)),
    var(--charcoal);
  border-block: 1px solid var(--line);
}

.warm {
  background:
    linear-gradient(135deg, rgba(111, 89, 59, .34), rgba(34, 28, 22, .88), rgba(9, 8, 7, .96)),
    var(--paper);
}

.olive {
  background:
    linear-gradient(135deg, rgba(20, 16, 13, .98), rgba(45, 37, 30, .94), rgba(111, 89, 59, .22)),
    var(--plum);
  color: var(--ink);
}

.sky {
  background:
    linear-gradient(135deg, rgba(8, 7, 6, .98), rgba(25, 22, 18, .96), rgba(60, 48, 39, .78)),
    var(--black-violet);
}

.clay {
  background:
    linear-gradient(135deg, rgba(23, 18, 15, .98), rgba(67, 51, 40, .88), rgba(143, 118, 82, .24)),
    var(--plum-soft);
  color: var(--ink);
}

.poetic-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.poem-card {
  padding: clamp(24px, 4vw, 44px);
  background: rgba(34, 28, 22, .9);
  border: 1px solid rgba(191, 165, 111, .34);
  box-shadow: var(--shadow);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.section-title {
  display: grid;
  gap: 14px;
  margin-bottom: 40px;
}

.service-orbit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 34px);
  align-items: stretch;
  padding-top: clamp(12px, 2vw, 26px);
}

.service-card {
  min-height: clamp(360px, 34vw, 460px);
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: clamp(22px, 3vw, 38px);
  color: var(--ink);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(234, 220, 196, .03);
  isolation: isolate;
  border: 1px solid rgba(191, 165, 111, .24);
  border-radius: 8px;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease, filter .45s ease;
}

.service-card:nth-child(n) {
  grid-column: span 1;
  min-height: clamp(360px, 34vw, 460px);
  margin-top: 0;
  border-radius: 8px;
}

.service-card img {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  border-radius: inherit;
  transition: transform 900ms ease, filter 900ms ease;
  z-index: -2;
}

.service-card:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(234, 220, 196, .58);
  border-radius: inherit;
  z-index: 0;
  transition: border-color .45s ease, box-shadow .45s ease;
}

.service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 7, 6, .84), rgba(34, 28, 22, .24) 50%, rgba(11, 9, 7, .04)),
    radial-gradient(circle at 18% 82%, rgba(214, 189, 128, .2), transparent 22rem);
  z-index: -1;
}

.service-card div {
  max-width: 430px;
  position: relative;
  z-index: 1;
  padding-top: 16px;
}

.service-card h3 {
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: .95;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .45);
}

.service-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.1) contrast(1.03) brightness(1.05);
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-10px);
  border-color: rgba(214, 189, 128, .7);
  box-shadow:
    0 0 0 1px rgba(214, 189, 128, .24),
    0 0 42px rgba(191, 165, 111, .32),
    0 34px 84px rgba(0, 0, 0, .46);
}

.service-card:hover:before,
.service-card:focus-visible:before {
  border-color: rgba(234, 220, 196, .76);
  box-shadow:
    inset 0 0 22px rgba(191, 165, 111, .16),
    0 0 22px rgba(191, 165, 111, .24);
}

.service-card:focus-visible {
  outline: 2px solid rgba(214, 189, 128, .8);
  outline-offset: 5px;
}

.service-card p {
  max-width: 390px;
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.58;
  color: rgba(255, 248, 235, .86);
}

@media (max-width: 920px) {
  .service-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .service-orbit {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding-top: 6px;
  }

  .service-card,
  .service-card:nth-child(n) {
    min-height: 0;
    height: min(72vw, 292px);
    aspect-ratio: auto;
    padding: 18px;
  }

  .service-card img {
    inset: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }

  .service-card:before {
    inset: 12px;
  }

  .service-card:after {
    background:
      linear-gradient(to top, rgba(8, 7, 6, .9), rgba(34, 28, 22, .34) 56%, rgba(11, 9, 7, .08)),
      radial-gradient(circle at 18% 82%, rgba(214, 189, 128, .18), transparent 18rem);
  }

  .service-card div {
    max-width: 100%;
    padding-top: 0;
  }

  .service-card h3 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: .96;
  }

  .service-card p {
    max-width: 34ch;
    margin-top: 7px;
    font-size: 12.5px;
    line-height: 1.38;
  }
}

@media (max-width: 390px) {
  .service-card,
  .service-card:nth-child(n) {
    height: 270px;
    padding: 16px;
  }

  .service-card p {
    font-size: 12px;
  }
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.photographer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-about-content .about-video-copy {
  grid-column: 1;
}

.photographer-hero {
  position: relative;
  min-height: clamp(680px, 92vh, 920px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(120px, 13vw, 172px) var(--page-pad) clamp(70px, 8vw, 110px);
  color: var(--ink);
  isolation: isolate;
  background:
    radial-gradient(circle at 80% 12%, rgba(191, 165, 111, .2), transparent 32%),
    linear-gradient(145deg, #15110f, #2a2420 54%, #10100f);
}

.photographer-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(16, 16, 15, .82), transparent);
  z-index: -1;
}

.photographer-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .66;
}

.photographer-hero-bg img {
  position: absolute;
  width: clamp(210px, 26vw, 420px);
  height: clamp(280px, 34vw, 560px);
  object-fit: cover;
  border: 1px solid rgba(245, 231, 205, .22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .46);
  animation: photographerFloat 9s ease-in-out infinite;
  animation-delay: calc(var(--i) * -1.25s);
}

.photographer-hero-bg img:nth-child(1) {
  left: 4%;
  top: 15%;
  transform: rotate(-7deg);
}

.photographer-hero-bg img:nth-child(2) {
  right: 7%;
  top: 10%;
  transform: rotate(5deg);
}

.photographer-hero-bg img:nth-child(3) {
  right: 23%;
  bottom: 4%;
  width: clamp(180px, 19vw, 310px);
  height: clamp(230px, 24vw, 390px);
  transform: rotate(-4deg);
}

.photographer-hero-bg img:nth-child(4) {
  left: 26%;
  bottom: 2%;
  width: clamp(190px, 20vw, 330px);
  height: clamp(230px, 24vw, 390px);
  transform: rotate(7deg);
}

@keyframes photographerFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

.photographer-hero-copy {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
  padding: clamp(22px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(18, 15, 13, .76), rgba(48, 39, 32, .54));
  border: 1px solid rgba(191, 165, 111, .28);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .36);
  backdrop-filter: blur(10px);
}

.photographer-hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 6.2vw, 86px);
  line-height: .96;
}

.photographer-hero-copy .lead {
  max-width: 760px;
  margin-inline: auto;
}

.photographer-hero-copy .button-row {
  justify-content: center;
}

.photographer-hero-card {
  position: absolute;
  right: clamp(18px, 5vw, 78px);
  bottom: clamp(22px, 4vw, 60px);
  max-width: 320px;
  padding: 18px;
  background: rgba(18, 15, 13, .74);
  border-left: 1px solid rgba(214, 189, 128, .62);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .32);
  backdrop-filter: blur(8px);
}

.photographer-hero-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.photographer-intro {
  background:
    radial-gradient(circle at 12% 28%, rgba(116, 89, 117, .2), transparent 28%),
    linear-gradient(120deg, rgba(20, 17, 15, .98), rgba(45, 39, 34, .9));
}

.photographer-intro-copy p {
  font-size: 16px;
  line-height: 1.72;
}

.photographer-polaroid-stack {
  display: grid;
  gap: 16px;
  padding: 14px;
  background: rgba(245, 231, 205, .08);
  border: 1px solid rgba(191, 165, 111, .22);
  box-shadow: 0 24px 74px rgba(0, 0, 0, .34);
}

.photographer-polaroid-stack img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 10px solid rgba(245, 231, 205, .86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
}

.photographer-polaroid-stack div {
  padding: 12px 14px 16px;
  background: rgba(18, 15, 13, .7);
}

.photographer-polaroid-stack strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.photographer-offers {
  background:
    linear-gradient(180deg, rgba(16, 16, 15, .98), rgba(31, 26, 23, .96)),
    var(--charcoal);
}

.photographer-topic-card {
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.photographer-topic-card:before {
  content: "";
  position: absolute;
  inset: -40% auto auto -30%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(116, 89, 117, .42), transparent 68%);
  opacity: 0;
  transition: opacity .3s ease;
}

.photographer-topic-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 189, 128, .48);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), 0 0 28px rgba(116, 89, 117, .18);
}

.photographer-topic-card:hover:before {
  opacity: 1;
}

.photographer-quote-strip {
  min-height: clamp(380px, 54vh, 560px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(55px, 8vw, 100px) var(--page-pad);
  color: var(--ink);
  background:
    linear-gradient(rgba(18, 15, 13, .34), rgba(18, 15, 13, .78)),
    url("assets/about/michaela-oneshot-photography-meet-me-family-portrait-01.jpg") center 42% / cover fixed;
}

.photographer-quote-strip h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(36px, 6vw, 80px);
  line-height: .98;
}

.photographer-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.photographer-package {
  padding: clamp(24px, 3vw, 40px);
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .84), rgba(18, 15, 13, .96)),
    var(--surface);
  border: 1px solid rgba(191, 165, 111, .24);
  box-shadow: 0 24px 74px rgba(0, 0, 0, .34);
}

.photographer-package.featured {
  background:
    linear-gradient(145deg, rgba(82, 67, 53, .88), rgba(26, 20, 18, .96)),
    var(--surface);
}

.price-line {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  margin: 8px 0 18px;
}

.photographer-retreat-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 124px) var(--page-pad);
  color: var(--ink);
  background:
    linear-gradient(110deg, rgba(5, 7, 8, .82), rgba(21, 23, 24, .45) 48%, rgba(7, 6, 8, .82)),
    url("assets/photographers/florida-keys-retreat-background.jpg") center center / cover fixed;
  isolation: isolate;
}

.photographer-retreat-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 80% 22%, rgba(69, 122, 127, .2), transparent 34%),
    linear-gradient(180deg, rgba(16, 16, 15, .08), rgba(16, 16, 15, .76));
}

.retreat-watermark {
  position: absolute;
  left: -4vw;
  top: 4vw;
  color: rgba(245, 231, 205, .06);
  font-family: var(--serif);
  font-size: clamp(86px, 16vw, 240px);
  line-height: .8;
  white-space: nowrap;
  pointer-events: none;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .28s ease;
}

.newsletter-popup.open {
  pointer-events: auto;
  opacity: 1;
}

.newsletter-popup-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(104, 67, 117, .22), transparent 30rem),
    radial-gradient(circle at 82% 70%, rgba(191, 165, 111, .12), transparent 28rem),
    rgba(5, 4, 5, .72);
  backdrop-filter: blur(10px);
}

.newsletter-popup-card {
  position: relative;
  width: min(520px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(214, 189, 128, .32);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 248, 235, .055) 0 1px, transparent 1px 14px),
    radial-gradient(circle at 12% 0%, rgba(118, 72, 132, .36), transparent 20rem),
    radial-gradient(circle at 100% 100%, rgba(118, 111, 122, .2), transparent 22rem),
    linear-gradient(145deg, rgba(13, 10, 14, .98), rgba(34, 30, 34, .98) 54%, rgba(8, 7, 8, .99));
  box-shadow: 0 34px 110px rgba(0, 0, 0, .58), inset 0 0 0 1px rgba(255, 248, 235, .04);
  transform: translateY(22px) scale(.97);
  transition: transform .34s ease;
}

.newsletter-popup.open .newsletter-popup-card {
  transform: translateY(0) scale(1);
}

.newsletter-close,
.newsletter-later {
  border: 0;
  background: transparent;
  color: rgba(255, 248, 235, .72);
}

.newsletter-close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 4;
  width: 34px;
  height: 34px;
  font-size: 28px;
  line-height: 1;
}

.newsletter-popup-card h2 {
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin: 3px 0 10px;
  color: var(--cream);
  font-size: clamp(34px, 5vw, 58px);
  line-height: .94;
  text-transform: none;
}

.booking-thankyou-card h2 {
  max-width: 440px;
}

.booking-thankyou-card strong {
  color: var(--gold);
}

.booking-thankyou-note {
  margin-top: 14px;
  padding: 12px 13px;
  border: 1px solid rgba(214, 189, 128, .24);
  border-radius: 8px;
  background: rgba(255, 248, 235, .055);
}

.newsletter-popup-card p {
  position: relative;
  z-index: 2;
  color: rgba(255, 248, 235, .78);
  line-height: 1.55;
}

.newsletter-popup-card form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  margin-top: 20px;
}

.newsletter-popup-card label {
  display: grid;
  gap: 7px;
  color: rgba(214, 189, 128, .86);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.newsletter-popup-card input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(214, 189, 128, .28);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(5, 4, 5, .58);
  color: var(--cream);
  font: 15px Georgia, "Times New Roman", serif;
  outline: none;
}

.newsletter-popup-card input:focus {
  border-color: rgba(245, 212, 123, .72);
  box-shadow: 0 0 0 3px rgba(118, 72, 132, .25);
}

.newsletter-message {
  min-height: 20px;
  margin: 0;
  font-size: 13px;
}

.newsletter-message.error {
  color: #ffd4d4;
}

.newsletter-later {
  position: relative;
  z-index: 2;
  display: block;
  margin: 12px auto 0;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.newsletter-florals {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.newsletter-florals span {
  position: absolute;
  color: rgba(214, 189, 128, .4);
  font-size: clamp(32px, 6vw, 64px);
  text-shadow: 0 0 22px rgba(118, 72, 132, .45);
}

.newsletter-florals span:nth-child(1) {
  left: 18px;
  bottom: 20px;
  transform: rotate(-18deg);
}

.newsletter-florals span:nth-child(2) {
  right: 82px;
  top: 24px;
  font-size: 26px;
}

.newsletter-florals span:nth-child(3) {
  right: -8px;
  bottom: 58px;
  transform: rotate(20deg);
}

.newsletter-camera {
  position: absolute;
  right: 34px;
  top: 72px;
  width: 88px;
  height: 58px;
  border: 2px solid rgba(214, 189, 128, .42);
  border-radius: 8px;
  opacity: .5;
  transform: rotate(7deg);
}

.newsletter-camera:before {
  content: "";
  position: absolute;
  left: 17px;
  top: -13px;
  width: 28px;
  height: 13px;
  border: 2px solid rgba(214, 189, 128, .42);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.newsletter-camera span {
  position: absolute;
  left: 29px;
  top: 15px;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(214, 189, 128, .5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(118, 72, 132, .24);
}

.retreat-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.retreat-copy {
  max-width: 820px;
  padding: clamp(24px, 4vw, 48px);
  background: linear-gradient(135deg, rgba(18, 15, 13, .8), rgba(45, 38, 31, .56));
  border: 1px solid rgba(191, 165, 111, .28);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
  backdrop-filter: blur(8px);
}

.retreat-copy h2 {
  font-size: clamp(44px, 7vw, 94px);
  line-height: .9;
}

.retreat-date {
  color: rgba(245, 231, 205, .82);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
}

.retreat-includes {
  padding: 24px;
  background: rgba(18, 15, 13, .76);
  border: 1px solid rgba(214, 189, 128, .28);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .34);
  backdrop-filter: blur(8px);
}

.retreat-includes ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.photographer-motion-gallery {
  overflow: hidden;
  padding-block: 16px;
  background: #100f0e;
  border-block: 1px solid rgba(191, 165, 111, .18);
}

.motion-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: photographerMarquee 38s linear infinite;
}

.motion-track img {
  width: clamp(210px, 24vw, 360px);
  height: clamp(260px, 30vw, 460px);
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(245, 231, 205, .16);
}

@keyframes photographerMarquee {
  to { transform: translateX(-50%); }
}

.website-maker-section {
  background:
    radial-gradient(circle at 16% 8%, rgba(116, 89, 117, .2), transparent 28%),
    linear-gradient(140deg, rgba(29, 25, 22, .98), rgba(16, 16, 15, .98));
}

.website-maker-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

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

.website-detail-grid article {
  min-height: 150px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(245, 231, 205, .08), rgba(191, 165, 111, .05));
  border: 1px solid rgba(191, 165, 111, .2);
}

.website-detail-grid span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

.experience-card,
.timeline article {
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .78), rgba(23, 19, 15, .94)),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}

.experience-card span {
  display: block;
  color: var(--gold);
  font-family: Arial, sans-serif;
  letter-spacing: .18em;
  margin-bottom: 14px;
}

.journal-grid,
.mini-grid,
.gallery-strip { display: grid; gap: 18px; }

.journal-grid { grid-template-columns: repeat(3, 1fr); }

.journal-card {
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .72), rgba(20, 17, 13, .96)),
    var(--surface);
  box-shadow: var(--shadow);
  padding: 14px;
  border: 1px solid rgba(191, 165, 111, .22);
}

.journal-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin-bottom: 14px;
}

.gallery-strip { grid-template-columns: repeat(6, 1fr); }

.gallery-strip img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform .7s ease, filter .7s ease;
}


.session-collage-section {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) 0 clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 18% 18%, rgba(118, 72, 132, .18), transparent 28rem),
    radial-gradient(circle at 82% 76%, rgba(191, 165, 111, .14), transparent 30rem),
    repeating-linear-gradient(135deg, rgba(234, 220, 196, .035) 0 1px, transparent 1px 10px),
    linear-gradient(135deg, rgba(13, 10, 10, .98), rgba(35, 29, 26, .95), rgba(14, 11, 12, .98));
  border-block: 1px solid rgba(214, 189, 128, .18);
  isolation: isolate;
}

.session-collage-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 6, 7, .9), transparent 15%, transparent 85%, rgba(8, 6, 7, .9));
  z-index: 2;
  pointer-events: none;
}

.session-collage-heading {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
  position: relative;
  z-index: 3;
}

.session-collage-heading h2 {
  margin-top: 4px;
  font-size: clamp(34px, 5vw, 70px);
  text-transform: none;
}

.session-collage-wrap {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.session-collage-row {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  width: max-content;
  padding-inline: clamp(14px, 2vw, 26px);
  animation: sessionCollageMove 150s linear infinite;
  will-change: transform;
}

.session-collage-row.reverse {
  animation-name: sessionCollageMoveReverse;
  animation-duration: 172s;
}

.fresh48-birth-collage .session-collage-row {
  animation-duration: 118s;
}

.fresh48-birth-collage .session-collage-row.reverse {
  animation-duration: 136s;
}

.session-collage-wrap:hover .session-collage-row,
.session-collage-wrap:focus-within .session-collage-row {
  animation-play-state: paused;
}

.session-collage-tile {
  position: relative;
  display: block;
  flex: 0 0 clamp(178px, 18vw, 330px);
  height: clamp(218px, 26vw, 430px);
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(214, 189, 128, .28);
  background: rgba(0, 0, 0, .28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .3);
  transform: translateZ(0);
  transition: transform .42s ease, box-shadow .42s ease, border-color .42s ease, filter .42s ease;
}

.session-collage-tile:nth-child(3n + 2) {
  flex-basis: clamp(220px, 22vw, 400px);
  height: clamp(170px, 20vw, 320px);
}

.session-collage-tile:nth-child(4n + 3) {
  flex-basis: clamp(190px, 20vw, 350px);
  height: clamp(250px, 30vw, 480px);
}

.session-collage-tile:nth-child(5n + 4) {
  flex-basis: clamp(250px, 25vw, 460px);
  height: clamp(190px, 22vw, 360px);
}

.session-collage-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
  transition: transform .65s ease, filter .65s ease;
}

.session-collage-tile:hover,
.session-collage-tile:focus-visible {
  z-index: 4;
  transform: translateY(-8px) scale(1.025);
  border-color: rgba(245, 212, 123, .76);
  box-shadow:
    0 0 0 1px rgba(245, 212, 123, .22),
    0 0 42px rgba(191, 165, 111, .32),
    0 24px 58px rgba(0, 0, 0, .46);
  outline: none;
}

.session-collage-tile:hover img,
.session-collage-tile:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.04) brightness(1.04);
}


.family-session-collage {
  padding-top: clamp(18px, 3vw, 38px);
}

.family-session-collage .session-collage-wrap {
  gap: 0;
}

.family-session-collage .session-collage-row {
  gap: 0;
  padding-inline: 0;
}

.family-session-collage .session-collage-tile,
.family-session-collage .session-collage-tile:nth-child(3n + 2),
.family-session-collage .session-collage-tile:nth-child(4n + 3),
.family-session-collage .session-collage-tile:nth-child(5n + 4) {
  flex-basis: clamp(260px, 30vw, 560px);
  height: clamp(300px, 34vw, 620px);
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
}

.family-session-collage .session-collage-tile:hover,
.family-session-collage .session-collage-tile:focus-visible {
  transform: none;
}
@keyframes sessionCollageMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes sessionCollageMoveReverse {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
.gallery-strip img:hover {
  transform: translateY(-8px);
  filter: saturate(1.12);
}

.artistry-scroll-section {
  position: relative;
  min-height: 300svh;
  background: var(--black-violet);
  color: var(--ink);
  isolation: isolate;
}

.artistry-scroll-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.artistry-scroll-bg,
.artistry-scroll-bg:after {
  position: absolute;
  inset: 0;
}

.artistry-scroll-bg {
  z-index: -1;
  overflow: hidden;
}

.artistry-scroll-track {
  position: absolute;
  inset: 0;
}

.artistry-scroll-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transform: translate3d(0, 100%, 0) scale(1.04);
  transition: none;
  will-change: transform;
}

.artistry-scroll-track img:first-child {
  transform: translate3d(0, 0, 0) scale(1);
}

.home-artistry-scroll:not(.horizontal-scroll-section) .artistry-scroll-track img:nth-child(1) {
  object-position: 38% 8%;
}

.artistry-scroll-section:not(.horizontal-scroll-section) .artistry-scroll-track img:nth-child(2) {
  object-position: center 34%;
}

.artistry-scroll-section:not(.horizontal-scroll-section) .artistry-scroll-track img:nth-child(3) {
  object-position: center 42%;
}

.home-artistry-scroll:not(.horizontal-scroll-section) .artistry-scroll-track img:nth-child(3) {
  object-position: 34% 18%;
}

.horizontal-scroll-section .artistry-scroll-track img {
  transform: translate3d(100%, 0, 0) scale(1.04);
}

.horizontal-scroll-section .artistry-scroll-track img:first-child {
  transform: translate3d(0, 0, 0) scale(1.03);
}

.horizontal-scroll-section .artistry-scroll-track img:first-child {
  object-position: center 12%;
}

.horizontal-scroll-section .artistry-scroll-track img:nth-child(3) {
  object-position: center 12%;
}

.artistry-scroll-bg:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: none;
}
.artistry-scroll-content {
  width: 100%;
  text-align: center;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, .72),
    0 16px 42px rgba(0, 0, 0, .5);
}

.artistry-scroll-section .section-title {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px);
}



.family-feeling-copy {
  max-width: 940px;
  text-align: center;
  color: #fff8eb;
  padding: clamp(24px, 5vw, 72px) clamp(18px, 4vw, 54px);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .18));
  box-shadow: 0 24px 90px rgba(0, 0, 0, .22);
  backdrop-filter: blur(1.5px);
  text-shadow:
    0 2px 10px rgba(0, 0, 0, .84),
    0 18px 50px rgba(0, 0, 0, .64);
}

.family-feeling-copy .script {
  color: var(--gold-soft);
}

.family-feeling-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 94px);
}

.family-feeling-copy p {
  max-width: 820px;
  margin-inline: auto;
  color: rgba(255, 248, 235, .94);
  font-size: clamp(16px, 1.45vw, 21px);
}
.family-details-section .split {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  text-align: center;
}

.family-session-info {
  background:
    radial-gradient(circle at 16% 18%, rgba(191, 165, 111, .14), transparent 28rem),
    radial-gradient(circle at 86% 76%, rgba(118, 72, 132, .12), transparent 30rem),
    linear-gradient(135deg, rgba(25, 21, 18, .98), rgba(42, 34, 30, .94)),
    var(--surface);
}

.family-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.family-package-card,
.family-info-card,
.family-policy-strip {
  border: 1px solid rgba(191, 165, 111, .22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(55, 46, 39, .72), rgba(12, 10, 9, .9)),
    rgba(20, 17, 15, .9);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .32);
}

.family-package-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 22px;
}

.family-package-card small {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(214, 189, 128, .3);
  border-radius: 999px;
  color: rgba(255, 248, 235, .82);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.family-package-card h3 {
  margin: 0 0 10px;
  font-size: clamp(25px, 2.8vw, 38px);
}

.family-package-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
}

.family-package-card p,
.family-info-card p,
.family-policy-strip p {
  color: rgba(255, 248, 235, .76);
}

.family-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.family-info-card {
  padding: 20px;
}

.family-info-card h3 {
  margin-bottom: 8px;
  font-size: clamp(22px, 2.4vw, 31px);
}

.family-faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 30px auto 0;
}

.family-faq-item {
  border: 1px solid rgba(191, 165, 111, .24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(55, 46, 39, .74), rgba(12, 10, 9, .92)),
    rgba(20, 17, 15, .9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.family-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: clamp(15px, 2.2vw, 22px);
  cursor: pointer;
  list-style: none;
}

.family-faq-item summary::-webkit-details-marker {
  display: none;
}

.family-faq-item summary:after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  margin-left: 54px;
  border: 1px solid rgba(214, 189, 128, .35);
  border-radius: 999px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.family-faq-item[open] summary:after {
  content: "-";
}

.family-faq-item summary span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.family-faq-item summary strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(23px, 2.7vw, 36px);
  font-weight: 500;
  line-height: 1;
}

.family-faq-item summary em {
  color: rgba(255, 248, 235, .68);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.family-faq-item summary b {
  padding-right: 44px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(26px, 3.3vw, 44px);
  font-weight: 500;
  white-space: nowrap;
}

.family-faq-item p {
  max-width: 780px;
  margin: -4px 0 0;
  padding: 0 clamp(15px, 2.2vw, 22px) clamp(16px, 2.4vw, 24px);
  color: rgba(255, 248, 235, .78);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.62;
}

.family-policy-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  justify-content: center;
  margin-top: 18px;
  padding: 18px 22px;
  text-align: center;
}

.family-policy-strip p {
  margin: 0;
}

.family-policy-strip strong {
  color: var(--gold);
  font-weight: 600;
}

.maternity-session-info {
  background:
    radial-gradient(circle at 14% 16%, rgba(118, 72, 132, .18), transparent 30rem),
    radial-gradient(circle at 86% 70%, rgba(191, 165, 111, .12), transparent 28rem),
    linear-gradient(135deg, rgba(17, 14, 16, .98), rgba(45, 36, 39, .94)),
    var(--surface);
}

.maternity-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.maternity-info-card,
.maternity-experience-panel {
  border: 1px solid rgba(191, 165, 111, .22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(55, 46, 48, .72), rgba(12, 10, 12, .92)),
    rgba(20, 17, 19, .9);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .32);
}

.maternity-info-card {
  min-height: 210px;
  padding: 22px;
}

.maternity-info-card h3 {
  margin-bottom: 10px;
  font-size: clamp(23px, 2.4vw, 34px);
}

.maternity-info-card p {
  color: rgba(255, 248, 235, .76);
}

.maternity-experience-panel {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.25fr) auto;
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.maternity-experience-panel h3 {
  margin-top: 4px;
  font-size: clamp(28px, 3.4vw, 48px);
}

.maternity-experience-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.maternity-experience-panel li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 248, 235, .78);
  line-height: 1.5;
}

.maternity-experience-panel li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(191, 165, 111, .45);
}

.birth-session-info {
  background:
    radial-gradient(circle at 18% 22%, rgba(94, 78, 108, .18), transparent 28rem),
    radial-gradient(circle at 82% 72%, rgba(189, 159, 116, .14), transparent 26rem),
    linear-gradient(145deg, rgba(12, 10, 12, .98), rgba(38, 32, 34, .95)),
    var(--surface);
}

.birth-info-card {
  min-height: 235px;
}

.birth-detail-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.birth-detail-panel {
  grid-template-columns: 1fr;
  align-content: start;
}

.birth-detail-panel .btn {
  justify-self: start;
}

.birth-notes-panel {
  margin-top: 18px;
  border: 1px solid rgba(191, 165, 111, .2);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(69, 59, 55, .56), rgba(14, 12, 13, .9)),
    rgba(20, 17, 19, .9);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .26);
}

.birth-notes-panel h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 42px);
}

.birth-notes-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 248, 235, .78);
}

.branding-session-info {
  background:
    radial-gradient(circle at 12% 24%, rgba(115, 98, 76, .18), transparent 28rem),
    radial-gradient(circle at 88% 70%, rgba(118, 72, 132, .16), transparent 26rem),
    linear-gradient(145deg, rgba(12, 10, 11, .98), rgba(39, 34, 31, .95)),
    var(--surface);
}

.branding-info-card {
  min-height: 220px;
}

.branding-detail-panel {
  margin-top: 18px;
}

.branding-detail-panel .btn {
  justify-self: start;
}

.cake-smash-session-info {
  background:
    radial-gradient(circle at 16% 16%, rgba(179, 124, 100, .18), transparent 28rem),
    radial-gradient(circle at 86% 70%, rgba(118, 72, 132, .16), transparent 28rem),
    linear-gradient(145deg, rgba(14, 11, 12, .98), rgba(42, 33, 31, .95)),
    var(--surface);
}

.cake-smash-info-card {
  min-height: 225px;
}

.cake-smash-detail-panel {
  margin-top: 18px;
}

.cake-smash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cake-theme-panel {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(191, 165, 111, .22);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(62, 50, 45, .72), rgba(14, 11, 12, .92)),
    rgba(20, 17, 19, .9);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .28);
}

.cake-theme-panel h3 {
  margin-top: 4px;
  font-size: clamp(26px, 3vw, 42px);
}

.cake-theme-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cake-theme-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(191, 165, 111, .25);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 248, 235, .07);
  color: rgba(255, 248, 235, .82);
  font-size: .83rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-feeling-scroll-section,
.family-feature-scroll-section {
  min-height: 310svh;
  background: #090706;
}

.service-feeling-scroll-section .artistry-scroll-track img:nth-child(1) {
  object-position: center 42%;
}

.service-feeling-scroll-section .artistry-scroll-track img:nth-child(2) {
  object-position: center 36%;
}

.service-feeling-scroll-section .artistry-scroll-track img:nth-child(3) {
  object-position: center 35%;
}
.quote-band {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center;
  padding: 42px 0 138px;
  mask-image: linear-gradient(to right, transparent, black 9%, black 91%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 9%, black 91%, transparent);
}

.review-track {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
  will-change: transform;
  transition: transform .72s cubic-bezier(.22, .72, .22, 1);
}

.quote {
  flex: 0 0 min(760px, 78vw);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(191, 165, 111, .22);
  border-top-color: rgba(214, 189, 128, .68);
  border-radius: 10px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .74), rgba(13, 11, 9, .94)),
    rgba(13, 11, 9, .9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .26);
  opacity: .42;
  transform: scale(.84);
  filter: saturate(.82);
  transition: opacity .62s ease, transform .62s ease, filter .62s ease, box-shadow .62s ease, border-color .62s ease;
}

.quote.active {
  opacity: 1;
  transform: scale(1.08);
  filter: saturate(1.08);
  border-color: rgba(224, 198, 135, .74);
  box-shadow:
    0 0 0 1px rgba(214, 189, 128, .22),
    0 0 32px rgba(191, 165, 111, .28),
    0 24px 70px rgba(0, 0, 0, .42);
  z-index: 2;
}

.quote h3 {
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.26;
  text-transform: none;
}

.quote p {
  margin-top: 18px;
  color: var(--gold-soft);
}

.review-stars {
  display: flex;
  justify-content: center;
  margin: 0 auto clamp(14px, 2vw, 24px);
  color: #f5d47b;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  letter-spacing: .12em;
  text-shadow:
    0 0 8px rgba(245, 212, 123, .72),
    0 0 20px rgba(197, 154, 77, .42),
    0 0 34px rgba(118, 72, 132, .3);
  filter: drop-shadow(0 0 14px rgba(245, 212, 123, .3));
  animation: starGlowPulse 3.8s ease-in-out infinite;
}

.quote.active .review-stars {
  color: #ffe6a2;
  text-shadow:
    0 0 10px rgba(255, 230, 162, .86),
    0 0 26px rgba(210, 171, 91, .52),
    0 0 42px rgba(126, 78, 150, .42);
}

@keyframes starGlowPulse {
  0%, 100% {
    opacity: .88;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px) scale(1.025);
  }
}
.review-actions {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 14px;
  transform: translateX(-50%);
}

.review-controls {
  display: flex;
  gap: 14px;
}

.review-leave-btn {
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(214, 189, 128, .18),
    0 0 24px rgba(191, 165, 111, .2),
    0 16px 34px rgba(0, 0, 0, .32);
}

.review-arrow {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(214, 189, 128, .94), rgba(118, 92, 72, .76)),
    var(--gold);
  border: 1px solid rgba(234, 220, 196, .68);
  box-shadow:
    0 0 0 1px rgba(214, 189, 128, .16),
    0 0 24px rgba(191, 165, 111, .22),
    0 14px 32px rgba(0, 0, 0, .32);
}

.review-arrow:hover,
.review-arrow:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(234, 220, 196, .36),
    0 0 32px rgba(191, 165, 111, .38),
    0 18px 40px rgba(0, 0, 0, .38);
}

.mini-toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.mini-toolbar button {
  background:
    linear-gradient(135deg, rgba(45, 38, 31, .62), rgba(23, 19, 15, .66)),
    transparent;
  color: var(--ink);
  border-color: var(--line);
}

.mini-toolbar button.active {
  background:
    linear-gradient(135deg, rgba(214, 189, 128, .96), rgba(191, 165, 111, .88) 42%, rgba(118, 92, 72, .84)),
    var(--gold);
  color: #09050d;
  border-color: rgba(234, 220, 196, .86);
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 222, .44),
    0 0 0 1px rgba(214, 189, 128, .2),
    0 0 22px rgba(191, 165, 111, .34),
    0 0 38px rgba(143, 118, 82, .24),
    0 18px 38px rgba(0, 0, 0, .3);
}

.mini-grid { grid-template-columns: repeat(3, 1fr); }

.mini-card {
  position: relative;
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .72), rgba(20, 17, 13, .96)),
    var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(191, 165, 111, .22);
  border-radius: 8px;
}

.mini-card img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transition: transform .7s ease, filter .7s ease;
}

.mini-card-content { padding: 22px; }

.mini-service-page {
  background:
    linear-gradient(180deg, rgba(13, 11, 10, .98), rgba(32, 27, 23, .94)),
    var(--charcoal);
}

.mini-original-info {
  background:
    radial-gradient(circle at 18% 18%, rgba(191, 165, 111, .14), transparent 28rem),
    linear-gradient(135deg, rgba(25, 21, 18, .98), rgba(42, 34, 30, .94)),
    var(--surface);
}

.mini-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}

.mini-info-panel,
.mini-theme-box,
.upcoming-mini-card {
  border: 1px solid rgba(191, 165, 111, .2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(55, 46, 39, .72), rgba(12, 10, 9, .9)),
    rgba(20, 17, 15, .9);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .32);
}

.mini-info-panel {
  padding: clamp(22px, 4vw, 42px);
}

.mini-info-panel h2 {
  margin-top: 6px;
  font-size: clamp(34px, 4vw, 62px);
}

.mini-info-panel > p {
  max-width: 760px;
  color: var(--muted);
}

.mini-info-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.mini-info-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 248, 235, .78);
  line-height: 1.55;
}

.mini-info-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(191, 165, 111, .45);
}

.mini-info-side {
  display: grid;
  gap: 16px;
}

.mini-theme-box {
  padding: clamp(18px, 3vw, 28px);
}

.mini-theme-box h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.8vw, 36px);
}

.mini-theme-box p {
  color: var(--muted);
}

.mini-theme-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-theme-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(214, 189, 128, .3);
  border-radius: 999px;
  background: rgba(255, 248, 235, .06);
  color: rgba(255, 248, 235, .82);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.upcoming-minis-section {
  background:
    linear-gradient(180deg, rgba(31, 26, 22, .96), rgba(12, 10, 9, .98)),
    var(--surface-2);
  border-top: 1px solid rgba(191, 165, 111, .13);
}

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

.upcoming-mini-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 22px;
  color: var(--ink);
  text-decoration: none;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.upcoming-mini-card span,
.upcoming-mini-card em {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.upcoming-mini-card h3 {
  margin: 12px 0 8px;
  font-size: clamp(24px, 2.7vw, 34px);
}

.upcoming-mini-card strong {
  margin-bottom: 10px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 500;
}

.upcoming-mini-card p {
  flex: 1;
  color: var(--muted);
}

.upcoming-mini-card em {
  width: fit-content;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(214, 189, 128, .9), rgba(143, 118, 82, .8));
  color: #100b09;
}

.upcoming-mini-card:hover,
.upcoming-mini-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(245, 212, 123, .66);
  box-shadow:
    0 0 0 1px rgba(245, 212, 123, .14),
    0 0 32px rgba(191, 165, 111, .24),
    0 24px 54px rgba(0, 0, 0, .42);
}

.mini-booking-hero {
  position: relative;
  display: grid;
  min-height: clamp(520px, 70vh, 700px);
  place-items: center;
  overflow: hidden;
  padding: clamp(108px, 12vw, 150px) var(--pad) clamp(58px, 7vw, 88px);
  background:
    radial-gradient(circle at 50% 12%, rgba(191, 165, 111, .12), transparent 34rem),
    #090706;
}

.mini-booking-hero-media {
  position: absolute;
  inset: 0;
}

.mini-booking-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(.98);
}

.mini-booking-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 6, 7, .72), rgba(8, 6, 7, .26), rgba(8, 6, 7, .68)),
    linear-gradient(180deg, rgba(8, 6, 7, .18), rgba(8, 6, 7, .72));
}

.mini-booking-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(760px, 100%);
  text-align: center;
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid rgba(214, 189, 128, .26);
  background: linear-gradient(135deg, rgba(14, 10, 10, .58), rgba(45, 36, 30, .34));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
  backdrop-filter: blur(7px);
}

.mini-booking-hero-copy h1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(38px, 5.3vw, 68px);
  line-height: .95;
  text-align: center;
}

.mini-booking-hero-copy .script,
.mini-booking-hero-copy .lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mini-booking-hero-copy .script {
  font-size: clamp(30px, 4.4vw, 48px);
  line-height: .95;
}

.mini-booking-hero-copy .lead {
  max-width: 660px;
  font-size: clamp(15px, 1.55vw, 19px);
  line-height: 1.62;
}

.mini-booking-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.mini-booking-facts span,
.mini-booking-steps span,
.slot-group small,
.mini-booking-help {
  font-family: Arial, sans-serif;
}

.mini-booking-facts span,
.mini-booking-steps span {
  border: 1px solid rgba(214, 189, 128, .34);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(14, 11, 12, .45);
  color: rgba(255, 248, 235, .82);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mini-booking-section {
  background:
    radial-gradient(circle at 15% 10%, rgba(191, 165, 111, .11), transparent 30rem),
    radial-gradient(circle at 85% 72%, rgba(118, 72, 132, .1), transparent 30rem),
    linear-gradient(180deg, rgba(12, 10, 9, .98), rgba(28, 23, 20, .96)),
    var(--charcoal);
}

.mini-booking-intro {
  display: grid;
  justify-items: center;
  max-width: 860px;
  margin-inline: auto;
  padding-bottom: clamp(22px, 3vw, 34px);
  text-align: center;
}

.mini-booking-intro h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.02;
}

.mini-booking-intro p:not(.script) {
  max-width: 620px;
  margin: 10px auto 0;
  color: rgba(255, 248, 235, .72);
  line-height: 1.65;
}

.mini-detail-section {
  padding-block: clamp(54px, 7vw, 90px);
  background:
    radial-gradient(circle at 14% 16%, rgba(191, 165, 111, .08), transparent 28rem),
    linear-gradient(135deg, rgba(33, 25, 28, .98), rgba(14, 11, 12, .98)),
    var(--texture);
}

.mini-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.mini-detail-copy h2 {
  max-width: 720px;
  font-size: clamp(30px, 3.7vw, 50px);
  line-height: 1.02;
}

.mini-detail-copy > p {
  max-width: 760px;
  color: rgba(255, 248, 235, .76);
  font-size: 15px;
  line-height: 1.72;
}

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

.mini-detail-stat {
  border: 1px solid rgba(214, 189, 128, .2);
  border-radius: 8px;
  padding: 15px 16px;
  background:
    linear-gradient(135deg, rgba(255, 248, 235, .07), rgba(191, 165, 111, .035));
  box-shadow: inset 0 0 30px rgba(255, 248, 235, .02);
}

.mini-detail-stat span {
  display: block;
  margin-bottom: 8px;
  color: rgba(214, 189, 128, .82);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mini-detail-stat strong {
  display: block;
  color: var(--cream);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.45;
}

.mini-detail-gallery {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 46vw, 640px);
  border: 1px solid rgba(214, 189, 128, .2);
  border-radius: 8px;
  background: rgba(12, 9, 10, .42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.mini-slider-track {
  display: flex;
  height: 100%;
  min-height: inherit;
  transition: transform .55s cubic-bezier(.22, .72, .16, 1);
  will-change: transform;
}

.mini-slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
  margin: 0;
}

.mini-detail-gallery img {
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 46vw, 640px);
  object-fit: contain;
  background: rgba(8, 6, 7, .7);
  display: block;
}

.mini-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 212, 123, .48);
  border-radius: 50%;
  background: rgba(10, 7, 8, .68);
  color: var(--champagne);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.mini-slider-arrow:hover,
.mini-slider-arrow:focus-visible {
  border-color: rgba(245, 212, 123, .86);
  background: rgba(41, 31, 25, .9);
  box-shadow: 0 0 22px rgba(214, 189, 128, .25);
}

.mini-slider-arrow.prev {
  left: 14px;
}

.mini-slider-arrow.next {
  right: 14px;
}

.mini-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  width: min(80%, 360px);
  transform: translateX(-50%);
}

.mini-slider-dots button {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 248, 235, .55);
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 248, 235, .24);
  cursor: pointer;
}

.mini-slider-dots button.active {
  width: 24px;
  border-radius: 999px;
  border-color: rgba(245, 212, 123, .92);
  background: var(--champagne);
}

.mini-included-section {
  padding-block: clamp(22px, 3.2vw, 40px);
  background: linear-gradient(180deg, rgba(14, 11, 12, .98), rgba(24, 20, 19, .98));
}

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

.mini-info-card {
  align-content: start;
  min-height: 100%;
  gap: 8px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(45, 37, 31, .46), rgba(12, 10, 9, .76)),
    rgba(20, 17, 15, .82);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.mini-info-card .script {
  margin-bottom: 0;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: .95;
}

.mini-detail-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 15px;
  color: rgba(255, 248, 235, .64);
  font-size: 12.5px;
  line-height: 1.42;
}

.mini-policy-card {
  position: relative;
}

.mini-policy-list {
  position: relative;
  max-height: 96px;
  overflow: hidden;
  transition: max-height .45s ease;
}

.mini-policy-list:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 38px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 17, 15, 0), rgba(20, 17, 15, .96));
  transition: opacity .25s ease;
}

.mini-policy-list.expanded {
  max-height: 560px;
}

.mini-policy-list.expanded:after {
  opacity: 0;
}

.mini-policy-toggle {
  justify-self: start;
  width: auto;
  min-height: 0;
  margin-top: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(245, 212, 123, .92);
  box-shadow: none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mini-policy-toggle:before {
  display: none;
}

.mini-policy-toggle:hover,
.mini-policy-toggle:focus-visible {
  background: transparent;
  color: var(--cream);
  box-shadow: none;
  transform: none;
  text-shadow: 0 0 16px rgba(151, 100, 169, .45);
}

.mini-booking-layout {
  display: grid;
  grid-template-columns: minmax(240px, .34fr) minmax(0, .9fr);
  gap: clamp(18px, 3.2vw, 42px);
  align-items: start;
}

.mini-booking-sidebar,
.mini-booking-card {
  border: 1px solid rgba(191, 165, 111, .2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(49, 41, 35, .66), rgba(12, 10, 9, .9)),
    rgba(20, 17, 15, .92);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
}

.mini-booking-sidebar {
  position: sticky;
  top: 100px;
  padding: 18px;
}

.mini-booking-sidebar h2 {
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1.05;
}

.mini-booking-sidebar p {
  font-size: 13.5px;
  line-height: 1.58;
}

.mini-booking-sidebar img {
  width: 100%;
  aspect-ratio: 5 / 6;
  margin: 14px 0;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .32);
}

.mini-booking-sidebar ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(255, 248, 235, .74);
  font-size: 13px;
  line-height: 1.48;
}

.mini-booking-flow {
  display: grid;
  gap: 16px;
}

.mini-booking-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mini-booking-steps span.active {
  border-color: rgba(245, 212, 123, .72);
  box-shadow: 0 0 26px rgba(191, 165, 111, .18);
}

.mini-booking-form {
  display: grid;
  gap: 16px;
}

.mini-booking-card {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
}

.mini-booking-card h3 {
  margin-bottom: 0;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.08;
}

.mini-closed-card {
  min-height: 440px;
  align-content: center;
}

.mini-closed-message {
  display: grid;
  justify-items: start;
  gap: 16px;
  margin-top: 10px;
  border: 1px solid rgba(245, 212, 123, .32);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 44px);
  background:
    radial-gradient(circle at 16% 12%, rgba(118, 72, 132, .2), transparent 24rem),
    linear-gradient(145deg, rgba(14, 11, 12, .92), rgba(45, 36, 32, .9));
  box-shadow: inset 0 0 60px rgba(255, 248, 235, .025), 0 24px 60px rgba(0, 0, 0, .24);
}

.mini-closed-message h3 {
  font-size: clamp(40px, 5vw, 68px);
}

.mini-closed-message p {
  max-width: 680px;
  color: rgba(255, 248, 235, .76);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.65;
}

.mini-booking-help {
  color: rgba(255, 248, 235, .66);
  font-size: 12.5px;
  line-height: 1.55;
}

.slot-group-list {
  display: grid;
  gap: 14px;
}

.slot-group {
  display: grid;
  grid-template-columns: minmax(158px, .32fr) 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(214, 189, 128, .18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 248, 235, .045);
}

.slot-group strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.slot-group strong,
.slot-group small {
  display: block;
}

.slot-group small {
  margin-top: 5px;
  color: rgba(255, 248, 235, .58);
  font-size: 12px;
}

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

.slot-button {
  min-height: 42px;
  border: 1px solid rgba(214, 189, 128, .28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 235, .06), rgba(12, 9, 10, .52));
  color: var(--cream);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.slot-button:hover,
.slot-button.active {
  transform: translateY(-2px);
  border-color: rgba(245, 212, 123, .78);
  background:
    linear-gradient(135deg, rgba(191, 165, 111, .24), rgba(104, 67, 117, .2)),
    rgba(12, 9, 10, .52);
  box-shadow: 0 0 24px rgba(191, 165, 111, .2);
}

.slot-button:disabled,
.slot-button.unavailable {
  cursor: not-allowed;
  opacity: .9;
  transform: none;
  border-color: rgba(255, 248, 235, .12);
  background: #050406;
  color: rgba(255, 248, 235, .62);
  box-shadow: none;
  text-decoration: line-through;
}

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

.mini-booking-fields .full,
.policy-check {
  grid-column: 1 / -1;
}

.policy-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 248, 235, .76);
  font-size: 14px;
  border: 1px solid rgba(214, 189, 128, .24);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 248, 235, .045);
}

.policy-check input {
  width: auto;
  margin-top: 3px;
}

.mini-payment-preview {
  border-color: rgba(245, 212, 123, .42);
  background:
    radial-gradient(circle at 12% 15%, rgba(245, 212, 123, .1), transparent 20rem),
    linear-gradient(145deg, rgba(49, 40, 33, .82), rgba(14, 11, 12, .96));
}

.mini-payment-preview .error {
  color: #ffd4d4;
}

.mini-payment-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.mini-payment-breakdown span {
  border: 1px solid rgba(214, 189, 128, .24);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 248, 235, .06);
}

.mini-payment-breakdown small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 248, 235, .62);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mini-payment-breakdown strong {
  display: block;
  color: var(--champagne);
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.25;
}

.mini-checkout-box {
  min-height: 360px;
  border: 1px solid rgba(214, 189, 128, .18);
  border-radius: 10px;
  padding: clamp(10px, 2vw, 18px);
  background: rgba(255, 248, 235, .94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .38), 0 18px 50px rgba(0, 0, 0, .3);
}

.mini-checkout-box[hidden] {
  display: none;
}

.mini-success-card {
  max-width: 920px;
  margin-inline: auto;
}

.mini-booking-submit {
  width: fit-content;
  justify-self: end;
}

.mini-select-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  transform: translateY(0);
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease, background .32s ease;
}

.mini-select-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 34%, rgba(10, 8, 7, .18) 58%, rgba(10, 8, 7, .66)),
    radial-gradient(circle at 50% 8%, rgba(191, 165, 111, .18), transparent 38%);
  opacity: .78;
  pointer-events: none;
}

.mini-select-card .mini-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mini-select-card h3 {
  margin-bottom: 8px;
  color: var(--ink);
}

.mini-select-card p {
  flex: 1;
}

.mini-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(214, 189, 128, .52);
  background:
    linear-gradient(135deg, rgba(214, 189, 128, .92), rgba(143, 118, 82, .82)),
    var(--gold);
  color: #100b09;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.mini-select-card:hover,
.mini-select-card:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(245, 212, 123, .72);
  box-shadow:
    0 0 0 1px rgba(245, 212, 123, .16),
    0 0 34px rgba(191, 165, 111, .26),
    0 26px 60px rgba(0, 0, 0, .45);
}

.mini-select-card:hover img,
.mini-select-card:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.08) brightness(1.03);
}

.mini-select-card:hover .mini-card-action,
.mini-select-card:focus-visible .mini-card-action {
  box-shadow:
    0 0 0 1px rgba(245, 212, 123, .2),
    0 0 26px rgba(191, 165, 111, .38),
    0 16px 32px rgba(0, 0, 0, .32);
}

.mini-notes-section {
  background:
    linear-gradient(135deg, rgba(42, 35, 30, .96), rgba(14, 12, 11, .98)),
    var(--surface);
  border-top: 1px solid rgba(191, 165, 111, .14);
  border-bottom: 1px solid rgba(191, 165, 111, .14);
}

.mini-notes-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.mini-note h2 {
  margin-top: 4px;
  font-size: clamp(34px, 4vw, 62px);
}

.mini-note-list {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
}

.mini-card small,
.pill {
  display: inline-flex;
  width: fit-content;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 12px;
}

.page-hero {
  position: relative;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 4vw, 54px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(8, 7, 6, .98), rgba(34, 28, 22, .92), rgba(111, 89, 59, .2)),
    var(--black-violet);
}


.service-image-hero {
  min-height: clamp(560px, 88svh, 900px);
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(104px, 14vw, 178px) clamp(18px, 4vw, 54px) clamp(78px, 10vw, 132px);
  color: var(--ink);
  background: #090607;
}

.service-image-hero:before {
  z-index: -1;
  background:
    repeating-linear-gradient(135deg, rgba(234, 220, 196, .028) 0 1px, transparent 1px 10px),
    radial-gradient(circle at 50% 42%, rgba(10, 7, 8, .08), rgba(0, 0, 0, .62) 78%),
    linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .28) 42%, rgba(0, 0, 0, .68));
}

.service-image-hero > .slide-left {
  width: min(880px, 100%);
  margin-inline: auto;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 0;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, .76),
    0 18px 46px rgba(0, 0, 0, .52);
}

.service-image-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% + 8px);
  max-width: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  border: 0;
  outline: 0;
  box-shadow: none;
  z-index: -3;
  opacity: var(--service-hero-opacity, 1);
  transform: translate3d(0, var(--service-hero-hold, 0px), 0) scale(1.03);
  will-change: transform, opacity;
}

.service-image-hero.maternity-hero > img {
  object-position: center 18%;
  transform: translate3d(0, var(--service-hero-hold, 0px), 0) scale(1);
}

.mini-sessions-hero:before {
  background:
    repeating-linear-gradient(135deg, rgba(234, 220, 196, .022) 0 1px, transparent 1px 10px),
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, .12), rgba(0, 0, 0, .76) 76%),
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .46) 44%, rgba(0, 0, 0, .74));
}

.mini-sessions-hero > .slide-left {
  background: linear-gradient(135deg, rgba(10, 8, 7, .42), rgba(32, 25, 28, .22));
}

.service-image-hero .script,
.service-image-hero h1,
.service-image-hero .lead {
  color: inherit;
}

.service-image-hero .button-row {
  justify-content: center;
}

.service-image-hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(48px, 8.5vw, 112px);
}

.service-image-hero .lead {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 248, 235, .9);
}
.page-hero img,
.feature-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 10px solid var(--surface);
  outline: 1px solid rgba(191, 165, 111, .34);
}

.wide-image {
  aspect-ratio: 16 / 8;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 1px solid rgba(191, 165, 111, .24);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mentor-note {
  padding: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .78), rgba(23, 19, 15, .94)),
    var(--surface);
  color: var(--ink);
  border: 1px solid rgba(191, 165, 111, .28);
  box-shadow: var(--shadow);
}

.support-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
}

.support-list li {
  list-style: none;
  padding: 14px 16px;
  background: linear-gradient(90deg, rgba(45, 38, 31, .82), rgba(23, 19, 15, .88));
  border-left: 3px solid var(--gold);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 34px;
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(45, 38, 31, .78), rgba(23, 19, 15, .96)),
    var(--surface);
  border: 1px solid rgba(191, 165, 111, .26);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

input, textarea, select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid var(--line);
  background: var(--field);
  color: var(--ink);
  padding: 13px 12px;
  font: 16px Georgia, "Times New Roman", serif;
}

textarea { min-height: 130px; resize: vertical; }

.form-message {
  min-height: 24px;
  margin: 0;
  color: rgba(245, 212, 123, .92);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .04em;
}

.form-message.error {
  color: #ffd1d1;
}

.checkbox-panel {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(13, 10, 11, .35);
}

.checkbox-panel legend {
  padding: 0 8px;
  color: var(--gold);
  font: 12px Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.check-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(214, 189, 128, .24);
  border-radius: 8px;
  background: rgba(255, 248, 235, .045);
  letter-spacing: .06em;
  cursor: pointer;
}

.check-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--gold);
}
.full { grid-column: 1 / -1; }
.conditional-panel {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid rgba(214, 189, 128, .24);
  border-radius: 10px;
  background:
    repeating-linear-gradient(135deg, rgba(234, 220, 196, .035) 0 1px, transparent 1px 10px),
    linear-gradient(145deg, rgba(18, 14, 15, .94), rgba(48, 39, 32, .82));
  box-shadow:
    inset 0 0 30px rgba(0, 0, 0, .28),
    0 0 28px rgba(118, 72, 132, .13);
}

.conditional-panel[hidden] {
  display: none;
}

.conditional-help {
  margin: -4px 0 2px;
  color: rgba(255, 248, 235, .78);
  font-size: 14px;
  line-height: 1.6;
}



.booking-form [data-newborn-only][hidden],
.booking-form [data-maternity-only][hidden],
.booking-form [data-birth-only][hidden],
.booking-form [data-fresh48-only][hidden],
.booking-form [data-fresh48-hospital][hidden],
.booking-form [data-fresh48-other-location][hidden],
.booking-form [data-baby-location-select][hidden],
.booking-form .newborn-package-list[hidden] {
  display: none !important;
}.newborn-package-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.newborn-package-card {
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(214, 189, 128, .24);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 248, 235, .08), rgba(138, 96, 118, .08)),
    rgba(10, 8, 9, .32);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, .22);
}

.newborn-package-card h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 500;
  letter-spacing: 0;
}

.newborn-package-card h4 span {
  color: var(--gold);
  white-space: nowrap;
}

.newborn-package-card p {
  margin: 0;
  color: rgba(255, 248, 235, .78);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.newborn-pricing-note {
  margin-top: -2px;
}.conditional-panel h3 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(24px, 3vw, 36px);
  text-transform: none;
  text-shadow: 0 0 18px rgba(191, 165, 111, .2);
}

.conditional-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.referral-panel {
  align-self: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}



.payment-note {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(214, 189, 128, .18);
  border-radius: 10px;
  background: rgba(214, 189, 128, .06);
  color: rgba(255, 248, 235, .76);
  font-size: 13px;
  line-height: 1.45;
}

.payment-note strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}.trade-pop {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1fr;
  gap: 12px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(214, 189, 128, .2);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(214, 189, 128, .08), rgba(102, 69, 106, .1)),
    rgba(9, 7, 8, .34);
  box-shadow: 0 0 22px rgba(118, 72, 132, .1);
}

.trade-pop strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
}

.trade-pop p {
  margin: 4px 0 0;
  color: rgba(255, 248, 235, .72);
  font-size: 13px;
  line-height: 1.45;
}

.trade-pop label {
  margin: 0;
}

.trade-pop textarea {
  min-height: 58px;
}.fade-in,
.slide-left {
  opacity: 0;
  transition: opacity .85s ease, transform .85s ease;
}

.fade-in { transform: translateY(34px); }
.slide-left { transform: translateX(-38px); }
.video-copy.slide-left { transform: translateY(30px); }
.service-card.fade-in {
  transition: opacity .85s ease, transform .45s ease, box-shadow .45s ease, border-color .45s ease, filter .45s ease;
}
.fade-in.visible,
.slide-left.visible { opacity: 1; transform: none; }

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  min-height: clamp(360px, 46vw, 560px);
  padding: 68px clamp(18px, 4vw, 54px);
  background-image:
    linear-gradient(90deg, rgba(7, 6, 5, .78), rgba(7, 6, 5, .30) 46%, rgba(7, 6, 5, .64)),
    linear-gradient(to top, rgba(7, 6, 5, .82), rgba(7, 6, 5, .12) 58%, rgba(7, 6, 5, .24)),
    url("assets/footer/oneshot-photography-footer-background-hd.jpg"),
    linear-gradient(135deg, #050308, #15100d 58%, #09060b);
  background-position: center center, center center, center 48%, center center;
  background-size: auto, auto, min(1420px, 88vw) auto, cover;
  background-repeat: no-repeat;
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
}

.site-footer:before {
  background:
    radial-gradient(circle at 18% 24%, rgba(191, 165, 111, .14), transparent 26rem),
    radial-gradient(circle at 86% 72%, rgba(143, 118, 82, .12), transparent 28rem);
  background-size: auto;
  mix-blend-mode: screen;
  opacity: .55;
}

.site-footer h2 { max-width: 680px; }
@media (max-width: 700px) {
  .site-footer {
    background-size: auto, auto, 145vw auto, cover;
    background-position: center center, center center, center 44%, center center;
  }
}

.footer-links {
  display: grid;
  gap: 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}

@media (max-width: 1060px) {
  .nav-toggle {
    display: block;
    justify-self: end;
    background: transparent;
    color: var(--ink);
  }

  .brand:hover img,
.brand:focus-visible img {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 22px rgba(223, 192, 119, .42)) drop-shadow(0 0 16px rgba(125, 84, 128, .24));
}

.site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: var(--surface-2);
    box-shadow: var(--shadow);
  }

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

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown summary {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin: 4px 0 8px;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    background: #171116;
    box-shadow: inset 0 0 0 1px rgba(214, 189, 128, .22), 0 12px 26px rgba(0, 0, 0, .26);
    border-color: rgba(214, 189, 128, .28);
    border-radius: 8px;
  }

  .nav-dropdown:not([open]) .nav-dropdown-menu {
    display: none;
  }

  .nav-dropdown-menu a {
    padding: 10px 11px;
    border-radius: 6px;
    color: rgba(255, 248, 235, .94);
  }
}

@media (max-width: 920px) {
  .hero,
  .split,
  .page-hero,
  .poetic-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .hero-video {
    object-position: center top;
  }

  .still-photo-fixed {
    background-position: center center, 38% 28%;
    background-attachment: scroll;
  }

  .home-artistry-scroll:not(.horizontal-scroll-section) .artistry-scroll-track img:nth-child(1) {
    object-position: 38% 8%;
  }

  .photo-stack { min-height: 540px; }
  .journal-grid,
  .mini-grid,
  .timeline,
  .experience-grid,
  .photographer-grid,

.quote-band {
    min-height: 500px;
    padding-block: 34px 138px;
  }
  .quote {
    flex-basis: 82vw;
    min-height: 360px;
    padding: 22px;
  }
  .review-stars { font-size: 24px; letter-spacing: .08em; margin-bottom: 14px; }
  .quote h3 {
    font-size: 17px;
    line-height: 1.28;
  }
  .review-arrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
  .photo-stack { min-height: 430px; }
  .stack-img.one { width: 78%; height: 70%; }
  .stack-img.two { width: 48%; height: 38%; }
  .stack-img.three { width: 38%; height: 28%; }
}
@media (max-width: 660px) {
  
.mini-calendar-strip {
    padding: 20px 14px 26px;
  }

  .mini-strip-head {
    display: grid;
    gap: 8px;
    align-items: start;
  }

  .mini-strip-head h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .mini-strip-head > p {
    max-width: none;
    font-size: 14px;
  }

  .mini-strip-card {
    flex-basis: 82vw;
    height: 214px;
  }

  .mini-strip-copy strong {
    font-size: 26px;
  }

  .mini-strip-copy em {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .kindhearted-button-strip {
    padding: 14px 14px 18px;
  }

  .kindhearted-big-button {
    max-width: 340px;
    min-height: 38px;
    padding: 10px 13px;
    font-size: 9.5px;
    letter-spacing: .1em;
  }
}

@media (max-width: 1100px) {
  .mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-package-grid,
  .family-info-grid,
  .maternity-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .birth-detail-panels {
    grid-template-columns: 1fr;
  }

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

  .mini-info-layout {
    grid-template-columns: 1fr;
  }

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

  .mini-booking-layout {
    grid-template-columns: 1fr;
  }

  .mini-detail-grid,
  .mini-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-booking-sidebar {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(160px, .32fr) 1fr;
    gap: 18px;
    align-items: center;
  }

  .mini-booking-sidebar img {
    margin: 0;
  }

  .mini-booking-sidebar .eyebrow,
  .mini-booking-sidebar h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .newsletter-popup {
    align-items: end;
    padding: 12px;
  }

  .newsletter-popup-card {
    width: 100%;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 26px 18px 22px;
  }

  .newsletter-camera {
    right: 18px;
    top: 58px;
    width: 62px;
    height: 42px;
  }

  .newsletter-camera span {
    left: 20px;
    top: 10px;
    width: 19px;
    height: 19px;
  }

  .mini-payment-breakdown {
    grid-template-columns: 1fr;
  }

  .mini-service-page {
    padding-top: 46px;
  }

  .mini-toolbar {
    gap: 8px;
  }

  .mini-toolbar button {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-height: 40px;
    padding-inline: 10px;
    font-size: 10px;
  }

  .mini-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mini-card img {
    aspect-ratio: 4 / 3;
  }

  .mini-card-content {
    padding: 18px;
  }

  .mini-card-action {
    width: 100%;
  }

  .mini-notes-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mini-info-panel,
  .mini-theme-box,
  .upcoming-mini-card {
    padding: 18px;
  }

  .mini-info-list {
    gap: 9px;
  }

  .mini-info-list li {
    font-size: 14px;
  }

  .mini-theme-cloud span {
    font-size: 10px;
  }

  .upcoming-mini-grid {
    grid-template-columns: 1fr;
  }

  .upcoming-mini-card {
    min-height: 0;
  }

  .mini-booking-hero {
    min-height: 540px;
    padding: 96px 16px 38px;
  }

  .mini-booking-hero-copy {
    text-align: center;
    padding: 18px 14px;
  }

  .mini-booking-hero-copy h1 {
    font-size: clamp(30px, 9.6vw, 42px);
  }

  .mini-booking-hero-copy .script {
    font-size: clamp(22px, 7vw, 30px);
  }

  .mini-booking-hero-copy .lead {
    font-size: 14px;
  }

  .mini-booking-facts span {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
  }

  .mini-booking-section {
    padding-top: 34px;
  }

  .mini-booking-intro {
    padding-bottom: 20px;
  }

  .mini-booking-intro h2 {
    font-size: clamp(26px, 8.5vw, 36px);
  }

  .mini-detail-copy h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .mini-booking-card h3 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .mini-detail-card-grid {
    grid-template-columns: 1fr;
  }

  .mini-included-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .mini-info-card {
    padding: 13px;
  }

  .mini-detail-gallery {
    min-height: clamp(300px, 78vw, 480px);
  }

  .mini-detail-gallery img {
    min-height: clamp(300px, 78vw, 480px);
  }

  .mini-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .mini-slider-arrow.prev {
    left: 8px;
  }

  .mini-slider-arrow.next {
    right: 8px;
  }

  .slot-group {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 13px;
  }

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

  .slot-button {
    min-height: 44px;
    font-size: 11px;
  }

  .mini-booking-fields {
    grid-template-columns: 1fr;
  }

  .mini-booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-booking-steps span {
    display: grid;
    place-items: center;
    text-align: center;
  }

  .mini-booking-sidebar {
    grid-template-columns: 1fr;
  }

  .mini-booking-submit {
    width: 100%;
    justify-self: stretch;
  }

  .family-package-grid,
  .family-info-grid,
  .maternity-info-grid {
    grid-template-columns: 1fr;
  }

  .family-package-card {
    min-height: 0;
    padding: 18px;
  }

  .family-policy-strip {
    display: grid;
    padding: 16px;
  }

  .maternity-info-card {
    min-height: 0;
    padding: 18px;
  }

  .maternity-experience-panel {
    padding: 18px;
  }

  .maternity-experience-panel .btn {
    width: 100%;
  }

  .birth-detail-panel .btn {
    width: 100%;
  }

  .branding-detail-panel .btn {
    width: 100%;
  }

  .cake-smash-actions,
  .cake-smash-actions .btn {
    width: 100%;
  }
}



























@media (max-width: 720px) {
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 820px) {
  .newborn-package-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .booking-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    margin-top: 24px;
    padding: 16px 13px;
    border-radius: 10px;
  }

  .booking-form label,
  .booking-form .conditional-panel,
  .booking-form fieldset,
  .booking-form .full {
    min-width: 0;
  }

  .booking-form label {
    gap: 7px;
    font-size: 10px;
    line-height: 1.28;
    letter-spacing: .075em;
    overflow-wrap: anywhere;
  }

  .booking-form input,
  .booking-form textarea,
  .booking-form select {
    min-height: 46px;
    padding: 12px 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .booking-form textarea {
    min-height: 112px;
  }

  .conditional-panel {
    gap: 13px;
    padding: 14px 11px;
    border-radius: 9px;
  }

  .conditional-panel h3 {
    font-size: clamp(22px, 8vw, 30px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .conditional-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .conditional-help {
    font-size: 12.5px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .checkbox-panel {
    gap: 11px;
    padding: 13px 10px;
  }

  .checkbox-panel legend {
    max-width: 100%;
    padding-inline: 4px;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: .08em;
    white-space: normal;
  }

  .checkbox-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .check-option {
    align-items: flex-start;
    min-height: 42px;
    padding: 10px;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .045em;
  }

  .newborn-package-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .newborn-package-card {
    padding: 13px;
    border-radius: 9px;
  }

  .newborn-package-card h4 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    font-size: clamp(18px, 6.2vw, 23px);
    line-height: 1.06;
  }

  .newborn-package-card h4 span {
    white-space: normal;
  }

  .newborn-package-card p {
    font-size: 12.5px;
    line-height: 1.48;
  }

  .payment-note {
    display: grid;
    gap: 6px;
    padding: 11px;
    font-size: 12px;
  }

  .payment-note strong {
    white-space: normal;
  }

  .trade-pop {
    grid-template-columns: minmax(0, 1fr);
  }

  .family-faq-list {
    gap: 10px;
    margin-top: 22px;
  }

  .family-faq-item summary {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 14px 12px;
  }

  .family-faq-item summary:after {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    font-size: 17px;
  }

  .family-faq-item summary strong {
    font-size: clamp(22px, 7vw, 29px);
  }

  .family-faq-item summary b {
    grid-column: 1;
    padding-right: 0;
    font-size: clamp(24px, 8vw, 34px);
  }

  .family-faq-item p {
    padding: 0 12px 15px;
    font-size: 13.5px;
    line-height: 1.52;
  }
}

@media (max-width: 390px) {
  .booking-form {
    padding-inline: 10px;
  }

  .booking-form input,
  .booking-form textarea,
  .booking-form select {
    font-size: 14.5px;
  }
}


@media (max-width: 820px) {
  
.payment-note {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(214, 189, 128, .18);
  border-radius: 10px;
  background: rgba(214, 189, 128, .06);
  color: rgba(255, 248, 235, .76);
  font-size: 13px;
  line-height: 1.45;
}

.payment-note strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}.trade-pop {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}


.booking-form input[type="date"] {
  cursor: pointer;
  color-scheme: dark;
}

.booking-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(86%) sepia(23%) saturate(478%) hue-rotate(357deg) brightness(94%) contrast(90%);
  opacity: .95;
}

@media (max-width: 980px) {
  .photographer-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .photographer-hero-bg img {
    opacity: .48;
  }

  .photographer-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
  }

  .photographer-package-grid,
  .retreat-layout,
  .website-maker-grid {
    grid-template-columns: 1fr;
  }

  .retreat-includes {
    align-self: stretch;
  }
}

@media (max-width: 760px) {
  .photographer-hero {
    padding-inline: 16px;
    padding-bottom: 44px;
  }

  .photographer-hero-bg img:nth-child(1) {
    left: -16%;
    top: 12%;
  }

  .photographer-hero-bg img:nth-child(2) {
    right: -18%;
    top: 8%;
  }

  .photographer-hero-bg img:nth-child(3),
  .photographer-hero-bg img:nth-child(4) {
    display: none;
  }

  .photographer-hero-copy {
    padding: 22px 16px;
  }

  .photographer-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .photographer-hero-copy .button-row {
    display: grid;
  }

  .photographer-grid,
  .website-detail-grid {
    grid-template-columns: 1fr;
  }

  .photographer-quote-strip,
  .photographer-retreat-section {
    background-attachment: scroll;
  }

  .photographer-quote-strip h2 {
    font-size: clamp(32px, 10vw, 52px);
  }

  .retreat-copy,
  .retreat-includes,
  .photographer-package {
    padding: 20px;
  }

  .retreat-copy h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .motion-track img {
    width: 210px;
    height: 280px;
  }
}

@media (max-width: 980px) {
  .about-video-content {
    grid-template-columns: 1fr;
  }

  .home-about-content {
    justify-content: end;
  }

  .about-photo-spread {
    max-width: min(100%, 720px);
    margin-inline: auto;
  }

  .about-video-copy {
    grid-column: 1;
    justify-self: center;
  }

  .home-about-content .about-video-copy {
    justify-self: end;
    max-width: min(470px, 62vw);
    padding: clamp(14px, 2vw, 22px);
    background: linear-gradient(135deg, rgba(23, 19, 15, .66), rgba(45, 38, 31, .42));
  }

  .home-about-content .about-video-copy h2 {
    font-size: clamp(24px, 3.5vw, 36px);
  }

  .home-about-content .about-video-copy p {
    font-size: 12px;
    line-height: 1.36;
  }
}

@media (max-width: 760px) {
  .about-video-strip {
    min-height: clamp(540px, 86svh, 720px);
  }

  .about-video-content {
    gap: 18px;
    padding-block: 22px;
  }

  .about-video-bg {
    object-position: center top;
  }

  .home-about-content {
    align-items: end;
    justify-content: end;
    padding-inline: 12px;
  }

  .home-about-content .about-video-copy {
    width: min(76vw, 315px);
    max-width: min(76vw, 315px);
    justify-self: end;
    transform: translateY(48px);
    padding: 12px;
    border-left-color: rgba(191, 165, 111, .42);
    backdrop-filter: blur(6px);
  }

  .home-about-content .about-video-copy .eyebrow {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: .16em;
  }

  .home-about-content .about-video-copy h2 {
    margin-bottom: 7px;
    font-size: clamp(19px, 6vw, 26px);
    line-height: 1;
  }

  .home-about-content .about-video-copy p {
    margin-bottom: 6px;
    font-size: 10.5px;
    line-height: 1.28;
  }

  .home-about-content .about-video-copy .btn {
    margin-top: 6px;
    min-height: 34px;
    padding: 9px 12px;
    font-size: 9px;
  }

  .about-photo-spread {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 8px;
  }

  .about-story-gallery .about-photo:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .about-story-gallery .about-photo:nth-child(2),
  .about-story-gallery .about-photo:nth-child(7) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .about-story-gallery .about-photo:nth-child(3),
  .about-story-gallery .about-photo:nth-child(4),
  .about-story-gallery .about-photo:nth-child(5),
  .about-story-gallery .about-photo:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 390px) {
  .home-about-content .about-video-copy {
    transform: translateY(58px);
  }
}

.client-gallery-portal-hero {
  min-height: 72vh;
  background:
    radial-gradient(circle at 16% 14%, rgba(161, 122, 146, .2), transparent 28rem),
    radial-gradient(circle at 86% 20%, rgba(191, 165, 111, .18), transparent 26rem),
    linear-gradient(135deg, rgba(13, 10, 11, .96), rgba(32, 25, 22, .94)),
    var(--charcoal);
}

.client-gallery-portal-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(191, 165, 111, .12), transparent 28rem),
    linear-gradient(180deg, rgba(12, 10, 9, .98), rgba(31, 25, 22, .96)),
    var(--charcoal);
}

.client-gallery-portal-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: start;
}

.client-gallery-login,
.client-gallery-help,
.client-gallery-card {
  border: 1px solid rgba(191, 165, 111, .24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(55, 46, 39, .72), rgba(12, 10, 9, .92)),
    rgba(20, 17, 15, .92);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .32);
}

.client-gallery-login {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
}

.client-gallery-login h2,
.client-gallery-help h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 58px);
}

.gallery-password-wrap {
  display: grid;
  gap: 9px;
}

.gallery-password-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 248, 235, .68);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gallery-password-toggle input {
  width: auto;
  margin: 0;
}

.client-gallery-message {
  min-height: 22px;
  color: rgba(245, 212, 123, .86);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.client-gallery-help {
  padding: clamp(20px, 3vw, 32px);
}

.client-gallery-help ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: rgba(255, 248, 235, .74);
  line-height: 1.6;
}

.client-gallery-help-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(191, 165, 111, .18);
}

.client-gallery-help-form textarea {
  min-height: 120px;
  resize: vertical;
}

.client-gallery-results {
  margin-top: clamp(34px, 7vw, 80px);
}

.client-gallery-card-grid {
  display: grid;
  gap: 18px;
}

.client-gallery-card {
  display: grid;
  grid-template-columns: minmax(220px, .38fr) 1fr;
  overflow: hidden;
}

.client-gallery-card img {
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.client-gallery-card > div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(22px, 4vw, 42px);
}

.client-gallery-card span {
  color: rgba(214, 189, 128, .86);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.client-gallery-card h3 {
  margin: 0;
  font-size: clamp(34px, 5vw, 70px);
}

.client-gallery-card p {
  color: rgba(255, 248, 235, .72);
  line-height: 1.65;
}

.client-gallery-folder-card {
  border-color: rgba(214, 189, 128, .34);
  background:
    linear-gradient(135deg, rgba(28, 22, 24, .96), rgba(11, 9, 10, .98)),
    var(--surface);
}

.client-gallery-folder-albums {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(214, 189, 128, .2);
}

.client-gallery-folder-albums[hidden] {
  display: none;
}

.client-gallery-nested-grid {
  display: grid;
  gap: 16px;
}

.client-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 860px) {
  .client-gallery-portal-grid,
  .client-gallery-card {
    grid-template-columns: 1fr;
  }

  .client-gallery-card img {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 10px 14px;
  }

  .brand {
    width: min(238px, 68vw);
    min-width: 0;
  }

  .brand img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .video-hero {
    min-height: calc(100svh - 58px);
    padding: 16px 14px 28px;
    align-items: end;
    margin-top: 0;
  }

  .hero-video {
    object-fit: cover;
    object-position: center top;
  }

  .video-copy {
    max-width: min(100%, 390px);
    padding-top: 0;
    padding-bottom: 8px;
  }

  .hero-drop {
    width: min(100%, 340px);
    margin-bottom: 9px;
    gap: .22em;
    font-size: clamp(10px, 3.1vw, 14px);
    line-height: 1.24;
    letter-spacing: .08em;
  }

  .video-copy .script {
    max-width: 100%;
    font-size: clamp(28px, 10vw, 43px);
    line-height: .9;
    margin-bottom: 2px;
  }

  .video-copy h1.hero-title {
    max-width: calc(100vw - 28px);
    margin-bottom: 10px;
  }

  .hero-title {
    width: 100%;
  }

  .hero-title span {
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: clamp(34px, 14vw, 58px);
    line-height: .9;
  }

  .video-copy .lead {
    max-width: 34ch;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.45;
  }

  .video-copy .button-row {
    width: 100%;
    justify-content: center;
    gap: 9px;
    margin-top: 16px;
  }

  .video-copy .btn {
    max-width: 100%;
    padding: 11px 14px;
    font-size: 9.5px;
    letter-spacing: .1em;
    white-space: normal;
    text-align: center;
  }

  .side-mark {
    top: 12px;
    font-size: 8.5px;
    letter-spacing: .14em;
  }

  .award-band {
    padding-block: 32px 38px;
  }

  .award-heading {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .award-heading h2 {
    max-width: 13ch;
    font-size: clamp(26px, 8.8vw, 36px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .award-heading .eyebrow {
    font-size: 9px;
    letter-spacing: .16em;
  }

  .award-item {
    width: min(70vw, 214px);
    height: 148px;
    padding: 16px;
  }

  .studio-award strong {
    max-width: 150px;
    font-size: clamp(21px, 7vw, 27px);
    line-height: .96;
  }

  .mini-sessions-hero:before {
    background:
      radial-gradient(circle at 50% 36%, rgba(0, 0, 0, .18), rgba(0, 0, 0, .8) 74%),
      linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .52) 42%, rgba(0, 0, 0, .84));
  }

  .mini-sessions-hero > .slide-left {
    background: linear-gradient(135deg, rgba(10, 8, 7, .58), rgba(32, 25, 28, .36));
  }
}

@media (max-width: 390px) {
  .brand {
    width: min(210px, 65vw);
  }

  .hero-drop {
    font-size: 10px;
    letter-spacing: .055em;
  }

  .hero-title span {
    font-size: clamp(31px, 13vw, 48px);
  }

  .video-copy .lead {
    font-size: 12.5px;
  }
}








.mini-admin-actions {
  margin: 22px 0;
  display: flex;
  justify-content: flex-end;
}

.mini-admin-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(210, 184, 132, .28);
  border-radius: 8px;
  background: rgba(12, 10, 12, .72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.mini-admin-table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 14px;
}

.mini-admin-table th,
.mini-admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(210, 184, 132, .18);
  text-align: left;
  vertical-align: top;
}

.mini-admin-table th {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(0, 0, 0, .2);
}

.mini-admin-table small {
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 760px) {
  .mini-admin-actions {
    justify-content: stretch;
  }

  .mini-admin-actions .btn {
    width: 100%;
    text-align: center;
  }

  .mini-admin-table {
    font-size: 13px;
  }
}

.mini-owner-shortcut {
  display: flex;
  justify-content: center;
  padding: 10px 18px 28px;
  background: rgba(16, 13, 14, 0.96);
}

.mini-owner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(204, 178, 125, 0.35);
  border-radius: 999px;
  color: rgba(244, 232, 212, 0.72);
  background: rgba(255, 255, 255, 0.035);
  font-family: var(--body-font);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mini-owner-button:hover,
.mini-owner-button:focus-visible {
  color: #fff7e8;
  border-color: rgba(214, 186, 124, 0.8);
  box-shadow: 0 0 18px rgba(166, 114, 191, 0.22), 0 0 14px rgba(214, 186, 124, 0.18);
  transform: translateY(-1px);
}

.mini-rotating-gallery {
  position: relative;
  overflow: hidden;
}

.mini-rotating-gallery .mini-slider-slide {
  height: 100%;
}

.mini-hero-slider {
  position: absolute;
  inset: 0;
  height: 100%;
}

.mini-hero-slider .mini-slider-track,
.mini-hero-slider .mini-slider-slide {
  min-height: 100%;
}

.mini-hero-slider .mini-slider-dots {
  bottom: clamp(18px, 4vw, 42px);
}

.mini-sidebar-slider {
  width: 100%;
  aspect-ratio: 5 / 6;
  margin: 14px 0;
  border: 1px solid rgba(214, 189, 128, .2);
  border-radius: 8px;
  background: rgba(8, 6, 7, .52);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.mini-sidebar-slider .mini-slider-track,
.mini-sidebar-slider .mini-slider-slide {
  height: 100%;
  min-height: 100%;
}

.mini-booking-sidebar .mini-sidebar-slider img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  object-fit: cover;
  display: block;
}

.mini-sidebar-slider .mini-slider-arrow {
  width: 34px;
  height: 34px;
  font-size: 27px;
}

.mini-sidebar-slider .mini-slider-arrow.prev {
  left: 9px;
}

.mini-sidebar-slider .mini-slider-arrow.next {
  right: 9px;
}

.mini-sidebar-slider .mini-slider-dots {
  bottom: 10px;
  gap: 5px;
}

.mini-sidebar-slider .mini-slider-dots button {
  width: 7px;
  height: 7px;
}

.mini-sidebar-slider .mini-slider-dots button.active {
  width: 18px;
}

/* 4th of July mini booking page prototype */
.all-american-mini-prototype.mini-detail-section {
  padding-block: clamp(34px, 5vw, 76px);
  background:
    radial-gradient(circle at 18% 12%, rgba(129, 38, 59, .28), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(214, 189, 128, .16), transparent 32%),
    linear-gradient(135deg, rgba(20, 14, 16, .99), rgba(37, 30, 28, .98) 48%, rgba(12, 10, 12, .99));
}

.all-american-mini-prototype .mini-detail-grid {
  align-items: center;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: clamp(24px, 5vw, 76px);
}

.all-american-mini-prototype .mini-detail-copy {
  max-width: 760px;
}

.all-american-mini-prototype .mini-detail-copy .script {
  color: #d7b86c;
  font-size: clamp(32px, 5vw, 74px);
}

.all-american-mini-prototype .mini-detail-copy h2 {
  max-width: 720px;
  font-size: clamp(34px, 4.8vw, 76px);
  line-height: .94;
}

.all-american-mini-prototype .mini-detail-copy > p {
  max-width: 660px;
  color: rgba(255, 248, 235, .84);
  font-size: clamp(15px, 1.35vw, 18px);
}

.all-american-mini-note {
  margin-top: 16px;
  padding-left: 18px;
  border-left: 2px solid rgba(214, 189, 128, .62);
  color: rgba(255, 248, 235, .72) !important;
  font-style: italic;
}

.all-american-mini-prototype .mini-detail-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(22px, 3vw, 36px);
}

.all-american-mini-prototype .mini-detail-stat {
  min-height: 108px;
  padding: 14px 12px;
  border-color: rgba(214, 189, 128, .28);
  background: rgba(255, 248, 235, .055);
  backdrop-filter: blur(10px);
}

.all-american-mini-prototype .mini-detail-stat strong {
  font-size: clamp(13px, 1.15vw, 16px);
}

.all-american-mini-prototype .mini-detail-gallery {
  min-height: clamp(320px, 42vw, 560px);
  border-color: rgba(214, 189, 128, .32);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34), 0 0 0 10px rgba(255, 248, 235, .025);
}

.all-american-mini-prototype .mini-detail-gallery img {
  min-height: clamp(320px, 42vw, 560px);
  object-fit: cover;
}

.all-american-mini-prototype.mini-included-section {
  padding-block: clamp(26px, 4vw, 52px);
  background:
    linear-gradient(90deg, rgba(35, 28, 28, .98), rgba(21, 18, 18, .99));
}

.all-american-mini-prototype .mini-included-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.all-american-mini-prototype .mini-info-card {
  padding: clamp(14px, 1.8vw, 20px);
  min-height: 0;
  border-color: rgba(214, 189, 128, .22);
  background: rgba(255, 248, 235, .045);
}

.all-american-mini-prototype .mini-info-card .script {
  font-size: clamp(24px, 2.6vw, 38px);
}

.all-american-mini-prototype .mini-detail-list {
  gap: 7px;
}

.all-american-mini-prototype .mini-detail-list li {
  font-size: 12.5px;
  line-height: 1.45;
}

.all-american-mini-prototype.mini-booking-section {
  padding-block: clamp(36px, 5vw, 70px);
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 189, 128, .12), transparent 34%),
    linear-gradient(180deg, rgba(13, 11, 12, .99), rgba(27, 22, 23, .99));
}

.all-american-mini-prototype + .mini-owner-shortcut,
.mini-booking-section.all-american-mini-prototype ~ .mini-owner-shortcut {
  background: rgba(13, 11, 12, .99);
}

.all-american-mini-prototype .mini-booking-intro {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.all-american-mini-prototype .mini-booking-intro .script {
  font-size: clamp(30px, 4vw, 58px);
}

.all-american-mini-prototype.mini-booking-layout {
  grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.all-american-mini-prototype .mini-booking-sidebar {
  top: 90px;
  padding: 16px;
  background: rgba(255, 248, 235, .04);
}

.all-american-mini-prototype .mini-booking-sidebar h2 {
  font-size: clamp(22px, 2.4vw, 32px);
}

.all-american-mini-prototype .mini-booking-sidebar p,
.all-american-mini-prototype .mini-booking-sidebar li {
  font-size: 12.5px;
}

.all-american-mini-prototype .mini-booking-flow {
  display: grid;
  gap: 14px;
}

.all-american-mini-prototype .mini-booking-steps {
  margin-bottom: 0;
  padding: 8px;
  border: 1px solid rgba(214, 189, 128, .14);
  border-radius: 999px;
  background: rgba(255, 248, 235, .035);
}

.all-american-mini-prototype .mini-booking-card {
  padding: clamp(18px, 2.4vw, 28px);
  border-color: rgba(214, 189, 128, .22);
  background:
    linear-gradient(135deg, rgba(255, 248, 235, .075), rgba(255, 255, 255, .025));
}

.all-american-mini-prototype .slot-group {
  border-color: rgba(214, 189, 128, .16);
  background: rgba(0, 0, 0, .12);
}

.all-american-mini-prototype .slot-buttons {
  gap: 8px;
}

.all-american-mini-prototype .slot-button {
  border-radius: 999px;
}

@media (max-width: 980px) {
  .all-american-mini-prototype .mini-detail-grid,
  .all-american-mini-prototype.mini-booking-layout {
    grid-template-columns: 1fr;
  }

  .all-american-mini-prototype .mini-detail-card-grid,
  .all-american-mini-prototype .mini-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .all-american-mini-prototype .mini-detail-card-grid,
  .all-american-mini-prototype .mini-included-grid {
    grid-template-columns: 1fr;
  }

  .all-american-mini-prototype .mini-booking-steps {
    border-radius: 8px;
  }
}

/* home-mobile-hero-title-fit */
@media (max-width: 640px) {
  .video-copy h1.hero-title {
    max-width: calc(100vw - 26px);
    font-size: clamp(34px, 11.2vw, 46px);
    line-height: .94;
  }

  .hero-title span {
    max-width: calc(100vw - 26px);
  }
}

@media (max-width: 390px) {
  .video-copy h1.hero-title {
    font-size: clamp(31px, 10.6vw, 40px);
  }
}

/* home-mobile-experience-card-compact */
@media (max-width: 640px) {
  .experience-grid {
    gap: 9px;
  }

  .experience-card {
    padding: 12px 13px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  }

  .experience-card span {
    margin-bottom: 5px;
    font-size: 9px;
    letter-spacing: .14em;
  }

  .experience-card h3 {
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1;
    margin-bottom: 5px;
  }

  .experience-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.32;
  }
}

@media (max-width: 390px) {
  .experience-card {
    padding: 10px 11px;
  }

  .experience-card h3 {
    font-size: 16px;
  }

  .experience-card p {
    font-size: 10.5px;
  }
}

/* home-mobile-experience-gap-tighten */
@media (max-width: 640px) {
  .home-experience-section {
    padding-block: 12px 14px;
  }

  .home-experience-section .inner {
    padding-inline: 14px;
  }
}

@media (max-width: 390px) {
  .home-experience-section {
    padding-block: 8px 10px;
  }
}

/* home-mobile-photographer-word-fit */
@media (max-width: 640px) {
  .video-copy h1.hero-title span:nth-child(2) {
    font-size: .84em;
  }
}

@media (max-width: 390px) {
  .video-copy h1.hero-title span:nth-child(2) {
    font-size: .78em;
  }
}

/* home-mobile-awards-heading-center */
@media (max-width: 640px) {
  .award-heading,
  .award-heading h2,
  .award-heading .eyebrow {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .award-heading h2 {
    max-width: min(100%, 18ch);
  }
}

/* hidden newborn client prep guide */
.client-prep-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(176, 130, 157, .20), transparent 34rem),
    radial-gradient(circle at 82% 24%, rgba(196, 162, 103, .16), transparent 28rem),
    linear-gradient(180deg, #100d10 0%, #1a1516 45%, #241d1a 100%);
  color: var(--cream);
  overflow: hidden;
}

.prep-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  padding: 8rem 1.5rem 6rem;
  text-align: center;
  isolation: isolate;
}

.prep-hero-bg,
.prep-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.prep-hero-bg img {
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(.92);
  z-index: -3;
}

.prep-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 10, 12, .42), rgba(13, 10, 12, .18) 42%, rgba(13, 10, 12, .78)),
    radial-gradient(circle at center, rgba(98, 74, 86, .18), rgba(13, 10, 12, .58));
  z-index: -2;
}

.prep-hero-copy {
  width: min(860px, 100%);
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-shadow: 0 1rem 3rem rgba(0, 0, 0, .55);
}

.prep-hero-copy h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 7.5rem);
  line-height: .92;
  letter-spacing: 0;
}

.prep-hero-copy .lead {
  width: min(680px, 100%);
  margin: 0;
  color: rgba(252, 246, 236, .88);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.prep-floating-note {
  width: min(1040px, calc(100% - 2rem));
  margin: -3rem auto 4rem;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(208, 174, 112, .38);
  border-radius: 18px;
  background: rgba(20, 16, 17, .88);
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
}

.prep-floating-note strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.prep-floating-note span {
  color: rgba(246, 238, 226, .78);
  line-height: 1.6;
}

.prep-intro-grid,
.prep-band-grid,
.prep-details-grid,
.prep-checklist,
.prep-final-cta {
  position: relative;
  z-index: 1;
}

.prep-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 2rem;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.prep-intro-grid h2,
.prep-band-grid h2,
.prep-checklist h2,
.prep-final-cta h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.prep-intro-grid p,
.prep-band-grid p,
.prep-final-cta p {
  color: rgba(246, 238, 226, .8);
  line-height: 1.75;
}

.prep-soft-card,
.prep-step-card,
.prep-list-card,
.prep-detail-panel,
.prep-final-cta {
  border: 1px solid rgba(208, 174, 112, .24);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(24, 19, 20, .72);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, .22);
}

.prep-soft-card,
.prep-step-card,
.prep-list-card,
.prep-detail-panel {
  padding: 1.35rem;
}

.prep-soft-card {
  padding: 2rem;
}

.prep-soft-card h3,
.prep-step-card h3,
.prep-list-card h3,
.prep-detail-panel h3 {
  margin: 0 0 .75rem;
  color: var(--gold);
  font-size: 1.35rem;
}

.prep-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  padding-bottom: 4rem;
}

.prep-step-card span {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(208, 174, 112, .14);
  color: var(--gold);
  font-family: var(--serif);
}

.prep-step-card p,
.prep-list-card li,
.prep-detail-panel p {
  color: rgba(246, 238, 226, .76);
  line-height: 1.65;
}

.prep-mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: .78rem 1.05rem;
  border: 1px solid rgba(208, 174, 112, .42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(113, 76, 107, .85), rgba(179, 143, 86, .72));
  color: var(--cream);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .22);
}

.prep-mini-link:hover,
.prep-mini-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 1rem 2.2rem rgba(104, 63, 102, .32);
}

.prep-band {
  padding: 4rem 0;
  background:
    linear-gradient(135deg, rgba(69, 49, 58, .58), rgba(23, 18, 18, .86)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 12px);
}

.prep-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr) minmax(260px, .8fr);
  gap: 1.2rem;
  align-items: stretch;
}

.prep-list-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.prep-list-card li + li {
  margin-top: .55rem;
}

.prep-photo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .75rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.prep-photo-row figure {
  margin: 0;
  min-height: 240px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .28);
}

.prep-photo-row figure:nth-child(even) {
  transform: translateY(1.2rem);
}

.prep-photo-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.prep-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 4rem;
}

.prep-checklist-section {
  padding: 4rem 0;
  background: rgba(12, 10, 11, .48);
  border-top: 1px solid rgba(208, 174, 112, .14);
  border-bottom: 1px solid rgba(208, 174, 112, .14);
}

.prep-checklist {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 2rem;
  align-items: start;
}

.prep-checklist-items {
  display: grid;
  gap: .75rem;
}

.prep-checklist-items label {
  display: flex;
  gap: .75rem;
  align-items: center;
  min-height: 3rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(208, 174, 112, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  color: rgba(246, 238, 226, .86);
}

.prep-checklist-items input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--gold);
}

.prep-final-cta {
  margin-top: 4rem;
  margin-bottom: 5rem;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.prep-final-cta .btn {
  margin-top: 1rem;
}

.prep-disabled-btn {
  cursor: default;
  opacity: .78;
  filter: saturate(.7);
}

@media (max-width: 980px) {
  .prep-step-grid,
  .prep-band-grid,
  .prep-details-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prep-photo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .prep-hero {
    min-height: 70vh;
    padding: 7rem 1rem 4rem;
  }

  .prep-hero-copy h1 {
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

  .prep-hero-copy .button-row,
  .prep-hero-copy .btn {
    width: 100%;
  }

  .prep-floating-note,
  .prep-intro-grid,
  .prep-step-grid,
  .prep-band-grid,
  .prep-details-grid,
  .prep-checklist {
    grid-template-columns: 1fr;
  }

  .prep-floating-note {
    margin-top: -2rem;
  }

  .prep-photo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }

  .prep-photo-row figure {
    min-height: 190px;
  }

  .prep-photo-row figure:nth-child(even) {
    transform: none;
  }
}

@media (max-width: 430px) {
  .prep-hero-copy h1 {
    font-size: 2.55rem;
  }

  .prep-photo-row {
    grid-template-columns: 1fr;
  }
}
