/* =========================================================================
   WhiteGlove — Polished Luxury edition
   Principle: "Expensive is what you DON'T put on the page."
   ========================================================================= */

:root {
  /* Warmer, more restrained palette than standard black+gold */
  --wg-black:       #1C1812;   /* warm off-black — not pure #000 */
  --wg-near-black:  #252017;
  --wg-gold:        #B08D48;   /* brass — less "yellow gold", more "museum brass" */
  --wg-gold-dark:   #8E6F35;
  --wg-gold-light:  #D4B37A;
  --wg-gold-text:   #1C1812;
  --wg-muted-gold:  #9C8F72;

  --wg-ivory:       #F4EFE5;   /* warm cream page bg */
  --wg-card:        #FBF6EC;
  --wg-border:      #E2D9C5;
  --wg-hairline:    #C9B98F;   /* gold hairlines used as dividers */

  --wg-text:        #24201A;
  --wg-muted:       #7A7260;

  /* Cormorant Garamond is sharper and more architectural than Playfair —
     needs slightly heavier weights (500+) to match Playfair's visual weight. */
  --wg-font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --wg-font-body:    "Inter", -apple-system, sans-serif;

  /* Everything is on a generous baseline */
  --wg-space-section: 10rem;   /* 160px — generous gutters between sections */
  --wg-container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--wg-font-body);
  font-weight: 400;
  color: var(--wg-text);
  background: var(--wg-ivory);
  line-height: 1.7;
  font-feature-settings: "ss01","kern";
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .2s ease; }
a:hover { opacity: .72; }

/* ---------- Typography ---------- */
h1, h2, h3, h4,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--wg-font-display) !important;
  font-weight: 400 !important;      /* lighter — matches editorial Cormorant */
  letter-spacing: -0.01em;
  color: var(--wg-text) !important;
}
/* Section titles (centered) — elegant italic style */
.section-title,
.section-title.elementor-heading-title {
  font-family: var(--wg-font-display) !important;
  font-weight: 400 !important;
  font-style: italic;
  font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
  letter-spacing: -0.01em;
}
.hero h1, .hero h2, .hero h3,
.hero .elementor-heading-title,
.sec--dark h1, .sec--dark h2, .sec--dark h3, .sec--dark h4,
.sec--dark .elementor-heading-title,
.band--black h1, .band--black h2, .band--black h3, .band--black h4,
.band--black .elementor-heading-title,
.spec h1, .spec h2, .spec h3,
.spec .elementor-heading-title {
  color: #fff !important;
}
.eyebrow {
  font-family: var(--wg-font-body);
  font-weight: 500;
  font-size: 0.688rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--wg-gold-dark);
}
.gold { color: var(--wg-gold); }
.italic { font-style: italic; }

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--wg-container);
  margin: 0 auto;
  padding: 0 2rem;
}

/* ---------- Header (quiet, hairline border, no CTA button) ---------- */
.hdr {
  position: sticky; top: 0; z-index: 100;
  background: var(--wg-ivory);
  border-bottom: 1px solid var(--wg-hairline);
}
.hdr__toggle { display: none; }
.hdr__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px;
  gap: 2rem;
}
.hdr__brand {
  font-family: var(--wg-font-display);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  display: flex; align-items: baseline; gap: 0.4rem;
}
.hdr__brand small {
  font-family: var(--wg-font-body);
  font-size: 0.5rem;
  letter-spacing: 0.38em;
  color: var(--wg-gold-dark);
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0.5rem;
}
.hdr nav ul {
  display: flex; gap: 2.5rem;
  list-style: none;
}
.hdr nav a {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wg-text);
  padding: 2rem 0;
}
.hdr__phone {
  font-family: var(--wg-font-display);
  font-size: 1.125rem;
  color: var(--wg-gold-dark);
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 8rem;
  border-bottom: 1px solid var(--wg-hairline);
  background: var(--wg-black);
  color: #F4EFE5;
}
/* Let Elementor containers go full-width inside hero */
.hero .elementor-container,
.hero .elementor-column,
.hero .elementor-widget-wrap,
.hero .elementor-widget {
  position: static !important;
  max-width: none !important;
  width: 100% !important;
}
.hero .elementor-container {
  padding: 0 !important;
}
/* When hero has a bg image, ensure text reads clearly */
.hero[style*="background-image"] {
  color: #F4EFE5;
}
.hero[style*="background-image"] h1 {
  color: #FFFFFF;
  text-shadow: 0 2px 30px rgba(0,0,0,.6), 0 1px 4px rgba(0,0,0,.4);
}
.hero[style*="background-image"] .hero__subhead {
  color: rgba(244,239,229,.85);
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.hero[style*="background-image"] .hero__marks {
  color: var(--wg-gold-light);
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
  border-bottom-color: rgba(176,141,72,.4);
}
.hero__inner { max-width: 920px; }
.hero__marks {
  display: flex; gap: 2.5rem;
  margin-bottom: 3rem;
  color: var(--wg-gold);               /* bumped from -dark for visibility */
  font-size: 0.75rem;                  /* slightly larger */
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 600;                    /* heavier */
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--wg-hairline);
}
.hero__marks span + span::before {
  content: "·";
  margin-right: 2.5rem;
  margin-left: -2.5rem;
  padding-left: 1rem;
  opacity: .5;
}
.hero h1 {
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
  margin-bottom: 2.5rem;
}
.hero h1 .italic {
  font-style: italic;
  color: var(--wg-gold);
  font-weight: 400;
}
.hero__subhead {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 560px;
  color: var(--wg-muted);
  margin-bottom: 3rem;
}
.hero__actions { display: flex; gap: 2rem; align-items: center; }
.btn {
  display: inline-block;
  padding: 1.1em 2.2em;
  font-family: var(--wg-font-body);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--wg-gold);
  color: var(--wg-gold-dark);
  background: transparent;
  cursor: pointer;
  transition: all .2s ease;
  text-align: center;
}
.btn:hover { background: var(--wg-gold); color: var(--wg-ivory); opacity: 1; }
.btn--solid {
  background: var(--wg-black);
  color: var(--wg-ivory);
  border-color: var(--wg-black);
}
.btn--solid:hover { background: var(--wg-gold); border-color: var(--wg-gold); color: var(--wg-black); }
.btn--plain {
  border: none;
  padding: 0;
  color: var(--wg-text);
  text-transform: uppercase;
}
.btn--plain::after {
  content: " →";
  color: var(--wg-gold);
  transition: transform .2s ease;
  display: inline-block;
}
.btn--plain:hover { background: transparent; color: var(--wg-text); opacity: 1; }
.btn--plain:hover::after { transform: translateX(4px); }

/* ---------- Section structure ---------- */
.sec {
  padding: var(--wg-space-section) 0;
  border-bottom: 1px solid var(--wg-hairline);
}
.sec--dark {
  background: var(--wg-black);
  color: var(--wg-ivory);
  border-color: rgba(176,141,72,.3);
}
.sec--dark h2, .sec--dark h3 { color: var(--wg-ivory); }
.sec--dark .eyebrow { color: var(--wg-gold); }
.sec--dark .muted { color: var(--wg-muted-gold); }

.sec__head {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 4rem;
  margin-bottom: 6rem;
  align-items: end;
}
.sec__head .eyebrow { display: block; margin-bottom: 1rem; }
.sec__head h2 {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1;
  letter-spacing: -0.015em;
}
.sec__head h2 .italic {
  font-style: italic;
  color: var(--wg-gold);
}
.sec__head p {
  color: var(--wg-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 520px;
}

@media (max-width: 820px) {
  .sec { padding: 6rem 0; }
  .sec__head { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 3rem; }
}

/* ---------- Service INDEX (numbered list, not cards) ---------- */
.svc-index { list-style: none; }
.svc-index li {
  display: grid;
  grid-template-columns: 100px 1.1fr 1.6fr auto;   /* more room for title + desc */
  gap: 4rem;                                        /* wider gutters */
  align-items: center;
  padding: 3.5rem 0;                                /* more vertical breathing */
  border-top: 1px solid var(--wg-hairline);
  transition: background .2s ease;
}
.svc-index li:last-child { border-bottom: 1px solid var(--wg-hairline); }
.svc-index li:hover { background: rgba(176,141,72,.04); }
.svc-index__num {
  font-family: var(--wg-font-display);
  font-style: italic;
  font-size: 2rem;
  color: var(--wg-gold);
  font-weight: 400;
}
.svc-index__title {
  font-family: var(--wg-font-display);
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.svc-index__desc {
  color: var(--wg-muted);
  font-size: 0.9375rem;
}
.svc-index__link {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wg-gold-dark);
  font-weight: 500;
  white-space: nowrap;
}
.svc-index__link::after { content: " →"; }

@media (max-width: 820px) {
  .svc-index li { grid-template-columns: 60px 1fr; gap: 1.5rem; row-gap: 0.75rem; }
  .svc-index__desc { grid-column: 2; }
  .svc-index__link { grid-column: 2; }
}

/* ---------- Plan Tiers (quiet, text-only, hairline separators) ---------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.tiers__item {
  padding: 3rem 2rem;
  text-align: left;
  border-right: 1px solid rgba(176,141,72,.25);
}
.tiers__item:last-child { border-right: none; }
.tiers__item--featured { background: rgba(176,141,72,.06); }
.tiers__num {
  font-family: var(--wg-font-display);
  font-style: italic;
  color: var(--wg-gold);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.tiers__tier {
  font-family: var(--wg-font-display);
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--wg-ivory);
}
.tiers__benefit {
  color: var(--wg-muted-gold);
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .tiers { grid-template-columns: 1fr; }
  .tiers__item { border-right: none; border-bottom: 1px solid rgba(176,141,72,.25); }
}

/* ---------- Story / About (two-column editorial) ---------- */
.story {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6rem;
  align-items: center;
}
.story__image {
  aspect-ratio: 3/4;
  background: var(--wg-card) center/cover no-repeat;
  border: 1px solid var(--wg-hairline);
  position: relative;
}
.story__image::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid var(--wg-hairline);
  transform: translate(16px, 16px);
  pointer-events: none;
}
.story__text h2 {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.05;
  margin: 1rem 0 2rem;
}
.story__meta {
  display: flex; gap: 3rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--wg-hairline);
}
.story__meta strong {
  display: block;
  font-family: var(--wg-font-display);
  font-size: 2.25rem;
  color: var(--wg-gold-dark);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.story__meta span {
  font-size: 0.688rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wg-muted);
  font-weight: 500;
}
@media (max-width: 820px) {
  .story { grid-template-columns: 1fr; gap: 3rem; }
}

/* ---------- Single testimonial (editorial pull-quote) ---------- */
.quote {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.quote p {
  font-family: var(--wg-font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.3;
  font-style: italic;
  color: var(--wg-text);
  margin-bottom: 3rem;
}
.quote p::before,
.quote p::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--wg-gold);
  vertical-align: middle;
  margin: 0 1rem;
}
.quote cite {
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wg-gold-dark);
  font-weight: 500;
}

/* ---------- Closing CTA (quiet, centered, on dark) ---------- */
.close {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.close .eyebrow {
  display: block;
  margin-bottom: 1.5rem;
}
.close h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.close p {
  color: var(--wg-muted-gold);
  font-size: 1.0625rem;
  margin-bottom: 3rem;
}
.close__actions { display: flex; gap: 1.5rem; justify-content: center; }

/* =========================================================================
   THE SPEC SHEET — 4 technical-authority stats in a dark band
   Positioned right under the hero. Italic gold Cormorant. Reads like
   a project spec sheet from an architect's office.
   ========================================================================= */
.spec {
  padding: 5rem 0;
  background: var(--wg-black);
  color: var(--wg-ivory);
  border-bottom: 1px solid rgba(176,141,72,.25);
}
.spec__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.spec__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-left: 1px solid rgba(176,141,72,.55);   /* bumped from .3 */
  padding-left: 2rem;
}
.spec__item:first-child { border-left: none; padding-left: 0; }
.spec__label {
  font-family: var(--wg-font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--wg-muted-gold);
  font-weight: 500;
}
.spec__value {
  font-family: var(--wg-font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1;
  color: var(--wg-gold);
  letter-spacing: -0.01em;
}
@media (max-width: 820px) {
  .spec__grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .spec__item { border-left: none; padding-left: 0; }
}

/* =========================================================================
   SELECTION OF RECENT WORK — typographic portfolio tiles.
   These work as a deliberate editorial moment WITHOUT photography — when
   real project photos arrive, they become the tile background image and
   the type stays on top as an overlay caption.
   ========================================================================= */
.solutions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.solutions__tile {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--wg-near-black);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  border: 1px solid rgba(176,141,72,.22);
  transition: border-color .3s ease, background .3s ease;
}
.solutions__tile:hover {
  border-color: var(--wg-gold);
  background: #211C14;
}
/* architectural hairline — gold cross-hair in top-right */
.solutions__tile::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 24px;
  height: 24px;
  background:
    linear-gradient(var(--wg-gold), var(--wg-gold)) left center / 100% 1px no-repeat,
    linear-gradient(var(--wg-gold), var(--wg-gold)) center top / 1px 100% no-repeat;
  opacity: 0.5;
}
/* subtle ambient glow from bottom-left for depth */
.solutions__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 0% 100%, rgba(176,141,72,.08), transparent 60%);
  pointer-events: none;
}
.solutions__tile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.55) grayscale(0.15);
  z-index: 0;
}
.solutions__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.solutions__num {
  font-family: var(--wg-font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--wg-gold);
  font-size: 4.5rem;
  letter-spacing: -0.02em;
  line-height: 0.9;
  display: block;
}
.solutions__meta {
  font-family: var(--wg-font-body);
  font-size: 0.625rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--wg-muted-gold);
  font-weight: 500;
  text-align: right;
  line-height: 1.8;
}
.solutions__caption {
  position: relative;
  z-index: 1;
}
.solutions__location {
  font-family: var(--wg-font-body);
  font-size: 0.625rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--wg-gold);
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.solutions__title {
  font-family: var(--wg-font-display);
  font-weight: 500;
  font-style: italic;
  color: var(--wg-ivory);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.solutions__view {
  font-family: var(--wg-font-body);
  font-size: 0.688rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wg-muted-gold);
  font-weight: 500;
  display: inline-block;
}
.solutions__view::after {
  content: " →";
  color: var(--wg-gold);
}
.solutions__tile:hover .solutions__view { color: var(--wg-gold); }

@media (max-width: 820px) {
  .solutions { grid-template-columns: 1fr; }
  .solutions__tile { padding: 2rem; aspect-ratio: auto; min-height: 260px; }
  .solutions__num { font-size: 3.5rem; }
}

/* =========================================================================
   FOUNDER PORTRAIT SECTION (replaces the small "Built by a builder" block)
   ========================================================================= */
.founder {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 6rem;
  align-items: center;
}
.founder__portrait {
  aspect-ratio: 3/4;
  position: relative;
  background: var(--wg-near-black);
  overflow: hidden;
  border: 1px solid var(--wg-hairline);
}
/* Architectural placeholder: silhouette + blueprint grid + caption.
   When real portrait arrives, just uncomment the <img> in the HTML and
   these ::before / ::after pseudo-elements stay hidden underneath. */
.founder__portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* Subtle blueprint grid */
    linear-gradient(rgba(176,141,72,.06) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(90deg, rgba(176,141,72,.06) 1px, transparent 1px) 0 0 / 32px 32px,
    /* Warm spotlight — suggests portrait lighting */
    radial-gradient(ellipse 70% 55% at 50% 35%, rgba(212,179,122,.22) 0%, transparent 55%),
    /* Base warm black */
    linear-gradient(180deg, #1C1812 0%, #2B2318 100%);
}
/* Monogram "CN" placed with its own HTML element for reliable rendering */
.founder__monogram {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  font-family: var(--wg-font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 5rem;
  line-height: 0.9;
  color: var(--wg-gold);
  letter-spacing: -0.04em;
  z-index: 2;
  text-shadow: 0 2px 20px rgba(0,0,0,.6);
}
.founder__portrait-caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--wg-font-body);
  font-size: 0.625rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--wg-muted-gold);
  border-top: 1px solid rgba(176,141,72,.3);
  padding-top: 1rem;
}
.founder__portrait-caption span {
  color: var(--wg-gold);
}
.founder__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.02);
  position: relative;
  z-index: 1;
}
.founder__frame {
  position: absolute;
  inset: 0;
  border: 1px solid var(--wg-hairline);
  transform: translate(20px, 20px);
  pointer-events: none;
  z-index: 0;
}
.founder__eyebrow { display: block; margin-bottom: 1.5rem; }
.founder__headline {
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
}
.founder__quote {
  font-family: var(--wg-font-display);
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.5;
  color: var(--wg-gold-dark);
  padding: 2rem 0;
  margin: 2rem 0;
  border-top: 1px solid var(--wg-hairline);
  border-bottom: 1px solid var(--wg-hairline);
}
.founder__body {
  color: var(--wg-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}
.founder__sig {
  font-family: var(--wg-font-display);
  font-style: italic;
  font-size: 1.75rem;
  color: var(--wg-gold-dark);
  margin-top: 2rem;
  letter-spacing: -0.01em;
}
.founder__credentials {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  font-family: var(--wg-font-body);
  font-size: 0.688rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wg-muted);
}
.founder__credentials span {
  padding-right: 2rem;
  border-right: 1px solid var(--wg-hairline);
}
.founder__credentials span:last-child { border-right: none; padding-right: 0; }

@media (max-width: 820px) {
  .founder { grid-template-columns: 1fr; gap: 3rem; }
  .founder__portrait { max-width: 420px; margin: 0 auto; }
}

/* =========================================================================
   CURATED CARE MENU (horizontal table, replaces tier cards)
   ========================================================================= */
.menu {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--wg-font-body);
}
.menu th, .menu td {
  padding: 1.75rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid rgba(176,141,72,.22);
  vertical-align: middle;
}
.menu thead th {
  font-family: var(--wg-font-body);
  font-size: 0.625rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--wg-gold);
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(176,141,72,.4);
}
.menu tbody th {
  width: 1%;
  white-space: nowrap;
}
.menu__tier {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.menu__tier span {
  font-family: var(--wg-font-display);
  font-style: italic;
  font-size: 0.875rem;
  color: var(--wg-gold);
  font-weight: 400;
}
.menu__tier strong {
  font-family: var(--wg-font-display);
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
  color: var(--wg-ivory);
  letter-spacing: -0.01em;
}
.menu td {
  text-align: center;
  color: var(--wg-muted-gold);
  font-size: 1.125rem;
}
.menu td.is-included {
  color: var(--wg-gold);
  font-size: 1.25rem;
}
.menu tbody tr.is-featured {
  background: rgba(176,141,72,.08);
}
.menu tbody tr:hover {
  background: rgba(176,141,72,.04);
}
.menu__note {
  padding: 2.5rem 1.5rem 0;
  color: var(--wg-muted-gold);
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 720px;
}
.menu__save {
  font-family: var(--wg-font-display);
  font-style: italic;
  color: var(--wg-gold);
  font-size: 1rem;
  white-space: nowrap;
}
.menu__lbl { display: none; }

@media (max-width: 820px) {
  .menu { display: block; }
  .menu thead { display: none; }
  .menu tbody, .menu tr, .menu th, .menu td { display: block; width: 100%; }
  .menu tr { border-bottom: 1px solid rgba(176,141,72,.3); padding: 1.5rem 0; }
  .menu td { text-align: left !important; padding: 0.5rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
  .menu__lbl {
    display: inline-block;
    color: var(--wg-gold);
    font-family: var(--wg-font-body);
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
  }
}

/* ---------- Footer (restrained) ---------- */
.ftr {
  padding: 5rem 0 2.5rem;
  background: var(--wg-black);
  color: var(--wg-muted-gold);
  font-size: 0.8125rem;
}
.ftr__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
}
.ftr h4 {
  font-family: var(--wg-font-body);
  font-size: 0.625rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--wg-gold);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.ftr ul { list-style: none; }
.ftr li { margin-bottom: 0.5rem; }
.ftr a { color: var(--wg-muted-gold); }
.ftr a:hover { color: var(--wg-gold); opacity: 1; }
.ftr__brand {
  font-family: var(--wg-font-display);
  font-size: 1.5rem;
  color: var(--wg-ivory);
  margin-bottom: 1rem;
}
.ftr__brand small {
  display: block;
  font-family: var(--wg-font-body);
  font-size: 0.5rem;
  letter-spacing: 0.38em;
  color: var(--wg-gold-dark);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.4rem;
}
.ftr__bottom {
  border-top: 1px solid rgba(176,141,72,.2);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wg-muted-gold);
}

@media (max-width: 820px) {
  .ftr__grid { grid-template-columns: 1fr 1fr; }
  .ftr__bottom { flex-direction: column; gap: 1rem; text-align: center; }
}

/* =========================================================================
   MOBILE RESPONSIVE — comprehensive fixes
   ========================================================================= */

/* Prevent horizontal overflow */
html, body { overflow-x: hidden; }

@media (max-width: 768px) {
  /* ---------- Header: stack brand + hide nav, show hamburger ---------- */
  .hdr__inner {
    flex-wrap: wrap;
    height: auto;
    padding: 1rem 1.5rem;
    gap: 0;
  }
  .hdr__brand {
    font-size: 1.25rem;
  }
  .hdr__brand small {
    display: none;
  }
  .hdr nav {
    display: none; /* hidden by default on mobile */
    width: 100%;
    order: 3;
    padding: 1rem 0;
    border-top: 1px solid var(--wg-hairline);
    margin-top: 1rem;
  }
  .hdr nav.is-open { display: block; }
  .hdr nav ul {
    flex-direction: column;
    gap: 0;
  }
  .hdr nav a {
    display: block;
    padding: 0.75rem 0;
    font-size: 0.8rem;
    border-bottom: 1px solid var(--wg-hairline);
  }
  .hdr__phone {
    font-size: 0.9rem;
    margin-left: auto;
  }
  /* Mobile hamburger toggle */
  .hdr__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 1rem;
    order: 2;
  }
  .hdr__toggle span {
    display: block;
    width: 20px;
    height: 1.5px;
    background: var(--wg-text);
  }

  /* ---------- General layout ---------- */
  .wrap { padding: 0 1.25rem; }
  .sec { padding: 4rem 0; }
  .sec--dark { padding: 4rem 0; }

  /* ---------- Hero ---------- */
  .hero { padding: 5rem 0 4rem; }
  .hero__marks {
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.6rem;
    margin-bottom: 2rem;
  }
  .hero__marks span + span::before {
    display: none;
  }
  .hero h1 {
    font-size: 2.75rem;
    line-height: 1;
  }
  .hero__subhead {
    font-size: 1rem;
  }
  .hero__actions {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .hero__actions .btn {
    width: 100%;
    text-align: center;
  }
  .hero__actions .btn--plain {
    width: auto;
  }

  /* ---------- Spec Sheet ---------- */
  .spec { padding: 3rem 0; }
  .spec__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .spec__item {
    border-left: none;
    padding-left: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(176,141,72,.25);
  }
  .spec__item:nth-child(odd) { padding-right: 1rem; }
  .spec__value { font-size: 1.75rem; }

  /* ---------- Section heads (two-column → stacked) ---------- */
  .sec__head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .sec__head h2 { font-size: 2.25rem; }

  /* ---------- Service cards grid → single column ---------- */
  .grid--3, .grid--2 { grid-template-columns: 1fr !important; }
  .card__image { aspect-ratio: 16/9; }

  /* ---------- Solutions tiles → single column ---------- */
  .solutions { grid-template-columns: 1fr; }
  .solutions__tile {
    aspect-ratio: auto;
    min-height: 280px;
    padding: 2rem;
  }
  .solutions__num { font-size: 3rem; }
  .solutions__title { font-size: 1.5rem; }

  /* ---------- Founder → stacked ---------- */
  .founder {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .founder__portrait {
    max-width: 100%;
    aspect-ratio: 4/3;
  }
  .founder__headline { font-size: 2.25rem; }
  .founder__quote { font-size: 1.125rem; }
  .founder__credentials {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .founder__credentials span {
    border-right: none;
    padding-right: 0;
  }

  /* ---------- Care menu table → stacked rows ---------- */
  .menu { display: block; }
  .menu thead { display: none; }
  .menu tbody, .menu tr, .menu th, .menu td { display: block; width: 100%; }
  .menu tr {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(176,141,72,.2);
  }
  .menu th, .menu td {
    padding: 0.3rem 0;
    border-bottom: none;
    text-align: left !important;
  }
  .menu__tier { margin-bottom: 0.5rem; }
  .menu__tier strong { font-size: 1.5rem; }

  /* ---------- About story sections → stacked ---------- */
  .story {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  /* ---------- Quote ---------- */
  .quote p {
    font-size: 1.25rem;
  }
  .quote p::before, .quote p::after {
    display: none;
  }

  /* ---------- Close CTA ---------- */
  .close h2 { font-size: 2rem; }
  .close__actions {
    flex-direction: column;
    gap: 1rem;
  }
  .close__actions .btn { width: 100%; text-align: center; }

  /* ---------- Footer → single column ---------- */
  .ftr__grid { grid-template-columns: 1fr; gap: 2rem; }
  .ftr__bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  /* ---------- Service detail sections ---------- */
  .service-section ul,
  div[style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
  }

  /* ---------- Bundle callout → stacked ---------- */
  div[style*="grid-template-columns: repeat(3"] {
    grid-template-columns: 1fr !important;
  }
}

/* Small phones */
@media (max-width: 400px) {
  .hero h1 { font-size: 2.25rem; }
  .spec__grid { grid-template-columns: 1fr; }
  .hdr__brand { font-size: 1.1rem; }
}
