@font-face {
  font-family: "Noto Sans Georgian";
  src: url("../fonts/noto-sans-georgian.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62.5% 100%;
  font-display: optional;
}

:root {
  --logo-lime: #adda16;
  --logo-cyan: #1eabd0;
  --logo-pink: #f82979;
  --coral-text: #d71760;
  --logo-plum: #340431;
  --ink: #343230;
  --ink-soft: #68635e;
  --leaf: var(--logo-plum);
  --leaf-dark: #1a0218;
  --paper: #f7f4ee;
  --cream: #fcfaf6;
  --white: #fffdfa;
  --coral: var(--logo-pink);
  --coral-soft: #f1edea;
  --saffron: var(--logo-lime);
  --saffron-soft: #eeece5;
  --aqua: var(--logo-cyan);
  --aqua-text: #147b98;
  --aqua-soft: #e9ecec;
  --berry: var(--logo-plum);
  --berry-soft: #e5e0e4;
  --line: rgba(52, 50, 48, 0.16);
  --shadow: 0 22px 70px rgba(52, 50, 48, 0.13);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 42px;
  --shell: min(1180px, calc(100% - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 4%, rgba(185, 177, 165, 0.13), transparent 24rem),
    radial-gradient(circle at 91% 34%, rgba(52, 4, 49, 0.045), transparent 29rem),
    var(--paper);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

h1,
h2,
h3,
.brand,
.button,
.eyebrow,
.topline,
.site-nav,
.program-card__meta,
.schedule-card__tag {
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-weight: 600;
}

h1 {
  font-family: system-ui, "Segoe UI", sans-serif;
  font-size: clamp(2.8rem, 6.5vw, 5.8rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
}

h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.14;
  letter-spacing: -0.014em;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.3;
}

::selection {
  color: var(--white);
  background: var(--berry);
}

:focus-visible {
  outline: 3px solid var(--saffron);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.narrow {
  width: min(880px, 100%);
}

.section {
  padding-block: clamp(78px, 9vw, 132px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 18px;
  border-radius: 100px;
  color: var(--white);
  background: var(--leaf);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.topline {
  color: var(--cream);
  background: var(--leaf-dark);
  font-size: 0.76rem;
  letter-spacing: 0.045em;
}

.topline__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topline p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
}

.topline strong {
  color: var(--saffron);
}

.topline__links {
  display: flex;
  gap: 22px;
}

.topline a:hover {
  color: var(--saffron);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(247, 244, 238, 0.93);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 35px rgba(52, 50, 48, 0.08);
}

.site-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  width: 158px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.75vw, 28px);
  margin-left: auto;
  font-size: 0.84rem;
  letter-spacing: 0.015em;
}

.site-nav > a,
.nav-group > summary {
  position: relative;
  display: block;
  padding-block: 28px;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.nav-group > summary::-webkit-details-marker {
  display: none;
}

.nav-group > summary::after {
  content: "⌄";
  display: inline-block;
  margin-left: 6px;
  color: var(--coral);
  transition: transform 180ms ease;
}

.nav-group[open] > summary::after {
  transform: rotate(180deg);
}

.site-nav > a::before,
.nav-group > summary::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  border-radius: 20px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav > a:hover::before,
.site-nav > a.is-active::before,
.nav-group > summary:hover::before,
.nav-group.has-active > summary::before {
  transform: scaleX(1);
}

.nav-group {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% - 12px);
  left: -24px;
  min-width: 236px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-dropdown a {
  display: block;
  padding: 11px 13px;
  border-radius: 10px;
}

.nav-dropdown a:hover,
.nav-dropdown a.is-active {
  color: var(--white);
  background: var(--leaf);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid var(--leaf);
  border-radius: 100px;
  color: var(--cream);
  background: var(--leaf);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(52, 50, 48, 0.18);
}

.button--small {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 0.76rem;
}

.button--cream {
  color: var(--leaf);
  border-color: var(--cream);
  background: var(--cream);
}

.button--outline {
  color: var(--leaf);
  background: transparent;
}

.button--full {
  width: 100%;
}

.header-cta {
  margin-left: 4px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 8px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--berry);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.eyebrow--light {
  color: var(--saffron);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cream);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

.text-link span {
  font-size: 1.3em;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.text-link--dark {
  color: var(--ink);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 118px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(64px, 8vw, 110px);
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.home-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  aspect-ratio: 1;
  top: -310px;
  left: -160px;
  border: 1px solid rgba(52, 4, 49, 0.12);
  border-radius: 45% 55% 61% 39% / 53% 39% 61% 47%;
  transform: rotate(18deg);
}

.home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.82fr);
  align-items: center;
  gap: clamp(44px, 8vw, 118px);
}

.home-hero__copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.home-hero h1 {
  max-width: 830px;
  margin-bottom: 28px;
}

.home-hero h1 em {
  color: var(--coral);
  font-style: normal;
}

.home-hero__copy > p {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}

.home-hero .button {
  color: var(--cream);
  border-color: var(--leaf);
  background: var(--leaf);
}

.home-hero .text-link {
  color: var(--ink);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 580px;
  margin: 54px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  min-width: 0;
}

.hero-facts dt {
  color: var(--aqua-text);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1;
}

.hero-facts dd {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.home-hero__visual {
  position: relative;
  min-height: 610px;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 6px solid var(--cream);
  background: var(--cream);
  box-shadow: 0 26px 64px rgba(52, 50, 48, 0.21);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
    scale 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-photo:hover img {
  scale: 1.025;
}

.hero-photo--main {
  z-index: 1;
  inset: 18px 18px 60px;
  border-width: 9px;
  border-radius: 46% 54% 24% 30% / 28% 31% 22% 26%;
  transform: rotate(2deg);
}

.hero-photo--small {
  z-index: 3;
  right: -34px;
  bottom: -8px;
  width: clamp(170px, 41%, 205px);
  aspect-ratio: 1.02;
  border-width: 7px;
  border-radius: 34% 66% 58% 42% / 53% 33% 67% 47%;
  transform: rotate(-6deg);
}

.hero-photo--third {
  z-index: 3;
  top: 28px;
  right: -40px;
  width: clamp(132px, 33%, 164px);
  aspect-ratio: 0.9;
  border-radius: 61% 39% 34% 66% / 43% 58% 42% 57%;
  transform: rotate(5deg);
}

.hero-photo--fourth {
  z-index: 3;
  bottom: 14px;
  left: -34px;
  width: clamp(138px, 34%, 170px);
  aspect-ratio: 1.05;
  border-radius: 42% 58% 64% 36% / 55% 38% 62% 45%;
  transform: rotate(-4deg);
}

.hero-photo--fifth {
  z-index: 2;
  top: 176px;
  left: -48px;
  width: clamp(112px, 27%, 136px);
  aspect-ratio: 0.84;
  border-width: 5px;
  border-radius: 57% 43% 37% 63% / 44% 62% 38% 56%;
  transform: rotate(7deg);
}

.hero-photo--sixth {
  z-index: 2;
  top: 278px;
  right: -30px;
  width: clamp(104px, 24%, 124px);
  aspect-ratio: 1.18;
  border-width: 5px;
  border-radius: 35% 65% 54% 46% / 60% 42% 58% 40%;
  transform: rotate(-3deg);
}

.hero-photo--main img {
  object-position: center 46%;
  transform: rotate(-2deg) scale(1.08);
}

.hero-photo--small img {
  object-position: center 62%;
}

.hero-photo--third img {
  object-position: center;
}

.hero-photo--fourth img {
  object-position: center 56%;
}

.hero-photo--fifth img {
  object-position: 58% center;
}

.hero-photo--sixth img {
  object-position: center 58%;
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  top: -4px;
  left: -10px;
  width: 118px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: var(--leaf);
  background: var(--saffron);
  font-size: 0.72rem;
  line-height: 1.25;
  text-align: center;
  transform: rotate(-10deg);
}

.hero-stamp strong {
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 1rem;
}

.scribble-line {
  position: absolute;
  right: -6%;
  bottom: -40px;
  width: 47%;
  height: 110px;
  border-top: 3px solid rgba(248, 41, 121, 0.72);
  border-radius: 50%;
  transform: rotate(-5deg);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 64px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 8px;
  color: var(--ink-soft);
}

.section-heading--compact {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.section-heading--center {
  display: block;
  text-align: center;
}

.section-heading--center h2 {
  margin-inline: auto;
}

.programs-section {
  position: relative;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.program-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.program-card::after {
  content: "";
  position: absolute;
  width: 220px;
  aspect-ratio: 1;
  right: -95px;
  bottom: -95px;
  border: 1px solid currentColor;
  border-radius: 44% 56% 61% 39% / 53% 44% 56% 47%;
  opacity: 0.24;
  transition: transform 350ms ease;
}

.program-card:hover {
  z-index: 2;
  transform: translateY(-8px) rotate(-0.5deg);
  box-shadow: var(--shadow);
}

.program-card:hover::after {
  transform: rotate(30deg) scale(1.08);
}

.program-card--coral {
  border-top: 6px solid var(--coral);
  background: var(--white);
}

.program-card--saffron {
  border-top: 6px solid var(--saffron);
  background: var(--white);
}

.program-card--aqua {
  border-top: 6px solid var(--aqua);
  background: var(--white);
}

.program-card--berry {
  border-top: 6px solid var(--berry);
  background: var(--white);
}

.program-card__number {
  align-self: flex-start;
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 100px;
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 0.76rem;
}

.program-card__meta {
  display: block;
  margin-bottom: 12px;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.program-card h3 {
  margin-bottom: 12px;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1.14;
  letter-spacing: -0.016em;
}

.program-card p {
  max-width: 430px;
  margin-bottom: 0;
  opacity: 0.76;
}

.program-card__arrow {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 27px;
  font-size: 2rem;
}

.spaces-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(36px, 5vw, 72px);
  color: var(--cream);
  background: var(--leaf);
}

.spaces-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 440px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 45% 55% 61% 39% / 53% 39% 61% 47%;
  transform: rotate(26deg);
}

.spaces-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: clamp(36px, 7vw, 96px);
  margin-bottom: clamp(48px, 7vw, 84px);
}

.spaces-intro .eyebrow {
  color: var(--saffron);
}

.spaces-intro h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.spaces-intro > p {
  margin-bottom: 8px;
  color: rgba(255, 250, 240, 0.7);
}

.spaces-composition {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 160px 230px 170px;
  gap: 18px;
}

.space-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-sm);
  background: var(--leaf-dark);
}

.space-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(18, 2, 17, 0.7));
}

.space-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.space-photo:hover img {
  transform: scale(1.035);
}

.space-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-size: 0.8rem;
  line-height: 1.35;
}

.space-photo figcaption span {
  display: inline-flex;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 250, 240, 0.46);
  border-radius: 50%;
  font-size: 0.68rem;
}

.space-photo--garden {
  grid-column: 1 / 8;
  grid-row: 1 / 4;
  border-radius: 180px 24px 24px 24px;
}

.space-photo--garden img {
  object-position: 54% center;
}

.space-photo--entrance {
  grid-column: 8 / 13;
  grid-row: 1 / 3;
  border-radius: 24px 24px 180px 24px;
}

.space-photo--entrance img {
  object-position: center;
}

.space-photo--room {
  grid-column: 8 / 11;
  grid-row: 3;
}

.space-photo--room img {
  object-position: 52% center;
}

.spaces-note {
  grid-column: 11 / 13;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: var(--radius-sm);
  color: var(--leaf);
  background: var(--saffron);
}

.spaces-note > span {
  align-self: flex-end;
  font-size: 1.5rem;
  line-height: 1;
}

.spaces-note p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.learning-section {
  overflow: hidden;
  background: var(--white);
}

.learning-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(54px, 9vw, 120px);
}

.learning-collage {
  position: relative;
  min-height: 650px;
}

.learning-collage img {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.learning-collage__wide {
  inset: 0 50px 100px 0;
  width: calc(100% - 50px);
  height: calc(100% - 100px);
  border-radius: 48% 52% 23% 21% / 26% 29% 18% 23%;
}

.learning-collage__detail {
  right: -35px;
  bottom: 20px;
  width: 56%;
  aspect-ratio: 1.15;
  border: 8px solid var(--white);
  border-radius: 20px;
  transform: rotate(4deg);
}

.collage-caption {
  position: absolute;
  z-index: 3;
  left: -22px;
  bottom: 58px;
  padding: 15px 20px;
  border-radius: 50%;
  color: var(--leaf);
  background: var(--saffron);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  line-height: 1.3;
  text-align: center;
  transform: rotate(-8deg);
}

.learning-copy h2 {
  margin-bottom: 38px;
}

.method-list {
  margin-bottom: 34px;
}

.method-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding-block: 20px;
  border-top: 1px solid var(--line);
}

.method-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.method-list article > span {
  color: var(--coral-text);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 0.78rem;
}

.method-list h3 {
  margin-bottom: 6px;
}

.method-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.themes-preview {
  background:
    linear-gradient(rgba(247, 244, 238, 0.94), rgba(247, 244, 238, 0.94)),
    repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(52, 50, 48, 0.05) 31px);
}

.theme-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.theme-tile {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border-radius: 150px 150px 22px 22px;
  color: var(--white);
  background: var(--leaf);
  transition: transform 220ms ease;
}

.theme-tile:nth-child(even) {
  border-radius: 22px 22px 150px 150px;
}

.theme-tile:hover {
  transform: translateY(-8px);
}

.theme-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 28%, rgba(9, 30, 24, 0.84));
}

.theme-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.theme-tile:hover img {
  transform: scale(1.05);
}

.theme-tile span,
.theme-tile strong {
  position: relative;
  z-index: 2;
}

.theme-tile span {
  margin-bottom: 4px;
  color: var(--saffron);
  font-size: 0.76rem;
}

.theme-tile strong {
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 1.4rem;
}

.about-preview {
  color: var(--ink);
  background: #ebe6dc;
}

.about-preview__grid {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: clamp(50px, 10vw, 145px);
}

.about-preview h2 {
  color: var(--ink);
}

.about-preview__lead {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.tick-list {
  margin: 28px 0 36px;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-top: 1px solid var(--line);
}

.tick-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.tick-list li::before {
  content: "•";
  position: absolute;
  left: 5px;
  color: var(--aqua);
  font-size: 1.4rem;
}

.journal-preview {
  background: var(--cream);
}

.about-preview .eyebrow {
  color: var(--berry);
}

.about-preview .button--cream {
  color: var(--cream);
  border-color: var(--leaf);
  background: var(--leaf);
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.78fr 0.78fr;
  gap: 18px;
}

.journal-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.journal-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.journal-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.journal-card--featured img {
  height: 330px;
}

.journal-card > div {
  padding: 26px;
}

.journal-card span {
  color: var(--berry);
  font-size: 0.74rem;
}

.journal-card h3 {
  margin: 8px 0 0;
}

.journal-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.closing-cta {
  color: var(--cream);
  background: var(--leaf);
}

.closing-cta__inner {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.closing-cta h2 {
  max-width: 750px;
  margin-bottom: 14px;
}

.closing-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 250, 240, 0.78);
}

.site-footer {
  padding-top: 72px;
  color: rgba(255, 250, 240, 0.72);
  background: var(--leaf-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 0.75fr);
  gap: 50px;
  padding-bottom: 60px;
}

.footer-brand img {
  width: 230px;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 1px rgba(255, 250, 240, 0.72));
}

.footer-brand p {
  max-width: 320px;
}

.footer-title {
  margin-bottom: 18px;
  color: var(--cream);
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--saffron);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 250, 240, 0.12);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(70px, 8vw, 112px);
}

.page-hero::before {
  content: "";
  position: absolute;
  width: 480px;
  aspect-ratio: 1;
  right: -220px;
  top: -220px;
  border: 2px solid currentColor;
  border-radius: 43% 57% 53% 47% / 61% 37% 63% 39%;
  opacity: 0.14;
}

.page-hero--coral {
  color: var(--ink);
  background: var(--coral-soft);
  border-bottom: 6px solid var(--coral);
}

.page-hero--saffron {
  color: var(--ink);
  background: var(--saffron-soft);
  border-bottom: 6px solid var(--saffron);
}

.page-hero--aqua {
  color: var(--ink);
  background: var(--aqua-soft);
  border-bottom: 6px solid var(--aqua);
}

.page-hero--berry {
  color: var(--ink);
  background: var(--berry-soft);
  border-bottom: 6px solid var(--berry);
}

.page-hero--leaf {
  color: var(--ink);
  background: #ebe6dc;
  border-bottom: 6px solid var(--berry);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(370px, 0.78fr);
  align-items: center;
  gap: clamp(52px, 9vw, 130px);
}

.page-hero__copy h1 {
  margin-bottom: 28px;
}

.page-hero__copy > p {
  max-width: 650px;
  margin-bottom: 32px;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.page-hero:not(.page-hero--leaf) .text-link {
  color: currentColor;
}

.page-hero--leaf .text-link {
  color: var(--ink);
}

.page-hero--leaf .button {
  color: var(--leaf);
  border-color: var(--saffron);
  background: var(--saffron);
}

.page-hero__media {
  position: relative;
  margin: 0;
}

.page-hero__media::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 24px -24px -24px 24px;
  border: 2px solid currentColor;
  border-radius: 32% 68% 46% 54% / 57% 38% 62% 43%;
  opacity: 0.35;
}

.page-hero__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  border: 8px solid var(--cream);
  border-radius: 45% 55% 24% 28% / 30% 42% 22% 29%;
  box-shadow: var(--shadow);
}

.page-hero__media--collage {
  align-self: start;
  min-height: 460px;
  isolation: isolate;
}

.page-hero__media--collage::before {
  inset: 30px -18px 14px 38px;
}

.page-hero__main,
.page-hero__mini {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-style: solid;
  border-color: var(--cream);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.page-hero__main {
  z-index: 1;
  inset: 18px 22px 30px 26px;
  border-width: 8px;
  border-radius: 46% 54% 25% 31% / 29% 38% 23% 28%;
  transform: rotate(2deg);
}

.page-hero__main img,
.page-hero__mini img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 220ms ease;
}

.page-hero__main img {
  object-position: center 54%;
  transform: rotate(-2deg) scale(1.08);
}

.page-hero__mini {
  z-index: 3;
  appearance: none;
  padding: 0;
  border-width: 6px;
  color: inherit;
  cursor: pointer;
  transition:
    scale 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease;
}

.page-hero__mini:hover {
  z-index: 4;
  scale: 1.045;
  box-shadow: 0 22px 48px rgba(52, 50, 48, 0.24);
}

.page-hero__mini:focus-visible {
  z-index: 5;
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}

.page-hero__mini--1 {
  top: -4px;
  right: -32px;
  width: clamp(118px, 32%, 142px);
  aspect-ratio: 1.06;
  border-radius: 39% 61% 55% 45% / 58% 36% 64% 42%;
  transform: rotate(6deg);
}

.page-hero__mini--1 img {
  object-position: center 45%;
}

.page-hero__mini--2 {
  top: 132px;
  left: -42px;
  width: clamp(104px, 27%, 122px);
  aspect-ratio: 0.88;
  border-radius: 58% 42% 35% 65% / 43% 62% 38% 57%;
  transform: rotate(-7deg);
}

.page-hero__mini--2 img {
  object-position: 58% center;
}

.page-hero__mini--3 {
  right: -38px;
  bottom: 62px;
  width: clamp(108px, 29%, 128px);
  aspect-ratio: 1.02;
  border-radius: 34% 66% 58% 42% / 57% 39% 61% 43%;
  transform: rotate(-5deg);
}

.page-hero__mini--3 img {
  object-position: center;
}

.page-hero__mini--4 {
  bottom: -8px;
  left: 8px;
  width: clamp(96px, 25%, 112px);
  aspect-ratio: 1.14;
  border-radius: 64% 36% 45% 55% / 42% 58% 42% 58%;
  transform: rotate(7deg);
}

.page-hero__mini--4 img {
  object-position: center 60%;
}

.page-hero__media--collage .photo-note {
  right: -4px;
  bottom: -8px;
  z-index: 5;
}

.page-hero__media--collage.is-changing .page-hero__main img,
.page-hero__mini.is-changing img {
  opacity: 0;
}

.photo-note {
  position: absolute;
  z-index: 2;
  right: -32px;
  bottom: 14px;
  padding: 15px 20px;
  border: 5px solid var(--cream);
  border-radius: 100px;
  color: var(--cream);
  background: var(--berry);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  transform: rotate(-4deg);
}

.age-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.age-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.age-card__head {
  padding: 32px;
  color: var(--cream);
  background: var(--leaf);
}

.age-card--young .age-card__head {
  color: #3b241b;
  background: var(--saffron-soft);
}

.age-card--older .age-card__head {
  background: var(--leaf);
}

.age-card__head span {
  font-size: 0.78rem;
}

.age-card__head h3 {
  margin: 8px 0 0;
  font-size: 2.1rem;
}

.age-card__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 34px;
}

.age-card > p,
.age-card > ul {
  margin-inline: 34px;
}

.age-card > p {
  margin-top: 28px;
  color: var(--ink-soft);
}

.age-card > ul {
  margin-bottom: 34px;
}

.age-card h4 {
  margin-bottom: 14px;
  font-size: 1rem;
}

.clean-list {
  margin-block: 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding: 9px 0 9px 21px;
  border-top: 1px solid var(--line);
}

.clean-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.clean-list li::before {
  content: "•";
  position: absolute;
  left: 3px;
  color: var(--coral);
}

.feature-band {
  color: var(--ink);
  background: #ebe6dc;
}

.feature-band__intro {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 58px;
}

.feature-band__intro h2 {
  max-width: 750px;
  margin-bottom: 0;
  color: var(--ink);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.feature-grid article {
  padding: 34px 28px;
  background: var(--white);
}

.feature-grid article > span {
  color: var(--aqua);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 0.8rem;
}

.feature-grid h3 {
  margin: 28px 0 12px;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.feature-grid--light {
  background: var(--line);
}

.feature-grid--light article {
  color: var(--ink);
  background: var(--white);
}

.feature-grid--light p {
  color: var(--ink-soft);
}

.feature-band .eyebrow {
  color: var(--berry);
}

.feature-grid article:nth-child(2) > span {
  color: var(--coral);
}

.feature-grid article:nth-child(3) > span {
  color: var(--saffron);
}

.feature-grid article:nth-child(4) > span {
  color: var(--berry);
}

.split-story {
  background: var(--white);
}

.split-story--cream {
  background: var(--paper);
}

.split-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(52px, 9vw, 120px);
}

.split-story--reverse .split-story__grid figure {
  order: 2;
}

.split-story figure {
  position: relative;
  margin: 0;
}

.split-story figure::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 25px -25px -25px 25px;
  border-radius: var(--radius);
  background: var(--saffron);
}

.split-story img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-story h2 {
  margin-bottom: 24px;
}

.split-story p {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.pill-list {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.pill-list span {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--paper);
  font-size: 0.78rem;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.schedule-grid--single {
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
}

.schedule-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.schedule-card--featured {
  color: var(--cream);
  border-color: var(--leaf);
  background: var(--leaf);
  transform: translateY(-18px);
  box-shadow: var(--shadow);
}

.schedule-card__tag {
  align-self: flex-start;
  margin-bottom: 32px;
  padding: 7px 11px;
  border-radius: 100px;
  color: var(--leaf);
  background: var(--saffron);
  font-size: 0.7rem;
}

.schedule-card h3 {
  min-height: 74px;
  margin-bottom: 28px;
}

.schedule-card__price {
  margin: -16px 0 28px;
  color: var(--saffron);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.schedule-card .clean-list {
  margin-bottom: 28px;
}

.schedule-card--featured .clean-list li {
  border-color: rgba(255, 250, 240, 0.16);
}

.schedule-card a {
  margin-top: auto;
  color: var(--berry);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
}

.schedule-card--featured a {
  color: var(--saffron);
}

.roadmap {
  background: var(--cream);
}

.month-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.month-grid li {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
}

.month-grid span {
  color: var(--coral);
  font-size: 0.74rem;
}

.big-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 40px;
  padding-block: 32px;
  border-top: 1px solid var(--line);
}

.big-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.big-list article > span {
  color: var(--coral);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 1rem;
}

.big-list h3 {
  margin-bottom: 8px;
}

.big-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.quote-panel {
  color: var(--cream);
  background: var(--berry);
}

.quote-panel__inner {
  text-align: center;
}

.quote-mark {
  display: block;
  height: 70px;
  color: var(--saffron);
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 1;
}

.quote-panel blockquote {
  max-width: 950px;
  margin: 0 auto 34px;
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1.22;
}

.center-action {
  margin-top: 44px;
  text-align: center;
}

.theme-intro {
  max-width: 890px;
  margin: 0 auto clamp(70px, 9vw, 130px);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.5;
  text-align: center;
}

.theme-chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(50px, 9vw, 125px);
  padding-block: clamp(44px, 6vw, 82px);
  border-top: 1px solid var(--line);
}

.theme-chapter:nth-child(odd) figure {
  order: 2;
}

.theme-chapter figure {
  margin: 0;
}

.theme-chapter figure img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.theme-chapter__copy {
  position: relative;
  padding-left: 72px;
}

.theme-chapter__index {
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--coral);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
}

.theme-chapter__month {
  margin-bottom: 8px;
  color: var(--berry);
  font-size: 0.78rem;
}

.theme-chapter h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
}

.theme-chapter p:last-child {
  color: var(--ink-soft);
}

.simple-hero {
  padding-block: clamp(82px, 11vw, 160px);
  background:
    radial-gradient(circle at 80% 20%, rgba(52, 4, 49, 0.055), transparent 22rem),
    var(--aqua-soft);
  border-bottom: 6px solid var(--aqua);
}

.simple-hero--contact {
  background:
    radial-gradient(circle at 83% 18%, rgba(52, 4, 49, 0.055), transparent 20rem),
    var(--saffron-soft);
  border-bottom-color: var(--saffron);
}

.simple-hero--registration {
  background:
    radial-gradient(circle at 84% 18%, rgba(52, 4, 49, 0.07), transparent 22rem),
    var(--coral-soft);
  border-bottom-color: var(--coral);
}

.simple-hero--journal {
  background:
    radial-gradient(circle at 85% 20%, rgba(52, 4, 49, 0.055), transparent 24rem),
    var(--berry-soft);
  border-bottom-color: var(--berry);
}

.simple-hero--gallery {
  background:
    radial-gradient(circle at 85% 22%, rgba(52, 4, 49, 0.055), transparent 23rem),
    #ebe6dc;
  color: var(--ink);
  border-bottom-color: var(--coral);
}

.simple-hero__inner {
  max-width: 980px;
}

.simple-hero h1 {
  margin-bottom: 26px;
}

.simple-hero p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.18rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.price-card--featured {
  color: var(--cream);
  border-color: var(--leaf);
  background: var(--leaf);
  transform: translateY(-20px);
  box-shadow: var(--shadow);
}

.price-card__flag {
  position: absolute;
  top: 20px;
  right: -35px;
  width: 145px;
  padding: 6px;
  color: var(--leaf);
  background: var(--saffron);
  font-size: 0.66rem;
  text-align: center;
  transform: rotate(38deg);
}

.price-card__top > span {
  font-size: 0.74rem;
}

.price-card h2 {
  margin: 12px 0 34px;
  font-size: 2rem;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 28px;
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.price small {
  font-size: 0.72rem;
}

.price-card .clean-list {
  margin-bottom: 30px;
}

.price-card--featured .clean-list li {
  border-color: rgba(255, 250, 240, 0.16);
}

.price-card .button {
  margin-top: auto;
}

.price-card--featured .button {
  color: var(--leaf);
  border-color: var(--saffron);
  background: var(--saffron);
}

.price-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  margin-top: 50px;
  padding: 24px 28px;
  border: 1px dashed var(--coral);
  border-radius: var(--radius-sm);
}

.price-note p {
  margin: 0;
}

.price-note a {
  color: var(--berry);
  text-decoration: underline;
}

.editorial__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.2fr;
  gap: clamp(55px, 10vw, 150px);
}

.editorial aside {
  position: sticky;
  top: 130px;
  align-self: start;
}

.editorial__body {
  max-width: 760px;
}

.editorial__body .lead {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.editorial__body h3 {
  margin: 48px 0 14px;
}

.editorial__body p {
  color: var(--ink-soft);
}

.mission-hero {
  padding-block: clamp(110px, 14vw, 220px);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 20%, rgba(52, 4, 49, 0.055), transparent 24rem),
    #ebe6dc;
  border-bottom: 6px solid var(--saffron);
}

.mission-hero__inner {
  max-width: 1120px;
}

.mission-hero h1 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(3.2rem, 7vw, 6.6rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
}

.contact-cards {
  display: grid;
  gap: 12px;
}

.contact-card {
  display: grid;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease;
}

.contact-card:hover {
  z-index: 2;
  border-color: var(--coral);
  transform: translateX(7px);
}

.contact-card--accent {
  color: var(--cream);
  border-color: var(--leaf);
  background: var(--leaf);
}

.contact-card > span {
  margin-bottom: 11px;
  color: var(--berry);
  font-size: 0.72rem;
}

.contact-card--accent > span {
  color: var(--saffron);
}

.contact-card strong {
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.contact-card small {
  margin-top: 10px;
  color: var(--ink-soft);
}

.contact-card--accent small {
  color: rgba(255, 250, 240, 0.67);
}

.registration-section {
  position: relative;
  overflow: hidden;
}

.registration-section::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -180px;
  width: 360px;
  aspect-ratio: 1;
  border: 2px solid rgba(30, 171, 208, 0.18);
  border-radius: 46% 54% 62% 38% / 42% 48% 52% 58%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.registration-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(480px, 1.28fr);
  align-items: start;
  gap: clamp(48px, 8vw, 108px);
}

.registration-intro {
  position: sticky;
  top: 130px;
}

.registration-intro h2 {
  margin: 22px 0 20px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.registration-intro > p {
  margin-bottom: 32px;
  color: var(--ink-soft);
}

.registration-step {
  display: inline-grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--leaf);
  background: var(--saffron);
  font-size: 0.82rem;
  font-weight: 700;
}

.registration-contact {
  display: grid;
  gap: 4px;
  padding: 19px 22px;
  border-left: 4px solid var(--aqua);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(255, 253, 250, 0.74);
}

.registration-contact span {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.registration-contact a {
  color: var(--leaf);
  font-weight: 700;
}

.registration-form-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.registration-form-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -120px;
  right: -110px;
  width: 260px;
  aspect-ratio: 1;
  border-radius: 44% 56% 61% 39% / 50% 39% 61% 50%;
  background: rgba(173, 218, 22, 0.19);
  transform: rotate(18deg);
}

.registration-form-heading {
  margin-bottom: 36px;
}

.registration-form-heading > span {
  color: var(--berry);
  font-size: 0.75rem;
  font-weight: 700;
}

.registration-form-heading h2 {
  max-width: 620px;
  margin: 8px 0 12px;
  font-size: clamp(1.85rem, 3.5vw, 3rem);
}

.registration-form-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.registration-form-heading p span,
.registration-field label span {
  color: var(--coral);
}

.registration-form {
  display: grid;
  gap: 24px;
}

.registration-field {
  display: grid;
  gap: 9px;
}

.registration-field label {
  font-size: 0.9rem;
  font-weight: 700;
}

.registration-field input,
.registration-field select {
  width: 100%;
  min-height: 58px;
  padding: 13px 16px;
  border: 1px solid rgba(52, 50, 48, 0.22);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--cream);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.registration-field input::placeholder {
  color: rgba(104, 99, 94, 0.72);
}

.registration-field select:invalid {
  color: rgba(104, 99, 94, 0.84);
}

.registration-field input:hover,
.registration-field select:hover {
  border-color: rgba(52, 4, 49, 0.45);
}

.registration-field input:focus,
.registration-field select:focus {
  outline: 0;
  border-color: var(--aqua);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(30, 171, 208, 0.13);
}

.registration-honeypot {
  display: none;
}

.registration-submit {
  width: 100%;
  border: 1px solid var(--leaf);
  cursor: pointer;
}

.registration-submit span {
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.registration-submit:hover span {
  transform: translateX(4px);
}

.registration-privacy {
  max-width: 640px;
  margin: -4px 0 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.55;
}

.registration-success {
  min-height: 68vh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(30, 171, 208, 0.12), transparent 23rem),
    radial-gradient(circle at 88% 74%, rgba(248, 41, 121, 0.1), transparent 24rem),
    var(--paper);
}

.registration-success-card {
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(38px, 7vw, 80px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.registration-success-mark {
  display: grid;
  width: 78px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  color: var(--leaf);
  background: var(--saffron);
  font-size: 2rem;
  font-weight: 800;
}

.registration-success-card h1 {
  margin: 14px 0 22px;
  font-size: clamp(2.4rem, 6vw, 5rem);
}

.registration-success-card > p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.registration-success-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.map-wrap {
  min-height: 610px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--aqua-soft);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.7) contrast(0.94);
}

.article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.article-list-card {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.article-list-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.article-list-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: 1.05fr 0.95fr;
}

.article-list-card figure {
  min-height: 320px;
  margin: 0;
}

.article-list-card--featured figure {
  min-height: 430px;
}

.article-list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-list-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}

.article-list-card span {
  margin-bottom: 12px;
  color: var(--berry);
  font-size: 0.72rem;
}

.article-list-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 2.6vw, 2.7rem);
}

.article-list-card p {
  color: var(--ink-soft);
}

.article-list-card strong {
  margin-top: auto;
  padding-top: 22px;
  color: var(--berry);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 0.8rem;
}

.article-header {
  padding-block: clamp(72px, 9vw, 130px);
  color: var(--ink);
  background: #ebe6dc;
  border-bottom: 6px solid var(--aqua);
}

.article-header__inner {
  max-width: 980px;
}

.back-link {
  display: block;
  margin-bottom: 48px;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.article-header h1 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 70px;
  padding-block: clamp(55px, 8vw, 110px);
}

.article-cover {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: -70px auto 25px;
}

.article-cover img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 9px solid var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article-content {
  max-width: 780px;
  margin-left: auto;
}

.article-content > p:first-child {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin: 48px 0 16px;
  color: var(--ink);
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 1.55rem;
}

.article-content p {
  margin-bottom: 24px;
  color: var(--ink-soft);
}

.article-content img {
  width: 100%;
  margin-block: 32px;
  border-radius: var(--radius-sm);
}

.article-content a {
  color: var(--berry);
  text-decoration: underline;
}

.article-arrow {
  display: inline-block;
  margin-right: 8px;
  color: var(--coral);
  font-weight: 700;
}

.article-aside {
  position: sticky;
  top: 120px;
  align-self: start;
  padding: 24px;
  border-radius: var(--radius-sm);
  color: var(--cream);
  background: var(--berry);
}

.article-aside p {
  font-family: "Noto Sans Georgian", "Segoe UI", sans-serif;
  font-size: 1.1rem;
}

.article-aside .button {
  color: var(--leaf);
  border-color: var(--saffron);
  background: var(--saffron);
}

.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.filter-button {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--white);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--cream);
  background: var(--leaf);
}

.gallery-grid {
  columns: 3 280px;
  column-gap: 15px;
}

.gallery-item {
  width: 100%;
  display: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--aqua-soft);
  cursor: zoom-in;
  break-inside: avoid;
}

.gallery-item.is-visible {
  display: block;
}

.gallery-item img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 350ms ease, filter 350ms ease;
}

.gallery-item:hover img {
  filter: saturate(1.08);
  transform: scale(1.025);
}

.lightbox {
  width: min(1100px, calc(100% - 30px));
  max-height: calc(100vh - 30px);
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: visible;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(8, 25, 20, 0.86);
  backdrop-filter: blur(6px);
}

.lightbox img {
  width: 100%;
  max-height: calc(100vh - 50px);
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox__close {
  position: absolute;
  z-index: 3;
  top: -14px;
  right: -14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--leaf);
  background: var(--saffron);
  cursor: pointer;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .header-cta {
    display: none;
  }

  .site-nav {
    gap: 16px;
  }

  .home-hero__grid,
  .page-hero__grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 45px;
  }

  .home-hero__visual {
    min-height: 520px;
  }

  .hero-photo--small {
    width: 170px;
  }

  .hero-photo--third {
    width: 136px;
  }

  .hero-photo--fourth {
    width: 142px;
  }

  .hero-photo--fifth {
    left: -30px;
    width: 112px;
  }

  .hero-photo--sixth {
    right: -22px;
    width: 102px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.1fr repeat(3, 0.7fr);
    gap: 28px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 32px, 760px);
  }

  .topline p {
    display: none;
  }

  .topline__inner {
    justify-content: center;
  }

  .site-header__inner {
    min-height: 74px;
  }

  .brand {
    width: 136px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
    display: none;
    align-items: stretch;
    overflow-y: auto;
    padding: 22px 20px 50px;
    color: var(--cream);
    background: var(--leaf);
    transform: translateX(-50%);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav > a,
  .nav-group > summary {
    padding: 17px 4px;
    border-bottom: 1px solid rgba(255, 250, 240, 0.14);
    font-size: 1rem;
  }

  .site-nav > a::before,
  .nav-group > summary::before {
    display: none;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    margin: 0 0 8px 12px;
    padding: 4px 0 4px 16px;
    border: 0;
    border-left: 1px solid var(--saffron);
    border-radius: 0;
    color: var(--cream);
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown a {
    padding: 12px 0;
    color: rgba(255, 250, 240, 0.72);
  }

  .nav-dropdown a:hover,
  .nav-dropdown a.is-active {
    color: var(--saffron);
    background: transparent;
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 100px;
  }

  .home-hero__grid,
  .page-hero__grid,
  .learning-grid,
  .split-story__grid,
  .about-preview__grid,
  .editorial__grid,
  .contact-grid,
  .registration-layout {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    min-height: 610px;
    margin-top: 12px;
  }

  .home-hero__copy > p {
    max-width: 700px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .spaces-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .spaces-composition {
    grid-template-rows: 230px 230px 180px;
  }

  .space-photo--garden {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
  }

  .space-photo--entrance {
    grid-column: 8 / 13;
    grid-row: 1;
    border-radius: 24px 24px 100px 24px;
  }

  .space-photo--room {
    grid-column: 8 / 13;
    grid-row: 2;
  }

  .spaces-note {
    grid-column: 1 / 13;
    grid-row: 3;
    max-width: 430px;
  }

  .theme-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-tile {
    min-height: 380px;
  }

  .journal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journal-card--featured {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero__media {
    max-width: 560px;
    margin-inline: auto;
  }

  .page-hero__media--collage {
    width: min(100%, 520px);
    min-height: 500px;
    margin-top: 12px;
  }

  .page-hero__media img {
    aspect-ratio: 1.1;
  }

  .feature-band__intro {
    grid-template-columns: 1fr;
  }

  .split-story--reverse .split-story__grid figure {
    order: 0;
  }

  .program-grid,
  .schedule-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .schedule-card--featured,
  .price-card--featured {
    transform: none;
  }

  .month-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-chapter,
  .theme-chapter:nth-child(odd) {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .theme-chapter:nth-child(odd) figure {
    order: 0;
  }

  .editorial aside {
    position: static;
  }

  .registration-intro {
    position: static;
    max-width: 650px;
  }

  .map-wrap {
    min-height: 480px;
  }

  .article-list {
    grid-template-columns: 1fr;
  }

  .article-list-card--featured {
    grid-column: auto;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
    max-width: 430px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 28px);
    --radius: 20px;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .topline__inner {
    width: calc(100% - 20px);
  }

  .topline__links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.69rem;
  }

  .section {
    padding-block: 72px;
  }

  .home-hero {
    padding-top: 56px;
  }

  .home-hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 2.6rem);
    overflow-wrap: anywhere;
  }

  .home-hero .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .home-hero__visual {
    min-height: 500px;
  }

  .hero-photo--main {
    inset: 10px 8px 42px;
    border-width: 6px;
    border-radius: 45% 55% 23% 29% / 27% 31% 21% 25%;
  }

  .hero-photo:not(.hero-photo--main) {
    border-width: 4px;
  }

  .hero-photo--small {
    right: -2px;
    bottom: 0;
    width: 128px;
  }

  .hero-photo--third {
    top: 8px;
    right: -3px;
    width: 108px;
  }

  .hero-photo--fourth {
    bottom: 14px;
    left: -2px;
    width: 116px;
  }

  .hero-photo--fifth {
    top: 148px;
    left: -4px;
    width: 88px;
  }

  .hero-photo--sixth {
    top: 246px;
    right: -2px;
    width: 82px;
  }

  .hero-stamp {
    top: 2px;
    left: -2px;
    width: 84px;
  }

  .hero-facts {
    gap: 10px;
  }

  .hero-facts dd {
    font-size: 0.65rem;
  }

  .program-grid,
  .age-grid,
  .feature-grid,
  .theme-strip,
  .journal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    min-height: 290px;
  }

  .spaces-section {
    padding-top: 64px;
  }

  .spaces-composition {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 220px auto;
    gap: 12px;
  }

  .space-photo--garden {
    grid-column: 1 / -1;
    grid-row: 1;
    border-radius: 110px 20px 20px 20px;
  }

  .space-photo--entrance {
    grid-column: 1;
    grid-row: 2;
    border-radius: 20px;
  }

  .space-photo--room {
    grid-column: 2;
    grid-row: 2;
  }

  .space-photo figcaption {
    right: 14px;
    bottom: 13px;
    left: 14px;
    font-size: 0.7rem;
  }

  .space-photo figcaption span {
    display: none;
  }

  .spaces-note {
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: 148px;
    max-width: none;
  }

  .learning-collage {
    min-height: 440px;
  }

  .learning-collage__wide {
    inset: 0 26px 76px 0;
    width: calc(100% - 26px);
    height: calc(100% - 76px);
  }

  .learning-collage__detail {
    right: -4px;
    width: 58%;
  }

  .collage-caption {
    left: -2px;
    bottom: 32px;
  }

  .theme-tile,
  .theme-tile:nth-child(even) {
    min-height: 360px;
    border-radius: var(--radius);
  }

  .journal-card--featured img,
  .journal-card img {
    height: 240px;
  }

  .closing-cta__inner {
    min-height: 410px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 25px;
  }

  .closing-cta .button {
    justify-self: start;
  }

  .registration-form-card {
    border-radius: var(--radius);
  }

  .registration-success-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .registration-success-actions .button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .page-hero {
    padding-bottom: 92px;
  }

  .page-hero__media::before {
    inset: 14px -10px -15px 12px;
  }

  .page-hero__media img {
    border-width: 6px;
  }

  .page-hero__media--collage {
    width: calc(100vw - 44px);
    min-width: 0;
    max-width: 100%;
    min-height: 460px;
  }

  .page-hero__media--collage::before {
    inset: 28px 0 10px 22px;
  }

  .page-hero__main {
    inset: 20px 14px 36px 18px;
    border-width: 6px;
  }

  .page-hero__mini {
    border-width: 4px;
  }

  .page-hero__mini--1 {
    top: -2px;
    right: 14px;
    width: 108px;
  }

  .page-hero__mini--2 {
    top: 142px;
    left: -3px;
    width: 88px;
  }

  .page-hero__mini--3 {
    right: 14px;
    bottom: 72px;
    width: 94px;
  }

  .page-hero__mini--4 {
    bottom: 0;
    left: 12px;
    width: 82px;
  }

  .page-hero__media--collage .photo-note {
    right: 2px;
    bottom: -14px;
  }

  .photo-note {
    right: 4px;
    transform: rotate(-2deg);
  }

  .age-card__columns {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .feature-grid article {
    padding: 28px;
  }

  .big-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .month-grid {
    grid-template-columns: 1fr 1fr;
  }

  .month-grid li {
    min-height: 130px;
  }

  .theme-chapter__copy {
    padding-left: 48px;
  }

  .price-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .article-list-card,
  .article-list-card--featured {
    grid-template-columns: 1fr;
  }

  .article-list-card figure,
  .article-list-card--featured figure {
    min-height: 250px;
  }

  .article-layout {
    gap: 34px;
  }

  .article-cover {
    margin-top: -45px;
  }

  .gallery-grid {
    columns: 2 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
