:root {
  --bg: #090909;
  --bg-2: #13110d;
  --ink: #f6e7bf;
  --ink-soft: #d6c18d;
  --line: #765f2f;
  --brand: #c79a3f;
  --brand-2: #f0c86a;
  --card: #121212;
  --white: #090909;
  --shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% -10%, rgba(240, 200, 106, 0.18), transparent 45%),
    radial-gradient(circle at 90% 0%, rgba(199, 154, 63, 0.2), transparent 40%),
    linear-gradient(160deg, var(--bg) 0%, var(--bg-2) 100%);
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 216, 128, 0.18) 0.55px, transparent 0.55px);
  background-size: 3px 3px;
  z-index: -1;
}

.container {
  width: min(1140px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(118, 95, 47, 0.8);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.brand {
  margin: 0;
  text-decoration: none;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.8vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.brand span {
  color: var(--brand-2);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
}

.main-nav a:hover {
  color: var(--brand);
}

.main-nav a.active {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.main-nav a.nav-disabled {
  pointer-events: none;
  cursor: default;
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font: inherit;
}

.menu-btn .bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-2);
  transform-origin: center;
  transition: transform 0.26s ease, opacity 0.2s ease;
}

.menu-btn .bar + .bar {
  margin-top: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  padding: clamp(3.6rem, 7vw, 6.1rem) 0 3.4rem;
}

.hero-video {
  position: relative;
  min-height: clamp(280px, 42vh, 420px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.4) 46%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.32));
}

.hero-video-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: clamp(1.6rem, 3.2vw, 2.4rem) 0;
}

.hero-video-panel {
  max-width: 620px;
}

.hero-video-eyebrow {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(0.55rem, 0.75vw, 0.68rem);
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

@media (min-width: 721px) {
  .hero-video {
    min-height: clamp(470px, 66vh, 700px);
  }

  .hero-video-content.container {
    width: min(1320px, calc(100% - 1.4rem));
  }

  .hero-video-content {
    display: flex;
    justify-content: flex-end;
  }

  .hero-video-panel {
    width: min(620px, 52%);
    margin-right: 0;
    transform: translateX(1.2rem);
  }
}

@media (min-width: 991px) {
  .hero-video-panel {
    width: min(620px, 48%);
  }

  .hero-video-content h1 .hero-line {
    white-space: nowrap;
  }
}

.hero-video-content h1 {
  margin: 0 0 0.95rem;
  text-transform: none;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  line-height: 1.06;
  max-width: none;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.66);
}

.hero-video-content h1 .hero-line {
  display: block;
}

.hero-video-content p {
  margin: 0 0 1rem;
  max-width: 56ch;
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  color: #f4f0e6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.66);
}

.btn-video {
  margin-top: 0.2rem;
  border-radius: 0;
  background: var(--brand-2);
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.72rem 1.05rem;
}

.btn-video:hover {
  background: #d9af54;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--brand);
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 0.85rem;
}

h1 {
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  max-width: 16ch;
}

h1 span {
  color: var(--brand);
}

.lead {
  max-width: 58ch;
  color: var(--ink-soft);
  margin: 0 0 1.6rem;
}

.hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.78rem 1.26rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(15, 93, 91, 0.2);
}

.btn-primary:hover {
  background: #b98a2d;
}

.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(20, 20, 20, 0.65);
}

.btn-ghost:hover {
  background: rgba(27, 27, 27, 0.95);
}

.btn-secondary {
  background: var(--brand-2);
  color: var(--white);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.hero-metrics article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.8rem;
  background: rgba(17, 17, 17, 0.85);
}

.hero-metrics strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.72rem;
  color: var(--brand);
}

.hero-metrics span {
  font-size: 0.86rem;
  color: var(--ink-soft);
}

.hero-card {
  background: linear-gradient(145deg, #171717, #101010 70%);
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  padding: 1.55rem;
  box-shadow: var(--shadow);
}

.card-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
  color: var(--brand-2);
  font-weight: 700;
}

.hero-card h2 {
  font-size: clamp(1.7rem, 3.3vw, 2.2rem);
  margin-top: 0.55rem;
}

.hero-card ul {
  margin: 0 0 1.1rem;
  padding-left: 1.15rem;
}

.hero-card li {
  margin-bottom: 0.5rem;
  color: var(--ink-soft);
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 11, 11, 0.96);
  padding: 1rem 0;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.strip-item {
  margin: 0;
  border: 1px solid rgba(118, 95, 47, 0.55);
  border-radius: 0.75rem;
  background: rgba(19, 19, 19, 0.92);
  padding: 0.72rem 0.78rem;
}

.strip-icon {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 200, 106, 0.55);
  color: var(--brand-2);
  font-size: 0.88rem;
  margin-bottom: 0.36rem;
}

.strip-item h3 {
  margin: 0 0 0.2rem;
  font-size: 0.93rem;
  color: var(--ink);
}

.strip-item p {
  margin: 0;
  font-size: 0.81rem;
  color: #d5c08f;
}

.section-pad {
  padding: clamp(3.4rem, 7vw, 5.8rem) 0;
}

.benefits {
  background: rgba(9, 9, 9, 0.98);
}

.benefits.section-pad {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.services {
  background: rgba(9, 9, 9, 0.98);
}

.page-hero {
  padding-bottom: 1.2rem;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(17, 17, 17, 0.88);
  padding: 1.25rem;
}

.panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin-bottom: 0.55rem;
}

.panel p {
  margin: 0;
  color: var(--ink-soft);
}

.section-head h2 {
  margin-bottom: 0;
  font-size: clamp(1.92rem, 4.1vw, 3.1rem);
  max-width: 18ch;
}

.benefits-timeline {
  position: relative;
  --tl-progress: 0;
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}

.benefits-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(240, 200, 106, 0.1), rgba(240, 200, 106, 0.7), rgba(240, 200, 106, 0.1));
  transform: translateX(-50%);
}

.benefits-timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(240, 200, 106, 0.95), rgba(240, 200, 106, 0.4));
  transform: translateX(-50%) scaleY(var(--tl-progress));
  transform-origin: top;
  box-shadow: 0 0 14px rgba(240, 200, 106, 0.28);
}

.timeline-item {
  position: relative;
  width: calc(50% - 1.2rem);
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-2);
  border: 2px solid #121212;
  box-shadow: 0 0 0 2px rgba(240, 200, 106, 0.35);
}

.timeline-left {
  justify-self: start;
}

.timeline-left::before {
  right: -1.65rem;
}

.timeline-right {
  justify-self: end;
}

.timeline-right::before {
  left: -1.65rem;
}

.timeline-card {
  border: 1px solid rgba(201, 156, 72, 0.48);
  border-radius: 1rem;
  padding: 1.05rem 1rem;
  background:
    radial-gradient(circle at 90% -10%, rgba(240, 200, 106, 0.09), transparent 34%),
    linear-gradient(160deg, rgba(17, 17, 17, 0.96), rgba(10, 10, 10, 0.98));
}

.timeline-card h3 {
  margin: 0 0 0.32rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  color: var(--brand);
}

.timeline-card p {
  margin: 0;
  color: #d4c097;
}

.benefits-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.benefit {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 156, 72, 0.46);
  border-radius: 1rem;
  padding: 1.12rem 1rem 1.05rem;
  background:
    radial-gradient(circle at 90% -18%, rgba(240, 200, 106, 0.08), transparent 34%),
    linear-gradient(160deg, rgba(17, 17, 17, 0.96), rgba(10, 10, 10, 0.98));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  transform: translateY(0);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.benefit::before {
  content: none;
}

.benefit::after {
  content: none;
}

.benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 156, 72, 0.95);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.benefit-icon {
  display: inline-grid;
  place-items: center;
  width: 2.05rem;
  height: 2.05rem;
  margin-bottom: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 156, 72, 0.5);
  background: rgba(18, 18, 18, 0.9);
  color: #b68b37;
  line-height: 1;
}

.benefit-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit h3,
.service-list h3,
.step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
}

.benefit h3 {
  margin-right: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.62rem;
  font-weight: 700;
  line-height: 1.04;
  color: var(--brand);
}

.benefit p,
.service-list p,
.step p,
.contact-copy p {
  margin: 0;
  color: var(--ink-soft);
}

.benefit p {
  font-size: 0.95rem;
  color: #d4c097;
  max-width: 36ch;
}

.services-showcase {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1.25rem;
  align-items: start;
}

.service-visual {
  position: relative;
  min-height: 380px;
  max-width: 430px;
}

.service-frame-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 68%;
  height: 68%;
  border: 2px solid rgba(224, 180, 85, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 235, 180, 0.18) inset;
}

.service-frame-front {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  width: calc(100% - 1.25rem);
  aspect-ratio: 4 / 5;
  margin: 0;
  border: 1px solid rgba(201, 156, 72, 0.42);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 233, 177, 0.24), transparent 35%),
    linear-gradient(140deg, #2a2113 0%, #5f4a24 45%, #b88b40 100%);
  overflow: hidden;
}

.service-frame-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-text {
  display: grid;
  gap: 1.9rem;
}

.service-block h3 {
  margin: 0 0 0.45rem;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  line-height: 1.03;
  color: var(--brand);
}

.service-block p {
  margin: 0 0 0.7rem;
  color: #e3d6b4;
  max-width: 44ch;
}

.service-block ul {
  margin: 0;
  padding-left: 1.1rem;
}

.service-block li {
  margin-bottom: 0.2rem;
  color: #d6c08d;
}

.service-text .btn {
  justify-self: start;
}

.image-marquee {
  border-top: 1px solid rgba(201, 156, 72, 0.35);
  border-bottom: 1px solid rgba(201, 156, 72, 0.35);
  background: rgba(8, 8, 8, 0.98);
  overflow: hidden;
  padding: 0.9rem 0;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: max-content;
  animation: marquee-scroll 44s linear infinite;
}

.marquee-item {
  margin: 0;
  width: 280px;
  height: 165px;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 1px solid rgba(201, 156, 72, 0.5);
  background: #111;
  flex: 0 0 auto;
}

.marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.35rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
}

.service-copy {
  background: #121212;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.2rem;
}

.service-image {
  margin: 0 0 0.95rem;
  height: 190px;
  border-radius: 0.88rem;
  border: 1px solid rgba(201, 156, 72, 0.45);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 233, 177, 0.24), transparent 35%),
    linear-gradient(140deg, #2a2113 0%, #5f4a24 45%, #b88b40 100%);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-list {
  display: grid;
  gap: 0.75rem;
}

.service-list-full {
  grid-template-columns: repeat(2, 1fr);
}

.service-list article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(17, 17, 17, 0.86);
}

.service-list span {
  display: inline-block;
  font-weight: 700;
  color: var(--brand-2);
  margin-bottom: 0.2rem;
}

.steps-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.step {
  border-left: 3px solid var(--brand);
  background: rgba(15, 15, 15, 0.88);
  border-radius: 0.85rem;
  padding: 1rem 1rem 1rem 1.05rem;
}

.testimonials.section-pad {
  padding-top: clamp(1.7rem, 3.2vw, 2.6rem);
  padding-bottom: clamp(2.1rem, 4.2vw, 3.2rem);
}

.testimonials .section-head h2 {
  font-size: clamp(1.65rem, 3.1vw, 2.45rem);
  max-width: 14ch;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1.2rem;
  align-items: start;
}

.testimonials-list {
  display: grid;
  gap: 0;
}

.quote-panel {
  position: relative;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(201, 156, 72, 0.36);
  border-radius: 0;
  padding: 1rem 0 0.95rem 2.15rem;
  background: transparent;
}

.quote-panel:last-child {
  border-bottom: 0;
}

.quote-mark {
  position: absolute;
  top: 0.75rem;
  left: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  line-height: 1;
  color: rgba(240, 200, 106, 0.42);
}

.quote-panel p {
  margin: 0 0 0.65rem;
  color: #e7d9b4;
  font-size: 1.03rem;
  line-height: 1.45;
  max-width: 58ch;
}

.quote-panel cite {
  margin-top: 0;
  color: #d0a952;
  font-size: 0.79rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

blockquote {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(15, 15, 15, 0.9);
  color: var(--ink);
}

cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  color: var(--brand);
  font-size: 0.85rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.portfolio-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(16, 16, 16, 0.9);
  padding: 0.8rem;
}

.portfolio-cover {
  height: 180px;
  border-radius: 0.8rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 220, 140, 0.25), transparent 35%),
    linear-gradient(135deg, #221b10, #725527 55%, #d3a958);
}

.portfolio-cover.alt {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 231, 177, 0.28), transparent 35%),
    linear-gradient(135deg, #151515, #6a5327 55%, #bb9342);
}

.portfolio-cover.warm {
  background:
    radial-gradient(circle at 20% 75%, rgba(250, 216, 140, 0.3), transparent 35%),
    linear-gradient(135deg, #1a140b, #7a5b29 55%, #e3bd76);
}

.portfolio-cover.cool {
  background:
    radial-gradient(circle at 75% 70%, rgba(255, 226, 160, 0.24), transparent 35%),
    linear-gradient(135deg, #0f0f0f, #5a4521 55%, #c79a3f);
}

.portfolio-cover.deep {
  background:
    radial-gradient(circle at 25% 25%, rgba(246, 207, 124, 0.25), transparent 35%),
    linear-gradient(135deg, #0d0d0d, #4f3d1d 55%, #a9813b);
}

.portfolio-cover.soft {
  background:
    radial-gradient(circle at 80% 25%, rgba(255, 232, 170, 0.24), transparent 35%),
    linear-gradient(135deg, #17120a, #6f5627 55%, #d7af61);
}

.portfolio-card h3 {
  margin: 0.75rem 0 0.35rem;
}

.portfolio-card p {
  margin: 0;
  color: var(--ink-soft);
}

.contact-copy ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
}

.contact-copy li {
  margin-bottom: 0.5rem;
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.15rem;
  background: rgba(14, 14, 14, 0.92);
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin: 0.7rem 0 0.3rem;
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0.75rem;
  font: inherit;
  color: var(--ink);
  background: #0f0f0f;
}

.contact-form textarea {
  resize: vertical;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.95rem 0 0;
  font-size: 0.83rem;
  line-height: 1.4;
  color: var(--ink-soft);
  font-weight: 500;
}

.consent-row input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.12rem;
  accent-color: #d0a952;
  flex: 0 0 auto;
}

.contact-form .btn {
  margin-top: 1rem;
  width: 100%;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #080808;
  color: var(--ink-soft);
  padding: 1.6rem 0;
}

.footer-wrap {
  display: grid;
  gap: 0.3rem;
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.08s;
}

.delay-2 {
  transition-delay: 0.16s;
}

.delay-3 {
  transition-delay: 0.24s;
}

@media (max-width: 990px) {
  .hero-grid,
  .services-showcase,
  .services-grid,
  .testimonials-layout,
  .contact-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .steps-grid,
  .testimonials-grid,
  .strip-grid,
  .portfolio-grid,
  .service-list-full {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-timeline::before {
    left: 0.7rem;
    transform: none;
  }

  .benefits-timeline::after {
    left: 0.7rem;
    transform: scaleY(var(--tl-progress));
    transform-origin: top;
  }

  .timeline-item,
  .timeline-left,
  .timeline-right {
    width: 100%;
    justify-self: stretch;
  }

  .timeline-left::before,
  .timeline-right::before {
    left: 0.4rem;
    right: auto;
  }

  .timeline-card {
    margin-left: 1.6rem;
  }

  .benefit h3 {
    font-size: 1.36rem;
  }

  .benefit-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .benefit-icon svg {
    width: 12px;
    height: 12px;
  }

  .service-visual {
    min-height: 440px;
  }

  .service-frame-back {
    width: 78%;
    height: 74%;
    border-width: 14px;
  }

  .service-frame-front {
    left: 1.8rem;
    top: 1.8rem;
    width: calc(100% - 1.8rem);
  }

  .service-block h3 {
    font-size: clamp(1.75rem, 5vw, 2.4rem);
  }

  .quote-panel p {
    font-size: 0.98rem;
  }

  .marquee-item {
    width: 230px;
    height: 138px;
  }
}

@media (min-width: 991px) {
  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit {
    min-height: 210px;
  }
}

@media (max-width: 720px) {
  .hero-video-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.56) 48%, rgba(0, 0, 0, 0.38) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22));
  }

  .service-image {
    height: 160px;
  }

  .service-visual {
    min-height: clamp(430px, 118vw, 620px);
    margin-bottom: 0.45rem;
  }

  .service-frame-back {
    width: 84%;
    height: 76%;
    border-width: 10px;
  }

  .service-frame-front {
    left: 1.05rem;
    top: 1.05rem;
    width: calc(100% - 1.05rem);
  }

  .service-text {
    gap: 1.35rem;
    margin-top: 0;
  }

  .service-block h3 {
    font-size: clamp(1.52rem, 8.2vw, 2.05rem);
  }

  .service-text .btn {
    width: 100%;
    justify-self: stretch;
  }

  .quote-panel {
    padding: 0.85rem 0 0.8rem 1.7rem;
  }

  .quote-panel p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .quote-mark {
    top: 0.58rem;
    font-size: 2.2rem;
  }

  .image-marquee {
    padding: 0.7rem 0;
  }

  .marquee-track {
    gap: 0.55rem;
    animation-duration: 34s;
  }

  .marquee-item {
    width: 180px;
    height: 112px;
  }

  .hero-video-eyebrow {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  }

  .hero-video {
    min-height: 500px;
  }

  .hero-video-content {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0;
    display: block;
  }

  .hero-video-panel {
    width: min(94%, 520px);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
  }

  .hero-video-content h1 {
    max-width: 100%;
    font-size: clamp(1.05rem, 6.8vw, 1.7rem);
    line-height: 1.05;
    margin-bottom: 0.6rem;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.72);
  }

  .hero-video-content h1 .hero-line {
    white-space: normal;
  }

  .hero-video-content p {
    font-size: clamp(0.72rem, 3.9vw, 0.98rem);
    line-height: 1.4;
    margin-bottom: 0.65rem;
    max-width: 44ch;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
  }

  .btn-video {
    width: auto;
    letter-spacing: 0.11em;
    font-size: 0.68rem;
    padding: 0.56rem 0.86rem;
    border-radius: 999px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-strip {
    padding: 0.6rem 0;
  }

  .strip-grid {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    scroll-snap-type: none;
    padding: 0 0.05rem 0.25rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .strip-grid::-webkit-scrollbar {
    display: none;
  }

  .strip-item {
    width: min(56vw, 190px);
    min-width: min(56vw, 190px);
    max-width: min(56vw, 190px);
    flex: 0 0 auto;
    padding: 0.55rem 0.62rem;
  }

  .strip-icon {
    width: 1.38rem;
    height: 1.38rem;
    font-size: 0.72rem;
    margin-bottom: 0.24rem;
  }

  .strip-item h3 {
    font-size: 0.76rem;
    margin-bottom: 0.12rem;
    white-space: normal;
    line-height: 1.2;
    min-height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .strip-item p {
    font-size: 0.72rem;
    line-height: 1.28;
    white-space: normal;
    min-height: calc(1.28em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(circle at 85% 12%, rgba(199, 154, 63, 0.16), transparent 36%),
      rgba(8, 8, 8, 0.97);
    border: 0;
    border-radius: 0;
    width: 100vw;
    height: 100dvh;
    padding: 5.6rem 1.2rem 2rem;
    box-shadow: var(--shadow);
    display: flex;
    gap: 0.95rem;
    z-index: 18;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.985);
    transform-origin: top right;
    clip-path: circle(0% at calc(100% - 34px) 36px);
    transition: clip-path 0.48s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.2s ease, transform 0.3s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    clip-path: circle(150% at calc(100% - 34px) 36px);
  }

  .main-nav a {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.24s ease;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }

  .main-nav.open a {
    opacity: 1;
    transform: translateY(0);
  }

  .main-nav.open a:nth-child(1) {
    transition-delay: 0.08s;
  }

  .main-nav.open a:nth-child(2) {
    transition-delay: 0.12s;
  }

  .main-nav.open a:nth-child(3) {
    transition-delay: 0.16s;
  }

  .main-nav.open a:nth-child(4) {
    transition-delay: 0.2s;
  }

  .main-nav.open a:nth-child(5) {
    transition-delay: 0.24s;
  }

  .menu-btn {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(118, 95, 47, 0.72);
    background: rgba(10, 10, 10, 0.9);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
    z-index: 19;
  }

  .menu-btn .bar {
    width: 11px;
    height: 1.6px;
  }

  .menu-btn .bar + .bar {
    margin-top: 2.2px;
  }

  .menu-btn.is-open .bar:nth-child(2) {
    transform: translateY(3.8px) rotate(45deg);
  }

  .menu-btn.is-open .bar:nth-child(3) {
    opacity: 0;
  }

  .menu-btn.is-open .bar:nth-child(4) {
    transform: translateY(-3.8px) rotate(-45deg);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .steps-grid,
  .testimonials-grid,
  .strip-grid,
  .portfolio-grid,
  .service-list-full {
    grid-template-columns: 1fr;
  }
}
