:root {
  --bg: #f6f1e8;
  --paper: #ffffff;
  --paper-soft: #fff8ee;
  --dark: #1d2433;
  --muted: #687386;
  --line: rgba(29, 36, 51, 0.12);

  --orange: #ff7a1a;
  --deep-orange: #d94f04;
  --blue: #163b6d;
  --sky: #7fc7d9;
  --cream: #ffe7bd;

  --mix: linear-gradient(135deg, var(--orange), var(--sky), var(--blue));

  --shadow: 0 26px 70px rgba(22, 59, 109, 0.14);
  --shadow2: 0 16px 40px rgba(29, 36, 51, 0.1);

  --radius: 34px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background:
    linear-gradient(120deg, rgba(255, 122, 26, 0.14), transparent 35%),
    linear-gradient(240deg, rgba(127, 199, 217, 0.22), transparent 38%),
    repeating-linear-gradient(
      90deg,
      rgba(22, 59, 109, 0.035) 0px,
      rgba(22, 59, 109, 0.035) 1px,
      transparent 1px,
      transparent 80px
    ),
    var(--bg);
  color: var(--dark);
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
}

.container {
  width: min(var(--max), calc(100% - 36px));
  margin: auto;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 241, 232, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  gap: 14px;
  align-items: center;
  font-weight: 900;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.logo small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  text-transform: none;
  letter-spacing: normal;
}

.logo-icon {
  width: 54px;
  height: 54px;
  border-radius: 50% 50% 50% 10px;
  background: var(--mix);
  box-shadow: 0 16px 35px rgba(255, 122, 26, 0.25);
}

/* NAV */
nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: var(--paper);
  box-shadow: var(--shadow2);
}

nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--muted);
}

nav a:hover {
  background: var(--paper-soft);
  color: var(--orange);
}

.nav-btn {
  background: var(--blue);
  color: #fff;
  padding: 11px 20px;
}

.nav-btn:hover {
  background: var(--orange);
  color: #fff;
  transform: translateY(-2px);
}

/* HERO */
.hero {
  padding: 86px 0 46px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 26px;
  align-items: stretch;
}

.hero-card,
.hero-main,
.panel,
.card,
.hotel-card,
.footer-box {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-card,
.panel,
.card,
.hotel-card,
.footer-box {
  background: rgba(255, 255, 255, 0.88);
  border-radius: var(--radius);
}

.hero-card,
.hero-main,
.panel {
  padding: 34px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 122, 26, 0.2), transparent 32%),
    var(--paper);
}

.hero-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(127, 199, 217, 0.28);
}

.hero-main {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(22, 59, 109, 0.94), rgba(28, 88, 126, 0.9)),
    var(--blue);
  color: #fff;
}

.hero-main::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
}

.hero-main::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.55), transparent 65%);
}

.hero-main > *,
.hero-card > * {
  position: relative;
  z-index: 1;
}

/* TEXT */
.kicker {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.12);
  color: var(--deep-orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-main .kicker {
  background: rgba(255, 255, 255, 0.14);
  color: var(--cream);
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  color: var(--dark);
  font-family: Georgia, serif;
}

.hero-main h1,
.hero-main h2,
.hero-main h3 {
  color: #fff;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  text-transform: capitalize;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

p {
  color: var(--muted);
}

.hero-main p {
  color: rgba(255, 255, 255, 0.82);
}

/* LIST BOXES */
.mini-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.mini-list div {
  padding: 18px;
  border-radius: 22px;
  background: var(--paper-soft);
  border: 1px solid rgba(255, 122, 26, 0.18);
}

.mini-list strong {
  display: block;
  color: var(--blue);
}

.mini-list span {
  color: var(--muted);
}

/* SECTION */
section {
  padding: 48px 0;
}

.two-column {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.panel {
  background: var(--paper);
}

.soft-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 26, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff, #fff8ee);
}

.section-title {
  margin-bottom: 26px;
}

.section-title.center {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* INFO BOX */
.info-box {
  padding: 20px;
  margin-top: 16px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(29, 36, 51, 0.06);
}

.info-box h3 {
  color: var(--blue);
}

/* INFO CARDS */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.card::before {
  content: "";
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: var(--mix);
  display: block;
  margin-bottom: 20px;
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 60px rgba(255, 122, 26, 0.16);
}

/* HOTEL GRID */
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hotel-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background:
    linear-gradient(180deg, #ffffff, #fffaf2);
}

.hotel-card::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 4px;
  border-radius: 999px;
  background: var(--mix);
}

.hotel-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 26px 65px rgba(22, 59, 109, 0.18);
}

.hotel-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px 16px 16px 4px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

/* FOOTER */
.footer {
  padding: 38px 0 58px;
}

.footer-box {
  padding: 30px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(22, 59, 109, 0.96), rgba(255, 122, 26, 0.88));
}

.footer-box p {
  color: rgba(255, 255, 255, 0.86);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 14px 0;
}

.footer-links a,
.footer-links span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 800;
}

.footer-links a:hover {
  background: #fff;
  color: var(--blue);
}

.small {
  font-size: 0.85rem;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .hero-grid,
  .two-column,
  .cards {
    grid-template-columns: 1fr;
  }

  .hotel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  nav {
    gap: 4px;
  }
}

@media (max-width: 700px) {
  .header-inner {
    min-height: 76px;
  }

  nav {
    display: none;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-card,
  .hero-main,
  .panel {
    padding: 22px;
  }

  .hero-main {
    border-radius: 30px;
  }

  .hotel-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: none;
  }
}