@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400;1,500&display=swap');

:root {
  --obsidian: #0a0705;
  --obsidian-soft: #1a100a;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --gold-pale: #f5edd8;
  --ivory: #f7f2ec;
  --ivory-warm: #f0e8dc;
  --terra: #b85c38;
  --dust: #e8d5c4;
  --ash: #6f6157;
  --white: #ffffff;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-editorial: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--obsidian); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }

.announce { background: var(--obsidian); color: var(--gold-light); padding: 11px 20px; text-align: center; font-size: 10px; font-weight: 500; letter-spacing: 2px; line-height: 1.5; text-transform: uppercase; }
.announce em { color: var(--gold); font-style: normal; }
.site-nav { background: rgba(10, 7, 5, .98); border-bottom: 1px solid rgba(201,169,110,.14); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px clamp(24px, 5vw, 76px); }
.brand { color: var(--white); font-family: var(--font-display); font-size: 24px; font-weight: 700; letter-spacing: .3px; text-decoration: none; white-space: nowrap; }
.brand span { color: var(--gold); }
.nav-link { border: 1px solid var(--gold); color: var(--gold); display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 1.7px; padding: 10px 16px; text-decoration: none; text-transform: uppercase; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.nav-link:hover { background: var(--gold); color: var(--obsidian); }
.nav-link:active { transform: scale(.97); }

.hero { background: var(--obsidian); overflow: hidden; padding: clamp(66px, 10vw, 118px) 24px clamp(62px, 8vw, 100px); position: relative; }
.hero::before { background: radial-gradient(circle, rgba(201,169,110,.12) 0%, rgba(201,169,110,.035) 30%, transparent 66%); content: ''; height: 690px; left: 63%; pointer-events: none; position: absolute; top: 48%; transform: translate(-50%, -50%); width: 690px; }
.hero-inner { margin: 0 auto; max-width: 960px; position: relative; text-align: center; }
.eyebrow { color: var(--gold); display: block; font-size: 10px; font-weight: 600; letter-spacing: 3.2px; margin-bottom: 21px; text-transform: uppercase; }
h1 { color: var(--white); font-family: var(--font-display); font-size: clamp(42px, 7vw, 76px); letter-spacing: -1.8px; line-height: .98; margin: 0; }
h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.hero p { color: rgba(255,255,255,.52); font-family: var(--font-editorial); font-size: clamp(18px, 2.5vw, 23px); font-style: italic; font-weight: 400; line-height: 1.4; margin: 22px auto 0; max-width: 600px; }

main { margin: 0 auto; max-width: 830px; padding: clamp(52px, 8vw, 92px) 24px clamp(68px, 9vw, 108px); }
.intro { border-bottom: 1px solid var(--dust); color: var(--ash); font-size: 14px; line-height: 1.9; margin: 0 0 44px; padding: 0 0 40px; }
.intro strong { color: var(--terra); font-weight: 600; }
.policy-section { border-bottom: 1px solid var(--dust); padding: 0 0 39px; margin: 0 0 39px; }
.policy-section:last-child { border-bottom: 0; margin-bottom: 0; }
h2 { color: var(--obsidian); font-family: var(--font-display); font-size: clamp(25px, 3.2vw, 34px); letter-spacing: -.4px; line-height: 1.15; margin: 0 0 15px; }
h2 .number { color: var(--terra); font-family: var(--font-editorial); font-size: .7em; font-style: italic; font-weight: 400; margin-right: 8px; }
p, li { color: var(--ash); font-size: 14px; font-weight: 300; line-height: 1.9; }
p { margin: 0 0 14px; }
p:last-child { margin-bottom: 0; }
ul { margin: 14px 0; padding-left: 20px; }
li { margin: 8px 0; padding-left: 4px; }
.contact-card { background: var(--ivory-warm); border-left: 3px solid var(--terra); margin-top: 24px; padding: 22px 24px; }
.contact-card p { color: var(--obsidian); font-size: 13px; font-weight: 400; line-height: 1.75; }
.contact-card a { color: var(--terra); font-weight: 600; text-decoration-color: rgba(184,92,56,.4); text-underline-offset: 3px; }
.notice { background: var(--gold-pale); border: 1px solid rgba(201,169,110,.34); color: var(--obsidian); font-size: 13px; line-height: 1.75; margin: 22px 0; padding: 18px 20px; }
.notice strong { color: var(--terra); }

footer { background: var(--obsidian); border-top: 1px solid rgba(201,169,110,.1); padding: 48px 24px 30px; }
.footer-inner { display: flex; gap: 24px; justify-content: space-between; margin: 0 auto; max-width: 1120px; }
.footer-brand { color: var(--white); font-family: var(--font-display); font-size: 20px; font-weight: 700; text-decoration: none; }
.footer-brand span { color: var(--gold); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: flex-end; }
.footer-links a, .footer-copy { color: rgba(255,255,255,.38); font-size: 11px; font-weight: 300; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); display: flex; gap: 16px; justify-content: space-between; margin: 30px auto 0; max-width: 1120px; padding-top: 23px; }
.powered { color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; }

@media (max-width: 580px) {
  .site-nav { padding: 17px 20px; }
  .brand { font-size: 21px; }
  .nav-link { font-size: 9px; padding: 9px 11px; }
  .announce { font-size: 9px; letter-spacing: 1.4px; }
  main { padding-left: 20px; padding-right: 20px; }
  .footer-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-inner { animation: enter .55s cubic-bezier(.23,1,.32,1) both; }
  @keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
