:root {
  --black: #0a0a0a;
  --charcoal: #222222;
  --gold: #c9a24a;
  --gold-soft: #e1c77f;
  --warm-white: #f8f6f1;
  --stone: #e7e1d7;
  --white: #ffffff;
  --max-width: 1180px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--warm-white);
  font-family: "Poppins", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(10,10,10,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; position: relative; display: inline-block; }
.clapper-top { position: absolute; left: 3px; top: 3px; width: 35px; height: 9px; background: repeating-linear-gradient(135deg,var(--gold) 0 8px,var(--black) 8px 15px); transform: rotate(-9deg); border: 1px solid var(--gold); border-radius: 3px; transform-origin: left bottom; }
.clapper-body { position: absolute; left: 3px; bottom: 2px; width: 35px; height: 27px; border: 1px solid var(--gold); border-radius: 4px; display: grid; place-items: center; color: var(--gold); font-family: "Playfair Display",serif; font-size: 21px; }
.brand-wordmark { color: var(--white); font-size: 23px; letter-spacing: -.8px; }
.brand-wordmark span { color: var(--gold); }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { color: var(--white); text-decoration: none; font-size: 14px; font-weight: 500; }
.primary-nav a:not(.button):hover { color: var(--gold-soft); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--white); margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--black); text-decoration: none; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-soft); }
.button-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.button-small { min-height: 38px; padding: 0 18px; }
.button-light { background: var(--white); border-color: var(--white); }

.hero { position: relative; overflow: hidden; min-height: 860px; display: grid; align-items: center; padding: 150px 0 90px; background: radial-gradient(circle at 72% 35%, #302716 0, #17130d 28%, #0a0a0a 68%); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
h1,h2,h3 { font-family: "Playfair Display",serif; line-height: 1.1; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(48px,6vw,82px); letter-spacing: -.035em; }
h2 { font-size: clamp(38px,4.5vw,60px); letter-spacing: -.025em; }
h3 { font-size: 27px; }
.hero-lead { margin: 0 0 14px; color: var(--gold-soft); font-family: "Playfair Display",serif; font-size: 25px; }
.hero-text { max-width: 680px; color: #dedbd4; font-size: 17px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 28px 0 0; padding: 0; list-style: none; color: #bdb9b0; font-size: 13px; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--gold); }
.hero-visual { min-height: 590px; position: relative; }
.hero-card { position: absolute; border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow); }
.hero-card-main { right: 5%; top: 3%; width: 74%; min-height: 470px; border-radius: 32px; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg,#191919,#060606); }
.hero-card-main::after { content:""; position:absolute; inset:18px; border:1px solid rgba(201,162,74,.28); border-radius:24px; pointer-events:none; }
.large-mark { position: absolute; top: 75px; left: 50%; transform: translateX(-50%); width: 230px; height: 210px; }
.large-clapper-top { position: absolute; width: 210px; height: 48px; left: 8px; top: 12px; border: 2px solid var(--gold); border-radius: 8px; background: repeating-linear-gradient(135deg,var(--gold) 0 35px,#090909 35px 68px); transform: rotate(-9deg); }
.large-clapper-body { position: absolute; width: 210px; height: 148px; left: 8px; bottom: 0; border: 2px solid var(--gold); border-radius: 10px; display: grid; place-items: center; color: var(--gold); font: 92px/1 "Playfair Display",serif; }
.hero-card-main p { position: relative; z-index: 1; margin: 0; color: #aaa; text-transform: uppercase; letter-spacing: .2em; font-size: 12px; }
.hero-card-main strong { position: relative; z-index: 1; font: 42px/1.1 "Playfair Display",serif; color: var(--gold); }
.hero-card-small { width: 220px; padding: 18px 20px; border-radius: 18px; background: rgba(248,246,241,.96); color: var(--black); }
.hero-card-small span { display:block; color:#7d6a3b; font-size:11px; text-transform:uppercase; letter-spacing:.16em; }
.hero-card-small strong { display:block; margin-top:5px; font-size:14px; }
.card-one { left: 0; top: 125px; transform: rotate(-5deg); }
.card-two { right: 0; bottom: 45px; transform: rotate(4deg); }
.hero-glow { position:absolute; border-radius:50%; filter:blur(15px); opacity:.18; background:var(--gold); }
.hero-glow-one { width:300px;height:300px;right:-100px;top:120px; }
.hero-glow-two { width:220px;height:220px;left:30%;bottom:-110px; }

.section { padding: 110px 0; }
.section-light { background: var(--warm-white); }
.section-dark { background: #101010; color: var(--white); }
.section-heading { max-width: 760px; }
.section-heading p:not(.eyebrow) { color: #67635c; }
.centered { margin: 0 auto 50px; text-align: center; }
.split-heading { max-width:none; display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; margin-bottom:45px; }
.split-heading > p { color:#b9b5ad; }
.goal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.goal-card { padding: 34px; border: 1px solid #dcd6cc; border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.goal-card:hover { transform:translateY(-5px); box-shadow:0 22px 46px rgba(20,20,20,.08); }
.goal-number { color: var(--gold); font-size:12px; letter-spacing:.18em; }
.goal-card h3 { margin:18px 0 12px; }
.goal-card p { color:#68645d; }
.goal-card a,.brand-card a,.text-link { color:#8b6c27; font-weight:600; text-decoration:none; }
.brand-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.brand-card { min-height:270px; display:flex; flex-direction:column; justify-content:flex-end; padding:34px; border:1px solid rgba(255,255,255,.12); border-radius:22px; background:linear-gradient(145deg,#191919,#0d0d0d); }
.brand-kicker { color:var(--gold); text-transform:uppercase; font-size:11px; letter-spacing:.17em; }
.brand-card h3 { margin:14px 0 10px; }
.brand-card p { color:#bbb7af; }
.brand-card a { margin-top:auto; color:var(--gold-soft); }
.story-section { background:#d7b861; color:#111; }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:start; }
.story-panel h2 { max-width:520px; }
.story-panel .eyebrow { color:#4d3a0f; }
.story-copy { font-size:18px; }
.story-copy p:first-child { font-family:"Playfair Display",serif; font-size:28px; line-height:1.35; }
.story-emphasis { font-weight:700; }
.learn-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.article-stack { display:grid; gap:14px; }
.article-stack article { padding:26px 28px; border-radius:16px; background:#fff; border:1px solid #ddd6ca; }
.article-stack span { color:#8b6c27; text-transform:uppercase; letter-spacing:.15em; font-size:10px; font-weight:700; }
.article-stack h3 { margin:8px 0 0; font-size:23px; }
.cta-section { padding:70px 0; background:#161616; color:#fff; }
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:35px; }
.cta-inner h2 { margin:0; max-width:760px; font-size:clamp(34px,4.5vw,58px); }

.site-footer { padding:75px 0 25px; background:#080808; color:#d4d0c8; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.25fr; gap:45px; }
.footer-brand { margin-bottom:18px; }
.footer-grid h3 { color:#fff; font:600 15px/1.2 "Poppins",sans-serif; }
.footer-grid a,.footer-grid p { display:block; margin:0 0 10px; color:#aaa69f; text-decoration:none; font-size:13px; }
.footer-grid a:hover { color:var(--gold); }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; margin-top:55px; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); color:#777; font-size:11px; }

@media (max-width: 920px) {
  .menu-toggle { display:block; }
  .primary-nav { position:absolute; left:20px; right:20px; top:74px; display:none; flex-direction:column; align-items:stretch; padding:22px; border:1px solid rgba(255,255,255,.12); border-radius:16px; background:#111; box-shadow:var(--shadow); }
  .primary-nav.is-open { display:flex; }
  .hero { min-height:auto; padding-top:135px; }
  .hero-grid,.story-grid,.learn-grid,.split-heading { grid-template-columns:1fr; gap:50px; }
  .hero-visual { min-height:540px; }
  .goal-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px),var(--max-width)); }
  .section { padding:78px 0; }
  .brand-wordmark { font-size:20px; }
  h1 { font-size:46px; }
  .hero-card-main { width:88%; right:3%; padding:34px; }
  .large-mark { transform:translateX(-50%) scale(.78); }
  .card-one { left:-5px; }
  .card-two { right:-3px; }
  .brand-grid,.footer-grid { grid-template-columns:1fr; }
  .cta-inner,.footer-bottom { flex-direction:column; align-items:flex-start; }
  .button-row .button { width:100%; }
}
