/* GENERATED by tools/extract-reference.py — DO NOT EDIT.
   index.html supplies the global layer; every other page is scoped under
   its own body.page-<slug> so a single-purpose page's bare-tag rules cannot
   leak site-wide. At-rules keep their wrappers. Corrections belong in the
   theme's style.css, which loads after this file. */

/* ═══ global · index.html ═════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --plum: #3D1A4B; --plum-deep: #2E1238; --plum-mid: #4A2260; --cream: #FBF9F5; --cream-warm: #F5F0E8; --gold: #B8973A; --gold-light: #D4AE58; --gold-pale: #E8D49A; --slate: #2C2C2C; --grey: #5C5C5C; --grey-light: #C4C4C4; --white: #FFFFFF; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-weight: 400; color: var(--slate); background: var(--cream); line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 500; line-height: 1.25; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 28px 60px; display: flex; align-items: center; justify-content: space-between; transition: background 0.4s ease, padding 0.4s ease, backdrop-filter 0.4s ease; }
nav.scrolled { background: rgba(61, 26, 75, 0.97); backdrop-filter: blur(12px); padding: 18px 60px; border-bottom: 1px solid rgba(184, 151, 58, 0.2); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 600; letter-spacing: 0.12em; color: var(--gold-light); text-transform: uppercase; }
.nav-links { display: flex; gap: 48px; list-style: none; }
.nav-links a { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.75); transition: color 0.3s ease; }
.nav-links a:hover { color: var(--gold-light); }
.btn { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; padding: 16px 44px; border: 1px solid var(--gold); color: var(--gold-light); background: transparent; cursor: pointer; transition: all 0.35s ease; position: relative; overflow: hidden; }
.btn::before { content: ''; position: absolute; inset: 0; background: var(--gold); transform: translateX(-101%); transition: transform 0.35s ease; z-index: -1; }
.btn:hover { color: var(--plum); }
.btn:hover::before { transform: translateX(0); }
.btn-cream { border-color: var(--plum); color: var(--plum); }
.btn-cream::before { background: var(--plum); }
.btn-cream:hover { color: var(--cream); }
.section-plum { background: var(--plum); }
.section-cream { background: var(--cream); }
.section-cream-warm { background: var(--cream-warm); }
.section-inner { max-width: 1100px; margin: 0 auto; padding: 0 60px; }
.gold-rule { width: 60px; height: 1px; background: var(--gold); margin: 0 auto; }
.gold-rule-left { width: 48px; height: 1px; background: var(--gold); margin: 0; }
#hero { min-height: 100vh; background: linear-gradient(160deg, var(--plum-deep) 0%, var(--plum) 50%, var(--plum-mid) 100%); display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding: 120px 60px 100px; }
.hero-logo-watermark { display: none; }
.hero-content { position: relative; z-index: 2; max-width: 820px; }
.hero-wordmark { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 48px; display: block; }
.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 500; color: var(--white); line-height: 1.2; margin-bottom: 36px; letter-spacing: -0.01em; }
.hero-sub { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; line-height: 1.8; max-width: 600px; margin: 0 auto 20px; }
.hero-sub-2 { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.05rem; color: rgba(212, 174, 88, 0.85); margin-bottom: 56px; line-height: 1.6; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.35); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }
.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(184,151,58,0.6), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.1); }
}
#engages { background: var(--cream); padding: 120px 0; }
.engages-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 64px; text-align: center; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.pillar { padding: 56px 48px; text-align: center; border-right: 1px solid rgba(184, 151, 58, 0.2); position: relative; }
.pillar:last-child { border-right: none; }
.pillar-number { font-family: 'Playfair Display', serif; font-size: 0.75rem; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 24px; display: block; }
.pillar-title { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 500; color: var(--plum); line-height: 1.4; }
#signal { background: linear-gradient(135deg, var(--plum-deep), var(--plum), var(--plum-mid)); padding: 100px 60px; text-align: center; }
.signal-text { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.3rem, 3vw, 2rem); color: rgba(255,255,255,0.9); max-width: 800px; margin: 0 auto; line-height: 1.6; font-weight: 400; }
.signal-text em { color: var(--gold-light); font-style: normal; }
#credibility { background: var(--cream-warm); padding: 100px 60px; text-align: center; }
.credibility-text { font-family: 'Playfair Display', serif; font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 400; color: var(--slate); max-width: 780px; margin: 0 auto; line-height: 1.8; }
#engagement { background: var(--plum); padding: 120px 0; }
.engagement-header { text-align: center; margin-bottom: 24px; }
.engagement-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 20px; }
.engagement-intro { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.65); max-width: 640px; margin: 16px auto 64px; line-height: 1.7; }
.accordion { max-width: 800px; margin: 0 auto; border-top: 1px solid rgba(184,151,58,0.25); }
.accordion-item { border-bottom: 1px solid rgba(184,151,58,0.25); overflow: hidden; }
.accordion-trigger { width: 100%; background: none; border: none; padding: 32px 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; text-align: left; gap: 24px; }
.accordion-title { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 500; color: var(--gold-light); transition: color 0.3s; }
.accordion-trigger:hover .accordion-title { color: var(--white); }
.accordion-icon { width: 28px; height: 28px; border: 1px solid rgba(184,151,58,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; color: var(--gold); font-size: 1rem; line-height: 1; }
.accordion-item.open .accordion-icon { background: var(--gold); color: var(--plum); border-color: var(--gold); transform: rotate(45deg); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1); }
.accordion-item.open .accordion-body { max-height: 200px; }
.accordion-content { padding: 0 0 32px 0; font-size: 0.95rem; color: rgba(255,255,255,0.65); line-height: 1.8; max-width: 620px; }
#perspective { background: var(--cream); padding: 140px 60px; text-align: center; }
.perspective-quote-1 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 500; color: var(--plum); line-height: 1.3; max-width: 820px; margin: 0 auto 16px; }
.perspective-quote-2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 400; font-style: italic; color: var(--gold); line-height: 1.3; max-width: 820px; margin: 0 auto 56px; }
.perspective-sub { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 300; color: var(--grey); letter-spacing: 0.06em; }
#questions { background: linear-gradient(160deg, var(--plum-mid), var(--plum), var(--plum-deep)); padding: 120px 0; }
.questions-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); text-align: center; display: block; margin-bottom: 72px; }
.questions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; max-width: 1000px; margin: 0 auto; }
.question-card { background: rgba(255,255,255,0.04); padding: 48px 44px; border: 1px solid rgba(184,151,58,0.12); transition: all 0.35s ease; cursor: default; position: relative; overflow: hidden; }
.question-card::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--gold); transition: height 0.4s ease; }
.question-card:hover { background: rgba(255,255,255,0.07); }
.question-card:hover::before { height: 100%; }
.question-number { font-family: 'Playfair Display', serif; font-size: 0.7rem; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 20px; display: block; }
.question-text { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 400; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.65; }
.question-card.full-width { grid-column: 1 / -1; }
.question-card.full-width .question-text { font-style: normal; font-weight: 500; color: var(--gold-light); font-size: 0.9rem; letter-spacing: 0.04em; }
#about-rehveal { background: var(--cream-warm); padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.about-label-col { padding-top: 8px; }
.about-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 24px; }
.about-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 500; color: var(--plum); line-height: 1.3; }
.about-body p { font-size: 1rem; color: var(--slate); line-height: 1.85; margin-bottom: 24px; font-weight: 300; }
.about-body p:last-child { margin-bottom: 0; }
#about-regine { background: var(--plum); padding: 120px 0; }
.regine-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; align-items: start; }
.regine-body p { font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.85; margin-bottom: 24px; font-weight: 300; }
.regine-body p:last-child { margin-bottom: 0; }
.regine-label-col { padding-top: 8px; text-align: right; }
.regine-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 24px; }
.regine-title { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 500; color: var(--white); line-height: 1.3; }
.regine-name { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.4rem; color: var(--gold-light); margin-top: 32px; display: block; }
#closing { background: var(--cream); padding: 140px 60px; text-align: center; }
.closing-headline { font-family: 'Playfair Display', serif; font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 400; color: var(--slate); max-width: 680px; margin: 0 auto 20px; line-height: 1.65; }
.closing-sub { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.1rem; color: var(--plum); max-width: 540px; margin: 0 auto 56px; line-height: 1.7; }
footer { background: var(--cream-warm); padding: 80px 60px 48px; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 1px solid rgba(61,26,75,0.08); }
.footer-mark { width: 100px; margin-bottom: 32px; display: block; }
.footer-rule { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 28px; }
.footer-nav { display: flex; gap: 40px; list-style: none; margin-bottom: 32px; }
.footer-nav a { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--plum); opacity: 0.6; transition: opacity 0.3s; }
.footer-nav a:hover { opacity: 1; }
.footer-copy { font-size: 0.72rem; color: var(--grey); letter-spacing: 0.08em; }
.footer-link { font-size: 0.75rem; color: var(--plum); letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.3s; }
.footer-link:hover { color: var(--gold); }
@media (max-width: 768px) {
  nav { padding: 20px 28px; }
  nav.scrolled { padding: 16px 28px; }
  .nav-links { gap: 28px; }
  .section-inner { padding: 0 28px; }
  #hero { padding: 120px 28px 80px; }
  #signal, #credibility, #perspective, #closing { padding-left: 28px; padding-right: 28px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-right: none; border-bottom: 1px solid rgba(184,151,58,0.2); }
  .pillar:last-child { border-bottom: none; }
  .questions-grid { grid-template-columns: 1fr; }
  .question-card.full-width { grid-column: 1; }
  .about-grid, .regine-grid { grid-template-columns: 1fr; gap: 40px; }
  .regine-label-col { text-align: left; order: -1; }
  footer { padding: 60px 28px 40px; }
  .footer-nav { flex-direction: column; gap: 20px; }
  .accordion { padding: 0 28px; }
}
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }

/* ═══ thought-leadership.html · 72 rules · bare-tag rules scoped to body.page-thought-leadership ═══ */
body.page-thought-leadership h1, body.page-thought-leadership h2, body.page-thought-leadership h3 { font-family: 'Playfair Display', serif; font-weight: 500; line-height: 1.25; }
body.page-thought-leadership a { text-decoration: none; color: inherit; }
body.page-thought-leadership nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 60px; display: flex; align-items: center; justify-content: space-between; background: rgba(61, 26, 75, 0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(184, 151, 58, 0.2); }
body.page-thought-leadership .nav-links a { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.75); transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.page-hero { background: linear-gradient(160deg, var(--plum-deep), var(--plum)); padding: 160px 60px 100px; text-align: center; position: relative; overflow: hidden; }
.page-logo-watermark { display: none; }
.page-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 24px; }
.page-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); color: white; margin-bottom: 20px; }
.page-sub { font-size: 1rem; color: rgba(255, 255, 255, 0.6); max-width: 580px; margin: 0 auto; font-weight: 300; }
.framing-section { padding: 100px 60px 60px; max-width: 820px; margin: 0 auto; text-align: center; }
.framing-statement { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--plum); line-height: 1.75; margin-bottom: 48px; }
.framing-sub { font-size: 0.95rem; color: var(--grey); max-width: 560px; margin: 0 auto; font-weight: 300; }
.concepts-strip { background: var(--plum); padding: 80px 60px; }
.concepts-inner { max-width: 1100px; margin: 0 auto; }
.concepts-label { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 56px; text-align: center; }
.concepts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.concept-card { background: rgba(255, 255, 255, 0.04); padding: 48px 40px; border-left: 1px solid rgba(184, 151, 58, 0.15); transition: background 0.3s; }
.concept-card:first-child { border-left: none; }
.concept-card:hover { background: rgba(255, 255, 255, 0.07); }
.concept-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--gold-light); margin-bottom: 20px; letter-spacing: 0.04em; }
.concept-def { font-size: 0.92rem; color: rgba(255, 255, 255, 0.65); line-height: 1.75; font-weight: 300; }
.perspectives-section { padding: 100px 60px; max-width: 1100px; margin: 0 auto; }
.section-eyebrow { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 16px; }
.section-heading { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--plum); margin-bottom: 64px; }
.posts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; }
.post-card { background: var(--cream-warm); padding: 52px 48px; display: flex; flex-direction: column; transition: background 0.3s; position: relative; overflow: hidden; }
.post-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); transform: scaleY(0); transform-origin: bottom; transition: transform 0.4s ease; }
.post-card:hover::before { transform: scaleY(1); }
.post-card:hover { background: #EEE9DE; }
.post-meta { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: block; }
.post-title { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--plum); margin-bottom: 20px; line-height: 1.35; }
.post-excerpt { font-size: 0.92rem; color: var(--grey); line-height: 1.75; font-weight: 300; flex: 1; margin-bottom: 36px; }
.post-date { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); }
.post-link { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--plum); border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: color 0.3s, border-color 0.3s; }
.post-link:hover { color: var(--gold); }
.post-card.featured { grid-column: span 2; background: var(--plum); padding: 72px 64px; }
.post-card.featured .post-meta { color: var(--gold); }
.post-card.featured .post-title { color: white; font-size: 1.65rem; }
.post-card.featured .post-excerpt { color: rgba(255, 255, 255, 0.6); }
.post-card.featured .post-date { color: rgba(255, 255, 255, 0.35); }
.post-card.featured .post-link { color: var(--gold-light); border-bottom-color: var(--gold-light); }
.post-card.featured::before { background: var(--gold-light); }
.signal-section { background: var(--cream-warm); padding: 100px 60px; text-align: center; }
.signal-inner { max-width: 760px; margin: 0 auto; }
.signal-quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.2rem, 2.5vw, 1.6rem); color: var(--plum); line-height: 1.65; margin-bottom: 36px; }
.signal-attribution { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.linkedin-section { padding: 100px 60px; max-width: 820px; margin: 0 auto; text-align: center; }
.linkedin-heading { font-family: 'Playfair Display', serif; font-size: clamp(1.4rem, 2.5vw, 1.9rem); color: var(--plum); margin-bottom: 24px; }
.linkedin-sub { font-size: 0.95rem; color: var(--grey); font-weight: 300; max-width: 500px; margin: 0 auto 48px; }
body.page-thought-leadership footer { background: var(--cream-warm); padding: 80px 60px 48px; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 1px solid rgba(61,26,75,0.08); }
body.page-thought-leadership .footer-nav a { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--plum); opacity: 0.6; transition: opacity 0.3s; }
.fade-in.delay-1 { transition-delay: 0.1s; }
.fade-in.delay-2 { transition-delay: 0.2s; }
.fade-in.delay-3 { transition-delay: 0.3s; }
@media (max-width: 900px) {
  .concepts-grid { grid-template-columns: 1fr; }
  .concept-card { border-left: none; border-top: 1px solid rgba(184, 151, 58, 0.15); }
  .concept-card:first-child { border-top: none; }
  .posts-grid { grid-template-columns: 1fr; }
  .post-card.featured { grid-column: span 1; padding: 52px 36px; }
}
@media (max-width: 768px) {
  body.page-thought-leadership nav { padding: 16px 28px; }
  .page-hero { padding: 130px 28px 80px; }
  .framing-section { padding: 72px 28px 48px; }
  .concepts-strip { padding: 60px 28px; }
  .perspectives-section { padding: 72px 28px; }
  .signal-section { padding: 72px 28px; }
  .linkedin-section { padding: 72px 28px; }
  body.page-thought-leadership footer { flex-direction: column; gap: 16px; text-align: center; padding: 32px 28px; }
  .post-card { padding: 40px 28px; }
}
.post-card:not(.featured) .post-meta { color:#3D1A4B !important; }
.post-card:not(.featured) .post-link { color:#3D1A4B !important;border-bottom-color:#3D1A4B !important; }
.post-card:not(.featured) .post-link:hover { color:#5C5C5C !important; }

/* ═══ contact.html · 18 rules · bare-tag rules scoped to body.page-contact ═══ */
body.page-contact h1, body.page-contact h2, body.page-contact h3 { font-family: 'Playfair Display', serif; font-weight: 500; }
body.page-contact a { text-decoration: none; color: inherit; }
body.page-contact nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 60px; display: flex; align-items: center; justify-content: space-between; background: rgba(61,26,75,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(184,151,58,0.2); }
body.page-contact .nav-links a { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.75); transition: color 0.3s; }
.contact-section { padding: 100px 60px; max-width: 820px; margin: 0 auto; }
.contact-intro { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.2rem; color: var(--plum); margin-bottom: 56px; line-height: 1.7; }
.form-group { margin-bottom: 36px; }
body.page-contact .form-group label { display: block; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
body.page-contact .form-group input, body.page-contact .form-group textarea, body.page-contact .form-group select { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(61,26,75,0.25); padding: 12px 0; font-family: 'DM Sans', sans-serif; font-size: 1rem; color: var(--slate); outline: none; transition: border-color 0.3s; -webkit-appearance: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-bottom-color: var(--gold); }
body.page-contact .form-group textarea { resize: none; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
body.page-contact footer { background: var(--cream-warm); padding: 80px 60px 48px; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 1px solid rgba(61,26,75,0.08); }
body.page-contact .footer-nav a { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--plum); opacity: 0.6; text-decoration: none; transition: opacity 0.3s; }
@media (max-width: 768px) {
  body.page-contact nav { padding: 16px 28px; }
  .contact-section { padding: 60px 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  body.page-contact footer { flex-direction: column; gap: 16px; text-align: center; padding: 32px 28px; }
}

/* ═══ thank-you.html · 9 rules · bare-tag rules scoped to body.page-thank-you ═══ */
body.page-thank-you nav { padding: 20px 60px; display: flex; align-items: center; justify-content: space-between; background: rgba(61,26,75,0.97); border-bottom: 1px solid rgba(184,151,58,0.2); }
.main { flex: 1; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, var(--plum-deep), var(--plum)); padding: 80px 40px; text-align: center; }
.inner { max-width: 600px; }
.gold-bar { width: 40px; height: 2px; background: var(--gold); margin: 0 auto 40px; }
body.page-thank-you h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.6rem); color: white; margin-bottom: 24px; font-weight: 500; }
body.page-thank-you p { font-size: 1rem; color: rgba(255,255,255,0.6); font-weight: 300; line-height: 1.8; margin-bottom: 48px; }
a.btn { display: inline-block; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 14px 40px; border: 1px solid var(--gold-light); color: var(--gold-light); text-decoration: none; transition: all 0.3s; }
a.btn:hover { background: var(--gold-light); color: var(--plum-deep); }
body.page-thank-you footer { background: #F5F0E8; padding: 60px 60px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 1px solid rgba(61,26,75,0.08); }
