/* Free State Storage — pre-launch landing.
   Palette mirrors free-state-storage-next/app/globals.css (warm ink + limestone + KU Night). */
:root{
  --cream:#FAFAF7;--cream-50:#FDFCF8;--surface:#FFFFFF;
  --ink:#0F172A;--ink-700:#1F2433;--ink-500:#4A5266;--ink-100:#E5E8EE;
  --stone:#2E2A20;--stone-hover:#1E1B14;--stone-300:#A79E82;--stone-400:#6E6853;
  --limestone:#D7D2CB;--limestone-light:#E8E4DD;--limestone-pale:#F5F3EC;
  --navy:#003459;--navy-700:#00283F;--navy-900:#001B2C;
  --wheat:#F2A900;--grey:#85898A;
  --font:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.65;color:var(--ink);background:var(--cream)}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.02em;line-height:1.1}
p{margin:0}
.wrap{width:min(100% - 2.5rem,68rem);margin-inline:auto}

.skip-link{position:absolute;left:-999px;top:0;background:var(--stone);color:#fff;padding:.5rem 1rem;z-index:100}
.skip-link:focus{left:1rem;top:1rem}

.header{border-bottom:1px solid var(--limestone);background:var(--cream)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}
.brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;font-weight:700;letter-spacing:-.01em;font-size:1.05rem}
.header-place{font-size:.875rem;color:var(--ink-500);font-weight:500}
.header-nav{display:flex;align-items:center;gap:1.25rem}
.header-nav a{font-size:.9rem;font-weight:600;text-decoration:none;color:var(--ink);padding:.35rem 0;border-bottom:2px solid transparent}
.header-nav a:hover{border-bottom-color:var(--stone)}
@media (max-width:480px){.header-nav .header-place{display:none}}

.eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-400);margin-bottom:.9rem}
.accent{color:var(--stone-400)}

.hero{position:relative;padding:5.5rem 0 6rem;overflow:hidden;color:#fff;
  background:
    linear-gradient(90deg,rgba(23,20,14,.86) 0%,rgba(23,20,14,.66) 45%,rgba(23,20,14,.28) 100%),
    linear-gradient(180deg,rgba(23,20,14,.25) 0%,rgba(23,20,14,0) 40%,rgba(23,20,14,.35) 100%),
    url("../img/hero-lawrence.webp") center 40%/cover no-repeat,
    var(--stone)}
.hero .eyebrow{color:var(--limestone)}
.hero .accent{color:var(--limestone)}
.hero-inner{max-width:44rem}
.hero h1{font-size:clamp(2.4rem,6vw,4.25rem);letter-spacing:-.025em;line-height:1.05;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.lead{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.55;color:rgba(255,255,255,.9);margin-top:1.4rem;max-width:36rem}
.hero .notify-note{margin-top:.85rem;color:rgba(255,255,255,.78)}
.hero .btn-ghost{border-color:#fff;color:#fff}
.hero .btn-ghost:hover{background:#fff;color:var(--stone)}
@media (max-width:699px){
  .hero{background-image:
    linear-gradient(180deg,rgba(23,20,14,.8) 0%,rgba(23,20,14,.7) 60%,rgba(23,20,14,.85) 100%),
    url("../img/hero-lawrence-960.webp");background-position:center;background-size:cover}
}

.notify{color:var(--ink);margin-top:2.25rem;padding:1.5rem;background:var(--surface);border:1px solid var(--limestone);border-radius:1rem;box-shadow:0 10px 30px -18px rgba(15,23,42,.25);max-width:34rem}
.notify-label{display:block;font-weight:600;margin-bottom:.75rem}
.notify-row{display:flex;gap:.6rem;flex-wrap:wrap}
.notify input[type=email]{flex:1 1 14rem;min-width:0;font:inherit;padding:.8rem 1rem;border:1px solid var(--stone-300);border-radius:.6rem;background:var(--cream-50);color:var(--ink)}
.notify input[type=email]::placeholder{color:#5F6263;opacity:1}
.notify input[type=email]:focus{outline:2px solid var(--navy);outline-offset:2px;border-color:var(--navy)}
.notify button{font:inherit;font-weight:600;padding:.8rem 1.35rem;border:0;border-radius:.6rem;background:var(--stone);color:#fff;cursor:pointer;white-space:nowrap}
.notify button:hover{background:var(--stone-hover)}
.notify button:focus-visible{outline:2px solid var(--navy);outline-offset:2px}
.notify-note{margin-top:.7rem;font-size:.8125rem;color:var(--ink-500);max-width:34rem}
.hidden-field{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}

.expect{padding:4.5rem 0;background:var(--surface);border-block:1px solid var(--limestone)}
.expect h2,.story h2{font-size:clamp(1.7rem,3.5vw,2.4rem)}
.tiles{list-style:none;margin:2.25rem 0 0;padding:0;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}
.tiles li{padding:1.4rem;border:1px solid var(--limestone);border-radius:.9rem;background:var(--limestone-pale)}
.tiles svg{width:1.75rem;height:1.75rem;color:var(--stone);margin-bottom:.9rem}
.tiles h3{font-size:1.05rem;margin-bottom:.4rem}
.tiles p{font-size:.95rem;color:var(--ink-500)}

.story{padding:4.5rem 0;background:var(--limestone-light)}
.story-inner{max-width:42rem}
.story p{font-size:1.15rem;line-height:1.6;color:var(--ink-700);margin-top:1.25rem}
.story .story-owner{font-size:.95rem;color:var(--ink-500);padding-top:1.25rem;border-top:1px solid var(--limestone)}
.story-owner a{color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.story-link{display:inline-block;margin-top:1.25rem;font-weight:600;color:var(--stone);text-decoration:none;border-bottom:2px solid var(--stone-300)}
.story-link:hover{border-bottom-color:var(--stone)}

.faq{padding:4.5rem 0;background:var(--surface);border-block:1px solid var(--limestone)}
.faq-inner{max-width:44rem}
.faq h2{font-size:clamp(1.7rem,3.5vw,2.4rem)}
.faq-list{margin:2rem 0 0;padding:0}
.faq-item{padding:1.25rem 0;border-top:1px solid var(--limestone)}
.faq-item:last-child{border-bottom:1px solid var(--limestone)}
.faq-item dt{font-weight:600;font-size:1.05rem}
.faq-item dd{margin:.5rem 0 0;color:var(--ink-500);line-height:1.6}
.faq-item dd a{color:var(--navy);text-decoration:underline;text-underline-offset:3px}

.final{padding:4rem 0;background:var(--cream)}
.final-inner{text-align:center;max-width:36rem}
.final h2{font-size:1.6rem}
.final p{margin-top:.75rem;color:var(--ink-500)}
.btn-ghost{display:inline-block;margin-top:1.4rem;padding:.7rem 1.2rem;border:1px solid var(--stone);border-radius:.6rem;text-decoration:none;font-weight:600;font-size:.95rem}
.btn-ghost:hover{background:var(--stone);color:#fff}

.footer{background:var(--navy);color:#fff;padding:4rem 0}
.footer-inner{display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center;justify-content:space-between;font-size:.875rem}
.footer-brand{display:flex;align-items:center;gap:.75rem}
.footer-brand div{display:flex;flex-direction:column;line-height:1.3}
.footer-brand span{opacity:.75}
.footer-copy{opacity:.7}
.footer-flint{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.6rem;margin-top:1.25rem;text-decoration:none;opacity:.55;transition:opacity .2s}
.footer-flint:hover{opacity:.9}
.footer-flint span:first-child{font-family:"Courier New",monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:#fff}
.footer-flint-mark{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1px solid rgba(255,255,255,.35);border-radius:4px;font-family:"Courier New",monospace;font-size:.75rem;font-weight:700;color:#fff}
.footer-flint-mark em{font-style:normal;color:var(--wheat)}

@media (max-width:640px){
  .hero{padding:3.5rem 0 4rem}
  .notify{padding:1.15rem}
  .footer-flint{opacity:.75;gap:.75rem}
  .footer-flint span:first-child{font-size:.8rem}
  .footer-flint-mark{width:1.9rem;height:1.9rem;font-size:.95rem}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
