:root {
  --bg: #090909;
  --bg-soft: #121212;
  --panel: rgba(255, 255, 255, 0.05);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --text: #f5f2eb;
  --muted: #cfc7b6;
  --line: rgba(201, 161, 74, 0.24);
  --gold: #c9a14a;
  --gold-soft: #f0d9a1;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(201, 161, 74, 0.12), transparent 30%),
    linear-gradient(180deg, #060606 0%, #0f0f0f 100%);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(20px);
  background: rgba(7, 7, 7, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.brand,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 220px;
  height: 54px;
  padding: 0.15rem 0;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.nav-links a {
  color: var(--muted);
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-soft);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--gold-soft);
  transform: translateY(-1px);
  text-shadow: 0 0 16px rgba(212, 175, 55, 0.14);
}

.social-link-nav {
  margin-left: 0.2rem;
  align-self: center;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.social-icon svg {
  width: 0.98rem;
  height: 0.98rem;
  fill: currentColor;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 26%, rgba(201, 161, 74, 0.1), transparent 22%),
    radial-gradient(circle at 38% 34%, rgba(255, 234, 185, 0.07), transparent 18%),
    linear-gradient(90deg, rgba(4, 4, 4, 0.95) 0%, rgba(6, 6, 6, 0.82) 42%, rgba(4, 4, 4, 0.92) 100%),
    url("./assets/hero-bg.svg") center/cover no-repeat;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: transparent;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 700ms ease;
  will-change: transform, opacity;
  animation: heroVideoZoom 18s ease-in-out infinite alternate;
}

.hero-video.is-loaded {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 34%, rgba(201, 161, 74, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(201, 161, 74, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(4, 4, 4, 0.72) 0%, rgba(5, 5, 5, 0.46) 45%, rgba(4, 4, 4, 0.74) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.18), rgba(3, 3, 3, 0.62) 70%, rgba(3, 3, 3, 0.9) 100%);
  pointer-events: none;
}

.hero-brandmark {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-brandmark img {
  width: min(980px, 82vw);
  height: auto;
  object-fit: contain;
  object-position: center 18%;
  opacity: 0.075;
  transform: translate(-12%, -2%) scale(1.06);
  filter: grayscale(0.05) brightness(1.1) contrast(1.08) drop-shadow(0 0 32px rgba(201, 161, 74, 0.08));
  animation: heroBrandmarkFade 1400ms ease-out both;
}

.hero-content,
.section {
  position: relative;
  z-index: 1;
}

.hero-content {
  padding: 10.5rem 0 7.25rem;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 3rem;
  align-items: end;
}

.hero-copy-block {
  max-width: 780px;
  position: relative;
}

.hero-copy-block::before {
  content: "";
  position: absolute;
  inset: -3rem auto auto -2rem;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 161, 74, 0.18), rgba(201, 161, 74, 0.05) 36%, transparent 68%);
  filter: blur(26px);
  z-index: -1;
}

.hero-panel {
  padding: 1.75rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel-label {
  margin: 0 0 1rem;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

.hero-panel-item + .hero-panel-item {
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.hero-panel-item strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.hero-panel-item span {
  color: var(--muted);
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.8rem;
  color: var(--gold-soft);
}

h1 {
  margin: 0;
  font-size: clamp(4.2rem, 8.6vw, 7.15rem);
  line-height: 0.88;
  max-width: 11ch;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-shadow:
    0 0 22px rgba(201, 161, 74, 0.06),
    0 12px 34px rgba(0, 0, 0, 0.36);
}

.hero-copy,
.section-heading p,
.about-copy p,
.card p,
.stat span,
label,
input,
textarea {
  color: var(--muted);
}

.hero-copy {
  margin: 1.35rem 0 0;
  font-size: 1.16rem;
  line-height: 1.85;
  max-width: 56ch;
}

.hero-subcopy {
  margin: 1.1rem 0 0;
  max-width: 50ch;
  color: rgba(245, 242, 235, 0.8);
  font-size: 1rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.4rem;
}

@keyframes heroBrandmarkFade {
  from {
    opacity: 0;
    transform: translate(-12%, 1%) scale(1.02);
  }

  to {
    opacity: 0.075;
    transform: translate(-12%, -2%) scale(1.06);
  }
}

@keyframes heroVideoZoom {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1.1);
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #121212;
  box-shadow: 0 16px 35px rgba(201, 161, 74, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text);
}

.section {
  padding: 6rem 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.section-heading h2,
.about-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
}

.section-heading p,
.about-copy p {
  font-size: 1.02rem;
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.projects {
  padding-top: 5rem;
}

.project-tag {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.featured-project-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.featured-project-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #111;
}

.featured-project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 48%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}

.featured-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1.05) contrast(1.08) saturate(1.04) sepia(0.04);
  transform: scale(1.01);
  transition: transform 320ms ease, filter 320ms ease;
}

.featured-project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.featured-project-copy h3,
.project-body h3,
.gallery-heading h3 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  line-height: 0.98;
}

.featured-project-copy h3 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin-bottom: 1rem;
}

.featured-project-copy p,
.project-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.projects-social-cta {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 28px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}

.projects-social-title {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}

.projects-social-copy {
  margin: 0.85rem auto 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.8;
}

.projects-social-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}

.projects-social-link {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.gallery-section {
  padding-top: 1rem;
}

.video-section {
  padding-top: 1rem;
}

.gallery-group + .gallery-group {
  margin-top: 2.5rem;
}

.video-group + .video-group {
  margin-top: 2.5rem;
}

.gallery-heading {
  margin-bottom: 1rem;
}

.gallery-heading h3 {
  font-size: 1.9rem;
  margin-bottom: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: minmax(150px, auto);
  gap: 1rem;
}

.gallery-grid-three {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  grid-auto-rows: auto;
}

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

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

.gallery-item {
  position: relative;
  min-height: 230px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.gallery-item-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 470px;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.52) 100%);
  pointer-events: none;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(201, 161, 74, 0.4);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.45);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1.06) contrast(1.09) saturate(1.05) sepia(0.04);
  transform: scale(1.01);
  transition: transform 320ms ease, filter 320ms ease;
}

.gallery-item-feature img {
  aspect-ratio: 1 / 1;
}

.video-card {
  overflow: hidden;
  min-height: 240px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.video-card:hover,
.video-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(201, 161, 74, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.video-card video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  background: #0d0d0d;
  filter: brightness(1.03) contrast(1.06) saturate(1.03) sepia(0.02);
  transform: scale(1.01);
  transition: transform 280ms ease, filter 280ms ease;
}

.video-card:hover video,
.video-card:focus-within video {
  transform: scale(1.03);
  filter: brightness(1.05) contrast(1.08) saturate(1.04) sepia(0.015);
}

.featured-project-card:hover .featured-project-media img,
.featured-project-card:focus-within .featured-project-media img,
.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.05);
  filter: brightness(1.08) contrast(1.12) saturate(1.07) sepia(0.03);
}

.lightbox {
  width: min(92vw, 1200px);
  max-height: 90vh;
  padding: 1rem;
  border: 1px solid rgba(201, 161, 74, 0.3);
  border-radius: 28px;
  background: rgba(9, 9, 9, 0.94);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
}

.lightbox img {
  width: 100%;
  max-height: calc(90vh - 4.5rem);
  object-fit: contain;
  border-radius: 18px;
  opacity: 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.lightbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.lightbox-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.75rem auto;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 161, 74, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold-soft);
  font: inherit;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(201, 161, 74, 0.35);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.78);
  color: var(--gold-soft);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.card,
.about-panel,
.contact-form {
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.card {
  padding: 1.5rem;
  border-radius: 24px;
  min-height: 240px;
}

.card-number {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--gold-soft);
  font-size: 0.9rem;
  letter-spacing: 0.18em;
}

.card h3 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  line-height: 0.95;
}

.card p {
  margin: 0;
  line-height: 1.7;
}

.about {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    linear-gradient(90deg, rgba(201, 161, 74, 0.06), transparent 30%);
}

.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.about-layout {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 2.5rem;
  align-items: center;
}

.about-visual {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(11, 11, 11, 0.94));
  border: 1px solid rgba(212, 175, 55, 0.16);
  box-shadow: var(--shadow);
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.28) 100%);
  pointer-events: none;
}

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

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.75rem;
}

.team-card {
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(11, 11, 11, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.team-card:hover,
.team-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.team-card-media {
  overflow: hidden;
  background: #0b0b0b;
  aspect-ratio: 4 / 5;
}

.team-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 280ms ease;
}

.team-card:hover .team-card-media img,
.team-card:focus-within .team-card-media img {
  transform: scale(1.04);
}

.team-card-body {
  padding: 1.1rem 1.1rem 1.2rem;
}

.team-card-body strong {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.35;
}

.team-role {
  margin: 0.25rem 0 0.7rem;
  color: #d4af37;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card-body p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 30%);
}

.reviews-heading {
  margin-bottom: 2rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.review-card {
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(11, 11, 11, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.3);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.review-card:hover,
.review-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.review-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #d4af37;
  font-weight: 700;
}

.review-stars {
  color: #d4af37;
  letter-spacing: 0.12em;
  font-size: 0.92rem;
}

.reviewer-name {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--text);
  font-size: 1.08rem;
}

.review-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.reviews-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(6, 6, 6, 0.94);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 6rem;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: 28px;
}

label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.95rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 1px solid var(--gold);
  border-color: var(--gold);
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-details,
.service-areas {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.contact-details p,
.service-areas p,
.service-areas li {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.contact-details p + p {
  margin-top: 0.15rem;
}

.contact-details strong,
.service-area-title {
  color: var(--text);
  font-weight: 700;
}

.contact-details a {
  color: var(--gold-soft);
}

.contact-details a:hover,
.contact-details a:focus-visible {
  color: var(--text);
}

.email-list {
  display: grid;
  gap: 0.2rem;
  margin: 0.1rem 0 0.4rem;
}

.contact-note {
  margin-top: 0.65rem;
  font-size: 0.95rem;
}

.service-areas ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
}

.form-note {
  min-height: 1.5rem;
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.form-note.is-error {
  color: #f0b3a8;
}

.form-note.is-success {
  color: #d8c98c;
}

.contact-form button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.floating-actions {
  position: fixed;
  top: 7.25rem;
  right: 2rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: min(320px, calc(100vw - 3rem));
}

.floating-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.floating-button:hover,
.floating-button:focus-visible {
  transform: translateY(-1px);
}

.floating-call {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #121212;
}

.floating-estimate {
  background: rgba(8, 8, 8, 0.9);
  border: 1px solid rgba(201, 161, 74, 0.45);
  color: var(--gold-soft);
}

@media (max-width: 1100px) {
  .featured-project-card,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-grid-three {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

@media (max-width: 760px) {
  .nav {
    min-height: 88px;
    padding: 0.85rem 0;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .social-link-nav {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 6rem 0 5rem;
  }

  h1 {
    max-width: none;
  }

  .brand {
    width: 186px;
    height: 46px;
  }

  .service-grid,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.5rem 0;
  }

  .featured-project-copy {
    padding: 2rem;
  }

  .featured-project-media {
    min-height: 360px;
  }

  .about-layout {
    gap: 1.75rem;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .footer-layout {
    padding-bottom: 6.5rem;
  }

  .projects-social-cta {
    padding: 1.6rem;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hero-panel {
    max-width: 520px;
  }

  .hero-brandmark img {
    width: min(760px, 96vw);
    transform: translate(-8%, 0) scale(1.03);
    opacity: 0.065;
  }

  .hero-copy-block::before {
    width: 320px;
    height: 320px;
    inset: -2rem auto auto -1rem;
  }

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

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

  .video-grid {
    grid-template-columns: 1fr;
  }

  .project-media-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item-feature {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 320px;
  }

  .floating-actions {
    top: auto;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    flex-direction: row;
  }

  .floating-button {
    flex: 1 1 0;
    min-height: 56px;
    padding-inline: 1rem;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 1.5rem, 1120px);
  }

  .nav {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.75rem;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.88rem;
  }

  .social-link-nav span:last-child {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .projects-social-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-grid-three {
    grid-template-columns: 1fr;
  }

  .gallery-item-feature {
    grid-column: span 1;
    min-height: 260px;
  }

  body {
    padding-bottom: 5.5rem;
  }

  .hero-content {
    padding-top: 5.5rem;
  }

  .featured-project-media {
    min-height: 280px;
  }

  .featured-project-copy {
    padding: 1.5rem;
  }

  .project-actions {
    flex-direction: column;
  }

  .hero-panel {
    padding: 1.4rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .review-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-layout {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 6.75rem;
  }

  .hero-brandmark img {
    width: 110vw;
    max-width: none;
    transform: translate(-2%, 2%) scale(1);
    opacity: 0.055;
  }

  .hero-copy-block::before {
    width: 220px;
    height: 220px;
    inset: -1rem auto auto -0.5rem;
    filter: blur(20px);
  }

  .lightbox {
    width: calc(100vw - 1rem);
    padding: 0.75rem;
  }

  .lightbox-nav {
    width: 44px;
    height: 44px;
    font-size: 1.7rem;
  }

  .lightbox-prev {
    left: 0.5rem;
  }

  .lightbox-next {
    right: 0.5rem;
  }
}
