:root {
  --crrun-bg: #f6f0e8;
  --crrun-surface: #fcf8f3;
  --crrun-surface-2: #efe3d4;
  --crrun-text: #2a1814;
  --crrun-accent: #61220f;
  --crrun-accent-2: #c98a43;
  --crrun-line: #ddcdbc;
  --crrun-highlight: #f0e5d8;
  --crrun-shadow: 0 18px 45px rgba(44, 22, 14, 0.08);
  --crrun-shadow-strong: 0 24px 60px rgba(28, 12, 7, 0.16);
  --crrun-radius: 28px;
  --crrun-container: min(1280px, calc(100vw - 48px));
}

*,:before,:after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--crrun-bg);color:var(--crrun-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;font-size:16px;overflow-x:hidden}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block;height:auto}
.container{width:var(--crrun-container);margin-inline:auto}
.site-main{min-height:40vh}

.card,.page-content,.blog-card,.faq-shell,.single-tabs-wrap,.shop-widget{border:1px solid var(--crrun-line);border-radius:var(--crrun-radius);background:var(--crrun-surface);box-shadow:var(--crrun-shadow)}
.button,.button:visited,button,input[type="submit"],input[type="button"],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-cart__submit-button,.wc-block-components-button,.wc-block-components-checkout-place-order-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:52px;padding:0 24px;border-radius:999px!important;background:linear-gradient(135deg,var(--crrun-accent),#2e0f08)!important;color:#fff!important;border:0!important;font-weight:700;letter-spacing:-.01em;box-shadow:0 12px 28px rgba(58,16,8,.2);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;cursor:pointer}
.button:hover,button:hover,input[type="submit"]:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(58,16,8,.28);opacity:.98}
.button--ghost,.button--ghost:visited{background:transparent!important;color:var(--crrun-text)!important;border:1px solid var(--crrun-line)!important;box-shadow:none}.button--small{min-height:44px;padding-inline:18px;font-size:.94rem}

h1,h2,h3,h4,h5,h6{font-family:Georgia,"Times New Roman",serif;line-height:1.02;letter-spacing:-.03em;margin:0 0 .6rem;color:var(--crrun-text)}
h1{font-size:clamp(2.5rem,5.2vw,4.8rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.25rem,2.2vw,1.8rem)}
p{margin:0 0 1rem}
.section{padding:54px 0 76px}.section-kicker{margin:0 0 14px;font-size:.82rem;letter-spacing:.26em;text-transform:uppercase;color:var(--crrun-accent);font-weight:800}.section-kicker--light{color:#f1d7bf}

.top-strip{background:linear-gradient(90deg,#44160c,var(--crrun-accent),#44160c);color:#fff;text-align:center;font-size:.78rem}.top-strip__inner{padding:8px 0;font-weight:700}
.site-header{position:sticky;top:0;z-index:35;background:rgba(246,240,232,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,205,188,.9)}
.admin-bar .site-header{top:32px}.admin-bar .mobile-drawer{top:32px;height:calc(100vh - 32px)}
.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:86px}
.brand-text,.custom-logo-link{display:inline-flex;align-items:center}.brand-text{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:700;letter-spacing:-.04em}.custom-logo{max-height:58px;width:auto}
.site-nav{justify-self:center}.site-nav .menu,.mobile-nav .mobile-menu,.mobile-nav .menu,.footer-menu{list-style:none;margin:0;padding:0}.site-nav .menu{display:flex;align-items:center;gap:28px}.site-nav .menu>li>a{font-weight:600;font-size:.95rem;color:rgba(42,24,20,.88);transition:color .2s ease}.site-nav .menu>li>a:hover{color:var(--crrun-accent)}
.header-actions{display:flex;align-items:center;gap:12px}.icon-link,.cart-link{width:46px;height:46px;border-radius:999px;border:1px solid var(--crrun-line);background:rgba(255,255,255,.72);display:inline-flex;align-items:center;justify-content:center;position:relative}.icon-link svg,.cart-link svg{width:20px;height:20px}.cart-link__count{position:absolute;top:4px;right:3px;min-width:20px;height:20px;border-radius:999px;background:var(--crrun-accent);color:#fff;font-size:.74rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.button--header{min-height:46px;padding-inline:22px}
.mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--crrun-line);border-radius:999px;background:rgba(255,255,255,.72);position:relative}.mobile-toggle__bars,.mobile-toggle__bars:before,.mobile-toggle__bars:after{position:absolute;left:12px;width:18px;height:2px;background:var(--crrun-text);content:"";transition:transform .2s ease,opacity .2s ease,top .2s ease}.mobile-toggle__bars{top:21px}.mobile-toggle__bars:before{top:-6px}.mobile-toggle__bars:after{top:6px}.mobile-toggle.is-active .mobile-toggle__bars{background:transparent}.mobile-toggle.is-active .mobile-toggle__bars:before{top:0;transform:rotate(45deg)}.mobile-toggle.is-active .mobile-toggle__bars:after{top:0;transform:rotate(-45deg)}
.mobile-drawer-backdrop{position:fixed;inset:0;background:rgba(16,8,5,.48);opacity:0;visibility:hidden;transition:.25s ease;z-index:42}.mobile-drawer-backdrop.is-open{opacity:1;visibility:visible}
.mobile-drawer{position:fixed;top:0;right:0;width:min(380px,92vw);height:100vh;background:var(--crrun-surface);box-shadow:-24px 0 50px rgba(17,8,5,.16);transform:translateX(100%);transition:transform .25s ease;z-index:43;padding:18px 20px 24px;display:flex;flex-direction:column;gap:20px}.mobile-drawer.is-open{transform:translateX(0)}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--crrun-line)}.mobile-drawer__close{width:44px;height:44px;border-radius:999px;border:1px solid var(--crrun-line);background:#fff;position:relative}.mobile-drawer__close span{position:absolute;top:21px;left:12px;width:18px;height:2px;background:var(--crrun-text)}.mobile-drawer__close span:first-child{transform:rotate(45deg)}.mobile-drawer__close span:last-child{transform:rotate(-45deg)}.mobile-nav ul,.mobile-nav li{list-style:none;margin:0;padding:0}.mobile-menu,.mobile-nav .menu{display:grid;gap:6px}.mobile-menu a,.mobile-nav .menu a{display:block;padding:14px 4px;border-bottom:1px solid rgba(221,205,188,.72);font-weight:700}.mobile-drawer__footer{margin-top:auto}.mobile-drawer__footer .button{width:100%}

.hero-media{position:relative;background:#120b09}.hero-media img{width:100%;height:min(74vh,860px);object-fit:cover;object-position:center}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,5,4,.1) 0,rgba(8,5,4,.18) 55%,rgba(8,5,4,.36) 100%)}
.home-intro{margin-top:-34px;position:relative;z-index:2;padding:0 0 72px}.home-intro__inner{background:var(--crrun-surface);border:1px solid var(--crrun-line);box-shadow:var(--crrun-shadow-strong);border-radius:32px;padding:32px clamp(24px,4vw,48px);display:grid;gap:18px;justify-items:start}.home-intro__inner h1{max-width:14ch}.home-intro__text{max-width:58ch;font-size:1.05rem;color:rgba(42,24,20,.84)}.home-intro__actions{display:flex;gap:12px;flex-wrap:wrap}.home-intro__values{width:100%;margin-top:8px}
.value-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.value-pill{min-height:66px;padding:0 18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--crrun-line);border-radius:999px;background:#fff;font-weight:800;box-shadow:var(--crrun-shadow)}
.section-heading{max-width:760px;margin-bottom:28px}.section-heading p:last-child{color:rgba(42,24,20,.8)}.section-heading--split{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:20px}.section-heading--flavors{align-items:flex-end}
.flavor-grid,.product-grid,.trust-grid,.blog-grid{display:grid;gap:22px}.flavor-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--home{grid-template-columns:repeat(4,minmax(0,1fr))}.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-grid--dense .trust-card{min-height:100%}
.flavor-card,.product-card,.blog-card,.trust-card{overflow:hidden}.flavor-card__image,.product-card__thumb{aspect-ratio:4/4.7;background:linear-gradient(180deg,#fff,#f4e9db);display:block;overflow:hidden}.flavor-card__image img,.product-card__thumb img{width:100%;height:100%;object-fit:cover}.flavor-card__content,.product-card__body,.blog-card{padding:18px}.flavor-card h3,.product-card h2,.product-card h3{font-size:1.55rem}.flavor-card p,.product-card p{font-size:.97rem;color:rgba(42,24,20,.82)}
.product-card{display:flex;flex-direction:column}.product-card__body{display:grid;gap:12px;align-content:start;min-height:180px}.product-card .price{font-weight:800;color:var(--crrun-accent);font-size:1.02rem}.product-card .button,.product-card .added_to_cart{width:fit-content}.product-card__actions .button,.product-card__actions .added_to_cart{width:auto}
.empty-products{padding:30px;text-align:center}
.story-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:26px;align-items:stretch}.story-grid--image-first{grid-template-columns:1.15fr 1fr}.story-copy{padding:34px}.story-copy--dark{background:linear-gradient(135deg,#43160c,#7a2c13);color:#fff}.story-copy--dark h2,.story-copy--dark p,.story-copy--dark strong,.story-copy--dark span{color:#fff}.story-image{overflow:hidden;background:#151515}.story-image img{width:100%;height:100%;object-fit:cover}.story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.story-stat strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.3rem);line-height:1}.story-stat span{display:block;margin-top:6px;font-size:.92rem;opacity:.9}
.trust-card{padding:24px}.trust-card__icon{width:54px;height:54px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--crrun-highlight);color:var(--crrun-accent);font-weight:900;font-size:1.2rem;margin-bottom:16px}
.faq-shell{padding:30px}.faq-list{display:grid;gap:14px}.faq-item{border:1px solid var(--crrun-line);border-radius:20px;background:rgba(255,255,255,.42);overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:700;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:20px;top:16px;font-size:1.5rem;line-height:1}.faq-item[open] summary:after{content:"–"}.faq-item__answer{padding:0 22px 22px;color:rgba(42,24,20,.82)}

.page-hero,.shop-hero{padding:52px 0 18px}.page-content{padding:30px}.shop-hero__inner{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.shop-hero__text{max-width:44ch;color:rgba(42,24,20,.78)}.archive-description p,.term-description{color:rgba(42,24,20,.75);margin:0}
.shop-layout{display:grid;grid-template-columns:300px 1fr;gap:30px}.shop-sidebar{position:sticky;top:118px;align-self:start;display:grid;gap:18px}.shop-widget{padding:20px}.shop-widget-title,.footer-heading{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;margin-bottom:12px}.shop-tax-list,.shop-trust-list,.footer-contact,.footer-menu,.footer-menu ul{list-style:none;padding:0;margin:0}.shop-tax-list li,.shop-trust-list li,.footer-contact li{margin-bottom:8px}.shop-widget .search-field,.shop-widget input[type="search"]{width:100%}
.shop-toolbar{padding:18px 22px;margin-bottom:22px;display:flex;justify-content:space-between;gap:16px;align-items:center}.shop-main{max-width:980px}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.woocommerce .woocommerce-ordering select,select,input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="search"],textarea{width:100%;min-height:52px;padding:0 16px;border-radius:16px;border:1px solid var(--crrun-line);background:#fff;color:var(--crrun-text);font:inherit}textarea{min-height:160px;padding:16px}.woocommerce .quantity .qty{min-height:48px;border-radius:16px}

.single-product-shell{padding-top:36px}.single-container{max-width:1320px}.single-product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.85fr);gap:30px;align-items:start}.single-product-layout__gallery,.single-product-layout__summary{padding:26px}.card--gallery{overflow:hidden}.card--summary{position:sticky;top:118px}.single-product-layout__summary .price{font-size:clamp(1.55rem,2.2vw,2rem);color:var(--crrun-accent);font-weight:800;display:block;margin:10px 0 14px}.single-product-layout__summary form.cart{display:grid;gap:14px;margin:14px 0 16px}.single-product-layout__summary .woocommerce-product-details__short-description{color:rgba(42,24,20,.76)}.product-macro-strip{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px}.product-macro-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:var(--crrun-highlight);border:1px solid var(--crrun-line);font-weight:800;font-size:.86rem}.crrun-qty-note{font-size:.92rem;color:rgba(42,24,20,.75);margin:0 0 8px}.product-benefits{display:grid;gap:12px;margin-top:22px;padding-top:20px;border-top:1px solid var(--crrun-line)}.product-benefit{display:flex;align-items:center;gap:10px;font-weight:600}.product-benefit__icon{width:30px;height:30px;border-radius:999px;background:var(--crrun-highlight);color:var(--crrun-accent);display:inline-flex;align-items:center;justify-content:center;font-size:.92rem}.single-extra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.single-extra-card{padding:24px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 18px}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:999px 999px 0 0;border-color:var(--crrun-line);background:rgba(255,255,255,.6)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--crrun-surface)}.single-tabs-wrap{margin-top:24px;padding:24px}.woocommerce-breadcrumb{margin-bottom:18px;color:rgba(42,24,20,.72)}
.woocommerce-product-gallery .flex-control-thumbs img{border-radius:14px;border:1px solid var(--crrun-line);overflow:hidden}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{top:16px!important;right:16px!important}

.cart_totals,.woocommerce-cart-form,.woocommerce-checkout-review-order,.woocommerce form.checkout,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{border:1px solid var(--crrun-line);border-radius:24px;background:var(--crrun-surface);box-shadow:var(--crrun-shadow)}.woocommerce-cart-form{padding:24px}.cart_totals{padding:24px}.woocommerce .cart-collaterals{margin-top:24px}.woocommerce .cart-collaterals .cart_totals h2,.woocommerce-checkout h3{font-size:1.6rem}.woocommerce table.shop_table{border:0;margin-bottom:0}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--crrun-line)}.woocommerce .wc-proceed-to-checkout a.checkout-button{width:100%;margin-bottom:0}.woocommerce-cart .cart_totals .checkout-button,.woocommerce-checkout #place_order,.woocommerce-page #payment #place_order{width:100%}.woocommerce-info,.woocommerce-message,.woocommerce-error{border:1px solid var(--crrun-line);background:rgba(255,255,255,.7);color:var(--crrun-text);border-radius:18px}.woocommerce-error{border-color:#d07f6f}.woocommerce-checkout .col2-set,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:100%}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;padding:24px}.woocommerce-checkout #customer_details,.woocommerce-checkout .woocommerce-checkout-review-order{float:none;width:auto}.woocommerce-checkout .woocommerce-checkout-review-order{padding:22px;align-self:start;position:sticky;top:118px}.woocommerce-checkout .form-row,.woocommerce form .form-row{margin-bottom:14px}.woocommerce-checkout .woocommerce-checkout-payment{background:transparent!important}.woocommerce #payment ul.payment_methods{border-bottom-color:var(--crrun-line)}.woocommerce #payment div.payment_box{background:rgba(255,255,255,.72);border-radius:16px}.woocommerce #payment div.payment_box:before{border-bottom-color:rgba(255,255,255,.72)}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px 1fr;gap:24px}.woocommerce-account .woocommerce-MyAccount-navigation{padding:20px}.woocommerce-account .woocommerce-MyAccount-content{padding:24px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li+li{margin-top:10px}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;border-radius:14px;border:1px solid transparent}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{border-color:var(--crrun-line);background:#fff;font-weight:700}

.site-footer{margin-top:54px;padding:42px 0 22px;border-top:1px solid var(--crrun-line);background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.25))}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.footer-brand p{max-width:42ch}.footer-menu li{margin-bottom:8px}.footer-socials{display:flex;gap:14px;margin-top:12px}.footer-bottom{margin-top:26px;padding-top:18px;border-top:1px solid var(--crrun-line);font-size:.88rem;color:rgba(42,24,20,.72)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}

@media (max-width: 1160px){
  .site-header__inner{grid-template-columns:auto 1fr auto}.site-nav{display:none}.mobile-toggle{display:inline-flex;justify-content:center;align-items:center}.header-actions .button--header{display:none}.icon-link--account{display:none}
  .single-product-layout,.story-grid,.shop-layout,.woocommerce-checkout form.checkout,.woocommerce-account .woocommerce,.footer-grid{grid-template-columns:1fr}.single-product-layout__summary,.woocommerce-checkout .woocommerce-checkout-review-order,.shop-sidebar{position:static}.product-grid--home{grid-template-columns:repeat(2,1fr)}.flavor-grid{grid-template-columns:repeat(2,1fr)}.single-extra-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 782px){.admin-bar .site-header{top:46px}.admin-bar .mobile-drawer{top:46px;height:calc(100vh - 46px)}}
@media (max-width: 767px){
  :root{--crrun-container:min(100vw - 20px,100vw - 20px)} body{font-size:15px}
  .site-header__inner{min-height:74px;gap:10px}.brand-text{font-size:2rem}.custom-logo{max-height:46px}.header-actions{gap:8px}.header-actions .icon-link,.header-actions .cart-link,.mobile-toggle{width:42px;height:42px}
  .hero-media img{height:min(46vh,420px);object-position:center}.home-intro{margin-top:-18px;padding-bottom:48px}.home-intro__inner{padding:22px;border-radius:24px}.home-intro__inner h1{font-size:clamp(2rem,10vw,3rem)}.home-intro__text{font-size:.98rem}
  .value-strip__grid,.story-stats,.trust-grid,.blog-grid,.product-grid,.product-grid--home,.flavor-grid,.single-extra-grid,.shop-product-grid{grid-template-columns:1fr}.section{padding:34px 0 54px}.story-copy,.faq-shell,.single-tabs-wrap,.single-product-layout__gallery,.single-product-layout__summary,.woocommerce-cart-form,.cart_totals,.page-content{padding:18px}
  .section-heading--split{align-items:start;flex-direction:column}.shop-toolbar{flex-direction:column;align-items:stretch}.shop-toolbar__right select{width:100%}
  .product-card__thumb,.flavor-card__image{aspect-ratio:4/4.2}.woocommerce-cart table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{text-align:left!important}.woocommerce-checkout form.checkout{padding:18px}.footer-grid{gap:18px}
}
@media (max-width: 520px){
  .top-strip{font-size:.72rem}.site-header__inner{grid-template-columns:1fr auto}.header-actions{justify-self:end}.brand-text{font-size:1.85rem}.home-intro__actions{display:grid;grid-template-columns:1fr}.button,.button--ghost{width:100%}.story-stat strong{font-size:2.4rem}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:100%;margin:0 0 18px}
}
