/* ─── SITE.CSS — TriJax UV Shared Styles ─────────────────────── */

/* ─── BASE ─── */
body {
  font-family: "Manrope", system-ui, sans-serif;
  background: #faf7f2;
  color: #1a1a1a;
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Newsreader", Georgia, serif;
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: #c6a664;
}
/* ─── UTILITIES ─── */
.gold-gradient {
  background: linear-gradient(135deg, #c6a664, #d4bc82);
}
.gold-text {
  color: #c6a664;
}
.text-gradient {
  background: linear-gradient(135deg, #c6a664, #a8884a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-pad {
  padding: 5rem 1.5rem;
}
@media (min-width: 768px) {
  .section-pad {
    padding: 6.5rem 2.5rem;
  }
}

section[id] {
  scroll-margin-top: 6.5rem;
}

.gold-divider {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, #c6a664, #d4bc82);
}

.section-label {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9b9590;
}

/* ─── REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.12s;
}
.reveal-delay-2 {
  transition-delay: 0.24s;
}
.reveal-delay-3 {
  transition-delay: 0.36s;
}

/* ─── NAVBAR ─── */
.site-nav {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .site-nav {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.nav-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  color: rgba(232, 208, 154, 0.96);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  transition:
    color 0.35s ease,
    text-shadow 0.35s ease;
  padding: 16px 0;
}
.nav-tagline {
  display: block;
  color: rgb(255, 250, 242);
  font-size: 6.5px;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  transition: color 0.35s ease;
  margin-top: 3px;
  font-family: Newsreader, Georgia, serif;
}
.nav-scrolled .nav-tagline {
  color: rgb(26, 26, 26);
  text-shadow: rgba(0, 0, 0, 0.2);
}
.nav-brand-logo-stack {
  position: relative;
  display: block;
}
.nav-brand-logo {
  display: block;
  width: auto;
  height: clamp(3.2rem, 10vw, 3.6rem);
  max-width: min(70vw, 18rem);
  object-fit: contain;
  transition:
    filter 0.35s ease,
    opacity 0.35s ease;
}
.nav-brand-logo--default {
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.2));
}
.nav-brand-logo--scrolled {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 6px 16px rgba(84, 67, 31, 0.12));
}
.nav-scrolled {
  background: #faf7f2;
  border-bottom: 1px solid #e8e0d2;
  box-shadow: 0 18px 38px -34px rgba(26, 26, 26, 0.22);
}
.nav-links {
  transition: color 0.4s ease;
}
.nav-link {
  color: rgba(255, 250, 242, 0.92);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition:
    color 0.35s ease,
    text-shadow 0.35s ease;
}
.nav-link:hover {
  color: #ffffff;
}
.nav-cta {
  box-shadow: 0 22px 46px -34px rgba(0, 0, 0, 0.38);
}
.mobile-nav-toggle {
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
}
.nav-scrolled .nav-brand {
  color: #a8884a;
  text-shadow: none;
}
.nav-scrolled .nav-brand-logo--default {
  opacity: 0;
}
.nav-scrolled .nav-brand-logo--scrolled {
  opacity: 1;
}
.nav-scrolled .nav-link {
  color: #6b6560;
  text-shadow: none;
}
.nav-scrolled .nav-link:hover {
  color: #1a1a1a;
}
.nav-link[aria-current="page"],
.nav-link.current-menu-item,
.nav-link.current-menu-parent,
.nav-link.current-menu-ancestor {
  color: #d4bc82;
}
.nav-scrolled .nav-link[aria-current="page"],
.nav-scrolled .nav-link.current-menu-item,
.nav-scrolled .nav-link.current-menu-parent,
.nav-scrolled .nav-link.current-menu-ancestor {
  color: #a8884a;
  text-shadow: none;
}
.nav-scrolled .nav-cta {
  box-shadow: 0 22px 46px -30px rgba(168, 136, 74, 0.38);
}
.nav-scrolled .mobile-nav-toggle {
  color: #1a1a1a;
  background: #faf7f2;
  border-color: #e8e0d2;
}
/* ─── LINK HOVER ─── */
.link-hover {
  position: relative;
}
.link-hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #c6a664;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.link-hover:hover::after {
  width: 100%;
}

/* ─── NAV DROPDOWN ─── */
.nav-dropdown-wrapper {
  position: relative;
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 14rem;
  background: #faf7f2;
  border: 1px solid #e8e0d2;
  box-shadow: 0 20px 48px -20px rgba(26, 26, 26, 0.18);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
  z-index: 60;
}
.nav-dropdown-wrapper:hover .nav-dropdown-menu,
.nav-dropdown-wrapper:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-item {
  display: block;
  padding: 0.85rem 1.25rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #6b6560;
  transition:
    color 0.2s ease,
    background 0.2s ease;
  white-space: nowrap;
}
.nav-dropdown-item + .nav-dropdown-item {
  border-top: 1px solid #e8e0d2;
}
.nav-dropdown-item:hover {
  color: #c6a664;
  background: rgba(198, 166, 100, 0.06);
}
.nav-dropdown-item[aria-current="page"],
.nav-dropdown-item.current-menu-item,
.nav-dropdown-item.current_page_item {
  color: #c6a664;
  font-weight: 600;
  background: rgba(198, 166, 100, 0.06);
}
.nav-dropdown-note,
.nav-mobile-note {
  display: block;
  color: #9b9590;
  font-style: italic;
  pointer-events: none;
}
.nav-dropdown-note {
  padding: 0.8rem 1.25rem;
  border-top: 1px solid #e8e0d2;
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
}
.nav-dropdown-subtext {
  display: block;
  margin-top: 0.25rem;
  color: #9b9590;
  font-size: 0.68rem;
  font-style: normal;
  line-height: 1.45;
  white-space: normal;
}
.nav-mobile-note {
  padding: 0.35rem 0;
  font-size: 0.8rem;
}
.nav-dropdown-chevron {
  transition: transform 0.22s ease;
}
.nav-dropdown-wrapper:hover .nav-dropdown-chevron {
  transform: rotate(180deg);
}
.nav-dropdown-wrapper button.nav-link {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#mobile-menu a[aria-current="page"],
#mobile-menu a.current-menu-item,
#mobile-menu a.current_page_item {
  color: #c6a664;
  font-weight: 600;
}
#mobile-menu a[aria-current="page"].text-white,
#mobile-menu a.current-menu-item.text-white,
#mobile-menu a.current_page_item.text-white {
  color: #ffffff;
}
.nav-mobile-svc-toggle[aria-current="page"],
.nav-mobile-svc-toggle.current-menu-item,
.nav-mobile-svc-toggle.current-menu-parent,
.nav-mobile-svc-toggle.current-menu-ancestor {
  color: #c6a664;
  font-weight: 600;
}
/* The "Quote & Book Instantly" CTA has a gold-gradient background — keep
   its text charcoal even when active. */
.nav-cta[aria-current="page"],
#mobile-menu a.gold-gradient[aria-current="page"],
.nav-cta.current-menu-item,
#mobile-menu a.gold-gradient.current-menu-item {
  color: #1a1a1a !important;
}

/* On touch devices :hover sticks after a tap, making a tapped item look
   "selected" alongside the already-active page item. Reset hover colour
   for all mobile-menu links and toggles on pointer:coarse / no-hover
   devices so only the active class drives the gold active state. */
@media (hover: none) {
  .nav-mobile-svc-toggle:hover,
  #mobile-menu a:hover {
    color: inherit;
  }
}

/* ─── FLYOUT SUBMENU ─── */
.nav-flyout-wrapper {
  position: relative;
}
.nav-flyout-menu {
  position: absolute;
  left: 100%;
  top: -4px;
  min-width: 15rem;
  background: #faf7f2;
  border: 1px solid #e8e0d2;
  box-shadow: 0 20px 48px -20px rgba(26, 26, 26, 0.18);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
  z-index: 70;
}
.nav-flyout-wrapper:hover .nav-flyout-menu,
.nav-flyout-wrapper:focus-within .nav-flyout-menu {
  opacity: 1;
  visibility: visible;
}
.nav-flyout-item {
  display: block;
  padding: 0.75rem 1.25rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #6b6560;
  transition:
    color 0.2s ease,
    background 0.2s ease;
  white-space: nowrap;
}
.nav-flyout-item + .nav-flyout-item {
  border-top: 1px solid #e8e0d2;
}
.nav-flyout-item:hover {
  color: #c6a664;
  background: rgba(198, 166, 100, 0.06);
}
.nav-has-flyout {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

/* ─── HERO COPY (all hero sections) ─── */
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-kicker {
  color: rgba(250, 247, 242, 0.78);
}
.hero-title {
  color: #fffaf2;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.hero-highlight {
  color: #d8bb7a;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
}
.hero-summary {
  color: rgba(250, 247, 242, 0.88);
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
}

/* ─── SERVICE HERO (layout only — bg-image set per page) ─── */
.service-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1a1a;
}
.service-hero-bg {
  position: absolute;
  inset: -2%;
  background-image: url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1920&q=80");
  background-size: cover;
  background-position: center;
  filter: saturate(0.72) brightness(0.5);
}
.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.76) 0%, rgba(18, 14, 10, 0.48) 48%, rgba(18, 14, 10, 0.24) 100%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.46) 0%, rgba(18, 14, 10, 0.08) 50%, rgba(18, 14, 10, 0.4) 100%);
  z-index: 1;
}

/* ─── EDITORIAL PAGES ─── */
.about-hero,
.legal-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1a1a;
}
.about-hero::before,
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.8) 0%, rgba(18, 14, 10, 0.5) 52%, rgba(18, 14, 10, 0.22) 100%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.4) 0%, rgba(18, 14, 10, 0.16) 50%, rgba(18, 14, 10, 0.48) 100%);
  z-index: 1;
}
.about-hero-bg,
.legal-hero-bg {
  position: absolute;
  inset: -2%;
  background-size: cover;
  background-position: center;
}
.about-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1920&q=80");
  filter: saturate(0.65) brightness(0.44);
}
.legal-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=1920&q=80");
  filter: saturate(0.4) brightness(0.36);
}
.section-wash {
  background:
    radial-gradient(circle at top left, rgba(212, 188, 130, 0.12), transparent 30%),
    linear-gradient(180deg, #fdfbf7, #f6efe4);
}
.about-signature-band {
  display: grid;
  gap: 1.35rem;
}
.about-signature-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 166, 100, 0), rgba(198, 166, 100, 0.75), rgba(198, 166, 100, 0));
}
.about-signature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}
.about-signature-kicker {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a8884a;
  margin-bottom: 0.7rem;
}
.about-signature-copy {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: #6b6560;
}
.about-story-copy {
  position: relative;
  padding: 2rem 0 0 1.7rem;
}
.about-story-copy::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 1px;
  height: calc(100% - 0.55rem);
  background: linear-gradient(180deg, rgba(198, 166, 100, 0.75), rgba(198, 166, 100, 0.06));
}
.about-story-copy::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.2rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #c6a664;
  box-shadow: 0 0 0 6px rgba(198, 166, 100, 0.12);
}
.about-story-emphasis {
  margin-top: 1.4rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 300;
  line-height: 1.4;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.story-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(232, 224, 210, 0.9);
}
.story-step:last-child {
  border-bottom: 1px solid rgba(232, 224, 210, 0.9);
}
.story-step-index {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 300;
  color: #c6a664;
  line-height: 1;
}
.promise-panel {
  background:
    radial-gradient(circle at top left, rgba(212, 188, 130, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff, #fbf8f2);
  border: 1px solid #e8e0d2;
  box-shadow: 0 28px 72px -44px rgba(26, 26, 26, 0.18);
  padding: 2.5rem;
}
.about-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(232, 224, 210, 0.95);
  box-shadow: 0 24px 54px -40px rgba(26, 26, 26, 0.15);
  padding: 1.7rem;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.about-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 188, 130, 0.92);
  box-shadow: 0 28px 68px -38px rgba(168, 136, 74, 0.2);
}
.about-service-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(198, 166, 100, 0.26);
  background: rgba(198, 166, 100, 0.08);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a8884a;
}
.about-side-note {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  border-left: 2px solid rgba(198, 166, 100, 0.7);
  background: linear-gradient(90deg, rgba(198, 166, 100, 0.08), rgba(198, 166, 100, 0));
}

/* ─── LEGAL PAGE ─── */
.legal-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.legal-overview-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 242, 0.94));
  border: 1px solid #e8e0d2;
  box-shadow: 0 20px 50px -36px rgba(26, 26, 26, 0.16);
  padding: 1.5rem 1.35rem;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.legal-overview-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(198, 166, 100, 0), rgba(198, 166, 100, 0.65), rgba(198, 166, 100, 0));
}
.legal-overview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 188, 130, 0.7);
  box-shadow: 0 28px 60px -38px rgba(168, 136, 74, 0.2);
}
.legal-overview-kicker {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a8884a;
  margin-bottom: 0.8rem;
}
.legal-overview-copy {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.8;
  color: #6b6560;
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.legal-sidebar {
  position: relative;
}
.legal-sidebar-card {
  position: sticky;
  top: 7.5rem;
  background: linear-gradient(180deg, #fff, #fcfaf6);
  border: 1px solid #e8e0d2;
  box-shadow: 0 22px 52px -38px rgba(26, 26, 26, 0.16);
  padding: 1.5rem;
}
.legal-jump-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.legal-jump-list li {
  border-bottom: 1px solid rgba(232, 224, 210, 0.6);
}
.legal-jump-list li:last-child {
  border-bottom: none;
}
.legal-jump-list a {
  display: block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b6560;
  padding: 0.6rem 0 0.6rem 0.75rem;
  border-left: 2px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    padding-left 0.2s ease;
}
.legal-jump-list a:hover {
  color: #c6a664;
  border-left-color: #c6a664;
  padding-left: 1rem;
}
.legal-contact-card {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(232, 224, 210, 0.9);
}
.legal-inline-link {
  color: #a8884a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(168, 136, 74, 0.3);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}
.legal-inline-link:hover {
  text-decoration-color: rgba(168, 136, 74, 0.9);
}
.legal-content {
  display: grid;
  gap: 1.25rem;
}
.legal-card {
  background: #ffffff;
  border: 1px solid #e8e0d2;
  box-shadow: 0 24px 56px -42px rgba(26, 26, 26, 0.15);
  padding: 2rem 1.75rem;
  position: relative;
}
.legal-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 166, 100, 0), rgba(198, 166, 100, 0.8), rgba(198, 166, 100, 0));
}
.legal-sub-heading {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  padding-top: 0.25rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(198, 166, 100, 0.3);
}
.legal-copy {
  display: grid;
  gap: 1rem;
}
.legal-copy p {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.95;
  color: #6b6560;
}
.legal-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
.legal-copy ul li {
  position: relative;
  padding-left: 1.1rem;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.75;
  color: #6b6560;
}
.legal-copy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c6a664;
}
.legal-note-box {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(198, 166, 100, 0.3);
  border-left: 3px solid rgba(198, 166, 100, 0.7);
  background: linear-gradient(135deg, rgba(198, 166, 100, 0.08), rgba(212, 188, 130, 0.03));
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.75;
  color: #5e5348;
}
.legal-contact-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.25rem;
}
.legal-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #1a1a1a;
  transition: color 0.2s ease;
}
a.legal-contact-item:hover {
  color: #a8884a;
}

@media (max-width: 1023px) {
  .about-signature-grid,
  .legal-overview-grid {
    grid-template-columns: 1fr 1fr;
  }
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-sidebar-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .about-signature-grid,
  .legal-overview-grid {
    grid-template-columns: 1fr;
  }
  .promise-panel,
  .legal-card,
  .legal-sidebar-card,
  .about-service-card,
  .legal-overview-card {
    padding: 1.35rem;
  }
  .about-story-copy {
    padding-left: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .legal-card {
    padding: 2.5rem 2.25rem;
  }
  .legal-sidebar-card {
    padding: 2rem;
  }
  .legal-content {
    gap: 1.5rem;
  }
}

/* ─── CHECKLIST CARD ─── */
.checklist-card {
  background: #faf7f2;
  border: 1px solid #e8e0d2;
  padding: 2rem;
}
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(232, 224, 210, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  color: #1a1a1a;
  font-weight: 500;
}
.checklist-item:last-child {
  border-bottom: none;
}
.checklist-dot {
  margin-top: 0.5em;
  width: 6px;
  height: 6px;
  background: #c6a664;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ─── FORM VALIDATION ─── */
.tj-error {
  border-color: #d94040 !important;
  outline: none !important;
  box-shadow: none !important;
}
.g-recaptcha.tj-error {
  border-color: transparent !important;
}
.tj-error-msg {
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #d94040;
  letter-spacing: 0.01em;
  margin-top: 0.4rem;
  line-height: 1.4;
}
.tj-error-msg[hidden] {
  display: none;
}
.tj-recaptcha-error {
  margin-top: 0.65rem;
  color: #d94040;
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.tj-recaptcha-error[hidden] {
  display: none !important;
}

.tj-success {
  padding: 1.25rem 1.75rem;
  background: linear-gradient(135deg, rgba(198, 166, 100, 0.12), rgba(212, 188, 130, 0.06));
  border: 1px solid rgba(198, 166, 100, 0.4);
  color: #1a1a1a;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: none;
  margin-top: 1.5rem;
}
.tj-success.visible {
  display: block;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #faf7f2;
}
::-webkit-scrollbar-thumb {
  background: #d4bc82;
}

/* ─── SKIP LINK ─── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 10000;
  padding: 0.6rem 1.25rem;
  background: #1a1a1a;
  color: #faf7f2;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  transition: top 0.15s ease;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid #c6a664;
  outline-offset: 2px;
}

/* ─── FOCUS VISIBLE ─── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #c6a664;
  outline-offset: 2px;
}

/* ─── UTILITY ─── */
.no-transition {
  transition: none !important;
}

/* ─── GOLD UTILITIES ─── */
.gold-border {
  border-color: #d4bc82;
}
.gold-divider-long {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c6a664, transparent);
}

/* ─── PREMIUM CARD ─── */
.premium-card {
  background: #fff;
  border: 1px solid #f0ebe1;
  padding: 2.5rem;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.premium-card:hover {
  box-shadow: 0 24px 64px -16px rgba(198, 166, 100, 0.18);
  border-color: #d4bc82;
  transform: translateY(-4px);
}

/* ─── CALCULATOR ─── */
.calculator-card {
  background: linear-gradient(180deg, #fff, #fcfaf6);
  border: 1px solid #f0ebe1;
  box-shadow: 0 24px 60px -24px rgba(26, 26, 26, 0.12);
}
.calculator-output {
  background: linear-gradient(135deg, rgba(198, 166, 100, 0.09), rgba(212, 188, 130, 0.16));
  border: 1px solid rgba(198, 166, 100, 0.22);
}
.calculator-addon {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  border: 1px solid #e8e0d2;
  background: rgba(250, 247, 242, 0.8);
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}
.calculator-addon:has(input:checked) {
  border-color: #d4bc82;
  background: rgba(198, 166, 100, 0.08);
}

/* ─── FORM SELECT (shared) ─── */
select.form-select {
  width: 100%;
  border: 1px solid #e8e0d2;
  background: rgba(250, 247, 242, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C6A664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding: 1rem 2.75rem 1rem 1.25rem;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #1a1a1a;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}
select.form-select:focus {
  outline: none;
  border-color: #c6a664;
  box-shadow: 0 0 0 1px rgba(198, 166, 100, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C6A664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");
}
input[type="date"].form-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C6A664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  font-family: inherit;
  padding-right: 2.75rem;
  min-height: 3.5rem;
}
input[type="date"].form-select::-webkit-date-and-time-value {
  text-align: left;
}
input[type="date"].form-select::-webkit-inner-spin-button,
input[type="date"].form-select::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"].form-select::-webkit-calendar-picker-indicator {
  display: none;
}

/* ─── QUOTE EMBED (index.php — full-height form) ─── */
#quote-success {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.quote-embed-card {
  background: linear-gradient(180deg, #fff, #fcfaf6);
  border: 1px solid #e8e0d2;
  box-shadow: 0 28px 60px -36px rgba(26, 26, 26, 0.16);
  padding: 0.75rem;
  overflow: visible;
}
.quote-embed-frame {
  display: block;
  width: 100%;
  height: 4300px;
  border: 0;
  background: #fff;
  overflow: hidden;
}
.booking-embed-page {
  overflow-anchor: none;
}
.booking-embed-page #quote,
.booking-embed-page .quote-embed-card,
.booking-embed-page .quote-embed-frame {
  overflow-anchor: none;
  overscroll-behavior: contain;
}
.booking-embed-page .quote-embed-frame {
  height: 4050px;
}
@media (max-width: 767px) {
  .quote-embed-card {
    padding: 0.4rem;
  }
  .quote-embed-frame {
    min-height: 5400px;
    height: 5400px;
  }
  .booking-embed-page .quote-embed-frame {
    min-height: 6800px;
    height: 6800px;
  }
}

/* ─── IMAGE ZOOM ─── */
.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.img-zoom:hover img {
  transform: scale(1.04);
}

/* ─── HERO VIDEO ─── */
.hero-video-shell {
  position: relative;
  overflow: hidden;
  background: #d9d3c8;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.92);
}
.hero-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(18, 14, 10, 0.7) 0%,
      rgba(18, 14, 10, 0.52) 34%,
      rgba(18, 14, 10, 0.18) 68%,
      rgba(18, 14, 10, 0.28) 100%
    ),
    linear-gradient(180deg, rgba(18, 14, 10, 0.62) 0%, rgba(18, 14, 10, 0.14) 42%, rgba(18, 14, 10, 0.42) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 140px rgba(0, 0, 0, 0.24),
    inset 0 0 100px rgba(255, 255, 255, 0.03);
  z-index: 1;
  pointer-events: none;
}
.feeling-emphasis {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.95rem 0 0.95rem 1.35rem;
  border-left: 1px solid rgba(198, 166, 100, 0.42);
}
.feeling-emphasis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 166, 100, 0.88), rgba(198, 166, 100, 0));
}
.feeling-emphasis p {
  color: #544f49;
}
.hero-outline-button {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
}
.hero-outline-button:hover {
  background: rgba(255, 255, 255, 0.14);
}
.hero-trust-strip {
  border-top-color: rgba(255, 255, 255, 0.18);
}
.hero-stat-value {
  color: #dec689;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.hero-stat-label {
  color: rgba(250, 247, 242, 0.66);
}
.hero-play-button {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.15rem;
  background: rgba(26, 26, 26, 0.64);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.hero-play-button:hover {
  background: rgba(26, 26, 26, 0.78);
  border-color: rgba(255, 255, 255, 0.34);
}
.hero-video-note {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  max-width: 23rem;
  padding: 0.85rem 1rem;
  background: rgba(250, 247, 242, 0.72);
  color: #6b6560;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hero-play-button,
  .hero-video-note {
    left: 1rem;
    right: 1rem;
  }
  .hero-play-button {
    justify-content: center;
    bottom: 1rem;
  }
  .hero-video-note {
    bottom: 4.8rem;
    max-width: none;
  }
}

/* ─── REVEAL VARIANTS ─── */
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition:
    opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition:
    opacity 1s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .reveal-left,
  .reveal-right {
    transform: translateY(28px);
  }
  .reveal-left.visible,
  .reveal-right.visible {
    transform: translateY(0);
  }
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}
.reveal-delay-4 {
  transition-delay: 0.48s;
}
.reveal-delay-5 {
  transition-delay: 0.6s;
}

/* ─── SCROLL TOGGLE ─── */
.scroll-toggle {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  background: rgba(250, 247, 242, 0.76);
  color: #1a1a1a;
  border: 1px solid rgba(212, 188, 130, 0.32);
  box-shadow: 0 24px 48px -30px rgba(26, 26, 26, 0.38);
  backdrop-filter: blur(18px);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.scroll-toggle:hover {
  transform: translateY(-3px);
  background: rgba(250, 247, 242, 0.92);
}
.scroll-toggle[data-direction="down"] {
  background: rgba(18, 14, 10, 0.24);
  color: rgba(255, 250, 242, 0.96);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 48px -30px rgba(0, 0, 0, 0.28);
}
.scroll-toggle[data-direction="down"]:hover {
  background: rgba(18, 14, 10, 0.34);
}
@media (max-width: 768px) {
  .scroll-toggle {
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
  }
}

/* ─── RIBBON ─── */
.ribbon {
  position: absolute;
  top: 1.5rem;
  right: -0.5rem;
  background: linear-gradient(135deg, #c6a664, #a8884a);
  color: #fff;
  padding: 0.3rem 1.2rem;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
}
.ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border: 0.25rem solid transparent;
  border-top-color: #8a7040;
  border-right-color: #8a7040;
}

/* ─── PARALLAX ─── */
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* iOS Safari / touch devices don't support background-attachment:fixed
   inside scrollable containers — fall back to JS-driven scroll parallax.
   Image is sized taller than the element so the JS offset never exposes
   empty space at the edges. */
@media (hover: none) {
  .parallax-bg {
    background-attachment: scroll;
    background-size: 100% 160%;
  }
}
.parallax-section {
  position: relative;
  overflow: hidden;
}
.parallax-layer {
  position: absolute;
  inset: -20%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

/* ─── GRAIN TEXTURE ─── */
.grain-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

/* ─── TILT CARD ─── */
.tilt-card {
  transform-style: preserve-3d;
  perspective: 1000px;
}
.tilt-card:hover {
  transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-6px);
}

/* ─── FLOATING PARTICLES ─── */
@keyframes float-particle {
  0%,
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  50% {
    transform: translateY(-120px) translateX(30px) scale(1.5);
  }
}
.floating-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(198, 166, 100, 0.85);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(198, 166, 100, 0.6);
  animation: float-particle 6s ease-in-out infinite;
}

/* ─── COUNTER / SECTION DIVIDER / CLIP REVEAL / H-SCROLL ─── */
.counter-animated {
  display: inline-block;
}
.section-divider-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.section-divider-wave svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 40px;
}
.clip-reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.clip-reveal.visible {
  clip-path: inset(0 0 0 0);
}
.h-scroll::-webkit-scrollbar {
  height: 4px;
}
.h-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.h-scroll::-webkit-scrollbar-thumb {
  background: #d4bc82;
}

/* ─── TESTIMONIAL CARD ─── */
.testimonial-card {
  background: #fff;
  border: 1px solid #f0ebe1;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(198, 166, 100, 0.12);
  font-style: italic;
}
.testimonial-card:hover {
  border-color: #d4bc82;
  box-shadow: 0 16px 48px -12px rgba(198, 166, 100, 0.12);
}

/* ─── CHECKLIST PAGE ─── */
.checklist-hero {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1a1a;
}
.checklist-hero-bg {
  position: absolute;
  inset: -2%;
  background-image: url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1920&q=80");
  background-size: cover;
  background-position: center;
  filter: saturate(0.7) brightness(0.55);
}
.checklist-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.72) 0%, rgba(18, 14, 10, 0.44) 50%, rgba(18, 14, 10, 0.22) 100%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.52) 0%, rgba(18, 14, 10, 0.1) 50%, rgba(18, 14, 10, 0.42) 100%);
  z-index: 1;
}

/* TABS */
.tab-btn {
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6560;
  padding: 0.75rem 1.75rem;
  border: 1px solid #e8e0d2;
  background: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
}
.tab-btn:hover {
  border-color: #c6a664;
  color: #a8884a;
}
.tab-btn.active {
  background: linear-gradient(135deg, #c6a664, #d4bc82);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px -8px rgba(198, 166, 100, 0.38);
}
@media (max-width: 640px) {
  .tab-btn {
    font-size: 0.62rem;
    padding: 0.65rem 0.5rem;
    letter-spacing: 0.06em;
  }
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

/* ROOM CARD */
.room-card {
  background: #fff;
  border: 1px solid #f0ebe1;
  padding: 2rem;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.room-card:hover {
  border-color: rgba(212, 188, 130, 0.5);
  box-shadow: 0 16px 48px -16px rgba(198, 166, 100, 0.14);
}

/* ACCORDION */
.acc-item {
  border-bottom: 1px solid rgba(240, 235, 225, 0.8);
}
.acc-item:last-child {
  border-bottom: none;
}
.acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3a3530;
  transition: color 0.2s ease;
}
.acc-btn:hover {
  color: #c6a664;
}
.acc-btn.open {
  color: #a8884a;
}
.acc-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: #c6a664;
  transition: transform 0.3s ease;
}
.acc-btn.open .acc-icon {
  transform: rotate(45deg);
}
.acc-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
  padding-bottom: 0;
}
.acc-body.open {
  max-height: 200px;
  padding-bottom: 0.75rem;
}
.acc-body p {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  color: #6b6560;
  line-height: 1.7;
  font-weight: 400;
}

/* ADD-ON CARD */
.addon-card {
  background: #fff;
  border: 1px solid #f0ebe1;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.addon-card:hover {
  border-color: #d4bc82;
  box-shadow: 0 16px 40px -16px rgba(198, 166, 100, 0.16);
  transform: translateY(-2px);
}

/* ─── FAQ PAGE ─── */
.faq-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1a1a;
}
.faq-hero-bg,
.work-hero-bg {
  position: absolute;
  inset: -2%;
  background-image: url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1920&q=80");
  background-size: cover;
  background-position: center;
  filter: saturate(0.72) brightness(0.5);
}
.faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.76) 0%, rgba(18, 14, 10, 0.48) 48%, rgba(18, 14, 10, 0.24) 100%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.46) 0%, rgba(18, 14, 10, 0.08) 50%, rgba(18, 14, 10, 0.4) 100%);
  z-index: 1;
}
.quick-card {
  background: linear-gradient(180deg, #fff, #fcfaf6);
  border: 1px solid #f0ebe1;
  padding: 1.5rem;
  box-shadow: 0 20px 48px -30px rgba(26, 26, 26, 0.16);
  display: flex;
  flex-direction: column;
}
.faq-search-shell {
  background: linear-gradient(180deg, #fff, #fcfaf6);
  border: 1px solid #f0ebe1;
  box-shadow: 0 20px 52px -34px rgba(26, 26, 26, 0.14);
}
.faq-search {
  background: #fff;
  border: 1px solid #e8e0d2;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.faq-search:focus-within {
  border-color: #c6a664;
  box-shadow: 0 0 0 2px rgba(198, 166, 100, 0.12);
}
.faq-search-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #1a1a1a;
}
.faq-search-input::placeholder {
  color: #9b9590;
}
.faq-group {
  background: #fff;
  border: 1px solid #f0ebe1;
  box-shadow: 0 22px 56px -34px rgba(26, 26, 26, 0.12);
}
.faq-item {
  border-top: 1px solid rgba(240, 235, 225, 0.85);
}
.faq-item:first-child {
  border-top: none;
}
.faq-question-heading {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
}
.faq-toggle:hover {
  background: rgba(250, 247, 242, 0.6);
}
.faq-toggle.open {
  background: rgba(198, 166, 100, 0.06);
}
.faq-icon {
  flex-shrink: 0;
  color: #c6a664;
  transition: transform 0.3s ease;
}
.faq-toggle.open .faq-icon {
  transform: rotate(45deg);
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
  padding: 0 1.5rem 0;
}
.faq-content.open {
  max-height: 240px;
  padding: 0 1.5rem 1.5rem;
}
.faq-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border: 1px solid #e8e0d2;
  background: #fff;
  color: #6b6560;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.faq-chip:hover {
  border-color: #d4bc82;
  color: #a8884a;
  transform: translateY(-2px);
}

/* ─── LOCATION PAGE (jacksonville.php) ─── */
.location-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a1a1a;
}
.location-hero-bg {
  position: absolute;
  inset: -2%;
  background-image: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?w=1800&q=80");
  background-size: cover;
  background-position: center;
  filter: saturate(0.72) brightness(0.5);
}
.location-hero::before {
  content: "";
  position: absolute;
  inset: -2%;
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.76) 0%, rgba(18, 14, 10, 0.48) 48%, rgba(18, 14, 10, 0.24) 100%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.46) 0%, rgba(18, 14, 10, 0.08) 50%, rgba(18, 14, 10, 0.4) 100%);
  z-index: 1;
}
.benefit-card {
  background: #fff;
  border: 1px solid #e8e0d2;
  padding: 2rem 1.75rem;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.benefit-card:hover {
  box-shadow: 0 20px 48px -20px rgba(198, 166, 100, 0.18);
  transform: translateY(-3px);
}
.service-tile {
  background: #faf7f2;
  border: 1px solid #e8e0d2;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.service-tile:hover {
  box-shadow: 0 20px 48px -20px rgba(198, 166, 100, 0.18);
  transform: translateY(-3px);
}
.step-number {
  width: 3rem;
  height: 3rem;
  border: 1px solid #c6a664;
  color: #c6a664;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.scenario-block {
  border-left: 2px solid #c6a664;
  padding-left: 1.5rem;
}
.neighborhood-item {
  background: #fff;
  border: 1px solid #e8e0d2;
  padding: 1rem 1.25rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
}

/* ─── COMMERCIAL FORM ─── */
.form-input {
  width: 100%;
  background: white;
  border: 1px solid #e8e0d2;
  padding: 0.875rem 1.25rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  color: #1a1a1a;
  transition: border-color 0.2s ease;
  outline: none;
  appearance: none;
}
.form-input:focus {
  border-color: #c6a664;
}
.form-label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b6560;
  margin-bottom: 0.5rem;
}
.form-section {
  background: white;
  border: 1px solid #e8e0d2;
  padding: 2rem;
}
.form-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: linear-gradient(135deg, #c6a664, #d4bc82);
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.form-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  color: #1a1a1a;
  cursor: pointer;
  font-weight: 500;
}
.form-checkbox-label input[type="checkbox"],
.form-checkbox-label input[type="radio"] {
  width: 1rem;
  height: 1rem;
  accent-color: #c6a664;
  flex-shrink: 0;
}

/* ─── WORK-WITH-US PAGE ─── */
.work-hero {
  position: relative;
  overflow: hidden;
  background: #17120e;
}
.work-hero::before {
  content: "";
  position: absolute;
  inset: -2%;
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.78) 0%, rgba(18, 14, 10, 0.52) 50%, rgba(18, 14, 10, 0.28) 100%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.55) 0%, rgba(18, 14, 10, 0.12) 50%, rgba(18, 14, 10, 0.48) 100%);
  z-index: 1;
  pointer-events: none;
}
.glass-panel {
  background: linear-gradient(180deg, rgba(250, 247, 242, 0.12), rgba(250, 247, 242, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}
.feature-card {
  background: linear-gradient(180deg, #fff, #fcfaf6);
  border: 1px solid #f0ebe1;
  padding: 1.75rem;
  box-shadow: 0 22px 56px -40px rgba(26, 26, 26, 0.16);
}
.application-shell {
  background: #fff;
  border: 1px solid #f0ebe1;
  box-shadow: 0 24px 64px -40px rgba(26, 26, 26, 0.18);
}
.field {
  width: 100%;
  border: 1px solid #e8e0d2;
  background: rgba(250, 247, 242, 0.3);
  padding: 1rem 1.25rem;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #1a1a1a;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}
.field:focus {
  outline: none;
  border-color: #c6a664;
  box-shadow: 0 0 0 1px rgba(198, 166, 100, 0.3);
}
.field::placeholder {
  color: #9b9590;
}
.form-panel {
  border-top: 1px solid #f0ebe1;
  padding-top: 2rem;
}
.form-panel:first-child {
  border-top: none;
  padding-top: 0;
}
.form-note {
  background: rgba(198, 166, 100, 0.08);
  border: 1px solid rgba(198, 166, 100, 0.18);
}
.success-banner {
  display: none;
}
.success-banner.visible {
  display: block;
}
.app-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 100;
  width: min(28rem, calc(100vw - 2rem));
  border: 1px solid rgba(26, 26, 26, 0.08);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 24px 60px -24px rgba(26, 26, 26, 0.28);
  padding: 2rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
#application-toast.hidden {
  display: none;
}
#application-toast.visible {
  display: block;
}

#application-toast-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 15, 0.45);
  backdrop-filter: blur(4px);
  z-index: 90;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#application-toast-backdrop.visible {
  display: block;
  opacity: 1;
}
#application-toast-backdrop.hidden {
  display: none;
}
#application-toast-backdrop.opacity-0 {
  opacity: 0;
}
#application-toast-backdrop.opacity-100 {
  opacity: 1;
}

.app-toast.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.app-toast--success {
  border-color: rgba(198, 166, 100, 0.35);
}
.app-toast--error {
  border-color: rgba(239, 68, 68, 0.25);
}
.app-toast__accent {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  flex-shrink: 0;
  margin-top: 0.3rem;
}
.app-toast--success .app-toast__accent {
  background: #c6a664;
}
.app-toast--error .app-toast__accent {
  background: #dc2626;
}
.app-toast__close {
  border: 0;
  background: transparent;
  color: #6b6560;
  cursor: pointer;
  font: inherit;
}
#signature-canvas {
  cursor:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E")
      2 18,
    crosshair;
}

/* ─── APPLY HERO ─── */
.apply-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(to right, rgba(18, 14, 10, 0.92) 0%, rgba(18, 14, 10, 0.82) 60%, rgba(18, 14, 10, 0.75) 100%),
    url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1800&q=80") center/cover;
}
.apply-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 14, 10, 0.28), rgba(18, 14, 10, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

/* ─── MOBILE REVEAL OVERRIDE (application form) ─── */
@media (max-width: 767px) {
  #application .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ─── MOBILE / TABLET: suppress card hover effects, keep only slide-in reveal ─── */
/* Below lg (1024px) non-clickable cards should not lift or change on touch.
   Clickable tiles (service-tile) are <a> tags so they keep pointer feedback,
   but we still strip the transform/shadow to avoid sticky :hover on touch. */
@media (max-width: 1023px) {
  .premium-card,
  .premium-card:hover,
  .benefit-card,
  .benefit-card:hover,
  .service-tile:hover {
    transform: none;
    box-shadow: none;
    border-color: inherit;
  }
  .premium-card {
    transition: none;
  }
  .benefit-card {
    transition: none;
  }
  .service-tile {
    transition: none;
  }
}
