@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Source+Sans+3:wght@400;600;700&display=swap";:root{--bg: #f7f4ee;--surface: #fffdf8;--surface-strong: #f1ebdf;--text: #15231d;--muted: #4a5b53;--accent: #0f7a52;--accent-strong: #0a5f40;--line: #d7d0c3;--shadow: 0 10px 30px rgba(21, 35, 29, .08);--radius: 1rem}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:"Source Sans 3",Segoe UI,sans-serif;background:radial-gradient(circle at top left,#fff4d6 0%,var(--bg) 55%);color:var(--text);line-height:1.5}a{color:inherit}.skip-link{position:absolute;left:-999px;top:.5rem;z-index:10;background:#fff;border:1px solid var(--line);border-radius:.5rem;padding:.4rem .7rem}.skip-link:focus-visible{left:.75rem}img{max-width:100%;display:block}.container{width:min(68rem,92vw);margin:0 auto}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface),white 35%);backdrop-filter:blur(6px)}.site-header-inner{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:700;text-decoration:none}.nav{display:flex;gap:1rem}.nav a{text-decoration:none;font-weight:600}.nav a:focus-visible,.nav a:hover{text-decoration:underline}main{padding:2.25rem 0 3rem}.hero{background:linear-gradient(165deg,#fffef8,#efe6d4);border:1px solid var(--line);border-radius:calc(var(--radius) * 1.25);padding:clamp(1.2rem,3vw,3rem);box-shadow:var(--shadow);display:grid;gap:1.1rem}.hero-copy{display:grid;gap:.6rem}.hero h1{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,6vw,3.6rem);line-height:1.1;max-width:16ch}.hero p{margin:0;font-size:clamp(1.05rem,2.8vw,1.25rem);max-width:42ch;color:var(--muted)}.hero-rich{max-width:52ch;color:var(--muted)}.hero-rich>:first-child{margin-top:0}.hero-rich>:last-child{margin-bottom:0}.hero-rich p,.hero-rich ul,.hero-rich ol,.hero-rich blockquote{margin:0 0 .9rem}.hero-visual{justify-self:center;width:100%}.hero-media{width:min(100%,28rem);max-height:23rem;border:1px solid var(--line);border-radius:calc(var(--radius) * .85);box-shadow:var(--shadow);object-fit:cover;filter:grayscale(100%)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.7rem 1rem;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:700;transition:transform .15s ease,background-color .15s ease}.btn-primary{background:var(--accent);color:#f7fff7}.btn-primary:hover,.btn-primary:focus-visible{background:var(--accent-strong);transform:translateY(-1px)}.btn-disabled{background:#d9e1dd;color:#4d5d56;cursor:not-allowed}.page-title{margin:0 0 1.5rem;font-family:Fraunces,Georgia,serif;font-size:clamp(1.8rem,5vw,2.8rem)}.products-intro{margin:0 0 1.2rem;color:var(--muted);max-width:70ch}.product-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:grid}.card-media{aspect-ratio:5 / 3;width:100%;object-fit:contain;background:var(--surface-strong)}.card-body{padding:1rem;display:grid;gap:.75rem}.card h2{margin:0;font-size:1.3rem}.card-description{margin:0;white-space:pre-line;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.price{margin:0;color:var(--muted);font-weight:700}.status-available,.status-unavailable{margin:0;width:fit-content;border-radius:999px;padding:.2rem .7rem;font-weight:700;font-size:.88rem}.status-available{background:#d7efe4;color:#0d5f40}.status-unavailable{background:#f6dedd;color:#8a2828}.empty-state{margin:0;background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius);padding:1rem;color:var(--muted)}.product-details{display:grid;gap:.95rem}.product-details .page-title{margin-bottom:0}.product-details-price{margin:0;font-size:1.25rem;font-weight:700}.product-gallery{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.85rem}.product-gallery li{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.product-gallery img{width:100%;aspect-ratio:5 / 3;object-fit:cover}.back-link{width:fit-content;text-decoration:none;font-weight:700}.back-link:hover,.back-link:focus-visible{text-decoration:underline}@media(min-width:48rem){.hero{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;column-gap:1.4rem}.hero h1,.hero-copy,.hero>.btn{grid-column:1}.hero-visual{grid-column:2;grid-row:1 / span 3;justify-self:end;align-self:center}.hero-media{width:min(100%,24rem);max-height:20rem}.product-grid,.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
