:root {
  --black: #070707;
  --charcoal: #5e5b58;
  --gold: #b68a45;
  --gold-soft: #c6a25c;
  --white: #ffffff;
  --off-white: #f3f1ed;
  --card: #f6f4f0;
  --text: #161616;
  --text-soft: #767676;
  --line: rgba(182, 138, 69, 0.18);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  --max-width: 1160px;
  --transition: all 0.35s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--off-white);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(100% - 48px, var(--max-width));
  margin: 0 auto;
}

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(65, 63, 61, 0.88);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-title {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.35em;
}

.brand-subtitle {
  margin-top: 4px;
  color: var(--white);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.main-nav a {
  position: relative;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  transition: var(--transition);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: var(--transition);
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold-soft);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.consult-btn {
  border: 1px solid rgba(182, 138, 69, 0.8);
  color: var(--gold-soft);
  padding: 15px 28px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  transition: var(--transition);
}

.consult-btn:hover {
  background: rgba(182, 138, 69, 0.08);
}

/* HERO */
.services-hero {
  position: relative;
  min-height: 760px;
  padding-top: 82px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.72)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.36)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-kicker {
  color: var(--gold-soft);
  font-size: 0.82rem;
  letter-spacing: 0.62em;
  margin-bottom: 18px;
}

.hero-line {
  width: 70px;
  height: 1px;
  display: block;
  background: var(--gold);
  margin: 0 auto 26px;
}

.hero-content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.4rem, 10vw, 8.8rem);
  line-height: 0.88;
  font-weight: 700;
  color: var(--white);
}

.hero-content h1 span {
  color: var(--gold);
  font-style: italic;
}

/* PRACTICE SECTION */
.practice-section {
  padding: 90px 0 24px;
}

.last-section {
  padding-bottom: 100px;
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 50px;
}

.heading-bar {
  width: 3px;
  min-width: 3px;
  height: 68px;
  background: var(--gold);
  margin-top: 8px;
}

.section-heading h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 0.95;
  margin-bottom: 10px;
}

.section-heading p {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.45em;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.services-grid.two-column {
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
}
.services-section .card-link:hover,
.services-section .card-body a:hover {
  color: #8f6a2b !important;
}
/* CARD */
.service-card {
  background: var(--card);
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.card-image {
  height: 295px;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  position: relative;
}

.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 44%, rgba(246,244,240,0.95) 92%);
}

.card-body {
  position: relative;
  padding: 0 36px 34px;
  margin-top: -28px;
}

.icon-badge {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fbf9f5;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  margin-bottom: 28px;
}

.card-body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  line-height: 1.08;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
  color: #181818;
}

.card-body p {
  color: var(--text-soft);
  font-size: 1rem;
  margin-bottom: 28px;
  min-height: 88px;
}

.card-body a {
  display: block;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.38em;
}

.card-body a:hover {
  color: #8f672c;
}

/* CTA */
.cta-section {
  background:
    linear-gradient(100deg, #f8f7f4 0%, #f8f7f4 72%, #f2f0ec 72%, #f2f0ec 100%);
  padding: 96px 0 112px;
  text-align: center;
}

.cta-content {
  max-width: 860px;
}

.cta-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #f2eee8;
  border: 1px solid rgba(182, 138, 69, 0.22);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 30px;
}

.cta-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  font-style: italic;
  max-width: 760px;
  margin: 0 auto 28px;
}

.cta-content p {
  max-width: 720px;
  margin: 0 auto 44px;
  color: #6d6d6d;
  font-size: 1.05rem;
}

.cta-btn {
  display: inline-block;
  min-width: 460px;
  background: #050505;
  color: var(--gold);
  padding: 24px 34px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  box-shadow: 0 18px 30px rgba(0,0,0,0.08);
  transition: var(--transition);
}

.cta-btn:hover {
  transform: translateY(-3px);
  background: #111111;
}

/* FOOTER */
.site-footer {
  background: #090909;
  color: var(--white);
  padding: 72px 0 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 42px;
}

.footer-logo {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.footer-logo-image {
  display: block;
  width: min(100%, 220px);
  height: auto;
  max-width: 220px;
  object-fit: contain;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-col p,
.footer-col a {
  color: #b9b9b9;
  font-size: 1rem;
  line-height: 1.9;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col h4 {
  color: var(--gold);
  margin-bottom: 18px;
  font-size: 0.86rem;
  letter-spacing: 0.22em;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-strong {
  color: var(--white) !important;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .main-nav {
    gap: 24px;
  }

  .services-grid {
    gap: 28px;
  }
}

@media (max-width: 992px) {
  .site-header {
    position: relative;
  }

  .nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-title {
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.35em;
}

.brand-subtitle {
  margin-top: 4px;
  color: var(--gold-soft);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
}

.main-nav {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.services-hero {
  min-height: 620px;
  padding-top: 40px;
}

.services-grid,
.services-grid.two-column,
.footer-grid {
  grid-template-columns: 1fr;
  max-width: 100%;
}

.cta-btn {
  min-width: 0;
  width: 100%;
  max-width: 520px;
}
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .section-heading {
    flex-direction: column;
    gap: 16px;
  }

  .heading-bar {
    width: 70px;
    height: 3px;
    margin-top: 0;
  }

  .card-body {
    padding: 0 24px 28px;
  }

  .card-body h3 {
    font-size: 1.65rem;
  }

  .hero-kicker,
  .section-heading p,
  .main-nav a,
  .consult-btn {
    letter-spacing: 0.22em;
  }
}

@media (max-width: 480px) {
  .services-hero {
    min-height: 520px;
  }

  .card-image {
    height: 230px;
  }

  .cta-content h2 {
    font-size: 2.5rem;
  }

  .cta-content p {
    font-size: 0.95rem;
  }
}

/* Apply warm gold to icons and discover links on services page */
.services-grid .icon-badge,
.services-grid .card-icon,
.service-card .service-icon {
  color: #b68a45 !important;
}

.service-card .text-link,
.card-body a,
.card-link {
  color: #b68a45 !important;
  border-color: rgba(182,138,69,0.12) !important;
}

.service-card .text-link:hover,
.card-body a:hover,
.card-link:hover {
  color: #8f6a2b !important;
}
