:root {
  --red: #d80018;
  --red-dark: #a90012;
  --ink: #101010;
  --paper: #f3f0ea;
  --white: #fff;
  --muted: #777;
  --line: rgba(16, 16, 16, .14);
  --header-h: 92px;
  --radius: 22px;
  --ease: cubic-bezier(.2, .8, .2, 1)
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Manrope, Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden
}

body.menu-open, body.lightbox-open {
  overflow: hidden
}

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

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

button {
  font: inherit;
  color: inherit
}

.container {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto
}

.section {
  padding: 130px 0
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 800;
  color: #fff
}

.eyebrow.dark {
  color: var(--red)
}

h1, h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.045em
}

h1 em, h2 em {
  font-weight: 600
}

h2 {
  font-size: clamp(3rem, 6vw, 6.2rem)
}

p {
  line-height: 1.75
}

.page-loader {
  position: fixed;
  inset: 0;
  background: #0d0d0d;
  z-index: 9999;
  display: grid;
  place-items: center;
  transition: opacity .6s, visibility .6s
}

.page-loader span {
  width: 58px;
  height: 2px;
  background: #333;
  position: relative;
  overflow: hidden
}

.page-loader span:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--red);
  transform: translateX(-100%);
  animation: loader 1.1s infinite
}

.page-loader.done {
  opacity: 0;
  visibility: hidden
}

@keyframes loader {
  to {
    transform: translateX(100%)
  }
}

.cursor-glow {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(216, 0, 24, .07), transparent 68%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  padding: 0 max(24px, calc((100vw - 1280px)/2));
  z-index: 50;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: height .35s, background .35s, box-shadow .35s, color .35s
}

.site-header.is-fixed {
  position: fixed;
  height: 74px;
  background: rgba(243, 240, 234, .94);
  backdrop-filter: blur(16px);
  color: var(--ink);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
  border-color: var(--line);
  animation: headerIn .45s var(--ease)
}

@keyframes headerIn {
  from {
    transform: translateY(-100%)
  }

  to {
    transform: none
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px
}

.brand img {
  width: 190px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter .3s, width .3s
}

.brand span {
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  border-left: 1px solid currentColor;
  padding-left: 13px;
  white-space: nowrap
}

.is-fixed .brand img {
  filter: none;
  width: 165px
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 34px
}

.main-nav a {
  font-size: .82rem;
  font-weight: 700;
  position: relative
}

.main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s
}

.main-nav a:hover:after, .main-nav a.active:after {
  transform: scaleX(1);
  transform-origin: left
}

.header-cta {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  padding: 13px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition: .3s
}

.header-cta:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red)
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 42px;
  height: 42px
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  margin: 7px auto;
  transition: .3s
}

.hero {
  position: relative;
  min-height: 100svh;
  color: #fff;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden
}

.hero-video, .hero-overlay, .hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.hero-video {
  object-fit: cover;
  z-index: -4
}

.hero-overlay {
  z-index: -3;
  background: linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .5) 55%, rgba(5, 5, 5, .2) 100%), linear-gradient(0deg, rgba(0, 0, 0, .7), transparent 45%)
}

.hero-grid {
  z-index: -2;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 80%)
}

.hero-content {
  padding-top: 80px
}

.hero-content h1 {
  font-size: clamp(4.5rem, 9vw, 9.6rem);
  max-width: 1100px;
  margin: 20px 0 30px
}

.hero-content h1 em {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .82)
}

.hero-copy {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  max-width: 630px;
  color: rgba(255, 255, 255, .76)
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 36px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 17px 24px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: transform .3s, background .3s
}

.btn:hover {
  transform: translateY(-3px)
}

.btn-primary {
  background: var(--red);
  color: #fff
}

.btn-primary:hover {
  background: #ef001d
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, .45)
}

.btn-ghost:hover {
  background: #fff;
  color: #111
}

.hero-bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 50px
}

.hero-stat {
  display: flex;
  flex-direction: column
}

.hero-stat strong {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem
}

.hero-stat span {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .56)
}

.scroll-cue {
  margin-left: auto;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  display: flex;
  align-items: center;
  gap: 12px
}

.scroll-cue span {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  position: relative
}

.scroll-cue span:after {
  content: "↓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  animation: bounce 1.6s infinite
}

@keyframes bounce {
  50% {
    transform: translateY(4px)
  }
}

.marquee {
  overflow: hidden;
  background: var(--red);
  color: #fff;
  padding: 18px 0;
  transform: rotate(-1deg) scale(1.02)
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  animation: marquee 28s linear infinite;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.4rem
}

.marquee-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 100px;
  align-items: end
}

.section-heading h2 {
  margin-top: 20px
}

.section-heading h2 em {
  color: var(--red)
}

.about-intro {
  font-size: 1.08rem;
  color: #4b4b4b
}

.text-link {
  display: inline-flex;
  gap: 20px;
  margin-top: 25px;
  color: var(--ink);
  font-weight: 800;
  border-bottom: 1px solid;
  padding-bottom: 8px
}

.about-cards {
  display: grid;
  grid-template-columns: .85fr 1.45fr .85fr;
  gap: 18px;
  margin-top: 70px
}

.about-card {
  min-height: 460px;
  border-radius: var(--radius);
  overflow: hidden
}

.about-now, .about-values {
  padding: 38px;
  background: #e7e2d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.card-number {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: var(--red)
}

.mini-label {
  text-transform: uppercase;
  font-size: .66rem;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--red);
  margin-bottom: 14px
}

.about-now h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  line-height: 1.05;
  margin-bottom: 20px
}

.about-now p:last-child {
  color: #5b5b5b
}

.about-image {
  position: relative
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform .8s var(--ease), filter .5s
}

.about-image:hover img {
  transform: scale(1.04);
  filter: grayscale(.3)
}

.image-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.image-badge strong {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem
}

.image-badge span {
  font-size: .61rem;
  text-transform: uppercase;
  letter-spacing: .12em
}

.about-values ul {
  list-style: none
}

.about-values li {
  padding: 25px 0;
  border-top: 1px solid var(--line)
}

.about-values li span, .about-values li small {
  display: block
}

.about-values li span {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem
}

.about-values li small {
  color: #666;
  margin-top: 5px
}

.fleet {
  background: #111;
  color: #fff;
  overflow: hidden
}

.fleet-head {
  display: flex;
  justify-content: space-between;
  align-items: end
}

.carousel-controls {
  display: flex;
  gap: 10px
}

.carousel-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  transition: .3s
}

.carousel-btn:hover {
  background: var(--red);
  border-color: var(--red)
}

.fleet-carousel {
  display: flex;
  gap: 20px;
  margin-top: 65px;
  padding-left: max(24px, calc((100vw - 1280px)/2));
  padding-right: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  cursor: grab
}

.fleet-carousel::-webkit-scrollbar {
  display: none
}

.fleet-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none
}

.fleet-card {
  flex: 0 0 min(520px, 76vw);
  height: 450px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  background: #222
}

.fleet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease)
}

.fleet-card:hover img {
  transform: scale(1.05)
}

.fleet-card:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .85))
}

.fleet-info {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: end
}

.fleet-info span {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #ddd
}

.fleet-info h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-top: 7px
}

.fleet-info button {
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(0, 0, 0, .2);
  backdrop-filter: blur(8px);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer
}

.fleet-note {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  color: #aaa
}

.fleet-note p {
  max-width: 600px
}

.drag-hint {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .62rem
}

.services-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 120px
}

.services-sticky {
  position: sticky;
  top: 130px;
  height: max-content
}

.service-item {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 28px;
  align-items: start;
  padding: 35px 0;
  border-top: 1px solid var(--line)
}

.service-item:last-child {
  border-bottom: 1px solid var(--line)
}

.service-item>span {
  font-family: "Playfair Display", serif;
  color: var(--red)
}

.service-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 10px
}

.service-item p {
  color: #666
}

.service-item b {
  font-size: 1.3rem;
  transition: transform .3s
}

.service-item:hover b {
  transform: translate(4px, -4px);
  color: var(--red)
}

.events {
  background: #e7e2d9
}

.events-title {
  margin-bottom: 65px
}

.events-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, 340px);
  gap: 18px
}

.event-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden
}

.event-large {
  grid-row: 1/3
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease)
}

.event-card:hover img {
  transform: scale(1.05)
}

.event-card:after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .82))
}

.event-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  color: #fff;
  z-index: 2
}

.event-caption span {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .16em
}

.event-caption h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 3vw, 3.2rem);
  margin: 7px 0
}

.event-caption p {
  font-size: .75rem;
  color: #ddd
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: #fff;
  text-align: center
}

.contact-orbit {
  position: absolute;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.contact-orbit:before, .contact-orbit:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  inset: 90px
}

.contact-orbit:after {
  inset: 190px
}

.contact-content {
  position: relative;
  z-index: 1
}

.contact h2 {
  font-size: clamp(3.5rem, 7vw, 7.2rem);
  margin: 22px auto 30px
}

.contact h2 em {
  color: transparent;
  -webkit-text-stroke: 1px #fff
}

.contact-copy {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .78)
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 55px
}

.contact-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  text-align: left;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  transition: .3s
}

.contact-card:hover {
  background: #fff;
  color: #111;
  transform: translateY(-5px)
}

.social-icon {
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem
}

.contact-card small, .contact-card strong {
  display: block
}

.contact-card small {
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .58rem;
  opacity: .65
}

.contact-card strong {
  margin-top: 3px
}

.site-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 80px 0 25px
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, .7fr);
  gap: 70px
}

.footer-brand img {
  width: 230px;
  filter: brightness(0) invert(1)
}

.footer-brand p {
  max-width: 340px;
  color: #888;
  margin-top: 24px
}

.footer-top h4 {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  color: var(--red);
  margin-bottom: 20px
}

.footer-top a, .footer-top span {
  display: block;
  color: #aaa;
  font-size: .85rem;
  margin: 10px 0
}

.footer-top a:hover {
  color: #fff
}

.footer-bottom {
  border-top: 1px solid #252525;
  margin-top: 65px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: .7rem
}

.go-top {
  position: fixed;
  right: 15px;
  bottom: 100px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  z-index: 30;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s
}

.go-top.visible {
  opacity: 1;
  visibility: visible;
  transform: none
}

.go-top:hover {
  background: var(--red)
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 30px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  padding: 13px 18px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
  font-size: .75rem;
  font-weight: 800
}

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

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .92);
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 50px
}

.lightbox[hidden] {
  display: none
}

.lightbox img {
  max-width: min(1200px, 92vw);
  max-height: 85vh;
  object-fit: contain
}

.lightbox-close {
  position: absolute;
  right: 30px;
  top: 25px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 3rem;
  cursor: pointer
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

@media(max-width:1000px) {
  :root {
    --header-h: 78px
  }

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

  .brand img {
    width: 155px
  }

  .brand span, .header-cta {
    display: none
  }

  .menu-toggle {
    display: block;
    z-index: 3
  }

  .main-nav {
    position: fixed;
    inset: 0;
    background: #111;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    transform: translateX(100%);
    transition: transform .5s var(--ease)
  }

  .main-nav a {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem
  }

  .menu-open .main-nav {
    transform: none
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(4.5px) rotate(45deg)
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4.5px) rotate(-45deg)
  }

  .menu-open .menu-toggle {
    color: #fff
  }

  .about-grid, .services-grid {
    grid-template-columns: 1fr;
    gap: 50px
  }

  .about-cards {
    grid-template-columns: 1fr 1fr
  }

  .about-now {
    grid-column: 1/3;
    min-height: 360px
  }

  .services-sticky {
    position: static
  }

  .events-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px 300px
  }

  .event-large {
    grid-column: 1/3;
    grid-row: auto
  }

  .contact-actions {
    grid-template-columns: 1fr
  }

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

  .hero-bottom {
    gap: 25px
  }

  .hero-stat:nth-child(3) {
    display: none
  }
}

@media(max-width:680px) {
  .container {
    width: min(100% - 30px, 1280px)
  }

  .section {
    padding: 90px 0
  }

  h2 {
    font-size: clamp(2.8rem, 14vw, 4.5rem)
  }

  .site-header {
    padding-inline: 16px
  }

  .hero-content {
    padding-top: 40px
  }

  .hero-content h1 {
    font-size: clamp(3.6rem, 18vw, 6.2rem)
  }

  .hero-content h1 em {
    -webkit-text-stroke: 1px rgba(255, 255, 255, .85)
  }

  .hero-copy {
    font-size: .94rem
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    /* max-width: 320px */
  }

  .hero-bottom {
    bottom: 18px;
    align-items: center
  }

  .hero-stat {
    display: none
  }

  .scroll-cue {
    margin: 0
  }

  .about-grid {
    gap: 35px
  }

  .about-cards {
    grid-template-columns: 1fr
  }

  .about-now {
    grid-column: auto
  }

  .about-card {
    min-height: 390px
  }

  .about-values {
    min-height: auto
  }

  .fleet-head {
    align-items: end
  }

  .carousel-controls {
    display: none
  }

  .fleet-card {
    height: 500px;
    flex-basis: 86vw
  }

  .fleet-info {
    left: 20px;
    right: 20px;
    bottom: 20px
  }

  .fleet-info h3 {
    font-size: 1.6rem
  }

  .fleet-note {
    display: block
  }

  .drag-hint {
    display: block;
    margin-top: 20px
  }

  .service-item {
    grid-template-columns: 34px 1fr
  }

  .service-item b {
    display: none
  }

  .service-item h3 {
    font-size: 1.65rem
  }

  .events-grid {
    display: block
  }

  .event-card {
    height: 430px;
    margin-bottom: 15px
  }

  .event-large {
    height: 520px
  }

  .contact h2 {
    font-size: clamp(3rem, 14vw, 5rem)
  }

  .contact-card {
    padding: 18px
  }

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

  .footer-brand {
    grid-column: 1/3
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom span+span {
    margin-top: 8px
  }

  .whatsapp-float span:not(:first-child) {
    display: none
  }

  .whatsapp-float {
    padding: 14px;
    width: 44px;
    padding-left: 17px;
  }

  .cursor-glow {
    display: none
  }
}

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

  *, *:before, *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }

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


/* ===== 80th anniversary and wedding section ===== */
.anniversary {
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
  padding: 105px 0
}

.anniversary-rings {
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(216, 0, 24, .22);
  border-radius: 50%;
  left: -250px;
  top: 50%;
  transform: translateY(-50%)
}

.anniversary-rings::before, .anniversary-rings::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%
}

.anniversary-rings::before {
  inset: 100px
}

.anniversary-rings::after {
  inset: 215px
}

.anniversary-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 90px;
  align-items: center
}

.anniversary-number {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  aspect-ratio: 1;
  background: radial-gradient(circle at 50% 42%, rgba(216, 0, 24, .22), transparent 55%)
}

.anniversary-number strong {
  font-family: "Playfair Display", serif;
  font-size: clamp(8rem, 17vw, 15rem);
  line-height: .68;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .92)
}

.anniversary-number span {
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .32em;
  color: rgba(255, 255, 255, .58);
  margin: 22px 0
}

.anniversary-copy h2 {
  font-size: clamp(3.4rem, 6.5vw, 7rem);
  margin: 20px 0 28px
}

.anniversary-copy h2 em {
  color: var(--red)
}

.anniversary-copy>p:last-of-type {
  max-width: 680px;
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem
}

.anniversary-link {
  margin-top: 34px
}

.anniversary-badge {
  border-color: rgba(255, 255, 255, .34)
}

.wedding {
  background: #e7e2d9
}

.wedding-shell {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 80px;
  align-items: center
}

.wedding-copy h2 {
  margin: 20px 0 28px
}

.wedding-copy h2 em {
  color: var(--red)
}

.wedding-copy>p {
  max-width: 660px;
  color: #595959;
  font-size: 1.04rem
}

.wedding-points {
  margin-top: 34px;
  border-top: 1px solid var(--line)
}

.wedding-points>div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line)
}

.wedding-points strong {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem
}

.wedding-points span {
  color: #666;
  line-height: 1.55
}

.wedding-cta {
  margin-top: 30px
}

.wedding-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18)
}

.wedding-visual img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  transition: transform .8s var(--ease)
}

.wedding-visual:hover img {
  transform: scale(1.025)
}

.wedding-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .76);
  backdrop-filter: blur(12px);
  color: #fff
}

.wedding-visual figcaption strong, .wedding-visual figcaption span {
  display: block
}

.wedding-visual figcaption strong {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem
}

.wedding-visual figcaption span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: .74rem
}

@media(max-width:1000px) {
  .anniversary-grid, .wedding-shell {
    grid-template-columns: 1fr;
    gap: 55px
  }

  .anniversary-number {
    width: min(460px, 80vw);
    min-height: auto;
    justify-self: center
  }

  .wedding-visual {
    max-width: 680px;
    width: 100%;
    justify-self: center
  }

  .wedding-visual img {
    aspect-ratio: 16/11;
    object-position: center 42%
  }
}

@media only screen and (max-width: 600px) {
  html, body {
    overflow-x: hidden !important;
  }

  .menu-open .site-header.is-fixed {
    height: 100%;
  }

  h1 {
    font-size: 13vw !important;
  }
}

@media(max-width:680px) {

  .anniversary {
    padding: 80px 0
  }

  .anniversary-number {
    width: min(330px, 88vw)
  }

  .anniversary-number strong {
    font-size: 8rem
  }

  .anniversary-copy h2 {
    font-size: clamp(3rem, 14vw, 4.7rem)
  }

  .wedding-points>div {
    grid-template-columns: 1fr;
    gap: 7px
  }

  .wedding-visual img {
    aspect-ratio: 4/5
  }

  .wedding-visual figcaption {
    position: static;
    border-radius: 0;
    background: #111
  }
}

#birthDot {
  transition-delay: 70ms;
  font-size: 10px;
  padding: 10px 30px;
  background: #d80018;
  margin-top: 20px;
  border-radius: 20px;
  top: 10px;
  position: relative;
}