/* ============================================================
   DPG v2 — Shared stylesheet for all inner pages
   ============================================================ */
@font-face { font-family:'Playfair Display'; src:url('../assets/PlayfairDisplay-VariableFont_wght.ttf') format('truetype'); font-weight:400 900; font-style:normal; }
@font-face { font-family:'Playfair Display'; src:url('../assets/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype'); font-weight:400 900; font-style:italic; }
@font-face { font-family:'Inter'; src:url('../assets/Inter-VariableFont_opsz_wght.ttf') format('truetype'); font-weight:100 900; }

:root {
  --green:  #193B1D;
  --gold:   #B8954A;
  --cream:  #f2efea;
  --warm:   #fbf8f1;
  --ink:    #0d0d0d;
  --serif:  'Playfair Display', Georgia, serif;
  --sans:   'Inter', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { font-family:var(--sans); background:var(--ink); color:var(--cream); cursor:none; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }

/* Grain */
body::after { content:''; position:fixed; inset:0; z-index:9999; pointer-events:none; opacity:.028;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat:repeat; background-size:200px; }

/* Cursor */
#cursor { position:fixed; z-index:10000; pointer-events:none; width:48px; height:48px; border:1px solid var(--gold); border-radius:50%; transform:translate(-50%,-50%); transition:width .25s,height .25s,background .25s; }
#cursor.large { width:80px; height:80px; background:rgba(184,149,74,.08); }
#cursor.dark { border-color:var(--ink); }
#cursor-label { position:fixed; z-index:10001; pointer-events:none; font-family:var(--sans); font-size:.52rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); transform:translate(-50%,-50%); opacity:0; transition:opacity .2s; white-space:nowrap; }
#cursor-label.show { opacity:1; }

/* Nav */
nav { position:fixed; top:0; left:0; right:0; z-index:1000; display:flex; align-items:center; justify-content:space-between; padding:28px 56px; transition:background .4s, backdrop-filter .4s; }
nav.scrolled { background:rgba(13,13,13,.95); backdrop-filter:blur(12px); border-bottom:1px solid rgba(255,255,255,.05); }
.nav-mark { font-family:var(--serif); font-weight:500; font-size:.95rem; letter-spacing:.08em; color:var(--cream); display:flex; align-items:center; gap:14px; }
.nav-mark img { height:32px; filter:brightness(0) invert(1); opacity:.75; transition:filter .35s ease, opacity .35s ease; }
nav.on-light .nav-mark img { filter:none; opacity:1; }
nav.on-light .nav-mark { color:var(--ink); transition:color .35s; }
nav.on-light .nav-link { color:rgba(13,13,13,.5); }
nav.on-light .nav-link:hover { color:var(--ink); }
.nav-right { display:flex; align-items:center; gap:36px; }
.nav-link { font-size:.6rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:rgba(242,239,234,.5); transition:color .25s; }
.nav-link:hover, .nav-link.active { color:var(--cream); }
.nav-cta { font-size:.6rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--ink); background:var(--gold); padding:10px 22px; transition:background .25s; }
.nav-cta:hover { background:#9A7A38; }

/* Page hero */
.page-hero { min-height:52vh; display:flex; flex-direction:column; justify-content:flex-end; padding:calc(80px + 60px) 56px 72px; position:relative; overflow:hidden; background:var(--green); }
.page-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(13,13,13,.4),rgba(25,59,29,.6)); }
.page-hero::after { content:''; position:absolute; top:-120px; right:-80px; width:500px; height:500px; border:1px solid rgba(184,149,74,.08); border-radius:50%; pointer-events:none; }
.ph-content { position:relative; z-index:1; }
.ph-eyebrow { font-size:.6rem; font-weight:700; letter-spacing:.26em; text-transform:uppercase; color:var(--gold); margin-bottom:18px; display:flex; align-items:center; gap:12px; }
.ph-eyebrow::before { content:''; width:28px; height:1px; background:var(--gold); }
.ph-title { font-family:var(--serif); font-size:clamp(2.4rem,5vw,5rem); font-weight:700; color:var(--cream); line-height:1.05; letter-spacing:-.02em; }
.ph-title em { font-style:italic; font-weight:400; color:var(--gold); }
.ph-sub { font-size:.95rem; color:rgba(242,239,234,.55); margin-top:16px; max-width:520px; line-height:1.75; }

/* Section labels */
.s-label { font-size:.58rem; font-weight:700; letter-spacing:.24em; text-transform:uppercase; color:var(--gold); margin-bottom:12px; display:flex; align-items:center; gap:12px; }
.s-label::after { content:''; flex:1; height:1px; background:var(--gold); opacity:.2; max-width:40px; }
.s-title { font-family:var(--serif); font-size:clamp(1.6rem,3vw,2.6rem); font-weight:700; color:var(--cream); line-height:1.1; }
.s-title em { font-style:italic; font-weight:400; color:var(--gold); }
.s-title.dark { color:var(--ink); }
.s-body { font-size:.88rem; line-height:1.85; color:rgba(242,239,234,.55); margin-top:14px; max-width:520px; }
.s-body.dark { color:#555; }

/* Divider */
.gold-line { width:40px; height:1px; background:var(--gold); margin:18px 0; }

/* Buttons */
.btn-v2 { display:inline-flex; align-items:center; gap:8px; padding:13px 28px; font-size:.65rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; transition:all .3s; }
.btn-gold { background:var(--gold); color:var(--ink); }
.btn-gold:hover { background:#9A7A38; }
.btn-green { background:var(--green); color:var(--cream); }
.btn-green:hover { background:#244D26; }
.btn-outline { border:1px solid rgba(242,239,234,.25); color:var(--cream); }
.btn-outline:hover { border-color:var(--gold); color:var(--gold); }
.btn-outline-dark { border:1px solid rgba(25,59,29,.3); color:var(--ink); }
.btn-outline-dark:hover { background:var(--green); color:var(--cream); border-color:var(--green); }

/* Reveal */
.reveal-up { opacity:0; transform:translateY(28px); transition:opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1); }
.reveal-up.visible { opacity:1; transform:none; }
.reveal-up:nth-child(2) { transition-delay:.1s; }
.reveal-up:nth-child(3) { transition-delay:.2s; }
.reveal-up:nth-child(4) { transition-delay:.3s; }

/* Form elements */
.f-group { margin-bottom:18px; }
.f-label { display:block; font-size:.58rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:#888; margin-bottom:8px; }
.f-label.light { color:rgba(242,239,234,.4); }
.f-input, .f-textarea, .f-select { width:100%; padding:12px 16px; font-family:var(--sans); font-size:.88rem; outline:none; transition:border-color .25s; }
.f-input.light, .f-textarea.light, .f-select.light { background:rgba(255,255,255,.06); border:1px solid rgba(242,239,234,.12); color:var(--cream); }
.f-input.light::placeholder { color:rgba(242,239,234,.3); }
.f-input.light:focus, .f-textarea.light:focus { border-color:var(--gold); }
.f-input.dark, .f-textarea.dark, .f-select.dark { background:var(--warm); border:1px solid rgba(25,59,29,.15); color:var(--ink); }
.f-input.dark:focus, .f-textarea.dark:focus { border-color:var(--gold); }
.f-textarea { resize:vertical; min-height:110px; }
.f-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.f-select.dark option { background:var(--warm); color:var(--ink); }

/* Footer */
.footer-v2 { background:var(--ink); border-top:1px solid rgba(242,239,234,.06); padding:56px; display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:40px; }
.fv2-brand { font-family:var(--serif); font-size:1rem; color:var(--cream); opacity:.6; line-height:1.5; }
.fv2-contact { text-align:center; font-size:.72rem; color:rgba(242,239,234,.35); line-height:1.9; }
.fv2-contact a { color:var(--gold); }
.fv2-legal { text-align:right; font-size:.58rem; letter-spacing:.1em; color:rgba(242,239,234,.2); line-height:1.8; }

/* Version banner */
.version-banner { position:fixed; bottom:24px; right:24px; z-index:9000; background:rgba(13,13,13,.9); border:1px solid rgba(184,149,74,.3); padding:12px 20px; backdrop-filter:blur(12px); display:flex; align-items:center; gap:14px; }
.version-banner span { font-size:.58rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:rgba(242,239,234,.4); }
.version-banner a { font-size:.58rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); }

/* Shared cursor JS snippet */
@media(max-width:768px) {
  body { cursor:auto; }
  #cursor, #cursor-label { display:none; }
  nav { padding:20px 24px; }
  .nav-right .nav-link { display:none; }
  .page-hero { padding:calc(64px + 40px) 24px 52px; }
  .footer-v2 { grid-template-columns:1fr; text-align:center; padding:40px 24px; }
  .fv2-legal { text-align:center; }
  .f-row { grid-template-columns:1fr; }
}
