:root {
  --pine-deep: #1b4332;
  --pine-base: #2d6a4f;
  --cedar: #c17c54;
  --cedar-hover: #b36e46;
  --cedar-soft: #d48b59;
  --mist: #f4f6f3;
  --mist-subtle: #eef2ec;
  --surface: #f3fcf3;
  --surface-low: #edf6ee;
  --surface-high: #e2eae2;
  --white: #ffffff;
  --ink: #1a251f;
  --muted: #404943;
  --outline: rgba(27, 67, 50, 0.08);
  --container: 80rem;
  --r: 0.5rem;
  --r-lg: 1rem;
  --r-xl: 1.5rem;
  --shadow: 0 4px 16px -2px rgba(27, 67, 50, 0.06), 0 12px 32px -4px rgba(27, 67, 50, 0.08);
  --shadow-lg: 0 16px 48px -8px rgba(26, 37, 31, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
.material-symbols-outlined { font-size: 20px; vertical-align: middle; }

.sa-wrap { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.sa-section { padding: 6rem 0; }
.sa-eyebrow {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(177, 240, 206, 0.45);
  color: var(--pine-deep);
  font-family: Manrope, Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.sa-h1, .sa-h2, .sa-h3, .sa-brand {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: -0.015em;
  margin: 0;
}
.sa-h1 { font-size: clamp(36px, 5vw, 56px); line-height: 1.1; font-weight: 700; }
.sa-h2 { font-size: clamp(28px, 4vw, 40px); line-height: 1.2; font-weight: 700; color: var(--pine-deep); }
.sa-h3 { font-size: 22px; line-height: 1.3; font-weight: 600; color: var(--pine-deep); }
.sa-lead { font-size: 18px; line-height: 1.55; color: var(--muted); }
.sa-muted { color: var(--muted); }
.sa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.85rem 1.75rem;
  border: 0;
  border-radius: var(--r);
  background: var(--cedar);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.sa-btn:hover { background: var(--cedar-hover); }
.sa-btn-ghost {
  background: rgba(255,255,255,0.16);
  color: var(--white);
  backdrop-filter: blur(12px);
}
.sa-btn-ghost:hover { background: rgba(255,255,255,0.28); }
.sa-btn-soft {
  background: var(--mist-subtle);
  color: var(--pine-deep);
}
.sa-btn-soft:hover { background: var(--surface-high); }
.sa-btn-wide { width: 100%; }
.sa-card {
  background: var(--white);
  border: 1px solid var(--outline);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 1px 0 var(--outline);
  transition: box-shadow 0.25s, transform 0.25s;
}
.sa-card:hover { box-shadow: var(--shadow); }
.sa-field { display: flex; flex-direction: column; gap: 0.4rem; }
.sa-field label { font-weight: 600; font-size: 14px; }
.sa-field input, .sa-field select {
  height: 52px;
  padding: 0 0.85rem;
  border: 1.5px solid #d2d9d4;
  border-radius: var(--r);
  background: var(--mist-subtle);
}
.sa-field input:focus, .sa-field select:focus {
  outline: none;
  background: var(--white);
  box-shadow: 0 0 0 2px var(--pine-base);
}

.sa-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}
.sa-header__in, .sa-b2b__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
}
.sa-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.sa-logo img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.sa-logo small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pine-base);
}
.sa-nav { display: flex; gap: 1.6rem; }
.sa-nav a { text-decoration: none; color: var(--muted); font-weight: 600; font-size: 14px; }
.sa-nav a:hover { color: var(--ink); }
.sa-header__cta { display: flex; align-items: center; gap: 1rem; }
.sa-header__phone { text-align: right; }
.sa-header__phone a { font-family: Manrope, Inter, sans-serif; font-weight: 700; text-decoration: none; color: var(--pine-deep); }
.sa-burger { display: none; background: var(--mist-subtle); border: 0; border-radius: var(--r); padding: 0.5rem; }
.sa-b2b { background: var(--pine-deep); color: var(--white); font-size: 13px; }
.sa-b2b__in { min-height: 44px; }
.sa-b2b a { color: var(--cedar-soft); font-weight: 600; }

.sa-hero { padding: 3rem 0 4rem; position: relative; overflow: hidden; }
.sa-hero__frame {
  position: relative;
  min-height: 540px;
  border-radius: 1.5rem;
  overflow: hidden;
  background: var(--pine-deep);
  box-shadow: var(--shadow-lg);
}
.sa-slide { display: none; min-height: 540px; padding: 2rem 2.5rem 4rem; color: var(--white); position: relative; }
.sa-slide.is-active { display: flex; flex-direction: column; justify-content: space-between; }
.sa-slide__bg { position: absolute; inset: 0; background: center/cover no-repeat; filter: brightness(0.78); }
.sa-slide__content { position: relative; z-index: 1; max-width: 44rem; }
.sa-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sa-slide__top { display: flex; justify-content: space-between; gap: 1rem; position: relative; z-index: 1; }
.sa-slide__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.sa-specs { display: flex; flex-wrap: wrap; gap: 1.2rem; position: relative; z-index: 1; }
.sa-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 2; width: 48px; height: 48px; border: 0; border-radius: 50%;
  background: rgba(0,0,0,0.4); color: #fff; cursor: pointer;
}
.sa-arrow--prev { left: 1rem; }
.sa-arrow--next { right: 1rem; }
.sa-dots { position: absolute; left: 0; right: 0; bottom: 1rem; display: flex; justify-content: center; gap: 0.4rem; z-index: 2; }
.sa-dots button { width: 8px; height: 8px; border: 0; border-radius: 999px; background: rgba(255,255,255,0.4); cursor: pointer; }
.sa-dots button.is-active { width: 32px; background: #fff; }
.sa-quick {
  margin: 1.5rem auto 0;
  max-width: 64rem;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr auto;
  gap: 0.75rem;
  align-items: end;
}

.sa-utp__head, .sa-act__head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.sa-utp__grid { display: grid; grid-template-columns: 7fr 5fr; gap: 1.5rem; }
.sa-utp__small { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1.5rem; }
.sa-story { background: var(--white); border-radius: 1rem; overflow: hidden; }
.sa-story__media { height: 18rem; background: center/cover no-repeat; position: relative; }
.sa-story--small .sa-story__media { height: 14rem; }
.sa-story__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.6), transparent 55%); }
.sa-story__media h3 { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; color: #fff; z-index: 1; }
.sa-story p { padding: 1.25rem; margin: 0; color: var(--muted); }

.sa-rooms { background: var(--surface-low); }
.sa-center { text-align: center; max-width: 46rem; margin: 0 auto 3rem; }
.sa-rooms__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.sa-room { display: flex; flex-direction: column; background: var(--white); border-radius: 1rem; overflow: hidden; }
.sa-room__media { height: 16rem; background: center/cover no-repeat; position: relative; }
.sa-badge { position: absolute; top: 1rem; left: 1rem; padding: 0.3rem 0.7rem; border-radius: 999px; background: var(--mist-subtle); font-size: 12px; font-weight: 600; }
.sa-badge--dark { background: var(--pine-deep); color: #fff; }
.sa-badge--right { left: auto; right: 1rem; top: auto; bottom: 1rem; }
.sa-ribbon { background: var(--pine-base); color: #fff; text-align: center; padding: 0.4rem; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
.sa-room__body { padding: 1.5rem; flex: 1; }
.sa-room__sub { color: var(--cedar); font-weight: 600; margin: 0.4rem 0 1rem; }
.sa-price { background: var(--mist-subtle); border-radius: 0.75rem; padding: 1rem; margin: 1rem 0; }
.sa-price--hit { background: rgba(177, 240, 206, 0.35); }
.sa-price span { display: block; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pine-base); margin-bottom: 0.5rem; }
.sa-price li { display: flex; justify-content: space-between; gap: 1rem; list-style: none; }
.sa-price ul { margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.sa-amenity { display: flex; gap: 0.5rem; align-items: center; margin: 0.4rem 0; }
.sa-room__cta { padding: 0 1.5rem 1.5rem; }

.sa-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 1.5rem; }
.sa-pillar { background: var(--white); padding: 1.25rem; border-radius: 1rem; }
.sa-iconbox { width: 40px; height: 40px; border-radius: 0.75rem; background: var(--mist-subtle); display: grid; place-items: center; color: var(--pine-base); margin-bottom: 0.75rem; }
.sa-about { display: grid; grid-template-columns: 7fr 5fr; gap: 3rem; align-items: center; }
.sa-photo { position: relative; min-height: 20rem; border-radius: 1.5rem; overflow: hidden; background: center/cover no-repeat; }
.sa-photo span { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; color: #fff; font-family: Manrope, Inter, sans-serif; font-weight: 700; }
.sa-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1rem; }
.sa-stat { padding: 1.25rem; border-radius: 1rem; background: var(--surface-high); }
.sa-stat--dark { background: var(--pine-deep); color: #fff; }
.sa-stat b { display: block; font-size: 32px; font-family: Manrope, Inter, sans-serif; }

.sa-acts { background: var(--mist); }
.sa-acts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.sa-act { background: var(--white); border-radius: 1rem; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; }
.sa-act__icon { width: 48px; height: 48px; border-radius: 0.75rem; display: grid; place-items: center; background: rgba(177, 240, 206, 0.4); color: var(--pine-base); margin-bottom: 1rem; }
.sa-act--cedar .sa-act__icon { background: rgba(255, 182, 142, 0.45); color: #8b4f2b; }
.sa-act small { color: var(--cedar); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }

.sa-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin: 2.5rem 0; }
.sa-shifts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin: 1rem 0 2rem; }
.sa-shift { text-align: left; border: 2px solid transparent; background: var(--mist-subtle); border-radius: 1rem; padding: 1rem; cursor: pointer; }
.sa-shift.is-active { background: #fff; border-color: var(--pine-base); box-shadow: var(--shadow); }
.sa-camp { display: grid; grid-template-columns: 7fr 5fr; gap: 2rem; }
.sa-panel { display: none; }
.sa-panel.is-active { display: block; }
.sa-panel__media { position: relative; height: 20rem; }
.sa-panel__media img { width: 100%; height: 100%; object-fit: cover; }
.sa-panel__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7), transparent 50%); }
.sa-panel__meta { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; color: #fff; z-index: 1; }
.sa-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 0 1.5rem 1.5rem; }
.sa-tags span { background: var(--mist-subtle); padding: 0.3rem 0.7rem; border-radius: 0.5rem; font-size: 12px; }
.sa-form { display: grid; gap: 0.85rem; }
.sa-success { display: none; padding: 0.85rem; border-radius: 0.75rem; background: rgba(177, 240, 206, 0.45); color: var(--pine-deep); text-align: center; }
.sa-success.is-visible { display: block; }

.sa-book { background: var(--pine-deep); }
.sa-book__box { display: grid; grid-template-columns: 7fr 5fr; background: #fff; border-radius: 1.5rem; overflow: hidden; box-shadow: var(--shadow-lg); }
.sa-book__form { padding: 2.5rem; }
.sa-book__side { position: relative; color: #fff; padding: 2.5rem; background: var(--pine-deep); display: flex; flex-direction: column; justify-content: space-between; }
.sa-book__side-bg { position: absolute; inset: 0; background: center/cover no-repeat; opacity: 0.25; }
.sa-book__side > * { position: relative; z-index: 1; }
.sa-check { display: flex; gap: 0.75rem; margin: 1rem 0; }
.sa-check i { width: 24px; height: 24px; border-radius: 50%; background: var(--pine-base); display: grid; place-items: center; flex: none; }
.sa-urgent { background: rgba(255,255,255,0.1); border-radius: 0.75rem; padding: 1rem; }
.sa-urgent a { color: var(--cedar-soft); font-weight: 700; text-decoration: none; font-size: 22px; }

.sa-contacts { background: var(--surface-low); }
.sa-contacts__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 2.5rem; }
.sa-contact { display: flex; gap: 0.75rem; margin: 1.25rem 0; }
.sa-map { min-height: 22rem; border-radius: 1.5rem; background: center/cover no-repeat; display: flex; align-items: end; padding: 1.25rem; }
.sa-map__card { background: rgba(255,255,255,0.95); padding: 1rem; border-radius: 0.75rem; max-width: 22rem; }
.sa-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; background: #fff; padding: 1.5rem; border-radius: 1rem; margin-top: 1rem; }

.sa-footer { padding: 4rem 0 2rem; background: var(--surface-low); }
.sa-footer__grid { display: grid; grid-template-columns: 4fr 3fr 5fr; gap: 2rem; padding-bottom: 2rem; }
.sa-footer nav { display: grid; gap: 0.5rem; }
.sa-footer nav a { text-decoration: none; color: var(--muted); }
.sa-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: 13px; padding-top: 1.5rem; }

.sa-mobile-nav { display: none; }
.sa-header.is-open .sa-mobile-nav {
  display: grid;
  gap: 0.75rem;
  padding: 0 1rem 1rem;
}

@media (max-width: 1100px) {
  .sa-nav, .sa-header .sa-btn { display: none; }
  .sa-burger { display: inline-flex; }
  .sa-quick, .sa-utp__grid, .sa-utp__small, .sa-rooms__grid, .sa-about, .sa-acts__grid, .sa-features, .sa-shifts, .sa-camp, .sa-book__box, .sa-contacts__grid, .sa-footer__grid, .sa-steps {
    grid-template-columns: 1fr;
  }
  .sa-pillars, .sa-stats { grid-template-columns: 1fr 1fr; }
  .sa-utp__head, .sa-act__head, .sa-header__phone { display: none; }
}
@media (max-width: 700px) {
  .sa-section { padding: 3rem 0; }
  .sa-slide { padding: 1.25rem 1.25rem 3.5rem; min-height: 460px; }
  .sa-pillars, .sa-stats { grid-template-columns: 1fr; }
  .sa-footer__bottom { flex-direction: column; text-align: center; }
}
