/* Tendrest — Lantern identity v1.0
   Dusk grounds · Iris theme · Lantern gold scarce (one glow per page) · Linen body */

:root {
  --dusk: #1B1240;
  --dusk-2: #241852;
  --iris: #4015D6;
  --iris-deep: #3210AB;
  --lantern: #F0C75E;
  --linen: #F3F0E9;
  --mist: #C9BDF5;
  --heather: #8F86B8;
  --iris-tint: #EEEBFA;
  --ink: #2A2347;
  --ink-soft: #5B5478;
  --card: #FFFFFF;
  --line: #E3DFD4;
  --shadow: 0 1px 2px rgba(27,18,64,0.05), 0 10px 30px rgba(27,18,64,0.08);
  --shadow-lift: 0 2px 4px rgba(27,18,64,0.06), 0 18px 48px rgba(27,18,64,0.14);
  /* legacy aliases used by inner pages */
  --forest: #4015D6; --forest-deep: #3210AB;
  --gold: #8F86B8; --gold-soft: #D8D2F0;
  --cream: #EEEBFA; --paper: #F3F0E9;
  --ink-faint: #8F86B8;
}

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

body {
  font-family: 'Mulish', -apple-system, sans-serif;
  color: var(--ink);
  background: var(--linen);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Sora', sans-serif; font-weight: 300; letter-spacing: 0.01em; }
.sans { font-family: 'Mulish', sans-serif; }

.label {
  font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 11.5px;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--heather);
}
.label.on-dark { color: var(--lantern); }

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

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243,240,233,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; max-width: 1080px; margin: 0 auto; }
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Sora', sans-serif; font-weight: 300; font-size: 22px; letter-spacing: 0.01em;
  color: var(--iris); text-decoration: none;
}
.logo svg { width: 26px; height: 26px; color: var(--iris); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.nav-links a { color: var(--ink-soft); text-decoration: none; }
.nav-links a:hover { color: var(--iris); }
.nav-links a.cta {
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13.5px;
  background: var(--iris); color: #fff; padding: 11px 24px; border-radius: 100px;
  transition: background 0.2s, transform 0.15s;
}
.nav-links a.cta:hover { background: var(--iris-deep); transform: translateY(-1px); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px;
  background: var(--iris); color: #fff;
  padding: 16px 38px; border-radius: 100px;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn:hover { background: var(--iris-deep); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn.glow { background: var(--lantern); color: var(--dusk); }
.btn.glow:hover { background: #E5B944; }
.btn.gold { background: var(--iris); }
.btn.gold:hover { background: var(--iris-deep); }
.link-quiet { color: var(--mist); text-decoration: underline; text-underline-offset: 4px; font-weight: 600; font-size: 15px; }

/* ---------- hero (dusk + glow) ---------- */
.hero {
  position: relative; text-align: center;
  padding: 104px 28px 96px;
  background:
    radial-gradient(860px 460px at 50% 108%, rgba(64,21,214,0.55), transparent 70%),
    var(--dusk);
  overflow: hidden;
}
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 {
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.15; color: var(--linen);
  max-width: 800px; margin: 0 auto 24px;
}
.hero h1 em { font-style: normal; color: var(--lantern); }
.hero p.lede { color: var(--mist); max-width: 600px; margin: 0 auto 38px; font-size: 18px; }
.hero .cta-row { display: flex; gap: 22px; justify-content: center; align-items: center; flex-wrap: wrap; }
.trust-line {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 26px;
  color: var(--heather); font-size: 13.5px; margin-top: 30px; font-weight: 600;
}
.trust-line span { display: flex; align-items: center; gap: 7px; }
.trust-line svg { width: 15px; height: 15px; stroke: var(--lantern); }

/* ---------- story ---------- */
.story { padding: 84px 0; text-align: center; }
.story h2 { font-size: clamp(26px, 3.6vw, 38px); line-height: 1.25; max-width: 700px; margin: 0 auto 18px; }
.story p { color: var(--ink-soft); max-width: 620px; margin: 0 auto; font-size: 17px; }
.story .kicker { color: var(--iris); font-weight: 700; }

/* ---------- sections ---------- */
.section-head { text-align: center; margin-bottom: 44px; }
.section-head .eyebrow { margin-bottom: 12px; }
h2 { font-size: clamp(26px, 3.4vw, 34px); }
.steps-band { padding: 76px 0; }
.band { background: #ECE8DE; padding: 76px 0; }
.band.dusk {
  background:
    radial-gradient(760px 420px at 50% 112%, rgba(64,21,214,0.5), transparent 70%),
    var(--dusk);
}
.band.dusk h2, .band.dusk .section-head p { color: var(--linen); }
.band.dusk .section-head p { color: var(--mist); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.step {
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 34px 30px; box-shadow: var(--shadow);
}
.step .num {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--iris-tint); color: var(--iris);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px;
  margin-bottom: 18px;
}
.step h3 { font-size: 19px; font-weight: 600; font-family: 'Sora', sans-serif; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15px; }

/* ---------- services ---------- */
.services { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 44px; }
.svc {
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 28px 26px; box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.svc svg { width: 26px; height: 26px; stroke: var(--iris); margin-bottom: 14px; }
.svc h3 { font-size: 17.5px; font-weight: 600; font-family: 'Sora', sans-serif; margin-bottom: 6px; }
.svc p { color: var(--ink-soft); font-size: 14.5px; }
.svc .price {
  color: var(--iris); font-size: 13px; margin-top: 14px; font-weight: 700;
  background: var(--iris-tint); display: inline-block; padding: 5px 14px; border-radius: 100px;
}

/* ---------- photo report sample ---------- */
.report {
  max-width: 560px; margin: 44px auto 0;
  border-radius: 20px; overflow: hidden;
  background: var(--card); box-shadow: var(--shadow-lift);
}
.report .cover {
  background: var(--dusk); color: var(--linen);
  padding: 20px 28px; display: flex; align-items: center; justify-content: space-between;
}
.report .cover svg { width: 24px; height: 24px; color: var(--lantern); }
.report .cover .meta { text-align: right; }
.report .cover .meta .label { color: var(--lantern); display: block; }
.report .cover .meta span { font-size: 13px; color: var(--mist); }
.report .panes { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--card); }
.report .pane { aspect-ratio: 4/5; position: relative; }
.report .pane .tag {
  position: absolute; bottom: 12px; left: 12px;
  font-weight: 800; font-size: 10.5px; letter-spacing: 2px;
  background: rgba(243,240,233,0.9); color: var(--ink); padding: 4px 12px; border-radius: 100px;
}
.report .pane.before { background: linear-gradient(160deg, #8e8b7f, #6d6a5e); }
.report .pane.after { background: linear-gradient(160deg, #ddd9cb, #bab5a4); border: 2px solid var(--lantern); }
.report .note { padding: 24px 28px 10px; font-size: 16px; color: var(--ink); }
.report .who { display: flex; align-items: center; gap: 12px; padding: 8px 28px 26px; }
.report .who .ava {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--iris-tint); color: var(--iris);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px;
}
.report .who p { font-size: 13.5px; color: var(--ink-soft); margin: 0; }
.report .who p b { color: var(--ink); font-weight: 700; }

/* ---------- commitments ---------- */
.commitments { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin-top: 44px; }
.commit { border-top: 2px solid var(--iris); padding-top: 22px; }
.band.dusk .commit { border-top-color: var(--lantern); }
.commit h3 { font-size: 19px; font-weight: 600; font-family: 'Sora', sans-serif; margin-bottom: 8px; }
.band.dusk .commit h3 { color: var(--linen); }
.commit p { color: var(--ink-soft); font-size: 15px; }
.band.dusk .commit p { color: var(--mist); }

/* ---------- occasions ---------- */
.occasions { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 44px; }
.occ {
  background: var(--iris-tint); border-radius: 16px; padding: 26px 24px;
}
.occ h3 { font-size: 17px; font-weight: 600; font-family: 'Sora', sans-serif; margin-bottom: 6px; color: var(--iris); }
.occ p { color: var(--ink-soft); font-size: 14.5px; margin: 0; }

/* ---------- plans ---------- */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 44px; max-width: 820px; margin-left: auto; margin-right: auto; }
.plan {
  background: var(--card); border: 1px solid var(--line); border-radius: 20px;
  padding: 36px 32px; box-shadow: var(--shadow);
}
.plan.featured { border: 2px solid var(--iris); position: relative; }
.plan .flag {
  position: absolute; top: -13px; left: 32px;
  background: var(--iris); color: #fff;
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 800;
  padding: 5px 14px; border-radius: 100px;
}
.plan h3 { font-size: 21px; font-weight: 600; font-family: 'Sora', sans-serif; margin-bottom: 6px; }
.plan .sub { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 20px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; font-size: 14.5px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 11px; color: var(--ink-soft); }
.plan li svg { width: 16px; height: 16px; stroke: var(--iris); flex-shrink: 0; margin-top: 3px; }
.plan .fine { font-size: 12.5px; color: var(--heather); margin-top: 14px; }

/* ---------- timeline ---------- */
.timeline { max-width: 640px; margin: 44px auto 0; }
.tstep { display: flex; gap: 22px; position: relative; padding-bottom: 34px; }
.tstep::before { content: ''; position: absolute; left: 19px; top: 42px; bottom: 0; width: 1.5px; background: var(--line); }
.tstep:last-child::before { display: none; }
.tstep .dot {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: var(--iris-tint); color: var(--iris);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px;
}
.tstep h3 { font-size: 18px; font-weight: 600; font-family: 'Sora', sans-serif; margin-bottom: 3px; }
.tstep p { color: var(--ink-soft); font-size: 14.5px; margin: 0; }
.tstep .when {
  font-size: 11px; color: var(--heather); letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 800; margin-bottom: 4px;
}

/* ---------- guarantee ---------- */
.guarantee {
  display: flex; gap: 22px; align-items: flex-start;
  background: var(--iris-tint); border-radius: 20px;
  padding: 32px 36px; max-width: 820px; margin: 52px auto 0;
}
.guarantee svg { width: 38px; height: 38px; stroke: var(--iris); flex-shrink: 0; }
.guarantee h3 { font-size: 19px; font-weight: 600; font-family: 'Sora', sans-serif; margin-bottom: 6px; }
.guarantee p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---------- faq ---------- */
.faq { max-width: 720px; margin: 44px auto 0; }
.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  margin-bottom: 12px; box-shadow: var(--shadow); overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 24px;
  font-size: 16px; font-weight: 700;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: 'Sora', sans-serif; font-weight: 300; font-size: 22px; color: var(--iris); }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 24px 20px; color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---------- quote form (dusk band) ---------- */
.quote { padding: 84px 0; }
.quote.band.dusk .section-head .eyebrow { color: var(--lantern); }
form.lead {
  background: var(--card); border-radius: 22px; padding: 44px;
  max-width: 620px; margin: 0 auto; box-shadow: var(--shadow-lift);
}
label { display: block; font-size: 13px; color: var(--ink-soft); margin: 20px 0 7px; font-weight: 700; }
input, select, textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--line); border-radius: 12px;
  font-size: 15.5px; font-family: 'Mulish', sans-serif;
  background: var(--linen); color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--iris); box-shadow: 0 0 0 4px rgba(64,21,214,0.12);
}
.consent { display: flex; gap: 11px; align-items: flex-start; margin: 24px 0; font-size: 12.5px; color: var(--ink-soft); }
.consent input { width: auto; margin-top: 3px; accent-color: var(--iris); }

/* ---------- inner pages ---------- */
.page-hero { padding: 68px 0 20px; }
.page-hero h1 { font-size: clamp(30px, 4.4vw, 44px); line-height: 1.2; margin-bottom: 10px; }
.page-hero .muted { color: var(--ink-soft); font-size: 15px; }
main h2 { margin: 44px 0 14px; }
main p { margin-bottom: 15px; }
main ul, main ol { padding-left: 26px; margin-bottom: 16px; }
main li { margin-bottom: 10px; }
.muted { color: var(--ink-soft); }

table.data {
  width: 100%; border-collapse: separate; border-spacing: 0;
  margin: 20px 0; font-size: 14.5px;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow);
}
table.data th {
  text-align: left; padding: 13px 18px; font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--heather); font-weight: 800;
  background: var(--iris-tint); border-bottom: 1px solid var(--line);
}
table.data td { padding: 13px 18px; border-bottom: 1px solid var(--line); }
table.data tr:last-child td { border-bottom: none; }

.box { background: var(--iris-tint); border-radius: 16px; padding: 26px 30px; margin: 30px 0; }
.warn { background: #F6EFE0; border: 1px solid #E5CD96; border-radius: 16px; padding: 22px 26px; margin: 26px 0; }
.warn strong { color: #8a6a1f; }

/* ---------- footer ---------- */
footer.site {
  background: var(--dusk); color: var(--heather);
  padding: 52px 0 40px; font-size: 14px;
}
footer.site .logo { color: var(--linen); margin-bottom: 6px; }
footer.site .logo svg { color: var(--lantern); }
footer.site .creed { color: var(--mist); font-weight: 700; margin-bottom: 16px; }
footer.site a { color: var(--mist); text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site .fine { margin-top: 16px; font-size: 12.5px; opacity: 0.65; }

@media (max-width: 640px) {
  .hero { padding: 68px 22px 60px; }
  form.lead { padding: 30px 22px; }
  .nav-links a:not(.cta) { display: none; }
  .report .panes { grid-template-columns: 1fr; }
}
