:root{--paper:#fffdfa;--sand:#f1eadf;--sand-deep:#e5dacb;--ink:#2c2823;--muted:#746b61;--line:#ddd3c6;--accent:#8a6544;--radius:18px;font-family:Arial,"Segoe UI",sans-serif;color:var(--ink);background:var(--sand);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sand);color:var(--ink);font-size:16px;line-height:1.5}.skip-link{position:absolute;left:12px;top:-60px;background:var(--ink);color:var(--paper);padding:10px 14px;z-index:20}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.utility{min-height:36px;padding:8px max(24px,calc((100vw - 1200px)/2));display:flex;justify-content:space-between;gap:20px;background:var(--sand-deep);color:var(--muted);font-size:.75rem}.site-header{background:var(--paper);border-bottom:1px solid var(--line)}.header-main{max-width:1200px;margin:auto;min-height:92px;padding:18px 24px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:34px}.brand{color:var(--ink);text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;line-height:1}.brand strong{font-weight:400}.brand span{color:var(--accent);margin-left:3px}.brand small{display:block;margin-top:7px;color:var(--muted);font:600 .66rem Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}.search{height:46px;display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--paper);padding:0 9px 0 18px}.search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}.search input::placeholder{color:#8c847b}.search button{min-height:34px;border:0;background:transparent;color:var(--accent);font-weight:700;padding:0 12px;cursor:pointer}.consult{text-align:right;font-size:.88rem}.consult small{display:block;color:var(--muted);font-size:.72rem}.menu-toggle{display:none}.main-nav{max-width:1200px;margin:auto;padding:0 24px 14px;display:flex;align-items:center;gap:4px}.main-nav a{padding:9px 12px;border-radius:999px;color:var(--muted);font-size:.82rem;text-decoration:none}.main-nav a:hover,.main-nav a:focus-visible,.main-nav a.active{background:var(--sand);color:var(--ink)}.main-nav a:last-child{margin-left:auto}.main-nav a:last-child span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:4px;border-radius:50%;background:var(--ink);color:var(--paper);font-size:.7rem}main{max-width:1248px;margin:auto;padding:28px 24px 70px}.hero{position:relative;min-height:590px;overflow:hidden;border-radius:var(--radius);background:var(--paper)}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,250,.97) 0%,rgba(255,253,250,.88) 37%,rgba(255,253,250,.18) 66%,rgba(255,253,250,0) 100%)}.hero-copy{position:relative;z-index:1;max-width:650px;padding:clamp(54px,8vw,106px) clamp(28px,6vw,74px)}.eyebrow{margin:0 0 20px;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.hero h1,.section-head h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em}.hero h1{max-width:620px;margin:0;font-size:clamp(2.65rem,5.8vw,5.4rem);line-height:.98}.lead{max-width:520px;margin:25px 0 31px;color:var(--muted);font-size:1.06rem}.hero-cta{display:inline-flex;align-items:center;gap:30px;min-height:50px;padding:0 22px;border-radius:999px;background:var(--ink);color:var(--paper);text-decoration:none;font-weight:700}.hero-cta:hover,.hero-cta:focus-visible{background:var(--accent)}.hero-cta:active{transform:translateY(1px)}.categories{padding:70px 0 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}.section-head .eyebrow{margin-bottom:8px}.section-head h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.section-head>a{color:var(--accent);text-underline-offset:5px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-card{min-height:150px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);color:var(--ink);text-decoration:none;transition:transform .2s ease,background .2s ease}.category-card:hover,.category-card:focus-visible{transform:translateY(-3px);background:#faf6f0}.category-card small{color:var(--accent);font-size:.7rem;font-weight:700;letter-spacing:.1em}.category-card strong{font-family:Georgia,"Times New Roman",serif;font-size:1.14rem;font-weight:400;line-height:1.25}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.category-card{transition:none}}@media(max-width:900px){.header-main{grid-template-columns:auto 1fr}.consult{display:none}.main-nav{overflow-x:auto}.main-nav a{white-space:nowrap}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{min-height:520px}}@media(max-width:640px){.utility{padding:8px 16px}.utility span:last-child{display:none}.header-main{padding:16px;grid-template-columns:1fr auto;gap:14px}.search{grid-column:1/-1;grid-row:2}.menu-toggle{display:block;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);padding:10px 15px;font-weight:700}.main-nav{display:none;padding:8px 16px 16px;overflow:visible;flex-wrap:wrap}.main-nav.open{display:flex}.main-nav a:last-child{margin-left:0}main{padding:18px 16px 50px}.hero{min-height:570px}.hero img{object-position:62% center}.hero-overlay{background:linear-gradient(180deg,rgba(255,253,250,.96) 0%,rgba(255,253,250,.86) 52%,rgba(255,253,250,.18) 100%)}.hero-copy{padding:40px 25px}.hero h1{font-size:2.75rem}.lead{font-size:1rem}.section-head{align-items:start}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:130px;padding:16px}}@media(max-width:390px){.category-grid{grid-template-columns:1fr}.category-card{min-height:110px}}

/* Keep the opening message readable at narrow widths and browser zoom. */
.hero{display:flex;align-items:center;min-height:clamp(440px,54vw,590px);container-type:inline-size}
.hero-copy{width:min(100%,740px);max-width:none;padding:clamp(32px,6vw,74px);min-width:0}
.hero h1{max-width:12.5ch;font-size:clamp(2rem,5.2cqi,4.65rem);line-height:1.07;overflow-wrap:normal}
.hero .lead{max-width:48ch;font-size:clamp(.95rem,1.45cqi,1.1rem)}
.hero-cta{max-width:100%;gap:clamp(12px,3vw,30px)}
.section-head{min-width:0;flex-wrap:wrap}
.section-head h2{font-size:clamp(1.65rem,3.8vw,3.2rem)}
@media(max-width:900px){.header-main{grid-template-columns:minmax(0,auto) minmax(0,1fr);gap:20px}.search{min-width:0}.hero-copy{width:min(100%,630px)}.hero-overlay{background:linear-gradient(90deg,rgba(255,253,250,.98),rgba(255,253,250,.89) 55%,rgba(255,253,250,.32))}}
@media(max-width:700px){.header-main{grid-template-columns:minmax(0,1fr) auto}.search{grid-column:1/-1;grid-row:2}.menu-toggle{display:block;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);padding:10px 15px;font-weight:700}.main-nav{display:none;padding:8px 16px 16px;overflow:visible;flex-wrap:wrap}.main-nav.open{display:flex}.main-nav a:last-child{margin-left:0}.hero{min-height:0}.hero img{object-position:58% center}.hero-overlay{background:linear-gradient(90deg,rgba(255,253,250,.98),rgba(255,253,250,.9) 65%,rgba(255,253,250,.55))}.hero-copy{padding:clamp(34px,7vw,56px);width:100%}.hero h1{max-width:14ch;font-size:clamp(2rem,7cqi,3.3rem)}.hero .lead{font-size:1rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:400px){.hero-copy{padding:30px 22px}.hero h1{font-size:clamp(1.9rem,8cqi,2.5rem)}.hero .eyebrow{letter-spacing:.1em}.hero-cta{font-size:.9rem}.category-grid{grid-template-columns:1fr}}

/* Category previews use product photography from the current catalog. */
.brand{font-size:clamp(1.2rem,2vw,1.5rem);white-space:nowrap}
.category-card{min-width:0;min-height:250px;padding:0;overflow:hidden;justify-content:flex-start;isolation:isolate}
.category-card-image{position:relative;flex:0 0 128px;width:100%;display:block;overflow:hidden;background:#f7f2eb;border-bottom:1px solid var(--line)}
.category-card-image img{display:block;width:100%;height:100%;padding:12px;object-fit:contain;transition:transform .2s ease}
.category-card:hover .category-card-image img,.category-card:focus-visible .category-card-image img{transform:scale(1.045)}
.category-card-image-empty{font-family:Georgia,serif;font-size:3rem;color:#bda990}
.category-card-copy{position:relative;z-index:1;flex:1;min-width:0;width:100%;min-height:120px;padding:14px 17px 18px;display:flex;flex-direction:column;justify-content:flex-start;gap:9px;background:var(--paper);color:var(--ink)}
.category-card strong{display:block;color:var(--ink);font-family:Arial,"Segoe UI",sans-serif;font-size:1rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}
.category-card:hover .category-card-copy,.category-card:focus-visible .category-card-copy{background:#faf6f0;color:var(--ink)}
.category-card:hover strong,.category-card:focus-visible strong{color:var(--ink)}
@media(max-width:640px){.category-card{min-height:220px}.category-card-image{flex-basis:105px}.category-card-copy{min-height:115px;padding:12px 13px 15px}.category-card strong{font-size:.92rem}}

.category-card{min-height:150px;padding:0;overflow:hidden;background:#fffdfa;border:1px solid #d6c9b8;box-shadow:0 3px 12px rgba(63,49,32,.04)}
.category-card:hover,.category-card:focus-visible{background:#f3e9db;border-color:#987654;box-shadow:0 8px 22px rgba(63,49,32,.11)}
.category-card-copy{position:relative;width:100%;min-height:150px;padding:21px 48px 21px 22px;display:flex;flex-direction:column;justify-content:center;gap:13px;background:transparent;color:#2c2823}
.category-card:hover .category-card-copy,.category-card:focus-visible .category-card-copy{background:transparent;color:#2c2823}
.category-card small{color:#725437;font-size:.68rem;letter-spacing:.09em}
.category-card strong{color:#2c2823;font-family:Arial,"Segoe UI",sans-serif;font-size:1.02rem;font-weight:700;line-height:1.35;overflow-wrap:break-word}
.category-card-arrow{position:absolute;right:19px;bottom:18px;font-size:1.35rem;color:#725437}
@media(max-width:640px){.category-card,.category-card-copy{min-height:125px}.category-card-copy{padding:17px 38px 17px 17px}.category-card strong{font-size:.94rem}}
