@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  --header-h: 96px;
}
@media (max-width: 600px) {
  html {
    --header-h: 76px;
  }
}
@media (max-width: 1100px) and (orientation: landscape) and (max-height: 560px) {
  html {
    --header-h: 76px;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  scrollbar-gutter: stable;
}
html::-webkit-scrollbar {
  width: 12px;
}
html::-webkit-scrollbar-button {
  display: none;
}
html::-webkit-scrollbar-track {
  background: #faf5ef;
}
html::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(212, 42, 95, 0.42);
  border: 3px solid #faf5ef;
  background-clip: padding-box;
  min-height: 46px;
  transition: background 0.3s;
}
html:hover::-webkit-scrollbar-thumb {
  background: rgba(212, 42, 95, 0.62);
  background-clip: padding-box;
}
html::-webkit-scrollbar-thumb:active {
  background: #d42a5f;
  background-clip: padding-box;
}
@supports not selector(::-webkit-scrollbar) {
  html {
    scrollbar-color: rgba(212, 42, 95, 0.42) #faf5ef;
    scrollbar-width: thin;
  }
}

body {
  margin: 0;
  background: #faf5ef;
  color: #2b2b2b;
  font-family: "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.002em;
  overflow-x: clip;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='.4'/%3E%3C/svg%3E");
}

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

h1,
h2,
h3,
h4 {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.012em;
  margin: 0;
}

p {
  margin: 0 0 1em;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

::selection {
  background: #f4c9a3;
  color: #2b2b2b;
}

.kidsbg {
  position: fixed;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
  background: url("../img/back/kids-tile2.webp") repeat;
  background-size: 560px auto;
  animation: kidsdrift 90s cubic-bezier(0.22, 0.68, 0.32, 1) infinite alternate;
}

@keyframes kidsdrift {
  from {
    transform: translate3d(-1.2%, -0.8%, 0) scale(1.02);
  }
  to {
    transform: translate3d(1.2%, 0.8%, 0) scale(1.06);
  }
}
@keyframes float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  33% {
    transform: translate3d(26px, -34px, 0) rotate(9deg);
  }
  66% {
    transform: translate3d(-18px, 22px, 0) rotate(-7deg);
  }
}
.js .reveal {
  opacity: 0;
  translate: 0 26px;
  transition: opacity 0.9s cubic-bezier(0.22, 0.68, 0.32, 1), translate 0.9s cubic-bezier(0.22, 0.68, 0.32, 1);
  transition-delay: calc(var(--d, 0) * 90ms);
}
.js .reveal.is-in {
  opacity: 1;
  translate: none;
}

@keyframes fact-in {
  from {
    opacity: 0;
    translate: 0 8px;
  }
  to {
    opacity: 1;
    translate: none;
  }
}
[data-idle],
[data-idle] *,
[data-idle]::before,
[data-idle]::after,
[data-idle] *::before,
[data-idle] *::after {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    translate: none;
    transition: none;
  }
  .js .shelter__facts.reveal li {
    opacity: 1;
    animation: none;
  }
  .club__doodle path {
    stroke-dashoffset: 0;
    transition: none;
  }
  .kidsbg,
  .marquee__track,
  .kicker__star {
    animation: none !important;
  }
  .nav__glow::before,
  .nav__glow::after {
    animation: none !important;
  }
  .nav,
  .nav > a,
  .nav__foot {
    transition: none !important;
  }
  .hero__swash path,
  .ccol__swash path,
  .ccol__art path {
    stroke-dashoffset: 0;
    transition: none;
    animation: none !important;
  }
  .ccol__art .bico__f {
    animation: none !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.h2 {
  font-size: clamp(2.1rem, 5.2vw, 3.9rem);
  line-height: 1.06;
}
.h2 em {
  font-style: normal;
  color: var(--acc, #d42a5f);
  position: relative;
  white-space: nowrap;
}
.h2__dash {
  display: inline-block;
  vertical-align: middle;
  width: clamp(24px, 3.2vw, 50px);
  height: 2px;
  margin: 0 clamp(10px, 1.2vw, 20px) 0.18em;
  border-radius: 2px;
  background: var(--acc, #c57a4e);
  opacity: 0.55;
}
.h2--light {
  color: #faf5ef;
}
.h2--light em {
  color: #f4c9a3;
}

.eyebrow {
  font-family: "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a29a92;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.eyebrow::before {
  content: "";
  flex: none;
  width: 13px;
  height: 13px;
  background: var(--acc, #d42a5f);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c0 6.63 5.37 12 12 12-6.63 0-12 5.37-12 12 0-6.63-5.37-12-12-12 6.63 0 12-5.37 12-12z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c0 6.63 5.37 12 12 12-6.63 0-12 5.37-12 12 0-6.63-5.37-12-12-12 6.63 0 12-5.37 12-12z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.eyebrow--light {
  color: rgba(250, 245, 239, 0.55);
}
.eyebrow--light::before {
  background: #f4c9a3;
}

.section-head {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  margin-bottom: clamp(22px, 2.6vw, 36px);
}
.section-head__lead {
  max-width: 54ch;
  margin-top: 22px;
  color: #6e6660;
  font-size: 1.05rem;
}
.section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.muted {
  color: #a29a92;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 34px;
  border-radius: 999px;
  background: #d42a5f;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.3s;
  box-shadow: 0 14px 30px -14px rgba(212, 42, 95, 0.75);
}
.btn:hover {
  transform: translateY(-3px);
  background: #ae1f4c;
  box-shadow: 0 22px 44px -16px rgba(212, 42, 95, 0.7);
}
.btn:active {
  transform: translateY(-1px);
}
.btn--sm {
  padding: 12px 24px;
  font-size: 0.86rem;
}
.btn--wide {
  width: 100%;
  margin-top: 26px;
}
.btn--ghost {
  background: transparent;
  color: #6a4c93;
  border-color: rgba(106, 76, 147, 0.35);
  box-shadow: none;
}
.btn--ghost:hover {
  background: rgba(106, 76, 147, 0.07);
  color: #5c4d7d;
  box-shadow: none;
}
.btn--light {
  background: #faf5ef;
  color: #3e3355;
  box-shadow: none;
  font-size: 1.05rem;
  padding: 18px 40px;
}
.btn--light:hover {
  background: #f4c9a3;
  color: #3e3355;
}
.btn--ghost-light {
  background: transparent;
  color: #faf5ef;
  border-color: rgba(250, 245, 239, 0.4);
}
.btn--ghost-light:hover {
  background: rgba(250, 245, 239, 0.12);
  color: #faf5ef;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2b2b2b;
  padding: 4px 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.22);
  transition: color 0.3s, gap 0.35s cubic-bezier(0.22, 0.68, 0.32, 1), border-color 0.3s;
}
.link-arrow::after {
  content: "→";
  transition: transform 0.35s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.link-arrow:hover {
  color: #d42a5f;
  gap: 14px;
  border-color: rgba(212, 42, 95, 0.5);
}
.link-arrow:hover::after {
  transform: translateX(2px);
}

.gbadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 8px 17px 8px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(43, 43, 43, 0.08);
  box-shadow: 0 14px 30px -22px rgba(64, 48, 32, 0.55);
  font-size: 0.84rem;
  font-weight: 600;
  color: #2b2b2b;
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gbadge:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.gbadge__g {
  width: 17px;
  height: 17px;
  flex: none;
}
.gbadge__stars {
  color: #c57a4e;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}
.gbadge__txt {
  color: #6e6660;
  font-weight: 500;
}
@media (max-width: 600px) {
  .gbadge {
    white-space: normal;
  }
  .gbadge__txt {
    display: none;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 60;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(224, 52, 108, 0.8) 0%, rgba(212, 42, 95, 0.78) 52%, rgba(186, 33, 82, 0.82) 100%);
  backdrop-filter: blur(18px) saturate(1.5);
}
.header__inner {
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
@media (max-width: 380px) {
  .header__inner {
    padding-inline: 14px;
    gap: 12px;
  }
}
.header__side {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__side .btn {
  background: #fff;
  color: #a81d4a;
  box-shadow: 0 12px 26px -16px rgba(88, 12, 38, 0.9);
}
.header__side .btn:hover {
  background: #faf5ef;
  color: #ae1f4c;
}
@media (max-width: 380px) {
  .header__side {
    gap: 10px;
  }
}
.header__side {
  position: relative;
  z-index: 2;
}
.header__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}
.header__phones a {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.3s;
}
.header__phones a:hover {
  color: #fff;
}
@media (max-width: 1100px) {
  .header__phones {
    display: none;
  }
}
.header__phone {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.3s;
}
.header__phone:hover {
  color: #6a4c93;
}
@media (max-width: 1100px) {
  .header__phone {
    display: none;
  }
}

.logo {
  flex: none;
  display: block;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.logo__plate {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 10px;
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.logo__plate::before {
  content: "";
  position: absolute;
  inset: -12% -26% -14%;
}
@media (max-width: 600px) {
  .logo__plate::before {
    inset: -12% -16% -14%;
  }
}
.logo__plate::before {
  z-index: -1;
  background: radial-gradient(48% 46% at 50% 52%, rgba(255, 253, 250, 0.92) 0%, rgba(255, 253, 250, 0.78) 42%, rgba(255, 253, 250, 0.32) 72%, rgba(255, 253, 250, 0) 100%);
}
.logo:hover .logo__plate {
  transform: scale(1.04) rotate(-1.5deg);
}
.logo__img {
  display: block;
  height: calc(var(--header-h) - 28px);
  width: auto;
}
@media (max-width: 600px) {
  .logo__img {
    height: calc(var(--header-h) - 26px);
  }
}
.logo__img {
  filter: drop-shadow(0 0 2px rgba(255, 253, 250, 0.95)) drop-shadow(0 0 7px rgba(255, 253, 250, 0.55));
}

html[data-brand=home] .pick__logo--villa {
  opacity: 0;
}
html[data-brand=home] .pick__logo--home {
  opacity: 1;
}

.nav {
  display: flex;
  gap: 30px;
}
.nav > a {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
  transition: color 0.3s;
}
.nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  transition: right 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.nav > a:hover {
  color: #fff;
}
.nav > a:hover::after {
  right: 0;
}
.nav__foot {
  display: none;
}
.nav__glow {
  display: none;
}
@media (max-width: 1100px) {
  .nav {
    --burger-x: calc(100% - clamp(20px, 5vw, 56px) - 23px);
    --burger-y: calc(var(--header-h) / 2);
    --nav-col: min(100%, 620px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: calc(var(--header-h) + 26px) calc(clamp(20px, 6.4vw, 64px) + env(safe-area-inset-right)) calc(30px + env(safe-area-inset-bottom)) calc(clamp(20px, 6.4vw, 64px) + env(safe-area-inset-left));
    background: #faf5ef;
    color: #2b2b2b;
    border-bottom: 0;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    visibility: hidden;
    pointer-events: none;
    clip-path: circle(0% at var(--burger-x) var(--burger-y));
    transition: clip-path 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), visibility 0s 0.5s;
  }
}
@media (max-width: 1100px) and (max-width: 380px) {
  .nav {
    --burger-x: calc(100% - 37px);
  }
}
@media (max-width: 1100px) {
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav__glow {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    --glow-fade: linear-gradient(
      90deg,
      #000 calc(100% - 38px),
      transparent 100%
    );
    -webkit-mask-image: var(--glow-fade);
    mask-image: var(--glow-fade);
  }
  .nav__glow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(58vw 58vw at 110% 94%, rgba(244, 201, 163, 0.62), transparent 64%), radial-gradient(48vw 48vw at -10% 12%, rgba(220, 229, 216, 0.72), transparent 66%);
    animation: navGlow 16s ease-in-out infinite alternate;
  }
  .nav__glow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: clamp(74px, 15vh, 150px);
    width: clamp(200px, 54vw, 300px);
    aspect-ratio: 370/320;
    background: url("../img/logo/logo-mark.webp") center/contain no-repeat;
    opacity: 0.085;
    transform: translateX(-50%);
    animation: navMark 19s ease-in-out infinite alternate;
  }
  .nav > a {
    display: block;
    width: var(--nav-col);
    padding: clamp(6px, 1vh, 15px) 0;
    font-family: "Prata", "Times New Roman", Georgia, serif;
    font-size: clamp(1.25rem, min(6.4vw, 2.85vh), 2.4rem);
    line-height: 1.06;
    color: #2b2b2b;
    border-bottom: 1px solid rgba(43, 43, 43, 0.07);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), color 0.3s;
  }
  .nav > a::after {
    display: none;
  }
  .nav > a:active {
    color: #6a4c93;
  }
  .nav > a:first-of-type {
    margin-top: auto;
  }
  .nav > a:last-of-type {
    margin-bottom: auto;
  }
  .nav__foot {
    display: grid;
    width: var(--nav-col);
    min-width: 0;
    gap: clamp(8px, 1.2vh, 14px);
    padding-top: clamp(12px, 2.1vh, 24px);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
  }
  .nav__foot .btn {
    width: 100%;
  }
  .nav__locs {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
  }
  .nav__loc {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 13px 16px 14px;
    border-radius: 20px;
    border: 1px solid rgba(43, 43, 43, 0.1);
    background: rgba(255, 253, 250, 0.62);
    text-align: left;
    transition: background 0.3s, border-color 0.3s;
  }
  .nav__loc b {
    font-family: "Prata", "Times New Roman", Georgia, serif;
    font-weight: 400;
    font-size: 1.02rem;
    line-height: 1.15;
    color: #2b2b2b;
  }
  .nav__loc span {
    min-width: 0;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #6e6660;
    overflow-wrap: anywhere;
  }
  .nav__loc i {
    margin-top: 3px;
    font-style: normal;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b1e86;
  }
  .nav__loc--here {
    border-color: rgba(76, 154, 42, 0.32);
    background: rgba(76, 154, 42, 0.06);
  }
  .nav__loc--here i {
    color: #3b7a20;
  }
  .nav__loc:active {
    background: rgba(244, 201, 163, 0.3);
    border-color: rgba(197, 122, 78, 0.3);
  }
  .nav__tels {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }
  .nav__tels a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 10px;
    border-radius: 999px;
    border: 1px solid rgba(43, 43, 43, 0.1);
    background: rgba(255, 253, 250, 0.62);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .nav__tels a::before {
    content: "✳︎";
    color: #c57a4e;
    font-size: 0.72em;
  }
  .nav__tels a:active {
    background: rgba(244, 201, 163, 0.3);
    border-color: rgba(197, 122, 78, 0.3);
  }
}
@media (max-width: 1100px) and (max-width: 600px) {
  .nav {
    padding-top: calc(var(--header-h) + 20px);
  }
}
@media (max-width: 1100px) and (max-height: 780px) {
  .nav__glow::after {
    display: none;
  }
  .nav__foot {
    gap: 9px;
    padding-top: 14px;
  }
  .nav__locs {
    gap: 8px;
  }
  .nav__loc {
    padding: 9px 14px 10px;
  }
  .nav__loc b {
    font-size: 0.94rem;
  }
  .nav__loc span {
    font-size: 0.74rem;
  }
  .nav__loc i {
    margin-top: 1px;
    font-size: 0.64rem;
  }
  .nav__tels a {
    padding: 8px 10px;
    font-size: 0.92rem;
  }
  .nav .btn--sm {
    padding: 11px 24px;
  }
}
@media (max-width: 1100px) and (max-width: 360px) {
  .nav__tels {
    grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
    gap: 8px;
  }
  .nav__tels a {
    gap: 5px;
    padding: 8px 6px;
    font-size: 0.84rem;
  }
  .nav__tels a::before {
    font-size: 0.62em;
  }
}
@media (max-width: 1100px) and (orientation: portrait) and (max-height: 700px) {
  .nav {
    padding-top: calc(var(--header-h) + 6px);
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }
  .nav > a {
    padding: clamp(4px, 0.75vh, 10px) 0;
  }
  .nav__foot {
    gap: 8px;
    padding-top: 11px;
  }
  .nav__locs {
    gap: 7px;
  }
}
@media (max-width: 1100px) and (orientation: portrait) and (max-height: 600px) {
  .nav__loc {
    padding: 7px 12px 8px;
    border-radius: 16px;
  }
  .nav__loc b {
    font-size: 0.88rem;
  }
  .nav__loc span {
    font-size: 0.7rem;
  }
  .nav__loc i {
    margin-top: 0;
    font-size: 0.6rem;
  }
}
@media (max-width: 1100px) and (orientation: landscape) {
  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: clamp(18px, 4vw, 48px);
    align-content: start;
    align-content: safe center;
  }
  .nav > a {
    width: 100%;
    padding: clamp(6px, 1.7vh, 14px) 0;
    font-size: clamp(1.15rem, 3.4vh, 1.9rem);
  }
  .nav > a:first-of-type {
    margin-top: 0;
  }
  .nav > a:last-of-type {
    margin-bottom: 0;
  }
  .nav__foot {
    grid-row: 5;
    grid-column: 1/-1;
    width: 100%;
    padding-top: clamp(12px, 2.2vh, 24px);
  }
}
@media (max-width: 1100px) and (orientation: landscape) and (max-height: 560px) {
  .nav {
    padding-top: calc(var(--header-h) + 10px);
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }
  .nav > a {
    padding: clamp(4px, 1.2vh, 10px) 0;
    font-size: clamp(1rem, 3.2vh, 1.45rem);
  }
  .nav__foot {
    gap: 8px;
    padding-top: 10px;
  }
  .nav__locs {
    gap: 8px;
  }
  .nav__loc {
    padding: 8px 12px 9px;
    border-radius: 16px;
  }
  .nav__loc b {
    font-size: 0.9rem;
  }
  .nav__loc span {
    font-size: 0.72rem;
  }
  .nav__loc i {
    margin-top: 1px;
    font-size: 0.62rem;
  }
  .nav__tels a {
    padding: 7px 10px;
    font-size: 0.9rem;
  }
  .nav .btn--sm {
    padding: 10px 22px;
  }
}
@media (max-width: 1100px) and (orientation: landscape) and (max-height: 430px) {
  .nav__foot {
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    align-items: center;
  }
  .nav__foot .btn {
    width: auto;
    white-space: nowrap;
  }
  .nav__locs {
    grid-column: 1/-1;
  }
}
@media (max-width: 1100px) {
  .nav.is-open {
    visibility: visible;
    pointer-events: auto;
    clip-path: circle(150% at var(--burger-x) var(--burger-y));
    transition: clip-path 0.62s cubic-bezier(0.22, 0.68, 0.32, 1), visibility 0s 0s;
  }
  .nav.is-open > a,
  .nav.is-open .nav__foot {
    opacity: 1;
    transform: none;
  }
  .nav.is-open > a:nth-of-type(1) {
    transition-delay: 0.2s;
  }
  .nav.is-open > a:nth-of-type(2) {
    transition-delay: 0.26s;
  }
  .nav.is-open > a:nth-of-type(3) {
    transition-delay: 0.32s;
  }
  .nav.is-open > a:nth-of-type(4) {
    transition-delay: 0.38s;
  }
  .nav.is-open > a:nth-of-type(5) {
    transition-delay: 0.44s;
  }
  .nav.is-open > a:nth-of-type(6) {
    transition-delay: 0.5s;
  }
  .nav.is-open > a:nth-of-type(7) {
    transition-delay: 0.56s;
  }
  .nav.is-open > a:nth-of-type(8) {
    transition-delay: 0.62s;
  }
  .nav.is-open .nav__foot {
    transition-delay: 0.62s;
  }
}

@keyframes navGlow {
  from {
    transform: none;
  }
  to {
    transform: translate3d(-4%, -3%, 0) scale(1.14);
  }
}
@keyframes navMark {
  from {
    transform: translate(-50%, 0) rotate(-3deg) scale(0.96);
  }
  to {
    transform: translate(-50%, 8px) rotate(3deg) scale(1.04);
  }
}
.burger {
  display: none;
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.4s cubic-bezier(0.22, 0.68, 0.32, 1), border-color 0.4s cubic-bezier(0.22, 0.68, 0.32, 1), transform 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.burger__ico {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.burger__lines path {
  transform-origin: 13px 22px;
  transition: transform 0.38s cubic-bezier(0.22, 0.68, 0.32, 1), opacity 0.26s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.burger__cross {
  transform: rotate(-7deg);
  transform-origin: 22px 22px;
  opacity: 0;
  transition: opacity 0s 0.26s;
}
.burger__cross path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.26s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.burger__cross path:first-child {
  stroke-width: 2.15;
}
.burger__cross path:last-child {
  stroke-width: 1.65;
}
.burger:active {
  transform: scale(0.93);
}
.burger[aria-expanded=true] {
  background: #ae1f4c;
  border-color: transparent;
}
.burger[aria-expanded=true] .burger__ico {
  stroke: #fff;
}
.burger[aria-expanded=true] .burger__lines path {
  opacity: 0;
  transform: translateX(-11px) scaleX(0.15);
}
.burger[aria-expanded=true] .burger__lines path:nth-child(2) {
  transition-delay: 0.05s;
}
.burger[aria-expanded=true] .burger__lines path:nth-child(3) {
  transition-delay: 0.1s;
}
.burger[aria-expanded=true] .burger__cross {
  opacity: 1;
  transition: opacity 0s;
}
.burger[aria-expanded=true] .burger__cross path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.22, 0.68, 0.32, 1) 0.18s;
}
.burger[aria-expanded=true] .burger__cross path:last-child {
  transition-delay: 0.34s;
}
@media (max-width: 1100px) {
  .burger {
    display: block;
  }
}

.hero {
  position: relative;
  z-index: 1;
  padding: clamp(18px, 2.4vw, 36px) 0 clamp(24px, 3vw, 44px);
}
.hero::before {
  content: "";
  position: absolute;
  inset: -140px 0 auto;
  height: 82%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(60% 64% at 16% 4%, rgba(255, 255, 255, 0.96), transparent 68%), radial-gradient(46% 56% at 90% 0%, rgba(236, 241, 234, 0.85), transparent 70%), linear-gradient(180deg, #fffdfa 0%, rgba(250, 245, 239, 0) 100%);
}
.hero__inner {
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
}
.hero__head {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(0, 0.78fr);
  align-items: end;
  gap: clamp(16px, 2.6vw, 54px);
  margin-bottom: clamp(24px, 3vw, 44px);
}
@media (max-width: 860px) {
  .hero__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.hero__title {
  grid-column: 1;
  margin: 0;
  font-size: clamp(2.05rem, 4.5vw, 3.7rem);
  line-height: 1.16;
  letter-spacing: -0.032em;
  text-wrap: balance;
}
.hero__title em {
  position: relative;
  display: inline-block;
  font-style: normal;
  color: #5c4d7d;
  white-space: nowrap;
}
.hero__swash {
  position: absolute;
  left: -1.5%;
  top: 86%;
  width: 103%;
  height: 0.16em;
  overflow: visible;
}
.hero__swash path {
  fill: none;
  stroke: #d42a5f;
  stroke-width: 4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.15s cubic-bezier(0.22, 0.68, 0.32, 1) 0.4s;
}
.hero__title.is-in .hero__swash path, html:not(.js) .hero__swash path {
  stroke-dashoffset: 0;
}
.hero__lead {
  grid-column: 2;
  margin: 0 0 6px;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.6;
  color: #6e6660;
}
.hero__lead b {
  font-weight: 600;
  color: #2b2b2b;
}
@media (max-width: 860px) {
  .hero__lead {
    grid-column: 1;
    max-width: 56ch;
  }
}
.hero__bento {
  display: grid;
  grid-template-columns: 1.12fr 1fr 0.92fr;
  grid-auto-rows: minmax(clamp(124px, 11.8vw, 168px), auto);
  grid-template-areas: "photo shelter video" "photo shelter ages" "photo food    cta";
  gap: clamp(10px, 0.95vw, 16px);
}
@media (max-width: 1100px) {
  .hero__bento {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(150px, auto);
    grid-template-rows: none;
    grid-template-areas: "photo   photo" "shelter video" "shelter ages" "food    cta";
  }
}
@media (max-width: 600px) {
  .hero__bento {
    display: block;
  }
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(16px, 2.2vw, 26px);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a29a92;
}
.kicker__star {
  font-size: 1.05rem;
  line-height: 1;
  color: #d42a5f;
  animation: spin 14s linear infinite;
}
@media (max-width: 600px) {
  .kicker {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    gap: 8px;
  }
}

.btile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
  margin: 0;
  padding: clamp(15px, 1.45vw, 24px);
  border-radius: clamp(18px, 1.6vw, 26px);
  background: #fffdfa;
  border: 1px solid rgba(43, 43, 43, 0.08);
  box-shadow: 0 18px 34px -30px rgba(64, 48, 32, 0.7);
  overflow: hidden;
  isolation: isolate;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.btile__tag {
  margin-bottom: auto;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a29a92;
}
.btile__big {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: #5c4d7d;
}
.btile__title {
  font-size: clamp(0.89rem, 1.02vw, 1rem);
  font-weight: 600;
  line-height: 1.32;
}
.btile__note {
  font-size: 0.77rem;
  line-height: 1.42;
  color: #a29a92;
}
.btile__go {
  position: absolute;
  top: clamp(13px, 1.35vw, 20px);
  right: clamp(13px, 1.35vw, 20px);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.5;
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), opacity 0.35s, background 0.35s, color 0.35s;
}
.btile__go::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 1.3px;
  background: currentColor;
  transform: translateY(-50%);
}
.btile__go::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.3px solid currentColor;
  border-right: 1.3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

a.btile,
button.btile {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a.btile:hover,
button.btile:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 52px -36px rgba(64, 48, 32, 0.75);
}
a.btile:hover .btile__go,
button.btile:hover .btile__go {
  transform: translateX(3px);
  opacity: 1;
}
a.btile:active,
button.btile:active {
  transform: translateY(-1px);
}
a.btile:focus-visible,
button.btile:focus-visible {
  outline: 2px solid #6a4c93;
  outline-offset: 3px;
}

.btile--photo {
  grid-area: photo;
  padding: 0;
  min-height: clamp(300px, 33vw, 540px);
}
.btile--photo img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 34%;
  transition: transform 1.8s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.btile--photo:hover img {
  transform: scale(1.045);
}
.btile--photo figcaption {
  width: 100%;
  padding: clamp(34px, 4.5vw, 64px) clamp(15px, 1.45vw, 24px) clamp(14px, 1.3vw, 20px);
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(250, 245, 239, 0.92);
  background: linear-gradient(180deg, rgba(28, 22, 18, 0), rgba(28, 22, 18, 0.66));
}
@media (max-width: 1100px) {
  .btile--photo {
    min-height: 0;
    aspect-ratio: 16/9;
  }
}

.btile--shelter {
  grid-area: shelter;
  background: #2e2743;
  border-color: rgba(255, 255, 255, 0.09);
  color: #faf5ef;
}
.btile--shelter .btile__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: saturate(0.65);
  transition: opacity 0.6s cubic-bezier(0.22, 0.68, 0.32, 1), transform 1.8s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.btile--shelter::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(158deg, rgba(46, 39, 67, 0.3) 0%, rgba(46, 39, 67, 0.88) 68%);
}
.btile--shelter:hover .btile__bg {
  opacity: 0.68;
  transform: scale(1.05);
}
.btile--shelter .btile__tag {
  color: rgba(250, 245, 239, 0.55);
}
.btile--shelter .btile__big {
  color: #f4c9a3;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
}
.btile--shelter .btile__note {
  color: rgba(250, 245, 239, 0.6);
}
.btile--shelter .btile__go {
  color: #faf5ef;
}

.btile--video {
  grid-area: video;
  justify-content: space-between;
  border-color: rgba(94, 110, 88, 0.18);
}
.btile--video .btile__play {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ecf1ea;
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.35s;
}
.btile--video .btile__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-left: 11px solid #5c4d7d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.btile--video:hover .btile__play {
  transform: scale(1.1);
  background: #f4c9a3;
}

.btile--ages {
  grid-area: ages;
  background: #fbe9df;
  border-color: rgba(224, 130, 0, 0.2);
}
.btile--ages .btile__big {
  color: #c06e08;
}

.btile--food {
  grid-area: food;
  background: #ecf1ea;
  border-color: rgba(76, 154, 42, 0.22);
}
.btile--food .btile__big {
  color: #3f8020;
}

.btile--cta {
  grid-area: cta;
  background: linear-gradient(140deg, #f4c9a3 0%, #f7d8b6 52%, #fae3ce 100%);
  border-color: rgba(197, 122, 78, 0.24);
  color: #2b2b2b;
}
.btile--cta .btile__title {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.16;
  letter-spacing: -0.012em;
  padding-right: 44px;
}
.btile--cta .btile__note {
  color: rgba(43, 43, 43, 0.6);
}
.btile--cta .btile__go {
  opacity: 0.7;
}
.btile--cta:hover .btile__go {
  background: #2b2b2b;
  color: #fae3ce;
  opacity: 1;
}

.pick {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  align-items: center;
  gap: clamp(18px, 3vw, 52px);
  margin-bottom: clamp(16px, 2.2vw, 30px);
  padding: clamp(18px, 2.3vw, 34px) clamp(18px, 2.6vw, 40px);
  border-radius: 44px;
  border: 1px solid rgba(43, 43, 43, 0.08);
  background: #fffdfa;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.pick__side {
  min-width: 0;
}
.pick__lead {
  margin: 0 0 clamp(12px, 1.4vw, 18px);
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
  color: #3e3355;
}
.pick__cards {
  display: grid;
  justify-items: start;
  gap: clamp(18px, 2vw, 28px);
}
.pick__go {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: clamp(16px, 1.8vw, 24px) 0 0;
}
.pick__here {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3f8020;
}
.pick__soon {
  font-size: 0.78rem;
  font-weight: 500;
  color: #a29a92;
}
.pick__brand {
  position: relative;
  margin: 0;
  display: grid;
  place-items: center;
  min-width: 0;
}
.pick__logo {
  width: 100%;
  max-width: 420px;
  height: auto;
  transition: opacity 0.45s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.pick__logo--home {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}
@media (max-width: 860px) {
  .pick {
    grid-template-columns: 1fr;
    gap: clamp(14px, 3vw, 24px);
  }
  .pick__brand {
    order: -1;
  }
  .pick__logo {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .pick {
    padding: 18px 16px 20px;
    border-radius: 32px;
  }
  .pick__logo {
    max-width: 230px;
  }
  .pick__cards {
    justify-items: stretch;
  }
}

html:not([data-brand=home]) .pick__go--villa,
html[data-brand=home] .pick__go--home {
  display: flex;
}

.gcard {
  --pick-scale: 1.2;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(10px, 1.1vw, 16px);
  width: 100%;
  max-width: min(440px, 80%);
  padding: clamp(12px, 1.2vw, 16px) clamp(14px, 1.4vw, 20px);
  border-radius: 26px;
  border: 1.5px solid rgba(43, 43, 43, 0.1);
  background: rgba(255, 253, 250, 0.9);
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform-origin: left center;
  transition: scale 0.52s cubic-bezier(0.34, 1.42, 0.52, 1), box-shadow 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), border-color 0.35s, background 0.35s, opacity 0.35s;
}
.gcard[aria-pressed=false] {
  opacity: 0.72;
}
.gcard[aria-pressed=false]:hover {
  opacity: 1;
  border-color: rgba(212, 42, 95, 0.3);
}
.gcard[aria-pressed=true] {
  z-index: 2;
  scale: var(--pick-scale);
  background: #fff;
  border-color: rgba(212, 42, 95, 0.5);
  box-shadow: 0 26px 50px -26px rgba(88, 12, 38, 0.45);
}
.gcard[aria-pressed=true] .gcard__pin {
  background: rgba(212, 42, 95, 0.14);
}
.gcard[aria-pressed=true] .gcard__pin svg {
  stroke: #d42a5f;
}
.gcard[aria-pressed=true] .gcard__name {
  color: #a81d4a;
}
.gcard[aria-pressed=true] .gcard__mark {
  opacity: 1;
  scale: 1;
}
.gcard:active {
  filter: brightness(0.98);
}
.gcard.is-pop {
  animation: gcardPop 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gcard__pin {
  flex: none;
  display: grid;
  place-items: center;
  width: clamp(34px, 2.8vw, 40px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.07);
  transition: background 0.35s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gcard__pin svg {
  width: 56%;
  height: auto;
  fill: none;
  stroke: #a29a92;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.35s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gcard__body {
  min-width: 0;
  display: grid;
  gap: 1px;
}
.gcard__kind {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a29a92;
}
.gcard__name {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.02rem, 1.3vw, 1.28rem);
  line-height: 1.15;
  transition: color 0.35s;
}
.gcard__addr {
  margin-top: 3px;
  font-size: clamp(0.76rem, 0.84vw, 0.84rem);
  line-height: 1.42;
  color: #6e6660;
}
.gcard__addr b {
  font-weight: 600;
  color: #2b2b2b;
}
.gcard__addr i {
  font-style: normal;
  color: #a29a92;
}
.gcard__addr span {
  display: block;
}
.gcard__mark {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d42a5f;
  opacity: 0;
  scale: 0.5;
  transition: opacity 0.3s cubic-bezier(0.22, 0.68, 0.32, 1), scale 0.4s cubic-bezier(0.34, 1.42, 0.52, 1);
  --tick: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='m6.5 12.4 3.6 3.6 7.4-8'/%3E%3C/svg%3E");
  -webkit-mask: var(--tick) center/contain no-repeat;
  mask: var(--tick) center/contain no-repeat;
}
@media (max-width: 1100px) {
  .gcard {
    max-width: min(440px, 84%);
    --pick-scale: 1.15;
  }
}
@media (max-width: 860px) {
  .gcard {
    max-width: min(460px, 88%);
    --pick-scale: 1.11;
  }
}
@media (max-width: 600px) {
  .gcard {
    max-width: 100%;
    --pick-scale: 1.045;
    transform-origin: center center;
    grid-template-columns: auto minmax(0, 1fr);
    padding-right: 34px;
  }
  .gcard__mark {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .gcard__pin {
    width: 32px;
  }
  .gcard__kind {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }
}

@keyframes gcardPop {
  0% {
    transform: none;
  }
  38% {
    transform: translateY(-5px) rotate(-0.7deg);
  }
  100% {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gcard {
    --pick-scale: 1.04;
  }
  .gcard.is-pop {
    animation: none;
  }
}
@media (max-width: 600px) {
  .btile--photo {
    aspect-ratio: 4/5;
    min-height: 0;
    margin-inline: calc(-1 * clamp(20px, 5vw, 56px));
    padding: 0;
    border: 0;
    border-radius: 46% 46% 0 0/20% 20% 0 0;
    background: none;
    box-shadow: none;
  }
  .btile--photo img {
    object-position: 50% 30%;
  }
  .btile--photo figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 54px clamp(20px, 5vw, 56px) 18px;
    font-size: 0.75rem;
    font-style: italic;
  }
  .btile--shelter,
  .btile--video,
  .btile--ages,
  .btile--food {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 2px;
    align-items: start;
    min-height: 0;
    margin: 0;
    padding: 17px 0;
    border: 0;
    border-top: 1px solid rgba(43, 43, 43, 0.11);
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #2b2b2b;
    overflow: visible;
  }
  .btile--shelter .btile__bg,
  .btile--shelter .btile__tag,
  .btile--video .btile__bg,
  .btile--video .btile__tag,
  .btile--ages .btile__bg,
  .btile--ages .btile__tag,
  .btile--food .btile__bg,
  .btile--food .btile__tag {
    display: none;
  }
  .btile--shelter::after,
  .btile--video::after,
  .btile--ages::after,
  .btile--food::after {
    display: none;
  }
  .btile--shelter .btile__big,
  .btile--video .btile__big,
  .btile--ages .btile__big,
  .btile--food .btile__big {
    grid-column: 1;
    grid-row: 1/3;
    font-size: 1.55rem;
    line-height: 1.15;
    color: #5c4d7d;
  }
  .btile--shelter .btile__title,
  .btile--video .btile__title,
  .btile--ages .btile__title,
  .btile--food .btile__title {
    grid-column: 2;
    grid-row: 1;
    font-size: 0.97rem;
  }
  .btile--shelter .btile__note,
  .btile--video .btile__note,
  .btile--ages .btile__note,
  .btile--food .btile__note {
    grid-column: 2;
    grid-row: 2;
    color: #a29a92;
  }
  .btile--food {
    border-bottom: 1px solid rgba(43, 43, 43, 0.11);
  }
  .btile--shelter {
    margin-top: 30px;
  }
  .btile--shelter .btile__big {
    color: #5c4d7d;
    font-size: 1.8rem;
  }
  .btile--shelter .btile__title {
    font-size: 1.03rem;
    padding-right: 30px;
  }
  .btile--shelter .btile__note {
    padding-right: 30px;
  }
  .btile--shelter .btile__go {
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    border: 0;
    color: #a29a92;
    opacity: 1;
    transform: translateY(-50%);
  }
  .btile--shelter .btile__go::before {
    left: 0;
    right: 3px;
  }
  .btile--shelter .btile__go::after {
    right: 3px;
    width: 7px;
    height: 7px;
  }
  .btile--video .btile__play {
    grid-column: 1;
    grid-row: 1/3;
    width: 40px;
    height: 40px;
    margin-top: 1px;
    background: #ecf1ea;
  }
  .btile--ages .btile__big {
    color: #c06e08;
  }
  .btile--food .btile__big {
    color: #3f8020;
  }
  .btile--cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 26px;
    padding: 15px 15px 15px 26px;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 20px 34px -22px rgba(197, 122, 78, 0.95);
  }
  .btile--cta .btile__title {
    font-size: 1.06rem;
    padding-right: 0;
  }
  .btile--cta .btile__title br {
    display: none;
  }
  .btile--cta .btile__note {
    display: none;
  }
  .btile--cta .btile__go {
    position: relative;
    top: auto;
    right: auto;
    flex: none;
    width: 40px;
    height: 40px;
    border-color: transparent;
    background: #2b2b2b;
    color: #fae3ce;
    opacity: 1;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.arch {
  margin: 0;
  overflow: hidden;
  border-radius: 999px 999px 32px 32px;
  position: relative;
  box-shadow: 0 40px 90px -40px rgba(64, 48, 32, 0.45);
}
.arch::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(12px, 1.3vw, 17px) 0;
  border-block: 1px solid rgba(43, 43, 43, 0.09);
  margin: clamp(18px, 2.6vw, 32px) 0 clamp(26px, 3.8vw, 48px);
  user-select: none;
}
.marquee__track {
  --mq-gap: clamp(18px, 2.2vw, 28px);
  --mq-copies: 7;
  display: flex;
  align-items: center;
  gap: var(--mq-gap);
  width: max-content;
  animation: slide 22s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.marquee__track span {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1rem, 2.1vw, 1.6rem);
  line-height: 1.2;
  color: #2b2b2b;
  white-space: nowrap;
}
.marquee__track i {
  font-style: normal;
  font-size: clamp(0.62rem, 1vw, 0.82rem);
  color: #f4c9a3;
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}
.marquee--brand {
  color: #fff;
  border-block: 0;
  background: linear-gradient(100deg, rgba(198, 28, 82, 0.5) 0%, rgba(212, 42, 95, 0.24) 45%, rgba(176, 24, 74, 0.55) 100%), url("../img/back/back1.webp") center/cover no-repeat;
  padding-block: clamp(16px, 1.9vw, 26px);
}
.marquee--brand .marquee__track {
  animation-duration: 30s;
}
.marquee--brand .marquee__track span {
  color: #fff;
  text-shadow: 0 2px 14px rgba(92, 8, 40, 0.35);
}
.marquee--brand .marquee__track i {
  color: rgba(255, 255, 255, 0.7);
}

@keyframes slide {
  to {
    transform: translate3d(calc((-100% - var(--mq-gap)) / var(--mq-copies)), 0, 0);
  }
}
.safety {
  --acc: #1668c4;
  --acc-soft: rgba(22, 104, 196, 0.12);
  --acc-line: rgba(22, 104, 196, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(34px, 4.2vw, 56px) 0 clamp(26px, 3vw, 38px);
}
.safety .h2 em {
  color: var(--acc);
}
.safety__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.8vw, 24px);
}
@media (max-width: 860px) {
  .safety__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .safety__grid {
    grid-template-columns: 1fr;
  }
}

.scard {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 2.2vw, 26px) clamp(18px, 2vw, 24px) clamp(22px, 2.4vw, 28px);
  border-radius: 28px;
  background: #fdfbf9;
  border: 1px solid rgba(43, 43, 43, 0.08);
}
.scard__ico {
  width: 42px;
  height: 42px;
  margin-bottom: 6px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--acc-soft);
  color: var(--acc);
}
.scard__ico svg {
  width: 22px;
  height: 22px;
  display: block;
}
.scard b {
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.25;
}
.scard span {
  font-size: 0.87rem;
  line-height: 1.5;
  color: #6e6660;
}

.shelter {
  position: relative;
  z-index: 1;
  margin: 0 clamp(0px, 2vw, 26px);
  padding: clamp(34px, 4.2vw, 58px) 0 clamp(34px, 4.4vw, 60px);
  border-radius: clamp(32px, 5vw, 64px);
  background: radial-gradient(120% 80% at 22% 0%, rgba(106, 76, 147, 0.55) 0%, transparent 60%), radial-gradient(90% 70% at 95% 100%, rgba(244, 201, 163, 0.16) 0%, transparent 55%), linear-gradient(160deg, #3e3355 0%, #2e2743 100%);
  overflow: hidden;
}
.shelter::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.shelter__inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  position: relative;
  z-index: 2;
}
.shelter__head {
  margin-bottom: clamp(34px, 4.4vw, 58px);
}
.shelter__head .h2 {
  max-width: 18ch;
}
.shelter__body {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(40px, 6vw, 82px);
  align-items: center;
}
@media (max-width: 860px) {
  .shelter__body {
    grid-template-columns: 1fr;
  }
}
.shelter__quote {
  position: relative;
  margin: 0 0 26px;
  padding-top: 26px;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.18rem, 2.3vw, 1.72rem);
  line-height: 1.42;
  color: #faf5ef;
  letter-spacing: -0.008em;
}
.shelter__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #f4c9a3 0%, rgba(244, 201, 163, 0) 100%);
}
.shelter__text {
  color: rgba(250, 245, 239, 0.62);
  max-width: 54ch;
  font-size: 0.95rem;
  margin: 0 0 clamp(26px, 3.4vw, 38px);
}
.shelter__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 14px);
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(16px, 2vw, 20px);
}
.shelter__facts li {
  position: relative;
  padding: clamp(15px, 1.9vw, 21px) clamp(14px, 1.8vw, 20px);
  border-radius: 20px;
  border: 1px solid rgba(250, 245, 239, 0.1);
  background: linear-gradient(158deg, rgba(250, 245, 239, 0.075) 0%, rgba(250, 245, 239, 0.022) 100%);
  transition: border-color 0.4s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.4s cubic-bezier(0.22, 0.68, 0.32, 1), translate 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.shelter__facts li:hover {
  border-color: rgba(244, 201, 163, 0.34);
  background: linear-gradient(158deg, rgba(250, 245, 239, 0.11) 0%, rgba(250, 245, 239, 0.035) 100%);
  translate: 0 -3px;
}
.shelter__facts .fact__ico {
  display: block;
  width: 21px;
  height: 21px;
  margin-bottom: clamp(10px, 1.4vw, 14px);
  color: #f4c9a3;
  opacity: 0.9;
}
.shelter__facts .fact__ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.shelter__facts b {
  display: block;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.45rem, 3.1vw, 1.95rem);
  font-weight: 400;
  line-height: 1.05;
  color: #f4c9a3;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .shelter__facts b {
    background: linear-gradient(112deg, #f4c9a3 0%, #faf5ef 78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.shelter__facts .fact__cap {
  display: block;
  margin-top: 7px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(250, 245, 239, 0.55);
}
@media (max-width: 600px) {
  .shelter__facts {
    gap: 9px;
  }
  .shelter__facts li {
    border-radius: 17px;
  }
}
.js .shelter__facts.reveal {
  opacity: 1;
  translate: none;
  transition: none;
}
.js .shelter__facts.reveal li {
  opacity: 0;
}
.js .shelter__facts.reveal.is-in li {
  animation: fact-in 0.55s cubic-bezier(0.22, 0.68, 0.32, 1) both;
  animation-delay: calc(var(--i, 0) * 90ms + 120ms);
}
.shelter__facts li:nth-child(2) {
  --i: 1;
}
.shelter__facts li:nth-child(3) {
  --i: 2;
}
.shelter__facts li:nth-child(4) {
  --i: 3;
}
.shelter__power {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px clamp(16px, 2vw, 22px);
  border-radius: 18px;
  border: 1px solid rgba(244, 201, 163, 0.22);
  background: linear-gradient(100deg, rgba(244, 201, 163, 0.1) 0%, rgba(244, 201, 163, 0.02) 70%);
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(250, 245, 239, 0.72);
}
.shelter__power b {
  font-weight: 600;
  color: rgba(250, 245, 239, 0.95);
}
.shelter__power-txt {
  min-width: 0;
}
.shelter__power-ico {
  flex: none;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(244, 201, 163, 0.14);
  color: #f4c9a3;
}
.shelter__power-ico svg {
  width: 18px;
  height: 18px;
}

.shelterphoto {
  margin: 0;
}
.shelterphoto__frame {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 999px 999px 36px 36px;
  overflow: hidden;
  box-shadow: 0 40px 90px -40px rgba(64, 48, 32, 0.45), 0 0 0 1px rgba(250, 245, 239, 0.1);
}
.shelterphoto__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02);
  transition: transform 1.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.shelterphoto__frame::before {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, transparent 0%, rgba(30, 25, 46, 0.55) 100%);
  z-index: 1;
  pointer-events: none;
}
.shelterphoto__frame:hover img {
  transform: scale(1.03);
}
@media (max-width: 860px) {
  .shelterphoto__frame {
    max-width: 420px;
    margin-inline: auto;
  }
}

.playbtn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 13px 26px 13px 15px;
  border-radius: 999px;
  background: rgba(250, 245, 239, 0.93);
  color: #3e3355;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 34px -14px rgba(0, 0, 0, 0.6);
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.35s, box-shadow 0.45s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.playbtn__ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6a4c93;
  flex: none;
  position: relative;
}
.playbtn__ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #faf5ef;
}
.playbtn:hover {
  transform: translateX(-50%) translateY(-3px);
  background: #faf5ef;
  box-shadow: 0 22px 44px -16px rgba(0, 0, 0, 0.65);
}
.playbtn:active {
  transform: translateX(-50%) translateY(-1px);
}
@media (max-width: 600px) {
  .playbtn {
    bottom: 22px;
    padding: 11px 20px 11px 12px;
    font-size: 0.82rem;
  }
}

.groups {
  --acc: #4c9a2a;
  --acc-soft: rgba(76, 154, 42, 0.12);
  --acc-line: rgba(76, 154, 42, 0.32);
  position: relative;
  z-index: 1;
  margin: clamp(20px, 3vw, 44px) clamp(0px, 2vw, 26px) 0;
  padding: clamp(38px, 4.6vw, 64px) 0 clamp(32px, 4vw, 52px);
  border-radius: clamp(32px, 5vw, 64px);
  background: radial-gradient(74% 58% at 8% 6%, rgba(168, 190, 30, 0.22) 0%, transparent 62%), radial-gradient(62% 52% at 96% 92%, rgba(76, 154, 42, 0.18) 0%, transparent 66%), linear-gradient(150deg, #e9f3dd 0%, #dce5d8 58%, #cddec6 100%);
  overflow: hidden;
}
.groups::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}

.picker {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  position: relative;
}
.picker__tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1.4vw, 22px);
  align-items: end;
  padding-top: clamp(10px, 1.2vw, 18px);
  margin-bottom: clamp(24px, 3vw, 40px);
}
.picker__trail {
  position: absolute;
  left: clamp(10px, 2vw, 34px);
  right: clamp(10px, 2vw, 34px);
  top: 0;
  bottom: 22px;
  z-index: 0;
  overflow: visible;
  fill: none;
  stroke: rgba(106, 76, 147, 0.4);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-dasharray: 0.1 15;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.6s cubic-bezier(0.22, 0.68, 0.32, 1) 0.3s;
}
.picker__trail path {
  vector-effect: non-scaling-stroke;
}
.picker__tabs.is-in .picker__trail {
  clip-path: inset(0 -4% 0 0);
}
@media (max-width: 600px) {
  .picker__trail {
    display: none;
  }
}
.picker__stage {
  display: grid;
  position: relative;
}
.picker__note {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  font-size: 0.95rem;
  color: #6e6660;
}
.picker__note > span {
  flex: none;
  color: #c57a4e;
}

.gtab {
  --step: 0px;
  --lift: 0px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: clamp(82px, 8.4vw, 106px);
  padding: 14px clamp(13px, 1.8vw, 26px);
  border-radius: 34px 34px 24px 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(43, 43, 43, 0.07);
  cursor: pointer;
  transform: translateY(calc(var(--step) + var(--lift)));
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.35s, box-shadow 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), border-color 0.35s;
}
.gtab::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.gtab::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: var(--fill);
  transform: translateX(-50%) rotate(45deg) scale(0);
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gtab__txt {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.gtab__age {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1;
  letter-spacing: -0.02em;
  transition: color 0.35s;
}
.gtab__age sup {
  font-size: 0.45em;
  top: -0.65em;
  position: relative;
}
.gtab__mark {
  width: clamp(26px, 2.6vw, 32px);
  height: clamp(26px, 2.6vw, 32px);
  border-radius: 50%;
  background: var(--fill);
  opacity: 0.6;
  transition: background 0.35s, opacity 0.35s, transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gtab__name {
  font-size: clamp(0.76rem, 0.95vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6e6660;
  transition: color 0.35s;
}
.gtab:hover {
  --lift: -5px;
  box-shadow: 0 24px 42px -28px rgba(64, 48, 32, 0.8);
}
.gtab--sage {
  --step: 22px;
  --tone: #3f8020;
  --fill: #eaf4de;
}
.gtab--peach {
  --step: 11px;
  --tone: #c06e08;
  --fill: #fdeeda;
}
.gtab--grape {
  --step: 0px;
  --tone: #6b1e86;
  --fill: #f1e6f8;
}
@media (max-width: 600px) {
  .gtab {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
    padding: 12px 8px;
  }
  .gtab__mark {
    display: none;
  }
  .gtab--sage, .gtab--peach {
    --step: 0px;
  }
}

#g-small:checked ~ .picker__tabs .gtab--sage,
#g-mid:checked ~ .picker__tabs .gtab--peach,
#g-senior:checked ~ .picker__tabs .gtab--grape {
  --lift: -8px;
  background: var(--fill);
  border-color: transparent;
  box-shadow: 0 28px 48px -26px rgba(64, 48, 32, 0.85);
}
#g-small:checked ~ .picker__tabs .gtab--sage::before,
#g-mid:checked ~ .picker__tabs .gtab--peach::before,
#g-senior:checked ~ .picker__tabs .gtab--grape::before {
  transform: translateX(-50%) rotate(45deg) scale(1);
}
#g-small:checked ~ .picker__tabs .gtab--sage .gtab__age,
#g-small:checked ~ .picker__tabs .gtab--sage .gtab__name,
#g-mid:checked ~ .picker__tabs .gtab--peach .gtab__age,
#g-mid:checked ~ .picker__tabs .gtab--peach .gtab__name,
#g-senior:checked ~ .picker__tabs .gtab--grape .gtab__age,
#g-senior:checked ~ .picker__tabs .gtab--grape .gtab__name {
  color: var(--tone);
}
#g-small:checked ~ .picker__tabs .gtab--sage .gtab__mark,
#g-mid:checked ~ .picker__tabs .gtab--peach .gtab__mark,
#g-senior:checked ~ .picker__tabs .gtab--grape .gtab__mark {
  background: rgba(255, 255, 255, 0.72);
  opacity: 1;
  transform: translateY(-2px);
}

#g-small:focus-visible ~ .picker__tabs .gtab--sage,
#g-mid:focus-visible ~ .picker__tabs .gtab--peach,
#g-senior:focus-visible ~ .picker__tabs .gtab--grape {
  outline: 2px solid #6a4c93;
  outline-offset: 4px;
}

.gpanel {
  grid-area: 1/1;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) minmax(180px, 240px);
  grid-template-areas: "side body peek";
  gap: clamp(20px, 3vw, 44px);
  padding: clamp(24px, 3vw, 42px);
  border-radius: 44px;
  border: 1px solid rgba(43, 43, 43, 0.05);
  background: var(--bg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.995);
  transition: opacity 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), transform 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), visibility 0.55s;
}
.gpanel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.gpanel--sage {
  --bg: #eaf4de;
  --tone: #3f8020;
  --fill: rgba(76, 154, 42, 0.2);
}
.gpanel--peach {
  --bg: #fdeeda;
  --tone: #c06e08;
  --fill: rgba(224, 130, 0, 0.22);
}
.gpanel--grape {
  --bg: #f1e6f8;
  --tone: #6b1e86;
  --fill: rgba(107, 30, 134, 0.18);
}
.gpanel__side {
  grid-area: side;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.gpanel__body {
  grid-area: body;
}
.gpanel__title {
  font-size: clamp(1.5rem, 2.1vw, 1.95rem);
  margin-bottom: 12px;
}
.gpanel__text {
  font-size: 0.97rem;
  color: #6e6660;
  max-width: 46ch;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.gpanel__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gage {
  position: relative;
  width: 100%;
  max-width: 210px;
  aspect-ratio: 200/152;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
}
.gage__blob {
  position: absolute;
  inset: 7% 11%;
  background: var(--fill);
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  animation: morph 17s ease-in-out infinite;
}
.gage__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-4deg);
}
.gage__ring path {
  fill: none;
  stroke: var(--tone);
  stroke-width: 2.6;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.22, 0.68, 0.32, 1) 0.35s;
}
.gage__num {
  position: relative;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(2.3rem, 3.4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #2b2b2b;
}
.gage__num sup {
  font-size: 0.46em;
  top: -0.6em;
  position: relative;
}
.gage__unit {
  position: relative;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tone);
  opacity: 0.8;
}

#g-small:checked ~ .picker__stage .gpanel--sage,
#g-mid:checked ~ .picker__stage .gpanel--peach,
#g-senior:checked ~ .picker__stage .gpanel--grape {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}

#g-small:checked ~ .picker__stage.is-in .gpanel--sage .gage__ring path,
#g-mid:checked ~ .picker__stage.is-in .gpanel--peach .gage__ring path,
#g-senior:checked ~ .picker__stage.is-in .gpanel--grape .gage__ring path {
  stroke-dashoffset: 0;
}
#g-small:checked ~ .picker__stage.is-in .gpanel--sage .gday::before,
#g-mid:checked ~ .picker__stage.is-in .gpanel--peach .gday::before,
#g-senior:checked ~ .picker__stage.is-in .gpanel--grape .gday::before {
  animation: gthread 1.5s cubic-bezier(0.22, 0.68, 0.32, 1) 0.35s backwards;
}
#g-small:checked ~ .picker__stage.is-in .gpanel--sage .gday__row::before,
#g-mid:checked ~ .picker__stage.is-in .gpanel--peach .gday__row::before,
#g-senior:checked ~ .picker__stage.is-in .gpanel--grape .gday__row::before {
  animation: gbead 0.75s cubic-bezier(0.22, 0.68, 0.32, 1) backwards;
  animation-delay: calc(var(--i) * 180ms + 750ms);
}
#g-small:checked ~ .picker__stage.is-in .gpanel--sage .gday__row b,
#g-mid:checked ~ .picker__stage.is-in .gpanel--peach .gday__row b,
#g-senior:checked ~ .picker__stage.is-in .gpanel--grape .gday__row b {
  animation: gtimeIn 0.7s cubic-bezier(0.22, 0.68, 0.32, 1) backwards;
  animation-delay: calc(var(--i) * 180ms + 750ms);
}
#g-small:checked ~ .picker__stage.is-in .gpanel--sage .gday__row span,
#g-mid:checked ~ .picker__stage.is-in .gpanel--peach .gday__row span,
#g-senior:checked ~ .picker__stage.is-in .gpanel--grape .gday__row span {
  animation: gtextIn 0.7s cubic-bezier(0.22, 0.68, 0.32, 1) backwards;
  animation-delay: calc(var(--i) * 180ms + 850ms);
}

html:not(.js) .gage__ring path {
  stroke-dashoffset: 0;
}

@keyframes gthread {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes gbead {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.35);
  }
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
}
@keyframes gtimeIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes gtextIn {
  from {
    opacity: 0;
    transform: translateX(9px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.gchips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}
.gchips span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #6e6660;
}
.gchips--meta {
  margin: clamp(16px, 2vw, 24px) 0 clamp(18px, 2.2vw, 26px);
}
.gchips--meta span {
  background: rgba(255, 255, 255, 0.55);
}

.gday {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gday::before {
  content: "";
  position: absolute;
  left: 67px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(var(--tone) 45%, transparent 0) top/2px 9px repeat-y;
  opacity: 0.3;
  transform-origin: top;
}
.gday__row {
  --line: 1.7rem;
  position: relative;
  display: grid;
  grid-template-columns: 52px 16px minmax(0, 1fr);
  align-items: start;
  column-gap: 8px;
  padding: 10px 0;
}
.gday__row::before {
  content: "";
  grid-area: 1/2;
  width: 9px;
  height: 9px;
  margin-top: calc((var(--line) - 9px) / 2);
  border-radius: 50%;
  background: var(--tone);
  opacity: 0.55;
  justify-self: center;
}
.gday__row b {
  grid-area: 1/1;
  text-align: right;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
  color: var(--tone);
  line-height: var(--line);
}
.gday__row span {
  grid-area: 1/3;
  font-size: 0.95rem;
  color: #6e6660;
  line-height: var(--line);
}
.gday__row:nth-child(1) {
  --i: 0;
}
.gday__row:nth-child(2) {
  --i: 1;
}
.gday__row:nth-child(3) {
  --i: 2;
}
.gday__row:nth-child(4) {
  --i: 3;
}
.gday__row:nth-child(5) {
  --i: 4;
}
.gday__row:nth-child(6) {
  --i: 5;
}
@media (max-width: 600px) {
  .gday::before {
    left: 57px;
  }
  .gday__row {
    grid-template-columns: 44px 14px minmax(0, 1fr);
    column-gap: 7px;
  }
}

.gpeek {
  grid-area: peek;
  align-self: start;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 10px 10px 4px;
  background: #fffdfa;
  border: 1px solid rgba(43, 43, 43, 0.06);
  border-radius: 24px;
  box-shadow: 0 24px 46px -30px rgba(64, 48, 32, 0.9);
  transform: rotate(2.2deg);
  transition: transform 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gpeek img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.gpeek__shot {
  display: block;
}
.gpeek__cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 4px 7px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tone);
}
.gpeek__cap::after {
  content: "⤢";
  font-size: 1rem;
  transition: transform 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.gpeek__sub {
  display: none;
}
.gpeek:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 36px 62px -32px rgba(64, 48, 32, 0.95);
}
.gpeek:hover .gpeek__cap::after {
  transform: translate(2px, -2px) scale(1.12);
}
.gpeek:focus-visible {
  outline: 2px solid var(--tone);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .gpanel {
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    grid-template-areas: "side body" "peek body";
    align-items: start;
  }
  .gpeek {
    margin-top: 4px;
  }
}
@media (max-width: 860px) {
  .gpanel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "side" "body" "peek";
    border-radius: 34px;
    gap: 24px;
  }
  .gage {
    max-width: 180px;
  }
  .gpeek {
    max-width: 320px;
  }
}
@media (max-width: 600px) {
  .gpeek {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: none;
    padding: 10px 12px 10px 10px;
    border-radius: 20px;
    text-align: left;
    transform: none;
    box-shadow: 0 14px 30px -22px rgba(64, 48, 32, 0.9);
  }
  .gpeek__shot {
    position: relative;
    flex: 0 0 auto;
    width: 52px;
    height: 62px;
  }
  .gpeek__shot::before, .gpeek__shot::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 11px;
    background: #fffdfa;
    border: 1px solid rgba(43, 43, 43, 0.1);
  }
  .gpeek__shot::before {
    transform: rotate(9deg) translate(4px, -2px);
  }
  .gpeek__shot::after {
    transform: rotate(4.5deg) translate(2px, -1px);
  }
  .gpeek img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 11px;
    box-shadow: 0 5px 12px -7px rgba(64, 48, 32, 0.8);
  }
  .gpeek__cap {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 0;
    min-width: 0;
  }
  .gpeek__cap::after {
    content: none;
  }
  .gpeek__ttl {
    font-size: 0.92rem;
  }
  .gpeek__sub {
    display: block;
    font-size: 0.74rem;
    font-weight: 500;
    line-height: 1.35;
    color: #6e6660;
  }
  .gpeek::after {
    content: "⤢";
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--fill);
    color: var(--tone);
    font-size: 1rem;
  }
  .gpeek:hover {
    transform: none;
  }
  .gpeek:active {
    transform: scale(0.98);
  }
}
@media (prefers-reduced-motion: reduce) {
  .picker__trail {
    transition: none;
    clip-path: none;
  }
  .gpanel {
    transition: opacity 0.01s;
  }
  .gpanel .gday::before,
  .gpanel .gday__row::before,
  .gpanel .gday__row b,
  .gpanel .gday__row span {
    animation: none !important;
  }
  .gage__blob {
    animation: none;
  }
  .gage__ring path {
    transition: none;
  }
}
.support {
  --acc: #c06e08;
  --acc-soft: rgba(192, 110, 8, 0.12);
  --acc-line: rgba(192, 110, 8, 0.32);
  position: relative;
  z-index: 1;
  margin: 0 clamp(0px, 2vw, 26px);
  padding: clamp(34px, 4.2vw, 56px) 0 clamp(32px, 3.8vw, 50px);
  border-radius: clamp(32px, 5vw, 64px);
  background: #f0e7d9;
  overflow: hidden;
}
.support__inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  position: relative;
  z-index: 2;
}
.support__head {
  margin-bottom: clamp(30px, 3.8vw, 48px);
}
.support__head .h2 {
  margin-bottom: 18px;
}
.support__lead {
  margin: 0;
  max-width: 54ch;
  color: #6e6660;
}
.support__head--second {
  margin-top: clamp(30px, 3.8vw, 50px);
}
.support__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 2.8vw, 34px);
  margin-bottom: clamp(28px, 3.4vw, 44px);
}
@media (max-width: 860px) {
  .support__row {
    grid-template-columns: 1fr;
  }
}
.support__row--own {
  margin-bottom: 0;
}
.support__extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(4px, 0.6vw, 8px);
}
@media (max-width: 860px) {
  .support__extra {
    grid-template-columns: 1fr;
  }
}
.support__note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin: clamp(26px, 3.2vw, 38px) 0 0;
  font-size: 0.95rem;
  color: #6e6660;
}
.support__note a {
  font-weight: 600;
  color: #6a4c93;
  border-bottom: 1px solid rgba(106, 76, 147, 0.3);
  transition: border-color 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.support__note a::after {
  content: " →";
}
.support__note a:hover {
  border-bottom-color: #6a4c93;
}

.voucher {
  --v-ink: #faf5ef;
  --v-chip: rgba(250, 245, 239, 0.17);
  --v-line: rgba(250, 245, 239, 0.28);
  --v-dt: 0.55;
  --v-dd: 0.9;
  position: relative;
  padding: 36px 38px 40px;
  border-radius: 34px;
  background: linear-gradient(150deg, #cbe096 0%, #aecb6c 100%);
  color: var(--v-ink);
  overflow: hidden;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.voucher::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.voucher:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 90px -40px rgba(64, 48, 32, 0.45);
}
.voucher--alt {
  background: linear-gradient(150deg, #f7da86 0%, #eec35a 100%);
}
.voucher--light {
  --v-ink: #2b2b2b;
  --v-chip: rgba(255, 255, 255, 0.5);
  --v-line: rgba(43, 43, 43, 0.26);
  --v-dt: 0.72;
  --v-dd: 1;
}
.voucher--pink {
  background: linear-gradient(150deg, #d42a5f 0%, #8f1740 100%);
}
.voucher--violet {
  background: linear-gradient(150deg, #6a4c93 0%, #2e2743 100%);
}
.voucher__top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.voucher__tag {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--v-chip);
}
.voucher__name {
  font-size: 1.7rem;
}
.voucher__sum {
  font-size: 1rem;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed var(--v-line);
}
.voucher__sum b {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 2.6rem;
  font-weight: 400;
  margin-right: 8px;
  letter-spacing: -0.02em;
}
.voucher__dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 24px;
}
.voucher__dl dt {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: var(--v-dt);
  padding-top: 3px;
  white-space: nowrap;
}
.voucher__dl dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: var(--v-dd);
}
@media (max-width: 600px) {
  .voucher__dl {
    grid-template-columns: 1fr;
    gap: 4px 0;
  }
  .voucher__dl dd {
    margin-bottom: 12px;
  }
}
.voucher__punch {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0e7d9;
  transform: translateY(-50%);
  z-index: 3;
}
.voucher__punch--l {
  left: -14px;
}
.voucher__punch--r {
  right: -14px;
}

.perk {
  --acc: #d42a5f;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  border-radius: 26px 26px 26px 6px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px dashed rgba(43, 43, 43, 0.16);
  border-left: 3px solid var(--acc);
}
.perk--pink {
  --acc: #d42a5f;
}
.perk--blue {
  --acc: #1668c4;
}
.perk__off {
  flex: none;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--acc);
}
.perk p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #6e6660;
}
.perk p b {
  font-weight: 600;
  color: #2b2b2b;
}

.about {
  --acc: #1668c4;
  --acc-soft: rgba(22, 104, 196, 0.12);
  --acc-line: rgba(22, 104, 196, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4.4vw, 60px) 0;
}
.about__top {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 3.4vw, 44px);
}
@media (max-width: 860px) {
  .about__top {
    grid-template-columns: 1fr;
  }
}
.about__lead .h2 {
  font-size: clamp(2.2rem, 5.4vw, 4.1rem);
}
.about__lead-text {
  color: #6e6660;
}
.about__lead-text p:last-child {
  margin-bottom: 0;
}
.about__mini {
  padding-left: 22px;
  border-left: 2px solid #f4c9a3;
  font-size: 0.93rem;
}
.about__facts {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
  margin-block: 0 clamp(32px, 4vw, 52px);
}
@media (max-width: 860px) {
  .about__facts {
    grid-template-columns: 1fr;
  }
}
.about__facts li {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 24px 28px 26px;
  border-radius: 30px;
  background: #fdfbf9;
  border: 1px solid rgba(43, 43, 43, 0.08);
}
.about__facts b {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 1.85rem);
  line-height: 1;
  color: var(--acc, #c57a4e);
}
.about__facts b sup {
  font-size: 0.5em;
  vertical-align: super;
}
.about__facts span {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6e6660;
}
.about__note {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  margin-block: clamp(34px, 4vw, 54px) 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #6e6660;
  font-size: 0.95rem;
}
.about__note > span {
  flex: none;
  color: var(--acc, #c57a4e);
}

.phrases {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
}
.phrases__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 32px;
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.phrases__title {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.65rem, 3.2vw, 2.5rem);
  line-height: 1.1;
  margin: 0;
}
.phrases__title em {
  font-style: normal;
  color: var(--acc, #6a4c93);
}
.phrases__title--why {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  margin-block: clamp(38px, 4.4vw, 60px) clamp(18px, 2.2vw, 28px);
}
.phrases__hint {
  margin: 0;
  color: #a29a92;
  font-size: 0.89rem;
  max-width: 40ch;
}
.phrases__deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
}
@media (max-width: 860px) {
  .phrases__deck {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .phrases__deck {
    grid-template-columns: 1fr;
  }
}

.phrase {
  position: relative;
  min-height: clamp(198px, 21vw, 236px);
  perspective: 1400px;
}
@media (max-width: 600px) {
  .phrase {
    min-height: 178px;
  }
}
.phrase__card {
  --flip: 0deg;
  --lift: 0px;
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
  transform: translateY(var(--lift)) rotateY(var(--flip));
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.22, 0.68, 0.32, 1);
  -webkit-tap-highlight-color: transparent;
}
.phrase__input:checked + .phrase__card {
  --flip: 180deg;
}
.phrase:hover .phrase__card {
  --lift: -6px;
}
.phrase__input:focus-visible + .phrase__card .phrase__face {
  outline: 3px solid #6a4c93;
  outline-offset: 3px;
}
.phrase__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 26px 28px 28px;
  border-radius: 44px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: box-shadow 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.phrase__face::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.phrase__face--front {
  background: #fffdfa;
  border: 1px solid rgba(43, 43, 43, 0.08);
  justify-content: flex-end;
}
.phrase__face--back {
  transform: rotateY(180deg);
  justify-content: center;
  gap: 11px;
}
.phrase:hover .phrase__face {
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.phrase__lang {
  position: absolute;
  top: 24px;
  right: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  background: rgba(43, 43, 43, 0.06);
  color: #a29a92;
}
.phrase__turn {
  position: absolute;
  top: 20px;
  left: 26px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.05);
  color: #a29a92;
  font-size: 1.02rem;
  transition: transform 0.6s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.4s, color 0.4s;
}
.phrase:hover .phrase__turn {
  background: var(--acc-soft, rgba(197, 122, 78, 0.14));
  color: var(--acc, #c57a4e);
  transform: rotate(-120deg);
}
.phrase__time {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 1.8rem);
  line-height: 1;
  color: var(--acc, #c57a4e);
  margin-bottom: 11px;
}
.phrase__moment {
  font-size: 0.97rem;
  line-height: 1.45;
  max-width: 21ch;
}
.phrase__en {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  line-height: 1.3;
}
.phrase__ua {
  font-size: 0.86rem;
  line-height: 1.5;
  opacity: 0.72;
}
.phrase:nth-child(3n+1) .phrase__face {
  border-radius: 44px 44px 44px 110px;
}
.phrase:nth-child(3n+3) .phrase__face {
  border-radius: 44px 110px 44px 44px;
}
.phrase:nth-child(3n+1) .phrase__face--front {
  padding-bottom: 44px;
}
.phrase:nth-child(3n+3) .phrase__lang {
  top: 36px;
  right: 38px;
}
.phrase:nth-child(3n+3) .phrase__face--back {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .phrase:nth-child(n) .phrase__face {
    border-radius: 40px;
  }
  .phrase:nth-child(n) .phrase__face--front {
    padding-bottom: 28px;
  }
  .phrase:nth-child(n) .phrase__lang {
    top: 24px;
    right: 26px;
  }
}
.phrase--sage .phrase__face--back {
  background: #dce5d8;
}
.phrase--peach .phrase__face--back {
  background: #fae3ce;
}
.phrase--mist .phrase__face--back {
  background: #ecf1ea;
}
.phrase--blush .phrase__face--back {
  background: #fbe9df;
}
.phrase--cream .phrase__face--back {
  background: #f0e7d9;
}
.phrase--grape .phrase__face--back {
  background: linear-gradient(150deg, #6a4c93 0%, #5c4d7d 100%);
  color: #faf5ef;
}
.phrase--grape .phrase__face--back .phrase__lang {
  background: rgba(250, 245, 239, 0.16);
  color: rgba(250, 245, 239, 0.8);
}

@media (prefers-reduced-motion: reduce) {
  .phrase__card,
  .phrase__turn {
    transition: none;
  }
  .phrase:hover .phrase__turn {
    transform: none;
  }
}
.bubbles {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(16px, 2vw, 26px);
}
@media (max-width: 1100px) {
  .bubbles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .bubbles {
    display: flex;
    max-width: none;
    padding-inline: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    scrollbar-width: none;
  }
  .bubbles::before, .bubbles::after {
    content: "";
    flex: 0 0 4px;
  }
  .bubbles::-webkit-scrollbar {
    display: none;
  }
}

.bubbles__dots {
  display: none;
}

@media (max-width: 600px) {
  .bubbles__dots {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0 0 18px;
  }
  .bubbles__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(43, 43, 43, 0.18);
    cursor: pointer;
    position: relative;
    transition: background 0.3s, scale 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
  }
  .bubbles__dot::after {
    content: "";
    position: absolute;
    inset: -13px;
    border-radius: 50%;
  }
  .bubbles__dot.is-on {
    background: var(--acc, #d42a5f);
    scale: 1.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bubbles__dot {
    transition: none;
  }
}
.bubble {
  padding: 32px 30px 34px;
  border-radius: 48px;
  position: relative;
  transition: transform 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.bubble::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.bubble:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.bubble__ico {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--ico-bg, rgba(255, 255, 255, 0.5));
  color: var(--ico-fg, #2b2b2b);
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.bubble__ico svg {
  display: block;
  overflow: visible;
}
.bubble__ico .bubble__art {
  width: 29px;
  height: 29px;
}
.bubble__ico .bubble__ring {
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  opacity: 0.32;
  transition: transform 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), opacity 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.bubble__ico .bico__f {
  opacity: 0;
}
.bubble__ico .bico__f:first-child {
  opacity: 1;
}
.bubble__ico path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.js .bubble.is-in .bubble__ico path {
  animation: bico-draw 1.05s cubic-bezier(0.22, 0.68, 0.32, 1) forwards;
  animation-delay: calc(var(--d, 0) * 90ms + 260ms);
}
.js .bubble.is-in .bubble__ico .bubble__ring path {
  animation-duration: 0.85s;
  animation-delay: calc(var(--d, 0) * 90ms + 1000ms);
}
.js .bubble.is-live .bubble__ico .bico__f {
  animation: bico-boil 0.33s linear infinite;
  animation-delay: 0s;
}
.js .bubble.is-live .bubble__ico .bico__f:nth-child(2) {
  animation-delay: 0.11s;
}
.js .bubble.is-live .bubble__ico .bico__f:nth-child(3) {
  animation-delay: 0.22s;
}
.bubble:hover .bubble__ico, .bubble:focus-within .bubble__ico {
  transform: rotate(-5deg);
}
.bubble:hover .bubble__ico .bubble__ring, .bubble:focus-within .bubble__ico .bubble__ring {
  transform: rotate(14deg);
  opacity: 0.5;
}
.js .bubble.is-in:hover .bubble__ico .bico__f, .js .bubble.is-in:focus-within .bubble__ico .bico__f, .bubble:hover .bubble__ico .bico__f, .bubble:focus-within .bubble__ico .bico__f {
  animation: bico-boil 0.33s linear infinite;
  animation-delay: 0s;
}
.js .bubble.is-in:hover .bubble__ico .bico__f:nth-child(2), .js .bubble.is-in:focus-within .bubble__ico .bico__f:nth-child(2), .bubble:hover .bubble__ico .bico__f:nth-child(2), .bubble:focus-within .bubble__ico .bico__f:nth-child(2) {
  animation-delay: 0.11s;
}
.js .bubble.is-in:hover .bubble__ico .bico__f:nth-child(3), .js .bubble.is-in:focus-within .bubble__ico .bico__f:nth-child(3), .bubble:hover .bubble__ico .bico__f:nth-child(3), .bubble:focus-within .bubble__ico .bico__f:nth-child(3) {
  animation-delay: 0.22s;
}
.bubble h3 {
  font-size: 1.22rem;
  margin-bottom: 11px;
  line-height: 1.2;
}
.bubble p {
  margin: 0;
  max-width: 52ch;
  font-size: 0.92rem;
  line-height: 1.6;
  opacity: 0.78;
}
.bubble--w3 {
  grid-column: span 3;
}
.bubble--w2 {
  grid-column: span 2;
}
.bubble:nth-child(1) {
  border-radius: 48px 48px 48px 112px;
  padding-bottom: 58px;
}
.bubble:nth-child(2) {
  border-radius: 48px 112px 48px 48px;
  padding-right: 58px;
}
.bubble:nth-child(5) {
  border-radius: 48px 48px 112px 48px;
  padding-bottom: 58px;
}
@media (max-width: 1100px) {
  .bubble--w3, .bubble--w2 {
    grid-column: span 2;
  }
  .bubble:last-child {
    grid-column: span 4;
  }
}
@media (max-width: 600px) {
  .bubble {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: center;
  }
  .bubble:nth-child(n) {
    border-radius: 44px;
    padding: 30px 26px 32px;
  }
  .bubble:hover {
    transform: none;
    box-shadow: none;
  }
}
.bubble--sage {
  background: #dce5d8;
  color: #2b2b2b;
  --ico-bg: rgba(94, 110, 88, 0.16);
  --ico-fg: #5e6e58;
}
.bubble--peach {
  background: #fae3ce;
  color: #2b2b2b;
  --ico-bg: rgba(197, 122, 78, 0.22);
  --ico-fg: #c57a4e;
}
.bubble--cream {
  background: #fff;
  border: 1px solid rgba(43, 43, 43, 0.06);
  --ico-bg: rgba(106, 76, 147, 0.12);
  --ico-fg: #6a4c93;
}
.bubble--cream:nth-child(3) {
  --ico-bg: rgba(197, 122, 78, 0.14);
  --ico-fg: #c57a4e;
}
.bubble--grape {
  background: linear-gradient(150deg, #6a4c93 0%, #5c4d7d 100%);
  color: #faf5ef;
  --ico-bg: rgba(250, 245, 239, 0.18);
  --ico-fg: #faf5ef;
}

@keyframes bico-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes bico-boil {
  0%, 33.2% {
    opacity: 1;
  }
  33.3%, 100% {
    opacity: 0;
  }
}
html:not(.js) .bubble__ico path {
  stroke-dashoffset: 0;
}

@media (prefers-reduced-motion: reduce) {
  .bubble__ico path {
    stroke-dashoffset: 0;
    animation: none !important;
  }
  .bubble__ico .bico__f {
    animation: none !important;
  }
}
.clubs {
  --acc: #d42a5f;
  --acc-soft: rgba(212, 42, 95, 0.12);
  --acc-line: rgba(212, 42, 95, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4.4vw, 60px) 0 clamp(30px, 3.6vw, 48px);
}
.clubs__row {
  align-items: stretch;
}
.clubs__note {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin: clamp(26px, 3.2vw, 38px) auto 0;
  font-size: 0.95rem;
  color: #6e6660;
}
.clubs__note a {
  font-weight: 600;
  color: var(--acc, #6a4c93);
  border-bottom: 1px solid var(--acc-line, rgba(106, 76, 147, 0.3));
  transition: border-color 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.clubs__note a::after {
  content: " →";
}
.clubs__note a:hover {
  border-bottom-color: var(--acc, #6a4c93);
}

.club {
  --ink: var(--acc, #c57a4e);
  display: flex;
  flex-direction: column;
  border-radius: 34px;
  overflow: hidden;
  background: #fffdfa;
  border: 1px solid rgba(43, 43, 43, 0.08);
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.club:nth-child(odd) {
  border-radius: 34px 34px 34px 72px;
}
.club:nth-child(even) {
  border-radius: 34px 34px 72px 34px;
}
.club {
  flex: none;
  width: clamp(268px, 30vw, 340px);
}
.club:nth-child(even) {
  margin-top: clamp(18px, 2.6vw, 40px);
}
@media (max-width: 600px) {
  .club {
    width: min(80vw, 320px);
  }
  .club:nth-child(even) {
    margin-top: 0;
  }
}
.club:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.club--dance {
  --art: #fde9e1;
  --ink: #d42a5f;
}
.club--gym {
  --art: #f7fbf1;
  --ink: #3f8020;
}
.club--paint {
  --art: #fef5e9;
  --ink: #c06e08;
}
.club--vocal {
  --art: #dfece2;
  --ink: #77890f;
}
.club--piano {
  --art: #eadef9;
  --ink: #6b1e86;
}
.club--lego {
  --art: #fde2cb;
  --ink: #1668c4;
}
.club--prog {
  --art: #e2ecf8;
  --ink: #1668c4;
}
.club--chess {
  --art: #ecf2e7;
  --ink: #1668c4;
}
.club--speech {
  --art: #fbf1ed;
  --ink: #a81d4a;
}
.club--yoga {
  --art: #f6f1f5;
  --ink: #3f8020;
}
.club__art {
  position: relative;
  flex: none;
  overflow: hidden;
  background: var(--art, #fbe9df);
}
.club__art img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.7s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.club:hover .club__art img {
  transform: scale(1.045);
}
.club__age {
  position: absolute;
  right: 16px;
  top: 14px;
  min-width: 52px;
  padding: 7px 12px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 1.16rem;
  line-height: 1;
  text-align: center;
}
.club__age sup {
  font-size: 0.55em;
  vertical-align: super;
}
.club__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(24px, 2.5vw, 30px) clamp(22px, 2.4vw, 30px) clamp(32px, 3.6vw, 44px);
}
.club__body > :not(.club__doodle) {
  position: relative;
  z-index: 1;
}
.club__meta {
  position: relative;
}
.club__doodle {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -2px;
  width: clamp(52px, 24%, 84px);
}
@media (max-width: 360px) {
  .club__doodle {
    bottom: -12px;
    width: 46px;
  }
}
.club__doodle {
  height: auto;
  pointer-events: none;
  overflow: visible;
}
.club__doodle path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 0.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.34;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 0.68, 0.32, 1) 0.5s;
}
.club__doodle path:nth-child(2) {
  transition-delay: 0.66s;
}
.club__doodle path:nth-child(3) {
  transition-delay: 0.82s;
}
.club__doodle path:nth-child(4) {
  transition-delay: 0.98s;
}
.club__name {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  margin: 0;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.28rem, 2vw, 1.55rem);
  line-height: 1.15;
}
.club__art--draw {
  display: grid;
  place-items: center;
  aspect-ratio: 1870/841;
  padding: 8px;
}
.club__artico {
  width: 34%;
  min-width: 74px;
  height: auto;
  fill: none;
  stroke: var(--ink);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.62;
}
.club__lego {
  display: inline-block;
  width: 1.24em;
  margin-left: 0.14em;
  vertical-align: -0.24em;
}
.club__lego svg {
  display: block;
  width: 100%;
  height: auto;
}
.club__lego text {
  font-family: "Titan One", "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-anchor: middle;
  paint-order: stroke;
  stroke-linejoin: round;
}
.club__lego-y {
  fill: #ffcf00;
  stroke: #ffcf00;
  stroke-width: 15.4;
}
.club__lego-k {
  fill: #000;
  stroke: #000;
  stroke-width: 9;
}
.club__lego-w {
  fill: #fff;
}
.club__swash {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  height: 7px;
  overflow: visible;
}
.club__swash path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.5;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.9s cubic-bezier(0.22, 0.68, 0.32, 1) 0.35s;
}
.club.is-in .club__swash path, html:not(.js) .club__swash path, .club.is-in .club__doodle path, html:not(.js) .club__doodle path {
  stroke-dashoffset: 0;
}
.club__text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
  color: #6e6660;
}
.club__week {
  display: flex;
  gap: 6px;
  margin: 2px 0 0;
}
.club__week span:not(.sr-only) {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.04);
  color: #a29a92;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.club__week span:not(.sr-only).is-on {
  background: var(--ink);
  color: #faf5ef;
  font-weight: 700;
}
.club__facts {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
}
.club__facts > div {
  display: contents;
}
.club__facts dt {
  padding-top: 0.3em;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a29a92;
}
.club__facts dd {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 500;
}
.club__note {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 2px 0 0;
  padding-top: 14px;
  border-top: 1px dashed rgba(43, 43, 43, 0.14);
  font-size: 0.85rem;
  line-height: 1.5;
  color: #6e6660;
}
.club__note > span {
  flex: none;
  color: var(--ink);
}

.comfort {
  --acc: #d42a5f;
  --acc-soft: rgba(212, 42, 95, 0.12);
  --acc-line: rgba(212, 42, 95, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4.4vw, 60px) 0 clamp(30px, 3.6vw, 48px);
}
.comfort__cols {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 32px);
  align-items: stretch;
}
@media (max-width: 860px) {
  .comfort__cols {
    grid-template-columns: 1fr;
  }
}

.ccol {
  --acc: #6b1e86;
  --acc-soft: rgba(107, 30, 134, 0.12);
  --acc-line: rgba(107, 30, 134, 0.32);
  position: relative;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.8vw, 36px) clamp(74px, 8vw, 108px);
  border-radius: 34px 34px 34px 78px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(43, 43, 43, 0.08);
}
.ccol--kid {
  --acc: #4c9a2a;
  --acc-soft: rgba(76, 154, 42, 0.12);
  --acc-line: rgba(76, 154, 42, 0.32);
  border-radius: 78px 34px 78px 34px;
  border-color: rgba(76, 154, 42, 0.2);
  background: radial-gradient(130% 96% at 88% 4%, rgba(76, 154, 42, 0.09), transparent 60%), #e8ebe1;
}
.ccol--kid .ccol__ttl {
  font-size: clamp(1.5rem, 2.5vw, 1.95rem);
}
.ccol--kid .ccol__list {
  gap: clamp(8px, 1vw, 12px);
}
.ccol--kid .ccol__list li {
  align-items: center;
  font-size: clamp(0.93rem, 1.05vw, 1.02rem);
  line-height: 1.35;
  color: #2b2b2b;
}
.ccol--kid .ccol__txt {
  padding-top: 0;
}
.ccol__art {
  position: absolute;
  right: clamp(14px, 2.4vw, 28px);
  bottom: clamp(6px, 1vw, 14px);
  width: clamp(68px, 9vw, 100px);
  height: auto;
  pointer-events: none;
}
.ccol__art .bico__f {
  opacity: 0;
  animation: bico-boil 0.33s linear infinite;
}
.ccol__art .bico__f:first-child {
  opacity: 1;
}
.ccol__art .bico__f:nth-child(2) {
  animation-delay: 0.11s;
}
.ccol__art .bico__f:nth-child(3) {
  animation-delay: 0.22s;
}
.ccol__art path {
  fill: none;
  stroke: var(--acc);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.42;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.js .ccol.is-in .ccol__art path {
  animation: bico-draw 0.9s cubic-bezier(0.22, 0.68, 0.32, 1) forwards;
}
.js .ccol.is-in .ccol__art path:nth-child(1) {
  animation-delay: 0.41s;
}
.js .ccol.is-in .ccol__art path:nth-child(2) {
  animation-delay: 0.57s;
}
.js .ccol.is-in .ccol__art path:nth-child(3) {
  animation-delay: 0.73s;
}
.js .ccol.is-in .ccol__art path:nth-child(4) {
  animation-delay: 0.89s;
}
.js .ccol.is-in .ccol__art path:nth-child(5) {
  animation-delay: 1.05s;
}
.js .ccol.is-in .ccol__art path:nth-child(6) {
  animation-delay: 1.21s;
}
html:not(.js) .ccol__art path {
  stroke-dashoffset: 0;
}
.ccol__swash {
  position: absolute;
  left: -2%;
  top: 84%;
  width: 104%;
  height: 0.3em;
  overflow: visible;
}
.ccol__swash path {
  fill: none;
  stroke: #4c9a2a;
  stroke-width: 4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  opacity: 0.5;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.15s cubic-bezier(0.22, 0.68, 0.32, 1) 0.35s;
}
.ccol.is-in .ccol__swash path, html:not(.js) .ccol__swash path {
  stroke-dashoffset: 0;
}
.ccol__ico {
  flex: none;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--acc-soft);
  color: var(--acc);
}
.ccol__ico svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ccol__txt {
  padding-top: 7px;
}
.ccol__ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 clamp(18px, 2vw, 24px);
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  line-height: 1.15;
  color: var(--acc);
}
.ccol--you {
  border-color: rgba(106, 76, 147, 0.2);
  background: radial-gradient(130% 96% at 12% 4%, rgba(106, 76, 147, 0.1), transparent 60%), #ebe4ef;
}
.ccol__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(9px, 1.1vw, 13px);
}
.ccol__list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(11px, 1.2vw, 15px);
  padding: clamp(10px, 1.1vw, 13px) clamp(13px, 1.5vw, 18px);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.78);
  border: 1px solid var(--acc-line);
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6e6660;
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.45s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.ccol__list li:hover {
  transform: translateX(4px);
  background: #fffdfa;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.ccol__list b {
  font-weight: 600;
  color: #2b2b2b;
}

.cookie {
  --acc: #c06e08;
  --acc-soft: rgba(192, 110, 8, 0.12);
  --acc-line: rgba(192, 110, 8, 0.32);
  position: relative;
  z-index: 1;
  margin: clamp(24px, 3.4vw, 52px) clamp(0px, 2vw, 26px);
  padding: clamp(48px, 5.6vw, 80px) 0 clamp(48px, 5.8vw, 84px);
  border-radius: clamp(32px, 5vw, 64px);
  background: radial-gradient(80% 60% at 12% 12%, rgba(244, 201, 163, 0.3) 0%, transparent 60%), radial-gradient(58% 48% at 94% 86%, rgba(106, 76, 147, 0.12) 0%, transparent 64%), linear-gradient(150deg, #f0e7d9 0%, #f7f3eb 60%, #e7daca 100%);
  overflow: hidden;
}
.cookie::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.cookie::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  background-image: radial-gradient(rgba(255, 255, 255, 0.9) 1.4px, transparent 1.6px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(115% 85% at 50% 0%, #000 0%, transparent 70%);
  mask-image: radial-gradient(115% 85% at 50% 0%, #000 0%, transparent 70%);
}
.cookie__deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 600px) {
  .cookie__deco {
    opacity: 0.6;
  }
}
.cookie__crumb {
  position: absolute;
  border-radius: 46% 54% 38% 62%/55% 42% 58% 45%;
  animation: float 19s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.cookie__crumb--1 {
  width: 16px;
  height: 13px;
  top: 11%;
  left: 6%;
  background: rgba(197, 122, 78, 0.35);
  animation-duration: 21s;
}
.cookie__crumb--2 {
  width: 9px;
  height: 9px;
  top: 26%;
  left: 14%;
  background: rgba(106, 76, 147, 0.28);
  animation-duration: 16s;
  animation-delay: -5s;
}
.cookie__crumb--3 {
  width: 22px;
  height: 17px;
  top: 74%;
  left: 9%;
  background: rgba(244, 201, 163, 0.75);
  animation-duration: 24s;
  animation-delay: -11s;
}
.cookie__crumb--4 {
  width: 12px;
  height: 10px;
  top: 16%;
  right: 12%;
  background: rgba(169, 188, 161, 0.8);
  animation-duration: 18s;
  animation-delay: -3s;
}
.cookie__crumb--5 {
  width: 26px;
  height: 20px;
  top: 58%;
  right: 6%;
  background: rgba(197, 122, 78, 0.22);
  animation-duration: 26s;
  animation-delay: -14s;
}
.cookie__crumb--6 {
  width: 8px;
  height: 8px;
  top: 88%;
  right: 22%;
  background: rgba(106, 76, 147, 0.22);
  animation-duration: 15s;
  animation-delay: -7s;
}
.cookie__crumb--7 {
  width: 14px;
  height: 11px;
  top: 44%;
  left: 3%;
  background: rgba(244, 201, 163, 0.6);
  animation-duration: 22s;
  animation-delay: -9s;
}
@media (max-width: 860px) {
  .cookie__crumb--2, .cookie__crumb--5, .cookie__crumb--7 {
    display: none;
  }
}
@media (max-width: 600px) {
  .cookie__crumb--1, .cookie__crumb--6 {
    display: none;
  }
}
.cookie__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  padding-inline: clamp(26px, 5.4vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(44px, 6.4vw, 90px);
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 860px) {
  .cookie__inner {
    grid-template-columns: 1fr;
    gap: clamp(34px, 5.5vw, 48px);
  }
}
.cookie__media {
  position: relative;
}
@media (max-width: 860px) {
  .cookie__media {
    max-width: 440px;
    margin-inline: auto;
    width: 100%;
  }
}
.cookie__ring {
  position: absolute;
  inset: -7% -9%;
  border: 1.5px dashed rgba(197, 122, 78, 0.38);
  border-radius: 52% 48% 42% 58%/46% 54% 46% 54%;
  animation: cookie-spin 46s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.cookie__copy p {
  color: #6e6660;
}
.cookie__copy .h2 {
  margin-bottom: 24px;
}
.cookie__lead {
  font-size: 1.04rem;
}
.cookie__steps {
  list-style: none;
  counter-reset: step;
  margin: clamp(30px, 3.6vw, 46px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.6vw, 20px);
}
@media (max-width: 600px) {
  .cookie__steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cookie__step {
  counter-increment: step;
  position: relative;
  padding: 24px 20px 22px;
  border-radius: 28px 28px 28px 8px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px dashed rgba(43, 43, 43, 0.16);
  transition: transform 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.4s, border-color 0.4s, box-shadow 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.cookie__step::before {
  content: "0" counter(step);
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 0.92rem;
  color: rgba(197, 122, 78, 0.55);
}
.cookie__step:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(197, 122, 78, 0.38);
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.cookie__step b {
  display: block;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: 1.12rem;
  line-height: 1.15;
  color: #2b2b2b;
}
.cookie__step i {
  display: block;
  margin-top: 5px;
  font-style: normal;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #6e6660;
}
@media (max-width: 600px) {
  .cookie__step {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 16px;
    padding: 18px 20px;
  }
  .cookie__step b,
  .cookie__step i {
    grid-column: 2;
  }
  .cookie__step .cookie__step-ico {
    grid-row: 1/3;
    margin-bottom: 0;
  }
}
.cookie__step-ico {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--acc-soft, rgba(244, 201, 163, 0.42));
  color: var(--acc, #c57a4e);
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), background 0.4s;
}
.cookie__step-ico svg {
  width: 25px;
  height: 25px;
  display: block;
  overflow: visible;
}
.cookie__step-ico path,
.cookie__step-ico circle {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.cookie__step:hover .cookie__step-ico {
  transform: rotate(-7deg) scale(1.06);
  background: rgba(244, 201, 163, 0.7);
}
.js .cookie__step.is-in .cookie__step-ico path,
.js .cookie__step.is-in .cookie__step-ico circle {
  animation: bico-draw 1s cubic-bezier(0.22, 0.68, 0.32, 1) forwards;
  animation-delay: calc(var(--d, 0) * 90ms + 220ms);
}
.cookie__bakes {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  list-style: none;
  margin: clamp(26px, 3vw, 34px) 0;
  padding: 0;
}
.cookie__bakes li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 1rem;
  color: #6e6660;
  transition: color 0.35s;
}
.cookie__bakes li:hover {
  color: #2b2b2b;
}
.cookie__bakes li + li::before {
  content: "✳︎";
  font-family: "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.62rem;
  line-height: 1;
  color: #f4c9a3;
  transform: translateY(-0.22em);
}
.cookie__story {
  position: relative;
  margin: 0;
  padding: 32px 34px 26px;
  border-radius: 34px 34px 34px 8px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.cookie__story::before {
  content: "“";
  position: absolute;
  top: -14px;
  left: 24px;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 4.6rem;
  line-height: 1;
  color: rgba(197, 122, 78, 0.3);
}
.cookie__story blockquote {
  margin: 0;
}
.cookie__story p {
  margin: 0;
  font-size: 0.96rem;
  font-style: italic;
  color: #2b2b2b;
}
.cookie__story figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a29a92;
}
.cookie__story figcaption::before {
  content: "✳︎";
  font-size: 0.78rem;
  line-height: 1;
  color: #f4c9a3;
}
@media (max-width: 600px) {
  .cookie__story {
    padding: 26px 24px 22px;
  }
}
.cookie__stamp {
  position: absolute;
  right: -5%;
  top: 3%;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: #6a4c93;
  color: #f4c9a3;
  display: grid;
  place-items: center;
  box-shadow: 0 20px 40px -18px rgba(106, 76, 147, 0.8);
  animation: float 15s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
  z-index: 3;
}
.cookie__stamp-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: rgba(250, 245, 239, 0.92);
  animation: cookie-spin 26s linear infinite;
}
.cookie__stamp-text text {
  font-family: "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 10.4px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.cookie__stamp-ico {
  width: 42px;
  height: 42px;
}
@media (max-width: 860px) {
  .cookie__stamp {
    right: 0;
    top: 0;
  }
}
@media (max-width: 600px) {
  .cookie__stamp {
    width: 104px;
    height: 104px;
  }
  .cookie__stamp-ico {
    width: 34px;
    height: 34px;
  }
}

.blobframe {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  aspect-ratio: 4/5;
  box-shadow: 0 40px 90px -40px rgba(64, 48, 32, 0.45);
  animation: morph 18s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.blobframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.blobframe:hover img {
  transform: scale(1.06);
}
@media (max-width: 860px) {
  .blobframe {
    max-width: 440px;
    margin-inline: auto;
  }
}

@keyframes morph {
  0%, 100% {
    border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  }
  33% {
    border-radius: 46% 54% 62% 38%/58% 52% 48% 42%;
  }
  66% {
    border-radius: 55% 45% 38% 62%/44% 58% 42% 56%;
  }
}
@keyframes cookie-spin {
  to {
    rotate: 360deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cookie__crumb,
  .cookie__ring,
  .cookie__stamp,
  .cookie__stamp-text,
  .blobframe {
    animation: none !important;
  }
  .cookie__step-ico path,
  .cookie__step-ico circle {
    stroke-dashoffset: 0;
    animation: none !important;
  }
}
html:not(.js) .cookie__step-ico path,
html:not(.js) .cookie__step-ico circle {
  stroke-dashoffset: 0;
}

.bday {
  --acc: #d42a5f;
  --acc-soft: rgba(212, 42, 95, 0.12);
  --acc-line: rgba(212, 42, 95, 0.32);
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  position: relative;
  z-index: 1;
  padding-block: clamp(42px, 4.8vw, 68px) clamp(36px, 4.4vw, 58px);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
}
@media (max-width: 860px) {
  .bday {
    grid-template-columns: 1fr;
    gap: clamp(32px, 5vw, 46px);
  }
}
.bday::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4%;
  right: -14%;
  width: 74%;
  height: 92%;
  pointer-events: none;
  background: radial-gradient(52% 46% at 62% 34%, rgba(244, 201, 163, 0.5) 0%, transparent 68%), radial-gradient(46% 42% at 30% 78%, rgba(106, 76, 147, 0.12) 0%, transparent 70%);
}
@media (max-width: 860px) {
  .bday::before {
    top: auto;
    bottom: 2%;
    right: -20%;
    width: 120%;
    height: 62%;
  }
}
.bday__copy p {
  color: #6e6660;
}
.bday__copy .h2 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  margin-bottom: 22px;
}
.bday__confetti {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.bday__confetti span {
  position: absolute;
  display: block;
  border-radius: 2px;
  opacity: 0.62;
}
.bday__confetti span:nth-child(1) {
  top: 8%;
  left: 2%;
  width: 11px;
  height: 7px;
  background: #d42a5f;
  rotate: 18deg;
}
.bday__confetti span:nth-child(2) {
  top: 23%;
  left: 9%;
  width: 7px;
  height: 7px;
  background: #e08200;
  rotate: -8deg;
}
.bday__confetti span:nth-child(3) {
  top: 64%;
  left: 1%;
  width: 9px;
  height: 5px;
  background: #4c9a2a;
  rotate: 32deg;
}
.bday__confetti span:nth-child(4) {
  top: 84%;
  left: 7%;
  width: 12px;
  height: 6px;
  background: #1668c4;
  rotate: -22deg;
}
.bday__confetti span:nth-child(5) {
  top: 6%;
  left: 52%;
  width: 7px;
  height: 7px;
  background: #a8be1e;
  rotate: 40deg;
}
.bday__confetti span:nth-child(6) {
  top: 30%;
  left: 97%;
  width: 10px;
  height: 6px;
  background: #6b1e86;
  rotate: 16deg;
}
.bday__confetti span:nth-child(7) {
  top: 72%;
  left: 92%;
  width: 8px;
  height: 8px;
  background: #e08200;
  rotate: -30deg;
}
.bday__confetti span:nth-child(8) {
  top: 92%;
  left: 78%;
  width: 9px;
  height: 5px;
  background: #4c9a2a;
  rotate: 24deg;
}
@media (max-width: 600px) {
  .bday__confetti span:nth-child(n+5) {
    display: none;
  }
}
.bday__garland {
  position: relative;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: clamp(9px, 1.4vw, 16px);
  list-style: none;
  margin: clamp(30px, 3.6vw, 42px) 0 0;
  padding: 6px 0 0;
}
.bday__garland::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 14px;
  right: 14px;
  height: 22px;
  border-bottom: 2px dotted var(--acc-line, rgba(106, 76, 147, 0.35));
  border-radius: 0 0 50% 50%/0 0 100% 100%;
}
.bday__garland li {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
  padding: 13px 18px 24px;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(0.9rem, 1.15vw, 1.02rem);
  line-height: 1;
  white-space: nowrap;
  color: #faf5ef;
  clip-path: polygon(0 0, 100% 0, 100% 58%, 50% 100%, 0 58%);
  transform-origin: 50% 0;
  transition: transform 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.bday__garland li:hover {
  transform: rotate(-3.5deg);
}
.bday__garland li:nth-child(1) {
  background: #d42a5f;
}
.bday__garland li:nth-child(2) {
  background: #c06e08;
  margin-top: 20px;
}
.bday__garland li:nth-child(3) {
  background: #3f8020;
  margin-top: 20px;
}
.bday__garland li:nth-child(4) {
  background: #1668c4;
}
.js .bday__garland.is-in li {
  animation: bday-sway 2.4s cubic-bezier(0.22, 0.68, 0.32, 1) both, bday-hang 6s cubic-bezier(0.22, 0.68, 0.32, 1) 2.4s infinite;
}
.js .bday__garland.is-in li:nth-child(2) {
  animation-delay: 0.1s, 2.5s;
  animation-duration: 2.4s, 6.8s;
}
.js .bday__garland.is-in li:nth-child(3) {
  animation-delay: 0.2s, 2.6s;
  animation-duration: 2.4s, 5.6s;
}
.js .bday__garland.is-in li:nth-child(4) {
  animation-delay: 0.3s, 2.7s;
  animation-duration: 2.4s, 7.2s;
}
@media (max-width: 1100px) {
  .bday__garland {
    gap: clamp(5px, 0.8vw, 7px);
  }
  .bday__garland li {
    padding: 10px clamp(9px, 1.35vw, 12px) 19px;
    font-size: clamp(0.72rem, 1.5vw, 0.86rem);
  }
}
@media (max-width: 860px) {
  .bday__garland {
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .bday__garland {
    gap: clamp(4px, 1.4vw, 8px);
  }
  .bday__garland li {
    margin-top: 0 !important;
    padding: clamp(9px, 2.6vw, 12px) clamp(8px, 2.8vw, 15px) clamp(17px, 4.6vw, 21px);
    font-size: clamp(0.62rem, 2.9vw, 0.88rem);
  }
  .bday__garland::before {
    left: 9px;
    right: 9px;
  }
}
.bday__stack {
  position: relative;
}
@media (max-width: 860px) {
  .bday__stack {
    max-width: 540px;
    margin-inline: auto;
    width: 100%;
  }
}
.bday__row.dragrow {
  gap: clamp(14px, 1.8vw, 22px);
  padding: 0;
  border-radius: 999px 999px 36px 36px;
  -webkit-mask-image: none;
  mask-image: none;
}
@media (min-width: 1352px) {
  .bday__row.dragrow {
    padding-left: 0;
  }
}
.bday__row.dragrow:focus-visible {
  outline-offset: 4px;
  border-radius: 999px 999px 36px 36px;
}
.bday .dragbar {
  max-width: none;
  padding-inline: 0;
  margin-top: clamp(8px, 1.2vw, 16px);
}
.bday__ph {
  flex: 0 0 100%;
  margin: 0;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 999px 999px 36px 36px;
  box-shadow: 0 40px 90px -40px rgba(64, 48, 32, 0.45);
  transition: box-shadow 0.6s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.bday__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.bday__ph:hover {
  box-shadow: 0 50px 100px -42px rgba(64, 48, 32, 0.55);
}
.bday__ph:hover img {
  transform: scale(1.07);
}
.bday__balloons {
  position: absolute;
  top: -46px;
  left: -30px;
  z-index: -1;
  width: clamp(92px, 10vw, 128px);
  overflow: visible;
  animation: bday-lift 9s cubic-bezier(0.22, 0.68, 0.32, 1) infinite alternate;
}
@media (max-width: 600px) {
  .bday__balloons {
    width: 78px;
    top: -34px;
    left: -14px;
  }
}

@keyframes bday-sway {
  0% {
    transform: rotate(-7deg);
  }
  32% {
    transform: rotate(4.4deg);
  }
  58% {
    transform: rotate(-2.4deg);
  }
  80% {
    transform: rotate(1.1deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes bday-hang {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1.7deg);
  }
  75% {
    transform: rotate(-1.7deg);
  }
}
@keyframes bday-lift {
  from {
    translate: 0 0;
  }
  to {
    translate: 0 -14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bday__garland li,
  .bday__balloons {
    animation: none !important;
  }
}
@property --fade-l {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --fade-r {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
.dragrow {
  --vel: 0;
  --fade-l: 0px;
  --fade-r: 0px;
  display: flex;
  gap: clamp(16px, 2.2vw, 30px);
  overflow-x: auto;
  padding: 10px clamp(20px, 5vw, 56px) 40px;
  scrollbar-width: none;
  cursor: grab;
  outline: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--fade-l), #000 calc(100% - var(--fade-r)), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 var(--fade-l), #000 calc(100% - var(--fade-r)), transparent 100%);
  transition: --fade-l 0.4s cubic-bezier(0.22, 0.68, 0.32, 1), --fade-r 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.dragrow.has-fade-l {
  --fade-l: clamp(36px, 5vw, 90px);
}
.dragrow.has-fade-r {
  --fade-r: clamp(36px, 5vw, 90px);
}
@media (min-width: 1352px) {
  .dragrow {
    padding-left: calc((100vw - 1240px) / 2 + 56px);
  }
}
.dragrow::-webkit-scrollbar {
  display: none;
}
.dragrow:focus-visible {
  outline: 2px solid #6a4c93;
  outline-offset: -4px;
  border-radius: 12px;
}
.dragrow.is-dragging {
  cursor: grabbing;
}
.dragrow.is-dragging a,
.dragrow.is-dragging img,
.dragrow.is-dragging figure {
  pointer-events: none;
}
.dragrow.is-moving {
  user-select: none;
  -webkit-user-select: none;
}
.dragrow.is-moving .shot {
  will-change: transform;
}

.dragbar {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 26px);
  margin-top: clamp(4px, 1vw, 14px);
}
.dragbar__count {
  flex: none;
  margin: 0;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #a29a92;
  font-variant-numeric: tabular-nums;
}
.dragbar__count b {
  font-weight: 400;
  color: #2b2b2b;
}
.dragbar__count i {
  font-style: normal;
  margin: 0 0.4em;
  opacity: 0.45;
}
.dragbar__road {
  position: relative;
  flex: 1;
  height: 44px;
  cursor: pointer;
  touch-action: none;
  contain: layout style;
}
.dragbar__road::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: 2px;
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, rgba(43, 43, 43, 0.16) 0 7px, rgba(43, 43, 43, 0.04) 7px 15px);
}
.dragbar__road:hover .dragbar__done, .dragbar__road.is-active .dragbar__done {
  height: 4px;
}
.dragbar__done {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #c57a4e;
  transition: height 0.25s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.dragbar__car {
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-bottom: 1px;
  width: clamp(30px, 3vw, 38px);
  translate: -50% 0;
  transform: scaleX(var(--face, 1));
  transform-origin: center bottom;
  transition: transform 0.35s cubic-bezier(0.22, 0.68, 0.32, 1);
  pointer-events: none;
  filter: drop-shadow(0 2px 3px rgba(64, 48, 32, 0.22));
}
.dragbar__car svg {
  display: block;
  width: 100%;
  height: auto;
}
.dragbar__car g {
  transform-box: fill-box;
  transform-origin: center;
  rotate: var(--spin, 0deg);
}
.dragbar__car.is-driving svg {
  animation: car-bob 0.45s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.dragbar--draw .dragbar__road::before {
  height: 1.5px;
  background: repeating-linear-gradient(90deg, rgba(43, 43, 43, 0.14) 0 4px, transparent 4px 11px);
}
.dragbar--draw .dragbar__done {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(197, 122, 78, 0.68), #c57a4e 18%, rgba(197, 122, 78, 0.8) 46%, #c57a4e 72%, rgba(197, 122, 78, 0.96));
}
.dragbar--draw .dragbar__road:hover .dragbar__done,
.dragbar--draw .dragbar__road.is-active .dragbar__done {
  height: 4.5px;
}
.dragbar--draw .dragbar__car {
  width: clamp(26px, 2.7vw, 33px);
  margin-bottom: 0;
  filter: drop-shadow(0 2px 3px rgba(64, 48, 32, 0.18));
}
.dragbar--draw .dragbar__car svg {
  overflow: visible;
}
.dragbar--draw .dragbar__car g {
  rotate: none;
  transform-box: view-box;
  transform-origin: 0 0;
}
.dragbar--party .dragbar__done {
  background: linear-gradient(90deg, rgba(212, 42, 95, 0.5), #d42a5f);
}
.dragbar--party .dragbar__car {
  width: clamp(22px, 2.2vw, 28px);
  margin-bottom: 0;
}
.dragbar__nav {
  flex: none;
  display: flex;
  gap: 8px;
}
.dragbar__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(43, 43, 43, 0.14);
  background: transparent;
  color: #2b2b2b;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s, transform 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.dragbar__btn svg {
  width: 18px;
  height: 18px;
}
.dragbar__btn:hover:not(:disabled) {
  background: #6a4c93;
  border-color: #6a4c93;
  color: #faf5ef;
  transform: translateY(-2px);
}
.dragbar__btn:disabled {
  opacity: 0.25;
  cursor: default;
}
@media (max-width: 600px) {
  .dragbar__nav {
    display: none;
  }
  .dragbar__count {
    font-size: 0.9rem;
  }
}

@keyframes car-bob {
  0%, 100% {
    translate: 0 0;
    rotate: 0deg;
  }
  50% {
    translate: 0 -1.5px;
    rotate: -2deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shot {
    transform: none !important;
    transition: none;
  }
  .dragbar__car {
    transition: none;
  }
  .dragbar__car.is-driving svg {
    animation: none;
  }
}
.gallery {
  --acc: #4c9a2a;
  --acc-soft: rgba(76, 154, 42, 0.12);
  --acc-line: rgba(76, 154, 42, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4.4vw, 60px) 0 clamp(18px, 2.2vw, 28px);
}

.shot {
  flex: none;
  width: clamp(220px, 26vw, 300px);
  margin: 0;
  position: relative;
  user-select: none;
  cursor: zoom-in;
}
.shot:nth-child(even) {
  margin-top: clamp(14px, 2.6vw, 38px);
}
.shot {
  transform: skewX(calc(var(--vel, 0) * -4.5deg));
  transition: transform 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.shot img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
  transition: transform 0.7s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.7s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.shot--round {
  width: clamp(275px, 32.5vw, 375px);
}
.shot figcaption {
  margin-top: 16px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #6e6660;
  text-align: center;
}
.shot:hover img {
  transform: translateY(-6px);
  box-shadow: 0 40px 90px -40px rgba(64, 48, 32, 0.45);
}
.shot--arch img {
  border-radius: 999px 999px 28px 28px;
}
.shot--round img {
  border-radius: 50%;
  aspect-ratio: 1;
}
.shot--soft img {
  border-radius: 44px;
}
.shot--wide {
  width: clamp(367px, 43.3vw, 500px);
}
.shot--wide img {
  aspect-ratio: 4/3;
  border-radius: 44px;
}

.menu {
  --acc: #4c9a2a;
  --acc-soft: rgba(76, 154, 42, 0.12);
  --acc-line: rgba(76, 154, 42, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4.4vw, 60px) 0 clamp(22px, 2.6vw, 32px);
}

.kitchen {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  position: relative;
}

.kdishes {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.kitchen > input[name=mday] {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}

.kweek__pin {
  display: block;
  height: 1px;
  margin-bottom: -1px;
}

.kweek {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(6px, 1vw, 18px);
  margin-bottom: clamp(20px, 2.6vw, 34px);
}
.js .kweek {
  position: sticky;
  top: calc(var(--header-h) + 6px);
  z-index: 20;
}
.kweek::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -46px calc(-1 * clamp(20px, 5vw, 56px)) -34px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
  background: linear-gradient(rgb(250, 245, 239) calc(100% - 34px), rgba(250, 245, 239, 0));
}
.kweek.is-pinned::before {
  opacity: 1;
}

.kday {
  --tone: #f0e7d9;
  --accent: #6e6660;
  --plate: clamp(66px, 6.6vw, 96px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  padding: 10px 4px 14px;
  cursor: pointer;
  user-select: none;
}
.kday::before {
  content: "";
  position: absolute;
  top: calc(10px - var(--plate) * 0.11);
  left: 50%;
  z-index: 0;
  width: calc(var(--plate) * 1.22);
  aspect-ratio: 1;
  background: var(--tone);
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  translate: -50% 0;
  scale: 0.72;
  opacity: 0;
  transition: scale 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), opacity 0.45s;
}
.kday__plate {
  position: relative;
  z-index: 1;
  width: var(--plate);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fffdfa;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px -16px rgba(64, 48, 32, 0.7), inset 0 0 0 1px rgba(43, 43, 43, 0.06);
  scale: 0.82;
  opacity: 0.82;
  filter: saturate(0.8);
  transition: scale 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), rotate 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), opacity 0.45s, filter 0.45s, box-shadow 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.kday__plate::before {
  content: "";
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  background: var(--tone);
  opacity: 0.85;
}
.kday__plate svg {
  position: relative;
  width: 78%;
  height: auto;
}
.kday__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  min-width: 0;
}
.kday__name, .kday__abbr {
  font-size: clamp(0.76rem, 0.8vw, 0.86rem);
  font-weight: 600;
  color: #a29a92;
  white-space: nowrap;
  transition: color 0.35s;
}
.kday__abbr {
  display: none;
}
.kday__no {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  opacity: 0.45;
  transition: opacity 0.35s;
}
.kday:hover .kday__plate {
  scale: 0.95;
  rotate: -6deg;
  opacity: 0.95;
  filter: none;
}
.kday--mon {
  --tone: #eaf4de;
  --accent: #3f8020;
}
.kday--tue {
  --tone: #fdeeda;
  --accent: #c06e08;
}
.kday--wed {
  --tone: #e4eff9;
  --accent: #1668c4;
}
.kday--thu {
  --tone: #fbe5ec;
  --accent: #d42a5f;
}
.kday--fri {
  --tone: #f1e6f8;
  --accent: #6b1e86;
}

.js .kweek.reveal {
  opacity: 1;
  translate: none;
}

.js .kweek.is-in .kday {
  animation: kday-serve 0.6s cubic-bezier(0.22, 0.68, 0.32, 1) both;
}
.js .kweek.is-in .kday:nth-child(1) {
  animation-delay: 0.12s;
}
.js .kweek.is-in .kday:nth-child(2) {
  animation-delay: 0.2s;
}
.js .kweek.is-in .kday:nth-child(3) {
  animation-delay: 0.28s;
}
.js .kweek.is-in .kday:nth-child(4) {
  animation-delay: 0.36s;
}
.js .kweek.is-in .kday:nth-child(5) {
  animation-delay: 0.44s;
}

@keyframes kday-serve {
  0% {
    opacity: 0;
    translate: 0 20px;
    rotate: -4deg;
  }
  62% {
    opacity: 1;
    translate: 0 -4px;
    rotate: 1.2deg;
  }
  100% {
    opacity: 1;
    translate: none;
    rotate: none;
  }
}
@keyframes kplate-bob {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -5px;
  }
}
#d-mon:checked ~ .kweek .kday--mon .kday__plate,
#d-tue:checked ~ .kweek .kday--tue .kday__plate,
#d-wed:checked ~ .kweek .kday--wed .kday__plate,
#d-thu:checked ~ .kweek .kday--thu .kday__plate,
#d-fri:checked ~ .kweek .kday--fri .kday__plate {
  scale: 1;
  rotate: 0deg;
  opacity: 1;
  filter: none;
  animation: kplate-bob 5.6s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
  box-shadow: 0 22px 36px -18px rgba(64, 48, 32, 0.65), inset 0 0 0 1px rgba(43, 43, 43, 0.06);
}
#d-mon:checked ~ .kweek .kday--mon .kday__name,
#d-mon:checked ~ .kweek .kday--mon .kday__abbr,
#d-tue:checked ~ .kweek .kday--tue .kday__name,
#d-tue:checked ~ .kweek .kday--tue .kday__abbr,
#d-wed:checked ~ .kweek .kday--wed .kday__name,
#d-wed:checked ~ .kweek .kday--wed .kday__abbr,
#d-thu:checked ~ .kweek .kday--thu .kday__name,
#d-thu:checked ~ .kweek .kday--thu .kday__abbr,
#d-fri:checked ~ .kweek .kday--fri .kday__name,
#d-fri:checked ~ .kweek .kday--fri .kday__abbr {
  color: #2b2b2b;
}
#d-mon:checked ~ .kweek .kday--mon .kday__no,
#d-tue:checked ~ .kweek .kday--tue .kday__no,
#d-wed:checked ~ .kweek .kday--wed .kday__no,
#d-thu:checked ~ .kweek .kday--thu .kday__no,
#d-fri:checked ~ .kweek .kday--fri .kday__no {
  opacity: 0.9;
}
#d-mon:checked ~ .kweek .kday--mon::before,
#d-tue:checked ~ .kweek .kday--tue::before,
#d-wed:checked ~ .kweek .kday--wed::before,
#d-thu:checked ~ .kweek .kday--thu::before,
#d-fri:checked ~ .kweek .kday--fri::before {
  scale: 1;
  opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
  .js .kweek.is-in .kday {
    animation: none;
  }
  .kday__plate {
    animation: none !important;
  }
}
#d-mon:focus-visible ~ .kweek .kday--mon,
#d-tue:focus-visible ~ .kweek .kday--tue,
#d-wed:focus-visible ~ .kweek .kday--wed,
#d-thu:focus-visible ~ .kweek .kday--thu,
#d-fri:focus-visible ~ .kweek .kday--fri {
  outline: 2px solid #6a4c93;
  outline-offset: 3px;
}

.kitchen__stage {
  display: grid;
  position: relative;
}

.kmenu {
  --tone: #dce5d8;
  --accent: #5e6e58;
  grid-area: 1/1;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 54px);
  padding: clamp(26px, 3.2vw, 48px);
  border-radius: 44px;
  border: 1px solid rgba(43, 43, 43, 0.05);
  background: radial-gradient(78% 66% at 2% 0%, var(--tone) 0%, rgba(255, 253, 250, 0) 58%), #fffdfa;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.995);
  transition: opacity 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), transform 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), visibility 0.55s;
}
.kmenu::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.kmenu--mon {
  --tone: #eaf4de;
  --accent: #3f8020;
}
.kmenu--tue {
  --tone: #fdeeda;
  --accent: #c06e08;
}
.kmenu--wed {
  --tone: #e4eff9;
  --accent: #1668c4;
}
.kmenu--thu {
  --tone: #fbe5ec;
  --accent: #d42a5f;
}
.kmenu--fri {
  --tone: #f1e6f8;
  --accent: #6b1e86;
}
.kmenu__setting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-top: 22px;
}
.kmenu__body {
  min-width: 0;
}
.kmenu__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(18px, 2.2vw, 28px);
}
.kmenu__day {
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  letter-spacing: -0.02em;
}
.kmenu__no {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  color: var(--accent);
  opacity: 0.45;
}
.kmenu__pick {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.kmenu__pick span {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.kmenu__pick b {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.25;
  max-width: 16ch;
}
.kmenu__ps {
  margin: clamp(18px, 2vw, 26px) 0 0;
  padding-top: 16px;
  border-top: 1px dashed rgba(43, 43, 43, 0.18);
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 0.95rem;
  color: var(--accent, #c57a4e);
}

.kplate {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.kplate__mat {
  position: absolute;
  inset: -5% -9%;
  background: var(--tone);
  opacity: 0.45;
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  animation: morph 19s ease-in-out infinite;
}
.kplate__disc {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fffdfa;
  display: grid;
  place-items: center;
  box-shadow: 0 26px 50px -28px rgba(64, 48, 32, 0.55), inset 0 0 0 1px rgba(43, 43, 43, 0.06);
  rotate: -9deg;
  scale: 0.93;
  transition: rotate 0.8s cubic-bezier(0.22, 0.68, 0.32, 1), scale 0.8s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.kplate__disc::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: var(--tone);
  opacity: 0.85;
  box-shadow: inset 0 0 0 1px rgba(43, 43, 43, 0.05), inset 0 3px 9px rgba(64, 48, 32, 0.06);
}
.kplate__dish {
  position: relative;
  width: 92%;
  height: auto;
  filter: drop-shadow(0 6px 10px rgba(64, 48, 32, 0.16));
}
.kplate__tool {
  position: absolute;
  top: 50%;
  width: clamp(11px, 1.1vw, 15px);
  height: auto;
  fill: none;
  stroke: rgba(43, 43, 43, 0.26);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 0.68, 0.32, 1) 0.1s, translate 0.7s cubic-bezier(0.22, 0.68, 0.32, 1) 0.1s;
}
.kplate__tool--fork {
  left: -7%;
  rotate: -4deg;
  translate: 14px -50%;
}
.kplate__tool--spoon {
  right: -7%;
  rotate: 4deg;
  translate: -14px -50%;
}
.kplate__steam {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 8px);
  translate: -50% 0;
  width: clamp(52px, 24%, 78px);
  height: auto;
  fill: none;
  stroke: rgba(106, 76, 147, 0.35);
  stroke-width: 2.4;
  stroke-linecap: round;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 0.68, 0.32, 1) 0.25s;
}
.kplate__steam path {
  opacity: 0;
  animation: ksteam 4.6s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.kplate__steam path:nth-child(2) {
  animation-delay: -1.5s;
}
.kplate__steam path:nth-child(3) {
  animation-delay: -3s;
}

@keyframes ksteam {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  25% {
    opacity: 0.75;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateY(-12px);
  }
}
.kcourses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px) clamp(22px, 2.8vw, 40px);
}

.kcourse {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "ico name" ".   list";
  align-items: center;
  align-content: start;
  column-gap: 12px;
  row-gap: 9px;
  padding-top: 16px;
  border-top: 1px solid rgba(43, 43, 43, 0.09);
}
.kcourse__ico {
  grid-area: ico;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--tone);
  color: var(--accent);
}
.kcourse__ico svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kcourse__name {
  grid-area: name;
  font-family: "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--accent);
}
.kcourse__list {
  grid-area: list;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kcourse__list li {
  position: relative;
  padding-left: 15px;
  font-size: 0.93rem;
  line-height: 1.5;
  color: #6e6660;
}
.kcourse__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.38;
}
.kcourse__list .is-extra {
  margin-top: 7px;
  font-size: 0.85rem;
  color: #a29a92;
}
.kcourse__list .is-extra::before {
  opacity: 0.2;
}

#d-mon:checked ~ .kitchen__stage .kmenu--mon,
#d-tue:checked ~ .kitchen__stage .kmenu--tue,
#d-wed:checked ~ .kitchen__stage .kmenu--wed,
#d-thu:checked ~ .kitchen__stage .kmenu--thu,
#d-fri:checked ~ .kitchen__stage .kmenu--fri {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
#d-mon:checked ~ .kitchen__stage .kmenu--mon .kplate__disc,
#d-tue:checked ~ .kitchen__stage .kmenu--tue .kplate__disc,
#d-wed:checked ~ .kitchen__stage .kmenu--wed .kplate__disc,
#d-thu:checked ~ .kitchen__stage .kmenu--thu .kplate__disc,
#d-fri:checked ~ .kitchen__stage .kmenu--fri .kplate__disc {
  rotate: 0deg;
  scale: 1;
}
#d-mon:checked ~ .kitchen__stage .kmenu--mon .kplate__steam,
#d-tue:checked ~ .kitchen__stage .kmenu--tue .kplate__steam,
#d-wed:checked ~ .kitchen__stage .kmenu--wed .kplate__steam,
#d-thu:checked ~ .kitchen__stage .kmenu--thu .kplate__steam,
#d-fri:checked ~ .kitchen__stage .kmenu--fri .kplate__steam {
  opacity: 1;
}
#d-mon:checked ~ .kitchen__stage .kmenu--mon .kplate__tool,
#d-tue:checked ~ .kitchen__stage .kmenu--tue .kplate__tool,
#d-wed:checked ~ .kitchen__stage .kmenu--wed .kplate__tool,
#d-thu:checked ~ .kitchen__stage .kmenu--thu .kplate__tool,
#d-fri:checked ~ .kitchen__stage .kmenu--fri .kplate__tool {
  opacity: 1;
}
#d-mon:checked ~ .kitchen__stage .kmenu--mon .kplate__tool--fork,
#d-tue:checked ~ .kitchen__stage .kmenu--tue .kplate__tool--fork,
#d-wed:checked ~ .kitchen__stage .kmenu--wed .kplate__tool--fork,
#d-thu:checked ~ .kitchen__stage .kmenu--thu .kplate__tool--fork,
#d-fri:checked ~ .kitchen__stage .kmenu--fri .kplate__tool--fork {
  translate: 0 -50%;
}
#d-mon:checked ~ .kitchen__stage .kmenu--mon .kplate__tool--spoon,
#d-tue:checked ~ .kitchen__stage .kmenu--tue .kplate__tool--spoon,
#d-wed:checked ~ .kitchen__stage .kmenu--wed .kplate__tool--spoon,
#d-thu:checked ~ .kitchen__stage .kmenu--thu .kplate__tool--spoon,
#d-fri:checked ~ .kitchen__stage .kmenu--fri .kplate__tool--spoon {
  translate: 0 -50%;
}

.kfacts {
  list-style: none;
  margin: clamp(20px, 2.6vw, 32px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
}

.kfact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "ico ttl" "ico sub";
  align-items: center;
  column-gap: 14px;
  row-gap: 2px;
  padding: 15px 22px 15px 15px;
  border-radius: 26px;
  background: #fdfbf9;
  border: 1px solid rgba(43, 43, 43, 0.06);
}
.kfact__ico {
  grid-area: ico;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--acc-soft, #f0e7d9);
  color: var(--acc, #6a4c93);
  display: grid;
  place-items: center;
}
.kfact__ico svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kfact b {
  grid-area: ttl;
  font-size: 0.95rem;
  font-weight: 600;
}
.kfact span:last-child {
  grid-area: sub;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #6e6660;
}

@media (max-width: 1100px) {
  .kmenu {
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  }
}
@media (max-width: 860px) {
  .kmenu {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(22px, 3vw, 30px);
  }
  .kmenu__setting {
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding-top: 0;
  }
  .kmenu__pick {
    align-items: flex-start;
    text-align: left;
  }
  .kplate {
    width: 150px;
  }
  .kplate__steam {
    display: none;
  }
  .kplate__tool {
    display: none;
  }
  .kfacts {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 600px) {
  .kweek {
    gap: 6px;
  }
  .kday {
    --plate: clamp(48px, 14vw, 68px);
    gap: 8px;
    padding: 6px 2px 10px;
  }
  .kday__no {
    display: none;
  }
  .kmenu {
    padding: 22px 20px 26px;
    border-radius: 32px;
  }
  .kcourses {
    grid-template-columns: minmax(0, 1fr);
  }
  .kplate {
    width: 122px;
  }
}
@media (max-width: 430px) {
  .kday__abbr {
    display: block;
    letter-spacing: 0.04em;
  }
  .kday__name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .kplate__mat {
    animation: none;
  }
  .kplate__steam path {
    animation: none;
    opacity: 0.35;
  }
  .kplate__disc,
  .kplate__tool {
    transition: none;
  }
  .kmenu {
    transition: opacity 0.01s;
  }
}
.prices {
  --acc: #d42a5f;
  --acc-soft: rgba(212, 42, 95, 0.12);
  --acc-line: rgba(212, 42, 95, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4.4vw, 60px) 0 clamp(30px, 3.6vw, 46px);
}
.prices__bar {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  margin: 0 auto clamp(26px, 3.2vw, 40px);
}
.prices__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px clamp(18px, 2.8vw, 38px);
  margin: 0;
  padding: clamp(9px, 1.1vw, 13px) clamp(24px, 3vw, 40px);
  list-style: none;
  border-radius: 999px;
  background: linear-gradient(100deg, #f8f3fb 0%, #f1e9f8 50%, #f8f3fb 100%);
  border: 1px solid rgba(107, 30, 134, 0.11);
  font-size: 0.92rem;
  font-weight: 500;
  color: #3e3355;
}
.prices__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.prices__meta svg {
  flex: none;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #6a4c93;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.75;
}
@media (max-width: 600px) {
  .prices__meta {
    justify-content: center;
    gap: 9px 14px;
    padding: 13px 16px;
    border-radius: 26px;
    font-size: 0.86rem;
  }
  .prices__meta svg {
    width: 15px;
    height: 15px;
  }
}
.prices__lic {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: inherit;
  color: #6a4c93;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.prices__lic span {
  border-bottom: 1px solid rgba(106, 76, 147, 0.4);
  transition: border-color 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.prices__lic:hover, .prices__lic:focus-visible {
  color: #6b1e86;
}
.prices__lic:hover svg, .prices__lic:focus-visible svg {
  opacity: 1;
  stroke: currentColor;
}
.prices__lic:hover span, .prices__lic:focus-visible span {
  border-bottom-color: currentColor;
}
.prices__hint {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  margin: clamp(18px, 2.2vw, 26px) auto 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #6e6660;
}
.prices__hint span {
  display: block;
  max-width: 74ch;
}
.prices__hint b {
  font-weight: 600;
  color: #2b2b2b;
}
.prices__hint a {
  font-weight: 600;
  color: var(--acc, #6a4c93);
  border-bottom: 1px solid var(--acc-line, rgba(106, 76, 147, 0.3));
  transition: border-color 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.prices__hint a::after {
  content: " →";
}
.prices__hint a:hover {
  border-bottom-color: var(--acc, #6a4c93);
}

.plans {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 32px);
  margin-bottom: clamp(26px, 3.2vw, 40px);
}
@media (max-width: 1100px) {
  .plans {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .plans {
    display: flex;
    max-width: none;
    padding-inline: 0;
    overflow-x: auto;
    padding-bottom: 56px;
    margin-bottom: calc(clamp(26px, 3.2vw, 40px) - 56px);
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    scrollbar-width: none;
  }
  .plans::before, .plans::after {
    content: "";
    flex: 0 0 4px;
  }
  .plans::-webkit-scrollbar {
    display: none;
  }
  .plans .plan {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: center;
  }
}

.plans__dots {
  display: none;
}

@media (max-width: 600px) {
  .plans__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0 0 18px;
  }
  .plans__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(43, 43, 43, 0.18);
    cursor: pointer;
    position: relative;
    transition: background 0.3s, scale 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
  }
  .plans__dot::after {
    content: "";
    position: absolute;
    inset: -13px;
    border-radius: 50%;
  }
  .plans__dot.is-on {
    background: #d42a5f;
    scale: 1.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  .plans__dot {
    transition: none;
  }
}
.plans__swipe {
  display: none;
}

@media (max-width: 600px) {
  .plans__swipe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: -14px 0 30px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a29a92;
  }
  .plans__swipe svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #d42a5f;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: swipe-nudge 1.9s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
  }
  .plans__swipe-back {
    display: none;
  }
  .plans__swipe.is-end {
    flex-direction: row-reverse;
  }
  .plans__swipe.is-end .plans__swipe-fwd {
    display: none;
  }
  .plans__swipe.is-end .plans__swipe-back {
    display: inline;
  }
  .plans__swipe.is-end svg {
    scale: -1 1;
    animation-name: swipe-nudge-back;
  }
}
@keyframes swipe-nudge {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 7px 0;
  }
}
@keyframes swipe-nudge-back {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: -7px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .plans__swipe svg {
    animation: none !important;
  }
}
.plan {
  padding: 40px 36px 42px;
  border-radius: 44px;
  background: #fff;
  border: 1px solid rgba(43, 43, 43, 0.07);
  display: flex;
  flex-direction: column;
  position: relative;
}
.plan::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.plan__kind {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a29a92;
  margin-bottom: 14px;
}
.plan__name {
  font-size: 2rem;
  margin-bottom: 8px;
}
.plan__time {
  font-size: 0.88rem;
  color: #a29a92;
  margin-bottom: 28px;
}
.plan__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}
.plan__price b {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.plan__price span {
  font-size: 0.86rem;
  color: #6e6660;
}
.plan__list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
}
.plan__list li {
  position: relative;
  padding: 9px 0 9px 24px;
  font-size: 0.93rem;
  color: #6e6660;
}
.plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acc-line, #f4c9a3);
}
.plan__list li i {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 0.82rem;
  color: #a29a92;
}
.plan__daily {
  margin-bottom: 22px;
}
.plan__daily p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}
.plan__daily b {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--acc, #6a4c93);
}
.plan__daily span {
  font-size: 0.84rem;
  color: #6e6660;
}
.plan__fee {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #6e6660;
}
.plan__fee b {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--acc, #2b2b2b);
}
.plan__note {
  margin: auto 0 0;
  font-size: 0.87rem;
  line-height: 1.55;
  color: #a29a92;
}
.plan--main {
  background: linear-gradient(155deg, #ffffff 0%, #dce5d8 130%);
  border-radius: 110px 44px 44px 44px;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.plan--main .plan__price b {
  color: var(--acc, #6a4c93);
}
.plan--soft {
  background: #fae3ce;
  border-color: transparent;
  border-radius: 44px 44px 110px 44px;
}

.h2--line {
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  text-wrap: balance;
}

.reviews {
  --acc: #6b1e86;
  --acc-soft: rgba(107, 30, 134, 0.12);
  --acc-line: rgba(107, 30, 134, 0.32);
  position: relative;
  z-index: 1;
  padding: clamp(32px, 4vw, 52px) 0 clamp(38px, 4.6vw, 64px);
}

.masonry {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 32px);
  align-items: stretch;
}
@media (max-width: 1100px) {
  .masonry {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .masonry {
    display: flex;
    max-width: none;
    padding-inline: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    scrollbar-width: none;
  }
  .masonry::before, .masonry::after {
    content: "";
    flex: 0 0 4px;
  }
  .masonry::-webkit-scrollbar {
    display: none;
  }
}

.reviews__dots {
  display: none;
}

@media (max-width: 600px) {
  .reviews__dots {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0 0 18px;
  }
  .reviews__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(43, 43, 43, 0.18);
    cursor: pointer;
    position: relative;
    transition: background 0.3s, scale 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
  }
  .reviews__dot::after {
    content: "";
    position: absolute;
    inset: -13px;
    border-radius: 50%;
  }
  .reviews__dot.is-on {
    background: var(--acc, #d42a5f);
    scale: 1.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reviews__dot {
    transition: none;
  }
}
.rcard {
  display: flex;
  flex-direction: column;
  padding: 34px 34px 36px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid rgba(43, 43, 43, 0.07);
  position: relative;
  transition: transform 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), rotate 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.rcard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.rcard:nth-child(1) {
  rotate: -0.45deg;
}
.rcard:nth-child(3) {
  rotate: 0.45deg;
}
.rcard:hover {
  transform: translateY(-5px);
  rotate: 0deg;
  box-shadow: 0 24px 60px -30px rgba(64, 48, 32, 0.35);
}
.rcard:nth-child(2) {
  background: #dce5d8;
  border-color: transparent;
  border-radius: 40px 40px 40px 100px;
}
.rcard:nth-child(3) {
  background: #fae3ce;
  border-color: transparent;
  border-radius: 100px 40px 40px 40px;
}
.rcard::before {
  content: "”";
  position: absolute;
  top: 2px;
  right: 26px;
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(4.6rem, 5.6vw, 6.6rem);
  line-height: 1;
  color: rgba(106, 76, 147, 0.13);
  pointer-events: none;
}
.rcard:nth-child(2)::before {
  color: rgba(94, 110, 88, 0.26);
}
.rcard:nth-child(3)::before {
  color: rgba(197, 122, 78, 0.22);
}
.rcard > * {
  position: relative;
  z-index: 1;
}
.rcard::after {
  z-index: 2;
}
.rcard__stars {
  color: #c57a4e;
  letter-spacing: 0.18em;
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.rcard__text {
  font-size: 0.96rem;
  line-height: 1.68;
  color: #6e6660;
  margin-bottom: 24px;
  white-space: pre-line;
}
.js .rcard__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  overflow: hidden;
}
.rcard__more {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 24px;
  background: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--acc, #6a4c93);
  border-bottom: 1px solid var(--acc-line, rgba(106, 76, 147, 0.35));
  padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s;
}
.rcard__more:hover {
  color: #5c4d7d;
  border-color: #5c4d7d;
}
.rcard__more[hidden] {
  display: none;
}
.rcard__who {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(43, 43, 43, 0.1);
}
.rcard__ava {
  width: 46px;
  height: 46px;
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  display: grid;
  place-items: center;
  background: rgba(107, 30, 134, 0.13);
  color: #6b1e86;
  flex: none;
  box-shadow: 0 0 0 5px rgba(107, 30, 134, 0.07);
  transition: rotate 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), scale 0.55s cubic-bezier(0.22, 0.68, 0.32, 1), border-radius 0.55s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.rcard__ava svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rcard:nth-child(2) .rcard__ava {
  border-radius: 44% 56% 62% 38%/56% 46% 54% 44%;
  background: rgba(212, 42, 95, 0.13);
  color: #d42a5f;
  box-shadow: 0 0 0 5px rgba(212, 42, 95, 0.07);
}
.rcard:nth-child(3) .rcard__ava {
  border-radius: 54% 46% 38% 62%/44% 58% 42% 56%;
  background: rgba(76, 154, 42, 0.15);
  color: #3f8020;
  box-shadow: 0 0 0 5px rgba(76, 154, 42, 0.08);
}
.rcard:hover .rcard__ava {
  rotate: -8deg;
  scale: 1.06;
  border-radius: 50%;
}
.rcard__name {
  font-weight: 600;
  font-size: 0.95rem;
}
@media (max-width: 600px) {
  .rcard {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: center;
  }
  .rcard:nth-child(n) {
    rotate: 0deg;
  }
  .rcard:hover {
    transform: none;
    box-shadow: none;
  }
}

.rmodal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(14px, 4vw, 48px);
  background: rgba(46, 39, 67, 0.95);
  backdrop-filter: blur(16px) saturate(0.9);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.rmodal[hidden] {
  display: none;
}
.rmodal.is-open {
  opacity: 1;
}
.rmodal__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(680px, 100%);
  max-height: min(82vh, 780px);
  padding: clamp(24px, 3.2vw, 38px);
  border-radius: clamp(28px, 3vw, 40px);
  background: #fff;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.6);
}
.rmodal__card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.rmodal__card {
  translate: 0 46px;
  scale: 0.88;
  rotate: -1.6deg;
  transition: translate 0.52s cubic-bezier(0.18, 0.92, 0.28, 1.42), scale 0.52s cubic-bezier(0.18, 0.92, 0.28, 1.42), rotate 0.52s cubic-bezier(0.18, 0.92, 0.28, 1.42);
}
.rmodal__card > * {
  position: relative;
  z-index: 1;
}
.rmodal__card::after {
  z-index: 2;
  pointer-events: none;
}
.rmodal__card::before {
  content: "”";
  position: absolute;
  top: 4px;
  right: clamp(22px, 4vw, 40px);
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: clamp(5rem, 7vw, 7.4rem);
  line-height: 1;
  color: rgba(106, 76, 147, 0.12);
  pointer-events: none;
}
.rmodal.is-open .rmodal__card {
  translate: 0 0;
  scale: 1;
  rotate: 0deg;
}
.rmodal__head, .rmodal__scroll, .rmodal__who {
  opacity: 0;
  translate: 0 14px;
  transition: opacity 0.36s cubic-bezier(0.22, 0.68, 0.32, 1), translate 0.36s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.rmodal.is-open .rmodal__head, .rmodal.is-open .rmodal__scroll, .rmodal.is-open .rmodal__who {
  opacity: 1;
  translate: 0 0;
}
.rmodal.is-open .rmodal__head {
  transition-delay: 0.14s;
}
.rmodal.is-open .rmodal__scroll {
  transition-delay: 0.2s;
}
.rmodal.is-open .rmodal__who {
  transition-delay: 0.26s;
}
.rmodal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex: none;
}
.rmodal__stars {
  color: #c57a4e;
  letter-spacing: 0.18em;
  font-size: 0.9rem;
}
.rmodal__close {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.06);
  color: #6e6660;
  font-size: 1.6rem;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.rmodal__close:hover {
  background: rgba(107, 30, 134, 0.14);
  color: #6b1e86;
  transform: rotate(90deg);
}
.rmodal__scroll {
  position: relative;
  display: flex;
  min-height: 0;
}
.rmodal__fade {
  position: absolute;
  left: 0;
  right: 6px;
  bottom: 0;
  height: 56px;
  pointer-events: none;
  background: linear-gradient(to top, #fff 22%, rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.rmodal.has-more .rmodal__fade {
  opacity: 1;
}
.rmodal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
  font-size: 1rem;
  line-height: 1.75;
  color: #6e6660;
  white-space: pre-line;
}
.rmodal__body::-webkit-scrollbar {
  width: 6px;
}
.rmodal__body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(107, 30, 134, 0.22);
}
.rmodal__who {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: none;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(43, 43, 43, 0.1);
}
.rmodal__ava {
  width: 46px;
  height: 46px;
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  display: grid;
  place-items: center;
  background: rgba(107, 30, 134, 0.13);
  color: #6b1e86;
  flex: none;
  box-shadow: 0 0 0 5px rgba(107, 30, 134, 0.07);
}
.rmodal__ava svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rmodal__name {
  font-weight: 600;
  font-size: 0.95rem;
}

@media (prefers-reduced-motion: reduce) {
  .rmodal__card {
    translate: none;
    scale: 1;
    rotate: none;
    transition: none;
  }
  .rmodal__head,
  .rmodal__scroll,
  .rmodal__who {
    opacity: 1;
    translate: none;
    transition: none;
  }
}
.footer {
  position: relative;
  z-index: 1;
  margin: 0 clamp(0px, 2vw, 26px) clamp(0px, 2vw, 26px);
  border-radius: clamp(32px, 5vw, 56px);
  background: radial-gradient(90% 70% at 80% 8%, rgba(106, 76, 147, 0.5) 0%, transparent 60%), radial-gradient(70% 60% at 5% 95%, rgba(244, 201, 163, 0.14) 0%, transparent 60%), linear-gradient(155deg, #3e3355 0%, #2e2743 100%);
  color: #faf5ef;
  overflow: hidden;
}
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  border-radius: inherit;
}
.footer__inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
  padding-block: clamp(36px, 4.4vw, 58px) clamp(20px, 2.4vw, 28px);
  position: relative;
  z-index: 2;
}
.footer__deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 860px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 860px) {
  .footer__copy {
    text-align: center;
  }
  .footer__copy .footer__lead {
    margin-inline: auto;
  }
  .footer__copy .footer__cta,
  .footer__copy .footer__hours,
  .footer__copy .footer__chips {
    justify-content: center;
  }
}
.footer__eyebrow {
  font-family: "Manrope", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(250, 245, 239, 0.45);
  margin: 0 0 14px;
}
.footer__title {
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.footer__title em {
  font-style: normal;
  color: #f4c9a3;
  position: relative;
  white-space: nowrap;
}
.footer__swash {
  position: absolute;
  left: -1.5%;
  top: 88%;
  width: 103%;
  height: 0.16em;
  overflow: visible;
}
.footer__swash path {
  fill: none;
  stroke: #f4c9a3;
  stroke-width: 4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.15s cubic-bezier(0.22, 0.68, 0.32, 1) 0.4s;
}
.footer__title.is-in .footer__swash path, html:not(.js) .footer__swash path {
  stroke-dashoffset: 0;
}
.footer__lead {
  max-width: 46ch;
  margin: 0 0 24px;
  color: rgba(250, 245, 239, 0.7);
  font-size: 1rem;
}
.footer__cta {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  flex-wrap: wrap;
}
.footer__mail {
  font-size: 0.98rem;
  color: rgba(250, 245, 239, 0.62);
  border-bottom: 1px solid rgba(250, 245, 239, 0.22);
  padding-bottom: 3px;
  transition: color 0.3s, border-color 0.3s;
}
.footer__mail:hover {
  color: #f4c9a3;
  border-color: rgba(244, 201, 163, 0.6);
}
.footer__hours {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 16px 0 0;
  font-size: 0.87rem;
  color: rgba(250, 245, 239, 0.45);
}
.footer__pip {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f4c9a3;
  box-shadow: 0 0 0 0 rgba(244, 201, 163, 0.5);
  animation: footer-pip 2.6s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px clamp(20px, 3vw, 40px);
  flex-wrap: wrap;
  margin-top: clamp(26px, 3.4vw, 42px);
  padding-top: 20px;
  border-top: 1px solid rgba(250, 245, 239, 0.12);
}
.footer__bottom p {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(250, 245, 239, 0.4);
}
@media (max-width: 860px) {
  .footer__bottom {
    justify-content: center;
    text-align: center;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px clamp(12px, 1.8vw, 22px);
  font-size: 0.85rem;
  color: rgba(250, 245, 239, 0.55);
}
.footer__nav a {
  transition: color 0.3s, translate 0.3s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.footer__nav a:hover {
  color: #f4c9a3;
  translate: 0 -2px;
}

.fdeco {
  position: absolute;
  display: block;
  animation: footer-drift 18s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.fdeco--blob1 {
  width: 190px;
  height: 190px;
  top: -60px;
  right: 8%;
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  background: rgba(220, 229, 216, 0.07);
  animation-duration: 24s;
}
.fdeco--blob2 {
  width: 130px;
  height: 130px;
  bottom: -40px;
  left: 4%;
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  background: rgba(244, 201, 163, 0.08);
  animation-duration: 19s;
  animation-delay: -6s;
}
.fdeco--blob3 {
  width: 84px;
  height: 84px;
  top: 46%;
  left: 44%;
  border-radius: 62% 38% 44% 56%/52% 44% 56% 48%;
  background: rgba(250, 245, 239, 0.04);
  animation-duration: 27s;
  animation-delay: -12s;
}
.fdeco--star1, .fdeco--star2, .fdeco--star3 {
  color: rgba(244, 201, 163, 0.3);
  font-size: 15px;
  line-height: 1;
  animation: footer-twinkle 4.5s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.fdeco--star1 {
  top: 18%;
  left: 6%;
}
.fdeco--star2 {
  top: 62%;
  right: 5%;
  font-size: 12px;
  animation-delay: -1.6s;
}
.fdeco--star3 {
  bottom: 22%;
  left: 38%;
  font-size: 10px;
  animation-delay: -3s;
}
@media (max-width: 860px) {
  .fdeco--blob3, .fdeco--star3 {
    display: none;
  }
}

.fchip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(250, 245, 239, 0.16);
  background: rgba(250, 245, 239, 0.06);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.3s, color 0.3s, border-color 0.3s, translate 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fchip svg {
  width: 17px;
  height: 17px;
  flex: none;
  transition: rotate 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fchip:hover {
  background: #f4c9a3;
  border-color: #f4c9a3;
  color: #2e2743;
  translate: 0 -3px;
}
.fchip:hover svg {
  rotate: -12deg;
}

.fmark {
  position: relative;
  flex: none;
  display: block;
  line-height: 0;
}
.fmark__plate {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  padding: 11px;
  border-radius: 26px;
  background: #faf5ef;
  overflow: hidden;
  box-shadow: 0 16px 34px -18px rgba(18, 12, 28, 0.75);
  animation: fmark-sway 6s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
  transform-origin: 50% 88%;
  transition: scale 0.45s cubic-bezier(0.22, 0.68, 0.32, 1), box-shadow 0.45s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fmark img {
  width: 100%;
  height: auto;
}
.fmark:hover .fmark__plate, .fmark:focus-visible .fmark__plate {
  scale: 1.07;
  box-shadow: 0 24px 46px -18px rgba(18, 12, 28, 0.85);
}
.fmark:hover img, .fmark:focus-visible img {
  animation: fmark-hop 0.7s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fmark__spark {
  position: absolute;
  z-index: 2;
  font-size: 12px;
  line-height: 1;
  color: #f4c9a3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, translate 0.5s cubic-bezier(0.22, 0.68, 0.32, 1), scale 0.5s cubic-bezier(0.22, 0.68, 0.32, 1);
  scale: 0.4;
}
.fmark__spark--1 {
  top: -4px;
  left: -8px;
}
.fmark__spark--2 {
  top: 8px;
  right: -10px;
  font-size: 10px;
}
.fmark__spark--3 {
  bottom: -2px;
  left: -6px;
  font-size: 9px;
}
.fmark:hover .fmark__spark, .fmark:focus-visible .fmark__spark {
  opacity: 1;
  scale: 1;
}
.fmark:hover .fmark__spark--1 {
  translate: -6px -8px;
  transition-delay: 0.04s;
}
.fmark:hover .fmark__spark--2 {
  translate: 8px -6px;
  transition-delay: 0.1s;
}
.fmark:hover .fmark__spark--3 {
  translate: -8px 5px;
  transition-delay: 0.16s;
}

.powered {
  --pad: clamp(9px, 1.1vw, 14px);
  --footer-gap: clamp(0px, 2vw, 26px);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: calc(var(--footer-gap) / -2);
  padding: var(--pad) 20px calc(var(--pad) + var(--footer-gap) / 2);
}
.powered__link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a29a92;
  transition: color 0.3s, translate 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.powered__link img {
  height: 22px;
  width: auto;
  opacity: 0.62;
  transition: opacity 0.3s;
}
.powered__link:hover {
  color: #6e6660;
  translate: 0 -2px;
}
.powered__link:hover img {
  opacity: 0.95;
}
@media (max-width: 600px) {
  .powered__link {
    gap: 10px;
    font-size: 0.74rem;
  }
  .powered__link img {
    height: 18px;
  }
}

@keyframes fmark-sway {
  0%, 100% {
    rotate: -3deg;
    translate: 0 0;
  }
  50% {
    rotate: 3deg;
    translate: 0 -4px;
  }
}
@keyframes fmark-hop {
  0% {
    translate: 0 0;
  }
  35% {
    translate: 0 -10px;
  }
  60% {
    translate: 0 0;
  }
  80% {
    translate: 0 -4px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes footer-pip {
  0% {
    box-shadow: 0 0 0 0 rgba(244, 201, 163, 0.45);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(244, 201, 163, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 201, 163, 0);
  }
}
@keyframes footer-drift {
  0%, 100% {
    translate: 0 0;
    rotate: 0deg;
  }
  50% {
    translate: 14px -18px;
    rotate: 8deg;
  }
}
@keyframes footer-twinkle {
  0%, 100% {
    opacity: 0.18;
    scale: 0.85;
  }
  50% {
    opacity: 0.55;
    scale: 1.15;
  }
}
.fmap {
  position: relative;
  border-radius: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(250, 245, 239, 0.16);
  background: rgba(250, 245, 239, 0.05);
  overflow: hidden;
}
.fmap__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(250, 245, 239, 0.16);
  background: rgba(46, 39, 67, 0.62);
  backdrop-filter: blur(6px);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 245, 239, 0.72);
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fmap__pin {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f4c9a3;
  animation: fmap-pin 1.9s cubic-bezier(0.22, 0.68, 0.32, 1) infinite;
}
.fmap__frame {
  position: relative;
  overflow: hidden;
}
.fmap__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(250, 245, 239, 0.06), inset 0 -40px 60px -40px rgba(46, 39, 67, 0.9);
}
.fmap__iframe {
  display: block;
  width: 100%;
  height: clamp(200px, 20vw, 250px);
  border: 0;
  filter: invert(0.92) hue-rotate(185deg) saturate(0.72) brightness(0.96) contrast(0.92);
  transition: filter 0.45s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fmap:hover .fmap__iframe, .fmap:focus-within .fmap__iframe {
  filter: none;
}
.fmap:hover .fmap__badge, .fmap:focus-within .fmap__badge {
  opacity: 0;
}
.fmap__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px clamp(14px, 1.8vw, 20px);
  border-top: 1px solid rgba(250, 245, 239, 0.12);
  background: rgba(46, 39, 67, 0.45);
}
.fmap__addr {
  margin: 0;
  display: grid;
  gap: 2px;
  line-height: 1.4;
}
.fmap__addr b {
  font-size: 0.98rem;
  font-weight: 600;
}
.fmap__addr span {
  font-size: 0.8rem;
  color: rgba(250, 245, 239, 0.45);
}
.fmap__go {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(250, 245, 239, 0.1);
  border: 1px solid rgba(250, 245, 239, 0.18);
  font-size: 0.86rem;
  font-weight: 600;
  transition: background 0.3s, color 0.3s, border-color 0.3s, translate 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fmap__go svg {
  width: 15px;
  height: 15px;
  transition: translate 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.fmap__go:hover {
  background: #f4c9a3;
  border-color: #f4c9a3;
  color: #2e2743;
  translate: 0 -2px;
}
.fmap__go:hover svg {
  translate: 2px -2px;
}
@media (max-width: 600px) {
  .fmap__panel {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .fmap__go {
    justify-content: center;
  }
  .fmap__go:hover {
    translate: none;
  }
}

@keyframes fmap-pin {
  0%, 100% {
    translate: 0 0;
  }
  40% {
    translate: 0 -4px;
  }
  70% {
    translate: 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fdeco,
  .fmap__pin,
  .footer__pip {
    animation: none;
  }
  .fmark__plate {
    animation: none;
  }
  .fmark:hover img,
  .fmark:focus-visible img {
    animation: none;
  }
  .powered__link:hover {
    translate: none;
  }
  .fmap__iframe {
    transition: none;
  }
  .footer__swash path {
    stroke-dashoffset: 0;
    transition: none;
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(20px, 5vw, 60px);
  background: rgba(46, 39, 67, 0.88);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.22, 0.68, 0.32, 1);
}
.lightbox[hidden] {
  display: none;
}
.lightbox.is-open {
  opacity: 1;
}
.lightbox__fig {
  margin: 0;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.lightbox__fig img,
.lightbox__fig video {
  max-height: 78vh;
  max-width: 100%;
  width: auto;
  border-radius: 24px;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7);
}
.lightbox__fig video {
  background: #000;
}
.lightbox__fig [hidden] {
  display: none;
}
.lightbox__fig figcaption {
  font-family: "Prata", "Times New Roman", Georgia, serif;
  font-size: 1.05rem;
  color: #faf5ef;
}
.lightbox__close {
  position: absolute;
  top: clamp(16px, 3vw, 34px);
  right: clamp(16px, 3vw, 34px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(250, 245, 239, 0.12);
  color: #faf5ef;
  font-size: 1.8rem;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: background 0.3s, transform 0.3s;
}
.lightbox__close:hover {
  background: rgba(250, 245, 239, 0.24);
  transform: rotate(90deg);
}

@media (pointer: fine) {
  .lightbox__fig img.is-zoomable {
    cursor: zoom-in;
    transition: transform 0.35s cubic-bezier(0.22, 0.68, 0.32, 1);
  }
  .lightbox__fig img.is-zoomed {
    cursor: grab;
    box-shadow: none;
    border-radius: 10px;
  }
  .lightbox__fig img.is-panning {
    cursor: grabbing;
    transition: none;
  }
  .lightbox__hint {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(250, 245, 239, 0.5);
    transition: opacity 0.3s;
  }
  .lightbox__hint[hidden] {
    display: none;
  }
  .lightbox.is-zoomed .lightbox__hint,
  .lightbox.is-zoomed .lightbox__fig figcaption {
    opacity: 0;
    pointer-events: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lightbox__fig img.is-zoomable {
    transition: none;
  }
}
html.is-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-locked--dim {
  background: #464058;
}

html.is-nav-open .header::before {
  z-index: 2;
}
