@media (max-width: 1440px), (max-height: 900px) {
  .hero-shell {
    padding-top: 7.5rem;
    padding-bottom: 2.2rem;
  }

  .hero-main {
    width: min(100%, 580px);
  }

  .hero-copy {
    padding: 1rem 1.1rem 1.15rem;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 4.35vw, 4.2rem);
    max-width: 11.75ch;
  }

  .hero-lead {
    max-width: 40ch;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 1.3rem;
  }

  .hero-strip {
    margin-top: 1rem;
  }

  .hero-signal {
    padding: 0.85rem 0.8rem 0;
  }
}

@media (max-width: 1180px) {
  .story-grid,
  .location-grid,
  .contact-shell,
  .page-intro-grid,
  .page-split-grid,
  .page-cta-shell {
    grid-template-columns: 1fr;
  }

  .stay-feature {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  }

  .hero-main {
    width: min(100%, 640px);
  }

  .story-media img,
  .location-map-shell,
  .location-map-shell iframe {
    min-height: 460px;
  }

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-card-grid,
  .page-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item {
    grid-column: auto;
  }

  .gallery-item.is-wide {
    grid-column: span 2;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .nav {
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    gap: 0.34rem;
  }

  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--header-text);
  }

  .nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100dvh;
    padding: 1rem 1.35rem 1.2rem;
    background: linear-gradient(180deg, #f8f3ec 0%, #f3ece2 100%);
    border-left: 1px solid rgba(24, 19, 14, 0.08);
    box-shadow: -18px 0 42px rgba(18, 15, 12, 0.14);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
    transform: translateX(104%);
    transition: transform 260ms ease;
    z-index: 230;
  }

  .nav-panel.is-open {
    transform: translateX(0);
  }

  .nav-panel-top,
  .nav-panel-head,
  .nav-panel-meta {
    display: block;
  }

  .nav-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .nav-panel-lang {
    width: 46px;
    height: 42px;
    border-color: rgba(24, 19, 14, 0.12);
    background: #fff;
    color: var(--ink-900);
    box-shadow: 0 10px 20px rgba(29, 23, 17, 0.08);
  }

  .nav-panel-close {
    display: inline-flex;
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
  }

  .nav-panel-close span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: var(--ink-900);
  }

  .nav-panel-close span:first-child {
    transform: rotate(45deg);
  }

  .nav-panel-close span:last-child {
    transform: rotate(-45deg);
  }

  .nav-panel-head {
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(24, 19, 14, 0.08);
  }

  .nav-panel-kicker {
    font-size: 0.63rem;
    letter-spacing: 0.18em;
  }

  .nav-panel-copy {
    margin-top: 0.55rem;
    max-width: 24ch;
    line-height: 1.65;
    font-size: 0.94rem;
  }

  .nav-links {
    display: grid;
    gap: 0;
    justify-items: start;
  }

  .nav-links a {
    color: var(--ink-900);
    display: block;
    padding: 0.82rem 0;
    border-bottom: 1px solid rgba(24, 19, 14, 0.08);
    font-size: 0.84rem;
    letter-spacing: 0.18em;
    width: 100%;
    text-align: left;
  }

  .nav-links a::after {
    display: none;
  }

  .nav-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 0.1rem;
  }

  .nav-controls .lang-btn {
    display: none;
  }

  .nav-controls .btn {
    width: 100%;
  }

  .lang-btn {
    color: var(--ink-900);
    border-color: rgba(24, 19, 14, 0.18);
  }

  .site-header .btn-primary {
    --btn-bg: var(--bronze-700);
    --btn-text: var(--text-inverse);
    --btn-border: var(--bronze-700);
  }

  .nav-panel-meta {
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(24, 19, 14, 0.08);
    display: grid;
    gap: 0.55rem;
  }

  .nav-panel-meta a {
    font-size: 0.92rem;
    color: var(--ink-700);
  }

  .hero {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-shell {
    padding-top: 7.2rem;
    padding-bottom: 3rem;
  }

  .hero-copy {
    max-width: 680px;
  }

  .gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gallery-item,
  .gallery-item.is-wide {
    grid-column: span 3;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .floating-wa {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .floating-wa-label {
    display: none;
  }

  .scroll-top-btn span {
    display: none;
  }

  .scroll-top-btn {
    right: 0.75rem;
    bottom: 5.2rem;
  }
}

@media (max-width: 740px) {
  :root {
    --section-space: clamp(3rem, 11vw, 4rem);
  }

  .site-loader-inner {
    width: min(64vw, 270px);
  }

  .hero::before {
    background:
      radial-gradient(circle at left bottom, rgba(8, 10, 8, 0.82) 0%, rgba(8, 10, 8, 0.62) 26%, rgba(8, 10, 8, 0.24) 54%, rgba(8, 10, 8, 0) 78%);
  }

  .hero-media video {
    object-position: center bottom;
  }

  .hero {
    height: 100dvh;
    min-height: 100svh;
  }

  .container {
    width: min(var(--container), calc(100% - 1.25rem));
  }

  h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .nav {
    min-height: 72px;
    padding-top: max(0.45rem, env(safe-area-inset-top));
    padding-inline: 0.3rem;
  }

  .brand {
    width: clamp(84px, 24vw, 104px);
  }

  .brand-logo {
    transform: translateY(6px);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 10, 8, 0.04) 0%, rgba(8, 10, 8, 0.02) 32%, rgba(8, 10, 8, 0.12) 100%);
  }

  .hero-shell {
    min-height: 100dvh;
    padding-top: 5.35rem;
    padding-bottom: max(1.35rem, calc(env(safe-area-inset-bottom) + 1.2rem));
    align-items: flex-end;
  }

  .hero-main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.45rem);
    max-width: 11ch;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.95rem 0.95rem 1rem;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-shell {
    padding-top: 7.4rem;
    padding-bottom: 3rem;
  }

  .page-hero-copy h1 {
    max-width: 100%;
  }

  .page-hero-actions .btn,
  .page-cta-actions .btn {
    width: 100%;
  }

  .page-meta,
  .page-card-grid,
  .page-rail {
    grid-template-columns: 1fr;
  }

  .page-copy-stack h2,
  .page-cta-copy h2 {
    max-width: 100%;
  }

  .page-cta-actions {
    justify-content: stretch;
  }

  .hero-strip {
    display: none;
  }

  .section-head,
  .section-head h2,
  .location-copy h2,
  .contact-copy h2 {
    max-width: 100%;
  }

  .section-gallery .container {
    width: min(var(--container), calc(100% - 1rem));
  }

  .gallery-head-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .gallery-helper {
    font-size: 0.86rem;
  }

  .story-grid {
    gap: 1rem;
  }

  .story-copy h2 {
    max-width: 18ch;
    margin-bottom: 0.8rem;
    font-size: clamp(1.85rem, 8.3vw, 2.55rem);
    line-height: 0.98;
  }

  .story-copy p {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .story-media img {
    min-height: 320px;
    height: clamp(320px, 62vw, 420px);
  }

  .experience-grid,
  .stay-specs,
  .inline-fields {
    grid-template-columns: 1fr;
  }

  .stay-actions,
  .stay-actions .btn {
    width: 100%;
  }

  .stay-feature {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .gallery-item,
  .gallery-item.is-wide {
    grid-column: span 1;
    width: 100%;
    max-width: none;
    height: clamp(210px, 42vw, 280px);
    aspect-ratio: auto;
  }

  .gallery-label {
    display: none;
  }

  .location-actions,
  .story-actions {
    display: grid;
    gap: 0.7rem;
  }

  .location-map-shell,
  .location-map-shell iframe {
    min-height: 380px;
  }

  .map-overlay-card {
    left: 0.7rem;
    right: 0.7rem;
    max-width: none;
  }

  .floating-wa {
    width: 52px;
    min-height: 52px;
    padding: 0;
  }

  .floating-wa::before {
    inset: 10px;
  }

  .modal-prev,
  .modal-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    top: auto;
    bottom: 1rem;
    border-radius: 999px;
    background: rgba(12, 12, 12, 0.78);
    font-size: 0;
    z-index: 3;
  }

  .modal-prev::before,
  .modal-next::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
  }

  .modal-prev {
    left: 1rem;
    transform: none;
  }

  .modal-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
  }

  .modal-next {
    right: 1rem;
    transform: none;
  }

  .modal-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
  }

  .scroll-top-btn {
    width: 52px;
    min-height: 52px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    max-width: 10ch;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .gallery-item,
  .gallery-item.is-wide {
    height: clamp(176px, 40vw, 220px);
  }

  .contact-shell {
    padding: 0.95rem;
  }

  .footer-logo {
    width: min(100%, 150px);
  }
}
