@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/875ae681bfde4580-s.p.woff2") format("woff2");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/4c9affa5bc8f420e-s.p.woff2") format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/2c34d62a75506231-s.woff2") format("woff2");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/f5271587012faf78-s.p.woff2") format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
  font-family: "Manrope Fallback";
  src: local("Arial");
  ascent-override: 103.31%;
  descent-override: 29.07%;
  line-gap-override: 0%;
  size-adjust: 103.19%;
}

:root {
  --accent: #147aff;
  --header-height: 83px;
  --anchor-gap: 8px;
  --background: #f7fafc;
  --surface: #ffffff;
  --surface-soft: #eef4f7;
  --foreground: #13202c;
  --charcoal: #111922;
  --muted: #6a7886;
  --line: #dbe4ea;
  --warm: #b28a56;
  --green: #157b68;
  --font-body: "Manrope", "Manrope Fallback", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono", "Geist Mono Fallback", ui-monospace, monospace;
  --section: min(100% - 32px, 1240px);
  --wide: min(100% - 32px, 1380px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + var(--anchor-gap));
}

[id] {
  scroll-margin-top: calc(var(--header-height) + var(--anchor-gap));
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--foreground);
  background: linear-gradient(180deg, #ffffff 0, #edf4f7 520px, #f8fafc 100%);
  font-family: var(--font-body);
  line-height: 1.5;
  font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-lightbox-open,
body.is-lead-modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 12px clamp(16px, 3vw, 32px);
  border-bottom: 1px solid rgba(19, 32, 44, 0.08);
  background: rgba(250, 252, 253, 0.88);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 148px;
}

.brand-mark {
  display: block;
  width: 148px;
  height: 58px;
  background: var(--accent);
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(19, 32, 44, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.desktop-nav a,
.header-phone {
  border-radius: 999px;
  color: #2f3c48;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 680;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.header-phone:hover {
  background: var(--accent);
  color: #ffffff;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 13px;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}

.menu-toggle span:first-child {
  top: 15px;
}

.menu-toggle span:nth-child(2) {
  top: 22px;
}

.menu-toggle span:nth-child(3) {
  top: 29px;
}

.mobile-menu {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: var(--wide);
  min-height: calc(100dvh - var(--header-height));
  margin: 0 auto;
  padding: clamp(18px, 2.5vw, 34px) 0 clamp(30px, 4.5vw, 62px);
}

.hero-copy {
  min-width: 0;
}

.label {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.hero h1,
.catalog-hero h1,
.home-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #101922;
  font-size: 60px;
  font-weight: 820;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}

.lead,
.split p,
.section-head p,
.booking-copy p,
.warning-card p,
.home-links p,
.catalog-card p {
  max-width: 62ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 760;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border 0.18s ease;
}

.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
  box-shadow: 0 20px 44px -28px color-mix(in srgb, var(--accent) 70%, #111922);
}

.secondary {
  border-color: rgba(19, 32, 44, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #17202a;
}

.primary:hover,
.secondary:hover,
.catalog-card a:hover strong,
.home-links a:hover {
  transform: translateY(-1px);
}

.price {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
}

.price span,
.facts span,
.catalog-card dt {
  color: var(--muted);
  font-size: 13px;
}

.price strong {
  color: #111922;
  font-family: var(--font-mono);
  font-size: 34px;
  letter-spacing: 0;
}

.price sup,
.catalog-card dd sup {
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 0.52em;
  font-weight: 900;
  line-height: 0;
  vertical-align: super;
}

.hero-media {
  position: relative;
  min-height: 0;
  margin: 0;
}

.hero-image {
  width: 100%;
  height: min(72dvh, 720px);
  min-height: 470px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 34px 90px -62px rgba(17, 25, 34, 0.7);
}

.hero-note {
  position: absolute;
  right: 32px;
  bottom: 32px;
  max-width: 340px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.hero-note span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-note p {
  margin: 8px 0 0;
  color: #1a2631;
  font-size: 16px;
  line-height: 1.55;
}

.facts,
.season,
.split,
.program,
.highlights,
.gallery-section,
.included,
.booking,
.footer-content,
.catalog-hero,
.catalog-grid,
.home-hero,
.home-links,
.visa-types {
  width: var(--section);
  margin: 0 auto;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}

.facts div {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 24px clamp(16px, 2vw, 24px);
}

.facts div + div {
  border-left: 1px solid var(--line);
}

.facts strong {
  color: #111922;
  font-size: clamp(17px, 1.42vw, 22px);
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.season {
  padding: clamp(52px, 8vw, 96px) 0 0;
}

.months,
.type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.months button,
.type-grid button {
  appearance: none;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: #17202a;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.months button:hover,
.type-grid button:hover,
.months button.is-selected,
.type-grid button.is-selected {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
  transform: translateY(-1px);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: clamp(28px, 6vw, 100px);
  padding: clamp(72px, 10vw, 136px) 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: clamp(34px, 6vw, 80px);
}

.split h2,
.section-head h2,
.booking h2,
.site-footer h2 {
  max-width: 13ch;
  margin: 0;
  color: #111922;
  font-size: 52px;
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.highlights {
  padding: clamp(72px, 10vw, 136px) 0 clamp(64px, 9vw, 118px);
}

.section-head.wide {
  max-width: 780px;
  margin-bottom: 34px;
}

.highlight-grid {
  display: grid;
  gap: 18px;
}

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

.highlight-grid.is-odd {
  grid-template-columns: 1fr;
}

.highlight-card {
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.highlight-card svg {
  width: 28px;
  height: 28px;
  color: var(--accent);
}

.highlight-card p {
  margin: 0;
  color: #243241;
  font-size: 19px;
  line-height: 1.48;
}

.program {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 6vw, 80px);
  padding: clamp(64px, 9vw, 126px) 0 clamp(100px, 8vw, 130px);
  border-top: 1px solid var(--line);
  align-items: start;
}

.section-head {
  align-self: start;
}

.section-head p {
  font-size: 18px;
}

@media (min-width: 981px) {
  .split-section .section-head,
  .program .section-head {
    position: sticky;
    top: calc(var(--header-height) + 12px);
  }
}

.timeline {
  display: grid;
  padding-bottom: 80px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.timeline-item:last-child {
  border-bottom: 1px solid var(--line);
}

.timeline-index {
  padding-top: 5px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 14px;
}

.timeline-item p {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.timeline-item h3 {
  margin: 0 0 12px;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: 0;
}

.timeline-item div > span {
  display: block;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.gallery-section,
.visa-types {
  padding: clamp(56px, 8vw, 110px) 0;
}

.gallery-grid {
  display: grid;
  gap: 18px;
}

.gallery-grid figure {
  min-width: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #dde6ea;
}

.gallery-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.gallery-grid figure:hover img,
.gallery-trigger:focus-visible img {
  transform: scale(1.025);
}

.gallery-grid.count-1 {
  grid-template-columns: 1fr;
}

.gallery-grid.count-1 figure {
  aspect-ratio: 1.88;
}

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

.gallery-grid.count-2 figure {
  aspect-ratio: 1.18;
}

.gallery-grid.count-3 {
  grid-template-columns: 1.3fr 0.7fr;
}

.gallery-grid.count-3 figure:first-child {
  grid-row: span 2;
}

.gallery-grid.count-3 figure {
  aspect-ratio: 1.1;
}

.gallery-grid.count-4 {
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
}

.gallery-grid.count-4 figure:first-child {
  grid-row: span 2;
}

.gallery-grid.count-4 figure {
  aspect-ratio: 1.15;
}

.included {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 18px;
  padding: clamp(56px, 8vw, 112px) 0;
}

.included.single {
  grid-template-columns: 1fr 0.86fr;
}

.included article {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.included article.muted {
  background: rgba(255, 255, 255, 0.54);
}

.included h2 {
  margin: 0 0 22px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.included ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included li {
  position: relative;
  padding-left: 22px;
  color: #243241;
  line-height: 1.55;
}

.included li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.warning-card {
  background: #111922 !important;
  color: #ffffff;
}

.warning-card h2 {
  color: #ffffff;
}

.warning-card p {
  color: rgba(255, 255, 255, 0.76);
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.74fr);
  align-items: stretch;
  gap: clamp(24px, 5vw, 70px);
  padding: clamp(60px, 9vw, 120px) 0;
}

.booking-copy {
  min-height: 100%;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 8px;
  background: var(--charcoal);
  color: #ffffff;
}

.booking-copy .label,
.booking-copy h2 {
  color: #ffffff;
}

.booking-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3.4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.lead-form h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: 0;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: #1d2a36;
  font-size: 14px;
  font-weight: 700;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  background: #f8fbfd;
  color: #17202a;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent);
}

.lead-form button,
.lead-form .primary {
  cursor: pointer;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
}

.checkbox input {
  flex: none;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.checkbox span {
  line-height: 1.45;
}

.checkbox a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.selection-summary {
  margin: -2px 0 0;
  padding: 11px 13px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 8%, #ffffff);
  color: #243241;
  font-size: 14px;
  line-height: 1.45;
}

.form-error {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(178, 43, 43, 0.24);
  border-radius: 8px;
  background: rgba(178, 43, 43, 0.08);
  color: #9f2929;
  font-size: 14px;
  line-height: 1.45;
}

.form-error[hidden] {
  display: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.captcha-box {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 7%, #ffffff);
}

.captcha-box[hidden] {
  display: none;
}

.captcha-box p {
  margin: 0;
  color: #30404f;
  font-size: 14px;
  line-height: 1.45;
}

.captcha-box label {
  grid-template-columns: minmax(0, 1fr);
}

.captcha-box span {
  color: #17202a;
  font-weight: 800;
}

.catalog-hero,
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(60px, 10vw, 126px) 0 46px;
}

.catalog-hero h1,
.home-hero h1 {
  max-width: 16ch;
}

.catalog-panel {
  display: grid;
  gap: 8px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.catalog-panel span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 58px;
  line-height: 1;
}

.catalog-panel p {
  margin: 0;
  color: var(--muted);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 28px 0 clamp(70px, 10vw, 130px);
}

.catalog-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.catalog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px -48px rgba(17, 25, 34, 0.72);
}

.catalog-card a {
  display: grid;
  min-height: 100%;
}

.catalog-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  background: #dde6ea;
}

.catalog-card div {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 22px;
}

.catalog-card span {
  color: var(--card-accent);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.catalog-card h2 {
  margin: 10px 0 0;
  color: #111922;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
}

.catalog-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
}

.catalog-card dl {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.catalog-card dl div {
  display: grid;
  gap: 3px;
  padding: 0;
}

.catalog-card dt,
.catalog-card dd {
  margin: 0;
}

.catalog-card dd {
  color: #21303d;
  font-size: 15px;
  font-weight: 720;
}

.catalog-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 22px;
  color: var(--card-accent);
  transition: transform 0.18s ease;
}

.home-hero {
  align-items: center;
  min-height: calc(100dvh - 84px);
  padding-top: clamp(46px, 7vw, 86px);
  padding-bottom: clamp(46px, 7vw, 86px);
}

.home-preview {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 12px;
}

.home-preview img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.home-preview img:first-child {
  aspect-ratio: 0.76;
}

.home-preview img:last-child {
  aspect-ratio: 0.86;
  margin-top: 82px;
}

.home-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 0 clamp(70px, 10vw, 130px);
}

.home-links a {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.home-links a:hover {
  border-color: var(--accent);
}

.home-links span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 44px;
  line-height: 1;
}

.home-links strong {
  color: #111922;
  font-size: 30px;
}

.home-links p {
  margin: 0;
  font-size: 17px;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  align-items: stretch;
  gap: 10px;
}

.type-grid button {
  min-width: 0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.22;
  white-space: normal;
}

.visa-hero .hero-image {
  object-position: center;
}

.site-footer {
  margin-top: clamp(50px, 8vw, 100px);
  padding: clamp(48px, 7vw, 96px) 0;
  background: #292929;
  color: #ffffff;
}

.legal-document .site-footer {
  --accent: #ffffff;
}

.footer-content {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.footer-logo-img {
  width: 170px;
  height: 66px;
}

.footer-logo-link {
  display: inline-flex;
  margin-bottom: 28px;
}

.site-footer h2 {
  color: #ffffff;
  font-size: 42px;
}

.site-footer p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.site-footer a {
  color: var(--accent);
}

.footer-phone {
  display: inline-flex;
  font-size: 18px;
  font-weight: 760;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--accent) 48%, transparent);
  border-radius: 999px;
  color: var(--accent);
}

.footer-socials svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: none;
}

.footer-legal {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  max-width: none;
  margin-top: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.footer-legal::-webkit-scrollbar {
  display: none;
}

.footer-legal a {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.18s ease;
}

.footer-legal a:hover {
  color: var(--accent);
}

.site-footer iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  filter: grayscale(0.12);
}

.footer-side {
  display: grid;
  gap: 16px;
}

.footer-bottomline {
  display: grid;
  gap: 10px;
}

.price-footnote {
  max-width: 860px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12px;
  line-height: 1.45 !important;
}

.legal-page {
  width: var(--section);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 104px) 0 clamp(64px, 10vw, 128px);
}

.legal-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--accent);
  font-weight: 800;
}

.legal-page h1 {
  max-width: none;
  margin: 0;
  color: #101922;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: nowrap;
}

.legal-lead,
.legal-meta {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.legal-meta {
  font-size: 14px;
}

.legal-body {
  display: grid;
  gap: 16px;
  margin-top: clamp(32px, 5vw, 56px);
}

.legal-section {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.legal-section h2 {
  margin: 0 0 14px;
  color: #111922;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.legal-section p {
  margin: 12px 0 0;
  color: #314253;
  font-size: 17px;
  line-height: 1.65;
}

.legal-section ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: #314253;
  font-size: 17px;
  line-height: 1.6;
}

.legal-table-wrap {
  margin: 18px 0 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.legal-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.legal-table td,
.legal-table th {
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: #314253;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
}

.legal-table p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.legal-table p + p {
  margin-top: 8px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  background: rgba(8, 13, 19, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-frame {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(1120px, 100%);
  max-height: 92vh;
}

.lightbox-image {
  width: 100%;
  max-height: calc(92vh - 54px);
  border-radius: 8px;
  object-fit: contain;
  background: #111922;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.lightbox-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--accent) 70%, rgba(255, 255, 255, 0.24));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 82%, #111922);
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
  transform: translateY(-1px);
  background: var(--accent);
}

.lightbox-close svg,
.lightbox-arrow svg {
  width: 22px;
  height: 22px;
}

.lightbox-close {
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
}

.lightbox-arrow {
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}

.lightbox-arrow:hover {
  transform: translateY(calc(-50% - 1px));
}

.lightbox-prev {
  left: -25px;
}

.lightbox-next {
  right: -25px;
}

.lightbox.has-single .lightbox-arrow {
  display: none;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  background: rgba(247, 250, 252, 0.52);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.lead-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-modal-dialog {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 32px 90px rgba(17, 25, 34, 0.2);
  color: #142230;
  transform: translateY(10px) scale(0.98);
  transition: transform 0.22s ease;
}

.lead-modal.is-open .lead-modal-dialog {
  transform: translateY(0) scale(1);
}

.lead-modal-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
}

.lead-modal h2 {
  margin: 0;
  color: #111922;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

.lead-modal p {
  margin: 14px 0 0;
  color: #4f5d69;
  font-size: 17px;
  line-height: 1.58;
}

.lead-modal-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}

.lead-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lead-modal-close:hover,
.lead-modal-close:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--accent) 24%, transparent);
}

.cookie-notice {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(680px, calc(100% - 28px));
  padding: 16px;
  border: 1px solid rgba(19, 32, 44, 0.08);
  border-radius: 10px;
  background: rgba(250, 252, 253, 0.88);
  box-shadow: 0 24px 72px rgba(17, 25, 34, 0.14);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.cookie-notice.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-notice p {
  margin: 0;
  color: #263542;
  font-size: 14px;
  line-height: 1.48;
}

.cookie-notice a {
  color: var(--accent);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-notice button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .catalog-card,
  .highlight-card,
  .timeline-item,
  .gallery-grid figure,
  .included article {
    animation: reveal-up 0.5s ease both;
  }
}

@media (max-width: 1100px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1,
  .catalog-hero h1,
  .home-hero h1 {
    font-size: 54px;
  }

  .split h2,
  .section-head h2,
  .booking h2 {
    font-size: 46px;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 74px;
    --anchor-gap: 10px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    padding: 10px 14px;
  }

  .desktop-nav,
  .header-phone {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .mobile-menu {
    grid-column: 1 / -1;
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border-radius: 12px;
    border: 1px solid rgba(19, 32, 44, 0.08);
    background: rgba(250, 252, 253, 0.9);
    box-shadow: 0 22px 60px rgba(17, 25, 34, 0.16);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.2s ease, visibility 0.2s ease, transform 0.22s ease;
  }

  .mobile-menu.open {
    max-height: 420px;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-menu a {
    padding: 13px 14px;
    border: 1px solid rgba(18, 26, 35, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #17202a;
    font-weight: 800;
  }

  .mobile-menu a.is-active {
    border-color: var(--accent);
    color: var(--accent);
  }

  .hero,
  .split,
  .split-section,
  .program,
  .included,
  .booking,
  .footer-content,
  .catalog-hero,
  .home-hero,
  .home-links {
    grid-template-columns: 1fr;
  }

  .included.single {
    grid-template-columns: 1fr;
  }

  .hero,
  .home-hero {
    min-height: auto;
    padding-top: 22px;
  }

  .hero h1,
  .catalog-hero h1,
  .home-hero h1 {
    max-width: none;
    font-size: 48px;
  }

  .split h2,
  .section-head h2,
  .booking h2 {
    max-width: none;
    font-size: 42px;
  }

  .lead {
    font-size: 17px;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.08;
  }

  .hero-note {
    position: static;
    max-width: none;
    margin-top: 10px;
  }

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

  .facts div + div {
    border-left: 0;
  }

  .facts div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

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

  .section-head {
    position: static;
  }

  .program {
    padding-bottom: clamp(76px, 12vw, 104px);
  }

  .gallery-grid.count-3,
  .gallery-grid.count-4,
  .gallery-grid.count-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid.count-3 figure:first-child,
  .gallery-grid.count-4 figure:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .home-preview {
    max-width: 620px;
  }

  .home-preview img:last-child {
    margin-top: 32px;
  }

  .site-footer iframe {
    min-height: 320px;
  }

  .footer-legal {
    max-width: none;
  }

  .legal-page h1 {
    font-size: 42px;
    text-wrap: balance;
    white-space: normal;
  }
}

@media (max-width: 680px) {
  :root {
    --section: min(100% - 28px, 1240px);
    --wide: min(100% - 28px, 1380px);
  }

  .brand {
    min-width: 132px;
  }

  .brand img {
    width: 132px;
    height: 52px;
  }

  .brand-mark {
    width: 132px;
    height: 52px;
  }

  .hero h1,
  .catalog-hero h1,
  .home-hero h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .hero {
    gap: 18px;
    padding-top: 16px;
    padding-bottom: 28px;
  }

  .label {
    margin-bottom: 12px;
  }

  .lead,
  .split p,
  .section-head p,
  .booking-copy p,
  .warning-card p,
  .home-links p,
  .catalog-card p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.54;
  }

  .hero .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero .actions .primary,
  .hero .actions .secondary {
    width: 100%;
    min-height: 48px;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .price {
    margin-top: 18px;
  }

  .split h2,
  .section-head h2,
  .booking h2,
  .included h2,
  .site-footer h2,
  .legal-page h1 {
    font-size: 34px;
  }

  .price strong {
    font-size: 25px;
  }

  .hero-image {
    aspect-ratio: 1.18;
  }

  .hero-note {
    padding: 16px;
  }

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

  .season {
    width: var(--section);
  }

  .months {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .months::-webkit-scrollbar,
  .type-grid::-webkit-scrollbar {
    display: none;
  }

  .months button {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .type-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .type-grid button {
    flex: 0 0 auto;
    max-width: none;
    padding: 11px 14px;
    font-size: 13px;
  }

  .facts div:nth-child(odd) {
    border-right: 0;
  }

  .facts div + div {
    border-top: 1px solid var(--line);
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline {
    padding-bottom: 56px;
  }

  .timeline-index {
    padding-top: 0;
  }

  .timeline-item h3 {
    font-size: 25px;
  }

  .actions a,
  .booking .primary,
  .secondary {
    width: 100%;
  }

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

  .gallery-grid.count-2,
  .gallery-grid.count-3,
  .gallery-grid.count-4 {
    grid-template-columns: 1fr;
  }

  .gallery-grid.count-1 figure,
  .gallery-grid.count-2 figure,
  .gallery-grid.count-3 figure,
  .gallery-grid.count-4 figure {
    aspect-ratio: 1.06;
  }

  .lead-form h3 {
    font-size: 28px;
  }

  .lead-modal {
    align-items: end;
    padding: 14px;
  }

  .lead-modal-dialog {
    padding: 24px 20px;
  }

  .lead-modal h2 {
    font-size: 30px;
  }

  .cookie-notice {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .cookie-notice button {
    width: 100%;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .lightbox-arrow {
    width: 44px;
    height: 44px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }
}
