:root{--paper:#fbf4e8;--white:#fff;--surface:#f3e8d6;--ink:#241c14;--muted:#6b5d4d;--border:#e4d4b8;--red:#c1502e;--red-dark:#a6421f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Arial,sans-serif;line-height:1.65}a{color:inherit}.skip{position:fixed;top:12px;left:12px;z-index:3;padding:10px 14px;background:var(--ink);color:var(--paper);transform:translateY(-160%)}.skip:focus{transform:translateY(0)}.header,footer,.hero,.section,.callout,.guide-hero,.guide-layout{width:min(1120px,calc(100% - 48px));margin:auto}.header{min-height:68px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{font-family:Georgia,serif;font-size:1.15rem;font-weight:bold;text-decoration:none}.brand span,.eyebrow{color:var(--red-dark)}.brand b{margin-left:8px;color:var(--muted);font-family:Arial,sans-serif;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.header-link{color:var(--muted);font-size:.82rem;font-weight:bold;text-decoration:none}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;padding:88px 0}.eyebrow{margin:0 0 12px;font-size:.7rem;font-weight:bold;letter-spacing:.1em;text-transform:uppercase}.eyebrow:before{display:inline-block;width:23px;height:3px;margin:0 9px 3px 0;border-radius:3px;background:var(--red);content:""}h1,h2,h3{font-family:Georgia,serif;line-height:1.08;letter-spacing:-.04em}h1{margin:0;font-size:clamp(2.4rem,5vw,4.4rem)}h1 em{color:var(--red-dark);font-style:normal}.hero p:not(.eyebrow),.guide-hero>p:last-child,.callout p,.section>p:last-of-type{max-width:58ch;color:var(--muted)}.button{display:inline-block;margin-top:12px;padding:12px 18px;border-radius:10px;background:var(--red);color:#fff;font-size:.85rem;font-weight:bold;text-decoration:none}.hero-card{min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(145deg,#f6ded0,var(--surface));box-shadow:0 18px 40px -24px var(--ink)}.hero-card p,.hero-card span{margin:0;color:var(--muted);font-size:.8rem;font-weight:bold}.hero-card strong{margin:8px 0 12px;font-family:Georgia,serif;font-size:2.4rem;line-height:1.03}.section{padding:70px 0}.section h2,.callout h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}.topic-grid,.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.topic,.video-grid article{min-height:230px;padding:22px;border:1px solid var(--border);border-radius:12px;text-decoration:none}.topic:hover{border-color:var(--red);transform:translateY(-2px)}.topic span{color:var(--red-dark);font-size:.78rem;font-weight:bold}.topic h3,.video-grid h3{margin:28px 0 8px;font-size:1.2rem}.topic p{color:var(--muted);font-size:.83rem}.topic b{display:block;margin-top:22px;color:var(--red-dark);font-size:.78rem}.videos{width:100%;max-width:none;padding-inline:max(24px,calc((100% - 1120px)/2));background:var(--paper)}.video-grid{grid-template-columns:repeat(3,1fr)}.video-grid article{background:#fff}.video-grid i{display:grid;place-items:center;width:48px;height:48px;margin-bottom:32px;border-radius:50%;background:var(--red);color:#fff;font-style:normal}.video-grid span{color:var(--muted);font-size:.75rem;font-weight:bold}.callout{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-block:74px;padding:42px;border-radius:14px;background:var(--surface)}footer{display:flex;justify-content:space-between;gap:20px;padding:28px 0;color:var(--muted);font-size:.75rem}.guide-hero{padding:72px 0 42px}.guide-layout{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:58px;padding-bottom:76px}.toc{position:sticky;top:22px;max-height:calc(100vh - 44px);overflow:auto;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--paper)}.toc p{margin:0 0 12px;font-size:.75rem;font-weight:bold}.toc nav{display:grid;gap:3px}.toc a{padding:5px 4px;color:var(--muted);font-size:.76rem;line-height:1.3;text-decoration:none}.guide{max-width:780px}.guide h2{margin:66px 0 14px;padding-top:8px;font-size:2rem;scroll-margin-top:24px}.guide h3{margin:38px 0 10px;font-size:1.35rem}.guide p{margin:0 0 18px}.guide li{margin:7px 0}.guide a{color:var(--red-dark);font-weight:bold}.guide code{padding:2px 5px;border-radius:4px;background:var(--paper);font-size:.9em}.guide hr{border:0;border-top:1px solid var(--border);margin:48px 0}.guide aside{margin:24px 0;padding:16px 18px;border-left:4px solid var(--red);border-radius:0 10px 10px 0;background:var(--paper)}.table-wrap{overflow:auto;margin:22px 0}.guide table{width:100%;border-collapse:collapse;font-size:.86rem}.guide th,.guide td{padding:11px 12px;border:1px solid var(--border);vertical-align:top;text-align:left}.guide th{background:var(--paper);font-size:.78rem}.guide-phone-frame{display:block;width:min(100%,390px);margin:28px auto;overflow:hidden;border:7px solid var(--ink);border-radius:30px;background:var(--ink);box-shadow:0 20px 40px -24px var(--ink)}.guide-phone-shot{display:block;width:calc(100% + 10px);max-width:none;margin:0 0 -10px}@media(max-width:800px){.header,footer,.hero,.section,.callout,.guide-hero,.guide-layout{width:min(100% - 32px,1120px)}.hero{grid-template-columns:1fr;gap:30px;padding:56px 0}.hero-card{min-height:220px}.topic-grid,.video-grid{grid-template-columns:1fr 1fr}.guide-layout{grid-template-columns:1fr;gap:24px}.toc{position:static;max-height:none}.callout{align-items:flex-start;flex-direction:column;margin-block:52px}.guide h2{margin-top:46px}}@media(max-width:520px){.topic-grid,.video-grid{grid-template-columns:1fr}footer{flex-direction:column}.section{padding:55px 0}}
