/* Alder — structure stylesheet. Colors come ONLY from var(--m-*) set in seasoning.css. */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--m-bg);
  color: var(--m-text);
  font-family: var(--m-font-body), system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--m-font-display), Georgia, serif; font-weight: 600; }

a { color: inherit; text-decoration: none; transition: color 0.18s ease; }

.wrap { max-width: 960px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 640px; }

/* ---- Navigation ---- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 0; border-bottom: 1px solid var(--m-line);
}
.logo {
  font-family: var(--m-font-display), Georgia, serif;
  font-size: 1.35rem; font-weight: 700; color: var(--m-heading);
}
.logo:hover { color: var(--m-accent); }
.links { display: flex; gap: 26px; }
.links a { font-size: 0.88rem; color: var(--m-soft); }
.links a:hover { color: var(--m-accent); }
.links a[aria-current="page"] { color: var(--m-heading); font-weight: 600; }

/* ---- Prominent hero ---- */
.hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end; padding: 0; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 14%, var(--m-bg) 90%),
              linear-gradient(100deg, var(--m-bg) 10%, transparent 70%);
  opacity: 0.96;
}
.hero-copy { position: relative; width: 100%; padding-bottom: 54px; }
.hero-copy h1 {
  font-size: clamp(2.5rem, 6vw, 4.2rem); color: var(--m-heading); line-height: 1.06;
  max-width: 720px;
}
.hero-copy .intro { margin-top: 18px; color: var(--m-soft); max-width: 500px; font-size: 1.02rem; }
.consult-card {
  margin-top: 28px; padding: 22px 24px;
  background: var(--m-surface); border-radius: 6px; max-width: 480px;
}
.consult-card p { font-size: 0.92rem; color: var(--m-text); }
.btn {
  display: inline-block; margin-top: 16px; padding: 11px 22px;
  background: var(--m-accent); color: var(--m-bg);
  font-weight: 600; font-size: 0.88rem; border-radius: 4px;
}
.btn:hover { opacity: 0.92; }

/* ---- Services definition list ---- */
.what { padding-bottom: 76px; }
.sec-title { font-size: 1.7rem; color: var(--m-heading); }
.svc-list { margin-top: 26px; }
.svc {
  display: grid; grid-template-columns: 240px 1fr; gap: 28px;
  padding: 22px 0; border-top: 1px solid var(--m-line);
}
.svc dt { font-family: var(--m-font-display), Georgia, serif; font-weight: 600; font-size: 1.15rem; color: var(--m-heading); }
.svc dd { font-size: 0.95rem; color: var(--m-soft); }
.quiet-link { display: inline-block; margin-top: 22px; font-size: 0.9rem; color: var(--m-accent); text-decoration: underline; text-underline-offset: 4px; }

/* ---- How the first month goes ---- */
.how { background: var(--m-surface); padding: 64px 0 70px; }
.how-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: start; }
.tape-receipt {
  display: flex; flex-direction: column; gap: 7px;
  background: var(--m-bg); border: 1px solid var(--m-line);
  padding: 22px 20px 26px; max-width: 270px; justify-self: end;
  font-family: 'IBM Plex Mono', 'Courier New', monospace; font-size: 0.72rem; color: var(--m-soft);
  transform: rotate(1.6deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), 95% 100%, 90% calc(100% - 6px), 85% 100%, 80% calc(100% - 6px), 75% 100%, 70% calc(100% - 6px), 65% 100%, 60% calc(100% - 6px), 55% 100%, 50% calc(100% - 6px), 45% 100%, 40% calc(100% - 6px), 35% 100%, 30% calc(100% - 6px), 25% 100%, 20% calc(100% - 6px), 15% 100%, 10% calc(100% - 6px), 5% 100%, 0 calc(100% - 7px));
}
.tr-head { letter-spacing: 0.08em; color: var(--m-faint); border-bottom: 1px dashed var(--m-line); padding-bottom: 8px; }
.tr-row { display: flex; justify-content: space-between; gap: 14px; }
.tr-total { display: flex; justify-content: space-between; gap: 14px; border-top: 1px dashed var(--m-line); padding-top: 8px; font-weight: 700; color: var(--m-accent); }
.tr-star { text-align: center; color: var(--m-faint); }
.how-text { max-width: 620px; margin-top: 20px; }
.how-text p { margin-top: 18px; font-size: 0.98rem; color: var(--m-soft); }
.how-text strong { color: var(--m-heading); font-weight: 600; }

/* ---- Credential strip ---- */
.cred-strip {
  text-align: center; padding: 18px 24px;
  border-top: 1px solid var(--m-line); border-bottom: 1px solid var(--m-line);
  font-size: 0.8rem; color: var(--m-faint);
}

/* ---- Inner pages ---- */
.page { padding: 64px 0 80px; }
.page-title { font-size: clamp(1.9rem, 4vw, 2.5rem); color: var(--m-heading); line-height: 1.2; }
.page-lede { margin-top: 16px; color: var(--m-soft); max-width: 540px; }

/* ---- Fees ---- */
.fee-group { margin-top: 48px; }
.fee-group h2 { font-size: 1.35rem; color: var(--m-heading); margin-bottom: 8px; }
.fee-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 15px 0; border-bottom: 1px solid var(--m-line);
}
.fee-row .t { display: block; font-weight: 600; font-size: 1rem; color: var(--m-text); }
.fee-row .d { display: block; font-size: 0.83rem; color: var(--m-faint); }
.fee-row .p { font-family: var(--m-font-display), Georgia, serif; font-weight: 600; color: var(--m-accent); white-space: nowrap; }
.page .consult-card { margin-top: 48px; max-width: none; }

/* ---- Prose (about) ---- */
.prose { max-width: 620px; margin: 0 auto; padding: 0 28px; }
.prose .page-title { margin-bottom: 30px; }
.prose p { margin-bottom: 22px; font-size: 1rem; color: var(--m-text); }
.pull {
  margin: 32px 0; padding-left: 22px; border-left: 3px solid var(--m-accent);
  font-family: var(--m-font-display), Georgia, serif;
  font-size: 1.35rem; font-style: italic; line-height: 1.5; color: var(--m-heading);
}

/* ---- Contact ---- */
.contact-block { margin-top: 40px; }
.c-item { padding: 24px 0; border-top: 1px solid var(--m-line); }
.c-item h3 { font-size: 1.15rem; color: var(--m-heading); margin-bottom: 6px; }
.c-item p { font-size: 0.95rem; color: var(--m-soft); margin-top: 6px; }
.c-item .big-line { font-family: var(--m-font-display), Georgia, serif; font-size: 1.4rem; font-weight: 600; color: var(--m-accent); }
.fine-note { margin-top: 36px; font-size: 0.85rem; font-style: italic; color: var(--m-faint); }

/* ---- Footer ---- */
footer { padding: 34px 0 38px; }
.foot-row { display: flex; justify-content: space-between; gap: 20px; font-size: 0.85rem; color: var(--m-soft); flex-wrap: wrap; }

@media (max-width: 760px) {
  .hero { min-height: 62vh; }
  .how-grid { grid-template-columns: 1fr; }
  .tape-receipt { justify-self: start; }
  .svc { grid-template-columns: 1fr; gap: 6px; }
  .links { gap: 14px; }
  .links a { font-size: 0.76rem; }
  .foot-row { flex-direction: column; gap: 6px; }
}

/* ---- Craft: paperclip note, ledger ruling, filed-early stamp ---- */
.consult-card { position: relative; }
.consult-card .clip {
  position: absolute; top: -12px; left: 22px;
  color: var(--m-faint); transform: rotate(6deg);
}
.how-text {
  padding: 8px 0 8px 26px;
  border-left: 2px solid var(--m-accent);
  background: repeating-linear-gradient(180deg, transparent 0 33px, var(--m-line) 33px 34px);
}
.stamp-note {
  display: inline-block; margin-top: 18px;
  font-family: var(--m-font-body), sans-serif; font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.14em;
  color: var(--m-accent); border: 2px solid var(--m-accent);
  border-radius: 4px; padding: 6px 12px;
  transform: rotate(-3deg); opacity: 0.75;
}
