:root {
  --paper: #fdfcf8;
  --ink: #2c2c24;
  --moss: #9eaf9f;
  --moss-dark: #314337;
  --moss-ink: #26372d;
  --mist: #f3f4f1;
  --clay: #c18c5d;
  --sand: #e6dccd;
  --stone: #f0ebe5;
  --grass: #707164;
  --timber: #ded8cf;
  --white: #fff;
  --shadow-soft: 0 14px 40px -20px rgba(49, 67, 55, 0.28);
  --shadow-float: 0 28px 70px -34px rgba(151, 99, 57, 0.35);
  --radius-card: 32px;
  --radius-media: 36px;
  --font-display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  content: "";
  opacity: 0.018;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(44, 44, 36, 0.8) 0 0.55px, transparent 0.7px),
    radial-gradient(circle at 78% 65%, rgba(158, 175, 159, 0.7) 0 0.45px, transparent 0.65px);
  background-size: 6px 7px, 9px 8px;
  mix-blend-mode: multiply;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input,
textarea {
  font: inherit;
}

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

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

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 6.5vw, 6rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  letter-spacing: -0.04em;
}

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

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

.section {
  padding-block: clamp(72px, 8vw, 108px);
}

.section--small {
  padding-block: clamp(64px, 8vw, 100px);
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-180%);
}

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

.utility-bar {
  border-bottom: 1px solid rgba(222, 216, 207, 0.72);
  background: rgba(240, 235, 229, 0.64);
  color: var(--moss-dark);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.utility-bar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-bar a {
  text-decoration: none;
}

.utility-bar__inner div {
  display: flex;
  gap: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-block: 14px;
  pointer-events: none;
}

.nav-pill {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(222, 216, 207, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 252, 0.83);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--moss);
  color: var(--moss-ink);
  box-shadow: 0 9px 24px -13px rgba(49, 67, 55, 0.9);
  font-family: var(--font-body);
  font-size: 1.7rem;
  font-weight: 400;
}

.brand-mark > span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  line-height: 1;
  transform: translateY(-1px);
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.06rem;
  letter-spacing: -0.025em;
}

.brand-copy small {
  color: var(--grass);
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8vw, 28px);
}

.nav-menu > a:not(.button) {
  position: relative;
  padding: 9px 2px;
  color: #505247;
  font-size: 0.89rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-phone {
  display: none;
}

.nav-menu > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--clay);
  content: "";
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-menu > a:hover::after,
.nav-menu > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--moss);
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--moss-dark);
  transition:
    opacity 0.2s ease,
    transform 0.25s ease;
}

.nav-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 28px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

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

.button:active {
  transform: scale(0.97);
}

.button--primary,
.button--compact {
  background: var(--moss);
  color: var(--moss-ink);
  box-shadow: 0 10px 26px -14px rgba(49, 67, 55, 0.8);
}

.button--primary:hover,
.button--compact:hover {
  background: var(--moss-dark);
  color: var(--white);
  box-shadow: 0 18px 34px -18px rgba(49, 67, 55, 0.9);
}

.button--compact {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 0.86rem;
}

.button--outline {
  border: 2px solid var(--clay);
  background: transparent;
  color: #9b683e;
}

.button--ghost {
  padding-left: 0;
  background: transparent;
  color: var(--moss-dark);
}

.button--light {
  background: var(--paper);
  color: var(--moss-dark);
}

.button--light-outline {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--moss-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #fff;
}

.section-heading {
  max-width: 720px;
  margin-bottom: clamp(44px, 7vw, 76px);
}

.section-heading > p:last-child {
  max-width: 620px;
  color: var(--grass);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--moss-dark);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.text-link span {
  transition: transform 0.3s ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.ambient {
  position: absolute;
  pointer-events: none;
  filter: blur(1px);
  opacity: 0.62;
}

.ambient--moss {
  width: 420px;
  height: 360px;
  border-radius: 62% 38% 30% 70% / 60% 35% 65% 40%;
  background: rgba(158, 175, 159, 0.12);
}

.ambient--clay {
  width: 340px;
  height: 300px;
  border-radius: 31% 69% 68% 32% / 47% 35% 65% 53%;
  background: rgba(193, 140, 93, 0.15);
}

.ambient--sand {
  width: 500px;
  height: 390px;
  border-radius: 48% 52% 70% 30% / 63% 45% 55% 37%;
  background: rgba(230, 220, 205, 0.5);
}

.hero {
  position: relative;
  min-height: clamp(640px, calc(100svh - 112px), 760px);
  overflow: hidden;
  padding-block: clamp(46px, 5vw, 72px) clamp(70px, 8vw, 100px);
  background:
    radial-gradient(circle at 78% 44%, rgba(255, 240, 198, 0.22), transparent 24%),
    radial-gradient(circle at 93% 12%, rgba(230, 220, 205, 0.16), transparent 31%),
    linear-gradient(
      112deg,
      #fbfaf5 0%,
      #f3eee4 48.4%,
      #9eaf9f 48.65%,
      #718574 100%
    );
}

.hero::before {
  position: absolute;
  inset: 0 0 0 49%;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  -webkit-mask-image: radial-gradient(circle at 56% 45%, black, transparent 74%);
  mask-image: radial-gradient(circle at 56% 45%, black, transparent 74%);
}

.hero .ambient--moss {
  top: -9%;
  left: -220px;
  opacity: 0.38;
}

.hero .ambient--sand {
  right: -250px;
  bottom: -15%;
  opacity: 0.12;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
  grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
}

.hero__copy {
  position: relative;
  z-index: 4;
  display: grid;
  max-width: 600px;
  align-content: center;
  justify-items: start;
}

.hero-title-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(193, 140, 93, 0.3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), transparent 58%),
    rgba(253, 252, 248, 0.88);
  box-shadow:
    0 24px 54px -36px rgba(41, 55, 43, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.hero-title-frame::before {
  position: absolute;
  top: 0;
  left: 28px;
  width: 70px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--clay), rgba(193, 140, 93, 0.18));
  content: "";
}

.hero-title-frame--primary {
  width: min(100%, 580px);
  padding: clamp(24px, 2.6vw, 34px) clamp(24px, 3vw, 38px);
  border-radius: 26px 26px 26px 8px;
  animation: hero-frame-in-left 0.9s cubic-bezier(0.18, 0.82, 0.24, 1) both;
}

.hero-title-frame--secondary {
  width: min(84%, 420px);
  justify-self: end;
  padding: 17px 24px 18px;
  margin-top: 14px;
  margin-right: clamp(-120px, -8vw, -76px);
  border-color: rgba(158, 175, 159, 0.3);
  border-radius: 8px 22px 22px 22px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72), transparent 62%),
    rgba(249, 247, 240, 0.9);
  animation: hero-frame-in-right 0.9s cubic-bezier(0.18, 0.82, 0.24, 1) 0.12s both;
}

.hero-title-frame--secondary::before {
  right: 22px;
  left: auto;
  width: 52px;
  background: linear-gradient(90deg, rgba(158, 175, 159, 0.16), var(--moss));
}

.hero h1 {
  max-width: none;
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(2.25rem, 3.35vw, 3.45rem);
  font-weight: 690;
  letter-spacing: -0.052em;
  line-height: 0.99;
}

.hero h1 span {
  display: block;
}

.hero__place {
  margin-top: 0.12em;
  color: var(--clay);
  font-weight: 760;
}

.hero__lede,
.lede {
  max-width: 620px;
  margin-bottom: 32px;
  color: #5e6054;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.hero__lede {
  max-width: 30ch;
  margin: 0;
  color: var(--moss-dark);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  font-weight: 780;
  letter-spacing: 0.012em;
  line-height: 1.42;
}

.hero__actions {
  margin-top: 26px;
  animation: hero-actions-reveal 0.76s cubic-bezier(0.2, 0.8, 0.2, 1) 0.28s both;
}

.hero__facts {
  display: flex;
  gap: clamp(24px, 4vw, 54px);
  margin: 48px 0 0;
}

.hero__facts div {
  display: grid;
  gap: 2px;
}

.hero__facts dt {
  color: var(--grass);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__facts dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.hero__visual {
  position: relative;
  animation: hero-visual-reveal 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.12s both;
}

.hero-shield-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: grid;
  min-height: clamp(460px, 43vw, 570px);
  place-items: center;
  isolation: isolate;
  perspective: 1200px;
  transform: perspective(1200px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform 0.26s ease-out;
}

.hero-shield-aura {
  position: absolute;
  inset: 17% 7%;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse,
      rgba(255, 248, 219, 0.58),
      rgba(193, 140, 93, 0.18) 40%,
      rgba(158, 175, 159, 0.08) 58%,
      transparent 74%
    );
  filter: blur(24px);
  animation: shield-aura-breathe 7.5s ease-in-out infinite;
}

.hero-shield-orbit {
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 245, 219, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.hero-shield-orbit--outer {
  width: min(540px, 94%);
  border-style: dashed;
  animation: shield-orbit 42s linear infinite;
}

.hero-shield-orbit--inner {
  width: min(440px, 76%);
  border-color: rgba(193, 140, 93, 0.26);
  animation: shield-orbit 31s linear reverse infinite;
}

.hero-shield-spark {
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: #f6d8a6;
  box-shadow:
    0 0 20px rgba(255, 231, 185, 0.7),
    0 0 42px rgba(255, 231, 185, 0.35);
  animation: shield-spark 4.8s ease-in-out infinite;
}

.hero-shield-spark--one {
  top: 18%;
  right: 10%;
  width: 11px;
  height: 11px;
}

.hero-shield-spark--two {
  bottom: 21%;
  left: 8%;
  width: 7px;
  height: 7px;
  animation-delay: -2.1s;
}

.hero-shield-float {
  width: min(78%, 450px);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  animation: shield-float 9s ease-in-out 1.1s infinite both;
}

.hero-shield-object {
  width: 100%;
  height: auto;
  user-select: none;
  filter:
    drop-shadow(0 30px 26px rgba(4, 17, 10, 0.28))
    drop-shadow(0 0 20px rgba(255, 232, 180, 0.25));
}

@keyframes hero-frame-in-left {
  from {
    opacity: 0;
    transform: translate3d(-84px, 0, 0);
  }
}

@keyframes hero-frame-in-right {
  from {
    opacity: 0;
    transform: translate3d(84px, 0, 0);
  }
}

@keyframes hero-actions-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
}

@keyframes hero-visual-reveal {
  from {
    opacity: 0;
    transform: translate3d(28px, 20px, 0) scale(0.95);
  }
}

@keyframes shield-float {
  0%,
  100% {
    transform: translate3d(0, 0, 34px) rotateZ(-0.15deg);
  }
  50% {
    transform: translate3d(0, -8px, 44px) rotateZ(0.2deg);
  }
}

@keyframes shield-aura-breathe {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(0.985);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.025);
  }
}

@keyframes shield-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shield-spark {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.hero-image-wrap {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(222, 216, 207, 0.9);
  border-radius: 42px;
  background: #eee9e1;
  box-shadow: var(--shadow-float);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.hero-image-wrap:hover .hero-image {
  transform: scale(1.012);
}

.hero-organ-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: 520px;
  isolation: isolate;
  perspective: 1200px;
  transform: perspective(1200px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform 0.28s ease-out;
}

.hero-organ-stage--services {
  min-height: clamp(430px, 40vw, 520px);
}

.hero-organ-stage::before {
  position: absolute;
  top: 50%;
  left: 53%;
  z-index: -2;
  width: min(470px, 82%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(145deg, rgba(230, 220, 205, 0.72), rgba(158, 175, 159, 0.15));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.74),
    0 50px 90px -68px rgba(49, 67, 55, 0.68);
  content: "";
  transform: translate(-50%, -50%);
}

.hero-depth-ring {
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: -1;
  width: min(520px, 90%);
  aspect-ratio: 1;
  border: 1px solid rgba(193, 140, 93, 0.38);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.hero-depth-ring::after {
  position: absolute;
  top: 15%;
  right: 7%;
  width: 10px;
  height: 10px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 5px 18px rgba(151, 99, 57, 0.3);
  content: "";
}

.hero-depth-dot {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: rgba(193, 140, 93, 0.3);
}

.hero-depth-dot--one {
  top: 13%;
  left: 12%;
  width: 18px;
  height: 18px;
}

.hero-depth-dot--two {
  right: 7%;
  bottom: 18%;
  width: 11px;
  height: 11px;
  background: rgba(158, 175, 159, 0.38);
}

.hero-organ-layer {
  position: absolute;
  will-change: transform;
}

.hero-organ-object {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 16px rgba(78, 60, 48, 0.14));
}

.hero-organ-layer--intestine {
  top: 4%;
  right: 1%;
  z-index: 3;
  width: 73%;
  animation: organ-float-large 8.2s ease-in-out infinite;
}

.hero-organ-layer--stomach {
  bottom: 2%;
  left: -3%;
  z-index: 4;
  width: 38%;
  animation: organ-float-small 6.8s ease-in-out -1.7s infinite;
}

.hero-organ-layer--capsule {
  top: 7%;
  right: -2%;
  z-index: 5;
  width: 21%;
  animation: capsule-float 6s ease-in-out -0.8s infinite;
}

@keyframes organ-float-large {
  0%,
  100% {
    transform: translate3d(0, 0, 32px) rotate(0.4deg);
  }
  50% {
    transform: translate3d(0, -8px, 42px) rotate(-0.4deg);
  }
}

@keyframes organ-float-small {
  0%,
  100% {
    transform: translate3d(0, 0, 54px) rotate(-4deg);
  }
  50% {
    transform: translate3d(4px, -11px, 64px) rotate(-2.8deg);
  }
}

@keyframes capsule-float {
  0%,
  100% {
    transform: translate3d(0, 0, 74px) rotate(-12deg);
  }
  50% {
    transform: translate3d(-5px, -9px, 84px) rotate(-8deg);
  }
}

.hero-card {
  position: absolute;
  right: -28px;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 24px;
  border: 1px solid rgba(222, 216, 207, 0.7);
  border-radius: 30px 18px 30px 18px;
  background: rgba(255, 255, 252, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(15px);
}

.hero-card__dot {
  width: 13px;
  height: 13px;
  border: 3px solid rgba(158, 175, 159, 0.22);
  border-radius: 50%;
  background: var(--moss);
  box-sizing: content-box;
}

.hero-card div {
  display: grid;
}

.hero-card small {
  color: var(--grass);
  font-size: 0.7rem;
}

.hero-card strong {
  font-family: var(--font-display);
}

.quick-services {
  background: rgba(240, 235, 229, 0.35);
}

.service-teasers {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.stone-card {
  min-height: 280px;
  padding: 34px 28px;
  border: 1px solid rgba(222, 216, 207, 0.72);
  background: rgba(255, 255, 252, 0.78);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.stone-card:hover {
  box-shadow: 0 24px 50px -26px rgba(49, 67, 55, 0.5);
  transform: translateY(-7px) rotate(0.4deg);
}

.stone-card--1 {
  border-radius: 54px 24px 42px 22px;
}

.stone-card--2 {
  border-radius: 24px 58px 26px 46px;
}

.stone-card--3 {
  border-radius: 42px 24px 60px 24px;
}

.stone-card--4 {
  border-radius: 24px 48px 24px 62px;
}

.stone-card__number {
  display: block;
  margin-bottom: 52px;
  color: var(--clay);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
}

.stone-card p {
  margin-bottom: 6px;
  color: var(--grass);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stone-card h3 {
  margin-bottom: 28px;
}

.founder {
  overflow: hidden;
}

.founder__grid {
  display: grid;
  align-items: center;
  gap: clamp(54px, 7vw, 90px);
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(222, 216, 207, 0.72);
  border-radius: 40px;
  background: rgba(240, 235, 229, 0.48);
  grid-template-columns: minmax(260px, 0.72fr) 1.28fr;
}

.founder__portrait {
  position: relative;
  max-width: 380px;
  margin-inline: auto;
}

.portrait-blob {
  overflow: hidden;
  aspect-ratio: 1;
  border: 6px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--sand);
  box-shadow: var(--shadow-float);
}

.portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hand-note {
  position: absolute;
  right: -22px;
  bottom: 20px;
  max-width: 170px;
  padding: 13px 18px;
  border-radius: 18px 28px 16px 26px;
  background: var(--clay);
  box-shadow: var(--shadow-float);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-style: italic;
  line-height: 1.3;
  transform: rotate(-4deg);
}

.founder__copy {
  max-width: 650px;
}

.founder__copy > p {
  color: #5c5d52;
}

.founder__copy blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--clay);
  border-radius: 0 30px 30px 0;
  background: rgba(230, 220, 205, 0.42);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.45;
}

.signature {
  color: var(--moss-dark) !important;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-style: italic;
}

.prevention {
  position: relative;
  overflow: hidden;
  background: var(--moss);
  color: var(--ink);
}

.prevention::before {
  position: absolute;
  top: -130px;
  right: -90px;
  width: 440px;
  height: 380px;
  border-radius: 50%;
  background: rgba(230, 220, 205, 0.1);
  content: "";
}

.prevention__grid {
  display: grid;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  grid-template-columns: 0.9fr 1.1fr;
}

.prevention__copy {
  position: relative;
  z-index: 2;
}

.prevention__copy p:not(.eyebrow) {
  color: var(--ink);
}

.source-list {
  padding-left: 1.2rem;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.55;
}

.source-list li + li {
  margin-top: 8px;
}

.source-list a {
  color: inherit;
}

.prevention .eyebrow,
.prevention .button--light-outline {
  border-color: var(--moss-ink);
  color: var(--moss-ink);
}

.prevention__visual {
  position: relative;
}

.prevention-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 6px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-media);
  object-fit: cover;
  box-shadow: var(--shadow-float);
}

.prevention__stat {
  position: absolute;
  right: -24px;
  bottom: -35px;
  display: grid;
  width: 180px;
  min-height: 165px;
  place-content: center;
  padding: 24px;
  border-radius: 52% 48% 38% 62% / 57% 37% 63% 43%;
  background: var(--clay);
  box-shadow: var(--shadow-float);
  color: var(--white);
  text-align: center;
}

.prevention__stat strong {
  font-family: var(--font-display);
  font-size: 2.7rem;
  line-height: 1;
}

.prevention__stat small {
  font-size: 0.7rem;
  line-height: 1.35;
}

.team-teaser__grid {
  display: grid;
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
  grid-template-columns: 1.1fr 0.9fr;
}

.team-teaser__image {
  position: relative;
}

.organic-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 6px solid var(--white);
  border-radius: var(--radius-media);
  box-shadow: var(--shadow-float);
  object-fit: cover;
  object-position: var(--organic-position, center);
}

.organic-image--team {
  --organic-position: center 28%;
}

.organic-image--contact {
  --organic-position: center 42%;
}

.career-teaser {
  background: rgba(230, 220, 205, 0.32);
}

.career-teaser__inner {
  display: grid;
  align-items: center;
  gap: 44px;
  grid-template-columns: 1fr 1fr auto;
}

.career-teaser h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.job-pills {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.job-pills li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 18px;
  border: 1px solid rgba(193, 140, 93, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  font-weight: 750;
}

.job-pills span {
  color: #815532;
  font-size: 0.72rem;
}

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

.award-card {
  display: grid;
  min-width: 0;
  min-height: 150px;
  overflow: hidden;
  place-items: center;
  padding: 26px;
  border: 1px solid rgba(222, 216, 207, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--moss-dark);
  filter: saturate(0.76);
}

.award-card img {
  display: block;
  width: 100%;
  height: 86px;
  max-width: 100%;
  object-fit: contain;
}

.award-card--certificate {
  align-content: center;
  gap: 11px;
  padding: 16px 12px;
  filter: none;
}

.award-card--certificate img {
  width: 100%;
  height: 118px;
  max-width: 100%;
  object-fit: contain;
}

.award-card__label {
  max-width: 100%;
  color: var(--moss-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(66px, 8vw, 104px);
}

.page-hero .ambient--moss {
  top: 0;
  left: -180px;
}

.page-hero .ambient--clay {
  right: -150px;
  bottom: -60px;
}

.page-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: clamp(48px, 7vw, 88px);
  grid-template-columns: 0.9fr 1.1fr;
}

.page-hero__visual--organs {
  min-width: 0;
}

.page-hero__copy h1 {
  font-size: clamp(3.5rem, 6.4vw, 5.7rem);
}

.page-hero--compact {
  padding-block: 85px;
  background: rgba(240, 235, 229, 0.4);
}

.page-hero--compact .page-hero__grid {
  display: block;
}

.page-hero--compact .page-hero__copy {
  max-width: 840px;
}

.page-hero--compact h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 6vw, 5rem);
}

.page-hero--compact .lede {
  margin-bottom: 0;
}

.service-index {
  position: sticky;
  top: 104px;
  z-index: 80;
  border-block: 1px solid rgba(222, 216, 207, 0.72);
  background: rgba(255, 255, 252, 0.92);
  backdrop-filter: blur(16px);
}

.service-index__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding-block: 15px;
  overflow-x: auto;
  scrollbar-width: none;
}

.service-index__inner::-webkit-scrollbar {
  display: none;
}

.service-index a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border: 1px solid var(--timber);
  border-radius: 999px;
  color: var(--moss-dark);
  font-size: 0.79rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.service-list {
  padding-top: 36px;
}

.service-row {
  display: grid;
  min-height: 460px;
  align-items: center;
  gap: clamp(52px, 8vw, 96px);
  padding-block: 72px;
  scroll-margin-top: 190px;
  border-bottom: 1px solid rgba(222, 216, 207, 0.72);
  grid-template-columns: 1fr 1fr;
}

.service-row--reverse .service-row__media {
  order: 2;
}

.service-row__media {
  position: relative;
  min-width: 0;
}

.service-row__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 5px solid var(--white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-float);
  object-fit: cover;
  transition: transform 0.55s ease;
}

.service-row__image--illustration {
  background: #f7eedf;
  object-position: center;
}

.service-row__copy {
  min-width: 0;
}

.service-row__copy h2 {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.service-row:nth-child(even) .service-row__image {
  border-radius: var(--radius-card);
}

.service-row:hover .service-row__image {
  transform: scale(1.012);
}

.service-row__media--abstract {
  display: grid;
  min-height: 370px;
  place-items: center;
  border-radius: 34% 66% 52% 48% / 61% 37% 63% 39%;
  background:
    radial-gradient(circle at 30% 30%, rgba(193, 140, 93, 0.26), transparent 34%),
    var(--stone);
}

.abstract-organ {
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border: 2px solid rgba(158, 175, 159, 0.25);
  border-radius: 59% 41% 32% 68% / 43% 61% 39% 57%;
  background: rgba(158, 175, 159, 0.13);
  color: var(--moss-dark);
  font-size: 4rem;
  transform: rotate(-7deg);
}

.service-card-grid {
  display: grid;
  gap: 22px;
  margin-top: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 46px);
  scroll-margin-top: 190px;
  border: 1px solid rgba(222, 216, 207, 0.82);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 92% 8%, rgba(193, 140, 93, 0.13), transparent 32%),
    rgba(240, 235, 229, 0.54);
  box-shadow: var(--shadow-soft);
}

.service-card h2 {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  hyphens: auto;
  overflow-wrap: anywhere;
}

.service-card > p:not(.eyebrow) {
  max-width: 62ch;
  color: #56584e;
}

.service-card .button {
  margin-top: auto;
}

.service-number {
  display: block;
  margin-bottom: 38px;
  color: rgba(193, 140, 93, 0.75);
  font-family: var(--font-display);
  font-size: 2rem;
}

.service-row__copy p:not(.eyebrow):not(.service-note) {
  color: #5d5f53;
}

.service-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(193, 140, 93, 0.12);
  color: #8e5f38;
  font-size: 0.82rem;
  font-weight: 800;
}

.cta {
  background: var(--clay);
  color: var(--white);
}

.cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cta h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.team-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}

.person-card {
  overflow: hidden;
  border: 1px solid rgba(222, 216, 207, 0.72);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 252, 0.82);
  box-shadow: var(--shadow-soft);
}

.person-card__image {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--stone);
}

.person-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--portrait-position, center top);
  filter: saturate(0.9);
  transform-origin: center top;
  transition: transform 0.7s ease;
}

.person-card:hover .person-card__image img {
  transform: scale(1.035);
}

.person-card__body {
  padding: 28px;
}

.person-card__role {
  min-height: 38px;
  margin-bottom: 10px;
  color: var(--moss-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.person-card h2 {
  margin-bottom: 16px;
  font-size: 1.7rem;
}

.person-card__body > p:last-of-type {
  color: var(--grass);
  font-size: 0.92rem;
}

details {
  border-top: 1px solid var(--timber);
}

summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--moss-dark);
  font-size: 0.84rem;
  font-weight: 850;
  list-style: none;
}

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

details[open] summary span {
  transform: rotate(45deg);
}

details ul {
  padding: 0 0 0 20px;
  color: var(--grass);
  font-size: 0.84rem;
}

.practice-gallery {
  background: rgba(240, 235, 229, 0.4);
}

.practice-gallery__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.practice-gallery__intro h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.practice-gallery__intro > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--grass);
}

.gallery-grid {
  display: grid;
  gap: 22px;
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(222, 216, 207, 0.8);
  border-radius: 30px;
  background: rgba(255, 255, 252, 0.82);
  box-shadow: var(--shadow-soft);
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.gallery-card:hover {
  box-shadow: var(--shadow-float);
  transform: translateY(-4px);
}

.gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.gallery-card figcaption {
  padding: 17px 22px 19px;
  color: var(--moss-dark);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.gallery-card--wide {
  width: min(100%, 1050px);
  grid-column: 1 / -1;
  justify-self: center;
}

.career-hero {
  padding-block: clamp(56px, 6vw, 76px);
  overflow: hidden;
}

.career-hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(60px, 9vw, 120px);
  grid-template-columns: 0.8fr 1.2fr;
}

.career-collage {
  display: grid;
  min-height: 480px;
  gap: 16px;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.career-collage img {
  width: 100%;
  height: 100%;
  border: 6px solid var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow-float);
  object-fit: cover;
  object-position: center top;
}

.career-collage__one {
  grid-row: 1 / 3;
}

.career-collage__two {
  grid-column: 2;
}

.jobs-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.job-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  border: 1px solid rgba(222, 216, 207, 0.72);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 252, 0.82);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
}

.job-card:hover {
  border-color: rgba(158, 175, 159, 0.5);
  transform: translateY(-4px);
}

.job-card__type {
  display: inline-block;
  margin-bottom: 48px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(158, 175, 159, 0.1);
  color: var(--moss-dark);
  font-size: 0.7rem;
  font-weight: 850;
}

.job-card h2 {
  font-size: 1.9rem;
}

.job-card p {
  color: var(--grass);
}

.application {
  background: rgba(230, 220, 205, 0.32);
}

.application__grid,
.contact-form-section__grid {
  display: grid;
  align-items: start;
  gap: clamp(60px, 10vw, 130px);
  grid-template-columns: 0.75fr 1.25fr;
}

.application-note,
.privacy-card {
  display: flex;
  gap: 14px;
  padding: 20px;
  margin-top: 32px;
  border: 1px solid rgba(193, 140, 93, 0.38);
  border-radius: 26px 38px 24px 34px;
  background: rgba(255, 255, 255, 0.5);
}

.application-note > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--clay);
  color: var(--white);
  font-weight: 800;
}

.application-note p,
.privacy-card p {
  margin: 0;
  color: var(--grass);
  font-size: 0.86rem;
}

.organic-form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid rgba(222, 216, 207, 0.76);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 252, 0.82);
  box-shadow: var(--shadow-soft);
  grid-template-columns: repeat(2, 1fr);
}

.field {
  display: grid;
  gap: 7px;
}

.field--wide {
  grid-column: 1 / -1;
}

.field label,
.organic-form > label {
  color: var(--moss-dark);
  font-size: 0.79rem;
  font-weight: 850;
}

.field label small {
  color: var(--grass);
  font-weight: 600;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--timber);
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
}

.field input {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
}

.field input[type="file"] {
  padding: 10px 14px;
}

.field textarea {
  min-height: 140px;
  padding: 15px 18px;
  border-radius: 28px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--moss-dark);
  outline: 3px solid var(--moss-dark);
  outline-offset: 2px;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.45;
}

.check input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--moss-dark);
}

.form-status {
  padding: 13px 18px;
  border-radius: 20px;
  background: rgba(193, 140, 93, 0.14);
  color: #7e5332;
  font-size: 0.86rem;
  font-weight: 750;
}

.contact-options__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin-inline: auto;
}

.contact-card {
  min-height: 360px;
  padding: 36px;
  border: 1px solid rgba(222, 216, 207, 0.76);
  border-radius: 54px 24px 44px 26px;
  background: rgba(255, 255, 252, 0.82);
  box-shadow: var(--shadow-soft);
}

.contact-card:nth-child(3) {
  border-radius: 26px 50px 26px 56px;
}

.contact-card--moss {
  background: var(--moss);
  color: var(--ink);
  transform: translateY(-22px);
}

.contact-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 40% 60% 55% 45% / 52% 42% 58% 48%;
  background: rgba(158, 175, 159, 0.12);
  color: var(--moss-dark);
  font-size: 1.5rem;
  font-weight: 700;
}

.contact-card--moss .contact-card__icon {
  background: rgba(49, 67, 55, 0.12);
  color: var(--moss-ink);
}

.contact-card h2 {
  font-size: 1.9rem;
}

.contact-card p:not(.eyebrow) {
  color: var(--grass);
}

.contact-card--moss p:not(.eyebrow) {
  color: var(--ink);
}

.contact-card .text-link {
  overflow-wrap: anywhere;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.contact-list a {
  color: inherit;
}

.privacy-card {
  display: block;
}

.privacy-card strong {
  display: block;
  margin-bottom: 4px;
  color: #825b38;
}

.legal-content {
  padding-top: 70px;
}

.legal-content__grid {
  display: grid;
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: 260px minmax(0, 760px);
}

.legal-content__grid > *,
.legal-content aside,
.legal-content article {
  min-width: 0;
  max-width: 100%;
}

.legal-content__grid > article:only-child {
  grid-column: 1 / -1;
  max-width: 760px;
}

.legal-content aside {
  position: sticky;
  top: 125px;
  padding: 26px;
  border: 1px solid var(--timber);
  border-radius: 32px;
  background: rgba(255, 255, 252, 0.78);
}

.legal-content aside nav {
  display: grid;
}

.legal-content aside a {
  padding-block: 8px;
  border-bottom: 1px solid rgba(222, 216, 207, 0.65);
  color: var(--grass);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.legal-content article > section {
  padding-block: 38px;
  border-bottom: 1px solid var(--timber);
}

.legal-content article h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  hyphens: auto;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.legal-content article p,
.legal-content article li {
  color: #5b5d51;
  overflow-wrap: anywhere;
}

.legal-content article a {
  overflow-wrap: anywhere;
}

.legal-page .page-hero__copy h1 {
  max-width: 100%;
  hyphens: auto;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.draft-note {
  padding: 24px 26px;
  border: 1px solid rgba(193, 140, 93, 0.45);
  border-radius: 30px 46px 28px 38px;
  background: rgba(230, 220, 205, 0.42);
}

.draft-note strong {
  color: #805633;
}

.draft-note p {
  margin: 6px 0 0;
  font-size: 0.88rem;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 56px 0 24px;
  background: var(--moss-dark);
  color: var(--mist);
}

.footer-map {
  margin-bottom: 84px;
}

.map-placeholder {
  position: relative;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-media);
  background: #d9d4c8;
  color: var(--ink);
  grid-template-columns: 1.2fr 0.8fr;
}

.map-placeholder__art {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgba(158, 175, 159, 0.4), transparent 18%),
    radial-gradient(circle at 78% 72%, rgba(193, 140, 93, 0.34), transparent 16%),
    linear-gradient(135deg, #d8d2c5, #eee9df);
}

.map-road {
  position: absolute;
  width: 150%;
  height: 22px;
  border: 5px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
}

.map-road--one {
  top: 34%;
  left: -30%;
  transform: rotate(24deg);
}

.map-road--two {
  top: 55%;
  left: -18%;
  transform: rotate(-18deg);
}

.map-pin {
  position: absolute;
  top: 50%;
  left: 52%;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 50% 50% 50% 0;
  background: var(--moss);
  filter: drop-shadow(0 10px 14px rgba(45, 56, 40, 0.24));
  color: var(--moss-ink);
  font-size: 2rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-pin > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  line-height: 1;
  transform: rotate(45deg) translateY(-1px);
}

.map-placeholder__content {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(34px, 6vw, 64px);
  background: rgba(253, 252, 248, 0.88);
}

.map-placeholder__content h2 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.map-placeholder__content p:not(.eyebrow) {
  color: var(--grass);
}

.map-placeholder__content small {
  display: block;
  margin-top: 14px;
  color: var(--grass);
  font-size: 0.7rem;
}

.map-placeholder iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
  grid-column: 1 / -1;
}

.footer-grid {
  display: grid;
  gap: 60px;
  padding-bottom: 60px;
  grid-template-columns: 1.2fr 0.9fr 0.8fr;
}

.brand--footer {
  color: var(--white);
}

.brand--footer .brand-copy small {
  color: rgba(243, 244, 241, 0.65);
}

.footer-lead {
  max-width: 390px;
  margin-top: 24px;
  color: rgba(243, 244, 241, 0.66);
}

.footer-title {
  margin-bottom: 20px;
  color: #d9c8b6;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hours-list {
  display: grid;
  gap: 7px;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(243, 244, 241, 0.72);
  font-size: 0.81rem;
}

.hours-list div span:last-child {
  text-align: right;
}

.site-footer address {
  color: rgba(243, 244, 241, 0.72);
  font-size: 0.87rem;
  font-style: normal;
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.reception-fab {
  position: fixed;
  right: 22px;
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 90;
  display: flex;
  width: 58px;
  min-height: 58px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: var(--moss);
  box-shadow: 0 18px 45px -18px rgba(42, 54, 38, 0.8);
  color: var(--moss-ink);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition:
    width 0.35s ease,
    transform 0.3s ease;
}

.reception-fab:hover,
.reception-fab:focus-visible {
  width: 166px;
  transform: translateY(-4px);
}

.reception-fab__icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: rgba(49, 67, 55, 0.12);
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.reception-fab__icon::before,
.reception-fab__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--moss-dark);
  content: "";
  transform: translate(-50%, -50%);
}

.reception-fab__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.reception-fab small {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
}

.reception-fab > span:last-child {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.2s ease 0.08s;
}

.reception-fab:hover > span:last-child,
.reception-fab:focus-visible > span:last-child {
  opacity: 1;
}

#button_321med,
#button_321med_animation,
#powered_321med,
.info_321med,
.notification_321med {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1050px) {
  .utility-bar__inner > span {
    display: none;
  }

  .utility-bar__inner {
    justify-content: flex-end;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 86px;
    right: 20px;
    left: 20px;
    display: grid;
    padding: 24px;
    border: 1px solid var(--timber);
    border-radius: var(--radius-card);
    background: #fffefa;
    box-shadow: var(--shadow-float);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu .button {
    margin-top: 8px;
  }

  .nav-menu .nav-phone {
    display: inline-flex;
  }

  .hero__grid,
  .page-hero__grid,
  .prevention__grid,
  .founder__grid,
  .team-teaser__grid,
  .career-hero__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero__grid {
    gap: 22px;
    grid-template-columns: minmax(0, 0.96fr) minmax(390px, 1.04fr);
  }

  .hero-title-frame--secondary {
    margin-right: -64px;
  }

  .hero-shield-stage {
    min-height: 500px;
  }

  .service-teasers {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-teaser__inner {
    grid-template-columns: 1fr 1fr;
  }

  .career-teaser__inner > .button {
    justify-self: start;
  }

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

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

  .hero-organ-stage {
    min-height: 460px;
  }

  .service-index {
    top: 96px;
  }

  .contact-card--moss {
    transform: none;
  }

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

  .legal-content__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-content aside {
    position: static;
  }
}

@media (max-width: 780px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  body {
    font-size: 16px;
  }

  .utility-bar {
    display: none;
  }

  .site-header {
    padding-block: 10px;
  }

  .nav-pill {
    min-height: 66px;
    padding: 8px 9px 8px 14px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy small {
    font-size: 0.6rem;
  }

  .hero {
    min-height: auto;
    padding-block: 20px 30px;
    background:
      radial-gradient(circle at 50% 38%, rgba(230, 220, 205, 0.62), transparent 43%),
      linear-gradient(180deg, #fbfaf5 0%, #f3eee4 68%, #fbfaf5 100%);
  }

  .hero::before {
    display: none;
  }

  .hero__copy {
    display: contents;
    max-width: none;
  }

  .hero-title-frame {
    position: absolute;
    z-index: 5;
  }

  .hero-title-frame--primary {
    top: clamp(84px, 13vw, 102px);
    left: 50%;
    width: min(92%, 372px);
    padding: 17px 20px 18px;
    border-radius: 21px 21px 21px 7px;
    translate: -52% 0;
    animation-delay: 0.68s;
  }

  .hero-title-frame--secondary {
    top: clamp(268px, 36vw, 286px);
    right: 50%;
    width: min(76%, 310px);
    padding: 13px 17px 14px;
    margin: 0;
    border-radius: 7px 18px 18px 18px;
    translate: 68% 0;
    animation-delay: 1s;
  }

  .hero-title-frame::before {
    left: 20px;
    width: 52px;
  }

  .hero-title-frame--secondary::before {
    right: 17px;
    left: auto;
    width: 42px;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.55rem);
    letter-spacing: -0.045em;
    line-height: 1.01;
  }

  .hero__lede {
    font-size: clamp(0.88rem, 3.4vw, 0.98rem);
    line-height: 1.38;
  }

  .hero__visual {
    z-index: 1;
    isolation: isolate;
    grid-column: 1;
    grid-row: 1;
    animation-delay: 0s;
  }

  .hero__visual::before,
  .hero__visual::after {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: min(100%, 430px);
    transform: translateX(-50%);
    content: "";
    pointer-events: none;
  }

  .hero__visual::before {
    top: 12px;
    bottom: 6px;
    border: 1px solid rgba(158, 175, 159, 0.34);
    border-radius: 46% 54% 45% 55% / 32% 28% 72% 68%;
    background:
      radial-gradient(circle at 50% 27%, rgba(125, 151, 112, 0.34), transparent 42%),
      linear-gradient(158deg, #b5c2b6 0%, #9eaf9f 54%, #718574 100%);
    box-shadow: 0 28px 58px -38px rgba(28, 49, 37, 0.72);
  }

  .hero__visual::after {
    top: 27px;
    bottom: 22px;
    width: min(calc(100% - 24px), 402px);
    border: 1px solid rgba(255, 248, 227, 0.13);
    border-radius: 45% 55% 47% 53% / 31% 30% 70% 69%;
  }

  .hero-shield-stage {
    z-index: 1;
    height: 100%;
    min-height: 0;
  }

  .hero-shield-float {
    width: min(86%, 330px);
  }

  .hero__actions {
    z-index: 6;
    width: 100%;
    justify-content: center;
    grid-column: 1;
    grid-row: 2;
    margin-top: 10px;
    animation-delay: 1.26s;
  }

  .hero__actions .button--primary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--moss);
    color: var(--moss-ink);
  }

  .hero__actions .button--outline {
    border-color: rgba(193, 140, 93, 0.82);
    background: rgba(253, 252, 248, 0.96);
    color: #8c5d37;
    box-shadow: 0 14px 30px -24px rgba(14, 31, 20, 0.75);
  }

  .hero__grid,
  .page-hero__grid,
  .prevention__grid,
  .founder__grid,
  .team-teaser__grid,
  .career-hero__grid,
  .service-row,
  .application__grid,
  .contact-form-section__grid,
  .legal-content__grid,
  .map-placeholder,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    align-items: stretch;
    gap: 0;
    grid-template-rows: min(500px, 120vw) auto;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.45rem);
  }

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

  .hero__facts {
    gap: 22px;
  }

  .hero-image-wrap {
    max-height: none;
    aspect-ratio: 3 / 2;
  }

  .hero-organ-stage {
    min-height: 420px;
    margin-top: 4px;
  }

  .hero-organ-stage--services {
    min-height: min(390px, 92vw);
  }

  .hero-organ-stage::before {
    left: 52%;
    width: min(390px, 88%);
  }

  .hero-depth-ring {
    width: min(420px, 94%);
  }

  .hero-organ-layer--intestine {
    top: 3%;
    right: 1%;
    width: 78%;
  }

  .hero-organ-layer--stomach {
    bottom: 1%;
    left: -1%;
    width: 40%;
  }

  .hero-organ-layer--capsule {
    top: 4%;
    right: 0;
    width: 22%;
  }

  .hero-card {
    right: 8px;
  }

  .service-teasers,
  .team-grid,
  .jobs-grid,
  .service-card-grid,
  .contact-options__grid,
  .award-grid {
    grid-template-columns: 1fr;
  }

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

  .award-card {
    min-height: 132px;
    padding: 16px 12px;
  }

  .award-card--certificate {
    min-height: 170px;
  }

  .award-card--certificate img {
    max-height: 110px;
  }

  .stone-card {
    min-height: 240px;
  }

  .stone-card__number {
    margin-bottom: 34px;
  }

  .founder__portrait {
    width: min(90%, 440px);
  }

  .prevention__visual {
    margin-bottom: 40px;
  }

  .team-teaser__image {
    order: 2;
  }

  .career-teaser__inner {
    grid-template-columns: 1fr;
  }

  .prevention__grid,
  .career-teaser__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .prevention__grid > *,
  .prevention__copy .button-row,
  .career-teaser__inner > * {
    min-width: 0;
  }

  .source-list a {
    overflow-wrap: anywhere;
  }

  .service-row {
    gap: 40px;
    padding-block: 58px;
  }

  .service-row--reverse .service-row__media {
    order: 0;
  }

  .service-row__media--abstract {
    min-height: 300px;
  }

  .cta__inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-grid {
    max-width: 560px;
    margin-inline: auto;
  }

  .practice-gallery__intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

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

  .gallery-card--wide {
    width: 100%;
    grid-column: 1 / -1;
  }

  .gallery-card:last-child {
    width: calc(50% - 11px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .career-collage {
    min-height: 480px;
  }

  .job-card--2 {
    transform: none;
  }

  .organic-form {
    grid-template-columns: 1fr;
  }

  .field--wide {
    grid-column: auto;
  }

  .legal-content aside {
    position: static;
  }

  .map-placeholder__art {
    min-height: 260px;
  }

  .footer-bottom nav {
    justify-content: flex-start;
  }

  .service-index {
    top: 86px;
  }
}

@media (max-width: 680px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card--wide,
  .gallery-card:last-child {
    width: 100%;
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .legal-page .page-hero--compact {
    padding-block: 58px;
  }

  .legal-page .page-hero--compact h1 {
    margin-bottom: 0;
    font-size: clamp(2.25rem, 11.8vw, 3.15rem);
    letter-spacing: -0.045em;
  }

  .legal-content {
    padding-top: 34px;
  }

  .legal-content aside {
    padding: 22px;
    border-radius: 26px;
  }

  .legal-content article > section {
    padding-block: 30px;
  }

  .legal-content article h2 {
    font-size: clamp(1.72rem, 9.2vw, 2.2rem);
  }

  .hero {
    padding-block: 14px 24px;
  }

  .hero__grid {
    grid-template-rows: min(460px, 114vw) auto;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .hero__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero__facts dd {
    font-size: 1rem;
  }

  .hand-note {
    right: -6px;
  }

  .career-collage {
    min-height: 420px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-organ-stage {
    min-height: 390px;
  }

  .hero-organ-stage--services {
    min-height: 340px;
  }

  .hero-title-frame--primary {
    top: clamp(70px, 19vw, 82px);
    width: min(94%, 374px);
    padding: 15px 16px 16px;
    border-radius: 19px 19px 19px 6px;
  }

  .hero-title-frame--secondary {
    top: clamp(220px, 57vw, 248px);
    width: min(69%, 280px);
    padding: 12px 14px 13px;
    border-radius: 6px 16px 16px 16px;
  }

  .hero h1 {
    font-size: clamp(1.82rem, 8.1vw, 2.2rem);
    line-height: 1.01;
  }

  .hero__lede {
    font-size: clamp(0.84rem, 3.55vw, 0.94rem);
    line-height: 1.34;
  }

  .hero-shield-stage {
    height: 100%;
    min-height: 0;
  }

  .hero-shield-float {
    width: min(88%, 315px);
  }

  .hero__actions {
    margin-top: 12px;
  }

  .hero-organ-stage::before {
    width: 92%;
  }

  .hero-organ-layer--intestine {
    top: 8%;
    right: -3%;
    width: 82%;
  }

  .hero-organ-layer--stomach {
    bottom: 2%;
    left: -2%;
    width: 43%;
  }

  .hero-organ-layer--capsule {
    top: 4%;
    right: 1%;
    width: 24%;
  }

  .reception-fab {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    padding: 6px;
  }

  .reception-fab span:last-child {
    display: none;
  }
}

@media (max-width: 360px) {
  .prevention__copy h2 {
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .prevention__copy .button {
    min-width: 0;
    max-width: 100%;
    padding-inline: 16px;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-title-frame,
  .hero__actions,
  .hero__visual,
  .hero-shield-float,
  .hero-shield-aura,
  .hero-shield-orbit,
  .hero-shield-spark {
    opacity: 1;
    transform: none;
    animation-delay: 0s !important;
  }

  .hero-shield-stage,
  .hero-organ-stage {
    transform: none;
    transition: none;
  }
}

/* Contact hub and document dialog */
.contact-page main {
  overflow: clip;
}

.contact-hub-hero {
  position: relative;
  padding-block: clamp(58px, 8vw, 104px) clamp(82px, 10vw, 132px);
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(240, 235, 229, 0.58), transparent 52%),
    var(--paper);
}

.contact-hub-hero .ambient--moss {
  top: -130px;
  left: -180px;
}

.contact-hub-hero .ambient--clay {
  right: -130px;
  bottom: -150px;
}

.contact-hub-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.contact-hub-hero__copy {
  min-width: 0;
}

.contact-hub-hero__copy h1 {
  max-width: 720px;
  font-size: clamp(3.7rem, 6.6vw, 6.4rem);
}

.contact-hub-hero__copy .lede {
  max-width: 630px;
}

.contact-hub-hero__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(222, 216, 207, 0.82);
  border-radius: 52px 26px 52px 30px;
  background: rgba(255, 255, 252, 0.78);
  box-shadow: var(--shadow-float);
  transform: rotate(1.2deg);
}

.contact-hub-hero__visual::before {
  position: absolute;
  top: -28px;
  right: 12%;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(193, 140, 93, 0.32);
  border-radius: 50%;
  background: rgba(230, 220, 205, 0.62);
  content: "";
}

.contact-hub-hero__visual img {
  width: 100%;
  aspect-ratio: 8 / 5;
  border-radius: 43px 20px 43px 22px;
  object-fit: cover;
  object-position: center 42%;
}

.contact-hub-hero__visual figcaption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(253, 252, 248, 0.9);
  box-shadow: var(--shadow-soft);
  color: var(--moss-dark);
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--moss);
  box-shadow: 0 0 0 5px rgba(158, 175, 159, 0.12);
}

.contact-paths {
  position: relative;
  margin-top: -56px;
}

.contact-paths__heading,
.contact-location__heading {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.contact-paths__heading > div,
.contact-location__heading > div {
  min-width: 0;
}

.contact-paths__heading h2,
.contact-location__heading h2 {
  margin-bottom: 0;
}

.contact-paths__heading > p:last-child,
.contact-location__heading > p:last-child {
  max-width: 450px;
  margin-bottom: 8px;
}

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

.contact-path-card {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(222, 216, 207, 0.82);
  border-radius: 30px 52px 30px 42px;
  background:
    radial-gradient(circle at 100% 0, rgba(193, 140, 93, 0.12), transparent 38%),
    rgba(255, 255, 252, 0.88);
  box-shadow: var(--shadow-soft);
  transition:
    background-color 0.32s ease,
    border-color 0.32s ease,
    color 0.32s ease,
    box-shadow 0.32s ease,
    transform 0.32s ease;
}

.contact-path-card:nth-child(3) {
  border-radius: 52px 30px 46px 30px;
}

.contact-path-card:focus-within {
  border-color: rgba(158, 175, 159, 0.72);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.12), transparent 40%),
    var(--moss-dark);
  color: var(--mist);
  box-shadow: 0 24px 48px -30px rgba(34, 48, 29, 0.72);
  transform: translateY(-5px);
}

.contact-path-card__number {
  align-self: flex-end;
  color: rgba(193, 140, 93, 0.74);
  font-family: var(--font-display);
  font-size: 2rem;
}

.contact-path-card:focus-within .contact-path-card__number {
  color: rgba(255, 255, 255, 0.5);
}

.contact-path-card h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.contact-path-card p:not(.eyebrow) {
  color: var(--grass);
}

.contact-path-card:focus-within .eyebrow,
.contact-path-card:focus-within p:not(.eyebrow) {
  color: rgba(243, 244, 241, 0.78);
}

.contact-path-card__actions {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}

.contact-path-card__actions .button {
  width: 100%;
}

.contact-path-card:focus-within .button--primary {
  background: var(--paper);
  color: var(--moss-dark);
}

.contact-path-card:focus-within .button--outline {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--mist);
}

.contact-path-card:focus-within .text-link {
  color: var(--mist);
}

@media (hover: hover) and (pointer: fine) {
  .contact-path-card:hover {
    border-color: rgba(158, 175, 159, 0.72);
    background:
      radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.12), transparent 40%),
      var(--moss-dark);
    color: var(--mist);
    box-shadow: 0 24px 48px -30px rgba(34, 48, 29, 0.72);
    transform: translateY(-5px);
  }

  .contact-path-card:hover .contact-path-card__number {
    color: rgba(255, 255, 255, 0.5);
  }

  .contact-path-card:hover .eyebrow,
  .contact-path-card:hover p:not(.eyebrow) {
    color: rgba(243, 244, 241, 0.78);
  }

  .contact-path-card:hover .button--primary {
    background: var(--paper);
    color: var(--moss-dark);
  }

  .contact-path-card:hover .button--outline {
    border-color: rgba(255, 255, 255, 0.72);
    color: var(--mist);
  }

  .contact-path-card:hover .text-link {
    color: var(--mist);
  }
}

.contact-workbench {
  background:
    radial-gradient(circle at 7% 16%, rgba(158, 175, 159, 0.08), transparent 23%),
    rgba(230, 220, 205, 0.32);
}

.contact-workbench__grid {
  display: grid;
  align-items: start;
  gap: 28px clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.28fr) minmax(290px, 0.72fr);
}

.contact-workbench__intro {
  max-width: 760px;
  padding-top: 10px;
}

.contact-workbench__intro > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--grass);
}

.contact-notice {
  display: grid;
  gap: 5px;
  max-width: 620px;
  padding: 18px 22px;
  margin-top: 28px;
  border: 1px solid rgba(193, 140, 93, 0.34);
  border-radius: 22px 32px 22px 28px;
  background: rgba(255, 255, 252, 0.62);
  color: #775438;
}

.contact-notice p {
  margin: 0;
  font-size: 0.85rem;
}

.contact-form {
  grid-column: 1;
}

.contact-facts {
  position: sticky;
  top: 118px;
  min-width: 0;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 48px 28px 46px 30px;
  background: var(--moss-dark);
  box-shadow: var(--shadow-float);
  color: var(--mist);
  grid-column: 2;
  grid-row: 1 / span 2;
}

.contact-facts .eyebrow {
  color: rgba(243, 244, 241, 0.66);
}

.contact-facts h2 {
  font-size: clamp(2.35rem, 4vw, 3.5rem);
}

.contact-hours {
  display: grid;
  gap: 0;
}

.contact-hours > div {
  display: grid;
  gap: 16px;
  padding-block: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 1fr auto;
}

.contact-hours strong {
  color: rgba(243, 244, 241, 0.82);
  font-size: 0.82rem;
  font-weight: 650;
  text-align: right;
}

.contact-facts__details {
  display: grid;
  gap: 14px;
  padding-top: 30px;
}

.contact-facts__details p {
  display: grid;
  min-width: 0;
  gap: 1px;
  margin: 0;
}

.contact-facts__details span {
  color: rgba(243, 244, 241, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-facts__details a {
  overflow-wrap: anywhere;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-helper {
  margin: -4px 0 0;
  color: var(--grass);
  font-size: 0.76rem;
}

.form-status {
  margin: 0;
}

.form-status:focus {
  outline: none;
}

.form-status[data-status-type="success"] {
  background: rgba(158, 175, 159, 0.14);
  color: var(--moss-dark);
}

.form-status[data-status-type="error"] {
  background: rgba(151, 68, 57, 0.12);
  color: #7c3932;
}

.form-status[data-status-type="demo"] {
  background: rgba(193, 140, 93, 0.17);
  color: #775438;
}

.organic-form[aria-busy="true"] {
  opacity: 0.72;
}

.organic-form button[disabled] {
  cursor: wait;
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #974439;
  outline-color: #974439;
}

.contact-location {
  background: var(--paper);
}

.map-placeholder--contact {
  border-color: rgba(222, 216, 207, 0.86);
  box-shadow: var(--shadow-soft);
}

.map-placeholder__content h3 {
  max-width: 450px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.6vw, 3.3rem);
}

.contact-faq {
  border-top: 1px solid rgba(222, 216, 207, 0.72);
  background:
    radial-gradient(circle at 96% 10%, rgba(193, 140, 93, 0.1), transparent 26%),
    var(--paper);
}

.contact-faq__grid {
  display: grid;
  align-items: start;
  gap: clamp(46px, 8vw, 100px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.contact-faq__intro {
  position: sticky;
  top: 120px;
}

.contact-faq__intro p:not(.eyebrow) {
  color: var(--grass);
}

.faq-list {
  display: grid;
  min-width: 0;
}

.faq-list details {
  border-bottom: 1px solid rgba(222, 216, 207, 0.92);
}

.faq-list summary {
  position: relative;
  padding: 25px 56px 25px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 2px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(158, 175, 159, 0.32);
  border-radius: 50%;
  color: var(--moss-dark);
  content: "+";
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

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

.faq-list details p {
  max-width: 720px;
  padding: 0 58px 26px 0;
  margin: 0;
  color: var(--grass);
}

.has-open-dialog {
  overflow: hidden;
}

.document-modal {
  width: min(1120px, calc(100vw - 32px));
  height: min(900px, calc(100vh - 32px));
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 32px;
  background: transparent;
  color: var(--ink);
  box-shadow: 0 32px 100px -36px rgba(25, 34, 23, 0.7);
}

.document-modal::backdrop {
  background: rgba(27, 34, 25, 0.66);
  backdrop-filter: blur(8px);
}

.document-modal__panel {
  display: grid;
  height: 100%;
  min-height: 0;
  background: var(--paper);
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.document-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--timber);
}

.document-modal__header .eyebrow {
  margin-bottom: 7px;
}

.document-modal__header h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
}

.document-modal__close {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--moss);
  color: var(--moss-ink);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.document-modal__viewer {
  min-height: 0;
  padding: 12px;
  background: var(--stone);
}

.document-modal__viewer iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
  background: var(--white);
}

.document-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(24px, 4vw, 42px);
  border-top: 1px solid var(--timber);
}

.document-modal__footer p {
  max-width: 650px;
  margin: 0;
  color: var(--grass);
  font-size: 0.82rem;
}

@media (max-width: 1050px) {
  .contact-hub-hero__grid {
    gap: 42px;
  }

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

  .contact-path-card:last-child {
    min-height: 360px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .contact-hub-hero {
    padding-block: 40px 100px;
  }

  .contact-hub-hero__grid,
  .contact-workbench__grid,
  .contact-faq__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-hub-hero__copy h1 {
    font-size: clamp(3.1rem, 10vw, 5rem);
  }

  .contact-hub-hero__visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .contact-facts {
    position: static;
    grid-column: 1;
    grid-row: auto;
  }

  .contact-faq__intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .contact-hub-hero {
    padding-block: 28px 82px;
  }

  .contact-hub-hero__grid {
    gap: 34px;
  }

  .contact-hub-hero__copy h1 {
    margin-bottom: 20px;
    font-size: clamp(2.85rem, 14vw, 4.2rem);
    overflow-wrap: anywhere;
  }

  .contact-hub-hero__visual {
    padding: 7px;
    border-radius: 34px 20px 34px 22px;
    transform: none;
  }

  .contact-hub-hero__visual img {
    aspect-ratio: 4 / 3;
    border-radius: 28px 15px 28px 16px;
    object-position: center;
  }

  .contact-hub-hero__visual figcaption {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }

  .contact-paths {
    margin-top: -38px;
  }

  .contact-paths__heading,
  .contact-location__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .contact-paths__heading h2,
  .contact-location__heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.15rem);
  }

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

  .contact-path-card,
  .contact-path-card:last-child {
    min-height: 0;
    grid-column: auto;
  }

  .contact-path-card__actions .button {
    width: 100%;
  }

  .organic-form,
  .contact-facts {
    padding: 24px 20px;
    border-radius: 28px;
  }

  .contact-hours > div {
    gap: 12px;
  }

  .map-placeholder--contact {
    border-radius: 28px;
  }

  .faq-list summary {
    padding-right: 48px;
    overflow-wrap: anywhere;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .document-modal {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    border-radius: 22px;
  }

  .document-modal__header {
    padding: 18px;
  }

  .document-modal__header h2 {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .document-modal__close {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .document-modal__viewer {
    padding: 7px;
  }

  .document-modal__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px 18px 18px;
  }

  .document-modal__footer .button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .contact-hub-hero__copy h1,
  .contact-paths__heading h2,
  .contact-location__heading h2,
  .contact-faq__intro h2 {
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .contact-path-card {
    padding: 24px 20px;
  }

  .contact-path-card h3 {
    font-size: 1.95rem;
  }

  .contact-hours > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-hours strong {
    text-align: left;
  }
}
