:root{
  --bg:#f8f3eb;
  --paper:#fffaf3;
  --ink:#151515;
  --muted:#66615a;
  --line:#e8dfd3;
  --accent:#f15a24;
  --accent-dark:#d94812;
  --soft:#f3eadf;
  --charcoal:#242424;
  --max:1180px;
  --radius:16px;
  --shadow:0 10px 28px rgba(33,25,16,.055);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--accent)}
:focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:5px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,252,247,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(232,223,211,.9)}
.header-inner{width:min(var(--max),calc(100% - 40px));margin:auto;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{text-decoration:none;white-space:nowrap;line-height:1;display:block;color:var(--ink)}
.brand strong{display:inline-block;position:relative;font-family:"Arial Black",Arial,Helvetica,sans-serif;font-size:1.48rem;font-weight:900;letter-spacing:-.065em;line-height:.92}
.brand strong::after{content:"";display:block;width:34px;height:4px;background:var(--accent);border-radius:99px;margin-top:7px}
.brand span{display:block;margin-top:6px;font-size:.68rem;font-weight:500;letter-spacing:.005em;line-height:1.25;color:#68625c;white-space:normal}
.nav{display:flex;gap:28px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.nav a{text-decoration:none;font-weight:600;font-size:.94rem;white-space:nowrap;padding:7px 0}
.nav .active{border-bottom:3px solid var(--accent)}
main:not(.home-main){width:min(var(--max),calc(100% - 40px));margin:auto;padding:52px 0 82px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;font-weight:800;padding:13px 23px;line-height:1.1;box-shadow:none}
.btn:hover{background:var(--accent-dark);color:#fff}
.home-main{width:100%;padding:0 0 76px}
.home-main>section:not(.home-hero){width:min(var(--max),calc(100% - 40px));margin-left:auto;margin-right:auto}
.home-hero{width:100%;display:grid;grid-template-columns:minmax(330px,.92fr) minmax(520px,1.25fr);background:#f0e7db;min-height:420px;overflow:hidden}
.hero-copy{align-self:center;padding:54px 32px 54px max(24px,calc((100vw - var(--max))/2 + 20px))}
.hero-copy h1{font-size:clamp(2.7rem,4.8vw,4.9rem);line-height:.98;letter-spacing:-.05em;margin:0 0 20px;font-weight:850;overflow-wrap:anywhere}
.hero-copy h1 em{font-style:normal;color:var(--accent)}
.hero-copy p{font-size:clamp(1rem,1.35vw,1.18rem);max-width:560px;margin:0 0 26px;color:#37332e}
.hero-art{min-width:0;display:flex;align-items:stretch;justify-content:flex-end;overflow:hidden;background:#eee5d8}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center;max-width:856px}
.quick-section{padding-top:34px}
.quick-section h2,.section-heading h2{font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.08;letter-spacing:-.035em;margin:0;font-weight:850;overflow-wrap:anywhere}
.section-intro{margin:5px 0 20px;color:var(--muted);font-size:1rem}
.quick-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.quick-card{display:flex;flex-direction:column;min-width:0;background:rgba(255,250,243,.95);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;box-shadow:var(--shadow);position:relative}
.quick-card img{width:100%;aspect-ratio:1.72/1;object-fit:cover;max-width:245px;margin-inline:auto}
.quick-card span{display:flex;flex-direction:column;gap:5px;padding:15px 40px 18px 15px;min-width:0}
.quick-card strong{font-size:1.03rem;line-height:1.15;overflow-wrap:anywhere}
.quick-card small{font-size:.82rem;line-height:1.35;color:var(--muted)}
.quick-card b{position:absolute;right:11px;bottom:13px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:1rem}
.feature-panel{margin-top:22px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:linear-gradient(100deg,#2a2a2a 0 42%,#f4eadf 42% 100%);min-height:250px;padding:0!important}
.feature-copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:28px 30px;background:#282828;color:#fff}
.kicker{margin:0 0 8px;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}
.feature-copy h2{font-size:clamp(1.9rem,3vw,2.65rem);line-height:1.03;letter-spacing:-.04em;margin:0 0 10px;overflow-wrap:anywhere}
.feature-copy p:not(.kicker){margin:0 0 19px;color:#ece8e2}
.feature-copy .btn{align-self:flex-start}
.feature-panel>img{width:100%;height:100%;min-height:250px;object-fit:cover;object-position:center;max-width:390px;justify-self:start;background:#3a3027}
.popular{padding-top:26px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}
.section-heading a{color:var(--accent);font-weight:800;text-decoration:none;white-space:nowrap}
.popular-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.popular-grid a{background:transparent;text-decoration:none;display:flex;flex-direction:column;gap:5px;min-width:0;padding:0}
.popular-grid strong{font-size:.98rem;line-height:1.27;font-weight:600;letter-spacing:-.018em;overflow-wrap:anywhere}
.popular-grid span{font-size:.84rem;line-height:1.48;font-weight:400;color:#6b665f}
.benefit-strip{margin-top:26px!important;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius);background:#fffaf4;overflow:hidden}
.benefit{padding:20px 24px;border-right:1px solid var(--line)}
.benefit:last-child{border-right:0}.benefit strong{display:block;font-size:1.02rem;font-weight:650;letter-spacing:-.012em}.benefit span{color:var(--muted);font-size:.86rem;font-weight:400;line-height:1.45}
/* General / article pages */
.hero{padding:34px 0 18px;max-width:900px}
.eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:var(--accent);margin:0 0 12px}
.hero h1,.article h1{font-size:clamp(2.25rem,5.8vw,4.75rem);line-height:.99;letter-spacing:-.045em;margin:.05em 0 .3em;font-weight:850;overflow-wrap:anywhere}
.article h1{font-size:clamp(2.15rem,4.8vw,4.1rem);max-width:940px}
.dek{font-size:clamp(1.1rem,2.2vw,1.34rem);color:#45413b;max-width:780px;margin:0 0 24px}
.lede{font-size:1.15rem;max-width:780px;color:#403c37}
.rule{font-weight:760;font-size:1.06rem;border-left:4px solid var(--accent);padding:11px 0 11px 17px;margin:25px 0}
.section{padding:28px 0}.section h2,.article h2{font-size:clamp(1.5rem,3vw,2.2rem);letter-spacing:-.03em;line-height:1.12;margin:1.35em 0 .52em;font-weight:820}.section h3,.article h3{font-size:1.14rem;margin:1.5em 0 .4em}
.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.card{grid-column:span 6;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:23px;box-shadow:var(--shadow)}.card.small{grid-column:span 4}.card h3{margin:.15rem 0 .55rem;font-size:1.22rem;line-height:1.18}.card p{margin:.2rem 0 .85rem;color:var(--muted)}.card a{font-weight:800;text-decoration:none}.tag{display:inline-block;font-size:.72rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;background:var(--soft);padding:5px 8px;border-radius:999px;margin-bottom:8px;color:#4d453b}
.steps{counter-reset:step;display:grid;gap:12px}.step{counter-increment:step;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px}.step:before{content:counter(step);display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent);color:white;font-weight:900;margin-right:10px}.step strong{font-size:1.02rem}
.callout{background:#fff4e8;border:1px solid #f0d5bf;border-left:5px solid var(--accent);border-radius:var(--radius);padding:21px 23px;margin:28px 0}.callout strong{display:block;font-size:1.05rem;margin-bottom:4px}.short{background:var(--charcoal);color:#fff;border-radius:var(--radius);padding:24px;margin:32px 0}.short h2{color:#fff;margin-top:0}.short p:last-child{margin-bottom:0}
.article{max-width:860px}.article p,.article li{font-size:1.045rem}.article ul{padding-left:1.3rem}.article .meta{color:var(--muted);font-size:.9rem;margin-top:-8px}.breadcrumbs{font-size:.87rem;color:var(--muted);margin-bottom:20px}.breadcrumbs a{color:var(--muted)}
.related{margin-top:48px;padding-top:28px;border-top:1px solid var(--line)}.related-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.related a{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:15px;text-decoration:none;font-weight:750;line-height:1.3;overflow-wrap:anywhere}
.notice{font-size:.87rem;color:var(--muted);border-top:1px solid var(--line);padding-top:18px;margin-top:34px}.policy-list{display:grid;gap:10px}.policy-item{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:18px 20px}.policy-item strong{display:block;margin-bottom:4px}
.site-footer{border-top:1px solid var(--line);background:#f1ebe2}.footer-inner{width:min(var(--max),calc(100% - 40px));margin:auto;padding:34px 0 42px;display:grid;grid-template-columns:1.2fr 1.6fr;gap:30px;align-items:start}.footer-brand strong{display:inline-block;font-family:"Arial Black",Arial,Helvetica,sans-serif;font-size:1.32rem;font-weight:900;letter-spacing:-.06em;line-height:.95}.footer-brand strong::after{content:"";display:block;width:28px;height:3px;background:var(--accent);border-radius:99px;margin-top:7px}.footer-small{color:#68625c;font-size:.82rem;font-weight:400;line-height:1.55;max-width:470px;margin:.8rem 0 0}.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-end}.footer-links a{font-size:.8rem;font-weight:600;letter-spacing:.005em;color:#48433d;text-decoration:none}
@media(max-width:1050px){
  .home-hero{grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr)}
  .quick-grid,.popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .quick-card:nth-child(n+4),.popular-grid a:nth-child(n+4){grid-column:span 1}
  .feature-panel{grid-template-columns:1fr 390px}
}
@media(max-width:800px){
  .header-inner{min-height:72px;align-items:flex-start;flex-direction:column;padding:14px 0;gap:9px}.nav{gap:18px}
  .home-hero{grid-template-columns:1fr 1fr;min-height:360px}.hero-copy{padding:40px 22px}.hero-copy h1{font-size:clamp(2.4rem,6.2vw,3.5rem)}
  .quick-grid,.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feature-panel{grid-template-columns:1fr 310px}.feature-panel>img{max-width:310px}
  .benefit-strip{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}
  .card,.card.small{grid-column:1/-1}.related-links{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}
}
@media(max-width:620px){
  .header-inner,.home-main>section:not(.home-hero),main:not(.home-main),.footer-inner{width:min(100% - 30px,var(--max))}
  .brand{font-size:1.22rem}.brand span{font-size:.67rem}.nav{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{font-size:.88rem}
  .home-hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:31px 16px 25px}.hero-copy h1{font-size:clamp(2.25rem,11vw,3.05rem);line-height:1}.hero-copy p{font-size:.98rem}.hero-art{min-height:205px;max-height:245px}.hero-art img{max-width:none;width:100%;height:100%;object-fit:cover}
  .quick-section{padding-top:26px}.quick-section h2,.section-heading h2{font-size:1.7rem}.section-intro{font-size:.93rem}
  .quick-grid{grid-template-columns:1fr}.quick-card{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:112px}.quick-card img{width:116px;height:100%;aspect-ratio:auto;object-fit:cover;max-width:116px}.quick-card span{justify-content:center;padding:15px 39px 14px 14px}.quick-card small{font-size:.8rem}
  .feature-panel{grid-template-columns:1fr;background:#282828}.feature-copy{padding:23px 22px}.feature-panel>img{width:100%;max-width:none;min-height:175px;max-height:210px;object-fit:cover;justify-self:stretch}
  .section-heading{align-items:center}.section-heading a{font-size:.86rem}.popular-grid{grid-template-columns:1fr}.popular-grid a{border-bottom:1px solid var(--line);padding-bottom:13px}.popular-grid a:last-child{border-bottom:0}
  .hero{padding-top:20px}.article h1,.hero h1{letter-spacing:-.035em}.article p,.article li{font-size:1rem}.short,.callout{padding:20px}
}
@media(max-width:360px){
  .header-inner,.home-main>section:not(.home-hero),main:not(.home-main),.footer-inner{width:calc(100% - 24px)}
  .hero-copy{padding-left:12px;padding-right:12px}.hero-copy h1{font-size:2.12rem}.btn{padding:12px 18px}.quick-card{grid-template-columns:100px minmax(0,1fr)}.quick-card img{width:100px;max-width:100px}.quick-card strong{font-size:.98rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}


/* v1.5 — typography system redesign */
:root{--display:Arial,Helvetica,sans-serif;--brand:"Arial Black",Arial,Helvetica,sans-serif}
body{font-family:var(--display);font-weight:400;letter-spacing:-.006em}
.nav a{font-size:.91rem;font-weight:700;letter-spacing:-.015em}
.btn{font-size:.96rem;font-weight:800;letter-spacing:-.018em}
.hero-copy h1,.hero h1,.article h1{font-family:var(--display);font-weight:900;letter-spacing:-.06em}
.hero-copy p,.dek,.lede{letter-spacing:-.012em}
.quick-section h2,.section-heading h2,.feature-copy h2,.section h2,.article h2{font-family:var(--display);font-weight:800;letter-spacing:-.045em}
.quick-card strong{font-size:1rem;font-weight:800;letter-spacing:-.03em;line-height:1.13}
.quick-card small{font-size:.79rem;line-height:1.42;letter-spacing:0;color:#716b64}
.kicker,.eyebrow,.tag{font-weight:800;letter-spacing:.115em}
.feature-copy h2{font-weight:850}
.section-heading{margin-bottom:16px}
.section-heading a{font-size:.83rem;font-weight:700;letter-spacing:-.01em}
.popular-grid{gap:18px}
.popular-grid a{gap:8px;padding-top:12px;border-top:3px solid #e3d9cd;transition:border-color .15s ease,transform .15s ease}
.popular-grid a:hover{border-top-color:var(--accent);transform:translateY(-1px)}
.popular-grid strong{font-family:var(--display);font-size:1.03rem;line-height:1.16;font-weight:800;letter-spacing:-.035em;color:#1d1b19}
.popular-grid span{font-size:.81rem;line-height:1.5;font-weight:400;letter-spacing:-.003em;color:#716b64;max-width:26ch}
.benefit strong{font-size:1rem;font-weight:800;letter-spacing:-.025em}
.benefit span{font-size:.84rem;line-height:1.5;color:#6f6962}
.article p,.article li{line-height:1.72;letter-spacing:-.006em}
.article h2{font-weight:800}.article h3,.section h3,.card h3{font-weight:750;letter-spacing:-.025em}
.rule,.related a,.card a{font-weight:700}
@media(max-width:620px){
  .brand strong{font-size:1.28rem}.brand strong::after{width:29px;height:3px;margin-top:6px}.brand span{font-size:.64rem;margin-top:5px}
  .popular-grid a{padding-top:11px;padding-bottom:15px;gap:6px}.popular-grid strong{font-size:1rem}.popular-grid span{font-size:.8rem;max-width:none}
  .footer-brand strong{font-size:1.22rem}
}

/* v1.6 — visual hierarchy refinement */
.brand strong,.footer-brand strong{letter-spacing:-.045em}
.nav a{font-weight:550;letter-spacing:-.01em}
.hero-copy h1{font-weight:760;letter-spacing:-.052em}
.quick-section h2,.section-heading h2{font-weight:720;letter-spacing:-.038em}
.quick-card strong{font-weight:620;letter-spacing:-.02em}
.feature-copy h2{font-weight:720;letter-spacing:-.035em}
.benefit strong{font-weight:620}
.hero-art img{object-position:64% center}
.popular-grid{gap:14px}
.popular-grid a{position:relative;display:flex;flex-direction:column;gap:0;padding:0 0 16px;background:rgba(255,250,243,.76);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow);transition:transform .15s ease,box-shadow .15s ease}
.popular-grid a:hover{border-color:var(--line);transform:translateY(-2px);box-shadow:0 12px 30px rgba(33,25,16,.08)}
.popular-grid img{width:100%;aspect-ratio:1.78/1;height:auto;object-fit:cover}
.popular-copy{display:flex;flex-direction:column;gap:7px;padding:14px 38px 0 14px;min-width:0}
.popular-grid strong{font-size:.98rem;line-height:1.22;font-weight:620;letter-spacing:-.024em;color:#1d1b19}
.popular-grid .title-note{font:inherit;color:inherit}
.popular-grid small{font-size:.8rem;line-height:1.42;font-weight:400;color:#716b64}
.popular-grid b{position:absolute;right:11px;bottom:13px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:.95rem}
.footer-links a{font-weight:500}
@media(max-width:620px){
  .hero-art img{object-position:67% center}
  .popular-grid a{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:112px;padding:0;border-bottom:1px solid var(--line)}
  .popular-grid img{width:116px;height:100%;aspect-ratio:auto;object-fit:cover}
  .popular-copy{justify-content:center;padding:14px 38px 14px 14px}
  .popular-grid strong{font-size:.96rem}
  .popular-grid small{font-size:.78rem}
}
@media(max-width:360px){.popular-grid a{grid-template-columns:100px minmax(0,1fr)}.popular-grid img{width:100px}}
