/* ===== Wellington Parade guest guide =====
   Design: warm plaster, charcoal type, terracotta / olive / caramel.
   Editorial, architectural, no cards or heavy shadows. */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap');

:root {
  --plaster: #f3ece0;
  --stone:   #ebe3d4;
  --ink:     #2b2620;
  --muted:   #6f6656;
  --terracotta: #b0553b;
  --olive:   #6a6a43;
  --caramel: #b0854f;
  --pool:    #93b3af;
  --line:    #d8cdb9;
  --maxw: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--plaster);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.serif {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
}

a { color: var(--terracotta); text-underline-offset: 3px; }

/* ===== Header / nav ===== */
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--plaster);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: baseline;
  gap: 26px;
  flex-wrap: wrap;
}
.brand {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--ink);
}
.nav-links {
  display: flex;
  gap: 22px;
  margin-left: auto;
  flex-wrap: wrap;
}
.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--terracotta); border-bottom-color: var(--terracotta); }

/* ===== Hero ===== */
.hero {
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px 28px 40px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--olive);
  margin-bottom: 22px;
}
.hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  max-width: 14ch;
}
.hero .lede {
  font-size: 1.2rem;
  color: var(--ink);
  max-width: 60ch;
  margin: 0;
}

/* ===== Content wrap ===== */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 56px 28px 100px;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--terracotta);
  margin: 0 0 6px;
}
h2.section-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.15;
  margin: 0 0 28px;
  letter-spacing: -0.01em;
}
.section + .section { margin-top: 72px; }

p { margin: 0 0 20px; }
.intro-note { color: var(--muted); max-width: 62ch; }

/* ===== Venue / entry blocks ===== */
.entry {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.entry:first-of-type { border-top: none; padding-top: 4px; }
.entry h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.35rem;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.best-for {
  font-style: italic;
  color: var(--olive);
  margin: 0 0 12px;
  font-size: 1rem;
}
.entry p { margin: 0 0 12px; }
.addr {
  font-size: 0.88rem;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Numbered walks */
.entry .num {
  font-family: "Fraunces", Georgia, serif;
  color: var(--caramel);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 4px;
}

/* ===== Callout / itinerary ===== */
.callout {
  background: var(--stone);
  border-left: 3px solid var(--caramel);
  padding: 22px 26px;
  margin: 28px 0;
}
.callout p:last-child { margin: 0; }
.callout .k {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--olive);
  display: block;
  margin-bottom: 6px;
}

/* Itinerary path text */
.path { font-size: 1.02rem; }
.path .arrow { color: var(--pool); padding: 0 4px; font-weight: 600; }

/* ===== Section index on home ===== */
.index-list {
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
.index-list a {
  display: flex;
  align-items: baseline;
  gap: 18px;
  text-decoration: none;
  color: var(--ink);
  padding: 20px 4px;
  border-bottom: 1px solid var(--line);
}
.index-list a:hover .idx-title { color: var(--terracotta); }
.idx-num {
  font-family: "Fraunces", Georgia, serif;
  color: var(--caramel);
  font-size: 0.9rem;
  min-width: 2ch;
}
.idx-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.idx-desc { color: var(--muted); font-size: 0.92rem; margin-left: auto; text-align: right; }

/* ===== Photos ===== */
.photo { margin: 0 0 44px; }
.photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}
.photo figcaption {
  font-size: 0.84rem;
  color: var(--muted);
  margin-top: 8px;
  letter-spacing: 0.02em;
}

/* ===== Image placeholder ===== */
.ph {
  background: var(--stone);
  border: 1px solid var(--line);
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 28px;
}

/* ===== Pager ===== */
.pager {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pager a { text-decoration: none; font-weight: 600; }
.pager .spacer { margin-left: auto; text-align: right; }

/* ===== Footer ===== */
.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  padding: 32px 28px;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .hero { padding: 56px 22px 28px; }
  .wrap { padding: 40px 22px 72px; }
  .idx-desc { display: none; }
}
