:root {
  --ink: #101113;
  --charcoal: #171513;
  --smoke: #111111;
  --paper: #0d0d0d;
  --muted: #6f675b;
  --line: rgba(197, 161, 85, 0.28);
  --gold: #c9a24f;
  --bright-gold: #f0d486;
  --ivory: #fff7df;
  --green: #0d4b44;
  --terracotta: #9c4939;
  --facebook: #1877f2;
  --instagram: #e4405f;
  --youtube: #ff0033;
  --shadow: 0 22px 60px rgba(16, 17, 19, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f4e7c1;
  background: #0d0d0d;
}

.scroll-progress {
  background: linear-gradient(90deg, transparent, var(--bright-gold), transparent);
  height: 2px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  z-index: 40;
}

body:not(.is-loaded) .hero-content,
body:not(.is-loaded) .hero-crest {
  opacity: 0;
  transform: translateY(22px);
}

body.is-loaded .hero-content {
  animation: heroReveal 900ms ease forwards;
}

body.is-loaded .hero-crest {
  animation: heroReveal 1100ms ease 120ms forwards;
}

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

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

.site-header {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(240, 212, 134, 0.12), rgba(13, 13, 13, 0.08) 42%, rgba(0, 0, 0, 0.18)),
    rgba(13, 14, 14, 0.92);
  border-bottom: 1px solid rgba(240, 212, 134, 0.34);
  color: var(--ivory);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  min-height: 96px;
  padding: 16px clamp(18px, 4vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, box-shadow 180ms ease, min-height 180ms ease;
  z-index: 20;
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.site-header::after {
  background: linear-gradient(90deg, transparent, rgba(240, 212, 134, 0.98), transparent);
  bottom: -1px;
  content: "";
  height: 2px;
  left: 7%;
  position: absolute;
  right: 7%;
}

.site-header.is-scrolled {
  background: rgba(16, 17, 19, 0.94);
  min-height: 78px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
}

.site-header.is-scrolled .brand img {
  height: 48px;
  width: 48px;
}

.site-header.is-scrolled .nav-links a {
  min-height: 38px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.site-header.is-scrolled .header-cta {
  min-height: 44px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 218px;
}

.brand img {
  border: 1px solid rgba(240, 212, 134, 0.66);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(240, 212, 134, 0.08), 0 0 34px rgba(240, 212, 134, 0.18);
  height: 62px;
  object-fit: cover;
  transition: height 200ms ease, width 200ms ease;
  width: 62px;
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.brand small {
  color: var(--bright-gold);
  font-size: 0.72rem;
  margin-top: 4px;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(240, 212, 134, 0.32), rgba(255, 247, 223, 0.06) 33%, rgba(0, 0, 0, 0.08) 68%, rgba(240, 212, 134, 0.28)),
    rgba(9, 9, 9, 0.78);
  border: 1px solid rgba(240, 212, 134, 0.54);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 223, 0.26),
    inset 0 -18px 28px rgba(0, 0, 0, 0.34),
    0 22px 58px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(201, 162, 79, 0.14);
  display: flex;
  gap: 0;
  font-size: 0.82rem;
  padding: 7px;
  backdrop-filter: blur(14px);
}

.nav-links a {
  border: 1px solid rgba(240, 212, 134, 0);
  border-radius: 8px;
  color: rgba(255, 247, 223, 0.84);
  font-weight: 900;
  min-height: 46px;
  overflow: hidden;
  padding: 14px 22px;
  position: relative;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    min-height 200ms ease,
    padding 200ms ease,
    transform 180ms ease;
}

.nav-links a + a {
  margin-left: 4px;
}

.nav-links a::before {
  background:
    linear-gradient(135deg, rgba(240, 212, 134, 0.42), rgba(255, 247, 223, 0.12)),
    rgba(240, 212, 134, 0.06);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
  z-index: -1;
}

.nav-links a:hover {
  background: rgba(240, 212, 134, 0.14);
  border-color: rgba(240, 212, 134, 0.66);
  color: var(--bright-gold);
  transform: translateY(-2px);
}

.nav-links a:hover::before {
  opacity: 1;
}

.nav-links a::after {
  background: linear-gradient(90deg, transparent, var(--bright-gold), transparent);
  border-radius: 999px;
  bottom: 7px;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 180ms ease, width 180ms ease;
  width: 0;
}

.nav-links a:hover::after {
  opacity: 1;
  width: 58%;
}

.header-cta,
.primary-button,
.secondary-button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
}

.header-cta,
.primary-button {
  background: linear-gradient(135deg, var(--bright-gold), var(--gold));
  color: #21180b;
  box-shadow: 0 14px 36px rgba(201, 162, 79, 0.24);
}

.header-cta {
  border: 1px solid rgba(255, 247, 223, 0.26);
  border-radius: 8px;
  min-height: 52px;
  padding: 0 26px;
  box-shadow: 0 18px 54px rgba(201, 162, 79, 0.34), inset 0 1px 0 rgba(255, 247, 223, 0.38);
  text-transform: uppercase;
  transition: min-height 200ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.whatsapp-cta {
  gap: 10px;
}

.whatsapp-cta svg {
  fill: #1f1608;
  height: 20px;
  width: 20px;
}

.secondary-button {
  border: 1px solid rgba(255, 247, 223, 0.34);
  color: var(--ivory);
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  height: 40px;
  padding: 0;
  width: 40px;
}

.menu-button span {
  background: var(--ivory);
  display: block;
  height: 2px;
  margin: 6px auto;
  width: 24px;
}

.hero {
  align-items: center;
  color: var(--ivory);
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  min-height: 100vh;
  overflow: hidden;
  padding: 150px clamp(18px, 5vw, 80px) 74px;
  position: relative;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}



.hero-media {
  background:
    linear-gradient(90deg, rgba(16, 17, 19, 0.9), rgba(16, 17, 19, 0.48), rgba(16, 17, 19, 0.86)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2200&q=85")
      center / cover;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.08);
  will-change: transform;
}

.hero-overlay {
  background:
    radial-gradient(circle at 68% 38%, rgba(201, 162, 79, 0.18), transparent 28%);
}

.hero-content,
.hero-crest {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 860px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.1rem, 9vw, 7.7rem);
  line-height: 0.88;
  margin-bottom: 22px;
  max-width: 980px;
}

.hero-tagline {
  color: var(--bright-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  margin-bottom: 16px;
}

.hero-copy {
  color: rgba(255, 247, 223, 0.8);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
  max-width: 680px;
}

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

.hero-crest {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 520px;
  padding: 18px;
  text-align: center;
}

.hero-crest::before,
.hero-crest::after {
  border: 1px solid rgba(240, 212, 134, 0.32);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.hero-crest::before {
  height: min(34vw, 430px);
  width: min(34vw, 430px);
}

.hero-crest::after {
  height: min(28vw, 350px);
  width: min(28vw, 350px);
}

.crest-ring {
  align-items: center;
  background:
    radial-gradient(circle, rgba(240, 212, 134, 0.24), rgba(18, 16, 13, 0.74) 58%),
    rgba(18, 16, 13, 0.78);
  border: 1px solid rgba(240, 212, 134, 0.48);
  border-radius: 50%;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  display: flex;
  height: min(24vw, 288px);
  justify-content: center;
  min-height: 220px;
  min-width: 220px;
  padding: 18px;
  position: relative;
  width: min(24vw, 288px);
  z-index: 2;
}

.crest-ring::after {
  background: linear-gradient(120deg, transparent, rgba(240, 212, 134, 0.34), transparent);
  content: "";
  inset: -20%;
  opacity: 0.5;
  position: absolute;
  transform: translateX(-120%) rotate(18deg);
}

body.is-loaded .crest-ring::after {
  animation: crestSheen 2600ms ease 900ms both;
}

.crest-ring img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  transition: opacity 850ms cubic-bezier(0.16, 1, 0.3, 1), transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes crestSheen {
  from {
    transform: translateX(-120%) rotate(18deg);
  }
  to {
    transform: translateX(120%) rotate(18deg);
  }
}

.crest-copy {
  max-width: 420px;
  position: relative;
  z-index: 2;
}

.crest-copy span,
.hero-trust-row span {
  color: rgba(255, 247, 223, 0.62);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.crest-copy strong {
  color: var(--bright-gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.18;
}

.hero-trust-row {
  border-top: 1px solid rgba(240, 212, 134, 0.32);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin-top: 8px;
  max-width: 520px;
  padding-top: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-trust-row strong {
  color: var(--ivory);
  font-size: 1rem;
  line-height: 1.4;
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 5vw, 80px);
}

.section-heading {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  margin-bottom: 44px;
}

.section-heading.compact {
  display: block;
  max-width: 780px;
}

.section-heading h2,
.feature-band h2,
.why-content h2,
.contact-copy h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow),
.feature-band p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.intro-section {
  background:
    linear-gradient(180deg, rgba(3, 4, 4, 0.96), rgba(9, 10, 10, 0.98)),
    url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1900&q=85")
      center / cover;
  color: var(--ivory);
  position: relative;
}

.intro-section::before {
  border: 1px solid rgba(240, 212, 134, 0.16);
  content: "";
  inset: 28px;
  pointer-events: none;
  position: absolute;
}

.intro-section .section-heading,
.intro-section .service-grid {
  position: relative;
  z-index: 1;
}

.intro-section .section-heading h2 {
  color: var(--ivory);
  font-size: clamp(2.4rem, 4vw, 4.45rem);
  max-width: 760px;
}

.section-kicker {
  align-self: end;
  max-width: 560px;
}

.section-kicker p:not(.eyebrow) {
  color: rgba(255, 247, 223, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.8;
  max-width: 520px;
}

.service-stats {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  max-width: 460px;
}

.service-stats span {
  border-left: 2px solid var(--bright-gold);
  color: rgba(255, 247, 223, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 8px 0 8px 14px;
  text-transform: uppercase;
}

.service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid article {
  background:
    linear-gradient(145deg, rgba(255, 247, 223, 0.1), rgba(255, 247, 223, 0.025)),
    rgba(8, 8, 8, 0.72);
  border: 1px solid rgba(240, 212, 134, 0.26);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  min-height: 260px;
  padding: 28px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.service-grid article::before {
  background: linear-gradient(180deg, var(--bright-gold), transparent);
  content: "";
  inset: 0 auto 0 0;
  opacity: 0.7;
  position: absolute;
  width: 2px;
}

.service-grid article:hover {
  background:
    linear-gradient(145deg, rgba(240, 212, 134, 0.16), rgba(255, 247, 223, 0.035)),
    rgba(8, 8, 8, 0.82);
  border-color: rgba(240, 212, 134, 0.52);
  transform: translateY(-4px);
}

.service-grid span {
  color: var(--bright-gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  margin-bottom: 42px;
}

.service-grid h3,
.project-card h3 {
  font-size: 1.18rem;
  margin-bottom: 12px;
}

.service-grid h3 {
  color: var(--ivory);
}

.service-grid p {
  color: rgba(255, 247, 223, 0.68);
  line-height: 1.65;
}

.feature-band {
  align-items: center;
  background: var(--green);
  color: var(--ivory);
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 80px);
}

.feature-band .eyebrow {
  color: var(--bright-gold);
}

.feature-band p {
  color: rgba(255, 247, 223, 0.78);
}

.projects-section {
  background:
    linear-gradient(135deg, rgba(5, 6, 6, 0.96), rgba(13, 75, 68, 0.82)),
    url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=2000&q=85")
      center / cover;
  color: var(--ivory);
  overflow: hidden;
  position: relative;
}

.projects-section::before {
  border: 1px solid rgba(240, 212, 134, 0.18);
  content: "";
  inset: 28px;
  pointer-events: none;
  position: absolute;
}

.projects-section::after {
  background: radial-gradient(circle at 82% 16%, rgba(240, 212, 134, 0.18), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.projects-section .section-heading,
.projects-section .project-grid {
  position: relative;
  z-index: 1;
}

.projects-section .section-heading h2 {
  color: var(--ivory);
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.38);
}

.projects-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 247, 223, 0.7);
}

.projects-section .section-heading strong {
  color: var(--bright-gold);
}

.project-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.project-card {
  background:
    linear-gradient(145deg, rgba(255, 247, 223, 0.09), rgba(255, 247, 223, 0.03)),
    rgba(7, 7, 7, 0.76);
  border: 1px solid rgba(240, 212, 134, 0.24);
  border-radius: 12px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  min-width: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.project-card:hover {
  border-color: rgba(240, 212, 134, 0.5);
  box-shadow: 0 36px 96px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}

.project-card img {
  aspect-ratio: 1.46;
  object-fit: cover;
  width: 100%;
}

.project-card-body {
  padding: 22px;
}

.project-card h3 {
  color: var(--ivory);
}

.project-card p,
.project-meta {
  color: rgba(255, 247, 223, 0.68);
  line-height: 1.65;
}

.project-type {
  color: var(--bright-gold);
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.project-meta span {
  background: rgba(240, 212, 134, 0.1);
  border: 1px solid rgba(240, 212, 134, 0.18);
  border-radius: 999px;
  color: rgba(255, 247, 223, 0.78);
  padding: 7px 10px;
}

.why-section {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(13, 14, 14, 0.94), rgba(13, 75, 68, 0.78)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2000&q=85")
      center / cover;
  color: var(--ivory);
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  overflow: hidden;
  position: relative;
}

.why-section::before {
  border: 1px solid rgba(240, 212, 134, 0.22);
  content: "";
  inset: 28px;
  pointer-events: none;
  position: absolute;
}

.why-section::after {
  background: radial-gradient(circle at 22% 35%, rgba(240, 212, 134, 0.18), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.why-image {
  background:
    linear-gradient(180deg, rgba(16, 17, 19, 0.05), rgba(16, 17, 19, 0.34)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1400&q=85")
      center / cover;
  border: 1px solid rgba(240, 212, 134, 0.28);
  border-radius: 12px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  min-height: 560px;
  position: relative;
  z-index: 1;
}

.why-content {
  align-self: center;
  position: relative;
  z-index: 1;
}

.why-content .eyebrow {
  color: var(--bright-gold);
}

.why-content h2 {
  color: var(--ivory);
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

.trust-list {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.trust-list div {
  background:
    linear-gradient(135deg, rgba(255, 247, 223, 0.1), rgba(255, 247, 223, 0.035)),
    rgba(6, 6, 6, 0.32);
  border: 1px solid rgba(240, 212, 134, 0.18);
  border-radius: 8px;
  padding: 18px 20px;
  position: relative;
}

.trust-list div::before {
  background: var(--bright-gold);
  border-radius: 999px;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 2px;
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  color: var(--ivory);
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.trust-list span {
  color: rgba(255, 247, 223, 0.68);
  line-height: 1.65;
}

.director-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(16, 17, 19, 0.94), rgba(13, 75, 68, 0.86)),
    url("https://images.unsplash.com/photo-1560520031-3a4dc4e9de0c?auto=format&fit=crop&w=1800&q=85")
      center / cover;
  color: var(--ivory);
  display: grid;
  gap: clamp(36px, 6vw, 86px);
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  position: relative;
}

.director-section::before {
  border: 1px solid rgba(240, 212, 134, 0.18);
  content: "";
  inset: 28px;
  pointer-events: none;
  position: absolute;
}

.director-emblem {
  align-items: center;
  border: 1px solid rgba(240, 212, 134, 0.3);
  border-radius: 50%;
  display: flex;
  height: clamp(220px, 28vw, 360px);
  justify-content: center;
  justify-self: center;
  padding: 18px;
  position: relative;
  width: clamp(220px, 28vw, 360px);
  z-index: 1;
}

.director-emblem::before {
  border: 1px solid rgba(240, 212, 134, 0.22);
  border-radius: 50%;
  content: "";
  inset: 18px;
  position: absolute;
}

.director-emblem img {
  border-radius: 50%;
  height: 82%;
  object-fit: cover;
  width: 82%;
}

.director-message {
  max-width: 880px;
  position: relative;
  z-index: 1;
}

.director-message h2 {
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  line-height: 1;
  margin-bottom: 28px;
}

.director-message blockquote {
  border-left: 2px solid var(--bright-gold);
  color: rgba(255, 247, 223, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  line-height: 1.65;
  margin: 0;
  padding-left: 26px;
}

.director-signature {
  border-top: 1px solid rgba(240, 212, 134, 0.26);
  margin-top: 32px;
  padding-top: 22px;
}

.director-signature strong,
.director-signature span {
  display: block;
}

.director-signature strong {
  color: var(--bright-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.director-signature span {
  color: rgba(255, 247, 223, 0.62);
  margin-top: 6px;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(16, 17, 19, 0.96), rgba(16, 17, 19, 0.86)),
    url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1800&q=85")
      center / cover;
  color: var(--ivory);
  display: grid;
  gap: clamp(42px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  position: relative;
  min-height: 100vh;
}

.contact-section::before {
  border: 1px solid rgba(240, 212, 134, 0.16);
  content: "";
  inset: 26px;
  pointer-events: none;
  position: absolute;
}

.contact-copy,
.enquiry-form {
  position: relative;
  z-index: 1;
}

.contact-copy p {
  color: rgba(255, 247, 223, 0.72);
}

.contact-suite {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.contact-card {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(255, 247, 223, 0.1), rgba(255, 247, 223, 0.035)),
    rgba(9, 9, 9, 0.42);
  border: 1px solid rgba(240, 212, 134, 0.22);
  border-radius: 8px;
  color: var(--ivory);
  display: flex;
  gap: 14px;
  min-height: 134px;
  padding: 18px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
  backdrop-filter: blur(10px);
}

.contact-card::after {
  background: linear-gradient(90deg, var(--bright-gold), transparent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 18px;
  opacity: 0.72;
  position: absolute;
  right: 42%;
}

.contact-card:hover {
  background:
    linear-gradient(135deg, rgba(240, 212, 134, 0.16), rgba(255, 247, 223, 0.045)),
    rgba(9, 9, 9, 0.5);
  border-color: rgba(240, 212, 134, 0.48);
  transform: translateY(-2px);
}

.contact-card-primary {
  border-color: rgba(240, 212, 134, 0.44);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
}

.contact-card-wide {
  grid-column: 1 / -1;
}

.contact-icon {
  align-items: center;
  background: radial-gradient(circle, rgba(240, 212, 134, 0.28), rgba(201, 162, 79, 0.1));
  border: 1px solid rgba(240, 212, 134, 0.34);
  border-radius: 50%;
  color: var(--bright-gold);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

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

.contact-card small {
  color: rgba(255, 247, 223, 0.56);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-card strong {
  color: var(--bright-gold);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-card em {
  color: rgba(255, 247, 223, 0.64);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.55;
  margin-top: 8px;
}

.contact-actions-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.contact-actions-row > span {
  color: rgba(255, 247, 223, 0.58);
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 420px;
}

.concierge-button {
  align-items: center;
  background: linear-gradient(135deg, var(--bright-gold), var(--gold));
  border: 1px solid rgba(255, 247, 223, 0.32);
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(201, 162, 79, 0.22);
  color: #21180b;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-transform: uppercase;
}

.find-us-card {
  background: rgba(255, 247, 223, 0.06);
  border: 1px solid rgba(240, 212, 134, 0.24);
  border-radius: 8px;
  margin-top: 30px;
  padding: 20px;
}

.find-us-card > span {
  color: rgba(255, 247, 223, 0.62);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.social-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.footer-social {
  margin-top: 0;
}

.social-links a,
.footer-social a {
  align-items: center;
  border: 1px solid rgba(240, 212, 134, 0.3);
  border-radius: 999px;
  color: var(--ivory);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 8px;
  padding: 9px 13px;
}

.social-links svg,
.footer-social svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.social-links .social-facebook,
.footer-social .social-facebook {
  color: var(--facebook);
}

.social-links .social-instagram,
.footer-social .social-instagram {
  color: var(--instagram);
}

.social-links .social-youtube,
.footer-social .social-youtube {
  color: var(--youtube);
}

.social-links .social-facebook:hover,
.footer-social .social-facebook:hover {
  background: rgba(24, 119, 242, 0.12);
  border-color: rgba(24, 119, 242, 0.46);
  color: var(--facebook);
}

.social-links .social-instagram:hover,
.footer-social .social-instagram:hover {
  background: rgba(228, 64, 95, 0.12);
  border-color: rgba(228, 64, 95, 0.46);
  color: var(--instagram);
}

.social-links .social-youtube:hover,
.footer-social .social-youtube:hover {
  background: rgba(255, 0, 51, 0.12);
  border-color: rgba(255, 0, 51, 0.46);
  color: var(--youtube);
}

.social-links a:hover,
.footer-social a:hover {
  transform: translateY(-1px);
}

.enquiry-form {
  background: rgba(255, 247, 223, 0.06);
  border: 1px solid rgba(240, 212, 134, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 24px;
}

label {
  color: rgba(255, 247, 223, 0.72);
  display: grid;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
}

input,
select,
textarea {
  background: rgba(255, 250, 240, 0.95);
  border: 1px solid rgba(240, 212, 134, 0.3);
  border-radius: 4px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

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

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

  .reveal-on-scroll,
  body:not(.is-loaded) .hero-content,
  body:not(.is-loaded) .hero-crest {
    opacity: 1 !important;
    transform: none !important;
  }
}

.full-width {
  border: 0;
  cursor: pointer;
  width: 100%;
}

.site-footer {
  align-items: center;
  background: #0d0d0d;
  color: rgba(255, 247, 223, 0.74);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(220px, 1fr) minmax(240px, 1fr) minmax(180px, auto);
  padding: 30px clamp(18px, 5vw, 80px);
}

.site-footer img {
  border-radius: 50%;
  height: 58px;
  margin-bottom: 10px;
  object-fit: cover;
  width: 58px;
}

.site-footer p,
.site-footer address {
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1040px) {
  .site-header {
    gap: 16px;
  }

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

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

  .hero,
  .section-heading,
  .feature-band,
  .why-section,
  .director-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-crest {
    min-height: 430px;
  }

  .hero-crest::before {
    height: min(70vw, 390px);
    width: min(70vw, 390px);
  }

  .hero-crest::after {
    height: min(58vw, 320px);
    width: min(58vw, 320px);
  }

  .crest-ring {
    height: min(46vw, 260px);
    width: min(46vw, 260px);
  }
}

@media (max-width: 780px) {
  .site-header {
    gap: 12px;
    min-height: 82px;
  }

  .nav-links,
  .header-cta span {
    display: none;
  }

  .header-cta {
    border-radius: 50%;
    display: inline-flex;
    height: 46px;
    min-height: 46px;
    min-width: 46px;
    padding: 0;
    width: 46px;
  }

  .menu-button {
    display: block;
  }

  .site-header.menu-open .nav-links {
    background: rgba(16, 17, 19, 0.98);
    border-top: 1px solid rgba(255, 247, 223, 0.12);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    display: grid;
    gap: 0;
    left: 0;
    padding: 10px 18px 18px;
    position: absolute;
    right: 0;
    top: 82px;
  }

  .site-header.menu-open .nav-links a {
    border-bottom: 1px solid rgba(255, 247, 223, 0.1);
    padding: 16px 0;
  }

  .hero {
    min-height: 96vh;
    padding-top: 142px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

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

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

  .projects-section::before {
    inset: 16px;
  }

  .hero-crest {
    min-height: 380px;
  }

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

  .director-section::before {
    inset: 16px;
  }

  .why-section::before {
    inset: 16px;
  }

  .contact-section::before {
    inset: 16px;
  }

  .director-message blockquote {
    padding-left: 18px;
  }

  .why-image {
    min-height: 360px;
  }

  .brand {
    min-width: 0;
  }

  .contact-suite {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 0;
  }

  .intro-section::before {
    inset: 16px;
  }
}

@media (min-width: 781px) and (max-width: 1180px) {
  .nav-links a {
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-cta {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.project-enquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 247, 223, 0.28);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(135deg, var(--bright-gold), var(--gold));
  box-shadow: 0 18px 42px rgba(201, 162, 79, 0.2);
  color: #21180b;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.project-enquiry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(201, 162, 79, 0.28);
}
