:root {
  --ivory: #f6f1ea;
  --soft-white: #fbfaf7;
  --charcoal: #101010;
  --muted: #6f6a63;
  --gold: #b99a66;
  --line: rgba(0,0,0,0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ivory);
  color: var(--charcoal);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

/* HEADER */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 24px 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(246,241,234,0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.brand span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem;
  letter-spacing: 0.28em;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 7px;
  font-size: 0.6rem;
  letter-spacing: 0.42em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav a {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 500;
}

.nav-cta {
  border: 1px solid var(--charcoal);
  padding: 13px 22px;
  transition: 0.3s ease;
}

.nav-cta:hover {
  background: var(--charcoal);
  color: white;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

/* GLOBAL */

h1,
h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  margin-bottom: 30px;
  font-weight: 500;
}

.button {
  display: inline-block;
  border: 1px solid var(--charcoal);
  padding: 16px 31px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  font-weight: 500;
  transition: 0.3s ease;
}

.button:hover {
  background: var(--charcoal);
  color: white;
}

/* HOME HERO */

.hero {
  min-height: 92vh;
  padding: 170px 7vw 90px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 9vw;
  align-items: end;
}

.hero-copy {
  max-width: 580px;
}

h1 {
  font-size: clamp(4.4rem, 7.4vw, 8rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  margin-bottom: 34px;
}

.hero-text {
  max-width: 430px;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 42px;
}

.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 76vh;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) contrast(1.05);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
  pointer-events: none;
}

/* SIGNATURE STRIP */

.signature-strip {
  background: var(--charcoal);
  color: white;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 58px 7vw;
  gap: 30px;
}

.signature-strip div {
  border-left: 1px solid rgba(255,255,255,0.18);
  padding-left: 28px;
}

.signature-strip span {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.signature-strip h3 {
  margin: 18px 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
}

.signature-strip p {
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
  font-size: 0.9rem;
}

/* INTRO */

.intro {
  background: var(--soft-white);
  padding: 130px 18vw;
}

.intro h2,
.services-preview h2,
.final-cta h2,
.about-split h2,
.about-dark-clean h2 {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 34px;
}

.intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 2;
}

.text-link {
  display: inline-block;
  margin-top: 34px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  font-weight: 500;
}

/* SERVICES */

.services-preview {
  padding: 120px 7vw;
}

.service-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article {
  padding: 44px 30px;
  border-right: 1px solid var(--line);
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid h3 {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  margin-bottom: 18px;
  font-weight: 500;
}

.service-grid p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.94rem;
}

/* ABOUT PAGE */

.about-hero-clean {
  background: var(--ivory);
  padding: 190px 7vw 120px;
  border-bottom: 1px solid var(--line);
}

.about-hero-clean h1 {
  font-size: clamp(4.2rem, 8vw, 8.5rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  max-width: 1050px;
  margin-bottom: 38px;
}

.about-hero-clean p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.about-split {
  background: var(--soft-white);
  padding: 120px 14vw;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 70px;
}

.section-number {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  margin-top: 8px;
}

.about-split p:not(.eyebrow):not(.section-number),
.about-dark-clean p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 2;
  margin-bottom: 24px;
}

.about-dark-clean {
  background: var(--charcoal);
  color: white;
  padding: 120px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}

.about-dark-clean p {
  color: rgba(255,255,255,0.68);
}

.about-cards-clean {
  background: var(--ivory);
  padding: 90px 7vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-cards-clean article {
  padding: 0 42px;
  border-right: 1px solid var(--line);
}

.about-cards-clean article:first-child {
  padding-left: 0;
}

.about-cards-clean article:last-child {
  border-right: 0;
  padding-right: 0;
}

.about-cards-clean span {
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
}

.about-cards-clean h3 {
  margin: 22px 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 500;
}

.about-cards-clean p {
  color: var(--muted);
  line-height: 1.85;
  font-size: 0.95rem;
}

.about-quote-clean {
  background: var(--soft-white);
  padding: 130px 12vw;
  text-align: center;
}

.about-quote-clean p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  max-width: 1100px;
  margin: 0 auto;
}

/* FINAL CTA */

.final-cta {
  background: #d8cfc3;
  text-align: center;
  padding: 130px 7vw;
}

.final-cta h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.button.dark {
  background: var(--charcoal);
  color: white;
}

.button.dark:hover {
  background: transparent;
  color: var(--charcoal);
}

/* FOOTER */

footer {
  padding: 34px 7vw;
  background: var(--charcoal);
  color: rgba(255,255,255,0.55);
  font-size: 0.82rem;
}

/* MOBILE */

@media (max-width: 900px) {

  .menu-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    top: 82px;
    right: 0;
    width: 100%;
    background: var(--ivory);
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 7vw;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: 0.3s ease;
  }

  .nav.active {
    transform: translateY(0);
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 130px 7vw 70px;
    gap: 45px;
  }

  .hero-image {
    order: -1;
  }

  .hero-image img {
    height: 58vh;
  }

  h1 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .signature-strip,
  .service-grid,
  .about-cards-clean {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .about-cards-clean article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 34px 0;
  }

  .about-cards-clean article:last-child {
    border-bottom: 0;
  }

  .intro {
    padding: 90px 7vw;
  }

  .about-hero-clean {
    padding: 150px 7vw 80px;
  }

  .about-hero-clean h1 {
    font-size: clamp(3.3rem, 15vw, 5.2rem);
  }

  .about-split,
  .about-dark-clean {
    grid-template-columns: 1fr;
    padding: 80px 7vw;
    gap: 34px;
  }

  .about-cards-clean {
    padding: 70px 7vw;
  }

  .about-quote-clean {
    padding: 90px 7vw;
  }
}