:root{--ink:#3B2712;--deep:#2E1D0D;--paper:#F2EADC;--light:#FBF7EE;--gold:#B8863B;--red:#9A3B1F;--line:#E7DBC2;--muted:#5C4A38;--shadow:0 16px 40px #3b27121a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.55 Hind,Arial,sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Rozha One',Georgia,serif;font-weight:400;line-height:1.08}h1{font-size:clamp(2.7rem,5vw,5.5rem)}h2{font-size:clamp(2rem,3.4vw,3.35rem)}h3{font-size:1.55rem}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1240px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-999px;top:8px;z-index:1000;background:white;padding:12px}.skip:focus{left:8px}.announcement{background:var(--deep);color:var(--light);text-align:center;padding:7px 12px;font-size:.8rem;letter-spacing:.12em}.header{position:relative;z-index:20;background:#fbf7eef2;box-shadow:0 1px 0 var(--line)}.nav{min-height:84px;display:flex;align-items:center;gap:35px}.brand{display:flex;align-items:center;gap:12px;font:2rem 'Rozha One',serif;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font:1.8rem Georgia,serif}.links{display:flex;align-items:center;gap:26px;margin-left:auto}.links>a,.drop-trigger{font-weight:600;font-size:.91rem;letter-spacing:.03em}.links a:hover,.drop-trigger:hover{color:var(--red)}.drop{position:relative}.drop-trigger{border:0;background:transparent;color:inherit;padding:12px 0}.dropdown{display:none;position:absolute;top:100%;left:-22px;width:235px;background:var(--light);border:1px solid var(--line);border-radius:12px;padding:10px;box-shadow:var(--shadow)}.dropdown a{display:block;padding:9px 12px;border-radius:7px}.dropdown a:hover{background:var(--paper)}.drop:hover .dropdown,.drop:focus-within .dropdown,.drop.open .dropdown{display:block}.search-button,.menu-button{border:1px solid var(--line);background:var(--light);color:var(--ink);border-radius:50%;width:43px;height:43px;font-size:1.2rem}.menu-button{display:none}.search-panel{display:none;background:var(--light);padding:15px 0;border-top:1px solid var(--line)}.search-panel.open{display:block}.search-panel input{width:100%;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:white}.search-results{display:grid;gap:6px;max-height:260px;overflow:auto}.search-results a{padding:7px 4px;border-bottom:1px solid var(--line)}.hero{position:relative;overflow:hidden;background:var(--deep)}.hero-track{position:relative;height:clamp(390px,37vw,650px)}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s;background:linear-gradient(115deg,#fff2d8,#d2a27b 60%,#62402d)}.hero-slide.active{opacity:1;visibility:visible}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slide.embedded img{object-position:center}.hero-slide .hero-copy{position:absolute;left:max(7%,calc((100vw - 1160px)/2));top:50%;transform:translateY(-50%);max-width:510px;padding:22px;border-radius:10px;background:#fbf7eebf;backdrop-filter:blur(5px)}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--red)}.hero-copy h1,.hero-copy h2.hero-headline{margin:12px 0;color:var(--deep)}.hero-copy p{max-width:440px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--deep);background:var(--deep);color:white;border-radius:100px;padding:12px 25px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #3b271235;background:var(--red);border-color:var(--red)}.btn-outline{background:transparent;color:var(--deep)}.hero-nav{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none;padding:0 22px}.hero-arrow{pointer-events:auto;border:1px solid #fff;background:#3b2712d9;color:white;border-radius:50%;width:52px;height:52px;font-size:2rem;line-height:1}.hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.hero-dot{width:11px;height:11px;border-radius:50%;background:#fff8;border:1px solid white;padding:0}.hero-dot.active{background:var(--deep)}.section{padding:76px 0}.section.light{background:var(--light)}.section.dark{background:var(--deep);color:var(--light)}.section-head{text-align:center;max-width:720px;margin:0 auto 36px}.section-head p{color:var(--muted)}.section.dark .section-head p{color:#e5d8c7}.rule{width:65px;height:2px;background:var(--gold);margin:15px auto 20px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-card,.product-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:var(--light);box-shadow:0 3px 12px #3b27120a;transition:transform .25s,box-shadow .25s}.category-card:hover,.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.image-box{aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#e7dbc2,#f8f0e2);color:var(--muted);text-align:center;padding:18px}.image-box img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-card:hover img,.product-card:hover img{transform:scale(1.04)}.image-box .placeholder{font-size:.86rem;overflow-wrap:anywhere;max-width:240px}.category-card .card-body{text-align:center;padding:18px}.card-body{padding:16px 19px 21px}.card-body h3{margin:0 0 6px}.price{font-weight:700;color:var(--red)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tag{display:inline-block;border:1px solid var(--gold);color:var(--ink);border-radius:50px;padding:3px 10px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step{border:1px solid #d1b88f;border-radius:14px;padding:27px 20px;background:#fff8ed0c}.step-number{font:3rem 'Rozha One',serif;color:#e7c588}.step h3{margin:10px 0}.story{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.story-art{min-height:350px;border-radius:22px;display:grid;place-items:center;background:radial-gradient(circle at 25% 25%,#fff8 0 15%,transparent 40%),linear-gradient(140deg,#c7a56f,#f7e8cf 52%,#9a6540);box-shadow:var(--shadow);font:clamp(4rem,10vw,9rem) 'Rozha One',serif;color:var(--deep)}.story p{color:var(--muted)}.review-track{display:flex;gap:18px;overflow:auto;scroll-snap-type:x mandatory;padding:10px 0}.review{min-width:min(350px,80vw);background:var(--light);border:1px solid var(--line);padding:24px;border-radius:14px;scroll-snap-align:start}.review-empty{text-align:center;color:var(--muted)}.newsletter{background:linear-gradient(120deg,#e6d1ad,#fbf7ee 50%,#e8c7aa);text-align:center}.newsletter form{display:flex;max-width:550px;gap:10px;margin:20px auto 0}.newsletter input{flex:1;min-width:0;border:1px solid var(--line);border-radius:50px;padding:13px 20px}.newsletter-note{font-size:.84rem;color:var(--muted)}.footer{background:var(--deep);color:var(--light);padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:26px}.footer h3{font:700 .78rem Hind,sans-serif;letter-spacing:.2em;text-transform:uppercase;color:#e5bf81}.footer a{display:block;margin:9px 0;color:#f0e6d6}.footer a:hover{color:#e5bf81}.footer-bottom{border-top:1px solid #ffffff30;margin-top:38px;padding-top:18px;font-size:.83rem;color:#e1d0bd}.social{display:flex;gap:10px;flex-wrap:wrap}.social a{display:grid;place-items:center;border:1px solid #d7b784;border-radius:50%;width:40px;height:40px;margin:0}.page-head{padding:65px 0 30px;text-align:center}.page-head p{color:var(--muted)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:35px 0 70px}.main-image{border:1px solid var(--line);border-radius:15px;overflow:hidden}.main-image .image-box{aspect-ratio:1/1}.thumbs{display:flex;gap:9px;margin-top:12px;flex-wrap:wrap}.thumb{border:2px solid var(--line);border-radius:9px;padding:0;overflow:hidden;width:75px;height:75px;background:var(--light)}.thumb.selected{border-color:var(--gold)}.thumb .image-box{width:100%;height:100%;padding:4px;font-size:.55rem}.product-detail h1{font-size:clamp(2.4rem,4vw,4.4rem)}.product-detail label{display:block;font-weight:600;margin:23px 0 7px}.product-detail textarea{width:100%;min-height:110px;border:1px solid var(--line);border-radius:10px;padding:12px;background:var(--light)}.product-detail .btn{margin-top:15px}.fineprint{color:var(--muted);font-size:.9rem}.empty{text-align:center;padding:70px 15px}.info{max-width:790px;margin:30px auto 90px}.info p{margin-bottom:20px}.info details{border-bottom:1px solid var(--line);padding:17px 0}.info summary{cursor:pointer;font-weight:600}.info details p{padding:10px 0 0}.breadcrumb{padding-top:20px;color:var(--muted);font-size:.9rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:950px){.footer-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.links{gap:13px}.nav{gap:15px}.hero-track{height:450px}}@media(max-width:700px){.container{width:min(100% - 30px,1240px)}.nav{min-height:70px;flex-wrap:wrap}.brand{font-size:1.7rem}.links{display:none;order:4;width:100%;margin:0;padding:10px 0 20px;flex-direction:column;align-items:stretch;gap:4px}.links.open{display:flex}.links>a,.drop-trigger{padding:10px;display:block;width:100%;text-align:left}.dropdown{position:static;box-shadow:none;width:100%;margin:0 0 8px 0}.search-button{margin-left:auto}.menu-button{display:block}.hero-track{height:440px}.hero-slide.embedded img{object-fit:contain;background:#d4a579}.hero-slide .hero-copy{left:8%;right:8%;top:48%;max-width:none;padding:18px}.hero-slide .hero-copy h1,.hero-copy h2.hero-headline{font-size:2.5rem}.hero-nav{padding:0 8px}.hero-arrow{width:36px;height:36px;font-size:1.4rem}.section{padding:52px 0}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-grid{gap:12px}.steps{grid-template-columns:repeat(2,1fr);gap:12px}.step{padding:17px}.story,.product-layout{grid-template-columns:1fr;gap:24px}.story-art{min-height:230px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:18px}.newsletter form{flex-direction:column}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:390px){.brand{font-size:1.45rem}.brand-mark{width:34px;height:34px}.category-grid{gap:9px}.card-body{padding:12px}.card-body h3{font-size:1.25rem}.hero-track{height:360px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* V1 social placeholders: replace with your provided icons when available. */
.social a{width:auto;min-width:58px;min-height:44px;height:auto;border-radius:12px;padding:7px;max-width:145px;text-align:center}.social-icon-placeholder{display:block;font-size:.68rem;line-height:1.25}.social-pending{border:1px dashed #d7b784;border-radius:12px;padding:7px;max-width:145px;font-size:.68rem;color:#e1d0bd}.hero-slide>.image-box{height:100%;width:100%;aspect-ratio:auto;opacity:.55}.hero-slide>.image-box .placeholder{max-width:none;padding:20px;background:#fbf7eedd;border-radius:10px}.hero-slide .hero-copy{z-index:1}.thumb .placeholder{font-size:.55rem;line-height:1.1}

/* V1.2 brand artwork, responsive blended hero and loading sequence */
.brand-logo{display:block;width:62px;height:62px;object-fit:contain}.brand{font-size:0!important;gap:0!important}.brand:hover .brand-logo{transform:scale(1.035)}.brand-logo{transition:transform .2s ease}
.hero{background:#f2eadc!important;min-height:490px;position:relative;overflow:hidden}.hero-track{min-height:490px}.hero-slide{background:linear-gradient(110deg,#fbf7ee 0%,#f2eadc 52%,#e9d9bb 100%)!important;min-height:490px}.hero-inner{max-width:1220px;margin:auto;min-height:490px;display:grid;grid-template-columns:48% 52%;align-items:center;padding:38px 68px;position:relative}.hero-copy{position:relative!important;inset:auto!important;transform:none!important;max-width:540px!important;z-index:3;text-align:left!important;color:#3b2712!important;padding:0!important}.hero-copy h1,.hero-copy h2.hero-headline{color:#3b2712!important;font-size:clamp(2.3rem,4.1vw,4.7rem)!important;line-height:1.08}.hero-copy p{color:#5c4a38!important;font-size:clamp(1rem,1.35vw,1.2rem)!important}.hero-copy .eyebrow{color:#9a3b1f!important;letter-spacing:.17em}.hero-art{height:410px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;mask-image:linear-gradient(to right,transparent 0%,#000 18%,#000 100%)}.hero-halo{position:absolute;inset:8% 2% 4% 9%;background:radial-gradient(ellipse at 55% 50%,#f9ebd2 0%,#e7c99b77 45%,transparent 73%);border-radius:50%;z-index:-1}.hero-art img{display:block!important;position:relative!important;width:85%!important;height:95%!important;max-width:540px;object-fit:contain!important;object-position:center;filter:drop-shadow(0 20px 20px #3b271225);border-radius:18px;mix-blend-mode:multiply;mask-image:radial-gradient(ellipse 68% 70% at 50% 50%,black 65%,transparent 100%)}.hero-nav{z-index:5}.hero-dots{z-index:5}.hero-slide:not(.active){pointer-events:none}.image-box img{object-fit:contain!important}.category-card .image-box img{object-fit:cover!important}.main-image img{object-fit:contain!important}.social a,.social-pending{width:44px!important;min-width:44px!important;height:44px!important;border-radius:50%!important;display:inline-flex;align-items:center;justify-content:center;padding:10px!important;border:1px solid #b8863b}.social img{width:23px;height:23px;object-fit:contain;filter:brightness(0) saturate(100%) invert(89%) sepia(15%) saturate(476%) hue-rotate(340deg) brightness(104%)}.social a:hover{background:#b8863b;transform:translateY(-3px)}.social-pending{opacity:.55}.social-pending img{width:22px;height:22px}
.kq-loader{position:fixed;inset:0;z-index:99999;background:radial-gradient(circle at 50% 45%,#5c3b20,#2e1d0d 72%);display:flex;align-items:center;justify-content:center;flex-direction:column;transition:opacity .55s ease,visibility .55s ease}.kq-loader.kq-fade{opacity:0;visibility:hidden;pointer-events:none}.kq-loader-mark{width:min(58vw,270px);aspect-ratio:1;position:relative}.kq-loader-logo{width:100%;height:100%;display:block;clip-path:inset(0 100% 0 0);animation:kq-reveal 2.45s ease-in-out forwards;border-radius:50%}.kq-writing-quill{position:absolute;top:38%;left:0%;color:#b8863b;font-size:48px;transform:rotate(-30deg);text-shadow:0 0 12px #b8863b66;animation:kq-pen 2.8s ease-in-out forwards}.kq-loader-bar{margin-top:20px;width:190px;height:3px;background:#73583e;border-radius:5px;overflow:hidden}.kq-loader-bar span{display:block;height:100%;background:#d9b47a;animation:kq-progress 2.7s ease-in-out forwards}.kq-loader p{font:11px Hind,sans-serif;letter-spacing:.3em;color:#e7dbc2;margin-top:15px}@keyframes kq-reveal{0%,8%{clip-path:inset(0 100% 0 0)}85%,100%{clip-path:inset(0 0 0 0)}}@keyframes kq-pen{0%{left:0%;top:42%;opacity:0}10%{opacity:1}70%{left:80%;top:43%;opacity:1}88%,100%{left:56%;top:4%;opacity:0}}@keyframes kq-progress{from{width:0}to{width:100%}}
@media(max-width:760px){.brand-logo{width:51px;height:51px}.hero,.hero-track,.hero-slide{min-height:660px}.hero-inner{min-height:660px;display:flex;flex-direction:column-reverse;justify-content:center;gap:8px;padding:35px 22px 65px}.hero-art{height:320px;width:100%;mask-image:linear-gradient(to bottom,#000 75%,transparent)}.hero-art img{height:100%!important;width:92%!important}.hero-copy{width:100%;text-align:center!important}.hero-copy h1,.hero-copy h2.hero-headline{font-size:clamp(2rem,7vw,3.2rem)!important}.hero-copy p{font-size:1rem!important}.hero-nav{top:44%!important}.hero-dots{bottom:12px!important}}
@media(prefers-reduced-motion:reduce){.kq-loader{display:none}.kq-loader-logo{animation:none;clip-path:none}.kq-writing-quill{display:none}}

/* V1.4: blended editorial hero, accurate thumbnails and founder portrait */
.hero,.hero-track,.hero-slide,.hero-inner{min-height:570px!important}.hero-inner{max-width:none!important;width:100%;padding:35px max(5%,calc((100vw - 1280px)/2))!important;display:block!important;isolation:isolate}.hero-copy{width:55%;max-width:650px!important;position:relative!important;z-index:3!important;padding:65px 0!important}.hero-copy h1,.hero-copy h2.hero-headline{font-size:clamp(3rem,5.3vw,6rem)!important}.hero-art{position:absolute!important;right:0;top:0;bottom:0;width:68%;height:100%!important;overflow:hidden!important;mask-image:linear-gradient(to right,transparent 0%,#000 35%)!important;z-index:1}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#fbf7ee 0%,#fbf7ee99 19%,transparent 53%);pointer-events:none}.hero-art img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;mask-image:none!important;mix-blend-mode:normal!important;filter:none!important}.hero-halo{display:none!important}.hero-slide{background:linear-gradient(90deg,#fbf7ee,#f2eadc)!important}.product-card .image-box,.category-card .image-box{background:#f2eadc!important}.product-card .image-box img,.category-card .image-box img{object-fit:contain!important;object-position:center!important;width:100%;height:100%;padding:10px}.founder-profile{width:min(100%,390px);margin:auto;text-align:center}.founder-profile>img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center 38%;border-radius:22px;box-shadow:var(--shadow)}.founder-caption{padding:15px 0;display:flex;flex-direction:column;gap:1px}.founder-caption strong{font:1.65rem 'Rozha One',serif}.founder-caption span{font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:#9a3b1f}.story{grid-template-columns:minmax(0,0.8fr) minmax(0,1.2fr)}
/* Scroll-controlled: the four boxes always share one row */
.steps-scroll{height:240vh;padding:0!important;position:relative}.steps-sticky{position:sticky;top:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:30px;padding-bottom:30px}.steps{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(5px,1.4vw,22px)!important}.step{min-width:0;padding:clamp(9px,1.6vw,27px)!important;opacity:0;transform:translateY(65px) scale(.93);transition:opacity .38s ease,transform .5s cubic-bezier(.2,.7,.2,1)}.step.step-visible{opacity:1;transform:translateY(0) scale(1)}.step h3{font-size:clamp(.95rem,1.5vw,1.5rem)}.step p{font-size:clamp(.75rem,1.1vw,1rem)}.step-number{font-size:clamp(1.8rem,3vw,3rem)}
/* Reveal original logo without an unrelated extra quill glyph */
.kq-loader-mark{width:min(62vw,300px)}.kq-loader-logo{clip-path:inset(0 100% 0 0);animation:kq-ink-reveal 2.8s cubic-bezier(.3,0,.2,1) forwards}.kq-loader p{margin-top:22px}@keyframes kq-ink-reveal{0%,7%{clip-path:inset(0 100% 0 0);transform:scale(.97)}80%,100%{clip-path:inset(0 0 0 0);transform:scale(1)}}
@media(max-width:760px){.hero,.hero-track,.hero-slide,.hero-inner{min-height:640px!important}.hero-inner{padding:20px 7% 45px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.hero-art{width:100%;height:76%!important;top:0;bottom:auto;mask-image:linear-gradient(to bottom,#000 15%,transparent 100%)!important}.hero-art:after{background:linear-gradient(to bottom,transparent 30%,#fbf7ee 95%)}.hero-copy{width:100%;padding:0 0 32px!important;text-align:left!important}.hero-copy h1,.hero-copy h2.hero-headline{font-size:clamp(2.5rem,9vw,4rem)!important}.hero-nav{top:38%!important}.story{grid-template-columns:1fr}.steps-scroll{height:205vh}.steps-sticky{min-height:100svh}.steps{gap:6px!important}.step{border-radius:9px!important}.step h3{line-height:1.1;margin:6px 0}.step p{line-height:1.25}.step-number{line-height:1.1}}
@media(prefers-reduced-motion:reduce){.step{opacity:1;transform:none}.steps-scroll{height:auto;padding:45px 0!important}.steps-sticky{position:static;min-height:0}}

/* V1.5: lightweight, continuously scrolling illustrative gifting copy */
.review-disclosure{font-size:.85rem;color:var(--muted);max-width:700px;margin:12px auto}.review-window{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.review-track{display:flex;width:max-content;gap:65px;overflow:visible;scroll-snap-type:none;animation:review-marquee 115s linear infinite;padding:14px 0 25px}.review{flex:0 0 360px;min-width:360px;background:none;border:0;border-radius:0;padding:10px 0;box-shadow:none;font:italic 1.12rem/1.65 Georgia,serif;color:var(--ink);text-shadow:0 2px 12px #3b27122b}.review strong{display:block;margin-top:12px;font:600 .75rem Hind,sans-serif;color:var(--red);letter-spacing:.08em}.review-window:hover .review-track,.review-window:focus-within .review-track{animation-play-state:paused}@keyframes review-marquee{to{transform:translateX(-50%)}}.newsletter form{max-width:900px;flex-wrap:wrap;justify-content:center}.newsletter input{flex:1 1 170px}.newsletter button{flex:0 0 auto}@media(max-width:700px){.review{flex-basis:280px;min-width:280px}.newsletter form{flex-direction:column}.newsletter input{width:100%;flex:auto}}@media(prefers-reduced-motion:reduce){.review-track{animation:none;width:auto;overflow-x:auto;max-width:100%}}

.mc-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* V1.8: Seamless transparent Kalaaquill wordmark in the site header. */
.header .nav{min-height:104px}
.header .brand{display:flex;align-items:center;flex:none;line-height:0;min-width:0}
.header .brand-logo{display:block;width:158px;height:100px;max-width:none;object-fit:contain;object-position:left center;transition:transform .2s ease}
.header .brand:hover .brand-logo{transform:scale(1.025)}
@media(max-width:700px){.header .nav{min-height:80px}.header .brand-logo{width:116px;height:78px}}
@media(max-width:390px){.header .brand-logo{width:103px;height:74px}}

/* Skip the full-screen intro before first paint on return visits or deep links. */
html.kq-skip-loader #kq-loader{display:none!important}

/* Keep mobile loader asset visible and layout-stable; desktop retains original SVG. */
.kq-loader-picture{display:block;width:100%;height:100%;}

/* SEO-friendly static pages keep the same hero heading treatment across slides. */
.hero-copy h2.hero-headline{font-size:clamp(2.7rem,5vw,5.5rem);line-height:1.08;margin:12px 0;color:var(--deep)}
@media(max-width:760px){.hero-copy h2.hero-headline{font-size:clamp(2rem,7vw,3.2rem)!important}}

/* One permanent visible SEO H1, while approved hero captions keep their original appearance. */

/* Editorial internal links: visible, readable and distinct from product-card links. */
.page-head .category-guide{max-width:820px;margin:16px auto 0;line-height:1.6}
.product-detail .product-discovery{margin:16px 0;color:var(--muted);font-size:.96rem}
.page-head .category-guide a,.product-detail .product-discovery a,.info p a:not(.btn){
  color:var(--ink);font-weight:600;text-decoration:underline;text-decoration-color:var(--gold);
  text-underline-offset:3px;text-decoration-thickness:1px;
}
.page-head .category-guide a:hover,.product-detail .product-discovery a:hover,.info p a:not(.btn):hover{color:var(--red)}
.page-head .category-guide a:focus-visible,.product-detail .product-discovery a:focus-visible,.info p a:not(.btn):focus-visible{
  outline:2px solid var(--gold);outline-offset:3px;border-radius:2px;
}

/* Home-only H1 sits between the navigation and the hero, never on the imagery.
   The carousel's dimensions and slide layout remain unchanged. */
.home-title-strip{background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line);padding:clamp(21px,3vw,38px) 0 clamp(17px,2.5vw,30px);text-align:center}
.home-title-strip .container{max-width:1260px}
.home-title-strip h1{font-family:'Rozha One',Georgia,serif;font-weight:400;font-size:clamp(2.15rem,4.35vw,4.85rem);line-height:1.08;letter-spacing:0;color:var(--ink);margin:0;overflow-wrap:normal;text-wrap:balance}
@media(max-width:700px){.home-title-strip{padding:22px 0 19px}.home-title-strip h1{font-size:clamp(2rem,7.8vw,3.25rem);line-height:1.13}}
@media(max-width:390px){.home-title-strip h1{font-size:clamp(1.9rem,8vw,2.2rem)}}
