:root {
  --bg: #F5F5F7;
  --bg-strong: #E6E6E9;
  --surface: rgba(240, 240, 242, 0.65);
  --surface-strong: rgba(235, 235, 240, 0.92);
  --text: #1A1A1A;
  --text-muted: #555555;
  --line: rgba(30, 30, 35, 0.1);
  --accent: #2C2C2E;
  --accent-deep: #1C1C1E;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --max-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Noto Sans", sans-serif;
  background:
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

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

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

code {
  font-family: ui-monospace, SFMono-Regular, SFMono-Regular, Menlo, monospace;
  font-size: 0.95em;
}

.page-glow { display: none;
  position: fixed;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 0.32;
  pointer-events: none;
}

.page-glow-left {
  top: 8rem;
  left: -10rem;
  background: rgba(205, 185, 158, 0.55);
}

.page-glow-right {
  top: 28rem;
  right: -12rem;
  background: rgba(179, 171, 160, 0.4);
}

.urgency-bar {
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.8);
  text-align: center;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.urgency-bar p {
  margin: 0;
}

main,
.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 4%;
  background: var(--bg);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.9);
  color: var(--text);
  border-radius: 0.8rem;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav {
  display: none;
}

@media (min-width: 1200px) and (max-height: 1150px) {
  .site-header {
    padding: 1rem 3%;
  }
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-logo {
  display: block;
  width: auto;
  height: 3rem;
  max-height: 3rem;
  object-fit: contain;
  transform: scale(1.4);
  transform-origin: left center;
}

.brand-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #8c7b6d, #d2c0a9);
  box-shadow: 0 0 0 6px rgba(210, 192, 169, 0.22);
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--text-muted);
  font-size: 0.96rem;
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.header-cta,
.button-primary {
  border: 1px solid transparent;
  background: var(--accent-deep);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(82, 70, 61, 0.18);
}

.button-secondary {
  border: 1px solid rgba(86, 71, 58, 0.14);
  background: rgba(255, 252, 247, 0.78);
  color: var(--text);
}

.button-whatsapp {
  background: #25D366;
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.2);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: #128C7E;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(82, 70, 61, 0.25);
}

.button[aria-disabled="true"],
.footer-links a[aria-disabled="true"],
.map-button[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}

main {
  padding: 2rem 0 3rem;
}

.section {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  min-height: calc(100svh - 10rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 0.95;
}

h1 {
  font-size: clamp(4.3rem, 11vw, 8rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  letter-spacing: -0.03em;
}

.hero-subheading {
  margin: 1rem 0 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: var(--accent-deep);
}

.hero-support,
.prose p,
.booking-intro,
.experience-copy p,
.gallery-note,
.site-footer p,
[data-form-status] {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.hero-support {
  max-width: 36rem;
  margin-top: 1.5rem;
  font-size: 1.1rem;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.4rem 0 0;
  padding: 1.1rem;
  border: 1px solid rgba(94, 79, 66, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 252, 247, 0.55);
}

.hero-details dt {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-details dd {
  margin: 0.4rem 0 0;
  font-size: 1rem;
  color: var(--text);
}

.hero-visual {
  position: relative;
}

.hero-frame,
.form-shell,
.space-card,
.gallery-card,
.section-split,
.experience,
.booking-section,
.site-footer {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  background: var(--surface);
  backdrop-filter: blur(30px) saturate(110%);
  -webkit-backdrop-filter: blur(30px) saturate(110%);
  box-shadow: var(--shadow);
}

.hero-frame {
  overflow: hidden;
  border-radius: clamp(1.8rem, 4vw, 3rem);
}

.hero-frame img {
  width: 100%;
  height: clamp(28rem, 50vw, 32rem);
  object-fit: cover;
}

.floating-note {
  position: absolute;
  right: clamp(-0.5rem, -1vw, -0.2rem);
  bottom: 1.5rem;
  max-width: 15rem;
  padding: 1rem 1.15rem;
  border-radius: 1.2rem;
  background: rgba(255, 248, 240, 0.9);
  color: var(--accent-deep);
  box-shadow: 0 18px 36px rgba(76, 62, 48, 0.12);
}

.section-split,
.experience,
.booking-section,
.site-footer {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
}

.section-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}

.section-heading-centered {
  text-align: center;
  margin-bottom: 3.5rem;
}

.prose {
  display: grid;
  gap: 1.5rem;
  max-width: 48rem;
  margin: 0 auto;
}

.spaces-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.4rem;
}

.space-card {
  padding: 1.8rem;
  border-radius: var(--radius-md);
  text-align: center;
}

.space-index {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.space-card p {
  margin: 1rem 0 0;
  color: var(--text-muted);
}

.experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

.experience-copy {
  display: grid;
  gap: 1.75rem;
  max-width: 52rem;
  margin: 0 auto;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.experience-signoff {
  color: var(--text);
}

.section-tight-top {
  padding-top: 1.5rem !important;
}

.spaces-hero {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto 3rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow);
}

.spaces-hero-img {
  width: 100%;
  height: clamp(22rem, 45vw, 28rem);
  object-fit: cover;
}

.spaces-hero-content {
  padding: 2rem;
  text-align: center;
}

.spaces-hero-content h3 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.spaces-carousel {
  position: relative;
  margin-top: 2rem;
}

.spaces-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.spaces-track {
  display: flex;
  transition: transform 1200ms cubic-bezier(0.45, 0, 0.55, 1);
}

.spaces-slide {
  min-width: 100%;
}

.spaces-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.spaces-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--line);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.spaces-dot.is-active {
  background: var(--accent-deep);
  transform: scale(1.2);
}

.gallery-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.2rem;
}

.gallery-viewport {
  overflow: hidden;
  border-radius: calc(var(--radius-md) + 2px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.reviews-viewport {
  border: 1px solid rgba(34, 34, 34, 0.12);
  background: #ffffff;
}

.gallery-track {
  display: flex;
  transition: transform 360ms ease;
  touch-action: pan-y;
}

.gallery-slide {
  margin: 0;
  min-width: 100%;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: clamp(18rem, 56vw, 30rem);
}

.review-slide img {
  object-fit: contain;
  background: #ffffff;
  padding: clamp(0.5rem, 1.8vw, 1rem);
}

.gallery-nav {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(86, 71, 58, 0.2);
  background: rgba(255, 252, 247, 0.9);
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(73, 57, 44, 0.15);
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.gallery-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(75, 62, 50, 0.25);
  cursor: pointer;
}

.gallery-dot.is-active {
  background: var(--accent-deep);
}

.gallery-note {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 0.95rem;
}

.location .section-body {
  display: grid;
  align-content: start;
  gap: 1.5rem;
}

.booking-section {
  position: relative;
  overflow: hidden;
  margin-top: 3.5rem;
}

.booking-section::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 20rem;
  height: 20rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(198, 179, 156, 0.3), transparent 70%);
  pointer-events: none;
}

.booking-intro {
  max-width: 40rem;
  margin: 1rem auto 0;
}


.booking-phone {
  margin: 0;
  text-align: center;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-deep);
}

.form-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  text-align: center;
}

.form-shell-header {
  display: grid;
  gap: 0.6rem;
  justify-items: center;
  text-align: center;
}

.form-shell iframe {
  width: 100%;
  min-height: 42rem;
  border: 0;
  border-radius: calc(var(--radius-md) - 4px);
  background: #fbf8f2;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.modal-content {
  position: relative;
  z-index: 1;
  width: min(95vw, 760px);
  max-height: 90vh;
  margin: 5vh auto 0;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.5rem 1rem;
}

.modal-close {
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: var(--text);
}

.modal-content iframe {
  width: 100%;
  min-height: 70vh;
  border: 0;
  border-radius: 0.75rem;
}

.site-footer {
  flex-direction: column;
  text-align: center;
  gap: 3.5rem;
  padding: 4rem 2rem;
  margin-bottom: 4rem;
}

.footer-title {
  margin-bottom: 0.5rem;
  color: var(--text);
  font-family: "Noto Sans", sans-serif;
  font-size: 2.4rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  color: var(--text-muted);
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 1000ms cubic-bezier(0.16, 1, 0.3, 1), transform 1000ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
  .site-header {
    border-radius: 1.5rem;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .section-split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-details,
  .spaces-grid {
    grid-template-columns: 1fr;
  }

  .gallery-carousel {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.9rem;
  }

  .reviews-carousel {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.9rem;
  }

  .gallery-nav {
    justify-self: center;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .urgency-bar {
    font-size: 0.76rem;
    letter-spacing: 0.06em;
  }

  .site-header {
    width: min(calc(100% - 1rem), var(--max-width));
    padding: 0.9rem 1rem;
    display: grid;
    grid-template-columns: 2.8rem 1fr 2.8rem;
    align-items: center;
    justify-items: center;
  }

  main,
  .site-footer {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
  }

  .brand-mark {
    justify-self: center;
  }

  .brand-logo {
    transform-origin: center;
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav:not([hidden]) {
    display: grid;
    gap: 0.65rem;
    width: min(calc(100% - 1rem), var(--max-width));
    margin: 0 auto 0.8rem;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--surface-strong);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .mobile-nav a {
    padding: 0.5rem 0;
    font-weight: 600;
    text-align: center;
  }

  .section {
    padding: 3rem 0;
  }

  .section-split,
  .experience,
  .booking-section,
  .site-footer {
    padding: 1.5rem 1rem;
  }

  main {
    padding: 1.5rem 0 3rem;
  }

  .hero-frame img {
    height: 24rem;
  }

  .gallery-slide img {
    min-height: 19rem;
  }

  .booking-actions {
    flex-direction: column;
  }

  .button,
  .button-secondary,
  .button-primary {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}


.hero-container {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: clamp(560px, 78vh, 860px);
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

@media (max-width: 720px) {
  .hero-container {
    height: 70vh;
    min-height: 500px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1300px) and (max-height: 1150px) {
  .hero-container {
    height: min(82vh, 820px);
    min-height: 620px;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #1a1715;
  filter: brightness(0.65);
}

@media (min-width: 1400px) and (max-height: 1150px) {
  .hero-bg img {
    object-position: center center;
  }
}

.hero-bg-primary {
  animation:
    slowZoom 20s ease-in-out infinite alternate,
    heroCrossfadePrimary 16s ease-in-out infinite;
}

.hero-bg-secondary {
  opacity: 0;
  animation:
    slowZoom 20s ease-in-out infinite alternate,
    heroCrossfadeSecondary 16s ease-in-out infinite;
}

@keyframes slowZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.02); }
}

@keyframes heroCrossfadePrimary {
  0%, 42% { opacity: 1; }
  50%, 92% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroCrossfadeSecondary {
  0%, 42% { opacity: 0; }
  50%, 92% { opacity: 1; }
  100% { opacity: 0; }
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-eyebrow {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #fff;
}

.hero-headline {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 2.5rem;
}

.booking-widget {
  background: white;
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0.6rem 0.6rem 0.6rem 1.8rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  color: black;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 720px) {
  .booking-widget {
    border-radius: var(--radius-md);
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
  .booking-divider { display: none; }
}

.booking-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 130px;
}

.field-label {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.booking-divider {
  width: 1px;
  height: 35px;
  background: #eaeaea;
}

.guest-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.guest-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-muted);
}

.guest-count {
  font-weight: 600;
}

.booking-submit {
  min-height: 3.5rem;
  padding: 0 2.5rem;
  margin-left: 0.5rem;
}

/* Updated space cards */
.space-card {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: none !important;
  background: var(--bg) !important;
  box-shadow: none !important;
}

.space-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  max-height: 28rem;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.space-img-landscape {
  aspect-ratio: 3 / 2;
}

.focus-top {
  object-position: center 20%;
}

.focus-center {
  object-position: center;
}

.focus-bottom {
  object-position: center 80%;
}

.space-content {
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.space-content h3 {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.space-meta {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

.space-price {
  margin-top: auto !important;
  font-size: 1rem;
}
.space-price strong {
  font-size: 1.25rem;
  color: var(--text);
  font-weight: 600;
}
