/*
  3012 Stays Landing Page System v3
  Shared CSS for focused SEO landing pages.
  Designed to work as standalone static HTML with reliable desktop/tablet/mobile layouts.
*/
:root {
  --page: #f8f5ef;
  --ink: #15171c;
  --muted: #68707d;
  --card: #ffffff;
  --soft: #fffdf8;
  --line: #e7ded1;
  --brand: #9b6a43;
  --brand-dark: #744725;
  --teal: #1f5561;
  --cream: #efe1cf;
  --dark: #111318;
  --dark-soft: #20252e;
  --good: #476d55;
  --shadow: 0 24px 70px rgba(16, 18, 24, 0.12);
  --shadow-soft: 0 14px 38px rgba(16, 18, 24, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--page);
  color: var(--ink);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 12px; background: #fff; color: #000; padding: 10px 14px; z-index: 99; }
.skip-link:focus { left: 12px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--teal);
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
  font-size: .78rem;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--brand);
  display: inline-block;
  flex: 0 0 auto;
}

.top-strip {
  background: var(--dark);
  color: #f7f2eb;
  font-size: .92rem;
}
.top-strip .wrap {
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
}
.top-strip a {
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.42);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248,245,239,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(231,222,209,.9);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-link { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.logo { width: 128px; display: block; }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 850;
}
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.btn-primary { background: var(--dark); color: #fff; }
.btn-primary:hover { background: #000; color: #fff; }
/* Keep button text stable when buttons sit inside the navigation. */
.btn-primary,
.btn-primary:visited,
.nav-links .btn-primary,
.nav-links .btn-primary:visited {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.nav-links .btn-primary:hover,
.nav-links .btn-primary:focus,
.nav-links .btn-primary:active {
  background: #000;
  color: #fff;
}

.btn-accent { background: var(--brand); color: #fff; }
.btn-accent:hover { background: var(--brand-dark); }
.btn-light { background: #fff; color: var(--dark); border-color: var(--line); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(22,25,31,.18); }
.btn-small { min-height: 44px; padding: 11px 17px; font-size: .93rem; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 6vw, 74px) 0 42px;
}
.hero::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -220px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,106,67,.17), rgba(155,106,67,0) 66%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}
.hero h1 {
  margin: 16px 0 18px;
  font-size: clamp(2.35rem, 5.2vw, 4.85rem);
  line-height: .98;
  letter-spacing: -.06em;
  max-width: 760px;
}
.hero-lede {
  margin: 0 0 26px;
  max-width: 660px;
  font-size: clamp(1.06rem, 1.45vw, 1.24rem);
  color: var(--muted);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 22px; }
.hero-note { color: var(--muted); font-size: .96rem; max-width: 650px; margin: 0; }
.hero-note strong { color: var(--ink); }

.hero-card {
  position: relative;
  background: var(--card);
  border: 1px solid rgba(231,222,209,.95);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 14px;
  overflow: visible;
}
.hero-photo-wrap {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 4 / 3;
  position: relative;
}
.hero-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px 2px;
  background: #fff;
}
.photo-label strong { display: block; line-height: 1.12; }
.photo-label span { display: block; color: var(--muted); font-size: .9rem; margin-top: 3px; }
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--cream);
  color: #5b3923;
  font-weight: 900;
  font-size: .82rem;
  white-space: nowrap;
}
.float-card {
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: 2;
  background: var(--dark);
  color: #fff;
  padding: 15px 17px;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  max-width: 235px;
}
.float-card span { display: block; color: rgba(255,255,255,.72); font-size: .84rem; }
.float-card strong { display: block; font-size: 1.05rem; line-height: 1.2; }

.quick-facts { padding: 14px 0 58px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fact {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(231,222,209,.95);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: 0 12px 30px rgba(16,18,24,.04);
}
.fact .icon { font-size: 1.45rem; line-height: 1; display: block; margin-bottom: 10px; }
.fact strong { display: block; font-size: 1.02rem; margin-bottom: 3px; }
.fact span { color: var(--muted); font-size: .95rem; }

.section { padding: 66px 0; }
.section.tight { padding-top: 38px; }
.section-heading { max-width: 790px; margin-bottom: 30px; }
.section h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; letter-spacing: -.045em; margin: 12px 0 14px; }
.section p.section-lede { color: var(--muted); font-size: 1.12rem; margin: 0; }

.split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); gap: 32px; align-items: start; }
.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  padding: 28px;
}
.panel h3 { margin: 0 0 10px; font-size: 1.36rem; line-height: 1.18; letter-spacing: -.02em; }
.panel p { color: var(--muted); margin: 0 0 18px; }
.panel p:last-child { margin-bottom: 0; }
.small-note { font-size: .9rem; color: var(--muted); }
.review-panel p:first-of-type { font-size: 1.08rem; color: var(--ink); }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li::before {
  content: "✓";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(71,109,85,.13);
  color: var(--good);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  margin-top: 1px;
}

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.info-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  min-height: 100%;
  box-shadow: 0 12px 32px rgba(16,18,24,.045);
}
.info-card .icon { font-size: 1.75rem; display: block; margin-bottom: 14px; }
.info-card h3 { margin: 0 0 8px; font-size: 1.2rem; letter-spacing: -.018em; }
.info-card p { margin: 0; color: var(--muted); }

.transport-card {
  background: linear-gradient(135deg, var(--dark), var(--dark-soft));
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 34px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.transport-card::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.15), rgba(255,255,255,0) 68%);
}
.transport-card > * { position: relative; z-index: 1; }
.transport-card h3 { margin: 0 0 14px; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.06; letter-spacing: -.035em; }
.transport-card p { color: rgba(255,255,255,.74); max-width: 720px; margin: 0 0 20px; }
.route { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.stop { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; padding: 15px; }
.stop span { color: rgba(255,255,255,.62); display: block; font-size: .82rem; margin-bottom: 3px; }
.stop strong { line-height: 1.15; display: block; }
.transport-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.transport-links a { color: #fff; border-color: rgba(255,255,255,.25); }

.room-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.room-card { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; }
.room-card h3 { margin: 0 0 6px; font-size: 1.24rem; }
.room-card p { margin: 0; color: var(--muted); }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); padding: 28px; }
.price-card .big { font-size: clamp(2.05rem, 4.4vw, 3.8rem); line-height: .96; letter-spacing: -.055em; font-weight: 950; margin: 10px 0 10px; }
.price-card p { color: var(--muted); margin: 0; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.step { counter-increment: step; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.step::before { content: counter(step); display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 999px; background: var(--dark); color: #fff; font-weight: 900; margin-bottom: 12px; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); }

.trust {
  background: #fffdf8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.starline { color: var(--brand); letter-spacing: .08em; font-size: 1.15rem; font-weight: 900; margin-bottom: 16px; }
.quote { font-size: clamp(1.55rem, 3vw, 2.5rem); line-height: 1.12; letter-spacing: -.035em; margin: 0 0 16px; max-width: 760px; }
.quote-source { color: var(--muted); font-weight: 800; margin: 0; }

.faq { display: grid; gap: 12px; }
details { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 0; box-shadow: 0 10px 28px rgba(16,18,24,.04); }
summary { cursor: pointer; list-style: none; padding: 20px 22px; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--brand); font-size: 1.2rem; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.cta-band {
  background: linear-gradient(135deg, #fff, #f0e1cf);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 6vw, 52px);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.cta-band h2 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.02; letter-spacing: -.045em; }
.cta-band p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.site-footer { background: var(--dark); color: #f7f2eb; padding: 46px 0; margin-top: 64px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; }
.footer-logo { width: 122px; display: block; margin-bottom: 16px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.68); max-width: 680px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; }
.footer-links a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.24); font-weight: 800; }
.legal { color: rgba(255,255,255,.55); font-size: .86rem; margin-top: 24px; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 410px); gap: 32px; }
  .hero h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
}
@media (max-width: 900px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero { padding-top: 44px; }
  .hero-card { max-width: 650px; width: 100%; }
  .fact-grid, .route { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .top-strip .wrap { flex-direction: column; align-items: flex-start; gap: 5px; padding: 10px 0; }
  .nav { min-height: 72px; }
  .logo { width: 112px; }
  .nav-links a:not(.btn) { display: none; }
  .nav-links { gap: 0; }
  .btn-small { min-height: 42px; padding: 10px 15px; }
  .hero { padding: 36px 0 28px; }
  .hero h1 { font-size: clamp(2.15rem, 10vw, 3.1rem); line-height: 1.02; letter-spacing: -.052em; }
  .hero-actions .btn { flex: 1 1 190px; }
  .float-card { position: static; margin: 0 0 12px; max-width: none; border-radius: 16px; }
  .hero-card { padding: 12px; border-radius: 24px; }
  .hero-photo-wrap { border-radius: 18px 18px 0 0; }
  .photo-label { padding: 12px 12px 2px; align-items: flex-start; }
  .fact-grid, .card-grid, .route, .room-layout, .steps { grid-template-columns: 1fr; }
  .quick-facts { padding-bottom: 42px; }
  .section { padding: 52px 0; }
  .section.tight { padding-top: 28px; }
  .panel, .transport-card, .price-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 460px) {
  .hero-actions .btn, .cta-actions .btn { width: 100%; flex-basis: 100%; }
  .nav .btn { padding-left: 14px; padding-right: 14px; }
  .top-strip { font-size: .86rem; }
  .photo-label { display: block; }
  .badge { margin-top: 10px; }
}
