* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Nexa";
  src: url("nexa-extralight.ttf");
}

:root {
  --bg: #edf3ee;
  --surface: rgba(247, 252, 248, 0.84);
  --surface-strong: #f8fcf9;
  --text: #10201a;
  --muted: #52635c;
  --accent: #1f6b5c;
  --accent-dark: #14473d;
  --border: rgba(16, 32, 26, 0.1);
  --shadow: 0 24px 60px rgba(18, 45, 36, 0.12);
  --bg-radial-1: rgba(31, 107, 92, 0.16);
  --bg-radial-2: rgba(116, 166, 145, 0.18);
  --bg-top: #f7fbf8;
  --bg-bottom: #dde9e1;
  --nav-border: rgba(255, 255, 255, 0.28);
  --nav-bg: rgba(10, 27, 22, 0.76);
  --nav-shadow: 0 18px 40px rgba(10, 27, 22, 0.2);
  --logo-color: #fffaf5;
  --logo-subtle: rgba(255, 250, 245, 0.7);
  --nav-link: #fffaf5;
  --nav-link-active: #bce7d6;
  --cta-highlight: #58a28a;
  --cta-text: #fffaf5;
  --burger-border: rgba(255, 255, 255, 0.16);
  --burger-bg: rgba(255, 255, 255, 0.1);
  --overlay-bg: rgba(10, 24, 20, 0.48);
  --aside-bg: rgba(10, 27, 22, 0.94);
  --aside-divider: rgba(255, 250, 245, 0.12);
  --aside-link: rgba(255, 250, 245, 0.82);
  --secondary-bg: rgba(255, 255, 255, 0.68);
  --stat-bg: rgba(255, 255, 255, 0.62);
  --stat-border: rgba(16, 32, 26, 0.07);
  --hero-badge-bg: rgba(11, 31, 25, 0.74);
  --hero-badge-text: #fffaf5;
  --hero-badge-muted: rgba(255, 250, 245, 0.78);
  --input-bg: rgba(255, 255, 255, 0.74);
  --scroll-highlight: #58a28a;
  --scroll-shadow: 0 16px 30px rgba(20, 71, 61, 0.24);
  --footer-bg: rgba(248, 252, 249, 0.76);
  --radius: 24px;
  --nav-height: 88px;
}

body[data-theme="dark"] {
  --bg: #11120f;
  --surface: rgba(27, 29, 24, 0.82);
  --surface-strong: #1d2018;
  --text: #f5efdf;
  --muted: #c1b79f;
  --accent: #b9954c;
  --accent-dark: #8b6f33;
  --border: rgba(201, 184, 138, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --bg-radial-1: rgba(128, 112, 63, 0.22);
  --bg-radial-2: rgba(73, 87, 48, 0.24);
  --bg-top: #171914;
  --bg-bottom: #0c0d0a;
  --nav-border: rgba(201, 184, 138, 0.16);
  --nav-bg: rgba(11, 12, 10, 0.82);
  --nav-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  --logo-color: #f8f2e4;
  --logo-subtle: rgba(248, 242, 228, 0.62);
  --nav-link: #f8f2e4;
  --nav-link-active: #e6cb8b;
  --cta-highlight: #d6b36e;
  --cta-text: #1a1812;
  --burger-border: rgba(201, 184, 138, 0.16);
  --burger-bg: rgba(255, 245, 220, 0.06);
  --overlay-bg: rgba(5, 6, 4, 0.62);
  --aside-bg: rgba(14, 15, 12, 0.96);
  --aside-divider: rgba(201, 184, 138, 0.12);
  --aside-link: rgba(248, 242, 228, 0.78);
  --secondary-bg: rgba(255, 248, 231, 0.06);
  --stat-bg: rgba(255, 248, 231, 0.05);
  --stat-border: rgba(201, 184, 138, 0.1);
  --hero-badge-bg: rgba(10, 11, 9, 0.74);
  --hero-badge-text: #f8f2e4;
  --hero-badge-muted: rgba(248, 242, 228, 0.75);
  --input-bg: rgba(255, 248, 231, 0.06);
  --scroll-highlight: #d6b36e;
  --scroll-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
  --footer-bg: rgba(20, 22, 17, 0.84);
}

body[data-theme="light-alt"] {
  --bg: #f2ece4;
  --surface: rgba(255, 249, 242, 0.84);
  --surface-strong: #fffaf4;
  --text: #231915;
  --muted: #6e5d55;
  --accent: #a76b4d;
  --accent-dark: #7f4e35;
  --border: rgba(35, 25, 21, 0.1);
  --shadow: 0 24px 60px rgba(66, 39, 26, 0.12);
  --bg-radial-1: rgba(167, 107, 77, 0.14);
  --bg-radial-2: rgba(223, 187, 152, 0.2);
  --bg-top: #fcf8f3;
  --bg-bottom: #eadccf;
  --nav-border: rgba(255, 248, 240, 0.24);
  --nav-bg: rgba(39, 26, 21, 0.74);
  --nav-shadow: 0 18px 40px rgba(39, 26, 21, 0.18);
  --logo-color: #fff8f0;
  --logo-subtle: rgba(255, 248, 240, 0.68);
  --nav-link: #fff8f0;
  --nav-link-active: #f0c8a7;
  --cta-highlight: #d39b79;
  --cta-text: #fff8f0;
  --burger-border: rgba(255, 248, 240, 0.16);
  --burger-bg: rgba(255, 248, 240, 0.1);
  --overlay-bg: rgba(30, 20, 15, 0.46);
  --aside-bg: rgba(39, 26, 21, 0.94);
  --aside-divider: rgba(255, 248, 240, 0.12);
  --aside-link: rgba(255, 248, 240, 0.82);
  --secondary-bg: rgba(255, 255, 255, 0.66);
  --stat-bg: rgba(255, 255, 255, 0.62);
  --stat-border: rgba(35, 25, 21, 0.07);
  --hero-badge-bg: rgba(39, 26, 21, 0.74);
  --hero-badge-text: #fff8f0;
  --hero-badge-muted: rgba(255, 248, 240, 0.78);
  --input-bg: rgba(255, 255, 255, 0.76);
  --scroll-highlight: #d39b79;
  --scroll-shadow: 0 16px 30px rgba(127, 78, 53, 0.22);
  --footer-bg: rgba(255, 250, 244, 0.76);
}

body[data-theme="dark-alt"] {
  --bg: #0f1416;
  --surface: rgba(21, 28, 31, 0.84);
  --surface-strong: #182024;
  --text: #edf1eb;
  --muted: #afbbb4;
  --accent: #7fa38f;
  --accent-dark: #5d7b69;
  --border: rgba(162, 184, 171, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --bg-radial-1: rgba(127, 163, 143, 0.18);
  --bg-radial-2: rgba(63, 86, 74, 0.22);
  --bg-top: #171f22;
  --bg-bottom: #0a0e10;
  --nav-border: rgba(162, 184, 171, 0.16);
  --nav-bg: rgba(10, 15, 17, 0.82);
  --nav-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  --logo-color: #edf1eb;
  --logo-subtle: rgba(237, 241, 235, 0.62);
  --nav-link: #edf1eb;
  --nav-link-active: #b8d1c3;
  --cta-highlight: #acc4b5;
  --cta-text: #122018;
  --burger-border: rgba(162, 184, 171, 0.16);
  --burger-bg: rgba(237, 241, 235, 0.06);
  --overlay-bg: rgba(4, 7, 8, 0.62);
  --aside-bg: rgba(12, 18, 20, 0.96);
  --aside-divider: rgba(162, 184, 171, 0.12);
  --aside-link: rgba(237, 241, 235, 0.78);
  --secondary-bg: rgba(237, 241, 235, 0.06);
  --stat-bg: rgba(237, 241, 235, 0.05);
  --stat-border: rgba(162, 184, 171, 0.1);
  --hero-badge-bg: rgba(9, 14, 15, 0.76);
  --hero-badge-text: #edf1eb;
  --hero-badge-muted: rgba(237, 241, 235, 0.74);
  --input-bg: rgba(237, 241, 235, 0.06);
  --scroll-highlight: #acc4b5;
  --scroll-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
  --footer-bg: rgba(17, 23, 25, 0.84);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Nexa", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, var(--bg-radial-1), transparent 30%),
    radial-gradient(circle at bottom right, var(--bg-radial-2), transparent 28%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg) 55%, var(--bg-bottom) 100%);
}

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

a {
  color: inherit;
}

button,
.button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 620px;
  margin-bottom: 36px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.85rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.section-heading h2,
.page-intro h1,
.hero-copy h1,
.story-copy h2,
.cta-card h2,
.contact-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
}

.section-heading p,
.hero-copy p,
.story-copy p,
.page-intro p,
.stat p,
.card p,
.contact-list a,
.contact-list p,
.faq-item p,
.footer-text,
.service-list li,
.booking-list li,
.info-chip,
.timeline-item p {
  color: var(--muted);
  line-height: 1.7;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
}

nav {
  width: min(1120px, calc(100% - 32px));
  height: var(--nav-height);
  margin: 18px auto 0;
  padding: 0 18px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--nav-border);
  border-radius: 22px;
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  box-shadow: var(--nav-shadow);
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--logo-color);
  text-decoration: none;
}

.logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-copy span {
  font-size: 0.78rem;
  color: var(--logo-subtle);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav a,
aside a,
aside button,
.desktop-nav button {
  border: 0;
  background: transparent;
  color: var(--nav-link);
  text-decoration: none;
  cursor: pointer;
}

.desktop-nav a {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a:hover,
.desktop-nav a.active-link,
aside a.active-link {
  color: var(--nav-link-active);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--cta-highlight));
  color: var(--cta-text);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  border: 1px solid var(--burger-border);
  background: var(--burger-bg);
  color: var(--nav-link);
  font-size: 1.25rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  padding: 6px;
  border: 1px solid var(--burger-border);
  border-radius: 999px;
  background: var(--burger-bg);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--nav-link);
  cursor: pointer;
}

.theme-toggle-label {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-toggle.active-theme {
  background: linear-gradient(135deg, var(--accent), var(--cta-highlight));
  color: var(--cta-text);
}

.burger i:last-child {
  display: none;
}

body.open .burger i:first-child {
  display: none;
}

body.open .burger i:last-child {
  display: block;
}

.overlay {
  position: fixed;
  inset: 0;
  background: var(--overlay-bg);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

body.open .overlay {
  opacity: 1;
  visibility: visible;
}

aside {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 100%);
  height: 100vh;
  padding: 108px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--aside-bg);
  box-shadow: -24px 0 40px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: 0.25s ease;
  z-index: 30;
}

body.open aside {
  transform: translateX(0);
}

.aside-contact {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--aside-divider);
}

.aside-contact a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  color: var(--aside-link);
}

main {
  padding-top: 18px;
}

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  align-items: center;
  padding: 54px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.story-card,
.card,
.cta-card,
.contact-panel,
.booking-form,
.gallery-card,
.faq-item,
.timeline-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 6vw, 5.3rem);
  margin-bottom: 22px;
}

.hero-copy p {
  max-width: 540px;
  font-size: 1.05rem;
  margin: 0 0 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--cta-highlight));
  color: var(--cta-text);
}

.button-secondary {
  border-color: var(--border);
  background: var(--secondary-bg);
  color: var(--text);
}

.hero-stats,
.about-stats,
.booking-grid,
.feature-grid,
.gallery-grid,
.faq-grid,
.timeline,
.contact-grid {
  display: grid;
  gap: 18px;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat {
  padding: 18px 16px;
  border-radius: 18px;
  background: var(--stat-bg);
  border: 1px solid var(--stat-border);
}

.stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.stat p {
  margin: 0;
  font-size: 0.92rem;
}

.hero-card {
  overflow: hidden;
  position: relative;
  min-height: 640px;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--hero-badge-bg);
  color: var(--hero-badge-text);
  backdrop-filter: blur(10px);
}

.hero-badge strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-badge p {
  margin: 0;
  color: var(--hero-badge-muted);
  line-height: 1.6;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 28px;
}

.card h3,
.gallery-copy h3,
.faq-item h3,
.timeline-item h3,
.booking-form h2,
.contact-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.card p,
.gallery-copy p,
.faq-item p,
.timeline-item p,
.booking-form p,
.contact-card p {
  margin: 0;
}

.story-layout,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.story-card {
  overflow: hidden;
  min-height: 520px;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  padding: 38px;
}

.story-copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  margin-bottom: 18px;
}

.story-copy p {
  margin: 0 0 18px;
}

.about-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  overflow: hidden;
}

.gallery-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-image img {
  transform: scale(1.04);
}

.gallery-copy {
  padding: 20px 22px 24px;
}

.info-chip {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-card {
  padding: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cta-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 10px;
}

.cta-card p {
  margin: 0;
  color: var(--muted);
}

.page-intro {
  padding: 80px 0 26px;
}

.page-intro h1 {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  margin-bottom: 16px;
}

.page-intro p {
  max-width: 720px;
  margin: 0;
  font-size: 1.02rem;
}

.masonry-grid {
  column-count: 2;
  column-gap: 20px;
  padding-bottom: 20px;
}

.masonry-grid img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  break-inside: avoid;
}

.booking-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.contact-panel,
.booking-form {
  padding: 34px;
}

.contact-panel h2,
.booking-form h2 {
  font-size: 2rem;
}

.contact-list,
.service-list,
.booking-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.contact-card,
.faq-item,
.timeline-item {
  padding: 24px;
}

.contact-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-list,
.booking-list {
  padding-left: 18px;
}

.service-list li,
.booking-list li {
  margin: 0;
}

.booking-form form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--input-bg);
  color: var(--text);
}

textarea {
  min-height: 144px;
  resize: vertical;
}

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

.timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#myBtn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--scroll-highlight));
  color: var(--cta-text);
  box-shadow: var(--scroll-shadow);
  cursor: pointer;
  display: none;
  z-index: 18;
}

footer {
  padding: 0 0 44px;
}

.footer-text {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--footer-bg);
}

.footer-text p {
  margin: 0;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .burger {
    display: inline-flex;
  }

  .theme-toggle-label {
    display: none;
  }

  .hero-grid,
  .story-layout,
  .booking-grid,
  .contact-grid,
  .cta-card,
  .timeline,
  .faq-grid,
  .feature-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .story-copy,
  .contact-panel,
  .booking-form,
  .cta-card {
    padding: 30px;
  }

  .hero-card {
    min-height: 520px;
  }

  .hero-stats,
  .about-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  nav {
    padding: 0 14px 0 18px;
  }

  .theme-switcher {
    padding: 4px;
  }

  .theme-toggle {
    min-width: 38px;
    padding: 0 8px;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .hero-copy h1,
  .page-intro h1 {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

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

  .masonry-grid {
    column-count: 1;
  }

  .footer-text {
    flex-direction: column;
  }
}
