:root {
  --background: #111918;
  --surface: #18201f;
  --text-primary: #f2f0e9;
  --text-secondary: #bec3be;
  --accent: #c9b8a2;
  --cta: #8b7e6d;
  --border: #59605a;
  --radius-card: 24px;
  --radius-faq: 20px;
  --radius-form: 28px;
  --container: 1296px;
  --gutter: 24px;
  --space-section: 112px;
  --font-body: "Golos Text", sans-serif;
  --font-heading: "Prata", serif;
  --font-logo: "Bodoni Moda", serif;
  --font-hand: "Caveat", cursive;
  --transition: 220ms ease;
}
main > section {
  position: relative;
  isolation: isolate;
}
.hero h1,
.footer-logo {
  font-optical-sizing: none;
  font-variation-settings: "opsz" 9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--text-primary);
  font: 18px/1.45 var(--font-body);
  font-weight: 400;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: none;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h2,
h3,
.serif {
  font-family: var(--font-heading);
}
h2 {
  font-size: 60px;
  line-height: 1.2;
}
h3 {
  line-height: 1.3;
}
p {
  color: var(--text-secondary);
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  width: calc(100% - 144px);
  max-width: var(--container);
  margin-inline: auto;
}
.icon {
  flex: none;
  color: var(--accent);
}
:focus-visible {
  outline: 2px solid var(--text-primary);
  outline-offset: 5px;
}
a,
button {
  transition:
    background var(--transition),
    color var(--transition),
    opacity var(--transition),
    transform var(--transition);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 13px 28px;
  background: var(--cta);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--text-primary);
}
.button:hover {
  background: #766a5c;
}
.button:active {
  transform: translateY(1px);
}
.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.circle:hover {
  background: var(--surface);
}
.skip-link {
  position: fixed;
  left: 24px;
  top: 16px;
  z-index: 20;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  background: var(--surface);
}
.skip-link:focus {
  width: auto;
  height: auto;
  clip-path: none;
  padding: 14px;
}
[aria-disabled="true"] {
  cursor: help;
}
.background {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.background:after {
  content: "";
  position: absolute;
  inset: 0;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: max(960px, 100svh);
}
.hero-background img {
  object-position: 65% 50%;
}
.hero-background:after {
  background:
    linear-gradient(to bottom, rgba(17, 25, 24, 0.22), transparent 200px),
    linear-gradient(to top, var(--background), transparent 300px),
    rgba(17, 25, 24, 0.16);
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  gap: 24px;
}
.logo {
  display: flex;
  flex-direction: column;
  width: 136px;
  color: var(--accent);
  line-height: 0.9;
}
.logo span {
  font-family: var(--font-hand);
  font-size: 54px;
  letter-spacing: 2px;
}
.logo small {
  font-size: 11px;
  letter-spacing: 5px;
  margin: 10px 0 0 45px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 19px 26px;
  background: rgba(17, 25, 24, 0.59);
  border-radius: 99px;
  font-size: 15px;
}
.desktop-nav a:hover {
  color: var(--accent);
}
.header-cta {
  font-size: 17px;
  min-width: 234px;
}
.menu-toggle {
  display: none;
  background: rgba(17, 25, 24, 0.5);
}
.hero-content {
  padding-top: 136px;
}
.hero-brand {
  width: 876px;
  max-width: 75%;
  text-align: center;
}
.brand-mountains {
  width: 160px;
  height: 50px;
  color: var(--accent);
  margin-bottom: 13px;
}
.hero h1 {
  font-family: var(--font-logo);
  font-size: 168px;
  line-height: 1.05;
  letter-spacing: -1px;
}
.hero h1 span {
  display: block;
  font-family: var(--font-heading);
  font-size: 35px;
  letter-spacing: 22px;
  margin: 6px 0 0 22px;
  line-height: 1.4;
}
.hero-subtitle {
  color: var(--text-primary);
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 38px;
}
.hero-benefits {
  display: flex;
  gap: 16px;
  margin-top: 175px;
  width: 888px;
  max-width: 80%;
}
.hero-benefits li {
  display: flex;
  gap: 18px;
  align-items: center;
  flex: 1;
  padding: 15px 22px;
  border: 1px solid var(--accent);
  border-radius: 99px;
  background: rgba(17, 25, 24, 0.5);
  font-size: 16px;
  line-height: 1.2;
  min-height: 68px;
}
.hero-benefits .icon {
  width: 29px;
  height: 29px;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 24px;
  background: var(--background);
  color: var(--text-primary);
  border: 0;
}
.mobile-menu::backdrop {
  background: var(--background);
}
.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 64px;
  font-size: 25px;
}
.mobile-menu nav .button {
  margin-top: 24px;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 1600px) {
  .hero-content {
    padding-top: 180px;
  }
  .hero-brand {
    max-width: 75%;
  }
  .hero-benefits {
    margin-top: 220px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 96px);
  }
  .desktop-nav {
    gap: 22px;
    padding: 16px 20px;
  }
  .header-cta {
    min-width: 0;
    font-size: 15px;
    padding-inline: 20px;
  }
  .hero-brand {
    max-width: 78%;
  }
  .hero-benefits {
    max-width: 95%;
  }
  .hero-benefits li {
    padding-inline: 18px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
  }
  .hero h1 {
    font-size: clamp(110px, 15vw, 168px);
  }
  .hero-brand {
    max-width: 88%;
  }
  .hero-benefits {
    max-width: 100%;
    gap: 12px;
  }
  .hero-benefits li {
    font-size: 14px;
    gap: 12px;
    padding: 15px;
  }
  .hero-background img {
    object-position: 62% center;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 48px);
  }
  h2 {
    font-size: 36px;
  }
  .header {
    padding-top: 24px;
  }
  .logo span {
    font-size: 43px;
  }
  .logo small {
    font-size: 9px;
    margin-left: 25px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    min-height: max(812px, 100svh);
  }
  .hero-content {
    padding-top: 122px;
  }
  .hero-brand {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .brand-mountains {
    width: 100px;
    height: 34px;
    margin-left: 44px;
    margin-bottom: 12px;
  }
  .hero h1 {
    font-size: clamp(84px, 23vw, 114px);
    letter-spacing: -2px;
    line-height: 1.1;
  }
  .hero h1 span {
    font-size: 21px;
    letter-spacing: 12px;
    margin: 8px 0 0 7px;
  }
  .hero-subtitle {
    font-size: 9px;
    letter-spacing: 2.5px;
    line-height: 1.8;
    max-width: 230px;
    margin-top: 24px;
  }
  .hero-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 218px;
    margin-bottom: 56px;
  }
  .hero-benefits li {
    font-size: 12px;
    min-height: 57px;
    padding: 11px 13px;
    gap: 10px;
  }
  .hero-benefits .icon {
    width: 23px;
    height: 23px;
  }
  .hero-background img {
    object-position: 85% center;
  }
  .hero-background:after {
    background:
      linear-gradient(to bottom, rgba(17, 25, 24, 0.16), transparent 170px),
      linear-gradient(to top, var(--background), transparent 220px),
      linear-gradient(to right, rgba(17, 25, 24, 0.18), transparent 65%),
      rgba(17, 25, 24, 0.16);
  }
}
.eyebrow {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 3px;
  color: var(--accent);
  margin-bottom: 26px;
}
.intro {
  font-size: 22px;
  line-height: 1.45;
  color: var(--text-primary);
}
.card {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  min-width: 0;
}
.secondary {
  background: var(--background);
}
.secondary:hover {
  background: #24302c;
}
.destinations {
  position: relative;
  margin-top: -30px;
}
.destinations > h2 {
  text-align: center;
  font-size: 64px;
  margin-bottom: 48px;
}
.destination-grid,
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.destination {
  position: relative;
  display: flex;
  flex-direction: column;
}
.destination-image {
  height: 298px;
  position: relative;
  border-radius: 23px 23px 0 0;
  overflow: hidden;
}
.destination-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--surface), transparent 110px);
}
.destination-image img {
  object-position: 50% 33%;
}
.destination:nth-child(2) img {
  object-position: 50% 50%;
}
.destination:nth-child(3) img {
  object-position: 50% 42%;
}
.destination-content {
  position: relative;
  margin-top: -17px;
  padding: 0 25px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.destination-content .eyebrow {
  font-size: 12px;
  margin-bottom: 12px;
}
.destination h3 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.destination p:not(.eyebrow) {
  font-size: 19px;
  line-height: 1.42;
  margin-bottom: 24px;
}
.destination .button {
  width: 100%;
  min-height: 50px;
  padding: 10px 24px;
  margin-top: auto;
  position: relative;
  font-size: 17px;
}
.destination .button .icon {
  position: absolute;
  right: 16px;
}
.scenic {
  position: relative;
  isolation: isolate;
}
.scenic-background {
  inset: -80px 0 -150px;
}
.scenic-background img {
  object-position: 50% 50%;
}
.scenic-background:after {
  background:
    linear-gradient(to bottom, var(--background), transparent 240px),
    linear-gradient(to top, var(--background), transparent 240px),
    rgba(17, 25, 24, 0.76);
}
.why {
  margin-top: 107px;
}
.why-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
.why h2 {
  font-size: 64px;
  line-height: 1.2;
}
.why .intro {
  margin-top: 32px;
}
.handwritten {
  font-family: var(--font-hand);
  font-size: 38px;
  line-height: 1;
  color: var(--text-primary);
  position: relative;
}
.handwritten .icon {
  display: block;
  margin: 18px 8px 0 auto;
  width: 27px;
  height: 27px;
}
.why .handwritten {
  width: 290px;
  flex: none;
  transform: rotate(-3deg);
  padding-right: 15px;
  margin-top: 4px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}
.benefit {
  padding: 26px 25px 30px;
  background: rgba(24, 32, 31, 0.73);
  min-height: 281px;
  display: flex;
  flex-direction: column;
}
.benefit > .icon {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
}
.benefit h3 {
  font-size: 25px;
  line-height: 1.3;
  min-height: 66px;
  margin-bottom: 18px;
}
.benefit p {
  font-size: 18px;
  line-height: 1.45;
  max-width: 230px;
}
.planned {
  display: grid;
  grid-template-columns: 632fr 600fr;
  gap: 64px;
  margin-top: 77px;
  align-items: center;
}
.planned-photo {
  height: 450px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.planned-photo > img {
  object-position: 50% 55%;
}
.planned-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(17, 25, 24, 0.23),
    transparent 140px
  );
  pointer-events: none;
}
.planned-photo .handwritten {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 35px;
  max-width: 90%;
  font-size: 37px;
}
.planned-content .eyebrow {
  margin-bottom: 28px;
}
.planned h2 {
  font-size: 63px;
  line-height: 1.2;
}
.planned .intro {
  margin-top: 30px;
  max-width: 530px;
}
.tags {
  display: flex;
  gap: 16px;
  margin-top: 44px;
}
.tags li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 99px;
  min-height: 50px;
  padding: 12px 22px;
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
}
.tags li:last-child {
  flex: 1.4;
}
.how {
  margin-top: 128px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}
.how h2 {
  font-size: 61px;
}
.small-caps {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 2.5px;
  color: var(--text-primary);
}
.how .small-caps {
  align-self: center;
  margin-right: 14px;
  font-size: 11px;
  letter-spacing: 3px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
.step {
  padding: 28px;
  min-height: 272px;
  position: relative;
}
.step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 34px;
}
.step-top > .icon {
  width: 38px;
  height: 38px;
}
.step-top > span {
  font: 28px/1 var(--font-logo);
  color: var(--accent);
}
.step h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 18px;
}
.step p {
  font-size: 18px;
  line-height: 1.5;
}
.step > .step-arrow {
  position: absolute;
  top: 50%;
  right: -55px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}
.gallery {
  margin-top: 101px;
}
.gallery h2 {
  font-size: 54px;
  line-height: 1.25;
}
.gallery-more {
  min-width: 256px;
  margin-bottom: 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}
.gallery-image {
  display: block;
  padding: 0;
  border: 0;
  position: relative;
  height: 369px;
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
}
.gallery-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(17, 25, 24, 0.93),
    transparent 172px
  );
}
.gallery-image > span {
  position: absolute;
  bottom: 29px;
  left: 24px;
  right: 18px;
  z-index: 1;
  font-size: 18px;
  line-height: 1.5;
}
.gallery-image img {
  transition: transform 600ms ease;
}
.gallery-image:hover img {
  transform: scale(1.015);
}
.gallery-image:nth-child(1) img {
  object-position: 55% 50%;
}
.gallery-image:nth-child(2) img {
  object-position: 48% 50%;
}
.gallery-image:nth-child(3) img {
  object-position: 65% 50%;
}
.gallery-image:nth-child(4) img {
  object-position: 36% 50%;
}
.faq {
  margin-top: 105px;
}
.faq .section-heading {
  align-items: center;
}
.faq h2 {
  font-size: 62px;
}
.faq-contact {
  display: flex;
  align-items: center;
  gap: 44px;
}
.faq-contact .small-caps {
  letter-spacing: 1.5px;
  font-size: 11px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-top: 54px;
  align-items: start;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(24, 32, 31, 0.75);
}
.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 0;
  text-align: left;
  padding: 14px 20px;
  min-height: 78px;
  font: 24px/1.3 var(--font-heading);
}
.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  flex: none;
}
.faq-icon > .icon {
  width: 28px;
  height: 28px;
}
.faq-chevron {
  width: 16px;
  height: 16px;
  margin-left: auto;
  transition: transform 260ms ease;
}
.faq-toggle[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}
.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 280ms ease,
    opacity 280ms ease;
}
.is-open .faq-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}
.faq-panel-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-panel-inner > p {
  padding: 7px 32px 30px 94px;
  font-size: 18px;
  line-height: 1.5;
}
.is-open .faq-toggle {
  padding-top: 17px;
  padding-bottom: 17px;
}
.faq-answer-placeholder {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 5px;
}
.audience {
  margin-top: 92px;
}
.audience h2 {
  font-size: 53px;
  line-height: 1.2;
}
.audience .intro {
  margin-top: 18px;
}
.audience-grid {
  margin-top: 44px;
}
.audience-photo {
  height: 242px;
  position: relative;
  border-radius: 23px 23px 0 0;
  overflow: hidden;
}
.audience-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--surface), transparent 100px);
}
.audience-card:first-child img {
  object-position: 50% 60%;
}
.audience-card:nth-child(2) img {
  object-position: 50% 48%;
}
.audience-card:nth-child(3) img {
  object-position: 50% 42%;
}
.audience-content {
  padding: 0 24px 20px;
}
.audience h3 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 21px;
  line-height: 1.4;
  min-height: 60px;
  margin: 0 -7px 20px;
}
.audience .faq-icon {
  width: 42px;
  height: 42px;
  margin-top: 3px;
}
.audience-content p {
  font-size: 18px;
  line-height: 1.45;
}
.final-cta {
  margin-top: 10px;
  padding: 112px 0 44px;
}
.cta-background {
  inset: 0;
}
.cta-background img {
  object-position: 50% 58%;
}
.cta-background:after {
  background:
    linear-gradient(to bottom, var(--background), transparent 145px),
    linear-gradient(to top, var(--background), transparent 145px),
    rgba(17, 25, 24, 0.24);
}
.cta-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.form-card {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(17, 25, 24, 0.88);
  padding: 32px 35px 30px;
  width: 918px;
  max-width: 100%;
  flex: none;
}
.form-card .eyebrow {
  font-size: 12px;
  margin-bottom: 24px;
}
.form-card h2 {
  font-size: 54px;
  line-height: 1.2;
}
.form-card .intro {
  font-size: 21px;
  line-height: 1.4;
  margin-top: 18px;
}
.form-fields {
  display: grid;
  grid-template-columns: 225fr 290fr 300fr;
  gap: 14px;
  margin-top: 30px;
}
.field {
  position: relative;
  min-width: 0;
}
.field > .icon {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.field input {
  width: 100%;
  height: 56px;
  background: var(--background);
  border: 1px solid var(--accent);
  border-radius: 99px;
  padding: 14px 18px 14px 60px;
  color: var(--text-primary);
  font-size: 17px;
  outline-offset: 4px;
}
.field input::placeholder {
  color: var(--text-primary);
  opacity: 1;
}
.submit {
  padding-inline: 18px;
  gap: 18px;
  align-self: start;
  white-space: nowrap;
  font-size: 17px;
}
.field-error {
  display: block;
  color: #e2b5aa;
  font-size: 13px;
  line-height: 1.4;
  padding: 6px 14px 0;
}
.field-error:empty {
  display: none;
}
.field input[aria-invalid="true"] {
  border-color: #dca597;
}
.form-status {
  font-size: 14px;
  line-height: 1.5;
  min-height: 21px;
  margin-top: 12px;
  color: var(--text-secondary);
}
.form-status[data-state="error"] {
  color: #e2b5aa;
}
.form-status[data-state="success"] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(201, 184, 162, 0.48);
  border-radius: 18px;
  background: rgba(24, 32, 31, 0.88);
  color: var(--text-primary);
  animation: form-success-enter 260ms cubic-bezier(.23,1,.32,1) both;
}
.form-success-mark {
  display: grid;
  place-items: center;
  flex: none;
  width: 32px;
  height: 32px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  animation: form-success-mark-enter 260ms cubic-bezier(.23,1,.32,1) both;
}
.form-success-mark svg { width: 19px; height: 19px; }
@keyframes form-success-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes form-success-mark-enter {
  from { opacity: 0; transform: scale(.94); }
  to { opacity: 1; transform: scale(1); }
}
.button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.contact-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  color: var(--text-primary);
  font-size: 16px;
}
.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cta-layout > .handwritten {
  padding-top: 4px;
  text-align: center;
  flex: 1;
  white-space: nowrap;
}
.footer {
  padding-top: 12px;
  padding-bottom: 32px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 42px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  font: 36px/1.1 var(--font-logo);
  white-space: nowrap;
}
.footer-logo > .icon {
  width: 48px;
  height: 48px;
}
.footer-logo small {
  display: block;
  font: 9px/1.5 var(--font-body);
  letter-spacing: 2.5px;
  margin-top: 8px;
}
.footer nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.social-links {
  display: flex;
  gap: 12px;
  border-left: 1px solid var(--accent);
  padding-left: 26px;
}
.social-links .circle {
  width: 48px;
  height: 48px;
}
.social-links .icon {
  width: 19px;
  height: 19px;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.footer-bottom p {
  font-size: 11px;
  line-height: 1.5;
}
.footer-bottom p:last-child {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--text-primary);
}
.footer-bottom .icon {
  width: 23px;
  height: 23px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.lightbox,
.notice-dialog {
  color: var(--text-primary);
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  max-height: calc(100svh - 48px);
}
dialog::backdrop {
  background: rgba(8, 14, 13, 0.94);
}
.lightbox {
  width: min(1100px, calc(100% - 48px));
  overflow: auto;
}
.lightbox-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.lightbox figure img {
  height: min(65svh, 700px);
  object-fit: contain;
}
.lightbox figcaption {
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
  color: var(--text-secondary);
}
.lightbox-controls {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}
.lightbox-prev .icon {
  transform: rotate(180deg);
}
.notice-dialog {
  width: min(480px, calc(100% - 48px));
  padding: 32px;
}
.notice-close {
  margin-left: auto;
  display: flex;
}
.notice-dialog h2 {
  font-size: 30px;
  line-height: 1.3;
  margin: 24px 0;
}
.notice-dialog p {
  font-size: 17px;
  margin-bottom: 24px;
}
@media (min-width: 1600px) {
  .scenic-background {
    max-width: 1920px;
    margin-inline: auto;
  }
  .scenic-background:after {
    background:
      linear-gradient(
        to right,
        var(--background),
        transparent 150px,
        transparent calc(100% - 150px),
        var(--background)
      ),
      linear-gradient(to bottom, var(--background), transparent 240px),
      linear-gradient(to top, var(--background), transparent 240px),
      rgba(17, 25, 24, 0.76);
  }
  .cta-background:after {
    background:
      linear-gradient(
        to right,
        var(--background),
        transparent 145px,
        transparent calc(100% - 145px),
        var(--background)
      ),
      linear-gradient(to bottom, var(--background), transparent 145px),
      linear-gradient(to top, var(--background), transparent 145px),
      rgba(17, 25, 24, 0.24);
  }
}
@media (max-width: 1366px) {
  .why h2 {
    font-size: 58px;
  }
  .why-heading {
    gap: 24px;
  }
  .why .handwritten {
    width: 250px;
  }
  .benefit {
    padding: 24px 20px;
  }
  .benefit h3 {
    font-size: 23px;
  }
  .planned {
    gap: 48px;
  }
  .tags {
    gap: 12px;
  }
  .tags li {
    padding-inline: 14px;
  }
  .step h3 {
    font-size: 25px;
  }
  .steps {
    gap: 56px;
  }
  .step {
    padding: 26px;
  }
  .step > .step-arrow {
    right: -44px;
    width: 30px;
  }
  .audience h3 {
    font-size: 19px;
    gap: 14px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer nav {
    margin-left: auto;
  }
  .social-links {
    border-left: 0;
    padding-left: 0;
  }
  .form-card {
    width: 74%;
    padding: 32px;
  }
  .form-card h2 {
    font-size: 48px;
  }
  .form-fields {
    grid-template-columns: 1fr 1.2fr;
  }
  .submit {
    grid-column: 1/-1;
  }
  .cta-layout > .handwritten {
    font-size: 34px;
  }
  .destination h3 {
    font-size: 39px;
  }
}
@media (max-width: 1100px) {
  h2,
  .why h2,
  .planned h2,
  .how h2,
  .gallery h2,
  .faq h2 {
    font-size: 49px;
  }
  .destination-content {
    padding-inline: 20px;
  }
  .destination h3 {
    font-size: 34px;
  }
  .destination p:not(.eyebrow) {
    font-size: 17px;
  }
  .destination-image {
    height: 260px;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefit {
    min-height: 235px;
  }
  .benefit h3 {
    min-height: 0;
    margin-bottom: 16px;
  }
  .why .handwritten {
    font-size: 33px;
    width: 220px;
  }
  .planned {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
  .planned-photo {
    height: 490px;
  }
  .planned .intro {
    font-size: 19px;
  }
  .tags {
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .tags li {
    font-size: 12px;
  }
  .tags li:last-child {
    flex-basis: 100%;
  }
  .steps {
    gap: 32px;
  }
  .step {
    padding: 24px 20px;
  }
  .step h3 {
    font-size: 23px;
  }
  .step p {
    font-size: 16px;
  }
  .step > .step-arrow {
    right: -28px;
    width: 23px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-image {
    height: 400px;
  }
  .gallery .section-heading {
    gap: 32px;
  }
  .gallery-more {
    min-width: 190px;
  }
  .faq .section-heading {
    align-items: flex-start;
    gap: 30px;
  }
  .faq-contact {
    gap: 18px;
  }
  .faq-contact .small-caps {
    max-width: 230px;
    font-size: 10px;
  }
  .faq-toggle {
    font-size: 20px;
    gap: 14px;
    padding-inline: 16px;
  }
  .faq-panel-inner > p {
    padding-left: 77px;
    padding-right: 22px;
    font-size: 16px;
  }
  .audience h2 {
    font-size: 45px;
  }
  .audience-grid {
    gap: 18px;
  }
  .audience-content {
    padding-inline: 20px;
  }
  .audience h3 {
    font-size: 20px;
    display: block;
    margin-inline: 0;
    min-height: 126px;
  }
  .audience .faq-icon {
    display: flex;
    margin-bottom: 16px;
  }
  .audience-content p {
    font-size: 16px;
  }
  .audience-photo {
    height: 240px;
  }
  .form-card {
    width: 78%;
  }
  .form-card h2 {
    font-size: 43px;
  }
  .cta-layout {
    gap: 24px;
  }
  .cta-layout > .handwritten {
    white-space: normal;
    font-size: 31px;
  }
  .footer nav {
    gap: 22px;
  }
  .footer-logo {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 48px);
  }
  .intro {
    font-size: 20px;
  }
  .why-heading {
    align-items: flex-start;
  }
  .why .handwritten {
    font-size: 29px;
    width: 180px;
    margin-top: 25px;
  }
  .why h2 {
    font-size: 44px;
  }
  .destination-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .destination {
    display: grid;
    grid-template-columns: 45% 55%;
  }
  .destination-image {
    height: 100%;
    min-height: 340px;
    border-radius: 23px 0 0 23px;
  }
  .destination-image:after {
    background: linear-gradient(to right, transparent 70%, var(--surface));
  }
  .destination-content {
    padding: 28px;
    margin: 0;
  }
  .destination h3 {
    font-size: 38px;
  }
  .destination p:not(.eyebrow) {
    font-size: 18px;
  }
  .destination-content .eyebrow {
    margin-bottom: 14px;
  }
  .destination .button {
    margin-top: 24px;
  }
  .planned h2 {
    font-size: 44px;
  }
  .planned-content .eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .planned-photo .handwritten {
    font-size: 31px;
    left: 24px;
  }
  .planned .intro {
    font-size: 18px;
  }
  .section-heading {
    gap: 24px;
  }
  .how h2 {
    font-size: 43px;
  }
  .how .small-caps {
    font-size: 9px;
    letter-spacing: 1.5px;
    max-width: 140px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .step {
    padding: 28px;
    min-height: 0;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 0 22px;
  }
  .step-top {
    grid-row: 1/3;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 16px;
    margin: 0;
  }
  .step h3 {
    font-size: 27px;
    margin: 0 0 14px;
  }
  .step p {
    font-size: 18px;
  }
  .step > .step-arrow {
    right: 50%;
    top: auto;
    bottom: -31px;
    transform: rotate(90deg);
    height: 24px;
  }
  .gallery h2 {
    font-size: 42px;
  }
  .gallery-more {
    font-size: 15px;
    min-width: 172px;
    padding-inline: 20px;
    gap: 18px;
  }
  .faq h2 {
    font-size: 47px;
  }
  .faq-contact .small-caps {
    display: none;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .faq-toggle {
    font-size: 24px;
    gap: 22px;
    padding-inline: 20px;
  }
  .faq-panel-inner > p {
    font-size: 18px;
    padding-left: 89px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .audience-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }
  .audience-photo {
    height: 100%;
    min-height: 300px;
    border-radius: 23px 0 0 23px;
  }
  .audience-photo:after {
    background: linear-gradient(to right, transparent 70%, var(--surface));
  }
  .audience-content {
    padding: 24px;
  }
  .audience h3 {
    font-size: 23px;
    min-height: 0;
  }
  .audience .faq-icon {
    width: 40px;
    height: 40px;
    margin: 0 0 16px;
  }
  .audience-content p {
    font-size: 18px;
  }
  .form-card {
    width: 100%;
    padding: 30px;
  }
  .cta-layout > .handwritten {
    display: none;
  }
  .form-card h2 {
    font-size: 45px;
  }
  .form-fields {
    grid-template-columns: 1fr 1.2fr;
  }
  .submit {
    grid-column: 1/-1;
  }
  .final-cta {
    padding-top: 150px;
  }
  .footer-top {
    gap: 28px;
  }
  .footer nav {
    order: 3;
    flex-basis: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .footer-bottom p:last-child {
    max-width: 280px;
    font-size: 8px;
  }
  .footer-bottom {
    align-items: flex-start;
  }
  .footer-logo {
    font-size: 29px;
  }
  .social-links {
    gap: 8px;
  }
  .social-links .circle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 17px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 2.3px;
    margin-bottom: 24px;
  }
  .intro {
    font-size: 18px;
    line-height: 1.5;
  }
  .desktop-break {
    display: none;
  }
  .destinations {
    margin-top: -10px;
  }
  .destinations > h2 {
    font-size: 38px;
    margin-bottom: 32px;
  }
  .destination {
    display: flex;
  }
  .destination-image {
    height: 280px;
    min-height: 0;
    border-radius: 23px 23px 0 0;
  }
  .destination-image:after {
    background: linear-gradient(to top, var(--surface), transparent 110px);
  }
  .destination-content {
    margin-top: -15px;
    padding: 0 24px 24px;
  }
  .destination h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .destination p:not(.eyebrow) {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 26px;
  }
  .destination .button {
    min-height: 54px;
    margin-top: auto;
  }
  .why {
    margin-top: 88px;
  }
  .why-heading {
    display: block;
  }
  .why h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  .why .intro {
    margin-top: 26px;
    font-size: 18px;
  }
  .why .handwritten {
    margin: 30px 0 0 auto;
    width: 210px;
    font-size: 31px;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }
  .benefit {
    padding: 26px;
    min-height: 0;
  }
  .benefit h3 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .benefit p {
    font-size: 18px;
  }
  .benefit > .icon {
    margin-bottom: 20px;
  }
  .scenic-background {
    inset: -60px 0 -100px;
  }
  .scenic-background:after {
    background:
      linear-gradient(to bottom, var(--background), transparent 200px),
      linear-gradient(to top, var(--background), transparent 200px),
      rgba(17, 25, 24, 0.8);
  }
  .scenic-background img {
    object-position: 47% center;
  }
  .planned {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 80px;
  }
  .planned-photo {
    height: auto;
    aspect-ratio: 4/5;
  }
  .planned-photo > img {
    object-position: 50% 55%;
  }
  .planned-photo .handwritten {
    top: 26px;
    left: 24px;
    font-size: 32px;
  }
  .planned h2 {
    font-size: 40px;
  }
  .planned h2 br {
    display: block;
  }
  .planned-content .eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
  }
  .planned .intro {
    margin-top: 24px;
    font-size: 18px;
  }
  .tags {
    gap: 8px;
    margin-top: 28px;
  }
  .tags li {
    font-size: 11px;
    padding: 10px;
    min-height: 42px;
  }
  .tags li:last-child {
    flex-basis: auto;
  }
  .how {
    margin-top: 88px;
  }
  .how h2 {
    font-size: 36px;
  }
  .how .section-heading {
    display: block;
  }
  .how .small-caps {
    max-width: none;
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 24px;
  }
  .how .small-caps br {
    display: none;
  }
  .steps {
    margin-top: 30px;
    gap: 36px;
  }
  .step {
    padding: 26px;
    display: block;
  }
  .step-top {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .step h3 {
    font-size: 26px;
  }
  .step p {
    font-size: 17px;
  }
  .step > .step-arrow {
    bottom: -32px;
  }
  .gallery {
    margin-top: 88px;
  }
  .gallery .section-heading {
    display: block;
  }
  .gallery h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  .gallery-more {
    margin-top: 28px;
    min-width: 205px;
    font-size: 17px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 32px;
  }
  .gallery-image {
    height: auto;
    aspect-ratio: 4/5;
  }
  .gallery-image > span {
    font-size: 19px;
    bottom: 28px;
    left: 26px;
  }
  .gallery-image:nth-child(1) img {
    object-position: 55% 50%;
  }
  .gallery-image:nth-child(4) img {
    object-position: 37% 50%;
  }
  .faq {
    margin-top: 88px;
  }
  .faq h2 {
    font-size: 36px;
  }
  .faq .section-heading {
    gap: 12px;
  }
  .faq-contact .circle {
    width: 44px;
    height: 44px;
  }
  .faq-grid {
    margin-top: 32px;
    gap: 14px;
  }
  .faq-toggle {
    font-size: 20px;
    line-height: 1.4;
    gap: 13px;
    padding: 16px 15px;
    min-height: 84px;
    align-items: center;
  }
  .faq-icon {
    width: 35px;
    height: 35px;
  }
  .faq-icon > .icon {
    width: 22px;
    height: 22px;
  }
  .faq-chevron {
    width: 13px;
    height: 13px;
  }
  .faq-panel-inner > p {
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 22px 24px 63px;
  }
  .audience {
    margin-top: 88px;
  }
  .audience h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  .audience .intro {
    margin-top: 24px;
  }
  .audience-grid {
    margin-top: 32px;
    gap: 24px;
  }
  .audience-card {
    display: block;
  }
  .audience-photo {
    height: 250px;
    min-height: 0;
    border-radius: 23px 23px 0 0;
  }
  .audience-photo:after {
    background: linear-gradient(to top, var(--surface), transparent 100px);
  }
  .audience-content {
    padding: 0 24px 26px;
  }
  .audience h3 {
    display: flex;
    gap: 14px;
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 24px;
    min-height: 0;
  }
  .audience .faq-icon {
    width: 35px;
    height: 35px;
    margin: 3px 0 0;
    flex: none;
  }
  .audience-content p {
    font-size: 17px;
    line-height: 1.5;
  }
  .final-cta {
    margin-top: 24px;
    padding: 200px 0 56px;
  }
  .cta-background {
    inset: 0;
  }
  .cta-background img {
    object-position: 70% center;
  }
  .cta-background:after {
    background:
      linear-gradient(to bottom, var(--background), transparent 145px),
      linear-gradient(to top, var(--background), transparent 145px),
      rgba(17, 25, 24, 0.24);
  }
  .form-card {
    padding: 26px 22px;
    border-radius: 28px;
  }
  .form-card .eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  .form-card h2 {
    font-size: 34px;
    line-height: 1.25;
  }
  .form-card .intro {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 24px;
  }
  .form-fields {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  .field input {
    font-size: 16px;
    padding-left: 49px;
  }
  .field > .icon {
    left: 18px;
  }
  .submit {
    font-size: 16px;
    padding-inline: 15px;
    gap: 14px;
    min-height: 56px;
  }
  .form-status {
    font-size: 13px;
    margin-top: 16px;
    min-height: 0;
  }
  .form-status:empty {
    display: none;
  }
  .contact-links {
    gap: 16px 12px;
    font-size: 14px;
    margin-top: 28px;
  }
  .contact-links a {
    gap: 7px;
  }
  .contact-links .icon {
    width: 20px;
    height: 20px;
  }
  .contact-links > span {
    display: none;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 28px;
  }
  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 30px;
  }
  .footer-logo {
    font-size: 32px;
    gap: 14px;
  }
  .footer-logo > .icon {
    width: 38px;
    height: 38px;
  }
  .footer-logo small {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .footer nav {
    order: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 24px;
    font-size: 14px;
  }
  .social-links {
    gap: 14px;
  }
  .social-links .circle {
    width: 44px;
    height: 44px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    padding-top: 24px;
  }
  .footer-bottom p {
    font-size: 10px;
  }
  .footer-bottom p:last-child {
    max-width: none;
    font-size: 8px;
    letter-spacing: 1.3px;
    gap: 20px;
  }
  .lightbox {
    padding: 16px;
    width: calc(100% - 24px);
    max-height: calc(100svh - 24px);
  }
  .lightbox figure img {
    height: 58svh;
  }
  .lightbox figcaption {
    font-size: 14px;
  }
  .notice-dialog {
    padding: 24px;
  }
  .notice-dialog h2 {
    font-size: 27px;
  }
}
@media (max-width: 900px) {
  .cta-layout > .handwritten {
    display: block;
    position: absolute;
    top: 38px;
    right: 48px;
    font-size: 31px;
    white-space: normal;
  }
  .faq-contact .small-caps {
    display: block;
    max-width: 240px;
  }
  .faq .section-heading {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .cta-layout > .handwritten {
    right: 30px;
    top: 44px;
    max-width: 210px;
  }
  .faq .section-heading {
    display: block;
  }
  .faq-contact {
    margin-top: 24px;
    justify-content: space-between;
  }
  .faq-contact .small-caps {
    display: block;
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .faq-grid {
    margin-top: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
/* Hero video composition: scoped to the first screen only. */
.hero{min-height:max(680px,100svh);display:grid;grid-template-rows:auto 1fr;overflow:clip}
.hero-background{background:#26343a url("/video/hero-poster.jpg") center/cover no-repeat}
.hero-video{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.hero-background:after{background:linear-gradient(to bottom,rgba(10,17,18,.25),transparent 180px),linear-gradient(to top,rgba(17,25,24,.12),transparent 220px),rgba(11,20,23,.16)}
.hero .header{position:relative;z-index:2;padding-top:clamp(24px,2.4vw,36px)}
.hero .logo{display:block;width:auto;color:var(--text-primary);font-family:var(--font-heading);font-size:clamp(17px,1.45vw,22px);line-height:1;letter-spacing:.34em;white-space:nowrap}
.hero .desktop-nav{position:absolute;left:50%;transform:translateX(-50%);min-width:min(560px,48vw);justify-content:center;gap:clamp(24px,2.7vw,42px);padding:18px 30px;background:rgba(16,25,27,.68)}
.hero .header-cta{min-width:242px;border-color:rgba(242,240,233,.55);background:rgba(139,126,109,.82)}
.hero .header-cta:hover{background:rgba(118,106,92,.92)}
.hero-content{display:grid;place-items:center;width:100%;max-width:none;padding:30px 24px clamp(58px,8vh,96px)}
.hero-brand{width:min(900px,90vw);max-width:none;text-align:center;transform:translateY(clamp(18px,4vh,42px))}
.hero h1{font-family:var(--font-logo);font-size:clamp(92px,11.2vw,162px);line-height:.93;letter-spacing:.18em;text-indent:.18em;text-shadow:0 2px 22px rgba(0,0,0,.2)}
.hero h1 span{display:block;margin:clamp(26px,3.5vh,42px) 0 0;font-family:var(--font-heading);font-size:clamp(30px,3.15vw,46px);line-height:1;letter-spacing:.48em;text-indent:.48em}
.hero-subtitle{margin-top:clamp(42px,5.5vh,66px);color:var(--text-primary);font-size:clamp(11px,1vw,15px);line-height:1.4;letter-spacing:.52em;text-indent:.52em}
.hero-tour-cta{display:inline-flex;align-items:center;justify-content:center;width:min(330px,82vw);min-height:58px;margin-top:clamp(76px,10vh,112px);border:1px solid rgba(242,240,233,.78);border-radius:999px;background:rgba(17,25,24,.08);color:var(--text-primary);font-size:16px;letter-spacing:.08em}
.hero-tour-cta:hover{background:rgba(17,25,24,.32)}
@media(max-width:1200px){.hero .desktop-nav{min-width:510px;gap:24px}.hero .header-cta{min-width:210px}}
@media(max-width:1000px){.hero .header{justify-content:space-between}.hero .menu-toggle{display:inline-flex}.hero .header-cta{margin-left:auto}.hero-content{padding-bottom:66px}.hero-brand{transform:translateY(26px)}}
@media(max-width:600px){.hero{min-height:max(680px,100svh)}.hero-background{background-position:50% 50%}.hero-video{object-position:50% 50%}.hero-background:after{background:linear-gradient(to bottom,rgba(10,17,18,.3),transparent 150px),linear-gradient(to top,rgba(17,25,24,.16),transparent 180px),rgba(11,20,23,.18)}.hero .logo{font-size:16px;letter-spacing:.25em}.hero-content{padding:20px 24px 62px}.hero-brand{width:100%;transform:translateY(18px);text-align:center}.hero h1{font-size:clamp(58px,19vw,82px);line-height:.96;letter-spacing:.13em;text-indent:.13em}.hero h1 span{margin-top:22px;font-size:clamp(21px,6.4vw,28px);letter-spacing:.38em;text-indent:.38em}.hero-subtitle{margin-top:36px;font-size:clamp(9px,2.5vw,11px);letter-spacing:.3em;text-indent:.3em}.hero-tour-cta{width:min(280px,86vw);min-height:54px;margin-top:clamp(62px,9vh,82px);font-size:14px}}
@media(max-height:720px) and (min-width:601px){.hero{min-height:680px}.hero-brand{transform:translateY(20px)}.hero-subtitle{margin-top:34px}.hero-tour-cta{margin-top:52px}}

@media(min-width:601px){.hero{min-height:max(680px,100svh)}}
@media(max-width:600px){.hero{min-height:max(680px,100svh)}}

/* Continuous transition from the video hero into the page narrative. */
.hero-background:after {
  background:
    linear-gradient(to bottom, rgba(10, 17, 18, 0.25), transparent 180px),
    linear-gradient(to top, var(--background) 0, rgba(17, 25, 24, 0.82) 72px, transparent 250px),
    rgba(11, 20, 23, 0.14);
}
.destinations {
  margin-top: 0;
  padding-top: clamp(88px, 8vw, 120px);
}
@media (max-width: 600px) {
  .hero-background:after {
    background:
      linear-gradient(to bottom, rgba(10, 17, 18, 0.3), transparent 150px),
      linear-gradient(to top, var(--background) 0, rgba(17, 25, 24, 0.84) 58px, transparent 210px),
      rgba(11, 20, 23, 0.16);
  }
  .destinations {
    margin-top: 0;
    padding-top: 72px;
  }
}
.destination-content > p:not(.eyebrow) { font-size: 15px; }

/* Desktop scale calibration against the established /dolomity/ design system. */
@media (min-width: 1101px) {
  .hero h1 { font-size: clamp(124px, 9.5vw, 144px); }
  .hero h1 span { font-size: clamp(34px, 2.65vw, 40px); }
  .hero-subtitle { font-size: 13px; }
  .hero-tour-cta { width: 300px; min-height: 52px; font-size: 14px; }
  .hero .header-cta { min-height: 52px; font-size: 15px; }
  .destinations > h2 { font-size: 54px; margin-bottom: 42px; }
  .destination-image { height: 258px; }
  .destination-content { padding: 0 22px 22px; }
  .destination h3 { font-size: 36px; margin-bottom: 15px; }
  .destination-content .eyebrow { font-size: 11px; margin-bottom: 10px; }
  .destination .button { min-height: 46px; font-size: 15px; }
  .why h2 { font-size: 54px; }
  .why .intro { max-width: 610px; font-size: 18px; }
  .benefit { min-height: 246px; padding: 22px 21px 24px; }
  .benefit > .icon { width: 30px; height: 30px; margin-bottom: 18px; }
  .benefit h3 { min-height: 56px; margin-bottom: 13px; font-size: 22px; }
  .benefit p { font-size: 15px; line-height: 1.5; }
  .audience h2 { font-size: 49px; }
  .audience-grid { margin-top: 38px; }
  .audience-photo { height: 216px; }
  .audience-content { padding: 0 21px 20px; }
  .audience h3 { gap: 16px; min-height: 54px; margin-bottom: 16px; font-size: 19px; }
  .audience .faq-icon { width: 38px; height: 38px; }
  .audience-content p { font-size: 15px; line-height: 1.5; }
  .how h2 { font-size: 52px; }
  .steps { gap: 60px; }
  .step { min-height: 236px; padding: 24px; }
  .step-top { margin-bottom: 27px; }
  .step h3 { margin-bottom: 14px; font-size: 24px; }
  .step p { font-size: 15px; }
  .gallery h2 { font-size: 49px; }
  .gallery-image { height: 440px; }
  .gallery-image > span { font-size: 18px; }
  .gallery-more { min-height: 50px; font-size: 15px; }
  .faq h2 { font-size: 52px; }
  .faq-toggle { min-height: 74px; font-size: 20px; }
  .faq-panel-inner > p { font-size: 15px; }
  .form-card h2 { font-size: 49px; }
  .form-card .intro { font-size: 18px; }
  .form-card { padding: 30px; }
}

/* Booking steps: compact proportions from the supplied reference. */
.how .section-heading {
  display: block;
}
.how h2 {
  max-width: none;
  font-family: var(--font-heading);
  font-size: clamp(35px, 2.9vw, 42px);
  line-height: 1.18;
  letter-spacing: 0.045em;
  white-space: nowrap;
}
.how .steps {
  margin-top: 38px;
}
.how .step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 170px;
  padding: 20px 22px;
}
.how .step-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font: 22px/1 var(--font-logo);
}
.how .step-copy {
  min-width: 0;
}
.how .step-copy h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
}
.how .step-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}
@media (max-width: 1100px) {
  .how h2 { white-space: normal; }
  .how .step { grid-template-columns: 50px minmax(0, 1fr); gap: 18px; }
  .how .step-number { width: 50px; height: 50px; font-size: 21px; }
}
@media (max-width: 600px) {
  .how h2 { font-size: 29px; line-height: 1.2; letter-spacing: 0.025em; }
  .how .steps { margin-top: 28px; }
  .how .step { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; min-height: 148px; padding: 18px; }
  .how .step-number { width: 48px; height: 48px; font-size: 20px; }
  .how .step-copy h3 { font-size: 21px; }
}
/* Compact benefits in the Why Angel Travel section. */
.why .benefits-grid { margin-top: 36px; }
.why .benefit {
  min-height: 190px;
  padding: 18px 19px;
}
.why .benefit > .icon {
  width: 26px;
  height: 26px;
  margin-bottom: 13px;
}
.why .benefit h3 {
  min-height: 0;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.22;
}
.why .benefit p {
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 1000px) {
  .why .benefit { min-height: 168px; }
}
@media (max-width: 600px) {
  .why .benefits-grid { margin-top: 28px; gap: 14px; }
  .why .benefit { min-height: 0; padding: 18px; }
  .why .benefit h3 { font-size: 19px; }
}
