/* jajfutb — flat coral blobs behind white cards */
:root {
  --paper: #FFFFFF;
  --ink: #26241F;
  --ink-soft: #5E5A52;
  --coral: #FF6F5E;
  --line: #E9E6E1;
  --tint: #FAF8F6;
  --blob-a: .16;
  --r: 20px;
  --col: min(1160px, 100% - 40px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  overflow-x: clip;
}
a { color: inherit; }
img, svg { display: block; }
.wrap { width: var(--col); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

h1, h2, h3 { font-weight: 800; letter-spacing: -.025em; line-height: 1.12; margin: 0; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); }
.lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 36em; margin: 1.1rem 0 0; }
.kicker { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); margin: 0 0 1rem; }

/* header */
.topbar { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.topbar__row { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.28rem; letter-spacing: -.03em; text-decoration: none; }
.brand svg { width: 26px; height: 26px; }
.brand path { fill: var(--coral); }
.nav ul { list-style: none; display: flex; gap: 34px; margin: 0; padding: 0; }
.nav a { text-decoration: none; font-weight: 500; font-size: .96rem; padding: 6px 0; background: linear-gradient(var(--coral), var(--coral)) left bottom / 0 2px no-repeat; transition: background-size .25s ease; }
.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"] { background-size: 100% 2px; }
.menu-btn { display: none; }

/* hero */
.hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; padding: 88px 0 96px; }
.hero__text { position: relative; }
.hero__text > * { position: relative; }
.btn { display: inline-block; margin-top: 2rem; padding: 14px 26px; border-radius: 999px; background: var(--ink); color: var(--paper); text-decoration: none; font-weight: 600; font-size: .95rem; }
.btn:hover { background: #000; }
.hero__media { position: relative; }
.hero__blob { position: absolute; inset: -16% -9% -20% -11%; width: 120%; height: 136%; z-index: 0; }
.hero__blob path, .tile__blob path, .phead__blob path { fill: var(--coral); }
.hero__blob path { opacity: var(--blob-a); }
.hero__figure {
  position: relative; z-index: 1; margin: 0;
  aspect-ratio: 1 / 1; border-radius: var(--r); overflow: hidden;
  background: var(--tint);
}
.hero__figure img {
  width: 100%; height: 100%; object-fit: cover;
}

/* page heads */
.phead { position: relative; padding: 88px 0 40px; }
.phead > h1, .phead > .lead { position: relative; }
.phead__blob { position: absolute; width: 150px; left: -44px; top: 44px; }
.phead__blob path { opacity: .2; }
.hero--cat .phead__blob { top: -48px; }

/* grids + tiles */
.block { padding: 24px 0 96px; }
.block > h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 44px; }
.grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 56px 52px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--1 { grid-template-columns: minmax(0, 760px); }
.tile { position: relative; display: flex; }
.tile__blob { position: absolute; width: 150px; z-index: 0; }
.tile__blob path { opacity: .2; }
.tile--tr .tile__blob { top: -34px; right: -34px; }
.tile--tl .tile__blob { top: -34px; left: -34px; }
.tile--br .tile__blob { bottom: -34px; right: -34px; }
.tile--bl .tile__blob { bottom: -34px; left: -34px; }

.card {
  position: relative; z-index: 1; flex: 1;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 36px 34px 32px;
  box-shadow: 0 1px 2px rgba(38, 36, 31, .04), 0 12px 32px -18px rgba(38, 36, 31, .18);
}
.card--cat { display: flex; flex-direction: column; text-decoration: none; min-height: 250px; transition: transform .25s ease, box-shadow .25s ease; }
.card--cat:hover { transform: translateY(-3px); box-shadow: 0 1px 2px rgba(38, 36, 31, .05), 0 20px 40px -20px rgba(38, 36, 31, .26); }
.card--cat h3 { font-size: 1.6rem; }
.card--cat p { color: var(--ink-soft); margin: .8rem 0 1.6rem; }
.card__count { margin-top: auto; font-size: .9rem; font-weight: 600; }

.card--hotel h2 { font-size: 1.45rem; }
.card--hotel .place { font-size: .88rem; font-weight: 500; color: var(--ink-soft); margin: .35rem 0 1.1rem; }
.card--hotel p { margin: 0 0 .9rem; }
.tags { list-style: none; padding: 0; margin: 1.3rem 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { font-size: .8rem; font-weight: 500; padding: 4px 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-soft); }

/* closing + prose */
.closing { padding: 0 0 110px; }
.closing p { font-size: clamp(1.35rem, 2.6vw, 1.85rem); font-weight: 600; letter-spacing: -.015em; line-height: 1.4; max-width: 30em; margin: 0; }
.prose { max-width: 720px; margin-left: max(20px, (100% - 1160px) / 2); padding: 8px 0 110px; }
.prose h2 { font-size: 1.3rem; margin: 2.2rem 0 .6rem; }
.prose p { margin: 0 0 1rem; }
.prose a { text-decoration-color: var(--coral); text-underline-offset: 3px; }

/* footer */
.foot { border-top: 1px solid var(--line); background: var(--tint); }
.foot__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding: 64px 0 40px; }
.foot__name { font-weight: 800; font-size: 1.2rem; margin: 0 0 .6rem; }
.foot__desc { color: var(--ink-soft); font-size: .93rem; max-width: 30em; margin: 0; }
.foot__h { font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 .9rem; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: .94rem; }
.foot ul a { text-decoration: none; }
.foot ul a:hover { text-decoration: underline; text-decoration-color: var(--coral); }
.foot__end { border-top: 1px solid var(--line); padding: 22px 0 30px; font-size: .84rem; color: var(--ink-soft); }
.foot__end p { margin: 0; }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }

@media (max-width: 1020px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; gap: 56px; padding: 64px 0 80px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .menu-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); cursor: pointer;
  }
  .menu-btn span:first-child, .menu-btn span:first-child::before, .menu-btn span:first-child::after {
    display: block; width: 18px; height: 2px; background: var(--ink); position: relative; content: "";
  }
  .menu-btn span:first-child::before { position: absolute; top: -6px; }
  .menu-btn span:first-child::after { position: absolute; top: 6px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; gap: 0; width: var(--col); margin: 0 auto; padding: 8px 0 16px; }
  .nav a { display: inline-block; padding: 12px 0; }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .grid { gap: 48px; }
  .card { padding: 28px 24px 26px; }
  .tile__blob { width: 110px; }
  .tile--tr .tile__blob, .tile--br .tile__blob { right: -14px; }
  .tile--tl .tile__blob, .tile--bl .tile__blob { left: -14px; }
  .phead { padding-top: 60px; }
  .phead__blob { width: 110px; left: -16px; }
  .hero__blob { inset: -10% -3% -12% -4%; width: 107%; height: 122%; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__grid > :first-child { grid-column: 1 / -1; }
  .prose { margin-left: auto; }
}
