:root{color-scheme:light;--bg:#f3efe7;--surface:rgba(255,251,245,0.88);--surface-strong:#fffdf9;--text:#1f1d18;--muted:#676055;--border:rgba(138,114,85,0.2);--accent:#9f3f23;--accent-soft:#f3d7c7;--accent-deep:#3e2417;--shadow:rgba(70,42,20,0.12)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:radial-gradient(circle at top left,rgba(159,63,35,.18),transparent 28%),radial-gradient(circle at 85% 20%,rgba(214,159,78,.16),transparent 24%),linear-gradient(180deg,#fcf7f0 0,var(--bg) 100%);color:var(--text);font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif}.page{min-height:100vh;padding:32px 20px 56px}.shell{width:min(100%,1120px);margin:0 auto;display:grid;grid-gap:24px;gap:24px}.hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.85fr);grid-gap:20px;gap:20px;align-items:end}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,h4{margin:0}h1{max-width:10ch;font-size:clamp(3rem,7vw,5.5rem);line-height:.9;letter-spacing:-.04em}.intro{margin:16px 0 24px;color:var(--muted);max-width:60ch;font-size:1.08rem;line-height:1.6}.panel{padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 40px var(--shadow)}.panel-row{display:flex;flex-direction:column;gap:8px}code{width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.9rem}.card-block,.spotlight{border:1px solid var(--border);border-radius:28px;background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 22px 60px var(--shadow)}.spotlight{padding:28px;display:grid;grid-gap:16px;gap:16px}.spotlight h2{font-size:clamp(2rem,4vw,3.2rem);line-height:.98}.highlight-card p,.metric-note,.product-description,.spotlight-copy,.timestamp{color:var(--muted)}.timestamp{margin:0;font-size:.95rem}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.metric-card{padding:20px;border-radius:22px;background:var(--surface-strong);border:1px solid var(--border)}.metric-label,.product-category{margin:0;color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.metric-value{margin:10px 0 8px;font-size:clamp(2rem,4vw,3rem);line-height:.95}.metric-note{margin:0;line-height:1.5}.content-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:24px;gap:24px}.card-block{padding:24px}.section-head{margin-bottom:18px}.section-head h3{font-size:1.6rem;line-height:1.1}.highlight-list,.product-grid{display:grid;grid-gap:14px;gap:14px}.highlight-card,.product-card{padding:18px;border-radius:20px;background:var(--surface-strong);border:1px solid var(--border)}.highlight-card h4,.product-card h4{margin-bottom:10px;font-size:1.2rem;line-height:1.15}.highlight-card p,.product-description{margin:0;line-height:1.55}.product-meta,.product-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.stock-badge{padding:6px 10px;border-radius:999px;background:#efe6d4;color:var(--accent-deep);font-size:.82rem;font-weight:700}.product-description{margin-bottom:18px}.product-meta{color:var(--accent-deep)}.status{margin:0;color:var(--muted)}.error{margin:0;color:#b42318}@media (max-width:860px){.content-grid,.hero,.metrics{grid-template-columns:1fr}}@media (max-width:640px){.page{padding-inline:16px}.card-block,.metric-card,.panel,.spotlight{padding:20px;border-radius:22px}h1{font-size:clamp(2.7rem,16vw,4.2rem)}}