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

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

/* HEADER */

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

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

.top-icons .lang {
  margin-left: auto;
  font-size: clamp(18px, 3vw, 25px);
  font-weight: bold;
}

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

.logo-symbol {
  font-size: clamp(76px, 13vw, 120px);
  line-height: 1;
  color: white;
}

.menu-btn {
  background: rgba(255,255,255,.12);
  color: white;
  border: 0;
  width: clamp(58px, 9vw, 76px);
  height: clamp(58px, 9vw, 76px);
  font-size: clamp(32px, 5vw, 44px);
}

/* HERO */

.hero-macrame {
  min-height: clamp(680px, 100vh, 980px);
  background:
    linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)),
    url("https://images.unsplash.com/photo-1520848315518-b991dd16a625?auto=format&fit=crop&w=1800&q=80")
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 5vw;
}

.hero-title h1 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 300;
  color: white;
  font-size: clamp(58px, 12vw, 120px);
  line-height: .95;
  margin-bottom: clamp(90px, 18vw, 180px);
}

.big-book {
  display: block;
  background: white;
  color: #1c1c1c;
  padding: clamp(22px, 4vw, 36px);
  font-size: clamp(18px, 3vw, 30px);
  letter-spacing: clamp(2px, .6vw, 5px);
  font-weight: 700;
}

/* 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, serif;
  font-size: clamp(42px, 8vw, 78px);
  letter-spacing: clamp(1px, .5vw, 4px);
  line-height: 1;
  margin-bottom: clamp(45px, 8vw, 80px);
}

.welcome-text h2 span {
  font-style: italic;
  font-weight: 300;
  font-size: clamp(40px, 7vw, 72px);
}

.welcome-text p {
  font-size: clamp(20px, 3.2vw, 33px);
  line-height: 2;
  letter-spacing: clamp(2px, .55vw, 5px);
  color: #333;
  margin-bottom: clamp(55px, 8vw, 85px);
}

.simple-book {
  color: #626773;
  font-size: clamp(18px, 3vw, 30px);
  letter-spacing: clamp(2px, .6vw, 5px);
  font-weight: 700;
}

/* COAST */

.coast-card {
  margin: clamp(65px, 10vw, 110px) 5vw;
  min-height: auto;
  background:
    linear-gradient(rgba(135,160,175,.58), rgba(135,160,175,.58)),
    url("https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=1400&q=80")
    center/cover;
  color: white;
  text-align: center;
  padding: clamp(70px, 10vw, 110px) clamp(26px, 6vw, 70px);
}

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

.coast-content h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 8vw, 78px);
  letter-spacing: clamp(2px, .7vw, 6px);
  line-height: 1.05;
  margin-bottom: clamp(45px, 8vw, 75px);
}

.coast-content h2 span {
  font-style: italic;
  font-weight: 300;
}

.coast-content p {
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: 2.05;
  letter-spacing: clamp(2px, .55vw, 5px);
}

.coast-content .bold {
  font-weight: 700;
  margin-bottom: clamp(35px, 6vw, 55px);
}

.coast-content hr {
  margin: clamp(55px, 8vw, 85px) 0;
  border: none;
  height: 2px;
  background: rgba(255,255,255,.75);
}

.coast-content h3 {
  font-size: clamp(24px, 4vw, 38px);
  letter-spacing: clamp(2px, .7vw, 6px);
  line-height: 1.7;
  margin-bottom: clamp(50px, 8vw, 80px);
}

.coast-content a {
  display: block;
  text-align: left;
  color: white;
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: clamp(2px, .6vw, 5px);
  font-weight: 700;
}

/* PHOTOS */

.photo-stack {
  padding: clamp(65px, 10vw, 110px) 7vw;
}

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

/* EXPERIENCE */

.experience-section {
  background:
    linear-gradient(rgba(139,111,72,.35), rgba(139,111,72,.35)),
    url("https://images.unsplash.com/photo-1528459801416-a9e53bbf4e17?auto=format&fit=crop&w=1400&q=80")
    center/cover;
  color: white;
  text-align: center;
  padding: clamp(80px, 12vw, 130px) 5vw;
}

.experience-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 8vw, 78px);
  letter-spacing: clamp(2px, .65vw, 6px);
  line-height: 1.15;
  margin-bottom: clamp(55px, 9vw, 90px);
}

.experience-section h2 span {
  font-style: italic;
  font-weight: 300;
}

.experience-item {
  padding: clamp(25px, 6vw, 50px) 0;
  max-width: 900px;
  margin: auto;
}

.experience-item .icon {
  font-size: clamp(75px, 12vw, 125px);
  margin-bottom: clamp(25px, 5vw, 40px);
}

.experience-item h3 {
  font-size: clamp(24px, 4vw, 35px);
  letter-spacing: clamp(3px, .8vw, 8px);
  margin-bottom: clamp(22px, 4vw, 35px);
}

.experience-item p {
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: 2;
  letter-spacing: clamp(2px, .55vw, 5px);
}

.line {
  height: 2px;
  background: rgba(255,255,255,.75);
  margin: clamp(30px, 6vw, 45px) auto;
  max-width: 1100px;
}

/* SHUTTLE */

.shuttle-section {
  position: relative;
  min-height: clamp(650px, 90vw, 950px);
  background:
    url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1400&q=80")
    center/cover;
  color: white;
  text-align: center;
  padding: clamp(80px, 12vw, 130px) 5vw;
}

.shuttle-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
}

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

.round-icon {
  width: clamp(110px, 16vw, 160px);
  height: clamp(110px, 16vw, 160px);
  border-radius: 50%;
  background: #b9a789;
  margin: 0 auto clamp(45px, 7vw, 70px);
  display: grid;
  place-items: center;
  font-size: clamp(48px, 8vw, 70px);
}

.shuttle-content h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 8vw, 76px);
  line-height: 1.15;
  margin-bottom: clamp(40px, 7vw, 60px);
}

.shuttle-content p {
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: 2;
  letter-spacing: clamp(2px, .55vw, 5px);
}

.shuttle-content .small {
  margin-top: clamp(35px, 6vw, 55px);
}

/* 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;
  bottom: 22px;
  right: 22px;
  z-index: 9999;
  background: white;
  color: #222;
  padding: 18px 25px;
  font-weight: 700;
  letter-spacing: 2px;
  box-shadow: 0 10px 35px rgba(0,0,0,.2);
}

/* 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 */

@media (max-width: 480px) {
  .top-icons {
    gap: 16px;
  }

  .hero-title h1 {
    font-size: 64px;
  }

  .big-book {
    font-size: 18px;
  }

  .welcome-text p,
  .coast-content p,
  .experience-item p,
  .shuttle-content p {
    letter-spacing: 2px;
  }

  .floating-book {
    left: 18px;
    right: 18px;
    text-align: center;
  }
}

.pickup-section {
  background: #f3f4ee;
  padding: 90px 5vw;
}

.pickup-box {
  background: white;
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 70px 8vw;
  color: #1d1d1d;
}

.pickup-intro,
.pickup-sub {
  color: #b9a789;
  font-size: clamp(22px, 3.5vw, 34px);
  line-height: 2;
  letter-spacing: 4px;
}

.pickup-box hr {
  margin: 45px 0;
  border: none;
  height: 2px;
  background: #b9a789;
}

.pickup-box h3 {
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.pickup-box p {
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: 2;
  letter-spacing: 4px;
}

.border-btn {
  display: inline-block;
  margin-top: 50px;
  border: 4px solid #b9a789;
  padding: 24px 45px;
  color: #b9a789;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: clamp(20px, 3vw, 30px);
}

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

.restaurant-home h2,
.menu-section h2,
.gallery-home h2 {
  font-family: Georgia, serif;
  font-size: clamp(48px, 8vw, 82px);
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 60px;
}

.restaurant-home h2 span,
.menu-section h2 span,
.gallery-home h2 span {
  font-style: italic;
  font-weight: 300;
}

.restaurant-home p,
.menu-section > p,
.partners-section p,
.newsletter-section p {
  max-width: 950px;
  margin: 0 auto 90px;
  font-size: clamp(22px, 3.3vw, 34px);
  line-height: 2;
  letter-spacing: 4px;
}

.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-list {
  max-width: 1000px;
  margin: auto;
  text-align: left;
}

.menu-list h3 {
  color: #b9a789;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 4px;
  margin-bottom: 55px;
}

.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  margin-bottom: 70px;
  align-items: center;
}

.menu-row p {
  font-size: clamp(21px, 3.1vw, 33px);
  line-height: 1.7;
  letter-spacing: 4px;
  font-weight: 700;
}

.menu-row span {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
}

.menu-category {
  border-top: 2px solid #ddd;
  padding: 32px 0;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: 4px;
}

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

.menu-buttons a {
  border: 4px solid #b9a789;
  padding: 25px 60px;
  color: #b9a789;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: clamp(20px, 3vw, 30px);
}

.lounge-section,
.quote-section {
  background:
    linear-gradient(rgba(150,120,80,.35), rgba(150,120,80,.35)),
    url("https://images.unsplash.com/photo-1528459801416-a9e53bbf4e17?auto=format&fit=crop&w=1400&q=80")
    center/cover;
  color: white;
  text-align: center;
  padding: 110px 5vw;
}

.lounge-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(58px, 10vw, 110px);
  text-decoration: underline;
  margin-bottom: 60px;
}

.lounge-section p {
  max-width: 1000px;
  margin: 0 auto 100px;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 2;
  letter-spacing: 4px;
}

.quote-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(48px, 8vw, 82px);
  line-height: 1.1;
  margin-bottom: 80px;
}

.quote-section h2 span {
  font-style: italic;
  font-weight: 300;
}

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

.quote-section input,
.quote-section textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 4px solid white;
  padding: 30px 0;
  color: white;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 4px;
  margin-bottom: 35px;
}

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

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

.quote-section label {
  display: block;
  text-align: left;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.8;
  letter-spacing: 3px;
  margin: 40px 0;
}

.quote-section button,
.newsletter-section button {
  width: 100%;
  background: white;
  border: none;
  padding: 28px;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 4px;
  color: #b9a789;
  font-weight: 700;
}

.partners-section h2 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(58px, 9vw, 96px);
  font-weight: 300;
  margin-bottom: 90px;
}

.partner-logo {
  color: #b9a789;
  font-size: clamp(62px, 11vw, 120px);
  font-weight: 900;
  margin-bottom: 160px;
}

.mini-logo {
  color: #b9a789;
  font-size: 85px;
  margin-bottom: 55px;
}

.mini-logo span {
  font-size: clamp(42px, 8vw, 80px);
  font-style: italic;
  color: #7fa3c8;
}

.social-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 4px;
  flex-wrap: wrap;
}

.social-footer span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #b9a789;
  color: white;
  display: grid;
  place-items: center;
}

.newsletter-section h3 {
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 4px;
  margin: 80px 0 45px;
}

.newsletter-section input {
  width: 100%;
  max-width: 1000px;
  background: transparent;
  border: none;
  border-bottom: 4px solid #999;
  padding: 25px 0;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 4px;
  margin-bottom: 25px;
}

.newsletter-section button {
  max-width: 1000px;
  background: #b9a789;
  color: white;
  margin-bottom: 80px;
}

.newsletter-section a {
  color: #1d1d1d;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 4px;
  font-weight: 700;
}

.menu-btn {
  width: 90px;
  height: 90px;
  background: rgba(255,255,255,0.12);
  color: white;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  top: 120px;
  right: 40px;
  z-index: 9999;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #b9a789;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  transition: 0.4s;
  z-index: 9998;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 42px;
  margin: 25px 0;
  letter-spacing: 4px;
  text-transform: uppercase;
}

