/*
Theme Name: Satya Photography
Theme URI: https://satya-photography.in/
Author: Satya Photography
Author URI: https://satya-photography.in/
Description: A premium, customer-first wedding photography experience. Editorial serif display, warm ivory canvas, restrained champagne accents, cinematic image reveals, and an integrated Wedding Photography Advisor that helps couples plan their coverage conversationally — one question at a time.
Version: 3.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: satya-photography
Tags: photography, wedding, portfolio, one-column, custom-colors, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   SATYA PHOTOGRAPHY — DESIGN SYSTEM
   A restrained luxury system. Warm ivory canvas, deep warm ink, one champagne
   accent. Editorial serif display + clean geometric sans. Motion is slow,
   purposeful and hardware-accelerated; nothing moves without a reason.
   ========================================================================== */

:root {
  /* ---- Colour tokens (ivory + deep-indigo system, Satya-branded) ---- */
  --sp-canvas:        #F6F3F0;   /* page background — ivory */
  --sp-surface:       #FFFFFF;   /* cards, containers */
  --sp-sand:          #F5F2EE;   /* alternating band — warm ivory */
  --sp-stone:         #E4DFD8;   /* hairlines, separators */
  --sp-ink:           #313131;   /* headings, primary text — near black */
  --sp-ink-2:         #4B4B4B;   /* body text */
  --sp-ink-3:         #5D5D5D;   /* secondary text */
  --sp-muted:         #707070;   /* captions, metadata */
  --sp-heading:       #555;      /* section headings — reference grey */
  --sp-gold:          #656565;   /* primary accent — reference button grey */
  --sp-gold-soft:     #ECE9E4;   /* light accent — warm grey tint */
  --sp-gold-deep:     #4B4B4B;   /* hover state — deeper grey */
  --sp-deep:          #1E1E1E;   /* footer / dark surfaces — neutral dark */
  --sp-deep-2:        #171717;   /* raised dark surface */
  --sp-brand:         #DF5253;   /* brand coral — the Satya logo mark */
  --sp-brand-deep:    #B93E3F;   /* brand coral hover */
  --sp-error:         #A03A2A;   /* terracotta — errors */
  --sp-success:       #4F6B4A;   /* sage — success */
  --sp-white:         #FFFFFF;

  /* ---- Type scale ---- */
  --sp-f-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sp-f-body:    "Mulish", "Helvetica Neue", system-ui, sans-serif;
  --sp-f-sans:    "Mulish", "Helvetica Neue", system-ui, sans-serif;

  --sp-text-xs:  0.75rem;
  --sp-text-sm:  0.875rem;
  --sp-text-base:1.0625rem;
  --sp-text-lg:  1.1875rem;
  --sp-text-xl:  1.375rem;
  --sp-text-2xl: clamp(1.6rem, 3.2vw, 2.15rem);
  --sp-text-3xl: clamp(1.65rem, 3.1vw, 2.3rem);   /* card names — reference 36px */
  --sp-text-4xl: clamp(2rem, 4.4vw, 3.15rem);    /* section heads — reference 50px */
  --sp-text-5xl: clamp(2.9rem, 7.5vw, 6.25rem);  /* hero — reference 100px */

  --sp-leading-tight:  1.2;
  --sp-leading-snug:   1.22;
  --sp-leading-normal: 1.62;

  --sp-tracking-label: 0.16em;
  --sp-tracking-wide:  0.08em;

  /* ---- Motion ---- */
  --sp-ease-out:     cubic-bezier(0.22, 1, 0.36, 1);
  --sp-ease-in-out:  cubic-bezier(0.65, 0, 0.35, 1);
  --sp-fast:   180ms;
  --sp-base:   300ms;
  --sp-slow:   600ms;
  --sp-slower: 900ms;

  /* ---- Shape & depth ---- */
  --sp-radius-sm:   8px;
  --sp-radius:      14px;
  --sp-radius-lg:   22px;
  --sp-radius-full: 999px;
  --sp-radius-pill: 300px;   /* KnotsbyAMP pill buttons */

  --sp-shadow-soft: 0 1px 2px rgba(38, 33, 25, 0.05), 0 12px 32px -12px rgba(38, 33, 25, 0.18);
  --sp-shadow-lift: 0 2px 4px rgba(38, 33, 25, 0.06), 0 24px 48px -16px rgba(38, 33, 25, 0.26);
  --sp-ring: 0 0 0 3px rgba(180, 147, 79, 0.35);

  /* ---- Layout ---- */
  --sp-container: 85.375rem;  /* 1366px max-width */
  --sp-container-narrow: 48rem;
  --sp-gutter: clamp(1.25rem, 4vw, 2.5rem);
  --sp-section: clamp(4.5rem, 9vw, 8.5rem);
  --sp-header-h: 5rem;
}

/* ==========================================================================
   BASE
   ========================================================================== */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-base);
  line-height: var(--sp-leading-normal);
  color: var(--sp-ink-2);
  background: var(--sp-canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Brand indigo text selection — a quiet nod to the identity colour. */
::selection { background: var(--sp-gold-soft); color: var(--sp-ink); }

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

a { color: var(--sp-gold-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sp-ink); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sp-f-display);
  font-weight: 400;
  line-height: var(--sp-leading-tight);
  color: var(--sp-heading);
  margin: 0 0 0.6em;
  text-wrap: balance;
}

h1 { font-size: var(--sp-text-5xl); font-weight: 500; letter-spacing: -0.01em; }
h2 { font-size: var(--sp-text-4xl); }
h3 { font-size: var(--sp-text-3xl); }
h4 { font-size: var(--sp-text-2xl); }
h5 { font-size: var(--sp-text-xl); }
h6 { font-size: var(--sp-text-lg); }

p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: 0.35em; }

::selection { background: var(--sp-gold-soft); color: var(--sp-ink); }

:focus-visible {
  outline: 2px solid var(--sp-gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -999px; top: 0;
  z-index: 200;
  background: var(--sp-ink);
  color: var(--sp-canvas);
  padding: 0.9rem 1.4rem;
  border-radius: 0 0 var(--sp-radius-sm) 0;
  font-size: var(--sp-text-sm);
  font-weight: 500;
}
.skip-link:focus { left: 0; color: var(--sp-canvas); }

/* ==========================================================================
   LAYOUT HELPERS
   ========================================================================== */

.sp-container {
  width: 100%;
  max-width: var(--sp-container);
  margin-inline: auto;
  padding-inline: var(--sp-gutter);
}

.sp-container-narrow { max-width: var(--sp-container-narrow); }

.sp-section { padding-block: var(--sp-section); }
.sp-section--sand { background: var(--sp-sand); }
.sp-section--deep { background: var(--sp-deep); color: #D8D0C2; }
.sp-section--deep h1, .sp-section--deep h2, .sp-section--deep h3 { color: var(--sp-canvas); }

.sp-section-head { max-width: 44rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.sp-section-head__text { color: var(--sp-ink-3); max-width: 40rem; margin-inline: auto; }
.sp-section-head--center { margin-inline: auto; text-align: center; }

.sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  font-size: var(--sp-text-xs);
  font-weight: 600;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 1.1rem;
}
.sp-eyebrow::before {
  content: "";
  width: 2.2rem; height: 1px;
  background: currentColor;
  opacity: 0.7;
}
.sp-section-head--center .sp-eyebrow::before { display: none; }

.sp-lead {
  font-size: var(--sp-text-xl);
  line-height: var(--sp-leading-snug);
  color: var(--sp-ink-2);
  font-weight: 300;
  max-width: 40rem;
}

.sp-muted { color: var(--sp-muted); }
.sp-center { text-align: center; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.sp-btn {
  --sp-btn-bg: var(--sp-ink);
  --sp-btn-fg: var(--sp-canvas);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  min-height: 2.9rem;
  padding: 0.8rem 1.9rem;
  border-radius: var(--sp-radius-pill);
  background: var(--sp-btn-bg);
  color: var(--sp-btn-fg);
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-sm);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--sp-fast) var(--sp-ease-out),
              color var(--sp-fast) var(--sp-ease-out),
              border-color var(--sp-fast) var(--sp-ease-out),
              opacity var(--sp-fast) var(--sp-ease-out);
}
.sp-btn:hover { color: var(--sp-btn-fg); background: var(--sp-gold-deep); border-color: var(--sp-gold-deep); }
.sp-btn:active { opacity: 0.85; }

/* Primary CTA — deep indigo (the brand identity colour) with ivory
   text; the arrow nudges on hover and the fill deepens. White-on-indigo
   stays comfortably above 6:1 contrast. */
.sp-btn--gold { --sp-btn-bg: var(--sp-gold); --sp-btn-fg: var(--sp-canvas); }
.sp-btn--gold::after {
  content: "";
  flex: 0 0 auto;
  width: 1.05rem; height: 1.05rem;
  margin-left: 0.55rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform var(--sp-base) var(--sp-ease-out);
}
.sp-btn--gold:hover::after { transform: translateX(4px); }

.sp-btn--ghost { --sp-btn-bg: transparent; --sp-btn-fg: var(--sp-ink); border-color: rgba(54, 48, 42, 0.4); }
.sp-btn--ghost:hover { --sp-btn-bg: var(--sp-gold); --sp-btn-fg: var(--sp-canvas); border-color: var(--sp-gold); }

.sp-btn--light { --sp-btn-bg: var(--sp-canvas); --sp-btn-fg: var(--sp-ink); }
.sp-btn--light:hover { background: var(--sp-sand); border-color: var(--sp-sand); color: var(--sp-ink); }

.sp-btn--sm { min-height: 2.5rem; padding: 0.55rem 1.15rem; font-size: var(--sp-text-xs); }
.sp-btn--sm::after { width: 1.6rem; height: 1.6rem; background-size: 0.8rem; }
.sp-btn--lg { min-height: 3.6rem; padding: 1.05rem 2.1rem; font-size: var(--sp-text-base); }
.sp-btn--block { width: 100%; }
.sp-btn[disabled] { opacity: 0.5; cursor: not-allowed; transform: none; }

/* Underline text link */
.sp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: var(--sp-text-sm);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sp-ink);
  text-decoration: none;
  position: relative;
}
.sp-text-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform var(--sp-base) var(--sp-ease-out);
  opacity: 0.6;
}
.sp-text-link:hover::after { transform: scaleX(1); opacity: 1; }
.sp-text-link:hover { color: var(--sp-gold-deep); }
.sp-text-link--light { color: var(--sp-canvas); }

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */

.sp-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  height: var(--sp-header-h);
  display: flex;
  align-items: center;
  background: var(--sp-canvas);
  border-bottom: 1px solid var(--sp-stone);
  transition: box-shadow var(--sp-base) var(--sp-ease-out);
}
.sp-header.is-scrolled { box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08); }
.sp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1;
  text-decoration: none;
  color: var(--sp-ink);
}
.sp-brand__mark {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: var(--sp-radius-sm);
  transition: transform 0.5s var(--sp-ease-out), filter 0.5s var(--sp-ease-out);
}
.sp-brand:hover .sp-brand__mark {
  transform: scale(1.06) rotate(-3deg);
  filter: drop-shadow(0 6px 14px rgba(17, 17, 17, 0.18));
}

/* Brand mark entrance — one soft rise, de-blur, matching the hero language.
   Uses backwards fill so the entrance plays only at load and the hover
   transform above keeps working afterwards. Reduced motion is handled by the
   global prefers-reduced-motion rule. */
.js .sp-brand__mark {
  animation: sp-brand-rise 0.9s var(--sp-ease-out) 0.08s backwards;
}
@keyframes sp-brand-rise {
  from { opacity: 0; transform: translateY(8px); filter: blur(5px); }
  to   { opacity: 1; transform: none; filter: blur(0); }
}
.sp-brand__text {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}
.sp-brand__name {
  font-family: var(--sp-f-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}
.sp-brand__tag {
  font-family: var(--sp-f-sans);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--sp-muted);
  line-height: 1;
}
.sp-footer__brand .sp-brand__mark {
  width: 3rem;
  height: 3rem;
}

.sp-nav { display: flex; align-items: center; gap: 0.15rem; }
.sp-nav__menu { display: flex; align-items: center; gap: 0.1rem; list-style: none; margin: 0; padding: 0; }
.sp-nav__menu a {
  display: inline-block;
  padding: 0.55rem 0.68rem;
  font-family: var(--sp-f-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--sp-ink-2);
  text-decoration: none;
  border-radius: 2px;
  transition: color var(--sp-fast), background var(--sp-fast);
}
.sp-nav__menu a:hover { color: var(--sp-ink); background: var(--sp-sand); }
.sp-nav__menu .current-menu-item > a,
.sp-nav__menu .current_page_item > a { color: var(--sp-ink); }
.sp-nav__cta { margin-left: 1rem; }

/* Services mega-menu */
.sp-nav__menu .menu-item-has-children { position: relative; }
.sp-nav__menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.sp-nav__menu .menu-item-has-children > a::after {
  content: "";
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.55;
  transition: transform var(--sp-fast) var(--sp-ease-out), opacity var(--sp-fast);
}
.sp-nav__menu .menu-item-has-children:hover > a::after,
.sp-nav__menu .menu-item-has-children:focus-within > a::after,
.sp-nav__menu .menu-item-has-children.is-open > a::after {
  transform: translateY(1px) rotate(225deg);
  opacity: 1;
}
.sp-nav__menu .sub-menu {
  position: absolute;
  top: calc(100% + 0.9rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 26rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 0.15rem;
  padding: 0.75rem;
  margin: 0;
  list-style: none;
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--sp-base) var(--sp-ease-out), transform var(--sp-base) var(--sp-ease-out), visibility var(--sp-base);
  z-index: 60;
}
.sp-nav__menu .menu-item-has-children:hover > .sub-menu,
.sp-nav__menu .menu-item-has-children:focus-within > .sub-menu,
.sp-nav__menu .menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
/* Invisible bridge across the gap so the panel never closes while the
   cursor travels from the parent item down to the menu. */
.sp-nav__menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: -0.75rem;
  right: -0.75rem;
  height: 0.9rem;
}
.sp-nav__menu .sub-menu li {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.32s var(--sp-ease-out), transform 0.32s var(--sp-ease-out);
}
.sp-nav__menu .menu-item-has-children:hover > .sub-menu li,
.sp-nav__menu .menu-item-has-children:focus-within > .sub-menu li,
.sp-nav__menu .menu-item-has-children.is-open > .sub-menu li {
  opacity: 1;
  transform: none;
}
.sp-nav__menu .sub-menu li:nth-child(2) { transition-delay: 0.035s; }
.sp-nav__menu .sub-menu li:nth-child(3) { transition-delay: 0.07s; }
.sp-nav__menu .sub-menu li:nth-child(4) { transition-delay: 0.105s; }
.sp-nav__menu .sub-menu li:nth-child(5) { transition-delay: 0.14s; }
.sp-nav__menu .sub-menu li:nth-child(6) { transition-delay: 0.175s; }
.sp-nav__menu .sub-menu li:nth-child(7) { transition-delay: 0.21s; }
.sp-nav__menu .sub-menu li:nth-child(8) { transition-delay: 0.245s; }
.sp-nav__menu .sub-menu li:nth-child(9) { transition-delay: 0.28s; }
.sp-nav__menu .sub-menu li:nth-child(10) { transition-delay: 0.315s; }
.sp-nav__menu .sub-menu li:nth-child(11) { transition-delay: 0.35s; }
.sp-nav__menu .sub-menu li:nth-child(12) { transition-delay: 0.385s; }
.sp-nav__menu .sub-menu a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.55rem 0.8rem;
  font-family: var(--sp-f-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
}
.sp-nav__menu .sub-menu a:hover {
  color: var(--sp-ink);
  background: var(--sp-sand);
}

/* Mobile nav */
.sp-nav-toggle {
  display: none;
  width: 2.9rem; height: 2.9rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-full);
  background: var(--sp-surface);
  cursor: pointer;
}
.sp-nav-toggle__bars { position: relative; width: 18px; height: 12px; }
.sp-nav-toggle__bars span {
  position: absolute; left: 0;
  width: 100%; height: 1.6px;
  background: var(--sp-ink);
  transition: transform var(--sp-base) var(--sp-ease-out), opacity var(--sp-base);
}
.sp-nav-toggle__bars span:nth-child(1) { top: 0; }
.sp-nav-toggle__bars span:nth-child(2) { top: 5px; }
.sp-nav-toggle__bars span:nth-child(3) { top: 10px; }
.sp-nav-toggle[aria-expanded="true"] .sp-nav-toggle__bars span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.sp-nav-toggle[aria-expanded="true"] .sp-nav-toggle__bars span:nth-child(2) { opacity: 0; }
.sp-nav-toggle[aria-expanded="true"] .sp-nav-toggle__bars span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 960px) {
  .sp-nav-toggle { display: inline-flex; }
  .sp-nav {
    position: fixed;
    inset: var(--sp-header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem var(--sp-gutter) 1.5rem;
    background: var(--sp-surface);
    border-bottom: 1px solid var(--sp-stone);
    box-shadow: var(--sp-shadow-soft);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform var(--sp-base) var(--sp-ease-out), opacity var(--sp-base), visibility var(--sp-base);
  }
  .sp-nav.is-open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; }
  .sp-nav__menu { flex-direction: column; align-items: stretch; gap: 0; }
  .sp-nav__menu a { padding: 0.85rem 0.4rem; font-size: 0.9rem; border-radius: 2px; }
  /* Services mega-menu becomes an always-open, indented list */
  .sp-nav__menu .menu-item-has-children { position: static; }
  .sp-nav__menu .menu-item-has-children > a::after { display: none; }
  .sp-nav__menu .sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.1rem 0 0.7rem 1.15rem;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 0;
    border-left: 1px solid var(--sp-stone);
    border-radius: 0;
    box-shadow: none;
  }
  .sp-nav__menu .sub-menu li {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0s !important;
  }
  .sp-nav__menu .sub-menu a {
    padding: 0.6rem 0.4rem;
    font-size: var(--sp-text-base);
    font-weight: 450;
    white-space: normal;
    border-radius: var(--sp-radius-sm);
  }
  .sp-nav__menu .sub-menu a::before { display: none; }
  .sp-nav__menu .sub-menu::before { display: none; }
  .sp-nav__cta { margin: 1rem 0 0; }
  .sp-nav__cta .sp-btn { width: 100%; }
}

/* Desktop nav fits the full bar. */
@media (min-width: 961px) {
  .sp-nav-toggle { display: none; }
  .sp-nav__menu { display: flex; }
}

/* ==========================================================================
   HERO
   ========================================================================== */

.sp-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--sp-canvas);
}
.sp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sp-hero__media img, .sp-hero__media video {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: sp-hero-zoom 14s var(--sp-ease-out) forwards;
}
@keyframes sp-hero-zoom { from { transform: scale(1.12); } to { transform: scale(1.06); } }
.sp-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(20, 18, 30, 0.66) 0%, rgba(20, 18, 30, 0.3) 40%, rgba(20, 18, 30, 0.44) 100%),
    linear-gradient(to right, rgba(20, 18, 30, 0.38) 0%, rgba(20, 18, 30, 0.1) 60%);
}
.sp-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 62rem;
  margin-inline: auto;
  text-align: center;
  padding-block: clamp(7rem, 16vh, 11rem) clamp(4rem, 10vh, 7rem);
}
.sp-hero__mark {
  width: clamp(3.2rem, 6vw, 4.6rem);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin-inline: auto;
  margin-bottom: 1.2rem;
  display: block;
  opacity: 0;
  transform: translateY(16px) scale(0.94);
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.35));
}
.sp-hero__eyebrow {
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.4rem;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(8px);
}
.sp-hero__title {
  display: block;
  font-size: clamp(2.9rem, 7.5vw, 6.25rem);
  font-weight: 500;
  line-height: 1.06;
  color: var(--sp-canvas);
  max-width: 26ch;
  text-wrap: balance;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(26px);
  filter: blur(10px);
}
.sp-hero__title em {
  font-style: italic;
}
.sp-hero__sub {
  max-width: 40rem;
  margin-inline: auto;
  font-size: var(--sp-text-lg);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2.4rem;
  opacity: 0;
  transform: translateY(22px);
  filter: blur(8px);
}
.sp-hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem; opacity: 0; transform: translateY(22px); filter: blur(8px); }
.sp-hero.is-ready .sp-hero__mark,
.sp-hero.is-ready .sp-hero__eyebrow,
.sp-hero.is-ready .sp-hero__title:not(.sp-hero__title--slide),
.sp-hero.is-ready .sp-hero__sub,
.sp-hero.is-ready .sp-hero__actions {
  animation: sp-rise 0.9s var(--sp-ease-out) forwards;
}
.sp-hero.is-ready .sp-hero__mark {
  animation: sp-rise 0.9s var(--sp-ease-out) forwards, sp-mark-float 5s var(--sp-ease-out) 1.6s infinite;
}
.sp-hero.is-ready .sp-hero__title { animation-delay: 0.08s; }
.sp-hero.is-ready .sp-hero__sub  { animation-delay: 0.18s; }
.sp-hero.is-ready .sp-hero__actions { animation-delay: 0.3s; }
@keyframes sp-rise { to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes sp-mark-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}

/* Hero collection slides (banner slider captions) */
.sp-hero__slides {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.2rem;
  opacity: 0;
  transform: translateY(22px);
}
.sp-hero.is-ready .sp-hero__slides { animation: sp-rise 0.9s var(--sp-ease-out) 0.42s forwards; }
.sp-hero__slide {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-lg);
  font-style: italic;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.45rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--sp-radius-full);
  background: rgba(20, 18, 30, 0.25);
  backdrop-filter: blur(4px);
}

/* ==========================================================================
   QUOTE BAND (transparent band)
   ========================================================================== */

.sp-quote-band { background: var(--sp-canvas); text-align: center; }
.sp-quote-band blockquote { margin: 0 auto; max-width: 46rem; }
.sp-quote-band blockquote p {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-3xl);
  font-style: italic;
  line-height: 1.35;
  color: var(--sp-heading);
  margin: 0;
}

/* ==========================================================================
   REVEAL (scroll-triggered)
   ========================================================================== */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(6px);
  transition: opacity 0.9s var(--sp-ease-out), transform 0.9s var(--sp-ease-out), filter 0.9s var(--sp-ease-out);
  transition-delay: var(--sp-delay, 0ms);
  will-change: opacity, transform;
}
.js [data-reveal].is-revealed { opacity: 1; transform: none; filter: none; }
[data-reveal="fade"] { transform: none; }
[data-reveal="scale"] { transform: scale(0.97); }

/* No-JS fallback: nothing hidden, nothing animated. */
html:not(.js) [data-reveal],
html:not(.js) .sp-hero__eyebrow,
html:not(.js) .sp-hero__title,
html:not(.js) .sp-hero__sub,
html:not(.js) .sp-hero__actions {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

/* ==========================================================================
   INTRO / SPLIT SECTIONS
   ========================================================================== */

.sp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.sp-split__media { position: relative; }
.sp-split__media .sp-frame { width: 100%; aspect-ratio: 4 / 5; }
.sp-split--reverse .sp-split__media { order: 2; }

.sp-frame {
  position: relative;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: var(--sp-sand);
}
.sp-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--sp-ease-out); }
.sp-frame:hover img { transform: scale(1.045); }

.sp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid var(--sp-stone);
  padding-top: 2rem;
}
.sp-stat__value {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-4xl);
  color: var(--sp-ink);
  line-height: 1;
}
.sp-stat__label {
  font-size: var(--sp-text-xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-top: 0.5rem;
}

/* ==========================================================================
   WORK / GALLERY GRIDS
   ========================================================================== */

.sp-grid { display: grid; gap: clamp(1rem, 2.5vw, 1.75rem); }
.sp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sp-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sp-grid--masonry { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) {
  .sp-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .sp-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .sp-grid--3, .sp-grid--4 { grid-template-columns: 1fr; }
  .sp-grid--masonry { grid-template-columns: 1fr; }
}

.sp-card {
  position: relative;
  display: block;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: var(--sp-sand);
  text-decoration: none;
  box-shadow: var(--sp-shadow-soft);
  transition: transform var(--sp-base) var(--sp-ease-out), box-shadow var(--sp-base) var(--sp-ease-out);
}
.sp-card:hover { transform: translateY(-4px); box-shadow: var(--sp-shadow-lift); }
.sp-card__media { aspect-ratio: 4 / 5; overflow: hidden; }
.sp-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--sp-ease-out);
}
.sp-card:hover .sp-card__media img { transform: scale(1.05); }
.sp-card__media--wide { aspect-ratio: 16 / 10; }
.sp-card__media--square { aspect-ratio: 1 / 1; }
.sp-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  background: linear-gradient(to top, rgba(33, 28, 21, 0.78) 0%, rgba(33, 28, 21, 0.12) 55%, transparent 100%);
  opacity: 0;
  transition: opacity var(--sp-base) var(--sp-ease-out);
}
.sp-card:hover .sp-card__overlay { opacity: 1; }
.sp-card__overlay h3, .sp-card__overlay p { color: var(--sp-canvas); margin: 0; }
.sp-card__overlay h3 { font-size: var(--sp-text-2xl); margin-bottom: 0.3rem; }
.sp-card__overlay p { font-size: var(--sp-text-sm); color: rgba(250, 247, 241, 0.85); }
.sp-card__caption { padding: 1rem 0.3rem 0.2rem; }
.sp-card__caption h3 { font-size: var(--sp-text-xl); margin-bottom: 0.25rem; }
.sp-card__caption p { font-size: var(--sp-text-sm); color: var(--sp-muted); margin: 0; }

/* ==========================================================================
   STORY CARDS
   ========================================================================== */

.sp-story-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--sp-ease-out); }
.sp-story-card:hover .sp-story-card__media img { transform: scale(1.05); }
.sp-story-card__loc {
  position: absolute;
  left: 1rem; bottom: 1rem;
  font-size: var(--sp-text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sp-canvas);
  background: rgba(33, 28, 21, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 0.45rem 0.85rem;
  border-radius: var(--sp-radius-full);
}
.sp-story-card__meta { font-size: var(--sp-text-sm); color: var(--sp-muted); }

/* ==========================================================================
   TESTIMONIALS / LOVE NOTES
   ========================================================================== */

.sp-post-meta__culture a {
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: var(--sp-gold-deep);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.sp-post-meta__culture a:hover { color: var(--sp-ink); }

.sp-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.75rem 2.25rem; }
@media (max-width: 960px) { .sp-quotes { grid-template-columns: 1fr; } }
/* Editorial pull-quotes — no card chrome, like the reference's quote bands. */
.sp-quote {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.sp-quote__mark { font-family: var(--sp-f-display); font-size: 3.4rem; line-height: 0.6; color: var(--sp-gold); height: 1.2rem; }
.sp-quote__text {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-xl);
  line-height: var(--sp-leading-snug);
  color: var(--sp-ink);
  font-style: italic;
  margin: 0;
}
.sp-quote__who { font-size: var(--sp-text-sm); padding-top: 1.1rem; border-top: 1px solid var(--sp-stone); }
.sp-quote__who strong { display: block; color: var(--sp-ink); font-weight: 600; }
.sp-quote__who span { color: var(--sp-muted); }

/* ==========================================================================
   FAQ
   ========================================================================== */

.sp-faq { max-width: 52rem; margin-inline: auto; }
.sp-faq__item {
  border-bottom: 1px solid var(--sp-stone);
}
.sp-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0.25rem;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-xl);
  color: var(--sp-ink);
  text-align: left;
}
.sp-faq__q:hover { color: var(--sp-gold-deep); }
.sp-faq__icon {
  flex: 0 0 auto;
  width: 2rem; height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sp-stone);
  border-radius: 50%;
  font-size: 1.1rem;
  font-family: var(--sp-f-body);
  font-weight: 400;
  transition: transform var(--sp-base) var(--sp-ease-out), background var(--sp-base), color var(--sp-base);
}
.sp-faq__item[aria-expanded="true"] > .sp-faq__q .sp-faq__icon,
.sp-faq__item.is-open > .sp-faq__q .sp-faq__icon { transform: rotate(45deg); background: var(--sp-gold); color: var(--sp-ink); }
.sp-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--sp-base) var(--sp-ease-in-out);
}
.sp-faq__a > div { overflow: hidden; }
.sp-faq__item.is-open .sp-faq__a { grid-template-rows: 1fr; }
.sp-faq__a-inner { padding: 0 2.6rem 1.5rem 0.25rem; color: var(--sp-ink-3); max-width: 44rem; }
.sp-faq__a-inner p:last-child { margin-bottom: 0; }

/* ==========================================================================
   PITCH BAND (KnotsbyAMP S1 — opening statement)
   ========================================================================== */

.sp-pitch { background: var(--sp-canvas); }
.sp-pitch__inner { max-width: 60rem; margin-inline: auto; text-align: center; }
.sp-pitch__inner h2 { font-size: var(--sp-text-4xl); margin-bottom: 1.2rem; }
.sp-pitch__text { max-width: 44rem; margin-inline: auto; color: var(--sp-ink-3); }
.sp-pitch__text p:last-child { margin-bottom: 0; }
.sp-pitch__actions { margin: 2rem 0 0; }
.sp-pitch__actions .sp-btn { margin-top: 0.5rem; }

/* ==========================================================================
   PHOTO STRIP GALLERY (KnotsbyAMP S4 — full-bleed strip)
   ========================================================================== */

.sp-gallery-strip { padding-block: 0; }
.sp-gallery-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(0.4rem, 0.8vw, 0.75rem);
}
.sp-gallery-strip__item { margin: 0; overflow: hidden; }
.sp-gallery-strip__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.8s var(--sp-ease-out), filter 0.8s var(--sp-ease-out);
}
.sp-gallery-strip__item:hover img { transform: scale(1.06); filter: saturate(1.08); }
@media (max-width: 960px) { .sp-gallery-strip__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .sp-gallery-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 0.4rem; } }
@media (max-width: 900px) { .sp-timeline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sp-timeline { grid-template-columns: 1fr; } }

/* ==========================================================================
   BLOG CARDS — journal (READ OUR BLOG)
   ========================================================================== */

.sp-blog-card {
  display: block;
  text-decoration: none;
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius);
  overflow: hidden;
  transition: transform var(--sp-base) var(--sp-ease-out), box-shadow var(--sp-base) var(--sp-ease-out);
}
.sp-blog-card:hover { transform: translateY(-4px); box-shadow: var(--sp-shadow-soft); }
.sp-blog-card__media { overflow: hidden; aspect-ratio: 16 / 10; }
.sp-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--sp-ease-out); }
.sp-blog-card:hover .sp-blog-card__media img { transform: scale(1.05); }
.sp-blog-card__body { padding: 1.4rem 1.5rem 1.6rem; }
.sp-blog-card__date { font-family: var(--sp-f-sans); font-size: var(--sp-text-xs); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sp-muted); }
.sp-blog-card__body h3 { font-size: var(--sp-text-xl); margin: 0.45rem 0 0.5rem; }
.sp-blog-card__body p { color: var(--sp-ink-3); font-size: var(--sp-text-sm); margin-bottom: 0.9rem; }

/* ==========================================================================
   MILESTONE TIMELINE (MILESTONE)
   ========================================================================== */

.sp-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  counter-reset: sp-tl;
}
.sp-timeline__item {
  position: relative;
  padding-top: 2.4rem;
}
.sp-timeline__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--sp-gold), var(--sp-stone));
}
.sp-timeline__item::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sp-gold);
  box-shadow: 0 0 0 4px var(--sp-gold-soft);
}
.sp-timeline__year {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-3xl);
  font-weight: 600;
  color: var(--sp-gold);
  display: block;
  margin-bottom: 0.35rem;
}
.sp-timeline__card p { color: var(--sp-ink-3); margin: 0; }

/* ==========================================================================
   FINAL CTA — full-bleed image band (KnotsbyAMP S9)
   ========================================================================== */

.sp-cta-band {
  position: relative;
  padding-block: clamp(6rem, 12vw, 11rem);
  background: var(--sp-deep);
  color: var(--sp-canvas);
  text-align: center;
  overflow: hidden;
}
.sp-cta-band__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sp-cta-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.sp-cta-band__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(20, 18, 30, 0.78) 0%, rgba(20, 18, 30, 0.45) 55%, rgba(20, 18, 30, 0.6) 100%);
}
.sp-cta-band__inner {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  margin-inline: auto;
}
.sp-cta-band__mark {
  width: clamp(3rem, 6vw, 4rem);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin-inline: auto;
  margin-bottom: 1.4rem;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.45));
}
.sp-cta-band h2 { color: var(--sp-canvas); font-size: var(--sp-text-4xl); }
.sp-cta-band .sp-eyebrow { color: rgba(250, 247, 241, 0.8); }
.sp-cta-band p { color: rgba(250, 247, 241, 0.85); font-weight: 300; }
.sp-cta-band__actions { margin: 2rem 0 0; }
.sp-cta-band__actions .sp-btn { margin-top: 0.5rem; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.sp-footer {
  background: var(--sp-deep);
  color: rgba(255, 255, 255, 0.78);
  border-top: 0;
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
}
.sp-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 900px) { .sp-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sp-footer__grid { grid-template-columns: 1fr; } }
.sp-footer h4 {
  font-family: var(--sp-f-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.2rem;
}
.sp-footer a { color: rgba(255, 255, 255, 0.74); text-decoration: none; }
.sp-footer a:hover { color: #fff; text-decoration: underline; }
.sp-footer__about { max-width: 22rem; font-size: var(--sp-text-sm); line-height: 1.75; }
.sp-footer__brand .sp-brand__name { color: var(--sp-canvas); }
.sp-footer__brand .sp-brand__tag { color: var(--sp-gold-soft); }
.sp-footer__menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.sp-footer__menu a { font-size: 0.92rem; }
.sp-footer__contact li { list-style: none; margin-bottom: 0.8rem; font-size: 0.92rem; display: flex; gap: 0.6rem; align-items: flex-start; color: rgba(255, 255, 255, 0.7); }
.sp-footer__contact svg { width: 1.05rem; height: 1.05rem; stroke: rgba(255, 255, 255, 0.5); flex: 0 0 auto; margin-top: 0.2rem; }
.sp-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: var(--sp-text-xs);
  color: rgba(255, 255, 255, 0.5);
}
.sp-footer__legal { display: flex; gap: 1.4rem; }
.sp-footer__legal a { color: rgba(255, 255, 255, 0.55); }
.sp-footer__legal a:hover { color: #fff; }

/* Social icon row — inherits currentColor (light on the dark footer, ink on
   the contact page). Icons are links with screen-reader labels. */
.sp-social { display: inline-flex; gap: 0.9rem; align-items: center; }
.sp-social a {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  transition: color var(--sp-fast) var(--sp-ease-out), background var(--sp-fast) var(--sp-ease-out), border-color var(--sp-fast) var(--sp-ease-out), transform var(--sp-fast) var(--sp-ease-out);
}
.sp-social a svg { width: 1.05rem; height: 1.05rem; }
.sp-social a:hover {
  color: #fff;
  background: var(--sp-brand);
  border-color: var(--sp-brand);
  transform: translateY(-2px);
  text-decoration: none;
}
.sp-footer .sp-social a { color: rgba(255, 255, 255, 0.72); text-decoration: none; }
.sp-footer .sp-social a:hover { text-decoration: none; }
.sp-contact__direct .sp-social { margin-top: 1.1rem; }
.sp-contact__direct .sp-social a { color: var(--sp-ink-3); border-color: var(--sp-stone); }
.sp-contact__direct .sp-social a:hover { color: #fff; border-color: var(--sp-brand); }

/* ==========================================================================
   PAGES — PAGE HERO (interior pages)
   ========================================================================== */

.sp-page-hero {
  padding-top: calc(var(--sp-header-h) + clamp(3.5rem, 8vw, 6.5rem));
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background: var(--sp-canvas);
  border-bottom: 1px solid var(--sp-stone);
}
.sp-page-hero--media {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  background: var(--sp-deep);
  color: var(--sp-canvas);
  border: 0;
  overflow: hidden;
}
.sp-page-hero--media .sp-page-hero__bg { position: absolute; inset: 0; }
.sp-page-hero--media .sp-page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }
.sp-page-hero--media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(33, 28, 21, 0.75), rgba(33, 28, 21, 0.12));
}
.sp-page-hero--media .sp-container { position: relative; z-index: 1; }
.sp-page-hero--media h1 { color: var(--sp-canvas); }
.sp-page-hero--media .sp-eyebrow { color: var(--sp-gold-soft); }
.sp-page-hero--media .sp-lead { color: rgba(250, 247, 241, 0.85); }
.sp-page-hero--media .sp-breadcrumbs { color: rgba(250, 247, 241, 0.6); }
.sp-page-hero--media .sp-breadcrumbs a { color: rgba(250, 247, 241, 0.75); }
.sp-page-hero--media .sp-breadcrumbs a:hover { color: #fff; }
.sp-breadcrumbs {
  font-size: var(--sp-text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.sp-breadcrumbs a { color: var(--sp-muted); text-decoration: none; }
.sp-breadcrumbs a:hover { color: var(--sp-ink); }

/* ==========================================================================
   CONTENT (editor content)
   ========================================================================== */

.sp-content { max-width: 46rem; }
.sp-content h2, .sp-content h3 { margin-top: 1.8em; }
.sp-content img { border-radius: var(--sp-radius); }
.sp-content blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.4rem;
  border-left: 2px solid var(--sp-gold);
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-2xl);
  font-style: italic;
  color: var(--sp-ink);
}
.sp-content figure { margin: 2rem 0; }
.sp-content figcaption { font-size: var(--sp-text-sm); color: var(--sp-muted); margin-top: 0.6rem; }

/* ==========================================================================
   FORMS
   ========================================================================== */

.sp-form { display: grid; gap: 1.4rem; }
.sp-field { display: grid; gap: 0.45rem; }
.sp-field label {
  font-size: var(--sp-text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-ink-2);
}
.sp-field input[type="text"],
.sp-field input[type="tel"],
.sp-field input[type="email"],
.sp-field input[type="date"],
.sp-field input[type="number"],
.sp-field textarea,
.sp-field select {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 1rem;
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-base);
  color: var(--sp-ink);
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-sm);
  transition: border-color var(--sp-fast), box-shadow var(--sp-fast);
}
.sp-field textarea { min-height: 8rem; resize: vertical; }
.sp-field input:focus, .sp-field textarea:focus, .sp-field select:focus {
  outline: none;
  border-color: var(--sp-gold);
  box-shadow: var(--sp-ring);
}
.sp-field__hint { font-size: var(--sp-text-sm); color: var(--sp-muted); }
.sp-field__error { font-size: var(--sp-text-sm); color: var(--sp-error); font-weight: 500; }
.sp-field.has-error input, .sp-field.has-error textarea { border-color: var(--sp-error); }
.sp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 620px) { .sp-form-row { grid-template-columns: 1fr; } }
.sp-note { font-size: var(--sp-text-sm); color: var(--sp-muted); display: flex; gap: 0.5rem; align-items: flex-start; }
.sp-note svg { flex: 0 0 auto; margin-top: 0.15rem; }

/* ==========================================================================
   BLOG / JOURNAL
   ========================================================================== */

.sp-post-card { text-decoration: none; display: block; }
.sp-post-card__media {
  aspect-ratio: 16 / 10;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: var(--sp-sand);
  margin-bottom: 1rem;
}
.sp-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--sp-ease-out); }
.sp-post-card:hover .sp-post-card__media img { transform: scale(1.05); }
.sp-post-card__date { font-size: var(--sp-text-xs); letter-spacing: 0.12em; text-transform: uppercase; color: var(--sp-gold-deep); margin-bottom: 0.5rem; }
.sp-post-card h3 { font-size: var(--sp-text-2xl); margin-bottom: 0.4rem; }
.sp-post-card p { color: var(--sp-muted); font-size: var(--sp-text-sm); margin: 0; }

.sp-post-hero { padding-bottom: 2.5rem; border-bottom: 1px solid var(--sp-stone); margin-bottom: 3rem; }
.sp-post-hero .sp-breadcrumbs { margin-bottom: 1rem; }
.sp-post-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: var(--sp-text-sm); color: var(--sp-muted); }

/* Pagination */
.sp-pagination { display: flex; gap: 0.6rem; justify-content: center; margin-top: 3.5rem; }
.sp-pagination .page-numbers {
  min-width: 2.7rem; height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-full);
  color: var(--sp-ink-2);
  text-decoration: none;
  font-size: var(--sp-text-sm);
}
.sp-pagination .page-numbers.current { background: var(--sp-ink); color: var(--sp-canvas); border-color: var(--sp-ink); }
.sp-pagination .page-numbers:hover { border-color: var(--sp-gold); }

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */

.sp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(21, 17, 12, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--sp-base) var(--sp-ease-out), visibility var(--sp-base);
}
.sp-lightbox.is-open { opacity: 1; visibility: visible; }
.sp-lightbox__img { max-width: 90vw; max-height: 86vh; border-radius: var(--sp-radius); box-shadow: var(--sp-shadow-lift); }
.sp-lightbox__caption { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: rgba(250,247,241,0.85); font-size: var(--sp-text-sm); }
.sp-lightbox__close, .sp-lightbox__prev, .sp-lightbox__next {
  position: absolute;
  background: rgba(250, 247, 241, 0.08);
  border: 1px solid rgba(250, 247, 241, 0.25);
  color: var(--sp-canvas);
  width: 3rem; height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: background var(--sp-fast);
}
.sp-lightbox__close:hover, .sp-lightbox__prev:hover, .sp-lightbox__next:hover { background: rgba(250, 247, 241, 0.2); }
.sp-lightbox__close { top: 1.4rem; right: 1.4rem; }
.sp-lightbox__prev { left: 1.4rem; top: 50%; transform: translateY(-50%); }
.sp-lightbox__next { right: 1.4rem; top: 50%; transform: translateY(-50%); }

/* ==========================================================================
   FILMS
   ========================================================================== */

/* ==========================================================================
   FILM CARDS — CAPTION + WATCH
   ========================================================================== */

.sp-film-card { text-decoration: none; display: block; }
.sp-film-card__cap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.9rem;
}
.sp-film-card__title { font-family: var(--sp-f-display); font-size: var(--sp-text-xl); color: var(--sp-ink); margin: 0; }
.sp-film-card:hover .sp-film-card__title { color: var(--sp-gold-deep); }
.sp-film-card__watch {
  flex: 0 0 auto;
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: var(--sp-muted);
  border-bottom: 1px solid var(--sp-stone);
  transition: color var(--sp-fast), border-color var(--sp-fast);
}
.sp-film-card:hover .sp-film-card__watch { color: var(--sp-ink); border-color: var(--sp-ink); }

/* ==========================================================================
   STORY CARDS — BODY / EXCERPT
   ========================================================================== */

.sp-story-card { text-decoration: none; display: block; }
.sp-story-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: var(--sp-sand);
  margin-bottom: 0;
  display: block;
}
.sp-story-card__media img { transition: transform 0.9s var(--sp-ease-out); }
.sp-story-card:hover .sp-story-card__media img { transform: scale(1.05); }
.sp-story-card__body { padding-top: 1.1rem; text-align: center; }
.sp-story-card__dest {
  display: block;
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 0.35rem;
}
.sp-story-card__names { font-family: var(--sp-f-display); font-size: var(--sp-text-2xl); color: var(--sp-ink); margin-bottom: 0.3rem; }
.sp-story-card__names a { color: inherit; text-decoration: none; }
.sp-story-card:hover .sp-story-card__names a { color: var(--sp-gold-deep); }
.sp-story-card__excerpt {
  font-size: var(--sp-text-sm);
  line-height: 1.7;
  color: var(--sp-ink-3);
  margin-bottom: 0.7rem;
}

/* ==========================================================================
   WEDDING CULTURE CARDS (By Culture)
   ========================================================================== */

.sp-culture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 960px) { .sp-culture-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sp-culture-grid { grid-template-columns: 1fr; } }

.sp-culture-card {
  position: relative;
  display: block;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: var(--sp-deep);
  text-decoration: none;
  aspect-ratio: 4 / 3;
  box-shadow: var(--sp-shadow-soft);
}
.sp-culture-card__media {
  position: absolute;
  inset: 0;
}
.sp-culture-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 1.2s var(--sp-ease-out), opacity var(--sp-base);
}
.sp-culture-card:hover .sp-culture-card__media img { transform: scale(1.05); opacity: 0.6; }
.sp-culture-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 18, 30, 0.82) 0%, rgba(20, 18, 30, 0.25) 55%, rgba(20, 18, 30, 0.05) 100%);
}
.sp-culture-card__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}
.sp-culture-card__name {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-2xl);
  color: var(--sp-canvas);
  margin-bottom: 0.25rem;
}
.sp-culture-card__count {
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.sp-culture-card__desc {
  font-size: var(--sp-text-sm);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0.5rem 0 0;
}
.sp-culture-card__link {
  margin-top: 0.9rem;
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: var(--sp-canvas);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  align-self: flex-start;
  transition: border-color var(--sp-fast);
}
.sp-culture-card:hover .sp-culture-card__link { border-color: var(--sp-canvas); }

/* Related cultures strip (culture archives) */
.sp-culture-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.6rem;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 3.5rem) var(--sp-gutter);
  border-top: 1px solid var(--sp-stone);
  border-bottom: 1px solid var(--sp-stone);
}
.sp-culture-nav__label {
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: var(--sp-muted);
}
.sp-culture-nav a {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-lg);
  color: var(--sp-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--sp-fast), color var(--sp-fast);
}
.sp-culture-nav a:hover { color: var(--sp-gold-deep); border-color: currentColor; }

/* ==========================================================================
   FEATURED STORY (culture archive)
   ========================================================================== */

.sp-featured-story {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  text-decoration: none;
}
@media (max-width: 860px) { .sp-featured-story { grid-template-columns: 1fr; } }
.sp-featured-story__media {
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--sp-sand);
}
.sp-featured-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--sp-ease-out);
}
.sp-featured-story:hover .sp-featured-story__media img { transform: scale(1.04); }
.sp-featured-story__body h2 {
  font-size: var(--sp-text-4xl);
  color: var(--sp-ink);
  margin-bottom: 0.4rem;
}
.sp-featured-story__meta {
  font-size: var(--sp-text-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 1.4rem;
}

/* ==========================================================================
   TEAM
   ========================================================================== */

.sp-team {
  text-align: center;
  padding: 2rem 1.5rem;
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-lg);
  background: var(--sp-surface);
  transition: border-color var(--sp-base), transform var(--sp-base) var(--sp-ease-out);
}
.sp-team:hover { border-color: var(--sp-ink); transform: translateY(-3px); }
.sp-team__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem; height: 4.5rem;
  border-radius: 50%;
  background: var(--sp-ink);
  color: var(--sp-canvas);
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-2xl);
  margin-bottom: 1rem;
}
.sp-team h3 { font-size: var(--sp-text-2xl); margin-bottom: 0.2rem; }
.sp-team p { font-size: var(--sp-text-sm); color: var(--sp-muted); margin: 0; }

/* ==========================================================================
   QUOTES LIST (testimonials page)
   ========================================================================== */

.sp-quotes--list { grid-template-columns: 1fr; gap: 2.5rem; max-width: 52rem; margin-inline: auto; }
.sp-quote--full .sp-quote__text { font-size: var(--sp-text-2xl); }

/* ==========================================================================
   CALLOUT
   ========================================================================== */

.sp-callout {
  background: var(--sp-sand);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-lg);
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}
.sp-callout h2 { margin-bottom: 0.5rem; }
.sp-callout p { color: var(--sp-ink-3); max-width: 40rem; margin-inline: auto; }

/* ==========================================================================
   FILMS
   ========================================================================== */

.sp-film-card { text-decoration: none; display: block; }
.sp-film-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: var(--sp-deep);
}
.sp-film-card__media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: transform 1.1s var(--sp-ease-out), opacity var(--sp-base); }
.sp-film-card:hover .sp-film-card__media img { transform: scale(1.04); opacity: 0.7; }
.sp-film-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-film-card__play span {
  width: 4.4rem; height: 4.4rem;
  border-radius: 50%;
  background: rgba(250, 247, 241, 0.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(250, 247, 241, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-canvas);
  transition: transform var(--sp-base) var(--sp-ease-out), background var(--sp-base);
}
.sp-film-card:hover .sp-film-card__play span { transform: scale(1.08); background: var(--sp-gold); color: var(--sp-ink); border-color: transparent; }
.sp-film-card__play svg { width: 1.5rem; height: 1.5rem; margin-left: 3px; }
.sp-film-card__meta { font-size: var(--sp-text-sm); color: var(--sp-muted); }

/* Video modal */
.sp-video-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(21, 17, 12, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-gutter);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--sp-base) var(--sp-ease-out), visibility var(--sp-base);
}
.sp-video-modal.is-open { opacity: 1; visibility: visible; }
.sp-video-modal__frame { position: relative; width: min(64rem, 100%); }
.sp-video-modal iframe, .sp-video-modal video { width: 100%; aspect-ratio: 16 / 9; border-radius: var(--sp-radius); border: 0; background: #000; }
.sp-video-modal__close {
  position: absolute;
  top: -3.4rem; right: 0;
  background: none;
  border: 0;
  color: var(--sp-canvas);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: var(--sp-text-xs);
  font-weight: 600;
}

/* ==========================================================================
   ADVISOR — LAUNCH & MODAL
   ========================================================================== */

.sp-advisor-fab {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 3.4rem;
  padding: 0.7rem 1.3rem;
  border-radius: var(--sp-radius-full);
  background: var(--sp-ink);
  color: var(--sp-canvas);
  border: 0;
  cursor: pointer;
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-sm);
  font-weight: 500;
  letter-spacing: 0.05em;
  box-shadow: var(--sp-shadow-lift);
  transition: transform var(--sp-fast) var(--sp-ease-out), background var(--sp-fast);
}
.sp-advisor-fab:hover { transform: translateY(-3px); background: var(--sp-brand-deep); color: var(--sp-canvas); }
.sp-advisor-fab__mark {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
  opacity: 0.95;
  transition: transform var(--sp-fast) var(--sp-ease-out);
}
.sp-advisor-fab:hover .sp-advisor-fab__mark { transform: scale(1.12) rotate(-6deg); }
.sp-advisor-fab__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--sp-brand);
  animation: sp-pulse 2.4s infinite;
}
@keyframes sp-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

/* Invitation toast */
.sp-invite {
  position: fixed;
  right: 1.4rem;
  bottom: 5.6rem;
  z-index: 96;
  width: min(23rem, calc(100vw - 2.8rem));
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-lg);
  box-shadow: var(--sp-shadow-lift);
  padding: 1.4rem;
  transform: translateY(16px);
  opacity: 0;
  visibility: hidden;
  transition: transform var(--sp-base) var(--sp-ease-out), opacity var(--sp-base), visibility var(--sp-base);
}
.sp-invite.is-open { transform: none; opacity: 1; visibility: visible; }
.sp-invite__title { font-family: var(--sp-f-display); font-size: var(--sp-text-xl); color: var(--sp-ink); margin-bottom: 0.4rem; }
.sp-invite p { font-size: var(--sp-text-sm); color: var(--sp-ink-3); margin-bottom: 1.1rem; }
.sp-invite__actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.sp-invite__dismiss {
  background: none;
  border: 0;
  color: var(--sp-muted);
  cursor: pointer;
  font-size: var(--sp-text-sm);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Advisor modal shell */
.sp-advisor {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--sp-base) var(--sp-ease-out), visibility var(--sp-base);
}
.sp-advisor.is-open { opacity: 1; visibility: visible; }
.sp-advisor__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 28, 21, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.sp-advisor__panel {
  position: relative;
  width: min(72rem, 100%);
  height: min(88vh, 52rem);
  background: var(--sp-canvas);
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  box-shadow: var(--sp-shadow-lift);
  display: grid;
  grid-template-columns: 1fr 20rem;
  transform: translateY(18px) scale(0.985);
  transition: transform var(--sp-base) var(--sp-ease-out);
}
.sp-advisor.is-open .sp-advisor__panel { transform: none; }
.sp-advisor__close {
  position: absolute;
  top: 0.9rem; right: 0.9rem;
  z-index: 12;
  width: 2.7rem; height: 2.7rem;
  border-radius: 50%;
  border: 1px solid var(--sp-stone);
  background: var(--sp-surface);
  color: var(--sp-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: background var(--sp-fast), transform var(--sp-fast);
}
.sp-advisor__close:hover { background: var(--sp-ink); color: var(--sp-canvas); }

/* Conversation column */
.sp-advisor__convo {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.sp-advisor__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.sp-advisor__atmosphere img {
  position: absolute;
  inset: -6% 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  opacity: 0.16;
  filter: blur(10px) saturate(0.85);
  transform: scale(1.08);
  transition: opacity var(--sp-slower) var(--sp-ease-in-out);
}
.sp-advisor__atmosphere img.is-off { opacity: 0; }
.sp-advisor__atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--sp-canvas) 0%, rgba(250, 247, 241, 0.55) 100%);
}
.sp-advisor__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid rgba(230, 220, 203, 0.8);
  background: rgba(250, 247, 241, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.sp-advisor__avatar {
  width: 2.7rem; height: 2.7rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sp-brand), var(--sp-brand-deep));
  color: var(--sp-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sp-f-display);
  font-size: 1.25rem;
  font-weight: 600;
  flex: 0 0 auto;
  overflow: hidden;
}
.sp-advisor__avatar img {
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
}
.sp-advisor__who { line-height: 1.2; }
.sp-advisor__who strong { display: block; font-family: var(--sp-f-display); font-size: 1.05rem; color: var(--sp-ink); }
.sp-advisor__who span { font-size: var(--sp-text-xs); color: var(--sp-muted); }
.sp-advisor__steps {
  margin-left: auto;
  font-size: var(--sp-text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sp-muted);
  font-variant-numeric: tabular-nums;
}

/* Chat body */
.sp-chat {
  position: relative;
  z-index: 1;
  flex: 1;
  overflow-y: auto;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  scroll-behavior: smooth;
}
.sp-msg { max-width: 88%; display: flex; flex-direction: column; gap: 0.35rem; }
.sp-msg--bot { align-self: flex-start; }
.sp-msg--user { align-self: flex-end; align-items: flex-end; }
.sp-msg__bubble {
  padding: 0.85rem 1.15rem;
  border-radius: var(--sp-radius-lg);
  font-size: var(--sp-text-base);
  line-height: 1.5;
  animation: sp-msg-in 0.45s var(--sp-ease-out) both;
}
@keyframes sp-msg-in { from { opacity: 0; transform: translateY(10px); filter: blur(4px); } to { opacity: 1; transform: none; filter: blur(0); } }
.sp-msg--bot .sp-msg__bubble {
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-bottom-left-radius: 6px;
  color: var(--sp-ink-2);
}
.sp-msg--user .sp-msg__bubble {
  background: var(--sp-ink);
  color: var(--sp-canvas);
  border-bottom-right-radius: 6px;
}
.sp-msg__meta { font-size: var(--sp-text-xs); color: var(--sp-muted); padding-inline: 0.4rem; }

/* Answer area */
.sp-answer {
  position: relative;
  z-index: 1;
  padding: 1rem 1.4rem 1.2rem;
  border-top: 1px solid var(--sp-stone);
  background: rgba(250, 247, 241, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.sp-answer__label {
  font-size: var(--sp-text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sp-gold-deep);
  margin-bottom: 0.7rem;
}

/* Choice cards */
.sp-choices { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.sp-choice {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.9rem;
  padding: 0.6rem 1.15rem;
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-full);
  background: var(--sp-surface);
  color: var(--sp-ink-2);
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-sm);
  font-weight: 500;
  cursor: pointer;
  transition: border-color var(--sp-fast), background var(--sp-fast), color var(--sp-fast), transform var(--sp-fast);
}
.sp-choice:hover { border-color: var(--sp-gold); transform: translateY(-1px); }
.sp-choice[aria-pressed="true"], .sp-choice.is-selected {
  background: var(--sp-ink);
  border-color: var(--sp-ink);
  color: var(--sp-canvas);
}
.sp-choice.is-selected .sp-choice__check { opacity: 1; }
.sp-choice__check { opacity: 0; font-size: 0.85rem; }

/* Event cards */
.sp-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; max-height: 21rem; overflow-y: auto; padding-right: 0.3rem; }
.sp-event {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: var(--sp-radius);
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--sp-sand);
  cursor: pointer;
  padding: 0;
  transition: border-color var(--sp-fast), transform var(--sp-fast);
}
.sp-event img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: transform 0.8s var(--sp-ease-out), opacity var(--sp-fast); }
.sp-event:hover img { transform: scale(1.05); }
.sp-event::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(33, 28, 21, 0.82) 0%, rgba(33, 28, 21, 0.1) 55%);
}
.sp-event__label {
  position: absolute;
  z-index: 1;
  left: 0.75rem; bottom: 0.65rem;
  color: var(--sp-canvas);
  font-family: var(--sp-f-display);
  font-size: 1.15rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.sp-event__check {
  position: absolute;
  z-index: 1;
  top: 0.65rem; right: 0.65rem;
  width: 1.7rem; height: 1.7rem;
  border-radius: 50%;
  background: rgba(250, 247, 241, 0.2);
  border: 1px solid rgba(250, 247, 241, 0.6);
  color: var(--sp-canvas);
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--sp-fast), background var(--sp-fast);
}
.sp-event.is-selected { border-color: var(--sp-gold); }
.sp-event.is-selected .sp-event__check { opacity: 1; background: var(--sp-gold); color: var(--sp-ink); border-color: var(--sp-gold); }

/* Guest count stepper */
.sp-stepper { display: flex; align-items: center; gap: 0.8rem; flex-wrap: wrap; }
.sp-stepper__btn {
  width: 2.9rem; height: 2.9rem;
  border-radius: 50%;
  border: 1px solid var(--sp-stone);
  background: var(--sp-surface);
  color: var(--sp-ink);
  font-size: 1.2rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--sp-fast), border-color var(--sp-fast);
}
.sp-stepper__btn:hover { border-color: var(--sp-gold); background: var(--sp-gold-soft); }
.sp-stepper__val {
  min-width: 4.5rem;
  text-align: center;
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-2xl);
  color: var(--sp-ink);
  font-variant-numeric: tabular-nums;
}

/* Chips for preselected ranges */
.sp-chip-row { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.sp-chip {
  padding: 0.5rem 1rem;
  border-radius: var(--sp-radius-full);
  border: 1px solid var(--sp-stone);
  background: var(--sp-surface);
  color: var(--sp-ink-2);
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-sm);
  cursor: pointer;
  transition: all var(--sp-fast);
}
.sp-chip:hover { border-color: var(--sp-gold); }
.sp-chip.is-selected { background: var(--sp-ink); color: var(--sp-canvas); border-color: var(--sp-ink); }

/* Education blocks (candid vs traditional) */
.sp-educate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 0.7rem;
}
.sp-educate__card {
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius);
  padding: 1.1rem;
  font-size: var(--sp-text-sm);
  color: var(--sp-ink-3);
  line-height: 1.55;
}
.sp-educate__card strong { display: block; font-family: var(--sp-f-display); font-size: 1.15rem; color: var(--sp-ink); margin-bottom: 0.3rem; }
.sp-educate__card.is-soft { opacity: 0.75; }

/* Why this recommendation? */
.sp-why {
  margin-top: 0.7rem;
  font-size: var(--sp-text-sm);
}
.sp-why__toggle {
  background: none;
  border: 0;
  padding: 0;
  color: var(--sp-gold-deep);
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-sm);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.sp-why__body {
  margin-top: 0.6rem;
  padding: 0.9rem 1rem;
  background: var(--sp-sand);
  border-radius: var(--sp-radius-sm);
  color: var(--sp-ink-3);
  font-size: var(--sp-text-sm);
  line-height: 1.55;
  display: none;
}
.sp-why.is-open .sp-why__body { display: block; animation: sp-msg-in 0.35s var(--sp-ease-out) both; }

/* Summary panel */
.sp-summary {
  background: var(--sp-deep);
  color: #C9C1B2;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-left: 1px solid rgba(230, 220, 203, 0.12);
}
.sp-summary__head {
  padding: 1.4rem 1.3rem 1rem;
  border-bottom: 1px solid rgba(250, 247, 241, 0.1);
}
.sp-summary__head h3 {
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-xs);
  font-weight: 600;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: var(--sp-gold-soft);
  margin: 0 0 0.3rem;
}
.sp-summary__head p { margin: 0; font-size: var(--sp-text-sm); color: #9a9183; }
.sp-summary__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.1rem 1.3rem;
}
.sp-summary__group { margin-bottom: 1.3rem; }
.sp-summary__group-title {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d8575;
  margin-bottom: 0.5rem;
}
.sp-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: var(--sp-text-sm);
  padding: 0.28rem 0;
}
.sp-summary__row span:first-child { color: #9a9183; }
.sp-summary__row span:last-child { color: #E4DCCB; text-align: right; }
.sp-summary__empty { font-size: var(--sp-text-sm); color: #8d8575; font-style: italic; }
.sp-summary__total {
  border-top: 1px solid rgba(250, 247, 241, 0.14);
  margin-top: 0.6rem;
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: var(--sp-text-sm);
}
.sp-summary__total strong {
  font-family: var(--sp-f-display);
  font-size: 1.5rem;
  color: var(--sp-canvas);
  font-weight: 600;
}
.sp-summary__edit {
  background: none;
  border: 0;
  padding: 0;
  color: var(--sp-gold-soft);
  font-size: var(--sp-text-xs);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sp-summary__foot {
  padding: 1.1rem 1.3rem 1.4rem;
  border-top: 1px solid rgba(250, 247, 241, 0.1);
}

/* Advisor: inline text input */
.sp-answer__input {
  display: flex;
  gap: 0.6rem;
}
.sp-answer__input input {
  flex: 1;
  min-height: 3.2rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-full);
  background: var(--sp-surface);
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-base);
  color: var(--sp-ink);
}
.sp-answer__input input:focus { outline: none; border-color: var(--sp-gold); box-shadow: var(--sp-ring); }
.sp-answer__send {
  width: 3.2rem; height: 3.2rem;
  border-radius: 50%;
  border: 0;
  background: var(--sp-ink);
  color: var(--sp-canvas);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--sp-fast), transform var(--sp-fast);
}
.sp-answer__send:hover { background: var(--sp-gold-deep); transform: translateY(-1px); }
.sp-answer__send svg { width: 1.15rem; height: 1.15rem; }
.sp-answer__hint { margin-top: 0.6rem; font-size: var(--sp-text-sm); color: var(--sp-muted); }
.sp-answer__hint button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--sp-gold-deep);
  cursor: pointer;
  font-size: var(--sp-text-sm);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Review state */
.sp-review { display: grid; gap: 1.6rem; max-height: 100%; overflow-y: auto; padding-right: 0.3rem; }
.sp-review__card {
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius);
  padding: 1.3rem;
}
.sp-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
.sp-review__head h4 { margin: 0; font-size: var(--sp-text-xl); }
.sp-review__list { display: grid; gap: 0.45rem; }
.sp-review__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: var(--sp-text-sm);
  color: var(--sp-ink-3);
  padding: 0.35rem 0;
  border-bottom: 1px dashed var(--sp-stone);
}
.sp-review__row span:last-child { color: var(--sp-ink-2); text-align: right; font-weight: 500; }
.sp-review__edit { color: var(--sp-gold-deep); font-size: var(--sp-text-sm); background: none; border: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

/* Confirmation */
.sp-done { text-align: center; padding: 2rem 1rem; max-width: 30rem; margin-inline: auto; }
.sp-done__mark {
  width: 4.6rem; height: 4.6rem;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  background: var(--sp-success);
  color: var(--sp-canvas);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  animation: sp-pop 0.6s var(--sp-ease-out) both;
}
@keyframes sp-pop { from { transform: scale(0.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.sp-done h3 { font-size: var(--sp-text-3xl); }
.sp-done p { color: var(--sp-ink-3); }

/* Typing indicator */
.sp-typing { display: inline-flex; gap: 0.3rem; align-items: center; padding: 0.85rem 1.15rem; }
.sp-typing span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sp-muted);
  animation: sp-blink 1.2s infinite both;
}
.sp-typing span:nth-child(2) { animation-delay: 0.18s; }
.sp-typing span:nth-child(3) { animation-delay: 0.36s; }
@keyframes sp-blink { 0%, 80%, 100% { opacity: 0.25; } 40% { opacity: 1; } }

/* ==========================================================================
   ADVISOR — RESPONSIVE
   ========================================================================== */

@media (max-width: 820px) {
  .sp-advisor { padding: 0; align-items: stretch; }
  .sp-advisor__panel {
    width: 100%;
    height: 100dvh;
    border-radius: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .sp-summary {
    border-left: 0;
    border-top: 1px solid rgba(230, 220, 203, 0.12);
    max-height: 34vh;
  }
  .sp-summary__body { display: flex; gap: 1.4rem; overflow-x: auto; padding: 0.9rem 1.1rem; }
  .sp-summary__group { min-width: 11rem; margin-bottom: 0; }
  .sp-summary__head { display: none; }
  .sp-summary__foot { display: none; }
  .sp-event-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-educate { grid-template-columns: 1fr; }
  .sp-advisor__close { background: rgba(250, 247, 241, 0.9); }
}

/* ==========================================================================
   PAGINATION, MISC, UTILITIES
   ========================================================================== */

.aligncenter { margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wp-caption { max-width: 100%; }
.sp-empty {
  text-align: center;
  padding: 4rem 1.5rem;
  color: var(--sp-muted);
  border: 1px dashed var(--sp-stone);
  border-radius: var(--sp-radius-lg);
}

/* Error page */
.sp-404 { text-align: center; padding-block: 8rem 6rem; }
.sp-404__code { font-family: var(--sp-f-display); font-size: clamp(4rem, 12vw, 8rem); color: var(--sp-gold); line-height: 1; }

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
  .sp-hero__media img { animation: none; transform: none; }
}

/* ==========================================================================
   PAGE UTILITIES (interior templates)
   ========================================================================== */

body.sp-lock { overflow: hidden; }

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

.sp-section--tint { background: var(--sp-sand); }

.sp-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 720px) { .sp-grid--2 { grid-template-columns: 1fr; } }

/* Interior hero variants */
.sp-page-hero--advisor { background: linear-gradient(180deg, var(--sp-sand), var(--sp-canvas)); border-bottom-color: transparent; }
.sp-page-hero--media .sp-breadcrumbs,
.sp-page-hero--media .sp-breadcrumbs a { color: rgba(250, 247, 241, 0.78); }
.sp-page-hero--media .sp-post-meta { color: rgba(250, 247, 241, 0.85); }

/* ==========================================================================
   ABOUT / TRUST / CALLOUTS
   ========================================================================== */

.sp-trust {
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-lg);
  padding: 1.8rem;
  box-shadow: var(--sp-shadow-soft);
}
.sp-trust__num {
  display: inline-block;
  font-family: var(--sp-f-display);
  font-size: 1.3rem;
  color: var(--sp-gold);
  margin-bottom: 0.9rem;
}
.sp-trust h3 { font-size: var(--sp-text-xl); margin-bottom: 0.5rem; }
.sp-trust p { font-size: var(--sp-text-sm); color: var(--sp-ink-3); margin: 0; }

.sp-callout {
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-left: 3px solid var(--sp-gold);
  border-radius: var(--sp-radius);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--sp-shadow-soft);
}
.sp-callout h3 { font-size: var(--sp-text-2xl); margin-bottom: 0.5rem; }
.sp-callout p { color: var(--sp-ink-3); max-width: 38rem; margin-inline: auto; }
.sp-callout .sp-btn { margin-top: 0.6rem; }

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.sp-contact {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 860px) { .sp-contact { grid-template-columns: 1fr; } }
.sp-contact__side h2 { font-size: var(--sp-text-3xl); }
.sp-contact__side p { color: var(--sp-ink-3); }
.sp-contact__direct { margin-top: 2.4rem; padding-top: 1.8rem; border-top: 1px solid var(--sp-stone); }
.sp-contact__direct h3 { font-size: var(--sp-text-xl); }
.sp-contact__direct .sp-footer__contact { padding: 0; }
.sp-contact__direct .sp-footer__contact svg { stroke: var(--sp-gold-deep); }
.sp-contact__direct .sp-footer__contact a { color: var(--sp-ink-2); }
.sp-contact__direct .sp-footer__contact a:hover { color: var(--sp-gold-deep); }
.sp-contact__form {
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-lg);
  padding: 2rem;
  box-shadow: var(--sp-shadow-soft);
}

/* Contact form (lightweight, non-fieldset variant used on the contact page) */
.sp-form { display: grid; gap: 1.2rem; }
.sp-form p { margin: 0; }
.sp-form label {
  display: block;
  font-size: var(--sp-text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-ink-2);
  margin-bottom: 0.4rem;
}
.sp-form input[type="text"],
.sp-form input[type="tel"],
.sp-form input[type="email"],
.sp-form select,
.sp-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.95rem;
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-base);
  color: var(--sp-ink);
  background: var(--sp-canvas);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-sm);
  transition: border-color var(--sp-fast), box-shadow var(--sp-fast);
}
.sp-form textarea { min-height: 7rem; resize: vertical; }
.sp-form input:focus, .sp-form select:focus, .sp-form textarea:focus {
  outline: none;
  border-color: var(--sp-gold);
  box-shadow: var(--sp-ring);
}
.sp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 560px) { .sp-form__row { grid-template-columns: 1fr; } }
.sp-form__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}
.sp-form__status {
  padding: 0.9rem 1.1rem;
  border-radius: var(--sp-radius-sm);
  font-size: var(--sp-text-sm);
  font-weight: 500;
}
.sp-form__status.is-ok { background: rgba(79, 107, 74, 0.12); color: var(--sp-success); }
.sp-form__status.is-error { background: rgba(160, 58, 42, 0.1); color: var(--sp-error); }

/* ==========================================================================
   SEARCH
   ========================================================================== */

.sp-search {
  display: flex;
  gap: 0.7rem;
  max-width: 36rem;
  margin-top: 1.5rem;
}
.sp-search input {
  flex: 1;
  min-height: 3.1rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-full);
  background: var(--sp-surface);
  font-family: var(--sp-f-body);
  font-size: var(--sp-text-base);
  color: var(--sp-ink);
}
.sp-search input:focus { outline: none; border-color: var(--sp-gold); box-shadow: var(--sp-ring); }

/* ==========================================================================
   SERVICE + STORY HERO MEDIA
   ========================================================================== */

.sp-story-hero-media {
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--sp-sand);
  box-shadow: var(--sp-shadow-soft);
}
.sp-story-hero-media img { width: 100%; height: 100%; object-fit: cover; }

.sp-service-hero { position: relative; margin-bottom: 2.5rem; }
.sp-service-hero__media {
  aspect-ratio: 16 / 10;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: var(--sp-sand);
}
.sp-service-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.sp-service-hero__price {
  position: absolute;
  right: 1.4rem; bottom: 1.4rem;
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius);
  padding: 0.8rem 1.2rem;
  box-shadow: var(--sp-shadow-soft);
  text-align: right;
}
.sp-service-hero__price span { display: block; font-size: var(--sp-text-xs); letter-spacing: 0.12em; text-transform: uppercase; color: var(--sp-muted); }
.sp-service-hero__price strong { font-family: var(--sp-f-display); font-size: var(--sp-text-xl); color: var(--sp-gold-deep); }

/* ==========================================================================
   ADVISOR — TEAM ROWS + INPUT STATES
   ========================================================================== */

.sp-team-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px dashed var(--sp-stone);
}
.sp-team-row:last-of-type { border-bottom: 0; }
.sp-team-row__label {
  font-size: var(--sp-text-sm);
  color: var(--sp-ink-2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.sp-team-row__label em {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-success);
  background: rgba(79, 107, 74, 0.12);
  padding: 0.2rem 0.5rem;
  border-radius: var(--sp-radius-full);
}

.sp-answer__input input.is-error { border-color: var(--sp-error); }
.sp-answer__hint.is-error { color: var(--sp-error); }
.sp-answer__hint.is-error button { color: var(--sp-error); }

/* ==========================================================================
   404 ACTIONS
   ========================================================================== */

.sp-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 1.4rem;
}

/* ==========================================================================
   RESTYLE — transparent header, hero rail, showcase, sliders
   ========================================================================== */

/* ---- Header: transparent over the home hero, ivory once scrolled ---- */

.home .sp-header {
  background: transparent;
  border-bottom: 1px solid transparent;
}
.home .sp-header.is-scrolled {
  background: var(--sp-canvas);
  border-bottom-color: var(--sp-stone);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
}
.home .sp-brand__mark--dark { display: none; }
.home .sp-brand__mark--light { display: block; }
.home .sp-header.is-scrolled .sp-brand__mark--dark { display: block; }
.home .sp-header.is-scrolled .sp-brand__mark--light { display: none; }
.home .sp-header.is-scrolled .sp-brand__name { color: var(--sp-ink); }
.home .sp-header.is-scrolled .sp-brand__tag { color: var(--sp-muted); }
.home .sp-header.is-scrolled .sp-nav__menu a { color: var(--sp-ink-2); }
.home .sp-header.is-scrolled .sp-nav__menu a:hover { color: var(--sp-ink); background: var(--sp-sand); }
.home .sp-header.is-scrolled .sp-nav__menu .current-menu-item > a,
.home .sp-header.is-scrolled .sp-nav__menu .current_page_item > a { color: var(--sp-ink); }
.home .sp-header.is-scrolled .sp-nav-toggle { border-color: var(--sp-stone); background: var(--sp-surface); }
.home .sp-header.is-scrolled .sp-nav-toggle__bars span { background: var(--sp-ink); }
.home .sp-brand__name { color: #fff; }
.home .sp-brand__tag { color: rgba(255, 255, 255, 0.72); }
.home .sp-nav__menu a { color: rgba(255, 255, 255, 0.92); }
.home .sp-nav__menu a:hover { color: #fff; background: rgba(255, 255, 255, 0.12); }
.home .sp-nav__menu .current-menu-item > a,
.home .sp-nav__menu .current_page_item > a { color: #fff; }

/* ---- Fullscreen nav overlay (nav-pop) ---- */

.sp-nav__close {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background var(--sp-fast), transform var(--sp-fast);
  z-index: 2;
}
.sp-nav__close:hover { background: rgba(255, 255, 255, 0.14); transform: rotate(90deg); }

.sp-nav.is-open {
  position: fixed;
  inset: 0;
  z-index: 96;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 4rem 1.5rem 2.5rem;
  background: rgba(26, 23, 38, 0.97);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 0;
  box-shadow: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sp-nav.is-open .sp-nav__close { display: inline-flex; }
.sp-nav.is-open .sp-nav__menu {
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: auto;
}
.sp-nav.is-open .sp-nav__menu > li > a {
  font-family: var(--sp-f-display);
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.94);
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.sp-nav.is-open .sp-nav__menu > li > a:hover { color: #fff; background: rgba(255, 255, 255, 0.1); }
.sp-nav.is-open .sp-nav__menu .current-menu-item > a,
.sp-nav.is-open .sp-nav__menu .current_page_item > a { color: var(--sp-gold-soft); }
.sp-nav.is-open .menu-item-has-children { position: static; }
.sp-nav.is-open .menu-item-has-children > a::after { display: none; }
.sp-nav.is-open .sub-menu {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 0.1rem;
  padding: 0.5rem 0 0.9rem;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.sp-nav.is-open .sub-menu::before { display: none; }
.sp-nav.is-open .sub-menu li { opacity: 1; transform: none; transition: none; transition-delay: 0s !important; }
.sp-nav.is-open .sub-menu a {
  font-size: var(--sp-text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: normal;
  color: rgba(255, 255, 255, 0.78);
  padding: 0.45rem 0.8rem;
  text-align: center;
}
.sp-nav.is-open .sub-menu a::before { display: none; }
.sp-nav.is-open .sub-menu a:hover { color: #fff; background: rgba(255, 255, 255, 0.1); }
.sp-nav.is-open .sp-nav__cta { margin: 1.6rem 0 0; }
.sp-nav.is-open .sp-nav__cta .sp-btn { font-size: var(--sp-text-sm); --sp-btn-bg: var(--sp-canvas); --sp-btn-fg: var(--sp-ink); }
.sp-nav.is-open .sp-nav__cta .sp-btn:hover { background: var(--sp-gold-deep); color: var(--sp-canvas); border-color: var(--sp-gold-deep); }
body.is-nav-open { overflow: hidden; }

/* ---- Hero: height, left utility rail, crossfading headline stage ---- */

.sp-hero {
  min-height: 0;
  height: clamp(600px, 100svh, 880px);
}
.sp-hero__rail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 12;
  width: clamp(2.5rem, 4vw, 3.2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 1.25rem;
  background: rgba(12, 10, 18, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.sp-hero__rail-ham {
  width: 100%;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
}
.sp-hero__rail-ham span {
  position: relative;
  width: 1.05rem;
  height: 1.5px;
  background: currentColor;
  display: block;
}
.sp-hero__rail-ham span::before,
.sp-hero__rail-ham span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: currentColor;
}
.sp-hero__rail-ham span::before { top: -5px; }
.sp-hero__rail-ham span::after { top: 5px; }
.sp-hero__rail-ham:hover span,
.sp-hero__rail-ham:hover span::before,
.sp-hero__rail-ham:hover span::after { background: rgba(255, 255, 255, 0.7); }
.sp-hero__rail-dream {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--sp-f-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color var(--sp-fast);
}
.sp-hero__rail-dream:hover { color: #fff; }
.sp-hero__rail-social {
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--sp-fast), transform var(--sp-fast);
}
.sp-hero__rail-social:hover { color: #fff; transform: translateY(-2px); }

.sp-hero__stage {
  display: grid;
  /* The ch width must measure against the headline's own size — putting
     the clamp font-size here makes max-width:26ch track the 100px title
     (reference banner-cont), instead of the inherited body size. */
  font-size: clamp(2.8rem, 7vw, 6.25rem);
  max-width: 26ch;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(26px);
  filter: blur(10px);
}
.sp-hero__title--slide {
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  transform: none;
  filter: none;
  pointer-events: none;
  transition: opacity 1s var(--sp-ease-out);
}
.sp-hero__title--slide.is-active { opacity: 1; }
.sp-hero.is-ready .sp-hero__stage { animation: sp-rise 0.9s var(--sp-ease-out) 0.05s forwards; }
.sp-hero.is-ready .sp-hero__title:not(.sp-hero__title--slide) { animation-delay: 0.08s; }

/* ---- Intimate wedding showcase (3 featured weddings) ---- */

.sp-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
}
.sp-showcase__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--sp-radius);
  box-shadow: var(--sp-shadow-soft);
  background: var(--sp-surface);
}
.sp-showcase__item:nth-child(2) { margin-top: clamp(2rem, 6vw, 4.5rem); }
.sp-showcase__item:nth-child(3) { margin-top: clamp(4rem, 10vw, 7rem); }
.sp-showcase__item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 1.1s var(--sp-ease-out);
}
.sp-showcase__item:hover img { transform: scale(1.05); }
.sp-showcase__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2.6rem 1.15rem 1.05rem;
  background: linear-gradient(to top, rgba(20, 18, 30, 0.78), rgba(20, 18, 30, 0));
  color: #fff;
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-lg);
  font-style: italic;
  letter-spacing: 0.02em;
}

/* ---- Shared carousel chrome ---- */

[data-scroller] { overflow: hidden; }
[data-scroller-track] {
  display: flex;
  gap: clamp(1rem, 2vw, 1.75rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.25rem var(--sp-gutter) 1.5rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
[data-scroller-track]::-webkit-scrollbar { display: none; }
[data-scroller-track] > * { scroll-snap-align: center; }
.sp-bride-slider__nav,
.sp-blog-slider__nav,
.sp-mile-slider__nav {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.1rem;
}
.sp-cnav {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  border: 1px solid var(--sp-stone);
  background: var(--sp-surface);
  color: var(--sp-ink);
  font-size: 1.05rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color var(--sp-fast), color var(--sp-fast), background var(--sp-fast);
}
.sp-cnav:hover { border-color: var(--sp-gold); color: var(--sp-gold); background: var(--sp-gold-soft); }
.sp-cnav:active { transform: scale(0.94); }

/* ---- Bride cards carousel ---- */

.sp-bride-slider__card {
  flex: 0 0 clamp(280px, 30vw, 380px);
  background: var(--sp-surface);
  border-radius: var(--sp-radius);
  overflow: hidden;
  box-shadow: var(--sp-shadow-soft);
}
.sp-bride-slider__media { display: block; overflow: hidden; }
.sp-bride-slider__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 1.1s var(--sp-ease-out);
}
.sp-bride-slider__card:hover .sp-bride-slider__media img { transform: scale(1.05); }
.sp-bride-slider__data { padding: 1.1rem 1.25rem 1.35rem; }
.sp-bride-slider__data .sp-story-card__dest { margin-bottom: 0.35rem; }
.sp-bride-slider__center {
  flex: 0 0 clamp(300px, 32vw, 410px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 2.2rem;
  background: var(--sp-deep);
  border-radius: var(--sp-radius);
  color: var(--sp-canvas);
  background-image: radial-gradient(120% 120% at 20% 0%, rgba(101, 101, 101, 0.55) 0%, rgba(20, 20, 20, 0.92) 60%);
}
.sp-bride-slider__center .sp-eyebrow { color: var(--sp-gold-soft); margin-bottom: 1.1rem; }
.sp-bride-slider__center .sp-eyebrow::before { display: none; }
.sp-bride-slider__center h3 {
  font-family: var(--sp-f-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);   /* reference 70px */
  font-weight: 500;
  color: #fff;
  margin: 0 0 1rem;
}
.sp-bride-slider__center blockquote { margin: 0 0 1.8rem; }
.sp-bride-slider__center blockquote p {
  font-size: var(--sp-text-lg);
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.8rem;
  max-width: 26ch;
}
.sp-bride-slider__center blockquote cite {
  font-family: var(--sp-f-sans);
  font-style: normal;
  font-size: var(--sp-text-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sp-gold-soft);
}
.sp-bride-slider__center .sp-text-link { color: var(--sp-gold-soft); }

/* Parallax depth — `translate` composes with reveal/hover transforms. */
[data-parallax] { will-change: translate; }

/* ---- Blog carousel ---- */

.sp-blog-slider__track { padding-bottom: 1.5rem; }
.sp-blog-slider__track .sp-blog-card {
  flex: 0 0 clamp(280px, 30vw, 380px);
  display: flex;
  flex-direction: column;
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius);
  overflow: hidden;
  box-shadow: var(--sp-shadow-soft);
  text-decoration: none;
  color: var(--sp-ink-2);
  transition: transform var(--sp-base) var(--sp-ease-out), box-shadow var(--sp-base) var(--sp-ease-out);
}
.sp-blog-slider__track .sp-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sp-shadow-lift);
}
.sp-blog-slider__track .sp-blog-card__media { overflow: hidden; }
.sp-blog-slider__track .sp-blog-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 1.1s var(--sp-ease-out);
}
.sp-blog-slider__track .sp-blog-card:hover .sp-blog-card__media img { transform: scale(1.05); }
.sp-blog-slider__track .sp-blog-card__body { padding: 1.2rem 1.25rem 1.4rem; }

/* ---- Milestone carousel ---- */

.sp-mile-slider__track > * { scroll-snap-align: start; }
.sp-mile-slider__card {
  flex: 0 0 clamp(260px, 28vw, 340px);
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-top: 3px solid var(--sp-gold);
  border-radius: var(--sp-radius);
  padding: 1.8rem 1.5rem 2rem;
  box-shadow: var(--sp-shadow-soft);
}
.sp-mile-slider__year {
  display: block;
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-4xl);
  font-weight: 500;
  color: var(--sp-gold);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.sp-mile-slider__card p {
  margin: 0;
  color: var(--sp-ink-3);
  font-size: var(--sp-text-base);
}

/* ---- Responsive ---- */

@media (max-width: 767px) {
  .sp-showcase__grid { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
  .sp-showcase__item:nth-child(2),
  .sp-showcase__item:nth-child(3) { margin-top: 0; }
  .sp-hero__rail { width: 2.4rem; }
  .sp-hero__rail-dream { font-size: 0.6rem; letter-spacing: 0.18em; }
  .sp-bride-slider__card { flex-basis: clamp(260px, 82vw, 340px); }
  .sp-bride-slider__center { flex-basis: clamp(260px, 82vw, 340px); padding: 2.4rem 1.6rem; }
  .sp-blog-slider__track .sp-blog-card { flex-basis: clamp(260px, 82vw, 340px); }
  .sp-mile-slider__card { flex-basis: clamp(250px, 78vw, 320px); }
}

html:not(.js) .sp-hero__stage {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}
html:not(.js) .sp-hero__title--slide:not(.is-active) { display: none; }

/* ==========================================================================
   EXACTNESS PASS — typography, showcase collage, footer, insta
   ========================================================================== */

/* Hero headline: reference 100px / 0.75 line-height Cormorant 500 */
.sp-hero__title--slide {
  font-size: inherit;
  line-height: 0.78;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.sp-hero__stage { max-width: 26ch; }

/* Section headings: reference 50px Cormorant #555 */
.sp-section-head h2 {
  font-family: var(--sp-f-display);
  font-size: clamp(2.1rem, 4.4vw, 3.125rem);
  line-height: 1.08;
  font-weight: 500;
  color: #555;
}

/* ---- Showcase: text 29% left + three staggered portraits right ---- */

.sp-showcase { background: #fff; }
.sp-showcase__wrap {
  display: flex;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: flex-start;
}
.sp-showcase__con {
  flex: 0 0 29%;
  max-width: 29%;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  align-items: flex-start;
}
.sp-showcase__in { display: flex; flex-direction: column; }
.sp-showcase__head {
  font-family: var(--sp-f-display);
  font-size: clamp(2.3rem, 3.6vw, 3.125rem);
  line-height: 1.05;
  font-weight: 500;
  color: var(--sp-heading);
  margin: 0 0 0.6rem;
}
.sp-showcase__sub {
  color: var(--sp-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}
.sp-showcase__in p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #4b4b4b;
  margin: 0;
}
.sp-showcase__qoute {
  font-family: var(--sp-f-display);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  color: #9B9B9B;   /* reference pale editorial quote */
  max-width: 32ch;
}
.sp-showcase__qoute span {
  display: block;
  font-family: var(--sp-f-sans);
  font-size: 0.66rem;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.sp-showcase__link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2rem;
  transition: color var(--sp-fast), border-color var(--sp-fast);
}
.sp-showcase__link:hover { color: var(--sp-gold); border-color: var(--sp-gold); }
.sp-showcase__img {
  flex: 1 1 auto;
  display: flex;
  gap: clamp(14px, 2.5vw, 35px);
  justify-content: flex-end;
  align-items: center;
}
.sp-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
}
.sp-showcase__item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.9s var(--sp-ease-out);
}
.sp-showcase__item:hover img { transform: scale(1.04); }
.sp-showcase__item--one { width: min(270px, 40vw); margin-top: -0.5rem; }
.sp-showcase__item--two { width: min(205px, 32vw); margin-top: 22%; }
.sp-showcase__item--three { width: min(195px, 30vw); margin-top: 6%; }
.sp-showcase__cap {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
  padding: 0;
  background: none;
  color: #000;
}
.sp-showcase__name {
  font-family: var(--sp-f-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
}
.sp-showcase__loc {
  font-size: 0.56rem;
  font-style: italic;
  color: #4b4b4b;
}

/* ---- Bride captions: centered, 9px italic destination (reference) ---- */

.sp-bride-slider__data { text-align: center; gap: 2px; }
.sp-story-card__dest {
  font-family: var(--sp-f-sans);
  font-size: 0.56rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #4b4b4b;
  margin-bottom: 0.35rem;
}

/* ---- Milestone band: reference warm tint ---- */

#milestones { background: rgba(244, 240, 237, 0.8); }

/* ---- Footer: reference compact light row ---- */

.sp-footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2.5rem;
  padding-bottom: 2.2rem;
  font-size: 12px;
  color: #474747;
}
.sp-footer__nav { display: flex; flex-wrap: wrap; gap: 1.1rem 1.75rem; }
.sp-footer__nav a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.sp-footer__nav a:hover { color: #fff; text-decoration: underline; }
.sp-footer__act { margin-left: auto; }
/* Ivory CTA on the dark footer surface */
.sp-footer__act .sp-btn { --sp-btn-bg: var(--sp-canvas); --sp-btn-fg: var(--sp-ink); color: var(--sp-ink); }
.sp-footer__act .sp-btn:hover { background: var(--sp-gold-deep); color: var(--sp-canvas); border-color: var(--sp-gold-deep); }
@media (max-width: 760px) {
  .sp-footer__top { flex-direction: column; align-items: flex-start; gap: 1.4rem; }
  .sp-footer__act { margin-left: 0; }
  .sp-footer__nav { row-gap: 0.8rem; }
}

/* ---- Instagram: giant faded serif watermark (reference 184px) ---- */

.sp-insta-head {
  font-family: var(--sp-f-display);
  font-size: clamp(3.2rem, 12.5vw, 11.5rem);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: rgba(222, 198, 175, 0.28);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

/* ---- Showcase responsive ---- */

@media (max-width: 1023px) {
  .sp-showcase__con { flex: 0 0 34%; max-width: 34%; }
}
@media (max-width: 900px) {
  .sp-showcase__wrap { flex-direction: column; gap: 2.8rem; }
  .sp-showcase__con { flex: none; max-width: none; width: 100%; align-items: center; text-align: center; }
  .sp-showcase__in p { max-width: 36rem; }
  .sp-showcase__img { width: 100%; justify-content: center; }
  .sp-showcase__item--one, .sp-showcase__item--two, .sp-showcase__item--three { margin-top: 0; }
}
@media (max-width: 560px) {
  .sp-showcase__img { gap: 12px; }
  .sp-showcase__item--one { width: 46%; }
  .sp-showcase__item--two { width: 40%; margin-top: 2rem; }
  .sp-showcase__item--three { width: 42%; margin-top: 0.75rem; }
}
@media (max-width: 380px) {
  .sp-showcase__item--one { width: 100%; }
  .sp-showcase__item--two, .sp-showcase__item--three { width: 100%; margin-top: 0; }
}

/* ==========================================================================
   FEATURED COUPLE STORY — the editorial centre of the homepage
   One wedding told completely: full-width photography, an overlapping
   story card, and two ways forward.
   ========================================================================== */

.sp-featured { background: var(--sp-canvas); }
.sp-featured__head { max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.sp-featured__story { position: relative; }
.sp-featured__media {
  display: block;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--sp-sand);
  box-shadow: var(--sp-shadow-soft);
}
.sp-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.6s var(--sp-ease-out);
}
.sp-featured__story:hover .sp-featured__media img { transform: scale(1.03); }

.sp-featured__body {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  margin-top: -8rem;
  margin-left: clamp(1.25rem, 6vw, 4.5rem);
  margin-bottom: 2rem;
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius-lg);
  box-shadow: var(--sp-shadow-lift);
  padding: clamp(1.7rem, 3.2vw, 2.5rem);
}
.sp-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  font-size: var(--sp-text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sp-muted);
  margin-bottom: 0.9rem;
}
.sp-featured__names { margin-bottom: 0.4rem; }
.sp-featured__names a { color: var(--sp-ink); text-decoration: none; }
.sp-featured__names a:hover { color: var(--sp-gold-deep); }
.sp-featured__culture { margin-bottom: 1rem; }
.sp-featured__culture a {
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-xs);
  font-weight: 700;
  letter-spacing: var(--sp-tracking-label);
  text-transform: uppercase;
  color: var(--sp-gold-deep);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.sp-featured__text { color: var(--sp-ink-3); margin-bottom: 1.4rem; }
.sp-featured__actions { display: flex; flex-wrap: wrap; gap: 1.4rem; }

.sp-featured__more {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 22rem));
  gap: 1rem;
  justify-content: end;
  margin-top: 1.5rem;
}
.sp-featured__more-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0.8rem 0.65rem 0.65rem;
  background: var(--sp-surface);
  border: 1px solid var(--sp-stone);
  border-radius: var(--sp-radius);
  text-decoration: none;
  transition: transform var(--sp-base) var(--sp-ease-out), box-shadow var(--sp-base) var(--sp-ease-out), border-color var(--sp-base);
}
.sp-featured__more-card:hover { transform: translateY(-2px); box-shadow: var(--sp-shadow-soft); border-color: var(--sp-stone); }
.sp-featured__more-media {
  flex: 0 0 auto;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: var(--sp-radius-sm);
  overflow: hidden;
  background: var(--sp-sand);
}
.sp-featured__more-media img { width: 100%; height: 100%; object-fit: cover; }
.sp-featured__more-body { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.sp-featured__more-name {
  font-family: var(--sp-f-display);
  font-size: 1.12rem;
  color: var(--sp-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-featured__more-loc {
  font-size: var(--sp-text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-muted);
}

@media (max-width: 900px) {
  .sp-featured__media { aspect-ratio: 4 / 3; }
  .sp-featured__body { margin-top: -4.5rem; }
}
@media (max-width: 620px) {
  .sp-featured__media { aspect-ratio: 4 / 5; }
  .sp-featured__body { margin-top: -3.5rem; margin-left: 0.75rem; margin-right: 0.75rem; }
  .sp-featured__more { grid-template-columns: 1fr; justify-content: stretch; }
}

/* ==========================================================================
   WEDDING PHOTOGRAPHY GUIDE (lead magnet)
   ========================================================================== */

.sp-guide__actions { margin-top: 1.5rem; }
.sp-guide__article {
  font-size: var(--sp-text-base);
  line-height: 1.75;
  max-width: 46rem;
}
.sp-guide__article h2 {
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-2xl);
  font-weight: 500;
  color: var(--sp-ink);
  margin-top: 2.2rem;
}
.sp-guide__article h3 {
  font-family: var(--sp-f-sans);
  font-size: var(--sp-text-sm);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sp-gold-deep);
}
.sp-guide__article ul, .sp-guide__article ol { padding-left: 1.3rem; }
.sp-guide__after { margin-top: 3.5rem; }

/* Print: a clean white booklet, chrome hidden. */
/* ==========================================================================
   FILMS REEL + EDITORIAL BANDS (reference clone)
   ========================================================================== */

.sp-page-hero--media .sp-page-hero__bg video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transform: scale(1.04);
  animation: sp-hero-zoom 16s var(--sp-ease-out) forwards;
}

.sp-reel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
}
.sp-reel__card {
  display: block;
  text-decoration: none;
}
.sp-reel__media {
  position: relative;
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--sp-deep);
}
.sp-reel__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--sp-ease-out), opacity 0.4s ease;
}
.sp-reel__card:hover .sp-reel__media img { transform: scale(1.05); }
.sp-reel__card:hover .sp-film-card__play span {
  transform: scale(1.08);
  background: var(--sp-gold);
  color: var(--sp-ink);
  border-color: transparent;
}
.sp-reel__cap {
  display: block;
  margin-top: 0.8rem;
  font-family: var(--sp-f-display);
  font-size: var(--sp-text-lg);
  font-style: italic;
  color: var(--sp-ink);
}
.sp-reel__note {
  margin-top: 1.6rem;
  text-align: center;
  font-size: var(--sp-text-sm);
  color: var(--sp-muted);
}

.sp-band {
  max-width: 46rem;
}
.sp-band h2 { margin-bottom: 1.1rem; }
.sp-band p {
  font-size: var(--sp-text-lg);
  color: var(--sp-ink-soft);
  margin-bottom: 1rem;
}
.sp-band__cta { margin-top: 1.8rem; }

@media (max-width: 900px) {
  .sp-reel { grid-template-columns: repeat(2, 1fr); }
}

@media print {
  .sp-header, .sp-footer, .sp-advisor-fab, .sp-invite, .sp-advisor, .sp-guide__actions, .sp-guide__after,
  .sp-page-hero .sp-breadcrumbs, .sp-page-hero .sp-eyebrow {
    display: none !important;
  }
  body { background: #fff !important; color: #222 !important; }
  .sp-page-hero { padding: 0 0 1.2rem; }
  .sp-page-hero h1 { font-size: 2.2rem; color: #111; }
  .sp-section { padding: 0; }
  .sp-container { max-width: 100%; padding: 0; }
  .sp-guide__article { font-size: 12px; line-height: 1.6; max-width: 100%; }
  .sp-guide__article h2 { font-size: 1.4rem; }
  .sp-guide__article img { max-width: 70%; }
  a { color: #111 !important; text-decoration: underline; }
  #main { padding: 0; }
}

/* ==========================================================================
   HOMEPAGE — REFERENCE ALIGNMENT — QA pass
   Final overrides so the rendered homepage matches the reference's rhythm,
   colours and editorial type exactly. Scoped so interior pages stay intact.
   ========================================================================== */

/* ---- Hero: neutral cinema scrim + pure white title (reference banner) ---- */
.sp-hero__scrim {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.16) 55%);
}
.sp-hero__title { color: #fff; }
.sp-hero__eyebrow { color: rgba(255, 255, 255, 0.92); }

/* ---- Showcase quote: reference sans 14px #bebebe + 11px italic credit ---- */
.sp-showcase__qoute {
  font-family: var(--sp-f-sans);
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #bebebe;
  max-width: 34ch;
}
.sp-showcase__qoute span {
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0.5rem;
}

/* ---- Love Stories band: reference grey #f6f6f6, white blocks, captions ---- */
.sp-bride-cards { background: #f6f6f6; }

.sp-bride-slider__card {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.sp-bride-slider__media img { aspect-ratio: 1 / 1; }
.sp-bride-slider__data { padding: 1.05rem 1.1rem 1.55rem; }
.sp-bride-slider__card .sp-story-card__names {
  font-family: var(--sp-f-sans);
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
}
.sp-bride-slider__card .sp-story-card__names a { color: inherit; }
.sp-bride-slider__card:hover .sp-story-card__names a { color: inherit; }

/* Centre column: light statement card (reference bride-single--center) */
.sp-bride-slider__center {
  background: #fff;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #b1b1b1;
  padding: 1.6rem 1.4rem;
  gap: 1.6rem;
}
.sp-bride-slider__center .sp-bride-slider__mini {
  flex: none;
  width: 100%;
}
.sp-bride-slider__center .sp-eyebrow { color: #949494; margin-bottom: 0.9rem; }
.sp-bride-slider__center h3 {
  font-size: clamp(2.6rem, 5vw, 4.375rem);  /* reference 70px */
  color: #949494;
  line-height: 0.92;
}
.sp-bride-slider__center blockquote { margin: 0 0 1.4rem; }
.sp-bride-slider__center blockquote p {
  font-size: 0.6875rem;   /* reference 11px */
  font-style: normal;
  line-height: 1.45;
  color: #b1b1b1;
  margin: 0 0 0.6rem;
}
.sp-bride-slider__center blockquote cite {
  font-size: 0.6875rem;
  font-style: italic;
  color: #b1b1b1;
}
.sp-bride-slider__center .sp-text-link { color: #000; }

/* ---- About: giant faded wordmark (reference 170px Cormorant) ---- */
.sp-about-wordmark {
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  font-family: var(--sp-f-display);
  font-size: clamp(3.2rem, 11vw, 10.6rem);
  font-weight: 500;
  line-height: 0.9;
  text-align: center;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background: linear-gradient(180deg, rgba(93, 93, 93, 0.9) 0 42%, #cecece 42% 58%, rgba(93, 93, 93, 0.22) 58%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* ---- Journal cards: editorial, borderless (reference blog-single) ---- */
.sp-blog-slider__track .sp-blog-card {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.sp-blog-card:hover { transform: none; box-shadow: none; }
.sp-blog-card__media {
  aspect-ratio: auto;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-blog-card__media img { transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.sp-blog-card:hover .sp-blog-card__media { clip-path: inset(12px 12px 12px 12px); }
.sp-blog-card:hover .sp-blog-card__media img { transform: scale(1.05); }
.sp-blog-slider__track .sp-blog-card__body h3 {
  font-family: var(--sp-f-display);
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  font-weight: 500;
  color: #464646;
}

/* Instagram strip is cloned 1:1 further down (REFERENCE CLONE block) —
   the earlier experimental overlay was removed to keep one source of truth. */
@media (max-width: 900px) {
  .sp-instagram-strip { grid-template-columns: repeat(3, 1fr); }
  .sp-bride-slider__center { flex-direction: row; flex-wrap: wrap; gap: 1.4rem; }
  .sp-bride-slider__center .sp-bride-slider__mini { width: min(220px, 100%); }
}
@media (max-width: 560px) {
  .sp-instagram-strip { grid-template-columns: repeat(2, 1fr); }
  .sp-bride-slider__center { flex-direction: column; }
}

/* ==========================================================================
   REFERENCE-FIDELITY PASS 2 — measured against the live reference render
   (reference at the same viewport). Type scale, scrim,
   video band, about/blog treatments.
   ========================================================================== */

/* ---- Hero: flat .65 cinema scrim (reference ::after) + larger mobile title ---- */
.sp-hero__scrim {
  background: rgba(0, 0, 0, 0.65);
}
.sp-hero__title--slide,
.sp-hero__stage {
  font-size: clamp(3.2rem, 10.5vw, 6.25rem);  /* reference 70px @615 / 100px desktop */
}
.sp-hero__title:not(.sp-hero__title--slide) {
  font-size: clamp(3.2rem, 10.5vw, 6.25rem);
}

/* ---- Showcase: reference sizes (50px head, 14px label) ---- */
.sp-showcase__head { font-size: clamp(2.6rem, 5.5vw, 3.125rem); }
.sp-showcase__sub { font-size: 0.875rem; }

/* ---- About: centered editorial treatment (reference about-in) ---- */
#intro .sp-split { flex-direction: column; align-items: center; text-align: center; gap: 2.6rem; }
#intro .sp-split__media { width: min(430px, 100%); }
#intro .sp-split__body { text-align: center; }
#intro .sp-split__body h2 { font-size: clamp(2.5rem, 5vw, 3.125rem); }
#intro .sp-split__body p { font-size: 0.875rem; color: #4b4b4b; }
.sp-about-quote {
  margin: clamp(2.2rem, 5vw, 3.4rem) auto 0;
  max-width: 42rem;
  text-align: center;
  font-family: var(--sp-f-sans);
  font-size: 0.875rem;
  font-weight: 600;
  color: #bebebe;
  line-height: 1.5;
}
.sp-about-quote span {
  display: block;
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 400;
  margin-top: 0.4rem;
}

/* ---- Blog head: reference blog-head--sub quote on the right ---- */
.sp-blog-head { align-items: center; gap: 2rem; }
.sp-blog-head .sp-blog-head__quote {
  margin-left: auto;
  text-align: right;
  font-family: var(--sp-f-sans);
  font-size: 0.875rem;
  font-weight: 500;
  color: #bebebe;
  line-height: 1.5;
  max-width: 34ch;
}
.sp-blog-head .sp-blog-head__quote span {
  display: block;
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 400;
  margin-top: 0.35rem;
}
.sp-blog-slider__track .sp-blog-card__body h3 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);  /* reference 32-36px serif */
}

/* ---- Cinematic video band (reference transparent section) ---- */
.sp-video-band {
  position: relative;
  overflow: hidden;
  min-height: clamp(340px, 62vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #111;
}
.sp-video-band__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sp-video-band__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-video-band__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* ---- Showcase images stack full-width on phones (reference mobile) ---- */
@media (max-width: 700px) {
  .sp-showcase__img { flex-direction: column; align-items: center; gap: 1.6rem; }
  .sp-showcase__item--one,
  .sp-showcase__item--two,
  .sp-showcase__item--three { width: min(85%, 420px); margin-top: 0; }
}
@media (max-width: 700px) {
  .sp-blog-head { flex-direction: column; gap: 1rem; }
  .sp-blog-head .sp-blog-head__quote { margin-left: 0; text-align: center; }
}

/* ---- Interior page heroes: video banners (reference one.mp4 / three.mp4) ---- */
.sp-page-hero--media .sp-page-hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

/* ==========================================================================
   INSTAGRAM — 100% reference clone (insta-outer / insta-wrap / insta-gal)
   ========================================================================== */

.sp-instagram { background: #f6f3f0; }
.sp-insta-wrap { width: 100%; display: flex; flex-direction: column; }
.sp-insta-head {
  font-family: var(--sp-f-display);
  font-size: clamp(2.6rem, 10.5vw, 11.5rem);   /* reference 184px */
  line-height: 0.78;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: rgba(222, 198, 175, 0.25);            /* reference watermark */
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 clamp(1.6rem, 4vw, 3rem);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.sp-instagram-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;                                     /* reference 2px grid */
}
.sp-instagram-strip .sp-gallery-strip__item {
  position: relative;
  height: clamp(140px, 19vw, 230px);            /* reference 230px tiles */
  overflow: hidden;
}
.sp-instagram-strip .sp-gallery-strip__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}
.sp-insta-cap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: -100%;                                    /* reference slide-up overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-family: var(--sp-f-sans);
  font-size: 16px;                               /* reference 16px / 600 */
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);                /* reference .8 */
  transition: top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
.sp-instagram-strip .sp-gallery-strip__item:hover .sp-insta-cap { top: 0; }
.sp-insta-cap__icon { display: inline-flex; }
.sp-insta-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;                                 /* reference insta-link */
  font-size: 12px;
  color: #747474;
}
.sp-insta-link__in {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: color var(--sp-fast);
}
.sp-insta-link__in:hover { color: #4b4b4b; }

@media (max-width: 900px) {
  .sp-instagram-strip { grid-template-columns: repeat(3, 1fr); }
  .sp-instagram-strip .sp-gallery-strip__item { height: auto; aspect-ratio: 1 / 1; }
}
@media (max-width: 560px) {
  .sp-instagram-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   HOME — RECREATED FROM SCRATCH (centred about + editorial blog grid)
   ========================================================================== */

/* ---- About: centred editorial (reference about-in) ---- */
.sp-about-rebuilt { text-align: center; }
.sp-about-rebuilt__in {
  width: min(70%, 780px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}
.sp-about-rebuilt__in h2 {
  font-family: var(--sp-f-display);
  font-size: clamp(2.5rem, 5vw, 3.125rem);   /* reference 50px */
  line-height: 1.08;
  font-weight: 500;
  color: var(--sp-heading);
  margin: 0 0 0.8rem;
}
.sp-about-rebuilt__text {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  max-width: 46rem;
}
.sp-about-rebuilt__text p {
  font-size: 0.875rem;                        /* reference 14px */
  line-height: 1.55;                          /* reference 22px */
  color: #4b4b4b;
  margin: 0;
}
.sp-about-rebuilt .sp-about-quote { margin: clamp(1.6rem, 4vw, 2.6rem) 0 0; }

/* ---- Blog: static 3-column editorial grid (reference blog-slider) ---- */
.sp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3.5vw, 2.25rem);
}
.sp-blog-grid__card {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  text-decoration: none;
  color: inherit;
}
.sp-blog-grid__img {
  overflow: hidden;
  height: clamp(210px, 24vw, 315px);          /* reference 315px */
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-blog-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-blog-grid__card:hover .sp-blog-grid__img { clip-path: inset(12px 12px 12px 12px); }
.sp-blog-grid__card:hover .sp-blog-grid__img img { transform: scale(1.05); }
.sp-blog-grid__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.sp-blog-grid__head { display: flex; flex-direction: column; gap: 0.35rem; }
.sp-blog-grid__head span {
  font-family: var(--sp-f-display);
  font-size: 1rem;                            /* reference 16px italic serif */
  font-style: italic;
  color: #464646;
}
.sp-blog-grid__head h3 {
  font-family: var(--sp-f-display);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
  color: #464646;
  margin: 0;
}
.sp-blog-grid__body p {
  font-size: 0.8rem;                          /* reference 11px */
  line-height: 1.6;
  color: #878787;
  font-weight: 500;
  margin: 0;
}
.sp-blog-grid__more {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1023px) {
  .sp-blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .sp-blog-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
}

/* ==========================================================================
   HOME — REFERENCE-CLONE PASS 2 (ABOUT US / MEET THE TEAM / BLOG GRID /
   FOOTER / ENQUIRY FAB / BACK-TO-TOP) — values measured from
   reference shipped CSS
   ========================================================================== */

/* ---- About: ABOUT US head (reference about-in--cont-head) ---- */
.sp-about-rebuilt__in h3,
.sp-about-head h3 {
  font-family: var(--sp-f-display);
  font-size: clamp(2rem, 4.2vw, 50px);        /* reference 50px */
  font-weight: 500;
  line-height: 1.1;
  color: #555;
  text-transform: uppercase;
  margin: 0;
}
.sp-about-rebuilt__in { gap: clamp(1.4rem, 3.5vw, 3rem); }

/* ---- Discover More (reference head-one) ---- */
.sp-about-discover {
  display: inline-flex;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
  padding-bottom: 2px;
  margin-top: 0.5rem;
}
.sp-about-discover::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
}
.sp-about-discover:hover::after { width: 30px; }

/* ---- MEET THE TEAM block (reference about-team) ---- */
.sp-about-team {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: clamp(1rem, 4vw, 4rem);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem) 0;
  z-index: 1;
}
.sp-about-team__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  font-size: 16px;
  color: #414141;
  width: clamp(120px, 20vw, 220px);
  z-index: 2;
}
.sp-about-team__single--last { z-index: 0; }
.sp-about-team__img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  background: #f1efe9;
}
.sp-about-team__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-about-team__avatar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sp-f-display);
  font-size: clamp(3rem, 8vw, 5rem);
  color: #b6b6b6;
}
.sp-about-team__data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.sp-about-team__name { font-size: 16px; color: #414141; line-height: 1.3; }
.sp-about-team__role {
  font-size: 14px;
  line-height: 1.3;
  color: #cecece;
  margin-top: 0.25rem;
}
.sp-about-team__shape { display: none; }

/* The giant lettered wordmark (reference about-team--text) */
.sp-about-team__text {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-family: var(--sp-f-display);
  font-size: clamp(4.5rem, 13.5vw, 170px);    /* reference 170px */
  font-weight: 400;
  line-height: 1;
  color: #5d5d5d;
  text-align: center;
  flex: 1 1 auto;
  pointer-events: none;
  user-select: none;
}
.sp-about-team__text span {
  animation: sp-wave-text 3s ease-in-out infinite;
}
.sp-about-team__text span:nth-child(3n+1) { color: rgba(93, 93, 93, 0.2); }
.sp-about-team__text span:nth-child(3n+2) { color: #cecece; }
.sp-about-team__text span:nth-last-child(2) { color: #5d5d5d; }
.sp-about-team__text .sp-about-team__argmt--gap { margin-right: clamp(0.6rem, 1.5vw, 25px); }
.sp-about-team__text .sp-about-team__argmt--block { z-index: -1; }

@keyframes sp-wave-text {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ---- Editorial quote (reference about-qoute) ---- */
.sp-about-quote {
  font-size: 14px;
  font-weight: 600;
  color: #bebebe;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.15rem;
  z-index: 1;
  margin: clamp(1.8rem, 4vw, 3.2rem) 0 0;
}
.sp-about-quote p { margin: 0; }
.sp-about-quote span {
  font-size: 11px;
  line-height: 20px;
  font-style: italic;
}

/* ---- Polaroid wave (reference about--wave) ---- */
.sp-about-wave {
  position: relative;
  width: 100%;
  height: 110px;
  margin-top: clamp(1rem, 3vw, 2.5rem);
  pointer-events: none;
}
.sp-about-wave::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  height: 26px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'%3E%3Cpath d='M0 40 C 180 10, 360 55, 540 38 S 900 12, 1080 36 S 1320 55, 1440 30' fill='none' stroke='%23e0d8c8' stroke-width='2'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}
.sp-about-wave__item {
  position: absolute;
  width: clamp(44px, 6vw, 64px);
  height: auto;
  aspect-ratio: 3 / 3.6;
  background: #fff;
  padding: 6px 6px 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.sp-about-wave__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-about-wave__item--1 { top: 8px; left: 6vw; animation: sp-shake 5s ease-out infinite; transform: rotate(-8deg); }
.sp-about-wave__item--2 { top: 2px; left: 34vw; animation: sp-tilt-shaking 4s ease-out infinite; transform: rotate(5deg); }
.sp-about-wave__item--3 { top: 0; right: 27vw; animation: sp-shake 5s ease-out infinite; transform: rotate(-4deg); }
.sp-about-wave__item--4 { top: 14px; right: 2vw; animation: sp-tilt-shaking 4s ease-out infinite; transform: rotate(7deg); }

@keyframes sp-shake {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(-6px); }
}
@keyframes sp-tilt-shaking {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50% { transform: rotate(5deg) translateY(-8px); }
}

/* ---- Blog: READ OUR BLOG (reference blog-head) ---- */
.sp-blog-rebuilt { background: #fff; }
.sp-blog-head {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.8rem, 4vw, 3.2rem);
}
.sp-blog-head__main {
  font-family: var(--sp-f-display);
  font-size: clamp(2rem, 4.2vw, 50px);        /* reference 50px */
  font-weight: 500;
  line-height: 1.05;
  color: #555;
  text-transform: uppercase;
  margin: 0;
}
.sp-blog-head__sub {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #bebebe;
  max-width: 340px;
}
.sp-blog-head__sub div { font-weight: 600; }
.sp-blog-head__sub span {
  font-size: 11px;
  font-style: italic;
}

/* ---- Blog cards (reference blog-single) ---- */
.sp-blog-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #878787;
}
.sp-blog-card__img {
  display: block;
  width: 100%;
  height: 315px;
  overflow: hidden;
  margin-bottom: 30px;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-blog-card:hover .sp-blog-card__img { clip-path: inset(12px 12px 12px 12px); }
.sp-blog-card:hover .sp-blog-card__img img { transform: scale(1.05); }
.sp-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sp-blog-card__head { display: flex; flex-direction: column; gap: 4px; }
.sp-blog-card__head span {
  font-size: 16px;
  color: #464646;
  line-height: 20px;
  font-style: italic;
  font-family: var(--sp-f-display);
}
.sp-blog-card__head div {
  font-size: 11px;
  line-height: 16px;
  color: #878787;
  font-style: italic;
  font-weight: 500;
}
.sp-blog-card__body p { margin: 0; }
.sp-blog-card__body a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.sp-blog-card__body a:hover { color: #656565; }

/* Blog grid: reference shows 4 columns */
.sp-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
}
@media (max-width: 1023px) { .sp-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .sp-blog-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

/* ---- Blog pagination dots (reference swiper-pagination) ---- */
.sp-blog-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: clamp(1.6rem, 4vw, 2.8rem);
}
.sp-blog-pager button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #d5d5d5;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.sp-blog-pager button.is-active {
  width: 26px;
  border-radius: 999px;
  background: #9b9b9b;
}

/* ---- Footer (reference footer-wrap / footer-link / footer-copy) ---- */
.sp-footer { background: #fff; padding: 0; }
.sp-footer__wrap {
  padding: 35px clamp(1rem, 6vw, 90px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  color: #474747;
}
.sp-footer__link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.sp-footer__link a {
  color: #474747;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s;
}
.sp-footer__link a:hover { color: #000; }
.sp-footer__chat a { color: #1da851; }
.sp-footer__chat a:hover { color: #128a41; }
.sp-footer__copy {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 10px;
  flex-wrap: wrap;
}
.sp-footer__copy a { color: #7e7e7e; text-decoration: none; transition: color 0.3s; }
.sp-footer__copy a:hover { color: #33319a; }
.sp-footer__legal {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 22px;
  font-size: 11px;
}
.sp-footer__legal a { color: #a3a3a3; text-decoration: none; }
.sp-footer__legal a:hover { color: #656565; }
/* Footer location/contact line — business name, city, phone. Mirrors the
   footer's quiet typographic style; the phone stays tappable on mobile. */
.sp-footer__loc {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 14px;
  font-size: 11px;
  color: #a3a3a3;
}
.sp-footer__loc a { color: #a3a3a3; text-decoration: none; }
.sp-footer__loc a:hover { color: #656565; }
.sp-footer__loc span + span::before,
.sp-footer__loc a::before { content: "·"; margin-right: 12px; color: #cfcfcf; }
@media (max-width: 767px) {
  .sp-footer__wrap { flex-direction: column; justify-content: center; text-align: center; }
  .sp-footer__link { justify-content: center; gap: 14px; }
  .sp-footer__loc span + span::before,
  .sp-footer__loc a::before { content: ""; margin-right: 0; }
}

/* ---- Floating enquiry FAB (reference adminactions) ---- */
.sp-enquiry-fab {
  position: fixed;
  right: 18px;
  bottom: 84px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-enquiry-fab__toggle { display: none; }
.sp-enquiry-fab__main {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 160ms ease-out, background 0.3s;
  z-index: 2;
}
.sp-enquiry-fab__main:hover { background: #2b2b2b; }
.sp-enquiry-fab__main:active { transform: scale(0.96); }
.sp-enquiry-fab__icon--close { display: none; }
.sp-enquiry-fab__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 62px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.9);
  transform-origin: bottom center;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0.25s;
}
.sp-enquiry-fab__buttons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  border: 1px solid #eee;
  transition: transform 160ms ease-out, color 0.3s;
}
.sp-enquiry-fab__buttons a:hover { color: #c8102e; }
.sp-enquiry-fab__buttons a:active { transform: scale(0.95); }
.sp-enquiry-fab__toggle:checked ~ .sp-enquiry-fab__buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.sp-enquiry-fab__toggle:checked ~ .sp-enquiry-fab__main .sp-enquiry-fab__icon--main { display: none; }
.sp-enquiry-fab__toggle:checked ~ .sp-enquiry-fab__main .sp-enquiry-fab__icon--close { display: block; }

/* ---- Back to top (reference backtotop) ---- */
.sp-backtotop {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 200;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, background 0.3s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.sp-backtotop.is-visible { opacity: 1; visibility: visible; transform: none; }
.sp-backtotop:hover { background: #2b2b2b; }
.sp-backtotop:active { transform: scale(0.95); }

/* Enquiry FAB sits above back-to-top on small screens where the advisor FAB
   hides, and above the advisor FAB on desktop. */
@media (max-width: 767px) {
  .sp-enquiry-fab { bottom: 84px; }
  .sp-backtotop { bottom: 22px; }
}
