:root {
  --bg: #f6fbff;
  --bg-soft: #edf6ff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-dark: #122032;
  --surface-dark-soft: #1c3049;
  --brand-pink: #d67895;
  --brand-pink-soft: #f3c0d1;
  --brand-pink-strong: #ee8daa;
  --brand-navy: #102b55;
  --brand-navy-soft: #23416b;
  --border: rgba(120, 183, 255, 0.2);
  --border-strong: rgba(120, 183, 255, 0.34);
  --text: #122033;
  --muted: #5e6f86;
  --accent: #85c0ff;
  --accent-strong: #4e9df8;
  --accent-soft: #d9ecff;
  --gold: #f4bb5f;
  --success: #5fa679;
  --shadow: 0 22px 54px rgba(40, 84, 142, 0.13);
  --shadow-soft: 0 14px 30px rgba(40, 84, 142, 0.08);
  --radius-2xl: 34px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1140px;
  --section-space-y: clamp(1.3rem, 3.8vh, 2.4rem);
  --section-gap: clamp(1rem, 2.6vh, 1.8rem);
  --hero-grid-min: clamp(600px, 84vh, 860px);
  --about-section-min: clamp(220px, 28vh, 320px);
  --categories-section-min: clamp(580px, 78vh, 820px);
  --featured-section-min: clamp(610px, 84vh, 900px);
  --booking-section-min: clamp(680px, 94vh, 980px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.85rem;
}

body {
  margin: 0;
  font-family: "Aptos", "Trebuchet MS", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(133, 192, 255, 0.26), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 246, 229, 0.7), transparent 28%),
    linear-gradient(180deg, #fcfeff 0%, var(--bg) 58%, #eef6ff 100%);
  color: var(--text);
}

body.modal-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

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

button,
a,
.nav-link,
.cta-button,
.clickable,
.pricing-card,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 50;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}

.container {
  width: min(calc(100% - 1.5rem), var(--container));
  margin: 0 auto;
}

.surface-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.55rem 0 0.35rem;
  background: transparent;
  transition:
    padding 0.32s ease,
    background-color 0.32s ease;
}

.site-header.is-scrolled,
.site-header.is-nav-open {
  padding-top: 0.35rem;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 4.85rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(184, 209, 235, 0.56);
  border-radius: 1.65rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 252, 255, 0.66));
  box-shadow:
    0 16px 36px rgba(40, 84, 142, 0.08),
    0 2px 0 rgba(255, 255, 255, 0.78) inset;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    background 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    transform 0.32s ease;
}

.site-header.is-scrolled .header-inner,
.site-header.is-nav-open .header-inner {
  border-color: rgba(176, 205, 236, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 255, 0.88));
  box-shadow:
    0 22px 48px rgba(40, 84, 142, 0.13),
    0 2px 0 rgba(255, 255, 255, 0.92) inset;
}

.brand {
  position: relative;
  z-index: 46;
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  min-width: 0;
}

.brand-mark {
  flex-shrink: 0;
  width: 3.35rem;
  height: 2.75rem;
  filter: drop-shadow(0 10px 22px rgba(16, 43, 85, 0.14));
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.brand-wordmark {
  min-width: 0;
}

.brand-name {
  display: block;
  color: var(--brand-navy);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(0.98rem, 3vw, 1.18rem);
  font-weight: 600;
  letter-spacing: clamp(0.08em, 0.3vw, 0.13em);
  line-height: 1;
  white-space: nowrap;
}

.header-nav {
  position: absolute;
  top: calc(100% + 0.72rem);
  right: 0;
  left: 0;
  z-index: 45;
  display: grid;
  gap: 0.72rem;
  width: 100%;
  max-width: none;
  padding: 0.9rem;
  border: 1px solid rgba(176, 205, 236, 0.74);
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 249, 255, 0.9));
  box-shadow:
    0 26px 54px rgba(40, 84, 142, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.3rem) translateX(0.7rem) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.header-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) translateX(0) scale(1);
}

.header-nav-links {
  display: grid;
  gap: 0.45rem;
}

.header-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 3.15rem;
  padding: 0.85rem 1rem;
  border-radius: 1.05rem;
  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.header-nav-link {
  border: 1px solid rgba(206, 223, 241, 0.4);
  background: rgba(255, 255, 255, 0.52);
  color: var(--brand-navy-soft);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.header-nav-link::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0.62rem;
  left: 1rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(133, 192, 255, 0), rgba(133, 192, 255, 0.86) 34%, rgba(78, 157, 248, 0.92) 68%, rgba(133, 192, 255, 0));
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.header-nav-link.is-current {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(164, 203, 241, 0.62);
  color: var(--brand-navy);
  box-shadow: 0 10px 24px rgba(40, 84, 142, 0.08);
}

.header-nav-link.is-current::after,
.header-nav-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(176, 205, 236, 0.76);
  color: var(--brand-navy);
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(133, 192, 255, 0.14);
}

.header-nav-cta {
  justify-content: center;
  border: 1px solid rgba(132, 186, 244, 0.26);
  background: linear-gradient(135deg, #88c1ff 0%, #5ea3f8 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow:
    0 18px 34px rgba(78, 157, 248, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.header-nav-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 22px 38px rgba(78, 157, 248, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.34) inset;
}

.header-nav-toggle {
  margin-left: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  padding: 0;
  border: 1px solid rgba(176, 205, 236, 0.7);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 249, 255, 0.82));
  box-shadow:
    0 14px 28px rgba(40, 84, 142, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
  color: #5f8fcb;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.header-nav-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(132, 186, 244, 0.82);
  box-shadow:
    0 18px 34px rgba(40, 84, 142, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.header-nav-toggle[aria-expanded="true"] {
  border-color: rgba(132, 186, 244, 0.82);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(234, 244, 255, 0.94));
}

.header-nav-toggle span {
  width: 1.22rem;
  height: 0.18rem;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.header-nav-toggle span + span {
  margin-top: 0.26rem;
}

.header-nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(0.36rem) rotate(45deg);
}

.header-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.header-nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-0.36rem) rotate(-45deg);
}

@media (max-width: 359px) {
  .brand-wordmark {
    display: none;
  }
}

.hero-section {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-space-y) 0 clamp(0.9rem, 2.2vh, 1.5rem);
}

.hero-section,
.featured-work-section,
.booking-section {
  scroll-margin-top: 5.85rem;
}

.hero-grid {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  min-height: var(--hero-grid-min);
  align-content: center;
}

.hero-copy,
.hero-card,
.pricing-card,
.booking-summary-card,
.booking-card {
  overflow: hidden;
}

.hero-copy,
.hero-card {
  padding: 1.2rem;
  min-height: 100%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 2.2vw, 1.8rem);
}

.eyebrow {
  margin: 0 0 0.55rem;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 1.45rem;
  color: var(--accent-strong);
}

.hero-kicker,
.section-heading p:last-child,
.hero-text,
.booking-step > p,
.calendar-placeholder p,
.summary-note,
.confirmation-card p,
.confirmation-next li {
  color: var(--muted);
  line-height: 1.65;
}

.hero-kicker {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.pricing-card h3,
.booking-card h3,
.confirmation-card h3 {
  margin: 0;
  font-family: "Bahnschrift", "Arial Narrow", "Aptos", sans-serif;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(3rem, 10vw, 5.6rem);
}

.hero-line {
  display: block;
}

.accent-word {
  color: var(--accent-strong);
}

.hero-text {
  max-width: 24rem;
  margin: 1.15rem 0 0;
  font-size: 0.95rem;
  font-family: "Aptos", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-actions,
.step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-actions {
  margin-top: 1.6rem;
}

.hero-actions .button {
  flex: 0 1 auto;
  min-width: 10rem;
  width: auto;
}

.hero-actions .button:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 20px 38px rgba(78, 157, 248, 0.2);
}

.hero-actions .button-primary:hover {
  background: linear-gradient(135deg, #7bcbff, #3b7ced);
  box-shadow: 0 22px 44px rgba(78, 157, 248, 0.28);
}

.hero-actions .button-secondary:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(78, 157, 248, 0.24);
  box-shadow: 0 18px 34px rgba(40, 84, 142, 0.14);
  color: var(--brand-navy);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  font-weight: 800;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  transition: transform 0.28s ease, opacity 0.28s ease;
  pointer-events: none;
  z-index: -1;
}

.button:focus-visible,
.category-card:focus-visible,
.option-card:focus-visible,
.slot-button:focus-visible,
.contact-method-button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 18px 30px rgba(78, 157, 248, 0.3);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--border);
  box-shadow: 0 12px 24px rgba(40, 84, 142, 0.08);
}

.button:active {
  transform: translateY(1px) scale(0.98);
}

.button:active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.14s ease, opacity 0.12s ease;
}

.button-primary:active {
  box-shadow: 0 10px 18px rgba(78, 157, 248, 0.24);
}

.button-secondary:active {
  border-color: rgba(32, 88, 155, 0.28);
  box-shadow: 0 8px 16px rgba(40, 84, 142, 0.12);
}

.hero-card {
  position: relative;
  padding: 0;
  min-height: 23rem;
}

.hero-photo {
  position: relative;
  min-height: 23rem;
  height: 100%;
  border-radius: var(--radius-2xl);
}

.hero-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.featured-kicker,
.pricing-label,
.summary-label,
.step small {
  margin: 0 0 0.45rem;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: var(--section-space-y) 0;
}

.trust-section {
  min-height: var(--about-section-min);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(0.35rem, 1.2vh, 0.9rem);
}

.trust-shell {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#about {
  padding: clamp(1.4rem, 3vh, 2rem) 0;
}

#categories {
  min-height: clamp(520px, 72vh, 760px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(0.4rem, 0.9vh, 0.7rem);
}

.featured-work-section,
.booking-section {
  min-height: var(--categories-section-min);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#categories > .container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--section-gap);
}

.featured-work-shell,
.booking-section > .container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--section-gap);
}

.featured-work-section {
  min-height: var(--featured-section-min);
}

.booking-section {
  min-height: var(--booking-section-min);
  padding-bottom: clamp(2.25rem, 5.8vh, 4.5rem);
}

.trust-panel {
  padding: clamp(1.1rem, 3vw, 1.5rem);
  border: 1px solid rgba(204, 223, 244, 0.82);
  border-radius: clamp(1.8rem, 4vw, 2.35rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  box-shadow:
    18px 18px 42px rgba(194, 214, 239, 0.34),
    -12px -12px 28px rgba(255, 255, 255, 0.96),
    0 18px 38px rgba(40, 84, 142, 0.08);
}

.trust-features {
  display: grid;
}

.trust-feature {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 0.2rem;
}

.trust-feature + .trust-feature {
  border-top: 1px solid rgba(190, 210, 234, 0.72);
}

.trust-feature-icon {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.1rem;
  background: #ffffff;
  color: #78b7ff;
  box-shadow:
    10px 10px 20px rgba(206, 223, 244, 0.45),
    -8px -8px 16px rgba(255, 255, 255, 0.96),
    0 10px 22px rgba(40, 84, 142, 0.08);
}

.trust-feature-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-feature-copy {
  display: grid;
  gap: 0.3rem;
}

.trust-feature h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(1.15rem);
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.section-heading {
  margin-bottom: 1rem;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 8vw, 3.5rem);
}

.section-heading p:last-child {
  max-width: 40rem;
  margin: 0.6rem 0 0;
}

.carousel-toolbar,
.carousel-buttons,
.featured-carousel {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.carousel-toolbar {
  justify-content: space-between;
}

.carousel-toolbar-categories {
  justify-content: center;
  margin-top: 0.8rem;
}

.carousel-toolbar-categories.is-hidden {
  display: none;
}

.scroll-dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.scroll-dot-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.scroll-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(120, 183, 255, 0.28);
  transition: width 0.2s ease, background-color 0.2s ease;
}

.scroll-dot-button:focus-visible .scroll-dot {
  background: rgba(120, 183, 255, 0.52);
}

.scroll-dot-button:focus-visible {
  outline: 2px solid rgba(133, 192, 255, 0.55);
  outline-offset: 0.08rem;
}

.scroll-dot.is-active {
  width: 1.45rem;
  background: var(--accent-strong);
}

.category-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(19.5rem, 86vw);
  gap: 1.15rem;
  overflow-x: auto;
  padding: 0 1rem 0.45rem 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  will-change: transform;
}

.category-track.bounce-left,
.category-track.bounce-right {
  animation-duration: 320ms;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.category-track.bounce-left {
  animation-name: bounce-left;
}

.category-track.bounce-right {
  animation-name: bounce-right;
}

@keyframes bounce-left {
  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-8px);
  }

  60% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bounce-right {
  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(8px);
  }

  60% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0);
  }
}
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.35rem;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

.category-track::-webkit-scrollbar {
  display: none;
}

.category-card {
  display: grid;
  gap: 1.05rem;
  padding: 1.05rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  text-align: left;
  color: inherit;
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
  transition: border-color 0.24s ease, box-shadow 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.category-card .photo-placeholder {
  min-height: 0;
}

.category-card.is-active,
.option-card.is-selected,
.slot-button.is-selected,
.contact-method-button.is-selected {
  border-color: var(--border-strong);
  box-shadow: 0 18px 28px rgba(78, 157, 248, 0.18);
}

.category-card[aria-pressed="true"],
.option-card[aria-pressed="true"],
.slot-button[aria-pressed="true"],
.contact-method-button[aria-pressed="true"] {
  border-color: var(--border-strong);
}

.category-copy {
  display: grid;
  gap: 0.42rem;
}

.category-name {
  font-size: clamp(1.22rem, 3vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.category-note,
.category-arrow {
  font-size: 0.97rem;
}

.category-note {
  color: var(--brand-navy-soft);
  line-height: 1.52;
}

.category-arrow {
  margin-top: 0.22rem;
  color: var(--accent-strong);
  font-weight: 700;
}

.photo-placeholder {
  position: relative;
  display: block;
  min-height: 9rem;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-color: #e5f1ff;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 239, 220, 0.92), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 35%),
    linear-gradient(180deg, rgba(18, 32, 50, 0), rgba(18, 32, 50, 0.62));
}

.photo-placeholder::after {
  content: "";
  position: absolute;
  inset: auto 8% 8% auto;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.photo-placeholder.has-image {
  background: #d8e5f4;
}

.photo-placeholder.has-image::before,
.photo-placeholder.has-image::after {
  content: none;
}

.photo-placeholder.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-graduation {
  background:
    linear-gradient(180deg, rgba(17, 28, 43, 0.08), rgba(17, 28, 43, 0.56)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.2), transparent 40%),
    linear-gradient(180deg, #d9e8fb 0%, #f8fbff 42%, #a1b5c8 43%, #5d6d82 100%);
}

.photo-portraits {
  background:
    linear-gradient(180deg, rgba(17, 28, 43, 0.08), rgba(17, 28, 43, 0.54)),
    radial-gradient(circle at 62% 24%, rgba(255, 229, 211, 0.9), transparent 17%),
    linear-gradient(140deg, #f2e0d3 0%, #d9b7a4 44%, #8c6b5f 100%);
}

.photo-couples {
  background:
    linear-gradient(180deg, rgba(17, 28, 43, 0.08), rgba(17, 28, 43, 0.62)),
    radial-gradient(circle at 68% 24%, rgba(255, 234, 210, 0.94), transparent 18%),
    linear-gradient(150deg, #ffe3d8 0%, #f2b894 38%, #5d7fa4 100%);
}

.photo-events {
  background:
    linear-gradient(180deg, rgba(17, 28, 43, 0.08), rgba(17, 28, 43, 0.65)),
    radial-gradient(circle at 20% 22%, rgba(255, 220, 165, 0.86), transparent 14%),
    linear-gradient(155deg, #ffedd8 0%, #f7aa73 34%, #66779f 100%);
}

.photo-street {
  background:
    linear-gradient(180deg, rgba(17, 28, 43, 0.12), rgba(17, 28, 43, 0.72)),
    linear-gradient(140deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(145deg, #dbe9ff 0%, #7da8de 35%, #2e4460 100%);
}

.photo-details {
  background:
    linear-gradient(180deg, rgba(17, 28, 43, 0.05), rgba(17, 28, 43, 0.34)),
    radial-gradient(circle at 28% 24%, rgba(255, 247, 224, 0.88), transparent 18%),
    linear-gradient(145deg, #fff3d7 0%, #f2ce88 34%, #866944 100%);
}

.featured-work-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(133, 192, 255, 0.42), transparent 26%),
    radial-gradient(circle at 85% 20%, rgba(171, 214, 255, 0.34), transparent 28%),
    linear-gradient(180deg, #edf7ff 0%, #dbeeff 46%, #c9e4ff 100%);
  color: var(--brand-navy);
  overflow: hidden;
}

.featured-work-shell {
  gap: clamp(0.75rem, 2vh, 1.3rem);
}

.section-heading-featured {
  margin-bottom: 0;
}

.section-heading-featured h2 {
  color: var(--brand-navy);
}

.featured-carousel {
  position: relative;
  display: block;
  isolation: isolate;
}

.featured-stage {
  position: relative;
  width: 100%;
  height: clamp(25.5rem, 110vw, 43rem);
  perspective: 1200px;
  overflow: hidden;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
  z-index: 1;
}

.featured-stage::before {
  content: "";
  position: absolute;
  inset: 10% 10% 14%;
  background:
    radial-gradient(circle at 35% 35%, rgba(133, 192, 255, 0.24), transparent 42%),
    radial-gradient(circle at 68% 40%, rgba(171, 214, 255, 0.18), transparent 38%);
  filter: blur(30px);
}

.featured-stage::after {
  content: none;
}

.featured-stage:focus-visible {
  outline: 2px solid rgba(133, 192, 255, 0.62);
  outline-offset: 0.22rem;
}

.featured-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(16rem, 68vw, 27rem);
  aspect-ratio: 0.66;
  overflow: visible;
  border-radius: 1.5rem;
  box-shadow: none;
  cursor: pointer;
  will-change: transform, opacity, filter;
  transform:
    translate(-50%, -50%)
    translate(var(--featured-x, 0), var(--featured-y, 0))
    scale(var(--featured-scale, 1))
    rotate(var(--featured-rotate, 0deg));
  opacity: var(--featured-opacity, 1);
  z-index: var(--featured-z, 1);
  filter:
    saturate(var(--featured-saturation, 1))
    brightness(var(--featured-brightness, 1))
    blur(var(--featured-blur, 0));
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease,
    filter 0.5s ease,
    border-color 0.4s ease;
}

.featured-slide-stack-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(210, 232, 255, 0.18);
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(16, 43, 85, 0.38)),
    linear-gradient(145deg, rgba(227, 239, 255, 0.16), rgba(52, 72, 100, 0.44));
  opacity: 0.42;
  transform: translate(0.85rem, 1rem) scale(0.965);
  transform-origin: center;
  box-shadow: 0 18px 28px rgba(40, 84, 142, 0.08);
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease,
    box-shadow 0.4s ease;
  pointer-events: none;
}

.featured-slide-media {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(210, 232, 255, 0.22);
  border-radius: inherit;
}

.featured-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform: scale(1.01);
  transition: transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-card-media {
  width: 100%;
  height: clamp(12.2rem, 48vw, 15.5rem);
  min-height: 12.2rem;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
}

.category-card-media img {
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.featured-summary {
  display: grid;
  justify-items: center;
  gap: 0.42rem;
  margin-top: -0.2rem;
  text-align: center;
}

.featured-summary.is-animating > * {
  animation: featured-copy-in 0.52s cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
}

.featured-summary.is-animating > *:nth-child(2) {
  animation-delay: 0.03s;
}

.featured-summary.is-animating > *:nth-child(3) {
  animation-delay: 0.06s;
}

.featured-summary.is-animating > *:nth-child(4) {
  animation-delay: 0.09s;
}

.featured-summary-bubbles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.42rem;
}

.featured-summary-bubble {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.2rem;
  padding: 0.58rem 0.95rem;
  border: 1px solid rgba(120, 183, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 30px rgba(40, 84, 142, 0.08);
  color: var(--brand-navy-soft);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  backdrop-filter: blur(14px);
}

.featured-summary-bubble::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 0 4px rgba(133, 192, 255, 0.12);
}

.featured-summary-session {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-summary-title {
  margin: 0;
  font-family: "Bahnschrift", "Arial Narrow", "Aptos", sans-serif;
  font-size: clamp(1.65rem, 6vw, 2.65rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brand-navy);
}

.featured-summary-button {
  min-width: min(100%, 15rem);
  min-height: 3.2rem;
  padding-inline: 1.25rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(78, 157, 248, 0.22);
}

.featured-slide.is-active {
  border-color: rgba(191, 224, 255, 0.72);
}

.featured-slide.is-active .featured-slide-stack-layer {
  opacity: 0.5;
  transform: translate(0.2rem, 1.05rem) scale(0.972);
}

.featured-slide.is-hidden .featured-slide-stack-layer {
  opacity: 0;
  transform: translate(0.55rem, 0.7rem) scale(0.95);
}

.featured-slide.is-active .featured-slide-media img {
  transform: scale(1.035);
}

.featured-slide.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.featured-dots {
  justify-content: center;
  margin-top: 0.18rem;
}

.featured-dots .scroll-dot-button {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(133, 192, 255, 0.16);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 20px rgba(40, 84, 142, 0.06);
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.featured-dots .scroll-dot {
  width: 0.58rem;
  height: 0.58rem;
  background: rgba(16, 43, 85, 0.18);
}

.featured-dots .scroll-dot.is-active {
  width: 1.6rem;
  background: #85c0ff;
}

@media (max-width: 699px) {
  .featured-work-shell {
    padding-inline: 0.4rem;
  }
}

.shoot-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  align-items: end;
  background: rgba(8, 14, 24, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s ease;
}

.shoot-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.shoot-modal-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  min-height: 100vh;
  max-height: 100dvh;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
  color: var(--text);
  border-radius: 1.55rem 1.55rem 0 0;
  overflow: hidden;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(3rem) scale(0.96);
  transform-origin: center bottom;
  transition:
    opacity 0.46s ease,
    filter 0.62s ease,
    transform 0.9s cubic-bezier(0.16, 0.84, 0.24, 1);
  will-change: transform, opacity, filter;
}

.shoot-modal.is-open .shoot-modal-panel {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  animation: sheet-bubble-in 0.96s cubic-bezier(0.16, 0.84, 0.24, 1.02);
}

.shoot-modal-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  padding: max(0.82rem, env(safe-area-inset-top)) 0.9rem 0.68rem;
  border-bottom: 1px solid rgba(120, 183, 255, 0.16);
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.96), rgba(244, 249, 255, 0.9));
  backdrop-filter: blur(16px);
}

.shoot-modal-header-copy {
  min-width: 0;
}

.shoot-modal-session {
  margin: 0;
  font-family: "Bahnschrift", "Arial Narrow", "Aptos", sans-serif;
  font-size: clamp(0.98rem, 4.4vw, 1.36rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.shoot-modal-close,
.shoot-modal-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.95rem;
  height: 2.95rem;
  min-width: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  color: var(--text);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.shoot-modal-close:focus-visible,
.shoot-modal-arrow:focus-visible,
.shoot-modal-thumb:focus-visible {
  transform: translateY(-1px);
}

.shoot-modal-close:focus-visible,
.shoot-modal-arrow:focus-visible,
.shoot-modal-thumb:focus-visible {
  outline: none;
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 4px rgba(133, 192, 255, 0.24);
}

.shoot-modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.65rem 0.8rem max(1rem, env(safe-area-inset-bottom));
  overscroll-behavior: contain;
}

.shoot-modal-gallery {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  min-width: 0;
}

.shoot-modal-viewer-card {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
  padding: 0.72rem;
  border: 1px solid rgba(120, 183, 255, 0.18);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(40, 84, 142, 0.12);
  transition: max-width 0.28s ease, box-shadow 0.28s ease;
}

.shoot-modal-viewer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(18rem, 58vh, 26rem);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  padding: 0.4rem;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #e6eef8 0%, #d5e2f0 100%);
  box-shadow: 0 14px 28px rgba(40, 84, 142, 0.12);
  touch-action: pan-y;
  transition: min-height 0.28s ease, width 0.28s ease, box-shadow 0.28s ease;
}

.shoot-modal-main-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0.85rem;
  transition: opacity 0.22s ease, transform 0.22s ease, filter 0.22s ease;
}

.shoot-modal-main-image.is-loading {
  opacity: 0.64;
  transform: scale(0.985);
  filter: saturate(0.88);
}

.shoot-modal-gallery-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "thumbs thumbs"
    "prev next";
  gap: 0.75rem 0.65rem;
  align-items: center;
  min-width: 0;
}

.shoot-modal-gallery-nav > .shoot-modal-arrow:first-child {
  grid-area: prev;
  justify-self: start;
}

.shoot-modal-gallery-nav > .shoot-modal-arrow:last-child {
  grid-area: next;
  justify-self: end;
}

.shoot-modal-thumbnails {
  grid-area: thumbs;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(4.1rem, 18vw, 4.85rem);
  gap: 0.6rem;
  min-width: 0;
  overflow-x: auto;
  padding: 0.08rem 0.05rem 0.2rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

.shoot-modal-thumbnails::-webkit-scrollbar {
  display: none;
}

.shoot-modal-thumb {
  display: block;
  min-height: 4.1rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.88rem;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(40, 84, 142, 0.14);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shoot-modal-thumb[aria-pressed="true"] {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(133, 192, 255, 0.22);
}

.shoot-modal-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pricing-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(15.5rem, 86vw);
  gap: 1rem;
  overflow-x: auto;
  padding: 0 1rem 0.45rem 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.35rem;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

.pricing-grid::-webkit-scrollbar {
  display: none;
}

.pricing-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: start;
  gap: 0.95rem;
  height: 100%;
  padding: 1.4rem;
  scroll-snap-align: start;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.pricing-card h3 {
  font-size: clamp(2.2rem, 8vw, 3.1rem);
  color: var(--accent-strong);
}

.pricing-card .pricing-label {
  margin: 0;
}

.pricing-card ul {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  align-content: start;
  list-style: none;
}

.pricing-card > .button {
  align-self: end;
  margin-top: 0.1rem;
}

.pricing-card li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
}

.pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent-strong);
}

.pricing-card-featured {
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(255, 255, 255, 0.94));
}

.pricing-card:focus-within {
  border-color: rgba(78, 157, 248, 0.28);
  background:
    radial-gradient(circle at top right, rgba(133, 192, 255, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(226, 241, 255, 0.86), rgba(255, 255, 255, 0.96));
  box-shadow: 0 22px 36px rgba(78, 157, 248, 0.18);
  transform: translateY(-2px);
}

.pricing-card-featured:active,
.pricing-card-featured:focus-within {
  border-color: rgba(32, 88, 155, 0.62);
  box-shadow: 0 18px 34px rgba(32, 88, 155, 0.18);
}

.pricing-card-featured:focus-within {
  background:
    radial-gradient(circle at top right, rgba(133, 192, 255, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(221, 237, 255, 0.92), rgba(255, 255, 255, 0.98));
}

.pricing-card:active,
.pricing-card.is-pressed {
  transform: scale(0.98);
  box-shadow: 0 8px 24px rgba(214, 125, 145, 0.28);
  border-color: rgba(214, 125, 145, 0.75);
}

.booking-section {
  padding-bottom: clamp(2.25rem, 5.8vh, 4.5rem);
}

.booking-layout {
  display: grid;
  gap: 1rem;
}

.booking-card {
  order: 1;
}

.booking-summary-card {
  order: 2;
  overflow: hidden;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    padding 0.28s ease,
    margin 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.booking-summary-card,
.booking-card {
  padding: 1.35rem;
}

.booking-layout.is-confirmed {
  grid-template-columns: minmax(0, 1fr);
}

.booking-layout.is-confirmed .booking-summary-card {
  margin: 0;
  padding-block: 0;
  padding-inline: 0;
  border-color: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(0.85rem);
  pointer-events: none;
  max-height: 0;
}

.summary-item {
  display: grid;
  gap: 0.18rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(120, 183, 255, 0.14);
}

.summary-item:first-of-type {
  border-top: 0;
}

.summary-item span,
.summary-note,
.booking-topline span,
.calendar-footnote {
  font-size: 0.9rem;
}

.summary-item span,
.booking-topline span,
.calendar-footnote {
  color: var(--muted);
}

.summary-note {
  margin: 0.85rem 0 0;
}

.booking-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.booking-topline-copy {
  display: grid;
  gap: 0.22rem;
}

.booking-step-status {
  color: var(--brand-navy);
  font-size: 1rem;
  font-weight: 800;
}

.stepper {
  --step-progress: 0;
  --step-line-inset: 12%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}

.stepper::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: var(--step-line-inset);
  right: var(--step-line-inset);
  height: 2px;
  background: rgba(120, 183, 255, 0.18);
}

.stepper::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: var(--step-line-inset);
  height: 2px;
  width: calc((100% - (var(--step-line-inset) * 2)) * var(--step-progress));
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 12px rgba(78, 157, 248, 0.18);
  transition: width 0.32s ease;
}

.step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 0.15rem 0.3rem 0;
  border-radius: 1rem;
  color: var(--muted);
  transition: transform 0.24s ease, color 0.24s ease;
}

.step span {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: #edf4fd;
  font-weight: 800;
  z-index: 1;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.step small {
  font-size: 0.8rem;
  font-weight: 700;
  transition: color 0.24s ease;
}

.step.is-active,
.step.is-complete {
  color: var(--text);
}

.step.is-active {
  transform: translateY(-2px);
}

.step.is-active small {
  color: var(--brand-navy);
}

.step.is-active span,
.step.is-complete span {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #ffffff;
  box-shadow: 0 12px 20px rgba(78, 157, 248, 0.24);
}

.booking-step {
  display: none;
}

.booking-step.is-active {
  display: block;
  animation: step-panel-in 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.option-grid,
.slot-grid,
.contact-methods,
.confirmation-grid {
  display: grid;
  gap: 0.85rem;
}

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

.option-card,
.slot-button,
.contact-method-button,
.contact-field input {
  width: 100%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
}

.option-card {
  position: relative;
  display: grid;
  grid-template-columns: clamp(5.8rem, 18vw, 6.45rem) minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 1rem;
  min-height: clamp(7rem, 22vw, 7.9rem);
  padding: 0.9rem;
  border-radius: var(--radius-lg);
  text-align: left;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(40, 84, 142, 0.06);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.option-card .photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: clamp(6.1rem, 18vw, 6.95rem);
  aspect-ratio: 4 / 5;
  border-radius: 1rem;
  box-shadow: 0 14px 24px rgba(40, 84, 142, 0.08);
}

.option-card .photo-placeholder img {
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.option-copy {
  display: grid;
  align-content: center;
  gap: 0.3rem;
  min-width: 0;
}

.option-copy strong {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.option-copy small {
  color: var(--muted);
  line-height: 1.42;
}

.option-arrow {
  font-size: 1.45rem;
  color: var(--accent-strong);
  font-weight: 700;
}

 .slot-preview {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-lg);
  background: rgba(216, 236, 255, 0.34);
  border: 1px solid rgba(120, 183, 255, 0.18);
}

.slot-preview {
  margin-bottom: 1.2rem;
}

.slot-preview span {
  color: var(--muted);
  font-size: 0.88rem;
}

.calendar-placeholder {
  margin: 1rem 0 1.1rem;
  padding: 1.1rem;
  border: 1px dashed rgba(78, 157, 248, 0.42);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(216, 236, 255, 0.32), rgba(255, 255, 255, 0.78));
}

.calendar-placeholder strong {
  display: block;
  margin-bottom: 0.4rem;
}

.calendar-footnote {
  display: inline-block;
  margin-top: 0.35rem;
  color: var(--accent-strong);
  font-weight: 700;
}

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

.slot-button,
.contact-method-button {
  position: relative;
  min-height: 3.3rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(40, 84, 142, 0.05);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.contact-method-button {
  display: grid;
  gap: 0.18rem;
  text-align: left;
  padding-right: 2.8rem;
}

.contact-method-button strong {
  font-size: 1rem;
}

.contact-method-button small {
  color: var(--muted);
}

.contact-fields {
  margin-top: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.5rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid rgba(176, 205, 236, 0.22);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 26px rgba(40, 84, 142, 0.05);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.contact-field-static {
  margin-top: 1rem;
}

.contact-field.is-active {
  border-color: rgba(78, 157, 248, 0.38);
  background:
    radial-gradient(circle at top right, rgba(133, 192, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(234, 245, 255, 0.94), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 34px rgba(78, 157, 248, 0.14);
  transform: translateY(-1px);
}

.contact-field span {
  font-weight: 800;
}

.contact-field-hint {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.contact-field input {
  min-height: 3.3rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  outline: none;
  color: var(--text);
}

.contact-field textarea {
  min-height: 6rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(194, 214, 239, 0.72);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 2px rgba(18, 32, 51, 0.06);
  resize: vertical;
  outline: none;
  color: var(--text);
}

.contact-field.is-active textarea {
  border-color: rgba(120, 183, 255, 0.3);
}

.contact-field textarea:focus {
  border-color: rgba(120, 183, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(18, 32, 51, 0.08);
}

.contact-field.is-active input {
  border-color: rgba(120, 183, 255, 0.3);
  background: rgba(255, 255, 255, 0.96);
}

.contact-field input:focus {
  border-color: var(--border-strong);
  box-shadow: 0 0 0 4px rgba(133, 192, 255, 0.18);
}

.option-card::after,
.slot-button::after,
.contact-method-button::after {
  content: "";
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 183, 255, 0.22);
  background: rgba(255, 255, 255, 0.82);
  color: transparent;
  font-size: 0.8rem;
  font-weight: 900;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.option-card.is-selected,
.slot-button.is-selected,
.contact-method-button.is-selected {
  border-color: rgba(78, 157, 248, 0.46);
  background:
    radial-gradient(circle at top right, rgba(133, 192, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(228, 242, 255, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 32px rgba(78, 157, 248, 0.16);
}

.option-card.is-selected::after,
.slot-button.is-selected::after,
.contact-method-button.is-selected::after {
  content: "✓";
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #ffffff;
  opacity: 1;
  transform: scale(1);
}

.form-error {
  min-height: 1.35rem;
  margin: 0.9rem 0 0;
  color: #c65454;
  font-weight: 700;
}

.step-actions {
  margin-top: 1rem;
}

/* Override the selected-state indicator with a clean checkmark character. */
.option-card.is-selected::after,
.slot-button.is-selected::after,
.contact-method-button.is-selected::after {
  content: "\2713";
}

@keyframes step-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.confirmation-card {
  display: grid;
  gap: 1rem;
  text-align: center;
}

.confirmation-icon {
  display: grid;
  place-items: center;
  width: 4.7rem;
  height: 4.7rem;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(95, 166, 121, 0.12);
  color: var(--success);
  font-size: 2rem;
  font-weight: 800;
}

.confirmation-grid {
  text-align: left;
}

.confirmation-item {
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(216, 236, 255, 0.28);
}

.confirmation-item span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.confirmation-next {
  padding: 1.1rem;
  text-align: left;
  border-radius: var(--radius-xl);
}

.confirmation-next h4 {
  margin: 0 0 0.8rem;
  font-size: 1.1rem;
}

.confirmation-next ul {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.confirmation-next li {
  position: relative;
  padding-left: 1.35rem;
}

.confirmation-next li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent-strong);
}

.confirmation-note {
  margin: 0;
}

.mobile-book-button {
  position: fixed;
  right: 0.9rem;
  bottom: 0.9rem;
  left: 0.9rem;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 22px 34px rgba(78, 157, 248, 0.34);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.28s ease, transform 0.28s ease;
  will-change: opacity, transform;
}

.mobile-book-button.is-hidden {
  opacity: 0;
  transform: translateY(0.9rem);
  pointer-events: none;
}

.header-nav a:active,
.header-nav-toggle:active,
.scroll-dot-button:active,
.shoot-modal-close:active,
.shoot-modal-arrow:active,
.shoot-modal-thumb:active {
  transform: scale(0.97);
}

.scroll-dot-button:active .scroll-dot {
  background: rgba(120, 183, 255, 0.64);
}

.header-nav-link:active {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(176, 205, 236, 0.68);
  color: var(--brand-navy);
}

.header-nav-cta:active {
  box-shadow: 0 12px 24px rgba(78, 157, 248, 0.22);
}

@media (hover: hover) and (pointer: fine) {
  .header-nav-link:hover {
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(176, 205, 236, 0.54);
    color: var(--brand-navy);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(40, 84, 142, 0.06);
  }

  .header-nav-link:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .header-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow:
      0 24px 42px rgba(78, 157, 248, 0.3),
      0 1px 0 rgba(255, 255, 255, 0.34) inset;
  }

  .header-nav-toggle:hover {
    transform: translateY(-1px);
    border-color: rgba(150, 194, 238, 0.8);
    box-shadow: 0 18px 32px rgba(16, 43, 85, 0.12);
  }

  .button:hover,
  .trust-panel:hover,
  .category-card:hover,
  .option-card:hover,
  .slot-button:hover,
  .contact-method-button:hover,
  .pricing-card:hover {
    transform: translateY(-2px);
  }

  .pricing-card:hover {
    border-color: rgba(78, 157, 248, 0.28);
    background:
      radial-gradient(circle at top right, rgba(133, 192, 255, 0.24), transparent 28%),
      linear-gradient(180deg, rgba(226, 241, 255, 0.86), rgba(255, 255, 255, 0.96));
    box-shadow: 0 22px 36px rgba(78, 157, 248, 0.18);
  }

  .category-card:hover {
    border-color: rgba(120, 183, 255, 0.34);
    box-shadow: 0 26px 42px rgba(40, 84, 142, 0.12);
    background: rgba(255, 255, 255, 0.98);
  }

  .category-card:hover .category-card-media img {
    transform: scale(1.04);
  }

  .trust-panel:hover {
    border-color: rgba(182, 208, 238, 0.92);
    box-shadow:
      20px 20px 46px rgba(194, 214, 239, 0.4),
      -14px -14px 30px rgba(255, 255, 255, 0.98),
      0 20px 40px rgba(40, 84, 142, 0.1);
  }

  .option-card:hover,
  .slot-button:hover,
  .contact-method-button:hover {
    border-color: rgba(120, 183, 255, 0.32);
    box-shadow: 0 18px 34px rgba(40, 84, 142, 0.1);
  }

  .option-card:hover .photo-placeholder img {
    transform: scale(1.04);
  }

  .scroll-dot-button:hover .scroll-dot {
    background: rgba(120, 183, 255, 0.52);
  }

  .featured-summary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(78, 157, 248, 0.26);
  }

  .featured-dots .scroll-dot-button:hover {
    border-color: rgba(133, 192, 255, 0.34);
    background: rgba(255, 255, 255, 0.62);
  }

  .shoot-modal-close:hover,
  .shoot-modal-arrow:hover,
  .shoot-modal-thumb:hover {
    transform: translateY(-1px);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes featured-copy-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sheet-bubble-in {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(4.5rem) scale(0.94);
  }

  64% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-0.18rem) scale(1.01);
  }

  84% {
    transform: translateY(0.08rem) scale(0.998);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 1100px) {
  html {
    scroll-snap-type: y proximity;
  }

  .hero-section,
  .featured-work-section,
  .booking-section {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .reveal-on-scroll,
  .reveal-on-scroll.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .booking-step.is-active,
  .featured-summary.is-animating {
    animation: none;
  }
}

@media (min-width: 700px) {
  .container {
    width: min(calc(100% - 2rem), var(--container));
  }

  .shoot-modal {
    padding: 1rem;
    align-items: center;
  }

  .shoot-modal-panel {
    max-width: min(60rem, 100%);
    min-height: auto;
    max-height: calc(100vh - 2rem);
    margin: 0 auto;
    border-radius: 1.9rem;
    overflow: hidden;
    box-shadow: 0 38px 90px rgba(7, 15, 27, 0.32);
  }

  .shoot-modal-header,
  .shoot-modal-body {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }

  .shoot-modal-header {
    padding-top: 0.88rem;
    padding-bottom: 0.62rem;
  }

  .shoot-modal-body {
    padding-top: 0.82rem;
    padding-bottom: 1.05rem;
  }

  .shoot-modal-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .shoot-modal-viewer {
    min-height: 19rem;
    aspect-ratio: 16 / 11;
    border-radius: 1.3rem;
    box-shadow: 0 18px 36px rgba(40, 84, 142, 0.18);
  }

  .shoot-modal-viewer-card {
    gap: 0.9rem;
    padding: 0.9rem;
    border-radius: 1.6rem;
    box-shadow: 0 24px 50px rgba(40, 84, 142, 0.14);
  }

  .shoot-modal-viewer-card.is-portrait,
  .shoot-modal-viewer-card.is-square {
    margin-inline: auto;
  }

  .shoot-modal-viewer-card.is-portrait {
    max-width: min(36rem, 100%);
  }

  .shoot-modal-viewer-card.is-square {
    max-width: min(42rem, 100%);
  }

  .shoot-modal-viewer-card.is-portrait .shoot-modal-viewer {
    min-height: clamp(24rem, 72vh, 42rem);
    aspect-ratio: 4 / 5;
  }

  .shoot-modal-viewer-card.is-square .shoot-modal-viewer {
    min-height: clamp(21rem, 60vh, 34rem);
    aspect-ratio: 1 / 1;
  }

  .shoot-modal-gallery-nav {
    grid-template-columns: 2.95rem minmax(0, 1fr) 2.95rem;
    grid-template-areas: "prev thumbs next";
    gap: 0.7rem;
  }

  .shoot-modal-thumbnails {
    grid-auto-columns: minmax(4.4rem, 5rem);
  }

  .hero-copy,
  .hero-card,
  .pricing-card,
  .booking-summary-card,
  .booking-card {
    padding: 1.6rem;
  }

  .hero-card {
    padding: 0;
  }

  .pricing-grid {
    grid-auto-columns: minmax(16.5rem, 44vw);
  }

  .booking-layout {
    grid-template-columns: minmax(0, 1.18fr) clamp(18rem, 28vw, 22rem);
    align-items: start;
  }

  .booking-card {
    order: 1;
  }

  .booking-summary-card {
    order: 2;
    position: sticky;
    top: 6rem;
  }

  .option-grid,
  .contact-methods,
  .confirmation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .trust-panel {
    padding: clamp(1.2rem, 2.4vw, 1.7rem) clamp(1.4rem, 2.8vw, 2.1rem);
  }

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

  .trust-feature {
    min-height: 6.9rem;
    padding: 0.45rem clamp(1rem, 1.8vw, 1.45rem);
  }

  .trust-feature + .trust-feature {
    border-top: 0;
    border-left: 1px solid rgba(190, 210, 234, 0.72);
  }

  .featured-carousel::before,
  .featured-carousel::after {
    content: none;
  }

  .header-nav-toggle {
    display: none;
  }

  .site-header {
    padding-top: 0.8rem;
  }

  .site-header.is-scrolled,
  .site-header.is-nav-open {
    padding-top: 0.45rem;
  }

  .header-inner {
    gap: clamp(1rem, 1.8vw, 1.8rem);
    min-height: 5.1rem;
    padding: 0.85rem 1.2rem 0.85rem 1.35rem;
    border-radius: 1.8rem;
  }

  .header-nav {
    position: static;
    flex: 1 1 auto;
    margin-left: auto;
    width: auto;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: stretch;
    gap: clamp(0.9rem, 1.4vw, 1.4rem);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .header-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.25rem, 0.9vw, 0.7rem);
    min-width: 0;
  }

  .header-nav a {
    width: auto;
    justify-content: center;
  }

  .header-nav-link {
    min-height: 2.95rem;
    padding: 0.72rem 1.02rem;
    border-color: transparent;
    background: transparent;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: none;
  }

  .header-nav-link::after {
    right: 1rem;
    bottom: 0.46rem;
    left: 1rem;
  }

  .header-nav-link.is-current {
    background: transparent;
    border-color: transparent;
    color: var(--brand-navy);
    box-shadow: none;
  }

  .header-nav-cta {
    min-height: 3.25rem;
    margin-left: 0;
    padding-inline: 1.65rem;
    font-size: 0.96rem;
    font-weight: 800;
    box-shadow:
      0 22px 40px rgba(78, 157, 248, 0.24),
      0 1px 0 rgba(255, 255, 255, 0.34) inset;
  }

  .header-nav-link:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .shoot-modal-panel {
    max-width: min(66rem, 100%);
  }

  .shoot-modal-viewer {
    min-height: 23rem;
    aspect-ratio: 16 / 10;
  }

  .shoot-modal-thumbnails {
    grid-auto-columns: minmax(4.8rem, 5.4rem);
  }

  .hero-section {
    padding-top: 2.4rem;
  }

  .hero-grid {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    border: 1px solid var(--border);
    border-radius: var(--radius-2xl);
    background: var(--surface);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .hero-copy,
  .hero-card {
    min-height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    background: transparent;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    padding: clamp(2.4rem, 4vw, 4rem) 0 clamp(2.4rem, 4vw, 4rem) clamp(2.4rem, 4vw, 4rem);
    overflow: visible;
    background: rgba(255, 255, 255, 0.985);
  }

  .hero-copy::after {
    content: none;
  }

  .hero-copy h1,
  .hero-text,
  .hero-actions,
  .hero-kicker,
  .eyebrow {
    position: relative;
    z-index: 1;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-text {
    max-width: 21rem;
  }

  .hero-card {
    position: relative;
    overflow: visible;
    padding: 0;
  }

  .hero-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(
        90deg,
        #fff 0%,
        rgba(255, 255, 255, 0.82) 10%,
        rgba(255, 255, 255, 0.6) 18%,
        rgba(255, 255, 255, 0.35) 26%,
        rgba(255, 255, 255, 0.18) 34%,
        rgba(255, 255, 255, 0.08) 42%,
        rgba(255, 255, 255, 0) 48%
      );
  }

  .hero-photo {
    min-height: clamp(34rem, 46vw, 42rem);
    border-radius: 0;
  }

  .hero-photo::before {
    content: none;
  }

  .hero-photo img {
    object-position: center 32%;
  }

  .category-track {
    grid-auto-columns: minmax(14.8rem, 1fr);
    gap: 1.25rem;
  }

  .category-card-media {
    height: clamp(13rem, 20vw, 16.25rem);
  }

  .featured-stage {
    height: clamp(33rem, 57vw, 47rem);
  }

  .pricing-grid {
    grid-auto-columns: minmax(16rem, calc((100% - 3rem) / 4));
  }

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

  .mobile-book-button {
    right: 1.3rem;
    bottom: 1.25rem;
    left: auto;
    min-width: 12.75rem;
    padding-inline: 1.55rem;
    border-radius: 999px;
    box-shadow: 0 24px 42px rgba(78, 157, 248, 0.28);
  }
}
