@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter/static/Inter_28pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter/static/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter/static/Inter_28pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ===========================
   Reset & Base
=========================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; /* Prevent iOS font scaling */
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #0f172a;
  background: #ffffff;
  overflow-x: hidden;
  /* Improve font rendering */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure media elements behave predictably */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Remove default link styling */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  font-weight: 500;
}

/* Normalize form elements */
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

.btn--primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: rgba(26, 104, 109, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.96);
  font-weight: 500;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 0.35s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.35s cubic-bezier(0.2, 0.6, 0.2, 1), background 0.35s cubic-bezier(0.2, 0.6, 0.2, 1);
  cursor: pointer;
}

/* ===========================
   Typography (global defaults)
=========================== */
h1,
h2,
h3 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 600;
}

h1 {
  font-size: clamp(34px, 5vw, 64px);
  margin: 0 0 16px;
}

h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin: 0 0 12px;
  color: #0b1426; /* intentional dark heading tone */
}

h3 {
  font-size: clamp(20px, 2.2vw, 28px);
  margin: 0 0 10px;
}

p {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
  margin: 0 0 14px;
}

/* ===========================
   Small Text Utilities
=========================== */
.muted {
  color: #5b6475;
}

.tiny {
  font-size: 13px;
  line-height: 1.5;
}

/* Сommon “kicker” style used across sections */
.kicker {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin: 1rem 0 2rem;
  text-align: center;
}

/* ===========================
   Layout primitives
=========================== */
/* Main content container */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 36px);
}

.section {
  padding: clamp(36px, 7vw, 56px) 0;
}

/* Section heading wrapper */
.section-head {
  max-width: 1260px;
  margin-bottom: 28px;
}

/* Generic grid helper */
.grid {
  display: grid;
  gap: clamp(18px, 3vw, 30px);
}

/* Two-column layout helper */
.two-col {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.two-col.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

/* ===========================
   Accessibility: Focus styles
=========================== */
:where(a, button, input, textarea, select, .btn):focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(31, 111, 139, 0.14);
  border-color: rgba(31, 111, 139, 0.35);
  border-radius: 18px;
}

/* ===========================
   Motion preferences
=========================== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
/* ===========================
   Hero Section
=========================== */
.hero.hero--banner.lifestyle .hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(1200px 700px at 18% 22%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, rgba(2, 8, 23, 0.5) 0%, rgba(2, 8, 23, 0.4) 55%, rgba(2, 8, 23, 0.55) 100%);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}

/* ===========================
   Mountain Lifestyle Section
=========================== */
#mountain-lifestyle.section {
  position: relative;
  background: transparent;
}
#mountain-lifestyle.section .container .external .btn.btn--primary {
  flex: none;
  width: 100%;
  max-width: 15rem;
  margin: 0 4rem;
  text-align: center;
}
#mountain-lifestyle.section .container .external .btn.btn--primary:hover {
  transform: scale(1.04);
  transition: transform 0.35s ease;
}
@media (min-width: 48rem) {
  #mountain-lifestyle.section .container .external .btn.btn--primary {
    margin: 0;
  }
}
#mountain-lifestyle.section .container .lifestyle-gallery {
  margin-top: clamp(22px, 3vw, 32px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.6vw, 18px);
}
@media (min-width: 48rem) {
  #mountain-lifestyle.section .container .lifestyle-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
#mountain-lifestyle.section .container .lifestyle-gallery__item {
  border-radius: 18px;
  overflow: hidden;
  background: #eef2f7;
  box-shadow: 0 18px 50px rgba(2, 8, 23, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin: 0;
}
#mountain-lifestyle.section .container .lifestyle-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.35s ease;
}
#mountain-lifestyle.section .container .lifestyle-gallery__item img:hover {
  transform: scale(1.04);
  transition: transform 0.35s ease;
}

.middle-phrase {
  color: rgb(26, 104, 109);
  font-weight: 700;
  text-align: center;
}

.end-phrase {
  font-style: italic;
  text-align: center;
}

.mountain-lifestyle__description.text--muted {
  max-width: 1260px;
}

/* ===========================
   Revy Video
=========================== */
#revy-video.section.section--alt {
  position: relative;
  background: rgba(223, 235, 238, 0.5);
}
#revy-video.section.section--alt .container {
  position: relative;
}

/* ===========================
   Adventure in the Mountains Section
=========================== */
#adventure-in-mountains.section {
  position: relative;
  background: transparent;
}
#adventure-in-mountains.section .container .external .btn.btn--primary {
  flex: none;
  width: 100%;
  max-width: 15rem;
  margin: 0 4rem;
  text-align: center;
}
#adventure-in-mountains.section .container .external .btn.btn--primary:hover {
  transform: scale(1.04);
  transition: transform 0.35s ease;
}
@media (min-width: 48rem) {
  #adventure-in-mountains.section .container .external .btn.btn--primary {
    margin: 0;
  }
}
#adventure-in-mountains.section .container .lifestyle-gallery {
  margin-top: clamp(22px, 3vw, 32px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.6vw, 18px);
}
@media (min-width: 48rem) {
  #adventure-in-mountains.section .container .lifestyle-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
#adventure-in-mountains.section .container .lifestyle-gallery__item {
  border-radius: 18px;
  overflow: hidden;
  background: #eef2f7;
  box-shadow: 0 18px 50px rgba(2, 8, 23, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin: 0;
}
#adventure-in-mountains.section .container .lifestyle-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.35s ease;
}
#adventure-in-mountains.section .container .lifestyle-gallery__item img:hover {
  transform: scale(1.04);
  transition: transform 0.35s ease;
}

.adventure-in-mountains__description.text--muted {
  max-width: 1260px;
}

.external {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=life-in-mountains.css.map */