
:root{--ink:#3a352d;--muted:#8a8173;--line:#e6e0d4;--bg:#ffffff;--soft:#f4f1ea;--brand:#7a6f58;--brand2:#a1957d;--gold:#c3b291}
*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);line-height:1.65;background:var(--bg)}
a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}
.wrap{max-width:1080px;margin:0 auto;padding:0 22px}
header.site{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}
header.site .wrap{display:flex;align-items:center;justify-content:space-between;height:66px}
.logo{font-weight:700;font-size:18px;letter-spacing:.2px;color:var(--ink)}
.logo span{color:var(--brand)}
nav.main a{margin-left:20px;color:var(--muted);font-size:15px}
.hero{background:linear-gradient(135deg,#5f5749,#8a8071);color:#fff;padding:54px 0 48px}
.hero h1{font-size:34px;line-height:1.2;margin:0 0 12px;max-width:760px}
.hero p{font-size:18px;max-width:680px;color:#f0ebe1;margin:0 0 22px}
.crumbs{font-size:13px;color:var(--muted);padding:14px 0}
.crumbs a{color:var(--muted)}
.btn{display:inline-block;background:var(--gold);color:#3a352d;font-weight:600;padding:13px 22px;border-radius:8px;margin:6px 8px 0 0}
.btn:hover{text-decoration:none;filter:brightness(1.05)}
.btn.alt{background:#fff;color:var(--brand)}
.btn.ghost{background:transparent;border:1.5px solid #fff;color:#fff}
section{padding:34px 0}
h2{font-size:24px;margin:0 0 14px}
h3{font-size:19px;margin:22px 0 8px}
.grid{display:grid;gap:18px}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-2{grid-template-columns:repeat(2,1fr)}
.card{border:1px solid var(--line);border-radius:12px;padding:20px;background:#fff}
.card h3{margin-top:0}
.soft{background:var(--soft)}
.fact{display:flex;gap:16px;flex-wrap:wrap;margin:18px 0}
.fact div{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 18px;min-width:150px}
.fact b{display:block;font-size:13px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}
.fact span{font-size:18px;font-weight:700}
.cta{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:28px;text-align:center;margin:30px 0}
.brands{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:14px}
.brand{border:1px solid var(--line);border-radius:12px;padding:20px}
.brand b{font-size:17px}
.tag{display:inline-block;background:#ece6da;color:var(--brand);font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;margin-bottom:10px}
.linklist{columns:3;font-size:15px}.linklist a{display:block;padding:3px 0}
footer.site{background:#33302a;color:#c8c1b2;padding:36px 0;margin-top:30px;font-size:14px}
footer.site a{color:#e9e3d6}
footer.site .cols-3{gap:24px}
footer.site .fcol b{display:block;margin-bottom:8px}
footer.site .fcol a{display:block;padding:3px 0}
.disc{font-size:12px;color:#988f7e;margin-top:18px;line-height:1.6}
/* logo mark */
.logo{display:flex;align-items:center;gap:10px}
.logo .mark{width:30px;height:30px;flex:0 0 auto}
/* procedure icons */
.ic{width:42px;height:42px;color:var(--brand);display:block;margin-bottom:10px}
.ibrow{display:flex;align-items:center;gap:12px;margin-bottom:6px}
.ibrow .ic{margin:0;width:34px;height:34px}
.ibrow h3{margin:0}
/* photo slots */
.photoslot{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#5f5749,#8a8071);display:flex;align-items:center;justify-content:center;min-height:240px}
.photoslot.tall{min-height:340px}.photoslot.band{min-height:300px;border-radius:0}
.photoslot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.photoslot .ph{position:relative;z-index:0;color:#cfe8e2;font-size:12.5px;text-align:center;padding:18px;letter-spacing:.04em;text-transform:uppercase;line-height:1.6}
.photoslot .ph svg{display:block;margin:0 auto 8px;width:30px;height:30px;opacity:.7;stroke:#cfe8e2}
.photoslot .ph code{background:rgba(255,255,255,.14);padding:2px 7px;border-radius:5px;font-size:12px;letter-spacing:0}
.hero .split{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.hero .heroimg{min-height:300px;border:1px solid rgba(255,255,255,.25);box-shadow:0 18px 40px rgba(0,0,0,.18)}
.hero .heroimg.photoslot{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.06))}
.hero .heroimg .ph{color:#eaf5f2}.hero .heroimg .ph svg{stroke:#eaf5f2}
.brand .photoslot{min-height:150px;margin-bottom:14px}
.bandwrap{margin:0;padding:0}
/* listicle */
.listicle{list-style:none;counter-reset:rank;padding:0;margin:20px 0;display:grid;gap:18px}
.lentry{display:grid;grid-template-columns:56px 220px 1fr;gap:22px;align-items:stretch;border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff;box-shadow:0 2px 10px rgba(58,53,45,.04)}
.lentry .rank{width:48px;height:48px;border-radius:50%;background:var(--gold);color:#3a352d;font-weight:700;font-size:21px;display:flex;align-items:center;justify-content:center;align-self:start}
.lentry .lphoto{display:flex}
.lentry .lphoto .photoslot{min-height:170px;width:100%;margin:0;border-radius:12px}
.lbody h3{margin:6px 0 4px;font-size:21px}
.lbody p{margin:0 0 14px}
.lbody .btn{margin:0}
.stars{display:inline-flex;align-items:center;gap:3px;margin:2px 0 10px;color:var(--gold)}
.stars svg{width:18px;height:18px;fill:currentColor}
.stars .r{margin-left:6px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.02em}
.photoslot.logo{background:#fff;border:1px solid var(--line)}
.photoslot.logo img{object-fit:cover}
@media(max-width:820px){.lentry{grid-template-columns:1fr;gap:14px}.lentry .rank{width:40px;height:40px;font-size:18px}}
/* faq */
.faq{border:1px solid var(--line);border-radius:10px;margin-bottom:10px;background:#fff}
.faq summary{cursor:pointer;padding:15px 18px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:14px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--brand);font-weight:700}
.faq[open] summary::after{content:"\2013"}
.faq p{margin:0;padding:0 18px 16px;color:var(--muted)}
.prose p{margin:0 0 14px}
@media(max-width:820px){.cols-3,.cols-2,.brands{grid-template-columns:1fr}.linklist{columns:1}.hero h1{font-size:27px}nav.main{display:none}.hero .split{grid-template-columns:1fr}.hero .heroimg{min-height:200px}}
