:root {
  --ink: #1a1410;
  --ink-2: #2a221c;
  --sand: #f7f2ea;
  --sand-2: #efe6d8;
  --text: #2b2521;
  --muted: #6d6259;
  --gold: #d4a437;
  --gold-2: #b8862a;
  --gold-soft: #f1dca6;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 18px 40px -18px rgba(26, 20, 16, .35);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; font-family: var(--sans); color: var(--text); background: var(--sand); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.15; margin: 0 0 .6em; color: var(--ink); text-wrap: balance; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }

.container { width: min(1180px, 100% - 32px); margin-inline: auto; }
.eyebrow { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--gold-2); margin-bottom: .9rem; }

/* Buttons */
.btn { display: inline-block; padding: .85rem 1.6rem; border-radius: 999px; font-weight: 600; text-decoration: none; border: 2px solid transparent; cursor: pointer; font: 600 .95rem var(--sans); transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: #e2b448; }
.btn-ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-sm { padding: .55rem 1.15rem; font-size: .88rem; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(26, 20, 16, .94); backdrop-filter: blur(8px); box-shadow: 0 6px 20px rgba(0,0,0,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: .6rem; color: var(--gold); text-decoration: none; }
.logo span { color: #fff; font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.logo strong { color: var(--gold); font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav a:not(.btn) { color: rgba(255,255,255,.88); text-decoration: none; font-size: .93rem; font-weight: 500; }
.site-nav a:not(.btn):hover { color: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: transform .25s, opacity .25s; }

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--ink); }
.hero-bg, .banner-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-bg { animation: slowzoom 22s ease-out forwards; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,14,10,.9) 0%, rgba(20,14,10,.6) 50%, rgba(20,14,10,.25) 100%); }
@keyframes slowzoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero-content { position: relative; padding: 120px 0 90px; max-width: 760px; margin-left: max(16px, (100% - 1180px) / 2); }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: #fff; font-size: clamp(2.5rem, 6.4vw, 4.8rem); margin-bottom: .45em; }
.hero h1 em { color: var(--gold); font-style: italic; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: rgba(255,255,255,.85); max-width: 600px; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); animation: bob 2s ease-in-out infinite; }
@keyframes bob { 50% { transform: translate(-50%, 6px); } }

/* Stats */
.stats { background: var(--ink); color: #fff; border-top: 1px solid rgba(212,164,55,.25); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 2.2rem 1.2rem; text-align: center; border-left: 1px solid rgba(255,255,255,.08); }
.stats-grid > div:first-child { border-left: 0; }
.stat-num { display: block; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--gold); font-weight: 700; }
.stat-label { font-size: .88rem; color: rgba(255,255,255,.7); }

/* Sections */
.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.section-alt { background: var(--sand-2); }
.section-head { max-width: 640px; margin-bottom: 3rem; }
.section-head p:last-child { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.split-text p { color: var(--muted); }
.ticks { list-style: none; padding: 0; margin: 1.6rem 0 0; }
.ticks li { position: relative; padding-left: 2rem; margin-bottom: .7rem; font-weight: 500; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12l4 4 8-8' fill='none' stroke='%231a1410' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/12px no-repeat; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .3s; }
.card:hover { transform: translateY(-6px); }
.card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.card-body { padding: 1.6rem 1.6rem 1.8rem; }
.card-body p { color: var(--muted); margin: 0; }
.card-num { font-family: var(--serif); color: var(--gold-2); font-weight: 700; font-size: .95rem; display: block; margin-bottom: .3rem; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 1rem; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--sand-2); }
.gallery .g-wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery figure:hover img { transform: scale(1.06); }

/* Banner */
.banner { position: relative; color: #fff; padding: clamp(5rem, 11vw, 8rem) 0; overflow: hidden; background: var(--ink); }
.banner-bg { background-attachment: fixed; }
.banner-bg::after { content: ""; position: absolute; inset: 0; background: rgba(20,14,10,.78); }
.banner-content { position: relative; }
.banner .eyebrow { color: var(--gold); }
.banner h2 { color: #fff; margin-bottom: 2.5rem; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.pillars > div { border-top: 2px solid var(--gold); padding-top: 1.3rem; }
.pillars h3 { color: #fff; }
.pillars p { color: rgba(255,255,255,.78); margin: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contact-info > p { color: var(--muted); }
.contact-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.contact-list li { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.1rem; font-weight: 500; }
.contact-list svg { width: 40px; height: 40px; padding: 9px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-2); flex-shrink: 0; }
.contact-list a { text-decoration: none; }
.contact-list a:hover { color: var(--gold-2); }

.contact-form { background: var(--white); padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 1.1rem; color: var(--ink-2); }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: .4rem; padding: .8rem .95rem; font: 400 1rem var(--sans); color: var(--text); background: var(--sand); border: 1.5px solid transparent; border-radius: 10px; transition: border-color .2s, background .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.contact-form .invalid { border-color: #c0392b; }
.hp { position: absolute; left: -9999px; }
.form-status { margin: 1rem 0 0; font-size: .92rem; text-align: center; min-height: 1.4em; }
.form-status.ok { color: #2e7d32; }
.form-status.err { color: #c0392b; }
.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,.65); padding: 2.4rem 0; font-size: .88rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 1rem 3rem; justify-content: space-between; }
.footer-inner p { margin: 0; }
.ack { max-width: 520px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(26,20,16,.98); padding: .5rem 16px 1.5rem; transform: translateY(calc(-100% - 80px)); visibility: hidden; transition: transform .3s, visibility .3s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav a:not(.btn) { padding: .9rem 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav .btn { margin-top: 1rem; }
  .site-header:has(.site-nav.open) { background: rgba(26,20,16,.98); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(3) { border-left: 0; }
  .stats-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.08); }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split-media img { aspect-ratio: 16/10; }
  .cards, .pillars { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .banner-bg { background-attachment: scroll; }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .g-wide { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
