:root {
  --ink: #1b1c18;
  --muted: #68665f;
  --cream: #f1eadf;
  --paper: #fbf7ef;
  --green: #1f3327;
  --green-soft: #2d4434;
  --line: rgba(31, 51, 39, 0.18);
  --white: #fffdfa;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(251, 247, 239, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 70px;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.main-nav {
  margin-left: auto;
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.main-nav a,
.header-contact a {
  transition: color 160ms ease, opacity 160ms ease;
}

.main-nav a:hover,
.header-contact a:hover {
  color: var(--green-soft);
  opacity: 0.72;
}

.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 13px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.header-contact a:last-child {
  color: var(--muted);
  font-size: 12px;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vw, 112px) clamp(24px, 7vw, 96px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.statement p {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(50px, 7.8vw, 118px);
  line-height: 0.94;
}

.hero-subtitle {
  margin: 16px 0 0;
  color: var(--green);
  font-size: clamp(18px, 2vw, 26px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-lead {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.4vw, 26px);
  text-align: justify;
  hyphens: auto;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.secondary {
  color: var(--green);
  background: transparent;
}

.hero-panel {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: center;
  gap: clamp(32px, 5vw, 64px);
  padding: clamp(32px, 5vw, 72px);
  color: var(--cream);
  background: var(--green);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(241, 234, 223, 0.32);
  pointer-events: none;
}

.hero-logo-card {
  position: relative;
  width: min(100%, 620px);
  overflow: hidden;
  padding: clamp(10px, 1.2vw, 16px);
  background: var(--white);
  border: 1px solid rgba(241, 234, 223, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.hero-logo-card img {
  width: 100%;
  aspect-ratio: 1200 / 685;
  object-fit: contain;
}

.hero-panel p {
  position: relative;
  max-width: 610px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.04;
}

.hero-panel > span {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.intro-band,
.practice,
.method,
.contact {
  padding: clamp(64px, 9vw, 128px) clamp(20px, 6vw, 84px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 7vw, 96px);
  background: var(--cream);
}

h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 0.98;
}

.intro-text {
  display: grid;
  gap: 22px;
  max-width: 760px;
  color: #3e3d38;
  font-size: clamp(17px, 1.7vw, 22px);
  text-align: justify;
  hyphens: auto;
}

.intro-text p,
.contact-copy p {
  margin: 0;
}

.statement {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 64px 20px;
  color: var(--cream);
  text-align: center;
  background: var(--green);
}

.statement p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 7vw, 96px);
  line-height: 0.96;
}

.section-heading {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(38px, 6vw, 72px);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.practice-grid article {
  min-height: 340px;
  padding: clamp(24px, 3vw, 40px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.42);
}

.practice-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.practice-grid h3 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1;
}

.practice-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  text-align: justify;
  hyphens: auto;
}

.method {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: stretch;
  background: var(--cream);
}

.method-aside {
  display: grid;
  align-content: space-between;
  gap: 0;
  min-height: 440px;
  padding: clamp(28px, 5vw, 54px);
  color: var(--cream);
  background: var(--green);
  border: 1px solid rgba(31, 51, 39, 0.22);
}

.method-aside h3 {
  margin: 0 0 44px;
  color: rgba(241, 234, 223, 0.76);
  font-family: "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.method-aside p {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(241, 234, 223, 0.28);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.method-content ol {
  display: grid;
  gap: 22px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 17px;
  text-align: justify;
  hyphens: auto;
}

.method-content li {
  padding-top: 22px;
  border-top: 1px solid rgba(31, 51, 39, 0.18);
}

.method-content li span {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 7vw, 92px);
  padding-top: clamp(84px, 11vw, 150px);
}

.contact-copy p {
  max-width: 620px;
  margin-top: 42px;
  color: var(--muted);
  font-size: 18px;
  text-align: justify;
  hyphens: auto;
}

.contact .section-kicker {
  margin-bottom: 28px;
}

.contact-details {
  display: grid;
  border-top: 1px solid var(--line);
}

.contact-details a,
.contact-details address {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  font-style: normal;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: clamp(27px, 4vw, 46px);
  line-height: 1.08;
}

.contact-details span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 84px);
  color: rgba(241, 234, 223, 0.74);
  background: #17251d;
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .hero,
  .intro-band,
  .method,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    min-height: 460px;
  }

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

@media (max-width: 640px) {
  .site-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .brand {
    width: 128px;
    height: 66px;
  }

  .main-nav {
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    justify-content: flex-start;
    gap: 12px 18px;
    padding-bottom: 4px;
    font-size: 11px;
  }

  .header-contact {
    align-items: flex-start;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    min-height: 420px;
  }

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

  .practice-grid article {
    min-height: 240px;
  }

  .method-aside {
    min-height: 300px;
  }

  .site-footer {
    flex-direction: column;
  }
}
