:root{--ink: #1c1917;--paper: #ffffff;--gulf: #0b6e6b;--gulf-dark: #084f4d;--rust: #c45c26;--rust-dark: #9a451c;--muted: #5c564e;--line: #e5e0d8;--white: #ffffff;--foot: #efe7dc;--radius: 16px}*{box-sizing:border-box}html,body{margin:0}body{font-family:"Source Sans 3",system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit}img{max-width:100%;display:block;border-radius:var(--radius)}h1,h2,h3{font-family:Fraunces,Georgia,serif;font-weight:700;line-height:1.15;margin:0}p{margin:0}:focus-visible{outline:2px solid var(--rust);outline-offset:3px}.site-header{position:sticky;top:.6rem;z-index:40;margin:.6rem;background:var(--gulf);color:var(--white);border-radius:var(--radius)}.header-inner{max-width:1120px;margin:0 auto;padding:.85rem 1.15rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{text-decoration:none;display:grid}.brand strong{font-family:Fraunces,Georgia,serif;font-size:1.05rem}.brand span{font-size:.75rem;opacity:.85}.desk-nav{display:none;gap:1.25rem;font-weight:600;font-size:.95rem}.desk-nav a{text-decoration:none;opacity:.92}.desk-nav a:hover,.desk-nav a.active{text-decoration:underline}.menu-btn{background:transparent;border:1px solid rgba(255,255,255,.45);color:var(--white);padding:.45rem .7rem;font:inherit;font-weight:700;cursor:pointer;border-radius:var(--radius)}.menu-btn.ink{color:var(--ink);border-color:var(--line)}.drawer{position:fixed;inset:.6rem .6rem .6rem auto;width:min(20rem,88vw);height:auto;background:var(--white);color:var(--ink);transform:translate(calc(100% + .6rem));transition:transform .28s ease;z-index:80;display:flex;flex-direction:column;box-shadow:-12px 0 40px #0000002e;border-radius:var(--radius)}.drawer.open{transform:none}.scrim{position:fixed;inset:0;background:#0c121273;z-index:70;border:0}.drawer header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.1rem;border-bottom:1px solid var(--line);font-weight:700}.drawer nav{padding:.6rem;overflow:auto;flex:1}.drawer nav a{display:block;padding:.7rem .8rem;text-decoration:none;font-weight:600;border-radius:var(--radius)}.drawer nav a:hover{background:#f4f4f4}.drawer .cta-stack{padding:1rem;display:grid;gap:.5rem;border-top:1px solid var(--line)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;font-weight:700;border:0;cursor:pointer;padding:.85rem 1.15rem;font-size:1rem;border-radius:var(--radius)}.btn-rust{background:var(--rust);color:#fff}.btn-rust:hover{background:var(--rust-dark)}.btn-sms{background:var(--rust);color:#fff;box-shadow:0 0 0 3px #c45c2647}.btn-sms:hover{background:var(--rust-dark)}.btn-ghost{background:transparent;color:var(--gulf-dark);border:1px solid var(--gulf)}.header-cta{display:flex;align-items:center;gap:.5rem}.header-cta .btn-sms{padding:.55rem .9rem;font-size:.95rem}.hero{display:grid;gap:1rem;max-width:1120px;margin:0 auto;padding:.4rem 1.15rem 0}.hero img{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;border-radius:var(--radius)}.hero-copy{padding:1.6rem 0 1.2rem}.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:var(--gulf);margin-bottom:.6rem}.hero h1{font-size:clamp(2.1rem,5vw,3.4rem);max-width:18em}.lede{margin-top:1rem;max-width:42rem;color:var(--muted);font-size:1.12rem}.actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}.band{max-width:1120px;margin:0 auto;padding:2.2rem 1.15rem}.split{display:grid;gap:1.4rem}.split img{width:100%;aspect-ratio:4 / 3;height:auto;object-fit:cover;border-radius:var(--radius)}.muted{color:var(--muted)}.muted+.muted,.kicker+.muted,h2+.muted{margin-top:.8rem}.grid-3,.grid-2{display:grid;gap:1rem;margin-top:1.2rem}.tile{background:var(--white);border:1px solid var(--line);border-top:4px solid var(--gulf);padding:1.15rem 1.1rem 1.3rem;text-decoration:none;border-radius:var(--radius);overflow:hidden}.tile h2{font-size:1.4rem}.tile h3{font-size:1.25rem}.tile p{margin-top:.55rem;color:var(--muted)}.tile img{aspect-ratio:16 / 10;height:auto;object-fit:cover;margin:-1.15rem -1.1rem .9rem;width:calc(100% + 2.2rem);max-width:none;border-radius:0}.num{font-family:Fraunces,Georgia,serif;color:var(--rust);font-size:1.4rem}.crumbs{font-size:.9rem;color:var(--muted);margin-bottom:.8rem}.crumbs a{font-weight:700;color:var(--gulf-dark)}.checks{margin:.8rem 0 0;padding-left:1.15rem;color:var(--muted)}.checks li{margin:.35rem 0}.faq details{border-bottom:1px solid var(--line);padding:.9rem 0;border-radius:0}.faq summary{cursor:pointer;font-weight:700}.faq p{margin-top:.5rem;color:var(--muted)}.book-grid{display:grid;gap:1.4rem;align-items:start}.book-grid img{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;object-position:center;border-radius:var(--radius)}.stack{margin-top:1.2rem}form{display:grid;gap:.75rem}label{font-weight:700;font-size:.9rem}input,textarea,select{font:inherit;padding:.7rem .75rem;border:1px solid var(--line);background:var(--white);width:100%;border-radius:var(--radius)}.hp{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{background:var(--ink);color:var(--foot);margin:1rem .6rem 5.5rem;padding:2rem 1.15rem;border-radius:var(--radius)}.site-footer a{color:var(--foot)}.site-footer .muted{color:#d7cfc4}.foot-gap{margin-top:.8rem}.foot-inner{max-width:1120px;margin:0 auto;display:grid;gap:1.2rem}.dock{position:fixed;left:.6rem;right:.6rem;bottom:.6rem;z-index:50;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);display:grid;grid-template-columns:repeat(4,1fr);padding:.2rem;padding-bottom:calc(.2rem + env(safe-area-inset-bottom))}.dock a{text-decoration:none;text-align:center;font-size:.7rem;font-weight:700;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.35rem .2rem;color:var(--gulf-dark);border-radius:calc(var(--radius) - 4px)}.dock a span{font-size:1rem;line-height:1}.dock a.sms{background:var(--rust);color:#fff;box-shadow:0 0 0 2px #c45c2659}.article{max-width:44rem;margin:0 auto;padding:2rem 1.15rem 3rem}.article .hero-img{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;margin:1rem 0 1.4rem;border-radius:var(--radius)}.article h1{font-size:clamp(1.8rem,4vw,2.6rem)}.article .body{margin-top:1.2rem;color:var(--muted)}.article .body h2{color:var(--ink);margin:1.6rem 0 .6rem;font-size:1.45rem}.article .body p{margin:.7rem 0}.article .body a{color:var(--gulf-dark);font-weight:700}.article .body li{margin:.35rem 0 .35rem 1.1rem}.pager{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.4rem}.pager a{border:1px solid var(--line);border-radius:var(--radius);padding:.45rem .75rem;min-height:44px;display:inline-flex;align-items:center;text-decoration:none;font-weight:700;font-size:.9rem}.pager a.on{background:var(--gulf);color:#fff;border-color:var(--gulf)}@media(prefers-reduced-motion:reduce){.drawer{transition:none}}@media(min-width:900px){.menu-btn,.dock{display:none}.desk-nav{display:flex}.header-cta .menu-btn{display:none}.hero{grid-template-columns:1.1fr .9fr;align-items:center;padding-top:1.2rem}.hero img{min-height:0}.hero-copy{padding:2rem 0}.split{grid-template-columns:1fr 1fr;align-items:center}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:1fr 1fr}.book-grid{grid-template-columns:1.1fr .9fr}.site-footer{margin-bottom:.6rem}.foot-inner{grid-template-columns:1.4fr 1fr 1fr}}
