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

html {
  scroll-behavior: smooth;
}

body {
  background: #f3f4ee;
  color: #1d1d1d;
  font-family: Arial, sans-serif;
  padding-bottom: 110px;
}

a {
  text-decoration: none;
}

/* HEADER */

.mobile-header {
  background: #b9a789;
  color: white;
  padding: 8px 5vw 5px;
}

.top-icons {
  display: flex;
  gap: clamp(14px, 3vw, 28px);
  align-items: center;
font-size: 15px;
margin-bottom: clamp(18px, 4vw, 32px);
}

.top-icons span:not(.lang),
.top-icons a{
  width:38px;
  height:38px;
  border-radius:50%;
  background:transparent;
  color:white;
  display:grid;
  place-items:center;
  font-size:15px;
  text-decoration:none;
}

.top-icons .lang {
  margin-left: auto;
  font-size: clamp(18px, 3vw, 25px);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transform: none;
}

.brand-row{
  display:flex;
  justify-content:space-between;
  position:relative;
  align-items:flex-start;
}

.logo-block{
  position:absolute;
  left:50%;
  transform:translateX(-50%) translateY(-8px);
  width:300px;
  height:95px;
  overflow:visible;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
  margin:0;
}

.logo-img{
  width:450px;
  max-width:none;
  height:auto;
  display:block;
  pointer-events:none;
}

.menu-btn{
  width:48px;
  height:48px;
  min-width:48px;
  flex-shrink:0;
  background:rgba(255,255,255,0.12);
  color:white;
  font-size:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:none;
  cursor:pointer;
  margin-top:13px;
  position:relative;
  z-index:1000;
}

.logo-symbol{
  font-size:clamp(58px, 11vw, 95px);
  line-height:.8;
  color:white;
}

.logo-text{
  margin-top:12px;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:clamp(28px, 6vw, 54px);
  font-weight:300;
  letter-spacing:3px;
  color:white;
}


/* HERO */

.hero-macrame {
  min-height: 760px;
  background:
    linear-gradient(rgba(0,0,0,.12), rgba(0,0,0,.12)),
url("J7408164.jpg")
    center/cover no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 46px;
}

.hero-title h1 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  color: white;

  font-size: clamp(60px, 11vw, 118px);

  line-height: 0.98;
  letter-spacing: 1.5px;

  margin-bottom: clamp(75px, 15vw, 145px);

  text-shadow: 0 10px 28px rgba(0,0,0,.20);
}

.big-book {
  display: inline-block;
  background: white;
  color: #1c1c1c;

  padding: 22px 38px;

  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 3px;
  font-weight: 800;

  text-align: center;
}

/* WELCOME */

.welcome-section {
  padding: clamp(70px, 10vw, 120px) 5vw;
}

.arch-image {
  width: min(100%, 900px);
  height: clamp(520px, 90vw, 920px);
  background: url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1400&q=80") center/cover;
  border-radius: 50% 50% 0 0 / 28% 28% 0 0;
  margin: 0 auto clamp(70px, 10vw, 110px);
}

.welcome-text {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.welcome-text h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 6.5vw, 70px);
  letter-spacing: 2px;
  line-height: 1.05;
  margin-bottom: 34px;
  font-weight: 500;
}

.welcome-text h2 span {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(32px, 6vw, 64px);
  margin-top: 6px;
}

.welcome-text p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(17px, 2.4vw, 25px);
  line-height: 1.75;
  letter-spacing: 1.2px;
  color: #333;
  margin-bottom: 38px;
}

.simple-book {
  display: inline-block;
  padding: 16px 28px;

  background: transparent;
  color: #7f7566;

  border: 1.5px solid #b9a789;
  border-radius: 999px;

  font-size: clamp(13px, 2.1vw, 20px);
  letter-spacing: 2.8px;
font-weight: 800;
  text-transform: uppercase;

  box-shadow: none;
  transition: all 0.25s ease;
}

.simple-book:hover {
  background: #b9a789;
  color: white;
}

.simple-book:active {
  transform: scale(0.97);
  background: #a99678;
  color: white;
}

/* COAST */

/* COAST */

.coast-card {
  margin: 70px 0;
  min-height: auto;
  background:
    linear-gradient(rgba(135,160,175,.58), rgba(135,160,175,.58)),
url("J7408166 (1).jpg")
    center/cover;
  color: white;
  text-align: center;
  padding: 70px 28px;
}

.coast-content {
  max-width: 760px;
  margin: 0 auto;
}

.coast-content h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 6.5vw, 70px);
  letter-spacing: 2px;
  line-height: 1.05;
  margin-bottom: 34px;
  font-weight: 500;
}

.coast-content h2 span {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(32px, 6vw, 64px);
  margin-top: 6px;
}

.coast-content p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(17px, 2.4vw, 25px);
  line-height: 1.75;
  letter-spacing: 1.2px;
}

.coast-content .bold {
  font-weight: 600;
  margin-bottom: 28px;
}

.coast-content hr {
  margin: 42px 0;
  border: none;
  height: 1px;
  background: rgba(255,255,255,.65);
}

.coast-content h3 {
  font-family: Arial, sans-serif;
  font-size: clamp(15px, 2.5vw, 23px);
  letter-spacing: 2.5px;
  line-height: 1.55;
  margin-bottom: 34px;
  font-weight: 700;
}

.coast-content a {
  display: inline-block;
  color: white;
  font-size: clamp(14px, 2.2vw, 22px);
  letter-spacing: 2.5px;
  font-weight: 700;
}

/* PHOTOS */

.photo-stack {
  padding: 25px 7vw 35px;
}

.photo-stack img {
  display: block;
  width: 100%;
  max-width: 1150px;
  height: clamp(360px, 65vw, 680px);
  object-fit: cover;
  margin: 0 auto 28px;
}

.photo-stack img:last-child {
  margin-bottom: 0;
}

/* EXPERIENCE */

.experience-section {
  color: white;
  text-align: center;
  padding: 55px 28px;

  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.18), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0) 35%),
    linear-gradient(135deg, #c3b394, #ac9b7c);

  box-shadow:
    inset 0 35px 70px rgba(255,255,255,.08),
    inset 0 -45px 80px rgba(90,70,45,.12);
}

.experience-section h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 6vw, 58px);
  letter-spacing: 1.8px;
  line-height: 1.08;
  margin-bottom: 46px;
  font-weight: 500;
}

.experience-section h2 span {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 5.5vw, 52px);
  margin-top: 6px;
}

.experience-item {
  padding: 26px 0;
  max-width: 620px;
  margin: 0 auto;
}

.experience-item .icon {
  font-size: clamp(38px, 7vw, 62px);
  margin-bottom: 18px;
  opacity: 0.95;
}

.experience-item h3 {
  font-size: clamp(17px, 2.8vw, 24px);
  letter-spacing: 3px;
  margin-bottom: 14px;
  font-weight: 700;
}

.experience-item p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(15px, 2.3vw, 22px);
  line-height: 1.65;
  letter-spacing: 1.1px;
  opacity: 0.95;
}

.line {
  height: 1px;
  background: rgba(255,255,255,.42);
  margin: 14px auto;
  max-width: 520px;
}

/* SHUTTLE */

.shuttle-section {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(rgba(90,70,45,.38), rgba(90,70,45,.38)),
    url("https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=1400&q=80")
    center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 70px 28px;
}

.shuttle-overlay {
  display: none;
}

.shuttle-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.round-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(185,167,137,.92);
  margin: 0 auto 34px;
  display: grid;
  place-items: center;
  font-size: 34px;
}

.shuttle-content h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 6vw, 58px);
  line-height: 1.12;
  letter-spacing: 1.6px;
  font-weight: 500;
  margin-bottom: 30px;
}

.shuttle-content p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(16px, 2.4vw, 23px);
  line-height: 1.75;
  letter-spacing: 1.1px;
}

.shuttle-content .small {
  margin-top: 26px;
  font-size: clamp(13px, 2vw, 18px);
  opacity: .9;
}

/* FOOTER */

.home-footer {
  background: #b9a789;
  color: white;
  text-align: center;
  padding: clamp(65px, 10vw, 100px) 5vw;
}

.home-footer h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 8vw, 70px);
  letter-spacing: clamp(4px, 1vw, 9px);
}

.home-footer p {
  letter-spacing: clamp(2px, .6vw, 5px);
  text-transform: uppercase;
}

.floating-book {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 9999;

  display: block;
width: calc(100% - 80px);
  max-width: 620px;
  margin: 0;

  background: white;
  color: #1d1d1d;

  padding: 14px 22px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* DESKTOP */

@media (min-width: 1000px) {
  .mobile-header {
    padding: 24px 7vw 38px;
  }

  .hero-macrame {
    min-height: 900px;
  }

  .welcome-section {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .arch-image {
    margin-bottom: 0;
  }

  .welcome-text {
    text-align: left;
  }

  .coast-card {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .experience-section {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .photo-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  .photo-stack img {
    margin-bottom: 0;
  }
}

/* SMALL PHONE */


.pickup-section {
  background: #f3f4ee;
  padding: 58px 28px;
}

.pickup-box {
  background: white;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 28px;
  color: #1d1d1d;
}

.pickup-intro,
.pickup-sub {
  color: #b9a789;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(17px, 2.5vw, 24px);
  line-height: 1.65;
  letter-spacing: 1.2px;
}

.pickup-intro {
  margin-bottom: 22px;
}

.pickup-box hr {
  margin: 34px 0;
  border: none;
  height: 1px;
  background: rgba(185,167,137,.55);
}

.pickup-box h3 {
  font-size: clamp(15px, 2.2vw, 20px);
  letter-spacing: 2.5px;
  margin-bottom: 24px;
  font-weight: 700;
}

.pickup-box p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(16px, 2.4vw, 22px);
  line-height: 1.75;
  letter-spacing: 1.1px;
}

.border-btn {
  display: inline-block;
  margin-top: 36px;
  border: 2px solid #b9a789;
  padding: 16px 30px;
  color: #b9a789;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-size: clamp(13px, 2vw, 18px);
}

.restaurant-home,
.menu-section,
.gallery-home,
.partners-section,
.newsletter-section {
  background: #f3f4ee;
  text-align: center;
  padding: 58px 28px;
}

.restaurant-home h2,
.menu-section h2,
.gallery-home h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 6vw, 58px);
  line-height: 1.08;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  font-weight: 500;
}

.restaurant-home h2 span,
.menu-section h2 span,
.gallery-home h2 span {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 5.5vw, 52px);
  margin-top: 6px;
}

.restaurant-home p,
.menu-section > p,
.partners-section p,
.newsletter-section p {
  max-width: 680px;
  margin: 0 auto 52px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(16px, 2.4vw, 23px);
  line-height: 1.75;
  letter-spacing: 1.1px;
  color: #333;
}

.restaurant-home img,

.gallery-home img {
  width: 100%;
  max-width: 1150px;
  height: clamp(360px, 65vw, 720px);
  object-fit: cover;
  margin: 0 auto 120px;
  display: block;
}

.menu-section {
  padding-top: 0;
  margin-top: -120px;
  position: relative;
  z-index: 3;
}

.menu-list {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.menu-list h3 {
  color: #b9a789;
  font-size: clamp(15px, 2.2vw, 20px);
  letter-spacing: 2.5px;
  margin-bottom: 34px;
  font-weight: 700;
}

.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  margin-bottom: 34px;
  align-items: start;
}

.menu-row p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(15px, 2.3vw, 21px);
  line-height: 1.55;
  letter-spacing: 1.2px;
  font-weight: 400;
}

.menu-row span {
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 700;
  color: #b9a789;
}

.menu-category {
  border-top: 1px solid rgba(185,167,137,.45);
  padding: 22px 0;
  font-size: clamp(15px, 2.2vw, 21px);
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #1d1d1d;
}

.menu-buttons {
  margin-top: 42px;
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-buttons a {
  border: 2px solid #b9a789;
  padding: 15px 28px;
  color: #b9a789;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-size: clamp(13px, 2vw, 18px);
}

.lounge-section {
  background:
    linear-gradient(rgba(95,72,45,.45), rgba(95,72,45,.45)),
    url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1400&q=80")
    center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 68px 28px;
  margin-bottom: 2cm;
}

.quote-section {
  background:
    linear-gradient(rgba(118,92,62,.88), rgba(118,92,62,.88)),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,.08) 0,
      rgba(255,255,255,.08) 1px,
      transparent 1px,
      transparent 14px
    ),
    #8f7456;
  color: white;
  text-align: center;
  padding: 68px 28px;
}

.lounge-section h2,
.quote-section h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 6vw, 58px);
  line-height: 1.1;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
  font-weight: 500;
  text-decoration: none;
}

.lounge-section h2:last-child {
  margin-top: 58px;
  margin-bottom: 0;
}

.lounge-section p {
  max-width: 680px;
  margin: 0 auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(16px, 2.4vw, 23px);
  line-height: 1.75;
  letter-spacing: 1.1px;
}

.quote-section h2 span {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 5.5vw, 52px);
  margin-top: 6px;
}

.quote-section form {
  max-width: 680px;
  margin: 0 auto;
}

.quote-section input,
.quote-section textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.75);
  padding: 18px 0;
  color: white;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(15px, 2.3vw, 21px);
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}

.quote-section input::placeholder,
.quote-section textarea::placeholder {
  color: rgba(255,255,255,.82);
}

.quote-section textarea {
  height: 130px;
}

.quote-section label {
  display: block;
  text-align: left;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(13px, 2vw, 18px);
  line-height: 1.65;
  letter-spacing: 1px;
  margin: 28px 0;
}

.quote-section button {
  width: 100%;
  background: white;
  border: none;
  padding: 17px 24px;
  font-size: clamp(13px, 2vw, 18px);
  letter-spacing: 2.5px;
  color: #b9a789;
  font-weight: 700;
}

.partners-section {
  padding: 58px 28px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.partners-section h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 300;
  margin-bottom: 45px;
  color: #1d1d1d;
}

.partner-logo {
  color: #b9a789;
  font-size: clamp(38px, 8vw, 70px);
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 70px;
}

.sponsor-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 55px;
}

.sponsor-slider .partner-logo {
  margin-bottom: 0;
}

.sponsor-slider button {
  background: transparent;
  border: none;
  color: #b9a789;
  font-size: 42px;
  cursor: pointer;
  padding: 8px 14px;
}

.mini-logo {
  color: #b9a789;
  font-size: clamp(42px, 8vw, 70px);
  margin-bottom: 32px;
  line-height: 1;
}

.mini-logo span {
  display: inline-block;
  margin-top: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 6vw, 56px);
  font-style: italic;
  font-weight: 300;
  color: #7fa3c8;
}

.partners-section p {
  max-width: 680px;
  margin: 0 auto 42px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(16px, 2.4vw, 23px);
  line-height: 1.75;
  letter-spacing: 1.1px;
  color: #333;
}

.social-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: clamp(15px, 2.5vw, 20px);
  letter-spacing: 2.5px;
  flex-wrap: wrap;
}

.social-footer strong {
  width: 100%;
  margin-bottom: 12px;
  font-size: clamp(13px, 2vw, 17px);
  letter-spacing: 2.5px;
}

.top-icons a,
.social-footer a{
  width:38px;
  height:38px;
  border-radius:50%;
  background:transparent;
  color:white;
  display:grid;
  place-items:center;
  font-size:15px;
  text-decoration:none;
}

.social-footer a{
  background:#b9a789;
}

.social-footer a{
  background:#b9a789;
}

.newsletter-section {
  padding: 0 28px 50px;
margin-top: -1cm;
  position: relative;
  z-index: 3;
}

.newsletter-section h3 {
  font-size: clamp(16px, 2.5vw, 22px);
  letter-spacing: 3px;
  margin: 45px 0 28px;
  font-weight: 700;
}

.newsletter-section input {
  width: 100%;
  max-width: 680px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.45);
  padding: 16px 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(15px, 2.3vw, 21px);
  letter-spacing: 1.1px;
  margin-bottom: 22px;
}

.newsletter-section button {
  width: 100%;
  max-width: 680px;
  background: #b9a789;
  color: white;
  border: none;
  padding: 17px 24px;
  font-size: clamp(13px, 2vw, 18px);
  letter-spacing: 2.5px;
  font-weight: 700;
  margin-bottom: 55px;
}

.newsletter-section p {
  max-width: 560px;
  margin: 0 auto 34px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(14px, 2.1vw, 19px);
  line-height: 1.75;
  letter-spacing: 1px;
  color: #333;
}

.newsletter-section a {
  display: inline-block;
  color: #b9a789;
  font-size: clamp(13px, 2vw, 18px);
  letter-spacing: 2.5px;
  font-weight: 700;
  border-bottom: 1px solid #b9a789;
  padding-bottom: 6px;
}



.mobile-menu {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-top: 0;
  transition: max-height 0.35s ease, margin-top 0.35s ease;

  position: relative;
  z-index: 1000;
}

.mobile-menu.active {
  max-height: 650px;
  margin-top: 30px;
  padding-bottom: 24px;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

/* FIX RESPONSIVE FULL WIDTH */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

.mobile-header,
.hero-macrame,
.welcome-section,
.coast-card,
.photo-stack,
.experience-section,
.shuttle-section,
.pickup-section,
.restaurant-home,
.menu-section,
.lounge-section,
.quote-section,
.gallery-home,
.partners-section,
.newsletter-section,
.home-footer {
  width: 100%;
  max-width: 100%;
}

.hero-title,
.welcome-text,
.coast-content,
.shuttle-content,
.pickup-box,
.quote-section form,
.menu-list {
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .hero-macrame {
    min-height: 100svh;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-title {
    width: 100%;
  }

  .big-book,
  .simple-book,
  .border-btn,
  .menu-buttons a {
    max-width: 100%;
  }

  .coast-card {
    margin-left: 0;
    margin-right: 0;
  }

  .photo-stack,
  .welcome-section,
  .pickup-section,
  .restaurant-home,
  .menu-section,
  .gallery-home,
  .partners-section,
  .newsletter-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mobile-menu {
    width: 100%;
  }
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
}

@media (max-width: 768px) {
  .mobile-header,
  .hero-macrame,
  .welcome-section,
  .photo-stack,
  .experience-section,
  .shuttle-section,
  .pickup-section,
  .restaurant-home,
  .menu-section,
  .gallery-home,
  .partners-section,
  .newsletter-section,
  .home-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* EFFETTO COMPARSA SCROLL */

.music-image{
  padding: 0 28px 72px;
  background: #f3f4ee;
  text-align: center;
}

.music-image img{
  width: 100%;
  max-width: 520px;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.private-event{
  width: calc(100% - 56px);
  max-width: 520px;
  height: 240px;
  margin: 0 auto 72px;
  padding: 28px 20px;
}

.private-content h2{
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0.04em;
}

.private-content h2 span{
  font-size: 24px;
  line-height: 1.2;
  margin-top: 12px;
}

.contact-btn{
  margin-top: 28px;
  padding: 16px 38px;
  font-size: 13px;
  letter-spacing: 0.24em;
}

.blue-section{
  padding: 0 28px 72px;
  background: #c8d8df;
  text-align: center;
}

.blue-section img{
  width: 100%;
  max-width: 520px;
  height: 240px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.partners{
  padding:70px 28px 55px;
  text-align:center;
}

.partners h2{
  font-family:Georgia,serif;
  font-size:48px;
  font-style:italic;
  font-weight:300;
  margin-bottom:42px;
}

.partner-slider{
  max-width:520px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
}

.partner-logo-text{
  color:#b9a789;
  font-size:34px;
  font-weight:800;
  letter-spacing:.04em;
}

.partner-arrow{
  border:none;
  background:transparent;
  color:#b9a789;
  font-size:42px;
  line-height:1;
  cursor:pointer;
  opacity:.75;
}


/* ===== EVENTI PAGE ===== */

.eventi-page .music-image{
  padding: 0 28px 72px;
  text-align: center;
}

.eventi-page .music-image img{
  width: 100%;
  max-width: 520px;
  height: 240px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.eventi-page .private-event{
  width: calc(100% - 56px);
  max-width: 520px;
  height: 240px;
  margin: 0 auto 72px;
  padding: 28px 20px;
}

.eventi-page .private-content h2{
  font-size: 34px;
  line-height: 1.05;
}

.eventi-page .private-content h2 span{
  font-size: 24px;
  margin-top: 12px;
}

.eventi-page .contact-btn{
  margin-top: 20px;
  padding: 14px 30px;
  font-size: 12px;
}

.eventi-page .blue-section{
  padding: 0 28px 72px;
  text-align: center;
}

.eventi-page .blue-section img{
  width: 100%;
  max-width: 520px;
  height: 240px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.map-box-elegant{
  margin:0 28px 70px;
  background:#f7f7f5;
  padding:30px 20px;
  text-align:center;
}

.map-box-elegant img{
  width:100%;
  max-width:420px;
  height:200px;
  object-fit:cover;
  margin:0 auto 25px;
  display:block;
}

.map-box-elegant h2{
  font-family:Georgia,serif;
  font-size:32px;
  color:var(--sand);
  margin-bottom:15px;
}

.map-box-elegant p{
  font-size:15px;
  line-height:1.8;
  color:#8a7f70;
}

.map-box-elegant .italic{
  font-style:italic;
  margin-top:10px;
}

.coast-book{
  display:inline-block;
  padding:16px 34px;
  border:1.5px solid white;
  border-radius:999px;
  color:white;
  font-size:15px;
  font-weight:700;
  letter-spacing:2px;
  transition:.3s;
}

.coast-book:hover{
  background:white;
  color:#87a5c8;
}


.welcome-section,
.coast-card,
.photo-stack img,
.experience-section,
.quote-section,
.partners-section,
.newsletter-section {
  animation: fadeUp 0.9s ease both;
  animation-timeline: view();
  animation-range: entry 0% entry 25%;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.quote-section input[readonly]{
  color:#ffffff;
  opacity:1;
  cursor:default;
  pointer-events:none;
}

.quote-section input[readonly]::selection{
  background:transparent;
}


.privacy-popup{
  position:fixed;
  inset:0;
  background:rgba(20,20,20,.48);
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.privacy-popup.show{
  display:flex;
}

.privacy-box{
  width:100%;
  max-width:390px;
  background:#f6f5ef;
  padding:30px 24px 26px;
  text-align:center;
  border-radius:2px;
  box-shadow:0 20px 55px rgba(0,0,0,.22);
}

.privacy-box h2{
  font-family:Georgia,'Times New Roman',serif;
  font-size:30px;
  font-weight:500;
  color:#b9a789;
  margin-bottom:18px;
}

.privacy-box p{
  font-family:Georgia,'Times New Roman',serif;
  font-size:15px;
  line-height:1.65;
  letter-spacing:.4px;
  color:#333;
  margin-bottom:24px;
}

.privacy-box button{
  background:#b9a789;
  color:white;
  border:none;
  padding:13px 28px;
  font-size:12px;
  letter-spacing:2.5px;
  font-weight:700;
  cursor:pointer;
}

.cookie-overlay{
  display:none;
}

.cookie-overlay.show{
  display:flex;
}

.partners-section > h2,
.partners-section > .sponsor-slider{
  display: none;
}
