.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: #120f0d;
}
.hero__video, .hero__shade, .hero__glow { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__video { object-fit: cover; filter: saturate(.9) contrast(1.05); }
.hero__shade {
  background:
    linear-gradient(180deg, rgba(20, 17, 15, .55), rgba(20, 17, 15, .12) 34%, rgba(20, 17, 15, .82)),
    linear-gradient(90deg, rgba(20, 17, 15, .35), transparent 48%);
}
.hero__glow {
  background:
    radial-gradient(ellipse at var(--mx, 18%) var(--my, 78%), rgba(213, 31, 42, .34), transparent 36%),
    radial-gradient(ellipse at 88% 18%, rgba(196, 160, 106, .22), transparent 32%);
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 6.5rem var(--gutter) 5.4rem;
}
.hero__eyebrow {
  margin: 0 0 1.1rem;
  color: var(--gold);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero__title {
  margin: 0 0 1.8rem;
  max-width: 12ch;
  font-size: var(--display);
  line-height: .92;
  letter-spacing: -.04em;
  text-shadow: 0 10px 32px rgba(0, 0, 0, .4);
}
.hero__title span { display: block; animation: hero-line .9s both cubic-bezier(.2,.7,.2,1); }
.hero__title span:nth-child(2) { animation-delay: .1s; }
.hero__title span:nth-child(3) { animation-delay: .2s; }
.hero__title-accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: #ffd7a8;
}
.hero__panel {
  display: grid;
  grid-template-columns: minmax(16rem, .9fr) minmax(18rem, 1.2fr) auto;
  gap: 1.4rem 2rem;
  align-items: center;
  width: 100%;
  padding: 1.7rem 2rem;
  background: linear-gradient(180deg, rgba(255, 250, 244, .16), rgba(20, 17, 15, .28));
  border: 1px solid rgba(255, 250, 244, .2);
  border-radius: 1.5rem;
  backdrop-filter: blur(18px) saturate(1.15);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .22);
}
.hero__schedule p { margin: .35rem 0; }
.hero__date { margin: 0 0 .55rem; font-size: 1.2rem; font-weight: 700; }
.hero__schedule p:not(.hero__date) { display: flex; gap: 1rem; align-items: baseline; font-size: 1.12rem; }
.hero__schedule time { min-width: 4.4rem; color: var(--gold); font-size: 1.25rem; font-weight: 700; }
.hero__offer {
  padding: .2rem 0 .2rem 2rem;
  border-left: 1px solid rgba(255, 250, 244, .18);
}
.hero__free {
  margin: 0 0 .55rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.02em;
}
.hero__note { margin: 0; max-width: 26rem; font-size: .92rem; line-height: 1.5; opacity: .82; }
.hero__action {
  display: grid;
  align-content: center;
  justify-items: stretch;
  padding-left: 1.6rem;
  border-left: 1px solid rgba(255, 250, 244, .18);
}
.button--hero { min-height: 3.7rem; padding-inline: 1.7rem; font-size: .84rem; white-space: nowrap; }
.hero__scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transform: translateX(-50%);
  padding: .4rem .45rem .4rem 1rem;
  border: 1px solid rgba(255, 250, 244, .22);
  border-radius: var(--radius-ctrl);
  background: rgba(20, 17, 15, .45);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  color: var(--white);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero__scroll:hover, .hero__scroll:focus-visible {
  background: rgba(20, 17, 15, .62);
  border-color: rgba(255, 250, 244, .38);
}
.hero__scroll span { color: #ffd7a8; }
.hero__scroll i {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: .35rem;
  background: rgba(255, 250, 244, .12);
  font-style: normal;
  animation: scroll-nudge 1.8s ease-in-out infinite;
}
.hero__scroll .i-s { width: .85rem; height: .85rem; }
@keyframes scroll-nudge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(.18rem); }
}

.invitation {
  position: relative;
  overflow: hidden;
  min-height: min(38rem, 78vh);
  color: var(--white);
  background: var(--ink);
}
.invitation__image, .invitation__shade { position: absolute; inset: 0; }
.invitation__image { border-radius: 0; }
.invitation__image img { height: 100%; object-fit: cover; object-position: center top; transform: scale(1.06); transform-origin: center top; filter: grayscale(.12) contrast(1.04) saturate(.92); }
.invitation__shade {
  background:
    linear-gradient(90deg, rgba(20, 17, 15, .88) 0%, rgba(20, 17, 15, .55) 42%, rgba(20, 17, 15, .22) 72%, rgba(20, 17, 15, .4)),
    linear-gradient(0deg, rgba(20, 17, 15, .5), transparent 46%),
    radial-gradient(ellipse at 18% 80%, rgba(213, 31, 42, .3), transparent 42%);
}
.invitation__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(38rem, 78vh);
  padding: clamp(4.5rem, 8vw, 7rem) var(--gutter);
}
.invitation p {
  margin: 0 0 1rem;
  max-width: 28rem;
  color: rgba(255, 250, 244, .86);
  font-size: var(--body);
  line-height: 1.55;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}
.invitation h2 {
  margin: 0;
  max-width: 12ch;
  font-size: var(--display);
  line-height: .95;
  letter-spacing: -.04em;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .5);
}
.invitation em { color: #ffd7a8; }

.program {
  padding: clamp(4.2rem, 7vw, 6.2rem) var(--gutter);
  background:
    radial-gradient(ellipse at 90% 0%, rgba(196, 160, 106, .12), transparent 36%),
    var(--paper);
}
.program--wushu {
  background:
    radial-gradient(ellipse at 8% 12%, rgba(213, 31, 42, .08), transparent 32%),
    var(--paper);
}
.program__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(18rem, 1fr);
  gap: clamp(1.6rem, 3.5vw, 3.2rem);
  align-items: center;
}
.program__grid--reverse { grid-template-columns: minmax(18rem, 1.05fr) minmax(0, .9fr); }
.program__grid--reverse .program__copy { order: 2; }
.section-index { padding-bottom: 0; }
.program__copy h2 {
  margin: .7rem 0 1rem;
  font-size: var(--title);
  line-height: 1;
  letter-spacing: -.04em;
}
.program__copy h2 em { color: var(--red); }
.lead {
  margin: 0 0 1.2rem;
  max-width: 36rem;
  font-size: var(--lead);
  line-height: 1.45;
}
.copy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
}
.copy-columns p { margin: 0; color: #4d4741; font-size: var(--body); line-height: 1.6; }
.fan-stage {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem 1.8rem 3.4rem .9rem;
  box-shadow: var(--shadow), 0 0 0 1px rgba(196, 160, 106, .28);
}
.fan-stage video { height: min(34rem, 52vw); object-fit: cover; }
.fan-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(transparent, rgba(20, 17, 15, .72));
}
.fan-stage__caption {
  position: absolute;
  z-index: 1;
  right: 1.2rem;
  bottom: 1.1rem;
  margin: 0;
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .04em;
}
.js .fan-reveal { transform: translateY(1.4rem) scale(.98); opacity: 0; transition: transform 1s cubic-bezier(.2,.7,.2,1), opacity .7s ease; }
.js .fan-reveal.is-visible { transform: none; opacity: 1; }

.intermission {
  position: relative;
  padding: clamp(4.2rem, 7vw, 6.2rem) var(--gutter);
  color: var(--white);
  background:
    radial-gradient(ellipse at 80% 20%, rgba(255, 196, 150, .16), transparent 34%),
    linear-gradient(145deg, #7a121c 0%, var(--red) 48%, #4d0d14 100%);
}
.intermission__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, .8fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.intermission__body h2 {
  margin: .7rem 0 1.1rem;
  font-size: var(--title);
  line-height: 1.05;
}
.intermission__body h2 em { color: #ffd7a8; }
.intermission__body > p:last-child { max-width: 36rem; margin: 0; font-size: var(--body); line-height: 1.6; opacity: .92; }
.intermission__photo {
  box-shadow: 0 24px 50px rgba(0, 0, 0, .28);
}

.wushu-grid {
  display: grid;
  grid-template-columns: 1.05fr .9fr;
  gap: .75rem;
  align-items: start;
}
.wushu-grid figure { box-shadow: var(--shadow); }
.wushu-grid__stack { display: grid; gap: .75rem; align-content: start; }
.wushu-grid__small { width: 100%; }
.body-quote {
  display: grid;
  gap: .2rem;
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
  max-width: 42rem;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.15;
}
.body-quote em { color: var(--red); }

.welcome {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) var(--gutter);
  color: var(--white);
  text-align: center;
  background: var(--ink);
}
.welcome__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(213, 31, 42, .28), transparent 42%),
    radial-gradient(ellipse at 50% 90%, rgba(196, 160, 106, .16), transparent 36%);
  pointer-events: none;
}
.welcome .kicker, .about .kicker, .final .kicker, .intermission .kicker { color: var(--gold); }
.welcome .kicker, .welcome h2, .welcome__note, .welcome .button { position: relative; z-index: 1; }
.welcome h2 {
  display: grid;
  gap: .85rem;
  margin: 1.4rem auto 1.3rem;
  max-width: 18em;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.25;
}
.welcome h2 em { color: #ffd7a8; }
.welcome__note { margin: 0 auto 1.6rem; max-width: 28rem; opacity: .8; line-height: 1.5; }

.movement {
  padding: clamp(4.2rem, 7vw, 6.2rem) var(--gutter);
  background: var(--paper);
}
.movement__head { margin-bottom: 1.5rem; }
.movement h2 {
  margin: .7rem 0 0;
  max-width: 12ch;
  font-size: var(--title);
  line-height: 1.05;
}
.movement h2 em { color: var(--red); }
.movement__video {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.movement__video video { max-height: 68vh; object-fit: contain; }

.about {
  padding: clamp(4.2rem, 7vw, 6.2rem) var(--gutter);
  color: var(--white);
  background:
    radial-gradient(ellipse at 10% 0%, rgba(213, 31, 42, .18), transparent 34%),
    linear-gradient(180deg, #221c19, var(--graphite));
}
.about__intro {
  display: grid;
  grid-template-columns: auto minmax(12rem, 1fr) minmax(16rem, 1.15fr);
  gap: 1rem 2rem;
  align-items: start;
  margin-bottom: 2.2rem;
}
.about__intro h2 {
  margin: 0;
  font-size: var(--display);
  line-height: .95;
}
.about__intro h2 em { color: #ffd7a8; }
.about__text p { margin: 0 0 1rem; max-width: 34rem; font-size: var(--body); line-height: 1.6; opacity: .88; }
.about__text p:last-child { margin: 0; }
.gallery {
  display: grid;
  gap: .75rem;
}
.gallery__lead,
.gallery__item { box-shadow: 0 16px 36px rgba(0, 0, 0, .22); }
.gallery__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  align-items: start;
}
.gallery__stack { display: grid; gap: .75rem; align-content: start; }

.final {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 26.5rem);
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(4.2rem, 7vw, 6.2rem) var(--gutter);
  color: var(--white);
  background: linear-gradient(145deg, #7a121c 0%, var(--red) 46%, #4e0e14 100%);
}
.final__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(255, 210, 150, .2), transparent 32%),
    radial-gradient(ellipse at 90% 80%, rgba(0, 0, 0, .22), transparent 36%);
  pointer-events: none;
}
.final__info, .registration-card { position: relative; z-index: 1; }
.final__info h2 {
  margin: .8rem 0 1.4rem;
  font-family: var(--serif);
  font-size: var(--display);
  font-weight: 500;
  line-height: .92;
}
.final__schedule { width: min(26rem, 100%); border-top: 1px solid var(--line-light); }
.final__schedule p {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  margin: 0;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line-light);
  font-size: 1rem;
}
.final__schedule time { color: #ffd7a8; font-weight: 700; }
.final__free {
  margin: 1.6rem 0 .7rem;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 700;
}
.final address a { color: #ffd7a8; text-decoration: underline; text-underline-offset: .15em; }
.registration-card__call {
  margin: 1rem 0 0;
  font-size: .9rem;
  line-height: 1.45;
}
.registration-card__call a { text-decoration: underline; text-underline-offset: .15em; }
.registration-card {
  display: flex;
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf9, var(--paper-2));
  border-radius: 1.5rem;
  box-shadow: 0 24px 50px rgba(20, 17, 15, .24);
}
.registration-card > div { width: 100%; }
.registration-card__number { margin: 0 0 .7rem; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.registration-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1;
}
.registration-card h3 em { color: var(--red); }
.registration-card__lead { max-width: 26rem; margin: 1rem 0 1.4rem; font-size: 1rem; line-height: 1.5; }
#registration-form { position: relative; }
#registration-form > label:not(.consent) { display: block; margin-bottom: 1.15rem; }
#registration-form > label:not(.consent) > span, #registration-form legend {
  display: block;
  margin-bottom: .4rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#registration-form input[type="text"],
#registration-form input[type="tel"] {
  width: 100%;
  padding: .8rem .95rem;
  border: 1px solid rgba(20, 17, 15, .12);
  border-radius: var(--radius-ctrl);
  outline: 0;
  background: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
}
#registration-form input:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(213, 31, 42, .12); }
#registration-form fieldset { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0; padding: 0; border: 0; }
#registration-form legend { width: 100%; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice span {
  display: block;
  padding: .58rem .85rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-ctrl);
  font-size: .78rem;
  cursor: pointer;
}
.choice input:checked + span { border-color: transparent; background: var(--red); color: var(--white); }
.choice input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.form-error { margin: 0 0 1rem; color: #a10006; font-size: .85rem; }
.honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#registration-form > label.consent {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin: 0 0 1.1rem;
  font-size: .78rem;
  line-height: 1.45;
  color: #5c564f;
  cursor: pointer;
}
.consent input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  margin: .2rem 0 0;
  accent-color: var(--red);
}
.consent a { text-decoration: underline; }
.form-success__mark {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  margin: 0 0 1.4rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #ea4a52, var(--red));
  color: var(--white);
  font-size: 1.6rem;
}
.form-success > p:last-child { margin-top: 1.2rem; font-size: 1.05rem; line-height: 1.55; }
.signup-dialog {
  width: min(32rem, calc(100% - 2rem));
  padding: 1.8rem 1.6rem 1.5rem;
  border: 0;
  border-radius: 1.5rem;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf9, var(--paper-2));
  box-shadow: 0 24px 50px rgba(20, 17, 15, .28);
}
.signup-dialog::backdrop { background: rgba(20, 17, 15, .58); }
.signup-dialog__close {
  position: absolute;
  top: .7rem;
  right: .8rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: var(--radius-ctrl);
  background: transparent;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
}
.signup-dialog h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1;
}
.signup-dialog h2 em { color: var(--red); }
.signup-dialog--done { text-align: center; }
.signup-dialog .button,
.signup-dialog .button:hover,
.signup-dialog .button:focus-visible {
  transform: none;
  filter: none;
}
.signup-dialog--done .button { width: 100%; margin-top: 1.4rem; }

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.2rem;
  align-items: center;
  padding: 1.4rem var(--gutter);
  color: var(--white);
  background: var(--ink);
}
.footer .brand { color: var(--white); }
.footer p { margin: 0; font-size: .74rem; letter-spacing: .06em; opacity: .78; }
.footer p:last-child { justify-self: end; }
.footer a:hover { opacity: 1; text-decoration: underline; }
@keyframes hero-line { from { opacity: 0; transform: translateY(40%); } to { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .program__grid, .program__grid--reverse { grid-template-columns: 1fr; }
  .program__grid--reverse .program__copy { order: 0; }
  .about__intro { grid-template-columns: 1fr 1.3fr; }
  .about__text { grid-column: 2; }
  .hero__panel { grid-template-columns: 1fr 1.1fr; }
  .hero__action { grid-column: 1 / -1; padding-left: 0; border-left: 0; justify-items: start; }
}

@media (max-width: 900px) {
  .hero__panel { grid-template-columns: 1fr; padding: 1.35rem 1.4rem; gap: 1.2rem; }
  .hero__offer, .hero__action { padding-left: 0; border-left: 0; }
  .hero__action { justify-items: start; }
  .hero__content { padding-bottom: 5rem; }
  .intermission__inner { grid-template-columns: 1fr; }
  .intermission__photo { width: min(22rem, 100%); justify-self: end; }
  .final { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root {
    --display: clamp(2.35rem, 11vw, 3.15rem);
    --title: clamp(1.85rem, 8.4vw, 2.45rem);
    --lead: 1.08rem;
    --body: 1rem;
  }
  .site-header {
    top: 0;
    right: 0;
    left: 0;
    padding: .55rem 1rem;
    border-radius: 0;
    grid-template-columns: 1fr auto;
  }
  .button--small { display: none; } .brand { font-size: .8rem; }
  .header-phone { font-size: .78rem; }
  .hero__content { padding: 5.4rem 1rem 6.2rem; } .hero__eyebrow { max-width: none; line-height: 1.45; }
  .hero__title { font-size: clamp(2.45rem, 12vw, 3.2rem); max-width: 9ch; }
  .hero__panel { padding: 1.15rem 1.2rem; border-radius: 1.1rem; }
  .hero__free { font-size: 1.38rem; }
  .hero__action .button { display: none; }
  .hero__scroll { display: none; }
  .invitation__text { padding: 3.4rem 1rem; min-height: min(32rem, 68vh); }
  .invitation h2 { font-size: clamp(2.2rem, 10.5vw, 3rem); max-width: 11ch; }
  .program, .program--wushu, .intermission, .welcome, .movement, .about, .final { padding: 3.2rem 1rem; }
  .copy-columns { grid-template-columns: 1fr; }
  .fan-stage { border-radius: 1.1rem 1.1rem 1.8rem .7rem; }
  .fan-stage video { height: min(26rem, 72vw); }
  .intermission__photo { width: 100%; }
  .wushu-grid { grid-template-columns: 1fr; }
  .wushu-grid__stack { grid-template-columns: 1fr 1fr; }
  .wushu-grid__tall { grid-column: auto; }
  .body-quote { font-size: clamp(1.5rem, 7vw, 2rem); text-align: left; }
  .welcome h2 { font-size: 1.42rem; max-width: 16em; }
  .about__intro, .about__text { grid-template-columns: 1fr; grid-column: 1; }
  .about__intro h2 { font-size: clamp(2.4rem, 12vw, 3.2rem); }
  .gallery__mosaic { grid-template-columns: 1fr; }
  .final__info h2 { font-size: clamp(2.6rem, 13vw, 3.4rem); }
  .registration-card { padding: 1.3rem 1.1rem 5.4rem; border-radius: 1.1rem; }
  .footer { grid-template-columns: 1fr; gap: .7rem; padding: 1.4rem 1rem 6rem; }
  .footer p:last-child { justify-self: start; }
  .mobile-cta {
    position: fixed;
    z-index: 40;
    right: .7rem;
    bottom: .7rem;
    left: .7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3.4rem;
    padding: 0 1.15rem;
    border-radius: var(--radius-ctrl);
    background: linear-gradient(180deg, #ea4a52, var(--red));
    color: var(--white);
    box-shadow: 0 .6rem 2rem rgba(165, 22, 32, .38);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .3s ease;
  }
  .mobile-cta.is-hidden { transform: translateY(calc(100% + 1.2rem)); }
}
