/* Mobile-first polish — max-width overrides */

@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-size: 0.9375rem;
    line-height: 1.65;
    -webkit-tap-highlight-color: transparent;
  }

  /* Header */
  .site-header {
    padding: 0.65rem 0.5rem 0;
  }

  .nav-island {
    width: calc(100% - 0.25rem);
    padding: 0.3rem 0.3rem 0.3rem 0.75rem;
    gap: 0.5rem;
  }

  .nav-brand-mark {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.55rem;
  }

  .nav-toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  /* Menu overlay */
  .nav-overlay {
    padding: 1rem;
    align-items: flex-start;
    padding-top: max(4.5rem, env(safe-area-inset-top, 0px) + 3.5rem);
  }

  .nav-overlay-inner {
    max-width: 100%;
  }

  .nav-overlay-eyebrow {
    margin-bottom: 1.25rem;
    font-size: 0.6rem;
  }

  .nav-overlay-link {
    font-size: clamp(1.5rem, 7.5vw, 2rem);
    padding: 0.3rem 0;
  }

  .nav-overlay-footer {
    margin-top: 1.75rem;
    gap: 1rem;
  }

  .nav-overlay-footer .btn,
  .nav-overlay-phone {
    width: 100%;
    max-width: 20rem;
  }

  /* Hero */
  .hero {
    min-height: auto;
    padding: 5.25rem 0 2.25rem;
    align-items: stretch;
  }

  .hero-bg-scrim {
    background:
      linear-gradient(to bottom, rgba(31, 26, 20, 0.55) 0%, rgba(31, 26, 20, 0.88) 45%, rgba(31, 26, 20, 0.95) 100%);
  }

  .hero-layout {
    gap: 1.5rem;
  }

  .hero-copy {
    order: 1;
  }

  .hero-stack {
    order: 2;
  }

  .hero .display {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
    line-height: 1.08;
  }

  .hero-lead {
    margin-top: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .eyebrow {
    margin-bottom: 0.85rem;
    padding: 0.32rem 0.7rem;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .hero-actions {
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1.35rem;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 1rem;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    margin-top: 1.35rem;
  }

  .hero-metrics .metric-inner {
    padding: 0.6rem 0.45rem;
  }

  .hero-metrics dt {
    font-size: 0.5rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }

  .hero-metrics .metric-value {
    font-size: 1rem;
    margin-top: 0.2rem;
  }

  .hero-metrics .metric-stars {
    font-size: 0.5rem;
    margin-top: 0.15rem;
    letter-spacing: 0.05em;
  }

  .hero-metrics .metric-sub {
    font-size: 0.625rem;
    line-height: 1.2;
  }

  .hero-stack {
    min-height: 0;
  }

  .cascade-card--float {
    display: none;
  }

  .cascade-card--main {
    transform: none;
    box-shadow: var(--shadow-soft);
  }

  .cascade-card--main img {
    aspect-ratio: 16 / 10;
    max-height: 14rem;
  }

  .cascade-caption {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.75rem;
  }

  /* Sections */
  .section {
    padding: 3rem 0;
  }

  .section-head {
    margin-bottom: 1.5rem;
  }

  .section-head--center {
    text-align: left;
  }

  .section-head--center .section-desc {
    margin-inline: 0;
  }

  .display--md {
    font-size: clamp(1.45rem, 6vw, 1.85rem);
  }

  .section-index {
    margin-bottom: 0.45rem;
    font-size: 0.58rem;
    letter-spacing: 0.22em;
  }

  .lead {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .section-desc {
    font-size: 0.875rem;
    margin-top: 0.65rem;
  }

  /* Buttons */
  .btn {
    padding: 0.8rem 1rem 0.8rem 1.15rem;
    font-size: 0.8125rem;
    gap: 0.55rem;
  }

  .btn-icon-wrap {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.9rem;
  }

  /* Marquee */
  .marquee-band {
    padding: 0.75rem 0;
  }

  .marquee-track span {
    font-size: 0.8rem;
    padding-right: 1rem;
    letter-spacing: 0.06em;
  }

  /* Film — stacked on phone */
  .section--film {
    padding: 2.25rem 0;
  }

  .film-card {
    gap: 1rem;
  }

  .film-copy .display {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .film-copy .section-desc {
    font-size: 0.9rem;
    max-width: none;
  }

  /* About */
  .about-editorial {
    gap: 1.25rem;
  }

  .about-prose {
    gap: 1rem;
  }

  .about-prose-col {
    gap: 0.85rem;
  }

  .about-facts {
    gap: 0.55rem;
    padding-top: 1rem;
  }

  .about-facts li {
    padding: 0.9rem 1rem;
  }

  .about-fact-value {
    font-size: 0.875rem;
  }

  /* Bento */
  .bento {
    gap: 0.65rem;
  }

  .bento-media,
  .bento-media img {
    min-height: 10rem;
  }

  .bento-overlay {
    padding: 1rem;
  }

  .bento-overlay h3 {
    font-size: 1.1rem;
  }

  .bento-overlay p {
    font-size: 0.8rem;
  }

  .bento-card {
    padding: 1.15rem;
    min-height: 0;
  }

  .bento-card i {
    font-size: 1.2rem;
    margin-bottom: 0.65rem;
  }

  .bento-card h3 {
    font-size: 1.05rem;
  }

  .bento-card p {
    font-size: 0.82rem;
  }

  .bento-split-copy {
    padding: 1.15rem;
  }

  .bento-split-copy h3 {
    font-size: 1.15rem;
  }

  .bento-split img {
    min-height: 9rem;
  }

  .tilt-card {
    transform: none !important;
  }

  /* Experiences */
  .zigzag {
    gap: 2rem;
  }

  .zigzag-row {
    gap: 1rem;
  }

  .zigzag-title {
    font-size: 1.25rem;
  }

  .zigzag-copy p {
    font-size: 0.9rem;
    margin-top: 0.65rem;
  }

  .amenity-strip {
    margin-top: 2rem;
  }

  /* Reviews */
  .reviews-grid {
    gap: 0.65rem;
  }

  .review-inner {
    padding: 1.25rem;
  }

  .review-number {
    font-size: 2.25rem;
  }

  .review-text {
    font-size: 0.875rem;
    margin: 0.75rem 0 1rem;
  }

  .reviews-note {
    font-size: 0.8rem;
    margin-top: 1.25rem;
  }

  .gallery-head {
    gap: 1.25rem;
    margin-bottom: 1.75rem;
  }

  .gallery-stat-num {
    font-size: 2.5rem;
  }

  .gallery-mosaic {
    gap: 0.65rem;
  }

  .gallery-tile--feature .gallery-media {
    min-height: 12rem;
    aspect-ratio: 4 / 3;
  }

  .gallery-media {
    min-height: 11rem;
  }

  .gallery-caption {
    padding: 0.9rem 1rem 1rem;
  }

  .gallery-caption-title {
    font-size: 0.95rem;
  }

  .gallery-foot {
    margin-top: 1.5rem;
  }

  /* Location */
  .location-grid {
    gap: 1.5rem;
  }

  .location-address {
    font-size: 0.95rem;
    margin: 1rem 0;
  }

  .location-actions {
    flex-direction: column;
    margin-top: 1.25rem;
  }

  .location-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .map-wrap iframe {
    min-height: 12.5rem;
  }

  /* Book strip */
  .book-strip {
    margin-top: 0;
    padding-bottom: 3rem;
  }

  .book-strip-content {
    padding: 1.35rem;
    gap: 1.15rem;
  }

  .book-strip-title {
    font-size: 1.25rem;
  }

  .book-strip-meta {
    font-size: 0.8rem;
  }

  .book-strip-actions {
    width: 100%;
    flex-direction: column;
  }

  .book-strip-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* Contact */
  .contact-grid {
    padding: 1.35rem;
    gap: 1.75rem;
  }

  .contact-grid .display--md {
    font-size: 1.4rem;
  }

  .contact-intro p {
    font-size: 0.9rem;
  }

  .contact-channels {
    margin-top: 1.25rem;
  }

  .contact-channel {
    padding: 0.75rem 0;
  }

  .contact-channel-icon {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1rem;
  }

  .contact-form .btn {
    width: 100%;
    justify-content: center;
  }

  /* Footer */
  .site-footer {
    padding: 2rem 0 max(2.5rem, env(safe-area-inset-bottom, 0px) + 1.5rem);
  }

  .footer-grid {
    gap: 1.5rem;
  }

  .footer-links {
    gap: 0.65rem 1rem;
  }

  .footer-links a {
    font-size: 0.8rem;
  }

  .footer-copy {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  /* Motion: lighter on phones */
  .reveal {
    transform: translateY(1.25rem) scale(0.98);
    filter: blur(4px);
  }

  .clip-reveal:not(.is-revealed) .bezel-inner {
    clip-path: inset(6% 5% 6% 5%);
  }

  .ambient-orb {
    opacity: 0.18;
    filter: blur(60px);
  }
}

/* Very small phones */
@media (max-width: 360px) {
  .hero-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .hero-metrics .metric:last-child {
    grid-column: 1 / -1;
  }

  .hero .display {
    font-size: 1.5rem;
  }
}
