/* ============================================
   WEDDINGS PAGE (/weddings/) - Velvet Cinema
   editorial pass. All page-scoped; no shared
   primitives except svcs-cta (deferred).
   ============================================ */

/* ---------- Section numerals (watermarks) ---------- */

.weddings-page__included,
.weddings-page__brides,
.weddings-page__pricing,
.weddings-page__form {
  position: relative;
  overflow: hidden;
}


/* 01 - HERO: the shared .svcs-hero component (style.css) - one-viewport
   hero matching hair/beauty. No page-scoped hero styles since batch 2. */


/* ============================================
   02 - WHAT'S INCLUDED (cream)
   DOMINANT MOMENT: staggered portrait-aspect
   photo trio with on-photo stylist credits
   ============================================ */
.weddings-page__included {
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.weddings-page__included-inner {
  position: relative;
  z-index: 2;
}

.weddings-page__included-head {
  max-width: 760px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.weddings-page__included-title {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(2rem, 1rem + 3.8vw, 4rem);
  font-weight: 370;
  letter-spacing: -0.012em;
  line-height: 1.06;
  color: var(--color-heading);
  text-wrap: balance;
  margin: var(--space-md) 0;
}

.weddings-page__included-title em {
  font-style: italic;
  font-weight: 460;
  color: var(--color-rose-deep);
}

.weddings-page__included-lead {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  font-weight: var(--weight-light);
  line-height: 1.55;
  color: var(--color-body);
  max-width: 60ch;
  margin: 0;
}

.weddings-page__included-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

@media (min-width: 800px) {
  .weddings-page__included-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2rem, 3.5vw, 3rem);
    align-items: start;
  }
  /* Stagger the middle card down for asymmetric rhythm */
  .weddings-page__pkg--offset {
    transform: translateY(clamp(2rem, 5vw, 4rem));
  }
}

.weddings-page__pkg {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.weddings-page__pkg-figure {
  position: relative; /* anchors the on-photo credit overlay */
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-bg-card);
  box-shadow: var(--shadow-md);
}

.weddings-page__pkg-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform var(--transition-slow);
}

.weddings-page__pkg-figure-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-muted);
  background: linear-gradient(160deg, var(--color-bg-card), var(--color-bg-alt));
}

@media (hover: hover) {
  .weddings-page__pkg:hover .weddings-page__pkg-figure img {
    transform: scale(1.04);
  }
}

.weddings-page__pkg-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.weddings-page__pkg-title {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1rem + 1vw, 1.8rem);
  font-weight: var(--weight-extrabold);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--color-heading);
  margin: 0;
}

.weddings-page__pkg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-full);
  background: color-mix(in srgb, var(--color-rose) 18%, transparent);
  color: var(--color-rose);
  flex-shrink: 0;
}

.weddings-page__pkg-desc {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  line-height: 1.6;
  color: var(--color-body);
  margin: 0;
}


/* ============================================
   03 - REAL K BELLA BRIDES (mosaic + strip)
   DOMINANT MOMENT: one tall hero photo + two
   smaller side photos in an asymmetric editorial
   mosaic
   ============================================ */
.weddings-page__brides {
  padding-block: clamp(3.5rem, 8vw, 7rem);
  background: var(--color-bg);
}

.weddings-page__brides-inner {
  position: relative;
  z-index: 2;
}

.weddings-page__brides-head {
  max-width: 720px;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.weddings-page__brides-title {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(2rem, 1rem + 4vw, 4.5rem);
  font-weight: 370;
  letter-spacing: -0.012em;
  line-height: 1.06;
  color: var(--color-heading);
  text-wrap: balance;
  margin: var(--space-md) 0;
}

.weddings-page__brides-title em {
  font-style: italic;
  font-weight: 460;
  color: var(--color-rose-deep);
}

.weddings-page__brides-text {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  font-weight: var(--weight-light);
  line-height: 1.55;
  color: var(--color-body);
  max-width: 60ch;
  margin: 0;
}

/* Mosaic: hero + 3 side photos */
/* Staggered wall: true 3:4 cells (baked Content Studio tiles - object-fit
   is off-ratio safety only, never a crop-to-fill). Mobile 2-up, desktop
   3-up with even cells nudged down for editorial rhythm. Cell count is
   photo-driven (1-6) and the grid degrades gracefully at any count. */
.weddings-page__brides-wall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

@media (min-width: 800px) {
  .weddings-page__brides-wall {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.75rem);
    /* room for the offset cells below the grid line */
    padding-bottom: clamp(1.5rem, 3vw, 2.75rem);
  }
  /* Drop the MIDDLE COLUMN (3n+2 = cells 2, 5, ...) as a unit for editorial
     rhythm. :nth-child(even) was wrong here: in a 3-col grid even cells are
     2/4/6 = middle-top + left-bottom + right-bottom, so the middle-top cell got
     pushed DOWN onto the middle-bottom cell and overlapped it (translate 2.75rem
     > 1.75rem gap). Offsetting the whole middle column keeps its two cells
     spaced by the grid gap - no overlap at any photo count.
     Transform (not margin) so row height stays uniform; GSAP data-reveal parses
     and preserves an existing CSS transform, so the two coexist. */
  .weddings-page__brides-cell:nth-child(3n+2) {
    transform: translateY(clamp(1.5rem, 3vw, 2.75rem));
  }
}

.weddings-page__brides-cell {
  position: relative; /* anchors the on-photo credit overlay */
  margin: 0;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-bg-card);
  box-shadow: var(--shadow-md);
}

.weddings-page__brides-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition-slow);
}

@media (hover: hover) {
  .weddings-page__brides-cell:hover img {
    transform: scale(1.04);
  }
}

.weddings-page__brides-foot {
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  max-width: none; /* it's a button wrapper, not prose: opt out of the global p{max-width:70ch} cap that otherwise pins this <p> left and throws the centered CTA off-center */
  text-align: center;
}


/* ============================================
   04 - PRICING (cream)
   DOMINANT MOMENT: oversized italic numerals
   for each price/percent
   ============================================ */
.weddings-page__pricing {
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.weddings-page__pricing-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.weddings-page__pricing-head {
  max-width: 720px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.weddings-page__pricing-title {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(1.9rem, 1rem + 3.5vw, 3.8rem);
  font-weight: 370;
  letter-spacing: -0.012em;
  line-height: 1.06;
  color: var(--color-heading);
  text-wrap: balance;
  margin: var(--space-md) 0;
}

.weddings-page__pricing-title em {
  font-style: italic;
  font-weight: 460;
  color: var(--color-rose-deep);
}

.weddings-page__pricing-text {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  font-weight: var(--weight-light);
  line-height: 1.55;
  color: var(--color-body);
  max-width: 60ch;
  margin: 0;
}

.weddings-page__pricing-block {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.weddings-page__pricing-kicker {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin: 0 0 var(--space-lg) 0;
}

.weddings-page__pricing-kicker .ph-icon {
  color: var(--color-rose);
}

.weddings-page__pricing-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.weddings-page__tile {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.weddings-page__tile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--color-rose), var(--color-accent));
  opacity: 0.55;
}

@media (hover: hover) {
  .weddings-page__tile:hover {
    transform: translateY(-2px);
    border-color: var(--color-border-hover);
    box-shadow: var(--shadow-md);
  }
}

.weddings-page__tile-num {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 1rem + 2.5vw, 3.5rem);
  font-weight: var(--weight-black);
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--color-heading);
}

.weddings-page__tile-label {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-rose);
}

.weddings-page__tile-note {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-light);
  line-height: 1.45;
  color: var(--color-body);
}

.weddings-page__pricing-foot {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-light);
  line-height: 1.6;
  color: var(--color-muted);
  max-width: 60ch;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0 0;
  padding-top: clamp(1rem, 2vw, 1.5rem);
  border-top: 1px solid var(--color-border);
}


/* 07 - REVIEWS: the shared _reviews-filtered.php partial renders its own
   full-bleed section (aggregate 4.9 header + cards) at template top level.
   No page-scoped styles - the old wrapper that trapped it in a narrow
   container was removed in the 2026-07 elevation pass. */


/* ============================================
   08 - FORM
   (Refined; keeps existing FormBuilder behavior)
   ============================================ */
.weddings-page__form {
  position: relative;
  isolation: isolate;
  padding-block: clamp(3.5rem, 8vw, 7rem);
  background: var(--color-bg);
}

.weddings-page__form-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 8% 30%, rgba(212, 160, 160, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 92% 70%, color-mix(in srgb, var(--color-accent-glow) 13%, transparent) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

.weddings-page__form-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

@media (min-width: 900px) {
  .weddings-page__form-shell {
    grid-template-columns: 0.85fr 1fr;
    gap: clamp(3rem, 5vw, 5rem);
  }
}

.weddings-page__form-aside {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.weddings-page__form-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  margin: 0;
}

.weddings-page__form-title {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(1.9rem, 1rem + 4vw, 4rem);
  font-weight: 370;
  letter-spacing: -0.012em;
  line-height: 1.06;
  color: var(--color-heading);
  text-wrap: balance;
  margin: 0;
}

.weddings-page__form-title em {
  font-style: italic;
  font-weight: 460;
  color: var(--color-rose-deep);
}

.weddings-page__form-reassurance {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  font-weight: var(--weight-light);
  color: var(--color-body);
  line-height: 1.55;
  max-width: 52ch;
  margin: 0;
}

.weddings-page__form-stats {
  list-style: none;
  padding: 0;
  margin: clamp(0.5rem, 1.5vw, 1rem) 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2vw, 1.75rem);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding-block: clamp(1rem, 2vw, 1.5rem);
}

.weddings-page__form-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}

.weddings-page__form-stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1rem + 1.5vw, 2.25rem);
  font-weight: var(--weight-black);
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--color-rose);
}

.weddings-page__form-stat-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
}

.weddings-page__form-phone {
  display: inline-flex;
  align-items: center;
  gap: var(--space-md);
  padding: clamp(0.85rem, 1.4vw, 1.1rem) clamp(1rem, 1.6vw, 1.35rem);
  border-radius: var(--radius-md);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  text-decoration: none;
  transition: transform var(--transition-smooth), border-color var(--transition-smooth);
  align-self: flex-start;
}

.weddings-page__form-phone .ph-icon {
  color: var(--color-rose);
  flex-shrink: 0;
}

.weddings-page__form-phone span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.weddings-page__form-phone-kicker {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
}

.weddings-page__form-phone-number {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  color: var(--color-heading);
}

@media (hover: hover) {
  .weddings-page__form-phone:hover {
    transform: translateY(-2px);
    border-color: var(--color-border-hover);
  }
}

/* Form wrap */
.weddings-page__form-wrap {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-lg);
}

/* FormBuilder field polish (scoped to this section only) */
/* Honeypot: offscreen, NOT display:none - bots skip display:none fields and
   the trap stops working (same pattern as the svc-form honeypot in style.css).
   The weddings FormBuilder honeypot is the "comments" field; without this rule
   it rendered VISIBLE above the real fields (pre-existing, fixed 2026-07). */
.weddings-page__form-fb #wrap_Inputfield_comments {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.weddings-page__form-fb .InputfieldFieldsetInline,
.weddings-page__form-fb fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* ── Layout: OUR grid replaces FormBuilder's float/inline-width columns.
   FB emits style='width:50%' + float:left on paired fields, which never
   collapses on phones (measured 147px-wide inputs at 375px) and leaves the
   second column's input 25px short of its wrapper. Grid owns the layout:
   one column on phones, two from 640px; message + submit span both.
   !important is deliberate - FB's framework stylesheets load AFTER ours. ── */
.weddings-page__form-fb .Inputfields {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
}

.weddings-page__form-fb .Inputfield {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; /* FB's column-gutter padding indents second-column labels */
  min-width: 0;
}

.weddings-page__form-fb .Inputfield .InputfieldContent {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 640px) {
  .weddings-page__form-fb .Inputfields {
    grid-template-columns: repeat(2, 1fr);
  }
  .weddings-page__form-fb .InputfieldTextarea,
  .weddings-page__form-fb .InputfieldSubmit {
    grid-column: 1 / -1;
  }
}

.weddings-page__form-fb label,
.weddings-page__form-fb .InputfieldHeader {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
  display: block;
  margin-bottom: 0.55em;
  /* FB's framework indents second-column labels with padding-left (~17px) */
  padding: 0 !important;
}

/* FB paints the required asterisk pure #f00 - pull it into the palette. */
.weddings-page__form-fb label::after,
.weddings-page__form-fb .InputfieldHeader::after {
  color: var(--color-rose) !important;
}

/* ── Fields: the site's editorial UNDERLINE language, mirrored from the
   contact/intake forms (.kb-intake in style.css) - transparent fill,
   hairline base, rose underline + soft glow on focus. Boxed fields read
   as stock WordPress (Ben, batch 3b). ── */
.weddings-page__form-fb input[type=text],
.weddings-page__form-fb input[type=email],
.weddings-page__form-fb input[type=tel],
.weddings-page__form-fb input[type=date],
.weddings-page__form-fb input[type=number],
.weddings-page__form-fb select,
.weddings-page__form-fb textarea {
  width: 100% !important; /* the native date input otherwise keeps its ~190px intrinsic width */
  min-width: 0;
  min-height: 44px;
  padding: 0.6rem 0;
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--color-heading);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-border-hover);
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  .weddings-page__form-fb input,
  .weddings-page__form-fb select,
  .weddings-page__form-fb textarea {
    transition: border-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1),
                color 220ms ease;
  }
}

.weddings-page__form-fb textarea {
  min-height: 7.5rem;
  max-height: 18rem;
  resize: vertical;
  line-height: 1.55;
}

.weddings-page__form-fb ::placeholder {
  color: var(--color-muted);
}

/* Native date control: theme the browser-painted parts (calendar icon +
   picker) - the stock icon renders BLACK on the dark theme otherwise. */
.weddings-page__form-fb input[type=date] {
  color-scheme: light;
}

[data-theme="dark"] .weddings-page__form-fb input[type=date] {
  color-scheme: dark;
}

.weddings-page__form-fb input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.65;
  cursor: pointer;
}

/* Empty date/select read as placeholders, not committed values. */
.weddings-page__form-fb input[type=date]:not(:focus):invalid,
.weddings-page__form-fb select:has(option[value='']:checked) {
  color: var(--color-muted);
}

/* Native select FALLBACK (JS off / pre-init): project chevron so it never
   reads as a bare OS dropdown. Once main.js initCustomSelects() runs, the
   native select is hidden (.kb-select-hidden) and the kb-custom-select
   component renders with the rose-bordered portaled dropdown - the SAME
   styled menu the contact/intake forms use. Mirrors .kb-intake select. */
.weddings-page__form-fb select {
  padding-right: 1.75rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23685850' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 12px 12px;
}

[data-theme="dark"] .weddings-page__form-fb select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%236a9aa8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.weddings-page__form-fb select::-ms-expand {
  display: none;
}

/* Hover: rose underline preview (mirrors the intake trigger hover) */
@media (hover: hover) {
  .weddings-page__form-fb select:hover:not(:disabled),
  .weddings-page__form-fb input:hover:not(:disabled),
  .weddings-page__form-fb textarea:hover:not(:disabled) {
    border-bottom-color: color-mix(in srgb, var(--color-rose-deep) 60%, var(--color-border-hover));
  }
}

/* Focus: rose underline doubled by a soft glow (mirrors .kb-intake focus) */
.weddings-page__form-fb input:focus,
.weddings-page__form-fb select:focus,
.weddings-page__form-fb textarea:focus {
  outline: 0;
  border-bottom-color: var(--color-rose-deep);
  box-shadow: 0 1px 0 var(--color-rose-deep),
              0 8px 18px color-mix(in srgb, var(--color-rose-deep) 12%, transparent);
}

[data-theme="dark"] .weddings-page__form-fb input:focus,
[data-theme="dark"] .weddings-page__form-fb select:focus,
[data-theme="dark"] .weddings-page__form-fb textarea:focus {
  box-shadow: 0 1px 0 var(--color-rose-deep),
              0 8px 18px color-mix(in srgb, var(--color-rose-deep) 22%, transparent);
}

/* ── kb-custom-select trigger: the underline aesthetic so the wrapped
   select reads identically to a text input (mirrors .kb-intake trigger).
   The dropdown panel is portaled to <body> and uses the global
   .kb-custom-select__dropdown rules in style.css. ── */
.weddings-page__form-fb .kb-custom-select {
  width: 100%;
}

.weddings-page__form-fb .kb-custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-border-hover);
  border-radius: 0;
  padding: 0.6rem 0;
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--color-heading);
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  .weddings-page__form-fb .kb-custom-select__trigger {
    transition: border-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1),
                color 220ms ease;
  }
}

.weddings-page__form-fb .kb-custom-select__trigger[data-has-value="false"] {
  color: var(--color-muted);
}

.weddings-page__form-fb .kb-custom-select__chevron {
  width: 12px;
  height: 12px;
  color: var(--color-muted);
  flex-shrink: 0;
  margin-left: 0.5rem;
}

@media (prefers-reduced-motion: no-preference) {
  .weddings-page__form-fb .kb-custom-select__chevron {
    transition: transform 240ms ease, color 220ms ease;
  }
}

.weddings-page__form-fb .kb-custom-select__trigger[aria-expanded="true"] .kb-custom-select__chevron {
  transform: rotate(180deg);
  color: var(--color-rose-deep);
}

@media (hover: hover) {
  .weddings-page__form-fb .kb-custom-select__trigger:hover {
    border-bottom-color: var(--color-rose-deep);
  }
}

.weddings-page__form-fb .kb-custom-select__trigger:focus-visible {
  border-bottom-color: var(--color-rose-deep);
  box-shadow: 0 1px 0 var(--color-rose-deep),
              0 8px 18px color-mix(in srgb, var(--color-rose-deep) 12%, transparent);
}

/* Native select's open dropdown (the menu Chrome paints) can't be fully
   restyled in CSS, but we can hint the option font + spacing. Browser
   support varies; this is harmless where ignored. */
.weddings-page__form-fb select option {
  font-family: var(--font-body);
  font-size: var(--text-base);
  padding: 0.5em 0.75em;
  background: var(--color-bg);
  color: var(--color-heading);
}

[data-theme="dark"] .weddings-page__form-fb select option {
  background: var(--color-bg-elevated);
  color: var(--color-heading);
}

/* Submit = the site CTA pill, verbatim from .btn.btn--cta in style.css
   (FormBuilder emits its own btn/btn-primary classes, so the recipe is
   mirrored here rather than composed). Full-width thumb target on phones. */
.weddings-page__form-fb .InputfieldSubmit {
  margin-top: clamp(0.25rem, 1vw, 0.75rem) !important;
}

.weddings-page__form-fb button[type=submit],
.weddings-page__form-fb input[type=submit] {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  width: 100%;
  min-height: 56px;
  padding: 16px 32px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  background: var(--color-rose-deep);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), background var(--transition-fast);
  box-shadow: 0 14px 32px -14px rgba(184, 128, 124, 0.6),
              0 2px 6px rgba(58, 40, 40, 0.10);
}

[data-theme="dark"] .weddings-page__form-fb button[type=submit],
[data-theme="dark"] .weddings-page__form-fb input[type=submit] {
  background: var(--color-accent);
  box-shadow: 0 14px 32px -14px rgba(15, 164, 182, 0.55),
              0 2px 6px rgba(0, 0, 0, 0.20);
}

@media (min-width: 640px) {
  .weddings-page__form-fb button[type=submit],
  .weddings-page__form-fb input[type=submit] {
    width: auto;
    min-width: 240px;
  }
}

.weddings-page__form-fb button[type=submit]:focus-visible,
.weddings-page__form-fb input[type=submit]:focus-visible {
  outline: 2px solid var(--color-heading);
  outline-offset: 3px;
}

@media (hover: hover) {
  .weddings-page__form-fb button[type=submit]:hover,
  .weddings-page__form-fb input[type=submit]:hover {
    transform: translateY(-2px);
    background: #a26d6a;
  }
  [data-theme="dark"] .weddings-page__form-fb button[type=submit]:hover,
  [data-theme="dark"] .weddings-page__form-fb input[type=submit]:hover {
    background: var(--color-accent-hover);
    box-shadow: 0 20px 40px -16px rgba(15, 164, 182, 0.75),
                0 4px 8px rgba(0, 0, 0, 0.25);
  }
}


/* ============================================
   Reduced motion
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .weddings-page__pkg-figure img,
  .weddings-page__brides-cell img,
  .weddings-page__tile,
  .weddings-page__form-phone,
  .weddings-page__form-fb input,
  .weddings-page__form-fb select,
  .weddings-page__form-fb textarea,
  .weddings-page__form-fb button[type=submit] {
    transition: none;
  }
  .weddings-page__pkg--offset { transform: none; }
}
/* ============================================
   04 - SERVICES & PRICING
   Signature package hero card + a la carte
   editorial price list
   ============================================ */
.weddings-page__services {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.weddings-page__services-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.weddings-page__services-head {
  max-width: 720px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.weddings-page__services-title {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(2rem, 1rem + 3.8vw, 4rem);
  font-weight: 370;
  letter-spacing: -0.012em;
  line-height: 1.06;
  color: var(--color-heading);
  text-wrap: balance;
  margin: var(--space-md) 0;
}

.weddings-page__services-title em {
  font-style: italic;
  font-weight: 460;
  color: var(--color-rose-deep);
}

.weddings-page__services-text {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  font-weight: var(--weight-light);
  line-height: 1.55;
  color: var(--color-body);
  max-width: 60ch;
  margin: 0;
}

/* ---------- Signature package: hero card ---------- */
.weddings-page__signature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--color-rose) 14%, var(--color-bg-card)),
    var(--color-bg-card));
  border: 1px solid color-mix(in srgb, var(--color-rose) 28%, transparent);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.weddings-page__signature::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 60% at 100% 0%, rgba(212, 160, 160, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.weddings-page__signature > * { position: relative; z-index: 1; }

@media (min-width: 901px) {
  .weddings-page__signature {
    grid-template-columns: auto 1fr auto;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}

.weddings-page__signature-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--color-rose), var(--color-accent));
  color: #ffffff;
  flex-shrink: 0;
}

.weddings-page__signature-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.weddings-page__signature-kicker {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin: 0;
}

.weddings-page__signature-name {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1rem + 1.8vw, 2.5rem);
  font-weight: var(--weight-extrabold);
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--color-heading);
  margin: 0;
  text-wrap: balance;
}

.weddings-page__signature-tagline {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.1rem);
  font-weight: var(--weight-light);
  line-height: 1.5;
  color: var(--color-body);
  margin: 0 0 var(--space-sm) 0;
  max-width: 56ch;
}

.weddings-page__signature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  /* Two even columns at md+, each item on its OWN cell so a wrapping
     long line never throws off the row baseline. grid-auto-flow: column
     keeps top-to-bottom-then-right visual order, and explicit rows mean
     every row has the same height. */
  grid-template-columns: 1fr;
  gap: 0.45rem 1.5rem;
}

@media (min-width: 700px) {
  .weddings-page__signature-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, minmax(2.4em, auto));
    align-items: start;
  }
}

.weddings-page__signature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55em;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  line-height: 1.4;
  color: var(--color-body);
  break-inside: avoid;
}

.weddings-page__signature-list .ph-icon {
  color: var(--color-rose);
  flex-shrink: 0;
  margin-top: 0.15em;
}

.weddings-page__signature-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  border: 1px solid color-mix(in srgb, var(--color-rose) 25%, transparent);
}

@media (min-width: 901px) {
  .weddings-page__signature-price {
    align-items: flex-end;
    min-width: 200px;
  }
}

.weddings-page__signature-price-num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 1rem + 3.5vw, 4rem);
  font-weight: var(--weight-black);
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--color-link);
}

.weddings-page__signature-price-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
}

.weddings-page__signature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 0.4em;
  margin-top: 0.55rem;
  padding: 0.55em 1em;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.02em;
  color: var(--color-btn-primary-text);
  background: var(--color-btn-primary-bg);
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: transform var(--transition-smooth), background var(--transition-fast);
}

@media (hover: hover) {
  .weddings-page__signature-cta:hover {
    transform: translateY(-2px);
    background: var(--color-accent-hover);
  }
}

/* ---------- A la carte: editorial price list ---------- */
.weddings-page__alacarte {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3vw, 2.5rem);
}

.weddings-page__alacarte-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin: 0;
}

.weddings-page__alacarte-eyebrow .ph-icon { color: var(--color-rose); }

.weddings-page__group {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.weddings-page__group-heading {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.6rem);
  font-weight: var(--weight-extrabold);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--color-heading);
  margin: 0;
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid color-mix(in srgb, var(--color-rose) 35%, transparent);
}

/* Items flow in two columns on desktop so the list doesn't leave a dead
   right half. Rows are name-left / price-right with a SOLID theme-aware
   hairline under each - the old dotted leaders + dashed dividers read as
   the same low-contrast dots (Ben, batch 2). */
.weddings-page__group-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md) clamp(2.5rem, 5vw, 4rem);
}

@media (min-width: 900px) {
  .weddings-page__group-list {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}

.weddings-page__service {
  padding-block: var(--space-sm);
  border-bottom: 1px solid color-mix(in srgb, var(--color-heading) 16%, transparent);
}

.weddings-page__service-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-md);
  margin-bottom: 0.2em;
}

.weddings-page__service-name {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.25rem);
  font-weight: var(--weight-bold);
  color: var(--color-heading);
  letter-spacing: -0.015em;
}

.weddings-page__service-price {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 0.95rem + 0.5vw, 1.35rem);
  font-weight: var(--weight-extrabold);
  font-style: italic;
  letter-spacing: -0.02em;
  color: var(--color-rose-deep);
  white-space: nowrap;
}

.weddings-page__service-note {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-light);
  line-height: 1.45;
  color: var(--color-body);
  margin: 0;
  max-width: 56ch;
}


/* ============================================
   06 - FAQ (cream)
   Accordion-style with editorial numbered prefix
   ============================================ */
.weddings-page__faq {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.weddings-page__faq-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.weddings-page__faq-head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.weddings-page__faq-title {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-size: clamp(1.9rem, 1rem + 3.5vw, 3.8rem);
  font-weight: 370;
  letter-spacing: -0.012em;
  line-height: 1.06;
  color: var(--color-heading);
  text-wrap: balance;
  margin: var(--space-md) 0 0 0;
}

.weddings-page__faq-title em {
  font-style: italic;
  font-weight: 460;
  color: var(--color-rose-deep);
}

.weddings-page__faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.weddings-page__faq-item {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.weddings-page__faq-item:has(details[open]) {
  border-color: color-mix(in srgb, var(--color-rose) 40%, transparent);
  box-shadow: var(--shadow-md);
}

.weddings-page__faq-details summary {
  list-style: none;
  cursor: pointer;
}
.weddings-page__faq-details summary::-webkit-details-marker { display: none; }

.weddings-page__faq-q {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  padding: clamp(1rem, 2vw, 1.5rem);
}

.weddings-page__faq-q-text {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.3rem);
  font-weight: var(--weight-bold);
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--color-heading);
  text-wrap: pretty;
}

.weddings-page__faq-q-icon {
  color: var(--color-rose);
  transition: transform var(--transition-smooth);
}

.weddings-page__faq-details[open] .weddings-page__faq-q-icon {
  transform: rotate(180deg);
}

.weddings-page__faq-a {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  line-height: 1.6;
  color: var(--color-body);
  margin: 0;
  /* Align with the question text (the old extra indent cleared the numeral
     column, removed 2026-07). */
  padding: 0 clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
  max-width: 64ch;
}


/* Reduced motion overrides for new sections */
@media (prefers-reduced-motion: reduce) {
  .weddings-page__faq-item,
  .weddings-page__faq-q-icon,
  .weddings-page__signature-cta {
    transition: none;
  }
}


/* Brides wall photo attribution: the shared photoCredit() overlay
   (.photo-credit--overlay in style.css) - service pill top-right,
   stylist byline bottom-left. No page-scoped overlay styles. */
