:root{--bg:#f6f4f0;--paper:#fffcf8;--ink:#1a1714;--muted:#5e5852;--line:#ddd6cb;--accent:#7a3b2e;--accent-hover:#5e2c22;--soft:#efe8dd;--shadow:0 18px 40px rgba(26, 23, 20, 0.08);--radius:2px;--header-h:4.5rem;--max:72rem;--font-serif:"Fraunces", "Times New Roman", serif;--font-sans:"Source Sans 3", "Segoe UI", sans-serif}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:1.125rem;line-height:1.65;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--accent-hover)}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;line-height:1.15;letter-spacing:-.02em;margin:0 0 .75rem}h1{font-size:clamp(2.4rem,5vw,4.4rem)}h2{font-size:clamp(1.7rem,3vw,2.5rem)}h3{font-size:1.35rem}p{margin:0 0 1rem}.skip{position:absolute;left:1rem;top:-4rem;background:var(--ink);color:var(--paper);padding:.5rem .8rem;z-index:100}.skip:focus{top:1rem}.wrap{width:min(100% - 2rem,var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(246,244,240,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);gap:1rem}.brand{font-family:var(--font-serif);font-size:1.15rem;color:var(--ink);text-decoration:none;font-weight:600;letter-spacing:-.02em}.nav-toggle{display:none;background:0 0;border:1px solid var(--line);color:var(--ink);padding:.4rem .7rem;font:inherit;cursor:pointer}.nav-list{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;list-style:none;margin:0;padding:0}.nav-list a{color:var(--ink);text-decoration:none;font-size:.98rem}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:var(--paper);text-decoration:none;border:1px solid var(--ink);padding:.7rem 1.2rem;font-size:1rem;letter-spacing:.01em;cursor:pointer;transition:background .2s ease,color .2s ease}.btn:hover{background:var(--accent);border-color:var(--accent);color:var(--paper)}.btn-ghost{background:0 0;color:var(--ink)}.btn-ghost:hover{background:var(--ink);color:var(--paper)}.hero-editorial{display:grid;grid-template-columns:1.05fr .95fr;min-height:calc(100vh - var(--header-h));border-bottom:1px solid var(--line)}.hero-copy{padding:clamp(2rem,6vw,5rem)clamp(1.2rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:flex-end}.kicker{font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.lede{font-size:1.2rem;max-width:36rem;color:var(--muted)}.hero-photo img{width:100%;height:100%;object-fit:cover;min-height:22rem}.section{padding:clamp(3rem,7vw,5.5rem)0}.section-muted{background:var(--soft)}.split{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow)}.card img{width:100%;height:13rem;object-fit:cover}.card-body{padding:1.2rem 1.25rem 1.4rem}.meta{color:var(--muted);font-size:.95rem}.prose{max-width:44rem}.prose.wide{max-width:52rem}.prose h2,.prose h3{margin-top:2rem}.figure{margin:1.5rem 0 2rem}.figure img{width:100%;max-height:28rem;object-fit:cover}.caption{font-size:.9rem;color:var(--muted);margin-top:.5rem}.quote{border-left:3px solid var(--accent);padding:.2rem 0 .2rem 1.2rem;font-family:var(--font-serif);font-size:1.35rem;margin:1.5rem 0}.quote cite{display:block;font-family:var(--font-sans);font-size:.95rem;font-style:normal;color:var(--muted);margin-top:.7rem}.table-wrap{overflow-x:auto;margin:1.5rem 0}table{width:100%;border-collapse:collapse;font-size:1rem}th,td{text-align:left;border-bottom:1px solid var(--line);padding:.7rem .6rem;vertical-align:top}th{font-weight:600}.form{display:grid;gap:1rem;max-width:36rem}label{display:grid;gap:.35rem;font-size:.98rem}input,textarea,select{font:inherit;padding:.65rem .75rem;border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:var(--radius)}textarea{min-height:8rem;resize:vertical}.field-error{color:var(--accent);font-size:.9rem}.form-status{padding:.8rem 1rem;border:1px solid var(--line);background:var(--soft)}.form-status.error{border-color:var(--accent)}.site-footer{border-top:1px solid var(--line);padding:2.5rem 0 3rem;background:var(--ink);color:#efe8dd}.site-footer a{color:#f4ebe3}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.footer-legal{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;margin-top:2rem;font-size:.95rem}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:60;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);padding:1.1rem 1.2rem;max-width:40rem;margin-left:auto}.cookie-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.9rem}.page-hero{padding:3.5rem 0 2rem;border-bottom:1px solid var(--line)}.page-hero img{width:100%;max-height:22rem;object-fit:cover;margin-top:1.5rem}.review-list{display:grid;gap:1.5rem}.review{background:var(--paper);border:1px solid var(--line);padding:1.4rem 1.5rem}.price-block{border-top:1px solid var(--line);padding:1.4rem 0}.not-found{min-height:70vh;display:grid;place-items:center;text-align:center;padding:3rem 1rem}@media(max-width:900px){.hero-editorial,.split,.card-grid,.footer-grid{grid-template-columns:1fr}.nav-toggle{display:inline-flex}.nav{display:none;position:absolute;left:0;right:0;top:var(--header-h);background:var(--bg);border-bottom:1px solid var(--line);padding:1rem 1.2rem 1.4rem}.nav.is-open{display:block}.nav-list{flex-direction:column}}