:root {
  --bg-main: #070909;
  --bg-panel: #111515;
  --bg-panel-soft: #171c1c;
  --line: #2b3433;
  --line-strong: #5d6f6d;
  --text-strong: #f4f5f3;
  --text: #d3d7d4;
  --text-soft: #9ea9a5;
  --brand: #c7a97a;
  --brand-deep: #8f6b3f;
  --brand-glow: rgba(199, 169, 122, 0.36);
  --shadow-lg: 0 24px 48px rgba(0, 0, 0, 0.45);
  --radius: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-strong);
  line-height: 1.62;
  background:
    radial-gradient(circle at 8% -12%, rgba(199, 169, 122, 0.12), transparent 40%),
    radial-gradient(circle at 90% 15%, rgba(199, 169, 122, 0.1), transparent 34%),
    linear-gradient(180deg, #040505 0%, #070909 50%, #0d1111 100%);
  overflow-x: clip;
}

html.js .site-header,
html.js .brand,
html.js .site-nav a,
html.js .btn-nav,
html.js .menu-toggle,
html.js [data-reveal],
html.js .service-card,
html.js .media-tile,
html.js .hero-panel,
html.js .call-form label,
html.js .stacked-links a,
html.js .footer-links a {
  opacity: 0;
  visibility: hidden;
}

html.js [data-reveal],
html.js .service-card,
html.js .media-tile,
html.js .hero-panel,
html.js .call-form label,
html.js .stacked-links a,
html.js .footer-links a {
  transform: translateY(38px);
}

html.js .site-header,
html.js .brand,
html.js .site-nav a,
html.js .btn-nav,
html.js .menu-toggle {
  transform: translateY(-18px);
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.section-dark,
.section-tinted,
.section-gallery {
  padding: clamp(4rem, 8vw, 7.2rem) 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(199, 169, 122, 0.26);
  background: rgba(7, 9, 9, 0.82);
  backdrop-filter: blur(10px);
}

.nav-wrap {
  min-height: 4.6rem;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  text-decoration: none;
  line-height: 1;
}

.brand-logo {
  display: block;
  height: 1.72rem;
  width: auto;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.32));
}

.brand-name {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
  font-size: 0.76rem;
  color: var(--text-strong);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.site-nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: var(--text-soft);
}

.site-nav a:hover {
  color: var(--text-strong);
}

.site-nav a:focus-visible {
  color: var(--text-strong);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: min(94vh, 860px);
  display: grid;
  align-items: end;
  padding-top: 7rem;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: linear-gradient(120deg, rgba(4, 6, 6, 0.18) 0%, rgba(4, 6, 6, 0.4) 100%), var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0a0d0d;
  will-change: transform;
}

.hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.66) contrast(1.1) brightness(0.62);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.hero-media.is-video-ready video {
  opacity: 1;
}

.hero-media.video-fallback video {
  opacity: 0;
  pointer-events: none;
}

.hero-overlay {
  background:
    linear-gradient(120deg, rgba(4, 6, 6, 0.82) 20%, rgba(4, 6, 6, 0.4) 58%, rgba(4, 6, 6, 0.78) 100%),
    linear-gradient(180deg, rgba(4, 6, 6, 0.3) 0%, rgba(4, 6, 6, 0.88) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.4rem;
  align-items: end;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.64rem;
  font-weight: 700;
  color: var(--brand);
}

.hero-title,
.section-title,
.media-tile h3,
.service-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.02;
}

.hero-title {
  margin-top: 0.7rem;
  max-width: 13ch;
  font-size: clamp(2.5rem, 7vw, 5.3rem);
}

.hero-copy {
  margin: 1rem 0 1.5rem;
  max-width: 52ch;
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.73rem;
  font-weight: 700;
  padding: 0.82rem 1.14rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-primary {
  color: #13100b;
  border-color: rgba(199, 169, 122, 0.85);
  background: linear-gradient(135deg, #e1c79d 0%, #b08957 100%);
  box-shadow: 0 10px 24px rgba(176, 137, 87, 0.28);
}

.btn-ghost,
.btn-nav {
  color: var(--text-strong);
  border-color: var(--line-strong);
  background: rgba(14, 18, 18, 0.84);
}

.btn-nav {
  font-size: 0.69rem;
}

.hero-panel {
  border: 1px solid rgba(199, 169, 122, 0.42);
  background: rgba(8, 11, 11, 0.66);
  box-shadow: var(--shadow-lg);
  padding: 1.15rem;
  backdrop-filter: blur(6px);
}

.panel-kicker {
  margin: 0;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.63rem;
}

.panel-row {
  margin-top: 0.88rem;
  display: grid;
  gap: 0.35rem;
}

.panel-row span {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.panel-row strong {
  font-size: 1.2rem;
}

.section-tinted {
  background: linear-gradient(180deg, rgba(10, 13, 13, 0.95) 0%, rgba(11, 15, 15, 0.92) 100%);
  border-top: 1px solid rgba(199, 169, 122, 0.14);
  border-bottom: 1px solid rgba(199, 169, 122, 0.14);
}

.section-title {
  margin-top: 0.5rem;
  max-width: 17ch;
  font-size: clamp(1.9rem, 4.3vw, 3.3rem);
}

.service-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.service-card {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(19, 24, 24, 0.95) 0%, rgba(11, 15, 15, 0.95) 100%);
  box-shadow: var(--shadow-lg);
  padding: 1.1rem;
}

.service-card h3 {
  font-size: 1.7rem;
}

.service-card p {
  margin: 0.55rem 0 0;
  color: var(--text);
}

.section-problem {
  padding: 0;
  background: #000;
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: min(92vh, 760px);
}

.problem-copy {
  padding: clamp(2rem, 4vw, 3.6rem) clamp(1.4rem, 4vw, 3rem) clamp(2.2rem, 4vw, 3.8rem);
  display: grid;
  align-content: center;
  gap: 1.2rem;
  background: #000;
}

.problem-title {
  margin: 0;
  max-width: 11ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.problem-title em {
  font-style: italic;
  font-weight: 500;
}

.problem-intro {
  margin: 0;
  max-width: 31ch;
  color: var(--text);
  font-size: clamp(1.02rem, 1.4vw, 1.26rem);
  line-height: 1.7;
}

.problem-rule {
  width: min(100%, 30rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.problem-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  width: min(100%, 32rem);
}

.problem-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 0 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  line-height: 1.15;
}

.problem-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.problem-list-icon {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15rem;
  position: relative;
}

.problem-list-icon::before {
  content: "\2713";
  font-size: 0.82rem;
  line-height: 1;
  transform: translateY(-0.04rem);
}

.problem-cta {
  width: fit-content;
  min-width: 18rem;
  min-height: 3.55rem;
  padding-inline: 1.6rem;
  border-color: #fff;
  background: #fff;
  color: #111;
  letter-spacing: 0.14em;
  box-shadow: none;
}

.problem-cta:hover,
.problem-cta:focus-visible {
  background: #f2f2f2;
  color: #000;
}

.problem-media {
  min-height: 100%;
  background: #1a1a1a;
}

.problem-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.media-tile {
  min-height: clamp(240px, 30vw, 420px);
  display: flex;
  align-items: end;
  padding: 1rem;
  border: 1px solid rgba(199, 169, 122, 0.28);
  background-image: linear-gradient(180deg, rgba(4, 6, 6, 0.08) 0%, rgba(4, 6, 6, 0.78) 100%), var(--bg-image);
  background-size: cover;
  background-position: center;
}

.tile-tag {
  margin: 0;
  font-size: 0.63rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand);
}

.media-tile h3 {
  margin-top: 0.55rem;
  max-width: 16ch;
  font-size: clamp(1.5rem, 3.5vw, 2.3rem);
}

.section-faq {
  padding: clamp(4rem, 8vw, 7.2rem) 0;
  border-top: 1px solid rgba(199, 169, 122, 0.12);
  border-bottom: 1px solid rgba(199, 169, 122, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(199, 169, 122, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(9, 12, 12, 0.98) 0%, rgba(13, 17, 17, 0.95) 100%);
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1.1rem;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 6.5rem;
}

.faq-intro .section-title {
  max-width: 11ch;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid rgba(199, 169, 122, 0.22);
  background: linear-gradient(160deg, rgba(18, 22, 22, 0.96) 0%, rgba(9, 12, 12, 0.96) 100%);
  box-shadow: var(--shadow-lg);
  overflow: clip;
}

.faq-item.is-open {
  border-color: rgba(199, 169, 122, 0.48);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(199, 169, 122, 0.12) inset;
}

.faq-question {
  width: 100%;
  border: 0;
  padding: 1rem 1.05rem;
  background: transparent;
  color: var(--text-strong);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.faq-question span:first-child {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.08;
}

.faq-indicator {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.faq-indicator::before,
.faq-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: var(--brand);
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.faq-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-indicator::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.faq-answer {
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: 0 1.05rem 1.05rem;
  color: var(--text);
  max-width: 62ch;
}

.callout {
  border: 1px solid rgba(199, 169, 122, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 169, 122, 0.14), transparent 52%),
    linear-gradient(160deg, rgba(19, 24, 24, 0.98) 0%, rgba(9, 12, 12, 0.98) 100%);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(199, 169, 122, 0.14) inset;
  padding: clamp(1.3rem, 3.2vw, 2.4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1rem, 2.4vw, 1.6rem);
}

#book-call {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

#book-call::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(180deg, rgba(5, 7, 7, 0.72) 0%, rgba(5, 7, 7, 0.9) 100%),
    url("../assets/images/Understairs.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.support-copy {
  margin: 0.9rem 0 0;
  color: var(--text);
}

.stacked-links {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.contact-link {
  text-decoration: none;
  color: #f6efe1;
  border: 1px solid rgba(199, 169, 122, 0.58);
  background: linear-gradient(140deg, rgba(40, 30, 18, 0.86) 0%, rgba(22, 17, 11, 0.9) 100%);
  padding: 0.78rem 0.95rem;
  font-weight: 700;
  font-size: clamp(1.08rem, 2.6vw, 1.34rem);
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(199, 169, 122, 0.14) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(225, 199, 157, 0.92);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(225, 199, 157, 0.24) inset;
}

.contact-link-phone {
  font-size: clamp(1.24rem, 3vw, 1.6rem);
  letter-spacing: 0.02em;
}

.contact-link-email {
  font-size: clamp(1.02rem, 2.2vw, 1.24rem);
  word-break: break-word;
}

.call-form {
  display: grid;
  gap: 0.8rem;
}

.call-form label {
  display: grid;
  gap: 0.36rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-soft);
}

.call-form input,
.call-form select,
.call-form textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(11, 15, 15, 0.92);
  color: var(--text-strong);
  padding: 0.75rem;
  font: inherit;
}

.form-note {
  margin: 0;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid rgba(199, 169, 122, 0.22);
  padding: 1.5rem 0 2rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-brand {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.footer-brand-logo {
  display: block;
  height: 1.1rem;
  width: auto;
  opacity: 0.9;
}

.footer-brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.24rem;
  letter-spacing: 0.08em;
}

.footer-grid p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-links a {
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
}

@media (max-width: 1060px) {
  .faq-shell,
  .hero-grid,
  .callout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .problem-layout {
    grid-template-columns: 1fr;
  }

  .callout {
    gap: 1.15rem;
  }
}

@media (max-width: 840px) {
  .nav-wrap {
    grid-template-columns: auto 1fr;
  }

  .brand-logo {
    height: 1.45rem;
  }

  .brand-name {
    font-size: 0.7rem;
    letter-spacing: 0.11em;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    min-width: 6rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    padding: 0.68rem 1rem;
    background: rgba(15, 20, 20, 0.95);
    color: var(--text-strong);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.72rem;
    line-height: 1;
    cursor: pointer;
    touch-action: manipulation;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: auto;
    right: 4vw;
    width: min(340px, 88vw);
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line);
    background: rgba(8, 11, 11, 0.98);
    text-align: right;
  }

  .site-nav a {
    padding: 0.45rem 0.2rem;
    font-size: 0.82rem;
  }

  .site-nav.open {
    display: flex;
  }

  .btn-nav {
    display: none;
  }

  .service-grid,
  .gallery-grid,
  .problem-list {
    grid-template-columns: 1fr;
  }

  .problem-copy {
    padding: 2rem 1.15rem 2.4rem;
  }

  .problem-title {
    max-width: 9.5ch;
    font-size: clamp(2.7rem, 12vw, 3.7rem);
  }

  .problem-intro {
    max-width: 100%;
  }

  .problem-list li {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }

  .hero-title {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .contact-link {
    font-size: 1.02rem;
  }

  .contact-link-phone {
    font-size: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
