:root { --paper:#f4f1e9; --white:#fffdf8; --ink:#1d211d; --soft:#555b54; --line:#cbc8bd; --green:#27372c; --accent:#526b57; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-underline-offset:4px; }
.skip { position:fixed; z-index:100; top:-100px; left:14px; padding:12px 16px; color:#fff; background:#111; font-weight:700; }
.skip:focus { top:14px; }
:where(a,button):focus-visible { outline:3px solid #d59b52; outline-offset:3px; box-shadow:0 0 0 2px var(--white); }
header { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:88px; padding:16px clamp(20px,6vw,88px); border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; gap:11px; text-decoration:none; }
.brand img { width:36px; height:36px; object-fit:cover; }
.brand span { display:grid; }
.brand b { font-size:18px; line-height:1; letter-spacing:-.04em; }
.brand em { color:var(--accent); font-style:normal; }
.brand small { justify-self:center; margin-top:5px; font-size:8px; letter-spacing:.22em; }
.home { display:inline-flex; align-items:center; min-height:44px; font-size:12px; font-weight:700; }
main { width:min(920px,calc(100% - 44px)); margin:0 auto; padding:clamp(64px,8vw,112px) 0; }
.page-label { margin:0 0 18px; color:var(--accent); font:700 11px/1.4 monospace; letter-spacing:.12em; }
h1 { max-width:800px; margin:0; font:400 clamp(52px,7.5vw,92px)/.98 Georgia,serif; letter-spacing:-.045em; }
.intro { max-width:760px; margin:28px 0 56px; color:var(--soft); font-size:19px; line-height:1.65; }
.reviewed { display:inline-block; margin-bottom:48px; padding:10px 13px; color:#e5ece2; background:var(--green); font-size:11px; }
section { display:grid; grid-template-columns:58px 1fr; gap:22px; padding:34px 0; border-top:1px solid var(--line); }
.number { margin:4px 0 0; color:var(--accent); font:700 11px/1.4 monospace; }
h2 { margin:0 0 14px; font:400 clamp(28px,4vw,42px)/1.05 Georgia,serif; letter-spacing:-.025em; }
p,li { color:var(--soft); font-size:15px; line-height:1.7; }
section p { max-width:760px; margin:0 0 14px; }
ul { display:grid; gap:8px; padding-left:21px; margin:12px 0 0; }
.contact { margin-top:36px; padding:28px; color:#fff; background:var(--green); }
.contact h2 { margin-bottom:10px; }
.contact p { margin:0; color:#dfe8dc; }
.contact a { display:inline-flex; align-items:center; min-height:44px; margin-top:9px; color:#fff; font-weight:700; }
footer { display:flex; flex-wrap:wrap; justify-content:space-between; gap:16px 28px; padding:28px clamp(20px,6vw,88px); color:#dbe1d7; background:#1b241e; font-size:11px; }
.footer-links { display:flex; flex-wrap:wrap; gap:16px; }
@media (max-width:620px) {
  header { min-height:74px; padding:13px 20px; }
  .brand img { width:30px; height:30px; }
  .brand b { font-size:15px; }
  .home { font-size:10px; }
  main { width:calc(100% - 40px); padding:58px 0; }
  h1 { font-size:clamp(46px,13vw,60px); }
  .intro { font-size:17px; }
  section { grid-template-columns:1fr; gap:10px; }
  .contact { padding:23px 20px; }
  footer { flex-direction:column; padding:24px 20px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}
