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

:root {
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --white: #ffffff;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--slate-800);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--teal-700);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 0 0 4px 4px;
  z-index: 200;
  font-size: 0.875rem;
}
.skip-link:focus {
  top: 0;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--slate-200);
  transition: box-shadow 0.3s var(--ease-out);
}
.header.scrolled {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--slate-900);
  letter-spacing: -0.01em;
}
.logo--light {
  color: var(--white);
}
.logo-icon {
  color: var(--teal-600);
}
.logo--light .logo-icon {
  color: var(--teal-200);
}

/* Nav */
.nav-menu {
  display: flex;
  list-style: none;
  gap: 32px;
  align-items: center;
}
.nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--slate-600);
  letter-spacing: 0.02em;
  transition: color 0.2s;
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--teal-600);
  transition: width 0.3s var(--ease-out);
}
.nav-link:hover {
  color: var(--teal-700);
}
.nav-link:hover::after {
  width: 100%;
}
.nav-link--cta {
  background: var(--teal-700);
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 100px;
  font-weight: 500;
  transition: background 0.2s, transform 0.2s;
}
.nav-link--cta::after {
  display: none;
}
.nav-link--cta:hover {
  background: var(--teal-800);
  transform: translateY(-1px);
}

/* Nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 110;
}
.nav-toggle-line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--slate-700);
  transition: transform 0.3s var(--ease-out), opacity 0.2s;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.45) 0%,
    rgba(15, 23, 42, 0.55) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 760px;
  padding-top: 72px;
}
.hero-eyebrow {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal-200);
  margin-bottom: 24px;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.hero-title em {
  font-style: italic;
  color: var(--teal-200);
}
.hero-subtitle {
  font-size: 1.0625rem;
  color: var(--slate-300);
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 40px;
  font-weight: 300;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--slate-400);
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: float 2.5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease-out);
  text-decoration: none;
}
.btn--primary {
  background: var(--teal-700);
  color: var(--white);
  border-color: var(--teal-700);
}
.btn--primary:hover {
  background: var(--teal-800);
  border-color: var(--teal-800);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.25);
}
.btn--outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}
.btn--outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
.btn--full {
  width: 100%;
}

/* Sections */
.section {
  padding: 112px 0;
}
.section--light {
  background: var(--slate-50);
}
.section--teal {
  background: var(--teal-800);
  padding: 112px 0;
}
.section--split {
  padding: 0;
  background: var(--white);
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal-600);
  margin-bottom: 16px;
}
.section-eyebrow--light {
  color: var(--teal-300);
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--slate-900);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.section-title--light {
  color: var(--white);
}
.section-desc {
  font-size: 1.0625rem;
  color: var(--slate-500);
  line-height: 1.75;
  max-width: 520px;
  font-weight: 300;
}

/* Rooms */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.room-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}
.room-card-img {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.room-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.room-card:hover .room-card-img img {
  transform: scale(1.04);
}
.room-card-body {
  padding: 28px;
}
.room-card-title {
  font-family: var(--font-serif);
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--slate-900);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.room-card-desc {
  font-size: 0.9375rem;
  color: var(--slate-500);
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 300;
}
.room-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.room-features li {
  font-size: 0.8125rem;
  color: var(--slate-600);
  background: var(--slate-100);
  padding: 6px 12px;
  border-radius: 100px;
  font-weight: 400;
}

/* Amenities */
.amenities-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.amenity-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--slate-200);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.amenity-item:hover {
  border-color: var(--teal-200);
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.06);
}
.amenity-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-50);
  border-radius: 8px;
  color: var(--teal-700);
}
.amenity-body h4 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--slate-800);
  margin-bottom: 4px;
}
.amenity-body p {
  font-size: 0.8125rem;
  color: var(--slate-500);
  line-height: 1.5;
  font-weight: 300;
}

/* Location */
.location-list {
  list-style: none;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.location-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--slate-200);
  font-size: 0.9375rem;
}
.location-list li:first-child {
  border-top: 1px solid var(--slate-200);
}
.location-list-label {
  color: var(--slate-500);
  font-weight: 300;
}
.location-list-value {
  color: var(--slate-800);
  font-weight: 500;
}
.split-left {
  padding: 112px 80px 112px 0;
}
.split-right {
  min-height: 500px;
}
.map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: sticky;
  top: 72px;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-image {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 6/7;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-content {
  max-width: 480px;
}
.about-text {
  font-size: 1rem;
  color: var(--teal-100);
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 300;
}
.about-text:last-of-type {
  margin-bottom: 0;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-details {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-detail-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-50);
  border-radius: 10px;
  color: var(--teal-700);
}
.contact-detail-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate-400);
  margin-bottom: 4px;
}
.contact-detail a {
  color: var(--slate-700);
  font-size: 0.9375rem;
  transition: color 0.2s;
  line-height: 1.5;
}
.contact-detail a:hover {
  color: var(--teal-700);
}

/* Form */
.contact-form-wrap {
  background: var(--slate-50);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid var(--slate-200);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--slate-700);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--slate-800);
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal-500);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--slate-400);
}
.form-note {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--slate-400);
  margin-top: 16px;
  font-weight: 300;
}
.form-success {
  text-align: center;
  padding: 48px 24px;
}
.form-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: var(--teal-50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-700);
}
.form-success h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--slate-900);
  margin-bottom: 8px;
}
.form-success p {
  color: var(--slate-500);
  font-size: 0.9375rem;
  font-weight: 300;
}

/* Footer */
.footer {
  background: var(--slate-900);
  padding: 72px 0 0;
  color: var(--slate-400);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--slate-800);
}
.footer-tagline {
  font-size: 0.875rem;
  color: var(--slate-500);
  margin-top: 12px;
  font-weight: 300;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  font-size: 0.875rem;
  color: var(--slate-400);
  transition: color 0.2s;
  font-weight: 300;
}
.footer-links a:hover {
  color: var(--teal-400);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 300;
}
.footer-contact a {
  color: var(--slate-400);
  transition: color 0.2s;
}
.footer-contact a:hover {
  color: var(--teal-400);
}
.footer-bottom {
  padding: 24px 0;
  font-size: 0.8125rem;
  color: var(--slate-600);
  font-weight: 300;
}

/* Scroll animations */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
  .amenities-layout,
  .contact-layout {
    gap: 48px;
  }
  .split-left {
    padding: 80px 40px;
  }
  .about-grid {
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    transform: translateX(100%);
    transition: transform 0.4s var(--ease-out);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
    z-index: 105;
  }
  .nav-menu.open {
    transform: translateX(0);
  }
  .nav-link {
    font-size: 1rem;
  }
  .hero-title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }
  .rooms-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .amenities-layout {
    grid-template-columns: 1fr;
  }
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  .split-left {
    padding: 80px 24px;
  }
  .split-right {
    min-height: 320px;
  }
  .map-placeholder {
    min-height: 320px;
    position: static;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-image {
    aspect-ratio: 16/9;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-form-wrap {
    padding: 28px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .section {
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
}
