/* =========================================================
   VRINDHAVANA PROPERTIES — vrindhavana.css
   LUXURY-RESIDENTIAL · Modern Minimal palette
   Walnut #2A1C0D · Ivory #F4F1E8 · Sage #6A8F77
   Cormorant Garamond · Tenor Sans · Inter Tight
   ========================================================= */

:root {
  --ivory:       #F4F1E8;
  --ivory-2:     #E8E3D5;
  --ivory-soft:  #FAFAF5;
  --walnut:      #2A1C0D;
  --walnut-2:    #3B2A17;
  --sage:        #6A8F77;
  --sage-2:      #7EA990;
  --sage-soft:   #D5E8DC;
  --stone:       #4A3D2F;
  --stone-2:     #7A6D5E;

  --paper:       #F4F1E8;
  --paper-2:     #E8E3D5;
  --paper-soft:  #FAFAF5;
  --ink:         #2A1C0D;
  --ink-2:       #3B2A17;
  --accent:      #6A8F77;
  --accent-2:    #7EA990;
  --accent-soft: #D5E8DC;
  --muted:       #4A3D2F;
  --muted-2:     #7A6D5E;
  --line:        rgba(42,28,13,.10);
  --line-2:      rgba(42,28,13,.05);

  --f-display: "Cormorant Garamond", Georgia, serif;
  --f-ui:      "Tenor Sans", Georgia, serif;
  --f-body:    "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-mono:    "Inter Tight", monospace;

  --container:        1320px;
  --container-narrow: 1040px;
  --gutter:  clamp(20px, 4vw, 56px);
  --ease:    cubic-bezier(.22, 1, .36, 1);
  --shadow-soft: 0 1px 2px rgba(0,0,0,.04), 0 12px 32px -16px rgba(0,0,0,.10);
  --shadow-lift: 0 2px 4px rgba(0,0,0,.06), 0 24px 48px -20px rgba(0,0,0,.16);
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; min-width: 0; }
*::selection { background: var(--walnut); color: var(--ivory); }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body); font-size: 16px; line-height: 1.65;
  font-weight: 400; color: var(--walnut); background: var(--ivory);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section, header, footer { max-width: 100vw; overflow-x: clip; position: relative; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .3s var(--ease); }
a:hover { opacity: .72; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---- FILM GRAIN ---- */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  opacity: .035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
@media (prefers-reduced-motion: reduce) { body::after { display: none; } }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5 {
  font-family: var(--f-display); font-weight: 400;
  letter-spacing: -.01em; line-height: 1.08; color: var(--walnut);
}
h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
p  { color: var(--stone); }
em { font-style: italic; font-family: var(--f-display); }

.eyebrow {
  font-family: var(--f-ui); text-transform: uppercase;
  letter-spacing: .38em; font-size: 10.5px; font-weight: 400;
  color: var(--walnut); display: inline-block;
}
.eyebrow::before {
  content: ""; display: inline-block; width: 26px; height: 1px;
  background: var(--sage); margin-right: 13px; vertical-align: middle;
}
.label {
  font-family: var(--f-ui); font-size: 10px;
  letter-spacing: .3em; text-transform: uppercase; color: var(--stone-2);
}

/* ---- LAYOUT ---- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(72px, 10vw, 140px) 0; }
.section--dark  { background: var(--walnut); }
.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4 { color: var(--ivory); }
.section--dark p { color: rgba(244,241,232,.68); }
.section--dark .eyebrow { color: var(--ivory); }
.section--dark .eyebrow::before { background: var(--sage-2); }
.section--ivory2 { background: var(--ivory-2); }
.section--soft   { background: var(--ivory-soft); }
.section--sage   { background: var(--sage-soft); }
.grid { display: grid; gap: clamp(24px, 4vw, 56px); }
.mt-s { margin-top: 14px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 56px; }
.center { text-align: center; }

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-ui); font-size: 10.5px; font-weight: 400;
  letter-spacing: .26em; text-transform: uppercase;
  padding: 16px 34px; border: 1px solid var(--walnut);
  background: var(--walnut); color: var(--ivory);
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease);
  cursor: pointer;
}
.btn:hover { opacity: 1; background: var(--walnut-2); border-color: var(--walnut-2); }
.btn--sage {
  background: var(--sage); border-color: var(--sage); color: #fff;
}
.btn--sage:hover { background: var(--sage-2); border-color: var(--sage-2); }
.btn--light {
  background: transparent; border-color: var(--ivory);
  color: var(--ivory);
}
.btn--light:hover { background: rgba(244,241,232,.12); }
.btn--outline {
  background: transparent; border-color: var(--walnut); color: var(--walnut);
}
.btn--outline:hover { background: var(--walnut); color: var(--ivory); }

/* ---- ANNOUNCE ---- */
.announce {
  background: var(--sage); color: #fff; text-align: center;
  font-family: var(--f-ui); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; padding: 10px var(--gutter);
  position: relative; z-index: 101;
}
.announce span { opacity: .85; }

/* ---- NAV ---- */
.nav {
  position: sticky; top: 0; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 22px var(--gutter);
  transition: background .32s var(--ease), padding .32s var(--ease),
              box-shadow .32s var(--ease), backdrop-filter .32s var(--ease);
}
.nav.scrolled {
  background: rgba(244,241,232,.92); backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  padding-top: 14px; padding-bottom: 14px;
  box-shadow: 0 1px 0 var(--line);
}
.nav-brand {
  font-family: var(--f-display); font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 400; letter-spacing: .01em; color: var(--walnut);
  justify-self: start;
}
.nav-brand em { font-style: italic; color: var(--sage); }
.nav-links {
  display: flex; gap: clamp(20px, 2.5vw, 38px); list-style: none; align-items: center;
}
.nav-links a {
  font-family: var(--f-ui); font-size: 10.5px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--walnut); opacity: .72;
}
.nav-links a:hover { opacity: 1; }
.nav-cta { justify-self: end; padding: 11px 22px; font-size: 9.5px; }
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  padding: 6px; justify-self: end; cursor: pointer;
}
.nav-burger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--walnut); transition: transform .3s var(--ease);
}
@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links {
    display: none; flex-direction: column; position: fixed;
    top: 0; right: 0; bottom: 0; width: 75vw; max-width: 340px;
    background: var(--ivory); padding: 80px 32px 40px;
    box-shadow: -4px 0 32px rgba(0,0,0,.12); gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid var(--line); }
  .nav-links a { display: block; padding: 16px 0; font-size: 12px; opacity: 1; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
}

/* ---- HERO ---- */
.hero {
  position: relative; min-height: min(92vh, 860px);
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url("https://images.unsplash.com/photo-1613977257363-707ba9348227?auto=format&fit=crop&w=1920&q=80");
  background-size: cover; background-position: center 35%;
  transform: scale(1.04); animation: heroZoom 14s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(42,28,13,.72) 0%, rgba(42,28,13,.38) 60%, rgba(42,28,13,.15) 100%);
}
.hero-content {
  position: relative; z-index: 2; padding: clamp(80px,12vw,140px) var(--gutter) clamp(72px,10vw,120px);
}
.hero-badge {
  display: inline-block; font-family: var(--f-ui); font-size: 9.5px;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--sage-2); border: 1px solid rgba(126,169,144,.5);
  padding: 7px 16px; margin-bottom: 28px;
}
.hero h1 { color: var(--ivory); max-width: 14ch; }
.hero-tag {
  font-size: clamp(1rem, 1.4vw, 1.125rem); color: rgba(244,241,232,.82);
  max-width: 52ch; margin-top: 20px; line-height: 1.6;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-ui); font-size: 9px; letter-spacing: .3em;
  text-transform: uppercase; color: rgba(244,241,232,.55);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero-scroll::after {
  content: ""; width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(244,241,232,.55), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:.55;transform:scaleY(1)} 50%{opacity:.9;transform:scaleY(.7)} }

/* ---- MARQUEE ---- */
.marquee {
  background: var(--walnut-2); padding: 18px 0;
  overflow: hidden; white-space: nowrap;
}
.marquee-track {
  display: inline-block; animation: marquee 32s linear infinite;
  font-family: var(--f-ui); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: rgba(244,241,232,.7);
}
.marquee-track span { margin-right: 14px; }
.marquee-track .dot { color: var(--sage-2); margin-right: 14px; font-size: 8px; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---- TRUST BAR ---- */
.trust-bar { background: var(--walnut); padding: clamp(48px,7vw,80px) 0; }
.trust-bar .eyebrow { color: var(--ivory); }
.trust-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: rgba(244,241,232,.08); margin-top: 32px;
}
.trust-item {
  text-align: center; padding: clamp(28px,4vw,48px) clamp(16px,3vw,32px);
  background: var(--walnut);
}
.trust-num {
  font-family: var(--f-display); font-size: clamp(2.4rem,5vw,4rem);
  font-weight: 300; color: var(--ivory); line-height: 1;
}
.trust-num em { color: var(--sage-2); font-style: normal; }
.trust-label { font-family: var(--f-ui); font-size: 9.5px; letter-spacing: .28em; text-transform: uppercase; color: rgba(244,241,232,.55); margin-top: 8px; }
.rera-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-ui); font-size: 8.5px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--sage-2);
  border: 1px solid rgba(126,169,144,.35); padding: 6px 14px; margin-top: 20px;
}
@media (max-width: 640px) { .trust-grid { grid-template-columns: repeat(2,1fr); } }

/* ---- PROJECT CARDS ---- */
.portfolio-header { padding-bottom: 0; }
.portfolio-list { margin-top: clamp(48px,7vw,80px); display: grid; gap: 0; }
.project-card {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: clamp(380px,45vw,540px);
}
.project-card:nth-child(even) .project-card-img { order: 2; }
.project-card:nth-child(even) .project-card-info { order: 1; }
.project-card-img { overflow: hidden; position: relative; }
.project-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s var(--ease);
}
.project-card:hover .project-card-img img { transform: scale(1.04); }
.img-fallback { display: flex; align-items: center; justify-content: center; background: var(--ivory-2); }
.img-fallback-cap { font-family: var(--f-ui); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--stone-2); padding: 20px; text-align: center; }
.project-card-info {
  background: var(--ivory-soft); padding: clamp(40px,6vw,72px) clamp(32px,5vw,64px);
  display: flex; flex-direction: column; justify-content: center;
}
.project-type {
  font-family: var(--f-ui); font-size: 9.5px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--sage); display: block; margin-bottom: 16px;
}
.project-card-info h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.project-card-info > p { margin-top: 14px; font-size: .95rem; }
.project-meta { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 24px; display: grid; gap: 10px; }
.project-meta-row { display: flex; gap: 16px; font-size: .85rem; }
.project-meta-row .k { font-family: var(--f-ui); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--stone-2); min-width: 90px; padding-top: 2px; }
.project-meta-row .v { color: var(--walnut); font-weight: 500; }
.project-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 768px) {
  .project-card { grid-template-columns: 1fr; }
  .project-card .project-card-img { min-height: 260px; order: 1 !important; }
  .project-card .project-card-info { order: 2 !important; }
}

/* ---- FLOOR PLANS ---- */
.floor-plan-intro { max-width: 56ch; }
.fp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,3vw,28px); margin-top: clamp(40px,6vw,64px); }
.fp-card {
  border: 1px solid rgba(244,241,232,.12);
  padding: clamp(28px,4vw,44px) clamp(24px,3.5vw,36px);
  display: flex; flex-direction: column; gap: 0;
  background: rgba(244,241,232,.05);
  transition: background .3s var(--ease);
}
.fp-card:hover { background: rgba(244,241,232,.09); }
.fp-card--featured { border-color: var(--sage); position: relative; }
.fp-card--featured::before {
  content: "Most Enquired"; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-ui); font-size: 8px; letter-spacing: .28em; text-transform: uppercase;
  background: var(--sage); color: #fff; padding: 4px 14px;
}
.fp-tag { font-family: var(--f-ui); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--sage-2); margin-bottom: 12px; }
.fp-card h3 { color: var(--ivory); font-size: clamp(1.4rem, 2.5vw, 2rem); }
.fp-area { font-family: var(--f-display); font-size: clamp(1rem,1.8vw,1.3rem); color: rgba(244,241,232,.62); margin-top: 6px; font-style: italic; }
.fp-price { margin-top: 18px; }
.fp-from { font-family: var(--f-display); font-size: clamp(2rem,4vw,3rem); font-weight: 300; color: var(--ivory); line-height: 1; }
.fp-from sup { font-size: .4em; vertical-align: super; color: var(--sage-2); }
.fp-sub { font-family: var(--f-ui); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: rgba(244,241,232,.45); margin-top: 4px; }
hr.fp-divider { border: none; border-top: 1px solid rgba(244,241,232,.10); margin: 24px 0; }
.fp-features { list-style: none; display: grid; gap: 9px; }
.fp-features li { font-size: .875rem; color: rgba(244,241,232,.65); padding-left: 18px; position: relative; }
.fp-features li::before { content: "—"; position: absolute; left: 0; color: var(--sage-2); font-size: .7rem; top: 4px; }
.fp-card .btn { margin-top: 28px; width: 100%; justify-content: center; }
.fp-disclaimer { text-align: center; margin-top: 32px; font-size: .8rem; color: rgba(244,241,232,.45); font-family: var(--f-ui); letter-spacing: .12em; }
.fp-disclaimer a { color: var(--sage-2); text-decoration: underline; }
@media (max-width: 900px) { .fp-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; } }

/* ---- PROCESS ---- */
.process-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: clamp(24px,4vw,48px); margin-top: clamp(40px,6vw,64px);
}
.process-step { position: relative; padding-left: 0; }
.process-num {
  font-family: var(--f-display); font-size: clamp(2.4rem,4vw,3.6rem);
  font-weight: 300; color: var(--sage-soft); line-height: 1; margin-bottom: 16px;
}
.process-step h3 { font-size: clamp(1.1rem,1.8vw,1.5rem); }
.process-step p { margin-top: 10px; font-size: .9rem; }
@media (max-width: 768px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .process-grid { grid-template-columns: 1fr; } }

/* ---- DEVELOPER SECTION ---- */
.developer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,7vw,96px); align-items: center; }
.developer-image-wrap { position: relative; }
.developer-image-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.developer-badge {
  position: absolute; bottom: -24px; right: -24px;
  background: var(--walnut); color: var(--ivory);
  padding: 24px 28px; text-align: center;
  min-width: 140px;
}
.developer-badge-yr { font-family: var(--f-display); font-size: 2.4rem; font-weight: 300; color: var(--sage-2); line-height: 1; }
.developer-badge-lbl { font-family: var(--f-ui); font-size: 8.5px; letter-spacing: .24em; text-transform: uppercase; color: rgba(244,241,232,.65); margin-top: 6px; line-height: 1.5; }
.developer-text p + p { margin-top: 18px; }
@media (max-width: 768px) { .developer-grid { grid-template-columns: 1fr; } .developer-badge { bottom: 16px; right: 16px; } }

/* ---- AMENITIES ---- */
.amenity-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,2vw,24px); margin-top: clamp(40px,6vw,64px); }
.amenity-card {
  background: var(--ivory); padding: clamp(20px,3vw,32px) clamp(16px,2.5vw,24px);
  border: 1px solid var(--line); transition: box-shadow .28s var(--ease), transform .28s var(--ease);
}
.amenity-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-3px); }
.amenity-icon { width: 36px; height: 36px; color: var(--sage); margin-bottom: 14px; }
.amenity-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.amenity-card h3 { font-size: clamp(1rem,1.5vw,1.2rem); }
.amenity-card p { font-size: .85rem; margin-top: 8px; }
@media (max-width: 900px) { .amenity-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .amenity-grid { grid-template-columns: 1fr; } }

/* ---- NRI SECTION ---- */
.nri-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(16px,3vw,32px); margin-top: clamp(40px,6vw,64px); }
.nri-card { background: rgba(106,143,119,.08); padding: clamp(24px,4vw,40px) clamp(20px,3vw,32px); border-left: 3px solid var(--sage); }
.nri-card h3 { font-size: clamp(1.1rem,1.6vw,1.4rem); color: var(--walnut); }
.nri-card p { margin-top: 12px; font-size: .88rem; }
@media (max-width: 768px) { .nri-grid { grid-template-columns: 1fr; } }

/* ---- TESTIMONIAL ---- */
.testimonial-section { background: var(--ivory-2); }
blockquote {
  max-width: 72ch; margin: 0 auto; text-align: center;
}
blockquote p {
  font-family: var(--f-display); font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  font-weight: 300; font-style: italic; color: var(--walnut); line-height: 1.5;
}
blockquote cite {
  display: block; margin-top: 24px;
  font-family: var(--f-ui); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--stone-2); font-style: normal;
}

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px,7vw,96px); align-items: start; }
.contact-detail { margin-bottom: 24px; }
.contact-detail .label { display: block; margin-bottom: 5px; }
.contact-detail a, .contact-detail span { font-family: var(--f-display); font-size: clamp(1.1rem,1.8vw,1.5rem); font-weight: 300; color: var(--walnut); }
.contact-detail a:hover { color: var(--sage); }
form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
form input, form textarea, form select {
  width: 100%; font-family: var(--f-body); font-size: .9rem;
  color: var(--walnut); background: var(--ivory-soft);
  border: 1px solid var(--line); padding: 13px 16px;
  margin-bottom: 12px; outline: none; border-radius: 0;
  transition: border-color .25s var(--ease);
  -webkit-appearance: none; appearance: none;
}
form input:focus, form textarea:focus, form select:focus { border-color: var(--sage); }
form input::placeholder, form textarea::placeholder { color: var(--stone-2); opacity: .8; }
form select { color: var(--stone-2); }
form textarea { resize: vertical; min-height: 110px; }
.whatsapp-cta {
  display: flex; align-items: center; gap: 10px; margin-top: 16px;
  font-family: var(--f-ui); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--stone-2);
}
.whatsapp-cta a { color: #25D366; font-weight: 600; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } form .form-row { grid-template-columns: 1fr; } }

/* ---- FOOTER ---- */
.footer { background: var(--walnut); padding: clamp(56px,8vw,96px) 0 clamp(32px,4vw,48px); }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: clamp(24px,4vw,48px); }
.footer-brand-name { font-family: var(--f-display); font-size: 1.5rem; color: var(--ivory); }
.footer-brand-name em { color: var(--sage-2); }
.footer-tagline { font-size: .875rem; color: rgba(244,241,232,.5); margin-top: 12px; line-height: 1.6; }
.footer-col-ttl { font-family: var(--f-ui); font-size: 9px; letter-spacing: .32em; text-transform: uppercase; color: var(--sage-2); margin-bottom: 18px; }
.footer-col-list { list-style: none; display: grid; gap: 12px; }
.footer-col-list a { font-size: .88rem; color: rgba(244,241,232,.52); transition: color .25s; }
.footer-col-list a:hover { opacity: 1; color: var(--ivory); }
.footer-bottom { border-top: 1px solid rgba(244,241,232,.08); margin-top: clamp(40px,6vw,64px); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: .8rem; color: rgba(244,241,232,.35); font-family: var(--f-ui); letter-spacing: .1em; }
.footer-credit { font-size: .8rem; color: rgba(244,241,232,.25); }
.footer-credit a { color: rgba(244,241,232,.45); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

/* ---- REVEALS ---- */
.reveal { opacity: 1; }
.no-js .reveal { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
  .reveal.is-in { opacity: 1; transform: none; }
}
