/* Elevation Park / Woodbridge Durango - rebuilt site
   Palette derived from the Elevation Park hawk logo: black + rust/copper. */

:root {
  --ink: #1b1a18;
  --charcoal: #2c2a27;
  --rust: #b5582f;
  --rust-dark: #8f4421;
  --copper: #c9764a;
  --sand: #f6f1e9;
  --sand-2: #efe6d8;
  --cream: #fbf8f3;
  --stone: #6d685f;
  --line: rgba(27, 26, 24, 0.12);
  --shadow: 0 18px 50px -20px rgba(27, 26, 24, 0.35);
  --shadow-sm: 0 8px 24px -14px rgba(27, 26, 24, 0.4);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --maxw: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--rust-dark); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--rust); }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.08; margin: 0 0 .4em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -.5px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }

p { margin: 0 0 1.1em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 820px; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--rust);
  margin: 0 0 1rem;
}

.section { padding: clamp(64px, 9vw, 130px) 0; }
.section.alt { background: var(--sand); }
.section.ink { background: var(--ink); color: #ece7df; }
.section.ink h1,.section.ink h2,.section.ink h3 { color: #fff; }
.section.ink .eyebrow { color: var(--copper); }
.section.ink p { color: #c9c3b8; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--sans); font-weight: 600; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 16px 30px; border-radius: 2px; cursor: pointer;
  border: 1px solid transparent; transition: all .25s ease; white-space: nowrap;
}
.btn-primary { background: var(--rust); color: #fff; }
.btn-primary:hover { background: var(--rust-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.btn-light:hover { background: #fff; color: var(--ink); }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0; transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 42px; width: auto; transition: filter .3s ease; }
.brand .brand-text { font-family: var(--sans); font-size: 1.05rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; line-height: 1; color: #fff; white-space: nowrap; }
.brand .brand-text .ac { color: var(--copper); }
.brand .brand-text small { display: block; font-family: var(--sans); font-size: .56rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-top: 6px; font-weight: 500; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: #fff; font-size: .82rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.nav a:hover, .nav a.active { color: var(--copper); }
.nav .btn { color: #fff; }

/* scrolled state */
.site-header.scrolled { background: var(--cream); padding: 12px 0; box-shadow: 0 6px 24px -16px rgba(0,0,0,.4); }
.site-header.scrolled .brand .brand-text { color: var(--ink); }
.site-header.scrolled .brand .brand-text .ac { color: var(--rust); }
.site-header.scrolled .brand .brand-text small { color: var(--stone); }
.site-header.scrolled .nav a { color: var(--ink); }
.site-header.scrolled .nav a:hover, .site-header.scrolled .nav a.active { color: var(--rust); }
.site-header.scrolled .nav .btn-primary { color:#fff; }
/* solid header variant for interior pages without big hero */
.site-header.solid { position: relative; background: var(--ink); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: #fff; transition: .3s; }
.site-header.scrolled .nav-toggle span, .site-header.solid .nav-toggle span { background: var(--ink); }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); }
.hero::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(15,14,12,.55) 0%, rgba(15,14,12,.25) 40%, rgba(15,14,12,.75) 100%); }
.hero .wrap { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 60px; }
.hero h1 { color: #fff; max-width: 14ch; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero .lede { font-size: clamp(1.05rem, 1.6vw, 1.35rem); max-width: 56ch; color: #f0ece4; margin-top: .4rem; }
.hero .hero-cta { margin-top: 2.2rem; display: flex; gap: 16px; flex-wrap: wrap; }
.hero .scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; color: rgba(255,255,255,.8); font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; }
.hero .scroll-hint::after { content:""; display:block; width:1px; height:42px; background: rgba(255,255,255,.6); margin: 12px auto 0; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:.3; transform:scaleY(.6);} 50%{opacity:1; transform:scaleY(1);} }

/* page hero (smaller, interior pages) */
.page-hero { position: relative; min-height: 56vh; display:flex; align-items:flex-end; color:#fff; overflow:hidden; }
.page-hero .hero-bg { transform:scale(1.05); }
.page-hero::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(15,14,12,.5), rgba(15,14,12,.75)); }
.page-hero .wrap { position:relative; z-index:2; padding-bottom: 60px; padding-top: 140px; }
.page-hero h1 { color:#fff; }
.page-hero p { color:#e8e3da; max-width: 60ch; margin-bottom:0; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; text-align: center; }
.stat .num { font-family: var(--serif); font-size: clamp(2.4rem,4vw,3.4rem); color: var(--rust); line-height: 1; }
.section.ink .stat .num { color: var(--copper); }
.stat .label { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--stone); margin-top: .6rem; }
.section.ink .stat .label { color: #b3ada1; }

/* Split / feature rows */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,70px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media img { border-radius: 4px; box-shadow: var(--shadow); width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.split-text h2 { margin-bottom: .3em; }

/* Section headings */
.section-head { max-width: 720px; margin: 0 auto clamp(40px,6vw,70px); text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }

/* Cards grid */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-2 { grid-template-columns: repeat(2,1fr); }

.card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card .card-img { aspect-ratio: 3/2; overflow: hidden; }
.card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card-img img { transform: scale(1.06); }
.card .card-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.card .card-body h3 { margin-bottom: .25em; }
.card .meta { font-size: .85rem; color: var(--stone); letter-spacing: .04em; }
.card .tag { display: inline-block; align-self: flex-start; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; margin-bottom: 14px; }
.tag.available { background: #e6f0e6; color: #3f7a45; }
.tag.sold { background: #f0e3e0; color: #9a4536; }
.tag.coming { background: #f3ecdd; color: #97772a; }
.card .price { font-family: var(--serif); font-size: 1.5rem; color: var(--rust); margin-top: auto; padding-top: 14px; }
.card .specs { display: flex; gap: 18px; flex-wrap: wrap; font-size: .85rem; color: var(--stone); margin: 4px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); }
.card .specs span { display: flex; align-items: center; gap: 6px; }

/* feature list with icon dots */
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.feature { padding: 30px; background: #fff; border-radius: 4px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--rust); }
.feature .ic { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--sand-2); color: var(--rust-dark); margin-bottom: 16px; }
.feature h3 { font-size: 1.3rem; }
.feature p { margin: 0; color: var(--stone); font-size: .95rem; }

/* Gallery */
.gallery { columns: 3; column-gap: 16px; }
.gallery img { width: 100%; margin: 0 0 16px; border-radius: 3px; cursor: zoom-in; break-inside: avoid; transition: filter .3s, transform .3s; box-shadow: var(--shadow-sm); }
.gallery img:hover { filter: brightness(1.05); transform: scale(1.01); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(12,11,10,.94); display: none; align-items: center; justify-content: center; z-index: 1000; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; width: auto; border-radius: 3px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox .lb-close, .lightbox .lb-nav { position: absolute; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); color: #fff; cursor: pointer; border-radius: 50%; width: 52px; height: 52px; font-size: 1.4rem; display: grid; place-items: center; transition: background .2s; }
.lightbox .lb-close:hover, .lightbox .lb-nav:hover { background: rgba(255,255,255,.25); }
.lightbox .lb-close { top: 24px; right: 24px; }
.lightbox .lb-nav.prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-nav.next { right: 24px; top: 50%; transform: translateY(-50%); }

/* Testimonials */
.quote { background: #fff; border-radius: 4px; padding: clamp(34px,4vw,52px); box-shadow: var(--shadow-sm); position: relative; }
.quote::before { content: "\201C"; font-family: var(--serif); font-size: 6rem; color: var(--sand-2); position: absolute; top: -6px; left: 22px; line-height: 1; }
.quote p { font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; font-style: italic; color: var(--charcoal); position: relative; }
.quote .who { font-family: var(--sans); font-style: normal; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--rust); margin: 0; }

/* FAQ accordion */
.accordion { max-width: 860px; margin: 0 auto; }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 26px 50px 26px 0; font-family: var(--serif); font-size: 1.3rem; color: var(--ink); position: relative; }
.acc-q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 1.6rem; color: var(--rust); transition: transform .3s; }
.acc-item.open .acc-q::after { content: "\2013"; }
.acc-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.acc-a-inner { padding: 0 0 26px; color: var(--stone); }
.acc-cat { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--rust); font-weight: 700; margin: 40px 0 6px; }

/* CTA band */
.cta-band { position: relative; color: #fff; text-align: center; overflow: hidden; }
.cta-band .hero-bg { transform: scale(1.05); }
.cta-band::after { content:""; position:absolute; inset:0; background: linear-gradient(120deg, rgba(143,68,33,.85), rgba(27,26,24,.8)); }
.cta-band .wrap { position: relative; z-index: 2; padding: clamp(70px,9vw,120px) 28px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #f0e9e0; max-width: 56ch; margin-left:auto; margin-right:auto; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,64px); align-items: start; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); margin-bottom: 8px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 3px; font-family: var(--sans); font-size: 1rem; background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rust); box-shadow: 0 0 0 3px rgba(181,88,47,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.contact-info .info-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-info .info-item .ic { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--sand-2); color: var(--rust-dark); }
.contact-info .info-item h4 { margin: 0 0 2px; font-family: var(--sans); font-size: .95rem; }
.contact-info .info-item p { margin: 0; color: var(--stone); }
.form-note { font-size: .82rem; color: var(--stone); }
.form-success { background: #e6f0e6; color: #34642f; padding: 16px 18px; border-radius: 3px; display: none; margin-bottom: 18px; }
.form-success.show { display: block; }

/* Breadcrumb-ish chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chip { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); color: #fff; padding: 7px 15px; border-radius: 40px; font-size: .8rem; }

/* Footer */
.site-footer { background: var(--ink); color: #b9b3a8; padding: 70px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer a { color: #b9b3a8; display: block; margin-bottom: 10px; font-size: .95rem; }
.site-footer a:hover { color: var(--copper); }
.footer-brand img { height: 50px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: .92rem; max-width: 34ch; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: #837e74; }
.footer-bottom a { display: inline; color: #837e74; }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* intro band with mini map of value props */
.value-row { display:grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border-radius:4px; overflow:hidden; }
.value-row .v { background: var(--cream); padding: 30px 24px; }
.value-row .v .k { font-family: var(--serif); font-size: 1.6rem; color: var(--rust); }
.value-row .v .d { font-size: .9rem; color: var(--stone); }

/* Responsive */
@media (max-width: 960px) {
  .grid-3, .features { grid-template-columns: repeat(2,1fr); }
  .stats { grid-template-columns: repeat(2,1fr); gap: 40px 20px; }
  .gallery { columns: 2; }
  .value-row { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 330px); background: var(--ink); flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px; gap: 22px; transform: translateX(100%); transition: transform .35s ease; box-shadow: -20px 0 60px rgba(0,0,0,.4); }
  .nav.open { transform: none; }
  .nav a { color: #fff !important; font-size: 1rem; }
  .nav .btn-primary { background: var(--rust); }
  .nav-toggle { display: flex; z-index: 120; }
  .site-header.scrolled .nav-toggle span { background: var(--ink); }
  .nav.open ~ .nav-toggle span { background:#fff; }
}
@media (max-width: 760px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .grid-3, .grid-2, .features { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero .hero-cta { flex-direction: column; align-items: stretch; }
  .hero .hero-cta .btn { justify-content: center; }
}
