@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --cream: #f7f4ee;
  --warm-white: #fbf8f3;
  --stone: #ece7df;
  --taupe: #b7aa9a;

  --brand-teal: #0a7184;
  --brand-teal-dark: #086878;
  --brand-gold: #d9ad22;

  --charcoal: #2b2b2b;
  --warm-charcoal: #1f2b2d;
  --soft-charcoal: #5f5a53;

  --line: rgba(43, 43, 43, 0.08);
  --white-line: rgba(255, 255, 255, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--warm-white);
  color: var(--charcoal);
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 28px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 82px;
  border-radius: 10px;
  opacity: 0.92;
  filter: saturate(82%) brightness(96%);
}

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

.nav a {
  color: var(--warm-white);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav a:last-child {
  padding: 15px 28px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  background: rgba(10, 113, 132, 0.26);
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
}

.nav a:last-child:hover {
  background: rgba(10, 113, 132, 0.46);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  inset: 0;
  height: 100%;
  filter: saturate(78%) contrast(94%) brightness(92%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(18, 17, 15, 0.62),
      rgba(18, 17, 15, 0.24),
      rgba(18, 17, 15, 0.06)
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 220px 7vw 120px;
  color: var(--warm-white);
}

.eyebrow {
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 18px;
  background: currentColor;
}

.dark {
  color: var(--brand-teal-dark);
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

h1 {
  font-size: clamp(72px, 8vw, 128px);
}

h2 {
  font-size: clamp(44px, 5vw, 76px);
}

em {
  font-style: italic;
}

.hero-text {
  max-width: 540px;
  margin: 34px 0 46px;
  font-size: 19px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}

.button {
  display: inline-block;
  padding: 17px 36px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  background: rgba(10, 113, 132, 0.26);
  color: var(--warm-white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.button:hover {
  background: rgba(10, 113, 132, 0.46);
}

.intro {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 90px;
  align-items: center;
  padding: 120px 7vw;
  background: var(--warm-white);
}

.intro-copy p {
  max-width: 520px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--soft-charcoal);
}

.intro img {
  height: 420px;
  border-radius: 22px;
  filter: saturate(78%) contrast(94%) brightness(99%);
}

.services {
  padding: 110px 7vw;
  background: var(--warm-charcoal);
  color: var(--warm-white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 36px;
}

.service-grid article {
  padding-left: 28px;
  border-left: 1px solid var(--white-line);
}

.service-grid article:first-child {
  padding-left: 0;
  border-left: none;
}

.service-grid span {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  color: var(--brand-gold);
}

.service-grid h3 {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 70px;
  align-items: center;
  padding: 120px 7vw;
  background: var(--warm-white);
}

.about img {
  height: 460px;
  filter: saturate(78%) contrast(94%) brightness(99%);
}

.about-side {
  border-radius: 22px;
}

.about-copy p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--soft-charcoal);
}

.gallery {
  display: grid;
  grid-template-columns: 0.9fr repeat(4, 1fr);
  background: var(--cream);
}

.gallery-copy {
  padding: 48px;
}

.gallery-copy h2 {
  font-size: 30px;
  letter-spacing: -0.03em;
}

.gallery img {
  height: 260px;
  filter: saturate(78%) contrast(94%) brightness(99%);
}

.contact-band {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 64px 7vw;
  background: var(--warm-charcoal);
  color: var(--warm-white);
}

.contact-band p {
  font-size: 18px;
  line-height: 1.8;
}

.light {
  background: transparent;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 60px;
  padding: 74px 7vw;
  background: var(--warm-white);
  border-top: 1px solid var(--line);
  color: var(--charcoal);
  font-size: 14px;
}

.footer img {
  width: 96px;
  border-radius: 10px;
  opacity: 0.92;
  filter: saturate(82%) brightness(96%);
}

.footer-title {
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-teal-dark);
}

.footer p {
  margin-bottom: 10px;
  line-height: 1.8;
  color: var(--soft-charcoal);
}

@media (max-width: 1000px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about,
  .intro,
  .contact-band,
  .footer {
    grid-template-columns: 1fr;
  }

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

  .gallery-copy {
    grid-column: span 2;
  }

  .about-side {
    display: none;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 24px;
  }

  .brand img {
    width: 76px;
  }

  .menu-toggle {
    display: block;
    padding: 10px 14px;
    background: rgba(10, 113, 132, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    color: var(--warm-white);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
  }

  .nav {
    display: none;
    position: absolute;
    top: 84px;
    right: 24px;
    padding: 28px;
    border-radius: 16px;
    background: rgba(31, 43, 45, 0.96);
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.open {
    display: flex;
  }

  .hero-content {
    padding: 180px 24px 90px;
  }

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

  .gallery-copy {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 50px;
  }

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

  .service-grid article {
    padding-left: 0;
    padding-top: 22px;
    border-left: none;
    border-top: 1px solid var(--white-line);
  }
}