:root {
  --bg: #f3efe8;
  --surface: #fbf8f3;
  --surface-alt: #f5f0e7;
  --surface-dark: #0f223b;
  --surface-dark-2: #142b47;
  --text: #182333;
  --muted: #5f6874;
  --line: rgba(24, 35, 51, 0.12);
  --line-strong: rgba(24, 35, 51, 0.22);
  --navy: #10243f;
  --navy-deep: #0a192d;
  --gold: #b79a63;
  --gold-soft: #d8c096;
  --cream: #f8f3eb;
  --shadow-soft: 0 24px 60px rgba(17, 27, 42, 0.08);
  --shadow-strong: 0 28px 90px rgba(10, 25, 45, 0.18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1200px, calc(100vw - 40px));
  --heading-font: "Cormorant Garamond", Georgia, serif;
  --body-font: "Manrope", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--body-font);
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(183, 154, 99, 0.12), transparent 32%),
    linear-gradient(180deg, #faf7f2 0%, var(--bg) 52%, #efe9df 100%);
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  white-space: normal;
  left: 16px;
  top: 16px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(248, 243, 235, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16, 36, 63, 0.08);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(248, 243, 235, 0.96);
  box-shadow: 0 10px 32px rgba(10, 25, 45, 0.06);
}

.nav-wrap,
.hero-grid,
.approach-grid,
.consultation-grid,
.footer-grid {
  display: grid;
}

.nav-wrap {
  position: relative;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

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

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-1px);
}

.site-nav .nav-cta,
.btn-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.site-nav .nav-cta {
  padding-inline: 16px;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto 5px;
  border-radius: 999px;
  background: var(--navy);
}

.nav-toggle span:last-child {
  margin-bottom: 0;
}

.hero {
  padding: 32px 0 78px;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: stretch;
}

.hero-copy,
.hero-media,
.practice-card,
.trust-grid article,
.credentials-grid article,
.consultation-form,
.consultation-copy,
.approach-media {
  border: 1px solid rgba(16, 36, 63, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--surface-dark) 0%, var(--surface-dark-2) 100%);
  color: #fff;
}

.hero-media,
.approach-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #d8d2ca;
}

.hero-media {
  min-height: 640px;
}

.hero-media img,
.approach-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading-font);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 8vw, 6.7rem);
}

h2 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
}

h3 {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.hero-intro,
.section-heading p,
.approach-copy > p,
.consultation-copy > p,
.trust-grid p,
.credentials-grid p,
.practice-card p,
.approach-points p,
.site-footer p {
  color: var(--muted);
}

.hero-intro {
  max-width: 34ch;
  margin: 24px 0 0;
  color: rgba(248, 243, 235, 0.82);
  font-size: 1.05rem;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-secondary {
  border-color: rgba(248, 243, 235, 0.2);
  background: rgba(248, 243, 235, 0.08);
  color: #fff;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(248, 243, 235, 0.08);
  border: 1px solid rgba(248, 243, 235, 0.1);
  color: rgba(248, 243, 235, 0.86);
  font-size: 0.84rem;
}

.trust-band {
  padding: 0 0 28px;
}

.trust-grid,
.practice-grid,
.credentials-grid {
  display: grid;
  gap: 18px;
}

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

.trust-grid article,
.credentials-grid article,
.practice-card,
.consultation-form,
.consultation-copy {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(8px);
}

.trust-grid article {
  padding: 24px;
}

.trust-grid strong,
.approach-points strong,
.consultation-details dt {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
}

.section {
  padding: 108px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.practice-card {
  padding: 26px;
}

.card-accent {
  display: block;
  width: 56px;
  height: 2px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--gold), rgba(183, 154, 99, 0.18));
}

.practice-card p {
  margin: 14px 0 18px;
}

.practice-card a {
  color: var(--navy);
  font-weight: 700;
}

.approach-grid,
.consultation-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.approach-copy {
  max-width: 620px;
}

.approach-points {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.approach-points article {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.approach-points article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.approach-media {
  min-height: 520px;
}

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

.credentials-grid article {
  padding: 30px;
}

.credentials-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.consultation-copy,
.consultation-form {
  padding: 32px;
}

.consultation-copy {
  background: linear-gradient(180deg, var(--surface-dark) 0%, var(--surface-dark-2) 100%);
  color: #fff;
}

.consultation-copy .eyebrow {
  color: var(--gold-soft);
}

.consultation-copy h2,
.consultation-copy p,
.consultation-details dd,
.consultation-details a {
  color: rgba(248, 243, 235, 0.88);
}

.consultation-details {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

.consultation-details dt {
  color: var(--gold-soft);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.consultation-details dd {
  margin: 0;
}

.consultation-form {
  display: grid;
  gap: 18px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
}

label span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(16, 36, 63, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(16, 36, 63, 0.34);
  box-shadow: 0 0 0 3px rgba(16, 36, 63, 0.08);
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.consent span {
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
}

.site-footer {
  padding: 36px 0 48px;
  background: var(--navy-deep);
  color: rgba(248, 243, 235, 0.84);
}

.footer-grid {
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 24px;
}

.site-footer img {
  width: 220px;
  height: auto;
  margin-bottom: 16px;
}

.site-footer h3 {
  font-family: var(--body-font);
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 14px;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(.2, .7, .1, 1);
  transition-delay: var(--delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .approach-grid,
  .consultation-grid,
  .trust-grid,
  .practice-grid,
  .credentials-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .approach-media {
    min-height: 460px;
  }
}

@media (max-width: 820px) {
  .nav-wrap {
    grid-template-columns: auto auto;
    min-height: 74px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(248, 243, 235, 0.98);
    border: 1px solid rgba(16, 36, 63, 0.08);
    box-shadow: var(--shadow-strong);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -8px, 0);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  .site-nav a {
    width: 100%;
    text-align: left;
  }

  .hero {
    padding-top: 18px;
    padding-bottom: 52px;
  }

  .hero-media {
    min-height: 400px;
  }

  .section {
    padding: 84px 0;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100vw - 28px, 100%);
  }

  .brand img,
  .site-footer img {
    width: 182px;
  }

  h1 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-copy,
  .consultation-copy,
  .consultation-form,
  .practice-card,
  .trust-grid article,
  .credentials-grid article {
    padding: 22px;
  }

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

  .hero-media,
  .approach-media {
    min-height: 320px;
  }

  .hero-intro,
  .section-heading p,
  .approach-copy > p,
  .consultation-copy > p {
    font-size: 0.98rem;
  }
}
