
:root{
  --paper:#fbfaf6; --paper2:#f2eee5; --ink:#111111; --muted:#5f5b53;
  --line:#ded7c9; --soft:#ebe5d8; --sun:#f2c12e; --dark:#0f0f0f; --white:#ffffff;
  --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} p,h1,h2,h3{margin-top:0}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,48px);position:sticky;top:0;z-index:50;background:rgba(251,250,246,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,17,17,.08)}.brand img{height:34px;width:auto}.links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:#262626}.links a{white-space:nowrap}.nav-cta{border:1px solid var(--line);border-radius:999px;padding:9px 15px;background:#fff}.hamb,#menu{display:none}.eyebrow{margin:0 0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#937515;font-weight:900}.eyebrow.light{color:var(--sun)}h1{font-size:clamp(48px,8vw,112px);line-height:.89;letter-spacing:-.07em;margin-bottom:20px;max-width:1000px}h2{font-size:clamp(34px,5vw,68px);line-height:.94;letter-spacing:-.055em;margin-bottom:18px}h3{font-size:clamp(22px,2.35vw,34px);line-height:1.02;letter-spacing:-.035em;margin-bottom:10px}.lead{font-size:clamp(18px,2vw,25px);line-height:1.35;color:rgba(255,255,255,.82);max-width:720px}.hero{position:relative;min-height:calc(100svh - 72px);display:grid;align-items:end;overflow:hidden;background:#111}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hero-content{position:relative;color:#fff;width:100%;max-width:var(--max);margin:0 auto;padding:0 24px clamp(48px,8vw,88px)}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 22px;border-radius:999px;font-size:15px;font-weight:850}.primary{background:#fff;color:#111}.secondary{border:1px solid rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.intro-panel{display:grid;grid-template-columns:1.12fr .88fr;gap:58px;align-items:end;max-width:var(--max);margin:0 auto;padding:70px 24px;border-bottom:1px solid var(--line)}.intro-panel p:not(.eyebrow){font-size:21px;line-height:1.48;color:var(--muted);max-width:580px}.section{padding:82px 24px}.section-head{max-width:var(--max);margin:0 auto 34px}.section-head.narrow{max-width:880px}.section-head.center{text-align:center}.section-head.split{display:grid;grid-template-columns:1fr 360px;gap:36px;align-items:end}.section-head.split p:not(.eyebrow){font-size:18px;line-height:1.45;color:var(--muted);margin-bottom:4px}.process-section{background:var(--paper)}.process-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #222;border-bottom:1px solid var(--line);position:relative}.process-grid:before{content:"";position:absolute;left:0;right:0;top:76px;height:1px;background:var(--line)}.process-grid article{min-height:318px;padding:34px 24px 30px;border-right:1px solid var(--line);position:relative}.process-grid article:last-child{border-right:0}.process-grid span{display:flex;width:84px;height:84px;align-items:center;justify-content:center;border-radius:50%;background:var(--paper);border:1px solid #222;font-size:20px;font-weight:900;position:relative;z-index:1;margin-bottom:72px}.process-grid article:nth-child(even) span{background:var(--sun)}.process-grid p{color:var(--muted);font-size:16px;line-height:1.52;margin-bottom:0}.sense-section{background:#fff}.sense-title{max-width:var(--max);margin:0 auto 30px}.sense-title h2{max-width:930px}.sense-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr .85fr;gap:18px}.sense-card,.sense-note{border-radius:30px;padding:30px;border:1px solid var(--line);background:var(--paper)}.sense-card.no{background:#111;color:#fff;border-color:#111}.sense-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#8e7114;margin-bottom:18px}.sense-card.no .sense-kicker{color:var(--sun)}.sense-card ul{list-style:none;padding:0;margin:18px 0 0}.sense-card li{border-top:1px solid var(--line);padding:14px 0;color:#333;line-height:1.38}.sense-card.no li{border-color:rgba(255,255,255,.16);color:#ddd}.sense-card li:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--sun);margin-right:10px;transform:translateY(-1px)}.sense-note{background:var(--paper2);display:flex;flex-direction:column;justify-content:space-between}.sense-note p{color:var(--muted);line-height:1.48}.sense-note a{font-weight:900;border-bottom:2px solid var(--sun);width:max-content;padding-bottom:4px}.guides-section{background:var(--paper2)}.guide-cards{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.22fr .88fr;grid-template-rows:1fr 1fr;gap:18px}.guide-card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;display:grid;grid-template-columns:168px 1fr;min-height:232px;box-shadow:0 1px 0 rgba(0,0,0,.02);transition:transform .18s ease,box-shadow .18s ease}.guide-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.08)}.guide-card img{height:100%;width:100%;object-fit:cover;background:#ddd}.guide-card div{padding:24px;display:flex;flex-direction:column;justify-content:end}.guide-card small{color:#8e7114;text-transform:uppercase;letter-spacing:.11em;font-weight:900;margin-bottom:14px}.guide-card h3{font-size:26px}.guide-card p{color:var(--muted);line-height:1.45;margin-bottom:0}.guide-card.featured{grid-row:span 2;display:block}.guide-card.featured img{height:320px}.guide-card.featured h3{font-size:40px}.references-section{background:#fff}.ref-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ref-grid article{min-height:465px;border-radius:30px;background-size:cover;background-position:center;position:relative;overflow:hidden}.ref-grid div{position:absolute;left:24px;right:24px;bottom:24px;color:#fff}.ref-grid small{display:block;text-transform:uppercase;letter-spacing:.13em;color:var(--sun);font-weight:900;margin-bottom:12px}.ref-grid h3{font-size:32px}.ref-grid p{color:#e2e2e2;line-height:1.42;margin-bottom:0}.final-cta{background:#0f0f0f;color:#fff;text-align:center;padding:86px 24px}.final-cta img{height:54px;margin:0 auto 24px}.final-cta h2{max-width:850px;margin-left:auto;margin-right:auto}.final-cta p:not(.eyebrow){font-size:20px;line-height:1.44;color:#d0d0d0;max-width:660px;margin-left:auto;margin-right:auto}.center-row{justify-content:center}.lightbtn{background:var(--sun);color:#111}.ghost{border:1px solid rgba(255,255,255,.34);color:#fff}.article-shell{background:var(--paper)}.article-hero{position:relative;min-height:440px;display:flex;align-items:flex-end;background:#111;overflow:hidden}.article-hero .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.article-hero-content{position:relative;color:#fff;width:100%;max-width:980px;padding:0 24px 56px;margin:0 auto}.article-hero h1{font-size:clamp(42px,6.7vw,82px);line-height:.92;max-width:900px}.article-hero .lead{font-size:clamp(18px,2vw,22px);max-width:760px}.article-body{max-width:880px;margin:0 auto;padding:58px 24px 74px}.article-body h2{font-size:clamp(30px,4vw,48px);margin-top:40px}.article-body p{font-size:19px;line-height:1.66;color:#3c3935}.article-body ul{padding-left:0;list-style:none;margin:18px 0 30px}.article-body li{font-size:18px;line-height:1.55;padding:12px 0;border-top:1px solid var(--line);color:#333}.article-body li:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--sun);margin-right:10px;transform:translateY(-1px)}.article-callout{margin:36px 0;padding:28px;border-radius:26px;background:#fff;border:1px solid var(--line)}.article-callout h3{font-size:28px}.article-cta{margin-top:46px;padding:34px;border-radius:30px;background:#111;color:#fff}.article-cta p{color:#ddd}.article-cta .secondary{background:transparent}.back-link{display:inline-flex;margin-bottom:24px;font-weight:850;color:#7d6411;border-bottom:2px solid var(--sun);padding-bottom:4px}@media(max-width:980px){.nav{height:68px}.brand img{height:31px}.hamb{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:8px}.hamb span{width:24px;height:2px;background:#111}.links{display:none;position:absolute;top:68px;left:0;right:0;background:rgba(251,250,246,.98);padding:20px 22px 24px;flex-direction:column;align-items:flex-start;gap:18px;border-bottom:1px solid var(--line);box-shadow:0 20px 36px rgba(0,0,0,.08)}#menu:checked~.links{display:flex}.hero{min-height:720px}.hero-content{padding:0 22px 44px}.intro-panel,.section-head.split,.sense-grid,.guide-cards,.ref-grid,.process-grid{grid-template-columns:1fr}.intro-panel{gap:16px;padding:54px 22px}.intro-panel p:not(.eyebrow){font-size:18px}.section{padding:58px 22px}.process-grid{border-top:1px solid var(--line)}.process-grid:before{display:none}.process-grid article{min-height:auto;border-right:0;border-bottom:1px solid var(--line);padding:28px 0}.process-grid article:last-child{border-bottom:0}.process-grid span{width:70px;height:70px;margin-bottom:24px}.sense-card,.sense-note{padding:24px;border-radius:24px}.guide-card,.guide-card.featured{display:block;min-height:auto}.guide-card img,.guide-card.featured img{height:220px}.guide-card.featured h3{font-size:30px}.guide-card h3{font-size:25px}.ref-grid article{min-height:380px}.article-hero{min-height:480px}.article-hero-content{padding-bottom:44px}.article-body{padding:42px 22px 62px}.article-body p{font-size:18px}.article-cta{padding:26px}.cta-row .btn{width:100%}.hero .cta-row .btn{width:auto}}@media(max-width:560px){h1{font-size:48px}h2{font-size:34px}.lead{font-size:18px}.hero{min-height:650px}.hero-bg{background-position:center}.btn{width:100%;min-height:50px}.hero .cta-row{gap:10px}.hero .cta-row .btn{width:100%}.section{padding:50px 18px}.intro-panel{padding:46px 18px}.guide-card img,.guide-card.featured img{height:190px}.ref-grid article{min-height:340px}.final-cta{padding:66px 18px}.article-hero{min-height:430px}.article-hero h1{font-size:40px}.article-body{padding-left:18px;padding-right:18px}.nav{padding:0 14px}}

.ref-videos{max-width:var(--max);margin:26px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ref-videos article{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 18px 45px rgba(17,17,17,.08)}
.ref-videos video{width:100%;display:block;aspect-ratio:16/9;object-fit:cover;background:#111}
.ref-videos p{margin:0;padding:14px 16px 16px;color:var(--muted);font-weight:800}
@media(max-width:820px){.ref-videos{grid-template-columns:1fr}}
