/* Shopping experience: calm editorial layouts, clear product information. */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root { --font-serif: 'Cormorant Garamond', Georgia, serif; --cream:#f6f2ea; --paper:#fcfaf6; --ink:#382e28; --ink-soft:#594e45; --muted:#786c62; --sage:#684b38; --sage-dark:#493326; --sage-light:#baa18c; --amber:#936b45; --amber-soft:#d5b795; }
body { background: var(--paper); }
[id] { scroll-margin-top: 100px; }
.announcement { background:#46382f; color:#f7f3e9; font-size:11px; padding:8px 16px; }
.site-header { background:var(--paper); }
.nav-bar { padding:19px 40px; max-width:1440px; }
.logo__main { font-family:var(--font-serif); font-size:23px; font-weight:500; letter-spacing:.1em; }
.logo__sub { font-size:8px; letter-spacing:.2em; margin-top:2px; }
.nav-link { font-size:12px; }
.btn { background:var(--sage); border-color:var(--sage); border-radius:0; min-height:50px; padding:14px 26px; }
.btn--ghost { background:transparent; color:var(--ink); border-color:var(--line); }
.btn--ghost-light { background:transparent; color:var(--cream); border-color:#a39080; }
.btn--light { background:var(--cream); border-color:var(--cream); color:var(--ink); }
.home-hero { max-width:1360px; margin:24px auto 0; grid-template-columns:1.05fr 1fr; min-height:610px; background:#eee5d9; }
.home-hero__image { order:0; }
.home-hero__content { order:1; padding:54px clamp(32px,5vw,76px); }
.home-hero h1 { font-size:clamp(60px,6.3vw,90px); line-height:.96; letter-spacing:-.035em; margin:25px 0; }
.home-hero h1 em { color:var(--sage); font-weight:400; }
.home-hero__content > p { font-size:14px; line-height:1.85; max-width:34ch; margin:0 0 26px; }
.home-hero .eyebrow { font-size:9px; letter-spacing:.14em; }
.home-hero .btn { min-width:210px; justify-content:space-between; }
.home-hero__secondary { font-size:11px; margin-top:18px; text-decoration:underline; text-underline-offset:4px; color:var(--ink-soft); }
.home-hero__image img { object-position:center 58%; }
.home-hero figcaption { font-size:10px; padding:40px 28px 22px; }
.service-strip { max-width:1360px; margin:auto; display:flex; justify-content:space-around; gap:20px; padding:23px 20px; font-size:11px; color:var(--ink-soft); border-bottom:1px solid var(--line); }
.service-strip > * { text-align:center; }
.service-strip a:hover { text-decoration:underline; }
.collection-heading { display:flex; justify-content:space-between; align-items:end; gap:32px; margin-bottom:32px; }
.collection-heading h2 { font-size:clamp(34px,3.4vw,48px); line-height:1.1; margin-top:10px; }
.collection-heading > p { font-size:13px; color:var(--muted); margin:0; }
.collection-heading .link-arrow { flex-shrink:0; font-size:12px; }
.store-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:40px 26px; }
.store-grid--four { grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.shop-card { min-width:0; }
.shop-card__image { position:relative; display:block; overflow:hidden; aspect-ratio:4/5; background:#e6e3da; }
.shop-card__image img { width:100%; height:100%; object-fit:cover; transition:opacity .3s ease, transform .7s ease; }
.shop-card__alternate { position:absolute; inset:0; opacity:0; }
.shop-card__label { position:absolute; top:12px; left:12px; background:var(--paper); color:var(--ink); padding:5px 10px; font-size:10px; }
.shop-card__explore { position:absolute; bottom:0; left:0; right:0; padding:12px; text-align:center; background:#fcfaf6ed; font-size:11px; transform:translateY(100%); transition:transform .25s; }
@media (hover:hover) { .shop-card__image:hover .shop-card__alternate { opacity:1; } .shop-card__image:hover img { transform:scale(1.035); } .shop-card__image:hover .shop-card__explore { transform:none; } }
.shop-card__image:focus-visible .shop-card__explore { transform:none; }
.shop-card__heading { display:flex; justify-content:space-between; align-items:baseline; gap:12px; margin-top:16px; }
.shop-card h3 { font-size:24px; line-height:1.15; font-weight:500; }
.shop-card__price { white-space:nowrap; font-size:12px; }
.shop-card__price small { font-size:10px; color:var(--muted); }
.shop-card__scent { margin:7px 0 15px; font-size:11px; line-height:1.7; color:var(--muted); }
.shop-card__bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:7px; border-top:1px solid var(--line); padding-top:5px; }
.shop-card__bottom > span { font-size:10px; color:var(--muted); }
.shop-card__add { font-size:11px; min-height:44px; display:inline-flex; align-items:center; gap:14px; color:var(--sage-dark); }
.shop-card__add span { font-size:18px; }
.shop-card__add:hover { text-decoration:underline; text-underline-offset:4px; }
.scent-guide { background:#f0ebe3; }
.scent-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; }
.scent-tile { background:var(--paper); display:grid; grid-template-rows:auto 1fr; }
.scent-tile > img { width:100%; aspect-ratio: 1.4; object-fit:cover; }
.scent-tile > div { padding:27px; }
.scent-tile h3 { font-size:32px; margin:10px 0 8px; }
.scent-tile p { font-size:12px; color:var(--muted); line-height:1.8; margin:0 0 20px; }
.scent-tile__link { font-size:11px; border-bottom:1px solid var(--line); padding-bottom:5px; }
.scent-tile:hover .scent-tile__link { border-color:var(--ink); }
.maker-story { display:grid; grid-template-columns:1fr 1fr; max-width:1248px; margin:88px auto; background:#ebe1d5; }
.maker-story__photo img { width:100%; height:100%; max-height:640px; object-fit:cover; object-position:center 68%; }
.maker-story__text { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:clamp(32px,5vw,72px); }
.maker-story h2 { font-size:clamp(38px,3.8vw,54px); margin:18px 0; line-height:1.05; }
.maker-story p { font-size:14px; line-height:1.85; color:var(--ink-soft); margin:0 0 16px; }
.maker-story .link-arrow { margin-top:8px; }
.maker-story__signature { font-family:var(--font-serif); font-size:24px; font-style:italic; margin-top:32px; }
.shopping-help { border-top:1px solid var(--line); }
.shopping-help__grid { display:grid; grid-template-columns:1fr 1.2fr; gap:80px; }
.shopping-help h2 { font-size:42px; line-height:1.1; margin:15px 0 26px; }
.accordion__body a { text-decoration:underline; text-underline-offset:3px; }
.shop-heading { padding:55px 0 40px; background:var(--cream); }
.shop-heading .page-head__title { max-width:15ch; font-size:clamp(44px,4.9vw,66px); }
.shop-heading .page-head__sub { margin-bottom:0; font-size:14px; }
.shop-toolbar { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:0 0 26px; font-size:12px; color:var(--muted); }
.shop-toolbar label { display:flex; gap:10px; align-items:center; }
.shop-toolbar select { border:0; border-bottom:1px solid var(--line); background:transparent; padding:10px 20px 10px 6px; color:var(--ink); font-size:14px; }
.filter-bar { border-top:0; gap:10px; }
.filter-pill { border:1px solid transparent; border-radius:0; padding:10px 18px; }
.filter-pill[aria-pressed="true"] { background:var(--sage); border-color:var(--sage); color:white; }
.catalog-message { grid-column:1/-1; text-align:center; padding:50px 24px; background:var(--cream); }
.catalog-message h3 { font-size:32px; }
.catalog-message p { font-size:14px; color:var(--muted); }
.catalog-message a, .catalog-message button { margin:12px; }
.catalog-loading { color:var(--muted); font-size:14px; }
.pdp { gap:70px; }
.pdp-info__name { font-size:58px; font-weight:500; line-height:1; }
.pdp-info__price { font-family:var(--font-sans); font-size:22px; margin:20px 0; }
.pdp-info__tag { font-size:11px; }
.pdp-info__short { font-size:14px; }
.pdp-facts { display:grid; grid-template-columns:1fr 1fr; gap:20px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:18px 0; margin:24px 0; }
.pdp-facts dt { font-size:10px; color:var(--muted); margin-bottom:5px; }
.pdp-facts dd { margin:0; font-size:13px; }
.pdp-reassurance { display:flex; flex-direction:column; gap:8px; margin-top:18px; font-size:11px; color:var(--muted); }
.pdp-reassurance a { text-decoration:underline; text-underline-offset:3px; }
.pdp-purchase { display:flex; margin-top:24px; }
.pdp-purchase .btn { width:100%; display:flex; justify-content:space-between; }
.pdp-gallery__thumbs { display:flex; gap:10px; overflow-x:auto; padding:3px; }
.pdp-gallery__thumb { flex:0 0 70px; }
.pdp-mobile-buy { display:none; }
.footer-help p { font-size:13px; line-height:1.8; color:#d5c7b9; margin-bottom:16px; }
.footer-help .footer-help__link { display:flex; justify-content:space-between; border-bottom:1px solid #928071; padding:12px 0; margin-bottom:14px; color:var(--paper); }
.site-footer { background:#382e28; }
.footer-col__title, .footer-brand .logo__sub, .footer-bottom { color:#d5c7b9; }
.cart-drawer__title { font-size:30px; }
.cart-line__title { font-size:24px; }
.cart-close { min-width:44px; min-height:44px; }
.cart-drawer { visibility:hidden; }
body.cart-open .cart-drawer { visibility:visible; }
@media (max-width:1200px) {
 .nav-bar { padding:16px 24px; }
 .home-hero { margin:0; }
 .home-hero__content { padding:40px; }
 .maker-story { margin:64px 24px; }
 .store-grid--four { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:800px) {
 .home-hero { grid-template-columns:1fr 1fr; min-height:520px; }
 .home-hero__content { padding:30px 24px; }
 .home-hero h1 { font-size:60px; }
 .home-hero__image { aspect-ratio:auto; }
 .home-hero figcaption { flex-direction:column; padding:25px 18px; }
 .home-hero figcaption > span { display:none; }
 .service-strip { padding:18px; gap:12px; font-size:10px; }
 .collection-heading { gap:20px; }
 .store-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 18px; }
 .scent-grid { gap:16px; }
 .scent-tile > div { padding:20px 16px; }
 .scent-tile h3 { font-size:28px; }
 .scent-tile .eyebrow { font-size:8px; }
 .shopping-help__grid { gap:32px; grid-template-columns:1fr; }
 .maker-story { grid-template-columns:1fr 1fr; }
 .maker-story__text { padding:32px; }
 .pdp { gap:30px; }
 .pdp-info__name { font-size:46px; }
 .pdp-mobile-buy { display:flex; position:fixed; bottom:0; left:0; right:0; z-index:60; background:var(--paper); box-shadow:0 -2px 16px #30362b12; padding:12px 20px max(12px,env(safe-area-inset-bottom)); align-items:center; justify-content:space-between; gap:16px; }
 .pdp-mobile-buy[hidden] { display:none; }
 .pdp-mobile-buy > div { display:flex; flex-direction:column; font-size:12px; }
 .pdp-mobile-buy small { color:var(--muted); margin-top:3px; }
 body:has(.pdp-mobile-buy) { padding-bottom:88px; }
 body.cart-open .pdp-mobile-buy, body.menu-open .pdp-mobile-buy { display:none; }
}
@media (max-width:540px) {
 .nav-bar { padding:12px 16px; }
 .nav-bar .logo__main { font-size:17px; letter-spacing:.06em; }
 .nav-bar .logo__sub { font-size:7px; }
 .home-hero { display:flex; flex-direction:column; }
 .home-hero__image { order:1; height:330px; }
 .home-hero__content { order:0; padding:36px 24px 30px; }
 .home-hero h1 { font-size:59px; margin:17px 0; }
 .home-hero__content > p { max-width:38ch; font-size:13px; margin-bottom:22px; }
 .home-hero__secondary { margin-top:14px; }
 .home-hero__image img { object-position:center 59%; }
 .service-strip { display:grid; grid-template-columns:1fr 1fr; padding:15px 20px; gap:10px; font-size:9px; }
 .service-strip > :last-child { grid-column:1/-1; }
 .collection-heading { align-items:start; flex-direction:column; gap:16px; margin-bottom:24px; }
 .collection-heading h2 { font-size:35px; }
 .collection-heading > p { font-size:12px; }
 .store-grid { gap:26px 14px; }
 .shop-card__heading { display:block; margin-top:12px; }
 .shop-card h3 { font-size:22px; }
 .shop-card__price { display:block; margin-top:6px; }
 .shop-card__scent { font-size:10px; margin-bottom:10px; }
 .shop-card__label { top:8px; left:8px; font-size:9px; padding:4px 6px; }
 .shop-card__bottom { display:block; }
 .shop-card__bottom > span { display:block; font-size:9px; margin-top:7px; }
 .shop-card__add { justify-content:space-between; width:100%; }
 .scent-grid { grid-template-columns:1fr; gap:18px; }
 .scent-tile { grid-template-columns:.85fr 1fr; grid-template-rows:1fr; }
 .scent-tile > img { height:100%; aspect-ratio:auto; }
 .scent-tile > div { padding:24px 18px; }
 .scent-tile h3 { font-size:29px; }
 .scent-tile p { font-size:11px; margin-bottom:14px; }
 .scent-tile__link { font-size:10px; }
 .maker-story { margin:48px 20px; grid-template-columns:1fr; }
 .maker-story__photo { height:330px; }
 .maker-story__text { padding:32px 26px; }
 .maker-story h2 { font-size:40px; }
 .shopping-help h2 { font-size:38px; }
 .shop-toolbar { align-items:start; gap:12px; font-size:11px; }
 .shop-toolbar label { gap:4px; }
 .shop-toolbar select { font-size:12px; max-width:160px; padding-top:0; }
 .shop-heading { padding:30px 0 24px; }
 .shop-heading .page-head__title { font-size:44px; }
 .filter-bar { flex-wrap:nowrap; overflow-x:auto; padding:16px 0; margin-bottom:20px; }
 .filter-bar__label { display:none; }
 .filter-pill { flex-shrink:0; white-space:nowrap; }
 .filter-pill { padding:9px 12px; font-size:11px; }
 .pdp-mobile-buy .btn { padding:12px 20px; min-width:140px; }
 .pdp-mobile-buy > div { min-width:0; }
 .pdp-gallery__thumb { flex-basis:56px; }
}
.support-link { position:fixed; right:20px; bottom:max(20px,env(safe-area-inset-bottom)); z-index:55; display:inline-flex; align-items:center; min-height:48px; padding:12px 20px; border:1px solid #e6d9cc; border-radius:28px; background:#49382f; color:#fffaf4; font:500 14px/1.2 var(--font-sans, sans-serif); text-decoration:none; box-shadow:0 4px 18px #382b2420; }
.support-link:hover { background:#604a3d; }
.support-link:focus-visible { outline:3px solid #a66d40; outline-offset:4px; }
body.cart-open .support-link, body.menu-open .support-link { display:none; }
#contact-form { scroll-margin-top:120px; }
@media(max-width:760px) { .support-link { right:12px; } body:has(.pdp-mobile-buy:not([hidden])) .support-link { bottom:calc(96px + env(safe-area-inset-bottom)); } }
.gift-guide { background:var(--cream-2, #f4efe7); }
.gift-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.gift-choice { display:flex; flex-direction:column; padding:32px; border-top:1px solid var(--ink, #382b24); color:inherit; text-decoration:none; }
.gift-choice h3 { font-family:var(--font-serif); font-size:32px; line-height:1.15; margin:18px 0; }
.gift-choice p { line-height:1.7; margin-bottom:24px; }
.gift-choice .link-arrow { margin-top:auto; }
.gift-choice:hover { background:rgba(255,255,255,.5); }
.gift-choice:focus-visible { outline:2px solid currentColor; outline-offset:4px; }
.gift-guide__help { margin-top:32px; line-height:1.7; }
.gift-guide__help a, .pdp-gift-help a, .pdp-facts a { text-decoration:underline; text-underline-offset:3px; }
.pdp-review-link { display:inline-block; padding:8px 0; font-size:14px; text-decoration:underline; text-underline-offset:4px; }
.pdp-gift-help { font-size:14px; line-height:1.6; margin-top:20px; }
@media (max-width:760px) { .gift-grid { grid-template-columns:1fr; gap:8px; } .gift-choice { padding:24px 12px; } }
@media (max-height:600px) {
 .cart-drawer { overflow-y:auto; overscroll-behavior:contain; }
 .cart-drawer__body { flex:none; overflow:visible; }
 .cart-drawer__head, .cart-drawer__foot { flex:none; }
}
