/* ==========================================================================
   Ejt Legacy Homes — styles.css
   Palette: warm ivory paper + charcoal ink + a single antique-brass accent.
   Type:   Cormorant Garamond (display serif) / Cinzel (engraved caps) / Inter (body)
   ========================================================================== */

/* ----- Design tokens ----- */
:root {
  --paper:      #F6F2E9;  /* warm ivory, matches the logo paper */
  --paper-2:    #EFE9DB;  /* slightly deeper alt-section background */
  --paper-3:    #E7E0CF;
  --ink:        #161513;  /* near-black charcoal, matches the wordmark */
  --ink-soft:   #4B463E;
  --muted:      #6B6459;
  --line:       #DAD2C2;  /* hairline borders */
  --brass:      #9A7B4A;  /* the single deliberate accent */
  --brass-deep: #7E6238;
  --cream:      #F6F2E9;

  --maxw: 1200px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --radius: 2px;
  --shadow-sm: 0 1px 2px rgba(22,21,19,.06), 0 4px 14px rgba(22,21,19,.06);
  --shadow-md: 0 10px 30px rgba(22,21,19,.10), 0 2px 8px rgba(22,21,19,.08);

  --ff-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ff-caps:    "Cinzel", Georgia, serif;
  --ff-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: var(--radius); }

/* ----- Typography ----- */
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 600; line-height: 1.08; letter-spacing: .2px; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); }
p { color: var(--ink-soft); }

.eyebrow {
  font-family: var(--ff-caps);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--brass-deep);
  display: inline-flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--brass);
}
.eyebrow.is-centered { justify-content: center; }
.eyebrow.is-centered::after {
  content: ""; width: 28px; height: 1px; background: var(--brass);
}

/* ----- Layout ----- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--alt { background: var(--paper-2); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--ink p { color: #CFC8BB; }
.section--ink h2 { color: var(--cream); }
.section-head { max-width: 56ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head.is-centered { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: .9rem; }
.section-head .lead { margin-top: 1rem; font-size: 1.12rem; }
.lead { font-size: 1.15rem; color: var(--ink-soft); }

/* ----- Buttons ----- */
.btn {
  --b: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.7rem;
  font-family: var(--ff-caps);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid var(--b);
  background: var(--b);
  color: var(--paper);
  border-radius: var(--radius);
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); background: var(--brass-deep); border-color: var(--brass-deep); color: #fff; }
.btn--brass { --b: var(--brass-deep); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--on-ink { background: transparent; color: var(--cream); border-color: rgba(246,242,233,.45); }
.btn--on-ink:hover { background: var(--brass-deep); border-color: var(--brass-deep); color: #fff; }
.btn--lg { padding: 1.1rem 2.1rem; }
.btn--block { width: 100%; }

.textlink {
  font-family: var(--ff-caps); font-weight: 700; font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--brass-deep);
  display: inline-flex; align-items: center; gap: .5rem;
  border-bottom: 1px solid transparent; padding-bottom: 2px;
  transition: gap .25s var(--ease), border-color .25s var(--ease);
}
.textlink:hover { gap: .9rem; border-color: var(--brass); }

/* =========================================================================
   Wordmark / logo lockup (recreated in real text from the EJT Legacy logo)
   ========================================================================= */
.wordmark { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; color: var(--ink); }
.wordmark__top {
  font-family: var(--ff-caps); font-weight: 700; letter-spacing: .42em;
  font-size: .62em; color: var(--ink-soft); padding-left: .42em;
}
.wordmark__main {
  font-family: var(--ff-caps); font-weight: 700; letter-spacing: .06em;
  font-size: 1.9em; margin: .12em 0 .1em; color: var(--ink);
}
.wordmark__rule { display: flex; align-items: center; gap: .5em; width: 100%; justify-content: center; margin: .04em 0; }
.wordmark__rule::before, .wordmark__rule::after { content: ""; height: 1px; flex: 0 1 2.4em; background: var(--brass); }
.wordmark__diamond { width: .42em; height: .42em; background: var(--brass); transform: rotate(45deg); flex: 0 0 auto; }
.wordmark__sub {
  font-family: var(--ff-caps); font-weight: 700; letter-spacing: .54em;
  font-size: .62em; color: var(--ink-soft); padding-left: .54em;
}
.wordmark--light, .wordmark--light .wordmark__top, .wordmark--light .wordmark__main, .wordmark--light .wordmark__sub { color: var(--cream); }
.wordmark--light .wordmark__top, .wordmark--light .wordmark__sub { color: #CFC8BB; }

/* =========================================================================
   Header / nav
   ========================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,242,233,.86);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 4px 18px rgba(22,21,19,.05); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 76px; }
.nav__brand { font-size: 15px; flex: 0 0 auto; }
.nav__brand .wordmark__main { font-size: 1.5em; }
.nav__links { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.1rem); }
.nav__links a {
  font-size: .82rem; font-weight: 500; letter-spacing: .02em; color: var(--ink-soft);
  position: relative; padding: .35rem 0; transition: color .2s var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0; background: var(--brass);
  transition: width .25s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 1rem; flex: 0 0 auto; }
.nav__tel { font-family: var(--ff-caps); font-weight: 700; font-size: .78rem; letter-spacing: .08em; color: var(--ink); white-space: nowrap; }
.nav__tel span { color: var(--brass-deep); }
.nav__cta { padding: .7rem 1.25rem; }
.nav__drawer { display: none; }  /* hidden on desktop; revealed as a drawer in the mobile media query */
.nav__toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: var(--radius); position: relative; }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 1.5px; background: var(--ink);
  transform: translate(-50%,-50%); transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav__toggle span::before { transform: translate(-50%,-7px); }
.nav__toggle span::after  { transform: translate(-50%, 6px); }
body.nav-open .nav__toggle span { background: transparent; }
body.nav-open .nav__toggle span::before { transform: translate(-50%,-50%) rotate(45deg); top: 0; }
body.nav-open .nav__toggle span::after  { transform: translate(-50%,-50%) rotate(-45deg); top: 0; }

/* =========================================================================
   Hero
   ========================================================================= */
.hero { position: relative; min-height: clamp(560px, 88vh, 880px); display: flex; align-items: flex-end; color: var(--cream); }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,14,12,.45) 0%, rgba(15,14,12,.25) 40%, rgba(15,14,12,.82) 100%);
}
.hero__inner { padding-block: clamp(3rem, 8vw, 6rem); max-width: 760px; }
.hero .eyebrow { color: #D8C19A; }
.hero .eyebrow::before { background: #D8C19A; }
.hero h1 { color: #fff; margin: 1.1rem 0 1.1rem; text-shadow: 0 2px 30px rgba(0,0,0,.3); }
.hero h1 em { font-style: italic; color: #E9D6B4; }
.hero__sub { font-size: 1.2rem; color: #EDE7DB; max-width: 56ch; }
.hero__sub strong { color: #fff; font-weight: 600; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero__scroll {
  position: absolute; right: var(--gutter); bottom: 2rem; z-index: 1;
  font-family: var(--ff-caps); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(246,242,233,.75); display: flex; align-items: center; gap: .6rem;
}
.hero__scroll::after { content: ""; width: 1px; height: 34px; background: rgba(246,242,233,.55); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0%,100% { opacity: .35; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* =========================================================================
   Trust / by-the-numbers band
   ========================================================================= */
.trustbar { background: var(--ink); color: var(--cream); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-stat { padding: clamp(1.75rem, 3vw, 2.75rem) 1.5rem; text-align: center; border-right: 1px solid rgba(246,242,233,.12); }
.trust-stat:last-child { border-right: 0; }
.trust-stat__num { font-family: var(--ff-display); font-size: clamp(2.2rem, 4vw, 3rem); color: #fff; line-height: 1.04; }
.trust-stat__num span { color: var(--brass); }
.trust-stat__num--word { font-size: clamp(1.5rem, 2.7vw, 2.1rem); }
.trust-stat__label { margin-top: .6rem; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: #B9B2A4; }
.trust-badges { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1.25rem,3vw,2.5rem); padding: 1.5rem; border-top: 1px solid rgba(246,242,233,.12); }
.trust-badges li { font-family: var(--ff-caps); font-weight: 700; font-size: .72rem; letter-spacing: .14em; color: #C9C2B4; display: flex; align-items: center; gap: .55rem; }
.trust-badges li::before { content: ""; width: 7px; height: 7px; background: var(--brass); transform: rotate(45deg); }

/* =========================================================================
   Services
   ========================================================================= */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.6rem, 2.5vw, 2.2rem); display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.section--alt .service-card { background: #FBF8F1; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--brass); }
.service-card__icon { width: 46px; height: 46px; color: var(--brass-deep); margin-bottom: 1.1rem; }
.service-card h3 { margin-bottom: .5rem; }
.service-card p { font-size: .98rem; flex: 1; }
.service-card .textlink { margin-top: 1.2rem; }

/* =========================================================================
   Project gallery
   ========================================================================= */
.gallery-controls { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.filter-btn {
  font-family: var(--ff-caps); font-weight: 700; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  padding: .55rem 1.1rem; border: 1px solid var(--line); background: transparent; color: var(--muted);
  border-radius: 100px; transition: all .25s var(--ease);
}
.filter-btn:hover { color: var(--ink); border-color: var(--ink); }
.filter-btn.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.gallery {
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px; gap: 14px; grid-auto-flow: dense;
}
.gallery__item {
  position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ink);
  grid-column: span 4; grid-row: span 1; cursor: pointer;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
/* feature tiles for an asymmetric, editorial layout that still tiles cleanly into 12 cols */
.gallery__item--feature { grid-column: span 6; grid-row: span 2; }
.gallery__item--half { grid-column: span 6; }
.gallery__item--port { grid-column: span 4; grid-row: span 2; }   /* portrait interior shots */
.gallery__item.is-hidden { display: none; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__cap {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem 1.2rem .95rem; color: #fff;
  background: linear-gradient(transparent, rgba(15,14,12,.8));
  transform: translateY(8px); opacity: 0; transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.gallery__item:hover .gallery__cap, .gallery__item:focus-visible .gallery__cap { opacity: 1; transform: translateY(0); }
.gallery__cap-type { font-family: var(--ff-caps); font-size: .62rem; letter-spacing: .18em; color: var(--brass); text-transform: uppercase; }
.gallery__cap-title { font-family: var(--ff-display); font-size: 1.25rem; line-height: 1.15; margin-top: .2rem; }
.gallery__note { margin-top: 1.5rem; font-size: .85rem; color: var(--muted); font-style: italic; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none; place-items: center;
  background: rgba(15,14,12,.92); padding: clamp(1rem, 4vw, 3rem);
}
.lightbox.is-open { display: grid; }
.lightbox__fig { max-width: min(1100px, 92vw); text-align: center; }
.lightbox__img { max-height: 78vh; width: auto; margin-inline: auto; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.lightbox__cap { color: #EDE7DB; margin-top: 1rem; font-family: var(--ff-display); font-size: 1.3rem; }
.lightbox__cap span { display: block; font-family: var(--ff-caps); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); margin-bottom: .35rem; }
.lightbox__btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px;
  background: rgba(246,242,233,.08); border: 1px solid rgba(246,242,233,.25); color: #fff; border-radius: 50%;
  font-size: 1.4rem; display: grid; place-items: center; transition: background .2s var(--ease);
}
.lightbox__btn:hover { background: rgba(246,242,233,.2); }
.lightbox__prev { left: clamp(.5rem, 3vw, 2rem); }
.lightbox__next { right: clamp(.5rem, 3vw, 2rem); }
.lightbox__close { position: absolute; top: clamp(1rem,3vw,2rem); right: clamp(1rem,3vw,2rem); width: 48px; height: 48px; background: transparent; border: 1px solid rgba(246,242,233,.3); color: #fff; border-radius: 50%; font-size: 1.3rem; }
.lightbox__close:hover { background: rgba(246,242,233,.15); }

/* =========================================================================
   Process
   ========================================================================= */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem 2rem; counter-reset: step; }
.process-step { position: relative; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.process-step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--ff-display); font-size: 2.4rem; color: var(--brass); line-height: 1; display: block; margin-bottom: .6rem;
}
.section--ink .process-step { border-color: rgba(246,242,233,.18); }
.section--ink .process-step h3 { color: var(--cream); }
.process-step h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.process-step p { font-size: .98rem; }

/* =========================================================================
   Why us / split feature
   ========================================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split__media { position: relative; }
.split__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.split__media::before {
  content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--brass); border-radius: var(--radius); z-index: -1;
}
.why-list { margin-top: 1.75rem; display: grid; gap: 1.35rem; }
.why-item { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.why-item__mark { width: 34px; height: 34px; flex: 0 0 auto; color: var(--brass-deep); margin-top: 2px; }
.why-item h3 { font-size: 1.2rem; margin-bottom: .25rem; }
.why-item p { font-size: .96rem; }

/* =========================================================================
   Testimonials
   ========================================================================= */
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.testi {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.75rem, 3vw, 2.5rem); position: relative;
}
.section--ink .testi { background: #201E1A; border-color: rgba(246,242,233,.12); }
.testi__quote { font-family: var(--ff-display); font-size: 1.4rem; line-height: 1.4; color: var(--ink); font-style: italic; }
.section--ink .testi__quote { color: var(--cream); }
.testi__mark { font-family: var(--ff-display); font-size: 3.5rem; color: var(--brass); line-height: .6; height: .5em; display: block; }
.testi__by { margin-top: 1.4rem; display: flex; align-items: center; gap: .8rem; }
.testi__stars { color: var(--brass); letter-spacing: 2px; font-size: .85rem; }
.testi__name { font-family: var(--ff-caps); font-weight: 700; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.testi__role { font-size: .85rem; color: var(--muted); }

/* =========================================================================
   Service area
   ========================================================================= */
.area { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.area__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 1.5rem; margin-top: 1.5rem; }
.area__list li { display: flex; align-items: center; gap: .7rem; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .98rem; }
.area__list li::before { content: ""; width: 7px; height: 7px; background: var(--brass); transform: rotate(45deg); flex: 0 0 auto; }
.area__card { background: var(--ink); color: var(--cream); border-radius: var(--radius); padding: clamp(1.75rem,3vw,2.5rem); }
.area__card h3 { color: var(--cream); margin-bottom: .6rem; }
.area__card p { color: #CFC8BB; }
.area__card .btn { margin-top: 1.4rem; }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item__q {
  width: 100%; text-align: left; background: transparent; border: 0; padding: 1.4rem 3rem 1.4rem 0;
  font-family: var(--ff-display); font-size: clamp(1.2rem, 2vw, 1.5rem); color: var(--ink); position: relative;
}
.faq-item__q::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 14px; height: 14px;
  background:
    linear-gradient(var(--brass-deep),var(--brass-deep)) center/14px 1.5px no-repeat,
    linear-gradient(var(--brass-deep),var(--brass-deep)) center/1.5px 14px no-repeat;
  transform: translateY(-50%) rotate(0); transition: transform .3s var(--ease);
}
.faq-item.is-open .faq-item__q::after { transform: translateY(-50%) rotate(45deg); }
.faq-item__a { overflow: hidden; max-height: 0; transition: max-height .35s var(--ease); }
.faq-item__a-inner { padding: 0 2rem 1.5rem 0; }
.faq-item__a p { font-size: 1rem; }

/* =========================================================================
   CTA band
   ========================================================================= */
.cta-band { position: relative; text-align: center; color: var(--cream); overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: var(--ink); z-index: -2; }
.cta-band__inner { max-width: 720px; margin-inline: auto; }
.cta-band h2 { color: #fff; }
.cta-band h2 em { font-style: italic; color: #E9D6B4; }
.cta-band p { margin: 1rem auto 0; max-width: 52ch; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2rem; }

/* =========================================================================
   Contact
   ========================================================================= */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); }
.contact__info h2 { margin: .8rem 0 1rem; }
.contact__nap { margin-top: 2rem; display: grid; gap: 1.1rem; }
.nap-row { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.nap-row__icon { width: 30px; height: 30px; color: var(--brass-deep); flex: 0 0 auto; margin-top: 2px; }
.nap-row__label { font-family: var(--ff-caps); font-weight: 700; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.nap-row a, .nap-row address { font-size: 1.05rem; font-style: normal; color: var(--ink); }
.nap-row a:hover { color: var(--brass-deep); }

.form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.5rem); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-family: var(--ff-caps); font-weight: 700; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .45rem; }
.field label .req { color: var(--brass-deep); }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem .95rem; font: inherit; font-size: .96rem; color: var(--ink);
  background: #FBF8F1; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brass); box-shadow: 0 0 0 3px rgba(154,123,74,.15); }
.field--honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__consent { font-size: .8rem; color: var(--muted); margin-top: .4rem; }
.form__status { margin-top: 1rem; padding: .9rem 1.1rem; border-radius: var(--radius); font-size: .92rem; display: none; }
.form__status.is-visible { display: block; }
.form__status.is-success { background: #E7EFE6; color: #2D4A2C; border: 1px solid #BFD6BC; }
.form__status.is-error { background: #F4E3DD; color: #7A3A28; border: 1px solid #E0BBAE; }
.form__fallback { margin-top: 1.1rem; font-size: .86rem; color: var(--muted); text-align: center; }
.form__fallback a { color: var(--brass-deep); border-bottom: 1px solid var(--brass); }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--ink); color: #CFC8BB; padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer-brand .wordmark { align-items: flex-start; }
.footer-brand p { color: #A8A296; font-size: .92rem; margin-top: 1.2rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--ff-caps); font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream); margin-bottom: 1.1rem; }
.footer-col li { margin-bottom: .6rem; }
.footer-col a { color: #CFC8BB; font-size: .94rem; transition: color .2s var(--ease); }
.footer-col a:hover { color: var(--brass); }
.footer-col address { font-style: normal; font-size: .94rem; line-height: 1.8; color: #CFC8BB; }
.footer-social { display: flex; gap: .8rem; margin-top: 1.2rem; }
.footer-social a { width: 40px; height: 40px; border: 1px solid rgba(246,242,233,.2); border-radius: 50%; display: grid; place-items: center; color: #CFC8BB; transition: all .25s var(--ease); }
.footer-social a:hover { background: var(--brass-deep); border-color: var(--brass-deep); color: #fff; }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(246,242,233,.12); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; }
.footer-bottom p { color: #8F897D; font-size: .82rem; }
.footer-license { font-size: .82rem; color: #A8A296; }
.footer-license span { color: var(--brass); }

/* =========================================================================
   Scroll reveal
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .nav__links, .nav__tel { display: none; }
  .nav__toggle { display: grid; place-items: center; }
  .nav__cta { display: none; }
  /* Mobile drawer */
  .nav__drawer {
    position: fixed; inset: 76px 0 auto 0; background: var(--paper); border-bottom: 1px solid var(--line);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease);
    padding: 1.25rem var(--gutter) 1.75rem; display: flex; flex-direction: column; gap: .25rem; box-shadow: var(--shadow-md);
  }
  body.nav-open .nav__drawer { opacity: 1; transform: none; pointer-events: auto; }
  .nav__drawer a { padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; color: var(--ink); }
  .nav__drawer .btn { margin-top: 1rem; }
  .nav__drawer .nav__tel { display: block; text-align: center; margin-top: .5rem; font-size: 1rem; }

  .trustbar__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-stat:nth-child(2n) { border-right: 0; }
  .trust-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(246,242,233,.12); }

  .contact { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split__media { order: -1; }
  .split__media::before { display: none; }
  .area { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .gallery { grid-auto-rows: 200px; }
  .gallery__item, .gallery__item--half { grid-column: span 6; }
  .gallery__item--feature { grid-column: span 6; grid-row: span 2; }
  .gallery__item--port { grid-column: span 6; grid-row: span 2; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav__drawer { inset-block-start: 70px; }
  .nav { min-height: 70px; }
  .services-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .area__list { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery__item, .gallery__item--half, .gallery__item--feature { grid-column: 1 / -1; grid-row: span 1; }
  .gallery__item--port { grid-column: 1 / -1; grid-row: span 2; }
  .hero__scroll { display: none; }
}

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