/* Thyne marketing site - palette and type roles taken verbatim from the
   approved portal prototype (thyne_mvp_prototype.html) and sample report. */

@import url("fonts.css");

:root{
  --paper:#F6F3EC; --paper-2:#FBF9F4; --card:#FFFFFF;
  --ink:#241B2E; --ink-2:#5A5266; --ink-3:#8A8398;
  --plum:#5B3FA6; --plum-deep:#3B2A6E; --plum-soft:#ECE6F7; --plum-mid:#CFC3EC;
  --gold:#AD7F27; --gold-soft:#F0E4C8;
  --sage:#5E7A6B;
  --line:#E7E1F0; --line-2:#EEE9E0;
  --r:14px; --r-sm:9px;
  --shadow:0 1px 2px rgba(36,27,46,.05), 0 8px 24px rgba(36,27,46,.06);
  --shadow-sm:0 1px 2px rgba(36,27,46,.06);
  --maxw:1080px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0; padding:0}
body{
  background:var(--paper); color:var(--ink);
  font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased;
}
img,svg{max-width:100%}
a{color:var(--plum)}
:focus-visible{outline:2.5px solid var(--plum); outline-offset:3px; border-radius:6px}

.display{font-family:"Fraunces","Georgia",serif; font-weight:600; letter-spacing:-.01em}
.mono{font-family:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace}
.eyebrow{
  font-family:"IBM Plex Mono",monospace; font-size:11px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--ink-3); margin:0 0 14px
}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 28px}
.lede{font-size:19px; color:var(--ink-2); max-width:62ch}

/* ---------- Top bar ---------- */
.topbar{
  position:sticky; top:0; z-index:30; display:flex; align-items:center;
  justify-content:space-between; gap:20px; padding:16px 28px;
  background:rgba(246,243,236,.88); backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line-2)
}
.brand{display:flex; align-items:baseline; gap:10px; text-decoration:none}
.brand .word{
  font-family:"Fraunces",serif; font-weight:600; font-size:23px;
  color:var(--plum-deep); letter-spacing:.01em
}
.brand .tag{font-size:12px; font-style:italic; color:var(--ink-3)}
.navlinks{display:flex; align-items:center; gap:26px}
.navlinks a{
  font-size:14px; color:var(--ink-2); text-decoration:none;
  border-bottom:1px solid transparent; padding-bottom:2px
}
.navlinks a:hover{color:var(--plum); border-bottom-color:var(--plum-mid)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-block; font-family:inherit; font-size:15px; font-weight:500;
  padding:12px 22px; border-radius:var(--r-sm); border:1px solid transparent;
  text-decoration:none; cursor:pointer;
  transition:background .15s, border-color .15s, color .15s
}
.btn-primary{background:var(--plum); color:#fff}
.btn-primary:hover{background:var(--plum-deep)}
.btn-ghost{background:transparent; color:var(--plum); border-color:var(--plum-mid)}
.btn-ghost:hover{background:var(--plum-soft)}
.btn-row{display:flex; flex-wrap:wrap; gap:12px; margin-top:28px}

/* ---------- Sections ---------- */
section{padding:92px 0}
section + section{border-top:1px solid var(--line-2)}
.section-alt{background:var(--paper-2)}
h2.display{font-size:34px; line-height:1.2; margin:0 0 16px; max-width:22ch}
h3{font-size:17px; margin:0 0 8px; font-weight:600}
p{margin:0 0 16px}

/* ---------- Hero ---------- */
.hero{padding:84px 0 96px}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center}
.hero h1{
  font-family:"Fraunces",serif; font-weight:600; font-size:52px; line-height:1.06;
  letter-spacing:-.02em; margin:0 0 20px
}
.hero .lede{font-size:20px}
.hero-note{
  font-size:13px; color:var(--ink-3); margin-top:22px; padding-left:14px;
  border-left:2px solid var(--gold-soft)
}

/* ---------- Compass (signature element) ---------- */
.compass{width:100%; max-width:430px; margin:0 auto; display:block}
.compass .ring{fill:none; stroke:var(--line); stroke-width:1}
.compass .spoke{stroke:var(--line); stroke-width:1}
.compass .plot{
  fill:var(--plum-soft); fill-opacity:.85; stroke:var(--plum); stroke-width:2;
  stroke-linejoin:round
}
.compass .node{fill:var(--plum)}
.compass .node-hi{fill:var(--gold)}
.compass .lbl{
  font-family:"IBM Plex Mono",monospace; font-size:9.5px; letter-spacing:.09em;
  text-transform:uppercase; fill:var(--ink-3)
}
.compass .lbl-hi{fill:var(--gold); font-weight:500}
@media (prefers-reduced-motion:no-preference){
  .compass .plot{
    stroke-dasharray:1400; stroke-dashoffset:1400;
    animation:draw 1.5s ease-out .25s forwards
  }
  .compass .node,.compass .lbl{opacity:0; animation:fade .6s ease-out forwards}
  .compass .node{animation-delay:1.25s}
  .compass .lbl{animation-delay:1.45s}
}
@keyframes draw{to{stroke-dashoffset:0}}
@keyframes fade{to{opacity:1}}

/* ---------- Steps ---------- */
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:44px}
.step{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:26px 24px; box-shadow:var(--shadow-sm)
}
.step .num{
  font-family:"IBM Plex Mono",monospace; font-size:12px; color:var(--gold);
  letter-spacing:.12em; display:block; margin-bottom:14px
}
.step h3{font-family:"Fraunces",serif; font-size:19px; font-weight:600; margin-bottom:10px}
.step p{font-size:15px; color:var(--ink-2); margin:0}

/* ---------- Archetypes ---------- */
.arch-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:44px}
.arch{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:22px 20px; box-shadow:var(--shadow-sm);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease
}
.arch:hover{transform:translateY(-3px); box-shadow:var(--shadow); border-color:var(--plum-mid)}
.arch .mark{
  font-family:"Fraunces",serif; font-size:20px; font-weight:700; color:var(--plum);
  width:38px; height:38px; border-radius:50%; background:var(--plum-soft);
  display:flex; align-items:center; justify-content:center; margin-bottom:16px
}
.arch h3{font-family:"Fraunces",serif; font-size:18px; font-weight:600; margin-bottom:6px}
.arch .traits{
  font-family:"IBM Plex Mono",monospace; font-size:10.5px; letter-spacing:.06em;
  text-transform:uppercase; color:var(--sage); margin:0 0 12px
}
.arch p.desc{font-size:14px; color:var(--ink-2); margin:0; line-height:1.55}

/* ---------- Programs ---------- */
.prog-list{display:flex; flex-wrap:wrap; gap:10px; margin-top:32px}
.prog{
  font-size:14px; padding:8px 15px; border-radius:100px;
  background:var(--card); border:1px solid var(--line-2); color:var(--ink-2)
}

/* ---------- Two-column feature ---------- */
.two-col{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start}
.pointlist{list-style:none; margin:26px 0 0; padding:0}
.pointlist li{
  position:relative; padding-left:26px; margin-bottom:14px;
  color:var(--ink-2); font-size:15px
}
.pointlist li::before{
  content:""; position:absolute; left:0; top:9px; width:9px; height:9px;
  border-radius:2px; background:var(--sage)
}
.quotecard{
  background:var(--gold-soft); border-radius:var(--r); padding:26px 28px;
  border:1px solid #E3D3AB
}
.quotecard p{
  font-family:"Fraunces",serif; font-size:19px; line-height:1.45;
  color:var(--ink); margin:0
}
.quotecard .attrib{
  font-family:"IBM Plex Mono",monospace; font-size:11px; letter-spacing:.1em;
  text-transform:uppercase; color:var(--ink-3); margin-top:16px; display:block
}

/* ---------- Closing CTA ---------- */
.cta-band{background:var(--plum-deep); color:#F5F1E8; text-align:center}
.cta-band .eyebrow{color:var(--plum-mid)}
.cta-band h2{color:#F5F1E8; margin-left:auto; margin-right:auto}
.cta-band p{color:#D6CDEA; max-width:56ch; margin-left:auto; margin-right:auto}
.cta-band .btn-primary{background:var(--gold); color:#241B2E}
.cta-band .btn-primary:hover{background:#C08F2C}
.cta-band .btn-row{justify-content:center}

/* ---------- Footer ---------- */
footer{padding:44px 0; border-top:1px solid var(--line-2); background:var(--paper-2)}
.foot-grid{
  display:flex; justify-content:space-between; align-items:center;
  gap:24px; flex-wrap:wrap
}
.foot-grid .word{font-family:"Fraunces",serif; font-size:19px; color:var(--plum-deep)}
.foot-grid .tag{font-size:12px; font-style:italic; color:var(--ink-3); margin-left:8px}
.foot-meta{font-size:13px; color:var(--ink-3)}

/* ---------- Draft banner (remove before any public launch) ---------- */
.draft-banner{
  background:var(--gold-soft); border-bottom:1px solid #E3D3AB; color:#6B4E14;
  font-family:"IBM Plex Mono",monospace; font-size:11.5px; letter-spacing:.05em;
  text-align:center; padding:9px 20px
}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .hero-grid,.two-col{grid-template-columns:1fr; gap:44px}
  .hero h1{font-size:40px}
  .steps{grid-template-columns:1fr}
  .arch-grid{grid-template-columns:repeat(2,1fr)}
  .navlinks{display:none}
  section{padding:68px 0}
}
@media (max-width:560px){
  .hero h1{font-size:33px}
  h2.display{font-size:27px}
  .arch-grid{grid-template-columns:1fr}
  .brand .tag{display:none}
  .wrap{padding:0 20px}
}
@media (prefers-reduced-motion:reduce){
  *{transition:none !important; animation:none !important}
  html{scroll-behavior:auto}
}

/* ---------- Alignment-profile checklist (merged from prior draft) ---------- */
.check-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:13px 32px; margin-top:36px; list-style:none; padding:0
}
.check-grid li{display:flex; align-items:flex-start; gap:11px; font-size:15px; color:var(--ink-2)}
.check-mark{
  flex:0 0 auto; width:19px; height:19px; border-radius:50%;
  background:var(--sage); color:#fff; font-size:11px; line-height:19px;
  text-align:center; margin-top:1px
}
.navlinks a.navcta{color:var(--plum); font-weight:500}
@media (max-width:640px){ .check-grid{grid-template-columns:1fr} }

/* ---------- Body text size bump (+2px), added 2026-08-18 ---------- */
body{font-size:18px}
.lede{font-size:21px}
.hero .lede{font-size:22px}
.step p{font-size:17px}
.arch p.desc{font-size:16px}
.pointlist li{font-size:17px}
.quotecard p{font-size:21px}
.check-grid li{font-size:17px}
