:root {
  --ink: #0f0f0f;
  --ink-soft: #57504c;
  --ivory: #f6f1ea;
  --paper: #fbf8f3;
  --rose: #c49494;
  --rose-soft: #e7d5d1;
  --rose-deep: #76504f;
  --rose-deep-hover: #916866;
  --sand: #d8c8b5;
  --line: rgba(15, 15, 15, 0.16);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 4.75rem);
  --content: 88rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  background: var(--ivory);
}

html.intro-scroll-locked,
html.intro-scroll-locked body {
  overflow: hidden;
  overscroll-behavior: none;
}

html.intro-scroll-locked body {
  touch-action: none;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 8%, rgba(196, 148, 148, 0.1), transparent 28rem),
    var(--ivory);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

.heart-cursor {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100px, -100px, 0);
  transition: opacity 180ms ease;
  will-change: transform;
}

.heart-cursor.is-visible:not(.is-suppressed) {
  opacity: 1;
}

.heart-cursor.is-suppressed {
  opacity: 0;
  transition: none;
}

.heart-cursor__anchor,
.heart-cursor__beat,
.heart-cursor__icon {
  display: block;
  width: 100%;
  height: 100%;
}

.heart-cursor__anchor {
  transform: translate(-50%, -84%);
}

.heart-cursor__beat {
  transform-origin: 50% 84%;
}

.heart-cursor__icon {
  color: #684344;
  filter:
    drop-shadow(0 0 0.8px rgba(251, 248, 243, 1))
    drop-shadow(0 1px 2px rgba(52, 31, 29, 0.24));
}

.heart-cursor__icon path {
  stroke-dasharray: var(--cursor-heart-length, 60);
  stroke-dashoffset: 0;
}

.heart-cursor.is-hovering .heart-cursor__icon path {
  animation: cursor-heart-redraw 1.65s cubic-bezier(0.42, 0, 0.2, 1) infinite;
}

.heart-cursor.is-clicking .heart-cursor__icon path {
  animation: none;
  opacity: 1;
  stroke-dashoffset: 0;
}

.heart-cursor__beat.is-beating {
  animation: cursor-heartbeat 280ms cubic-bezier(0.2, 0.78, 0.25, 1) 2;
}

@keyframes cursor-heart-redraw {
  0%,
  9% {
    opacity: 0.25;
    stroke-dashoffset: var(--cursor-heart-length, 60);
  }

  76%,
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes cursor-heartbeat {
  0%,
  100% {
    transform: scale(1);
  }

  48% {
    transform: scale(1.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  body.custom-heart-cursor-active,
  body.custom-heart-cursor-active * {
    cursor: none !important;
  }

  body.custom-heart-cursor-active :is(input, textarea, [contenteditable="true"]) {
    cursor: text !important;
  }

  body.custom-heart-cursor-active select {
    cursor: default !important;
  }

  body.custom-heart-cursor-active .contact-choice summary {
    cursor: pointer !important;
  }
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--rose-deep);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: var(--rose-soft);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  background: var(--paper);
  border-radius: 0.4rem;
  text-decoration: none;
  box-shadow: 0 0.7rem 2rem rgba(0, 0, 0, 0.18);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(16rem, 1fr) auto minmax(13rem, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 1.15rem var(--page-pad);
  color: var(--paper);
  transition:
    color 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease,
    padding 300ms ease;
}

.site-header::after {
  position: absolute;
  right: var(--page-pad);
  bottom: 0;
  left: var(--page-pad);
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.25;
}

.site-header.is-solid {
  padding-block: 0.75rem;
  color: var(--ink);
  background: rgba(246, 241, 234, 0.92);
  box-shadow: 0 0.6rem 2rem rgba(36, 26, 20, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  width: min(17.25rem, 32vw);
}

.brand__logo-stack {
  position: relative;
  display: block;
}

.brand__logo {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 320ms ease;
}

.brand__logo--hero {
  filter: brightness(0) invert(1);
}

.brand__logo--meyer,
.brand__logo--solid {
  position: absolute;
  inset: 0;
}

.brand__logo--meyer {
  clip-path: inset(25% 18% 34% 36%);
}

.brand__logo--solid {
  opacity: 0;
}

.site-header:is(.is-solid, .is-menu-open) .brand__logo--hero,
.site-header:is(.is-solid, .is-menu-open) .brand__logo--meyer {
  opacity: 0;
}

.site-header:is(.is-solid, .is-menu-open) .brand__logo--solid {
  opacity: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.35vw, 1.6rem);
}

.site-nav a,
.header-cta {
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding-block: 0.35rem;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  padding: 0.78rem 1.15rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition:
    color 250ms ease,
    background-color 250ms ease;
}

.header-cta:hover {
  color: var(--ink);
  background: var(--paper);
}

.site-header.is-solid .header-cta:hover {
  color: var(--paper);
  background: var(--rose-deep);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  background: #8a796a;
}

.hero__sticky {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero__media,
.hero__poster,
.hero__ambient-video,
.hero__shade,
.hero__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__poster,
.hero__ambient-video {
  object-fit: cover;
  object-position: center center;
}

.hero__poster {
  z-index: 0;
  transition: opacity 700ms ease;
}

.hero__ambient-video {
  z-index: 1;
  opacity: 0;
  transition: opacity 700ms ease;
}

.hero.is-video-ready .hero__ambient-video {
  opacity: 1;
}

.hero.is-video-ready .hero__poster {
  opacity: 0;
}

.hero__shade {
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(42, 30, 23, 0.67) 0%, rgba(42, 30, 23, 0.34) 37%, transparent 68%),
    linear-gradient(180deg, rgba(38, 27, 20, 0.28) 0%, transparent 27%, rgba(38, 27, 20, 0.13) 100%);
  pointer-events: none;
}

.hero__grain {
  z-index: 6;
  opacity: 0.09;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero__content {
  position: relative;
  z-index: 7;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: 7rem var(--page-pad) 4.5rem;
}

.hero__panel {
  position: relative;
  isolation: isolate;
  width: min(34rem, 43vw);
  padding: clamp(1.8rem, 3.5vw, 3.3rem);
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 1.4rem 8.5rem 1.4rem 1.4rem;
}

.hero__panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(251, 248, 243, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: inherit;
  box-shadow: 0 1.5rem 5rem rgba(31, 22, 15, 0.18);
  backdrop-filter: blur(6px) saturate(0.92);
  transition: opacity 0.9s cubic-bezier(0.3, 0, 0.18, 1);
}

.intro-pending .hero.is-auto-intro .hero__panel,
.intro-pending .hero.is-auto-intro .hero__brand-line {
  opacity: 0;
}

.js .hero.is-sequence-prepared .hero__panel::before {
  opacity: 0;
  transition: none;
  will-change: opacity;
}

.js .hero.is-sequence-prepared.is-panel-visible .hero__panel::before {
  opacity: 1;
  transition: opacity 0.9s cubic-bezier(0.3, 0, 0.18, 1);
}

.js .hero.is-intro-static .hero__panel::before {
  opacity: 1 !important;
  transition: none !important;
}

.js .hero.is-sequence-prepared .hero__panel .eyebrow {
  transform: translate3d(0, 8px, 0);
  opacity: 0;
  transition: none;
}

.js .hero.is-sequence-prepared.is-panel-visible .hero__panel .eyebrow {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition:
    transform 1.4s var(--ease),
    opacity 1.4s ease;
}

.js .hero.is-sequence-prepared .hero__panel h1 {
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 0.18rem 1.5rem rgba(18, 13, 10, 0.42);
  transition: none;
}

.js .hero.is-sequence-prepared.is-panel-visible .hero__panel h1 {
  color: var(--ink);
  text-shadow: 0 0 0 transparent;
  transition:
    color 0.9s ease,
    text-shadow 0.9s ease;
}

.soft-type__word {
  display: inline-block;
  white-space: nowrap;
}

.soft-type__char {
  display: inline-block;
}

.js .hero.is-sequence-prepared [data-soft-type] .soft-type__char {
  transform: translate3d(0, 0.16em, 0);
  opacity: 0;
  filter: blur(4px);
  will-change: opacity, transform, filter;
}

.js .hero.is-sequence-prepared.is-headline-typing [data-soft-type="headline"] .soft-type__char {
  animation: soft-type-in 620ms cubic-bezier(0.2, 0.72, 0.24, 1) calc(var(--char-order) * 78ms) both;
}

.js .hero.is-sequence-prepared.is-supporting-typing [data-soft-type="supporting"] .soft-type__char {
  animation: soft-type-in 520ms cubic-bezier(0.2, 0.72, 0.24, 1) calc(var(--char-order) * 30ms) both;
}

@keyframes soft-type-in {
  from {
    transform: translate3d(0, 0.16em, 0);
    opacity: 0;
    filter: blur(4px);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: blur(0);
  }
}

.eyebrow,
.section-label {
  margin: 0 0 1.6rem;
  color: var(--rose-deep);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-label {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  width: fit-content;
}

.section-label::after {
  width: clamp(1.8rem, 3.5vw, 3.75rem);
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.32;
}

.audiences .section-label::after {
  display: none;
}

.hero__beat {
  position: static;
  opacity: 1;
  pointer-events: auto;
}

.hero__beat--opening {
  pointer-events: auto;
}

.hero h1,
.hero h2,
.section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hero h1,
.hero h2 {
  max-width: 9.7em;
  font-size: clamp(3rem, 5.3vw, 5.4rem);
}

.hero__beat p {
  max-width: 33rem;
  margin: 1.4rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.hero__cta-group {
  width: fit-content;
}

.hero__beat .hero__welcome {
  margin-top: 1.75rem;
  color: var(--rose-deep);
  font-family: var(--body);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-style: normal;
  line-height: 1.55;
}

.hero__cta-group .button,
.button.button--signature {
  border-radius: 0.65rem 2.4rem 0.65rem 0.65rem;
}

.hero__cta-group .button {
  margin-top: 0.7rem;
}

.button.button--signature {
  margin-top: 0;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.7rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.77rem;
  font-weight: 650;
  letter-spacing: 0.075em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 250ms var(--ease),
    color 250ms ease,
    background-color 250ms ease,
    box-shadow 250ms ease;
}

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

.button--primary {
  color: var(--paper);
  background: var(--rose-deep);
  box-shadow: 0 0.8rem 2rem rgba(82, 52, 49, 0.2);
}

.button--primary:hover {
  background: var(--rose-deep-hover);
}

.js .hero.is-sequence-prepared [data-hero-cta-group] {
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 1.05s var(--ease),
    opacity 1.05s ease,
    color 250ms ease,
    background-color 250ms ease,
    box-shadow 250ms ease;
}

.js .hero.is-sequence-prepared.is-button-visible [data-hero-cta-group] {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.js .hero.is-sequence-prepared.is-button-visible [data-hero-cta]:hover {
  transform: translateY(-2px);
}

.hero__brand-line {
  position: absolute;
  z-index: 6;
  right: clamp(2rem, 4vw, 4.75rem);
  bottom: clamp(1.25rem, 4vw, 3.3rem);
  width: min(51vw, 49rem);
  opacity: 0.55;
  clip-path: none;
  filter: invert(1);
  pointer-events: none;
}

.js .hero.is-sequence-prepared .hero__brand-line {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  will-change: clip-path, opacity;
}

.js .hero.is-sequence-prepared.is-heart-drawing .hero__brand-line {
  animation: hero-heart-draw 1.5s cubic-bezier(0.28, 0, 0.16, 1) both;
}

@keyframes hero-heart-draw {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 0.55;
  }
}

.section {
  position: relative;
  padding: clamp(6.5rem, 9vw, 9.5rem) var(--page-pad);
}

.section__inner {
  width: min(100%, var(--content));
  margin-inline: auto;
}

.section h2 {
  max-width: 13em;
  font-size: clamp(2.8rem, 4.9vw, 5.2rem);
}

.lead {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
  line-height: 1.3;
}

.welcome {
  min-height: 95svh;
  overflow: hidden;
  background: var(--paper);
}

.welcome__grid {
  display: grid;
  grid-template-columns: minmax(8rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 7vw, 8rem);
}

.welcome__copy {
  grid-column: 2;
  max-width: 62rem;
}

.welcome__copy h2 {
  font-weight: 400;
}

.welcome__copy > p:not(.lead) {
  max-width: 43rem;
  margin-top: 2.2rem;
  color: var(--ink-soft);
  font-size: clamp(1.15rem, 1.3vw, 1.25rem);
  line-height: 1.65;
}

.welcome > .section__inner {
  position: relative;
  z-index: 1;
}

.welcome__tree {
  position: absolute;
  z-index: 0;
  bottom: -1.4rem;
  left: clamp(-11rem, -6vw, -5rem);
  width: min(94vw, 110rem);
  opacity: 0.23;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

.welcome__tree img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.68);
}

.audiences {
  overflow: hidden;
  background: var(--ivory);
}

.section-heading {
  display: grid;
  max-width: 70rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(17rem, 0.6fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 7.5rem);
}

.section-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: -0.2rem;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.audiences .section-heading {
  max-width: 79rem;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.audiences .section-heading .section-label {
  margin-bottom: 1.6rem;
}

.audiences .section-heading h2 {
  max-width: 11.5em;
}

.audiences__intro {
  max-width: 49rem;
  margin-top: clamp(2.25rem, 3vw, 3.4rem);
  padding-top: clamp(1.1rem, 1.5vw, 1.45rem);
  border-top: 1px solid var(--line);
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.72;
}

.audiences__intro p {
  margin: 0;
}

.audiences__intro p + p {
  margin-top: 1.2rem;
}

.audience-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.audience-path {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 30rem;
  padding: clamp(2rem, 4vw, 4.5rem);
  background: var(--paper);
}

.audience-path--rose {
  background: var(--rose-soft);
}

.audience-path__number,
.process__steps > li > span,
.method summary > span,
.qualification-list span {
  color: var(--rose-deep);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.audience-path h3 {
  max-width: 10em;
  min-height: 2.1em;
  margin: clamp(4rem, 8vw, 7rem) 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.02;
}

.audience-path__copy {
  max-width: 36rem;
  color: var(--ink-soft);
}

.audience-path__copy p {
  margin: 0;
}

.audience-path__copy p + p {
  margin-top: 0.9rem;
}

.text-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  align-self: end;
  justify-self: start;
}

.topics {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) 1fr;
  gap: 3rem;
  margin-top: clamp(5rem, 10vw, 9rem);
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.topics ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topics li {
  padding: 1rem 1.5rem 1rem 0;
  border-bottom: 1px solid var(--line);
}

.topics__note {
  grid-column: 2;
  max-width: 48rem;
  margin: 1.75rem 0 0;
  padding-left: 1.25rem;
  border-left: 1px solid var(--rose);
  color: var(--ink-soft);
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  line-height: 1.65;
}

.process,
.methods,
.about,
.qualifications,
.contact {
  isolation: isolate;
}

.process > .section__inner,
.methods > .section__inner,
.about > .section__inner,
.qualifications > .section__inner,
.contact > .section__inner {
  position: relative;
  z-index: 1;
}

.botanical-border {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.botanical-border img {
  width: 100%;
}

.botanical-border--contact {
  right: -1.75rem;
  bottom: -0.75rem;
  width: clamp(17rem, 27vw, 30rem);
  opacity: 0.28;
}

.botanical-border--contact img {
  transform: scaleX(-1);
}

.process {
  overflow: hidden;
  color: var(--ink);
  background: #e9dfd5;
}

.process .section-label {
  color: var(--rose-deep);
}

.process__grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(4rem, 8vw, 9rem);
}

.process__intro {
  position: static;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-self: stretch;
  padding-left: clamp(0.75rem, 1.5vw, 1.5rem);
}

.process__intro > p:not(.section-label) {
  max-width: 31rem;
  margin: clamp(2rem, 3vw, 2.75rem) 0 0;
  color: var(--ink-soft);
}

.process__photo {
  width: 100%;
  max-width: 31rem;
  margin: clamp(2.5rem, 4vw, 4rem) 0 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(118, 80, 79, 0.16);
  border-radius: 0.8rem 3.5rem 0.8rem 0.8rem;
  box-shadow: 0 1rem 3rem rgba(76, 51, 43, 0.1);
}

.process__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.process__guiding-line {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 100%;
  margin: 0;
  padding-top: 0.5rem;
  color: var(--rose-deep);
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.65vw, 1.65rem);
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .process__guiding-line {
    font-size: clamp(1.3rem, 4.2vw, 1.65rem);
    white-space: normal;
  }
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(15, 15, 15, 0.34);
  list-style: none;
}

.process__steps li {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 1.1rem;
  padding: 2.25rem 0;
  border-bottom: 1px solid var(--line);
}

.process__steps li:nth-child(odd) {
  padding-right: 1.25rem;
}

.process__steps li:nth-child(even) {
  padding-left: 2.5rem;
  border-left: 1px solid var(--line);
}

.process__steps h3 {
  margin: 0 0 0.8rem;
  font-family: var(--display);
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.process__steps p {
  max-width: 33rem;
  margin: 0;
  color: var(--ink-soft);
}

.process__steps p + p {
  margin-top: 0.85rem;
}

.methods {
  overflow: hidden;
  background: var(--paper);
}

.methods__flying-bird {
  position: absolute;
  z-index: 0;
  top: clamp(6.5rem, 8vw, 8.5rem);
  right: clamp(2.5rem, 4vw, 5rem);
  width: clamp(5.75rem, 7vw, 7.5rem);
  opacity: 0.38;
  transform: rotate(4deg);
  pointer-events: none;
  user-select: none;
}

.methods .section-heading {
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.section-heading--split {
  max-width: 78rem;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.72fr);
  gap: clamp(3rem, 5vw, 5.5rem);
  align-items: start;
}

.section-heading--split .section-label {
  grid-column: auto;
  margin-bottom: 1.6rem;
}

.methods__intro-card {
  display: grid;
  gap: 1.4rem;
}

.methods__intro-card > p {
  max-width: 34rem;
  margin: 0;
  padding: 1.15rem 0 1.15rem 1.5rem;
  border-left: 1px solid rgba(118, 80, 79, 0.42);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.7;
}

.method-list {
  border-top: 1px solid var(--ink);
}

.method {
  border-bottom: 1px solid var(--line);
  transition: background-color 350ms ease;
}

.method[open] {
  background: rgba(231, 213, 209, 0.16);
}

.method summary {
  display: grid;
  grid-template-columns: 3rem minmax(14rem, 0.7fr) minmax(17rem, 1fr) 2rem;
  gap: 1rem;
  align-items: center;
  padding: 2.2rem 1.25rem;
  cursor: pointer;
  list-style: none;
}

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

.method summary strong {
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.6vw, 2.8rem);
  font-weight: 400;
  line-height: 1.05;
}

.method summary em {
  color: var(--ink-soft);
  font-style: normal;
}

.method summary i {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}

.method summary i::before,
.method summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 250ms ease;
}

.method summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.method[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.method__body {
  display: grid;
  grid-template-columns: 3rem minmax(14rem, 0.7fr) minmax(17rem, 1fr) 2rem;
  column-gap: 1rem;
  row-gap: 0.9rem;
  padding: 0 1.25rem 2.8rem;
}

.method__body p {
  grid-column: 3;
  max-width: 44rem;
  margin: 0;
  color: var(--ink-soft);
}

.about {
  overflow: hidden;
  background: #eee3e0;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1.45fr);
  grid-template-areas:
    ". intro"
    "portrait title"
    "portrait body";
  column-gap: clamp(4rem, 8vw, 9rem);
  row-gap: clamp(2.25rem, 3vw, 3rem);
  align-items: start;
}

.about__intro {
  grid-area: intro;
}

.about__title {
  grid-area: title;
}

.about__portrait {
  position: relative;
  grid-area: portrait;
  width: min(100%, 27rem);
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  justify-self: center;
  background: rgba(251, 248, 243, 0.46);
  border: 1px solid rgba(118, 80, 79, 0.18);
  border-radius: 1rem 6.5rem 1rem 1rem;
  box-shadow: 0 1.5rem 4.5rem rgba(75, 49, 45, 0.12);
}

.about__portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(155deg, transparent 58%, rgba(118, 80, 79, 0.08));
  pointer-events: none;
}

.about__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.92) contrast(0.98);
}

.about__body {
  grid-area: body;
}

.about__squirrel-edge {
  position: absolute;
  z-index: 2;
  bottom: -0.35rem;
  right: clamp(3.5rem, 7vw, 8rem);
  width: clamp(7.5rem, 9vw, 9.5rem);
  opacity: 0.48;
  pointer-events: none;
  user-select: none;
}

.about__squirrel-edge img {
  transform: scaleX(-1);
}

.about__body > p {
  max-width: 47rem;
}

.about__identity {
  margin: 0 0 clamp(2.25rem, 3vw, 3.5rem);
  color: var(--rose-deep);
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.65vw, 1.8rem);
  line-height: 1.35;
}

.about__body > p + p {
  margin-top: 1.35rem;
}

.about blockquote {
  margin: 2.5rem 0 0;
  padding: 1.75rem 0 0;
  border-top: 1px solid rgba(15, 15, 15, 0.25);
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  line-height: 1.2;
}

.qualifications {
  overflow: hidden;
  background: var(--paper);
}

.qualifications__grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(4rem, 8vw, 9rem);
}

.qualifications__bird-edge {
  position: absolute;
  z-index: 0;
  left: clamp(1.5rem, 4vw, 4.75rem);
  bottom: clamp(0.4rem, 1.2vw, 1.25rem);
  width: clamp(9rem, 11vw, 11.5rem);
  opacity: 0.34;
  pointer-events: none;
  user-select: none;
}

.qualifications__bird-edge img {
  transform: rotate(2deg);
}

.qualification-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.qualification-list li {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.contact {
  overflow: hidden;
  background: #c9a4a1;
}

.contact__wash {
  display: none;
}

.contact__grid {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(4rem, 8vw, 9rem);
}

.contact__intro .section-label {
  color: var(--rose-deep);
}

.contact__intro > p:not(.section-label) {
  max-width: 28rem;
}

.contact__heart {
  width: clamp(5rem, 7vw, 6.5rem);
  margin: 2rem 0 0;
  opacity: 0.86;
}

.contact__heart img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-options {
  display: grid;
  max-width: 28rem;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(15, 15, 15, 0.28);
  overflow-anchor: none;
}

.contact-option {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
  text-decoration: none;
}

.contact-options > .contact-option > span {
  color: rgba(15, 15, 15, 0.62);
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-option__label {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.contact-option__whatsapp {
  width: 0.94rem;
  height: 0.94rem;
  overflow: visible;
  color: var(--rose-deep);
}

.contact-option__whatsapp path:first-child {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.contact-option__whatsapp path:last-child {
  fill: currentColor;
}

.contact-option strong {
  font-size: 0.93rem;
  font-weight: 500;
}

.contact-option[href]:hover strong,
.contact-option[href]:focus-visible strong {
  color: var(--rose-deep);
}

.contact-choice {
  min-width: 0;
  overflow-anchor: none;
}

.contact-choice summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  list-style: none;
  cursor: pointer;
}

.contact-choice summary::-webkit-details-marker {
  display: none;
}

.contact-choice summary:hover strong,
.contact-choice summary:focus-visible strong {
  color: var(--rose-deep);
}

.contact-option__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.85rem;
  overflow-anchor: none;
  animation: contact-choice-reveal 280ms var(--ease) both;
}

.contact-choice:not([open]) > .contact-option__actions {
  display: none;
}

.contact-option__actions .button--signature {
  width: 100%;
  min-width: 0;
}

@keyframes contact-choice-reveal {
  from {
    transform: translate3d(0, -0.35rem, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.contact-form {
  padding: clamp(1.5rem, 3vw, 3rem);
  background: rgba(251, 248, 243, 0.78);
  border: 1px solid rgba(118, 80, 79, 0.15);
  border-radius: 1rem 3.5rem 1rem 1rem;
  box-shadow: 0 0.8rem 2.5rem rgba(75, 49, 45, 0.06);
}

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

.contact-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form > label {
  margin-top: 1.25rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.9rem 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.35);
  border-radius: 0;
  outline: 0;
  resize: vertical;
  text-transform: none;
}

.contact-form textarea {
  min-height: 8rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--rose-deep);
  box-shadow: 0 1px 0 var(--rose-deep);
}

.contact-form__footer {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.contact-form__footer p {
  max-width: 18rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.45;
}

.form-status {
  min-height: 1.5rem;
  margin: 1rem 0 0;
  color: var(--rose-deep);
  font-size: 0.85rem;
}

.contact-resources {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: clamp(3rem, 5vw, 4rem);
  padding-top: clamp(2rem, 3vw, 3rem);
  border-top: 1px solid rgba(15, 15, 15, 0.18);
}

.contact-resources__intro .section-label {
  margin-bottom: 1rem;
}

.contact-resources__intro h3 {
  max-width: 17em;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}

.resource-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.resource-links a {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  column-gap: 1rem;
  row-gap: 0.45rem;
  padding: 1.2rem 1.4rem;
  color: var(--ink);
  background: rgba(251, 248, 243, 0.45);
  border: 1px solid rgba(118, 80, 79, 0.16);
  border-radius: 0.65rem;
  text-decoration: none;
  transition: background-color 250ms ease, border-color 250ms ease;
}

.resource-links a:hover,
.resource-links a:focus-visible {
  background: rgba(251, 248, 243, 0.9);
  border-color: var(--rose-deep);
}

.resource-links__icon {
  grid-row: 1 / span 2;
  width: 2.2rem;
  height: 2.2rem;
  align-self: center;
  color: var(--rose-deep);
}

.resource-links strong {
  font-family: var(--body);
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  font-weight: 550;
  line-height: 1.4;
}

.resource-links em {
  grid-column: 2;
  color: var(--rose-deep);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.4;
}

.resource-links em span {
  margin-left: 0.3rem;
}

.contact__callback-note {
  position: relative;
  z-index: 1;
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  margin-bottom: 0;
  color: rgba(15, 15, 15, 0.72);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.3;
  text-align: center;
}

.contact__callback-note + .contact-resources {
  margin-top: clamp(2.25rem, 3vw, 3rem);
}

.appointment-sticky {
  --appointment-edge: max(1rem, env(safe-area-inset-bottom));
  position: fixed;
  z-index: 90;
  right: max(1rem, env(safe-area-inset-right));
  bottom: calc(var(--appointment-edge) + var(--footer-lift, 0px));
  display: block;
  width: clamp(14.5rem, 18vw, 17rem);
  overflow: hidden;
  background: #f4dfdc;
  border: 1px solid rgba(118, 80, 79, 0.18);
  border-radius: 1.4rem;
  box-shadow:
    0 1.25rem 3rem rgba(75, 49, 45, 0.2),
    0 0.2rem 0.8rem rgba(75, 49, 45, 0.1);
  opacity: 0;
  text-decoration: none;
  transform: translate3d(0, 1rem, 0) scale(0.97);
  transition:
    opacity 520ms ease,
    transform 620ms var(--ease),
    box-shadow 280ms ease;
}

.appointment-sticky.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.appointment-sticky > img {
  display: block;
  width: 100%;
  height: auto;
}

.appointment-sticky__compact {
  display: none;
}

.appointment-sticky:hover,
.appointment-sticky:focus-visible {
  box-shadow:
    0 1.5rem 3.5rem rgba(75, 49, 45, 0.26),
    0 0.25rem 1rem rgba(75, 49, 45, 0.13);
  transform: translate3d(0, -0.2rem, 0) scale(1.01);
}

.site-footer {
  display: grid;
  min-height: 12rem;
  grid-template-columns: minmax(16rem, 1fr) auto minmax(19rem, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: 2.25rem var(--page-pad);
  color: var(--ink);
  background: #ded0ca;
  border-top: 1px solid rgba(118, 80, 79, 0.18);
}

.site-footer__brand img {
  width: min(19rem, 55vw);
  filter: none;
}

.site-footer__meta {
  color: rgba(15, 15, 15, 0.58);
  font-size: 0.75rem;
}

.site-footer__seal {
  align-self: center;
}

.site-footer__seal img {
  width: clamp(5rem, 7vw, 7rem);
  opacity: 0.7;
  mix-blend-mode: multiply;
}

.site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: flex-end;
}

.site-footer__meta a {
  text-decoration-color: rgba(15, 15, 15, 0.28);
  text-underline-offset: 0.25rem;
}

.site-footer__meta a:hover,
.site-footer__meta a:focus-visible {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.site-footer__meta .site-footer__credit {
  flex-basis: 100%;
  color: #81736d;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: right;
  text-decoration: none;
}

.legal-page {
  min-height: 100svh;
  background: var(--paper);
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem var(--page-pad);
  background: rgba(246, 241, 234, 0.94);
  border-bottom: 1px solid var(--line);
}

.legal-header__brand {
  width: min(15rem, 52vw);
}

.legal-header__brand img {
  width: 100%;
}

.legal-back {
  padding: 0.7rem 1rem;
  border: 1px solid var(--rose-deep);
  border-radius: 999px;
  color: var(--rose-deep);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 250ms ease,
    background-color 250ms ease;
}

.legal-back:hover {
  color: var(--paper);
  background: var(--rose-deep);
}

.legal-main {
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-pad);
}

.legal-content {
  width: min(100%, 58rem);
  margin-inline: auto;
}

.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4 {
  font-family: var(--display);
  font-weight: 400;
  hyphens: auto;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.legal-content h1 {
  margin: 0 0 3rem;
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: -0.04em;
}

.legal-content h2 {
  margin: 3.75rem 0 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: clamp(2rem, 3.6vw, 3.3rem);
}

.legal-content h3 {
  margin: 2.5rem 0 0.75rem;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.legal-content h4 {
  margin: 1.8rem 0 0.65rem;
  font-size: 1.25rem;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
}

.legal-content a {
  color: var(--rose-deep);
  overflow-wrap: anywhere;
  text-underline-offset: 0.2rem;
}

.legal-note {
  margin-bottom: 3rem;
  padding: 1.25rem 1.4rem;
  color: var(--ink-soft);
  background: var(--rose-soft);
  border-left: 3px solid var(--rose-deep);
}

.reveal {
  transform: translateY(0.85rem);
  opacity: 0;
  transition:
    opacity 720ms ease,
    transform 720ms var(--ease);
}

.reveal.is-visible,
.no-js .reveal {
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 1221px) and (max-width: 1330px) {
  .site-header {
    grid-template-columns: minmax(17.25rem, 1fr) auto auto;
    gap: 1.3rem;
  }

  .site-nav {
    gap: 0.8rem;
  }
}

@media (max-width: 1220px) {
  html {
    scrollbar-gutter: auto;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header > .brand {
    position: relative;
    z-index: 2;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    width: 100vw;
    height: 100dvh;
    min-height: 100svh;
    max-height: 100dvh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(0.7rem, 1.5vh, 1rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding:
      max(6.5rem, calc(env(safe-area-inset-top) + 5.5rem))
      max(var(--page-pad), env(safe-area-inset-right))
      max(2.5rem, calc(env(safe-area-inset-bottom) + 1.5rem))
      max(var(--page-pad), env(safe-area-inset-left));
    color: var(--ink);
    visibility: hidden;
    background: rgba(246, 241, 234, 0.6);
    box-shadow: inset 0 -1px 0 rgba(118, 80, 79, 0.16);
    opacity: 0;
    backdrop-filter: blur(26px) saturate(0.82);
    pointer-events: none;
    transform: translateY(-1rem);
    overscroll-behavior: contain;
    -webkit-backdrop-filter: blur(26px) saturate(0.82);
    transition:
      opacity 300ms ease,
      transform 400ms var(--ease),
      visibility 0s linear 400ms;
  }

  .site-nav a {
    max-width: 100%;
    font-family: var(--display);
    font-size: clamp(2rem, min(6vw, 6vh), 4rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.05;
    text-transform: none;
    overflow-wrap: anywhere;
  }

  .site-header.is-menu-open {
    color: var(--ink);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.is-menu-open .site-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-self: end;
    padding: 0.65rem 0;
    color: inherit;
    background: none;
    border: 0;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .menu-toggle__lines,
  .menu-toggle__lines::before {
    display: block;
    width: 1.8rem;
    height: 1px;
    content: "";
    background: currentColor;
    transition: transform 250ms ease;
  }

  .menu-toggle__lines {
    transform: translateY(0.21rem);
  }

  .menu-toggle__lines::before {
    transform: translateY(-0.42rem);
  }

  .site-header.is-menu-open .menu-toggle__lines {
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle__lines::before {
    transform: rotate(-90deg);
  }

  .header-cta {
    display: none;
  }

  .hero__panel {
    width: min(34rem, 53vw);
  }
}

@media (max-width: 820px), (max-height: 620px), (pointer: coarse) {
  .hero__ambient-video {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 100svh;
  }

  .hero__sticky {
    position: relative;
    min-height: 100svh;
  }

  .hero__poster {
    transform: none !important;
    object-position: center center;
    animation: none;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.38) 0%, rgba(10, 8, 7, 0.06) 31%, rgba(10, 8, 7, 0.58) 100%),
      linear-gradient(90deg, rgba(10, 8, 7, 0.2), transparent 70%);
  }

  .hero__content {
    align-items: flex-end;
    padding-top: 9rem;
  }

  .has-appointment-sticky .hero__content {
    padding-bottom: 10rem;
  }

  .hero__panel {
    width: min(100%, 38rem);
    min-height: 0;
    padding: 1.6rem;
    border-radius: 1rem 4rem 1rem 1rem;
  }

  .js .hero.is-sequence-prepared .hero__panel::before {
    opacity: 1;
  }

  .js .hero.is-sequence-prepared .hero__panel .eyebrow,
  .js .hero.is-sequence-prepared [data-soft-type] .soft-type__char,
  .js .hero.is-sequence-prepared [data-hero-cta-group] {
    visibility: visible;
    animation: none;
    transform: none;
    opacity: 1;
    filter: none;
    pointer-events: auto;
  }

  .js .hero.is-sequence-prepared .hero__panel h1 {
    color: var(--ink);
    text-shadow: none;
  }

  .hero__beat {
    position: static;
    transform: none !important;
    opacity: 1 !important;
  }

  .hero__beat--opening p {
    margin-bottom: 1.3rem;
  }

  .hero__brand-line {
    display: none;
    animation: none;
  }

  .section-heading,
  .section-heading--split,
  .process__grid,
  .about__grid,
  .qualifications__grid,
  .contact__grid,
  .contact-resources {
    grid-template-columns: 1fr;
  }

  .about__grid {
    grid-template-areas:
      "intro"
      "title"
      "portrait"
      "body";
    row-gap: 2.75rem;
  }

  .about__portrait {
    width: min(100%, 31rem);
    justify-self: center;
  }

  .audiences .section-heading,
  .section-heading--split {
    max-width: none;
  }

  .audiences__intro {
    max-width: 44rem;
    margin-top: 2rem;
  }

  .section-heading--split {
    gap: 1.8rem;
  }

  .methods__intro-card > p {
    max-width: 42rem;
    padding: 0.85rem 0 0.85rem 1.15rem;
  }

  .process__intro {
    position: static;
    display: block;
    padding-left: 0;
  }

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

  .process__steps li:nth-child(odd),
  .process__steps li:nth-child(even) {
    padding-inline: 0;
    border-left: 0;
  }
}

@media (max-height: 620px) and (min-width: 480px) and (max-width: 1220px) {
  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    align-items: center;
    gap: 0.45rem 2.5rem;
    overflow-y: auto;
    padding: 4.75rem var(--page-pad) 1.25rem;
  }

  .site-nav a {
    font-size: clamp(1.65rem, 4.2vw, 2.25rem);
  }
}

@media (max-width: 700px) {
  .site-header {
    gap: 0.7rem;
    padding-block: 0.85rem;
  }

  .brand {
    width: min(14rem, 58vw);
  }

  .menu-toggle {
    gap: 0.55rem;
    font-size: 0.68rem;
  }

  .menu-toggle__lines,
  .menu-toggle__lines::before {
    width: 1.55rem;
  }

  .site-nav {
    gap: clamp(0.55rem, 1.7vh, 0.95rem);
    padding-top: max(5.75rem, calc(env(safe-area-inset-top) + 4.75rem));
    padding-bottom: max(1.75rem, calc(env(safe-area-inset-bottom) + 1rem));
  }

  .site-nav a {
    font-size: clamp(1.75rem, min(9vw, 5.6vh), 2.8rem);
    line-height: 1.02;
  }

  .section {
    padding-block: 5.25rem;
  }

  .section-heading {
    margin-bottom: 3.5rem;
  }

  .methods .section-heading {
    margin-bottom: 3.25rem;
  }

  .process__grid,
  .about__grid,
  .qualifications__grid,
  .contact__grid {
    gap: 3.5rem;
  }

  .topics {
    margin-top: 4.25rem;
  }

  .contact-resources {
    gap: 3rem;
    margin-top: 4rem;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .welcome__grid,
  .about__grid,
  .audience-paths,
  .topics,
  .field-row {
    grid-template-columns: 1fr;
  }

  .about__grid {
    grid-template-areas:
      "intro"
      "title"
      "portrait"
      "body";
    row-gap: 2.6rem;
  }

  .welcome__grid {
    gap: 1rem;
  }

  .welcome__copy {
    grid-column: 1;
  }

  .welcome {
    padding-bottom: 11.5rem;
  }

  .audience-path {
    min-height: 25rem;
  }

  .audience-path h3 {
    min-height: 0;
  }

  .topics ul {
    grid-template-columns: 1fr;
  }

  .topics__note {
    grid-column: 1;
  }

  .method summary {
    grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
  }

  .method summary strong,
  .method summary em {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .method summary em {
    grid-column: 2;
  }

  .method summary i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .method__body {
    display: block;
    padding-left: 3rem;
  }

  .about__portrait {
    width: min(100%, 31rem);
    margin-inline: auto;
  }

  .botanical-border--contact {
    right: -3rem;
    width: 15rem;
    opacity: 0.18;
  }

  .welcome__tree {
    bottom: -0.8rem;
    left: -5.25rem;
    width: 42rem;
    opacity: 0.2;
  }

  .methods__flying-bird {
    top: 5.75rem;
    right: 1.15rem;
    width: 5rem;
    opacity: 0.27;
  }

  .about__squirrel-edge {
    right: 1.5rem;
    width: 7.5rem;
    opacity: 0.34;
  }

  .qualifications__bird-edge {
    left: 0.75rem;
    bottom: 0.3rem;
    width: 8rem;
    opacity: 0.22;
  }

  .contact-form {
    border-radius: 1rem;
  }

  .contact-form__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    align-items: start;
    min-height: 0;
    gap: 1.25rem;
    padding-block: 2rem;
  }

  .contact-form__footer {
    display: flex;
  }

  .site-footer__meta {
    justify-content: flex-start;
  }

  .site-footer__meta .site-footer__credit {
    text-align: left;
  }

  .resource-links,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer__seal {
    justify-self: start;
  }

  .appointment-sticky {
    --appointment-edge: max(0.65rem, env(safe-area-inset-bottom));
    right: max(0.65rem, env(safe-area-inset-right));
    width: min(18rem, calc(100vw - 1.3rem));
    border-radius: 1rem;
  }

  .contact-option {
    grid-template-columns: 4.25rem minmax(0, 1fr);
  }

  .legal-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-height: 400px) and (max-width: 479px) {
  .site-header.is-menu-open {
    min-height: 5.75rem;
    background: rgba(246, 241, 234, 0.6);
  }

  .site-nav {
    top: 5.75rem;
    height: calc(100dvh - 5.75rem);
    min-height: 0;
    max-height: calc(100dvh - 5.75rem);
    padding-top: 1rem;
    justify-content: flex-start;
  }
}

@media (max-width: 700px), (max-height: 620px) {
  .appointment-sticky {
    width: auto;
    border-radius: 999px;
  }

  .appointment-sticky > img {
    display: none;
  }

  .appointment-sticky__compact {
    display: flex;
    min-width: 7.2rem;
    align-items: center;
    gap: 0.48rem;
    padding: 0.36rem 0.64rem 0.36rem 0.4rem;
  }

  .appointment-sticky__compact > img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
  }

  .appointment-sticky__compact > span {
    display: grid;
    gap: 0.05rem;
  }

  .appointment-sticky__compact small {
    color: var(--rose-deep);
    font-size: 0.55rem;
    font-weight: 650;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
  }

  .appointment-sticky__compact strong {
    color: var(--rose-deep);
    font-family: var(--display);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }

  .appointment-sticky__compact em {
    color: rgba(118, 80, 79, 0.82);
    font-size: 0.48rem;
    font-style: normal;
    font-weight: 650;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
  }

  .has-appointment-sticky .hero__content {
    padding-bottom: 4.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__ambient-video {
    display: none;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero {
    height: auto;
    min-height: 100svh;
  }

  .hero__sticky {
    position: relative;
  }

  .hero__poster {
    transform: none !important;
    animation: none !important;
  }

  .js .hero.is-sequence-prepared .hero__panel,
  .js .hero.is-sequence-prepared .hero__brand-line,
  .js .hero.is-sequence-prepared [data-soft-type] .soft-type__char {
    animation: none !important;
  }

  .js .hero.is-sequence-prepared .hero__panel,
  .js .hero.is-sequence-prepared .hero__panel .eyebrow,
  .js .hero.is-sequence-prepared [data-soft-type] .soft-type__char,
  .js .hero.is-sequence-prepared [data-hero-cta-group] {
    visibility: visible;
    transform: none;
    opacity: 1;
    filter: none;
    pointer-events: auto;
  }

  .js .hero.is-sequence-prepared .hero__panel::before {
    opacity: 1;
  }

  .js .hero.is-sequence-prepared .hero__panel h1 {
    color: var(--ink);
    text-shadow: none;
  }

  .hero__beat--opening {
    position: static;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero__brand-line {
    clip-path: none;
    opacity: 0.55;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }
}
