@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
  --ink: #0a0908;
  --navy: #08214a;
  --charcoal: #22333b;
  --cream: #f2f4f3;
  --soft-cream: #ebe5dc;
  --gold: #b77b34;
  --taupe: #a9927d;
  --brown: #5e503f;
  --white: #ffffff;
  --muted: rgba(34, 51, 59, 0.72);
  --shadow: 0 25px 70px rgba(10, 9, 8, 0.16);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
}

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

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

/* HEADER */

.site-header {
  width: 100%;
  min-height: 86px;
  padding: 0 6%;
  background: rgba(242, 244, 243, 0.95);
  border-bottom: 1px solid rgba(94, 80, 63, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
}

.brand img {
  width: 165px;
  height: auto;
}

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

.nav a {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
  transition: color 0.3s ease;
}

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

#menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  width: 34px;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: var(--charcoal);
}

/* HERO */

.hero {
  min-height: 100vh;
  padding: 160px 6% 95px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, 0.86), rgba(34, 51, 59, 0.78), rgba(94, 80, 63, 0.35)),
    url(https://i.ibb.co/6JsTTH0D/Background-1.png);
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 45%, rgba(183, 123, 52, 0.28), transparent 32%),
    linear-gradient(rgba(242, 244, 243, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 244, 243, 0.04) 1px, transparent 1px);
  background-size: auto, 90px 90px, 90px 90px;
}

.hero-content {
  max-width: 880px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--brown);
}

.hero h1 {
  max-width: 850px;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: var(--cream);
}

.hero p {
  max-width: 700px;
  margin-top: 28px;
  color: rgba(242, 244, 243, 0.78);
  font-size: 1.05rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}

/* BUTTONS */

.btn {
  min-height: 52px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.btn-primary:hover {
  background: var(--cream);
  border-color: var(--cream);
  transform: translateY(-2px);
}

.btn-outline {
  color: var(--cream);
  border-color: rgba(242, 244, 243, 0.45);
}

.btn-outline:hover {
  color: var(--ink);
  background: var(--cream);
  transform: translateY(-2px);
}

/* CONSULTATION STRIP */

.consultation-strip {
  padding: 44px 6%;
  background: var(--charcoal);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  text-align: center;
}

.consultation-strip p {
  font-size: 1rem;
  color: rgba(242, 244, 243, 0.86);
}

.strip-btn {
  padding: 14px 26px;
  border: 1px solid rgba(242, 244, 243, 0.38);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.strip-btn:hover {
  background: var(--cream);
  color: var(--charcoal);
}

/* SERVICES */

.services {
  padding: 115px 6%;
  background:
    linear-gradient(180deg, var(--cream), var(--soft-cream));
}

.section-heading {
  max-width: 820px;
  margin-bottom: 60px;
}

.section-heading h2,
.approach-content h2,
.contact-text h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 4.4vw, 4.4rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--charcoal);
}

.section-heading p {
  max-width: 680px;
  margin-top: 22px;
  color: var(--muted);
}

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

.service-card {
  min-height: 330px;
  padding: 34px 28px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(94, 80, 63, 0.16);
  box-shadow: 0 16px 40px rgba(94, 80, 63, 0.06);
  transition: all 0.35s ease;
}

.service-card:hover {
  background: var(--charcoal);
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.service-card span {
  display: block;
  margin-bottom: 38px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.service-card h3 {
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--charcoal);
}

.service-card p {
  color: rgba(34, 51, 59, 0.72);
  font-size: 0.94rem;
}

.service-card:hover h3,
.service-card:hover p {
  color: var(--cream);
}

/* APPROACH */

.approach {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 720px;
  background: var(--charcoal);
}

.approach-image {
  background:
    linear-gradient(rgba(10, 9, 8, 0.2), rgba(10, 9, 8, 0.34)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.approach-content {
  padding: 110px 8%;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.approach-content h2 {
  color: var(--cream);
}

.approach-content > p {
  max-width: 640px;
  margin-top: 24px;
  color: rgba(242, 244, 243, 0.74);
}

.approach-list {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

.approach-list div {
  padding-left: 22px;
  border-left: 2px solid var(--gold);
}

.approach-list h4 {
  margin-bottom: 6px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.approach-list p {
  color: rgba(242, 244, 243, 0.72);
}

/* CONTACT */

.contact {
  padding: 115px 6%;
  background: var(--cream);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}

.contact-text p {
  max-width: 610px;
  margin-top: 22px;
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.contact-details a {
  width: fit-content;
  font-weight: 800;
  color: var(--gold);
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: var(--charcoal);
}

.contact-form {
  padding: 42px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(242, 244, 243, 0.22);
  background: rgba(242, 244, 243, 0.96);
  color: var(--charcoal);
  padding: 15px 16px;
  font: inherit;
  outline: none;
  transition: all 0.25s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(183, 123, 52, 0.18);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
  margin-top: 8px;
}

/* FOOTER */

.footer {
  padding: 60px 6%;
  text-align: center;
  background: var(--charcoal);
  color: var(--cream);
}

.footer-logo {
  width: 170px;
  margin: 0 auto 20px;
  background: var(--cream);
  padding: 10px 14px;
}

.footer p {
  color: rgba(242, 244, 243, 0.72);
}

.copyright {
  margin-top: 18px;
  font-size: 0.8rem;
}

/* RESPONSIVE */

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

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

  .approach-image {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 78px;
    padding: 0 5%;
  }

  .brand img {
    width: 135px;
  }

  .menu-icon {
    display: block;
    z-index: 101;
  }

  .nav {
    position: fixed;
    top: 78px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 78px);
    background: var(--cream);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
    transition: right 0.35s ease;
  }

  #menu-toggle:checked ~ .nav {
    right: 0;
  }

  .hero {
    min-height: auto;
    padding: 140px 5% 82px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }

  .hero-buttons,
  .consultation-strip {
    flex-direction: column;
  }

  .btn,
  .strip-btn {
    width: 100%;
  }

  .services,
  .approach-content,
  .contact {
    padding: 85px 5%;
  }

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

  .contact-form {
    padding: 30px;
  }
}

@media (max-width: 460px) {
  .hero h1 {
    font-size: 2.75rem;
  }

  .section-heading h2,
  .approach-content h2,
  .contact-text h2 {
    font-size: 2.25rem;
  }

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