:root{--ink:#23392f;--deep:#284b38;--accent:#9a542e;--soft:#ead9bd;--paper:#f8f6ef;--cream:#eeeadd;--line:#d1d9cf;--muted:#626b61;--footer:#192b23}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.7 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.08;margin:0}h1{font-size:clamp(3rem,5.8vw,6.25rem);letter-spacing:-.05em;overflow-wrap:anywhere}h2{font-size:clamp(2.3rem,4vw,4.25rem);letter-spacing:-.035em}h3{font-size:1.85rem;letter-spacing:-.025em}h1 em{color:var(--accent);font-weight:400}p{margin:1.2rem 0;color:var(--muted)}.eyebrow{font-size:.78rem;text-transform:uppercase;font-weight:700;letter-spacing:.15em;color:var(--accent);margin:0 0 1.3rem}.site-header{min-height:84px;padding:.5rem 6vw;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:sticky;top:0;background:rgba(255,253,249,.97);border-bottom:1px solid var(--line);z-index:10}.brand{flex-shrink:0;display:block;width:86px}.brand img{width:100%;height:70px;object-fit:contain}.site-header nav{display:flex;gap:2rem;font-size:.9rem}.site-header nav a{padding:.6rem 0;border-bottom:1px solid transparent}.site-header nav a:hover{color:var(--accent);border-color:var(--accent)}.back-pill{border:1px solid var(--deep);border-radius:2rem;padding:.65rem 1.15rem;font-size:.85rem;text-align:center;line-height:1.3;max-width:19rem}.back-pill:hover{background:var(--deep);color:white}.skip{position:fixed;top:-100px;left:20px;z-index:50;padding:10px;background:#fff}.skip:focus{top:10px}a:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.hero{display:grid;grid-template-columns:1.03fr .97fr;background:var(--cream);min-height:680px}.hero-copy{padding:6.5rem 6.5vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero .lead{font-size:1.12rem;max-width:40rem;margin:2rem 0}.picture{margin:0;position:relative;overflow:hidden;background:var(--line)}.picture img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.picture.hero-image{min-height:590px}.picture.hero-image img{position:absolute;inset:0}.ai-label{position:absolute;left:10px;bottom:10px;z-index:3;color:#fff;background:rgba(20,28,23,.78);padding:3px 7px;font:12px/1.5 Arial,sans-serif;border-radius:3px;pointer-events:none}.actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;background:var(--deep);color:#fff;padding:.85rem 1.25rem;border-radius:4px;font-size:.9rem;font-weight:700;line-height:1.45;text-align:center;transition:background .2s ease,transform .2s ease}.button:hover{background:var(--accent);transform:translateY(-2px)}.textlink{font-size:.95rem;font-weight:700;border-bottom:1px solid currentColor;padding:.3rem 0;align-self:flex-start}.textlink:hover{color:var(--accent)}.disclosure{font-size:.8rem;line-height:1.65;max-width:48rem}.hero .disclosure{margin:0 0 2rem}.strip{background:var(--deep);color:white;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 7vw}.strip p{color:#fff;text-align:center;font:1rem/1.5 Georgia,serif;letter-spacing:.03em}.strip span{font-size:.75rem;letter-spacing:.15em;opacity:.85}.section{padding:6rem 7vw}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:4rem;margin-bottom:3rem}.section-head>p{max-width:28rem;margin:0}.grid{display:grid;gap:1.4rem}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;min-width:0}.image-link{display:block;overflow:hidden}.card .picture{aspect-ratio:4/3}.image-link:hover img,.product-card:hover img{transform:scale(1.035)}.card-copy{padding:1.6rem;flex:1;display:flex;flex-direction:column;align-items:flex-start}.card-copy .eyebrow{font-size:.75rem;margin:0 0 .6rem;letter-spacing:.08em}.card-copy p:not(.eyebrow){font-size:.96rem;flex:1;margin:1rem 0 1.5rem}.card-copy .button{width:100%;margin-top:auto}.guide-section{background:#fff}.guide-card{background:var(--paper)}.section-action{margin-top:2.7rem;text-align:center}.feature{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);min-height:530px}.feature>.picture,.feature>div:first-child>.picture{height:100%;min-height:530px}.feature>div:first-child>.picture img{position:absolute;inset:0}.feature-copy{padding:6rem 7vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.feature-copy p{max-width:35rem}.feature-copy .button{margin-top:.6rem}.season-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.season-grid article{padding:1.8rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.season-grid h3{font-size:1.65rem}.season-grid p:last-child{font-size:.95rem}.occasion{background:var(--deep);color:#fff;padding:5rem 7vw}.occasion h2{max-width:55rem}.occasion .eyebrow{color:#fff;opacity:.8}.tag-cloud{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2rem}.tag-cloud a{border:1px solid currentColor;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem}.tag-cloud a:hover{background:var(--ink);color:#fff}.occasion .tag-cloud a:hover{background:#fff;color:var(--deep)}.topic-hero{position:relative;min-height:520px;display:flex;align-items:center;isolation:isolate;background:var(--deep);color:#fff}.topic-hero-image{position:absolute;inset:0;z-index:-2}.topic-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(12,25,21,.94),rgba(12,25,21,.75) 45%,rgba(12,25,21,.12))}.topic-hero-copy{padding:6rem 8vw;max-width:66rem}.topic-hero-copy p{color:#fff;max-width:42rem;font-size:1.1rem}.topic-hero-copy .eyebrow{font-size:.8rem;opacity:.8}.topic-hero-copy .button{background:white;color:var(--deep);margin-top:1rem}.product-card h3{font-size:1.7rem}.product-note{font-size:.8rem;font-weight:600;color:var(--ink);line-height:1.55;border-top:1px solid var(--line);padding-top:1.1rem;margin:0 0 1rem}.grid-note{margin-top:1.7rem;color:var(--accent)}.image-explanation{font-size:.8rem;max-width:62rem}.selection-note{text-align:center;padding:5rem 12vw;background:var(--soft)}.selection-note p{max-width:55rem;margin:1.5rem auto}.selection-note .button{margin-top:1rem}.text-hero{padding:6rem 8vw;background:var(--cream)}.text-hero p{max-width:45rem;font-size:1.1rem}.text-hero .eyebrow{font-size:.8rem}.guide-index{margin-top:3rem}.topic-index{background:var(--cream)}.guide-group{padding:2rem 0;border-bottom:1px solid var(--line);scroll-margin-top:7rem}.guide-group .textlink{display:block;width:fit-content;margin-top:1rem}.editorial-hero h1{font-size:clamp(2.7rem,4.5vw,5rem)}.editorial-intro{padding:5rem 12vw;text-align:center}.editorial-intro>p:last-child{max-width:52rem;margin:2rem auto 0;font-size:1.1rem}.editorial-steps{background:#fff}.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.step-grid article{padding:2rem;background:var(--paper);border-top:2px solid var(--accent)}.step-grid article>span{font:2.5rem Georgia,serif;color:var(--accent);display:block;margin-bottom:1rem}.step-grid h3{font-size:1.7rem}.step-grid p{font-size:1rem;margin-bottom:0}.sources{margin-top:2rem;border-top:1px solid var(--line);font-size:.85rem}.sources a{display:block;text-decoration:underline}.checklist{background:var(--cream)}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}.check-grid label{display:flex;align-items:flex-start;gap:.8rem;padding:1.2rem;background:#fff;cursor:pointer}.check-grid input{width:19px;height:19px;margin-top:5px;accent-color:var(--deep);flex-shrink:0}.check-grid input:checked+span{text-decoration:line-through;opacity:.65}.disclaimer{font-size:.9rem;max-width:65rem;margin-top:2rem}.site-footer{background:var(--footer);color:#fff;padding:3.5rem 7vw 2.5rem}.footer-top{display:grid;grid-template-columns:110px 1fr 1.4fr;align-items:center;gap:3rem}.site-footer .brand{background:#fff;border-radius:4px;width:100px}.site-footer p{color:#e3e5dd;font-size:.9rem}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem;font-size:.85rem}.site-footer nav a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:1.5rem;padding-top:1.2rem;color:#ccd1ca;font-size:.8rem}.site-footer .footer-disclosure{font-size:.8rem;margin-top:1.8rem}.legal-hero h1{font-size:clamp(2.8rem,5vw,5rem)}.legal-content{max-width:980px;padding:4rem 2rem 6rem;margin:auto}.legal-content h2{font-size:2rem;margin-top:2.8rem}.legal-content h3{font-size:1.4rem;margin-top:2rem}.legal-content a{text-decoration:underline;overflow-wrap:anywhere}.legal-content p,.legal-content li{color:var(--ink)}
@media(min-width:1800px){.hero-copy{padding-left:max(7vw,calc((100vw - 1600px)/2))}}
@media(max-width:1100px){.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{gap:1rem}.site-header nav{gap:1.2rem}.hero-copy{padding:4.5rem 5vw}.hero{min-height:580px}.hero .picture.hero-image{min-height:540px}.section{padding:4.5rem 5vw}.feature-copy{padding:4rem 5vw}.footer-top{gap:1.5rem}.step-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header{flex-wrap:wrap;padding:.4rem 5vw;gap:.3rem 1rem;min-height:98px}.brand{width:67px}.brand img{height:57px}.site-header nav{order:3;flex-basis:100%;justify-content:center;gap:2rem;font-size:.88rem}.site-header nav a{padding:.25rem 0}.back-pill{font-size:.8rem;max-width:65%;padding:.5rem 1rem}.hero{grid-template-columns:1fr}.hero-copy{padding:3.5rem 6vw 3rem}.hero h1{font-size:clamp(3rem,11vw,4.8rem)}.hero .picture.hero-image{min-height:390px;height:390px}.hero .lead{margin:1.6rem 0}.strip{padding:.8rem 6vw}.strip span{display:none}.strip p{width:100%;font-size:.85rem}.section{padding:3.7rem 6vw}.section-head{display:block;margin-bottom:2.1rem}.section-head>p{margin-top:1.5rem}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.card-copy{padding:1.25rem}.card h3{font-size:1.5rem}.feature{grid-template-columns:1fr}.feature>.picture,.feature>div:first-child>.picture{min-height:360px;height:360px}.feature-copy{padding:3.5rem 6vw}.season-grid{grid-template-columns:repeat(2,1fr)}.season-grid article{padding:1.4rem}.occasion{padding:3.5rem 6vw}.footer-top{grid-template-columns:100px 1fr;gap:1.2rem}.site-footer nav{grid-column:1/-1;justify-content:flex-start;margin-top:1rem}.site-footer{padding:3rem 6vw}.topic-hero-copy{padding:4rem 6vw}.topic-hero h1{font-size:clamp(3rem,10vw,5rem)}.topic-hero{min-height:470px}.topic-overlay{background:rgba(12,25,21,.76)}.selection-note{padding:3.5rem 6vw}.text-hero{padding:4rem 6vw}.editorial-intro{padding:3.5rem 6vw}.editorial-hero h1{font-size:clamp(2.6rem,9vw,4rem)}.step-grid{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.legal-content{padding:3rem 6vw}.legal-content h2{font-size:1.8rem}}
@media(max-width:500px){.grid.three,.grid.four{grid-template-columns:1fr}.card .picture{aspect-ratio:1.45}.season-grid{grid-template-columns:1fr}.hero .picture.hero-image{height:340px;min-height:340px}.card h3{font-size:1.9rem}.card-copy{padding:1.5rem}.button{width:100%}.card .button{font-size:.9rem}.actions{align-items:stretch;width:100%}.actions .textlink{align-self:flex-start}.footer-top{grid-template-columns:1fr}.site-footer nav{grid-column:auto}.ai-label{font-size:12px}.section-head h2{font-size:2.65rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

:root{--ink:#23392f;--deep:#284b38;--accent:#9a542e;--soft:#ead9bd;--paper:#f8f6ef;--cream:#eeeadd;--line:#d1d9cf;--muted:#626b61;--footer:#192b23;}

:root{--ink:#23392f;--deep:#284b38;--accent:#9a542e;--soft:#ead9bd;--paper:#f8f6ef;--cream:#eeeadd;--line:#d1d9cf;--muted:#626b61;--footer:#192b23;}

:root{--ink:#243247;--deep:#263d64;--accent:#9b691d;--soft:#e5d5b9;--paper:#faf8f3;--cream:#f0eadf;--line:#d7dfe9;--muted:#617083;--footer:#1b2940;}

/* Preserve the complete individually photographed product in every card. */
.product-card .picture{aspect-ratio:auto}.product-card .picture img{height:auto}
