:root {
  --cream: #f8f1e8;
  --paper: #fffaf3;
  --blush: #f7d9db;
  --pink: #d9146b;
  --pink-dark: #ad0f55;
  --pink-light: #f3a8c7;
  --brown: #2b1d18;
  --brown-soft: #5f4b43;
  --line: rgba(43, 29, 24, 0.18);
  --white: #fffdf9;
  --shadow: 0 20px 60px rgba(65, 33, 25, 0.12);
  --shell: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--brown);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #7b1746;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--brown);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 241, 232, 0.96);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
}

.brand span {
  display: grid;
  line-height: 1.15;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 5px;
  color: var(--brown-soft);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
}

.desktop-nav a,
.footer-links a {
  position: relative;
  padding-block: 12px;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.desktop-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid var(--brown);
  border-radius: 100px;
  color: var(--white);
  background: var(--brown);
  font-size: 0.82rem;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.button:hover {
  color: var(--white);
  background: var(--pink-dark);
  border-color: var(--pink-dark);
  transform: translateY(-2px);
}

.button-small {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 0.75rem;
}

.button-ghost {
  color: var(--brown);
  background: transparent;
}

.mobile-menu {
  display: none;
}

.hero {
  overflow: hidden;
  background: var(--cream);
}

.hero-stage {
  position: relative;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 241, 232, 0.99) 0%, rgba(248, 241, 232, 0.94) 36%, rgba(248, 241, 232, 0.68) 52%, rgba(248, 241, 232, 0.12) 78%, rgba(248, 241, 232, 0.02) 100%),
    linear-gradient(180deg, rgba(43, 29, 24, 0.02), rgba(43, 29, 24, 0.12));
  content: "";
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 650px);
  align-items: center;
  min-height: 670px;
  padding-block: clamp(58px, 8vw, 106px);
}

.eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
  color: var(--pink-dark);
  font-size: 0.74rem;
  font-weight: 800;
  gap: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

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

h1,
h2,
.footer-brand span {
  font-family: Georgia, "Times New Roman", "Noto Serif CJK SC", serif;
  font-weight: 400;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3.7rem, 7.8vw, 7rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

h1 span {
  display: block;
  margin-top: 13px;
  color: var(--pink);
  font-size: 0.64em;
  letter-spacing: 0.06em;
}

.hero-lede {
  max-width: 570px;
  margin-bottom: 34px;
  color: var(--brown-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hours-line {
  display: flex;
  align-items: center;
  margin: 26px 0 0;
  color: var(--brown-soft);
  font-size: 0.86rem;
  gap: 10px;
}

.hours-line > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(217, 20, 107, 0.11);
}

.hours-line strong {
  color: var(--brown);
}

.hero-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px 26px;
  color: var(--white);
  background: var(--pink);
  font-size: 0.69rem;
  font-weight: 800;
  gap: clamp(18px, 3vw, 42px);
  letter-spacing: 0.17em;
  white-space: nowrap;
}

.hero-ribbon i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.order-moved {
  position: relative;
  overflow: hidden;
  padding-block: clamp(74px, 9vw, 116px);
  color: var(--white);
  background: var(--brown);
}

.order-moved::after {
  position: absolute;
  top: -230px;
  right: -100px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.order-moved-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px 1fr 0.9fr;
  align-items: start;
  gap: clamp(28px, 5vw, 70px);
}

.section-index {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
}

.eyebrow-light {
  color: #f3a8c7;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 5.3vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.order-moved-copy {
  padding-top: 46px;
}

.order-moved-copy p {
  max-width: 480px;
  margin-bottom: 26px;
  color: rgba(255, 253, 249, 0.74);
  font-size: 1.04rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid currentColor;
  color: var(--pink-dark);
  font-size: 0.76rem;
  font-weight: 800;
  gap: 14px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--brown);
}

.text-link-light {
  color: var(--white);
}

.text-link-light:hover {
  color: #f3a8c7;
}

.section-pad {
  padding-block: clamp(84px, 11vw, 150px);
}

.cafe-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.6fr);
  align-items: end;
  padding-bottom: clamp(54px, 7vw, 88px);
  border-bottom: 1px solid var(--line);
  gap: clamp(40px, 8vw, 120px);
}

.section-heading h2 {
  max-width: 770px;
}

.section-heading > p {
  margin-bottom: 7px;
  color: var(--brown-soft);
}

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

.category {
  min-height: 300px;
  padding: 34px clamp(24px, 3vw, 42px) 0;
  border-right: 1px solid var(--line);
}

.category:first-child {
  padding-left: 0;
}

.category:last-child {
  padding-right: 0;
  border-right: 0;
}

.category-number {
  margin-bottom: 88px;
  color: var(--pink-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.category h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 400;
}

.category p:last-child {
  max-width: 280px;
  color: var(--brown-soft);
  font-size: 0.93rem;
}

.visit-section {
  background: var(--cream);
}

.visit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 11vw, 155px);
}

.visit-intro {
  position: sticky;
  top: 128px;
  align-self: start;
}

.visit-intro h2 {
  margin-bottom: 30px;
}

.visit-intro > p:last-child {
  max-width: 360px;
  color: var(--brown-soft);
}

.visit-details {
  border-top: 1px solid var(--line);
}

.detail-block {
  padding-block: 36px;
  border-bottom: 1px solid var(--line);
}

.detail-label {
  margin-bottom: 22px;
  color: var(--pink-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

address,
.detail-block > p:not(.detail-label) {
  margin-bottom: 23px;
  font-size: clamp(1.05rem, 1.7vw, 1.23rem);
  font-style: normal;
  line-height: 1.75;
}

address strong,
.detail-block strong {
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  font-weight: 400;
}

.detail-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.plain-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.facts-section {
  background: var(--paper);
}

.facts-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: end;
  padding-bottom: clamp(48px, 7vw, 82px);
  border-bottom: 1px solid var(--line);
  gap: clamp(40px, 9vw, 130px);
}

.facts-intro > p {
  margin-bottom: 8px;
  color: var(--brown-soft);
}

.facts-intro strong {
  color: var(--brown);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-item {
  min-height: 255px;
  padding: 36px clamp(26px, 4vw, 54px) 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-item:nth-child(odd) {
  padding-left: 0;
}

.faq-item:nth-child(even) {
  padding-right: 0;
  border-right: 0;
}

.faq-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.faq-number {
  margin-bottom: 44px;
  color: var(--pink-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.faq-item h3 {
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.25;
}

.faq-item > p:last-child {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--brown-soft);
}

.faq-item a {
  color: var(--pink-dark);
  font-weight: 700;
  text-underline-offset: 4px;
}

.registration-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.4fr);
  margin-top: clamp(36px, 5vw, 64px);
  padding: clamp(30px, 5vw, 58px);
  color: var(--white);
  background: var(--brown);
  gap: clamp(36px, 7vw, 92px);
}

.registration-heading h3 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
}

.registration-heading > p:last-child {
  max-width: 330px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.registration-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  gap: 0 clamp(28px, 4vw, 52px);
}

.registration-details > div {
  padding-block: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.registration-details > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.registration-details dt {
  margin-bottom: 9px;
  color: var(--pink-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.registration-details dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--blush);
}

.contact-section::after {
  position: absolute;
  right: -100px;
  bottom: -260px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(43, 29, 24, 0.17);
  border-radius: 50%;
  content: "";
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  align-items: end;
  gap: clamp(50px, 10vw, 140px);
}

.contact-copy > p {
  max-width: 440px;
  margin-bottom: 30px;
  color: var(--brown-soft);
  font-size: 1.04rem;
}

.site-footer {
  padding: 68px 0 max(132px, calc(54px + env(safe-area-inset-bottom)));
  color: var(--white);
  background: #211612;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  gap: 40px;
}

.footer-brand img {
  width: 68px;
  height: 68px;
}

.footer-brand span {
  font-size: clamp(1.45rem, 3vw, 2.4rem);
}

.footer-brand small {
  color: #f18bb7;
  font-size: 0.7em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 28px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.69rem;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  padding-top: 24px;
  padding-right: 180px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.65rem;
  gap: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
  padding: 12px 18px;
  border: 2px solid var(--white);
  border-radius: 100px;
  color: var(--white);
  background: #147d43;
  box-shadow: 0 10px 30px rgba(25, 50, 35, 0.24);
  font-size: 0.74rem;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

.whatsapp-float:hover {
  background: #0f6536;
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Legal and error pages */
.subpage {
  min-height: 100vh;
  background: var(--paper);
}

.subpage .site-header {
  position: relative;
}

.subpage-header-link {
  justify-self: end;
}

.legal-hero,
.error-main {
  padding-block: clamp(70px, 10vw, 124px);
  background: var(--cream);
}

.legal-hero .shell,
.legal-content,
.error-main .shell {
  max-width: 860px;
}

.legal-hero h1,
.error-main h1 {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
}

.legal-hero p:last-child,
.error-main .error-copy {
  max-width: 640px;
  color: var(--brown-soft);
  font-size: 1.04rem;
}

.legal-content {
  width: var(--shell);
  margin-inline: auto;
  padding-block: clamp(65px, 9vw, 110px);
}

.legal-content section + section {
  margin-top: 54px;
}

.legal-content h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  letter-spacing: -0.025em;
}

.legal-content p,
.legal-content li {
  color: var(--brown-soft);
}

.legal-content li + li {
  margin-top: 9px;
}

.legal-content a:not(.button) {
  color: var(--pink-dark);
  text-underline-offset: 4px;
}

.legal-back {
  margin-top: 62px;
}

.simple-footer {
  padding-block: 30px;
  color: rgba(255, 255, 255, 0.62);
  background: #211612;
  font-size: 0.72rem;
}

.simple-footer .shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 28px;
}

.simple-footer p {
  margin: 0;
}

.simple-footer a {
  color: var(--white);
  text-underline-offset: 4px;
}

.error-code {
  margin-bottom: 20px;
  color: var(--pink);
  font-size: clamp(6rem, 20vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 12px;
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-order {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 13px 12px;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    width: 100%;
    height: 1px;
    margin: auto;
    background: var(--brown);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] summary span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    display: grid;
    width: min(300px, calc(100vw - 40px));
    padding: 14px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-inline: 12px;
    border-bottom: 1px solid var(--line);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .mobile-menu .mobile-order {
    margin-top: 8px;
    color: var(--white);
    background: var(--brown);
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(248, 241, 232, 0.98) 0%, rgba(248, 241, 232, 0.91) 50%, rgba(248, 241, 232, 0.52) 76%, rgba(248, 241, 232, 0.22) 100%),
      linear-gradient(180deg, rgba(43, 29, 24, 0.02), rgba(43, 29, 24, 0.12));
  }

  .order-moved-grid {
    grid-template-columns: 55px 1fr;
  }

  .order-moved-copy {
    grid-column: 2;
    padding-top: 0;
  }

  .section-heading,
  .visit-grid,
  .facts-intro,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading > p {
    max-width: 600px;
  }

  .visit-intro {
    position: static;
  }

  .contact-copy > p {
    max-width: 600px;
  }

  .registration-card {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: min(1180px, calc(100% - 28px));
  }

  html {
    scroll-padding-top: 82px;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.61rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 650px;
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(248, 241, 232, 0.97) 0%, rgba(248, 241, 232, 0.91) 58%, rgba(248, 241, 232, 0.48) 100%);
  }

  .hero-media img {
    object-position: 68% center;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5.2rem);
  }

  .hero-actions,
  .contact-actions,
  .error-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .contact-actions .button,
  .error-actions .button {
    width: 100%;
  }

  .hours-line {
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.45;
  }

  .hours-line > span {
    margin-top: 4px;
  }

  .hero-ribbon {
    justify-content: flex-start;
    overflow: hidden;
  }

  .order-moved-grid {
    grid-template-columns: 1fr;
  }

  .section-index {
    width: 54px;
  }

  .order-moved-copy {
    grid-column: auto;
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .category {
    display: grid;
    grid-template-columns: 56px 1fr;
    min-height: 0;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 10px;
  }

  .category-number {
    margin-bottom: 0;
    padding-top: 7px;
  }

  .detail-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .faq-item,
  .faq-item:nth-child(odd),
  .faq-item:nth-child(even) {
    min-height: 0;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .faq-item:last-child {
    border-bottom: 0;
  }

  .faq-number {
    margin-bottom: 24px;
  }

  .registration-details {
    grid-template-columns: 1fr;
  }

  .registration-details > div:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .registration-details > div:last-child {
    border-bottom: 0;
  }

  .footer-brand img {
    width: 58px;
    height: 58px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 20px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    padding-right: 80px;
    gap: 8px;
  }

  .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 58px;
    height: 58px;
    padding: 0;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .subpage-header-link {
    display: none;
  }

  .legal-hero h1,
  .error-main h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .simple-footer .shell {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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