:root {
  --ink: #151515;
  --ink-2: #242424;
  --muted: #6f6a63;
  --line: rgba(21, 21, 21, .12);
  --cream: #f6f0e8;
  --paper: #fffaf4;
  --white: #fff;
  --stone: #b7aa9b;
  --taupe: #8d8176;
  --clay: #775d4d;
  --sage: #7f887f;
  --whatsapp: #25D366;
  --whatsapp-dark: #128C7E;
  --shadow: 0 28px 90px rgba(21,21,21,.18);
  --shadow-soft: 0 18px 50px rgba(21,21,21,.09);
  --radius: 28px;
  --container: 1180px;
  --nav-h: 78px;
  --hero-image: url('../img/exterior/theway-exterior-01.jpg');
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 106px 0; }
.section-label { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.section-label::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.section-label.dark { color: var(--clay); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 780; letter-spacing: -.01em; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: #1d1d1d; }
.btn-whatsapp, .btn-primary.btn-whatsapp { color: #fff; background: var(--whatsapp-dark); }
.btn-whatsapp:hover, .btn-primary.btn-whatsapp:hover { background: #0f7a70; }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.btn-soft { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.btn-dark { color: #fff; background: var(--ink); }
.btn.full { width: 100%; }
.navbar { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--nav-h); border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.navbar.scrolled, .navbar.menu-active { color: var(--ink); background: rgba(255,250,244,.93); border-color: var(--line); box-shadow: 0 12px 36px rgba(21,21,21,.08); backdrop-filter: blur(18px); }
.nav-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.nav-logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; min-width: max-content; }

.nav-logo > span:not(.logo-mark) { font-size: 17px; letter-spacing: -.02em; }
.logo-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border: 1px solid rgba(198, 153, 92, .72);
  background: radial-gradient(circle at 50% 38%, #2a1c14 0, #15100d 72%);
  color: #d7ad71;
  box-shadow: inset 0 0 0 2px rgba(255, 244, 217, .08), 0 8px 18px rgba(0,0,0,.12);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  text-align: center;
  letter-spacing: .08em;
}
.logo-line { display: block; white-space: nowrap; font-size: inherit; letter-spacing: inherit; }
.logo-line-top { font-size: 7px; font-weight: 700; }
.logo-line-mid { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.logo-line-bottom { font-size: 5.5px; letter-spacing: .16em; }
.footer-logo .logo-mark { width: 50px; height: 50px; flex-basis: 50px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: 14px; font-weight: 680; opacity: .88; }
.nav-links a:hover { opacity: 1; }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 999px; border: 1px solid currentColor; }
.nav-cta.whatsapp-link { color: #fff; background: var(--whatsapp-dark); border-color: var(--whatsapp-dark); opacity: 1; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; border-radius: 12px; background: rgba(255,255,255,.14); cursor: pointer; color: inherit; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.breadcrumb-nav { margin-top: var(--nav-h); background: rgba(255,250,244,.96); border-bottom: 1px solid var(--line); }
.breadcrumb-inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--ink); font-weight: 700; }
.breadcrumb-current { color: var(--muted); }
.breadcrumb-action { color: var(--clay); font-size: 13px; font-weight: 780; }
.landing-hero { position: relative; min-height: calc(100svh - var(--nav-h) - 54px); display: flex; align-items: stretch; overflow: hidden; color: #fff; background: #171717; }
.landing-hero-bg { position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center; transform: scale(1.02); }
.landing-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.84) 0%, rgba(10,10,10,.62) 43%, rgba(10,10,10,.28) 100%), linear-gradient(0deg, rgba(10,10,10,.68) 0%, rgba(10,10,10,.04) 54%); }
.landing-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 54px; padding-top: 72px; padding-bottom: 62px; }
.landing-hero-content h1 { max-width: 900px; margin: 0; font-size: clamp(44px, 7.2vw, 88px); line-height: .94; letter-spacing: -.074em; font-weight: 680; }
.hero-subtitle { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: clamp(18px, 2vw, 23px); line-height: 1.42; letter-spacing: -.02em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.landing-trust { width: min(100%, 980px); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(18px); overflow: hidden; }
.landing-trust div { padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.15); }
.landing-trust div:last-child { border-right: 0; }
.landing-trust strong { display: block; font-size: 16px; letter-spacing: -.025em; }
.landing-trust span { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: 13px; }
.hero-widget { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(255,250,244,.12); backdrop-filter: blur(18px); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.widget-label { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-widget h2 { margin: 12px 0 8px; font-size: 28px; line-height: 1.03; letter-spacing: -.055em; }
.hero-widget p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.widget-info { display: grid; gap: 0; margin: 18px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.widget-info div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.widget-info div:last-child { border-bottom: 0; }
.widget-info span { color: rgba(255,255,255,.62); font-size: 13px; }
.widget-info strong { text-align: right; font-size: 13px; }
.widget-phone { display: grid; place-items: center; min-height: 46px; margin-top: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; font-weight: 780; font-size: 13px; }
.intent-strip { background: var(--ink); color: #fff; }
.intent-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.intent-grid article { padding: 32px 26px 34px; border-right: 1px solid rgba(255,255,255,.12); }
.intent-grid article:first-child { padding-left: 0; }
.intent-grid article:last-child { border-right: 0; padding-right: 0; }
.intent-grid span { color: rgba(255,255,255,.42); font-weight: 760; font-size: 12px; letter-spacing: .16em; }
.intent-grid h2 { margin: 14px 0 8px; font-size: 20px; line-height: 1.2; letter-spacing: -.04em; }
.intent-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }
.landing-detail { background: var(--paper); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 342px; gap: 36px; align-items: start; }
.detail-layout > .content-card, .detail-layout > .persona-section, .detail-layout > .rooms-section, .detail-layout > .amenity-section { grid-column: 1 / -1; }
.gallery-block, .content-card, .persona-section, .rooms-section, .amenity-section { border: 1px solid rgba(21,21,21,.08); border-radius: 34px; background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.gallery-block { padding: 14px; }
.gallery-main { position: relative; overflow: hidden; border-radius: 26px; background: #ddd; cursor: zoom-in; }
.gallery-main img { width: 100%; height: 520px; object-fit: cover; }
.gallery-expand { position: absolute; right: 18px; bottom: 18px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,250,244,.88); color: var(--ink); cursor: pointer; }
.gallery-nav { position: absolute; top: 50%; z-index: 3; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; background: rgba(255,250,244,.82); color: var(--ink); cursor: pointer; display: grid; place-items: center; font-size: 34px; line-height: 1; transform: translateY(-50%); box-shadow: 0 12px 32px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.gallery-nav:hover, .gallery-nav:focus-visible { background: rgba(255,255,255,.94); outline: none; }
.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }
.gallery-nav[hidden] { display: none; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.gallery-thumb { padding: 0; border: 2px solid transparent; border-radius: 18px; overflow: hidden; background: transparent; cursor: pointer; opacity: .72; }
.gallery-thumb.active { border-color: var(--clay); opacity: 1; }
.gallery-thumb img { width: 100%; height: 110px; object-fit: cover; }
.content-card { padding: 38px; }
.content-card h2, .persona-intro h2, .section-head h2, .location-copy h2, .nearby-inner h2, .faq-wrap h2, .cta-inner h2 { margin: 0; font-size: clamp(32px, 4.5vw, 54px); line-height: 1.03; letter-spacing: -.06em; font-weight: 680; }
.content-card p { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.spec-grid div { padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.spec-grid strong { display: block; font-size: 20px; letter-spacing: -.04em; }
.spec-grid span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.persona-section { padding: 38px; background: var(--cream); }
.persona-intro p { max-width: 700px; margin: 14px 0 0; color: var(--muted); }
.persona-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.persona-grid article { padding: 22px; border-radius: 24px; background: rgba(255,255,255,.74); border: 1px solid rgba(21,21,21,.08); }
.persona-grid span { color: var(--clay); font-size: 14px; }
.persona-grid h3 { margin: 12px 0 8px; font-size: 19px; line-height: 1.08; letter-spacing: -.045em; }
.persona-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.rooms-section, .amenity-section { padding: 38px; }
.section-head { max-width: 770px; margin-bottom: 32px; }
.section-head.compact { margin-bottom: 24px; }
.section-head p { margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.landing-rooms-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mini-room-card { display: grid; grid-template-columns: 165px 1fr; gap: 0; border: 1px solid rgba(21,21,21,.08); border-radius: 24px; overflow: hidden; background: var(--paper); }
.mini-room-img { display: grid; align-items: end; min-height: 230px; padding: 14px; background-size: cover; background-position: center; color: #fff; position: relative; }
.mini-room-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.48), rgba(0,0,0,.03)); }
.mini-room-img span { position: relative; z-index: 1; font-size: 12px; font-weight: 760; }
.room-1 { background-image: url('../img/rooms/theway-room-01.jpg'); }
.room-2 { background-image: url('../img/rooms/theway-room-03.jpg'); }
.room-3 { background-image: url('../img/rooms/theway-room-10.jpg'); }
.room-4 { background-image: url('../img/rooms/theway-room-12.jpg'); }
.mini-room-body { padding: 20px; }
.mini-stars { color: var(--clay); font-size: 11px; letter-spacing: .16em; }
.mini-room-body h3 { margin: 8px 0; font-size: 22px; line-height: 1; letter-spacing: -.05em; }
.mini-room-body p { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.mini-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.mini-tags span { padding: 6px 9px; border-radius: 999px; background: #fff; color: var(--muted); font-size: 11px; font-weight: 700; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.amenity-grid div { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--muted); font-weight: 700; }
.amenity-grid span { color: var(--clay); }
.detail-sidebar { position: static; align-self: start; }
.sticky-box { padding: 24px; border-radius: 30px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.sticky-badge { display: inline-grid; place-items: center; min-height: 30px; padding: 0 11px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.75); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sticky-box h2 { margin: 16px 0 8px; font-size: 30px; line-height: 1; letter-spacing: -.055em; }
.sticky-box p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.sticky-list { margin: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.sticky-list div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.sticky-list span { color: rgba(255,255,255,.58); font-size: 13px; }
.sticky-list strong { font-size: 13px; text-align: right; }
.sticky-box .btn { margin-top: 10px; }
.sticky-map { display: inline-flex; margin-top: 16px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 780; border-bottom: 1px solid rgba(255,255,255,.28); }
.sticky-trust { display: grid; gap: 9px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.sticky-trust span { color: rgba(255,255,255,.66); font-size: 13px; }
.location-section { background: #fff; }
.location-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 58px; align-items: center; }
.map-card { position: relative; min-height: 520px; border-radius: 34px; overflow: hidden; background: #ddd; box-shadow: var(--shadow-soft); }
.map-placeholder { height: 100%; min-height: 520px; display: grid; place-items: center; color: #fff; font-size: 14px; font-weight: 760; background: linear-gradient(135deg, rgba(21,21,21,.68), rgba(21,21,21,.22)), repeating-linear-gradient(45deg, #c7c0b8 0 2px, #d8d1c8 2px 9px); }
.map-placeholder span { padding: 12px 18px; border-radius: 999px; background: rgba(21,21,21,.48); backdrop-filter: blur(10px); }
.theway-map-embed { width: 100%; height: 100%; min-height: inherit; border: 0; display: block; filter: saturate(.92) contrast(.96); }
.map-overlay { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 22px; border-radius: 24px; background: rgba(255,250,244,.9); backdrop-filter: blur(14px); }
.map-overlay strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.map-overlay p { margin: 6px 0 12px; color: var(--muted); font-size: 14px; }
.map-overlay a { color: var(--ink); font-weight: 800; }
.location-copy p { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.location-list { display: grid; gap: 10px; margin: 30px 0; }
.location-list div { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.location-list strong { font-size: 16px; }
.location-list span { color: var(--muted); font-size: 14px; text-align: right; }
.nearby-links { background: var(--paper); padding: 78px 0; }
.nearby-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; padding: 44px; border: 1px solid rgba(21,21,21,.08); border-radius: 34px; background: #fff; box-shadow: var(--shadow-soft); }
.nearby-inner p { margin: 14px 0 0; color: var(--muted); }
.nearby-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.nearby-grid a { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 18px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: var(--paper); font-weight: 760; }
.nearby-grid a::after { content: "→"; color: var(--muted); }
.faq { background: #fff; }
.faq-wrap { max-width: 900px; }
.faq-list { display: grid; gap: 12px; margin-top: 30px; }
.faq-item { border: 1px solid rgba(21,21,21,.1); border-radius: 18px; overflow: hidden; background: var(--paper); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 22px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-weight: 760; text-align: left; }
.faq-question span { position: relative; width: 16px; height: 16px; flex: 0 0 auto; }
.faq-question span::before, .faq-question span::after { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 2px; background: var(--clay); transition: transform .2s ease; }
.faq-question span::after { transform: rotate(90deg); }
.faq-item.active .faq-question span::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .24s ease; }
.faq-answer p { margin: 0; padding: 0 22px 20px; color: var(--muted); }
.cta-band { background: var(--ink); color: #fff; padding: 92px 0; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; }
.cta-inner h2 { max-width: 760px; }
.cta-inner p { max-width: 620px; margin: 16px 0 0; color: rgba(255,255,255,.68); }
.cta-actions { display: grid; gap: 12px; min-width: 260px; }
.footer { padding: 70px 0 120px; background: #101010; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .75fr; gap: 42px; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 760; }

.footer-brand p { max-width: 340px; margin: 18px 0 0; }
.footer h3 { margin: 0 0 14px; color: #fff; font-size: 15px; }
.footer a:not(.footer-logo) { display: block; margin: 8px 0; color: rgba(255,255,255,.7); font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.quick-contact { position: fixed; right: 22px; bottom: 24px; z-index: 65; display: grid; gap: 10px; }
.quick-contact-link { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; color: var(--ink); background: rgba(255,250,244,.94); border: 1px solid rgba(21,21,21,.12); box-shadow: 0 14px 34px rgba(21,21,21,.18); backdrop-filter: blur(14px); transition: transform .18s ease, background .18s ease; }
.quick-contact-link:hover { transform: translateY(-2px); }
.quick-contact-link svg { width: 23px; height: 23px; }
.quick-contact-link.whatsapp { color: #fff; background: var(--whatsapp); border-color: var(--whatsapp); }
.quick-contact-link.phone { color: #fff; background: var(--ink); border-color: var(--ink); }
.quick-contact-link.map { background: var(--paper); }
.lightbox { position: fixed; inset: 0; z-index: 120; display: none; place-items: center; padding: 30px; background: rgba(0,0,0,.86); }
.lightbox.active { display: grid; }
.lightbox img { max-height: 86vh; max-width: min(1100px, 92vw); border-radius: 22px; object-fit: contain; }
.lightbox-close { position: fixed; right: 24px; top: 24px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; font-size: 26px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1120px) {
  .landing-hero-grid { grid-template-columns: 1fr; }
  .hero-widget { display: none; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-layout > .content-card, .detail-layout > .persona-section, .detail-layout > .rooms-section, .detail-layout > .amenity-section { grid-column: auto; }
  .detail-sidebar { position: static; }
  .persona-grid { grid-template-columns: repeat(2, 1fr); }
  .intent-grid { grid-template-columns: repeat(2, 1fr); }
  .intent-grid article:nth-child(2) { border-right: 0; }
  .intent-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
}
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; left: 14px; right: 14px; top: calc(var(--nav-h) + 10px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border-radius: 24px; color: var(--ink); background: rgba(255,250,244,.97); box-shadow: var(--shadow); }
  .nav-links.active { display: flex; }
  .nav-links a { padding: 15px 14px; border-radius: 14px; }
  .nav-cta { justify-content: center; margin-top: 6px; }
  .landing-trust, .location-grid, .nearby-inner, .cta-inner, .footer-grid { grid-template-columns: 1fr; }
  .landing-trust div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .landing-trust div:last-child { border-bottom: 0; }
  .landing-rooms-grid { grid-template-columns: 1fr; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid { grid-template-columns: 1fr; }
  .cta-actions { min-width: 0; }
}
@media (max-width: 700px) {
  :root { --nav-h: 70px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .breadcrumb-action { display: none; }
  .section { padding: 76px 0; }
  .landing-hero { min-height: calc(92svh - var(--nav-h)); }
  .landing-hero-grid { padding-top: 52px; padding-bottom: 34px; }
  .landing-hero-content h1 { font-size: clamp(40px, 14vw, 62px); }
  .hero-subtitle { font-size: 17px; }
  .hero-ctas { display: grid; }
  .hero-ctas .btn { width: 100%; }
  .landing-trust { margin-top: 36px; border-radius: 20px; }
  .intent-strip { overflow: hidden; }
  .intent-grid { width: min(calc(100% - 28px), var(--container)); display: flex; overflow-x: auto; padding: 16px 0; scroll-snap-type: x mandatory; }
  .intent-grid article { min-width: 230px; padding: 20px 18px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; scroll-snap-align: start; }
  .intent-grid article:first-child { padding-left: 18px; }
  .intent-grid article:last-child { border-right: 0; }
  .intent-grid h2 { font-size: 17px; margin: 10px 0 6px; }
  .intent-grid p { font-size: 13px; }
  .gallery-main img { height: 360px; }
  .gallery-nav { width: 42px; height: 42px; font-size: 30px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-thumbs { grid-template-columns: repeat(4, minmax(86px, 1fr)); overflow-x: auto; }
  .gallery-thumb img { height: 84px; }
  .content-card, .persona-section, .rooms-section, .amenity-section { padding: 24px; border-radius: 26px; }
  .persona-grid, .amenity-grid { grid-template-columns: 1fr; }
  .mini-room-card { grid-template-columns: 1fr; }
  .mini-room-img { min-height: 210px; }
  .nearby-inner { padding: 24px; border-radius: 26px; }
  .nearby-grid { grid-template-columns: 1fr; }
  .map-card, .map-placeholder { min-height: 420px; }
  .footer-bottom { display: grid; }
  .quick-contact { right: 12px; bottom: 14px; gap: 8px; }
  .quick-contact-link { width: 48px; height: 48px; border-radius: 16px; }
  .quick-contact-link svg { width: 21px; height: 21px; }
}

/* V3 trust / Ads policy refinements */
.footer-grid-extended { grid-template-columns: 1.25fr .62fr .72fr .72fr .72fr; }
.footer-address { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 5px; }
.footer-address strong { color: #fff; font-size: 13px; }
.footer-address span { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.mini-room-cta { display: inline-flex; margin-top: 16px; color: var(--whatsapp-dark); font-size: 13px; font-weight: 820; border-bottom: 1px solid rgba(18,140,126,.28); }
.map-overlay p { line-height: 1.55; }
@media (max-width: 1120px) { .footer-grid-extended { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .footer-grid-extended { grid-template-columns: 1fr; } .footer-address { max-width: 320px; } }


/* Header parity patch - homepage ile birebir header davranışı */
.breadcrumb-nav { display: none !important; }
.nav-toggle { color: inherit; }
.nav-cta.whatsapp-link {
  color: #fff;
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
  opacity: 1;
}
.landing-hero {
  min-height: 100svh;
}
.landing-hero-grid {
  padding-top: calc(var(--nav-h) + 72px);
}
@media (max-width: 980px) {
  .nav-cta {
    justify-content: center;
    margin-top: 6px;
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
  }
}
@media (max-width: 700px) {
  .landing-hero {
    min-height: 100svh;
  }
  .landing-hero-grid {
    padding-top: calc(var(--nav-h) + 52px);
  }
}

/* Final internal link network for SEO/GEO and user navigation */
.footer-link-network {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.footer-link-network h3 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-link-network a {
  display: inline-block;
  margin: 0 12px 9px 0;
  font-size: 14px;
  color: inherit;
  opacity: .82;
  text-decoration: none;
}
.footer-link-network a:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 760px) {
  .footer-link-network { grid-template-columns: 1fr; gap: 18px; }
  .footer-link-network a { margin-right: 10px; }
}

/* Visual QA responsive guardrails */
.landing-hero-grid,
.landing-hero-content {
  min-width: 0;
}

.landing-hero-content h1,
.hero-subtitle,
.section-head p,
.content-card p,
.location-copy p,
.nearby-inner p,
.faq-answer p,
.cta-inner p {
  max-width: 100%;
  overflow-wrap: break-word;
}

@media (max-width: 700px) {
  .section-label {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}
