/* ============================================================
   Landing page proposal. Loaded on top of styles.css.
   Nothing here affects the existing pages.
   ============================================================ */

/* --- Always-visible way to book on mobile --- */
.cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none;
  padding: 0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(247, 242, 234, 0.94);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-top: 1px solid var(--line);
}
.cta-bar .btn { width: 100%; }
@media (max-width: 900px) {
  .cta-bar { display: block; }
  body { padding-bottom: 5.5rem; }
}

/* --- Credential chips --- */
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; padding: 0; margin: 1.5rem 0 0; }
.chips li {
  margin: 0;
  font-size: 0.83rem;
  padding: 0.45em 0.9em;
  border-radius: 100px;
  background: #EDF0E8;
  color: var(--olive);
  border: 1px solid #DCE2D5;
  white-space: nowrap;
}

/* --- Compact practical details --- */
.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.facts div { background: var(--cream); padding: 1.35rem 1.4rem; }
.facts dt {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mauve-dk); font-weight: 500; margin-bottom: 0.45rem;
}
.facts dd { margin: 0; font-size: 1rem; line-height: 1.5; color: var(--text); }
.facts dd small { display: block; color: var(--text-soft); font-size: 0.88rem; margin-top: 0.3rem; }

/* --- Numbered steps that end in the action --- */
.steps { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.steps > div { background: var(--cream); padding: clamp(1.4rem, 3vw, 2rem); display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; align-items: start; }
.steps .n {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--olive); color: var(--cream);
  display: grid; place-items: center;
  font-size: 0.9rem; font-family: var(--sans); flex: none;
}
.steps h3 { margin-bottom: 0.25em; font-size: var(--step-1); }
.steps p { margin: 0; color: var(--text-soft); font-size: 1rem; }

/* --- Inline enquiry form section --- */
.enquire { background: var(--cream); }
.enquire__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1.1fr 0.9fr; align-items: start; }
@media (max-width: 880px) { .enquire__grid { grid-template-columns: 1fr; } }
.enquire .form { max-width: none; }

/* --- Hero tightening for a single-page layout --- */
.hero--landing { padding-block: clamp(2rem, 5vw, 4rem) clamp(2.5rem, 6vw, 4.5rem); }
.trust-line {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem;
  margin-top: 1.5rem; padding: 0;
  list-style: none; font-size: 0.92rem; color: var(--text-soft);
}
.trust-line li { margin: 0; display: flex; align-items: center; gap: 0.45rem; }
.trust-line svg { width: 15px; height: 15px; color: var(--sage); flex: none; }

.anchor-offset { scroll-margin-top: 92px; }

/* --- The "no two people" premise, inside Meet Victoria --- */
.believe {
  margin-top: clamp(2rem, 4vw, 3rem);
  background: #FBF0EF;
  border: 1px solid #F0DCDC;
  border-radius: var(--radius-xl);
  padding: clamp(1.75rem, 4vw, 3rem);
}
.believe__lead {
  font-family: var(--serif);
  font-size: var(--step-2);
  line-height: 1.25;
  color: var(--mauve-dk);
  margin: 0 0 0.75em;
  max-width: 24ch;
}
.believe p { color: var(--text-soft); max-width: 70ch; }
.believe p:last-child { margin-bottom: 0; }

/* --- Steps sit on the olive band, so their headings must stay dark --- */
.bg-olive .steps h3 { color: var(--text); }
.bg-olive .steps { border-color: rgba(232,230,220,0.25); background: rgba(232,230,220,0.25); }

/* --- Featured article --- */
.feature-read {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin-top: clamp(1rem, 2.5vw, 1.75rem);
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #EDF0E8;
  border: 1px solid #DCE2D5;
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--text);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.feature-read:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: var(--text); }
.feature-read__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--olive); color: var(--cream);
  display: grid; place-items: center; flex: none;
}
.feature-read__icon svg { width: 24px; height: 24px; }
.feature-read__meta {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--olive); font-weight: 500; display: block; margin-bottom: 0.3rem;
}
.feature-read h3 { font-size: var(--step-1); margin-bottom: 0.2em; }
.feature-read p { margin: 0; color: var(--text-soft); font-size: 0.97rem; max-width: 62ch; }
.feature-read__arrow { width: 22px; height: 22px; color: var(--sage); flex: none; }
@media (max-width: 680px) {
  .feature-read { grid-template-columns: auto 1fr; }
  .feature-read__arrow { display: none; }
}
