:root{--ink:#243b35;--cream:#fffaf1;--coral:#e97761;--line:#e8dfd2;--paper:#fffdf9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.announcement{background:var(--ink);color:#fff;text-align:center;padding:9px 20px;font-size:12px;letter-spacing:.08em}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,32px);border-bottom:1px solid var(--line);background:rgba(255,253,249,.96);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:43px;height:43px;border-radius:50% 48% 46% 52%;display:grid;place-items:center;background:#f2bfb1;color:#fff;font:italic 700 27px Georgia;transform:rotate(-5deg)}.brand strong{font:700 23px Georgia;display:block}.brand small{font-size:8px;letter-spacing:.18em;display:block;margin-top:3px}.site-header nav{display:flex;gap:31px;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--coral)}.header-cta,.button{background:var(--ink);color:#fff;border-radius:999px;padding:13px 20px;font-weight:700;font-size:13px;border:0;cursor:pointer}.hero{min-height:670px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6vw;padding:72px max(6vw,40px);background:radial-gradient(circle at 12% 18%,#fff 0 5%,transparent 5.2%),linear-gradient(135deg,#fff8ea,#faeee6)}.eyebrow{color:#b35c49;letter-spacing:.16em;font-weight:800;font-size:11px}.hero h1,.section h2{font:700 clamp(43px,5vw,74px)/.98 Georgia,serif;letter-spacing:-.04em;margin:18px 0}.hero h1 em{font-weight:400;color:var(--coral)}.hero-copy>p{font:20px/1.65 Georgia;color:#556762;max-width:580px}.hero-actions{display:flex;align-items:center;gap:25px;margin:30px 0}.primary{padding:16px 25px}.text-link{font-weight:800;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:3px}.trust-row{display:flex;gap:24px;padding-top:23px;border-top:1px solid #decfc0;font-size:11px;font-weight:700;color:#62726d}.hero-gallery{height:520px;display:grid;grid-template:1fr 1fr/1fr 1fr;gap:15px;position:relative;transform:rotate(1deg)}.hero-gallery img{width:100%;height:100%;object-fit:cover;border:10px solid #fff;box-shadow:0 12px 35px #806b5930}.hero-gallery img:nth-child(1){transform:rotate(-3deg)}.hero-gallery img:nth-child(2){transform:translateY(22px) rotate(2deg)}.hero-gallery img:nth-child(3){transform:rotate(2deg)}.hero-gallery img:nth-child(4){transform:translateY(18px) rotate(-2deg)}.tape{position:absolute;width:75px;height:25px;background:#f5dc9baa;transform:rotate(-8deg);top:-5px;left:18%}.tape-two{left:auto;right:10%;top:auto;bottom:12%;transform:rotate(12deg)}.section{padding:100px max(6vw,40px)}.section-heading{text-align:center;max-width:720px;margin:0 auto 48px}.section-heading h2,.shop h2,.faq h2,.about h2{font-size:48px}.section-heading p{color:#6d7975;line-height:1.7}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.collection-card{--card-color:#eee;display:block;text-align:left;border:0;border-radius:150px 150px 24px 24px;background:var(--card-color);padding:13px 13px 23px;cursor:pointer;color:var(--ink);transition:.25s}.collection-card:hover{transform:translateY(-6px)}.collection-card img{width:100%;aspect-ratio:1/1.12;object-fit:cover;border-radius:140px 140px 18px 18px}.collection-card span,.collection-card strong,.collection-card small,.collection-card b{display:block}.collection-card span{padding:18px 10px 0}.collection-card strong{font:700 22px Georgia}.collection-card small{margin:7px 0 15px;color:#66736f}.collection-card b{font-size:12px}.shop{background:#f7f1e8}.shop-top{display:flex;align-items:end;justify-content:space-between;gap:30px}.shop-top h2{margin-bottom:0}.search{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:12px 17px;min-width:330px}.search span{font-size:24px}.search input{border:0;outline:0;width:100%;padding-left:8px;background:transparent}.shop-tabs,.category-tabs{display:flex;gap:8px;overflow:auto}.shop-tabs{padding:28px 0 4px}.category-tabs{padding:8px 0 6px}.shop-tabs button,.category-tabs button{white-space:nowrap;background:#fff;border:1px solid #d8cfc4;border-radius:999px;padding:10px 15px;color:#5f6d68;cursor:pointer;font-size:12px}.shop-tabs button{font-weight:800}.shop-tabs button.active,.category-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.results{font-size:11px;color:#78837f;margin:20px 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 18px}.product-card{min-width:0}.product-image{display:block;position:relative;aspect-ratio:1.04/1;overflow:hidden;border-radius:16px;background:#fff}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-image:hover img{transform:scale(1.035)}.product-image span{position:absolute;top:12px;left:12px;background:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-info{padding:15px 5px}.product-info>small{text-transform:uppercase;letter-spacing:.1em;color:#a16356;font-size:9px;font-weight:800}.product-info h3{font:700 16px/1.35 Georgia;margin:8px 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}.product-info>div{display:flex;justify-content:space-between;align-items:center}.product-info a{font-size:11px;font-weight:800;border-bottom:1px solid}.load{display:block;margin:48px auto 0}.empty{text-align:center;padding:70px}.empty h3{font:700 24px Georgia}.how{background:var(--ink);color:#fff}.how .eyebrow{color:#f3bfae}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff2c}.steps>div{background:var(--ink);padding:45px}.steps b{font:italic 34px Georgia;color:#e99e88}.steps h3{font:700 23px Georgia}.steps p{color:#cbd5d1;line-height:1.7}.about{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center;background:#eef3ef}.about-collage{position:relative}.about-collage img{width:85%;border:12px solid #fff;box-shadow:0 20px 45px #38544525;transform:rotate(-3deg)}.mini-card{position:absolute;right:0;bottom:12%;background:#f6cbbb;padding:24px;box-shadow:0 10px 30px #38544520;transform:rotate(4deg);font:700 20px Georgia;text-align:center}.mini-card span{font:italic 15px Georgia}.about p{line-height:1.8;color:#5c6d67}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw}.faq-list details{border-top:1px solid var(--line);padding:20px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;justify-content:space-between;font:700 18px Georgia;cursor:pointer}.faq-list p{color:#66736f;line-height:1.65;max-width:650px}footer{background:#f4c9bd;padding:55px max(6vw,40px);display:grid;grid-template-columns:1fr 1fr auto;gap:25px;align-items:center}.footer-brand .brand-mark{background:var(--ink)}footer>p{font:italic 16px Georgia}footer>div:nth-of-type(2){display:flex;gap:20px;font-weight:700;font-size:13px}footer>small{grid-column:1/-1;border-top:1px solid #b97f7050;padding-top:20px;color:#765c54}.blog-hero{text-align:center;padding:100px 24px 75px;background:linear-gradient(135deg,#fff8ea,#faeee6)}.blog-hero h1,.article h1{font:700 clamp(45px,6vw,78px)/1 Georgia;margin:18px 0}.blog-hero p{font:19px/1.7 Georgia;color:#5d6d68;max-width:650px;margin:auto}.blog-list{background:#f7f1e8}.blog-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.blog-card{background:#fff;border-radius:20px;overflow:hidden}.blog-card.featured{grid-column:1/-1;display:grid;grid-template-columns:1.15fr 1fr}.blog-image{display:block;min-height:320px}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-card-copy{padding:35px}.blog-card h2{font:700 30px/1.15 Georgia;margin:12px 0}.blog-card p{color:#64736e;line-height:1.7}.blog-card small{display:block;color:#8a9591;margin:18px 0}.article{max-width:980px;margin:auto;padding:80px 30px 120px}.back-link{font-size:13px;font-weight:800}.article>header{text-align:center;max-width:800px;margin:65px auto 45px}.article>header p{font:20px/1.65 Georgia;color:#61716b}.article>header small{color:#87918d}.article-cover{width:100%;max-height:560px;object-fit:cover;border-radius:22px}.article-body{max-width:720px;margin:60px auto 0}.article-body section{margin-bottom:42px}.article-body h2{font:700 31px Georgia;margin-bottom:15px}.article-body p{font-size:17px;line-height:1.85;color:#4f625b}.article-body aside{background:#eef3ef;padding:38px;border-radius:18px;margin-top:60px}.article-body aside .button{display:inline-block;margin-top:10px}.not-found{min-height:70vh;display:grid;place-items:center;text-align:center;padding:40px}.not-found h1{font:700 clamp(60px,12vw,150px)/1 Georgia;color:var(--coral);margin:0}.not-found p{font:20px/1.6 Georgia;max-width:560px}
@media(max-width:1000px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:50px}.hero-copy{text-align:center}.hero-copy>p{margin:auto}.hero-actions,.trust-row{justify-content:center}.hero-gallery{max-width:680px;width:100%;margin:auto}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.about{gap:5vw}}
@media(max-width:640px){.announcement{font-size:9px}.site-header{height:70px;padding:0 18px}.header-cta{padding:10px 12px;font-size:10px}.brand strong{font-size:18px}.brand small{display:none}.brand-mark{width:36px;height:36px}.hero{padding:55px 20px;min-height:auto}.hero h1{font-size:48px}.hero-copy>p{font-size:17px}.hero-actions{flex-direction:column;gap:15px}.trust-row{flex-wrap:wrap;gap:10px 18px}.hero-gallery{height:360px;margin-top:20px}.section{padding:72px 20px}.section-heading h2,.shop h2,.faq h2,.about h2{font-size:39px}.collection-grid{gap:10px}.collection-card{border-radius:80px 80px 17px 17px;padding:8px}.collection-card img{border-radius:72px 72px 12px 12px}.collection-card strong{font-size:16px}.collection-card small{font-size:11px}.collection-card b{font-size:10px}.shop-top{align-items:stretch;flex-direction:column}.search{min-width:0}.product-grid{gap:20px 10px}.product-info h3{font-size:14px}.product-info>div{align-items:start;flex-direction:column;gap:8px}.steps{grid-template-columns:1fr}.steps>div{padding:30px}.about,.faq{grid-template-columns:1fr}.about-collage{margin-bottom:25px}.mini-card{font-size:15px;padding:15px}.faq{gap:20px}footer{grid-template-columns:1fr;text-align:center}footer .brand,footer>div:nth-of-type(2){justify-content:center}footer>small{grid-column:auto}.blog-grid{grid-template-columns:1fr}.blog-card.featured{grid-column:auto;display:block}.blog-image{min-height:240px}.blog-card h2{font-size:25px}.article{padding:55px 20px 85px}.article>header{margin:45px auto 35px}.article-body{margin-top:42px}}

/* Keep collection artwork square and crop it without stretching. */
.collection-card img{aspect-ratio:1/1;height:auto}
[hidden]{display:none!important}

/* Show the complete blog cover artwork instead of cropping tall product images. */
.article-cover{display:block;width:100%;height:auto;max-height:none;object-fit:contain;background:#f7f1e8}

/* Comfortable blog index: compact thumbnails and clearer reading rhythm. */
.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.blog-list .blog-grid{width:100%;max-width:1400px;margin:0 auto}
.blog-card{border:1px solid #eee5da;box-shadow:0 12px 28px #4b5f5710}
.blog-card.featured{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}
.blog-image{min-height:0;aspect-ratio:16/10;overflow:hidden;background:#f1ece4}
.blog-card.featured .blog-image{aspect-ratio:auto;min-height:340px;max-height:410px}
.blog-card-copy{padding:28px}
.blog-card h2{font-size:24px;line-height:1.22;margin:10px 0}
.blog-card.featured h2{font-size:34px}
.blog-card p{font-size:15px;line-height:1.65}
.blog-card small{margin:14px 0}
@media(max-width:1000px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-card.featured{grid-template-columns:1fr 1fr}.blog-card.featured h2{font-size:29px}}
@media(max-width:640px){.blog-grid{grid-template-columns:1fr;gap:20px}.blog-card.featured{display:block}.blog-card.featured .blog-image{aspect-ratio:16/10;min-height:0;max-height:none}.blog-card-copy{padding:24px}.blog-card h2,.blog-card.featured h2{font-size:24px}}

/* Etsy cover artwork is square: preserve the complete 1:1 composition. */
.blog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.blog-image,.blog-card.featured .blog-image{aspect-ratio:1/1;min-height:0;max-height:none}
.blog-image img{object-fit:contain;background:#f1ece4}
@media(max-width:1200px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:850px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-card.featured{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.blog-grid{grid-template-columns:1fr}.blog-card.featured{display:block}.blog-card.featured .blog-image{aspect-ratio:1/1}}
.privacy-page{max-width:1060px;margin:auto;padding:78px 30px 120px}.privacy-page>header{text-align:center;max-width:760px;margin:0 auto 48px}.privacy-page h1{font:700 clamp(44px,6vw,70px)/1.05 Georgia;margin:18px 0}.privacy-page>header p{font:20px/1.65 Georgia;color:#61716b}.privacy-page>header small{display:inline-block;color:#7b8984;background:#f3eee9;border-radius:999px;padding:8px 14px}.privacy-content{max-width:820px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:26px;padding:8px 42px;box-shadow:0 20px 55px rgba(40,62,54,.08)}.privacy-content section{padding:30px 0;border-top:1px solid var(--line)}.privacy-content section:first-child{border-top:0}.privacy-content h2{font:700 29px/1.25 Georgia;margin:0 0 14px}.privacy-content p,.privacy-content li{font-size:16px;line-height:1.8;color:#4f625b}.privacy-content p{margin:0 0 14px}.privacy-content p:last-child{margin-bottom:0}.privacy-content ul{padding:0;margin:18px 0 0;list-style:none;display:grid;gap:10px}.privacy-content li{background:#f8f5f1;border-radius:12px;padding:10px 14px}.privacy-content a{color:#9b4f3f;font-weight:700;text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.privacy-page{padding:52px 16px 82px}.privacy-page>header{margin-bottom:32px}.privacy-page h1{font-size:42px}.privacy-page>header p{font-size:17px}.privacy-content{padding:4px 22px;border-radius:20px}.privacy-content section{padding:25px 0}.privacy-content h2{font-size:24px}.privacy-content p,.privacy-content li{font-size:15px}}
.hero{overflow:hidden}.hero-gallery{width:100%;max-width:820px;height:520px;grid-template:repeat(2,minmax(0,1fr))/repeat(2,minmax(0,1fr));justify-self:center}.hero-gallery img{display:block;min-width:0;min-height:0}@media(max-width:640px){.hero-gallery{height:360px}}

/* Crawlable static shop and collection pages. */
.collection-directory-link{display:table;margin:34px auto 0}.catalog-hero{padding:64px max(6vw,40px) 72px;background:linear-gradient(135deg,#fff8ea,#faeee6);text-align:center}.catalog-hero h1{max-width:920px;margin:18px auto;font:700 clamp(44px,6vw,76px)/1 Georgia;letter-spacing:-.04em}.catalog-hero>p{max-width:780px;margin:0 auto;font:18px/1.7 Georgia;color:#5d6d68}.catalog-breadcrumb{display:flex;justify-content:center;align-items:center;gap:9px;margin-bottom:42px;color:#687772;font-size:12px}.catalog-breadcrumb a{text-decoration:underline;text-underline-offset:3px}.catalog-breadcrumb b{color:#b9aea1}.catalog-summary{margin:23px auto 0;color:#6a7773;font-size:13px}.catalog-summary strong{color:var(--ink);font-size:18px}.catalog-related,.shop-directory{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:24px}.catalog-related a,.shop-directory a{padding:9px 14px;border:1px solid #d8cfc4;border-radius:999px;background:#fff;font-size:12px;font-weight:700}.catalog-related a:hover,.shop-directory a:hover{background:var(--ink);border-color:var(--ink);color:#fff}.catalog-list{background:#f7f1e8}.catalog-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:38px}.catalog-heading h2{font-size:42px;margin:10px 0 0}.catalog-heading p{color:#6d7975;font-size:13px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.catalog-product{min-width:0}.catalog-product-image{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:16px;background:#fff;border:1px solid #eee5da}.catalog-product-image img{display:block;width:100%;height:100%;object-fit:contain;transition:.3s}.catalog-product-image:hover img{transform:scale(1.025)}.catalog-product-image span{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:999px;background:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;box-shadow:0 4px 12px #243b3514}.catalog-product-copy{padding:15px 5px}.catalog-product-copy>small{color:#a16356;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.catalog-product-copy h2{min-height:44px;margin:8px 0 14px;font:700 16px/1.35 Georgia;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product-copy>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.catalog-product-copy>div a{font-size:11px;font-weight:800;border-bottom:1px solid}.catalog-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-top:55px;padding-top:26px;border-top:1px solid #ded5c9}.catalog-pagination a{font-weight:800}.catalog-pagination a:last-child{text-align:right}.catalog-pagination strong{font-size:12px;color:#697772}.catalog-hub{padding-bottom:82px}.collection-index{background:#f7f1e8}.collection-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.collection-index-card{overflow:hidden;border:1px solid #eee5da;border-radius:22px;background:#fff;box-shadow:0 12px 28px #4b5f5710}.collection-index-card>a{display:block;height:100%}.collection-index-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#f1ece4}.collection-index-card span{display:block;padding:25px}.collection-index-card small{color:#a16356;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.collection-index-card h2{margin:9px 0 10px;font:700 28px/1.15 Georgia;letter-spacing:-.02em}.collection-index-card p{min-height:78px;margin:0 0 18px;color:#62716c;line-height:1.6}.collection-index-card b{font-size:12px;border-bottom:1px solid}.collection-index-card:hover{transform:translateY(-3px);transition:.25s}
@media(max-width:1000px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.catalog-hero{padding:42px 20px 52px}.catalog-breadcrumb{justify-content:flex-start;margin-bottom:32px;overflow:auto;white-space:nowrap}.catalog-hero h1{font-size:43px}.catalog-hero>p{font-size:16px}.catalog-heading{display:block}.catalog-heading h2{font-size:36px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.catalog-product-copy h2{font-size:14px}.catalog-product-copy>div{align-items:flex-start;flex-direction:column}.catalog-pagination{grid-template-columns:1fr auto 1fr;gap:8px}.collection-index-grid{grid-template-columns:1fr}.collection-index-card p{min-height:0}}

/* Blog topic pathways, breadcrumbs, and related reading. */
.article-breadcrumb{display:flex;align-items:center;gap:9px;color:#687772;font-size:12px}.article-breadcrumb a{text-decoration:underline;text-underline-offset:3px}.article-breadcrumb b{color:#b9aea1}.article-breadcrumb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-hero .article-breadcrumb{justify-content:center;margin:0 auto 42px}.blog-topics{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;max-width:900px;margin:28px auto 0}.blog-topics a{padding:9px 14px;border:1px solid #d8cfc4;border-radius:999px;background:#fff;font-size:12px;font-weight:700}.blog-topics a:hover{background:var(--ink);border-color:var(--ink);color:#fff}.article>.article-breadcrumb{margin-bottom:54px}.article>.article-breadcrumb+header{margin-top:0}.article-collection{border:1px solid #dbe7df}.article-collection .eyebrow{display:block;margin-bottom:10px}.related-posts{margin-top:90px;padding-top:58px;border-top:1px solid var(--line);text-align:center}.related-posts>h2{margin:12px 0 34px;font:700 40px/1.1 Georgia}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;text-align:left}.related-card{overflow:hidden;border:1px solid #eee5da;border-radius:18px;background:#fff;box-shadow:0 12px 28px #4b5f5710}.related-card>a{display:block;height:100%}.related-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#f1ece4}.related-card span{display:block;padding:20px}.related-card small{color:#a16356;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.related-card h2{min-height:62px;margin:8px 0 16px;font:700 18px/1.28 Georgia;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-card b{font-size:11px;border-bottom:1px solid}.all-articles-link{display:table;margin:34px auto 0}
@media(max-width:700px){.blog-hero .article-breadcrumb{justify-content:flex-start;margin-bottom:30px;overflow:hidden}.blog-topics{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.blog-topics a{flex:0 0 auto}.article>.article-breadcrumb{margin-bottom:38px;overflow:hidden}.related-posts{margin-top:65px;padding-top:44px}.related-posts>h2{font-size:34px}.related-grid{grid-template-columns:1fr}.related-card>a{display:grid;grid-template-columns:115px 1fr}.related-card img{height:100%;min-height:145px}.related-card span{padding:17px}.related-card h2{min-height:0;font-size:17px}}

/* Static product detail pilot pages. */
.product-detail{background:#fffdf9}.product-detail-breadcrumb{padding:30px max(6vw,40px) 0}.product-detail-breadcrumb .catalog-breadcrumb{justify-content:flex-start;margin:0;max-width:1280px}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:clamp(38px,5vw,72px);align-items:center;max-width:1280px;margin:auto;padding:45px max(6vw,40px) 68px}.product-detail-gallery{min-width:0}.product-detail-image{overflow:hidden;border:1px solid #eee5da;border-radius:24px;background:#f3eee7;box-shadow:0 20px 48px #41554c16}.product-detail-image img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.product-gallery-thumbs button{display:block;overflow:hidden;width:100%;padding:0;aspect-ratio:1/1;border:2px solid transparent;border-radius:12px;background:#f3eee7;cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s}.product-gallery-thumbs button:hover{transform:translateY(-2px);border-color:#b99e8e}.product-gallery-thumbs button.active,.product-gallery-thumbs button[aria-pressed="true"]{border-color:var(--ink);box-shadow:0 0 0 2px #fff,0 0 0 4px #b9c9c2}.product-gallery-thumbs button:focus-visible{outline:3px solid var(--coral);outline-offset:3px}.product-gallery-thumbs img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.product-detail-summary h1{margin:12px 0 15px;font:700 clamp(30px,3.1vw,44px)/1.08 Georgia;letter-spacing:-.03em}.product-detail-summary>p{font:15px/1.62 Georgia;color:#5b6d66}.product-detail-price{margin:20px 0 14px;font:700 27px Georgia}.product-detail-price small{font:700 10px Arial;letter-spacing:.12em;color:#7b8883}.product-detail-facts{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 22px}.product-detail-facts span{padding:7px 10px;border:1px solid #ded5ca;border-radius:999px;background:#fff;font-size:10px;font-weight:700;color:#60706a}.product-buy{display:inline-block;padding:15px 23px}.product-external-note{display:block;max-width:430px;margin-top:10px;font-size:11px;line-height:1.45;color:#7a8782}.product-detail-content{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:58px;max-width:1080px;margin:auto;padding:56px 30px 64px;background:#fff}.product-description>section{padding:18px 0;border-top:1px solid var(--line)}.product-description>.eyebrow+section{margin-top:10px}.product-description h2{margin:0 0 9px;font:700 20px/1.24 Georgia}.product-description p,.product-description li{font-size:14px;line-height:1.62;color:#4f625b}.product-description p{margin:0 0 8px}.product-description ul{margin:7px 0;padding-left:20px;display:grid;gap:3px}.product-sidebar{align-self:start;position:sticky;top:112px;display:grid;gap:14px}.product-sidebar>div{padding:22px;border:1px solid #e8dfd2;border-radius:18px;background:#f8f4ee}.product-sidebar h2{margin:7px 0 9px;font:700 21px Georgia}.product-sidebar p{font-size:13px;line-height:1.58;color:#61716b}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.product-tags span{padding:6px 8px;border-radius:999px;background:#fff;border:1px solid #e2d9ce;font-size:9px;color:#60706a}.product-related{background:#f7f1e8}.product-related .section-heading h2{font-size:38px}
@media(max-width:900px){.product-detail-hero{grid-template-columns:1fr;max-width:760px}.product-detail-content{grid-template-columns:1fr;gap:40px}.product-sidebar{position:static;grid-template-columns:1fr 1fr}.product-related .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.product-detail-breadcrumb{padding:24px 18px 0}.product-detail-hero{padding:32px 18px 50px}.product-detail-summary h1{font-size:31px}.product-detail-summary>p{font-size:14px}.product-gallery-thumbs{gap:7px}.product-gallery-thumbs button{border-radius:9px}.product-detail-content{padding:46px 20px 54px}.product-sidebar{grid-template-columns:1fr}.product-description>section{padding:15px 0}.product-description h2{font-size:19px}.product-description p,.product-description li{font-size:13.5px;line-height:1.58}.product-related .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-related .section-heading h2{font-size:32px}}
