/* =====================================================================
   Astra TS — Homepage "Classic & Modern" light theme
   ---------------------------------------------------------------------
   Loaded AFTER astra/styles.css (and the page's inline <style>) so it
   re-skins the dark space-tech design system into a refined, editorial,
   timeless look: warm ivory canvas, deep-ink text, a single restrained
   champagne / antique-gold accent and elegant serif display type.
   Nothing here touches the shared stylesheet used by other pages.
   ===================================================================== */

:root {
  --ink: #23201c;          /* deep charcoal/ink for display + headings   */
  --text: #2c2a27;         /* body text                                  */
  --muted: #6f675b;        /* supporting copy                            */
  --line: rgba(35, 32, 28, 0.12);     /* hairline neutral                */
  --line-soft: rgba(35, 32, 28, 0.08);
  --gold: #b89766;         /* champagne / antique gold (primary accent)  */
  --gold-deep: #a07f4f;    /* richer gold for hover/contrast             */
  --gold-text: #8a6a3d;    /* AA-safe gold: SMALL TEXT ONLY use this.    */
                           /* #b89766 = 2.6:1 and #a07f4f = 3.5:1 on the */
                           /* ivory bg, both below the 4.5:1 AA floor;   */
                           /* #8a6a3d measures 4.7:1. Keep the lighter   */
                           /* golds for hairlines, washes, icons, large  */
                           /* display type — never for body/label copy.  */
  --gold-soft: rgba(184, 151, 102, 0.40); /* gold hairline               */
  --gold-tint: rgba(184, 151, 102, 0.10); /* faint gold wash             */
  --sage: #8a9a85;         /* muted secondary (used very sparingly)      */
  --accent: var(--gold);
  --accent-2: var(--gold-deep);
  --accent-3: var(--gold);
  --card: #fffdf9;         /* warm off-white card                        */
  --bg: #faf7f2;
  --shadow: 0 18px 48px rgba(43, 38, 28, 0.10);
  --shadow-soft: 0 12px 30px rgba(43, 38, 28, 0.07);

  --font-serif: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-script: "Cormorant Garamond", "Playfair Display", Georgia, serif;
}

/* ---- Base canvas ---------------------------------------------------- */
html { cursor: auto !important; }
a, button, select, summary, label, [role="button"],
.button, .magnetic, .tilt-card { cursor: pointer !important; }
input, textarea { cursor: text !important; }

body {
  color: var(--text) !important;
  background:
    radial-gradient(circle at 14% 4%, rgba(184, 151, 102, 0.10), transparent 30%),
    radial-gradient(circle at 86% 2%, rgba(184, 151, 102, 0.08), transparent 28%),
    radial-gradient(circle at 88% 92%, rgba(138, 154, 133, 0.06), transparent 32%),
    radial-gradient(circle at 8% 94%, rgba(184, 151, 102, 0.06), transparent 30%),
    linear-gradient(180deg, #faf7f2 0%, #f6f2ea 60%, #f3efe6 100%) !important;
}

/* Decorations: keep the (re-tuned, champagne) starfield, soften the corner
   glows to faint champagne, recolour the scroll progress and hide cursor. */
.cursor { display: none !important; }

.page-glow { opacity: 0.20 !important; }
.page-glow--one { background: rgba(184, 151, 102, 0.55) !important; }
.page-glow--two { background: rgba(212, 188, 140, 0.45) !important; }
.page-noise { opacity: 0.025 !important; }

.scroll-progress {
  background: linear-gradient(90deg, var(--gold), var(--gold-deep)) !important;
}

::selection { background: rgba(184, 151, 102, 0.22); color: var(--ink); }

/* ---- Display typography (serif) ------------------------------------ */
.hero__title,
.section-heading h2,
.contact__intro h2,
.showcase__title,
.hero__invite-names,
.cform__head h3,
.contact__cta h3 {
  font-family: var(--font-serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: var(--ink) !important;
}

.service-card h3,
.process-card h3,
.feature-item strong,
.feature-item--compact strong,
.addon-card h3,
.site-footer__name {
  font-family: var(--font-serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em !important;
  color: var(--ink) !important;
}

/* Refined uppercase eyebrows with a thin gold rule. */
.eyebrow {
  color: var(--gold-text) !important;
  font-family: Inter, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.30em !important;
  text-transform: uppercase !important;
  font-size: 0.72rem !important;
}
.eyebrow::before {
  background: linear-gradient(90deg, var(--gold-soft), var(--gold)) !important;
  height: 1px !important;
}

.section-heading h2,
.contact__intro h2 { letter-spacing: -0.01em !important; line-height: 1.06 !important; }

.section-heading p,
.contact__intro p,
.showcase__lead p,
.lead {
  color: var(--muted) !important;
  line-height: 1.75 !important;
}

/* ---- Header --------------------------------------------------------- */
.brand__name, .brand__line { color: var(--ink) !important; }
.brand__line:first-child { font-family: var(--font-serif) !important; letter-spacing: 0.01em; }
.brand__line:last-child { color: var(--muted) !important; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.62rem; }
.site-nav a { color: var(--text) !important; font-weight: 500; letter-spacing: 0.02em; }
.site-nav a:hover { color: var(--gold-deep) !important; }

body.nav-scrolled .site-header {
  background: rgba(250, 247, 242, 0.90) !important;
  border-color: var(--line) !important;
  box-shadow: 0 1px 0 var(--gold-soft), 0 10px 30px rgba(43, 38, 28, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

/* ---- Buttons -------------------------------------------------------- */
/* Primary: solid ink charcoal, refined; warms to gold on hover.        */
.button {
  --button-bg: var(--ink);
  color: #f7f1e6 !important;
  border: 1px solid var(--ink) !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 0.78rem !important;
  box-shadow: 0 8px 22px rgba(35, 32, 28, 0.16) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.button:hover,
.button:focus-visible {
  --button-bg: var(--gold-deep);
  border-color: var(--gold-deep) !important;
  color: #fffaf1 !important;
  box-shadow: 0 12px 30px rgba(160, 127, 79, 0.28) !important;
}

/* Ghost: thin gold hairline outline. */
.button--ghost {
  --button-bg: transparent;
  color: var(--ink) !important;
  border: 1px solid var(--gold) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.button--ghost:hover,
.button--ghost:focus-visible {
  background: var(--gold-tint) !important;
  border-color: var(--gold-deep) !important;
  color: var(--gold-deep) !important;
}

/* ---- Cards (glass / service / process / feature) -------------------- */
.glass-card,
.service-card,
.process-card,
.feature-item,
.contact__form-wrap {
  background: var(--card) !important;
  border: 1px solid var(--line-soft) !important;
  border-radius: 12px !important;
  box-shadow: var(--shadow-soft) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.service-card:hover,
.process-card:hover,
.feature-item:hover {
  border-color: var(--gold-soft) !important;
  box-shadow: var(--shadow) !important;
}

.service-card p,
.process-card p,
.feature-item p { color: var(--muted) !important; line-height: 1.65 !important; }

/* Accent strips become a thin champagne-gold hairline. */
.service-card__accent,
.feature-item__accent,
.process-card__accent,
.contact__form-accent,
.contact__cta-accent {
  background: linear-gradient(180deg, var(--gold), var(--gold-deep)) !important;
  opacity: 0.85 !important;
}

/* Any darker "showcase/process/contact" section panels go transparent. */
.showcase, .process, .contact, .section.showcase { background: transparent !important; }

/* Hairline divider above each section heading for editorial rhythm. */
.section-heading { position: relative; }

/* ---- Hero ----------------------------------------------------------- */
.hero__beam { display: none !important; }

.hero__title {
  font-size: clamp(2.1rem, 4.6vw, 3.6rem) !important;
  line-height: 1.08 !important;
}
.hero__title .hero__title-line .split-word,
.hero__title > .split-word,
.hero__title .split-word {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: var(--ink) !important;
  color: var(--ink) !important;
}
.hero__copy { color: var(--muted) !important; line-height: 1.8 !important; font-size: 1.02rem; }

.hero__marquee {
  background: rgba(255, 255, 255, 0.45) !important;
  border-top: 1px solid var(--gold-soft) !important;
  border-bottom: 1px solid var(--gold-soft) !important;
  border-left: none !important;
  border-right: none !important;
}
.hero__marquee-track {
  color: var(--muted) !important;
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  letter-spacing: 0.02em !important;
}
.hero__marquee-track span { position: relative; }
.hero__scroll-hint-text { color: var(--muted) !important; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.64rem; }
.hero__scroll-hint-arrow { border-color: var(--gold-deep) !important; }

.hero-stat { text-align: center; }
.hero-stat strong {
  color: var(--ink) !important;
  font-family: var(--font-serif) !important;
  font-weight: 600 !important;
}
.hero-stat span { color: var(--muted) !important; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.66rem; }

/* Hero sample invitation card — a tasteful classic invitation. */
.hero__invite {
  background: linear-gradient(180deg, #fffefb, #fdfaf3) !important;
  border: 1px solid var(--gold-soft) !important;
  box-shadow: 0 24px 60px rgba(43, 38, 28, 0.12) !important;
  border-radius: 10px !important;
  position: relative;
}
.hero__invite::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--gold-soft);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0.7;
}
.hero__invite-eyebrow {
  color: var(--gold-deep) !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase;
  font-size: 0.66rem;
}
.hero__invite-names {
  font-family: var(--font-script) !important;
  font-weight: 500 !important;
  font-size: clamp(2.1rem, 4.4vw, 2.9rem) !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: var(--ink) !important;
  color: var(--ink) !important;
  margin: 16px 0 6px !important;
}
/* Thin gold divider under the names. */
.hero__invite-names + .hero__invite-date { position: relative; padding-top: 14px; }
.hero__invite-names + .hero__invite-date::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 64px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hero__invite-date {
  color: var(--muted) !important;
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  letter-spacing: 0.04em !important;
}
.hero__invite-count div {
  background: #fffdf8 !important;
  border: 1px solid var(--line-soft) !important;
  border-radius: 6px !important;
}
.hero__invite-count strong { color: var(--gold-deep) !important; font-family: var(--font-serif) !important; }
.hero__invite-count span { color: var(--muted) !important; }

/* ---- Pricing / add-on price tags ----------------------------------- */
.price-tag {
  font-family: var(--font-serif) !important;
  font-weight: 600 !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: var(--gold-deep) !important;
  color: var(--gold-deep) !important;
}
.price-tag span {
  -webkit-text-fill-color: var(--muted) !important;
  color: var(--muted) !important;
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
}

/* ---- Process step numbers ------------------------------------------ */
.step-card__num {
  color: var(--gold-deep) !important;
  background: var(--gold-tint) !important;
  border: 1px solid var(--gold-soft) !important;
  box-shadow: none !important;
  font-family: var(--font-serif) !important;
  font-weight: 600 !important;
}

/* =====================================================================
   Template gallery — elegant framed previews, 4 per row
   ===================================================================== */
.tmpl-card__preview {
  aspect-ratio: 3 / 4 !important;
  background: linear-gradient(135deg, #f3ede1, #efe9dc 55%, #f5efe4) !important;
  border-bottom: 1px solid var(--gold-soft) !important;
}
.tmpl-card__preview img {
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-card:hover .tmpl-card__preview img { transform: scale(1.045); }
.tmpl-card__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5),
              inset 0 -54px 50px -34px rgba(35, 32, 28, 0.16);
  pointer-events: none;
}
.tmpl-card__badge {
  background: rgba(255, 253, 248, 0.92) !important;
  color: var(--gold-deep) !important;
  border: 1px solid var(--gold-soft) !important;
  letter-spacing: 0.18em !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
/* 4 templates per row, responsive down to 1. */
#templates .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.1rem !important;
}
@media (max-width: 1080px) { #templates .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (max-width: 760px)  { #templates .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 440px)  { #templates .service-grid { grid-template-columns: 1fr !important; } }

#templates .service-card { border-radius: 10px !important; overflow: hidden; }
#templates .service-card__content { padding: 1.05rem 1.05rem 1.2rem !important; gap: 0.5rem !important; }
#templates .service-card h3 { font-size: 1.12rem !important; }
#templates .service-card p { font-size: 0.84rem !important; line-height: 1.55 !important; }
#templates .tmpl-card__badge { font-size: 0.58rem; padding: 4px 10px; }
#templates .tmpl-card__actions { gap: 8px; }
#templates .tmpl-card__actions .button {
  min-height: 38px !important;
  padding: 0 12px !important;
  font-size: 0.68rem !important;
  flex: 1 1 auto;
}

/* ---- Contact form (light inputs) ----------------------------------- */
.cform__lead, .cform__hint, .cform__note { color: var(--muted) !important; }

.cform__field input,
.cform__field textarea,
.cform__field select {
  background: #fffdf9 !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  color: var(--text) !important;
}
.cform__field select {
  color-scheme: light;
}
.cform__field select option {
  background: #fffdf9 !important;
  color: var(--text) !important;
}
.cform__field select option:checked,
.cform__field select option:hover {
  background: var(--gold-tint) !important;
  color: var(--ink) !important;
}
.cform__field input:hover,
.cform__field textarea:hover,
.cform__field select:hover { border-color: var(--gold-soft) !important; }
.cform__field input:focus,
.cform__field textarea:focus,
.cform__field select:focus {
  border-color: var(--gold) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px var(--gold-tint) !important;
}
.cform__label { color: var(--muted) !important; }
.cform__field input:focus + .cform__label,
.cform__field input:not(:placeholder-shown) + .cform__label,
.cform__field textarea:focus + .cform__label,
.cform__field textarea:not(:placeholder-shown) + .cform__label,
.cform__field--select.is-filled .cform__label,
.cform__field--select:focus-within .cform__label { color: var(--gold-deep) !important; }

.cform__chip {
  background: var(--gold-tint) !important;
  border: 1px solid var(--gold-soft) !important;
}
.cform__chip-label { color: var(--muted) !important; }
.cform__chip-value { color: var(--ink) !important; font-family: var(--font-serif) !important; }
.cform__chip-dot { background: var(--gold) !important; }
.cform__step.is-active .cform__step-dot {
  background: var(--ink) !important;
  color: #f7f1e6 !important;
}
.cform__step-text { color: var(--muted) !important; }
.cform__edit { color: var(--gold-deep) !important; }

/* ---- Contact "chat" CTA card --------------------------------------- */
.contact__cta {
  background: linear-gradient(135deg, #fffefb, #f8f3ea) !important;
  border: 1px solid var(--gold-soft) !important;
  border-radius: 12px;
  box-shadow: var(--shadow-soft) !important;
}
.contact__cta p { color: var(--muted) !important; line-height: 1.7 !important; }

/* ---- Footer --------------------------------------------------------- */
.site-footer {
  background: linear-gradient(180deg, #f6f2e9 0%, #f1ece1 100%) !important;
  border-top: 1px solid var(--gold-soft) !important;
  color: var(--muted) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.site-footer__tagline,
.site-footer__address,
.site-footer__hours,
.site-footer__copyright { color: var(--muted) !important; }
.site-footer__address a { color: var(--muted) !important; }
.site-footer__nav-label {
  color: var(--gold-deep) !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.site-footer a { color: var(--text) !important; }
.site-footer a:hover { color: var(--gold-deep) !important; }
.site-footer__social-link {
  background: #fffdf9 !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
}
.site-footer__social-link:hover { background: var(--ink) !important; border-color: var(--ink) !important; }
.site-footer__social-icon { color: var(--gold-deep) !important; }
.site-footer__social-link:hover .site-footer__social-icon { color: #f7f1e6 !important; }

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

/* =====================================================================
   LIVING ELEGANCE — choreographed motion, flourishes & refined rhythm
   ---------------------------------------------------------------------
   Layered on top of the classic-modern theme to bring the page to life
   without sacrificing its restraint: drawn-in gold keylines, ornamental
   ✦ flourishes, a slow champagne aurora behind the hero, a drifting
   sheen on the sample invitation, warmer card hovers and a confident
   editorial spacing rhythm. All heavy motion is gated behind
   prefers-reduced-motion (see the block at the very bottom).
   ===================================================================== */

/* ---- More confident, luxurious vertical rhythm --------------------- */
:root {
  --section-padding-y: clamp(2.2rem, 1.2rem + 4vw, 4rem) !important;
  --section-gap: clamp(1.6rem, 0.8rem + 3vw, 3rem) !important;
}

/* Smooth, refined anchor scrolling. */
html { scroll-behavior: smooth; }

/* ---- Section heading: ornament, refined kerning & a drawn keyline --- */
.section-heading,
.contact__intro { margin-bottom: 1.5rem; }

.section-heading h2,
.contact__intro h2 {
  letter-spacing: -0.018em !important;
  position: relative;
}

/* A small champagne ✦ flourish that fades + rises above each heading. */
.section-heading::before,
.contact__intro::before {
  content: "\2726";
  display: block;
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: 0.92rem;
  line-height: 1;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.85s ease 0.05s, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.05s;
}
.section-heading.is-visible::before,
.contact__intro.is-visible::before { opacity: 0.92; transform: none; }

/* A gold keyline under the section title that "draws in" on reveal. */
.section-heading h2::after,
.contact__intro h2::after {
  content: "";
  display: block;
  margin-top: 0.7rem;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold) 60%, transparent);
  transition: width 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.28s;
}
.section-heading.is-visible h2::after,
.contact__intro.is-visible h2::after { width: 78px; }

/* ---- Eyebrow rule "draws in" as its block reveals ------------------ */
.reveal .eyebrow::before { width: 0; transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s; }
.reveal.is-visible .eyebrow::before { width: 34px; }

/* ---- Hero: slow champagne aurora + drifting light --------------------*/
.hero { position: relative; }
.hero::before {
  content: "";
  position: absolute;
  inset: -12% -8% 30% -8%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(48% 56% at 22% 28%, rgba(184, 151, 102, 0.18), transparent 70%),
    radial-gradient(42% 52% at 82% 22%, rgba(212, 188, 140, 0.16), transparent 72%),
    radial-gradient(40% 48% at 60% 70%, rgba(138, 154, 133, 0.08), transparent 72%);
  filter: blur(26px);
  transform: translate3d(0, 0, 0);
  animation: heroAurora 22s ease-in-out infinite alternate;
}
.hero__shell { position: relative; z-index: 1; }
@keyframes heroAurora {
  0%   { transform: translate3d(-2.5%, -1.5%, 0) scale(1); opacity: 0.9; }
  50%  { opacity: 1; }
  100% { transform: translate3d(3.5%, 2.5%, 0) scale(1.1); opacity: 0.85; }
}

/* Editorial drop-cap on the hero copy for a classic print touch. */
.hero__copy::first-letter {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 3.1em;
  line-height: 0.74;
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--gold-deep);
}

/* ---- Hero sample invitation: gentle recurring sheen + lift ----------*/
.hero__invite { overflow: hidden; }
.hero__invite > * { position: relative; z-index: 1; }
.hero__invite::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 38%, rgba(255, 247, 228, 0.55) 50%, transparent 62%);
  transform: translateX(-130%);
  animation: inviteSheen 8s ease-in-out 1.8s infinite;
}
@keyframes inviteSheen {
  0%   { transform: translateX(-130%); }
  18%  { transform: translateX(130%); }
  100% { transform: translateX(130%); }
}

/* ---- Marquee: thin gold ✦ separators between feature words ----------*/
.hero__marquee-track span { padding-right: 0.2em; }
.hero__marquee-track span::after {
  content: "\2726";
  margin-left: 1.6rem;
  color: var(--gold);
  font-size: 0.62em;
  font-style: normal;
  vertical-align: middle;
  opacity: 0.7;
}

/* ---- Warmer, lifting card hovers with a soft gold glow --------------*/
.service-card,
.process-card,
.feature-item,
.contact__cta {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s ease, border-color 0.45s ease !important;
}
.service-card:hover,
.process-card:hover,
.feature-item:hover {
  transform: translateY(-6px);
  border-color: var(--gold-soft) !important;
  box-shadow: 0 28px 60px rgba(43, 38, 28, 0.16),
              0 0 0 1px var(--gold-soft),
              0 0 34px rgba(184, 151, 102, 0.14) !important;
}
/* Tilt cards drive their own JS transform — keep glow, drop the translate. */
.feature-item.tilt-card:hover,
.process-card.tilt-card:hover { transform: none; }

/* Warm the existing button sheen toward champagne. */
.button::after {
  background: linear-gradient(115deg, transparent 0%, rgba(255, 246, 224, 0.30) 45%, transparent 62%) !important;
}

/* ---- Template gallery: a refined "featured" first card --------------*/
#templates .service-card { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.45s ease !important; }
#templates .service-card:first-child {
  border-color: var(--gold-soft) !important;
  box-shadow: 0 18px 44px rgba(43, 38, 28, 0.12), 0 0 0 1px var(--gold-soft) !important;
}
#templates .service-card:first-child .tmpl-card__badge {
  background: var(--ink) !important;
  color: #f7f1e6 !important;
  border-color: var(--ink) !important;
}
#templates .service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 64px rgba(43, 38, 28, 0.18),
              0 0 0 1px var(--gold-soft),
              0 0 36px rgba(184, 151, 102, 0.16) !important;
}

/* ---- Step numbers: a soft gold breathing ring -----------------------*/
.step-card__num { position: relative; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.process-card:hover .step-card__num {
  transform: scale(1.06);
  box-shadow: 0 0 0 4px var(--gold-tint);
}

/* ---- Pricing: four event cards, laid out gracefully & responsively --*/
#pricing .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.1rem !important;
}
@media (max-width: 1080px) { #pricing .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 560px)  { #pricing .service-grid { grid-template-columns: 1fr !important; } }

/* Keep the four price cards visually even regardless of copy length. */
#pricing .price-card { height: 100%; }
#pricing .price-card .service-card__content { height: 100%; }

/* A subtle "free" treatment for the Save the Date card (last price card). */
#pricing .price-card .price-tag { line-height: 1.1; }

/* ---- Honor reduced-motion: keep it elegant, just still --------------*/
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero::before,
  .hero__invite::after { animation: none; }
  .hero__invite::after { display: none; }
  .section-heading::before,
  .contact__intro::before { opacity: 0.92; transform: none; transition: none; }
  .section-heading h2::after,
  .contact__intro h2::after { width: 78px; transition: none; }
  .reveal .eyebrow::before { width: 34px; transition: none; }
  .service-card:hover,
  .process-card:hover,
  .feature-item:hover,
  #templates .service-card:hover { transform: none; }
}

/* =====================================================================
   CONVERSION & TRUST SECTIONS
   ---------------------------------------------------------------------
   Hero reassurance line, trust strip, repeated CTA bands, the pricing
   "included in every price" strip and the FAQ accordion.

   Colour rule: champagne gold (--gold #b89766) FAILS WCAG AA as small
   text on the ivory background, so it is used here only for hairlines,
   washes, icons and large display type. All body copy uses --text or
   --muted, both of which clear AA on --bg.
   ===================================================================== */

/* ---- Hero reassurance line ---------------------------------------- */
.hero__reassure {
  margin: 14px 0 0;
  font-size: 0.86rem;
  line-height: 1.7;
  color: var(--muted);
  letter-spacing: 0.01em;
}

/* ---- Trust strip --------------------------------------------------- */
.trust-strip {
  padding-top: clamp(1.4rem, 3vw, 2.4rem);
  padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}
.trust-strip__list {
  list-style: none;
  margin: 0;
  padding: clamp(1.1rem, 2.4vw, 1.6rem) clamp(1.1rem, 2.4vw, 1.8rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
  background: var(--card);
  border: 1px solid var(--gold-soft);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}
.trust-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
}
.trust-strip__icon {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 3px;
  color: var(--gold-deep);
}
.trust-strip__copy { display: block; }
.trust-strip__copy strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.005em;
}
.trust-strip__copy span {
  display: block;
  margin-top: 3px;
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--muted);
}

/* ---- Repeated CTA bands ------------------------------------------- */
.cta-band {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.4rem, 3vw, 2.1rem) clamp(1.3rem, 3vw, 2.4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  border: 1px solid var(--gold-soft);
  border-radius: 18px;
  background:
    linear-gradient(135deg, var(--gold-tint), rgba(184, 151, 102, 0.03)),
    var(--card);
  box-shadow: var(--shadow-soft);
}
.cta-band__copy {
  margin: 0;
  flex: 1 1 280px;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink);
}
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---- Pricing: shared feature strip --------------------------------- */
.price-included {
  margin: 0 auto clamp(1.8rem, 3.5vw, 2.6rem);
  max-width: 940px;
  padding: clamp(1rem, 2.2vw, 1.4rem) clamp(1.1rem, 2.4vw, 1.6rem);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(184, 151, 102, 0.05);
  text-align: center;
}
.price-included__label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-text);
}
.price-included__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.price-included__list li {
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid var(--gold-soft);
  background: var(--card);
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--text);
}
.price-note {
  margin: clamp(1.4rem, 3vw, 2rem) auto 0;
  text-align: center;
  font-size: 0.94rem;
  color: var(--muted);
}
.price-note a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
}
.price-note a:hover { color: var(--gold-text); }

/* ---- FAQ accordion (native <details>, no JS) ----------------------- */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px clamp(14px, 2.2vw, 22px);
  align-items: start;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow-soft);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item[open] { border-color: var(--gold-soft); }
.faq-item:hover { border-color: var(--gold-soft); }
.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px clamp(14px, 2vw, 20px);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-serif);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__chevron {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--gold-deep);
  transition: transform 0.22s ease;
}
.faq-item[open] .faq-item__chevron { transform: rotate(180deg); }
.faq-item__a {
  margin: 0;
  padding: 0 clamp(14px, 2vw, 20px) 17px;
  font-size: 0.94rem;
  line-height: 1.75;
  color: var(--text);
}

/* ---- Visible focus: never regress keyboard affordance -------------- */
.faq-item__q:focus-visible,
.price-note a:focus-visible,
.trust-strip__item a:focus-visible {
  outline: 3px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 8px;
}

/* ---- Mobile-first fallbacks (checked at 375px) --------------------- */
@media (max-width: 900px) {
  .trust-strip__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .trust-strip__list { grid-template-columns: 1fr; gap: 14px; }
  .cta-band { flex-direction: column; align-items: stretch; text-align: center; }
  /* The copy's `flex: 1 1 280px` basis is a WIDTH hint in the row layout; once
     the band stacks it would be read as a 280px minimum HEIGHT and leave a
     large empty gap above the buttons. Reset it for the column direction. */
  .cta-band__copy { flex: 0 0 auto; }
  .cta-band__actions { justify-content: center; }
  .cta-band__actions .button { flex: 1 1 100%; }
  .price-included__list { gap: 7px; }
  .price-included__list li { font-size: 0.78rem; padding: 5px 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item__chevron { transition: none; }
}

/* ---- Header: conversion CTA + quieter login ------------------------ */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-header__login {
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
  white-space: nowrap;
}
.site-header__login:hover { color: var(--gold-text); }
.site-header__login:focus-visible {
  outline: 3px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

/* The nav gained a sixth link (FAQ). The shared stylesheet forces
   `flex-wrap: nowrap` under 980px, which overflows a 375px viewport, so
   wrapping is restored on small screens. `.header-cta` stays hidden there
   (existing behaviour) — the login link is hidden with it so the stacked
   header keeps to two rows; both actions remain in the page below. */
@media (max-width: 980px) {
  .site-nav { flex-wrap: wrap !important; }
  .site-header__actions { display: none; }
}

/* The FAQ question is an <h3> for the outline but must not inherit the
   large display sizing the shared stylesheet gives section h3s. */
.faq-item__q-text {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: 0.005em;
  text-transform: none;
}
.faq-item__q-text::after { content: none; }
