:root {
  --turquoise: #53ae9c;
  --turquoise-dark: #247d70;
  --ink: #2c221b;
  --muted: #75665c;
  --clay: #a86647;
  --ochre: #c79b58;
  --shell: #fff8ed;
  --sand: #eadac4;
  --mist: #dff3ef;
  --white: #fffdf7;
  --rose: #ead0c4;
  --shadow: 0 24px 70px rgba(54, 39, 27, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --script: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(83, 174, 156, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(168, 102, 71, 0.035) 1px, transparent 1px),
    var(--white);
  background-size: 34px 34px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

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

.brand-mark {
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  overflow: hidden;
}

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

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-family: Papyrus, "Papyrus Condensed", fantasy;
  font-size: 23px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.03em;
}

.brand small {
  color: var(--ink);
  font-family: Papyrus, "Papyrus Condensed", fantasy;
  font-size: 17px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.3vw, 32px);
  color: #463f38;
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

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

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(38, 33, 29, 0.16);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

main {
  overflow: hidden;
}

.section-band {
  position: relative;
  background:
    radial-gradient(ellipse at 14% 8%, rgba(199, 155, 88, 0.18), transparent 30%),
    linear-gradient(120deg, rgba(83, 174, 156, 0.12), transparent 44%),
    linear-gradient(0deg, var(--shell), var(--white));
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.92fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  min-height: calc(92vh - 76px);
  padding: clamp(44px, 6vw, 82px) clamp(20px, 5vw, 74px) clamp(42px, 6vw, 72px);
}

.hero-copy,
.intro-copy,
.feature-copy,
.contact-copy {
  max-width: 690px;
}

.script-word,
.script-line {
  display: block;
  color: var(--clay);
  font-family: var(--script);
  font-weight: 400;
  line-height: 0.95;
}

.script-word {
  margin-top: 8px;
  font-size: clamp(48px, 7vw, 92px);
}

.script-line {
  margin: 16px 0 6px;
  font-size: clamp(36px, 4.6vw, 56px);
}

.feature-copy .script-line,
.intro-copy .script-line {
  color: var(--clay);
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 0.9;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--turquoise-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.03;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 64px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.lead {
  max-width: 650px;
  color: #554e47;
  font-size: clamp(18px, 2vw, 22px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.1;
  transform: translateY(0) translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
  will-change: transform, box-shadow;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) translateZ(0);
  box-shadow: 0 14px 30px rgba(54, 39, 27, 0.12);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--turquoise-dark), #438f81);
  box-shadow: 0 16px 32px rgba(36, 125, 112, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--turquoise-dark), #438f81);
  box-shadow: 0 18px 38px rgba(36, 125, 112, 0.34);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(168, 102, 71, 0.26);
  background: rgba(255, 248, 237, 0.75);
}

.art-panel {
  position: relative;
  height: 360px;
  min-height: 360px;
  overflow: hidden;
  border-radius: 34px 8px 42px 8px;
  background:
    radial-gradient(circle at 76% 18%, rgba(83, 174, 156, 0.46), transparent 20%),
    radial-gradient(circle at 24% 74%, rgba(199, 155, 88, 0.34), transparent 23%),
    linear-gradient(145deg, #36271f, #8bcac0 48%, #f7e2c5);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.art-panel img {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
}

.art-panel-large {
  height: clamp(390px, 49vw, 600px);
  min-height: clamp(390px, 49vw, 600px);
}

.mandala {
  position: absolute;
  width: min(46vw, 560px);
  aspect-ratio: 1;
  background: url("assets/mandala.webp") center / contain no-repeat;
  filter: sepia(0.18) saturate(0.9);
  opacity: 0.13;
  pointer-events: none;
}

.mandala-one {
  right: -18%;
  bottom: -22%;
}

.mandala-two {
  top: -30%;
  left: -18%;
}

.intro,
.feature-split,
.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 74px);
}

.showcase {
  background: linear-gradient(180deg, rgba(255, 248, 237, 0.65), rgba(255, 253, 247, 0.98));
}

.showcase .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-family: var(--script);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.divider-mark {
  color: var(--turquoise);
  font-family: var(--script);
}

.intro p,
.feature-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 17px;
}

.offerings,
.process,
.testimonial,
.pathways {
  padding: clamp(62px, 9vw, 110px) clamp(20px, 5vw, 74px);
}

.section-heading {
  max-width: 780px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0;
  text-align: left;
}

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

.pathway-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 34px);
}

.offering-card,
.process-steps article,
.pathway-card,
.testimonial-card {
  position: relative;
  display: block;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(168, 102, 71, 0.15);
  border-radius: 28px 8px 32px 8px;
  background: rgba(255, 253, 247, 0.76);
  box-shadow: 0 14px 44px rgba(54, 39, 27, 0.07);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.offering-card,
.process-steps article,
.pathway-card {
  overflow: hidden;
}

.testimonial-card {
  overflow: hidden;
}

.pathway-card:hover,
.pathway-card:focus-visible {
  border-color: rgba(83, 174, 156, 0.48);
  box-shadow: 0 24px 62px rgba(54, 39, 27, 0.14);
  transform: translateY(-4px);
  outline: none;
}

.pathway-card:hover .text-link,
.pathway-card:focus-visible .text-link {
  border-color: var(--turquoise-dark);
}

.offering-card::after,
.process-steps article::after,
.pathway-card::after,
.testimonial-card::after {
  position: absolute;
  right: -48px;
  bottom: -56px;
  width: 150px;
  aspect-ratio: 1;
  content: "";
  background: url("assets/mandala.webp") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.offering-card:hover::after,
.offering-card:focus-within::after,
.process-steps article:hover::after,
.process-steps article:focus-within::after,
.pathway-card:hover::after,
.pathway-card:focus-visible::after,
.testimonial-card:hover::after,
.testimonial-card:focus-within::after {
  opacity: 0.34;
  transform: scale(1.16) rotate(4deg);
}

.custom-path {
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.88), rgba(223, 243, 239, 0.72)),
    var(--white);
}

.wax-path {
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.88), rgba(234, 208, 196, 0.7)),
    var(--white);
}

.path-label {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--turquoise-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pathway-card h3 {
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 48px);
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--turquoise-dark);
  font-weight: 850;
  border-bottom: 2px solid rgba(83, 174, 156, 0.45);
}

.offering-card p,
.process-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 24px 8px 28px 8px;
  background: var(--sand);
  box-shadow: 0 16px 34px rgba(54, 39, 27, 0.1);
}

.process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 720ms ease;
}

.process-steps article:hover .process-image img,
.process-steps article:focus-within .process-image img,
.offering-card:hover .process-image img,
.offering-card:focus-within .process-image img {
  filter: saturate(1.06);
  transform: scale(1.045);
}

.card-icon,
.process-steps span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--turquoise-dark);
  border: 1px solid rgba(83, 174, 156, 0.34);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mist), #f7ead7);
  font-weight: 850;
}

.offering-card h3,
.offering-card p,
.process-steps h3,
.process-steps p,
.process-steps .text-link,
.pathway-card > *:not(.process-image),
.testimonial-card blockquote {
  position: relative;
  z-index: 1;
}

.feature-split {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #4f4841;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--turquoise-dark);
  content: "";
  top: 0.56em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--turquoise);
  font-weight: 900;
}

.feature-media-grid {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 16px;
  align-items: end;
}

.media-tall {
  height: 520px;
  min-height: 520px;
}

.media-small {
  height: 330px;
  min-height: 330px;
  margin-bottom: 36px;
}

.media-tall {
  transform: rotate(-1.2deg) translateY(0) scale(1);
}

.media-small {
  transform: rotate(2.2deg) translateY(0) scale(1);
}

.media-tall,
.media-small {
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 720ms ease, filter 720ms ease;
  will-change: transform;
}

.media-tall:hover,
.media-tall:focus-within {
  filter: saturate(1.06);
  transform: rotate(-2.6deg) translateY(-14px) scale(1.025);
  box-shadow: 0 32px 78px rgba(54, 39, 27, 0.2);
}

.media-small:hover,
.media-small:focus-within {
  filter: saturate(1.06);
  transform: rotate(3.8deg) translateY(-16px) scale(1.035);
  box-shadow: 0 30px 72px rgba(54, 39, 27, 0.18);
}

.offering-card,
.process-steps article {
  background: var(--white);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease, border-color 420ms ease;
}

.offering-card:hover,
.offering-card:focus-within,
.process-steps article:hover,
.process-steps article:focus-within {
  border-color: rgba(83, 174, 156, 0.42);
  box-shadow: 0 24px 62px rgba(54, 39, 27, 0.14);
  transform: translateY(-6px) rotate(-0.5deg);
}

.process-steps article:hover .text-link,
.process-steps article:focus-within .text-link {
  border-color: var(--turquoise-dark);
}

.gallery {
  padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 74px);
}

.showcase-carousel {
  --carousel-gap: 18px;
  --carousel-visible: 3;
  position: relative;
  padding-inline: 60px;
}

.carousel-window {
  overflow: hidden;
  padding-block: 12px 18px;
  margin-block: -12px -18px;
  background: transparent;
}

.carousel-track {
  display: flex;
  gap: var(--carousel-gap);
  transform: translateX(0);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.carousel-slide {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  aspect-ratio: 1;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 34px 8px 34px 8px;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 520ms ease, filter 520ms ease;
  will-change: transform;
}

.carousel-slide:hover,
.carousel-slide:focus-within {
  filter: saturate(1.06);
  box-shadow: none;
  transform: translateY(-10px) rotate(-0.5deg);
}

.carousel-slide img {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.carousel-slide:hover img,
.carousel-slide:focus-within img {
  transform: scale(1.045);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(168, 102, 71, 0.18);
  border-radius: 50%;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 14px 30px rgba(54, 39, 27, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.carousel-arrow::before {
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid var(--turquoise-dark);
  border-left: 2px solid var(--turquoise-dark);
}

.carousel-prev {
  left: 0;
}

.carousel-prev::before {
  transform: translateX(3px) rotate(-45deg);
}

.carousel-next {
  right: 0;
}

.carousel-next::before {
  transform: translateX(-3px) rotate(135deg);
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: var(--white);
  border-color: rgba(83, 174, 156, 0.5);
  outline: none;
  transform: translateY(-50%) scale(1.06);
}

.slide-two {
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 253, 249, 0.5), transparent 18%),
    linear-gradient(160deg, #1c6f66, #8ccbc0, #efe3cf);
}

.slide-three {
  background:
    radial-gradient(circle at 35% 35%, rgba(168, 102, 71, 0.48), transparent 22%),
    linear-gradient(150deg, #2d2925, #c7aa86);
}

.slide-four {
  background:
    radial-gradient(circle at 68% 58%, rgba(83, 174, 156, 0.42), transparent 24%),
    linear-gradient(135deg, #6f4938, #f4dcc1);
}

.slide-five {
  background:
    radial-gradient(circle at 26% 66%, rgba(199, 155, 88, 0.48), transparent 20%),
    linear-gradient(145deg, #243f3a, #b8d9d2 54%, #f9ead4);
}

.slide-six {
  background:
    radial-gradient(circle at 74% 28%, rgba(255, 253, 247, 0.5), transparent 18%),
    linear-gradient(155deg, #3d2a22, #b97b59, #ead4b6);
}

.slide-seven {
  background:
    radial-gradient(circle at 32% 30%, rgba(83, 174, 156, 0.4), transparent 18%),
    linear-gradient(145deg, #24211f, #6f9e93, #efe4d5);
}

.slide-eight {
  background:
    radial-gradient(circle at 72% 70%, rgba(168, 102, 71, 0.46), transparent 22%),
    linear-gradient(150deg, #1c5e57, #d5b88a);
}

.slide-nine {
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 253, 247, 0.45), transparent 18%),
    linear-gradient(135deg, #4a3327, #8ac8bd, #e8c9ae);
}

.slide-ten {
  background:
    radial-gradient(circle at 48% 34%, rgba(83, 174, 156, 0.45), transparent 22%),
    linear-gradient(155deg, #31231e, #c79b58, #f7e6cb);
}

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

.testimonial-card blockquote {
  display: grid;
  gap: 18px;
  min-height: 100%;
  margin: 0;
}

.testimonial-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.18;
}

.testimonial-card cite {
  align-self: end;
  color: var(--turquoise-dark);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.testimonial-card cite::before {
  content: "- ";
}

.testimonial-card {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease, border-color 420ms ease;
}

.testimonial-card:hover,
.testimonial-card:focus-within {
  border-color: rgba(83, 174, 156, 0.42);
  box-shadow: 0 24px 62px rgba(54, 39, 27, 0.14);
  transform: translateY(-6px) rotate(-0.5deg);
}

.contact {
  align-items: start;
  background:
    radial-gradient(ellipse at 92% 8%, rgba(83, 174, 156, 0.22), transparent 34%),
    linear-gradient(135deg, #2c211b, #181411);
  color: var(--white);
}

.contact .eyebrow {
  color: #8ad7ca;
}

.contact-copy p {
  color: rgba(255, 253, 249, 0.72);
}

.contact-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  justify-items: start;
  margin-top: 28px;
  width: min(100%, 430px);
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  max-width: 430px;
  padding: 8px 12px 8px 9px;
  color: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(255, 253, 249, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.055);
  font-weight: 750;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  border-color: rgba(138, 215, 202, 0.46);
  background: rgba(83, 174, 156, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.contact-links span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 auto;
  color: #a5e4d9;
  border-radius: 50%;
  background: rgba(83, 174, 156, 0.16);
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-icon svg rect,
.contact-icon svg circle {
  fill: none;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 28px 8px 32px 8px;
  background: rgba(255, 253, 249, 0.07);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 253, 249, 0.86);
  font-size: 14px;
  font-weight: 750;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 253, 249, 0.08);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(83, 174, 156, 0.85);
  outline-offset: 2px;
}

.form-status {
  min-height: 1.4em;
  margin: -4px 0 0;
  color: rgba(255, 253, 249, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.form-status.is-success {
  color: #a5e4d9;
}

.form-status.is-error {
  color: #f0b8a2;
}

#nm-credit {
  text-align: center;
  padding: 18px 10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #f6f1e7;
  background-color: #1a1a1a;
}

#nm-credit > a {
  display: inline-block;
  text-decoration: none;
  color: #f6f1e7;
  line-height: 1;
  vertical-align: middle;
}

#nm-credit > a > img {
  display: inline-block;
  width: auto;
  max-width: 104px;
  height: 20px;
  max-height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 0;
  transition: transform 0.3s ease;
}

#nm-credit > a > img:hover {
  transform: scale(1.05);
}

@media (max-width: 980px) {
  .hero,
  .intro,
  .feature-split,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
  }

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

  .offering-grid,
  .process-steps {
    grid-template-columns: 1fr;
    width: min(100%, 620px);
    margin-inline: auto;
  }

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

  .showcase-carousel {
    --carousel-visible: 1;
    padding-inline: 52px;
  }

  .carousel-slide {
    flex-basis: 100%;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 18px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 67px;
    right: 12px;
    left: 12px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(38, 33, 29, 0.12);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .site-nav a {
    padding: 14px;
    border-radius: var(--radius);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: var(--mist);
  }

  .site-nav a::after {
    display: none;
  }

  .hero,
  .intro,
  .feature-split,
  .contact,
  .offerings,
  .process,
  .gallery,
  .testimonial,
  .pathways {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .art-panel,
  .art-panel-large,
  .media-tall,
  .media-small {
    height: 300px;
    min-height: 300px;
  }

  .showcase-carousel {
    padding-inline: 0;
    padding-bottom: 64px;
  }

  .carousel-window {
    padding-block: 12px 18px;
    margin-block: -12px -18px;
  }

  .carousel-slide {
    height: auto;
    min-height: 0;
  }

  .carousel-arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .carousel-arrow:hover,
  .carousel-arrow:focus-visible {
    transform: scale(1.06);
  }

  .carousel-prev {
    left: calc(50% - 56px);
  }

  .carousel-next {
    right: calc(50% - 56px);
  }

  .feature-media-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
    gap: 24px;
  }

  .feature-media-grid > .art-panel.media-tall,
  .feature-media-grid > .art-panel.media-small {
    display: block;
    width: min(100%, 440px);
    max-width: 440px;
    height: clamp(320px, 82vw, 440px);
    min-height: clamp(320px, 82vw, 440px);
    margin-inline: auto;
    align-self: center;
    justify-self: center;
  }

  .feature-media-grid > .art-panel.media-tall {
    transform: rotate(-0.8deg);
  }

  .feature-media-grid > .art-panel.media-small {
    width: min(92%, 440px);
    height: clamp(280px, 72vw, 380px);
    min-height: clamp(280px, 72vw, 380px);
    margin-bottom: 0;
    transform: rotate(1.4deg);
  }

  .media-tall:hover,
  .media-tall:focus-within {
    transform: rotate(-1.8deg) translateY(-10px) scale(1.02);
  }

  .media-small:hover,
  .media-small:focus-within {
    transform: rotate(2.6deg) translateY(-10px) scale(1.025);
  }

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

  .quote-mark {
    margin-bottom: -20px;
  }

  .contact-links {
    grid-template-columns: 1fr;
  }

  .process-image {
    width: min(62vw, 210px);
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
  }

  .offering-grid,
  .process-steps {
    width: min(100%, 460px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track,
  .carousel-slide,
  .carousel-slide img,
  .button,
  .pathway-card,
  .carousel-arrow,
  .media-tall,
  .media-small {
    transition: none;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }
}
