/* ============================================================
   Roots at Mount Airy — rootsatmtairy.com
   Chrome: charcoal & white (Philly + The Burbs premium voice)
   Heart:  parchment, forest green, antique gold (Roots brand)
   ============================================================ */

:root {
  /* chrome */
  --white: #ffffff;
  --paper: #fafaf8;
  --charcoal: #17181a;
  --charcoal-2: #212326;
  --smoke: #6d6f73;
  --hairline: #e4e2dd;
  --hairline-dark: rgba(255, 255, 255, 0.14);
  /* brand heart */
  --cream: #f6f0e2;
  --parchment: #faf6ec;
  --forest: #26331e;
  --forest-deep: #1b2515;
  --gold: #a8853c;
  --gold-soft: #c2a468;
  --gold-pale: #e3d3ae;
  --walnut: #5c6432;
  --cypress: #1d1d1b;
  --spruce: #8a3d16;
  --rule: #ddd2b8;
  /* type */
  --serif-display: "Cormorant Garamond", Georgia, serif;
  --serif-caps: "Cinzel", Georgia, serif;
  --serif-body: "EB Garamond", Georgia, serif;
  --shadow-soft: 0 18px 50px -18px rgba(23, 24, 26, 0.28);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--serif-body);
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--gold-pale); color: var(--charcoal); }

/* faint grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.4 0 0 0 0 0.4 0 0 0 0 0.38 0 0 0 0.03 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============ utilities ============ */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }

.eyebrow {
  font-family: var(--serif-caps);
  font-size: 0.76rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  height: 1px;
  width: 3rem;
  background: linear-gradient(90deg, transparent, var(--gold-soft));
}
.eyebrow::after { background: linear-gradient(90deg, var(--gold-soft), transparent); }

.section-title {
  font-family: var(--serif-display);
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  line-height: 1.12;
  color: var(--charcoal);
  text-align: center;
  margin: 0.9rem 0 0;
  letter-spacing: 0.01em;
}
.section-title em { font-style: italic; color: var(--gold); }

/* ============ header — white chrome ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
  max-width: 1400px;
  margin: 0 auto;
}
.header-logos { display: flex; align-items: center; gap: 1.4rem; }
.header-logos a { display: flex; }
.logo-patb img { height: 52px; width: auto; }
.logo-divider { width: 1px; height: 40px; background: var(--hairline); }
.logo-rwg img { height: 32px; width: auto; filter: grayscale(1) contrast(1.05); opacity: 0.85; transition: filter 0.3s, opacity 0.3s; }
.logo-rwg:hover img { filter: none; opacity: 1; }

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 2.2rem; }
.site-nav a {
  font-family: var(--serif-caps);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--charcoal);
  position: relative;
  padding: 0.4rem 0;
  white-space: nowrap;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transition: right 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav a:hover::after { right: 0; }

.nav-phone {
  font-family: var(--serif-caps);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  color: var(--white) !important;
  background: var(--charcoal);
  padding: 0.72rem 1.35rem !important;
  border: 1px solid var(--charcoal);
  transition: background 0.3s, color 0.3s;
}
.nav-phone:hover { background: transparent; color: var(--charcoal) !important; }
.nav-phone::after { display: none; }

.nav-toggle { display: none; }

/* ============ hero ============ */
.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: var(--charcoal);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroDrift 24s ease-out both;
}
@keyframes heroDrift {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(15, 16, 17, 0.4) 0%, rgba(15, 16, 17, 0) 30%),
    linear-gradient(4deg, rgba(12, 13, 14, 0.9) 0%, rgba(12, 13, 14, 0.45) 36%, rgba(12, 13, 14, 0) 64%);
}
.hero-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 7vh, 5.5rem);
  color: var(--white);
}
.hero-kicker {
  font-family: var(--serif-caps);
  font-size: clamp(0.72rem, 1.4vw, 0.88rem);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold-pale);
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.hero-kicker::before { content: ""; width: 3.4rem; height: 1px; background: var(--gold-soft); }
.hero h1 {
  font-family: var(--serif-display);
  font-weight: 500;
  font-size: clamp(3rem, 8.5vw, 6.8rem);
  line-height: 1.02;
  letter-spacing: 0.015em;
  margin: 1.1rem 0 0.4rem;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}
.hero h1 .thin { font-style: italic; font-weight: 400; }
.hero-sub {
  font-family: var(--serif-caps);
  font-size: clamp(0.78rem, 1.6vw, 0.98rem);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 0.8rem;
}
.hero-sub .dot { color: var(--gold-soft); padding: 0 0.55rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }

.btn {
  font-family: var(--serif-caps);
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2.1rem;
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
  cursor: pointer;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
  display: inline-block;
}
.btn-solid { background: var(--white); border-color: var(--white); color: var(--charcoal); }
.btn-solid:hover { background: var(--gold-pale); border-color: var(--gold-pale); }
.btn-ghost { border-color: rgba(255, 255, 255, 0.6); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: var(--white); }
.btn-dark { background: var(--charcoal); border-color: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: transparent; color: var(--charcoal); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn-gold:hover { background: #93732f; border-color: #93732f; }

/* hero load animation */
.hero-content > * { opacity: 0; transform: translateY(24px); animation: rise 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.hero-content > *:nth-child(1) { animation-delay: 0.25s; }
.hero-content > *:nth-child(2) { animation-delay: 0.4s; }
.hero-content > *:nth-child(3) { animation-delay: 0.55s; }
.hero-content > *:nth-child(4) { animation-delay: 0.7s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ============ stat band — charcoal chrome ============ */
.stat-band {
  background: var(--charcoal);
  color: var(--white);
  border-top: 1px solid var(--hairline-dark);
  position: relative;
  z-index: 2;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
.stat {
  text-align: center;
  padding: 2.2rem 1rem 2rem;
  border-left: 1px solid var(--hairline-dark);
}
.stat:first-child { border-left: 0; }
.stat b {
  display: block;
  font-family: var(--serif-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: var(--gold-pale);
  line-height: 1.1;
}
.stat span {
  font-family: var(--serif-caps);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.72;
  display: block;
  margin-top: 0.45rem;
}

/* ============ intro ============ */
.intro {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  text-align: center;
}
.intro p.lede {
  max-width: 46rem;
  margin: 1.8rem auto 0;
  font-size: clamp(1.15rem, 2vw, 1.32rem);
  line-height: 1.75;
  color: #45464a;
}
.intro .tagline {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  color: var(--gold);
  margin-top: 1.6rem;
}

/* ============ gallery carousel ============ */
.gallery { padding-bottom: clamp(4rem, 8vw, 7rem); }
.carousel { margin-top: 3rem; }
.carousel-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: #101112;
  box-shadow: var(--shadow-soft);
}
.carousel-track {
  display: flex;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.carousel-slide {
  flex: 0 0 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  display: block;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-slide.slide-contain { background: var(--white); }
.carousel-slide.slide-contain img { object-fit: contain; }

.car-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(14, 15, 16, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.car-arrow:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--charcoal);
}
.car-prev { left: 1.4rem; }
.car-next { right: 1.4rem; }
.car-prev:hover { transform: translateY(-50%) translateX(-2px); }
.car-next:hover { transform: translateY(-50%) translateX(2px); }

.carousel-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.1rem;
  padding: 0 0.2rem;
}
.car-caption {
  font-family: var(--serif-caps);
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.car-counter {
  font-family: var(--serif-display);
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.car-counter .car-total { color: var(--smoke); }

/* lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(14, 15, 16, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3rem clamp(1rem, 5vw, 4rem);
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}
.lb-caption {
  position: absolute;
  bottom: 1.6rem;
  left: 0; right: 0;
  text-align: center;
  font-family: var(--serif-caps);
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-pale);
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  padding: 1rem;
  line-height: 1;
  font-family: var(--serif-body);
  opacity: 0.75;
  transition: opacity 0.25s;
  z-index: 2;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { opacity: 1; }
.lb-close { top: 1rem; right: 1.4rem; font-size: 2.4rem; }
.lb-prev { left: 0.6rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 0.6rem; top: 50%; transform: translateY(-50%); }

/* ============ collections — the brand heart ============ */
.collections {
  background: var(--cream);
  color: var(--charcoal);
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.collections::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.55 0 0 0 0 0.48 0 0 0 0 0.35 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.collections > .wrap { position: relative; }
.collections .section-title { color: var(--forest); }
.collections .section-sub {
  text-align: center;
  max-width: 40rem;
  margin: 1.4rem auto 0;
  color: #5a5442;
  font-size: 1.15rem;
}
.collections .section-sub em { font-family: var(--serif-display); font-style: italic; color: var(--gold); }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
  margin-top: 3.5rem;
}
.collection-card {
  background: var(--parchment);
  color: var(--charcoal);
  border: 1px solid var(--gold-pale);
  padding: 2.8rem 2.2rem 2.4rem;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s;
  display: flex;
  flex-direction: column;
}
.collection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -20px rgba(23, 24, 26, 0.35);
}
.collection-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--rule);
  pointer-events: none;
}
.tree-medallion {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tree-medallion svg { width: 50px; height: 50px; }
.c-walnut .tree-medallion { color: var(--walnut); }
.c-cypress .tree-medallion { color: var(--cypress); }
.c-spruce .tree-medallion { color: var(--spruce); }

.collection-card .the {
  font-family: var(--serif-caps);
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-top: 1.6rem;
  color: #7a7160;
}
.collection-card h3 {
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0.3rem 0 0.55rem;
  color: var(--forest);
}
.collection-card .coll-word {
  font-family: var(--serif-caps);
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #7a7160;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.collection-card .coll-word::before, .collection-card .coll-word::after {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: var(--gold-soft);
}
.style-banner {
  font-family: var(--serif-caps);
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--white);
  padding: 0.62rem 1rem;
  margin: 1.5rem -0.6rem 1.2rem;
}
.c-walnut .style-banner { background: var(--walnut); }
.c-cypress .style-banner { background: var(--cypress); }
.c-spruce .style-banner { background: var(--spruce); }

.collection-card .traits {
  font-family: var(--serif-caps);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.c-walnut .traits { color: var(--walnut); }
.c-cypress .traits { color: var(--cypress); }
.c-spruce .traits { color: var(--spruce); }

.collection-card p.desc { font-size: 1.05rem; line-height: 1.7; color: #4d4739; }
.collection-card p.desc b { color: var(--charcoal); }

.collections-coda {
  text-align: center;
  margin-top: 3.2rem;
  font-family: var(--serif-caps);
  font-size: 0.76rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #7a7160;
}
.collections-coda em {
  display: block;
  font-family: var(--serif-display);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 0.7rem;
}

/* ============ details ============ */
.details { padding: clamp(4.5rem, 9vw, 7rem) 0; }
.details-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  margin-top: 3rem;
}
.details-photo { position: relative; }
.details-photo img { border: 1px solid var(--hairline); box-shadow: var(--shadow-soft); }
.details-photo::before {
  content: "";
  position: absolute;
  inset: 1.2rem -1.2rem -1.2rem 1.2rem;
  border: 1px solid var(--gold-soft);
  z-index: -1;
}
.fact-list { list-style: none; }
.fact-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--hairline);
}
.fact-list li:first-child { border-top: 1px solid var(--hairline); }
.fact-list .k {
  font-family: var(--serif-caps);
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.fact-list .v {
  font-family: var(--serif-display);
  font-size: 1.25rem;
  color: var(--charcoal);
  text-align: right;
}

/* ============ map ============ */
.map-section { padding-bottom: clamp(4.5rem, 9vw, 7rem); }
.map-frame {
  margin-top: 3rem;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
  position: relative;
}
.map-frame iframe {
  width: 100%;
  height: 480px;
  display: block;
  border: 0;
  filter: grayscale(0.9) contrast(1.02);
}
.map-address-card {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: var(--white);
  border: 1px solid var(--hairline);
  border-top: 3px solid var(--gold);
  padding: 1.6rem 2rem;
  box-shadow: var(--shadow-soft);
  max-width: 300px;
}
.map-address-card .k {
  font-family: var(--serif-caps);
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}
.map-address-card .addr {
  font-family: var(--serif-display);
  font-size: 1.45rem;
  color: var(--charcoal);
  line-height: 1.3;
  margin-top: 0.5rem;
}
.map-address-card a {
  display: inline-block;
  margin-top: 0.8rem;
  font-family: var(--serif-caps);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 0.2rem;
}
.map-address-card a:hover { color: var(--gold); }

/* ============ contact — charcoal chrome ============ */
.contact {
  background: var(--charcoal);
  color: var(--white);
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -140px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(194, 164, 104, 0.22);
  pointer-events: none;
}
.contact::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(194, 164, 104, 0.12);
  pointer-events: none;
}
.contact .eyebrow { color: var(--gold-soft); justify-content: flex-start; }
.contact .eyebrow::before { display: none; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
  position: relative;
  z-index: 2;
}
.contact h2 {
  font-family: var(--serif-display);
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.12;
  margin-top: 1rem;
  color: var(--white);
}
.contact h2 em { font-style: italic; color: var(--gold-soft); }
.contact-blurb { margin-top: 1.4rem; color: rgba(255, 255, 255, 0.75); max-width: 32rem; }
.contact-channels { margin-top: 2.4rem; display: grid; gap: 1.3rem; }
.channel { display: flex; align-items: baseline; gap: 1.2rem; }
.channel .k {
  font-family: var(--serif-caps);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  width: 5.5rem;
  flex-shrink: 0;
}
.channel .v {
  font-family: var(--serif-display);
  font-size: 1.4rem;
  color: var(--white);
  text-decoration: none;
}
a.v:hover { color: var(--gold-pale); }
.channel .note { font-size: 0.95rem; color: rgba(255, 255, 255, 0.5); }
.contact-brokerage {
  margin-top: 2.6rem;
  padding-top: 1.8rem;
  border-top: 1px solid var(--hairline-dark);
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

/* form */
.form-card {
  background: var(--white);
  color: var(--charcoal);
  border: 1px solid var(--hairline);
  padding: clamp(1.8rem, 4vw, 2.8rem);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.6);
  position: relative;
}
.form-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid var(--hairline);
  pointer-events: none;
}
.form-card > * { position: relative; }
.form-title {
  font-family: var(--serif-display);
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--charcoal);
  text-align: center;
}
.form-sub {
  text-align: center;
  font-size: 1rem;
  color: var(--smoke);
  margin-top: 0.4rem;
  margin-bottom: 1.8rem;
}
.field { margin-bottom: 1.25rem; }
.field label {
  display: block;
  font-family: var(--serif-caps);
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--serif-body);
  font-size: 1.05rem;
  color: var(--charcoal);
  background: var(--paper);
  border: 1px solid var(--hairline);
  padding: 0.85rem 1rem;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
  border-radius: 0;
  -webkit-appearance: none;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold);
  background: var(--white);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23a8853c' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--smoke);
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
.consent input {
  margin-top: 0.28rem;
  accent-color: var(--charcoal);
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.form-card .btn { width: 100%; text-align: center; }
.form-status {
  margin-top: 1rem;
  text-align: center;
  font-family: var(--serif-display);
  font-size: 1.1rem;
  color: var(--walnut);
  display: none;
}
.form-status.show { display: block; }
.form-status.error { color: var(--spruce); }

/* ============ footer — charcoal chrome ============ */
.site-footer {
  background: var(--charcoal-2);
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--hairline-dark);
  padding: 3.5rem 0 2.5rem;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--hairline-dark);
}
.footer-logos { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.footer-logos img.patb { height: 54px; width: auto; }
.footer-logos img.rwg { height: 34px; width: auto; }
.footer-logos img.bhhs { height: 30px; width: auto; opacity: 0.85; }
.footer-logos img.eho { height: 42px; width: auto; filter: invert(1) brightness(1.6); opacity: 0.8; }
.footer-divider { width: 1px; height: 40px; background: var(--hairline-dark); }
.footer-nav { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-nav a {
  font-family: var(--serif-caps);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
}
.footer-nav a:hover { color: var(--gold-soft); }
.disclosures {
  margin-top: 2rem;
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  max-width: 940px;
}
.disclosures p + p { margin-top: 0.8rem; }
.footer-bottom {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--serif-caps);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

/* ============ contact page ============ */
.page-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
}
.page-hero .hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15, 16, 17, 0.35), rgba(15, 16, 17, 0.8));
}
.page-hero h1 {
  font-family: var(--serif-display);
  font-weight: 500;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  margin-top: 1rem;
}
.page-hero h1 em { font-style: italic; color: var(--gold-soft); }
.page-hero p { max-width: 36rem; margin: 1.2rem auto 0; color: rgba(255, 255, 255, 0.8); }
.page-hero .eyebrow { color: var(--gold-soft); }

.contact-page-body { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.contact-page-grid .info h2 {
  font-family: var(--serif-display);
  font-weight: 500;
  font-size: 2.2rem;
  color: var(--charcoal);
}
.info-list { list-style: none; margin-top: 1.8rem; }
.info-list li { padding: 1.1rem 0; border-bottom: 1px solid var(--hairline); }
.info-list li:first-child { border-top: 1px solid var(--hairline); }
.info-list .k {
  font-family: var(--serif-caps);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.3rem;
}
.info-list .v {
  font-family: var(--serif-display);
  font-size: 1.35rem;
  color: var(--charcoal);
  text-decoration: none;
}
.info-list .sub { font-size: 0.95rem; color: var(--smoke); margin-top: 0.2rem; }

/* ============ scroll reveal ============ */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.24s; }
.reveal-d3 { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============ responsive ============ */
@media (max-width: 1020px) {
  .site-nav { gap: 1.4rem; }
  .logo-patb img { height: 44px; }
  .logo-rwg img { height: 26px; }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
    margin-left: auto;
    background: none;
    border: 1px solid var(--hairline);
    padding: 0.6rem 0.8rem;
    cursor: pointer;
    color: var(--charcoal);
  }
  .nav-toggle svg { display: block; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--hairline);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    display: none;
    padding: 0.5rem 0 1rem;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.9rem 1.5rem; }
  .nav-phone { margin: 0.6rem 1.5rem 0; text-align: center; }

  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--hairline-dark); }
  .stat:nth-child(4) { border-top: 1px solid var(--hairline-dark); }

  .carousel-slide { aspect-ratio: 4 / 3; }
  .car-arrow { width: 42px; height: 42px; }
  .car-prev { left: 0.8rem; }
  .car-next { right: 0.8rem; }
  .car-caption { letter-spacing: 0.18em; }

  .collection-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .details-grid, .contact-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .details-photo::before { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .map-address-card { position: static; max-width: none; }
  .map-frame { display: flex; flex-direction: column-reverse; }

  .hero-kicker { letter-spacing: 0.28em; }
  .hero-kicker::before { display: none; }
  .hero-sub { letter-spacing: 0.2em; }
  .hero-sub .dot { display: block; visibility: hidden; height: 0.2rem; }
  .hero-content { padding-top: 6rem; }
  .header-logos { gap: 1rem; }
}
