:root {
  --ink: #173c3b;
  --forest: #1d4e4b;
  --cream: #f5f0e7;
  --paper: #fbfaf6;
  --sage: #b9c8b4;
  --peach: #e9b59d;
  --line: rgba(23, 60, 59, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

section[id] {
  scroll-margin-top: 72px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(245, 240, 231, 0.16);
  background: rgba(29, 78, 75, 0.98);
  color: var(--cream);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(23, 60, 59, 0.16);
}

.nav-shell {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 34px;
}

.nav-brand {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.section-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 25px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-nav a {
  padding: 23px 0 20px;
  border-bottom: 2px solid transparent;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease;
}

.section-nav a:hover,
.section-nav a:focus-visible {
  border-bottom-color: var(--peach);
  color: var(--peach);
}

.mobile-nav {
  display: none;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--cream);
}

.hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 80px;
  padding: 92px 0;
}

.brand-block {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.eyebrow,
.section-number {
  margin: 0 0 26px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 640px;
  margin-bottom: 28px;
  font-size: clamp(4.2rem, 8vw, 7.5rem);
  line-height: 0.9;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.7vw, 2.3rem);
  line-height: 1.25;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  padding: 17px 22px 17px 24px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-2px);
}

.hero-art {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.arch {
  position: relative;
  width: min(410px, 40vw);
  aspect-ratio: 0.72;
  overflow: hidden;
  border-radius: 220px 220px 18px 18px;
  background: var(--sage);
  box-shadow: 24px 28px 0 rgba(29, 78, 75, 0.08);
}

.sun {
  position: absolute;
  width: 170px;
  aspect-ratio: 1;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--peach);
}

.path {
  position: absolute;
  width: 570px;
  height: 230px;
  left: 50%;
  border: 42px solid var(--forest);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
}

.path-one {
  bottom: -44px;
}

.path-two {
  bottom: -128px;
  border-color: var(--cream);
}

.leaf {
  position: absolute;
  width: 44px;
  height: 98px;
  border-radius: 100% 0 100% 0;
  background: var(--forest);
}

.leaf-one {
  left: 62px;
  top: 185px;
  transform: rotate(-38deg);
}

.leaf-two {
  right: 52px;
  top: 275px;
  transform: rotate(48deg) scale(0.8);
}

.leaf-three {
  left: 118px;
  top: 350px;
  transform: rotate(-58deg) scale(0.65);
}

.hero-orb {
  position: absolute;
  border: 1px solid rgba(23, 60, 59, 0.18);
  border-radius: 50%;
}

.hero-orb-one {
  width: 260px;
  height: 260px;
  top: -140px;
  left: 18%;
}

.hero-orb-two {
  width: 600px;
  height: 600px;
  right: -430px;
  bottom: -310px;
}

.intro {
  padding: 130px 0 140px;
}

.intro-grid,
.support-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 110px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.02;
}

.body-copy {
  padding-top: 50px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.body-copy p {
  margin-bottom: 24px;
}

.body-copy p:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.3;
}

.support {
  padding: 125px 0 70px;
  background: var(--forest);
  color: var(--cream);
}

.section-number.light {
  color: var(--sage);
}

.support-heading h2 {
  margin-bottom: 30px;
}

.support-heading > p:last-child {
  max-width: 320px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.support-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(245, 240, 231, 0.34);
}

.support-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(245, 240, 231, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.3;
}

.list-number {
  color: var(--sage);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.closing-note {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-top: 105px;
  padding-top: 34px;
  border-top: 1px solid rgba(245, 240, 231, 0.34);
}

.closing-note p {
  max-width: 700px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.2;
}

.text-link {
  flex: 0 0 auto;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 32px, 620px);
  }

  .nav-shell {
    position: relative;
    width: 100%;
    min-height: 60px;
    gap: 18px;
    padding: 0 16px;
  }

  .nav-brand {
    font-size: 1.14rem;
  }

  .section-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    margin-left: auto;
  }

  .mobile-nav summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    padding: 0 2px;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span,
  .mobile-nav summary span::after {
    display: block;
    width: 18px;
    height: 1.5px;
    background: currentColor;
    content: "";
    transition: transform 160ms ease;
  }

  .mobile-nav summary span::after {
    transform: translateY(5px);
  }

  .mobile-nav[open] summary span {
    transform: translateY(3px) rotate(45deg);
  }

  .mobile-nav[open] summary span::after {
    transform: rotate(-90deg);
  }

  .mobile-nav nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 10px 16px 18px;
    border-top: 1px solid rgba(245, 240, 231, 0.16);
    background: rgba(29, 78, 75, 0.99);
    box-shadow: 0 16px 28px rgba(23, 60, 59, 0.2);
  }

  .mobile-nav nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(245, 240, 231, 0.14);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-decoration: none;
  }

  .mobile-nav nav a:last-child {
    border-bottom: 0;
  }

  .mobile-nav nav a:hover,
  .mobile-nav nav a:focus-visible {
    color: var(--peach);
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid,
  .intro-grid,
  .support-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-grid {
    padding: 70px 0 80px;
  }

  h1 {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .arch {
    width: min(390px, 85vw);
  }

  .intro,
  .support {
    padding-top: 90px;
  }

  .body-copy {
    padding-top: 0;
  }

  .closing-note {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 78px;
  }
}

@media (max-width: 460px) {
  .primary-button {
    width: 100%;
    justify-content: space-between;
  }

  .arch {
    border-radius: 180px 180px 12px 12px;
  }

  .support-list li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
}

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

  .primary-button {
    transition: none;
  }
}

h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.services,
.why,
.meet,
.steps,
.contact,
.faq {
  padding: 125px 0;
}

.services,
.faq {
  background: var(--paper);
}

.section-heading-row {
  margin-bottom: 70px;
}

.service-stack {
  border-top: 1px solid var(--line);
}

.service-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 34px;
  padding: 58px 0 62px;
  border-bottom: 1px solid var(--line);
}

.service-index,
.step-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-content {
  max-width: 820px;
}

.service-content h3 {
  margin-bottom: 20px;
}

.service-content > p {
  font-size: 1.04rem;
  line-height: 1.72;
}

.service-content .service-lead {
  margin-bottom: 28px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.35;
}

.why {
  background: var(--cream);
}

.why-grid,
.meet-grid,
.contact-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 110px;
}

.why-copy,
.meet-copy,
.contact-copy {
  font-size: 1.05rem;
  line-height: 1.72;
}

.large-copy {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.25;
}

.meet {
  background: #264f4c;
  color: var(--cream);
}

.meet-heading {
  position: relative;
}

.portrait-placeholder {
  display: grid;
  width: min(100%, 330px);
  aspect-ratio: 0.78;
  margin-top: 52px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 231, 0.24);
  border-radius: 180px 180px 8px 8px;
  background: var(--sage);
  box-shadow: 0 24px 50px rgba(10, 35, 34, 0.28), 0 2px 0 rgba(255, 255, 255, 0.08) inset;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
}

.portrait-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 24%;
  filter: saturate(0.92) brightness(0.94) contrast(0.98) sepia(0.04) blur(0.2px);
  transform: translateY(5%) scale(1.18);
  transform-origin: 50% 30%;
}

.portrait-caption {
  max-width: 330px;
  margin: 26px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

.expect-card {
  margin: 48px 0;
  padding: 38px;
  border: 1px solid rgba(245, 240, 231, 0.3);
  border-radius: 4px;
}

.expect-card h3 {
  margin-bottom: 28px;
  font-size: 1.65rem;
}

.expect-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 20px;
}

.steps h2 {
  margin-bottom: 72px;
}

.steps {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.09) 0 7%, transparent 7.2%),
    linear-gradient(145deg, #264f4c 0%, #1d4e4b 48%, #173c3b 100%);
  color: var(--cream);
}

.steps::before,
.steps::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.steps::before {
  width: 780px;
  height: 290px;
  top: -185px;
  right: -120px;
  border: 1px solid rgba(245, 240, 231, 0.24);
  box-shadow:
    0 34px 0 rgba(245, 240, 231, 0.06),
    0 68px 0 rgba(245, 240, 231, 0.035);
  transform: rotate(-7deg);
}

.steps::after {
  width: 410px;
  height: 410px;
  left: -275px;
  bottom: -225px;
  border: 1px solid rgba(245, 240, 231, 0.18);
  box-shadow:
    0 0 0 38px rgba(255, 255, 255, 0.045),
    0 0 0 76px rgba(245, 240, 231, 0.025);
}

.steps > .shell {
  position: relative;
  z-index: 1;
}

.steps .steps-grid {
  border-color: rgba(245, 240, 231, 0.28);
}

.steps .steps-grid article {
  border-color: rgba(245, 240, 231, 0.22);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps-grid article {
  min-height: 255px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.steps-grid article:last-child {
  border-right: 0;
}

.steps-grid article > p:last-child {
  margin-top: 70px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.35;
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 80%, rgba(255, 255, 255, 0.68) 0 6%, transparent 6.2%),
    linear-gradient(145deg, #edf5f4 0%, #dcebea 52%, #c8dfdc 100%);
  color: var(--ink);
}

.contact::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 150px;
  top: -103px;
  left: -10%;
  border-radius: 0 0 50% 50%;
  background: var(--forest);
  box-shadow:
    0 18px 0 rgba(29, 78, 75, 0.16),
    0 36px 0 rgba(29, 78, 75, 0.06);
}

.contact::after {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  right: -280px;
  bottom: -280px;
  border: 1px solid rgba(29, 78, 75, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(29, 78, 75, 0.035),
    0 0 0 84px rgba(29, 78, 75, 0.025);
}

.contact > .shell {
  position: relative;
  z-index: 1;
}

.contact .section-number.light {
  color: var(--forest);
}

.contact-details {
  display: grid;
  gap: 4px;
  margin: 44px 0;
  padding: 27px 0;
  border-top: 1px solid rgba(23, 60, 59, 0.25);
  border-bottom: 1px solid rgba(23, 60, 59, 0.25);
}

.intake-button {
  margin-top: 14px;
}

.pre-intake-note {
  max-width: 590px;
  margin: 28px 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

.pre-intake-note a {
  font-weight: 700;
  text-underline-offset: 3px;
}

.contact-details p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.contact-note {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
}

.response-time {
  margin: 12px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
}

.fee-note {
  color: rgba(23, 60, 59, 0.76);
  font-size: 0.84rem;
  line-height: 1.6;
}

.fee-note a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.fee-note a:hover,
.fee-note a:focus-visible {
  color: var(--forest);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 27px 48px 27px 0;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.35;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 23px;
  right: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  padding: 0 48px 25px 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .services,
  .why,
  .meet,
  .steps,
  .contact,
  .faq {
    padding: 90px 0;
  }

  .why-grid,
  .meet-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .portrait-placeholder {
    width: min(75vw, 330px);
  }

  .portrait-placeholder img {
    filter: saturate(0.96) brightness(0.98) contrast(1.02) sepia(0.02);
    transform: translateY(3%) scale(1.1);
  }

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

  .steps-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps-grid article:last-child {
    border-bottom: 0;
  }

  .steps-grid article > p:last-child {
    margin-top: 32px;
  }
}

@media (max-width: 560px) {
  .service-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 44px 0;
  }

  .expect-card {
    padding: 27px 24px;
  }
}
