/* D&D Luxe Events — "Evergreen & Champagne" direction
   Deep forest ink, champagne gold, warm ivory. Editorial serif display. */

:root {
  --ink: #141014;
  --ink-soft: #2c252b;
  --evergreen: #211a20; /* primary dark: noir */
  --champagne: #ab8434;
  --champagne-bright: #dcb96a;
  --ivory: #f4eee3;
  --ivory-deep: #eae1cf;
  --paper: #fbf8f2;
  --text: #332d31;
  --text-muted: #77706c;
  --rule: rgba(33, 26, 32, 0.15);
  --serif: "Marcellus", "Times New Roman", serif;
  --sans: "Jost", "Futura", -apple-system, sans-serif;
  --max: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display {
  font-family: var(--serif);
  font-weight: 500;
  font-optical-sizing: auto;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

img { max-width: 100%; display: block; }
a { color: var(--evergreen); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }

/* ── Eyebrow + rules ── */
.eyebrow {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--champagne);
}
.eyebrow--dark { color: #a98f52; }
.rule-orn {
  display: flex; align-items: center; gap: 14px;
  margin: 18px 0 26px;
}
.rule-orn::before, .rule-orn::after {
  content: ""; height: 1px; width: 56px; background: var(--champagne);
  opacity: 0.55;
}
.rule-orn span { color: var(--champagne); font-size: 13px; }

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 248, 241, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px;
}
.brand { display: flex; align-items: baseline; gap: 10px; text-decoration: none; }
.brand-mark {
  font-family: var(--serif); font-size: 26px; font-weight: 600;
  color: var(--ink); letter-spacing: 0.01em;
}
.brand-mark em { font-style: normal; color: var(--champagne); }
.brand-sub {
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--text-muted); font-weight: 600;
}
nav.primary { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); }
nav.primary a {
  text-decoration: none; color: var(--ink-soft);
  font-size: 14px; font-weight: 500; letter-spacing: 0.02em;
}
nav.primary a:hover { color: var(--champagne); }
nav.primary a.active { color: var(--champagne); }
nav.primary a.btn-gold, nav.primary a.btn-gold.active { color: #fff; }
nav.primary a.btn-gold:hover { color: #fff; }
.btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--sans); font-size: 13.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 28px; border-radius: 2px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  border: 1px solid transparent;
}
.btn-gold { background: var(--champagne); color: #fff; }
.btn-gold:hover { background: var(--evergreen); }
.btn-outline { border-color: var(--champagne); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--champagne); color: #fff; }
.btn-ivory { background: var(--ivory); color: var(--ink); }
.btn-ivory:hover { background: var(--champagne-bright); }
nav .btn { padding: 11px 20px; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

/* ── Hero ── */
.hero {
  background:
    linear-gradient(180deg, rgba(12, 10, 12, 0.72) 0%, rgba(20, 16, 20, 0.62) 55%, rgba(12, 10, 12, 0.9) 100%),
    url("/img/hero.jpg") center 40% / cover no-repeat;
  color: var(--ivory);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 18px;
  border: 1px solid rgba(216, 188, 126, 0.22);
  pointer-events: none;
}
.hero .wrap {
  padding-top: clamp(84px, 12vw, 150px);
  padding-bottom: clamp(84px, 12vw, 150px);
  position: relative; z-index: 1;
  max-width: 900px; text-align: center;
}
.hero h1 {
  color: var(--ivory);
  font-size: clamp(40px, 6.4vw, 74px);
  margin: 20px 0 24px;
}
.hero h1 em { font-style: normal; color: var(--champagne-bright); }
.hero p.lede {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(246, 241, 231, 0.82);
  max-width: 620px; margin: 0 auto 38px;
}
.hero .actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* interior page hero */
.page-hero {
  background: linear-gradient(180deg, rgba(12, 10, 12, 0.82), rgba(24, 20, 24, 0.78)), var(--hero-img, none) center / cover no-repeat, linear-gradient(180deg, #171317, #211a20);
  color: var(--ivory);
}
.page-hero .wrap { padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px); text-align: center; max-width: 820px; }
.page-hero h1 { color: var(--ivory); font-size: clamp(34px, 5vw, 56px); margin-top: 16px; }
.page-hero p { color: rgba(246, 241, 231, 0.8); margin-top: 16px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ── Sections ── */
section.band { padding: clamp(64px, 9vw, 110px) 0; }
.band-ivory { background: var(--ivory); }
.band-dark { background: linear-gradient(165deg, #171317 0%, #241d23 55%, #1a151a 100%); color: var(--ivory); }
.band-dark h2, .band-dark h3 { color: var(--ivory); }
.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 14px 0 16px; }
.section-head p { color: var(--text-muted); }
.band-dark .section-head p { color: rgba(246, 241, 231, 0.75); }

/* ── Cards / grids ── */
.grid { display: grid; gap: clamp(18px, 2.5vw, 28px); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.svc-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.svc-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--champagne), transparent 70%);
}
.svc-card h3 { font-size: 23px; }
.svc-card .card-photo {
  margin: calc(-1 * clamp(26px, 3vw, 38px)) calc(-1 * clamp(26px, 3vw, 38px)) 6px;
  height: 210px; object-fit: cover; width: calc(100% + 2 * clamp(26px, 3vw, 38px));
  max-width: none; filter: saturate(1.08);
}
.svc-card .price {
  font-family: var(--serif); font-size: 30px; color: var(--champagne);
}
.svc-card .price small { font-family: var(--sans); font-size: 12px; color: var(--text-muted); letter-spacing: 0.06em; }
.svc-card p { color: var(--text-muted); font-size: 15px; flex: 1; }
.svc-card ul { list-style: none; margin: 4px 0 8px; }
.svc-card ul li {
  padding-left: 22px; position: relative; font-size: 14.5px;
  color: var(--text); margin-bottom: 8px;
}
.svc-card ul li::before { content: "—"; position: absolute; left: 0; color: var(--champagne); }
.svc-card--feature { background: var(--evergreen); border-color: rgba(216,188,126,0.35); }
.svc-card--feature h3, .svc-card--feature ul li { color: var(--ivory); }
.svc-card--feature p { color: rgba(246,241,231,0.72); }

.addon-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 20px 4px; border-bottom: 1px solid var(--rule);
}
.addon-row h3 { font-size: 19px; }
.addon-row p { color: var(--text-muted); font-size: 14.5px; margin-top: 4px; max-width: 520px; }
.addon-row .price { font-family: var(--serif); font-size: 24px; color: var(--champagne); white-space: nowrap; }
.addon-row .thumb { width: 88px; height: 88px; object-fit: cover; flex: none; border-radius: 2px; }
.addon-row.with-thumb { align-items: center; }
.addon-row.with-thumb > div:first-of-type { display: flex; gap: 18px; align-items: center; }

/* photo strip */
.photo-strip { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 10px; }
.photo-strip img { width: 100%; height: 320px; object-fit: cover; }
.about-photo { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
@media (max-width: 900px) {
  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip img { height: 220px; }
}

/* steps */
.steps { counter-reset: step; }
.step { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(246,241,231,0.14); }
.step:last-child { border-bottom: none; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--serif); font-size: 34px; color: var(--champagne);
  line-height: 1; min-width: 56px;
}
.step h3 { font-size: 20px; margin-bottom: 6px; }
.step p { color: rgba(246,241,231,0.75); font-size: 15px; }

/* ── CTA band ── */
.cta-band { background: var(--ink); color: var(--ivory); text-align: center; }
.cta-band .wrap { padding: clamp(64px, 8vw, 100px) 20px; max-width: 720px; }
.cta-band h2 { color: var(--ivory); font-size: clamp(28px, 4vw, 44px); margin-bottom: 18px; }
.cta-band p { color: rgba(246,241,231,0.75); margin-bottom: 32px; }

/* ── Forms ── */
form.stack { display: grid; gap: 16px; max-width: 560px; }
label { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); display: block; margin-bottom: 6px; }
input, textarea, select {
  width: 100%; padding: 13px 14px; font: inherit; font-size: 15px;
  border: 1px solid var(--rule); background: #fff; border-radius: 2px; color: var(--text);
}
input:focus, textarea:focus, select:focus { outline: 2px solid var(--champagne); outline-offset: 1px; border-color: transparent; }

/* ── Checkout ── */
.checkout-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.order-panel { background: var(--ivory); border: 1px solid var(--rule); padding: clamp(24px, 3vw, 36px); position: sticky; top: 96px; }
.order-panel h3 { font-size: 21px; margin-bottom: 18px; }
.pay-note { font-size: 13px; color: var(--text-muted); margin-top: 14px; }
.line-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: 15px; }
.line-item.total { font-weight: 700; font-size: 17px; border-bottom: none; padding-top: 16px; }
#card-container { min-height: 90px; margin: 18px 0; }
.select-item { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--rule); background: #fff; margin-bottom: 10px; cursor: pointer; }
.select-item input[type="radio"], .select-item input[type="checkbox"] { width: 18px; height: 18px; flex: none; accent-color: var(--champagne); }
.select-item:has(input:checked) { border-color: var(--champagne); background: #fdf9ef; }
.select-item .si-name { flex: 1; font-size: 15px; }
.select-item .si-price { font-family: var(--serif); color: var(--champagne); font-size: 18px; }

/* ── Policy pages ── */
.policy-body { max-width: 760px; margin: 0 auto; padding: clamp(48px, 6vw, 80px) 20px; }
.policy-body h2 { font-size: 24px; margin: 36px 0 12px; }
.policy-body p, .policy-body li { color: var(--text); margin-bottom: 12px; }
.policy-body ul { padding-left: 22px; }
.policy-meta { color: var(--text-muted); font-size: 14px; margin-bottom: 8px; }

/* ── Footer ── */
.site-footer { background: var(--ink); color: rgba(246, 241, 231, 0.75); }
.site-footer .wrap { padding: clamp(56px, 7vw, 84px) clamp(20px, 4vw, 40px) 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(246,241,231,0.14); }
.site-footer .brand-mark { color: var(--ivory); font-size: 24px; }
.site-footer h4 { font-family: var(--sans); font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--champagne); margin-bottom: 16px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 10px; font-size: 14.5px; }
.site-footer a { color: rgba(246,241,231,0.85); text-decoration: none; }
.site-footer a:hover { color: var(--champagne-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; font-size: 13px; color: rgba(246,241,231,0.5); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  nav.primary {
    display: none;
    position: absolute; top: 74px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--rule);
    padding: 10px 24px 20px;
  }
  nav.primary.open { display: flex; }
  nav.primary a { padding: 13px 0; border-bottom: 1px solid var(--rule); }
  nav.primary .btn { margin-top: 14px; text-align: center; }
  .nav-toggle { display: block; }
}

/* ═══ v3 one-pager: animation + premium components ═══ */

/* Nav over hero */
.site-header.overlay { position: fixed; left: 0; right: 0; background: transparent; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.overlay .brand-mark, .site-header.overlay nav.primary a:not(.btn) { color: var(--ivory); }
.site-header.overlay .brand-sub { color: rgba(249,237,228,.75); }
.site-header.overlay .nav-toggle span { background: var(--ivory); }
.site-header.overlay.scrolled { background: rgba(16,13,16,.92); backdrop-filter: blur(12px); border-bottom-color: rgba(234,185,73,.18); }
.site-header.overlay nav.primary a:not(.btn):hover { color: var(--champagne-bright); }
@media (max-width: 900px) {
  .site-header.overlay nav.primary { background: rgba(16,13,16,.97); }
  .site-header.overlay nav.primary a { border-bottom-color: rgba(249,237,228,.12); }
}

/* Hero v2 */
.hero-full { min-height: 100svh; display: flex; align-items: center; }
.hero-full .wrap { padding-top: 130px; padding-bottom: 60px; text-align: left; max-width: var(--max); }
.hero-full h1 { font-size: clamp(44px, 7vw, 92px); max-width: 13ch; margin: 22px 0 26px; }
.hero-full p.lede { margin: 0 0 40px; max-width: 560px; }
.hero-full .actions { justify-content: flex-start; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; }
.hero-kicker::before { content: ""; width: 48px; height: 1px; background: var(--champagne-bright); }
.hero-stats { display: flex; gap: clamp(28px, 5vw, 64px); margin-top: clamp(44px, 6vw, 72px); padding-top: 28px; border-top: 1px solid rgba(249,237,228,.22); flex-wrap: wrap; }
.hero-stats .stat b { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 2.6vw, 34px); color: var(--champagne-bright); }
.hero-stats .stat span { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(249,237,228,.66); }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: rgba(249,237,228,.6); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; animation: cueFloat 2.6s ease-in-out infinite; }
@keyframes cueFloat { 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,8px);} }

/* Entrance + scroll reveal */
@keyframes riseIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.hero-anim > * { opacity: 0; animation: riseIn .9s cubic-bezier(.22,.7,.3,1) forwards; }
.hero-anim > *:nth-child(1) { animation-delay: .1s; }
.hero-anim > *:nth-child(2) { animation-delay: .25s; }
.hero-anim > *:nth-child(3) { animation-delay: .4s; }
.hero-anim > *:nth-child(4) { animation-delay: .55s; }
.hero-anim > *:nth-child(5) { animation-delay: .75s; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.22,.7,.3,1), transform .8s cubic-bezier(.22,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .12s; } .reveal-d2 { transition-delay: .24s; } .reveal-d3 { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
  .hero-anim > *, .reveal { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
  .marquee-track { animation: none !important; }
}

/* Marquee */
.marquee { overflow: hidden; background: var(--ink); border-block: 1px solid rgba(234,185,73,.25); padding: 18px 0; }
.marquee-track { display: flex; gap: 48px; white-space: nowrap; animation: marquee 30s linear infinite; width: max-content; }
.marquee-track span { font-family: var(--serif); font-style: normal; font-size: 19px; color: var(--ivory); opacity: .85; }
.marquee-track i { color: var(--champagne); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Feature grid */
.feature { padding: clamp(24px, 3vw, 34px); border: 1px solid var(--rule); background: var(--paper); transition: transform .35s, box-shadow .35s, border-color .35s; }
.feature:hover { transform: translateY(-6px); box-shadow: 0 24px 48px -24px rgba(20,16,20,.28); border-color: rgba(194,143,44,.5); }
.feature .f-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--champagne); border-radius: 50%; color: var(--champagne); margin-bottom: 18px; }
.feature h3 { font-size: 20px; margin-bottom: 8px; }
.feature p { color: var(--text-muted); font-size: 14.5px; }

/* Cards hover */
.svc-card { transition: transform .35s, box-shadow .35s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 28px 56px -26px rgba(14,12,14,.4); }
.svc-card .card-photo { transition: filter .4s; }
.svc-card:hover .card-photo { filter: saturate(1.2) brightness(1.05); }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 4px; font-family: var(--serif); font-size: 20px; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-size: 22px; color: var(--champagne); transition: transform .3s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 4px 22px; color: var(--text-muted); max-width: 640px; }

/* Split about */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.img-stack { position: relative; }
.img-stack .main { width: 100%; height: 520px; object-fit: cover; }
.img-stack .float { position: absolute; width: 44%; bottom: -40px; right: -24px; border: 6px solid var(--paper); height: 240px; object-fit: cover; box-shadow: 0 30px 60px -20px rgba(14,12,14,.35); }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .img-stack .main { height: 340px; }
  .img-stack .float { display: none; }
  .hero-full { min-height: 92svh; }
}

/* ═══ v4 multi-page: dropdown nav + service detail pages ═══ */
.dropdown { position: relative; }
.dropdown > a { display: inline-flex; align-items: center; gap: 6px; }
.dropdown > a::after { content: "▾"; font-size: 10px; opacity: .7; }
.dropdown-menu {
  position: absolute; top: calc(100% + 14px); left: -18px; min-width: 250px;
  background: var(--paper); border: 1px solid var(--rule); box-shadow: 0 24px 48px -18px rgba(14,12,14,.22);
  padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .25s, transform .25s, visibility .25s;
}
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.dropdown-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.dropdown-menu a { display: flex; justify-content: space-between; gap: 18px; padding: 10px 18px !important; font-size: 14px; color: var(--ink-soft) !important; }
.dropdown-menu a:hover { background: var(--ivory); color: var(--evergreen) !important; }
.dropdown-menu a b { font-weight: 500; font-family: var(--serif); color: var(--champagne); }
.site-header.overlay .dropdown-menu { background: rgba(16,13,16,.97); border-color: rgba(234,185,73,.2); }
.site-header.overlay .dropdown-menu a { color: var(--ivory) !important; }
.site-header.overlay .dropdown-menu a:hover { background: rgba(234,185,73,.1); }
@media (max-width: 900px) {
  .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 0 16px; background: transparent !important; }
  .dropdown > a::after { display: none; }
}

/* breadcrumb */
.crumbs { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(249,237,228,.65); margin-bottom: 14px; }
.crumbs a { color: rgba(249,237,228,.85); text-decoration: none; }
.crumbs a:hover { color: var(--champagne-bright); }

/* service detail layout */
.svc-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.price-card { position: sticky; top: 100px; background: var(--evergreen); color: var(--ivory); padding: clamp(26px, 3vw, 36px); }
.price-card h3 { color: var(--ivory); font-size: 20px; }
.price-card .big { font-family: var(--serif); font-size: 44px; color: var(--champagne-bright); margin: 10px 0 4px; }
.price-card .big small { font-size: 15px; font-family: var(--sans); color: rgba(249,237,228,.7); }
.price-card p { color: rgba(249,237,228,.78); font-size: 14px; margin: 10px 0 20px; }
.price-card .btn { width: 100%; text-align: center; }
.price-card .fine { font-size: 12.5px; color: rgba(249,237,228,.6); margin-top: 14px; }
.price-card .fine a { color: rgba(249,237,228,.85); }
.included { list-style: none; margin: 18px 0 8px; }
.included li { padding: 14px 0 14px 34px; border-bottom: 1px solid var(--rule); position: relative; }
.included li::before { content: "✓"; position: absolute; left: 4px; color: var(--champagne); font-size: 16px; }
.included li b { display: block; font-family: var(--serif); font-weight: 500; font-size: 17.5px; color: var(--ink); }
.included li span { font-size: 14px; color: var(--text-muted); }
.svc-photo { width: 100%; height: 380px; object-fit: cover; margin-bottom: 28px; }
.cross-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cross-grid a { display: block; padding: 18px 20px; border: 1px solid var(--rule); background: var(--paper); text-decoration: none; transition: border-color .3s, transform .3s; }
.cross-grid a:hover { border-color: var(--champagne); transform: translateY(-3px); }
.cross-grid b { font-family: var(--serif); font-weight: 500; color: var(--ink); display: block; font-size: 17px; }
.cross-grid span { font-size: 13px; color: var(--champagne); }
@media (max-width: 900px) {
  .svc-layout { grid-template-columns: 1fr; }
  .price-card { position: static; }
  .cross-grid { grid-template-columns: 1fr; }
}

/* ═══ v5 home: occasions, service rows, seo editorial ═══ */
.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.occasion { position: relative; display: block; height: 300px; overflow: hidden; text-decoration: none; }
.occasion img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.7,.3,1); }
.occasion:hover img { transform: scale(1.06); }
.occasion::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(12,10,12,.78)); }
.occasion .o-label { position: absolute; left: 22px; right: 22px; bottom: 18px; z-index: 1; }
.occasion .o-label b { font-family: var(--serif); font-weight: 500; font-size: 22px; color: var(--ivory); display: block; }
.occasion .o-label span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--champagne-bright); }

.svc-rows { border-top: 1px solid var(--rule); counter-reset: srow; }
.svc-row { display: grid; grid-template-columns: 64px 1.1fr 1.6fr auto; gap: clamp(16px, 3vw, 40px); align-items: center; padding: clamp(22px, 3vw, 34px) 0; border-bottom: 1px solid var(--rule); text-decoration: none; transition: background .3s; }
.svc-row:hover { background: var(--ivory); }
.svc-row::before { counter-increment: srow; content: "0" counter(srow); font-family: var(--serif); font-size: 26px; color: var(--champagne); }
.svc-row h3 { font-size: clamp(20px, 2.2vw, 26px); }
.svc-row p { color: var(--text-muted); font-size: 14.5px; }
.svc-row .arrow { font-size: 22px; color: var(--champagne); transition: transform .3s; }
.svc-row:hover .arrow { transform: translateX(6px); }

.seo-block h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 18px; }
.seo-block h3 { font-size: 20px; margin: 26px 0 8px; }
.seo-block p { margin-bottom: 12px; color: var(--text); }
.seo-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }

@media (max-width: 900px) {
  .occasion-grid { grid-template-columns: 1fr 1fr; }
  .occasion { height: 200px; }
  .svc-row { grid-template-columns: 44px 1fr auto; }
  .svc-row p { display: none; }
  .seo-cols { grid-template-columns: 1fr; }
}

/* ═══ v6 micro-interactions & component polish ═══ */

/* scroll progress */
#progressbar { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--champagne), var(--champagne-bright)); z-index: 100; transition: width .1s linear; }

/* buttons: sheen sweep + focus ring */
.btn { position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-20deg); transition: left .55s ease; }
.btn:hover::after { left: 130%; }
.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--champagne-bright); outline-offset: 3px; }
.btn:active { transform: translateY(1px); }

/* nav link underline grow */
nav.primary a:not(.btn) { position: relative; padding-bottom: 4px; }
nav.primary a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%; background: var(--champagne-bright); transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.22,.7,.3,1); }
nav.primary a:not(.btn):hover::after, nav.primary a:not(.btn).active::after { transform: scaleX(1); transform-origin: left; }
.dropdown-menu a { transition: background .25s, padding-left .25s; }
.dropdown-menu a:hover { padding-left: 24px !important; }

/* hero ken burns */
.hero { background: var(--ink); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 12, 0.72) 0%, rgba(20, 16, 20, 0.62) 55%, rgba(12, 10, 12, 0.9) 100%),
    url("/img/hero.jpg") center 40% / cover no-repeat;
  animation: heroZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}
.hero::after { z-index: 1; }
.hero .wrap { position: relative; z-index: 2; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }

/* occasion tiles: label lift + gold frame */
.occasion .o-label { transform: translateY(6px); transition: transform .45s cubic-bezier(.22,.7,.3,1); }
.occasion:hover .o-label { transform: translateY(0); }
.occasion .o-label span { opacity: 0; transform: translateY(6px); transition: opacity .4s .08s, transform .4s .08s; display: block; }
.occasion:hover .o-label span { opacity: 1; transform: none; }
.occasion::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(220,185,106,0); z-index: 2; transition: border-color .45s; pointer-events: none; }
.occasion:hover::before { border-color: rgba(220,185,106,.55); }

/* features: icon fill on hover */
.feature .f-icon { transition: background .35s, color .35s, transform .35s, border-color .35s; }
.feature:hover .f-icon { background: var(--champagne); color: #fff; border-color: var(--champagne); transform: rotate(-6deg) scale(1.06); }

/* service rows */
.svc-row { position: relative; }
.svc-row::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 1.5px; width: 0; background: var(--champagne); transition: width .5s cubic-bezier(.22,.7,.3,1); }
.svc-row:hover::after { width: 100%; }
.svc-row:hover::before { color: var(--champagne-bright); }
.svc-row::before { transition: color .3s; }

/* staggered grid reveals */
.reveal .grid > *, .occasion-grid.reveal > *, .svc-rows.reveal > * { opacity: 0; transform: translateY(24px); }
.reveal.in .grid > *, .occasion-grid.reveal.in > *, .svc-rows.reveal.in > *,
.grid.reveal.in > * { animation: riseIn .8s cubic-bezier(.22,.7,.3,1) forwards; }
.grid.reveal > * { opacity: 0; transform: translateY(24px); }
.reveal.in > :nth-child(1) { animation-delay: .05s; }
.reveal.in > :nth-child(2) { animation-delay: .15s; }
.reveal.in > :nth-child(3) { animation-delay: .25s; }
.reveal.in > :nth-child(4) { animation-delay: .35s; }
.reveal.in > :nth-child(5) { animation-delay: .45s; }
.reveal.in > :nth-child(6) { animation-delay: .55s; }

/* FAQ open animation + hover */
.faq summary { transition: color .3s, padding-left .3s; }
.faq summary:hover { color: var(--champagne); padding-left: 10px; }
.faq details[open] .faq-a { animation: faqOpen .4s cubic-bezier(.22,.7,.3,1); }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* marquee pause */
.marquee:hover .marquee-track { animation-play-state: paused; }

/* forms: gold focus underline */
input, textarea, select { transition: border-color .3s, box-shadow .3s, background .3s; border-bottom: 2px solid var(--rule); }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--rule); border-bottom-color: var(--champagne); box-shadow: 0 10px 24px -14px rgba(20,16,20,.18); background: #fff; }
label { transition: color .3s; }
form div:focus-within > label { color: var(--champagne); }

/* checkout select items */
.select-item { transition: border-color .3s, background .3s, transform .3s, box-shadow .3s; }
.select-item:hover { border-color: var(--champagne); transform: translateY(-2px); box-shadow: 0 14px 28px -18px rgba(20,16,20,.3); }
.select-item:has(input:checked) { box-shadow: inset 3px 0 0 var(--champagne); }
.line-item { transition: background .3s; }

/* image polish */
.svc-photo, .img-stack .main, .img-stack .float { transition: filter .5s; }
.svc-photo:hover, .img-stack:hover .main { filter: saturate(1.12) brightness(1.03); }

/* back to top */
#backtop { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--champagne); background: var(--ink); color: var(--champagne-bright); font-size: 18px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .35s, transform .35s, visibility .35s, background .3s; z-index: 90; }
#backtop.show { opacity: 1; visibility: visible; transform: none; }
#backtop:hover { background: var(--champagne); color: #fff; }

@media (prefers-reduced-motion: reduce) {
  .hero::before { animation: none !important; }
  .btn::after { display: none; }
  .reveal .grid > *, .grid.reveal > *, .occasion-grid.reveal > *, .svc-rows.reveal > * { opacity: 1 !important; transform: none !important; animation: none !important; }
  #progressbar { display: none; }
}

/* ═══ v7 services showcase (editorial hover list) ═══ */
.showcase { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(36px, 5vw, 88px); align-items: center; }
.sc-list { border-top: 1px solid var(--rule); }
.sc-item { display: flex; align-items: baseline; gap: 18px; padding: clamp(18px, 2.4vw, 26px) 0; border-bottom: 1px solid var(--rule); text-decoration: none; position: relative; }
.sc-item small { font-family: var(--sans); font-size: 12px; letter-spacing: .18em; color: var(--champagne); min-width: 30px; transition: color .3s; }
.sc-item .sc-name { font-family: var(--serif); font-size: clamp(24px, 2.8vw, 40px); line-height: 1.1; color: var(--text-muted); transition: color .35s, letter-spacing .35s; }
.sc-item .sc-go { margin-left: auto; font-size: 20px; color: var(--champagne); opacity: 0; transform: translateX(-8px); transition: opacity .35s, transform .35s; }
.sc-item.active .sc-name, .sc-item:hover .sc-name { color: var(--ink); letter-spacing: .015em; }
.sc-item.active .sc-go, .sc-item:hover .sc-go { opacity: 1; transform: none; }
.sc-item.active::before { content: ""; position: absolute; left: -18px; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--champagne); }
.sc-panes { position: relative; min-height: 520px; }
.sc-pane { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .5s cubic-bezier(.22,.7,.3,1), transform .5s cubic-bezier(.22,.7,.3,1), visibility .5s; display: flex; flex-direction: column; }
.sc-pane.active { opacity: 1; visibility: visible; transform: none; }
.sc-pane img { width: 100%; height: 330px; object-fit: cover; margin-bottom: 22px; }
.sc-pane h3 { font-size: 24px; margin-bottom: 8px; }
.sc-pane p { color: var(--text-muted); font-size: 15.5px; margin-bottom: 18px; max-width: 480px; }
.sc-pane .btn { align-self: flex-start; }
@media (max-width: 900px) {
  .showcase { grid-template-columns: 1fr; }
  .sc-panes { display: none; }
  .sc-item .sc-go { opacity: 1; transform: none; }
  .sc-item .sc-name { font-size: 24px; }
}

/* ═══ v8 editorial split hero ═══ */
.hero2 { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); overflow: hidden; border-bottom: 1px solid var(--rule); }
.h2-left { width: 100%; max-width: 720px; justify-self: end; padding: clamp(120px, 15vh, 180px) clamp(24px, 4vw, 64px) clamp(56px, 8vh, 96px) clamp(20px, 4vw, 40px); }
.h2-title { font-size: clamp(52px, 6.6vw, 104px); line-height: 1.02; letter-spacing: .01em; margin: 26px 0 28px; color: var(--ink); }
.h2-title .outline { color: transparent; -webkit-text-stroke: 1.5px var(--champagne); }
.h2-title .gold { color: var(--champagne); }
.h2-lede { font-size: clamp(16px, 1.6vw, 18.5px); color: var(--text-muted); max-width: 480px; margin-bottom: 36px; font-weight: 300; }
.h2-tags { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: clamp(40px, 6vh, 64px); padding-top: 26px; border-top: 1px solid var(--rule); }
.h2-tags span { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--text-muted); }
.h2-tags i { color: var(--champagne); font-style: normal; }
.h2-right { position: relative; min-height: 660px; }
.h2-right .main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.h2-right::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(220,185,106,.5); z-index: 2; pointer-events: none; }
.h2-right::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(12,10,12,.14), transparent 45%); z-index: 1; }
.h2-float { position: absolute; z-index: 3; left: -56px; bottom: 64px; width: 240px; height: 300px; object-fit: cover; border: 8px solid var(--paper); box-shadow: 0 32px 64px -24px rgba(14,12,14,.45); animation: floatDrift 7s ease-in-out infinite alternate; }
@keyframes floatDrift { from { transform: translateY(0); } to { transform: translateY(-12px); } }
.h2-rail { position: absolute; right: 34px; top: 50%; transform: rotate(90deg) translateX(-50%); transform-origin: right center; z-index: 3; font-size: 11px; letter-spacing: .42em; text-transform: uppercase; color: rgba(244,238,227,.85); white-space: nowrap; }
@media (max-width: 900px) {
  .hero2 { grid-template-columns: 1fr; }
  .h2-left { padding-top: 110px; max-width: none; justify-self: stretch; padding-inline: 20px; }
  .h2-right { min-height: 380px; }
  .h2-float, .h2-rail { display: none; }
  .h2-title { font-size: clamp(44px, 11vw, 60px); }
}
@media (prefers-reduced-motion: reduce) { .h2-float { animation: none; } }

/* ═══ v9 BRUTALIST SKIN ═══ */
:root { --mono: "IBM Plex Mono", ui-monospace, monospace; --line: var(--ink); }

/* labels go mono */
.eyebrow, .crumbs, .hero-kicker, .h2-tags span, .brand-sub, .policy-meta { font-family: var(--mono) !important; font-weight: 500; }

/* header: flat + ruled */
.site-header { background: var(--paper); backdrop-filter: none; border-bottom: 2px solid var(--line); }
.site-header .wrap { height: 70px; }

/* buttons: hard blocks */
.btn { border: 2px solid var(--line); border-radius: 0; box-shadow: 4px 4px 0 var(--line); transition: transform .18s, box-shadow .18s, background .18s, color .18s; }
.btn::after { display: none; }
.btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--champagne); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--line); }
.btn-gold { background: var(--champagne-bright); color: var(--ink); }
.btn-gold:hover { background: var(--champagne-bright); }
.btn-outline { background: var(--paper); color: var(--ink); border-color: var(--line); }
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.btn-ivory { background: var(--paper); color: var(--ink); }
.btn-ivory:hover { background: var(--champagne-bright); }
nav .btn { box-shadow: 3px 3px 0 var(--line); }

/* cards & panels: ink borders + offset shadows */
.svc-card, .feature, .order-panel, .price-card, .select-item, .cross-grid a, .dropdown-menu, form.stack, .img-stack .float, .h2-float {
  border: 2px solid var(--line) !important; border-radius: 0; box-shadow: 6px 6px 0 rgba(20,16,20,.9);
}
.svc-card, .feature, .cross-grid a { transition: transform .25s, box-shadow .25s; }
.svc-card:hover, .feature:hover, .cross-grid a:hover { transform: translate(-3px, -3px); box-shadow: 10px 10px 0 var(--champagne); border-color: var(--line); }
.svc-card::before { height: 6px; background: var(--champagne); }
.feature .f-icon { border-radius: 0; border-width: 2px; border-color: var(--line); color: var(--ink); }
.feature:hover .f-icon { background: var(--champagne-bright); color: var(--ink); border-color: var(--line); transform: none; }
.price-card { background: var(--ink); box-shadow: 8px 8px 0 var(--champagne); }
.dropdown-menu { box-shadow: 8px 8px 0 rgba(20,16,20,.9); }

/* occasion tiles: plate labels */
.occasion { border: 2px solid var(--line); }
.occasion::after { background: none; }
.occasion::before { display: none; }
.occasion .o-label { left: 14px; right: auto; bottom: 14px; background: var(--paper); border: 2px solid var(--line); padding: 10px 16px; transform: none; box-shadow: 4px 4px 0 rgba(20,16,20,.9); }
.occasion .o-label b { color: var(--ink); font-size: 18px; }
.occasion .o-label span { color: var(--champagne); opacity: 1; transform: none; font-family: var(--mono); font-size: 10px; }
.occasion:hover .o-label { box-shadow: 6px 6px 0 var(--champagne); }

/* faq: boxed */
.faq details { border: 2px solid var(--line); background: var(--paper); margin-bottom: 14px; padding: 0 20px; transition: box-shadow .25s, transform .25s; }
.faq details[open] { box-shadow: 6px 6px 0 var(--champagne); }
.faq summary:hover { padding-left: 6px; }

/* forms: hard fields */
input, textarea, select { border: 2px solid var(--line); border-radius: 0; background: #fff; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--line); box-shadow: 4px 4px 0 var(--champagne); background: #fff; }
form.stack { padding: clamp(24px, 3vw, 36px); background: var(--paper); }

/* marquee: chunkier */
.marquee { border-block: 2px solid var(--line); padding: 14px 0; }
.marquee-track span { text-transform: uppercase; letter-spacing: .08em; font-size: 16px; }

/* misc */
.addon-row { border-bottom: 2px solid var(--line); }
.sc-item { border-bottom: 2px solid var(--line); }
.sc-list { border-top: 2px solid var(--line); }
.sc-pane img { border: 2px solid var(--line); box-shadow: 8px 8px 0 var(--champagne); }
.svc-photo, .img-stack .main { border: 2px solid var(--line); }
.included li::before { color: var(--ink); font-weight: 700; }
#backtop { border-radius: 0; border: 2px solid var(--line); box-shadow: 4px 4px 0 var(--champagne); background: var(--paper); color: var(--ink); }
#backtop:hover { background: var(--champagne-bright); color: var(--ink); }
#progressbar { height: 4px; background: var(--champagne-bright); border-bottom: 1px solid var(--line); }
section.band { border-bottom: 1px solid var(--rule); }
.checkout-layout .order-panel { background: var(--paper); }
.select-item { box-shadow: 3px 3px 0 rgba(20,16,20,.85); }
.select-item:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--champagne); }
.select-item:has(input:checked) { background: var(--ivory); box-shadow: 5px 5px 0 var(--champagne); }

/* ═══ brutalist split hero ═══ */
.bhero { background: var(--paper); border-bottom: 2px solid var(--line); display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; }
.bh-left { width: 100%; max-width: 740px; justify-self: end; padding: clamp(56px, 9vh, 110px) clamp(24px, 4vw, 64px) clamp(56px, 9vh, 96px) clamp(20px, 4vw, 40px); }
.bh-kicker { display: inline-block; font-family: var(--mono); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink); border: 2px solid var(--line); padding: 8px 14px; box-shadow: 4px 4px 0 var(--champagne); background: var(--paper); }
.bh-title { font-size: clamp(54px, 6.8vw, 110px); line-height: .98; text-transform: uppercase; letter-spacing: .01em; margin: 34px 0 26px; color: var(--ink); }
.bh-title .outline { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.bh-title .gold { color: var(--champagne); }
.bh-lede { font-size: clamp(16px, 1.6vw, 18.5px); color: var(--text); max-width: 500px; margin-bottom: 36px; font-weight: 300; }
.bh-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: clamp(36px, 6vh, 56px); }
.bh-tags span { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); border: 1.5px solid var(--line); padding: 6px 12px; background: var(--ivory); }
.bh-right { position: relative; min-height: 620px; border-left: 2px solid var(--line); }
.bh-right .main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bh-float { position: absolute; z-index: 3; left: -60px; bottom: 56px; width: 230px; height: 290px; object-fit: cover; background: var(--paper); animation: floatDrift 7s ease-in-out infinite alternate; }
.bh-rail { position: absolute; right: 26px; top: 46%; transform: rotate(90deg) translateX(-50%); transform-origin: right center; z-index: 3; font-family: var(--mono); font-size: 11px; letter-spacing: .4em; text-transform: uppercase; color: var(--paper); background: var(--ink); border: 2px solid var(--paper); padding: 6px 14px; white-space: nowrap; }
@media (max-width: 900px) {
  .bhero { grid-template-columns: 1fr; }
  .bh-left { max-width: none; justify-self: stretch; padding-inline: 20px; }
  .bh-right { min-height: 360px; border-left: none; border-top: 2px solid var(--line); }
  .bh-float, .bh-rail { display: none; }
  .bh-title { font-size: clamp(42px, 11vw, 58px); }
}

/* ═══ v10 QUIET LUXURY — final refinement layer ═══ */
:root {
  --paper: #fcfaf5; --ivory: #f5f0e6; --ivory-deep: #ece4d2;
  --champagne: #a8874a; --champagne-bright: #c9a96a;
  --hairline: rgba(33, 26, 32, 0.14);
  --soft-shadow: 0 24px 48px -28px rgba(24, 20, 24, 0.28);
}

/* small caps labels — no more mono chips */
.eyebrow, .crumbs, .hero-kicker, .bh-kicker, .h2-tags span, .bh-tags span, .brand-sub, .policy-meta {
  font-family: var(--sans) !important; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; font-size: 11px;
}
.bh-kicker { border: none; box-shadow: none; padding: 0; background: none; color: var(--champagne); display: inline-flex; align-items: center; gap: 14px; }
.bh-kicker::before { content: ""; width: 44px; height: 1px; background: var(--champagne); }

/* generous air, hairline structure */
section.band { padding: clamp(88px, 11vw, 150px) 0; border-bottom: none; }
.site-header { border-bottom: 1px solid var(--hairline); background: rgba(252,250,245,.94); backdrop-filter: blur(10px); }
.site-header .wrap { height: 78px; }

/* buttons: slim, composed */
.btn { border: 1px solid transparent; border-radius: 0; box-shadow: none; letter-spacing: .16em; font-size: 12.5px; padding: 15px 32px; font-weight: 500; transition: background .3s, color .3s, border-color .3s, letter-spacing .3s; }
.btn:hover { transform: none; box-shadow: none; letter-spacing: .2em; }
.btn:active { transform: translateY(1px); box-shadow: none; }
.btn-gold { background: var(--ink); color: var(--paper); }
.btn-gold:hover { background: var(--champagne); color: #fff; }
.btn-outline { background: transparent; border-color: rgba(33,26,32,.35); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-ivory { background: var(--paper); color: var(--ink); }
.btn-ivory:hover { background: var(--champagne); color: #fff; }
.band-dark .btn-gold, .cta-band .btn-gold, .price-card .btn-gold { background: var(--champagne-bright); color: var(--ink); }
.band-dark .btn-gold:hover, .cta-band .btn-gold:hover, .price-card .btn-gold:hover { background: var(--paper); color: var(--ink); }

/* cards & panels: hairlines + soft hover lift */
.svc-card, .feature, .order-panel, .price-card, .select-item, .cross-grid a, .dropdown-menu, form.stack, .img-stack .float, .h2-float, .bh-float {
  border: 1px solid var(--hairline) !important; box-shadow: none;
}
.svc-card, .feature, .cross-grid a { transition: transform .4s cubic-bezier(.22,.7,.3,1), box-shadow .4s, border-color .4s; }
.svc-card:hover, .feature:hover, .cross-grid a:hover { transform: translateY(-5px); box-shadow: var(--soft-shadow); border-color: rgba(168,135,74,.4) !important; }
.svc-card::before { height: 2px; background: linear-gradient(90deg, var(--champagne), transparent 80%); }
.feature .f-icon { border-radius: 50%; border-width: 1px; border-color: var(--champagne); color: var(--champagne); }
.feature:hover .f-icon { background: var(--champagne); color: #fff; border-color: var(--champagne); }
.price-card { background: var(--ink); box-shadow: var(--soft-shadow); border: 1px solid rgba(201,169,106,.35) !important; }
.dropdown-menu { box-shadow: 0 30px 60px -30px rgba(24,20,24,.35); }
.img-stack .float { border: 6px solid var(--paper) !important; box-shadow: var(--soft-shadow); }

/* hero: serene editorial */
.bhero { border-bottom: 1px solid var(--hairline); }
.bh-title { text-transform: none; font-size: clamp(48px, 6vw, 92px); line-height: 1.04; letter-spacing: 0; margin: 30px 0 28px; }
.bh-title .outline { color: var(--ink); -webkit-text-stroke: 0; }
.bh-title .gold { color: var(--champagne); }
.bh-lede { color: var(--text-muted); }
.bh-tags { gap: 10px 26px; border-top: 1px solid var(--hairline); padding-top: 26px; }
.bh-tags span { border: none; padding: 0; background: none; color: var(--text-muted); }
.bh-tags span::before { content: "·"; color: var(--champagne); margin-right: 10px; }
.bh-tags span:first-child::before { content: ""; margin: 0; }
.bh-right { border-left: 1px solid var(--hairline); }
.bh-right::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(252,250,245,.45); z-index: 2; pointer-events: none; }
.bh-float { border: 6px solid var(--paper) !important; box-shadow: var(--soft-shadow); }
.bh-rail { background: none; border: none; padding: 0; color: rgba(252,250,245,.9); letter-spacing: .42em; font-family: var(--sans); font-size: 10.5px; }

/* occasions: soft gradient labels again */
.occasion { border: none; }
.occasion::after { background: linear-gradient(180deg, transparent 38%, rgba(16,13,16,.82)); }
.occasion .o-label { background: none; border: none; box-shadow: none; padding: 0; left: 24px; right: 24px; bottom: 20px; }
.occasion .o-label b { color: var(--paper); font-size: 21px; }
.occasion .o-label span { color: var(--champagne-bright); font-family: var(--sans); font-size: 10.5px; letter-spacing: .22em; }
.occasion:hover .o-label { box-shadow: none; }

/* faq: hairline list */
.faq details { border: none; border-bottom: 1px solid var(--hairline); background: none; margin-bottom: 0; padding: 0 2px; box-shadow: none; }
.faq details[open] { box-shadow: none; }
.faq summary { font-size: 21px; }

/* forms: underline fields */
input, textarea, select { border: none; border-bottom: 1px solid rgba(33,26,32,.3); background: transparent; padding: 12px 2px; border-radius: 0; }
input:focus, textarea:focus, select:focus { box-shadow: none; border-bottom: 1px solid var(--champagne); background: transparent; }
form.stack { background: var(--ivory); border: none !important; }
.checkout-layout input, .checkout-layout textarea { background: transparent; }

/* marquee: whispered */
.marquee { border-block: 1px solid var(--hairline); background: var(--paper); padding: 20px 0; }
.marquee-track span { color: var(--ink); opacity: .8; text-transform: none; font-size: 17px; letter-spacing: .04em; }
.marquee-track i { color: var(--champagne); }

/* structure lines */
.addon-row { border-bottom: 1px solid var(--hairline); }
.sc-item { border-bottom: 1px solid var(--hairline); }
.sc-list { border-top: 1px solid var(--hairline); }
.sc-pane img { border: none; box-shadow: var(--soft-shadow); }
.svc-photo, .img-stack .main { border: none; }
.included li { border-bottom: 1px solid var(--hairline); }
.included li::before { color: var(--champagne); font-weight: 400; }
.select-item { box-shadow: none; background: #fff; }
.select-item:hover { transform: none; box-shadow: var(--soft-shadow); border-color: rgba(168,135,74,.45) !important; }
.select-item:has(input:checked) { background: var(--paper); box-shadow: none; border-color: var(--champagne) !important; }
#backtop { border-radius: 50%; border: 1px solid var(--champagne); box-shadow: var(--soft-shadow); }
#progressbar { height: 2px; border-bottom: none; background: var(--champagne); }
.line-item { border-bottom: 1px solid var(--hairline); }
.svc-row { border-bottom: 1px solid var(--hairline); }
.footer-grid { border-bottom: 1px solid rgba(244,238,227,.12); }
.crumbs { letter-spacing: .18em; }

/* dark bands: deep espresso, gold whisper */
.band-dark { background: linear-gradient(170deg, #161216 0%, #1f191e 60%, #171316 100%); }
.cta-band { background: #100d10; }
.cta-band .wrap { padding: clamp(88px, 11vw, 140px) 20px; }

/* ═══ v11 OVERHAUL: 100vh scrim hero, halved rhythm, unified image grade ═══ */

/* (3) halved vertical rhythm — no empty-viewport sections */
section.band { padding: clamp(44px, 5.5vw, 76px) 0; }
.cta-band .wrap { padding: clamp(48px, 6vw, 76px) 20px; }
.page-hero .wrap { padding: clamp(44px, 5vw, 68px) clamp(20px, 4vw, 40px); }
.policy-body { padding: clamp(36px, 4.5vw, 56px) 20px; }
.section-head { margin-bottom: clamp(26px, 3.5vw, 40px); }
.h2-tags, .bh-tags { margin-top: clamp(28px, 4vh, 40px); }

/* (1) hero: exactly one viewport, strong scrim, serif headline */
.hero-lux { position: relative; height: 100vh; height: 100svh; min-height: 560px; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-lux .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-lux .hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9, 7, 9, 0.82) 0%, rgba(9, 7, 9, 0.58) 42%, rgba(9, 7, 9, 0.88) 100%); }
.hero-lux::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(244, 238, 227, 0.22); pointer-events: none; z-index: 2; }
.hero-lux .wrap { position: relative; z-index: 3; width: 100%; }
.hero-lux .eyebrow { color: var(--champagne-bright); display: inline-flex; align-items: center; gap: 14px; }
.hero-lux .eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--champagne-bright); }
.hero-lux h1 { color: var(--ivory); font-size: clamp(44px, 6.2vw, 92px); line-height: 1.05; max-width: 15ch; margin: 24px 0 22px; text-wrap: balance; }
.hero-lux h1 .gold { color: var(--champagne-bright); }
.hero-lux .lede { color: rgba(244, 238, 227, 0.85); font-size: clamp(16px, 1.6vw, 18.5px); font-weight: 300; max-width: 520px; margin-bottom: 34px; }
.hero-lux .hero-foot { position: absolute; left: 0; right: 0; bottom: 34px; z-index: 3; display: flex; justify-content: center; gap: 12px 26px; flex-wrap: wrap; padding: 0 20px; }
.hero-lux .hero-foot span { font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: rgba(244, 238, 227, 0.62); }
.hero-lux .hero-foot i { color: var(--champagne-bright); font-style: normal; }

/* (4) unified warm gold color-grade over all photography */
.hero-lux .hero-bg, .occasion img, .card-photo, .sc-pane img, .svc-photo,
.img-stack .main, .img-stack .float, .bh-float {
  filter: sepia(0.32) saturate(0.78) contrast(1.05) brightness(0.94);
}
.occasion { position: relative; }
.occasion .tint { position: absolute; inset: 0; background: rgba(168, 135, 74, 0.16); mix-blend-mode: soft-light; pointer-events: none; }
.occasion::after { background: linear-gradient(180deg, rgba(20, 16, 20, 0.08) 0%, rgba(14, 11, 14, 0.85) 100%); }
.occasion-grid { grid-template-columns: repeat(3, 1fr); }
.occasion { height: 340px; }
.occasion:hover img { transform: scale(1.045); }
@media (max-width: 900px) {
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion { height: 240px; }
  .hero-lux h1 { font-size: clamp(38px, 10vw, 52px); }
  .hero-lux .hero-foot { display: none; }
}
@media (prefers-reduced-motion: reduce) { .hero-lux .hero-bg { animation: none; } }
