/* ============================================================
   ARNOLD & ARNOLD — V2: Cinematic Art Deco
   Type: Cinzel + Cinzel Decorative + Cormorant Garamond
   Palette: midnight + onyx + antique gold + ivory
   ============================================================ */

:root {
  --ivory:        #f7f1e3;
  --ivory-deep:   #ede5cf;
  --ivory-warm:   #f2ead7;
  --ink:          #0a0d14;
  --ink-soft:     #2c2e36;
  --ink-mute:     #6a6962;
  --navy:         #0a1628;
  --navy-mid:     #142033;
  --navy-deep:    #050d1a;
  --onyx:         #020610;
  --gold:         #c9a259;
  --gold-deep:    #9a7a3c;
  --gold-rich:    #b88f4a;
  --gold-soft:    #e0c87f;
  --gold-bright:  #d4af68;
  --burgundy:     #5c1a1b;  /* accent for special moments */
  --max:          1320px;
  --gutter:       clamp(1.25rem, 4vw, 3rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--onyx); }

body {
  background: var(--ivory);
  color: var(--ink-soft);
  font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  font-size: 17.5px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .2;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.08  0 0 0 0 0.06  0 0 0 0 0.03  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--gold); color: var(--onyx); }

/* Layout */
.container { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); position: relative; z-index: 2; }
.container-narrow { max-width: 880px; margin: 0 auto; padding-inline: var(--gutter); position: relative; z-index: 2; }
.section { padding-block: clamp(4rem, 9vw, 8rem); position: relative; }

/* Typography accent classes */
.eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.eyebrow-light { color: var(--gold-soft); }

.section-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-deep);
  display: inline-block;
  margin-bottom: 0.6rem;
}

/* Metallic gold text — for hero accents */
.gold-metal {
  background: linear-gradient(180deg,
    #e8d294 0%,
    #d4af68 30%,
    #c9a259 50%,
    #9a7a3c 75%,
    #b88f4a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 30px rgba(212,175,104,.15);
}

/* Section ornament */
.section-ornament {
  width: 64px;
  height: 32px;
  margin: 0 auto 1.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 32'><g fill='none' stroke='%23c9a259' stroke-width='1'><path d='M32 5 L43 16 L32 27 L21 16 Z'/><circle cx='32' cy='16' r='2.5' fill='%23c9a259'/><line x1='0' y1='16' x2='17' y2='16'/><line x1='47' y1='16' x2='64' y2='16'/><circle cx='8' cy='16' r='1' fill='%23c9a259'/><circle cx='56' cy='16' r='1' fill='%23c9a259'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-navy .section-ornament,
.bg-onyx .section-ornament {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 32'><g fill='none' stroke='%23e0c87f' stroke-width='1'><path d='M32 5 L43 16 L32 27 L21 16 Z'/><circle cx='32' cy='16' r='2.5' fill='%23e0c87f'/><line x1='0' y1='16' x2='17' y2='16'/><line x1='47' y1='16' x2='64' y2='16'/><circle cx='8' cy='16' r='1' fill='%23e0c87f'/><circle cx='56' cy='16' r='1' fill='%23e0c87f'/></g></svg>");
}

/* ============================================================
   TOP BAR — narrower, more refined
   ============================================================ */

.topbar {
  background: var(--onyx);
  color: var(--ivory);
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 0.55rem 0;
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--gold-deep);
}
.topbar .container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.topbar a {
  color: var(--gold-soft);
  font-weight: 500;
  transition: color .2s;
}
.topbar a:hover { color: var(--ivory); }
.topbar .label { color: rgba(247,241,227,.55); }
.topbar .sep { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); display: inline-block; }

/* ============================================================
   HEADER — overlays cinematic hero on homepage
   ============================================================ */

/* Default header (inner pages) */
header.site {
  border-bottom: 1px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: saturate(140%) blur(10px);
  background: rgba(247,241,227,.94);
  box-shadow: 0 3px 0 -2px var(--gold);
}

/* When marked .over-hero, header sits transparently over the hero */
header.site.over-hero {
  background: transparent;
  border-bottom: 1px solid rgba(201,162,89,.25);
  box-shadow: 0 3px 0 -2px rgba(201,162,89,.25);
  backdrop-filter: none;
}
header.site.over-hero.scrolled {
  background: rgba(5,13,26,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom-color: var(--gold);
  box-shadow: 0 3px 0 -2px var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.4rem;
  gap: 2rem;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  height: 46px;
}
.brand-logo img { height: 100%; width: auto; transition: opacity .25s; }

/* When over-hero, swap to light version of logo */
header.site.over-hero .brand-logo .logo-dark { display: none; }
header.site.over-hero .brand-logo .logo-light { display: block; }
header.site:not(.over-hero) .brand-logo .logo-dark { display: block; }
header.site:not(.over-hero) .brand-logo .logo-light { display: none; }
header.site.over-hero.scrolled .brand-logo .logo-dark { display: none; }
header.site.over-hero.scrolled .brand-logo .logo-light { display: block; }

.nav-links {
  display: flex;
  gap: 2.4rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-family: 'Cinzel', serif;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 0.4rem 0;
  transition: color .25s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-deep); }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width .3s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

/* Light nav-links when over hero */
header.site.over-hero .nav-links a { color: var(--ivory); }
header.site.over-hero .nav-links a:hover, header.site.over-hero .nav-links a.active { color: var(--gold-soft); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  color: var(--navy);
  padding: 0.7rem 1.4rem;
  font-family: 'Cinzel', serif;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .3s ease;
  border: 1px solid var(--gold);
  position: relative;
}
.nav-cta::before, .nav-cta::after {
  content: '';
  position: absolute;
  width: 6px; height: 6px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  background: var(--ivory);
}
.nav-cta::before { left: -4px; top: 50%; margin-top: -3px; }
.nav-cta::after { right: -4px; top: 50%; margin-top: -3px; }
.nav-cta:hover { background: var(--navy); color: var(--gold-soft); }

header.site.over-hero .nav-cta { color: var(--gold-soft); }
header.site.over-hero .nav-cta::before, header.site.over-hero .nav-cta::after { background: transparent; }
header.site.over-hero .nav-cta:hover { background: var(--gold); color: var(--onyx); border-color: var(--gold); }

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--gold);
  padding: 0.6rem;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}
.menu-toggle span { display: block; width: 22px; height: 1px; background: var(--navy); }
header.site.over-hero .menu-toggle span { background: var(--ivory); }

@media (max-width: 980px) {
  .nav-links, .nav-cta-desk { display: none; }
  .menu-toggle { display: flex; }
}

.mobile-panel {
  position: fixed;
  inset: 0;
  background: var(--onyx);
  color: var(--ivory);
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 2rem var(--gutter);
  transform: translateY(-100%);
  transition: transform .35s ease;
  visibility: hidden;
}
.mobile-panel.open { transform: translateY(0); visibility: visible; }
.mobile-close {
  align-self: flex-end;
  background: none;
  border: 1px solid var(--gold);
  width: 44px; height: 44px;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--gold);
}
.mobile-panel ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  text-align: center;
}
.mobile-panel ul a {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

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

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--gold);
  color: var(--onyx);
  padding: 1.15rem 2.5rem;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  transition: all .35s ease;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 30px rgba(201,162,89,.2);
}
.btn-primary::before, .btn-primary::after {
  content: '';
  position: absolute;
  width: 9px; height: 9px;
  border: 1px solid var(--gold);
  background: var(--gold);
  transform: rotate(45deg);
}
.btn-primary::before { left: -5px; top: 50%; margin-top: -5px; }
.btn-primary::after { right: -5px; top: 50%; margin-top: -5px; }
.btn-primary:hover { background: var(--gold-soft); border-color: var(--gold-soft); letter-spacing: 0.32em; box-shadow: 0 6px 40px rgba(224,200,127,.35); }
.btn-primary:hover::before, .btn-primary:hover::after { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn-primary .arrow { display: inline-block; transition: transform .25s ease; }
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: transparent;
  color: var(--ivory);
  padding: 1.15rem 2.5rem;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border: 1px solid var(--gold-soft);
  transition: all .35s ease;
  cursor: pointer;
  position: relative;
}
.btn-secondary::before, .btn-secondary::after {
  content: '';
  position: absolute;
  width: 8px; height: 8px;
  border: 1px solid var(--gold-soft);
  transform: rotate(45deg);
  background: var(--navy-deep);
}
.btn-secondary::before { left: -5px; top: 50%; margin-top: -4px; }
.btn-secondary::after { right: -5px; top: 50%; margin-top: -4px; }
.btn-secondary:hover { color: var(--gold); border-color: var(--gold); letter-spacing: 0.32em; }
.btn-secondary:hover::before, .btn-secondary:hover::after { border-color: var(--gold); }

/* Variant for light backgrounds */
.btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--navy);
  color: var(--gold-soft);
  padding: 1.15rem 2.5rem;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  transition: all .35s ease;
  cursor: pointer;
  position: relative;
}
.btn-navy::before, .btn-navy::after {
  content: '';
  position: absolute;
  width: 8px; height: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  background: var(--ivory);
}
.btn-navy::before { left: -5px; top: 50%; margin-top: -4px; }
.btn-navy::after { right: -5px; top: 50%; margin-top: -4px; }
.btn-navy:hover { background: var(--gold); color: var(--onyx); letter-spacing: 0.32em; }
.btn-navy:hover::before, .btn-navy:hover::after { background: var(--gold); }
.btn-navy .arrow { display: inline-block; transition: transform .25s ease; }
.btn-navy:hover .arrow { transform: translateX(4px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Cinzel', serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.5rem;
  transition: all .25s;
}
.btn-ghost:hover { color: var(--gold-soft); }

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

.hero-cinematic {
  position: relative;
  min-height: calc(75vh + 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  background: var(--onyx);
  overflow: hidden;
  margin-top: -100px; /* pull hero up under transparent header so dark image shows through */
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7) saturate(0.85);
  animation: heroIn 1.6s ease both;
}
@keyframes heroIn {
  from { transform: scale(1.06); opacity: 0; }
  to { transform: scale(1.0); opacity: 1; }
}

/* Cinematic overlays */
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center 30%, rgba(10,22,40,0.2) 0%, rgba(5,13,26,0.7) 65%, rgba(2,6,16,0.95) 100%),
    linear-gradient(180deg, rgba(2,6,16,0.92) 0%, rgba(2,6,16,0.7) 8%, rgba(2,6,16,0.3) 18%, rgba(2,6,16,0) 30%, rgba(2,6,16,0) 60%, rgba(2,6,16,0.85) 100%);
  z-index: 2;
}

/* Vignette + grain */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: .8;
  pointer-events: none;
  z-index: 3;
  mix-blend-mode: overlay;
}

/* Sunburst overlay - subtle radiating lines from top */
.hero-sunburst {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  max-width: 110%;
  height: 700px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='%23e0c87f' stroke-width='0.3' opacity='0.6'><line x1='100' y1='0' x2='100' y2='100'/><line x1='100' y1='100' x2='113' y2='0'/><line x1='100' y1='100' x2='126' y2='0'/><line x1='100' y1='100' x2='139' y2='0'/><line x1='100' y1='100' x2='152' y2='0'/><line x1='100' y1='100' x2='165' y2='0'/><line x1='100' y1='100' x2='178' y2='0'/><line x1='100' y1='100' x2='191' y2='0'/><line x1='100' y1='100' x2='87' y2='0'/><line x1='100' y1='100' x2='74' y2='0'/><line x1='100' y1='100' x2='61' y2='0'/><line x1='100' y1='100' x2='48' y2='0'/><line x1='100' y1='100' x2='35' y2='0'/><line x1='100' y1='100' x2='22' y2='0'/><line x1='100' y1='100' x2='9' y2='0'/></g></svg>");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 4;
  pointer-events: none;
  opacity: 0.5;
}

.hero-content {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(6rem, 11vh, 9rem) var(--gutter) clamp(3rem, 6vh, 5rem);
  color: var(--ivory);
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero ornament — bigger, more deco */
.hero-ornament-top {
  margin: 0 auto 2.5rem;
  width: 160px;
  height: 60px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 60'><g fill='none' stroke='%23e0c87f' stroke-width='1'><path d='M80 12 L80 48'/><path d='M55 30 L105 30'/><path d='M80 12 L98 30 L80 48 L62 30 Z' fill='%23e0c87f' fill-opacity='0.1'/><circle cx='80' cy='30' r='3.5' fill='%23e0c87f'/><path d='M40 30 L0 30' stroke-width='0.6'/><path d='M120 30 L160 30' stroke-width='0.6'/><circle cx='25' cy='30' r='2' fill='none' stroke='%23e0c87f' stroke-width='0.6'/><circle cx='135' cy='30' r='2' fill='none' stroke='%23e0c87f' stroke-width='0.6'/><path d='M10 30 L18 22' stroke-width='0.5'/><path d='M10 30 L18 38' stroke-width='0.5'/><path d='M150 30 L142 22' stroke-width='0.5'/><path d='M150 30 L142 38' stroke-width='0.5'/></g></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: fadeUp 1s ease .8s both;
}

.hero-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 1.5rem;
  animation: fadeUp 1s ease 1s both;
}
.hero-eyebrow .dot { color: var(--gold); margin: 0 0.6rem; }

.hero-headline {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6.5vw, 5.5rem);
  margin: 0 auto 1.5rem;
  max-width: 18ch;
  line-height: 1.1;
  color: var(--ivory);
  animation: fadeUp 1.2s ease 1.2s both;
}
.hero-headline .gold {
  background: linear-gradient(180deg, #f0d896 0%, #e0c87f 30%, #c9a259 60%, #a88347 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(224,200,127,.25);
}
.hero-headline .script {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--gold-soft);
  text-shadow: 0 0 30px rgba(224,200,127,.4);
  font-size: 1.05em;
}

.hero-lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  font-style: italic;
  color: rgba(247,241,227,0.85);
  max-width: 52ch;
  line-height: 1.55;
  margin: 0 auto 2.5rem;
  animation: fadeUp 1s ease 1.5s both;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  animation: fadeUp 1s ease 1.7s both;
}
@media (min-width: 600px) {
  .hero-actions { flex-direction: row; gap: 1.5rem; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-soft);
  opacity: 0.7;
  animation: fadeUp 1s ease 2s both, bob 2.5s ease-in-out 3s infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.hero-scroll::after {
  content: '';
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg, var(--gold-soft) 0%, transparent 100%);
}
@keyframes bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* Hero stats strip — sits at bottom of hero, just above viewport edge */
.hero-stats {
  position: relative;
  z-index: 5;
  background: var(--onyx);
  border-top: 1px solid var(--gold);
  padding: 1.75rem 0;
}
.hero-stats .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 700px) {
  .hero-stats .container { grid-template-columns: repeat(4, 1fr); }
}
.hero-stat {
  position: relative;
  padding: 0 1rem;
}
.hero-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold-deep), transparent);
}
@media (max-width: 699px) {
  .hero-stat:nth-child(2n)::after { display: none; }
}
.hero-stat-num {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--gold-soft);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.hero-stat-label {
  font-family: 'Cinzel', serif;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(247,241,227,.65);
}

/* ============================================================
   SIMPLE PAGE HEADER (for non-homepage)
   ============================================================ */

.page-header {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid var(--gold);
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory-warm) 100%);
}
.page-header .crumbs {
  display: flex;
  gap: 0.6rem;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.page-header .crumbs a { color: var(--ink-soft); transition: color .2s; }
.page-header .crumbs a:hover { color: var(--gold-deep); }
.page-header .crumbs .sep { color: var(--gold); }
.page-header h1 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.1;
  color: var(--navy);
  max-width: 22ch;
  margin: 0 auto 1.5rem;
}
.page-header h1 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  color: var(--gold-deep);
  letter-spacing: 0;
}
.page-header .lede {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink-soft);
  max-width: 60ch;
  line-height: 1.55;
  margin: 0 auto;
}

/* ============================================================
   SECTIONS
   ============================================================ */

.bg-navy {
  background: var(--navy);
  color: var(--ivory);
  position: relative;
}
.bg-onyx {
  background: var(--onyx);
  color: var(--ivory);
  position: relative;
}
.bg-navy::before, .bg-onyx::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: .65;
  pointer-events: none;
}
.bg-navy > .container, .bg-navy > .container-narrow,
.bg-onyx > .container, .bg-onyx > .container-narrow { position: relative; z-index: 2; }

.bg-warm {
  background: var(--ivory-warm);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

/* Section heads */
.section-head {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}
.section-head h2 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  color: var(--navy);
  margin-top: 1rem;
}
.bg-navy .section-head h2, .bg-onyx .section-head h2 { color: var(--ivory); }
.section-head h2 em, .section-head h2 .script {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  color: var(--gold-deep);
  letter-spacing: 0;
}
.bg-navy .section-head h2 em, .bg-onyx .section-head h2 em,
.bg-navy .section-head h2 .script, .bg-onyx .section-head h2 .script {
  color: var(--gold-soft);
}
.section-head p {
  color: var(--ink-soft);
  margin-top: 1rem;
  font-size: 1.1rem;
  font-family: 'Cormorant Garamond', serif;
}
.bg-navy .section-head p, .bg-onyx .section-head p { color: rgba(247,241,227,.75); }

/* Skyline feature section */
.skyline-feature {
  position: relative;
  padding-block: 0;
  background: var(--onyx);
}
.skyline-feature .skyline-img {
  position: relative;
  height: clamp(360px, 50vw, 540px);
  overflow: hidden;
}
.skyline-feature .skyline-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.75) saturate(0.9);
}
.skyline-feature .skyline-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(2,6,16,0.4) 0%,
    rgba(2,6,16,0.15) 50%,
    rgba(2,6,16,0.7) 100%);
}
.skyline-feature .skyline-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--gutter);
  z-index: 2;
}
.skyline-feature .skyline-content > div { max-width: 720px; }
.skyline-feature h2 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
  color: var(--ivory);
  margin: 1rem 0 1.2rem;
}
.skyline-feature h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--gold-soft);
}
.skyline-feature p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  font-style: italic;
  color: rgba(247,241,227,.85);
  max-width: 48ch;
  margin: 0 auto;
  line-height: 1.55;
}

/* Prose */
.prose {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 65ch;
  font-family: 'Cormorant Garamond', serif;
}
.prose h2 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--navy);
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--gold);
}
.prose h3 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--gold-deep);
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.prose p { margin-bottom: 1.3rem; }
.prose a {
  color: var(--gold-deep);
  border-bottom: 1px solid var(--gold);
  transition: all .2s;
  padding-bottom: 1px;
}
.prose a:hover { color: var(--navy); border-color: var(--navy); }
.prose strong { color: var(--navy); font-weight: 600; }
.prose ul, .prose ol {
  margin: 0 0 1.5rem 0;
  list-style: none;
  padding-left: 0;
}
.prose ul li, .prose ol li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
}
.prose ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 6px; height: 6px;
  border: 1px solid var(--gold);
  background: var(--ivory);
  transform: rotate(45deg);
}
.prose ol { counter-reset: item; }
.prose ol li { counter-increment: item; }
.prose ol li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  color: var(--gold-deep);
  letter-spacing: 0.05em;
}

/* Attorney grid */
.attorney-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: 900px;
  margin: 0 auto;
}

.attorney-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .4s ease;
  padding: 1.25rem;
}
.attorney-card::before, .attorney-card::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  transition: all .4s ease;
}
.attorney-card::before { top: 0; left: 0; border-right: none; border-bottom: none; }
.attorney-card::after { top: 0; right: 0; border-left: none; border-bottom: none; }
.attorney-card:hover { transform: translateY(-6px); }
.attorney-card:hover::before, .attorney-card:hover::after { width: 44px; height: 44px; }

/* Dark cards (on dark sections) */
.bg-navy .attorney-card, .bg-onyx .attorney-card { color: var(--ivory); }

.attorney-portrait {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  background: var(--ivory-deep);
  border: 1px solid var(--gold);
}
.attorney-portrait img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .6s ease;
  filter: sepia(8%) saturate(95%);
}
.attorney-card:hover .attorney-portrait img { transform: scale(1.04); filter: none; }

.attorney-meta {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}
.attorney-name {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.15;
  color: var(--navy);
}
.bg-navy .attorney-name, .bg-onyx .attorney-name { color: var(--ivory); }
.attorney-role {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold-deep);
  font-weight: 500;
}
.bg-navy .attorney-role, .bg-onyx .attorney-role { color: var(--gold-soft); }
.attorney-bio-blurb {
  margin-top: 0.7rem;
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Cormorant Garamond', serif;
}
.bg-navy .attorney-bio-blurb, .bg-onyx .attorney-bio-blurb { color: rgba(247,241,227,.75); }
.attorney-card .more {
  margin-top: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  transition: all .25s;
  justify-content: center;
}
.bg-navy .attorney-card .more, .bg-onyx .attorney-card .more { color: var(--gold-soft); }
.attorney-card:hover .more { color: var(--gold-deep); letter-spacing: 0.32em; }
.bg-navy .attorney-card:hover .more, .bg-onyx .attorney-card:hover .more { color: var(--gold); }

/* Attorney detail */
.attorney-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}
@media (min-width: 900px) {
  .attorney-detail {
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: clamp(3rem, 7vw, 6rem);
    align-items: start;
  }
}
.attorney-detail-portrait {
  position: sticky;
  top: 100px;
  border: 1px solid var(--gold);
  background: var(--ivory-deep);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.attorney-detail-portrait img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 899px) {
  .attorney-detail-portrait { position: static; max-width: 360px; margin: 0 auto; }
}

/* Practice grid */
.practice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}
@media (min-width: 700px) { .practice-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .practice-grid { grid-template-columns: repeat(3, 1fr); } }

.practice-item {
  display: block;
  padding: clamp(2rem, 3.5vw, 3rem);
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  position: relative;
  transition: all .3s ease;
  background: transparent;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.practice-item:hover { background: var(--ivory-deep); transform: scale(1.005); }
.bg-navy .practice-item, .bg-onyx .practice-item { color: var(--ivory); }
.bg-navy .practice-item:hover, .bg-onyx .practice-item:hover { background: rgba(201,162,89,.08); }

.practice-num {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 1.5rem;
  display: block;
}
.bg-navy .practice-num, .bg-onyx .practice-num { color: var(--gold-soft); }
.practice-item h3 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.bg-navy .practice-item h3, .bg-onyx .practice-item h3 { color: var(--ivory); }
.practice-item h3::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.practice-item p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.bg-navy .practice-item p, .bg-onyx .practice-item p { color: rgba(247,241,227,.75); }
.practice-item .more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  transition: all .25s;
}
.bg-navy .practice-item .more, .bg-onyx .practice-item .more { color: var(--gold-soft); }
.practice-item:hover .more { color: var(--gold-deep); letter-spacing: 0.32em; }
.bg-navy .practice-item:hover .more, .bg-onyx .practice-item:hover .more { color: var(--gold); }

/* Pillars */
.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 700px) { .pillars-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .pillars-grid { grid-template-columns: repeat(4, 1fr); gap: 2.5rem; } }

.pillar {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  text-align: center;
  padding-top: 2.5rem;
}
.pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 16'><path d='M0 16 L16 0 L32 16' fill='none' stroke='%23e0c87f' stroke-width='1.2'/></svg>");
  background-repeat: no-repeat;
}
.pillar-num {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--gold-soft);
  letter-spacing: 0.06em;
}
.pillar h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ivory);
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--gold);
  display: inline-block;
  align-self: center;
}
.pillar p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: rgba(247,241,227,.8);
  line-height: 1.6;
  font-style: italic;
}

/* Testimonial */
.testimonial-inner {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.testimonial-mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 7rem;
  line-height: 0.5;
  color: var(--gold-soft);
  margin-bottom: -1rem;
  opacity: 0.7;
}
.testimonial blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.3;
  color: var(--ivory);
}
.testimonial cite {
  font-family: 'Cinzel', serif;
  font-style: normal;
  font-size: 0.76rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 500;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3rem, 6vw, 5rem);
}
@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: clamp(4rem, 8vw, 7rem);
  }
}
.contact-info p { color: var(--ink-soft); margin-bottom: 1.5rem; max-width: 42ch; font-size: 1.1rem; font-family: 'Cormorant Garamond', serif; }

.contact-detail {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--gold);
  align-items: baseline;
}
.contact-detail:last-of-type { border-bottom: 1px solid var(--gold); }
.contact-detail .label {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
}
.contact-detail .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--navy);
  line-height: 1.4;
}
.contact-detail .value a { transition: color .2s; }
.contact-detail .value a:hover { color: var(--gold-deep); }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--ivory-deep);
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid var(--gold);
  position: relative;
}
.contact-form::before, .contact-form::after {
  content: '';
  position: absolute;
  width: 14px; height: 14px;
  border: 1px solid var(--gold);
  background: var(--ivory);
  transform: rotate(45deg);
  z-index: 2;
}
.contact-form::before { top: -7px; left: -7px; }
.contact-form::after { top: -7px; right: -7px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 600px) { .form-row { grid-template-columns: 1fr 1fr; } }

.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field label {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
}
.field label .req { color: var(--gold-deep); }
.field input, .field select, .field textarea {
  background: var(--ivory);
  border: 1px solid var(--gold);
  padding: 0.85rem 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--ink);
  outline: none;
  transition: border-color .2s, background .2s;
  border-radius: 0;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); background: var(--ivory-warm); }

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--navy);
  color: var(--gold-soft);
  padding: 1.15rem 2.5rem;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: all .25s ease;
  align-self: center;
  position: relative;
}
.form-submit::before, .form-submit::after {
  content: '';
  position: absolute;
  width: 7px; height: 7px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  background: var(--ivory-deep);
}
.form-submit::before { left: -4px; top: 50%; margin-top: -4px; }
.form-submit::after { right: -4px; top: 50%; margin-top: -4px; }
.form-submit:hover { background: var(--gold); color: var(--onyx); letter-spacing: 0.32em; }

.form-disclaimer {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink-mute);
  line-height: 1.5;
  text-align: center;
}

/* Footer */
footer.site {
  background: var(--onyx);
  color: var(--ivory);
  padding-block: clamp(4rem, 7vw, 6rem) 1.5rem;
  position: relative;
  border-top: 1px solid var(--gold);
  box-shadow: 0 -3px 0 -2px var(--gold);
}
footer.site::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: .6;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; }
}

.footer-brand-name {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  color: var(--gold-soft);
}
.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(247,241,227,.7);
  margin-bottom: 1.5rem;
  max-width: 30ch;
  line-height: 1.4;
}

.footer-col h4 {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--gold);
  display: inline-block;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: rgba(247,241,227,.78);
  transition: color .2s;
}
.footer-col a:hover { color: var(--gold-soft); }

.footer-base {
  margin-top: clamp(3rem, 6vw, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(201,162,89,.25);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  z-index: 2;
}
.footer-disclaimer {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(247,241,227,.55);
  line-height: 1.55;
  max-width: 60ch;
}
.footer-copy {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  color: rgba(247,241,227,.55);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* Animations */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .9s ease, transform .9s ease;
}
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-bg img { animation: none; }
}

/* ============================================================
   MOBILE FIXES
   ============================================================ */

@media (max-width: 640px) {
  /* Topbar: hide "Free Consultation" and "Dayton, Ohio" labels on small screens,
     keep only the phone number and separators */
  .topbar {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    padding: 0.55rem 0;
  }
  .topbar .container {
    gap: 1rem;
  }
  .topbar .label,
  .topbar .sep {
    display: none;
  }

  /* Hero eyebrow: tighter letter-spacing so it fits on one line */
  .hero-eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.24em;
  }
  .hero-eyebrow .dot {
    margin: 0 0.35rem;
  }

  /* Hero headline: smaller floor so words don't each get their own line */
  .hero-headline {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
    letter-spacing: 0.02em;
    max-width: none;
    padding: 0 0.5rem;
  }

  /* Hero lede: slightly smaller */
  .hero-lede {
    font-size: 1.05rem;
    padding: 0 0.5rem;
  }

  /* Hero ornament: smaller on mobile */
  .hero-ornament-top {
    width: 90px;
    height: 40px;
    margin-bottom: 1.5rem;
  }

  /* Section heads: keep them from getting too big */
  .section-head h2,
  .page-header h1 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  /* Hide the SCROLL indicator on mobile — it clips into the Call button */
  .hero-scroll {
    display: none;
  }

  /* Arnold logo ~10% smaller on mobile */
  .brand-logo {
    height: 41px;
  }
}

/* Very small screens (older phones, portrait) */
@media (max-width: 380px) {
  .hero-headline {
    font-size: clamp(1.4rem, 8vw, 2rem);
  }
  .topbar {
    font-size: 0.62rem;
    letter-spacing: 0.15em;
  }
}
