
:root{--cream:#f7f2e7;--paper:#fffdf8;--navy:#17304a;--olive:#657044;--gold:#c89a43;--ink:#24302d;--soft:#e8dfcc;--sage:#dfe4d2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;z-index:100;background:#fff;padding:10px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.96);border-bottom:1px solid rgba(23,48,74,.12);backdrop-filter:blur(10px)}.header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:82px;height:82px;object-fit:contain}.nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:600;color:var(--navy)}.nav a{text-decoration:none}.nav a:hover,.nav a.active{color:var(--olive)}.menu-toggle{display:none;border:1px solid #ccc;background:#fff;border-radius:999px;padding:9px 15px}
.hero{height:min(710px,78vh);min-height:590px;position:relative;overflow:hidden;color:white}.hero-image{position:absolute;inset:0;background:url("assets/hero.jpg") center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,29,37,.62) 0%,rgba(12,29,37,.24) 50%,rgba(12,29,37,.08) 100%)}.hero-content{position:relative;height:100%;display:flex;align-items:center}.hero-copy{max-width:700px;text-shadow:0 2px 16px rgba(0,0,0,.18)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:700;margin:0 0 16px}.eyebrow.dark{color:var(--olive)}h1,h2,h3{font-family:"Libre Baskerville",Georgia,serif;color:var(--navy);line-height:1.16}.hero h1{color:white;font-size:clamp(42px,5vw,68px);margin:0 0 22px}.hero-sub{font-size:20px;max-width:580px;margin-bottom:30px}.button{display:inline-flex;align-items:center;gap:9px;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;padding:15px 20px;border-radius:3px}.button-gold{background:var(--gold);color:#172a35}.button-green{background:var(--olive);color:#fff}.button-cream{background:var(--cream);color:var(--navy)}
.section{padding:90px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 44px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2{font-size:clamp(32px,4vw,48px);margin:5px 0 12px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.category-card{background:var(--cream);border-radius:16px;overflow:hidden;box-shadow:0 12px 38px rgba(23,48,74,.08)}.card-art{height:420px;display:flex;align-items:center;justify-content:center;padding:35px}.outdoor-art{background:url("assets/park-lifestyle.jpg") center/cover no-repeat}.cosy-art{background:linear-gradient(145deg,#f4d9c7,#f4eee2 58%,#dfe4d2)}.book-frame{width:225px;filter:drop-shadow(0 18px 22px rgba(0,0,0,.24));transform:rotate(-2deg)}.book-frame img{border-radius:3px}.category-copy{padding:34px 36px 38px}.category-copy h3{font-size:30px;margin:4px 0 10px}.category-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--olive)}.capy-placeholder{width:240px;aspect-ratio:.71;background:#fff6ed;border:7px solid white;box-shadow:0 18px 28px rgba(0,0,0,.16);padding:26px;text-align:center;display:flex;flex-direction:column;justify-content:center;color:var(--navy);transform:rotate(2deg)}.capy-placeholder strong{font-family:Georgia,serif;font-size:33px;color:#c9547a;line-height:1}.capy-placeholder em{font-size:10px;margin-top:22px;color:#777}
.principles{background:var(--navy);color:#fff;padding:38px 0}.principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.principles-grid>div{display:grid;grid-template-columns:34px 1fr;column-gap:10px}.principles strong{font-family:Georgia,serif;font-size:17px}.principles p{grid-column:2;margin:2px 0;font-size:13px;opacity:.8}.symbol{font-size:22px;color:#e4bc67}
.featured{background:#faf7f0}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.featured-product{background:#fff;padding:14px;border-radius:12px;box-shadow:0 8px 24px rgba(23,48,74,.06)}.product-image,.product-placeholder{aspect-ratio:.71;border-radius:7px;overflow:hidden;margin-bottom:18px}.product-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--sage);font-family:Georgia,serif;font-size:27px;color:var(--navy)}.featured-product h3{font-size:19px;margin:0 0 6px}.featured-product p{font-size:14px}.text-link{font-weight:700;font-size:13px;color:var(--olive);text-decoration:none}.muted{opacity:.6}
.story{min-height:580px;display:grid;grid-template-columns:1.2fr .8fr;background:var(--olive)}.story-photo{background:url("assets/hero.jpg") 27% center/cover no-repeat}.story-copy{padding:70px 8vw;display:flex;flex-direction:column;justify-content:center;color:white}.story-copy h2{color:white;font-size:clamp(30px,4vw,48px);margin:5px 0 20px}.story-copy p{max-width:560px}
.free-panel{background:var(--cream);border:1px solid var(--soft);padding:48px 55px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:40px}.free-panel h2{font-size:36px;margin:3px 0 8px}
.footer{background:#10293f;color:#e9e4d9;padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1.4fr;gap:40px}.footer-brand img{width:125px;border-radius:50%;margin-bottom:15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer a{text-decoration:none}.footer span,.footer a,.footer p{font-size:13px;opacity:.82}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:20px;font-size:12px;opacity:.7}
@media(max-width:820px){.shell{width:min(100% - 28px,1180px)}.header-inner{height:72px}.brand img{width:64px;height:64px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}.nav.open{display:flex}.hero{min-height:650px;height:78vh}.hero-image{background-position:42% center}.hero-shade{background:linear-gradient(90deg,rgba(12,29,37,.70),rgba(12,29,37,.26))}.hero-copy{padding-top:70px}.hero h1{font-size:41px}.hero-sub{font-size:17px}.section{padding:65px 0}.category-grid{grid-template-columns:1fr}.card-art{height:360px}.principles-grid{grid-template-columns:1fr 1fr}.featured-grid{grid-template-columns:1fr 1fr}.story{grid-template-columns:1fr}.story-photo{min-height:400px}.story-copy{padding:55px 28px}.free-panel{padding:38px 28px;display:block}.free-panel .button{margin-top:18px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.hero{min-height:610px}.hero h1{font-size:36px}.category-copy{padding:28px 24px 32px}.principles-grid{grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr 1fr;gap:12px}.featured-product{padding:9px}.featured-product p{display:none}.footer-grid{grid-template-columns:1fr}.story-photo{min-height:330px}}
