:root {
  --ink: #29231f;
  --muted: #675e56;
  --paper: #fbf9f6;
  --paper-warm: #f7f2eb;
  --line: #eadfd2;
  --gold: #c98e2c;
  --gold-dark: #aa711a;
  --gold-soft: #dfb55f;
  --shadow: 0 14px 36px rgba(75, 55, 32, 0.11);
  --heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body: "Manrope", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #e9e4de;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #82786f;
  opacity: 1;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  border-radius: 7px;
  color: #fff;
  background: var(--ink);
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms 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;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shell {
  position: relative;
  z-index: 2;
  width: min(100% - 140px, 1210px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 34px 0 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.button {
  min-height: 51px;
  border: 1px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 31px;
  color: var(--ink);
  background: transparent;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button svg {
  width: 22px;
  height: 22px;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.button:focus-visible,
.contact-link:focus-visible,
.modal__close:focus-visible,
.result-card:focus-visible,
.results__viewport:focus-visible,
.results__controls button:focus-visible,
.result-viewer button:focus-visible,
button:focus-visible,
select:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(201, 142, 44, 0.28);
  outline-offset: 3px;
}

.button--gold {
  color: #fffdf8;
  background: linear-gradient(115deg, var(--gold-dark), var(--gold-soft));
  box-shadow: 0 8px 24px rgba(181, 119, 28, 0.21);
}

.button--gold:hover {
  box-shadow: 0 12px 30px rgba(181, 119, 28, 0.31);
}

.button--outline {
  border-color: #d9aa5e;
  background: rgba(255, 255, 255, 0.4);
}

.button--outline:hover {
  background: rgba(255, 255, 255, 0.8);
}

section[id] {
  scroll-margin-top: 18px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  padding-top: 24px;
}

.site-header__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(20px, 2.2vw, 34px);
}

.site-brand {
  min-width: 195px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.site-brand__mark,
.site-brand__text strong {
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-brand:hover .site-brand__mark,
.site-brand:focus-visible .site-brand__mark {
  border-color: #c98e2c;
  box-shadow: 0 5px 16px rgba(164, 103, 18, 0.13);
}

.site-brand:hover .site-brand__text strong,
.site-brand:focus-visible .site-brand__text strong {
  color: #865714;
}

.site-brand__mark {
  width: 37px;
  height: 37px;
  border: 1px solid #dbb26d;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #986317;
  background: linear-gradient(145deg, #fffdf9, #f7ead6);
  font-family: "Prata", var(--heading);
  font-size: 14px;
}

.site-brand__text {
  display: grid;
  line-height: 1.12;
}

.site-brand__text strong {
  font-family: "Prata", var(--heading);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.site-brand__text small {
  margin-top: 5px;
  color: #776c62;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.site-nav {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.7vw, 26px);
}

.site-nav a {
  position: relative;
  padding: 9px 0;
  color: #514840;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #8c5a12;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav-toggle {
  width: 43px;
  height: 43px;
  border: 1px solid #dfd1c0;
  border-radius: 9px;
  display: none;
  place-items: center;
  padding: 10px;
  color: var(--ink);
  background: #fffdf9;
  cursor: pointer;
}

.site-nav-toggle span {
  width: 20px;
  height: 1.5px;
  display: block;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: min(690px, 62vw);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 2% 33%, rgba(203, 160, 88, 0.11), transparent 24%),
    linear-gradient(90deg, #fcfaf7 0%, #faf7f2 48%, #f2ebe2 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 1;
  width: 230px;
  height: 460px;
  content: "";
  opacity: 0.32;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 56%, rgba(185, 135, 62, 0.2) 57% 58%, transparent 59%) 0 0 / 80px 110px;
  filter: blur(0.4px);
}

.hero::before {
  left: -150px;
  top: 65px;
  transform: rotate(-10deg);
}

.hero::after {
  right: -175px;
  bottom: -140px;
  transform: rotate(22deg);
}

.hero__photo-wrap {
  position: absolute;
  inset: 0 0 0 50.5%;
  overflow: hidden;
  background: linear-gradient(135deg, #f7f2eb 0%, #eee5da 100%);
}

.hero__photo-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #faf7f2 0%, rgba(250, 247, 242, 0.83) 8%, transparent 27%);
}

.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  opacity: 1;
  transition: opacity 180ms ease;
}

.cms-content-pending .hero__photo {
  opacity: 0;
}

.hero__content {
  padding: 98px 0 45px;
}

.hero__content > * {
  width: 51%;
}

.hero h1 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(44px, 4.55vw, 68px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.04em;
}

.hero__lead {
  margin: clamp(20px, 2.25vw, 33px) 0 0;
  max-width: 570px;
  color: #4d453e;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: -0.012em;
}

.hero__facts {
  margin: clamp(24px, 2.9vw, 40px) 0 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: clamp(18px, 2.4vw, 35px);
}

.hero__facts li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #352f2a;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 550;
  white-space: nowrap;
}

.round-icon {
  flex: none;
  width: clamp(35px, 3.5vw, 44px);
  height: clamp(35px, 3.5vw, 44px);
  border: 1px solid #e3bb79;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  background: rgba(255, 255, 255, 0.55);
}

.round-icon svg {
  width: 21px;
  height: 21px;
}

.hero__actions {
  margin-top: clamp(28px, 3.2vw, 45px);
  display: flex;
  gap: 17px;
}

.hero__actions .button {
  min-width: 201px;
}

.section-heading {
  text-align: center;
}

.section-heading .eyebrow {
  display: none;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(37px, 4vw, 55px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.035em;
}

.section-heading__rule {
  position: relative;
  width: 93px;
  height: 1px;
  margin: 17px auto 0;
  display: block;
  background: #dcae62;
}

.section-heading__rule::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  content: "";
  background: #d6a148;
  transform: translate(-50%, -50%);
}

.services {
  min-height: 510px;
  overflow: hidden;
  padding: 46px 0 58px;
  border-bottom: 1px solid rgba(205, 168, 108, 0.22);
  background:
    radial-gradient(ellipse at 9% 18%, rgba(210, 178, 129, 0.12), transparent 30%),
    radial-gradient(ellipse at 88% 80%, rgba(214, 184, 139, 0.11), transparent 32%),
    linear-gradient(110deg, #f8f3eb 0%, #fffdf9 46%, #f6efe6 100%);
}

.services::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.34;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 19%, rgba(196, 161, 110, 0.08) 20%, transparent 21% 52%, rgba(196, 161, 110, 0.06) 53%, transparent 54%),
    radial-gradient(ellipse at 25% 0%, transparent 0 44%, rgba(255, 255, 255, 0.72) 45%, transparent 47%);
}

.services .section-heading h2 {
  font-size: clamp(43px, 4.2vw, 59px);
}

.services__intro {
  margin: 14px auto 0;
  color: #71675e;
  font-size: 12px;
  line-height: 1.55;
}

.services__grid {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 302px;
  border: 1px solid rgba(198, 145, 62, 0.42);
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 19px 22px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 38px rgba(85, 60, 31, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  border-color: rgba(190, 128, 32, 0.68);
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(75, 52, 27, 0.14), inset 0 1px 0 #fff;
}

.service-card__icon {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(209, 167, 99, 0.46);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 230, 0.88));
  box-shadow: 0 9px 20px rgba(91, 66, 35, 0.09);
}

.service-card__icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.4;
}

.service-card h3 {
  margin: 13px 0 0;
  min-height: 74px;
  display: grid;
  place-items: center;
  font-family: var(--heading);
  font-size: clamp(19px, 1.62vw, 24px);
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -0.02em;
}

.service-card__line {
  width: 42px;
  height: 1px;
  margin: 8px 0 0;
  display: block;
  background: var(--gold);
}

.service-card > p {
  margin: 13px 0 0;
  min-height: 42px;
  color: #71685f;
  font-size: 11.5px;
  line-height: 1.5;
}

.service-card > a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-dark);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1;
  text-underline-offset: 3px;
}

.service-card > a svg {
  width: 15px;
  height: 15px;
  transition: transform 180ms ease;
}

.service-card > a:hover svg,
.service-card > a:focus-visible svg {
  transform: translateX(3px);
}

.results {
  overflow: hidden;
  padding: 72px 0 78px;
  border-top: 1px solid #efe6dc;
  background:
    radial-gradient(circle at 8% 12%, rgba(213, 171, 101, 0.13), transparent 25%),
    linear-gradient(180deg, #f9f5ef 0%, #fdfbf8 100%);
}

.results__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: end;
  gap: 72px;
}

.results__intro h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(41px, 4.4vw, 62px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.results__intro-copy > p {
  max-width: 510px;
  margin: 0;
  color: #5d544c;
  font-size: 16px;
  line-height: 1.78;
}

.results__controls {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.results__controls > span {
  min-width: 100px;
  margin-right: 5px;
  color: #9b7440;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.results__controls button {
  width: 43px;
  height: 43px;
  border: 1px solid #ddc9ad;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8e5d18;
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.results__controls button:hover:not(:disabled) {
  border-color: #c99036;
  color: #fff;
  background: #bd7d1d;
}

.results__controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.results__controls button svg {
  width: 20px;
  height: 20px;
}

.results__controls button:first-of-type svg {
  transform: rotate(180deg);
}

.results__viewport {
  margin-top: 43px;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.results__viewport::-webkit-scrollbar {
  display: none;
}

.results__gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
}

.result-card {
  position: relative;
  aspect-ratio: 1940 / 2560;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  padding: 0;
  color: #fff;
  background: #e9e0d5;
  box-shadow: 0 18px 42px rgba(67, 49, 28, 0.14);
  cursor: zoom-in;
  isolation: isolate;
  scroll-snap-align: start;
}

.result-card::after {
  position: absolute;
  inset: 42% 0 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 0%, rgba(34, 27, 21, 0.78) 100%);
}

.result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.3, 1);
}

.result-card:hover img {
  transform: scale(1.025);
}

.result-card__caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 6px;
  text-align: left;
}

.result-card__caption small {
  color: #ead1a4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.result-card__caption strong {
  max-width: 82%;
  font-family: var(--heading);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.08;
}

.result-card__expand {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(39, 31, 24, 0.32);
  backdrop-filter: blur(8px);
}

.result-card__expand svg {
  width: 20px;
  height: 20px;
}

.results__disclaimer {
  margin: 25px 0 0;
  color: #776e66;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.result-viewer {
  width: min(94vw, 1030px);
  max-height: 92vh;
  overflow: hidden;
  border: 1px solid rgba(222, 202, 173, 0.72);
  border-radius: 17px;
  padding: 0;
  color: #fff;
  background: #211b17;
  box-shadow: 0 35px 110px rgba(30, 22, 16, 0.46);
}

.result-viewer::backdrop {
  background: rgba(31, 25, 20, 0.78);
  backdrop-filter: blur(8px);
}

.result-viewer[open] {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  animation: modal-in 200ms ease-out both;
}

.result-viewer figure {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: stretch;
}

.result-viewer figure img {
  width: 100%;
  height: min(84vh, 840px);
  object-fit: contain;
  background: #100d0b;
}

.result-viewer figcaption {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 12px;
  padding: 36px 28px;
  color: #f8f3ec;
  background: linear-gradient(150deg, #342b24, #211b17);
}

.result-viewer figcaption span {
  color: #d9b777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.result-viewer figcaption strong {
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.24;
}

.result-viewer__close,
.result-viewer__nav {
  border: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.result-viewer__close:hover,
.result-viewer__nav:hover {
  color: #e3bd76;
  background: rgba(255, 255, 255, 0.06);
}

.result-viewer__close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(25, 20, 17, 0.62);
  backdrop-filter: blur(8px);
}

.result-viewer__close svg,
.result-viewer__nav svg {
  width: 23px;
  height: 23px;
}

.result-viewer__nav {
  align-self: stretch;
}

.result-viewer__nav--prev svg {
  transform: rotate(180deg);
}

.courses {
  position: relative;
  min-height: 552px;
  overflow: hidden;
  border-top: 1px solid #ede3d8;
  border-bottom: 1px solid #ede3d8;
  display: flex;
  align-items: center;
  background: #f6f0e8;
}

.courses__image {
  position: absolute;
  inset: 0;
}

.courses__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.courses__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(251, 248, 243, 0.99) 0%, rgba(251, 248, 243, 0.96) 43%, rgba(251, 248, 243, 0.72) 56%, rgba(251, 248, 243, 0.08) 76%);
}

.courses__content {
  padding-block: 42px 36px;
}

.courses__copy {
  width: 59%;
  max-width: 760px;
}

.courses .eyebrow {
  display: flex;
  align-items: center;
  gap: 24px;
}

.courses .eyebrow::after {
  width: 40px;
  height: 1px;
  content: "";
  background: #d2a04e;
}

.courses h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(42px, 3.8vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.title-dash {
  width: 45px;
  height: 1px;
  margin-top: 14px;
  display: block;
  background: #d49a3f;
}

.courses__lead {
  margin: 19px 0 0;
  color: #514941;
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.62;
}

.course-benefits {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  list-style: none;
}

.course-benefits li {
  min-height: 142px;
  border: 1px solid rgba(205, 158, 83, 0.34);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 14px 8px 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 28px rgba(71, 53, 30, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(3px);
}

.course-benefits__icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(208, 163, 90, 0.38);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  background: rgba(255, 253, 249, 0.68);
}

.course-benefits__icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.45;
}

.course-benefits li > span:last-child {
  color: #3f3832;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.4;
}

.courses__actions {
  margin-top: 21px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.button--program {
  min-width: 338px;
  margin: 0;
}

.courses__actions > p {
  margin: 0;
  color: #796f65;
  font-size: 11px;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-color: rgba(171, 113, 26, 0.38);
  text-underline-offset: 4px;
}

.contact {
  min-height: 720px;
  overflow: hidden;
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 7% 130%, rgba(209, 163, 89, 0.13), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.contact__sprig {
  position: absolute;
  width: 220px;
  height: 270px;
  opacity: 0.25;
  pointer-events: none;
  background:
    radial-gradient(ellipse, rgba(193, 147, 75, 0.85) 0 7%, transparent 8%) 20px 0 / 38px 52px,
    linear-gradient(72deg, transparent 49.5%, rgba(193, 147, 75, 0.45) 50% 50.8%, transparent 51%) center / 100% 100%;
}

.contact__sprig--left {
  left: -125px;
  bottom: -115px;
  transform: rotate(18deg);
}

.contact__sprig--right {
  right: -65px;
  top: -90px;
  transform: rotate(-24deg) scaleX(-1);
}

.contact__layout {
  margin-top: 39px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  align-items: start;
  gap: 24px;
}

.situation-card,
.quick-contact {
  border: 1px solid #eadfd3;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(68, 51, 31, 0.1);
  backdrop-filter: blur(10px);
}

.situation-card {
  padding: 34px 36px 32px;
}

.quick-contact {
  padding: 34px 28px 28px;
}

.direct-contact {
  position: sticky;
  top: 24px;
  overflow: hidden;
}

.direct-contact::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -96px;
  right: -82px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 173, 96, 0.2), transparent 68%);
  pointer-events: none;
}

.direct-contact__links {
  position: relative;
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.direct-contact__link {
  min-height: 72px;
  border: 1px solid #e9ddcf;
  border-radius: 11px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  color: #39312a;
  background: linear-gradient(115deg, #fffefa, #fcf7ef);
  box-shadow: 0 8px 22px rgba(75, 54, 29, 0.05);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.direct-contact__link:hover {
  border-color: #d9b77e;
  box-shadow: 0 13px 30px rgba(83, 58, 28, 0.11);
  transform: translateY(-2px);
}

.direct-contact__link:focus-visible {
  outline: 3px solid rgba(201, 142, 44, 0.3);
  outline-offset: 2px;
}

.direct-contact__link > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.direct-contact__link strong {
  font-size: 14px;
  font-weight: 680;
}

.direct-contact__link small {
  color: #746a61;
  font-size: 11.5px;
}

.direct-contact__icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(193, 142, 56, 0.42);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ad741f;
  background: rgba(255, 251, 242, 0.9);
}

.direct-contact__icon svg,
.direct-contact__arrow {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
}

.direct-contact__icon--letters {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.direct-contact__arrow {
  width: 17px;
  height: 17px;
  color: #b38a4b;
  transition: transform 180ms ease;
}

.direct-contact__link:hover .direct-contact__arrow {
  transform: translateX(3px);
}

.direct-contact__note {
  margin-top: 18px !important;
  border-top: 1px solid #eee4d9;
  padding-top: 17px;
  color: #6e655c !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
}

.situation-card h3,
.quick-contact h3 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(29px, 2.8vw, 39px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.situation-card__intro,
.quick-contact > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: #5b534b;
  font-size: 15px;
  line-height: 1.75;
}

.situation-form {
  position: relative;
  margin-top: 25px;
  display: grid;
  gap: 17px;
}

.situation-form[hidden] {
  display: none;
}

.situation-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.situation-form > label,
.situation-form__row label {
  display: grid;
  gap: 7px;
  color: #574f48;
  font-size: 13.5px;
  font-weight: 650;
}

.situation-form input:not([type="radio"]):not([type="checkbox"]),
.situation-form select,
.situation-form textarea {
  width: 100%;
  border: 1px solid #ded3c8;
  border-radius: 8px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.situation-form input:not([type="radio"]):not([type="checkbox"]),
.situation-form select {
  height: 51px;
}

.situation-form select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #9b7743 50%),
    linear-gradient(135deg, #9b7743 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 15px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.situation-form textarea {
  min-height: 128px;
  padding-block: 13px;
  line-height: 1.5;
  resize: vertical;
}

.situation-form input:focus,
.situation-form select:focus,
.situation-form textarea:focus {
  border-color: #d4a14f;
  box-shadow: 0 0 0 3px rgba(201, 142, 44, 0.09);
}

.situation-form input[aria-invalid="true"],
.situation-form select[aria-invalid="true"],
.situation-form textarea[aria-invalid="true"] {
  border-color: #a54435;
}

.situation-form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

.situation-form legend {
  margin-bottom: 9px;
  color: #574f48;
  font-size: 13.5px;
  font-weight: 650;
}

.contact-preference {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.contact-preference label {
  position: relative;
  cursor: pointer;
}

.contact-preference input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-preference span {
  min-height: 42px;
  border: 1px solid #e3d8cc;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #524a43;
  background: #fffdf9;
  font-size: 13px;
  font-weight: 600;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.contact-preference input:checked + span {
  border-color: #d09a42;
  color: #7d5111;
  background: #fcf4e6;
}

.contact-preference input:focus-visible + span {
  outline: 3px solid rgba(201, 142, 44, 0.28);
  outline-offset: 2px;
}

.service-choice legend {
  width: 100%;
  margin-bottom: 13px;
}

.service-choice legend > span {
  display: block;
  color: #4b443d;
  font-size: 14px;
  font-weight: 700;
}

.service-choice legend > small {
  margin-top: 4px;
  display: block;
  color: #7c746d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.service-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.service-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.service-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.service-option__surface {
  position: relative;
  min-height: 174px;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 77, 59, 0.18);
  border-radius: 8px;
  padding: 17px 16px 16px;
  display: flex;
  flex-direction: column;
  color: var(--green);
  background:
    radial-gradient(circle at 90% 8%, rgba(201, 154, 77, 0.11), transparent 68px),
    linear-gradient(160deg, #fffefb, #f7f8f4);
  box-shadow: 0 12px 30px rgba(25, 61, 48, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.service-option__surface::after {
  position: absolute;
  inset: auto 16px 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}

.service-option__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-option__icon,
.service-option__check {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201, 154, 77, 0.38);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  background: rgba(255, 253, 248, 0.9);
}

.service-option__icon svg {
  width: 20px;
  height: 20px;
}

.service-option__check {
  width: 25px;
  height: 25px;
  border-color: rgba(22, 77, 59, 0.22);
  color: transparent;
  background: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.service-option__check svg {
  width: 15px;
  height: 15px;
}

.service-option__surface strong {
  margin-top: 15px;
  display: block;
  font-family: var(--heading);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.015em;
}

.service-option__surface > small {
  margin-top: auto;
  padding-top: 12px;
  display: block;
  color: #727b76;
  font-size: 11.5px;
  font-weight: 450;
  line-height: 1.42;
}

.service-option:hover .service-option__surface {
  border-color: rgba(20, 78, 59, 0.36);
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(25, 61, 48, 0.11);
}

.service-option > input:checked + .service-option__surface {
  border-color: rgba(201, 154, 77, 0.74);
  color: #fffdf7;
  background:
    radial-gradient(circle at 92% 8%, rgba(228, 193, 128, 0.2), transparent 78px),
    linear-gradient(145deg, #174f3d, #0d3f31);
  box-shadow: 0 18px 40px rgba(12, 63, 47, 0.22);
}

.service-option > input:checked + .service-option__surface::after {
  opacity: 1;
}

.service-option > input:checked + .service-option__surface .service-option__icon {
  border-color: rgba(227, 190, 119, 0.62);
  color: #f1cc84;
  background: rgba(255, 253, 247, 0.08);
}

.service-option > input:checked + .service-option__surface .service-option__check {
  border-color: #e8c47e;
  color: #0d4635;
  background: #e8c47e;
  transform: scale(1.05);
}

.service-option > input:checked + .service-option__surface > small {
  color: rgba(255, 253, 247, 0.74);
}

.service-option > input:focus-visible + .service-option__surface {
  outline: 3px solid rgba(201, 154, 77, 0.34);
  outline-offset: 3px;
}

.service-option > input[aria-invalid="true"] + .service-option__surface {
  border-color: rgba(165, 68, 53, 0.7);
}

.service-choice > .field-error {
  margin-top: 7px;
  display: block;
}

.situation-form > .button {
  width: 100%;
  margin-top: 2px;
}

.consent-field {
  display: grid;
  gap: 5px;
}

.development-data-warning {
  position: relative;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #fff0c7;
  border-bottom: 1px solid #bd7b16;
  color: #5b3b0c;
  text-align: center;
  font: 600 0.9rem/1.4 Arial, sans-serif;
}

.consent-field > label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #574f48;
  font-size: 13.5px;
  line-height: 1.55;
  cursor: pointer;
}

.consent-field input {
  width: 18px;
  height: 18px;
  flex: none;
  margin: 1px 0 0;
  accent-color: var(--gold-dark);
}

.consent-field input[aria-invalid="true"] {
  outline: 2px solid rgba(165, 68, 53, 0.55);
  outline-offset: 2px;
}

.consent-field a,
.request-form__privacy a {
  color: #80530f;
  font-weight: 600;
  text-decoration-color: rgba(128, 83, 15, 0.4);
  text-underline-offset: 0.16em;
}

.consent-field a:hover,
.request-form__privacy a:hover {
  text-decoration-color: currentColor;
}

.lead-form-status {
  margin: 0;
  border: 1px solid rgba(165, 68, 53, 0.22);
  border-radius: 8px;
  padding: 11px 13px;
  color: #8d392d;
  background: #fff7f5;
  font-size: 13px;
  line-height: 1.45;
}

.lead-form-status[hidden] {
  display: none;
}

.situation-result {
  margin-top: 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px 14px;
}

.situation-result[hidden] {
  display: none;
}

.situation-result__mark {
  grid-row: span 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-soft));
  font-size: 22px;
}

.situation-result h4 {
  margin: 0;
  font-family: var(--heading);
  font-size: 27px;
  font-weight: 400;
}

.situation-result p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-line;
}

.situation-result > .button {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 14px;
}

.contact-process {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.contact-process li {
  min-height: 76px;
  border: 1px solid #eadfd3;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  color: #39332e;
  background: #fffdf9;
}

.contact-process > li > span {
  flex: none;
  width: 36px;
  height: 36px;
  border: 1px solid #dfbd82;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-process div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.contact-process strong {
  font-size: 13.5px;
  font-weight: 650;
}

.contact-process small {
  color: #70675f;
  font-size: 12px;
  line-height: 1.45;
}

.quick-contact__location {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4c443e;
}

.quick-contact__location > span:last-child {
  display: grid;
  line-height: 1.2;
}

.quick-contact__location small {
  margin-bottom: 4px;
  color: #746a61;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modal {
  width: min(92vw, 500px);
  border: 1px solid #e9ddce;
  border-radius: 14px;
  padding: 40px;
  color: var(--ink);
  background: #fffdf9;
  box-shadow: 0 30px 100px rgba(48, 36, 22, 0.3);
}

.modal::backdrop {
  background: rgba(43, 35, 27, 0.52);
  backdrop-filter: blur(5px);
}

.modal[open] {
  animation: modal-in 200ms ease-out both;
}

.modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #70665e;
  background: transparent;
  cursor: pointer;
}

.modal__close:hover {
  background: #f3ece3;
}

.modal__close svg {
  width: 21px;
  height: 21px;
}

.modal h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
}

.modal__intro {
  margin: 13px 0 23px;
  color: var(--muted);
}

.request-form {
  display: grid;
  gap: 17px;
}

.request-form label {
  display: grid;
  gap: 7px;
  color: #574f48;
  font-size: 13px;
  font-weight: 600;
}

.request-form input {
  width: 100%;
  height: 51px;
  border: 1px solid #ded3c8;
  border-radius: 7px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  font-weight: 400;
}

.request-form input[aria-invalid="true"] {
  border-color: #a54435;
}

.field-error {
  min-height: 0;
  color: #a54435;
  font-weight: 400;
}

.field-hint {
  color: #756c64;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.request-form .button {
  width: 100%;
  margin-top: 3px;
}

.request-form__privacy {
  margin: 0;
  color: #776e66;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.modal__success {
  padding: 20px 0 5px;
  text-align: center;
}

.modal__success-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-soft));
  font-size: 29px;
}

.modal__success h3 {
  margin: 0;
  font-family: var(--heading);
  font-size: 35px;
  font-weight: 400;
}

.modal__success p {
  margin: 10px auto 22px;
  color: var(--muted);
}

.scroll-top {
  position: fixed;
  right: clamp(16px, 2.2vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 20;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(181, 132, 57, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0;
  color: #856022;
  background: rgba(251, 249, 246, 0.78);
  box-shadow: 0 8px 24px rgba(61, 44, 26, 0.08);
  backdrop-filter: blur(12px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.scroll-top.is-visible {
  opacity: 0.72;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.scroll-top:hover,
.scroll-top:focus-visible {
  opacity: 1;
  color: #70460c;
  background: rgba(255, 253, 249, 0.96);
  transform: translateY(-2px);
}

.scroll-top svg {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1050px) {
  .shell {
    width: min(100% - 70px, 930px);
  }

  .hero {
    min-height: min(620px, 62vw);
  }

  .hero__content > * {
    width: 54%;
  }

  .hero__photo-wrap {
    left: 51%;
  }

  .hero__facts {
    flex-wrap: wrap;
    gap: 13px 20px;
  }

  .hero__actions .button {
    min-width: 0;
    flex: 1;
    padding-inline: 18px;
  }

  .site-header__inner {
    gap: 18px;
  }

  .site-brand {
    min-width: 164px;
  }

  .site-nav a {
    font-size: 11px;
  }

  .results__intro {
    gap: 42px;
  }

  .courses__copy {
    width: 64%;
  }

  .course-benefits li {
    min-height: 136px;
  }

  .course-benefits li > span:last-child {
    font-size: 11px;
  }

  .results__gallery {
    grid-auto-columns: calc((100% - 34px) / 3);
    gap: 17px;
  }

  .result-viewer figure {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .contact__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);
    gap: 18px;
  }

  .situation-card {
    padding-inline: 28px;
  }

  .contact-preference {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1320px) {
  .site-header__inner {
    gap: 0;
  }

  .site-brand {
    min-width: 0;
  }

  .site-nav-toggle {
    margin-left: auto;
    display: grid;
    gap: 5px;
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.88);
    box-shadow: 0 8px 24px rgba(64, 46, 27, 0.1);
    backdrop-filter: blur(12px);
  }

  .site-nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .site-nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .site-nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    right: 0;
    top: calc(100% + 9px);
    width: min(100%, 340px);
    border: 1px solid #e3d6c6;
    border-radius: 12px;
    display: grid;
    gap: 2px;
    padding: 8px;
    background: rgba(255, 253, 249, 0.97);
    box-shadow: 0 18px 50px rgba(52, 39, 25, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .site-nav a {
    padding: 12px 13px;
    font-size: 14px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    border-radius: 7px;
    background: #f8eddd;
  }

}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 36px, 700px);
  }

  .eyebrow,
  .section-heading .eyebrow {
    display: block;
  }

  .hero {
    min-height: auto;
    display: block;
  }

  .site-header {
    padding-top: 12px;
  }

  .site-header__inner {
    min-height: 48px;
  }

  .site-brand {
    border: 1px solid rgba(223, 209, 192, 0.86);
    border-radius: 999px;
    padding: 5px 12px 5px 6px;
    background: rgba(255, 253, 249, 0.88);
    box-shadow: 0 8px 24px rgba(64, 46, 27, 0.08);
    backdrop-filter: blur(12px);
  }

  .hero__photo-wrap {
    position: relative;
    inset: auto;
    width: 100%;
    height: min(94vw, 620px);
  }

  .hero__photo-wrap::after {
    background: linear-gradient(0deg, #faf7f2 0%, rgba(250, 247, 242, 0) 26%);
  }

  .hero__photo {
    object-position: 50% 24%;
  }

  .hero__content {
    margin-top: -5px;
    padding: 12px 0 48px;
  }

  .hero__content > * {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(41px, 10.5vw, 64px);
  }

  .hero__lead {
    font-size: 15px;
  }

  .desktop-break {
    display: none;
  }

  .hero__facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__actions {
    max-width: 560px;
  }

  .section {
    padding-block: 48px;
  }

  .services {
    padding-block: 50px 60px;
  }

  .services .section-heading .eyebrow {
    display: none;
  }

  .services__intro {
    font-size: 12.5px;
  }

  .services__grid {
    margin-top: 29px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .results {
    padding-block: 56px 62px;
  }

  .results__intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .results__intro-copy > p {
    max-width: 620px;
  }

  .results__gallery {
    grid-auto-columns: calc((100% - 17px) / 2);
  }

  .results__controls {
    justify-content: flex-start;
  }

  .result-viewer[open] {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
  }

  .result-viewer figure {
    grid-template-columns: 1fr;
  }

  .result-viewer figure img {
    height: min(74vh, 720px);
  }

  .result-viewer figcaption {
    padding: 18px 22px 20px;
  }

  .courses {
    min-height: 930px;
    align-items: flex-start;
  }

  .courses__image {
    inset: auto 0 0;
    height: 44%;
  }

  .courses__shade {
    background: linear-gradient(180deg, #fbf8f3 0%, #fbf8f3 55%, rgba(251, 248, 243, 0.94) 64%, rgba(251, 248, 243, 0) 84%);
  }

  .courses__content {
    padding-top: 48px;
  }

  .courses__copy {
    width: 100%;
  }

  .course-benefits {
    max-width: 650px;
    grid-template-columns: repeat(2, 1fr);
  }

  .course-benefits li > span:last-child {
    font-size: 12.5px;
  }

  .courses__actions {
    max-width: 650px;
  }

  .contact {
    padding-block: 58px 64px;
  }

  .contact__layout {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .shell {
    width: min(100% - 28px, 440px);
  }

  .hero__photo-wrap {
    height: 110vw;
    max-height: 540px;
  }

  .site-brand__text small {
    display: none;
  }

  .site-brand__text strong {
    font-size: 16px;
  }

  .site-brand__mark {
    width: 36px;
    height: 36px;
  }

  .hero__content {
    padding-bottom: 40px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero__actions .button {
    width: 100%;
    flex: none;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .services__grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 292px;
  }

  .results__intro h2 {
    font-size: 43px;
  }

  .results__gallery {
    grid-auto-columns: min(84vw, 340px);
    gap: 14px;
  }

  .results__viewport {
    margin-right: -14px;
    border-radius: 12px 0 0 12px;
  }

  .result-card__caption strong {
    font-size: 28px;
  }

  .result-viewer {
    width: calc(100vw - 18px);
  }

  .result-viewer[open] {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }

  .result-viewer figure img {
    height: min(68vh, 610px);
  }

  .result-viewer figcaption {
    padding: 15px 17px 17px;
  }

  .result-viewer figcaption strong {
    font-size: 23px;
  }

  .result-viewer__close {
    right: 10px;
    top: 10px;
  }

  .courses {
    min-height: 1080px;
  }

  .courses h2 {
    font-size: 42px;
  }

  .course-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .course-benefits li {
    min-height: 126px;
    flex-direction: column;
    gap: 9px;
    text-align: center;
  }

  .course-benefits__icon {
    width: 46px;
    height: 46px;
  }

  .courses__image {
    height: 40%;
  }

  .courses__shade {
    background: linear-gradient(180deg, #fbf8f3 0%, #fbf8f3 58%, rgba(251, 248, 243, 0.96) 66%, rgba(251, 248, 243, 0) 85%);
  }

  .courses__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .button--program {
    width: 100%;
    min-width: 0;
  }

  .courses__actions > p {
    text-align: center;
  }

  .situation-card,
  .quick-contact {
    padding: 28px 20px 24px;
  }

  .direct-contact {
    position: static;
  }

  .situation-form__row {
    grid-template-columns: 1fr;
  }

  .contact-preference {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modal {
    width: calc(100vw - 24px);
    padding: 34px 22px 26px;
  }

  .modal h2 {
    font-size: 34px;
  }

  .scroll-top {
    right: 14px;
    bottom: 14px;
    width: 41px;
    height: 41px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================================================== */
/* Forest & gold editorial redesign                                           */
/* ========================================================================== */

:root {
  --ink: #19372d;
  --ink-deep: #102c24;
  --green: #123f31;
  --green-light: #1d5a46;
  --muted: #657169;
  --paper: #fffdf9;
  --paper-warm: #f8f3eb;
  --line: #e9ddcd;
  --gold: #c99645;
  --gold-dark: #a97527;
  --gold-soft: #e2bc79;
  --shadow: 0 22px 60px rgba(24, 52, 42, 0.1);
  --heading: "Prata", "Cormorant Garamond", Georgia, serif;
}

html {
  background: var(--green);
}

body {
  color: var(--ink-deep);
  background:
    radial-gradient(circle at 8% 24%, rgba(201, 150, 69, 0.07), transparent 20rem),
    var(--paper);
}

main {
  display: flex;
  flex-direction: column;
}

main > .hero { order: 1; }
main > .services { order: 2; }
main > .courses { order: 3; }
main > .credentials-pricing { order: 4; }
main > .results { order: 5; }
main > .contact { order: 6; }

.shell {
  width: min(100% - 96px, 1390px);
}

.section {
  padding-block: clamp(56px, 6vw, 92px);
}

.eyebrow {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.22em;
}

.button {
  min-height: 54px;
  border-radius: 5px;
  font-size: 14px;
}

.button--gold,
.button--green {
  color: #fffdf7;
  background: linear-gradient(135deg, var(--green), #0d3428);
  box-shadow: 0 12px 30px rgba(18, 63, 49, 0.2);
}

.button--gold:hover,
.button--green:hover {
  background: linear-gradient(135deg, var(--green-light), var(--green));
  box-shadow: 0 16px 36px rgba(18, 63, 49, 0.27);
}

.button--outline {
  border-color: rgba(169, 117, 39, 0.6);
  color: var(--green);
  background: rgba(255, 253, 249, 0.78);
}

/* Header */

.site-header {
  inset: 0 0 auto;
  padding: 0;
  border-bottom: 1px solid rgba(169, 117, 39, 0.16);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 7px 28px rgba(30, 55, 45, 0.04);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  min-height: 76px;
  gap: clamp(18px, 2.2vw, 38px);
}

.site-brand {
  min-width: 220px;
  gap: 11px;
}

.site-brand__mark {
  width: 47px;
  height: 47px;
  border-color: rgba(201, 150, 69, 0.75);
  color: var(--gold-dark);
  font-family: var(--heading);
  font-size: 18px;
  background: #fffdfa;
}

.site-brand__text strong {
  color: var(--green);
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 400;
}

.site-brand__text small {
  color: #68756d;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav {
  margin-left: auto;
  gap: clamp(14px, 1.7vw, 30px);
}

.site-nav a {
  color: #3c4943;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.site-nav a::after {
  background: var(--gold);
}

.site-nav__cta {
  min-height: 44px;
  border: 1px solid rgba(226, 188, 121, 0.34);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 20px rgba(18, 63, 49, 0.16);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.site-nav__cta svg {
  width: 17px;
  height: 17px;
  color: var(--gold-soft);
}

/* Hero */

.hero {
  min-height: 680px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  color: var(--ink-deep);
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 1) 0%, rgba(255, 253, 249, 0.99) 42%, rgba(255, 253, 249, 0.08) 60%),
    var(--paper-warm);
}

.hero::before {
  inset: 76px auto 0 0;
  width: 52%;
  background:
    radial-gradient(circle at 18% 30%, rgba(201, 150, 69, 0.11), transparent 21rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.65), transparent 70%);
}

.hero::after {
  inset: auto 0 0;
  width: 100%;
  height: 110px;
  background: linear-gradient(0deg, rgba(255, 253, 249, 0.46), transparent);
}

.hero__photo-wrap {
  top: 76px;
  right: 0;
  bottom: 0;
  width: 51%;
}

.hero__photo-wrap::after {
  background: linear-gradient(90deg, var(--paper) 0%, rgba(255, 253, 249, 0.8) 9%, transparent 34%);
}

.hero__photo {
  object-position: 50% 36%;
  filter: saturate(0.88) contrast(0.98) brightness(1.04);
}

.hero__content {
  min-height: 680px;
  padding-top: 132px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__content > * {
  width: min(49%, 650px);
}

.hero h1 {
  margin: 0 0 28px;
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(44px, 4.1vw, 68px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.hero__lead {
  margin-bottom: 28px;
  color: #405047;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.62;
}

.hero__facts {
  gap: clamp(18px, 2vw, 34px);
  margin-bottom: 28px;
}

.hero__facts li {
  color: #34473e;
  font-size: 12px;
  font-weight: 600;
}

.round-icon {
  color: var(--gold-dark);
  border-color: rgba(201, 150, 69, 0.56);
  background: rgba(255, 253, 249, 0.85);
}

.hero__actions .button {
  min-width: 206px;
}

/* Services */

.services {
  padding-block: 44px 58px;
  background:
    radial-gradient(ellipse at 0 100%, rgba(50, 94, 70, 0.07), transparent 17rem),
    radial-gradient(ellipse at 100% 20%, rgba(201, 150, 69, 0.08), transparent 18rem),
    #fff;
}

.services::before {
  background: linear-gradient(90deg, transparent, rgba(201, 150, 69, 0.16), transparent);
}

.services .section-heading {
  margin-bottom: 28px;
}

.services .section-heading .eyebrow {
  display: none;
}

.services .section-heading h2 {
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 400;
}

.services__intro {
  margin-top: 11px;
  color: #6b756f;
  font-size: 12px;
}

.services__grid {
  gap: 14px;
}

.service-card {
  min-height: 296px;
  border: 1px solid rgba(201, 150, 69, 0.3);
  border-radius: 7px;
  padding: 28px 24px 23px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 18px 44px rgba(31, 56, 46, 0.07);
}

.service-card:hover {
  border-color: rgba(201, 150, 69, 0.6);
  box-shadow: 0 24px 56px rgba(31, 56, 46, 0.12);
}

.service-card__icon {
  width: 54px;
  height: 54px;
  color: var(--gold-dark);
  border-color: rgba(201, 150, 69, 0.28);
  background: #fffdf9;
}

.service-card h3 {
  min-height: 75px;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.04;
}

.service-card > p {
  color: #68736d;
  font-size: 11px;
  line-height: 1.5;
}

.service-card > a {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
}

/* Courses */

.courses {
  min-height: 0;
  margin: 0 12px;
  border-radius: 9px;
  padding: 18px 0;
  overflow: hidden;
  color: #fffdf7;
  background:
    radial-gradient(circle at 95% 20%, rgba(226, 188, 121, 0.1), transparent 26rem),
    linear-gradient(120deg, #0e3b2e, #164c3b);
}

.courses__image,
.courses__shade {
  display: none;
}

.courses__content {
  min-height: 0;
}

.courses__copy {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 2.25fr);
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: 36px;
  padding: 12px 0;
}

.courses .eyebrow {
  grid-column: 1;
  color: var(--gold-soft);
}

.courses .eyebrow::after {
  background: rgba(226, 188, 121, 0.55);
}

.courses h2 {
  grid-column: 1;
  margin: 0 0 12px;
  color: #ead2a0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 2.4vw, 38px);
  line-height: 1.05;
}

.courses .title-dash {
  display: none;
}

.courses__lead {
  grid-column: 1;
  margin: 0 0 16px;
  color: rgba(255, 253, 247, 0.74);
  font-size: 11px;
  line-height: 1.55;
}

.course-benefits {
  grid-column: 2;
  grid-row: 1 / 6;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: stretch;
  gap: 8px;
  margin: 0;
}

.course-benefits li {
  min-height: 176px;
  border-color: rgba(226, 188, 121, 0.36);
  border-radius: 5px;
  padding: 22px 14px;
  color: #fffdf7;
  background: rgba(255, 255, 255, 0.025);
}

.course-benefits li:hover {
  background: rgba(255, 255, 255, 0.055);
}

.course-benefits__icon {
  color: var(--gold-soft);
}

.courses__actions {
  grid-column: 1;
  margin: 0;
}

.courses__actions .button {
  min-height: 45px;
  border: 1px solid rgba(226, 188, 121, 0.62);
  color: #fffdf7;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
}

.courses__actions > p {
  display: none;
}

/* Certificates and pricing */

.credentials-pricing {
  padding-block: 14px 0;
  background: var(--paper-warm);
}

.credentials-pricing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.9fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: var(--line);
  box-shadow: var(--shadow);
}

.credentials-card,
.price-card {
  min-width: 0;
  min-height: 420px;
  background: #fffdf9;
}

.credentials-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.86fr) minmax(310px, 1.14fr);
  align-items: center;
  gap: 24px;
  padding: 38px 32px 32px 38px;
}

.credentials-card h2,
.price-card h2 {
  margin: 0;
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(29px, 2.4vw, 39px);
  font-weight: 400;
  line-height: 1.18;
}

.credentials-card__copy > p:not(.eyebrow) {
  color: #66726b;
  font-size: 12px;
  line-height: 1.65;
}

.credentials-card__note {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 10px !important;
}

.certificate-gallery {
  position: relative;
  min-height: 330px;
  perspective: 1000px;
}

.certificate-card {
  position: absolute;
  top: 50%;
  width: min(46%, 180px);
  aspect-ratio: 1054 / 1490;
  border: 0;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
  background: #f5efe6;
  box-shadow: 0 18px 42px rgba(38, 49, 42, 0.2);
  cursor: zoom-in;
  transform: translateY(-50%);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.certificate-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.certificate-card--back {
  left: 3%;
  z-index: 1;
  transform: translateY(-48%) rotate(-5deg);
}

.certificate-card--front {
  left: 29%;
  z-index: 3;
  transform: translateY(-52%);
}

.certificate-card--side {
  right: 3%;
  z-index: 2;
  transform: translateY(-48%) rotate(5deg);
}

.certificate-card--archive {
  display: none;
}

.certificate-card:hover,
.certificate-card:focus-visible {
  z-index: 5;
  transform: translateY(-55%) scale(1.035);
  box-shadow: 0 24px 56px rgba(38, 49, 42, 0.27);
}

.certificate-gallery[data-count="1"] .certificate-card {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.certificate-gallery[data-count="2"] .certificate-card:first-child {
  left: 18%;
  transform: translateY(-50%) rotate(-3deg);
}

.certificate-gallery[data-count="2"] .certificate-card:nth-child(2) {
  left: auto;
  right: 18%;
  transform: translateY(-50%) rotate(3deg);
}

.certificate-gallery--many {
  min-height: 330px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 36%);
  align-items: center;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(201, 150, 69, 0.55) transparent;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.certificate-gallery--many .certificate-card {
  position: relative;
  inset: auto;
  width: 100%;
  transform: none;
  scroll-snap-align: start;
}

.certificate-gallery--many .certificate-card:hover,
.certificate-gallery--many .certificate-card:focus-visible {
  transform: translateY(-5px);
}

.certificate-gallery__empty {
  min-height: 280px;
  border: 1px dashed rgba(201, 150, 69, 0.45);
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #7d867f;
  font-size: 12px;
  text-align: center;
}

.price-card {
  position: relative;
  padding: 38px;
  overflow: hidden;
}

.price-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 150, 69, 0.09), transparent 68%);
  pointer-events: none;
}

.price-card__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.price-card__heading > span {
  color: #7a817d;
  font-size: 10px;
}

.price-table {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
}

.price-row {
  min-height: 42px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 7px 4px;
  color: #44544c;
  font-size: 12px;
}

.price-row strong {
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.price-card__note {
  margin: 14px 0;
  color: #7c837f;
  font-size: 10px;
  line-height: 1.5;
}

.price-card .button {
  min-height: 46px;
  padding-inline: 22px;
  font-size: 12px;
}

/* Results */

.results {
  padding-block: 40px 52px;
  background: #fff;
}

.results__intro {
  align-items: end;
  margin-bottom: 24px;
}

.results__intro h2 {
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 400;
}

.results__intro-copy > p {
  color: #6a756e;
  font-size: 12px;
}

.result-card {
  border-radius: 6px;
  box-shadow: 0 15px 38px rgba(31, 56, 46, 0.11);
}

.results__controls button {
  border-color: rgba(201, 150, 69, 0.42);
  color: var(--green);
}

/* Contact */

.contact {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 0 0, rgba(201, 150, 69, 0.08), transparent 24rem),
    var(--paper-warm);
}

.contact .section-heading h2 {
  color: var(--green);
  font-family: var(--heading);
}

.situation-card,
.quick-contact {
  border-color: rgba(201, 150, 69, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--shadow);
}

.situation-card h3,
.quick-contact h3 {
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(28px, 2.7vw, 40px);
}

.situation-form input:not([type="radio"]):not([type="checkbox"]),
.situation-form textarea {
  border-color: #ded3c5;
  border-radius: 5px;
  background: #fff;
}

.direct-contact__link {
  border-color: rgba(201, 150, 69, 0.26);
  border-radius: 6px;
}

.direct-contact__icon {
  color: var(--green);
  border-color: rgba(201, 150, 69, 0.54);
}

/* Footer */

.site-footer {
  color: #fffdf7;
  background:
    radial-gradient(circle at 75% 0, rgba(226, 188, 121, 0.08), transparent 24rem),
    var(--green);
}

.site-footer__main {
  min-height: 150px;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(230px, 0.85fr) auto;
  align-items: center;
  gap: 50px;
  padding-block: 28px;
}

.site-footer__promise {
  display: grid;
  gap: 7px;
}

.site-footer__promise strong {
  max-width: 480px;
  color: #f0d9aa;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.site-footer__promise span {
  color: rgba(255, 253, 247, 0.7);
  font-size: 11px;
}

.site-footer__contacts {
  display: grid;
  gap: 10px;
}

.site-footer__contacts > span,
.site-footer__contacts a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 253, 247, 0.88);
  font-size: 12px;
  text-decoration: none;
}

.site-footer__contacts svg {
  width: 17px;
  height: 17px;
  color: var(--gold-soft);
}

.site-footer__cta {
  border-color: rgba(226, 188, 121, 0.68);
  color: #fffdf7;
  background: transparent;
}

.site-footer__cta svg {
  color: var(--gold-soft);
}

.site-footer__bottom {
  min-height: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 253, 247, 0.55);
  font-size: 10px;
}

.site-footer__bottom a {
  text-decoration: none;
}

/* Certificate viewer */

.certificate-viewer {
  width: min(92vw, 720px);
  max-height: 92vh;
  border: 1px solid rgba(226, 188, 121, 0.45);
  border-radius: 8px;
  padding: 22px;
  color: #fff;
  background: rgba(12, 31, 25, 0.97);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
}

.certificate-viewer::backdrop {
  background: rgba(8, 22, 17, 0.82);
  backdrop-filter: blur(8px);
}

.certificate-viewer figure {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.certificate-viewer img {
  width: auto;
  max-width: 100%;
  max-height: calc(92vh - 96px);
  display: block;
  object-fit: contain;
}

.certificate-viewer figcaption {
  color: rgba(255, 253, 247, 0.78);
  font-size: 12px;
}

.certificate-viewer__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(12, 31, 25, 0.72);
  cursor: pointer;
}

.certificate-viewer__close svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1051px) {
  .site-nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    inset: auto;
    width: auto;
    border: 0;
    border-radius: 0;
    display: flex;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .site-nav a {
    padding: 0;
    font-size: 12px;
  }

  .site-nav a::after {
    display: block;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    border-radius: 0;
    background: transparent;
  }
}

@media (max-width: 1180px) {
  .shell {
    width: min(100% - 56px, 1120px);
  }

  .site-nav {
    gap: 15px;
  }

  .site-nav a {
    font-size: 11px;
  }

  .site-nav__cta {
    padding-inline: 15px;
  }

  .hero h1 {
    font-size: clamp(42px, 4.6vw, 58px);
  }

  .courses__copy {
    grid-template-columns: minmax(215px, 0.68fr) minmax(0, 2.32fr);
    column-gap: 24px;
  }

  .course-benefits li {
    min-height: 166px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .credentials-pricing__grid {
    grid-template-columns: 1fr;
  }

  .credentials-card {
    grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  }

  .certificate-gallery {
    min-height: 360px;
  }
}

@media (max-width: 1050px) {
  .site-nav__cta {
    width: 100%;
    justify-content: center;
  }

  .hero__content > * {
    width: min(51%, 560px);
  }

  .courses__copy {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .courses .eyebrow,
  .courses h2,
  .courses__lead,
  .courses__actions,
  .course-benefits {
    grid-column: 1;
    grid-row: auto;
  }

  .course-benefits {
    margin: 18px 0;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__cta {
    width: fit-content;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 36px, 720px);
  }

  .section {
    padding-block: 52px;
  }

  .site-header__inner {
    min-height: 68px;
  }

  .site-brand {
    min-width: 0;
  }

  .site-nav {
    top: 62px;
    right: 18px;
    width: min(300px, calc(100vw - 36px));
    border: 1px solid rgba(201, 150, 69, 0.28);
    border-radius: 8px;
    padding: 14px;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav a {
    width: 100%;
    padding: 9px 6px;
    font-size: 13px;
  }

  .site-nav-toggle {
    color: var(--green);
    border-color: rgba(201, 150, 69, 0.4);
    background: #fff;
  }

  .hero {
    min-height: 0;
    padding-top: 68px;
    display: grid;
    background: var(--paper);
  }

  .hero__content {
    grid-row: 1;
    min-height: 0;
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .hero__content > * {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(37px, 10vw, 54px);
  }

  .hero__photo-wrap {
    position: relative;
    grid-row: 2;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: min(112vw, 600px);
  }

  .hero__photo-wrap::after {
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.72), transparent 22%);
  }

  .hero__photo {
    object-position: 50% 30%;
  }

  .services {
    padding-block: 48px;
  }

  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .courses {
    margin-inline: 8px;
    padding: 26px 0;
  }

  .course-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credentials-pricing {
    padding-top: 8px;
  }

  .credentials-card {
    grid-template-columns: 1fr;
    padding: 34px 28px;
  }

  .certificate-gallery {
    min-height: 340px;
  }

  .price-card {
    padding: 34px 28px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 38px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 14px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, 520px);
  }

  .site-brand__mark {
    width: 42px;
    height: 42px;
  }

  .site-brand__text strong {
    font-size: 15px;
  }

  .hero__content {
    padding-top: 36px;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.14;
  }

  .hero__lead {
    font-size: 14px;
  }

  .hero__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .services__grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 270px;
  }

  .course-benefits {
    grid-template-columns: 1fr;
  }

  .course-benefits li {
    min-height: 145px;
  }

  .courses__actions .button {
    width: 100%;
  }

  .certificate-gallery {
    min-height: 270px;
  }

  .certificate-card {
    width: 43%;
  }

  .price-card__heading {
    align-items: start;
    flex-direction: column;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-block: 10px;
  }

  .price-card .button {
    width: 100%;
  }

  .site-footer__cta {
    width: 100%;
  }

  .certificate-viewer {
    width: 96vw;
    padding: 12px;
  }
}

/* Refined courses, certificates and full price experience */

.courses {
  margin-inline: 10px;
  padding-block: clamp(32px, 3.2vw, 52px);
  border: 1px solid rgba(222, 183, 112, 0.2);
  background:
    radial-gradient(circle at 86% 8%, rgba(230, 193, 126, 0.13), transparent 32rem),
    linear-gradient(118deg, #0b3a2c 0%, #104936 58%, #1c5440 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.courses__content {
  width: min(100% - 80px, 1390px);
  padding-block: 0;
}

.courses__copy {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(270px, 0.92fr) minmax(0, 3.08fr);
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: clamp(38px, 4vw, 68px);
  padding: 0;
}

.courses .eyebrow {
  margin-bottom: 14px;
  letter-spacing: 0.22em;
}

.courses h2 {
  max-width: 360px;
  margin-bottom: 18px;
  font-size: clamp(38px, 3.2vw, 52px);
  line-height: 0.98;
}

.courses__lead {
  max-width: 370px;
  margin-bottom: 26px;
  color: rgba(255, 253, 247, 0.78);
  font-size: 13px;
  line-height: 1.66;
}

.course-benefits {
  width: 100%;
  max-width: none;
  gap: clamp(10px, 1vw, 15px);
}

.course-benefits li {
  min-width: 0;
  min-height: 224px;
  border-color: rgba(225, 187, 119, 0.42);
  border-radius: 8px;
  gap: 20px;
  padding: 26px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.course-benefits li:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 200, 143, 0.72);
  background: rgba(255, 255, 255, 0.065);
}

.course-benefits__icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-color: rgba(232, 201, 144, 0.48);
  color: #e9c77f;
  background: rgba(250, 244, 231, 0.09);
}

.course-benefits li > span:last-child {
  color: #fffdf7;
  font-family: var(--heading);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1.25;
}

.courses__actions {
  width: 100%;
  max-width: 370px;
}

.courses__actions .button {
  width: 100%;
  min-width: 0;
  justify-content: space-between;
  padding-inline: 22px;
}

.credentials-card__actions,
.price-card__actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.credentials-card__actions .button {
  min-height: 46px;
  padding-inline: 22px;
  font-size: 12px;
}

.credentials-card__actions > span {
  color: #8b8e89;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card__actions {
  position: relative;
  z-index: 1;
}

.price-card__contact {
  border: 0;
  border-bottom: 1px solid rgba(153, 105, 35, 0.4);
  padding: 6px 0;
  color: var(--green);
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 650;
  cursor: pointer;
}

.price-card__contact:hover {
  border-color: var(--gold-dark);
  color: var(--gold-dark);
}

.certificate-viewer,
.price-viewer {
  width: min(94vw, 1080px);
  max-width: none;
  max-height: 94vh;
  border: 1px solid rgba(191, 143, 73, 0.38);
  border-radius: 14px;
  padding: 0;
  color: #213f35;
  background: #f9f6ef;
  box-shadow: 0 42px 110px rgba(7, 25, 19, 0.38);
  overflow: hidden;
}

.certificate-viewer::backdrop,
.price-viewer::backdrop {
  background: rgba(5, 22, 16, 0.76);
  backdrop-filter: blur(9px);
}

.certificate-viewer__header,
.price-viewer__header {
  min-height: 110px;
  border-bottom: 1px solid rgba(191, 143, 73, 0.25);
  padding: 24px 78px 22px 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  background: rgba(255, 253, 249, 0.88);
}

.certificate-viewer__header .eyebrow,
.price-viewer__header .eyebrow {
  margin-bottom: 6px;
  color: var(--gold-dark);
}

.certificate-viewer__header h2,
.price-viewer__header h2 {
  margin: 0;
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 400;
  line-height: 1;
}

.certificate-viewer__count {
  color: var(--gold-dark);
  font-family: var(--heading);
  font-size: 20px;
  letter-spacing: 0.08em;
}

.certificate-viewer__close,
.price-viewer__close {
  position: absolute;
  top: 28px;
  right: 26px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 73, 54, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #fffdf9;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease;
}

.certificate-viewer__close:hover,
.price-viewer__close:hover {
  transform: rotate(5deg);
  border-color: var(--gold-dark);
}

.certificate-viewer__close svg,
.price-viewer__close svg {
  width: 19px;
  height: 19px;
}

.certificate-viewer__stage {
  min-height: min(64vh, 650px);
  padding: 22px 26px 14px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.92), transparent 32rem),
    linear-gradient(135deg, #eee8dc, #f7f3eb);
}

.certificate-viewer__stage figure {
  min-width: 0;
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.certificate-viewer__stage img {
  width: auto;
  max-width: 100%;
  height: min(56vh, 570px);
  max-height: none;
  border: 7px solid #fff;
  display: block;
  object-fit: contain;
  box-shadow: 0 24px 58px rgba(46, 37, 23, 0.19);
}

.certificate-viewer__stage figcaption {
  max-width: 720px;
  color: #646c67;
  font-size: 12px;
  text-align: center;
}

.certificate-viewer__nav {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(191, 143, 73, 0.42);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(255, 253, 249, 0.9);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.certificate-viewer__nav:hover {
  color: #fff;
  background: var(--green);
}

.certificate-viewer__nav svg {
  width: 20px;
  height: 20px;
}

.certificate-viewer__nav--prev svg {
  transform: rotate(180deg);
}

.certificate-viewer__thumbnails {
  min-height: 92px;
  border-top: 1px solid rgba(191, 143, 73, 0.22);
  padding: 12px 24px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  overflow-x: auto;
  background: #fffdf9;
}

.certificate-viewer__thumbnail {
  width: 56px;
  height: 68px;
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 3px;
  background: #eee9df;
  opacity: 0.62;
  cursor: pointer;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.certificate-viewer__thumbnail:hover,
.certificate-viewer__thumbnail[aria-current="true"] {
  transform: translateY(-2px);
  border-color: var(--gold-dark);
  opacity: 1;
}

.certificate-viewer__thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.price-viewer {
  width: min(94vw, 980px);
}

.price-viewer__header {
  align-items: center;
}

.price-viewer__header > p {
  max-width: 230px;
  margin: 0;
  color: #727a75;
  font-size: 12px;
  line-height: 1.5;
}

.price-viewer__scroll {
  max-height: calc(94vh - 110px);
  padding: 30px 34px 34px;
  overflow-y: auto;
  scrollbar-color: rgba(24, 79, 60, 0.34) transparent;
}

.price-viewer__group + .price-viewer__group {
  margin-top: 30px;
}

.price-viewer__group-heading {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.price-viewer__group-heading > span {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(191, 143, 73, 0.46);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  font-size: 10px;
}

.price-viewer__group-heading h3 {
  margin: 0;
  color: var(--green);
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 500;
}

.price-viewer__table {
  border-top: 1px solid var(--line);
}

.price-viewer__row {
  min-height: 48px;
  border-bottom: 1px solid var(--line);
  padding: 10px 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  color: #5d6761;
  font-size: 13px;
}

.price-viewer__row strong {
  color: var(--green);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.price-viewer__footer {
  margin-top: 28px;
  border: 1px solid rgba(191, 143, 73, 0.24);
  border-radius: 9px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #fffdf9;
}

.price-viewer__footer p {
  max-width: 510px;
  margin: 0;
  color: #777f7a;
  font-size: 11px;
  line-height: 1.55;
}

.price-viewer__footer .button {
  flex: 0 0 auto;
  min-height: 48px;
}

@media (max-width: 1050px) {
  .courses__copy {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .courses .eyebrow,
  .courses h2,
  .courses__lead,
  .courses__actions,
  .course-benefits {
    grid-column: 1;
    grid-row: auto;
  }

  .courses h2,
  .courses__lead,
  .courses__actions {
    max-width: 650px;
  }

  .course-benefits {
    margin: 26px 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .course-benefits li {
    min-height: 185px;
  }
}

@media (max-width: 760px) {
  .courses__content {
    width: min(100% - 38px, 1390px);
  }

  .course-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credentials-card__actions,
  .price-card__actions,
  .price-viewer__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .credentials-card__actions > span {
    display: none;
  }

  .credentials-card__actions .button,
  .price-card__actions .button,
  .price-card__contact,
  .price-viewer__footer .button {
    width: 100%;
  }

  .certificate-viewer,
  .price-viewer {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    border-radius: 10px;
  }

  .certificate-viewer__header,
  .price-viewer__header {
    min-height: 94px;
    padding: 20px 66px 18px 20px;
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .certificate-viewer__count {
    position: absolute;
    top: 68px;
    right: 22px;
    font-size: 15px;
  }

  .certificate-viewer__close,
  .price-viewer__close {
    top: 18px;
    right: 18px;
  }

  .certificate-viewer__stage {
    min-height: calc(100vh - 236px);
    padding: 14px 10px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 6px;
  }

  .certificate-viewer__stage img {
    height: min(58vh, 560px);
    border-width: 4px;
  }

  .certificate-viewer__nav {
    width: 40px;
    height: 40px;
  }

  .certificate-viewer__thumbnails {
    min-height: 80px;
    justify-content: flex-start;
    padding-block: 9px;
  }

  .certificate-viewer__thumbnail {
    width: 48px;
    height: 60px;
  }

  .price-viewer__header > p {
    display: none;
  }

  .price-viewer__scroll {
    max-height: calc(100vh - 112px);
    padding: 24px 20px 26px;
  }

  .price-viewer__row {
    gap: 12px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .course-benefits {
    grid-template-columns: 1fr;
  }

  .course-benefits li {
    min-height: 148px;
  }

  .certificate-viewer__stage {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .certificate-viewer__nav {
    width: 34px;
    height: 34px;
  }

  .price-viewer__group-heading h3 {
    font-size: 20px;
  }

  .price-viewer__row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

/* Hero title and curated work gallery */

.hero__name,
.hero__role {
  display: block;
}

.hero__title-mark {
  width: 68px;
  height: 1px;
  margin: 14px 0 13px 3px;
  display: block;
  background: linear-gradient(90deg, var(--gold-dark), rgba(201, 150, 69, 0.18));
}

.hero__role {
  font-size: 0.88em;
  letter-spacing: -0.025em;
}

.results {
  padding-block: clamp(46px, 5vw, 72px);
  background:
    radial-gradient(circle at 4% 16%, rgba(201, 150, 69, 0.07), transparent 22rem),
    #fffdf9;
}

.results__intro {
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  align-items: end;
  gap: clamp(42px, 7vw, 100px);
  margin-bottom: 30px;
}

.results__intro h2 {
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1;
}

.results__intro-copy > p {
  max-width: 620px;
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 1.65;
}

.results__viewport {
  margin-top: 0;
  overflow: visible;
  border-radius: 0;
}

.results__gallery {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 17px);
}

.result-card {
  aspect-ratio: 1.18 / 1;
  border: 1px solid rgba(201, 150, 69, 0.18);
  border-radius: 9px;
  box-shadow: 0 17px 42px rgba(29, 57, 46, 0.1);
}

.result-card:nth-child(n + 5) {
  display: none;
}

.result-card::after {
  inset: 36% 0 0;
  background: linear-gradient(180deg, transparent, rgba(13, 39, 30, 0.84));
}

.result-card__caption {
  right: 16px;
  bottom: 15px;
  left: 16px;
  gap: 4px;
}

.result-card__caption small {
  color: #eed39f;
  font-size: 8px;
}

.result-card__caption strong {
  max-width: 88%;
  font-size: clamp(18px, 1.55vw, 23px);
}

.result-card__expand {
  top: 13px;
  right: 13px;
  width: 36px;
  height: 36px;
}

.result-card__expand svg {
  width: 17px;
  height: 17px;
}

.results__footer {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.results__disclaimer {
  margin: 0;
  color: #808681;
  font-size: 10px;
  text-align: left;
}

.results__open {
  min-width: 248px;
  min-height: 48px;
  justify-content: flex-start;
  padding-inline: 21px;
  font-size: 12px;
}

.results__open-count {
  min-width: 27px;
  height: 27px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.result-viewer {
  width: min(94vw, 1120px);
  max-width: none;
  max-height: 94vh;
  border: 1px solid rgba(191, 143, 73, 0.38);
  border-radius: 14px;
  padding: 0;
  color: #fffdf7;
  background: #0d3026;
  box-shadow: 0 42px 110px rgba(5, 20, 15, 0.52);
  overflow: hidden;
}

.result-viewer[open] {
  display: block;
  animation: modal-in 200ms ease-out both;
}

.result-viewer::backdrop {
  background: rgba(5, 22, 16, 0.8);
  backdrop-filter: blur(9px);
}

.result-viewer__header {
  min-height: 106px;
  border-bottom: 1px solid rgba(191, 143, 73, 0.25);
  padding: 23px 78px 21px 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  color: var(--green);
  background: #fffdf9;
}

.result-viewer__header .eyebrow {
  margin-bottom: 6px;
  color: var(--gold-dark);
}

.result-viewer__header h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 400;
  line-height: 1;
}

.result-viewer__count {
  color: var(--gold-dark);
  font-family: var(--heading);
  font-size: 20px;
  letter-spacing: 0.08em;
}

.result-viewer__close {
  position: absolute;
  top: 27px;
  right: 25px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 73, 54, 0.2);
  border-radius: 50%;
  color: var(--green);
  background: #fffdf9;
  backdrop-filter: none;
}

.result-viewer__close:hover {
  color: var(--gold-dark);
  background: #fffdf9;
}

.result-viewer__stage {
  min-height: min(64vh, 650px);
  padding: 20px 24px 14px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 18px;
  background:
    radial-gradient(circle at 54% 35%, rgba(65, 116, 94, 0.32), transparent 32rem),
    #0d3026;
}

.result-viewer__stage figure {
  min-width: 0;
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: stretch;
}

.result-viewer__stage figure img {
  width: 100%;
  height: min(56vh, 570px);
  display: block;
  object-fit: contain;
  background: rgba(3, 14, 10, 0.42);
}

.result-viewer__stage figcaption {
  min-width: 0;
  padding: 28px 24px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
  color: #fffdf7;
  background: linear-gradient(155deg, #1b4939, #12382c);
}

.result-viewer__stage figcaption span {
  color: #e1bc73;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.result-viewer__stage figcaption strong {
  font-family: var(--heading);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.08;
}

.result-viewer__nav {
  width: 52px;
  height: 52px;
  align-self: center;
  border: 1px solid rgba(226, 188, 121, 0.48);
  border-radius: 50%;
  color: #f3d594;
  background: rgba(255, 255, 255, 0.045);
}

.result-viewer__nav:hover {
  color: var(--green);
  background: #f3d594;
}

.result-viewer__thumbnails {
  min-height: 92px;
  border-top: 1px solid rgba(191, 143, 73, 0.24);
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  background: #fffdf9;
}

.result-viewer__thumbnail {
  width: 62px;
  height: 68px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 3px;
  background: #eae4d9;
  opacity: 0.58;
  cursor: pointer;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.result-viewer__thumbnail:hover,
.result-viewer__thumbnail[aria-current="true"] {
  transform: translateY(-2px);
  border-color: var(--gold-dark);
  opacity: 1;
}

.result-viewer__thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .results__intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .results__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .result-viewer__stage figure {
    grid-template-columns: minmax(0, 1fr) 190px;
  }
}

@media (max-width: 760px) {
  .hero__title-mark {
    width: 54px;
    margin-block: 11px;
  }

  .results__footer {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .results__open {
    width: 100%;
  }

  .results__disclaimer {
    text-align: center;
  }

  .result-viewer {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    border-radius: 10px;
  }

  .result-viewer__header {
    min-height: 94px;
    padding: 20px 66px 18px 20px;
    align-items: start;
    flex-direction: column;
  }

  .result-viewer__count {
    position: absolute;
    top: 68px;
    right: 22px;
    font-size: 15px;
  }

  .result-viewer__close {
    top: 18px;
    right: 18px;
  }

  .result-viewer__stage {
    min-height: calc(100vh - 236px);
    padding: 12px 8px;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 6px;
  }

  .result-viewer__stage figure {
    grid-template-columns: 1fr;
  }

  .result-viewer__stage figure img {
    height: min(50vh, 520px);
  }

  .result-viewer__stage figcaption {
    padding: 16px 18px;
  }

  .result-viewer__stage figcaption strong {
    font-size: 22px;
  }

  .result-viewer__nav {
    width: 38px;
    height: 38px;
  }

  .result-viewer__thumbnails {
    min-height: 80px;
    justify-content: flex-start;
    padding-block: 9px;
  }

  .result-viewer__thumbnail {
    width: 54px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .results__gallery {
    gap: 9px;
  }

  .result-card {
    aspect-ratio: 1 / 1.05;
  }

  .result-card__caption {
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .result-card__caption strong {
    font-size: 17px;
  }

  .result-card__expand {
    top: 9px;
    right: 9px;
    width: 32px;
    height: 32px;
  }

  .result-viewer__stage {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
  }

  .result-viewer__nav {
    width: 32px;
    height: 32px;
  }
}

/* Premium green accents for the hero and services */

.hero__photo-wrap {
  border-left: 1px solid rgba(18, 76, 57, 0.08);
  overflow: hidden;
}

.hero__photo {
  filter: saturate(0.98) contrast(1.02) brightness(1.03);
}

.hero__photo-badge {
  position: absolute;
  right: clamp(20px, 3vw, 52px);
  bottom: clamp(22px, 3vw, 44px);
  z-index: 4;
  min-width: 178px;
  border: 1px solid rgba(231, 197, 133, 0.48);
  border-radius: 9px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fffdf7;
  background:
    radial-gradient(circle at 100% 0, rgba(231, 197, 133, 0.14), transparent 8rem),
    rgba(9, 62, 45, 0.94);
  box-shadow: 0 20px 48px rgba(7, 38, 28, 0.24);
  backdrop-filter: blur(10px);
}

.hero__photo-badge-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 253, 247, 0.66);
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 0 5px rgba(231, 197, 133, 0.11);
}

.hero__photo-badge > span:last-child {
  display: grid;
  gap: 2px;
}

.hero__photo-badge small {
  color: rgba(255, 253, 247, 0.66);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__photo-badge strong {
  color: #f1d8a7;
  font-family: var(--heading);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
}

.hero__facts {
  width: min(49%, 650px);
  max-width: 650px;
  border: 1px solid rgba(21, 83, 62, 0.14);
  border-radius: 10px;
  padding: 11px 15px;
  background:
    linear-gradient(100deg, rgba(13, 77, 56, 0.06), rgba(13, 77, 56, 0.018));
  box-shadow: inset 3px 0 0 rgba(15, 72, 54, 0.68);
}

.hero__facts li + li {
  position: relative;
}

.hero__facts li + li::before {
  position: absolute;
  left: calc(clamp(18px, 2vw, 34px) / -2);
  width: 1px;
  height: 24px;
  content: "";
  background: rgba(18, 76, 57, 0.12);
}

.hero__facts .round-icon {
  border-color: rgba(21, 83, 62, 0.3);
  color: var(--green);
  background: rgba(255, 253, 249, 0.82);
}

.services {
  position: relative;
  background:
    radial-gradient(ellipse at 0 100%, rgba(24, 82, 61, 0.1), transparent 22rem),
    radial-gradient(ellipse at 100% 15%, rgba(201, 150, 69, 0.08), transparent 20rem),
    linear-gradient(180deg, #fffdf9, #fbfaf6);
}

.services::after {
  position: absolute;
  right: clamp(16px, 4vw, 72px);
  top: 56px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(19, 78, 58, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow:
    19px 13px 0 -1px #fffdf9,
    19px 13px 0 0 rgba(19, 78, 58, 0.05);
  pointer-events: none;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(20, 78, 59, 0.18);
  background:
    linear-gradient(180deg, rgba(244, 248, 245, 0.78), rgba(255, 253, 249, 0.94) 34%);
  box-shadow: 0 20px 50px rgba(21, 60, 46, 0.09);
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #0f4937, #2f7058 72%, #c99a4d);
  opacity: 0.9;
}

.service-card:hover {
  border-color: rgba(20, 78, 59, 0.34);
  box-shadow: 0 26px 62px rgba(21, 60, 46, 0.15);
}

.service-card__icon {
  border-color: rgba(20, 78, 59, 0.22);
  color: var(--green);
  background: linear-gradient(145deg, #fffdf9, #edf4ef);
  box-shadow: 0 10px 25px rgba(20, 78, 59, 0.08);
}

.service-card > a {
  min-height: 36px;
  border: 1px solid rgba(13, 68, 51, 0.9);
  border-radius: 5px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fffdf7;
  background: var(--green);
  box-shadow: 0 10px 24px rgba(13, 68, 51, 0.13);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.service-card > a:hover {
  transform: translateY(-2px);
  color: #fffdf7;
  background: #175b45;
  box-shadow: 0 14px 28px rgba(13, 68, 51, 0.18);
}

.service-card > a svg {
  width: 15px;
  height: 15px;
  color: #e6c47f;
}

@media (max-width: 1050px) {
  .hero__facts {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hero__facts {
    padding: 13px;
  }

  .hero__facts li + li::before {
    display: none;
  }

  .hero__photo-badge {
    right: 18px;
    bottom: 18px;
    min-width: 160px;
    padding: 12px 15px;
  }

  .services::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .service-card > a {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .service-choice__grid {
    grid-template-columns: 1fr;
  }

  .service-option__surface {
    min-height: 132px;
  }
}

/* Premium service and education catalogue */

.course-benefits li > .course-benefits__body {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  color: #fffdf7;
  font-family: var(--body);
  text-align: center;
}

.course-benefits__body strong {
  color: #fffdf7;
  font-family: var(--heading);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.16;
}

.course-benefits__body small {
  min-height: 31px;
  color: rgba(255, 253, 247, 0.64);
  font-size: 10px;
  line-height: 1.45;
}

.course-benefits__body b {
  margin-top: 3px;
  color: #e9c77f;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.courses__actions {
  display: grid;
  gap: 11px;
}

.courses__group-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 253, 247, 0.78);
  font-size: 10.5px;
  font-weight: 650;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 160ms ease;
}

.courses__group-link:hover,
.courses__group-link:focus-visible {
  color: #e9c77f;
  text-decoration: underline;
}

.courses__group-link svg {
  width: 15px;
  height: 15px;
}

.programs-viewer {
  width: min(94vw, 1120px);
  max-width: none;
  max-height: 94vh;
  border: 1px solid rgba(191, 143, 73, 0.38);
  border-radius: 14px;
  padding: 0;
  color: #213f35;
  background: #f8f5ee;
  box-shadow: 0 42px 110px rgba(7, 25, 19, 0.4);
  overflow: hidden;
}

.programs-viewer::backdrop {
  background: rgba(5, 22, 16, 0.76);
  backdrop-filter: blur(9px);
}

.programs-viewer__header {
  min-height: 112px;
  border-bottom: 1px solid rgba(191, 143, 73, 0.25);
  padding: 24px 78px 22px 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  background: rgba(255, 253, 249, 0.92);
}

.programs-viewer__header .eyebrow {
  margin-bottom: 6px;
  color: var(--gold-dark);
}

.programs-viewer__header h2 {
  margin: 0;
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 400;
  line-height: 1;
}

.programs-viewer__header > p {
  margin: 0;
  color: #737c76;
  font-size: 12px;
}

.programs-viewer__close {
  position: absolute;
  top: 28px;
  right: 26px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 73, 54, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #fffdf9;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease;
}

.programs-viewer__close:hover,
.programs-viewer__close:focus-visible {
  transform: rotate(5deg);
  border-color: var(--gold-dark);
}

.programs-viewer__close svg {
  width: 19px;
  height: 19px;
}

.programs-viewer__scroll {
  max-height: calc(94vh - 112px);
  padding: 30px 34px 34px;
  overflow-y: auto;
  scrollbar-color: rgba(24, 79, 60, 0.34) transparent;
}

.programs-viewer__group + .programs-viewer__group {
  margin-top: 34px;
}

.programs-viewer__group-heading {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.programs-viewer__group-heading > span {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid rgba(191, 143, 73, 0.48);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  font-size: 10px;
}

.programs-viewer__group-heading p {
  margin: 0 0 3px;
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.programs-viewer__group-heading h3 {
  margin: 0;
  color: var(--green);
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 500;
}

.programs-viewer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.programs-viewer__grid--masters .programs-viewer__offer:last-child {
  grid-column: 1 / -1;
}

.programs-viewer__offer {
  position: relative;
  min-height: 146px;
  border: 1px solid rgba(191, 143, 73, 0.26);
  border-radius: 9px;
  padding: 21px 20px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background: rgba(255, 253, 249, 0.91);
  box-shadow: 0 13px 34px rgba(42, 64, 53, 0.06);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.programs-viewer__offer::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, var(--green), #3c775f 68%, var(--gold));
}

.programs-viewer__offer:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 84, 63, 0.34);
  box-shadow: 0 18px 40px rgba(42, 64, 53, 0.1);
}

.programs-viewer__offer-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(191, 143, 73, 0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  background: linear-gradient(145deg, #fff, #edf3ef);
}

.programs-viewer__offer-icon svg {
  width: 23px;
  height: 23px;
}

.programs-viewer__offer p {
  margin: 0 0 6px;
  color: var(--gold-dark);
  font-size: 8.5px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.programs-viewer__offer h4 {
  margin: 0 0 6px;
  color: var(--green);
  font-family: var(--heading);
  font-size: clamp(19px, 1.6vw, 23px);
  font-weight: 500;
  line-height: 1.12;
}

.programs-viewer__offer div > span {
  display: block;
  color: #727a75;
  font-size: 10.5px;
  line-height: 1.48;
}

.programs-viewer__offer > strong {
  align-self: end;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.programs-viewer__footer {
  margin-top: 30px;
  border: 1px solid rgba(191, 143, 73, 0.27);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #fffdf9;
}

.programs-viewer__footer > div:first-child {
  display: grid;
  gap: 4px;
}

.programs-viewer__footer > div:first-child strong {
  color: var(--green);
  font-family: var(--heading);
  font-size: 19px;
  font-weight: 500;
}

.programs-viewer__footer > div:first-child span {
  color: #747c77;
  font-size: 10.5px;
}

.programs-viewer__footer-actions {
  display: flex;
  gap: 10px;
}

.programs-viewer__footer .button {
  min-height: 46px;
  padding-inline: 18px;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .courses__group-link {
    margin-inline: auto;
  }

  .programs-viewer {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    border-radius: 10px;
  }

  .programs-viewer__header {
    min-height: 94px;
    padding: 20px 66px 18px 20px;
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .programs-viewer__header > p {
    display: none;
  }

  .programs-viewer__close {
    top: 18px;
    right: 18px;
  }

  .programs-viewer__scroll {
    max-height: calc(100vh - 112px);
    padding: 24px 18px 26px;
  }

  .programs-viewer__grid {
    grid-template-columns: 1fr;
  }

  .programs-viewer__grid--masters .programs-viewer__offer:last-child {
    grid-column: auto;
  }

  .programs-viewer__offer {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .programs-viewer__offer > strong {
    grid-column: 2;
    justify-self: start;
  }

  .programs-viewer__footer,
  .programs-viewer__footer-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .programs-viewer__footer .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .course-benefits__body small {
    min-height: 0;
  }

  .programs-viewer__offer {
    min-height: 0;
    padding: 18px 16px;
  }
}
