/* ═══════════════════════════════════════════════════════════════════
   deSoleil — Bronze Protocol Subdomain · Shared Stylesheet
   ─────────────────────────────────────────────────────────────────
   Brand: editorial luxe · serif + sans · cream + charcoal + gold
   Motion: gentle, restrained, never bouncy
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Tokens ──────────────────────────────────────────────────────── */
:root {
  /* Foundations */
  --cream: #FAF6EC;
  --cream-2: #F5EFE0;
  --cream-3: #EDE2C8;
  --char: #2E2E2E;
  --char-2: #232323;
  --char-3: #1a1a1a;
  --char-soft: #585653;
  --midgray: #8A867F;

  /* Accents */
  --gold: #C9A070;
  --gold-lt: #E7C390;
  --gold-dk: #A88251;
  --gold-fade: rgba(231,195,144,.18);
  --sage: #8FA79B;
  --sage-dk: #5E6F68;
  --bordeaux: #a64a3a;

  /* Surfaces */
  --mist: #E6E2D9;
  --paper: #FFFFFF;

  /* Type stacks */
  --serif: 'Playfair Display', 'Bodoni Moda', Georgia, serif;
  --sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;

  /* Shadow */
  --sh-1: 0 2px 12px rgba(46,46,46,.06);
  --sh-2: 0 4px 24px rgba(46,46,46,.08);
  --sh-3: 0 8px 40px rgba(46,46,46,.12);
  --sh-4: 0 16px 64px rgba(46,46,46,.18);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast: 120ms ease;
  --t: 240ms ease;
  --t-slow: 480ms var(--ease);
  --t-reveal: 720ms var(--ease);
}

/* ─── Reset / Base ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--char);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color var(--t), border-color var(--t); }
button { font: inherit; cursor: pointer; }
hr { border: none; height: 1px; background: var(--mist); margin: 32px 0; }
::selection { background: var(--gold-lt); color: var(--char); }

/* ─── Typography classes ──────────────────────────────────────────── */
.eyebrow {
  font-family: var(--sans);
  font-size: .68rem; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-dk);
}
.eyebrow.on-dark { color: var(--gold-lt); }
.eyebrow.sage { color: var(--sage-dk); }

.display {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -.018em;
  line-height: 1.05;
  margin: 0;
}
.display-1 { font-size: clamp(2.6rem, 6.4vw, 5rem); }
.display-2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.15; letter-spacing: -.01em; margin: 0; }
.h3 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.3rem, 2vw, 1.55rem); line-height: 1.25; margin: 0; }
.h4 { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; line-height: 1.3; margin: 0; }

.italic-sub {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.5;
  color: var(--char-soft);
}
.italic-sub.on-dark { color: rgba(231,195,144,.78); }
.body { font-size: 1rem; line-height: 1.75; color: var(--char-soft); }
.body.on-dark { color: rgba(250,246,236,.78); }
.dot { color: var(--gold); padding: 0 .35em; }

/* ─── Layout ──────────────────────────────────────────────────────── */
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 880px; }
.container-wide { max-width: 1360px; }
.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section.cream { background: var(--cream); color: var(--char); }
.section.cream-2 { background: var(--cream-2); color: var(--char); }
.section.dark { background: var(--char); color: var(--cream); }
.section.darker { background: var(--char-3); color: var(--cream); }
.section.sage { background: var(--sage); color: var(--cream); }
.gold-rule { width: 56px; height: 2px; background: var(--gold); margin: 28px 0; transform-origin: left; }
.gold-rule.center { margin-left: auto; margin-right: auto; }
.diamond { color: var(--gold); font-size: .55em; vertical-align: middle; margin: 0 .55em; }

/* ─── Buttons ─────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans);
  font-size: .68rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: background var(--t), color var(--t), border-color var(--t), box-shadow var(--t);
  white-space: nowrap;
}
.btn svg { width: 14px; height: 14px; stroke-width: 1.5; }
.btn.primary { background: var(--gold); color: var(--char); }
.btn.primary:hover { background: var(--gold-lt); box-shadow: var(--sh-2); }
.btn.dark { background: var(--char); color: var(--cream); }
.btn.dark:hover { background: var(--char-2); box-shadow: var(--sh-2); }
.btn.ghost { background: transparent; color: var(--char); border-color: var(--char); }
.btn.ghost:hover { background: var(--char); color: var(--cream); }
.btn.ghost-light { background: transparent; color: var(--cream); border-color: var(--gold); }
.btn.ghost-light:hover { background: var(--gold); color: var(--char); }
.btn.lg { padding: 18px 36px; font-size: .72rem; }
.btn.sm { padding: 12px 18px; font-size: .62rem; letter-spacing: .18em; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans);
  font-size: .7rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-dk);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold-fade);
  transition: color var(--t), border-color var(--t), gap var(--t);
}
.link-arrow svg { width: 14px; height: 14px; stroke-width: 1.5; transition: transform var(--t); }
.link-arrow:hover { color: var(--char); border-color: var(--char); gap: 12px; }
.link-arrow:hover svg { transform: translateX(3px); }
.link-arrow.on-dark { color: var(--gold-lt); border-color: rgba(231,195,144,.3); }
.link-arrow.on-dark:hover { color: var(--cream); border-color: var(--cream); }

/* ─── Utility / announcement bar ──────────────────────────────────── */
.utility {
  background: var(--char-3); color: rgba(250,246,236,.75);
  font-size: .68rem; font-weight: 500;
  letter-spacing: .12em;
}
.utility .container {
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 28px;
  gap: 18px;
}
.utility a { color: var(--gold-lt); transition: color var(--t); }
.utility a:hover { color: var(--cream); }
.utility .ut-l, .utility .ut-r { display: flex; align-items: center; gap: 18px; }
.utility .ut-mid { display: none; text-align: center; flex: 1; color: var(--gold-lt); }
.utility svg { width: 12px; height: 12px; stroke-width: 1.5; }

@media (max-width: 760px) {
  .utility .ut-l { gap: 12px; }
  .utility .ut-r { display: none; }
}

/* ─── Reading progress ────────────────────────────────────────────── */
.reading-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(to right, var(--gold-lt), var(--gold));
  z-index: 200;
  transition: width 100ms linear;
  box-shadow: 0 0 8px rgba(231,195,144,.5);
}

/* ─── Top navigation ─────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,246,236,.94);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--mist);
  transition: padding var(--t), background var(--t), box-shadow var(--t);
}
.nav.scrolled { box-shadow: var(--sh-1); padding-block: 0; }
.nav .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding-top: 14px; padding-bottom: 14px;
}
.nav-brand { display: flex; align-items: baseline; gap: 12px; line-height: 1; }
.nav-brand .word {
  font-family: 'Bodoni Moda', var(--serif);
  font-size: 1.55rem; font-weight: 700;
  color: var(--gold);
  letter-spacing: -.015em;
}
.nav-brand .sep { width: 1px; height: 18px; background: var(--mist); align-self: center; }
.nav-brand .sub {
  font-family: var(--sans);
  font-size: .54rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--char-soft);
}
.nav-brand .tag {
  font-family: var(--serif);
  font-style: italic; font-size: .68rem;
  letter-spacing: .14em;
  color: var(--gold-dk);
  display: block; margin-top: 3px;
}
.nav-menu { display: flex; align-items: center; gap: 28px; }
.nav-menu a {
  font-family: var(--sans);
  font-size: .66rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--char);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color var(--t), border-color var(--t);
}
.nav-menu a:hover, .nav-menu a.active {
  color: var(--gold-dk); border-color: var(--gold);
}
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none;
  width: 38px; height: 38px;
  background: transparent;
  border: 1px solid var(--mist);
  border-radius: 2px;
  align-items: center; justify-content: center;
  color: var(--char);
}
.nav-toggle svg { width: 18px; height: 18px; stroke-width: 1.5; }

@media (max-width: 980px) {
  .nav-menu { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-brand .sub, .nav-brand .sep { display: none; }
  .nav-brand .tag { display: none; }
}
@media (max-width: 520px) {
  .nav .container { padding-left: 18px; padding-right: 18px; }
  .nav-cta .btn { padding: 12px 16px; font-size: .62rem; }
}

/* Mobile menu drawer */
.nav-drawer {
  position: fixed; inset: 0;
  background: var(--cream);
  z-index: 110;
  padding: 32px 32px 40px;
  display: flex; flex-direction: column;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-slow), transform var(--t-slow);
}
.nav-drawer.open { opacity: 1; transform: none; pointer-events: auto; }
.nav-drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.nav-drawer-close {
  width: 38px; height: 38px;
  background: transparent;
  border: 1px solid var(--mist); border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
}
.nav-drawer-close svg { width: 18px; height: 18px; stroke-width: 1.5; }
.nav-drawer nav { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.nav-drawer nav a {
  font-family: var(--serif);
  font-size: 1.6rem; font-weight: 700;
  color: var(--char);
  padding: 12px 0;
  border-bottom: 1px solid var(--mist);
  display: flex; justify-content: space-between; align-items: center;
}
.nav-drawer nav a small {
  font-family: var(--sans);
  font-size: .56rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-dk);
}
.nav-drawer-foot {
  font-family: var(--serif); font-style: italic;
  font-size: .92rem;
  color: var(--char-soft);
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--mist);
}
.nav-drawer-foot a { color: var(--gold-dk); border-bottom: 1px solid var(--gold-fade); }

/* ─── Animations (reveal on scroll) ───────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity var(--t-reveal), transform var(--t-reveal);
    transition-delay: var(--reveal-delay, 0ms);
  }
  [data-reveal].in {
    opacity: 1;
    transform: none;
  }
  [data-reveal="rise"] { transform: translateY(28px); }
  [data-reveal="fade"] { transform: none; }
  [data-reveal="rule"] {
    transform: scaleX(0);
    transition: transform var(--t-reveal);
  }
  [data-reveal="rule"].in { transform: scaleX(1); }

  @keyframes float-slow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
  @keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
  @keyframes drift {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(8px, -10px); }
  }
}

/* ─── Hero (shared editorial layout) ──────────────────────────────── */
.hero {
  background: var(--char);
  color: var(--cream);
  padding: clamp(80px, 10vw, 140px) 0 clamp(80px, 9vw, 120px);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 78% 18%, rgba(231,195,144,.16), transparent 55%),
    radial-gradient(circle at 12% 88%, rgba(143,167,155,.08), transparent 50%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.hero-copy { max-width: 640px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
}
.hero-eyebrow .dash { width: 32px; height: 1px; background: var(--gold-lt); }
.hero-eyebrow span {
  font-family: var(--sans);
  font-size: .62rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-lt);
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.8rem, 6.8vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -.022em;
  margin: 0;
  color: var(--cream);
}
.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-lt);
}
.hero .lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.5;
  color: rgba(250,246,236,.78);
  margin: 32px 0 40px;
  max-width: 520px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-meta {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(231,195,144,.2);
}
.hero-meta-it .lb {
  font-family: var(--sans);
  font-size: .56rem; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 6px;
}
.hero-meta-it .v {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--cream);
  line-height: 1.4;
}
.hero-art {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--char-2);
  box-shadow: var(--sh-4);
  animation: float-slow 7s ease-in-out infinite;
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-art-frame {
  position: absolute; inset: 12px;
  border: 1px solid rgba(231,195,144,.28);
  pointer-events: none;
}
.hero-art-label {
  position: absolute; left: 18px; bottom: 18px;
  font-family: var(--sans);
  font-size: .52rem; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-lt);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
  padding: 8px 14px;
  border-left: 2px solid var(--gold);
}

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 420px; margin: 0 auto; aspect-ratio: 4/5; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
}

/* ─── Card grid (services, audiences, etc.) ───────────────────────── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 960px) { .grid-3 { grid-template-columns: 1fr 1fr; } .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; gap: 20px; } }

.card {
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 8px;
  padding: 36px 32px;
  box-shadow: var(--sh-1);
  transition: box-shadow var(--t-slow), transform var(--t-slow), border-color var(--t-slow);
  position: relative;
  overflow: hidden;
}
.card:hover { box-shadow: var(--sh-3); border-color: var(--gold-fade); }
.card .icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--gold-fade);
  color: var(--gold-dk);
  margin-bottom: 22px;
  background: rgba(231,195,144,.06);
  transition: background var(--t), color var(--t), border-color var(--t);
}
.card:hover .icon { background: var(--gold-lt); color: var(--char); border-color: var(--gold-lt); }
.card .icon svg { width: 22px; height: 22px; stroke-width: 1.4; }
.card h3, .card .h3 { margin-bottom: 12px; }
.card p { font-size: .94rem; line-height: 1.7; color: var(--char-soft); margin: 0 0 14px; }
.card .meta {
  font-family: var(--sans);
  font-size: .58rem; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-dk);
  margin-top: 22px; padding-top: 16px;
  border-top: 1px solid var(--mist);
  display: flex; justify-content: space-between; align-items: center;
}

.card.dark { background: var(--char); color: var(--cream); border-color: rgba(231,195,144,.18); }
.card.dark p { color: rgba(250,246,236,.7); }
.card.dark .meta { color: var(--gold-lt); border-color: rgba(231,195,144,.18); }
.card.dark .icon { background: rgba(231,195,144,.08); border-color: rgba(231,195,144,.22); color: var(--gold-lt); }
.card.dark:hover .icon { background: var(--gold-lt); color: var(--char); }

/* Audience card (image-led) */
.audience-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: var(--char);
  aspect-ratio: 3 / 4;
  isolation: isolate;
  box-shadow: var(--sh-2);
  transition: box-shadow var(--t-slow), transform var(--t-slow);
}
.audience-card:hover { box-shadow: var(--sh-4); transform: translateY(-2px); }
.audience-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease);
}
.audience-card:hover img { transform: scale(1.06); }
.audience-card .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,15,10,.78) 0%, rgba(20,15,10,.35) 45%, transparent 75%);
  pointer-events: none;
}
.audience-card .copy {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 28px 26px;
  color: var(--cream);
}
.audience-card .eyebrow { color: var(--gold-lt); margin-bottom: 10px; }
.audience-card h3 {
  font-family: var(--serif);
  font-size: 1.6rem; font-weight: 700;
  line-height: 1.1; letter-spacing: -.01em;
  margin: 0 0 10px;
  color: var(--cream);
}
.audience-card p {
  font-family: var(--serif); font-style: italic;
  font-size: .92rem; line-height: 1.45;
  color: rgba(250,246,236,.78);
  margin: 0 0 16px;
}
.audience-card .more {
  font-family: var(--sans);
  font-size: .58rem; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-lt);
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap var(--t), color var(--t);
}
.audience-card:hover .more { gap: 12px; color: var(--cream); }
.audience-card .more svg { width: 12px; height: 12px; stroke-width: 1.6; }

/* ─── Testimonials ────────────────────────────────────────────────── */
.testimonial {
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 8px;
  padding: 40px 36px;
  box-shadow: var(--sh-1);
  position: relative;
  transition: box-shadow var(--t-slow);
  height: 100%;
  display: flex; flex-direction: column;
}
.testimonial:hover { box-shadow: var(--sh-3); }
.testimonial .qm {
  font-family: var(--serif);
  font-style: italic; font-weight: 700;
  font-size: 4.5rem; line-height: .55;
  color: var(--gold-lt);
  margin-bottom: 14px;
}
.testimonial blockquote {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--char);
  flex: 1;
}
.testimonial .who {
  font-family: var(--sans);
  font-size: .62rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--char);
}
.testimonial .who small {
  display: block;
  font-weight: 500; letter-spacing: .14em;
  color: var(--char-soft);
  margin-top: 4px;
}
.testimonial .stars {
  display: flex; gap: 3px;
  margin-bottom: 18px;
  color: var(--gold);
}
.testimonial .stars svg { width: 14px; height: 14px; fill: currentColor; stroke: none; }

/* ─── Contact / Form ──────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
}
.contact-info { padding-top: 8px; }
.contact-row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--mist);
  align-items: start;
}
.contact-row:first-child { border-top: none; padding-top: 6px; }
.contact-row .icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold-fade);
  border-radius: 50%;
  color: var(--gold-dk);
  background: rgba(231,195,144,.06);
}
.contact-row .icon svg { width: 16px; height: 16px; stroke-width: 1.5; }
.contact-row .lb {
  font-family: var(--sans);
  font-size: .58rem; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--char);
  margin-bottom: 4px;
}
.contact-row .v {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--char-soft);
  line-height: 1.6;
}
.contact-row .v a { color: var(--gold-dk); border-bottom: 1px solid var(--gold-fade); }
.contact-row .v a:hover { color: var(--char); border-color: var(--char); }

.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--sans);
  font-size: .58rem; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--char);
}
.field input, .field select, .field textarea {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--char);
  background: var(--paper);
  border: 1px solid var(--mist);
  border-radius: 2px;
  padding: 14px 16px;
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,160,112,.18);
}
.field .hint { font-size: .82rem; color: var(--char-soft); font-family: var(--serif); font-style: italic; }
.form-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-top: 8px; flex-wrap: wrap;
}
.form-status {
  font-family: var(--serif); font-style: italic;
  font-size: .9rem;
  color: var(--sage-dk);
}
.form-status.error { color: var(--bordeaux); }

/* ─── Footer ──────────────────────────────────────────────────────── */
.site-footer {
  background: var(--char-3);
  color: rgba(250,246,236,.6);
  padding: clamp(72px, 8vw, 96px) 0 28px;
  font-size: .85rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }

.footer-brand .word {
  font-family: 'Bodoni Moda', var(--serif);
  font-size: 2.2rem; font-weight: 700;
  color: var(--gold);
  letter-spacing: -.015em;
  line-height: 1;
}
.footer-brand .sub {
  font-family: var(--sans);
  font-size: .58rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: rgba(250,246,236,.55);
  margin-top: 10px;
}
.footer-brand .tag {
  font-family: var(--serif); font-style: italic;
  font-size: .92rem;
  color: var(--gold-lt);
  margin-top: 18px;
  line-height: 1.5;
  max-width: 280px;
}
.footer-col-lb {
  font-family: var(--sans);
  font-size: .58rem; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a {
  font-family: var(--serif);
  font-size: .96rem;
  color: rgba(250,246,236,.7);
  border-bottom: 1px solid transparent;
}
.footer-col ul a:hover { color: var(--gold-lt); border-color: var(--gold-fade); }
.footer-col p { font-size: .9rem; line-height: 1.7; margin: 0 0 10px; color: rgba(250,246,236,.7); font-family: var(--serif); }
.footer-col p strong { color: var(--cream); font-weight: 700; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(231,195,144,.22);
  color: rgba(231,195,144,.6);
  transition: color var(--t), border-color var(--t), background var(--t);
}
.footer-social a:hover {
  color: var(--char); background: var(--gold-lt); border-color: var(--gold-lt);
}
.footer-social svg { width: 14px; height: 14px; stroke-width: 1.5; }
.footer-rule { height: 1px; background: rgba(231,195,144,.14); margin: 0 0 24px; }
.footer-base {
  display: flex; flex-wrap: wrap; gap: 18px;
  justify-content: space-between; align-items: center;
  font-family: var(--sans);
  font-size: .68rem; letter-spacing: .14em;
  color: rgba(250,246,236,.45);
}
.footer-base .legal a { color: rgba(250,246,236,.55); margin-left: 18px; }
.footer-base .legal a:hover { color: var(--gold-lt); }

/* ─── Back to top button ──────────────────────────────────────────── */
.btt {
  position: fixed; bottom: 28px; right: 28px;
  width: 46px; height: 46px;
  background: var(--char);
  color: var(--cream);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t), background var(--t), color var(--t);
  z-index: 50;
}
.btt.shown { opacity: 1; pointer-events: auto; }
.btt:hover { background: var(--gold); color: var(--char); }
.btt svg { width: 16px; height: 16px; stroke-width: 1.5; }

/* ─── Page section title block (reusable) ────────────────────────── */
.section-head {
  text-align: center;
  margin-bottom: clamp(48px, 5vw, 72px);
}
.section-head.left { text-align: left; }
.section-head .eyebrow { display: inline-block; margin-bottom: 18px; }
.section-head .italic-sub { margin: 18px auto 0; max-width: 680px; }
.section-head.left .italic-sub { margin-left: 0; }
.section-head .gold-rule { margin: 24px auto 0; }
.section-head.left .gold-rule { margin-left: 0; }

/* ─── Print ───────────────────────────────────────────────────────── */
@media print {
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .nav, .utility, .reading-progress, .btt, .nav-drawer, .form { display: none !important; }
  .section { padding: 32px 0; page-break-inside: avoid; }
  body { background: white; color: black; }
}
