@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font-0.woff2) format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font-1.woff2) format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(font-2.woff2) format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font-3.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font-4.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(font-5.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(font-6.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(font-7.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(font-8.woff2) format("truetype");
}

:root {
  --ink: #122c40;
  --muted: #496476;
  --paper: #f2f6fa;
  --line: #cbd7df;
  --blue: #e8f1f6;
  --accent: #096783;
  --white: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #cd633e;
  outline-offset: 4px;
}
button {
  color: inherit;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3,
.brand {
  font-family: Manrope, Arial, sans-serif;
}
h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.75rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 600;
}
h3 {
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 650;
}
.wrap {
  width: min(1320px, calc(100% - 96px));
  margin: auto;
}
.skip {
  position: fixed;
  top: -80px;
  padding: 12px;
  background: #fff;
  z-index: 20;
}
.skip:focus {
  top: 0;
}
.header {
  height: 88px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.brand svg {
  width: 35px;
  height: 31px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.925rem;
}
.nav a {
  padding: 30px 0;
  position: relative;
}
.nav a[aria-current="page"]:after {
  content: "";
  height: 2px;
  background: var(--ink);
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 22px;
}
.edition {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}
.lang {
  border: 1px solid var(--line);
  background: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 600;
}
.hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  background: #254559;
  color: #fff;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  inset: 0;
  object-position: center 49%;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 29, 42, 0.65), rgba(10, 29, 42, 0.13) 85%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 42px 0 72px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 650;
  margin-bottom: 16px;
}
.hero p {
  margin-top: 18px;
  font-size: 1.05rem;
  max-width: 460px;
  color: #eef3f5;
}
.hero-caption {
  position: absolute;
  right: 48px;
  bottom: 24px;
  z-index: 2;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
}
.hero-caption svg {
  width: 14px;
  height: 14px;
}
.search-box {
  position: relative;
  margin-top: -31px;
  z-index: 3;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 7px 35px #15384910;
  border: 1px solid var(--line);
  border-radius: 7px;
  min-height: 74px;
  padding: 12px 20px;
  gap: 15px;
}
.search-box svg {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.search-box input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 8px;
  color: var(--ink);
  background: #fff;
  outline-offset: 0;
}
.search-box input::placeholder {
  color: #73818a;
}
.search-count {
  color: var(--muted);
  border-left: 1px solid var(--line);
  padding-left: 22px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.explore {
  padding-top: 44px;
  padding-bottom: 66px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}
.section-heading p {
  color: var(--muted);
  font-size: 0.925rem;
  margin-top: 8px;
}
.small-link {
  font-size: 0.875rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 9px;
}
.small-link svg {
  width: 18px;
  height: 18px;
}
.regions {
  display: flex;
  gap: 7px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.region {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: transparent;
  padding: 9px 17px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.region[aria-pressed="true"] {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.region:hover {
  border-color: var(--ink);
}
.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 21px 0;
}
.filter-left {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filters select {
  background: white;
  border: 1px solid var(--line);
  padding: 10px 34px 10px 13px;
  border-radius: 5px;
  color: var(--ink);
  font-size: 0.875rem;
  max-width: 100%;
}
.filters .sort {
  border: 0;
  background: transparent;
  padding-right: 22px;
}
.result-label {
  font-size: 0.875rem;
  color: var(--muted);
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.resort-card {
  display: block;
  min-width: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.resort-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px #163b5011;
}
.card-image {
  height: 220px;
  position: relative;
  background: #d9e4ec;
  overflow: hidden;
}
.card-image img {
  transition: transform 0.5s;
}
.resort-card:hover img {
  transform: scale(1.035);
}
.image-chip {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 3px;
}
.card-body {
  padding: 22px;
}
.location {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.country-dot {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}
.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.card-title h3 {
  font-size: 1.5rem;
}
.card-title svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.card-description {
  color: var(--muted);
  font-size: 0.925rem;
  line-height: 1.6;
  margin: 13px 0 18px;
}
.tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.tag {
  background: #edf3f6;
  padding: 4px 9px;
  font-size: 0.75rem;
  border-radius: 3px;
  line-height: 1.5;
}
.compact-card .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.compact-card .card-description {
  flex: 1;
}
.catalog-separator {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  margin-top: 16px;
}
.catalog-separator h3 {
  font-size: 1.5rem;
}
.catalog-separator p {
  color: var(--muted);
  font-size: 0.925rem;
  margin-top: 8px;
}
.empty {
  grid-column: 1/-1;
  text-align: center;
  border: 1px solid var(--line);
  padding: 65px 24px;
  background: white;
  border-radius: 8px;
}
.empty p {
  color: var(--muted);
  margin-top: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: var(--ink);
  color: #fff;
  padding: 12px 19px;
  font-size: 0.925rem;
}
.button svg {
  height: 18px;
  width: 18px;
}
.button.light {
  background: white;
  color: var(--ink);
  border-color: var(--line);
}
.empty .button {
  margin-top: 20px;
}
.country-section {
  border-top: 1px solid var(--line);
  padding: 48px 0 60px;
  background: #edf3f6;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.country-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: white;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.country-card:hover {
  border-color: var(--ink);
}
.country-card h3 {
  font-size: 1.075rem;
}
.country-card p {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 6px;
}
.country-card svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.footer {
  padding: 36px 0 28px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.footer-links {
  display: flex;
  gap: 25px;
  font-size: 0.875rem;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 21px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.75rem;
  color: var(--muted);
}
.footer-bottom p {
  max-width: 800px;
}
.breadcrumb {
  font-size: 0.8rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  padding: 28px 0;
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-intro {
  padding: 20px 0 38px;
}
.page-intro h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}
.page-intro p {
  color: var(--muted);
  max-width: 720px;
  margin-top: 20px;
  font-size: 1.05rem;
}
.countries-page {
  padding: 20px 0 60px;
}
.country-region {
  margin-bottom: 45px;
}
.country-region h2 {
  margin-bottom: 22px;
}
.detail-hero {
  height: 410px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.detail-title {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 36px;
  background: linear-gradient(transparent, rgba(9, 27, 40, 0.8));
  color: white;
}
.detail-title .location {
  color: #eee;
}
.detail-title h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}
.detail-hero.no-image {
  height: auto;
  min-height: 200px;
  background: #dfeaf1;
}
.detail-hero.no-image .detail-title {
  position: relative;
  background: none;
  color: var(--ink);
}
.detail-hero.no-image .location {
  color: var(--muted);
}
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 70px;
  padding: 42px 0 60px;
  align-items: start;
}
.detail-main > p {
  font-size: 1.15rem;
  line-height: 1.8;
}
.detail-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.detail-block h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.detail-block p {
  color: var(--muted);
  line-height: 1.8;
}
.detail-aside {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.detail-aside h2 {
  font-size: 1.25rem;
  margin-bottom: 22px;
}
.fact {
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.fact dt {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 5px;
}
.fact dd {
  margin: 0;
  font-size: 0.925rem;
}
.detail-aside .button {
  width: 100%;
  margin-top: 18px;
}
.source-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 16px;
}
.prose {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.prose h2 {
  font-size: 1.55rem;
  margin: 35px 0 14px;
}
.prose p,
.prose li {
  line-height: 1.85;
  color: var(--muted);
}
.prose a,
.credits a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.credits {
  display: grid;
  gap: 22px;
  margin-top: 25px;
}
.credit-item {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 0.875rem;
}
.credit-item strong {
  display: block;
  margin-bottom: 5px;
}
.credit-item a {
  margin-right: 12px;
}
.reset {
  border: none;
  background: none;
  text-decoration: underline;
  font-size: 0.875rem;
  padding: 10px;
  color: var(--accent);
}
[hidden] {
  display: none !important;
}
@media (min-width: 1450px) {
  .hero {
    min-height: 420px;
  }
  .hero-content {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .edition {
    display: none;
  }
  .nav {
    gap: 23px;
  }
  .card-image {
    height: 185px;
  }
  .card-body {
    padding: 18px;
  }
  .grid {
    gap: 19px;
  }
  .country-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .detail-layout {
    gap: 35px;
    grid-template-columns: 1fr 300px;
  }
  .hero-caption {
    right: 28px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    height: auto;
    min-height: 78px;
  }
  .header-inner {
    gap: 15px;
    flex-wrap: wrap;
    padding: 18px 0 0;
  }
  .brand {
    font-size: 1.3rem;
  }
  .brand svg {
    width: 30px;
  }
  .header-right {
    margin-left: auto;
  }
  .nav {
    order: 3;
    width: 100%;
    gap: 25px;
    font-size: 0.85rem;
    overflow: auto;
  }
  .nav a {
    padding: 4px 0 14px;
    white-space: nowrap;
  }
  .nav a[aria-current="page"]:after {
    bottom: 0;
  }
  .hero {
    min-height: 345px;
  }
  .hero-content {
    padding: 35px 0 70px;
  }
  .hero h1 {
    font-size: 3rem;
    max-width: 400px;
  }
  .hero p {
    font-size: 0.925rem;
    max-width: 310px;
  }
  .hero-caption {
    right: 18px;
    bottom: 38px;
    font-size: 0.7rem;
  }
  .search-box {
    min-height: 65px;
    padding: 10px 13px;
    gap: 5px;
  }
  .search-count {
    display: none;
  }
  .search-box input {
    font-size: 0.925rem;
  }
  .explore {
    padding-top: 32px;
  }
  .section-heading {
    align-items: start;
    gap: 15px;
  }
  .section-heading .small-link {
    font-size: 0.8rem;
  }
  .section-heading h2 {
    font-size: 1.8rem;
  }
  .section-heading p {
    font-size: 0.875rem;
  }
  .regions {
    gap: 7px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: -18px;
    padding-right: 18px;
  }
  .region {
    font-size: 0.8rem;
    padding: 8px 14px;
  }
  .filters {
    flex-wrap: wrap;
    padding: 17px 0;
  }
  .filter-left {
    width: 100%;
  }
  .filter-left select {
    flex: 1;
    min-width: 0;
    padding: 10px 25px 10px 10px;
    font-size: 0.8rem;
  }
  .filters .sort {
    margin-left: auto;
    font-size: 0.8rem;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .card-image {
    height: 160px;
  }
  .card-title h3 {
    font-size: 1.18rem;
  }
  .card-body {
    padding: 16px;
  }
  .card-description {
    font-size: 0.875rem;
  }
  .location {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }
  .image-chip {
    top: 10px;
    left: 10px;
    font-size: 0.7rem;
  }
  .card-title svg {
    width: 16px;
  }
  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .country-card {
    padding: 18px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 28px;
  }
  .detail-hero {
    height: 340px;
  }
  .detail-title {
    padding: 24px;
  }
  .detail-main > p {
    font-size: 1.05rem;
  }
  .detail-aside {
    order: -1;
    display: block;
  }
  .detail-aside dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .detail-aside .button {
    width: auto;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
  }
  .footer-links {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .page-intro {
    padding-top: 10px;
  }
  .page-intro p {
    font-size: 1rem;
  }
  .country-region h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 460px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .card-image {
    height: 225px;
  }
  .card-title h3 {
    font-size: 1.5rem;
  }
  .card-body {
    padding: 21px;
  }
  .card-description {
    font-size: 0.925rem;
  }
  .location {
    font-size: 0.75rem;
  }
  .hero h1 {
    font-size: 2.7rem;
  }
  .section-heading {
    flex-wrap: wrap;
  }
  .country-grid {
    gap: 10px;
  }
  .country-card {
    padding: 15px;
  }
  .country-card h3 {
    font-size: 0.925rem;
  }
  .country-card svg {
    width: 15px;
  }
  .detail-aside dl {
    grid-template-columns: 1fr;
  }
  .hero-caption {
    bottom: 41px;
  }
  .footer-links {
    font-size: 0.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

.resort-card {
  display: flex;
  flex-direction: column;
}
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-description {
  flex: 1;
}
