:root {
  color-scheme: light;
  --ink: #25322f;
  --muted: #62706b;
  --soft: #f4f0e9;
  --paper: #fffdf8;
  --sage: #6d8478;
  --moss: #425d52;
  --clay: #b96f52;
  --line: rgba(37, 50, 47, 0.14);
  --shadow: 0 24px 70px rgba(54, 68, 63, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--moss);
  color: #fffdf8;
  font-weight: 700;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.82rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.96rem;
}

.main-nav a:hover,
.main-nav a[aria-current="page"],
.text-link:hover,
.site-footer a:hover {
  color: var(--moss);
}

.header-action,
.primary-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--moss);
  color: #fffdf8;
  font-weight: 700;
  padding: 0 20px;
  box-shadow: 0 10px 24px rgba(66, 93, 82, 0.2);
}

.header-action:hover,
.primary-button:hover {
  background: #314a41;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 82px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 76px) 42px;
  background: linear-gradient(115deg, #fffdf8 0%, #f5efe5 62%, #e6eee8 100%);
}

.hero-copy {
  max-width: 700px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  margin-top: 34px;
}

.text-link {
  color: var(--moss);
  font-weight: 800;
}

.hero-media {
  margin: 0;
}

.page-hero .hero-media {
  max-width: min(680px, 100%);
  margin: 0 auto;
}

.page-hero .hero-media img {
  width: 100%;
  max-height: 560px;
}

.hero-media img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.praxis-photo {
  display: flex;
  justify-content: center;
}

.praxis-photo img {
  aspect-ratio: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(680px, 72vh);
  object-fit: contain;
  object-position: center center;
  background: #f5efe5;
}

.offer-portrait img {
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band div {
  min-height: 118px;
  padding: 28px clamp(18px, 3vw, 44px);
  background: #fbf7ef;
}

.intro-band span,
.contact-panel span {
  display: block;
  color: var(--muted);
}

.intro-band strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.content-section {
  padding: clamp(58px, 9vw, 116px) clamp(18px, 5vw, 76px);
}

.page-hero {
  padding: clamp(58px, 9vw, 116px) clamp(18px, 5vw, 76px) clamp(34px, 5vw, 68px);
  background: linear-gradient(115deg, #fffdf8 0%, #f5efe5 70%, #e6eee8 100%);
}

.page-hero .lead {
  max-width: 760px;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 84px);
}

.section-copy > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.1rem;
}

.legal-content {
  max-width: 920px;
}

.legal-content h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.legal-content p {
  margin-bottom: 32px;
  color: var(--muted);
}

.legal-content a {
  color: var(--moss);
  font-weight: 800;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.focus-grid article,
.steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  padding: 24px;
}

.focus-grid p,
.steps p,
.contact-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.quote-band {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 76px);
  background: var(--moss);
  color: #fffdf8;
}

.quote-band blockquote {
  max-width: 940px;
  margin: 0 auto;
}

.quote-band p {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 4.3rem);
  line-height: 1.08;
}

.process {
  background: var(--soft);
}

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

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.steps span {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--clay);
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  padding: clamp(58px, 9vw, 116px) clamp(18px, 5vw, 76px);
}

.contact-copy {
  max-width: 720px;
}

.contact-copy > p:not(.eyebrow):not(.lead) {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
}

.contact-topics {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--muted);
}

.contact-topics li::marker {
  color: var(--clay);
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin: 0;
  border-radius: 8px;
  background: #eef3ee;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(54, 68, 63, 0.1);
  font-style: normal;
}

.contact-aside {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.contact-photo {
  margin: 0;
  max-width: 320px;
}

.contact-aside .contact-panel {
  width: 100%;
}

.contact-photo img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.contact-panel strong {
  font-size: 1.28rem;
}

.contact-panel a {
  color: var(--moss);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.map-hover {
  position: relative;
}

.map-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.map-preview {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  z-index: 30;
  display: block;
  width: min(360px, 78vw);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eef3ee;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-hover:hover .map-preview,
.map-hover:focus-within .map-preview {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: center;
  padding: 30px 18px 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(720px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.cookie-banner a {
  color: var(--moss);
  font-weight: 800;
}

.cookie-banner button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--moss);
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0 18px;
}

.cookie-banner button:hover {
  background: #314a41;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

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

  .hero,
  .two-column,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
  }

  .intro-band,
  .focus-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .header-action {
    width: 100%;
  }

  .main-nav {
    gap: 12px;
    font-size: 0.9rem;
  }

  .hero {
    padding: 24px 16px 34px;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 4rem);
  }

  .intro-band,
  .focus-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .content-section,
  .page-hero,
  .contact-section,
  .quote-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner button {
    width: 100%;
  }
}
