/* Consistent dark logo + thin line across all pages */
.logo-white { display: block !important; }
.logo-dark { display: none !important; }
.logo-img { filter: drop-shadow(0 1px 6px rgba(0,0,0,0.3)) !important; }
.hamburger {
  width: 26px !important;
  min-width: 26px !important;
}
.hamburger span {
  height: 1px !important;
  background: #3a3a3a !important;
  box-shadow: none !important;
  width: 100% !important;
}

/* GYC LUXURY HOMES — MOBILE RESPONSIVE FIXES */

.hamburger {
  width: 26px !important;
  height: 16px !important;
  min-width: 26px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0px !important;
  padding: 0 !important;
  cursor: pointer;
}

footer .footer-links { gap: 1rem; }
footer .footer-links a { font-size: 0.65rem; padding: 0.5rem 0.25rem; display: inline-block; }
footer .footer-contact a { padding: 0.4rem 0; display: inline-block; }

@media (max-width: 768px) {
  .site-mark { gap: 0.8rem; }
  .hamburger { width: 26px !important; height: 16px !important; min-width: 26px !important; min-height: 16px !important; max-height: 16px !important; }
  .hamburger span { height: 1px !important; }
  .nav-menu a { font-size: 0.95rem; padding: 0.5rem 0; display: inline-block; }
  .project-header { padding: 6rem 2rem 2.5rem; }
  .project-title { font-size: clamp(1.8rem, 5vw, 3rem); }
  .project-gallery { padding: 2rem 1.5rem 3rem; }
  .ed-row { display: block !important; margin-bottom: 1.8rem !important; }
  .ed-row.offset, .ed-row.offset-left { max-width: 100% !important; }
  .ed-row.narrow { max-width: 100% !important; }
  .ed-item, .ed-item.landscape-wide, .ed-item.landscape, .ed-item.portrait { position: relative !important; overflow: hidden !important; width: 100% !important; height: 0 !important; padding-bottom: 66% !important; margin-bottom: 1.2rem !important; aspect-ratio: unset !important; }
  .ed-item:last-child { margin-bottom: 0 !important; }
  .ed-item img, .ed-item.landscape-wide img { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }
  .ed-caption { font-size: 0.6rem; margin-top: 0.6rem; }
  .project-nav { gap: 2rem; padding: 2rem 1.5rem; }
  .project-nav a { font-size: 0.6rem; padding: 0.5rem 0; }
  .build-stats { flex-direction: column; align-items: center; gap: 0.8rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  footer { padding: 3rem 1.5rem; }
  footer .footer-links { gap: 0.8rem 1.2rem; }
  footer .footer-links a { font-size: 0.62rem; padding: 0.5rem 0.3rem; }
  footer .footer-legal { font-size: 0.55rem; }
  /* Force project grid to flexbox stack - text stays with images */
  .project-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .project-card,
  .project-card.card-large,
  .project-card.card-small {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .project-card.card-large { grid-row: auto !important; }
  .project-card img,
  .project-card.card-large img,
  .project-card.card-small img {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    display: block !important;
  }
  .project-card h3 {
    font-size: 0.66rem !important;
    margin-top: 0.8rem !important;
  }
  .project-card p {
    font-size: 0.54rem !important;
    margin-top: 0.2rem !important;
  }
  .project-card .details {
    margin-bottom: 0.5rem !important;
  }

  
}

@media (max-width: 600px) {
  .site-mark { top: 1.2rem; left: 1.2rem; }
  .hamburger { width: 26px; height: 18px; min-width: 26px; min-height: 44px; }
  .hamburger span { height: 1px; }
  .nav-menu a { font-size: 0.9rem; letter-spacing: 3px; padding: 0.6rem 0; display: inline-block; }
  .ed-row.duo, .ed-row.duo-wide-left, .ed-row.duo-wide-right { grid-template-columns: 1fr !important; }
  .ed-row.trio, .ed-row.trio-center { grid-template-columns: 1fr !important; }
  .ed-row { display: block !important; margin-bottom: 2rem !important; }
  .ed-row.offset, .ed-row.offset-left { max-width: 100% !important; }
  .ed-row.narrow { max-width: 100% !important; }
  .ed-item, .ed-item.landscape-wide, .ed-item.landscape, .ed-item.portrait { position: relative !important; overflow: hidden !important; width: 100% !important; height: 0 !important; padding-bottom: 66% !important; margin-bottom: 1.5rem !important; aspect-ratio: unset !important; }
  .ed-item:last-child { margin-bottom: 0 !important; }
  .ed-item img, .ed-item.landscape-wide img { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }
  .project-header { padding: 5rem 1.5rem 2rem; }
  .project-title { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .project-location { font-size: 0.62rem; letter-spacing: 2px; }
  .project-gallery { padding: 1.5rem 1rem 2.5rem; }
  .ed-caption { font-size: 0.58rem; letter-spacing: 2px; margin-top: 0.5rem; }
  .project-nav { gap: 1.5rem; padding: 1.5rem 1rem; }
  .project-nav a { font-size: 0.58rem; padding: 0.6rem 0; }
  .hero-caption h2 { font-size: 0.65rem; letter-spacing: 3px; }
  .hero-caption p { font-size: 0.5rem; letter-spacing: 2px; }
  .intro { padding: 4.5rem 1.5rem; }
  .intro .tagline { font-size: 1.35rem; line-height: 1.4; }
  .intro h1 { font-size: 0.6rem; margin-bottom: 2rem; }
  .intro p { font-size: 0.78rem; line-height: 1.8; }
  .featured { padding: 0 1.5rem 4rem; }
  /* 600px: inherit flexbox from 768 rules, adjust sizes for small phones */
  .project-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }
  .project-card.card-large { grid-row: auto !important; }
  .project-card img,
  .project-card.card-large img,
  .project-card.card-small img {
    aspect-ratio: 16 / 10 !important;
  }
  .project-card h3 { font-size: 0.62rem !important; }
  .project-card p { font-size: 0.52rem !important; }
  .philosophy-strip { height: 55vh; min-height: 350px; }
  .philosophy-strip h2 { font-size: 0.65rem; }
  .philosophy-strip p { font-size: 0.48rem; }
  .services-grid { grid-template-columns: 1fr; gap: 2rem; }
  .page-header { padding: 5rem 1.5rem 2.5rem; }
  .page-header h1 { font-size: 0.6rem; }
  .designers { padding: 4rem 1.5rem; }
  .designers-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .designer-card { padding: 2rem; }
  .gallery { padding: 4rem 1rem; }
  .community-grid { grid-template-columns: 1fr; gap: 2rem; }
  .lots-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-form input, .contact-form textarea, .contact-form select { font-size: 16px; }
  .build-stats { flex-direction: column; align-items: center; gap: 0.6rem; font-size: 0.6rem; }
  footer { padding: 2.5rem 1.2rem; }
  footer .footer-links { flex-direction: column; align-items: center; gap: 0.3rem; }
  footer .footer-links a { font-size: 0.62rem; padding: 0.6rem 0.5rem; display: inline-block; }
  footer .footer-contact { font-size: 0.72rem; }
  footer .footer-contact a { padding: 0.5rem 0; display: inline-block; }
  footer .footer-legal { font-size: 0.52rem; margin-top: 1.5rem; }
}

@media (max-width: 380px) {
  .project-title { letter-spacing: 0px; }
  .project-location { letter-spacing: 1.5px; }
  .hero-caption h2 { letter-spacing: 2px; }
  .ed-caption { letter-spacing: 1.5px; font-size: 0.55rem; }
  .intro .tagline { font-size: 1.15rem; }
  footer .footer-links a { font-size: 0.6rem; letter-spacing: 1.5px; }
}

/* ── Current Builds page mobile fixes ── */
@media (max-width: 768px) {
  .builds-grid {
    grid-template-columns: 1fr !important;
    max-width: 480px;
    margin: 0 auto;
    gap: 2rem;
  }
  .build-card {
    width: 100%;
  }
  .build-card img {
    aspect-ratio: 4 / 3;
  }
  .build-card-content {
    padding: 1.5rem;
  }
  .build-card h3 {
    font-size: 0.9rem;
    letter-spacing: 2px;
  }
  .build-card .description {
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .build-details {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
  .build-card-link {
    padding: 0.8rem 1.5rem;
    font-size: 0.6rem;
  }
  .build-card-link .sub {
    font-size: 0.5rem;
  }
  .page-title {
    padding-top: 5rem;
    text-align: center;
  }
  .page-title h1 {
    font-size: 1.1rem;
    letter-spacing: 4px;
  }
  .page-title .subtitle {
    font-size: 0.75rem;
    line-height: 1.7;
    padding: 0 1rem;
  }
}

@media (max-width: 380px) {
  .builds-grid {
    max-width: 100%;
  }
  .build-card-content {
    padding: 1.2rem;
  }
  .build-card h3 {
    letter-spacing: 1.5px;
    font-size: 0.85rem;
  }
  .build-card .location {
    letter-spacing: 1.5px;
  }
}

/* ── Override inline 600px horizontal card layout ── */
@media (max-width: 600px) {
  .builds-grid {
    grid-template-columns: 1fr !important;
    max-width: 400px;
    margin: 0 auto;
    gap: 1.5rem;
  }
  .build-card {
    flex-direction: column !important;
    align-items: stretch;
    position: relative;
    overflow: visible;
  }
  .build-card img {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    min-height: auto !important;
  }
  .build-card-content {
    padding: 1.5rem !important;
  }
  .build-card h3 {
    font-size: 0.9rem !important;
    letter-spacing: 2.5px !important;
  }
  .build-card .location {
    font-size: 0.55rem !important;
    letter-spacing: 2px;
  }
  .build-card .description {
    font-size: 0.75rem !important;
    line-height: 1.7 !important;
  }
  .build-card-link {
    position: static !important;
    right: auto !important;
    top: auto !important;
    display: block !important;
    padding: 0.8rem 1.5rem !important;
    font-size: 0.58rem !important;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .build-card-link .sub {
    font-size: 0.5rem !important;
  }
  .build-detail strong {
    font-size: 0.85rem !important;
  }
  .build-detail span {
    font-size: 0.55rem !important;
  }
}

/* ── Nav overlay left alignment fix (all pages) ── */
.nav-overlay {
  justify-content: flex-start !important;
}
.nav-menu {
  text-align: left !important;
  padding-left: 4rem !important;
}

/* ── Unicorn landscape card mobile fix ── */
@media (max-width: 768px) {
  .unicorn-card {
    grid-template-columns: 1fr !important;
  }
  .unicorn-card img {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
  }
  .unicorn-card .build-card-content {
    padding: 2rem !important;
  }
}
@media (max-width: 600px) {
  .unicorn-card {
    grid-template-columns: 1fr !important;
    display: grid !important;
    flex-direction: unset !important;
  }
  .unicorn-card img {
    width: 100% !important;
    filter: brightness(0.8) !important;
  }
  .unicorn-card .build-card-content {
    padding: 1.5rem !important;
  }
  .unicorn-card .build-card-link {
    grid-column: 1 !important;
  }
}

/* ── Unicorn blur fix for all screens ── */
.unicorn-card img {
  filter: blur(15px) brightness(0.6) !important;
  transform: scale(1.1) !important;
}

/* ── Diamond icon color fix (all screens) ── */
.gate-icon {
  color: #c49a6c !important;
}

/* ======================================================
   UNIFIED PORTFOLIO CAPTION + ITEM SPACING (site-wide)
   Single source of truth for image-to-text rhythm
   ====================================================== */
:root {
  --gyc-gap-img-caption: 12px;
  --gyc-gap-gallery-item: 48px;
  --gyc-gap-ed-item: 16px;
}

/* Editorial gallery */
.project-gallery .ed-caption {
  padding: var(--gyc-gap-ed-item) 0 0 0 !important;
  margin: 0 !important;
}

/* JL-style figure captions */
.project-gallery .gallery-item figcaption,
.gallery-item figcaption {
  margin-top: var(--gyc-gap-img-caption) !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* Uniform item-to-item spacing */
.project-gallery .gallery-item,
.gallery-item {
  margin-top: var(--gyc-gap-gallery-item) !important;
  margin-bottom: var(--gyc-gap-gallery-item) !important;
}

.gallery-item.diptych {
  margin-top: calc(var(--gyc-gap-gallery-item) * 1.15) !important;
  margin-bottom: calc(var(--gyc-gap-gallery-item) * 1.15) !important;
}

@media (max-width: 768px) {
  :root {
    --gyc-gap-img-caption: 10px;
    --gyc-gap-gallery-item: 28px;
    --gyc-gap-ed-item: 12px;
  }
}

/* ======================================================
   MOBILE HERO FRAMING + OVERFLOW HARDENING
   Landscape heroes were cropping narrow on portrait phones.
   Shift focal point slightly up so roofline / architecture is visible,
   and give hero container a small mobile max-height relief.
   ====================================================== */
@media (max-width: 768px) {
  /* Prevent any ghost horizontal scroll */
  html, body { overflow-x: hidden !important; max-width: 100vw; }

  /* Project hero images â most are landscape, biased upward shows more sky/roof */
  .project-hero img,
  .project-hero video,
  .hero-about video,
  .hero-about img,
  section.hero img,
  section.hero video {
    object-fit: cover !important;
    object-position: center 38% !important;
  }

  /* Home hero (if carousel/bg) */
  .home-hero img, .home-hero video,
  .hero img, .hero video {
    object-position: center 40% !important;
  }

  /* Slight height relief on taller portrait phones (iPhone 14/15 Pro ~844â932px).
     100vh often feels claustrophobic; 88vh shows a sliver of the next section
     and reduces the aspect-ratio crop pressure on landscape imagery. */
  @media (min-height: 780px) and (orientation: portrait) {
    .project-hero { height: 88vh !important; min-height: 600px; }
    .hero-about { height: 88vh !important; min-height: 600px; }
  }
}

/* Per-hero object-position overrides for shots where center-38% is wrong
   (file-specific so tweaking one doesn't affect others) */
@media (max-width: 768px) {
  /* Upper Deer Valley â bathroom-ish hero, keep center */
  .project-hero img[src*="Red_Cloud_PBath_7009"] { object-position: center 50% !important; }
  /* White Pine Canyon â portrait image, center works */
  .project-hero img[src*="wpc-17-entry-detail"]  { object-position: center 50% !important; }
  /* Utah County Estate â front facade landscape, show upper */
  .project-hero img[src*="utah-county-estate-03-front-middle"] { object-position: center 30% !important; }
  /* Silver Lake exterior */
  .project-hero img[src*="silver-lake-01-exterior"] { object-position: center 35% !important; }
  /* Canyons */
  .project-hero img[src*="s-13-1"] { object-position: center 35% !important; }
  /* Park City Mountain dusk */
  .project-hero img[src*="Lot-95-3703-01"] { object-position: center 35% !important; }
  /* Olympus front */
  .project-hero img[src*="Front-Page21"] { object-position: center 35% !important; }
  /* Alpine Estate front */
  .project-hero img[src*="Front-Page-6"] { object-position: center 35% !important; }
  /* Painted Shores render */
  .project-hero img[src*="render-exterior2"] { object-position: center 40% !important; }
  /* 98 Deercrest */
  .project-hero img[src*="001_2848_deer_pointe"] { object-position: center 35% !important; }
  /* Colony 329 dusk */
  .project-hero img[src*="colony_dusk"] { object-position: center 40% !important; }
}

/* ======================================================
   UNIFIED PROJECT CARD TEXT RHYTHM (portfolio + home)
   ====================================================== */
.ed-card-info,
.project-card .ed-card-info,
.portfolio-gallery .ed-card-info {
  margin: 0 !important;
  padding: 14px 0 0 0 !important;
}

.ed-card-info h3,
.portfolio-gallery .ed-card-info h3 {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
}

.ed-card-info h3 a {
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.ed-card-info p,
.portfolio-gallery .ed-card-info p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.1em !important;
}

@media (max-width: 768px) {
  .portfolio-gallery .ed-pair,
  .portfolio-gallery .ed-row,
  .portfolio-gallery .ed-row.offset,
  .portfolio-gallery .ed-row.narrow,
  .portfolio-gallery .ed-row.offset-left,
  .portfolio-gallery .ed-row.full {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
  }
  .ed-card-info { padding-top: 12px !important; }
  .ed-card-info h3 { margin-bottom: 5px !important; }
}

/* ======================================================
   LANDSCAPE MOBILE TYPOGRAPHY SCALE
   ====================================================== */
@media (max-height: 500px) and (min-width: 600px) and (max-width: 1024px) {
  .project-hero h1, .hero h1, .page-hero h1, h1 {
    font-size: clamp(22px, 3.2vw, 28px) !important;
    line-height: 1.2 !important;
    letter-spacing: 2px !important;
  }
  .project-hero h2, .hero h2, .project-hero p.location, .hero-subtitle {
    font-size: clamp(12px, 1.6vw, 14px) !important;
    line-height: 1.3 !important;
    letter-spacing: 2px !important;
  }
  section h2, .section-title {
    font-size: clamp(18px, 2.4vw, 22px) !important;
    line-height: 1.3 !important;
  }
  .ed-card-info h3,
  .portfolio-gallery .ed-card-info h3,
  .project-card .ed-card-info h3 {
    font-size: clamp(14px, 1.8vw, 17px) !important;
    line-height: 1.3 !important;
    letter-spacing: 0.12em !important;
  }
  .ed-card-info p,
  .portfolio-gallery .ed-card-info p,
  .project-card .ed-card-info p {
    font-size: clamp(11px, 1.3vw, 13px) !important;
    line-height: 1.35 !important;
    letter-spacing: 0.12em !important;
  }
  section p, .project-gallery p, .ed-prose p {
    font-size: clamp(13px, 1.6vw, 15px) !important;
    line-height: 1.55 !important;
  }
  nav a, .main-nav a {
    font-size: clamp(12px, 1.4vw, 14px) !important;
    letter-spacing: 2.5px !important;
  }
  .closing-hero h2, .closing-hero h3 {
    font-size: clamp(18px, 2.4vw, 22px) !important;
  }
  .project-credits, .project-credits p, .project-credits li {
    font-size: clamp(11px, 1.3vw, 13px) !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) and (pointer: coarse) {
  .ed-card-info h3 { font-size: clamp(15px, 1.8vw, 18px) !important; }
  .ed-card-info p { font-size: clamp(12px, 1.3vw, 14px) !important; }
}

/* ======================================================
   CARD SPACING v2 - UNIFORM IMAGE-TO-TITLE
   ====================================================== */
.ed-card-info,
.project-card .ed-card-info,
.portfolio-gallery .ed-card-info {
  margin: 0 !important;
  padding: 14px 0 32px 0 !important;
}
.ed-card-info h3,
.portfolio-gallery .ed-card-info h3 {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
}
.ed-card-info p,
.portfolio-gallery .ed-card-info p {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .portfolio-gallery .ed-pair,
  .portfolio-gallery .ed-row,
  .portfolio-gallery .ed-row.offset,
  .portfolio-gallery .ed-row.narrow,
  .portfolio-gallery .ed-row.offset-left,
  .portfolio-gallery .ed-row.full,
  .portfolio-gallery .ed-row.full.fade-in,
  .portfolio-gallery .ed-row.full.fade-in.visible {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ed-card-info,
  .portfolio-gallery .ed-card-info,
  .project-card .ed-card-info {
    margin: 0 !important;
    padding: 12px 0 28px 0 !important;
  }
  .ed-card-info h3,
  .portfolio-gallery .ed-card-info h3 {
    margin: 0 0 5px 0 !important;
  }
}

/* === CANONICAL HAMBURGER LOCK v2 === */
.site-mark { align-items: center !important; }
.hamburger {
  width: 26px !important;
  height: 16px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}
.hamburger span {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* === CANONICAL NAV MENU LOCK v1 === */
.nav-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  background: rgba(15,15,15,0.96) !important;
  z-index: 999 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1), visibility 0.5s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
.nav-overlay.active, .nav-overlay.open { opacity: 1 !important; visibility: visible !important; }
.nav-menu {
  text-align: left !important;
  list-style: none !important;
  padding: clamp(5rem,12vh,7rem) 1.5rem 3rem 4rem !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.nav-menu li {
  margin: 0.75rem 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.nav-menu a {
  font-family: var(--serif) !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.65) !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 0.4rem 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  transition: color 0.3s !important;
}
.nav-menu a:hover, .nav-menu a.active, .nav-menu a.current { color: #fff !important; }
.nav-menu li.nav-divider, .nav-menu .nav-divider {
  width: 48px !important;
  height: 1px !important;
  background: rgba(255,255,255,0.18) !important;
  margin: 1.2rem 0 !important;
  padding: 0 !important;
}
.nav-menu .nav-sub {
  display: block !important;
  font-family: var(--sans) !important;
  font-size: 0.55rem !important;
  letter-spacing: 2px !important;
  color: rgba(255,255,255,0.4) !important;
  margin-top: 0.2rem !important;
  text-transform: uppercase !important;
}
.nav-menu a.nav-gold {
  color: #b08d57 !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: 4px !important;
  padding-left: 0 !important;
}
.nav-menu a.nav-gold:hover, .nav-menu a.nav-gold.active { color: #d4a574 !important; }


/* === CANONICAL FOOTER LOCK v1 === */
footer {
  background: #1a1a1a !important;
  color: rgba(255,255,255,0.5) !important;
  padding: 3.5rem 1.5rem 2.5rem !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.5rem !important;
}
footer .footer-logo {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  font-family: var(--serif) !important;
  font-size: 1.4rem !important;
  letter-spacing: 3px !important;
  color: #fff !important;
  text-align: center !important;
  background: transparent !important;
}
footer .footer-logo img {
  height: 48px !important;
  width: auto !important;
  opacity: 0.95 !important;
  display: inline-block !important;
  filter: none !important;
}
footer .footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.5rem 1.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}
footer .footer-links li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
footer .footer-links a {
  font-family: var(--serif) !important;
  font-size: 0.65rem !important;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: rgba(255,255,255,0.5) !important;
  padding: 0.4rem 0.5rem !important;
  display: inline-block !important;
  background: transparent !important;
  transition: color 0.3s !important;
}
footer .footer-links a:hover { color: #b08d57 !important; opacity: 1 !important; }
footer .footer-contact {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  text-align: center !important;
  font-family: var(--serif) !important;
  font-size: 0.78rem !important;
  letter-spacing: 1.5px !important;
  color: rgba(255,255,255,0.65) !important;
  margin: 0 !important;
}
footer .footer-contact a {
  color: #b08d57 !important;
  text-decoration: none !important;
  padding: 0.2rem 0 !important;
  transition: opacity 0.3s !important;
}
footer .footer-contact a:hover { opacity: 0.7 !important; }
footer .footer-contact br { display: none !important; }
footer .footer-legal {
  font-family: var(--serif) !important;
  font-size: 0.55rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.3) !important;
  margin: 1rem 0 0 0 !important;
  text-align: center !important;
}
@media (min-width: 769px) {
  footer { padding: 4rem 3rem 3rem !important; gap: 2rem !important; }
  footer .footer-logo img { height: 56px !important; }
  footer .footer-links { gap: 0.5rem 2rem !important; }
  footer .footer-contact { font-size: 0.85rem !important; }
}


/* === CANONICAL PULL-QUOTE LOCK v1 === */
.quote-section, .testimonial, .pull-quote, section.quote-section {
  background: #f4efe7 !important;
  padding: 5rem 1.5rem !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 3rem 0 !important;
}
.quote-section blockquote, .testimonial blockquote, .pull-quote blockquote, .quote-section > p, .testimonial > p {
  font-family: var(--serif) !important;
  font-size: clamp(1.1rem, 3vw, 1.65rem) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: #2b2b2d !important;
  max-width: 720px !important;
  margin: 0 auto 1.5rem auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  position: relative !important;
}
.quote-section blockquote::before, .testimonial blockquote::before {
  content: '\201C' !important;
  display: block !important;
  font-family: var(--serif) !important;
  font-size: 3.5rem !important;
  line-height: 0.5 !important;
  color: #b08d57 !important;
  margin-bottom: 1.5rem !important;
  font-style: normal !important;
}
.quote-section cite, .testimonial cite, .quote-attribution {
  display: block !important;
  font-family: var(--serif) !important;
  font-size: 0.7rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #6b6b6d !important;
  margin-top: 1.5rem !important;
  text-align: center !important;
}
.quote-section cite::before, .testimonial cite::before {
  content: '' !important;
  display: block !important;
  width: 32px !important;
  height: 1px !important;
  background: #b08d57 !important;
  margin: 0 auto 1rem auto !important;
}
@media (min-width: 769px) {
  .quote-section, .testimonial, .pull-quote { padding: 7rem 2rem !important; }
  .quote-section blockquote, .testimonial blockquote { font-size: clamp(1.4rem, 2.4vw, 2rem) !important; }
}


/* === CANONICAL PAGE-TITLE HERO LOCK v1 === */
.page-title, .page-header, section.page-title, section.page-header {
  padding: 5rem 1.5rem 3rem !important;
  text-align: center !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  background: transparent !important;
}
.page-title h1, .page-header h1 {
  font-family: var(--serif) !important;
  font-size: clamp(1.5rem, 4vw, 2.4rem) !important;
  font-weight: 400 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: var(--dark, #2b2b2d) !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.2 !important;
}
.page-title .eyebrow, .page-header .eyebrow {
  font-family: var(--serif) !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: #b08d57 !important;
  margin: 0 0 1rem 0 !important;
  display: block !important;
}
.page-title .subtitle, .page-header .subtitle, .page-title p, .page-header p {
  font-family: var(--serif) !important;
  font-size: clamp(0.85rem, 1.5vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: rgba(43,43,45,0.7) !important;
  letter-spacing: 0.5px !important;
  max-width: 640px !important;
  margin: 0 auto 1.5rem auto !important;
}
.page-title .divider, .page-header .divider, .page-title hr, .page-header hr {
  width: 56px !important;
  height: 1px !important;
  background: #b08d57 !important;
  border: none !important;
  margin: 2rem auto 0 auto !important;
  display: block !important;
}
@media (min-width: 769px) {
  .page-title, .page-header { padding: 7rem 2rem 4rem !important; }
  .page-title h1, .page-header h1 { letter-spacing: 5px !important; }
}


/* === CANONICAL PROJECT-HERO TEXT LOCK v1 === */
.project-hero {
  position: relative !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  overflow: hidden !important;
  z-index: 0 !important;
}
.project-hero > img, .project-hero > video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
.project-hero .hero-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 4rem 1.5rem 3rem !important;
  background: linear-gradient(transparent, rgba(0,0,0,0.65)) !important;
  color: #fff !important;
  text-align: left !important;
  box-sizing: border-box !important;
}
.project-hero .hero-overlay .eyebrow,
.project-hero .hero-overlay .location {
  font-family: var(--serif) !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.85) !important;
  margin: 0 0 0.75rem 0 !important;
  display: block !important;
}
.project-hero .hero-overlay h1,
.project-hero .hero-overlay .project-title-text {
  font-family: var(--serif) !important;
  font-size: clamp(1.5rem, 5vw, 2.8rem) !important;
  font-weight: 400 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4) !important;
}
@media (min-width: 769px) {
  .project-hero .hero-overlay { padding: 5rem 3rem 4rem !important; }
  .project-hero .hero-overlay .eyebrow, .project-hero .hero-overlay .location { font-size: 0.78rem !important; letter-spacing: 5px !important; }
}


/* === CANONICAL CONTENT BLOCKS LOCK v1 (philosophy/process/stats/testimonials) === */
.philosophy-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  margin: 3rem auto !important;
  max-width: 1200px !important;
  padding: 0 1.5rem !important;
}
@media (min-width: 769px) {
  .philosophy-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 2rem !important; }
}
.philosophy-card {
  background: #f4efe7 !important;
  padding: 2.5rem 2rem !important;
  text-align: center !important;
  border: 1px solid rgba(176,141,87,0.18) !important;
  border-radius: 2px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}
.philosophy-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06) !important;
}
.philosophy-card h3 {
  font-family: var(--serif) !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #2b2b2d !important;
  margin: 0 0 1rem 0 !important;
  position: relative !important;
  padding-bottom: 1rem !important;
}
.philosophy-card h3::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 32px !important;
  height: 1px !important;
  background: #b08d57 !important;
}
.philosophy-card p {
  font-family: var(--serif) !important;
  font-size: 0.85rem !important;
  line-height: 1.8 !important;
  color: rgba(43,43,45,0.75) !important;
  margin: 0 !important;
}
.process-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 3rem auto !important;
  max-width: 1200px !important;
  padding: 0 1.5rem !important;
}
@media (min-width: 769px) {
  .process-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 2rem 3rem !important; }
}
@media (min-width: 1100px) {
  .process-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 2rem !important; }
}
.process-item {
  padding: 1.75rem 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
  text-align: left !important;
}
@media (min-width: 769px) {
  .process-item { border-bottom: none !important; padding: 0 0 1.5rem 0 !important; }
}
.process-item:last-child { border-bottom: none !important; }
.process-number {
  font-family: var(--serif) !important;
  font-size: 2rem !important;
  font-weight: 300 !important;
  color: #b08d57 !important;
  margin: 0 0 0.6rem 0 !important;
  line-height: 1 !important;
}
.process-item h3 {
  font-family: var(--serif) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #2b2b2d !important;
  margin: 0 0 0.6rem 0 !important;
}
.process-item p {
  font-family: var(--serif) !important;
  font-size: 0.82rem !important;
  line-height: 1.75 !important;
  color: rgba(43,43,45,0.7) !important;
  margin: 0 !important;
}
.stats-section { padding: 3.5rem 1.5rem !important; background: #f4efe7 !important; text-align: center !important; }
.stats-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 2rem !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
@media (min-width: 769px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 1rem !important; }
  .stats-section { padding: 5rem 2rem !important; }
}
.stat-item, .stat {
  text-align: center !important;
  padding: 1rem 0.5rem !important;
}
.stat-item .number, .stat .number, .stat-number {
  font-family: var(--serif) !important;
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 300 !important;
  color: #b08d57 !important;
  margin: 0 0 0.4rem 0 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
}
.stat-item .label, .stat .label, .stat-label {
  font-family: var(--serif) !important;
  font-size: 0.65rem !important;
  font-weight: 500 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: rgba(43,43,45,0.6) !important;
  margin: 0 !important;
}
.testimonials-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  margin: 3rem auto !important;
  max-width: 1100px !important;
  padding: 0 1.5rem !important;
}
@media (min-width: 769px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 2rem !important; }
}
.testimonial-card {
  background: #fff !important;
  padding: 2rem !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 2px !important;
  font-family: var(--serif) !important;
  font-size: 0.9rem !important;
  line-height: 1.75 !important;
  color: rgba(43,43,45,0.85) !important;
  font-style: italic !important;
}


/* === FOOTER VISIBILITY OVERRIDE v1 === */
footer {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: #1a1a1a !important;
  color: rgba(255,255,255,0.55) !important;
  z-index: 1 !important;
}
footer * { visibility: visible !important; opacity: 1 !important; }
footer .footer-contact, footer .footer-contact * { color: inherit !important; }
footer .footer-contact { color: rgba(255,255,255,0.7) !important; }


/* === FOOTER ID-SPECIFICITY OVERRIDE v1 === */
footer, footer#site-footer, #site-footer {
  background: #1a1a1a !important;
  color: rgba(255,255,255,0.55) !important;
  border: 0 !important;
  box-shadow: none !important;
}
footer#site-footer .footer-links a, #site-footer .footer-links a {
  color: rgba(255,255,255,0.55) !important;
  background: transparent !important;
}
footer#site-footer .footer-links a:hover, #site-footer .footer-links a:hover {
  color: #b08d57 !important;
  opacity: 1 !important;
}
footer#site-footer .footer-contact, #site-footer .footer-contact {
  color: rgba(255,255,255,0.7) !important;
}
footer#site-footer .footer-contact a, #site-footer .footer-contact a {
  color: #b08d57 !important;
}
footer#site-footer .footer-legal, #site-footer .footer-legal {
  color: rgba(255,255,255,0.35) !important;
}
