:root {
  --green: #30483a;
  --green-dark: #25382d;
  --brown: #8a674f;
  --beige: #e9dfd3;
  --warm-white: #f8f5f0;
  --ink: #20221f;
  --white: #ffffff;
  --line: rgba(48, 72, 58, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 24px 70px rgba(32, 34, 31, 0.08);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --container: 76rem;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--warm-white);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--brown);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 4.75rem;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--green);
  border-radius: 0.5rem;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.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;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(248, 245, 240, 0.94);
  backdrop-filter: blur(14px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(32, 34, 31, 0.05);
}

.nav-shell {
  position: relative;
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-role {
  margin-top: 0.35rem;
  color: var(--brown);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-toggle {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  place-content: center;
  gap: 0.38rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 1px;
  background: var(--ink);
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(0.22rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-0.22rem) rotate(-45deg);
}

.site-nav {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  left: 0;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--warm-white);
  box-shadow: var(--shadow);
}

.site-nav[hidden] {
  display: none;
}

.site-nav a {
  display: flex;
  min-height: 3rem;
  align-items: center;
  padding-inline: 0.8rem;
  border-radius: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.site-nav a:not(.nav-cta):active {
  background: var(--beige);
}

.site-nav .nav-cta {
  justify-content: center;
  margin-top: 0.4rem;
  color: var(--white);
  background: var(--green);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: 4rem 4.5rem;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3rem;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--brown);
}

.eyebrow-light {
  color: var(--beige);
}

.hero h1,
.section h2,
.final-call h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.2rem, 15vw, 4.8rem);
  line-height: 0.9;
}

.hero h1 em {
  color: var(--brown);
  font-weight: 500;
}

.hero-description {
  max-width: 35rem;
  margin-bottom: 1.75rem;
  color: rgba(32, 34, 31, 0.76);
  font-size: 1.02rem;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button span,
.text-link span {
  transition: transform 180ms ease;
}

.button-primary {
  color: var(--white);
  background: var(--green);
}

.button-secondary {
  border-color: var(--green);
  color: var(--green);
  background: transparent;
}

.button-light {
  color: var(--green);
  background: var(--warm-white);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1.3rem 0 0;
  color: rgba(32, 34, 31, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
}

.hero-note span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--brown);
  box-shadow: 0 0 0 0.32rem rgba(138, 103, 79, 0.12);
}

.hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 28rem;
  overflow: hidden;
  padding: 1.25rem;
  color: var(--white);
  background: var(--green);
  border-radius: 10rem 10rem 1.25rem 1.25rem;
  box-shadow: var(--shadow);
}

.hero-portrait {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.hero-visual::before {
  z-index: 1;
  right: -6rem;
  bottom: -5rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid var(--line-light);
  box-shadow:
    0 0 0 2.5rem rgba(255, 255, 255, 0.025),
    0 0 0 5rem rgba(255, 255, 255, 0.02);
}

.visual-index {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 1.5rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.visual-copy {
  position: absolute;
  z-index: 3;
  bottom: 1.5rem;
  left: 1.5rem;
}

.visual-copy p {
  margin-bottom: 0.3rem;
  color: var(--beige);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-copy strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.05;
}

.hero-line {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(138, 103, 79, 0.16);
  border-radius: 50%;
}

.hero-line-one {
  top: 6rem;
  right: -14rem;
  width: 26rem;
  height: 26rem;
}

.hero-line-two {
  right: -9rem;
  bottom: 1rem;
  width: 18rem;
  height: 18rem;
}

.authority {
  color: var(--white);
  background: var(--green);
}

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

.stat {
  display: flex;
  min-height: 9.5rem;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid var(--line-light);
}

.stat:nth-child(odd) {
  border-right: 1px solid var(--line-light);
}

.stat strong {
  color: var(--beige);
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}

.stat span {
  max-width: 9rem;
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  line-height: 1.45;
}

.section-heading h2,
.recognition h2,
.education-intro h2,
.mentoring h2,
.contact h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.65rem, 12vw, 4rem);
  line-height: 0.98;
}

.about-grid,
.recognition-grid,
.mentoring-grid,
.stories-grid,
.contact-grid {
  display: grid;
  gap: 2.5rem;
}

.about-content p,
.section-heading-row > p,
.education-intro > p,
.mentoring-copy > p,
.contact-copy > p {
  color: rgba(32, 34, 31, 0.73);
}

.about-content .lead {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.2;
}

.about-portrait {
  position: relative;
  margin: 2rem 0 0;
  overflow: hidden;
  border-radius: 7rem 7rem 1rem 1rem;
  background: var(--green);
  box-shadow: var(--shadow);
}

.about-portrait img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  object-position: center 26%;
}

.about-portrait figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  gap: 0.12rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.7rem;
  color: var(--white);
  background: rgba(37, 56, 45, 0.76);
  backdrop-filter: blur(8px);
}

.about-portrait strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.about-portrait span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.timeline li {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  gap: 1rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.timeline span {
  color: var(--brown);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline p {
  margin: 0;
  color: rgba(32, 34, 31, 0.72);
  font-size: 0.88rem;
}

.recognition,
.mentoring,
.contact {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
}

.recognition-copy p:not(.eyebrow),
.mentoring-copy > p,
.contact-copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.credentials {
  border-top: 1px solid var(--line-light);
}

.credentials > div {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 4.75rem;
  border-bottom: 1px solid var(--line-light);
}

.credentials span {
  color: var(--beige);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.credentials strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}

.services {
  background: var(--beige);
}

.section-heading-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.section-heading-row h2 {
  max-width: 14ch;
}

.section-heading-row > p {
  max-width: 31rem;
  margin-bottom: 0;
}

.services-grid {
  display: grid;
  gap: 1rem;
}

.service-card {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(48, 72, 58, 0.14);
  border-radius: 1rem;
  background: rgba(248, 245, 240, 0.72);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.service-featured {
  color: var(--white);
  background: var(--green);
}

.card-number,
.partner-index {
  color: var(--brown);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.service-featured .card-number,
.service-featured .card-kicker,
.service-featured .text-link {
  color: var(--beige);
}

.card-kicker {
  margin-bottom: 0.65rem;
  color: var(--brown);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card h3,
.partner-card h3 {
  margin-bottom: 0.9rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.service-card p:not(.card-kicker) {
  margin-bottom: 0;
  color: rgba(32, 34, 31, 0.7);
  font-size: 0.9rem;
}

.service-featured p:not(.card-kicker) {
  color: rgba(255, 255, 255, 0.68);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
}

.tag-list li {
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.65rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid currentColor;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}

.portfolio {
  background: var(--warm-white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 10.5rem;
  gap: 0.75rem;
}

.gallery-item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0.85rem;
  background: var(--green);
}

.gallery-item-main {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(32, 34, 31, 0.02) 28%,
    rgba(32, 34, 31, 0.76) 100%
  );
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.gallery-item:nth-child(2) img {
  object-position: center 36%;
}

.gallery-item:nth-child(3) img {
  object-position: center 44%;
}

.gallery-item figcaption {
  position: absolute;
  z-index: 2;
  right: 0.9rem;
  bottom: 0.85rem;
  left: 0.9rem;
  display: grid;
  gap: 0.14rem;
  color: var(--white);
}

.gallery-item figcaption span {
  color: var(--beige);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.gallery-item figcaption strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.gallery-item figcaption small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.64rem;
  line-height: 1.4;
}

.education {
  background: var(--warm-white);
}

.education-intro {
  max-width: 44rem;
  margin-bottom: 3rem;
}

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

.course-item {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  gap: 0.75rem;
  align-items: start;
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.course-item > span {
  color: var(--brown);
  font-size: 0.7rem;
  font-weight: 700;
}

.course-item > span:last-child {
  color: var(--green);
  font-size: 1rem;
}

.course-item h3 {
  margin-bottom: 0.4rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.1;
}

.course-item p {
  margin-bottom: 0;
  color: rgba(32, 34, 31, 0.68);
  font-size: 0.82rem;
}

.education-gallery {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

.education-gallery-photo {
  min-height: 19rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0.85rem;
  background: var(--beige);
}

.education-gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.education-gallery-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 0.85rem;
  background: var(--green);
}

.education-gallery-copy .eyebrow {
  margin-bottom: 0.8rem;
  color: var(--beige);
}

.education-gallery-copy > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.16;
}

.education-footer {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--beige);
}

.education-footer p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.25;
}

.mentoring-orbit {
  position: absolute;
  top: -12rem;
  right: -12rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(255, 255, 255, 0.02),
    0 0 0 6rem rgba(255, 255, 255, 0.015);
}

.mentoring-copy,
.mentoring-details {
  position: relative;
  z-index: 2;
}

.mentoring-copy .button,
.contact-copy .button {
  margin-top: 1rem;
}

.mentoring-details {
  display: grid;
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--line-light);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.detail-label {
  margin-bottom: 1rem;
  color: var(--beige);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mentoring-details ul {
  display: grid;
  gap: 0.8rem;
  list-style: none;
}

.mentoring-details li {
  position: relative;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.mentoring-details li::before {
  position: absolute;
  top: 0.67rem;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  content: "";
  border-radius: 50%;
  background: var(--brown);
}

.mentoring-note {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
}

.stories {
  background: var(--beige);
}

.story-placeholder {
  position: relative;
  margin-bottom: 0;
  padding: 2rem 1.5rem 1.5rem;
  border: 1px solid rgba(48, 72, 58, 0.16);
  border-radius: 1rem;
  background: rgba(248, 245, 240, 0.72);
}

.story-placeholder > span {
  position: absolute;
  top: -0.35rem;
  left: 1.2rem;
  color: var(--brown);
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
}

.story-placeholder p {
  position: relative;
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.2;
}

.story-placeholder footer {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--brown);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partners-grid {
  display: grid;
  gap: 1rem;
}

.partner-card {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
}

.partner-card h3 {
  margin-top: auto;
}

.partner-card > p {
  min-height: 2.8rem;
  margin-bottom: 1.2rem;
  color: rgba(32, 34, 31, 0.66);
  font-size: 0.78rem;
}

.coupon {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: var(--beige);
  cursor: pointer;
}

.coupon span:first-child {
  color: var(--green);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.coupon span:last-child {
  color: var(--brown);
  font-size: 0.68rem;
  font-weight: 700;
}

.partners-note {
  margin: 1.25rem 0 0;
  color: rgba(32, 34, 31, 0.52);
  font-size: 0.7rem;
}

.contact-list {
  border-top: 1px solid var(--line-light);
  font-style: normal;
}

.contact-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 1rem;
  align-items: center;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--line-light);
}

.contact-list a > span:first-child {
  color: var(--beige);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list strong {
  grid-column: 1;
  overflow-wrap: anywhere;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-list a > span:last-child {
  grid-row: 1 / span 2;
  grid-column: 2;
}

.final-call {
  position: relative;
  overflow: hidden;
  padding-block: 5.5rem;
  text-align: center;
  background: var(--warm-white);
}

.final-call::before,
.final-call::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(138, 103, 79, 0.14);
  border-radius: 50%;
}

.final-call::before {
  top: -11rem;
  left: -11rem;
  width: 22rem;
  height: 22rem;
}

.final-call::after {
  right: -8rem;
  bottom: -8rem;
  width: 17rem;
  height: 17rem;
}

.final-call-inner {
  position: relative;
  z-index: 2;
  max-width: 48rem;
}

.final-call .eyebrow {
  justify-content: center;
}

.final-call h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.9rem, 12vw, 4.5rem);
  line-height: 0.96;
}

.final-call-inner > p:not(.eyebrow) {
  max-width: 39rem;
  margin-inline: auto;
  color: rgba(32, 34, 31, 0.68);
}

.button-group-center {
  margin-top: 2rem;
}

.site-footer {
  padding-block: 3.5rem 2rem;
  color: var(--white);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.brand-footer .brand-name {
  font-size: 2rem;
}

.footer-grid > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.footer-bottom {
  display: grid;
  gap: 0.45rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.66rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.65rem;
  padding-inline: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 35px rgba(32, 34, 31, 0.22);
  font-size: 0.73rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.whatsapp-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

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

@media (min-width: 36rem) {
  .container {
    width: min(calc(100% - 3rem), var(--container));
  }

  .button-group {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .button {
    padding-inline: 1.35rem;
  }

  .hero-visual {
    min-height: 33rem;
    padding: 1.75rem;
  }

  .visual-index {
    top: 2rem;
    left: 2rem;
  }

  .visual-copy {
    bottom: 2rem;
    left: 2rem;
  }

  .visual-copy strong {
    font-size: 1.85rem;
  }

  .service-card,
  .partner-card,
  .mentoring-details,
  .story-placeholder {
    padding: 2rem;
  }

  .education-footer {
    padding: 2rem;
  }
}

@media (min-width: 48rem) {
  .section {
    padding-block: 6.5rem;
  }

  .hero {
    padding-block: 5.5rem 6rem;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 10vw, 6.25rem);
  }

  .authority-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .stat {
    min-height: 11rem;
    padding: 2rem;
    border-right: 1px solid var(--line-light);
    border-bottom: 0;
  }

  .stat:last-child {
    border-right: 0;
  }

  .stat strong {
    font-size: 3.5rem;
  }

  .section-heading h2,
  .recognition h2,
  .education-intro h2,
  .mentoring h2,
  .contact h2 {
    font-size: clamp(3.7rem, 7vw, 5rem);
  }

  .about-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem 4rem;
  }

  .about-portrait img {
    height: 25rem;
  }

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

  .timeline li {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    border-right: 1px solid var(--line);
  }

  .timeline li:last-child {
    border-right: 0;
  }

  .recognition-grid,
  .mentoring-grid,
  .stories-grid,
  .contact-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 5rem;
    align-items: center;
  }

  .section-heading-row {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 4rem;
    align-items: end;
    margin-bottom: 3.5rem;
  }

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

  .gallery-grid {
    grid-template-columns: 1.3fr 0.85fr 0.85fr;
    grid-template-rows: repeat(2, 16rem);
    grid-auto-rows: 16rem;
  }

  .gallery-item-main {
    grid-column: 1;
    grid-row: span 2;
  }

  .service-featured {
    grid-row: span 2;
    min-height: 49rem;
  }

  .education-gallery {
    grid-template-columns: 0.8fr 0.8fr 1.15fr;
    align-items: stretch;
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .education-gallery-photo {
    min-height: 20rem;
  }

  .education-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
  }

  .education-footer .button {
    max-width: 18rem;
  }

  .mentoring-details {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .mentoring-note {
    grid-column: 1 / -1;
  }

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

  .final-call {
    padding-block: 8rem;
  }

  .button-group-center {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1.1fr 1fr auto;
    align-items: end;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 64rem) {
  html {
    scroll-padding-top: 6.25rem;
  }

  body.menu-open {
    overflow: auto;
  }

  .nav-shell {
    min-height: 5.5rem;
  }

  .brand-name {
    font-size: 1.75rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav[hidden] {
    position: static;
    display: flex;
    align-items: center;
    gap: 1.65rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a {
    position: relative;
    min-height: 2.75rem;
    padding: 0;
    border-radius: 0;
    font-size: 0.75rem;
  }

  .site-nav a:not(.nav-cta)::after {
    position: absolute;
    right: 0;
    bottom: 0.3rem;
    left: 0;
    height: 1px;
    content: "";
    background: var(--brown);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
  }

  .site-nav .nav-cta {
    min-height: 2.75rem;
    margin: 0;
    padding-inline: 1rem;
    border-radius: 0.65rem;
  }

  .hero {
    min-height: calc(100vh - 5.5rem);
    display: grid;
    align-items: center;
    padding-block: 3rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(24rem, 0.82fr);
    gap: 5rem;
    align-items: center;
  }

  .hero h1 {
    max-width: 12.5ch;
    font-size: clamp(5.2rem, 7.4vw, 7rem);
  }

  .hero-description {
    font-size: 1.08rem;
  }

  .hero-visual {
    min-height: 35rem;
  }

  .about-grid {
    grid-template-columns: 0.8fr 1.1fr;
    gap: 4rem 7rem;
  }

  .about-content {
    columns: 2;
    column-gap: 2.5rem;
  }

  .about-content .lead {
    column-span: all;
  }

  .about-portrait img {
    height: 30rem;
  }

  .recognition-grid,
  .mentoring-grid,
  .contact-grid {
    gap: 8rem;
  }

  .services-grid {
    grid-template-columns: 1.08fr 0.92fr 0.92fr;
  }

  .gallery-grid {
    grid-template-rows: repeat(2, 20rem);
    grid-auto-rows: 20rem;
    gap: 1rem;
  }

  .service-featured {
    grid-row: span 2;
    min-height: 49rem;
  }

  .service-card:not(.service-featured) {
    min-height: 24rem;
  }

  .education-intro {
    margin-bottom: 4rem;
  }

  .education-gallery-photo {
    min-height: 22rem;
  }

  .course-item {
    grid-template-columns: 4rem 1fr auto;
    align-items: center;
    padding-block: 1.9rem;
  }

  .course-item h3 {
    font-size: 2rem;
  }

  .education-footer {
    margin-top: 3rem;
    padding: 2.5rem;
  }

  .story-placeholder {
    padding: 3.5rem 3rem 2.5rem;
  }

  .story-placeholder p {
    font-size: 2rem;
  }

  .partner-card {
    min-height: 20rem;
    padding: 2rem;
  }
}

@media (min-width: 64rem) and (hover: hover) {
  .site-nav a:not(.nav-cta):hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

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

  .button-primary:hover,
  .whatsapp-float:hover,
  .site-nav .nav-cta:hover {
    background: var(--green-dark);
  }

  .button-secondary:hover {
    color: var(--white);
    background: var(--green);
  }

  .button:hover span,
  .text-link:hover span {
    transform: translate(0.2rem, -0.2rem);
  }

  .service-card:hover {
    transform: translateY(-5px);
  }

  .gallery-item:hover img {
    transform: scale(1.04);
  }

  .service-card:not(.service-featured):hover {
    color: var(--white);
    background: var(--green);
  }

  .service-card:not(.service-featured):hover p,
  .service-card:not(.service-featured):hover .card-kicker,
  .service-card:not(.service-featured):hover .card-number,
  .service-card:not(.service-featured):hover .text-link {
    color: var(--beige);
  }

  .coupon:hover {
    border-color: var(--brown);
  }

  .contact-list a:hover strong,
  .footer-links a:hover {
    color: var(--beige);
  }
}

@media (min-width: 80rem) {
  .hero-grid {
    gap: 6.5rem;
  }

  .hero-visual {
    min-height: 38rem;
  }

  .section {
    padding-block: 7.5rem;
  }
}

@media (min-width: 0px) and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

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