*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-primary);
  background: #ffffff;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 18px 16px calc(122px + env(safe-area-inset-bottom));
}

.topbar {
  position: sticky;
  top: 10px;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  margin-bottom: 20px;
  border: 1px solid var(--color-line);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}
.brand { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.brand__word {
  color: var(--color-brand);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
}
.brand__tag { color: var(--color-muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .11em; }
.brand__sail { display: inline-block; position: relative; }
.brand__sail::after {
  content: "";
  position: absolute;
  left: 50%; top: -.18em;
  width: .07em; height: 1.18em;
  background: linear-gradient(180deg, var(--color-accent-soft), var(--color-brand));
  transform: translateX(-50%) rotate(-2deg);
  border-radius: 99px;
}
.topbar__actions { display: flex; align-items: center; gap: 10px; }
.instagram-link,
.lang-switch__btn,
.messenger-btn,
.mobile-dock a,
.btn { transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.instagram-link:hover,
.lang-switch__btn:hover,
.messenger-btn:hover,
.mobile-dock a:hover,
.btn:hover { transform: translateY(-1px); }
.instagram-link {
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 14px; background: rgba(16,36,58,.05); border: 1px solid var(--color-line);
}
.instagram-link img { width: 22px; height: 22px; }
.lang-switch {
  display: inline-flex; padding: 4px; border-radius: 999px;
  border: 1px solid var(--color-line); background: rgba(16,36,58,.05);
}
.lang-switch__btn {
  border: 0; background: transparent; color: var(--color-muted);
  padding: 8px 14px; border-radius: 999px; font-weight: 700;
}
.lang-switch__btn.is-active { background: var(--color-brand); color: #fff; }

.section { padding: 32px 0; scroll-margin-top: 100px; }
.section--paper,
.hero__editorial,
.hero__visual,
.service-card,
.feature-item,
.destination-card,
.weather-card,
.contact-form,
.contact-note,
.section--accent {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}
.section--paper,
.hero__editorial,
.hero__visual,
.weather-card,
.contact-form,
.contact-note,
.section--accent { background: #ffffff; }
.section--accent { padding: 26px; }
.section--contact { margin-bottom: 16px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 22px;
  align-items: stretch;
}
.hero__editorial {
  padding: clamp(24px, 4vw, 42px);
  position: relative;
  overflow: hidden;
}
.hero__editorial::before {
  content: "";
  position: absolute;
  left: 28px; right: 28px; top: 24px;
  border-top: 1px solid rgba(16,36,58,.12);
}
.editorial-kicker,
.section-heading__eyebrow,
.hero-highlight__meta,
.hero-photo__eyebrow {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  font-size: .78rem;
}
.editorial-kicker { margin: 22px 0 12px; }
.hero h1,
.section-heading h2 {
  margin: 0;
  color: var(--color-brand);
  font-family: var(--font-editorial);
  line-height: 1.06;
  letter-spacing: -.01em;
}
.hero h1 { font-size: clamp(2.4rem, 4.5vw, 4rem); max-width: 12ch; font-weight: 800; }
.hero__lead {
  margin: 20px 0 12px;
  max-width: 56ch;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--color-ink);
}
.hero__support {
  margin: 0 0 24px;
  max-width: 54ch;
  line-height: 1.68;
  color: var(--color-muted);
}
.hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
}
.btn--primary {
  color: #fff;
  background: var(--color-brand);
  box-shadow: 0 12px 24px rgba(16,36,58,.18);
}
.btn--secondary {
  color: var(--color-brand);
  background: rgba(255,255,255,.5);
  border-color: var(--color-line);
}
.btn--outline {
  color: var(--color-accent);
  background: rgba(191,109,78,.08);
  border-color: rgba(156,62,46,.22);
}
.btn--full { width: 100%; }
.hero__chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero__chips li {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16,36,58,.1);
  background: #ffffff;
  font-size: .9rem;
  color: var(--color-brand);
}
.hero__highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.hero-highlight {
  padding: 16px 18px;
  border-top: 2px solid rgba(156,62,46,.22);
  background: #ffffff;
  border-radius: 18px;
}
.hero-highlight strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--color-brand);
  font-family: var(--font-editorial);
  font-size: 1.25rem;
  line-height: 1.25;
}
.hero-highlight span:last-child { color: var(--color-muted); line-height: 1.56; }

.hero__visual { padding: 18px; display: flex; }
.hero-photo__frame {
  position: relative; overflow: hidden; border-radius: 22px; background: #eef3f7; min-height: 640px; width: 100%;
  border: 1px solid rgba(16,36,58,.08);
}
.hero-photo__img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }
.hero-photo__note--overlay {
  position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2;
  padding: 18px 20px 20px; border-radius: 20px;
  background: rgba(255,255,255,.58); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.62); box-shadow: 0 10px 30px rgba(16,36,58,.12);
}
.hero-photo__eyebrow {
  margin: 0 0 8px; color: var(--color-accent); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
}
.hero-photo__title {
  margin: 0;
  color: var(--color-brand);
}
.hero-photo__title--script {
  font-family: var(--font-script);
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: .01em;
  text-wrap: balance;
}

.section-heading { margin-bottom: 18px; }
.section-heading--editorial { padding: 0 2px; }
.section-heading__eyebrow { margin: 0 0 10px; }
.section-heading h2 { font-size: clamp(1.85rem, 3vw, 2.8rem); margin-bottom: 10px; }
.section-heading p { margin: 0; max-width: 58ch; color: var(--color-muted); line-height: 1.66; }

.cards-grid { display: grid; gap: 14px; }
.cards-grid--editorial { grid-template-columns: repeat(5, 1fr); }
.service-card,
.feature-item { padding: 20px; }
.service-card__index {
  color: var(--color-accent);
  font-family: var(--font-editorial);
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.service-card h3,
.feature-item h3,
.destination-card strong {
  margin: 0 0 10px;
  color: var(--color-brand);
  font-family: var(--font-editorial);
  font-size: 1.5rem;
  line-height: 1.2;
}
.service-card p,
.feature-item p,
.destination-card span,
.footer p,
.weather-card__status,
.bullet-panel li,
.contact-form span,
.weather-card__label,
.contact-note p { color: var(--color-muted); }
.service-card p,
.feature-item p,
.destination-card span { margin: 0; line-height: 1.62; }
.feature-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bullet-panel { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.bullet-panel ul { margin: 0; padding-left: 1.2rem; }
.bullet-panel li { margin: 8px 0; line-height: 1.58; }
.destination-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.destination-card { padding: 22px; }
.destination-card strong,
.destination-card span { display: block; width: 100%; }
.destination-card span { line-height: 1.62; }

.weather-card { padding: 22px; }
.weather-card__row { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.weather-card__label { margin: 0 0 6px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.weather-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.weather-metric {
  padding: 14px; border-radius: 18px; background: #ffffff; border: 1px solid rgba(16,36,58,.08);
}
.weather-metric span { display: block; color: var(--color-muted); margin-bottom: 8px; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.weather-metric strong { font-size: 1.2rem; color: var(--color-brand); }
.weather-card__status { margin: 14px 0 0; line-height: 1.55; }

.messenger-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 18px; }
.messenger-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 58px; padding: 0 16px; border-radius: 18px;
  background: #ffffff; border: 1px solid var(--color-line);
  font-weight: 700;
}
.messenger-btn img { width: 20px; height: 20px; }
.contact-note {
  margin-bottom: 18px; padding: 18px 20px;
}
.contact-note strong {
  display: block; margin-bottom: 8px; color: var(--color-brand); font-family: var(--font-editorial); font-size: 1.5rem;
}
.contact-note p { margin: 0; line-height: 1.6; }
.contact-form { padding: 22px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form span {
  display: block; margin-bottom: 8px; color: var(--color-brand); font-size: .9rem; font-weight: 600;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%; border: 1px solid rgba(16,36,58,.14); background: #ffffff;
  color: var(--color-ink); border-radius: 16px; padding: 14px 16px; outline: none;
}
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(156,62,46,.45);
  box-shadow: 0 0 0 3px rgba(191,109,78,.12);
}
.form-actions { margin-top: 8px; }
.form-status { margin: 16px 0 0; min-height: 24px; line-height: 1.5; }
.form-status.is-success { color: #2d6a45; }
.form-status.is-error { color: #9c3e2e; }
.form-fallback { margin: 10px 0 0; }
.form-fallback a { color: var(--color-accent); text-decoration: underline; }

.footer {
  display: flex; justify-content: space-between; gap: 16px; align-items: flex-end;
  padding: 18px 4px 12px;
}
.footer strong { color: var(--color-brand); display: block; margin-bottom: 6px; }
.footer p { margin: 0; line-height: 1.5; }
.footer__copy { white-space: nowrap; }

.mobile-dock {
  position: sticky; bottom: 12px; z-index: 30;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px;
  padding: 10px; border-radius: 24px; background: rgba(255,255,255,.98);
  border: 1px solid var(--color-line); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px);
}
.mobile-dock a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; min-height: 62px; border-radius: 18px; font-size: .72rem; font-weight: 700;
}
.mobile-dock img { width: 20px; height: 20px; }

[hidden] { display: none !important; }


@media (max-width: 720px) {
  .hero-photo__frame { min-height: 460px; }
  .hero-photo__note--overlay { left: 14px; right: 14px; bottom: 14px; padding: 14px 16px 16px; }
  .hero-photo__title--script { font-size: 1.75rem; }
}
