/*
  The List — Article styles
  Lapland LKV · Premium editorial

  Design principles:
  - Strict type scale: 3 sizes only (label / body / display)
  - Hierarchy through weight + spacing, not decoration
  - No border-boxes. White space creates structure.
  - Understated luxury: restraint over decoration
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');

/* ── Tokens ────────────────────────────────────────────────── */
:root {
  --snow:     #F4F5F7;
  --mist:     #D9DDE6;
  --arctic:   #A9B7D4;
  --charcoal: #222222;
  --midnight: #3E547F;
  --dusty:    #E7B4B0;

  --text:     var(--charcoal);
  --subtle:   #6B7A94;        /* one mid-tone only */
  --rule:     rgba(34,34,34,0.08);

  /* Type scale — three steps, nothing else */
  --t-label:  0.7rem;
  --t-body:   1.05rem;
  --t-sub:    1.5rem;

  --lh:       1.8;            /* body line-height */
  --col:      clamp(1.5rem, 6vw, 4rem);
  --measure:  640px;          /* max reading width */
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  font-size: var(--t-body);
  line-height: var(--lh);
  color: var(--text);
  background: var(--snow);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a   { color: inherit; text-decoration: none; }

/* ── Site header ───────────────────────────────────────────── */
.the-list-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem var(--col);
  border-bottom: 1px solid var(--rule);
  background: var(--snow);
  position: sticky;
  top: 0;
  z-index: 20;
}
.site-header-back {
  font-size: var(--t-label);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arctic);
  transition: color 0.15s;
}
.site-header-back:hover { color: var(--charcoal); }
.site-header-logo img  { height: 28px; width: auto; display: block; }

/* ── Article container ─────────────────────────────────────── */
.the-list-article {
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0 var(--col) 5rem;
}

/* ── Article header ────────────────────────────────────────── */
.the-list-header {
  padding: 4rem 0 2.5rem;
  border-bottom: 1px solid var(--rule);
}
.the-list-eyebrow {
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--arctic);
  margin-bottom: 1.25rem;
}
.the-list-header h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.the-list-header time {
  font-size: var(--t-label);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--arctic);
}

/* ── Hero image ────────────────────────────────────────────── */
.the-list-hero {
  margin: 0 calc(-1 * var(--col));
}
.the-list-hero img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

/* ── Body ──────────────────────────────────────────────────── */
.the-list-body {
  padding-top: 3rem;
}
.the-list-body > * + * { margin-top: 1.5rem; }

/* All body text — one size */
.the-list-body p,
.the-list-body li {
  font-size: var(--t-body);
  line-height: var(--lh);
  color: var(--charcoal);
}

/* Lead — same size, different colour and weight */
.the-list-lead {
  font-size: clamp(1.1rem, 2vw, 1.2rem) !important;
  line-height: 1.7 !important;
  color: var(--midnight) !important;
  font-weight: 400;
}

/* Headings — one sub-heading size */
.the-list-body h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: var(--t-sub);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 3rem;
  letter-spacing: -0.01em;
}
.the-list-body h3 {
  font-size: var(--t-body);
  font-weight: 600;
  margin-top: 2rem;
}

.the-list-body ul,
.the-list-body ol {
  padding-left: 1.4em;
}
.the-list-body li    { margin-bottom: 0.3em; }
.the-list-body strong { font-weight: 600; }
.the-list-body em    { font-style: italic; }

/* ── Tip aside ─────────────────────────────────────────────── */
/* Editorial pull-quote style — no background, no box */
.the-list-tip {
  margin: 3rem 0;
  padding-left: 1.5rem;
  border-left: 2px solid var(--arctic);
}
.the-list-tip h3 {
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--arctic);
  margin-bottom: 0.6rem;
}
.the-list-tip p {
  font-size: var(--t-body);
  font-style: italic;
  color: var(--subtle);
}

/* ── Insider mention ────────────────────────────────────────── */
/* One sentence, small, italic — no visual container */
.the-list-insider-mention {
  margin: 2.5rem 0;
}
.the-list-insider-mention p {
  font-size: var(--t-label);
  letter-spacing: 0.03em;
  color: var(--arctic);
  font-style: italic;
  line-height: 1.6;
}

/* ── Subscriber extras ─────────────────────────────────────── */
/* Plain list, no box */
.the-list-extras {
  margin: 2.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
}
.the-list-extras h3 {
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--arctic);
  margin-bottom: 1rem;
}
.the-list-extras ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.the-list-extras li {
  font-size: var(--t-body);
  color: var(--subtle);
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.the-list-extras li:last-child { border-bottom: none; }
.the-list-extras li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--mist);
  flex-shrink: 0;
  position: relative;
  top: -0.35em;
}

/* ── Property teaser ────────────────────────────────────────── */
.the-list-property-teaser {
  margin: 3rem 0;
}

/* Label strip */
.teaser-eyebrow {
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--arctic);
  margin-bottom: 1rem;
}

/* Image */
.teaser-image {
  position: relative;
  overflow: hidden;
}
.teaser-image img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  display: block;
}
.teaser-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18, 22, 34, 0.75) 0%,
    rgba(18, 22, 34, 0.15) 55%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem 1.5rem 1.5rem;
}
.teaser-overlay h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
.teaser-overlay .teaser-meta {
  font-size: var(--t-label);
  color: rgba(255,255,255,0.65);
  margin-top: 0.3rem;
  letter-spacing: 0.04em;
  /* Only show first line of meta */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Text under image */
.teaser-text {
  padding: 1.5rem 0 0;
}
.teaser-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.25rem;
  line-height: 1.35;
}
.teaser-sent {
  font-size: var(--t-label);
  letter-spacing: 0.04em;
  color: var(--arctic);
  margin-bottom: 0.75rem;
}
.teaser-text > p {
  font-size: var(--t-body);
  color: var(--subtle);
  line-height: var(--lh);
  margin-bottom: 1.25rem;
}
.teaser-cta {
  font-size: var(--t-label);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--midnight);
  border-bottom: 1px solid var(--arctic);
  padding-bottom: 1px;
  transition: color 0.15s, border-color 0.15s;
}
.teaser-cta:hover {
  color: var(--charcoal);
  border-color: var(--charcoal);
}

/* ── CTA section ────────────────────────────────────────────── */
.the-list-cta {
  background: var(--midnight);
  padding: 5rem var(--col);
}
.the-list-cta > * {
  max-width: var(--measure);
  margin-left: auto;
  margin-right: auto;
}
.the-list-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 400;
  color: var(--snow);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.the-list-cta p {
  font-size: var(--t-body);
  line-height: 1.75;
  color: rgba(217,221,230,0.8);
  margin-bottom: 2rem;
}
.subscribe-form  { max-width: var(--measure); margin: 0 auto; }
.subscribe-row   { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.subscribe-row input[type="text"],
.subscribe-row input[type="email"] {
  flex: 1 1 160px;
  padding: 0.75rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: var(--t-body);
  color: var(--charcoal);
  background: rgba(255,255,255,0.97);
  border: 1px solid transparent;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.15s;
}
.subscribe-row input:focus { border-color: var(--arctic); }
.subscribe-row button {
  flex: 0 0 auto;
  padding: 0.75rem 2.25rem;
  font-family: 'Inter', sans-serif;
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--midnight);
  background: var(--snow);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s;
}
.subscribe-row button:hover { background: var(--mist); }
.subscribe-note {
  font-size: var(--t-label) !important;
  color: rgba(169,183,212,0.6) !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.03em;
}
.subscribe-feedback {
  font-size: var(--t-body);
  color: var(--dusty);
  margin-top: 0.6rem;
  min-height: 1.4em;
}

/* ── Footer ─────────────────────────────────────────────────── */
.the-list-page-footer {
  padding: 1.5rem var(--col);
  text-align: center;
  border-top: 1px solid var(--rule);
}
.the-list-page-footer p {
  font-size: var(--t-label);
  letter-spacing: 0.06em;
  color: var(--arctic);
}
.the-list-page-footer a {
  color: var(--arctic);
  border-bottom: 1px solid var(--mist);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 600px) {
  :root { --col: 1.25rem; }

  .the-list-header          { padding-top: 2.5rem; }
  .the-list-header h1       { font-size: 1.85rem; }
  .subscribe-row            { flex-direction: column; }
  .subscribe-row button     { width: 100%; }
  .teaser-image img         { max-height: 280px; }
  .teaser-overlay h3        { font-size: 1.2rem; }
}
