:root {
  --black: #0b0b0b;
  --ink: #151515;
  --graphite: #272727;
  --muted: #6f6f6f;
  --line: rgba(17, 17, 17, 0.12);
  --paper: #f7f3eb;
  --white: #ffffff;
  --gold: #c99a31;
  --gold-light: #f2d56f;
  --gold-dark: #8c6417;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 154, 49, 0.16), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(0, 0, 0, 0.12), transparent 28rem),
    linear-gradient(135deg, #fbf8f1 0%, #f3ede1 52%, #ede5d7 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  content: "";
  background-image:
    linear-gradient(rgba(18, 18, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 18, 18, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 70%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 900px);
}

.section {
  padding: 108px 0;
}

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

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--white);
  background: var(--black);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 11, 11, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.35));
}

.menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  transition: 0.22s ease;
}

.menu a:hover,
.menu a:focus-visible {
  color: var(--white);
  border-color: rgba(242, 213, 111, 0.28);
  background: rgba(242, 213, 111, 0.09);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding-top: 96px;
  padding-bottom: 72px;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.92) 0%, rgba(11, 11, 11, 0.76) 48%, rgba(11, 11, 11, 0.42) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' viewBox='0 0 1600 1000'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1'%3E%3Cstop stop-color='%23252525'/%3E%3Cstop offset='1' stop-color='%23070707'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='1000' fill='url(%23g)'/%3E%3Cg fill='none' stroke='%23c99a31' stroke-opacity='.26' stroke-width='2'%3E%3Cpath d='M910 775V268l220-110 220 110v507'/%3E%3Cpath d='M980 775V323h300v452M1040 390h64M1040 468h64M1040 546h64M1172 390h64M1172 468h64M1172 546h64'/%3E%3Cpath d='M205 790h1030M260 790V530l190-92 190 92v260M320 790V585h260v205M373 625h154M373 685h154'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.055'%3E%3Crect x='0' y='780' width='1600' height='220'/%3E%3Crect x='940' y='328' width='370' height='448'/%3E%3Crect x='302' y='577' width='320' height='210'/%3E%3C/g%3E%3C/svg%3E") center/cover;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 72% 16%, rgba(242, 213, 111, 0.22), transparent 20rem),
    linear-gradient(to bottom, transparent 0%, rgba(11, 11, 11, 0.92) 100%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.45rem, 8vw, 7.7rem);
}

h2 {
  max-width: 790px;
  font-size: clamp(2.45rem, 5vw, 5rem);
}

h3 {
  font-size: 1.12rem;
  font-weight: 800;
}

.hero-subtitle {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.btn::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

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

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  color: #171000;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 48%, var(--gold-dark));
  box-shadow: 0 18px 38px rgba(201, 154, 49, 0.28);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.trust-strip span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.055);
}

.hero-visual {
  justify-self: end;
  width: min(100%, 430px);
}

.office-card {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(242, 213, 111, 0.24);
  border-radius: 38px;
  background: #111;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.office-card img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
  transition: transform 0.7s ease;
}

.office-card:hover img {
  transform: scale(1.045);
}

.office-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 80% 8%, rgba(242, 213, 111, 0.2), transparent 18rem);
}

.blueprint-card {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(242, 213, 111, 0.22);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.blueprint-card::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(242, 213, 111, 0.2);
  border-radius: 26px;
  background-image:
    linear-gradient(rgba(242, 213, 111, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 213, 111, 0.09) 1px, transparent 1px);
  background-size: 30px 30px;
}

.blueprint-topline,
.metric-card,
.building-lines {
  position: absolute;
  z-index: 1;
}

.blueprint-topline {
  top: 38px;
  left: 38px;
  right: 38px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.building-lines {
  inset: 118px 56px 120px;
  border-bottom: 4px solid rgba(242, 213, 111, 0.72);
}

.building-lines::before,
.building-lines::after {
  position: absolute;
  content: "";
  border: 3px solid rgba(255, 255, 255, 0.64);
}

.building-lines::before {
  left: 0;
  bottom: 0;
  width: 46%;
  height: 62%;
}

.building-lines::after {
  right: 0;
  bottom: 0;
  width: 42%;
  height: 86%;
}

.building-lines span {
  position: absolute;
  bottom: 28px;
  display: block;
  width: 42px;
  height: 64px;
  border: 2px solid rgba(242, 213, 111, 0.48);
}

.building-lines span:nth-child(1) { left: 28px; }
.building-lines span:nth-child(2) { left: 104px; }
.building-lines span:nth-child(3) { right: 102px; height: 92px; }
.building-lines span:nth-child(4) { right: 28px; height: 92px; }

.metric-card {
  right: 34px;
  bottom: 34px;
  left: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  color: var(--white);
  background: rgba(11, 11, 11, 0.72);
}

.metric-card strong,
.metric-card small {
  display: block;
}

.metric-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  max-width: 710px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.centered {
  text-align: center;
}

.centered h2,
.centered p {
  margin-inline: auto;
}

.video-section {
  background: linear-gradient(180deg, var(--black), #181818);
  color: var(--white);
}

.video-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.video-lazy {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 430px);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(242, 213, 111, 0.28);
  border-radius: 34px;
  background: #111;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.video-lazy::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.44)),
    radial-gradient(circle at 50% 46%, rgba(242, 213, 111, 0.18), transparent 15rem);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.video-lazy.is-playing::after {
  opacity: 0;
}

.video-poster,
.institutional-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video-poster {
  filter: saturate(1.02) contrast(1.03);
}

.institutional-video {
  z-index: 3;
  background: #000;
}

.video-play-button {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 13px;
  min-width: 176px;
  min-height: 176px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  letter-spacing: -0.02em;
  background: rgba(11, 11, 11, 0.54);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(242, 213, 111, 0.14);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.video-play-button:hover,
.video-play-button:focus-visible {
  border-color: rgba(242, 213, 111, 0.7);
  background: rgba(11, 11, 11, 0.68);
  transform: scale(1.04);
}

.play-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 15px 36px rgba(201, 154, 49, 0.34);
}

.play-icon::after {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #171000;
  transform: translate(-50%, -50%);
}

.split {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 72px;
  align-items: start;
}

.about-text {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 24px 70px rgba(58, 45, 18, 0.08);
}

.about-text p {
  margin: 0;
  color: #474747;
  font-size: 1.06rem;
}

.about-text p + p {
  margin-top: 18px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.about-stats div {
  padding: 18px;
  border-radius: 18px;
  background: #111;
}

.about-stats strong {
  display: block;
  color: var(--gold-light);
  font-size: 1.35rem;
}

.about-stats span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.services {
  background: rgba(255, 255, 255, 0.44);
}

.services-grid,
.comparison-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.services-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card,
.testimonial-card,
.compare-card,
.diff-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 60px rgba(58, 45, 18, 0.07);
}

.service-card {
  position: relative;
  min-height: 240px;
  padding: 26px;
  overflow: hidden;
  border-radius: 26px;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.service-card::before {
  position: absolute;
  inset: auto -40px -70px auto;
  width: 160px;
  height: 160px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201, 154, 49, 0.2), transparent 68%);
  transition: transform 0.26s ease;
}

.service-card:hover {
  border-color: rgba(201, 154, 49, 0.42);
  box-shadow: 0 34px 90px rgba(58, 45, 18, 0.13);
  transform: translateY(-8px);
}

.service-card:hover::before {
  transform: scale(1.25);
}

.icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 18px;
  font-size: 1.55rem;
  background: linear-gradient(135deg, #151515, #383838);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.service-card p,
.testimonial-card p,
.compare-card p {
  color: var(--muted);
}

.compare-card {
  padding: 14px;
  border-radius: 28px;
}

.compare-card h3 {
  padding: 16px 8px 4px;
}

.compare-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
}

.project-image-frame {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
}

.project-image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.24));
  pointer-events: none;
}

.project-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.compare-card:hover .project-image-frame img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.045);
}

.placeholder-img {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.18)),
    linear-gradient(45deg, #262626, #6f6758);
}

.placeholder-img::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.32);
  border-radius: 16px;
}

.placeholder-img span {
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
}

.after {
  clip-path: inset(0 0 0 var(--position));
  background:
    linear-gradient(135deg, rgba(201, 154, 49, 0.7), rgba(0, 0, 0, 0.18)),
    linear-gradient(45deg, #111, #c99a31);
}

.alt-a { background: linear-gradient(135deg, #232323, #8a8171); }
.alt-b { background: linear-gradient(135deg, #111, #d7ae45); }
.alt-c { background: linear-gradient(135deg, #343434, #756f64); }
.alt-d { background: linear-gradient(135deg, #0f0f0f, #e2be57); }

.compare-frame::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 3px;
  content: "";
  background: var(--white);
  box-shadow: 0 0 0 999px transparent;
  transform: translateX(-1px);
}

.compare-frame input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.differentials {
  color: var(--white);
  background:
    linear-gradient(rgba(11, 11, 11, 0.92), rgba(11, 11, 11, 0.92)),
    radial-gradient(circle at 18% 26%, rgba(201, 154, 49, 0.3), transparent 28rem),
    #111;
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.diff-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.065);
}

.diff-item span {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #171000;
  font-weight: 900;
  background: var(--gold-light);
}

.quote {
  background: linear-gradient(180deg, #f8f4ec, #eee5d4);
}

.quote-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 42px;
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 120px;
}

.quote-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.05rem;
}

.quote-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.quote-list li {
  padding-left: 28px;
  color: #444;
  background: linear-gradient(var(--gold), var(--gold)) left 0.72em / 14px 2px no-repeat;
}

.budget-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(201, 154, 49, 0.24);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 90px rgba(58, 45, 18, 0.12);
}

.field {
  display: grid;
  gap: 8px;
}

.field-full,
.form-submit,
.form-note,
.form-status {
  grid-column: 1 / -1;
}

label {
  color: #2c2c2c;
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(21, 21, 21, 0.14);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input,
select {
  min-height: 52px;
  padding: 0 14px;
}

textarea {
  resize: vertical;
  padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(201, 154, 49, 0.78);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(201, 154, 49, 0.14);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-note {
  color: var(--muted);
  text-align: center;
}

.form-status {
  display: none;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 800;
  text-align: center;
}

.form-status.success,
.form-status.error {
  display: block;
}

.form-status.success {
  color: #17452a;
  border: 1px solid rgba(37, 126, 72, 0.22);
  background: rgba(39, 174, 96, 0.12);
}

.form-status.error {
  color: #6f211f;
  border: 1px solid rgba(192, 57, 43, 0.22);
  background: rgba(192, 57, 43, 0.1);
}

.testimonial-card {
  padding: 28px;
  border-radius: 26px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.testimonial-card p {
  margin: 18px 0;
  font-size: 1.04rem;
}

.testimonial-card strong {
  color: var(--ink);
}

.final-cta {
  padding-top: 0;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 7vw, 78px);
  border-radius: 38px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 11, 11, 0.96), rgba(11, 11, 11, 0.86)),
    radial-gradient(circle at 86% 20%, rgba(242, 213, 111, 0.28), transparent 24rem);
  box-shadow: var(--shadow);
}

.cta-panel::after {
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 380px;
  height: 380px;
  content: "";
  border: 1px solid rgba(242, 213, 111, 0.2);
  border-radius: 50%;
}

.cta-panel .btn {
  margin-top: 28px;
}

.footer {
  padding: 58px 0 26px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr auto;
  gap: 34px;
  align-items: start;
}

.footer p {
  max-width: 440px;
}

.footer address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.footer strong {
  color: var(--white);
}

.footer a:hover {
  color: var(--gold-light);
}

.copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.38);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 24px 54px rgba(37, 211, 102, 0.46);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.thanks-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 50% 0%, rgba(201, 154, 49, 0.18), transparent 32rem), var(--paper);
}

.thanks-card {
  width: min(100%, 620px);
  padding: clamp(32px, 7vw, 62px);
  border: 1px solid var(--line);
  border-radius: 34px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.thanks-card img {
  margin-inline: auto;
}

.thanks-card h1 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(2.8rem, 8vw, 5rem);
}

.thanks-card p:not(.eyebrow) {
  color: var(--muted);
}

.thanks-card .btn {
  margin-top: 24px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 980px) {
  .section {
    padding: 82px 0;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(11, 11, 11, 0.94);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: 0.22s ease;
  }

  .menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .menu a {
    justify-content: center;
    padding: 13px;
  }

  .menu-toggle.is-open span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

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

  .menu-toggle.is-open span:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-grid,
  .split,
  .quote-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    justify-self: stretch;
    width: 100%;
  }

  .office-card,
  .blueprint-card {
    min-height: 420px;
  }

  .office-card img {
    height: 420px;
  }

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

  .comparison-grid,
  .testimonial-grid,
  .differentials-grid {
    grid-template-columns: 1fr;
  }

  .quote-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .nav {
    min-height: 74px;
  }

  .brand span {
    font-size: 0.94rem;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .hero {
    padding-top: 66px;
  }

  .hero-actions,
  .footer-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .services-grid,
  .budget-form,
  .about-stats {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .video-lazy {
    border-radius: 28px;
  }

  .footer-grid {
    gap: 24px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}
