/*
Theme Name: Marbleine Event Co.
Theme URI: https://1276453.us17.myftpupload.com/
Description: Luxury Wedding & Event Planning Custom Theme for Marbleine Event Co.
Author: Paige Treadway
Template: hello-elementor
Version: 1.0.0
*/

/* ============================================================
   Marbleine Event Co. — luxury event planning & design
   Palette drawn from jacalynmeyvis.com:
   ink #1c1c1c / blush-tan #caa890 / deep tan #c08e75
   ivory #fbf8f7 / sand #f1eae6
   ============================================================ */

:root {
  --ink: #1c1c1c;
  --ink-soft: #616161;
  --accent: #caa890;
  --accent-deep: #c08e75;
  --paper: #fbf8f7;
  --sand: #f1eae6;
  --line: rgba(28, 28, 28, 0.14);
  --line-light: rgba(251, 248, 247, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --sec-pad: clamp(5rem, 12vw, 10rem);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }
ul { list-style: none; }
svg { display: block; }
.ico { width: 1.35rem; height: 1.35rem; flex: none; }

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 1rem;
  overflow-x: clip;
}

::selection { background: var(--accent); color: var(--ink); }
.container { width: min(100% - 2 * var(--gutter), 82rem); margin-inline: auto; }
.section { padding-block: var(--sec-pad); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--sand { background: var(--sand); }

/* focus visibility */
:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: 3px; border-radius: 2px; }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--ink); color: var(--accent);
  display: grid; place-items: center;
  transition: opacity 0.8s var(--ease-io), visibility 0.8s;
}
.preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__inner { display: grid; place-items: center; gap: 1.4rem; }
.preloader__mark { width: 3.4rem; height: 3.4rem; color: var(--accent); animation: pre-spin 2.4s linear infinite; }
.preloader__logo {
  width: 4.8rem;
  height: auto;
  aspect-ratio: 448 / 416;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.35));
  animation: pre-pulse 2s ease-in-out infinite;
}
@keyframes pre-pulse {
  0%, 100% { transform: scale(1); opacity: 0.95; }
  50% { transform: scale(1.05); opacity: 1; }
}
@keyframes pre-spin { to { transform: rotate(360deg); } }
.preloader__bar { width: 8.5rem; height: 1px; background: rgba(202, 168, 144, 0.25); overflow: hidden; }
.preloader__bar span { display: block; height: 100%; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; animation: pre-fill 1.6s var(--ease-io) forwards; }
@keyframes pre-fill { to { transform: scaleX(1); } }



/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: transform 0.55s var(--ease-out), background 0.45s, box-shadow 0.45s;
}
.header.is-scrolled {
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.header.is-hidden { transform: translateY(-110%); }
.header__inner {
  width: min(100% - 2 * var(--gutter), 82rem); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 1rem; gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  color: inherit;
  text-decoration: none;
}
.brand__logo {
  height: clamp(2.8rem, 4vw, 3.4rem);
  width: auto;
  aspect-ratio: 448 / 416;
  display: block;
  transition: transform 0.45s var(--ease-out), filter 0.35s ease;
}
.brand:hover .brand__logo {
  transform: rotate(-5deg) scale(1.06);
}
.brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand__name {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
  letter-spacing: 0.18em;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}
.brand__sub {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-top: 0.32rem;
  line-height: 1;
  color: inherit;
}

.brand__logo--dark { display: none; }
.brand__logo--light { display: block; }

/* On dark transparent hero header (e.g. index.html top before scroll) */
.header:not(.header--sand):not(.is-scrolled) .brand__logo--dark { display: block; }
.header:not(.header--sand):not(.is-scrolled) .brand__logo--light { display: none; }

/* On light headers (services, our-story, contact, newsletter, and scrolled state) */
.header--sand:not(.is-scrolled) .brand__logo--dark { display: none; }
.header--sand:not(.is-scrolled) .brand__logo--light { display: block; }

.header.is-scrolled .brand__logo--dark { display: none; }
.header.is-scrolled .brand__logo--light { display: block; }

.brand__mark { width: 2.5rem; height: 2.5rem; color: var(--accent-deep); transition: transform 0.5s var(--ease-out); }
.brand:hover .brand__mark { transform: rotate(-10deg) scale(1.06); }
.brand__word { width: clamp(7.5rem, 12vw, 9.5rem); height: auto; aspect-ratio: 240 / 40; }
.header.is-scrolled .brand, .mmenu-open .brand { color: var(--ink); }

.nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.2rem); }
.nav__link { position: relative; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; overflow: hidden; display: inline-flex; }
.nav__link span { display: inline-block; transition: transform 0.4s var(--ease-out); }
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0.15em; height: 1px; width: 100%;
  background: var(--accent-deep); transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}
.nav__link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__link:hover span { transform: translateY(-0.18em); }
.nav__link.is-active { color: var(--accent-deep); }
.nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }

/* hero-on-transparent header color (e.g. index.html dark hero) */
.header:not(.header--sand):not(.is-scrolled) { color: var(--paper); }
.header:not(.header--sand):not(.is-scrolled) .brand { color: var(--paper); }
.header:not(.header--sand):not(.is-scrolled) .burger { color: var(--paper); }
.header:not(.header--sand):not(.is-scrolled) .btn--outline {
  color: var(--paper);
  box-shadow: inset 0 0 0 1.5px rgba(251, 248, 247, 0.55);
  background: rgba(251, 248, 247, 0.05);
}
.header:not(.header--sand):not(.is-scrolled) .btn--outline:hover {
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--accent);
}

/* Header on light sand hero (e.g. our-story, services, monthly-newsletter) */
.header--sand:not(.is-scrolled) { color: var(--ink); }
.header--sand:not(.is-scrolled) .brand { color: var(--ink); }
.header--sand:not(.is-scrolled) .burger { color: var(--ink); }
.header--sand:not(.is-scrolled) .btn--outline {
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--ink);
}
.header--sand:not(.is-scrolled) .btn--outline:hover {
  color: var(--ink);
}

/* Scrolled header state on any page */
.header.is-scrolled {
  color: var(--ink);
}
.header.is-scrolled .brand { color: var(--ink); }
.header.is-scrolled .nav__link { color: var(--ink); }
.header.is-scrolled .nav__link.is-active { color: var(--accent-deep); }
.header.is-scrolled .burger { color: var(--ink); }
.header.is-scrolled .btn--outline {
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--ink);
}
.header.is-scrolled .btn--outline:hover {
  color: var(--ink);
}

.burger { display: none; width: 2.6rem; height: 2.6rem; place-items: center; }
.burger svg { width: 1.6rem; height: 1.6rem; position: absolute; transition: opacity 0.3s, transform 0.4s var(--ease-out); }
.burger__close { opacity: 0; transform: rotate(-45deg); }
.mmenu-open .burger__open { opacity: 0; transform: rotate(45deg); }
.mmenu-open .burger__close { opacity: 1; transform: rotate(0); }

/* ---------- Mobile menu ---------- */
.mmenu {
  position: fixed; inset: 0; z-index: 90; background: var(--ink); color: var(--paper);
  display: flex; flex-direction: column; justify-content: center; gap: 3rem;
  padding: var(--gutter);
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path 0.7s var(--ease-io), visibility 0s 0.7s;
}
.mmenu.is-open { clip-path: inset(0 0 0% 0); visibility: visible; transition: clip-path 0.7s var(--ease-io); }
.mmenu__nav { display: grid; gap: 0.4rem; }
.mmenu__link {
  font-family: var(--serif); font-size: clamp(2.2rem, 8vw, 3.4rem); line-height: 1.15;
  display: flex; align-items: baseline; gap: 1rem; color: var(--paper);
  opacity: 0; transform: translateY(1.4rem);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out), color 0.3s;
}
.mmenu.is-open .mmenu__link { opacity: 1; transform: none; }
.mmenu.is-open .mmenu__link:nth-child(1) { transition-delay: 0.15s; }
.mmenu.is-open .mmenu__link:nth-child(2) { transition-delay: 0.22s; }
.mmenu.is-open .mmenu__link:nth-child(3) { transition-delay: 0.29s; }
.mmenu.is-open .mmenu__link:nth-child(4) { transition-delay: 0.36s; }
.mmenu.is-open .mmenu__link:nth-child(5) { transition-delay: 0.43s; }
.mmenu__link em { font-family: var(--sans); font-style: normal; font-size: 0.75rem; letter-spacing: 0.2em; color: var(--accent); }
.mmenu__link:hover { color: var(--accent); }
.mmenu__link--cta { color: var(--accent); }
.mmenu__foot { display: grid; gap: 0.3rem; font-size: 0.9rem; letter-spacing: 0.04em; color: rgba(251, 248, 247, 0.72); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--ink);
  --btn-fg: var(--paper);
  position: relative; display: inline-flex; align-items: center; gap: 0.65rem;
  padding: 1rem 1.9rem; border-radius: 999px; overflow: hidden;
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--btn-fg); isolation: isolate;
  transition: color 0.4s var(--ease-out), border-color 0.4s, transform 0.3s var(--ease-out);
  will-change: transform;
}
.btn__fill {
  position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: var(--accent); transform: translateY(101%);
  transition: transform 0.55s var(--ease-io);
}
.btn:hover .btn__fill { transform: translateY(0); }
.btn:hover { color: var(--ink); }
.btn:active { transform: scale(0.97); }
.btn__icon { width: 1rem; height: 1rem; transition: transform 0.4s var(--ease-out); }
.btn:hover .btn__icon { transform: translate(2px, -2px); }
.btn--solid { background: var(--ink); }
.section--ink .btn--solid, .cta .btn--solid { background: var(--paper); color: var(--ink); }
.section--ink .btn--solid:hover, .cta .btn--solid:hover { color: var(--ink); }
.btn--ghost { background: transparent; box-shadow: inset 0 0 0 1px var(--line-light); color: var(--paper); }
.hero .btn--ghost:hover { color: var(--ink); }
.btn--outline { background: transparent; box-shadow: inset 0 0 0 1px var(--line); color: var(--ink); }
.btn--sm { padding: 0.7rem 1.3rem; font-size: 0.72rem; }
.btn--lg { padding: 1.15rem 2.3rem; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__slides { position: relative; width: 100%; height: 100%; }
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1.4s var(--ease-io), visibility 1.4s;
  pointer-events: none;
}
.hero__slide.is-active {
  opacity: 1; visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.hero__slide img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.07);
  transition: transform 7s var(--ease-out);
}
.hero__slide.is-active img {
  transform: scale(1);
}
.hero__veil {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(28,28,28,0.48) 0%, rgba(28,28,28,0.22) 42%, rgba(28,28,28,0.82) 100%);
  pointer-events: none;
}
.hero__content {
  position: relative; z-index: 1;
  width: min(100% - 2 * var(--gutter), 82rem); margin-inline: auto;
  padding-block: clamp(6rem, 12vh, 9rem) clamp(4.5rem, 10vh, 7.5rem);
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(251,248,247,0.85);
  margin-bottom: 1.6rem;
}
.reveal-line__dot { width: 0.5rem; height: 0.5rem; border-radius: 999px; background: var(--accent); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.6); opacity: 0.6; } }
.hero__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(3rem, 9.5vw, 7.5rem);
  line-height: 1.02; letter-spacing: -0.01em; margin-bottom: 1.6rem;
}
.hero__title em { font-style: italic; color: var(--accent); }
.split-line { display: block; overflow: hidden; }
.split-line > span { display: block; transform: translateY(110%); transition: transform 1s var(--ease-io); }
.is-live .split-line > span { transform: translateY(0); }
.is-live .split-line:nth-child(2) > span { transition-delay: 0.12s; }
.hero__sub { max-width: 34rem; color: rgba(251,248,247,0.86); font-size: 1.05rem; margin-bottom: 2.2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero__scroll {
  position: absolute; right: var(--gutter); bottom: 2.2rem; z-index: 2;
  width: 3.4rem; height: 3.4rem; display: grid; place-items: center; color: var(--paper);
}
.hero__scroll svg { width: 1.2rem; height: 1.2rem; animation: bob 2.2s var(--ease-io) infinite; }
@keyframes bob { 0%,100% { transform: translateY(2px); } 50% { transform: translateY(-3px); } }
.hero__scroll-ring { position: absolute; inset: 0; border-radius: 999px; border: 1px solid var(--line-light); transition: transform 0.4s var(--ease-out), background 0.4s; }
.hero__scroll:hover .hero__scroll-ring { transform: scale(1.15); background: rgba(202,168,144,0.2); }

/* ---------- Hero Slideshow Line Indicators ---------- */
.hero__lines {
  position: absolute;
  right: calc(var(--gutter) + 4.6rem);
  bottom: 2.7rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.hero__line {
  background: transparent;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hero__line-bar {
  display: block;
  width: clamp(1.8rem, 2.8vw, 2.5rem);
  height: 2px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 1px;
  transition: background 0.4s var(--ease-out), transform 0.3s var(--ease-out), box-shadow 0.3s;
}
.hero__line:hover .hero__line-bar {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}
.hero__line.is-active .hero__line-bar {
  background: var(--accent);
  box-shadow: 0 0 8px rgba(202, 168, 144, 0.65);
}

/* Hide legacy controls */
.hero__nav-btn, .hero__nav { display: none !important; }

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

@media (max-width: 48rem) {
  .hero__lines {
    right: auto;
    left: var(--gutter);
    bottom: 2rem;
    gap: 0.45rem;
  }
  .hero__line-bar {
    width: 1.4rem;
  }
}

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; background: var(--accent); color: var(--ink); padding-block: 1.1rem; border-block: 1px solid rgba(28,28,28,0.12); }
.marquee__track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; }
.marquee__group span { font-family: var(--serif); font-style: italic; font-size: clamp(1.1rem, 2.4vw, 1.6rem); white-space: nowrap; padding-inline: 1.6rem; }
.marquee__group i { width: 0.45rem; height: 0.45rem; border-radius: 999px; background: var(--ink); opacity: 0.55; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section heads ---------- */
.sec-head { margin-bottom: clamp(2.8rem, 6vw, 4.8rem); }
.sec-head--center { text-align: center; }
.sec-head__eyebrow {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.76rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: 1.1rem;
}
.sec-head__num { color: var(--accent-deep); font-weight: 500; }
.sec-head--light .sec-head__eyebrow { color: rgba(251,248,247,0.62); }
.sec-head__title {
  font-family: var(--serif); font-weight: 500; line-height: 1.05; letter-spacing: -0.01em;
  font-size: clamp(2.3rem, 5.6vw, 4.4rem);
}
.sec-head__title em { font-style: italic; color: var(--accent-deep); }
.section--ink .sec-head__title em { color: var(--accent); }
.reveal-head .sec-head__eyebrow, .reveal-head .sec-head__title { opacity: 0; transform: translateY(2rem); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-head .sec-head__title { transition-delay: 0.1s; }
.reveal-head.is-inview .sec-head__eyebrow, .reveal-head.is-inview .sec-head__title { opacity: 1; transform: none; }

/* ---------- About ---------- */
.about__grid {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 6rem); align-items: start;
}
.about__media { position: relative; display: grid; gap: 1.4rem; }
.frame { position: relative; overflow: hidden; }
.frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease-out); }
.frame:hover img { transform: scale(1.05); }
.frame--tall { aspect-ratio: 4 / 5; }
.frame--small { width: 58%; aspect-ratio: 1 / 1; justify-self: end; margin-top: -18%; position: relative; z-index: 1; box-shadow: 0 30px 60px -30px rgba(28,28,28,0.4); }
.frame--story { aspect-ratio: 4 / 5; }
.frame__cap {
  position: absolute; left: 1.1rem; bottom: 1rem; color: var(--paper); font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; background: rgba(28,28,28,0.5);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 0.45rem 0.9rem; border-radius: 999px;
}
.reveal-img { clip-path: inset(8% 8% 8% 8%); opacity: 0; transition: clip-path 1.2s var(--ease-io), opacity 0.8s; }
.reveal-img.is-inview { clip-path: inset(0 0 0 0); opacity: 1; }
.reveal-img[data-reveal-delay="1"] { transition-delay: 0.18s; }
.reveal-img[data-reveal-delay="2"] { transition-delay: 0.36s; }

.about__copy { display: grid; gap: clamp(2.2rem, 4vw, 3.4rem); }
.about__block h3 { display: flex; align-items: center; gap: 0.7rem; font-family: var(--sans); font-weight: 500; font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.9rem; }
.about__block .ico { color: var(--accent-deep); width: 1.5rem; height: 1.5rem; }
.about__block p { color: var(--ink-soft); max-width: 38rem; }
.about__block em { font-style: italic; color: var(--ink); }
.pullquote {
  border-left: 2px solid var(--accent); padding-left: 1.6rem;
  display: grid; gap: 0.7rem;
}
.pullquote__q { color: var(--accent-deep); width: 1.7rem; height: 1.7rem; }
.pullquote p { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.3; font-weight: 500; }
.pullquote em { font-style: italic; color: var(--accent-deep); }

.reveal-up { opacity: 0; transform: translateY(2.4rem); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-up.is-inview { opacity: 1; transform: none; }
.reveal-up[data-reveal-delay="1"] { transition-delay: 0.12s; }
.reveal-up[data-reveal-delay="2"] { transition-delay: 0.24s; }
.reveal-up[data-reveal-delay="3"] { transition-delay: 0.36s; }
.reveal-fade { opacity: 0; transition: opacity 1.1s var(--ease-out) 0.5s; }
.is-live .reveal-fade { opacity: 1; }

/* ---------- Services ---------- */
.svc-list { display: grid; border-top: 1px solid var(--line-light); }
.svc {
  position: relative; display: grid; grid-template-columns: 5.5rem 1fr auto;
  gap: clamp(1.2rem, 3vw, 3rem); align-items: center;
  padding: clamp(2rem, 4.5vw, 3.4rem) clamp(0.5rem, 2vw, 2rem);
  border-bottom: 1px solid var(--line-light);
  transition: background 0.5s var(--ease-out), padding-left 0.5s var(--ease-out);
  overflow: hidden;
}
.svc::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(202,168,144,0.12), transparent 60%);
  opacity: 0; transition: opacity 0.5s;
}
.svc:hover::before { opacity: 1; }
.svc:hover { padding-left: clamp(1.2rem, 3vw, 3rem); }
.svc > * { position: relative; z-index: 1; }
.svc__idx { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--accent); }
.svc__title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 3.6vw, 2.7rem); line-height: 1.12; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 0.6rem; transition: color 0.4s; }
.svc:hover .svc__title { color: var(--accent); }
.svc__tag { width: 1.4rem; height: 1.4rem; color: var(--accent); opacity: 0.85; }
.svc__desc { color: rgba(251,248,247,0.66); max-width: 46rem; }
.svc__arrow {
  width: 3.2rem; height: 3.2rem; border-radius: 999px; border: 1px solid var(--line-light);
  display: grid; place-items: center; flex: none;
  transition: background 0.4s var(--ease-out), transform 0.5s var(--ease-out), border-color 0.4s;
}
.svc__arrow svg { width: 1.05rem; height: 1.05rem; }
.svc:hover .svc__arrow { background: var(--accent); border-color: var(--accent); color: var(--ink); transform: rotate(45deg); }

.svc-preview {
  position: fixed; z-index: 80; top: 0; left: 0; width: 15rem; aspect-ratio: 4 / 5;
  pointer-events: none; opacity: 0; transform: scale(0.85) rotate(-3deg);
  transition: opacity 0.4s var(--ease-out), transform 0.5s var(--ease-out);
  overflow: hidden; border-radius: 6px; box-shadow: 0 40px 80px -30px rgba(28,28,28,0.55);
}
.svc-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.45s; }
.svc-preview img.is-on { opacity: 1; }
.svc-preview.is-on { opacity: 1; transform: scale(1) rotate(0deg); }
@media (hover: none), (max-width: 64rem) { .svc-preview { display: none; } }

/* ---------- Services Tiers (Home Page 3-Column) ---------- */
.svc-tiers {
  background: var(--paper);
  position: relative;
}
.svc-tiers__head {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 4.8rem);
}
.svc-tiers__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.1;
}
.svc-tiers__rule {
  width: 48px;
  height: 2px;
  background: var(--accent);
  margin: 1.4rem auto 0;
  border-radius: 2px;
}
.svc-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.4rem);
  align-items: stretch;
}
.svc-card {
  background: #ffffff;
  border: 1px solid rgba(28, 28, 28, 0.09);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px -15px rgba(28, 28, 28, 0.05);
  transition: transform 0.55s var(--ease-out), box-shadow 0.55s var(--ease-out), border-color 0.35s;
}
.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px -18px rgba(28, 28, 28, 0.14);
  border-color: rgba(202, 168, 144, 0.55);
}
.svc-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--sand);
}
.svc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--ease-out);
}
.svc-card:hover .svc-card__media img {
  transform: scale(1.06);
}
.svc-card__badge {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.svc-card__body {
  padding: clamp(1.8rem, 2.5vw, 2.4rem);
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.svc-card__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.4rem, 1.8vw, 1.7rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 1.15rem;
  transition: color 0.35s;
}
.svc-card:hover .svc-card__title {
  color: var(--accent-deep);
}
.svc-card__desc {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(0.9rem, 1.05vw, 0.96rem);
  line-height: 1.82;
  color: var(--ink-soft);
  flex: 1;
  margin-bottom: 1.8rem;
}
.svc-card__footer {
  margin-top: auto;
}
.svc-card__link {
  display: block;
  color: var(--accent-deep, #c08e75);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}
.svc-card__link-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: transform 0.3s var(--ease-out), color 0.3s;
}
.svc-card__link-inner .ico {
  width: 0.85rem;
  height: 0.85rem;
  transition: transform 0.3s var(--ease-out);
}
.svc-card__link-line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--accent, #caa890);
  margin-top: 0.75rem;
  opacity: 0.75;
  transition: background 0.3s, opacity 0.3s;
}
.svc-card:hover .svc-card__link-inner {
  transform: translateX(4px);
  color: var(--ink);
}
.svc-card:hover .svc-card__link-inner .ico {
  transform: translate(2px, -2px);
}
.svc-card:hover .svc-card__link-line {
  background: var(--accent-deep);
  opacity: 1;
}

@media (max-width: 64rem) {
  .svc-cards__grid {
    grid-template-columns: 1fr;
    max-width: 32rem;
    margin-inline: auto;
    gap: 2.5rem;
  }
}

/* ---------- Meet the Founder (Home Page) ---------- */
.founder {
  background: var(--sand);
  position: relative;
  overflow: hidden;
}
.founder__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(3rem, 7vw, 6.5rem);
  align-items: center;
}
.founder__media {
  position: relative;
  max-width: 29rem;
  width: 100%;
  margin-inline: auto;
}
.founder__frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 4.75;
  box-shadow: 0 20px 45px -15px rgba(28, 28, 28, 0.16);
  background: var(--paper);
}
.founder__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.85s var(--ease-out);
}
.founder__media:hover .founder__frame img {
  transform: scale(1.04);
}
.founder__badge {
  position: absolute;
  right: -1.2rem;
  bottom: 0.4rem;
  z-index: 3;
  background: var(--ink);
  color: var(--paper);
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(202, 168, 144, 0.28);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s var(--ease-out);
}
.founder__media:hover .founder__badge {
  transform: scale(1.06) rotate(-2deg);
}
.founder__badge strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1;
  color: var(--accent);
  letter-spacing: 0.01em;
}
.founder__badge span {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 248, 247, 0.78);
  font-weight: 500;
  margin-top: 0.25rem;
}
.founder__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.founder__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.founder__eyebrow-line {
  width: 28px;
  height: 1.5px;
  background: var(--accent-deep);
}
.founder__title {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 1.6rem;
  letter-spacing: 0.02em;
}
.founder__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
}
.founder__desc {
  font-family: var(--sans);
  font-size: clamp(0.96rem, 1.15vw, 1.05rem);
  font-weight: 300;
  line-height: 1.88;
  color: var(--ink-soft);
  max-width: 36rem;
  margin-bottom: 1.8rem;
}
.founder__sign {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  color: var(--accent-deep);
  margin-bottom: 2.2rem;
}
.founder__link {
  display: inline-flex;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
}
.founder__link-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: transform 0.3s var(--ease-out), color 0.3s;
}
.founder__link-line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--ink);
  margin-top: 0.45rem;
  opacity: 0.55;
  transition: opacity 0.3s, background 0.3s, transform 0.3s var(--ease-out);
}
.founder__link:hover .founder__link-text {
  transform: translateX(4px);
  color: var(--accent-deep);
}
.founder__link:hover .founder__link-line {
  background: var(--accent-deep);
  opacity: 1;
}

@media (max-width: 62rem) {
  .founder__grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .founder__media {
    max-width: 24rem;
  }
  .founder__badge {
    right: 0rem;
    bottom: -0.8rem;
    padding: 0.8rem 1.3rem;
  }
  .founder__badge strong {
    font-size: 1.25rem;
  }
  .founder__badge span {
    font-size: 0.58rem;
  }
}

/* ---------- Story Page Hero (It Started With A Dream) ---------- */
.story-hero {
  background: var(--sand);
  position: relative;
  overflow: hidden;
  padding-top: calc(clamp(6.5rem, 13vw, 10rem) + 1.8rem);
  padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.story-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: clamp(1.8rem, 3.2vw, 2.6rem);
}
.story-hero__crumb-link {
  color: inherit;
  transition: color 0.3s;
}
.story-hero__crumb-link:hover {
  color: var(--accent-deep);
}
.story-hero__crumb-sep {
  opacity: 0.65;
  font-family: var(--sans);
}
.story-hero__crumb-current {
  color: var(--ink);
  font-weight: 500;
}
.story-hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-bottom: clamp(1.8rem, 3.2vw, 2.5rem);
  display: flex;
  flex-direction: column;
}
.story-hero__title-line {
  display: block;
}
.story-hero__title-line em {
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  margin-left: 0.15rem;
}
.story-hero__lede {
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink-soft);
  max-width: 44rem;
}

/* ---------- Story ---------- */
.story__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.story__media { position: relative; }
.story__badge {
  position: absolute; right: -1rem; bottom: -1.6rem; z-index: 2;
  display: flex; align-items: center; gap: 0.9rem;
  background: var(--ink); color: var(--paper);
  padding: 1rem 1.4rem; border-radius: 6px; box-shadow: 0 24px 50px -20px rgba(28,28,28,0.5);
}
.story__badge-mark { width: 2.2rem; height: 2.2rem; color: var(--accent); }
.story__badge strong { display: block; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; line-height: 1.2; }
.story__badge span { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(251,248,247,0.6); }
.story__copy p { color: var(--ink-soft); max-width: 36rem; }
.story__copy p + p { margin-top: 1.1rem; }
.story__lede { font-family: var(--serif); font-size: clamp(1.35rem, 2.6vw, 1.8rem); line-height: 1.35; color: var(--ink) !important; font-weight: 500; margin-bottom: 1.4rem; }
.story__sign { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--ink) !important; margin-top: 1.6rem; }
.story__sign span { color: var(--accent-deep); }

/* ---------- The Journey Timeline (Our Story) ---------- */
.journey {
  background: var(--sand);
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 8vw, 7.5rem);
}
.journey__wrap {
  max-width: 76rem;
  margin-inline: auto;
}
.journey__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(3.5rem, 6vw, 5rem);
}
.journey__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.journey__eyebrow-line {
  width: 28px;
  height: 1px;
  background: var(--accent-deep);
  opacity: 0.85;
}
.journey__title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 1.25rem;
}
.journey__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  margin-left: 0.35rem;
}
.journey__lede {
  font-family: var(--sans);
  font-size: clamp(0.96rem, 1.12vw, 1.05rem);
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 40rem;
  text-align: center;
  margin-inline: auto;
}

.journey__timeline {
  position: relative;
  padding-left: 0;
}
.journey__track {
  position: absolute;
  left: 50%;
  top: 2rem;
  bottom: 2rem;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent 0%, var(--accent) 5%, var(--accent) 95%, transparent 100%);
  opacity: 0.45;
}
.journey__items {
  display: flex;
  flex-direction: column;
  gap: clamp(4.5rem, 7vw, 6.5rem);
}
.journey__item {
  position: relative;
  width: 100%;
}
.journey__node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fbf8f5;
  border: 1.5px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--accent-deep);
  z-index: 3;
  box-shadow: 0 4px 16px rgba(197, 155, 123, 0.25), 0 0 0 6px rgba(246, 242, 238, 0.95);
  transition: transform 0.3s var(--ease-out), border-color 0.3s, background 0.3s;
}
.journey__item:hover .journey__node {
  transform: translate(-50%, -50%) scale(1.1);
  border-color: var(--accent-deep);
  background: #fff;
  box-shadow: 0 6px 22px rgba(197, 155, 123, 0.35), 0 0 0 7px rgba(246, 242, 238, 0.95);
}
.journey__item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: clamp(4.5rem, 8vw, 8.5rem);
}
.journey__item:nth-child(even) .journey__content {
  order: 2;
}
.journey__item:nth-child(even) .journey__thumb {
  order: 1;
}
.journey__content {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 155, 123, 0.22);
  border-radius: 16px;
  padding: clamp(2rem, 3.2vw, 3rem);
  box-shadow: 0 10px 30px -10px rgba(28, 28, 28, 0.06);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.journey__item:hover .journey__content {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -10px rgba(28, 28, 28, 0.1);
}
.journey__tag {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.journey__name {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}
.journey__desc {
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  font-weight: 300;
  line-height: 1.82;
  color: var(--ink-soft);
  max-width: 100%;
}
.journey__thumb {
  margin: 0;
  width: 100%;
  max-width: 480px;
  height: auto;
  aspect-ratio: 4 / 3.4;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(197, 155, 123, 0.28);
  box-shadow: 0 20px 42px -12px rgba(28, 28, 28, 0.15), 0 4px 14px rgba(28, 28, 28, 0.05);
  background: #fff;
  position: relative;
}
.journey__item:nth-child(odd) .journey__thumb {
  margin-left: auto;
}
.journey__item:nth-child(even) .journey__thumb {
  margin-right: auto;
}
.journey__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease-out);
}
.journey__item:nth-child(1) .journey__thumb img {
  object-position: center 68%;
}
.journey__item:nth-child(2) .journey__thumb img {
  object-position: center 30%;
}
.journey__item:nth-child(3) .journey__thumb img {
  object-position: center 18%;
}
.journey__item:nth-child(4) .journey__thumb img {
  object-position: center 40%;
}
.journey__item:hover .journey__thumb img {
  transform: scale(1.04);
}

@media (max-width: 900px) {
  .journey__wrap {
    max-width: 44rem;
  }
  .journey__timeline {
    padding-left: 0;
  }
  .journey__track {
    left: 24px;
    top: 1rem;
    bottom: 2rem;
    transform: none;
  }
  .journey__node {
    left: 24px;
    top: 2.2rem;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    font-size: 0.84rem;
    box-shadow: 0 2px 10px rgba(197, 155, 123, 0.2), 0 0 0 5px rgba(246, 242, 238, 0.95);
  }
  .journey__item {
    padding-left: 54px;
  }
  .journey__item-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .journey__item:nth-child(even) .journey__content {
    order: 1;
  }
  .journey__item:nth-child(even) .journey__thumb {
    order: 2;
  }
  .journey__content {
    padding: 1.8rem 1.6rem;
  }
  .journey__thumb {
    max-width: 100%;
    aspect-ratio: 16 / 11;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 480px) {
  .journey__track {
    left: 18px;
  }
  .journey__node {
    left: 18px;
    top: 1.8rem;
    width: 32px;
    height: 32px;
    font-size: 0.76rem;
  }
  .journey__item {
    padding-left: 40px;
  }
  .journey__content {
    padding: 1.4rem 1.2rem;
  }
  .journey__thumb {
    aspect-ratio: 4 / 3;
  }
}

/* ---------- Our Mission (Our Story) ---------- */
.mission {
  background: var(--sand);
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  border-top: 1px solid rgba(28, 28, 28, 0.08);
}
.mission__wrap {
  max-width: 68rem;
  margin-inline: auto;
}
.mission__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(3rem, 5.5vw, 4.2rem);
}
.mission__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.mission__eyebrow-line {
  width: 28px;
  height: 1px;
  background: var(--accent-deep);
  opacity: 0.85;
}
.mission__title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--ink);
  letter-spacing: 0.01em;
  margin-bottom: 1.35rem;
}
.mission__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  margin-left: 0.35rem;
}
.mission__lede {
  font-family: var(--sans);
  font-size: clamp(0.96rem, 1.12vw, 1.04rem);
  font-weight: 300;
  line-height: 1.82;
  color: var(--ink-soft);
  max-width: 42rem;
  text-align: center;
}

.mission__card {
  background: #ffffff;
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 36px -12px rgba(28, 28, 28, 0.06);
}
.mission__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(28, 28, 28, 0.11);
}
.mission__item {
  background: #ffffff;
  padding: clamp(2.4rem, 4.2vw, 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: background 0.35s ease;
}
.mission__item:hover {
  background: #fdfbf9;
}
.mission__icon {
  width: 1.65rem;
  height: 1.65rem;
  color: var(--accent-deep);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.35s var(--ease-out);
}
.mission__item:hover .mission__icon {
  transform: scale(1.12);
}
.mission__icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mission__name {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.6vw, 1.32rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 0.85rem;
}
.mission__desc {
  font-family: var(--sans);
  font-size: clamp(0.92rem, 1.05vw, 0.98rem);
  font-weight: 300;
  line-height: 1.76;
  color: var(--ink-soft);
  max-width: 29rem;
}

@media (max-width: 48rem) {
  .mission__grid {
    grid-template-columns: 1fr;
  }
  .mission__item {
    padding: clamp(1.8rem, 5vw, 2.4rem);
  }
  .mission__desc {
    max-width: 100%;
  }
}

/* ---------- Services Packages (Alternating Rows) ---------- */
.services-pkg {
  background: var(--sand);
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}
.services-pkg__list {
  display: flex;
  flex-direction: column;
  gap: clamp(4.5rem, 8vw, 7.5rem);
}
.svc-pkg-row {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.svc-pkg-row--reverse {
  grid-template-columns: 1.05fr 0.95fr;
}
.svc-pkg-row--reverse .svc-pkg-row__media {
  order: 2;
}
.svc-pkg-row--reverse .svc-pkg-row__content {
  order: 1;
}

.svc-pkg-row__media {
  position: relative;
  width: 100%;
}
.svc-pkg-row__frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3.25;
  box-shadow: 0 18px 40px -15px rgba(28, 28, 28, 0.14);
  background: var(--paper);
}
.svc-pkg-row__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.85s var(--ease-out);
}
.svc-pkg-row:hover .svc-pkg-row__frame img {
  transform: scale(1.04);
}
.svc-pkg-row__badge {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  z-index: 2;
  background: rgba(28, 28, 28, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--paper);
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
}
.svc-pkg-row__badge em {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(251, 248, 247, 0.95);
  margin-left: 0.2rem;
}

.svc-pkg-row__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.svc-pkg-row__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 500;
  margin-bottom: 0.85rem;
}
.svc-pkg-row__eyebrow-line {
  width: 26px;
  height: 1px;
  background: var(--accent-deep);
  opacity: 0.85;
}
.svc-pkg-row__title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.14;
  letter-spacing: 0.01em;
  margin-bottom: 1.15rem;
}
.svc-pkg-row__desc {
  font-family: var(--sans);
  font-size: clamp(0.92rem, 1.05vw, 0.98rem);
  font-weight: 300;
  line-height: 1.76;
  color: var(--ink-soft);
  margin-bottom: 1.6rem;
  max-width: 36rem;
}
.svc-pkg-row__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.6rem;
  margin-bottom: 2rem;
  width: 100%;
}
.svc-pkg-row__features li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sans);
  font-size: clamp(0.82rem, 0.95vw, 0.88rem);
  color: var(--ink);
  line-height: 1.4;
}
.svc-pkg-row__check {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--accent-deep);
  flex-shrink: 0;
}
.btn-pkg {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s var(--ease-out), box-shadow 0.35s;
}
.btn-pkg:hover {
  background: var(--accent-deep);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(28, 28, 28, 0.3);
}

@media (max-width: 56rem) {
  .svc-pkg-row,
  .svc-pkg-row--reverse {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  .svc-pkg-row--reverse .svc-pkg-row__media {
    order: -1;
  }
  .svc-pkg-row--reverse .svc-pkg-row__content {
    order: 1;
  }
  .svc-pkg-row__features {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ---------- Real Weddings & Celebrations Gallery (Services Page) ---------- */
.svc-gallery {
  background: var(--paper);
  padding-block: clamp(4.5rem, 8vw, 7rem);
  position: relative;
}
.svc-gallery .sec-head {
  text-align: left;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.svc-gallery .sec-head__desc {
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 300;
  color: var(--ink-soft);
  max-width: 44rem;
  line-height: 1.75;
  margin-top: 1rem;
}
.svc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
}
.svc-gallery__item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 0;
  background: var(--ink);
  box-shadow: 0 16px 36px -18px rgba(28, 28, 28, 0.22);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s ease;
}
.svc-gallery__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -18px rgba(28, 28, 28, 0.32);
}
.svc-gallery__item--col-4 {
  grid-column: span 4;
}
.svc-gallery__item--col-8 {
  grid-column: span 8;
}
.svc-gallery__media {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.svc-gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease-out);
}
.svc-gallery__item:hover .svc-gallery__media img {
  transform: scale(1.05);
}
.svc-gallery__item--tall {
  aspect-ratio: 4 / 5;
}
.svc-gallery__item--wide {
  aspect-ratio: 16 / 9.8;
}
.svc-gallery__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(1.4rem, 2.5vw, 2.2rem) clamp(1.2rem, 2.2vw, 1.8rem);
  background: linear-gradient(to top, rgba(20, 20, 20, 0.92) 0%, rgba(20, 20, 20, 0.58) 60%, transparent 100%);
  color: var(--paper);
  z-index: 2;
  transition: transform 0.4s var(--ease-out);
  pointer-events: none;
}
.svc-gallery__tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.svc-gallery__item-title {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--paper);
  margin-bottom: 0.3rem;
  letter-spacing: 0.02em;
}
.svc-gallery__item-loc {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(251, 248, 247, 0.76);
  line-height: 1.4;
  margin: 0;
}
.svc-gallery__foot {
  margin-top: clamp(3rem, 5vw, 4.5rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
}
.svc-gallery__foot-text {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 400;
  color: var(--ink);
  font-style: italic;
  margin: 0;
}

@media (max-width: 64rem) {
  .svc-gallery__item--col-8,
  .svc-gallery__item--col-4 {
    grid-column: span 6;
  }
  .svc-gallery__item--wide,
  .svc-gallery__item--tall {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 42rem) {
  .svc-gallery__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .svc-gallery__item--col-8,
  .svc-gallery__item--col-4 {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
}

/* ---------- The Experience Section (How It Works) ---------- */
.experience {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 8rem);
  border-top: 1px solid rgba(251, 248, 247, 0.08);
}
.experience__head {
  text-align: left;
  margin-bottom: clamp(3rem, 5.5vw, 4.5rem);
}
.experience__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.1rem;
}
.experience__eyebrow-line {
  width: 26px;
  height: 1px;
  background: var(--accent);
  opacity: 0.85;
}
.experience__title {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0.01em;
  color: var(--paper);
}
.experience__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  margin-left: 0.35rem;
}

.experience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(251, 248, 247, 0.12);
  border-bottom: 1px solid rgba(251, 248, 247, 0.12);
}
.exp-step {
  padding: clamp(2.2rem, 3.5vw, 3.2rem) clamp(1.4rem, 2.2vw, 2.2rem);
  border-right: 1px solid rgba(251, 248, 247, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: background 0.35s ease;
}
.exp-step:last-child {
  border-right: none;
}
.exp-step:hover {
  background: rgba(255, 255, 255, 0.03);
}
.exp-step__icon {
  width: 2.1rem;
  height: 2.1rem;
  color: var(--accent);
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.35s var(--ease-out);
}
.exp-step:hover .exp-step__icon {
  transform: scale(1.12);
}
.exp-step__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(251, 248, 247, 0.16);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.4);
}
.exp-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease-out);
}
.exp-step:hover .exp-step__media img {
  transform: scale(1.08);
}
.exp-step__num {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 248, 247, 0.45);
  font-weight: 400;
  margin-bottom: 0.85rem;
}
.exp-step__title {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper);
  line-height: 1.25;
  margin-bottom: 0.95rem;
}
.exp-step__desc {
  font-family: var(--sans);
  font-size: clamp(0.88rem, 1vw, 0.94rem);
  font-weight: 300;
  line-height: 1.74;
  color: rgba(251, 248, 247, 0.7);
}

@media (max-width: 64rem) {
  .experience__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .exp-step:nth-child(2) {
    border-right: none;
  }
  .exp-step:nth-child(1),
  .exp-step:nth-child(2) {
    border-bottom: 1px solid rgba(251, 248, 247, 0.12);
  }
}
@media (max-width: 36rem) {
  .experience__grid {
    grid-template-columns: 1fr;
  }
  .exp-step {
    border-right: none;
    border-bottom: 1px solid rgba(251, 248, 247, 0.12);
    padding: 2rem 0.5rem;
  }
  .exp-step:last-child {
    border-bottom: none;
  }
}

/* ---------- Story Gallery Slideshow ---------- */
.gallery-sec { position: relative; overflow: hidden; }
.slideshow { max-width: 72rem; margin-inline: auto; display: grid; gap: 1.2rem; }
.slideshow__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 26rem;
  max-height: 44rem;
  border-radius: 14px;
  overflow: hidden;
  background: radial-gradient(circle at center, #242221 0%, #131211 100%);
  box-shadow: 0 34px 70px -30px rgba(28, 28, 28, 0.38);
}
.slideshow__track { position: relative; width: 100%; height: 100%; }
.slideshow__slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 0.65s var(--ease-io), visibility 0.65s;
  pointer-events: none;
}
.slideshow__slide.is-active {
  opacity: 1; visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.slideshow__figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: clamp(0.75rem, 1.8vw, 1.5rem) clamp(0.75rem, 1.8vw, 1.5rem) clamp(3.2rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.slideshow__figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}
.slideshow__caption { display: none; }
.slideshow__nav {
  position: absolute;
  right: clamp(1.2rem, 3.2vw, 2.5rem);
  bottom: clamp(1.2rem, 3.2vw, 2.4rem);
  z-index: 3;
  display: flex; align-items: center; gap: 0.65rem;
  background: rgba(28, 28, 28, 0.72);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid rgba(251, 248, 247, 0.18);
  padding: 0.4rem 0.55rem 0.4rem 0.95rem;
  border-radius: 999px;
  color: var(--paper);
  box-shadow: 0 16px 36px -12px rgba(0,0,0,0.45);
}
.slideshow__counter {
  display: flex; align-items: baseline; gap: 0.35rem;
  font-family: var(--serif);
  padding-inline: 0.3rem;
  user-select: none;
}
.slideshow__counter-cur {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--accent);
  min-width: 1.4rem;
  text-align: center;
}
.slideshow__counter-sep { opacity: 0.4; font-size: 0.85rem; }
.slideshow__counter-tot { opacity: 0.7; font-size: 0.92rem; }
.slideshow__nav-btn {
  width: 2.35rem; height: 2.35rem; border-radius: 999px;
  display: grid; place-items: center;
  border: 1px solid rgba(251, 248, 247, 0.24);
  color: var(--paper);
  transition: background 0.3s, color 0.3s, transform 0.3s var(--ease-out), border-color 0.3s;
}
.slideshow__nav-btn:hover {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
  transform: scale(1.08);
}
.slideshow__nav-btn:active { transform: scale(0.94); }
.slideshow__nav-btn .ico { width: 1.15rem; height: 1.15rem; }

.slideshow__thumbs {
  position: relative;
  display: flex; gap: 0.75rem;
  overflow-x: auto;
  padding: 0.8rem 0.2rem 0.4rem;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slideshow__thumb {
  flex: 0 0 clamp(4.6rem, 8vw, 6.4rem);
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.46;
  cursor: pointer;
  background: var(--ink);
  transition: opacity 0.35s, transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s;
  padding: 0;
}
.slideshow__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.slideshow__thumb:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.slideshow__thumb.is-active {
  opacity: 1;
  border-color: var(--accent-deep);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px -8px rgba(28,28,28,0.45);
}

@media (max-width: 48rem) {
  .slideshow__stage {
    aspect-ratio: 5 / 4;
    min-height: 21rem;
  }
  .slideshow__caption {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 4.4rem;
    max-width: none;
    padding: 0.65rem 0.95rem;
    gap: 0.2rem;
  }
  .slideshow__tag {
    font-size: 0.62rem;
  }
  .slideshow__cap-text {
    font-size: 1.05rem;
  }
  .slideshow__nav {
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.35rem 0.5rem 0.35rem 0.8rem;
  }
  .slideshow__nav-btn {
    width: 2.1rem; height: 2.1rem;
  }
  .slideshow__thumb {
    flex: 0 0 4.6rem;
  }
}

/* ---------- Testimonials ---------- */
.love__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.4rem);
  align-items: stretch;
}
.quote-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 30px -15px rgba(28, 28, 28, 0.08);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out), border-color 0.4s;
}
.quote-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -25px rgba(28, 28, 28, 0.22);
  border-color: var(--accent);
}
.quote-card--featured {
  background: var(--ink);
  color: var(--paper);
  border-color: rgba(202, 168, 144, 0.3);
}
.quote-card--featured:hover {
  box-shadow: 0 34px 70px -25px rgba(0, 0, 0, 0.5);
  border-color: var(--accent);
}
.quote-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sand);
}
.quote-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.quote-card:hover .quote-card__media img {
  transform: scale(1.05);
}
.quote-card__tag {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: rgba(28, 28, 28, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.quote-card__tag--gold {
  background: rgba(202, 168, 144, 0.9);
  color: var(--ink);
  border-color: transparent;
  font-weight: 600;
}
.quote-card__body {
  padding: clamp(1.4rem, 2.2vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  flex: 1;
}
.quote-card__stars {
  display: flex;
  gap: 0.25rem;
  color: var(--accent-deep);
}
.quote-card--featured .quote-card__stars {
  color: var(--accent);
}
.quote-card__stars svg {
  width: 0.95rem;
  height: 0.95rem;
}
.quote-card blockquote {
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink);
  flex: 1;
  margin: 0;
}
.quote-card--featured blockquote {
  color: var(--paper);
}
.quote-card__who {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}
.quote-card--featured .quote-card__who {
  border-top-color: rgba(251, 248, 247, 0.12);
}
.quote-card__who strong {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.25;
  color: var(--ink);
}
.quote-card--featured .quote-card__who strong {
  color: var(--paper);
}
.quote-card__who span {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: block;
  margin-top: 0.2rem;
}
.quote-card--featured .quote-card__who span {
  color: rgba(251, 248, 247, 0.65);
}

.love__trust {
  margin-top: clamp(2.5rem, 4.5vw, 3.8rem);
  display: flex;
  justify-content: center;
}
.love__trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  background: var(--sand);
  border: 1px solid var(--line);
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(28, 28, 28, 0.04);
}
.love__trust-badge .love__aside-mark {
  width: 2.2rem;
  height: 2.2rem;
  color: var(--accent-deep);
  flex-shrink: 0;
}
.love__trust-text p {
  font-family: var(--sans);
  font-size: 0.84rem;
  color: var(--ink);
  margin: 0;
  letter-spacing: 0.04em;
}
.love__trust-text p strong {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 64rem) {
  .love__grid {
    grid-template-columns: 1fr;
    max-width: 36rem;
    margin-inline: auto;
  }
}

/* ---------- Home Moments Section ---------- */
.home-moments {
  padding: clamp(4.5rem, 7.5vw, 7.5rem) 0;
  border-top: 1px solid var(--line);
}
.home-moments__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.2rem, 2vw, 1.8rem);
}
.home-moment-card {
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 30px -15px rgba(28, 28, 28, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out), border-color 0.4s;
}
.home-moment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -25px rgba(28, 28, 28, 0.2);
  border-color: var(--accent);
}
.home-moment-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sand);
}
.home-moment-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.home-moment-card:hover .home-moment-card__media img {
  transform: scale(1.06);
}
.home-moment-card__tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(28, 28, 28, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.home-moment-card__info {
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.home-moment-card__info h3 {
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  margin: 0;
}
.home-moment-card__info p {
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 64rem) {
  .home-moments__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 38rem) {
  .home-moments__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- CTA ---------- */
.cta { position: relative; min-height: 78svh; display: grid; place-items: center; overflow: hidden; text-align: center; color: var(--paper); padding: var(--sec-pad) var(--gutter); }
.cta__media { position: absolute; inset: -14% 0; z-index: 0; }
.cta__media img { width: 100%; height: 100%; object-fit: cover; }
.cta__veil { position: absolute; inset: 0; background: rgba(28,28,28,0.62); }
.cta__content { position: relative; z-index: 1; display: grid; justify-items: center; gap: 2rem; }
.cta__eyebrow { font-size: 0.78rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); }
.cta__title { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 6.5vw, 5.4rem); line-height: 1.05; }
.cta__title em { font-style: italic; color: var(--accent); }

/* ---------- Contact ---------- */
.contact__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; }
.contact__lede { font-size: 1.05rem; color: var(--ink-soft); margin-bottom: 2rem; max-width: 30rem; }
.contact__list { display: grid; gap: 0.8rem; margin-bottom: 2.2rem; }
.contact__row {
  display: flex; align-items: center; gap: 1.1rem;
  border: 1px solid var(--line); border-radius: 8px; padding: 1.05rem 1.3rem;
  transition: border-color 0.35s, background 0.35s, transform 0.4s var(--ease-out);
}
.contact__row:hover { border-color: var(--accent-deep); background: var(--sand); transform: translateX(6px); }
.contact__row .ico { color: var(--accent-deep); }
.contact__row span { flex: 1; display: grid; }
.contact__row em { font-style: normal; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); }
.contact__row strong { font-weight: 500; word-break: break-word; }
.contact__go { width: 1rem; height: 1rem; opacity: 0; transform: translate(-6px, 6px); transition: opacity 0.35s, transform 0.4s var(--ease-out); color: var(--accent-deep); }
.contact__row:hover .contact__go { opacity: 1; transform: none; }
.contact__row--static { cursor: default; }
.contact__row--static:hover { transform: none; background: transparent; border-color: var(--line); }

/* ---------- Form ---------- */
.form { display: grid; gap: 1.4rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.field { display: grid; gap: 0.45rem; }
.field__label { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); display: flex; gap: 0.3rem; }
.field__label b { color: var(--accent-deep); }
.field__input {
  width: 100%; font: inherit; font-weight: 400; color: var(--ink);
  background: transparent; border: 0; border-bottom: 1px solid var(--line);
  padding: 0.7rem 0.1rem; border-radius: 0;
  transition: border-color 0.35s, box-shadow 0.35s;
  -webkit-appearance: none; appearance: none;
}
.field__input::placeholder { color: rgba(97,97,97,0.5); }
.field__input:focus { outline: none; border-color: var(--accent-deep); box-shadow: 0 1px 0 var(--accent-deep); }
textarea.field__input--area { resize: vertical; min-height: 7.5rem; }
.field__select { position: relative; display: block; }
.field__select select { cursor: pointer; padding-right: 2rem; }
.field__select select option { color: var(--ink); }
.field__chev { position: absolute; right: 0.2rem; top: 50%; width: 1rem; height: 1rem; transform: translateY(-50%); pointer-events: none; color: var(--ink-soft); transition: transform 0.3s var(--ease-out); }
.field__select:hover .field__chev { transform: translateY(-50%) translateY(2px); }
input[type="date"].field__input::-webkit-calendar-picker-indicator { opacity: 0.55; cursor: pointer; }
.form__actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; margin-top: 0.4rem; }
.form__note { font-size: 0.8rem; color: var(--ink-soft); }
.form__check {
  display: flex; align-items: flex-start; gap: 0.7rem;
  font-size: 0.88rem; color: var(--ink-soft); cursor: pointer; line-height: 1.5;
}
.form__check input {
  appearance: none; width: 1.05rem; height: 1.05rem; margin-top: 0.15rem; flex: none;
  border: 1px solid var(--line); border-radius: 0.2rem; background: var(--paper);
  display: grid; place-items: center; cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}
.form__check input::after {
  content: ""; width: 0.55rem; height: 0.3rem; border-left: 1.5px solid var(--paper);
  border-bottom: 1.5px solid var(--paper); transform: rotate(-45deg) scale(0); margin-top: -0.1rem;
  transition: transform 0.25s var(--ease-out);
}
.form__check input:checked { background: var(--accent-deep); border-color: var(--accent-deep); }
.form__check input:checked::after { transform: rotate(-45deg) scale(1); }
.form__check:hover input { border-color: var(--accent-deep); }
.form__success {
  display: none; align-items: center; gap: 0.8rem;
  border: 1px solid var(--accent-deep); background: var(--sand); border-radius: 8px;
  padding: 1rem 1.3rem; color: var(--ink);
}
.form__success .ico { color: var(--accent-deep); }
.form.is-sent .form__success { display: flex; animation: fade-up 0.6s var(--ease-out); }
@keyframes fade-up { from { opacity: 0; transform: translateY(0.8rem); } }
.form.is-sent .form__row, .form.is-sent > .field, .form.is-sent .form__actions { display: none; }
.form.is-sent .form__check { display: none; }
.form.is-sent .btn { display: none; }

/* ---------- Connect block (contact page) ---------- */
.connect { margin-top: 2.2rem; display: grid; gap: 1.1rem; justify-items: start; }
.connect__title {
  font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--ink);
  display: flex; align-items: center; gap: 0.8rem;
}
.connect__title::after { content: ""; width: 2.2rem; height: 1px; background: var(--accent); }

/* ---------- Contact Visual Card ---------- */
.contact__visual-card {
  margin-top: 2.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 40px -20px rgba(28, 28, 28, 0.1);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), border-color 0.3s;
}
.contact__visual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -20px rgba(28, 28, 28, 0.18);
  border-color: var(--accent);
}
.contact__visual-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sand);
}
.contact__visual-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.contact__visual-card:hover .contact__visual-media img {
  transform: scale(1.05);
}
.contact__visual-tag {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: rgba(28, 28, 28, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.contact__visual-body {
  padding: 1.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact__visual-stars {
  color: var(--accent-deep);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
}
.contact__visual-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
}
.contact__visual-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.6rem;
  border-top: 1px solid var(--line);
}
.contact__visual-meta strong {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
}
.contact__visual-meta span {
  font-size: 0.75rem;
  color: var(--ink-soft);
  letter-spacing: 0.05em;
}

/* ---------- Contact Moments Ribbon Section ---------- */
.contact-moments {
  padding: clamp(4.5rem, 7.5vw, 7.5rem) 0;
  border-top: 1px solid var(--line);
  background: var(--sand);
}
.contact-moments__head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}
.contact-moments__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.8rem;
}
.contact-moments__eyebrow-line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: var(--accent);
}
.contact-moments__title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 1.2rem;
}
.contact-moments__title em {
  font-style: italic;
  color: var(--accent-deep);
}
.contact-moments__desc {
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 auto;
}

.contact-moments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.5vw, 2.2rem);
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}
.contact-moment-card {
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 30px -15px rgba(28, 28, 28, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out), border-color 0.4s;
}
.contact-moment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -25px rgba(28, 28, 28, 0.2);
  border-color: var(--accent);
}
.contact-moment-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sand);
}
.contact-moment-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.contact-moment-card:hover .contact-moment-card__media img {
  transform: scale(1.06);
}
.contact-moment-card__pill {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: rgba(28, 28, 28, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.contact-moment-card__caption {
  padding: clamp(1.2rem, 1.8vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.contact-moment-card__caption h3 {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.5vw, 1.35rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  margin: 0;
}
.contact-moment-card__caption p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Reassurance Strip */
.contact-reassurance {
  margin-top: 1rem;
}
.contact-reassurance__box {
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius);
  padding: clamp(2rem, 4vw, 3rem) clamp(2rem, 5vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 3vw, 3rem);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(202, 168, 144, 0.25);
}
.contact-reassurance__tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.contact-reassurance__headline {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 400;
  color: var(--paper);
  line-height: 1.25;
  margin: 0 0 0.5rem;
}
.contact-reassurance__sub {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(247, 245, 240, 0.75);
  margin: 0;
  max-width: 36rem;
}
.contact-reassurance__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.contact-reassurance__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--paper);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.contact-reassurance__phone:hover {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(202, 168, 144, 0.12);
}
.contact-reassurance__phone .ico {
  width: 1rem;
  height: 1rem;
  color: var(--accent);
}

@media (max-width: 64rem) {
  .contact-moments__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-reassurance__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 40rem) {
  .contact-moments__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--paper); padding: clamp(4rem, 8vw, 6.5rem) 0 2.4rem; }
.footer__top { display: grid; grid-template-columns: 1.2fr 0.7fr auto; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; padding-bottom: 3rem; border-bottom: 1px solid var(--line-light); }
.footer__brand .brand { color: var(--paper); }
.footer__brand .brand__logo--dark { display: block; height: clamp(3.2rem, 5vw, 4rem); }
.footer__brand .brand__logo--light { display: none; }
.footer__tag { margin-top: 1.1rem; font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--accent); }
.newsletter { margin-top: 1.8rem; display: grid; gap: 0.6rem; max-width: 22rem; }
.newsletter__label { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(251,248,247,0.65); }
.newsletter__row { display: flex; border-bottom: 1px solid var(--line-light); transition: border-color 0.3s; }
.newsletter__row:focus-within { border-color: var(--accent); }
.newsletter__row input {
  flex: 1; background: transparent; border: 0; color: var(--paper);
  font: inherit; font-weight: 300; padding: 0.7rem 0.1rem; min-width: 0;
}
.newsletter__row input::placeholder { color: rgba(251,248,247,0.4); }
.newsletter__row input:focus { outline: none; }
.newsletter__row button { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; color: var(--accent); transition: transform 0.4s var(--ease-out), color 0.3s; }
.newsletter__row button:hover { transform: translateX(4px); color: var(--paper); }
.newsletter__row button svg { width: 1.1rem; height: 1.1rem; }
.newsletter__done { display: none; align-items: center; gap: 0.5rem; color: var(--accent); font-size: 0.85rem; }
.newsletter__done .ico { width: 1.1rem; height: 1.1rem; }
.newsletter.is-done .newsletter__done { display: flex; }
.newsletter.is-done .newsletter__row { display: none; }
.footer__nav { display: grid; gap: 0.65rem; align-content: start; }
.footer__nav a { font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(251,248,247,0.7); width: fit-content; position: relative; transition: color 0.3s; }
.footer__nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform 0.35s var(--ease-out); }
.footer__nav a:hover { color: var(--accent); }
.footer__nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer__nav a.is-active { color: var(--accent); }
.footer__social { display: flex; gap: 0.8rem; }
.footer__social a {
  width: 2.8rem; height: 2.8rem; border-radius: 999px; border: 1px solid var(--line-light);
  display: grid; place-items: center; color: rgba(251,248,247,0.8);
  transition: background 0.35s, color 0.35s, border-color 0.35s, transform 0.4s var(--ease-out);
}
.footer__social a:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); transform: translateY(-4px); }
.footer__social svg { width: 1.15rem; height: 1.15rem; }
.footer__legal { display: grid; gap: 1.2rem; padding-top: 2rem; }
.footer__credit { font-size: 0.95rem; color: rgba(251,248,247,0.72); max-width: 58rem; line-height: 1.7; }
.footer__credit a { color: inherit; text-decoration: underline; text-underline-offset: 3px; transition: color 0.3s; }
.footer__credit a:hover { color: var(--accent); }
.footer__meta { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: 0.78rem; color: rgba(251,248,247,0.55); }
.footer__meta a { color: inherit; border-bottom: 1px solid var(--line-light); transition: color 0.3s; }
.footer__meta a:hover { color: var(--accent); }

/* ---------- Interior page hero ---------- */
.page-hero {
  position: relative;
  padding: calc(clamp(6.5rem, 14vw, 11rem) + 2.5rem) 0 clamp(3.2rem, 6vw, 5rem);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.page-hero__mark {
  position: absolute;
  right: max(-6rem, -8vw);
  bottom: -6rem;
  width: clamp(16rem, 30vw, 26rem);
  height: auto;
  aspect-ratio: 1;
  color: var(--paper);
  opacity: 0.07;
  pointer-events: none;
}
.page-hero__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.4rem;
}
.page-hero__eyebrow::before { content: ""; width: 2.6rem; height: 1px; background: var(--accent); }
.page-hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  line-height: 1.04;
  max-width: 14em;
}
.page-hero__title em { font-style: italic; color: var(--accent); }
.page-hero__lede {
  margin-top: 1.6rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(251, 248, 247, 0.72);
}

/* ---------- Interior page image band ---------- */
.page-band { padding-block: clamp(2.2rem, 5vw, 4rem) 0; }
.page-band .frame { height: clamp(16rem, 42vw, 30rem); }
.page-band .frame img { height: 100%; }

/* ---------- Prose (privacy policy) ---------- */
.prose { max-width: 46rem; display: grid; gap: 1.1rem; }
.prose h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.2;
  color: var(--ink);
  margin-top: 2.2rem;
}
.prose h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 1.6rem;
}
.prose p { color: var(--ink-soft); line-height: 1.75; }
.prose ul { display: grid; gap: 0.55rem; padding-left: 1.2rem; color: var(--ink-soft); line-height: 1.7; }
.prose strong { color: var(--ink); font-weight: 500; }
.prose em { font-style: italic; }
.prose a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; transition: color 0.3s; }
.prose a:hover { color: var(--ink); }
.prose__meta {
  margin-top: 2.6rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink);
}

/* ---------- Newsletter page ---------- */
.news-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--line);
}
.news-sub__icon { width: 1.8rem; height: 1.8rem; color: var(--accent-deep); margin-bottom: 1rem; }
.news-sub__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.08; margin-bottom: 1.2rem;
}
.news-sub__title em { font-style: italic; color: var(--accent-deep); }
.news-sub__text { color: var(--ink-soft); max-width: 30rem; line-height: 1.7; }
.news-sub__form { justify-items: start; }

/* ============================================================
   Newsletter Redesign (Clean, Editorial, Interactive)
   ============================================================ */

/* Hero metadata pills */
.nl-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
  margin-top: 1.8rem;
}
.nl-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  background: rgba(28, 28, 28, 0.05);
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
}
.nl-pill--accent {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

/* Section 1: Welcome & Cover Feature */
.nl-welcome {
  background: var(--paper);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--line);
}
.nl-welcome__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.nl-welcome__card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: clamp(2rem, 4vw, 3.2rem);
  box-shadow: 0 12px 36px rgba(28, 28, 28, 0.04);
}
.nl-welcome__author-bar {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.6rem;
}
.nl-welcome__avatar {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent);
  box-shadow: 0 4px 12px rgba(28, 28, 28, 0.08);
}
.nl-welcome__author-eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.2rem;
}
.nl-welcome__author-name {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
}
.nl-welcome__author-name span {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--ink-soft);
  margin-left: 0.4rem;
}
.nl-welcome__title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 1.2rem;
}
.nl-welcome__quote {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 1.8rem;
}
.nl-welcome__toc-title {
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nl-welcome__toc-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.nl-welcome__toc-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 1.2rem;
  margin-bottom: 2rem;
}
.nl-welcome__toc-item {
  font-family: var(--sans);
  font-size: 0.88rem;
  color: var(--ink-soft);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.nl-welcome__toc-item strong {
  font-family: var(--serif);
  font-size: 0.95rem;
  color: var(--accent-deep);
}
.nl-welcome__sig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}
.nl-welcome__sig-name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.8rem;
  color: var(--ink);
}

/* Right featured visual */
.nl-welcome__visual {
  position: relative;
}
.nl-welcome__frame {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(28, 28, 28, 0.1);
  aspect-ratio: 4 / 5;
  background: var(--sand);
}
.nl-welcome__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nl-welcome__badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: rgba(28, 28, 28, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nl-welcome__caption {
  margin-top: 0.9rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Section 2: Interactive Publication Reader */
.nl-reader {
  background: var(--sand);
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 5rem;
}
.nl-reader__header {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto clamp(2.5rem, 5vw, 3.8rem);
}
.nl-reader__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.8rem;
}
.nl-reader__title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 1rem;
}
.nl-reader__title em {
  font-style: italic;
  font-weight: 400;
}
.nl-reader__lede {
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: var(--ink-soft);
  line-height: 1.7;
}

/* Mode Switcher */
.nl-view-switcher {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2.2rem;
}
.nl-view-btn {
  appearance: none;
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.nl-view-btn.is-active,
.nl-view-btn:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

/* Reader Container */
.nl-reader__stage {
  max-width: 58rem;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: clamp(1.2rem, 3vw, 2.5rem);
  box-shadow: 0 20px 50px rgba(28, 28, 28, 0.07);
}
.nl-reader__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.5rem;
}
.nl-reader__page-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.nl-reader__page-pill {
  background: var(--sand);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}
.nl-reader__page-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
}
.nl-reader__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.nl-reader__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--sand);
  border: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 500;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}
.nl-reader__btn:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

/* Page Frame with Left & Right Flip Buttons */
.nl-reader__viewport {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf9f6;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: clamp(1rem, 2.5vw, 2.2rem);
  min-height: 520px;
}
.nl-reader__main-img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 12px 36px rgba(28, 28, 28, 0.12);
  cursor: zoom-in;
  transition: transform 0.3s ease, opacity 0.25s ease;
}
.nl-reader__main-img:hover {
  transform: translateY(-2px);
}
.nl-reader__nav-btn,
button.nl-reader__nav-btn,
[type="button"].nl-reader__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50% !important;
  background: rgba(28, 28, 28, 0.85) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  display: grid;
  place-items: center;
  cursor: pointer;
  outline: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.25s ease;
  z-index: 5;
  padding: 0 !important;
}
.nl-reader__nav-btn:hover,
button.nl-reader__nav-btn:hover,
[type="button"].nl-reader__nav-btn:hover {
  background: #1c1c1c !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.08);
}
.nl-reader__nav-btn:focus,
.nl-reader__nav-btn:focus-visible,
.nl-reader__nav-btn:active,
button.nl-reader__nav-btn:focus,
button.nl-reader__nav-btn:focus-visible,
button.nl-reader__nav-btn:active,
[type="button"].nl-reader__nav-btn:focus,
[type="button"].nl-reader__nav-btn:focus-visible,
[type="button"].nl-reader__nav-btn:active {
  background: #1c1c1c !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(202, 168, 144, 0.5), 0 6px 18px rgba(0, 0, 0, 0.3) !important;
}
.nl-reader__nav-btn--prev { left: 0.8rem; }
.nl-reader__nav-btn--next { right: 0.8rem; }
.nl-reader__nav-btn:disabled,
button.nl-reader__nav-btn:disabled,
[type="button"].nl-reader__nav-btn:disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background: rgba(28, 28, 28, 0.4) !important;
  box-shadow: none !important;
}
.nl-reader__nav-btn svg,
button.nl-reader__nav-btn svg,
[type="button"].nl-reader__nav-btn svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
}

/* Thumbnails row */
.nl-reader__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.8rem;
}
.nl-reader__thumb-card {
  background: var(--sand);
  border: 2px solid transparent;
  border-radius: 0.8rem;
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.nl-reader__thumb-card:hover {
  background: #ffffff;
  border-color: var(--line);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(28, 28, 28, 0.06);
}
.nl-reader__thumb-card.is-active {
  background: #ffffff;
  border-color: var(--accent-deep);
  box-shadow: 0 8px 24px rgba(184, 115, 87, 0.15);
}
.nl-reader__thumb-preview {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #e8e4dc;
}
.nl-reader__thumb-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nl-reader__thumb-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.nl-reader__thumb-num {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.nl-reader__thumb-title {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
}

/* Spread Grid View */
.nl-spread-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 78rem;
  margin: 0 auto;
}
.nl-spread-grid.is-active {
  display: grid;
}
.nl-spread-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(28, 28, 28, 0.05);
  transition: all 0.35s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.nl-spread-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(28, 28, 28, 0.12);
  border-color: var(--accent);
}
.nl-spread-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--sand);
}
.nl-spread-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.nl-spread-card:hover .nl-spread-card__img-wrap img {
  transform: scale(1.03);
}
.nl-spread-card__badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: rgba(28, 28, 28, 0.85);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}
.nl-spread-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 28, 0.45);
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.nl-spread-card:hover .nl-spread-card__overlay {
  opacity: 1;
}
.nl-spread-card__body {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.nl-spread-card__num {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 600;
}
.nl-spread-card__title {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.25;
}

/* Section 3: Issue Highlights */
.nl-highlights {
  background: var(--paper);
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--line);
}
.nl-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.nl-highlight-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  box-shadow: 0 10px 30px rgba(28, 28, 28, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nl-highlight-card__badge {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.nl-highlight-card__title {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 0.9rem;
}
.nl-highlight-card__text {
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}
.nl-highlight-card__cta,
button.nl-highlight-card__cta,
[type="button"].nl-highlight-card__cta {
  font-family: var(--sans) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  outline: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: color 0.25s ease !important;
}
.nl-highlight-card__cta:hover,
.nl-highlight-card__cta:focus,
.nl-highlight-card__cta:active,
button.nl-highlight-card__cta:hover,
button.nl-highlight-card__cta:focus,
button.nl-highlight-card__cta:active,
[type="button"].nl-highlight-card__cta:hover,
[type="button"].nl-highlight-card__cta:focus,
[type="button"].nl-highlight-card__cta:active {
  color: var(--accent-deep) !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.nl-highlight-card__cta svg,
button.nl-highlight-card__cta svg,
[type="button"].nl-highlight-card__cta svg {
  color: inherit !important;
  fill: none !important;
  stroke: currentColor !important;
  transition: transform 0.25s var(--ease-out) !important;
}
.nl-highlight-card__cta:hover svg,
button.nl-highlight-card__cta:hover svg,
[type="button"].nl-highlight-card__cta:hover svg {
  transform: translateX(4px) !important;
}

.nl-reader__thumb-card,
button.nl-reader__thumb-card,
[type="button"].nl-reader__thumb-card {
  color: var(--ink) !important;
  background: #ffffff !important;
  outline: none !important;
}

/* Lightbox Modal */
.nl-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(14, 14, 14, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
}
.nl-lightbox.is-open {
  display: flex;
}
.nl-lightbox__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 10;
}
.nl-lightbox__close:hover {
  background: #ffffff;
  color: #1c1c1c;
}
.nl-lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nl-lightbox__img {
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}
.nl-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nl-lightbox__nav:hover {
  background: #ffffff;
  color: #1c1c1c;
}
.nl-lightbox__nav--prev { left: 1.5rem; }
.nl-lightbox__nav--next { right: 1.5rem; }
.nl-lightbox__info {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(28, 28, 28, 0.85);
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

/* ---------- Responsive ---------- */
@media (max-width: 64rem) {
  .nav { display: none; }
  .burger { display: grid; }
  .about__grid, .story__grid, .contact__grid { grid-template-columns: 1fr; }
  .news-sub { grid-template-columns: 1fr; }
  .about__media { max-width: 30rem; }
  .story__badge { right: 1rem; }
  .love__grid { grid-template-columns: 1fr 1fr; }
  .love__aside { grid-column: 1 / -1; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__social { grid-column: 1 / -1; }
  .svc { grid-template-columns: 3rem 1fr; }
  .svc__arrow { display: none; }
  .svc-preview { display: none; }
}
@media (max-width: 40rem) {
  .form__row { grid-template-columns: 1fr; }
  .love__grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__scroll { display: none; }
  .frame--small { width: 70%; margin-top: -12%; }
  .story__badge { position: static; margin-top: 1.2rem; width: fit-content; }
  .marquee__group span { padding-inline: 1.1rem; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal-up, .reveal-fade, .reveal-img, .reveal-head * { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .split-line > span { transform: none !important; }
}

/* ============================================================
   Marbleine Event Co. — Elementor & WordPress Integration Styles
   Matches Button, Nav Menu, and Contact Form 7 to local design
   ============================================================ */

/* ------------------------------------------------------------
   1. ELEMENTOR BUTTONS & LINK BUTTONS
   ------------------------------------------------------------ */

/* Primary Solid Buttons */
.elementor-button,
.elementor-button-link,
a.elementor-button,
.elementor-widget-button a,
.elementor-widget-button .elementor-button,
.elementor-button-wrapper a,
.e-button-base,
button.elementor-button,
input[type="submit"].elementor-button {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
  border-radius: 999px !important;
  font-family: var(--sans) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 1rem 1.9rem !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}

/* Ensure inner text and icon inherit button colors properly */
.elementor-button .elementor-button-text,
.elementor-button-link .elementor-button-text,
.elementor-button .elementor-button-content-wrapper {
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

.elementor-button .elementor-button-icon,
.elementor-button svg {
  fill: currentColor !important;
  color: currentColor !important;
  transition: transform 0.4s var(--ease-out) !important;
}

/* Primary Button Hover */
.elementor-button:hover,
.elementor-button-link:hover,
a.elementor-button:hover,
.elementor-widget-button a:hover,
.elementor-widget-button .elementor-button:hover,
.elementor-button-wrapper a:hover,
.e-button-base:hover,
button.elementor-button:hover,
input[type="submit"].elementor-button:hover,
.elementor-button:focus,
.elementor-button-link:focus,
.elementor-button:focus-visible {
  background-color: var(--accent) !important;
  color: var(--ink) !important;
  transform: translateY(-2px);
  text-decoration: none !important;
}

.elementor-button:hover .elementor-button-text,
.elementor-button-link:hover .elementor-button-text {
  color: var(--ink) !important;
}

.elementor-button:hover .elementor-button-icon {
  transform: translate(2px, -2px);
}

.elementor-button:active,
.elementor-button-link:active,
a.elementor-button:active,
.e-button-base:active {
  transform: scale(0.97) !important;
}

/* Outline / Secondary Button Variant */
.elementor-button--outline,
.elementor-button.elementor-button--outline,
.elementor-button.btn--outline,
.elementor-widget-button.is-style-outline a,
.btn--outline {
  background-color: transparent !important;
  color: var(--ink) !important;
  box-shadow: inset 0 0 0 1px var(--line) !important;
  border: none !important;
}

.elementor-button--outline .elementor-button-text,
.elementor-button.elementor-button--outline .elementor-button-text,
.btn--outline .elementor-button-text {
  color: var(--ink) !important;
}

.elementor-button--outline:hover,
.elementor-button.elementor-button--outline:hover,
.elementor-button.btn--outline:hover,
.elementor-widget-button.is-style-outline a:hover,
.btn--outline:hover {
  background-color: var(--accent) !important;
  color: var(--ink) !important;
  box-shadow: inset 0 0 0 1px var(--accent) !important;
}

.elementor-button--outline:hover .elementor-button-text,
.elementor-button.elementor-button--outline:hover .elementor-button-text,
.btn--outline:hover .elementor-button-text {
  color: var(--ink) !important;
}

/* Ghost Button Variant (on dark sections / hero) */
.elementor-button--ghost,
.elementor-button.btn--ghost,
.btn--ghost {
  background-color: transparent !important;
  color: var(--paper) !important;
  box-shadow: inset 0 0 0 1px var(--line-light) !important;
  border: none !important;
}

.elementor-button--ghost .elementor-button-text,
.btn--ghost .elementor-button-text {
  color: var(--paper) !important;
}

.elementor-button--ghost:hover,
.elementor-button.btn--ghost:hover,
.btn--ghost:hover {
  background-color: var(--accent) !important;
  color: var(--ink) !important;
  box-shadow: inset 0 0 0 1px var(--accent) !important;
}

.elementor-button--ghost:hover .elementor-button-text,
.btn--ghost:hover .elementor-button-text {
  color: var(--ink) !important;
}

/* Dark Section Button Overrides */
.section--ink .elementor-button,
.section--ink .elementor-button-link,
.section--ink a.elementor-button,
.cta .elementor-button,
.cta .elementor-button-link,
.section--ink .btn--solid,
.cta .btn--solid {
  background-color: var(--paper) !important;
  color: var(--ink) !important;
}

.section--ink .elementor-button .elementor-button-text,
.cta .elementor-button .elementor-button-text {
  color: var(--ink) !important;
}

.section--ink .elementor-button:hover,
.section--ink .elementor-button-link:hover,
.cta .elementor-button:hover,
.cta .elementor-button-link:hover,
.section--ink .btn--solid:hover,
.cta .btn--solid:hover {
  background-color: var(--accent) !important;
  color: var(--ink) !important;
}

/* Text Link Button Variant (Button styled as pure link) */
.elementor-button--link,
.elementor-button.elementor-button--link,
.elementor-button-link--text,
.elementor-button--text,
.btn-link,
.btn--text {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--ink) !important;
  padding: 0.2rem 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--sans) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.elementor-button--link .elementor-button-text,
.elementor-button-link--text .elementor-button-text {
  color: inherit !important;
}

.elementor-button--link:hover,
.elementor-button.elementor-button--link:hover,
.elementor-button-link--text:hover,
.elementor-button--text:hover,
.btn-link:hover,
.btn--text:hover {
  color: var(--accent-deep) !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* General Elementor Content Links */
.elementor a:not(.elementor-button):not(.e-button-base):not(.brand):not(.nav__link):not(.elementor-item):not(.mmenu__link),
.elementor-widget-text-editor a,
.elementor-heading-title a,
.elementor-post__read-more {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.3s ease;
}

.elementor a:not(.elementor-button):not(.e-button-base):not(.brand):not(.nav__link):not(.elementor-item):not(.mmenu__link):hover,
.elementor-widget-text-editor a:hover,
.elementor-heading-title a:hover,
.elementor-post__read-more:hover {
  color: var(--accent-deep);
}


/* ------------------------------------------------------------
   2. NAVIGATION MENUS (Header, Mobile & Elementor Nav Menu)
   ------------------------------------------------------------ */

.nav,
.elementor-nav-menu,
.main-navigation ul,
.site-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 2.2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link,
.elementor-nav-menu a,
.main-navigation a,
.site-navigation a,
.elementor-nav-menu .elementor-item,
.elementor-nav-menu--main .elementor-item {
  position: relative;
  font-family: var(--sans) !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease, transform 0.4s var(--ease-out) !important;
}

.nav__link:hover,
.elementor-nav-menu a:hover,
.main-navigation a:hover,
.site-navigation a:hover,
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.highlighted,
.elementor-nav-menu .elementor-item:focus {
  color: var(--accent-deep) !important;
}

.nav__link.is-active,
.elementor-nav-menu .elementor-item.elementor-item-active,
.current-menu-item > a,
.current_page_item > a,
.elementor-nav-menu .current-menu-item > a,
.elementor-item.elementor-item-active {
  color: var(--accent-deep) !important;
}

.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--accent-deep) !important;
}

.header:not(.header--sand):not(.is-scrolled) .nav__link,
.header:not(.header--sand):not(.is-scrolled) .elementor-nav-menu a,
.header:not(.header--sand):not(.is-scrolled) .elementor-nav-menu .elementor-item {
  color: var(--paper) !important;
}

.header:not(.header--sand):not(.is-scrolled) .nav__link:hover,
.header:not(.header--sand):not(.is-scrolled) .elementor-nav-menu a:hover,
.header:not(.header--sand):not(.is-scrolled) .elementor-nav-menu .elementor-item:hover,
.header:not(.header--sand):not(.is-scrolled) .nav__link.is-active,
.header:not(.header--sand):not(.is-scrolled) .elementor-nav-menu .elementor-item.elementor-item-active {
  color: var(--accent) !important;
}

.header--sand:not(.is-scrolled) .nav__link,
.header--sand:not(.is-scrolled) .elementor-nav-menu a,
.header--sand:not(.is-scrolled) .elementor-nav-menu .elementor-item {
  color: var(--ink) !important;
}

.header--sand:not(.is-scrolled) .nav__link:hover,
.header--sand:not(.is-scrolled) .elementor-nav-menu a:hover,
.header--sand:not(.is-scrolled) .elementor-nav-menu .elementor-item:hover {
  color: var(--accent-deep) !important;
}

.header--sand:not(.is-scrolled) .nav__link.is-active,
.header--sand:not(.is-scrolled) .elementor-nav-menu .elementor-item.elementor-item-active {
  color: var(--accent-deep) !important;
}

.header.is-scrolled .nav__link,
.header.is-scrolled .elementor-nav-menu a,
.header.is-scrolled .elementor-nav-menu .elementor-item {
  color: var(--ink) !important;
}

.header.is-scrolled .nav__link:hover,
.header.is-scrolled .elementor-nav-menu a:hover,
.header.is-scrolled .elementor-nav-menu .elementor-item:hover {
  color: var(--accent-deep) !important;
}

.header.is-scrolled .nav__link.is-active,
.header.is-scrolled .elementor-nav-menu .elementor-item.elementor-item-active {
  color: var(--accent-deep) !important;
}

/* Nav CTA Button */
.nav__cta,
.elementor-nav-menu .menu-item-cta a,
li.menu-item-cta a {
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 0.7rem 1.3rem !important;
  border-radius: 999px !important;
  transition: all 0.4s var(--ease-out) !important;
}

.header:not(.header--sand):not(.is-scrolled) .nav__cta,
.header:not(.header--sand):not(.is-scrolled) .elementor-nav-menu .menu-item-cta a {
  color: var(--paper) !important;
  box-shadow: inset 0 0 0 1.5px rgba(251, 248, 247, 0.55) !important;
  background: rgba(251, 248, 247, 0.05) !important;
}

.header:not(.header--sand):not(.is-scrolled) .nav__cta:hover,
.header:not(.header--sand):not(.is-scrolled) .elementor-nav-menu .menu-item-cta a:hover {
  color: var(--ink) !important;
  background: var(--accent) !important;
  box-shadow: inset 0 0 0 1.5px var(--accent) !important;
}

.header.is-scrolled .nav__cta,
.header--sand:not(.is-scrolled) .nav__cta,
.header.is-scrolled .elementor-nav-menu .menu-item-cta a,
.header--sand:not(.is-scrolled) .elementor-nav-menu .menu-item-cta a {
  color: var(--ink) !important;
  box-shadow: inset 0 0 0 1px var(--line) !important;
  background: transparent !important;
}

.header.is-scrolled .nav__cta:hover,
.header--sand:not(.is-scrolled) .nav__cta:hover,
.header.is-scrolled .elementor-nav-menu .menu-item-cta a:hover,
.header--sand:not(.is-scrolled) .elementor-nav-menu .menu-item-cta a:hover {
  color: var(--ink) !important;
  background: var(--accent) !important;
  box-shadow: inset 0 0 0 1px var(--accent) !important;
}

/* Nav Submenus / Dropdowns */
.elementor-nav-menu--dropdown,
.sub-menu,
.main-navigation ul ul {
  background-color: var(--ink) !important;
  border-radius: 4px !important;
  border: 1px solid rgba(251, 248, 247, 0.12) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25) !important;
  padding: 0.6rem 0 !important;
}

.elementor-nav-menu--dropdown a,
.elementor-sub-item,
.sub-menu a,
.main-navigation ul ul a {
  color: var(--paper) !important;
  font-family: var(--sans) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 0.6rem 1.4rem !important;
  transition: color 0.3s ease, background-color 0.3s ease !important;
}

.elementor-nav-menu--dropdown a:hover,
.elementor-sub-item:hover,
.sub-menu a:hover,
.main-navigation ul ul a:hover,
.elementor-nav-menu--dropdown .elementor-item-active,
.sub-menu .current-menu-item > a {
  color: var(--accent) !important;
  background-color: rgba(202, 168, 144, 0.12) !important;
}

/* Responsive Navigation Fix */
@media (max-width: 64rem) {
  .nav,
  .main-navigation ul:not(.sub-menu),
  .site-navigation ul:not(.sub-menu) {
    display: none !important;
  }
  .burger,
  .elementor-menu-toggle {
    display: grid !important;
  }
}

/* Mobile Nav Toggle & Drawer */
.elementor-menu-toggle,
.burger {
  color: var(--ink) !important;
  cursor: pointer;
}

.header:not(.header--sand):not(.is-scrolled) .elementor-menu-toggle,
.header:not(.header--sand):not(.is-scrolled) .burger {
  color: var(--paper) !important;
}

.elementor-menu-toggle svg,
.burger svg {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.elementor-menu-toggle:hover,
.burger:hover {
  color: var(--accent-deep) !important;
}

.mmenu {
  background: var(--ink) !important;
  color: var(--paper) !important;
}

.mmenu__link,
.elementor-nav-menu--dropdown.elementor-nav-menu__container a {
  color: var(--paper) !important;
}

.mmenu__link:hover,
.mmenu__link--cta,
.elementor-nav-menu--dropdown.elementor-nav-menu__container a:hover {
  color: var(--accent) !important;
}

.mmenu__link em {
  color: var(--accent) !important;
}

.mmenu__foot {
  color: rgba(251, 248, 247, 0.72) !important;
}


/* ------------------------------------------------------------
   3. CONTACT FORM 7 STYLING (Matches Local Design System)
   ------------------------------------------------------------ */

.wpcf7 {
  width: 100%;
}

.wpcf7 form.wpcf7-form {
  display: grid;
  gap: 1.4rem;
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}

/* Base form inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0.1rem;
  border-radius: 0;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: var(--accent-deep);
  box-shadow: 0 1px 0 var(--accent-deep);
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(97, 97, 97, 0.5);
  font-family: var(--sans);
  font-weight: 300;
}

.wpcf7 textarea {
  resize: vertical;
  min-height: 7.5rem;
}

.wpcf7 select {
  cursor: pointer;
  padding-right: 2rem;
}

.wpcf7 select option {
  color: var(--ink);
  background: var(--paper);
}

/* Date picker indicator */
.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.55;
  cursor: pointer;
  transition: opacity 0.3s;
}

.wpcf7 input[type="date"]:hover::-webkit-calendar-picker-indicator {
  opacity: 0.9;
}

/* CF7 Checkbox */
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
  cursor: pointer;
  line-height: 1.5;
  font-family: var(--sans);
}

.wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 0.2rem;
  background: var(--paper);
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}

.wpcf7-checkbox input[type="checkbox"]::after {
  content: "";
  width: 0.55rem;
  height: 0.3rem;
  border-left: 1.5px solid var(--paper);
  border-bottom: 1.5px solid var(--paper);
  transform: rotate(-45deg) scale(0);
  margin-top: -0.1rem;
  transition: transform 0.25s var(--ease-out);
}

.wpcf7-checkbox input[type="checkbox"]:checked {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.wpcf7-checkbox input[type="checkbox"]:checked::after {
  transform: rotate(-45deg) scale(1);
}

.wpcf7-checkbox:hover input[type="checkbox"] {
  border-color: var(--accent-deep);
}

/* Submit Button in CF7 */
.wpcf7 input[type="submit"].wpcf7-submit,
.wpcf7 input[type="submit"].btn,
.wpcf7 button[type="submit"].btn {
  background-color: var(--ink) !important;
  color: var(--paper) !important;
  border-radius: 999px !important;
  font-family: var(--sans) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 1rem 2.2rem !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
  width: auto !important;
}

.wpcf7 input[type="submit"].wpcf7-submit:hover,
.wpcf7 input[type="submit"].btn:hover,
.wpcf7 button[type="submit"].btn:hover {
  background-color: var(--accent) !important;
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.wpcf7 input[type="submit"].wpcf7-submit:active,
.wpcf7 input[type="submit"].btn:active,
.wpcf7 button[type="submit"].btn:active {
  transform: scale(0.97) !important;
}

/* Spinner */
.wpcf7 .wpcf7-spinner {
  background-color: var(--accent-deep) !important;
  margin-left: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
}

/* Validation Not-Valid Tip */
.wpcf7-not-valid-tip {
  color: var(--accent-deep) !important;
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-top: 0.35rem !important;
  font-weight: 500 !important;
  display: block !important;
}

/* Response Output Container */
.wpcf7 form .wpcf7-response-output {
  margin: 1.2rem 0 0 0 !important;
  padding: 1rem 1.4rem !important;
  border-radius: 8px !important;
  font-family: var(--sans) !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  transition: all 0.4s var(--ease-out) !important;
}

/* Success Response */
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form[data-status="sent"] .wpcf7-response-output {
  border: 1px solid var(--accent-deep) !important;
  background: var(--sand) !important;
  color: var(--ink) !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.8rem !important;
}

.wpcf7 form.sent .wpcf7-response-output::before,
.wpcf7 form[data-status="sent"] .wpcf7-response-output::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--accent-deep);
  color: var(--paper);
  font-weight: 600;
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* Hide form fields when sent for seamless clean success state */
.wpcf7 form.sent .form__row,
.wpcf7 form.sent > .field,
.wpcf7 form.sent .form__check,
.wpcf7 form.sent .form__actions {
  display: none !important;
}

/* Error Response */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form[data-status="invalid"] .wpcf7-response-output,
.wpcf7 form[data-status="failed"] .wpcf7-response-output {
  border: 1px solid rgba(192, 142, 117, 0.45) !important;
  background: rgba(192, 142, 117, 0.08) !important;
  color: var(--ink) !important;
}

@media (max-width: 48rem) {
  .form__row {
    grid-template-columns: 1fr !important;
  }
}
