/* ==========================================================================
   Yūwa Theme — Main Stylesheet
   Designed for Yūwa Lakefront Residences by Manbhum
   ========================================================================== */

:root {
  --ink: #1b241f;
  --paper: #ece9e0;
  --mist: #f7f6f0;
  --pine: #1f3a31;
  --pine-deep: #132720;
  --pine-card: #183328;
  --brass: #b18a53;
  --brass-soft: #c9a877;
  --brass-hover: #9c7742;
  --sage: #8b9c8a;
  --line: rgba(31, 58, 49, 0.16);
  --line-soft: rgba(31, 58, 49, 0.09);
  --line-light: rgba(255, 255, 255, 0.12);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Instrument Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --shadow-sm: 0 4px 12px rgba(19, 39, 32, 0.08);
  --shadow-lg: 0 16px 40px rgba(19, 39, 32, 0.22);
  --transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
}

/* Base Reset & Typography */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

/* UI Elements: Eyebrow & Badges */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}

.eyebrow.center::after {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}

/* Action Buttons */
.btn {
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 14px 28px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.2;
}

.btn:focus-visible {
  outline: 2px solid var(--brass-soft);
  outline-offset: 3px;
}

.btn-brass {
  background: var(--brass);
  color: #fff;
  border-color: var(--brass);
}

.btn-brass:hover {
  background: var(--brass-hover);
  border-color: var(--brass-hover);
  color: #fff;
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.btn-ink {
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
}

.btn-ink:hover {
  background: var(--ink);
  color: var(--mist);
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(19, 39, 32, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand .mark {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.brand .sub {
  font-family: var(--sans);
  font-size: 0.59rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass-soft);
  margin-top: 5px;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  max-height: 48px;
  width: auto;
}

/*.nav-links {*/
/*  display: flex;*/
/*  gap: 32px;*/
/*  align-items: center;*/
/*  list-style: none;*/
/*}*/

/*.nav-links a {*/
/*  font-size: 0.875rem;*/
/*  color: rgba(255, 255, 255, 0.84);*/
/*  letter-spacing: 0.01em;*/
/*  position: relative;*/
/*  padding: 4px 0;*/
/*}*/

.nav-links,
.nav-links ul,
.nav-links .menu,
.nav-links-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.nav-links a,
.nav-links li a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.84);
  letter-spacing: 0.01em;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  padding: 4px 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--brass-soft);
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--brass-soft);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Mobile Menu Toggle Button */
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: var(--transition);
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Navigation Drawer */
.mobile-drawer {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 31, 25, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99;
  padding: 30px 24px;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-drawer.is-open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-drawer ul a {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: #fff;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-drawer ul a:hover {
  color: var(--brass-soft);
}

.mobile-drawer .mobile-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--pine-deep);
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-scene svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(19, 39, 32, 0.55) 0%,
    rgba(19, 39, 32, 0.15) 38%,
    rgba(19, 39, 32, 0.35) 68%,
    rgba(19, 39, 32, 0.94) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 80px;
}

.hero .eyebrow {
  color: var(--brass-soft);
}

.hero .eyebrow::before {
  background: var(--brass-soft);
}

.hero h1 {
  font-size: clamp(2.875rem, 6.4vw, 5.5rem);
  color: #fff;
  margin: 24px 0 0;
  max-width: 16ch;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.hero h1 em {
  font-style: italic;
  color: var(--brass-soft);
}

.hero-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1875rem;
  max-width: 52ch;
  margin-top: 24px;
  line-height: 1.65;
}

.price-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 14px 22px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}

.price-chip .amt {
  font-family: var(--serif);
  font-size: 1.95rem;
  color: #fff;
  line-height: 1;
}

.price-chip .amt sup {
  font-size: 0.9rem;
  color: var(--brass-soft);
  top: -0.6em;
  position: relative;
}

.price-chip .det {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.04em;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  padding-left: 16px;
  line-height: 1.45;
}

.hero-tag {
  margin-top: 30px;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass-soft);
  font-weight: 600;
}

.hero-cta {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.hero-rera {
  margin-top: 32px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.52);
  letter-spacing: 0.04em;
}

/* ==========================================================================
   Trust Strip
   ========================================================================== */
.trust {
  background: var(--pine);
  color: #fff;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.trust .since {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.125rem;
  color: var(--brass-soft);
  white-space: nowrap;
}

.trust-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.trust-stats .s .n {
  font-family: var(--serif);
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.1;
}

.trust-stats .s .l {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
}

.trust .rera {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 14px;
  border-radius: 2px;
  white-space: nowrap;
}

/* ==========================================================================
   Section Shell & Headers
   ========================================================================== */
section.block {
  padding: 110px 0;
}

.section-head {
  max-width: 760px;
}

.section-head h2 {
  font-size: clamp(2.125rem, 4.4vw, 3.625rem);
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.section-head h2 em {
  font-style: italic;
  color: var(--brass);
}

.section-head p {
  font-size: 1.125rem;
  color: rgba(27, 36, 31, 0.74);
  margin-top: 20px;
  line-height: 1.65;
  max-width: 60ch;
}

/* ==========================================================================
   Section: Why 88
   ========================================================================== */
.why {
  background: var(--mist);
}

.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  margin-top: 40px;
}

.why-lead {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.4vw, 2.625rem);
  font-weight: 300;
  line-height: 1.2;
}

.why-lead em {
  font-style: italic;
  color: var(--brass);
}

.why p.body {
  margin-top: 24px;
  color: rgba(27, 36, 31, 0.74);
  font-size: 1.0625rem;
  max-width: 48ch;
  line-height: 1.7;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.metric {
  background: var(--mist);
  padding: 34px 30px;
  transition: var(--transition);
}

.metric:hover {
  background: #fff;
}

.metric .n {
  font-family: var(--serif);
  font-size: 2.875rem;
  color: var(--pine);
  line-height: 1;
  font-weight: 300;
}

.metric .n small {
  font-size: 1.25rem;
  color: var(--brass);
}

.metric .l {
  font-size: 0.8125rem;
  color: rgba(27, 36, 31, 0.7);
  margin-top: 12px;
  line-height: 1.45;
}

/* ==========================================================================
   Section: Amenities
   ========================================================================== */
.amen {
  background: var(--pine-deep);
  color: #fff;
}

.amen .section-head h2 {
  color: #fff;
}

.amen .section-head .eyebrow {
  color: var(--brass-soft);
}

.amen .section-head .eyebrow::before {
  background: var(--brass-soft);
}

.amen .section-head p {
  color: rgba(255, 255, 255, 0.7);
}

.amen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
  margin-top: 60px;
}

.acard {
  background: var(--pine-deep);
  padding: 40px 34px;
  transition: var(--transition);
  position: relative;
}

.acard:hover {
  background: var(--pine-card);
  transform: translateY(-2px);
}

.acard .idx {
  font-family: var(--serif);
  font-size: 0.8125rem;
  color: var(--brass-soft);
  letter-spacing: 0.08em;
}

.acard .ico {
  margin: 22px 0 20px;
  color: var(--brass-soft);
  display: flex;
  align-items: center;
}

.acard .ico svg {
  stroke-width: 1.4;
}

.acard h3 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}

.acard p {
  font-size: 0.906rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 12px;
  line-height: 1.55;
}

/* ==========================================================================
   Section: Floor Plans
   ========================================================================== */
.plans {
  background: var(--paper);
}

.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 60px;
}

.plan {
  border: 1px solid var(--line);
  background: var(--mist);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.plan:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(31, 58, 49, 0.28);
}

.plan-visual {
  aspect-ratio: 16 / 11;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 27px, var(--line-soft) 27px, var(--line-soft) 28px),
    repeating-linear-gradient(90deg, transparent, transparent 27px, var(--line-soft) 27px, var(--line-soft) 28px),
    var(--mist);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.plan-visual img.plan-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
}

.plan-visual .schematic {
  width: 64%;
  height: 64%;
  border: 1.5px solid var(--sage);
  position: relative;
  opacity: 0.9;
}

.plan-visual .schematic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 38%;
  width: 58%;
  height: 1.5px;
  background: var(--sage);
}

.plan-visual .schematic::after {
  content: "";
  position: absolute;
  left: 58%;
  top: 0;
  height: 62%;
  width: 1.5px;
  background: var(--sage);
}

.plan-visual .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  background: var(--paper);
  padding: 6px 12px;
  border: 1px solid var(--line);
  font-weight: 600;
}

.plan-body {
  padding: 30px 32px 34px;
}

.plan-body h3 {
  font-size: 1.625rem;
  font-weight: 400;
}

.plan-body .facing {
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 8px;
  font-weight: 600;
}

.plan-specs {
  margin: 22px 0;
  border-top: 1px solid var(--line);
}

.plan-specs div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.906rem;
}

.plan-specs div span:first-child {
  color: rgba(27, 36, 31, 0.65);
}

.plan-specs div span:last-child {
  font-weight: 600;
}

.plan-specs .price span:last-child {
  font-family: var(--serif);
  color: var(--pine);
  font-size: 1.125rem;
}

/* ==========================================================================
   Section: Gallery
   ========================================================================== */
.gallery {
  background: var(--mist);
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 12px;
  margin-top: 56px;
}

.gtile {
  background: linear-gradient(135deg, #dfe1d6, #c7cdbe);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  background-size: cover !important;
  background-position: center !important;
  transition: var(--transition);
}

.gtile::after {
  content: attr(data-label);
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(27, 36, 31, 0.75);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  padding: 4px 10px;
  border-radius: 2px;
  transition: var(--transition);
}

.gtile:hover {
  transform: scale(1.015);
  z-index: 2;
  box-shadow: var(--shadow-sm);
}

.gtile:hover::after {
  background: var(--pine-deep);
  color: #fff;
}

.gtile.wide {
  grid-column: span 2;
}

.gtile.tall {
  grid-row: span 2;
}

.gtile.g2 {
  background: linear-gradient(135deg, #cdd6d0, #aebbb0);
}

.gtile.g3 {
  background: linear-gradient(135deg, #d9d2c4, #c3b8a2);
}

.gtile.g4 {
  background: linear-gradient(135deg, #c6cfd2, #a9b6ba);
}

/* ==========================================================================
   Section: Location
   ========================================================================== */
.loc {
  background: var(--pine);
  color: #fff;
}

.loc .section-head h2 {
  color: #fff;
}

.loc .section-head .eyebrow {
  color: var(--brass-soft);
}

.loc .section-head .eyebrow::before {
  background: var(--brass-soft);
}

.loc-key {
  display: flex;
  margin: 52px 0 60px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.loc-key .k {
  flex: 1;
  padding: 26px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.loc-key .k:last-child {
  border-right: none;
}

.loc-key .k .t {
  font-family: var(--serif);
  font-size: 1.625rem;
  color: var(--brass-soft);
  line-height: 1;
}

.loc-key .k .d {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 6px;
  letter-spacing: 0.03em;
}

.conn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 56px;
}

.conn h4 {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-soft);
  font-family: var(--sans);
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 16px;
}

.conn ul {
  list-style: none;
}

.conn li {
  font-size: 0.906rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.conn li::before {
  content: "•";
  color: var(--brass-soft);
  font-size: 1.1em;
}

/* ==========================================================================
   Section: Specifications
   ========================================================================== */
.specs {
  background: var(--paper);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 56px;
}

.spec {
  background: var(--paper);
  padding: 36px 32px;
}

.spec h4 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--pine);
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.spec ul {
  list-style: none;
}

.spec li {
  font-size: 0.875rem;
  color: rgba(27, 36, 31, 0.76);
  padding: 8px 0 8px 18px;
  position: relative;
  line-height: 1.5;
}

.spec li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  background: var(--brass-soft);
  border-radius: 50%;
}

/* ==========================================================================
   Section: Builder
   ========================================================================== */
.builder {
  background: var(--pine-deep);
  color: #fff;
}

.builder-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.builder-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.builder-stats .b {
  background: var(--pine-deep);
  padding: 34px 30px;
}

.builder-stats .b .n {
  font-family: var(--serif);
  font-size: 2.625rem;
  color: var(--brass-soft);
  font-weight: 300;
  line-height: 1;
}

.builder-stats .b .l {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 12px;
  line-height: 1.45;
}

.builder-txt .eyebrow {
  color: var(--brass-soft);
}

.builder-txt .eyebrow::before {
  background: var(--brass-soft);
}

.builder-txt h2 {
  font-size: clamp(1.875rem, 3.8vw, 3rem);
  color: #fff;
  margin: 22px 0 24px;
  font-weight: 300;
}

.builder-txt h2 em {
  font-style: italic;
  color: var(--brass-soft);
}

.builder-txt p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  margin-bottom: 16px;
  line-height: 1.7;
}

.builder-txt .verify {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 22px;
  letter-spacing: 0.03em;
}

/* ==========================================================================
   Section: FAQ (Interactive Accordion)
   ========================================================================== */
.faq {
  background: var(--mist);
}

.faq-list {
  margin-top: 52px;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  transition: var(--transition);
}

.faq-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-item .q-mark {
  font-family: var(--serif);
  font-style: italic;
  color: var(--brass);
  font-size: 1.25rem;
  line-height: 1;
}

.faq-item h3 {
  font-size: 1.3125rem;
  font-weight: 400;
  margin: 0;
  color: var(--ink);
  transition: var(--transition);
}

.faq-header:hover h3 {
  color: var(--brass-hover);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--pine);
  transition: transform 0.3s ease, background 0.2s ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background: var(--pine);
  color: #fff;
  border-color: var(--pine);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  opacity: 0;
  padding-left: 48px;
}

.faq-item.is-open .faq-body {
  max-height: 400px;
  opacity: 1;
  padding-top: 14px;
  padding-bottom: 8px;
}

.faq-item p {
  font-size: 0.97rem;
  color: rgba(27, 36, 31, 0.72);
  line-height: 1.65;
  max-width: 74ch;
}

/* ==========================================================================
   Section: Final CTA & Integrated Contact / Site Visit Form
   ========================================================================== */
.final {
  position: relative;
  background: var(--pine-deep);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.final-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.45;
}

.final-scene svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final .wrap {
  position: relative;
  z-index: 2;
  padding: 110px 40px;
}

.final .eyebrow {
  color: var(--brass-soft);
  justify-content: center;
}

.final .eyebrow::before {
  background: var(--brass-soft);
}

.final h2 {
  font-size: clamp(2.25rem, 5vw, 4.125rem);
  color: #fff;
  margin: 24px 0 20px;
  font-weight: 300;
}

.final h2 em {
  font-style: italic;
  color: var(--brass-soft);
}

.final p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.125rem;
  max-width: 50ch;
  margin: 0 auto 36px;
}

.final-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.final .phone {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: #fff;
}

.final .phone a {
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
}

.final .phone a:hover {
  color: var(--brass-soft);
  border-color: var(--brass-soft);
}

/* Embedded Form Box within Final Section */
.visit-form-container {
  max-width: 680px;
  margin: 48px auto 0;
  background: rgba(19, 39, 32, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  padding: 40px;
  text-align: left;
  box-shadow: var(--shadow-lg);
}

.visit-form-container h3 {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 8px;
}

.visit-form-container p.form-desc {
  font-size: 0.906rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 26px;
  line-height: 1.5;
}

/* Contact Form Grid & Inputs */
.yuwa-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.yuwa-contact-form .form-group.full {
  grid-column: span 2;
}

.yuwa-contact-form label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass-soft);
  margin-bottom: 6px;
  font-weight: 600;
}

.yuwa-contact-form input[type="text"],
.yuwa-contact-form input[type="email"],
.yuwa-contact-form input[type="tel"],
.yuwa-contact-form input[type="date"],
.yuwa-contact-form select,
.yuwa-contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.9375rem;
  border-radius: 2px;
  transition: var(--transition);
}

.yuwa-contact-form input:focus,
.yuwa-contact-form select:focus,
.yuwa-contact-form textarea:focus {
  outline: none;
  border-color: var(--brass);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px var(--brass);
}

.yuwa-contact-form select option {
  background: var(--pine-deep);
  color: #fff;
}

.yuwa-contact-form textarea {
  resize: vertical;
  min-height: 80px;
}

/* Anti-spam honeypot */
.yuwa-honey {
  display: none !important;
  visibility: hidden !important;
}

/* Submit status message */
.form-feedback {
  grid-column: span 2;
  padding: 14px 18px;
  border-radius: 2px;
  font-size: 0.875rem;
  display: none;
  line-height: 1.5;
}

.form-feedback.success {
  display: block;
  background: rgba(62, 142, 102, 0.2);
  border: 1px solid #48b884;
  color: #aff5d0;
}

.form-feedback.error {
  display: block;
  background: rgba(180, 50, 50, 0.2);
  border: 1px solid #e06060;
  color: #ffd0d0;
}

/* ==========================================================================
   Contact Modal / Site Visit Popup
   ========================================================================== */
.yuwa-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 18, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.yuwa-modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.yuwa-modal {
  background: var(--pine-deep);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px 36px 40px;
  position: relative;
  box-shadow: var(--shadow-lg);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.yuwa-modal-overlay.is-active .yuwa-modal {
  transform: translateY(0);
}

.yuwa-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  transition: var(--transition);
}

.yuwa-modal-close:hover {
  color: #fff;
}

.yuwa-modal-header {
  margin-bottom: 24px;
}

.yuwa-modal-header h3 {
  font-size: 1.85rem;
  color: #fff;
}

.yuwa-modal-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.906rem;
  margin-top: 6px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer.site-footer {
  background: #0f1f19;
  color: rgba(255, 255, 255, 0.6);
  padding: 70px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.foot-brand .mark {
  font-family: var(--serif);
  font-size: 1.875rem;
  color: #fff;
}

.foot-brand .sub {
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass-soft);
  margin: 6px 0 18px;
}

.foot-brand p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
}

.foot-col h5 {
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-soft);
  margin-bottom: 18px;
  font-weight: 600;
}

.foot-col a {
  display: block;
  font-size: 0.875rem;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.75);
  transition: var(--transition);
}

.foot-col a:hover {
  color: #fff;
  padding-left: 3px;
}

.foot-bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}

.foot-bottom a {
  color: rgba(255, 255, 255, 0.6);
}

.foot-bottom a:hover {
  color: #fff;
}
