/* ========================================
   LIDO — OCEANFRONT DINING
======================================== */

:root {
  --lido-ivory: #f4f0e7;
  --lido-paper: #ebe4d7;
  --lido-stone: #c6bcad;
  --lido-ink: #1f211f;
  --lido-soft-ink: #6a675f;
  --lido-brass: #b79559;
  --lido-deep-brass: #8d6d3d;
  --lido-sapphire: #1d3041;
  --lido-deep-blue: #13232f;
  --lido-line: rgba(60, 54, 45, 0.18);
  --lido-light: #fffaf2;
  --lido-light-muted: rgba(255, 250, 242, 0.82);
  --lido-glass: rgba(244, 240, 231, 0.8);
}


/* ========================================
   RESET
======================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  color: var(--lido-ink);
  background: var(--lido-ivory);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}


/* ========================================
   HEADER
======================================== */

.lido-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;

  height: 82px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 clamp(22px, 5vw, 76px);

  color: var(--lido-light);

  opacity: 0;
  transform: translateY(-14px);
  pointer-events: none;

  border-bottom: 1px solid transparent;

  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    color 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}

.lido-header.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.lido-header.scrolled {
  color: var(--lido-ink);
  background: var(--lido-glass);
  border-color: rgba(66, 58, 46, 0.13);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.lido-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
}

.lido-navigation {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);

  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lido-navigation a {
  position: relative;
  padding: 10px 0;
}

.lido-navigation a::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;

  height: 1px;

  background: currentColor;

  transform: scaleX(0);
  transform-origin: right;

  transition:
    transform 0.28s ease;
}

.lido-navigation a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.navigation-reservation {
  padding: 11px 15px !important;
  border: 1px solid currentColor;
}

.navigation-reservation::after {
  display: none;
}

.mobile-menu-button {
  display: none;
}


/* ========================================
   ARRIVAL
======================================== */

.lido-hero {
  position: relative;
  min-height: 100svh;

  display: flex;
  align-items: center;

  overflow: hidden;
  isolation: isolate;

  background: var(--lido-deep-blue);
}

.lido-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: scale(1.02);

  animation:
    lido-hero-drift 16s ease-out forwards;
}

@keyframes lido-hero-drift {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.08);
  }
}

.lido-hero-wash {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(12, 20, 27, 0.76) 0%,
      rgba(14, 22, 28, 0.55) 33%,
      rgba(14, 22, 28, 0.16) 66%,
      rgba(14, 22, 28, 0.05) 100%
    ),
    linear-gradient(
      to top,
      rgba(8, 14, 18, 0.4) 0%,
      transparent 43%
    );
}

.lido-hero::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.03),
      transparent 18%,
      transparent 78%,
      rgba(0, 0, 0, 0.16)
    );
}

.lido-hero-content {
  position: relative;
  z-index: 2;

  width: min(760px, 88%);
  margin-left: clamp(28px, 8vw, 130px);

  color: var(--lido-light);
}

.lido-location {
  margin: 0 0 24px;

  color: #ddc795;

  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.23em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(14px);

  animation:
    lido-arrive 0.75s ease 0.35s forwards;
}

.lido-hero h1 {
  margin: 0;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 15vw, 13rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0.08em;

  opacity: 0;
  transform: translateY(20px);

  animation:
    lido-arrive 0.9s ease 0.5s forwards;
}

.lido-hero-statement {
  margin: 34px 0;

  color: var(--lido-light-muted);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.15;

  opacity: 0;
  transform: translateY(18px);

  animation:
    lido-arrive 0.85s ease 0.72s forwards;
}

.lido-primary-link {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 16px;

  padding-bottom: 9px;

  color: var(--lido-light);

  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(16px);

  animation:
    lido-arrive 0.8s ease 0.92s forwards;
}

.lido-primary-link::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;

  background: var(--lido-brass);

  transform-origin: left;

  transition:
    transform 0.28s ease;
}

.lido-primary-link span {
  transition:
    transform 0.28s ease;
}

.lido-primary-link:hover::after {
  transform: scaleX(0.62);
}

.lido-primary-link:hover span {
  transform: translateX(6px);
}

.hero-scroll {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 3;

  width: fit-content;
  margin: auto;

  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;

  color: rgba(255, 250, 242, 0.72);

  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  opacity: 0;

  animation:
    lido-arrive 0.8s ease 1.15s forwards;
}

.hero-scroll span:last-child {
  font-size: 0.9rem;

  transition:
    transform 0.28s ease;
}

.hero-scroll:hover span:last-child {
  transform: translateY(5px);
}

@keyframes lido-arrive {
  to {
    opacity: 1;
    transform: none;
  }
}


/* ========================================
   SHARED TYPOGRAPHY
======================================== */

.section-number {
  margin: 0 0 24px;

  color: var(--lido-brass);

  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.visual-chapter h2,
.kitchen-introduction h2,
.signature-menu h2,
.reservations h2,
.location h2 {
  margin: 0;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.visual-chapter h2,
.kitchen-introduction h2,
.reservations h2,
.location h2 {
  font-size: clamp(3.5rem, 7vw, 7.5rem);
}

.lido-text-link {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 15px;

  padding-bottom: 8px;

  font-size: 0.7rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.lido-text-link::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;

  background: var(--lido-brass);

  transform-origin: left;

  transition:
    transform 0.28s ease;
}

.lido-text-link span {
  transition:
    transform 0.28s ease;
}

.lido-text-link:hover::after {
  transform: scaleX(0.6);
}

.lido-text-link:hover span {
  transform: translateX(6px);
}


/* ========================================
   FULL-SCREEN VISUAL CHAPTERS
======================================== */

.visual-chapter {
  position: relative;
  min-height: 100svh;

  display: flex;
  align-items: center;

  padding:
    clamp(110px, 14vw, 210px)
    clamp(24px, 8vw, 130px);

  overflow: hidden;
  isolation: isolate;

  color: var(--lido-light);
  background: var(--lido-deep-blue);
}

.visual-chapter-image {
  position: absolute;
  inset: 0;
  z-index: -3;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.visual-chapter-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.visual-chapter-left {
  justify-content: flex-start;
}

.visual-chapter-left .visual-chapter-wash {
  background:
    linear-gradient(
      90deg,
      rgba(10, 17, 22, 0.88) 0%,
      rgba(11, 19, 25, 0.7) 31%,
      rgba(11, 19, 25, 0.24) 66%,
      rgba(11, 19, 25, 0.06) 100%
    ),
    linear-gradient(
      to top,
      rgba(7, 12, 16, 0.24),
      transparent 44%
    );
}

.visual-chapter-right {
  justify-content: flex-end;
}

.visual-chapter-right .visual-chapter-wash {
  background:
    linear-gradient(
      270deg,
      rgba(10, 17, 22, 0.88) 0%,
      rgba(11, 19, 25, 0.7) 31%,
      rgba(11, 19, 25, 0.24) 66%,
      rgba(11, 19, 25, 0.06) 100%
    ),
    linear-gradient(
      to top,
      rgba(7, 12, 16, 0.24),
      transparent 44%
    );
}

.visual-chapter-content {
  position: relative;
  z-index: 2;

  width: min(630px, 46%);
}

.visual-chapter-right .visual-chapter-content {
  text-align: right;
}

.visual-chapter .section-number {
  color: #d9bd84;
}

.visual-chapter-content > p:not(.section-number) {
  width: min(520px, 100%);
  margin: 30px 0 0;

  color: var(--lido-light-muted);

  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.95;
}

.visual-chapter-right
.visual-chapter-content
> p:not(.section-number) {
  margin-left: auto;
}

.visual-chapter .lido-text-link {
  margin-top: 36px;
  color: var(--lido-light);
}


/* ========================================
   DINING ROOM
======================================== */

.dining-room .visual-chapter-image {
  object-position: center;
}


/* ========================================
   SIGNATURE MENU
======================================== */

.signature-menu {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.8fr)
    minmax(480px, 1.2fr);

  gap: clamp(55px, 9vw, 140px);

  padding:
    clamp(110px, 14vw, 210px)
    clamp(24px, 8vw, 130px);

  background: var(--lido-paper);
}

.signature-menu-intro {
  position: sticky;
  top: 145px;

  align-self: start;
}

.menu-kicker {
  margin: 0 0 22px;

  color: var(--lido-brass);

  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.signature-menu h2 {
  font-size: clamp(3.1rem, 5vw, 5.5rem);
}

.signature-menu-intro > p:last-child {
  width: min(470px, 100%);
  margin: 28px 0 0;

  color: var(--lido-soft-ink);

  font-size: 1rem;
  line-height: 1.9;
}

.menu-list {
  border-top: 1px solid var(--lido-line);
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;

  padding: 28px 0;

  border-bottom: 1px solid var(--lido-line);
}

.menu-item h3 {
  margin: 0;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 500;
  line-height: 1.1;
}

.menu-item p {
  margin: 9px 0 0;

  color: var(--lido-soft-ink);

  font-size: 0.83rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.menu-item > span {
  padding-top: 5px;

  color: var(--lido-deep-brass);

  font-size: 0.76rem;
  letter-spacing: 0.12em;
}


/* ========================================
   III · THE CHEF'S COUNTER
======================================== */

.chefs-counter .visual-chapter-image {
  object-position: center;
}


/* ========================================
   IV · PRIVATE DINING
======================================== */

.private-dining {
  position: relative;
}

.private-dining .visual-chapter-image {
  object-position: center;
}

.private-dining-frame {
  position: absolute;
  inset: 7% 5%;
  z-index: 1;

  border: 1px solid rgba(216, 190, 142, 0.18);

  pointer-events: none;
}


/* ========================================
   V · YOUR EVENING
======================================== */

.reservations {
  position: relative;
  min-height: 100svh;

  display: flex;
  align-items: center;

  padding:
    125px
    clamp(24px, 7vw, 110px);

  overflow: hidden;
  isolation: isolate;

  color: var(--lido-ink);
  background: var(--lido-ivory);
}

.reservations-image {
  position: absolute;
  inset: 0;
  z-index: -3;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.reservations-wash {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(244, 240, 231, 0.98) 0%,
      rgba(244, 240, 231, 0.92) 34%,
      rgba(244, 240, 231, 0.52) 62%,
      rgba(244, 240, 231, 0.1) 100%
    );
}

.reservations::before {
  content: "";

  position: absolute;
  top: 0;
  left: 50%;

  width: 1px;
  height: 78px;

  background: var(--lido-brass);
}

.reservations-inner {
  position: relative;
  z-index: 2;

  width: min(720px, 55%);
  margin-right: auto;

  text-align: left;
}

.reservations-introduction {
  margin: 26px 0 48px;

  color: var(--lido-soft-ink);

  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.8;
}

.reservation-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: end;

  width: 100%;
  margin: 0 auto;
}

.reservation-field {
  text-align: left;
}

.reservation-field label {
  display: block;

  margin-bottom: 9px;

  color: var(--lido-soft-ink);

  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.reservation-field input,
.reservation-field select {
  display: block;

  width: 100%;
  min-height: 52px;

  padding: 12px 14px;

  color: var(--lido-ink);
  background: rgba(255, 253, 248, 0.64);

  border: 1px solid rgba(60, 54, 45, 0.28);
  border-radius: 0;

  outline: none;

  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}

.reservation-field input:focus,
.reservation-field select:focus {
  border-color: var(--lido-brass);
  background: rgba(255, 253, 248, 0.9);
}

.reservation-submit {
  grid-column: 1 / -1;

  min-height: 52px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  padding: 12px 22px;

  color: var(--lido-light);
  background: var(--lido-deep-blue);

  border: 1px solid var(--lido-deep-blue);
  border-radius: 0;

  cursor: pointer;

  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.reservation-submit span {
  transition:
    transform 0.25s ease;
}

.reservation-submit:hover {
  background: var(--lido-brass);
  border-color: var(--lido-brass);
  transform: translateY(-2px);
}

.reservation-submit:hover span {
  transform: translateX(5px);
}

.reservation-status {
  min-height: 28px;
  margin: 24px 0 0;

  color: var(--lido-soft-ink);

  font-size: 0.86rem;
  line-height: 1.6;
}

.reservation-status.success {
  color: #4f6345;
}

.reservation-status.error {
  color: #7a3838;
}


/* ========================================
   LOCATION
======================================== */

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 10vw, 160px);

  padding:
    clamp(110px, 14vw, 190px)
    clamp(24px, 8vw, 130px);

  color: var(--lido-light);

  background: var(--lido-deep-blue);
}

.location-heading .section-number {
  color: #d9bd84;
}

.location-details {
  display: grid;
  gap: 34px;

  align-self: end;
}

.location-details > div {
  padding-bottom: 24px;

  border-bottom: 1px solid rgba(255, 250, 242, 0.16);
}

.location-label {
  margin: 0 0 10px;

  color: #d9bd84;

  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.location-details p:not(.location-label) {
  margin: 0;

  color: var(--lido-light-muted);

  font-size: 0.95rem;
  line-height: 1.85;
}


/* ========================================
   FOOTER
======================================== */

.lido-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  align-items: end;

  padding:
    62px
    clamp(24px, 7vw, 110px)
    70px;

  color: var(--lido-light);
  background: #0f1c24;

  border-top: 1px solid rgba(255, 250, 242, 0.1);
}

.footer-lido {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.2em;
}

.lido-footer > p,
.pharo-signature {
  margin: 0;

  color: rgba(255, 250, 242, 0.64);

  font-size: 0.68rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.pharo-signature {
  position: relative;
  padding-bottom: 5px;
}

.pharo-signature::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;

  background: rgba(217, 189, 132, 0.42);

  transform-origin: right;

  transition:
    transform 0.28s ease;
}

.pharo-signature:hover::after {
  transform: scaleX(0.5);
}


/* ========================================
   REVEAL
======================================== */

.reveal {
  opacity: 0;
  transform: translateY(26px);

  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 980px) {

  .lido-navigation {
    gap: 17px;
    font-size: 0.59rem;
  }

  .visual-chapter-content {
    width: min(650px, 68%);
  }

  
  .location {
    grid-template-columns: 1fr;
  }

  .signature-menu {
    grid-template-columns: 1fr;
  }

  .signature-menu-intro {
    position: static;
  }

  .reservations-inner {
    width: min(650px, 68%);
  }

  .lido-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
}


/* ========================================
   MOBILE NAVIGATION
======================================== */

@media (max-width: 760px) {

  html {
    scroll-padding-top: 70px;
  }

  .lido-header {
    height: 70px;
    padding-inline: 18px;
  }

  .lido-brand {
    font-size: 2rem;
  }

  .mobile-menu-button {
    position: relative;
    z-index: 3;

    display: grid;
    gap: 7px;

    width: 34px;
    padding: 9px 0;

    color: inherit;
    background: transparent;

    border: 0;
    cursor: pointer;
  }

  .mobile-menu-button span {
    display: block;

    width: 100%;
    height: 1px;

    background: currentColor;

    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .mobile-menu-button.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .mobile-menu-button.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .lido-navigation {
    position: fixed;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;

    padding: 100px 26px 60px;

    color: var(--lido-light);
    background: rgba(15, 28, 36, 0.97);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
      opacity 0.35s ease,
      visibility 0s linear 0.35s;
  }

  .lido-navigation.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transition:
      opacity 0.35s ease,
      visibility 0s linear 0s;
  }

  .lido-navigation a {
    font-size: 0.72rem;
  }

  .navigation-reservation {
    margin-top: 8px;
    padding: 13px 18px !important;
  }

  .lido-header.scrolled .lido-navigation {
    color: var(--lido-light);
  }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 620px) {

  .lido-hero {
    min-height: 760px;
  }

  .lido-hero-image {
    object-position: 58% center;
  }

  .lido-hero-wash {
    background:
      linear-gradient(
        to top,
        rgba(12, 20, 27, 0.84) 0%,
        rgba(12, 20, 27, 0.54) 46%,
        rgba(12, 20, 27, 0.1) 84%
      );
  }

  .lido-hero-content {
    width: calc(100% - 44px);
    margin: 0 auto;

    align-self: flex-end;

    padding-bottom: 112px;
  }

  .lido-location {
    margin-bottom: 18px;
    font-size: 0.6rem;
  }

  .lido-hero h1 {
    font-size: clamp(5rem, 25vw, 7.4rem);
    line-height: 0.82;
  }

  .lido-hero-statement {
    margin: 25px 0 29px;

    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .lido-primary-link {
    font-size: 0.65rem;
  }

  .hero-scroll {
    bottom: 22px;
    font-size: 0.54rem;
  }

  .visual-chapter,
  
  .signature-menu,
  .location {
    padding:
      100px
      22px;
  }

  .visual-chapter {
    min-height: 760px;
    align-items: flex-end;
  }

  .visual-chapter-left .visual-chapter-wash,
  .visual-chapter-right .visual-chapter-wash {
    background:
      linear-gradient(
        to top,
        rgba(9, 15, 20, 0.95) 0%,
        rgba(11, 18, 23, 0.76) 38%,
        rgba(11, 18, 23, 0.18) 76%,
        rgba(11, 18, 23, 0.05) 100%
      );
  }

  .visual-chapter-content {
    width: 100%;
    text-align: left;
  }

  .visual-chapter-right .visual-chapter-content {
    text-align: left;
  }

  .visual-chapter-content
  > p:not(.section-number),
  .visual-chapter-right
  .visual-chapter-content
  > p:not(.section-number) {
    margin-right: 0;
    margin-left: 0;

    font-size: 0.95rem;
    line-height: 1.8;
  }

  .visual-chapter h2,
  .reservations h2,
  .location h2 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .private-dining-frame {
    inset: 18px;
  }

  .signature-menu h2 {
    font-size: clamp(2.9rem, 13vw, 4.2rem);
  }

  .menu-item {
    gap: 18px;
    padding: 23px 0;
  }

  .menu-item h3 {
    font-size: 1.55rem;
  }

  .menu-item p {
    font-size: 0.78rem;
  }

  .reservations {
    min-height: 760px;

    align-items: flex-end;

    padding:
      110px
      22px
      100px;
  }

  .reservations-image {
    object-position: 62% center;
  }

  .reservations-wash {
    background:
      linear-gradient(
        to top,
        rgba(244, 240, 231, 0.99) 0%,
        rgba(244, 240, 231, 0.92) 45%,
        rgba(244, 240, 231, 0.28) 77%,
        rgba(244, 240, 231, 0.08) 100%
      );
  }

  .reservations-inner {
    width: 100%;
    margin: 0;
  }

  .reservation-form {
    grid-template-columns: 1fr;
  }

  .reservation-submit {
    grid-column: auto;
    width: 100%;
  }

  .location {
    gap: 60px;
  }

  .lido-footer {
    padding:
      48px
      22px
      55px;
  }
}


/* ========================================
   REDUCED MOTION
======================================== */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  .lido-hero-image {
    animation: none;
    transform: none;
  }

  .lido-location,
  .lido-hero h1,
  .lido-hero-statement,
  .lido-primary-link,
  .hero-scroll {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}