:root{
  --accent:#ff9166;
  --text:#151515;
  --muted:#848484;
  --shell:1320px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Lato,"Avenir Next","Helvetica Neue",Arial,sans-serif;font-weight:300;overflow-x:hidden}
button,a{font:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(var(--shell),calc(100% - 80px));margin-inline:auto}
.site-header{position:relative;height:194px;background:#fff;z-index:20}
.brand--header{position:absolute;top:0;left:50%;width:183px;height:151px;transform:translateX(-50%);z-index:2}
.brand--header img{width:100%;height:100%;object-fit:contain}
.main-nav{position:absolute;top:122px;left:50%;width:min(1230px,calc(100% - 120px));transform:translateX(-50%);display:grid;grid-template-columns:repeat(3,1fr) 190px repeat(3,1fr);align-items:center;text-align:center;font-size:17px;line-height:1;white-space:nowrap}
.main-nav a{position:relative;justify-self:center;padding:12px 4px;transition:color .25s ease}
.main-nav a::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:4px;background:var(--accent);transform:translateX(-50%);transition:width .35s var(--ease)}
.main-nav a:hover,.main-nav a.active{color:var(--accent);font-weight:700}
.main-nav a:hover::after,.main-nav a.active::after{width:42px}
.nav-logo-space{display:block}
.menu-toggle{display:none}
.hero{position:relative;height:579px;border-radius:25px;overflow:visible}
.hero-track{height:100%;border-radius:25px;overflow:hidden;background:#ddd}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;background-image:var(--hero-image);background-size:cover;background-position:center;transform:scale(1.025);transition:opacity .8s ease,visibility .8s ease,transform 5.8s linear}
.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.hero-copy{position:absolute;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.2)}
.hero-copy--left{left:56px;bottom:57px;display:flex;flex-direction:column;gap:2px;font-size:34px;line-height:1.02}
.hero-copy--left span{font-weight:300}
.hero-copy--left strong{font-weight:300}
.hero-copy--right{right:43px;bottom:48px;display:flex;align-items:flex-end;gap:7px;line-height:.8}
.hero-copy--right small{font-size:31px;font-weight:300;margin-bottom:3px}
.hero-copy--right strong{font-size:76px;font-weight:300;letter-spacing:-5px}
.hero-copy--right sup{align-self:flex-start;font-size:23px;margin:0 0 0 -3px}
.hero-copy--compact strong{font-size:55px;letter-spacing:0}
.hero-dots{position:absolute;left:50%;bottom:27px;transform:translate(-50%,100%);display:flex;gap:5px;z-index:3}
.hero-dots::after{content:"";position:absolute;top:17px;left:50%;width:42px;height:154px;background:var(--accent);transform:translateX(-50%);z-index:-1}
.hero-dots button{width:11px;height:11px;padding:0;border:0;border-radius:50%;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.05);cursor:pointer;transition:transform .25s ease,background .25s ease}
.hero-dots button.is-active{transform:scale(1.12)}
.section{position:relative}
.section-title{position:relative;z-index:2;margin:0;text-align:center;font-size:31px;line-height:1.1;font-weight:300;letter-spacing:-.6px}
.products-section{padding-top:82px}
.product-tabs{position:relative;z-index:2;display:flex;justify-content:center;gap:78px;margin-top:62px}
.product-tabs button{position:relative;border:0;background:transparent;padding:0 0 13px;cursor:pointer;font-size:17px;font-weight:300;transition:color .25s ease,font-weight .25s ease}
.product-tabs button::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:4px;background:var(--accent);transform:translateX(-50%);transition:width .3s var(--ease)}
.product-tabs button:hover,.product-tabs button.active{color:var(--accent);font-weight:700}
.product-tabs button:hover::after,.product-tabs button.active::after{width:42px}
.product-grid{display:grid;grid-template-columns:repeat(4,315px);gap:0;width:1260px;margin-top:59px}
.product-card{display:grid;grid-template-rows:206px auto;text-align:center;min-width:0;transition:transform .4s var(--ease)}
.product-card:hover{transform:translateY(-8px)}
.product-card img{position:relative;align-self:start;justify-self:center;width:auto;height:auto;max-width:none;object-fit:contain;mix-blend-mode:multiply;transition:transform .45s var(--ease)}
.product-card:nth-child(1) img{left:-3px}
.product-card:nth-child(2) img{left:-4px}
.product-card:nth-child(n+3) img{left:4px}
.product-card:hover img{transform:scale(1.04)}
.product-card p{margin:14px 0 0;color:#888;font-size:13px;line-height:1.35;font-weight:300}
.text-link{position:relative;z-index:2;display:table;margin:97px auto 0;padding:8px 12px;font-size:16px;transition:color .25s ease}
.text-link::after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease)}
.text-link:hover{color:var(--accent)}
.text-link:hover::after{transform:scaleX(1);transform-origin:left}
.about-section{padding-top:57px}
.axis-line--about{position:absolute;left:50%;top:0;width:42px;height:1186px;background:var(--accent);transform:translateX(-50%);z-index:0}
.story{position:relative;z-index:1;margin-top:65px}
.story-row{display:grid;align-items:center}
.story-row--first{grid-template-columns:723px 1fr;gap:43px}
.story-row--second{grid-template-columns:1fr 723px;gap:48px;margin-top:121px}
.story-media{margin:0;border-radius:24px;overflow:hidden;background:#eee}
.story-media img{width:100%;height:auto;transition:transform 1.2s var(--ease)}
.story-media:hover img{transform:scale(1.025)}
.story-content{padding:0 42px 0 0}
.story-row--second .story-content{padding:0 0 0 55px}
.story-content p{max-width:475px;margin:0;font-size:18px;line-height:1.16;font-weight:300}
.mini-products{display:flex;align-items:flex-end}
.mini-products img{object-fit:contain;mix-blend-mode:multiply;transition:transform .35s var(--ease)}
.mini-products img:hover{transform:translateY(-7px)}
.mini-products--jars{gap:20px;margin:77px 0 0 42px}
.mini-products--jars img{width:116px;height:115px}
.mini-products--bottles{gap:34px;margin-top:102px}
.mini-products--bottles img{width:82px;height:174px}
.news-section{padding-top:155px}
.axis-line--news{position:absolute;left:50%;top:0;width:42px;height:170px;background:var(--accent);transform:translateX(-50%);z-index:0}
.news-grid{position:relative;z-index:1;display:grid;grid-template-columns:423px 424px 423px;gap:25px;margin-top:53px}
.news-card{display:flex;flex-direction:column;min-width:0;min-height:100%}
.news-image{display:block;width:100%;aspect-ratio:3/2;border-radius:22px;overflow:hidden;background:#eee}
.news-image img{width:100%!important;height:100%!important;max-width:none;aspect-ratio:unset;object-fit:cover;object-position:center;transition:transform .8s var(--ease)}
.news-card:hover .news-image img{transform:scale(1.045)}
.news-card h3{margin:18px 18px 5px;font-size:25px;line-height:1.1;font-weight:400}
.news-card p{margin:0 18px;font-size:13px;line-height:1.1;font-weight:300;flex:1}
.read-more{display:table;margin:31px auto 0;color:var(--accent);font-size:17px;transition:opacity .25s ease,transform .25s ease}
.read-more:hover{opacity:.75;transform:translateY(-2px)}
.news-all{margin-top:48px}
.site-footer{position:relative;min-height:376px;height:auto;margin-top:0;padding-bottom:40px;overflow:hidden}
.footer-axis{position:absolute;left:50%;top:0;width:42px;height:241px;background:var(--accent);transform:translateX(-50%);z-index:0}
.footer-grid{position:relative;z-index:1;min-height:376px;display:grid;grid-template-columns:190px 190px 254px 1fr;gap:30px;align-items:start;padding:90px 0 170px}
.footer-links{display:flex;flex-direction:column;font-size:13px;line-height:1.18;padding-left:60px}
.footer-links--middle{padding-left:20px}
.footer-links a:hover{color:var(--accent)}
.brand--footer{position:absolute;left:50%;bottom:49px;width:181px;height:150px;transform:translateX(-50%);z-index:2}
.brand--footer img{width:100%;height:100%;object-fit:contain}
.footer-copy{grid-column:4;max-width:430px;margin:35px 0 0 70px;font-size:13px;line-height:1.25}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
@media (max-width:1100px){
  .shell{width:min(var(--shell),calc(100% - 40px))}
  .main-nav{width:calc(100% - 40px);font-size:14px;grid-template-columns:repeat(3,1fr) 165px repeat(3,1fr)}
  .product-grid{width:calc(100% - 40px);grid-template-columns:repeat(4,1fr)}
  .news-grid{grid-template-columns:repeat(3,1fr);gap:20px}
  .story-row--first,.story-row--second{grid-template-columns:1.15fr .85fr;gap:30px}
  .story-row--second{grid-template-columns:.85fr 1.15fr}
  .story-content,.story-row--second .story-content{padding:0 18px}
  .story-content p{font-size:15px}
  .mini-products--jars{margin-left:0}
  .mini-products--bottles{gap:14px}
}
@media (max-width:860px){
  :root{--shell:100%}
  .shell{width:calc(100% - 28px)}
  .site-header{height:124px}
  .brand--header{width:130px;height:107px}
  .menu-toggle{display:flex;position:absolute;right:18px;top:52px;width:39px;height:36px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:7px;z-index:30}
  .menu-toggle span{display:block;width:100%;height:1px;background:#222;transition:transform .3s ease}
  .menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .main-nav{position:fixed;inset:0;width:100%;height:100dvh;transform:none;display:flex;flex-direction:column;justify-content:center;gap:22px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);font-size:22px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
  .main-nav.is-open{opacity:1;visibility:visible}
  .nav-logo-space{display:none}
  .hero{height:56vw;min-height:310px;border-radius:16px}
  .hero-track{border-radius:16px}
  .hero-slide{background-position:center}
  .hero-copy--left{left:22px;bottom:24px;font-size:22px}
  .hero-copy--right{right:18px;bottom:22px}
  .hero-copy--right small{font-size:18px}
  .hero-copy--right strong{font-size:46px}
  .hero-copy--right sup{font-size:14px}
  .hero-dots{bottom:18px}
  .hero-dots::after{top:16px;width:28px;height:115px}
  .section-title{font-size:24px}
  .products-section{padding-top:66px}
  .product-tabs{justify-content:flex-start;gap:28px;margin:48px 14px 0;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}
  .product-tabs::-webkit-scrollbar{display:none}
  .product-tabs button{font-size:14px;flex:0 0 auto}
  .product-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:none;width:calc(100% - 28px);gap:38px 10px;margin-top:42px}
  .product-card{grid-template-rows:160px auto}
  .product-card img{left:0!important;align-self:start;max-width:100%;max-height:160px;width:auto;height:auto}
  .product-card p{font-size:11px}
  .text-link{margin-top:55px}
  .about-section{padding-top:45px}
  .axis-line--about{width:28px;height:94px}
  .story{margin-top:42px}
  .story-row,.story-row--first,.story-row--second{display:flex;flex-direction:column;gap:26px;margin-top:0}
  .story-row--second{margin-top:70px}
  .story-row--second .story-content{order:2}
  .story-row--second .story-media{order:1}
  .story-media{border-radius:16px}
  .story-content,.story-row--second .story-content{padding:0 10px}
  .story-content p{font-size:15px;line-height:1.35}
  .mini-products--jars{justify-content:center;gap:8px;margin:35px 0 0}
  .mini-products--jars img{width:28%;height:110px}
  .mini-products--bottles{justify-content:center;gap:4px;margin-top:40px}
  .mini-products--bottles img{width:23%;height:145px}
  .news-section{padding-top:82px}
  .axis-line--news{width:28px;height:105px}
  .news-grid{grid-template-columns:1fr;gap:50px;margin-top:38px}
  .news-card h3{font-size:22px}
  .news-card p{font-size:14px;line-height:1.3}
  .site-footer{height:auto;min-height:620px;margin-top:10px;padding-bottom:0}
  .footer-axis{width:28px;height:115px}
  .footer-grid{height:auto;min-height:620px;grid-template-columns:1fr 1fr;gap:35px 26px;padding:85px 28px 210px}
  .footer-links,.footer-links--middle{padding:0;font-size:12px}
  .footer-copy{grid-column:1/-1;align-self:start;max-width:none;margin:22px 0 0;font-size:13px;line-height:1.35;text-align:center}
  .brand--footer{bottom:18px;width:150px;height:124px}
}

/* =========================================================
   Internal pages — Rebecca complete front-end
   ========================================================= */
.hero{z-index:1}
.products-section{z-index:2}
.internal-page{--page-shell:1180px;background:#fff}
.internal-page main{min-height:56vh}
.internal-page .shell{width:min(var(--page-shell),calc(100% - 80px));margin-inline:auto}
.internal-page .breadcrumb.shell,.internal-page .woocommerce-breadcrumb.shell,.woocommerce.internal-page .woocommerce-breadcrumb{width:min(var(--page-shell),calc(100% - 80px))!important;margin-left:auto!important;margin-right:auto!important;margin-inline:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box}
.site-header--internal{border-bottom:1px solid #f2f2f2}
.header-tools{position:absolute;top:34px;right:max(28px,calc((100vw - 1320px)/2));display:flex;align-items:center;gap:17px;z-index:25}
.header-tools a{position:relative;display:grid;place-items:center;width:29px;height:29px;color:#1b1b1b;transition:color .25s ease,transform .25s ease}
.header-tools a:hover{color:var(--accent);transform:translateY(-2px)}
.header-tools svg,.icon-button svg,.text-button svg,.button svg,.read-more-inline svg,.timeline-item a svg,.quantity-control svg,.product-promises svg,.success-mark svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.cart-count{position:absolute;top:-6px;right:-7px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:var(--accent);color:#fff;font-size:9px;font-weight:700}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding-top:24px;color:#8d8d8d;font-size:12px;box-sizing:border-box}
.breadcrumb a{transition:color .25s ease}
.breadcrumb a:hover{color:var(--accent)}
.breadcrumb span[aria-current="page"]{color:#1f1f1f}
.inner-intro{position:relative;display:grid;place-items:center;min-height:254px;padding:58px 20px 72px;text-align:center;overflow:hidden}
.inner-axis{position:absolute;left:50%;top:0;width:42px;height:126px;background:var(--accent);transform:translateX(-50%)}
.inner-intro-copy{position:relative;z-index:2;max-width:720px}
.eyebrow{margin:0 0 12px;color:var(--accent);font-size:11px;line-height:1.2;font-weight:700;letter-spacing:2.4px;text-transform:uppercase}
.inner-intro h1,.product-info h1,.checkout-heading h1,.auth-copy h1,.article-header h1,.about-hero h1,.success-page h1,.not-found h1{margin:0;font-size:46px;line-height:1.02;font-weight:300;letter-spacing:-1.6px}
.inner-intro-copy>p:last-child{max-width:610px;margin:19px auto 0;color:#727272;font-size:16px;line-height:1.55}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 27px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.1px;transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s var(--ease)}
.button:hover{transform:translateY(-2px)}
.button--accent{background:var(--accent);color:#fff}
.button--accent:hover{background:#ee7d53}
.button--ghost{border-color:#d9d9d9;background:#fff;color:#1b1b1b}
.button--ghost:hover{border-color:var(--accent);color:var(--accent)}
.button--light{background:#fff;color:#1b1b1b}
.button--light:hover{background:var(--accent);color:#fff}
.button--full{width:100%}
.button--small{min-height:39px;padding:0 18px;font-size:12px}
.text-button,.link-button{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:#727272;cursor:pointer;font-size:13px}
.text-button:hover,.link-button:hover{color:var(--accent)}
.icon-button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid #e8e8e8;border-radius:50%;background:#fff;cursor:pointer;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease}
.icon-button:hover,.icon-button.is-active{border-color:var(--accent);background:var(--accent);color:#fff;transform:translateY(-2px)}
.product-category{margin:0;color:#a0a0a0;font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase}
.product-price{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:500}
.product-price del{color:#aaa;font-size:12px;font-weight:300}
.rating{color:var(--accent);font-size:11px;letter-spacing:1px;white-space:nowrap}
.rating span{color:#8d8d8d;letter-spacing:0}
.section-axis-short{position:absolute;left:50%;top:0;width:42px;height:104px;background:var(--accent);transform:translateX(-50%)}
.toast-stack{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:10px;z-index:200}
.toast{display:flex;align-items:center;gap:12px;min-width:280px;max-width:390px;padding:15px 18px;border:1px solid #ececec;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 18px 60px rgba(0,0,0,.12);backdrop-filter:blur(12px);font-size:13px;transform:translateY(20px);opacity:0;animation:toastIn .35s var(--ease) forwards}
.toast::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent);flex:0 0 auto}
.toast.is-leaving{animation:toastOut .3s ease forwards}
@keyframes toastIn{to{opacity:1;transform:none}}@keyframes toastOut{to{opacity:0;transform:translateY(10px)}}

/* Shop archive */
.shop-shell{padding-bottom:150px}
.shop-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:19px 0;border-top:1px solid #ededed;border-bottom:1px solid #ededed;color:#777;font-size:13px}
.shop-toolbar>p{margin:0;text-align:center}
.shop-toolbar strong{color:#171717;font-weight:500}
.shop-toolbar label{justify-self:end;display:flex;align-items:center;gap:12px}
.shop-toolbar select{min-width:164px;padding:10px 34px 10px 14px;border:0;background:#f7f7f7;color:#272727;outline:none;font:inherit}
.filter-open{justify-self:start;display:none;border:0;background:transparent;padding:0;cursor:pointer}
.shop-layout{display:grid;grid-template-columns:224px minmax(0,1fr);gap:54px;padding-top:55px}
.shop-filters{position:sticky;top:25px;align-self:start}
.filter-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}
.filter-heading h2{margin:0;font-size:16px;font-weight:400}
.filter-close{display:none;border:0;background:transparent;font-size:28px;font-weight:200}
.filter-group{padding:0 0 30px;margin:0 0 28px;border-bottom:1px solid #ededed}
.filter-group>p{margin:0 0 17px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.filter-group label{display:grid;grid-template-columns:17px 1fr auto;align-items:center;gap:9px;padding:7px 0;cursor:pointer;color:#666;font-size:13px}
.filter-group input[type="radio"],.filter-group input[type="checkbox"]{appearance:none;width:14px;height:14px;margin:0;border:1px solid #bbb;background:#fff;transition:.2s ease}
.filter-group input[type="radio"]{border-radius:50%}
.filter-group input:checked{border:4px solid var(--accent)}
.filter-group input[type="checkbox"]:checked{border-width:1px;background:var(--accent);box-shadow:inset 0 0 0 3px #fff}
.filter-group small{color:#aaa}
.price-range input{width:100%;accent-color:var(--accent)}
.price-range>div{display:flex;justify-content:space-between;margin-top:8px;color:#8c8c8c;font-size:11px}
.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:58px 24px}
.shop-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.shop-card{min-width:0;transition:transform .35s var(--ease)}
.shop-card[hidden]{display:none}
.shop-card:hover{transform:translateY(-7px)}
.shop-card-media{position:relative;display:grid;place-items:center;height:318px;border-radius:22px;background:#fafafa;overflow:hidden}
.shop-card-media>.woocommerce-LoopProduct-link{display:grid;place-items:center;width:100%;height:100%;padding:32px}
.shop-card-media img{width:auto;height:auto;max-width:82%;max-height:245px;object-fit:contain;mix-blend-mode:multiply;transition:transform .55s var(--ease)}
.shop-card:hover .shop-card-media img{transform:scale(1.055)}
.shop-card-media .wishlist-button{position:absolute;top:15px;right:15px;z-index:3}
.product-badge{position:absolute;top:18px;left:18px;z-index:2;padding:6px 9px;border-radius:999px;background:#fff;color:var(--accent);font-size:9px;font-weight:700;letter-spacing:1px}
.quick-add{position:absolute;left:14px;right:14px;bottom:14px;height:43px;border:0;border-radius:999px;background:rgba(255,255,255,.95);color:#191919;cursor:pointer;font-size:12px;font-weight:600;transform:translateY(65px);opacity:0;transition:transform .35s var(--ease),opacity .35s ease,background .25s ease,color .25s ease}
.shop-card:hover .quick-add,.quick-add:focus-visible{transform:none;opacity:1}
.quick-add:hover{background:var(--accent);color:#fff}
.shop-card-copy{padding:18px 8px 0}
.shop-card-copy h3{min-height:44px;margin:7px 0 17px;font-size:15px;line-height:1.4;font-weight:400}
.shop-card-copy h3 a:hover{color:var(--accent)}
.shop-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:75px}
.pagination button{display:grid;place-items:center;width:41px;height:41px;border:1px solid #e3e3e3;border-radius:50%;background:#fff;cursor:pointer;font-size:12px;transition:.25s ease}
.pagination button:hover,.pagination button.active{border-color:var(--accent);background:var(--accent);color:#fff}
.pagination svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5}
.category-hero{position:relative;height:500px;margin-top:45px;border-radius:28px;overflow:hidden}
.category-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.49),rgba(0,0,0,.03) 66%)}
.category-hero img{width:100%;height:100%;object-fit:cover}
.category-hero>div{position:absolute;left:58px;top:50%;z-index:2;width:480px;color:#fff;transform:translateY(-50%)}
.category-hero h1{margin:0 0 20px;font-size:48px;line-height:1.05;font-weight:300;letter-spacing:-1.6px}
.category-hero>div>p:not(.eyebrow){margin:0 0 28px;font-size:15px;line-height:1.6}
.page-category .shop-shell{padding-top:90px}
.content-note{grid-column:1/-1;margin-top:75px;padding:68px 80px;border-radius:24px;background:#fff2ec;text-align:center}
.content-note h2{margin:0 0 16px;font-size:34px;font-weight:300}
.content-note>p:last-child{max-width:690px;margin:0 auto;color:#6f6f6f;line-height:1.65}

/* Product detail */
.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:78px;padding-top:58px;padding-bottom:140px}
.product-main-image{position:relative;display:grid;place-items:center;height:650px;border-radius:28px;background:#fafafa;overflow:hidden}
.product-main-image>img{max-width:74%;max-height:520px;object-fit:contain;mix-blend-mode:multiply;transition:opacity .25s ease,transform .45s var(--ease)}
.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.product-thumbnails button{height:115px;padding:10px;border:1px solid transparent;border-radius:16px;background:#fafafa;cursor:pointer;overflow:hidden;transition:border-color .25s ease}
.product-thumbnails button:hover,.product-thumbnails button.active{border-color:var(--accent)}
.product-thumbnails img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-info{padding-top:34px}
.product-info h1{max-width:520px;margin-top:8px;font-size:43px;line-height:1.08}
.product-rating-row{display:flex;align-items:center;justify-content:space-between;margin-top:23px;padding-bottom:24px;border-bottom:1px solid #ececec}
.product-detail-price{display:flex;align-items:center;gap:12px;margin-top:25px;font-size:22px;font-weight:500}
.product-detail-price del{color:#aaa;font-size:15px;font-weight:300}
.product-lead{margin:25px 0 31px;color:#6f6f6f;font-size:15px;line-height:1.7}
.choice-group{padding:25px 0;border-top:1px solid #ececec;border-bottom:1px solid #ececec}
.choice-group>div:first-child{display:flex;justify-content:space-between;margin-bottom:15px;font-size:13px}
.choice-row{display:flex;gap:10px;flex-wrap:wrap}
.choice-chip{display:flex;align-items:center;gap:8px;height:42px;padding:0 14px;border:1px solid #ddd;border-radius:999px;background:#fff;cursor:pointer;font-size:12px;transition:.25s ease}
.choice-chip:hover,.choice-chip.active{border-color:var(--accent);color:var(--accent)}
.swatch{display:block;width:15px;height:15px;border:1px solid #ddd;border-radius:50%}.swatch--clear{background:#fff}.swatch--beige{background:#dfc2a5}
.purchase-row{display:grid;grid-template-columns:124px 1fr;gap:12px;margin-top:30px}
.quantity-control{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;height:49px;border:1px solid #ddd;border-radius:999px;overflow:hidden}
.quantity-control button{display:grid;place-items:center;height:100%;padding:0;border:0;background:#fff;cursor:pointer;color:#606060}
.quantity-control button:hover{color:var(--accent)}
.quantity-control input{width:100%;padding:0;border:0;outline:0;text-align:center;font-size:13px;-moz-appearance:textfield}
.quantity-control input::-webkit-inner-spin-button{display:none}
.product-promises{display:flex;justify-content:space-between;gap:12px;margin:25px 0 30px;padding:0;list-style:none;color:#747474;font-size:11px}
.product-promises li{display:flex;align-items:center;gap:5px}.product-promises svg{width:14px;height:14px;color:var(--accent)}
.accordion article{border-top:1px solid #e8e8e8}.accordion article:last-child{border-bottom:1px solid #e8e8e8}
.accordion article>button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:62px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;font-size:14px}
.accordion article>button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.4;transition:transform .28s ease}
.accordion article>button[aria-expanded="true"] svg{transform:rotate(180deg)}
.accordion-panel{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.accordion-panel p{margin:0;padding:0 10px 25px 0;color:#727272;font-size:13px;line-height:1.65}
.accordion-panel.is-open{max-height:220px}
.related-products{position:relative;padding:86px 0 155px}
.related-products .section-title{margin-bottom:70px}

/* Search and wishlist */
.search-page,.wishlist-page{padding-bottom:150px}
.large-search{position:relative;max-width:850px;margin:15px auto 70px}
.large-search input{width:100%;height:76px;padding:0 78px 0 28px;border:0;border-bottom:1px solid #bfbfbf;outline:0;background:#fff;font-size:29px;font-weight:300}
.large-search button{position:absolute;right:18px;top:50%;display:grid;place-items:center;width:43px;height:43px;border:0;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer;transform:translateY(-50%)}
.large-search svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}
.search-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px;padding-bottom:16px;border-bottom:1px solid #ededed;color:#888;font-size:13px}
.search-meta p{margin:0}.search-meta strong{color:#171717;font-weight:500}
.search-suggestions{margin-top:100px;padding:55px;border-radius:24px;background:#fff2ec;text-align:center}
.search-suggestions>div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.search-suggestions button{height:42px;padding:0 18px;border:1px solid #efc7b8;border-radius:999px;background:transparent;cursor:pointer;font-size:12px;transition:.25s ease}
.search-suggestions button:hover{border-color:var(--accent);background:var(--accent);color:#fff}
.wishlist-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:47px;padding-bottom:18px;border-bottom:1px solid #ededed;color:#777;font-size:13px}.wishlist-toolbar p{margin:0}

/* Compare */
.compare-page{padding-bottom:155px;overflow-x:auto}
.compare-table{min-width:900px;border-top:1px solid #ececec;border-left:1px solid #ececec}
.compare-head,.compare-row{display:grid;grid-template-columns:170px repeat(3,1fr)}
.compare-head>div,.compare-head article,.compare-row>*{border-right:1px solid #ececec;border-bottom:1px solid #ececec}
.compare-head article{position:relative;padding:30px 25px 28px;text-align:center}
.compare-head img{width:100%;height:210px;object-fit:contain;mix-blend-mode:multiply}
.compare-head h2{min-height:39px;margin:18px 0;font-size:14px;line-height:1.4;font-weight:400}
.compare-remove{position:absolute;top:12px;right:12px;width:27px;height:27px;border:0;border-radius:50%;background:#f5f5f5;cursor:pointer;color:#777}
.compare-row>*{min-height:62px;padding:20px 24px;font-size:13px}.compare-row strong{background:#fafafa;font-weight:500}.compare-row span{color:#6f6f6f}

/* Cart */
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:70px;padding-bottom:120px}
.cart-items{border-top:1px solid #ececec}
.cart-item{display:grid;grid-template-columns:130px minmax(0,1fr) 124px 76px;gap:26px;align-items:center;padding:28px 0;border-bottom:1px solid #ececec}
.cart-item-image{display:grid;place-items:center;height:145px;border-radius:17px;background:#fafafa}
.cart-item-image img{max-width:78%;max-height:112px;object-fit:contain;mix-blend-mode:multiply}
.cart-item-main h2{margin:7px 0 10px;font-size:16px;line-height:1.4;font-weight:400}
.cart-item-main>p:not(.product-category){margin:0;color:#8b8b8b;font-size:12px}
.cart-remove{margin-top:20px;padding:0;border:0;border-bottom:1px solid #bbb;background:transparent;color:#777;cursor:pointer;font-size:11px}
.cart-remove:hover{color:var(--accent);border-color:var(--accent)}
.cart-line-total{text-align:right;font-size:15px;font-weight:500}
.order-summary{position:sticky;top:25px;align-self:start;padding:32px;border-radius:22px;background:#fafafa}
.order-summary h2{margin:0 0 27px;font-size:23px;font-weight:300}
.order-summary>div{display:flex;justify-content:space-between;gap:20px;margin:13px 0;color:#767676;font-size:12px}
.order-summary>div strong{color:#202020;font-weight:400;text-align:right}
.promo-form{margin:26px 0;padding:23px 0;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}
.promo-form label{display:block;margin-bottom:9px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.promo-form>div{display:grid;grid-template-columns:1fr auto}
.promo-form input{height:43px;padding:0 13px;border:1px solid #ddd;border-right:0;outline:0;background:#fff}
.promo-form button{padding:0 17px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:12px}
.summary-total{align-items:flex-end!important;margin:22px 0!important}.summary-total span{font-size:15px}.summary-total strong{font-size:22px!important}
.secure-note{margin:13px 0 0;color:#999;text-align:center;font-size:10px}
.cart-recommendations{padding-bottom:155px;text-align:center}.cart-recommendations h2{margin:0 0 55px;font-size:36px;font-weight:300}.cart-recommendations .shop-card{text-align:left}
.empty-cart{padding:90px 20px;text-align:center}.empty-cart h2{font-size:31px;font-weight:300}.empty-cart p{color:#777}.empty-cart .button{margin-top:18px}

/* Checkout */
.page-checkout .site-footer{margin-top:80px}
.checkout-page{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:78px;padding-top:65px;padding-bottom:120px}
.checkout-heading{margin-bottom:45px}.checkout-heading h1{font-size:44px}
.checkout-section{padding:0 0 42px;margin:0 0 42px;border-bottom:1px solid #e8e8e8}
.numbered-title{display:flex;gap:18px;align-items:flex-start;margin-bottom:27px}
.numbered-title>span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;flex:0 0 auto}
.numbered-title h2{margin:0;font-size:21px;font-weight:400}.numbered-title p{margin:6px 0 0;color:#888;font-size:12px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.form-grid .full,.form-grid>.full{grid-column:1/-1}
.form-grid label,.auth-form>label,.profile-form label,.contact-form label{display:flex;flex-direction:column;gap:8px;color:#4c4c4c;font-size:12px}
.form-grid input,.form-grid select,.form-grid textarea,.auth-form input,.profile-form input,.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:48px;padding:0 14px;border:1px solid #dcdcdc;border-radius:0;background:#fff;outline:0;color:#1f1f1f;font:inherit;transition:border-color .25s ease,box-shadow .25s ease}
.form-grid textarea,.contact-form textarea{padding-top:14px;resize:vertical}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.auth-form input:focus,.profile-form input:focus,.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,145,102,.1)}
.field-error{min-height:13px;color:#c74c3e;font-size:10px}.has-error{border-color:#c74c3e!important}
.check-label{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:9px!important;line-height:1.45}.check-label input{width:15px!important;min-height:auto!important;height:15px;margin:1px 0 0;accent-color:var(--accent)}.check-label a{color:var(--accent)}
.radio-cards{display:grid;gap:10px}
.radio-cards label{display:flex;align-items:center;gap:13px;min-height:67px;padding:13px 17px;border:1px solid #ddd;cursor:pointer;transition:border-color .25s ease,background .25s ease}
.radio-cards label:has(input:checked){border-color:var(--accent);background:#fff8f5}
.radio-cards input{accent-color:var(--accent)}.radio-cards span{display:flex;flex-direction:column;gap:4px;flex:1}.radio-cards strong{font-size:13px;font-weight:500}.radio-cards small{color:#888;font-size:11px}.radio-cards b{font-size:12px;font-weight:500}
.card-fields{margin-top:18px;padding:22px;background:#fafafa}.checkout-submit{height:55px}.checkout-terms{margin:15px 20px 0;color:#999;text-align:center;font-size:10px}.checkout-terms a{text-decoration:underline}
.checkout-summary{position:sticky;top:25px;align-self:start;padding:30px;border-radius:22px;background:#fafafa}
.checkout-summary h2{margin:0 0 25px;font-size:22px;font-weight:300}
.checkout-summary article{display:grid;grid-template-columns:65px 1fr auto;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid #e4e4e4}
.checkout-summary article img{width:65px;height:72px;padding:8px;border-radius:10px;background:#fff;object-fit:contain;mix-blend-mode:multiply}.checkout-summary article h3{margin:3px 0;font-size:12px;font-weight:500}.checkout-summary article p,.checkout-summary article span{margin:0;color:#888;font-size:10px}.checkout-summary article>strong{font-size:12px;font-weight:500}
.checkout-totals{padding-top:17px}.checkout-totals p{display:flex;justify-content:space-between;margin:12px 0;color:#777;font-size:12px}.checkout-totals p:last-child{margin-top:19px;padding-top:17px;border-top:1px solid #ddd;color:#171717;font-size:17px}.checkout-totals strong{font-weight:500}

/* Success */
.success-page{max-width:850px!important;padding:100px 20px 150px;text-align:center}
.success-mark{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 31px;border-radius:50%;background:var(--accent);color:#fff}.success-mark svg{width:34px;height:34px;stroke-width:1.3}
.success-page h1{max-width:750px;margin:0 auto;font-size:48px}.success-page>p:not(.eyebrow){max-width:620px;margin:25px auto 0;color:#777;line-height:1.6}
.success-card{display:grid;grid-template-columns:repeat(3,1fr);margin-top:53px;padding:29px;border:1px solid #e6e6e6;text-align:left}.success-card>div{display:flex;flex-direction:column;gap:8px;padding:0 24px;border-right:1px solid #e4e4e4}.success-card>div:last-child{border:0}.success-card span{color:#999;font-size:10px;text-transform:uppercase;letter-spacing:1px}.success-card strong{font-size:13px;font-weight:500}.success-actions{display:flex;justify-content:center;gap:12px;margin-top:38px}

/* Authentication */
.auth-body{margin:0;font-family:Lato,"Avenir Next","Helvetica Neue",Arial,sans-serif;color:#171717}
.auth-page{display:grid;grid-template-columns:1.05fr .95fr;min-height:100vh}
.auth-visual{position:relative;min-height:760px;overflow:hidden;background:#ddd}.auth-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.58))}.auth-visual>img{width:100%;height:100%;object-fit:cover}.auth-visual>div{position:absolute;left:62px;right:62px;bottom:55px;z-index:2;color:#fff}.auth-visual blockquote{max-width:560px;margin:0;font-size:32px;line-height:1.25;font-weight:300;letter-spacing:-.8px}
.auth-panel{position:relative;display:grid;place-items:center;padding:130px 70px 80px}.auth-logo{position:absolute;top:25px;left:50%;width:145px;height:120px;transform:translateX(-50%)}.auth-logo img{width:100%;height:100%;object-fit:contain}
.auth-copy{width:min(100%,470px)}.auth-copy h1{font-size:41px}.auth-copy>p:not(.eyebrow){margin:17px 0 34px;color:#7d7d7d;font-size:14px;line-height:1.6}
.auth-form{display:grid;gap:20px}.auth-form .form-grid{gap:14px}.auth-form label{gap:8px;color:#4a4a4a;font-size:12px}.auth-form input{height:51px}
.password-field{position:relative}.password-field button{position:absolute;right:13px;top:50%;border:0;background:transparent;color:#888;cursor:pointer;font-size:11px;transform:translateY(-50%)}.password-field input{padding-right:60px}
.auth-row{display:flex;align-items:center;justify-content:space-between;margin-top:-3px;font-size:11px}.auth-row>a{color:var(--accent)}
.auth-divider{position:relative;text-align:center;color:#aaa;font-size:11px}.auth-divider::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#ececec}.auth-divider span{position:relative;padding:0 12px;background:#fff}
.social-button{height:49px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:13px;transition:.25s ease}.social-button:hover{border-color:#aaa}
.auth-switch{margin:2px 0 0!important;text-align:center!important;font-size:12px!important}.auth-switch a,.auth-switch button{color:var(--accent)}
.otp-inputs{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin:6px 0 8px}.otp-inputs input{height:58px;padding:0;text-align:center;font-size:21px}

/* Account */
.account-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:65px;padding-bottom:150px}
.account-nav{display:flex;flex-direction:column;align-self:start;border-top:1px solid #e8e8e8}
.account-nav button,.account-nav a{min-height:51px;padding:0 9px;border:0;border-bottom:1px solid #e8e8e8;background:#fff;color:#6e6e6e;cursor:pointer;text-align:left;font-size:13px;transition:.25s ease}.account-nav button:hover,.account-nav a:hover,.account-nav button.active{padding-left:16px;color:var(--accent)}
.account-panel{display:none}.account-panel.active{display:block;animation:panelIn .35s ease}@keyframes panelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.account-welcome{display:grid;grid-template-columns:1fr 190px;align-items:center;min-height:260px;padding:40px 45px;border-radius:24px;background:#fff2ec;overflow:hidden}.account-welcome h2{margin:0 0 13px;font-size:35px;font-weight:300}.account-welcome p:not(.eyebrow){max-width:510px;margin:0;color:#706b68;line-height:1.6}.account-welcome img{justify-self:center;max-height:205px;mix-blend-mode:multiply}
.account-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}.account-cards>*{display:flex;flex-direction:column;align-items:flex-start;min-height:160px;padding:27px;border:1px solid #e7e7e7;background:#fff;cursor:pointer;text-align:left;transition:.3s ease}.account-cards>*:hover{border-color:var(--accent);transform:translateY(-3px)}.account-cards span{color:var(--accent);font-size:25px;font-weight:300}.account-cards strong{margin-top:19px;font-size:15px;font-weight:500}.account-cards small{margin-top:7px;color:#929292}
.panel-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.panel-heading h2{margin:0;font-size:34px;font-weight:300}
.order-card{margin-bottom:16px;border:1px solid #e8e8e8}.order-meta{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 24px;background:#fafafa}.order-meta p{display:flex;flex-direction:column;gap:6px;margin:0}.order-meta span{color:#999;font-size:9px;letter-spacing:1px;text-transform:uppercase}.order-meta strong{font-size:12px;font-weight:500}.status-pill{display:table;padding:5px 8px;border-radius:999px;background:#fff0e9;color:var(--accent)}.status-pill--done{background:#eef7ef;color:#5d8b64}
.order-products{display:flex;align-items:center;gap:10px;padding:19px 24px}.order-products img{width:55px;height:65px;padding:6px;border-radius:8px;background:#fafafa;object-fit:contain;mix-blend-mode:multiply}.order-products span{margin-left:8px;color:#888;font-size:12px}.order-products .button{margin-left:auto}
.address-card{max-width:430px;padding:29px;border:1px solid #e5e5e5}.address-card>span{color:var(--accent);font-size:9px;font-weight:700;letter-spacing:1px}.address-card h3{margin:15px 0 10px;font-size:17px;font-weight:400}.address-card p{color:#777;font-size:13px;line-height:1.6}.address-card>div{display:flex;gap:18px;margin-top:22px}.address-card button{padding:0;border:0;border-bottom:1px solid #bbb;background:transparent;cursor:pointer;color:#777;font-size:11px}.address-card button:hover{color:var(--accent);border-color:var(--accent)}
.profile-form{max-width:690px}.profile-form .button{margin-top:28px}
.modal{position:fixed;inset:0;z-index:300;display:grid;place-items:center;visibility:hidden;opacity:0;transition:.3s ease}.modal.is-open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(5px)}.modal-dialog{position:relative;z-index:2;width:min(560px,calc(100% - 30px));padding:42px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.22)}.modal-dialog h2{margin:0 0 29px;font-size:31px;font-weight:300}.modal-close{position:absolute;top:15px;right:17px;border:0;background:transparent;cursor:pointer;font-size:27px;font-weight:200}

/* Blog, article and news */
.featured-article{position:relative;height:520px;border-radius:28px;overflow:hidden}.featured-article::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.03) 72%)}.featured-article>a,.featured-article>a img{display:block;width:100%;height:100%}.featured-article img{object-fit:cover}.featured-article>div{position:absolute;left:58px;top:50%;z-index:2;width:520px;color:#fff;transform:translateY(-50%)}.featured-article h2{margin:0 0 18px;font-size:43px;line-height:1.08;font-weight:300}.featured-article>div>p:not(.eyebrow){margin:0 0 28px;line-height:1.6}
.journal-shell{padding:90px 0 155px}.journal-filter{display:flex;justify-content:center;gap:42px;margin-bottom:65px;border-bottom:1px solid #ededed}.journal-filter button{position:relative;padding:0 0 15px;border:0;background:transparent;cursor:pointer;color:#777;font-size:12px}.journal-filter button::after{content:"";position:absolute;left:50%;bottom:-1px;width:0;height:3px;background:var(--accent);transform:translateX(-50%);transition:.25s ease}.journal-filter button:hover,.journal-filter button.active{color:var(--accent)}.journal-filter button.active::after{width:42px}
.journal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:75px 40px}.journal-card{display:grid;grid-template-columns:44% 1fr;gap:27px;align-items:center}.journal-image{height:270px;border-radius:20px;overflow:hidden}.journal-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.journal-card:hover img{transform:scale(1.04)}.journal-card h2{margin:0 0 12px;font-size:24px;line-height:1.2;font-weight:300}.journal-card>div>p:not(.eyebrow){margin:0;color:#787878;font-size:12px;line-height:1.55}.read-more-inline{display:inline-flex;align-items:center;gap:9px;margin-top:20px;color:var(--accent);font-size:12px}.read-more-inline svg{width:16px;height:16px;transition:transform .25s ease}.read-more-inline:hover svg{transform:translateX(4px)}
.article-header{max-width:900px!important;padding:85px 0 55px;text-align:center}.article-header h1{font-size:54px;line-height:1.05}.article-header>p:not(.eyebrow){max-width:680px;margin:24px auto 0;color:#777;font-size:16px;line-height:1.6}.article-author{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px}.article-author>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff1eb;color:var(--accent);font-size:11px;font-weight:700}.article-author>div{display:flex;flex-direction:column;text-align:left}.article-author strong{font-size:11px}.article-author small{margin-top:3px;color:#999;font-size:10px}
.article-hero{height:600px;border-radius:27px;overflow:hidden}.article-hero img{width:100%;height:100%;object-fit:cover}
.article-body{display:grid;grid-template-columns:110px minmax(0,720px);justify-content:center;gap:45px;padding-top:75px;padding-bottom:140px}.article-share{position:sticky;top:30px;align-self:start;display:flex;flex-direction:column;align-items:center;gap:11px}.article-share>span{margin-bottom:5px;color:#999;font-size:8px;letter-spacing:1px;writing-mode:vertical-rl}.article-share button{width:35px;height:35px;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer;color:#777}.article-share button:hover{border-color:var(--accent);color:var(--accent)}
.article-content{font-family:Georgia,"Times New Roman",serif;color:#353535}.article-content p{margin:0 0 26px;font-size:17px;line-height:1.85}.article-content .article-lead{font-size:21px;line-height:1.7}.article-content h2{margin:50px 0 17px;font-family:Lato,"Helvetica Neue",Arial,sans-serif;font-size:30px;font-weight:300}.article-content blockquote{margin:50px -60px;padding:35px 50px;border-left:4px solid var(--accent);background:#fff3ed;font-size:25px;line-height:1.55;font-style:italic}.article-content figure{margin:50px 0}.article-content figure img{width:100%;max-height:520px;object-fit:contain;background:#fafafa}.article-content figcaption{margin-top:9px;color:#999;font-family:Lato,Arial,sans-serif;font-size:10px}.article-content ol{padding-left:21px}.article-content li{margin-bottom:11px;font-size:17px;line-height:1.7}
.related-stories{position:relative;padding:84px 0 150px}.related-stories .section-title{margin-bottom:60px}
.news-list{padding-bottom:150px}.news-feature{position:relative;height:520px;border-radius:28px;overflow:hidden}.news-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.03) 72%)}.news-feature img{width:100%;height:100%;object-fit:cover}.news-feature>div{position:absolute;left:58px;top:50%;z-index:2;width:510px;color:#fff;transform:translateY(-50%)}.news-feature h2{margin:0 0 18px;font-size:41px;line-height:1.08;font-weight:300}.news-feature>div>p:not(.eyebrow){margin:0 0 27px;line-height:1.6}
.news-timeline{margin-top:85px;border-top:1px solid #ececec}.timeline-item{display:grid;grid-template-columns:120px 1fr 260px;gap:38px;align-items:center;padding:34px 0;border-bottom:1px solid #ececec}.timeline-item time{color:#999;font-size:11px}.timeline-item h2{margin:0 0 9px;font-size:24px;font-weight:300}.timeline-item>div>p:not(.eyebrow){margin:0;color:#777;font-size:12px;line-height:1.55}.timeline-item a{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--accent);font-size:11px}.timeline-item a svg{width:15px;height:15px}.timeline-item>img{width:260px;height:155px;border-radius:16px;object-fit:cover}

/* About */
.about-hero{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:center;padding-top:55px}.about-hero-copy{padding-left:35px}.about-hero h1{font-size:55px}.about-hero-copy>p:not(.eyebrow){margin:25px 0 0;color:#777;font-size:16px;line-height:1.7}.about-hero figure{height:620px;margin:0;border-radius:27px;overflow:hidden}.about-hero img{width:100%;height:100%;object-fit:cover}
.about-manifesto{position:relative;display:grid;place-items:center;min-height:420px;margin-top:90px;text-align:center}.manifesto-axis{position:absolute;left:50%;top:0;width:42px;height:100%;background:var(--accent);transform:translateX(-50%)}.about-manifesto p{position:relative;z-index:2;max-width:950px;margin:0 auto;padding:25px;background:#fff;font-size:43px;line-height:1.3;font-weight:300;letter-spacing:-1.2px}.about-manifesto em{color:var(--accent);font-style:normal}
.about-story{padding:60px 0 130px}.about-story article{display:grid;grid-template-columns:1.12fr .88fr;gap:75px;align-items:center;margin-bottom:115px}.about-story article:nth-child(2){grid-template-columns:.88fr 1.12fr}.about-story figure{height:500px;margin:0;border-radius:25px;overflow:hidden}.about-story figure img{width:100%;height:100%;object-fit:cover}.about-story h2{margin:0 0 18px;font-size:38px;font-weight:300}.about-story article>div>p:not(.eyebrow){color:#777;font-size:15px;line-height:1.75}
.values-section{padding:90px 0 140px;background:#fff2ec;text-align:center}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:45px;background:#efc8b8}.value-grid article{min-height:220px;padding:38px 28px;background:#fff2ec}.value-grid span{color:var(--accent);font-size:11px}.value-grid h3{margin:35px 0 12px;font-size:22px;font-weight:300}.value-grid p{margin:0;color:#746d69;font-size:12px;line-height:1.55}

/* Contact */
.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:85px;padding-bottom:125px}.contact-details h2{max-width:440px;margin:0;font-size:37px;line-height:1.18;font-weight:300}.contact-details>div:first-child>p:not(.eyebrow){max-width:420px;color:#777;line-height:1.65}.contact-details dl{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin:45px 0}.contact-details dl>div{padding-top:16px;border-top:1px solid #e8e8e8}.contact-details dt{margin-bottom:10px;color:#999;font-size:9px;letter-spacing:1px;text-transform:uppercase}.contact-details dd{margin:0;font-size:13px;line-height:1.6}.contact-details dd a:hover{color:var(--accent)}.contact-image{height:260px;border-radius:20px;overflow:hidden}.contact-image img{width:100%;height:100%;object-fit:cover}
.contact-form{padding:44px;border:1px solid #e7e7e7}.contact-form .button{margin-top:25px}.contact-form label small:not(.field-error){color:#aaa}.contact-faq{display:flex;align-items:center;justify-content:space-between;padding:70px 60px;margin-bottom:145px;border-radius:24px;background:#fff2ec}.contact-faq h2{margin:0;font-size:34px;font-weight:300}.quick-links{display:flex;gap:25px}.quick-links a{display:flex;align-items:center;gap:25px;padding-bottom:8px;border-bottom:1px solid #d8aa97;font-size:12px}.quick-links a:hover{color:var(--accent)}

/* FAQ and legal */
.faq-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:65px;padding-bottom:100px}.faq-layout>aside{display:flex;flex-direction:column;align-self:start;position:sticky;top:25px}.faq-layout>aside a{padding:14px 0;border-bottom:1px solid #e8e8e8;color:#777;font-size:12px}.faq-layout>aside a:hover,.faq-layout>aside a.active{color:var(--accent)}
.faq-accordion article>button{min-height:83px;font-size:17px}.faq-accordion article>button span{display:flex;flex-direction:column;gap:7px}.faq-accordion article>button small{color:var(--accent);font-size:8px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.faq-accordion .accordion-panel p{padding-bottom:31px;font-size:14px;line-height:1.75}.faq-contact{display:flex;align-items:center;justify-content:space-between;margin-bottom:145px;padding:56px 65px;border-radius:23px;background:#fff2ec}.faq-contact h2{margin:0;font-size:34px;font-weight:300}
.legal-layout{display:grid;grid-template-columns:230px minmax(0,720px);justify-content:center;gap:70px;padding-bottom:150px}.legal-layout>aside{position:sticky;top:25px;align-self:start;display:flex;flex-direction:column}.legal-layout>aside p{margin:0 0 14px;color:#999;font-size:9px;letter-spacing:1.5px}.legal-layout>aside a{padding:11px 0;border-bottom:1px solid #ededed;color:#777;font-size:12px}.legal-layout>aside a:hover{color:var(--accent)}.legal-layout article{font-family:Georgia,"Times New Roman",serif}.legal-lead{margin:0 0 45px;padding:28px;border-left:3px solid var(--accent);background:#fff4ef;color:#5f5a57;font-size:15px;line-height:1.75}.legal-layout article section{scroll-margin-top:30px;margin-bottom:47px}.legal-layout h2{margin:0 0 13px;font-family:Lato,Arial,sans-serif;font-size:25px;font-weight:300}.legal-layout article section p{margin:0;color:#555;font-size:15px;line-height:1.85}

/* 404 */
.not-found{position:relative;padding:90px 20px 160px;text-align:center;overflow:hidden}.not-found-code{display:flex;align-items:center;justify-content:center;gap:18px;color:#171717;font-size:190px;line-height:.85;font-weight:200;letter-spacing:-15px}.not-found-code span{display:block;width:90px;height:170px;background:var(--accent)}.not-found h1{font-size:45px}.not-found>p:not(.eyebrow){margin:20px auto 0;color:#777}.not-found>div:not(.not-found-code){display:flex;justify-content:center;gap:12px;margin-top:34px}.not-found>img{position:absolute;right:5%;bottom:20px;width:120px;transform:rotate(8deg);mix-blend-mode:multiply}

.site-footer--internal{margin-top:0;border-top:1px solid #f2f2f2}
.site-footer--internal .footer-copy{display:block}.site-footer--internal .footer-copy p{margin:0}.footer-account-links{display:flex;gap:7px;margin-top:17px;color:#777;font-size:11px}.footer-account-links a:hover{color:var(--accent)}

/* Responsive internal pages */
@media(max-width:1100px){
  .internal-page .shell,.internal-page .breadcrumb.shell,.internal-page .woocommerce-breadcrumb.shell,.woocommerce.internal-page .woocommerce-breadcrumb{width:calc(100% - 40px)!important}
  .shop-layout{grid-template-columns:190px minmax(0,1fr);gap:35px}.shop-grid{gap:45px 16px}.shop-card-media{height:280px}
  .product-detail{gap:45px}.product-main-image{height:570px}.product-info h1{font-size:38px}
  .cart-layout{grid-template-columns:minmax(0,1fr) 320px;gap:35px}.cart-item{grid-template-columns:105px minmax(0,1fr) 110px 65px;gap:17px}
  .checkout-page{grid-template-columns:minmax(0,1fr) 330px;gap:35px}
  .journal-card{grid-template-columns:1fr}.journal-image{height:250px}
  .about-hero{gap:40px}.about-hero h1{font-size:47px}.about-story article,.about-story article:nth-child(2){gap:45px}
  .contact-layout{gap:45px}.contact-faq{flex-direction:column;align-items:flex-start;gap:35px}.quick-links{width:100%;justify-content:space-between}
}
@media(max-width:860px){
  .site-header--internal .header-tools{left:17px;right:auto;top:51px;gap:9px}.site-header--internal .header-tools a{width:31px;height:31px}.site-header--internal .header-tools a:nth-child(2){display:none}.site-header--internal .main-nav{z-index:24}.site-header--internal .menu-toggle{z-index:26}
  .breadcrumb{padding-top:18px;overflow-x:auto;white-space:nowrap}
  .inner-intro{min-height:215px;padding:45px 15px 55px}.inner-axis,.section-axis-short{width:28px;height:92px}.inner-intro h1,.checkout-heading h1,.auth-copy h1,.product-info h1,.article-header h1,.about-hero h1,.success-page h1,.not-found h1{font-size:35px;letter-spacing:-1px}.inner-intro-copy>p:last-child{font-size:14px}
  .shop-toolbar{grid-template-columns:1fr auto}.shop-toolbar>p{display:none}.shop-toolbar label{font-size:0}.shop-toolbar select{font-size:12px;min-width:150px}.filter-open{display:block;font-size:12px}.filter-open span{color:var(--accent)}
  .shop-layout{display:block;padding-top:35px}.shop-filters{position:fixed;inset:0 0 0 auto;z-index:220;width:min(360px,90vw);height:100dvh;padding:30px;background:#fff;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.12);transform:translateX(110%);transition:transform .35s var(--ease)}.shop-filters.is-open{transform:none}.filter-close{display:block}.shop-grid,.shop-grid--four{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 12px}.shop-card-media{height:235px;border-radius:17px}.shop-card-media>.woocommerce-LoopProduct-link{padding:22px}.shop-card-media img{max-height:180px}.quick-add{transform:none;opacity:1;height:38px}.shop-card-copy{padding:13px 4px 0}.shop-card-copy h3{min-height:52px;font-size:13px}.shop-card-bottom{align-items:flex-start;flex-direction:column;gap:6px}.product-price{font-size:13px}.rating{font-size:9px}.category-hero{height:430px;margin-top:30px}.category-hero>div{left:28px;right:28px;width:auto}.category-hero h1{font-size:38px}.content-note{padding:48px 24px}
  .product-detail{display:block;padding-top:32px;padding-bottom:95px}.product-main-image{height:470px;border-radius:20px}.product-thumbnails button{height:80px}.product-info{padding-top:45px}.product-rating-row{align-items:flex-start;gap:10px}.purchase-row{grid-template-columns:105px 1fr}.product-promises{flex-direction:column}.related-products{padding:69px 0 105px}.related-products .section-title{margin-bottom:50px}
  .large-search{margin:0 auto 50px}.large-search input{height:64px;padding-left:10px;font-size:22px}.search-suggestions{padding:40px 18px}.wishlist-toolbar{align-items:flex-start;gap:20px}
  .compare-page{width:calc(100% - 28px)!important}
  .cart-layout{display:block;padding-bottom:90px}.cart-item{grid-template-columns:90px minmax(0,1fr) 90px;gap:13px}.cart-item-image{height:110px}.cart-item .quantity-control{grid-column:2;width:105px;height:40px}.cart-line-total{grid-column:3;grid-row:2}.order-summary{position:static;margin-top:35px}.cart-recommendations{padding-bottom:110px}.cart-recommendations h2{font-size:30px}
  .checkout-page{display:flex;flex-direction:column;padding-top:35px;padding-bottom:90px}.checkout-summary{position:static;order:-1}.form-grid{grid-template-columns:1fr}.form-grid .full,.form-grid>.full{grid-column:auto}.checkout-section{margin-bottom:35px;padding-bottom:35px}
  .success-page{padding-top:75px}.success-card{grid-template-columns:1fr;gap:18px;text-align:center}.success-card>div{padding:0 0 18px;border-right:0;border-bottom:1px solid #e4e4e4}.success-card>div:last-child{padding-bottom:0;border:0}
  .auth-page{display:block}.auth-visual{display:none}.auth-panel{min-height:100vh;padding:145px 24px 60px}.auth-copy{max-width:500px}.auth-logo{top:16px}
  .account-layout{display:block;padding-bottom:100px}.account-nav{display:grid;grid-template-columns:repeat(4,auto);margin-bottom:35px;overflow-x:auto}.account-nav button,.account-nav a{white-space:nowrap;padding:0 15px;text-align:center}.account-welcome{grid-template-columns:1fr 120px;padding:30px}.account-cards{grid-template-columns:1fr}.order-meta{grid-template-columns:repeat(2,1fr);gap:20px}.modal-dialog{padding:35px 25px}
  .featured-article{height:500px}.featured-article>div,.news-feature>div{left:27px;right:27px;width:auto}.featured-article h2,.news-feature h2{font-size:35px}.journal-shell{padding-top:65px}.journal-filter{justify-content:flex-start;gap:30px;overflow-x:auto}.journal-grid{grid-template-columns:1fr}.journal-card{grid-template-columns:42% 1fr}.article-header{padding:60px 14px 42px}.article-header h1{font-size:40px}.article-hero{height:450px;border-radius:20px}.article-body{grid-template-columns:1fr;padding-top:55px}.article-share{position:static;flex-direction:row;justify-content:center}.article-share>span{writing-mode:initial}.article-content blockquote{margin:40px 0;padding:28px}.news-feature{height:500px}.timeline-item{grid-template-columns:90px 1fr}.timeline-item>img{grid-column:2;width:100%;height:200px}
  .about-hero{grid-template-columns:1fr;padding-top:35px}.about-hero-copy{padding:0 10px}.about-hero figure{height:500px}.about-manifesto{min-height:370px;margin-top:60px}.manifesto-axis{width:28px}.about-manifesto p{font-size:31px}.about-story article,.about-story article:nth-child(2){grid-template-columns:1fr;margin-bottom:80px}.about-story article:nth-child(2)>div{order:2}.about-story figure{height:400px}.value-grid{grid-template-columns:repeat(2,1fr)}
  .contact-layout{grid-template-columns:1fr;padding-bottom:90px}.contact-form{padding:28px 20px}.contact-faq{margin-bottom:100px;padding:45px 28px}.quick-links{flex-direction:column}.quick-links a{justify-content:space-between}
  .faq-layout,.legal-layout{grid-template-columns:1fr;padding-bottom:100px}.faq-layout>aside,.legal-layout>aside{position:static;display:flex;flex-direction:row;gap:23px;overflow-x:auto}.faq-layout>aside a,.legal-layout>aside a{white-space:nowrap}.faq-contact{margin-bottom:100px;padding:45px 28px}.legal-layout>aside p{display:none}
  .not-found-code{font-size:125px;letter-spacing:-10px}.not-found-code span{width:65px;height:115px}.not-found>img{display:none}
  .site-footer--internal{height:620px;min-height:620px}.footer-account-links{justify-content:center}
}
@media(max-width:520px){
  .internal-page .shell,.internal-page .breadcrumb.shell,.internal-page .woocommerce-breadcrumb.shell,.woocommerce.internal-page .woocommerce-breadcrumb{width:calc(100% - 28px)!important}
  .shop-grid,.shop-grid--four{grid-template-columns:1fr;gap:48px}.shop-card-media{height:335px}.shop-card-media img{max-height:250px}.shop-card-copy h3{min-height:auto}.shop-card-bottom{flex-direction:row;align-items:center}.wishlist-toolbar{flex-direction:column}.wishlist-toolbar .button{width:100%}
  .product-main-image{height:390px}.product-main-image>img{max-width:82%;max-height:310px}.product-thumbnails{gap:7px}.product-thumbnails button{height:70px}.purchase-row{grid-template-columns:1fr}.purchase-row .quantity-control{width:125px}.product-info h1{font-size:32px}
  .cart-item{grid-template-columns:75px 1fr}.cart-item-image{height:95px}.cart-item .quantity-control{grid-column:2}.cart-line-total{grid-column:2;grid-row:auto;text-align:left}.order-summary{padding:25px 20px}
  .form-grid{gap:15px}.checkout-summary{padding:24px 18px}.checkout-page{gap:40px}.radio-cards label{align-items:flex-start}
  .success-actions{flex-direction:column}.success-actions .button{width:100%}.success-page h1{font-size:34px}
  .auth-panel{padding-inline:18px}.auth-copy h1{font-size:34px}.auth-form .form-grid{grid-template-columns:1fr}.otp-inputs{gap:5px}.otp-inputs input{height:49px}
  .account-nav{grid-template-columns:repeat(6,auto)}.account-welcome{display:block}.account-welcome img{display:none}.order-meta{grid-template-columns:1fr 1fr}.order-products{flex-wrap:wrap}.order-products .button{width:100%;margin:12px 0 0}.panel-heading{align-items:flex-start;gap:15px}.panel-heading h2{font-size:29px}
  .featured-article,.news-feature{height:520px}.featured-article>div,.news-feature>div{top:auto;bottom:28px;transform:none}.featured-article h2,.news-feature h2{font-size:30px}.journal-card{grid-template-columns:1fr}.journal-image{height:260px}.article-header h1{font-size:34px}.article-hero{height:300px}.article-content p,.article-content li{font-size:15px}.article-content .article-lead{font-size:18px}.article-content h2{font-size:26px}.article-content blockquote{font-size:20px}.timeline-item{grid-template-columns:1fr}.timeline-item time,.timeline-item>div,.timeline-item>img{grid-column:1}.timeline-item>img{height:220px}
  .about-hero h1{font-size:39px}.about-hero figure{height:390px}.about-manifesto p{font-size:25px}.about-story figure{height:320px}.value-grid{grid-template-columns:1fr}.contact-details dl{grid-template-columns:1fr}.contact-faq h2,.faq-contact h2{font-size:29px}.faq-contact{align-items:flex-start;flex-direction:column;gap:25px}.faq-contact .button{width:100%}.faq-accordion article>button{font-size:15px}
  .not-found{padding-top:70px}.not-found-code{font-size:90px;gap:10px}.not-found-code span{width:50px;height:85px}.not-found h1{font-size:32px}.not-found>div:not(.not-found-code){flex-direction:column}.not-found .button{width:100%}
  .toast-stack{left:14px;right:14px;bottom:14px}.toast{min-width:0;max-width:none;width:100%}
}

/* Final alignment corrections */
.hero-dots::after{height:80px}
.internal-page .news-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:min(var(--page-shell),calc(100% - 80px));gap:25px}
@media(max-width:1100px){.internal-page .news-grid{width:calc(100% - 40px)}}
@media(max-width:860px){
  .hero-dots::after{height:60px}
  .internal-page .news-grid{grid-template-columns:1fr;width:calc(100% - 28px)}
}
@media(max-width:520px){
  .promo-form>div{grid-template-columns:minmax(0,1fr) auto}
  .promo-form input{min-width:0;width:100%}
}
