/*
Theme Name: 台灣好蜜 Taiwan Honey
Template: blocksy
Description: 台灣好蜜(陳家蜂蜜)客製子主題 — 暖金蜂巢、液態黃金質感。基於 Blocksy。
Version: 1.0.0
Author: 台灣好蜜
Text Domain: taiwanhoney
*/

/* ============ Design tokens ============ */
:root{
  --th-void:#1c0f06; --th-void-2:#2a1608;
  --th-cream:#fdf3e0; --th-cream-2:#fff9ef; --th-card:#fffdf8;
  --th-ink:#33200f; --th-ink-soft:#6d4d30; --th-ink-faint:#9a7a54;
  --th-gold-1:#f7ce5a; --th-gold-2:#e3a11c; --th-gold-3:#b8760f;
  --th-amber:#ef7d17; --th-amber-deep:#c85608;
  --th-cream-ink:#f6e6c6; --th-cream-ink-mut:#caa876;
  --th-line:rgba(120,80,30,.14); --th-line-d:rgba(255,201,110,.16);
  --th-shadow:0 18px 44px -22px rgba(80,44,8,.5);
  --th-shadow-lift:0 30px 60px -26px rgba(120,70,10,.55);
  --th-serif:"Noto Serif TC","Source Han Serif TC","Songti TC","STSong","SimSun",serif;
  --th-sans:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Segoe UI",system-ui,sans-serif;
  --th-gold-metal:linear-gradient(150deg,#fff2c6 4%,#f7ce5a 26%,#e3a11c 52%,#a9690b 74%,#f4c651 98%);

  /* Carry the same palette into Blocksy, WooCommerce, cart and checkout. */
  --theme-palette-color-1:#c85608;
  --theme-palette-color-2:#a84506;
  --theme-palette-color-3:#6d4d30;
  --theme-palette-color-4:#33200f;
  --theme-palette-color-5:#ead7b4;
  --theme-palette-color-6:#f6e6c6;
  --theme-palette-color-7:#fff9ef;
  --theme-palette-color-8:#fffdf8;
  --theme-text-color:#6d4d30;
  --theme-headings-color:#33200f;
  --theme-link-initial-color:#c85608;
  --theme-link-hover-color:#a84506;
  --theme-selection-background-color:#c85608;
}

html{scroll-behavior:smooth;scroll-padding-top:140px}

/* ============ Global warm tint ============ */
body{background:var(--th-cream);font-family:var(--th-sans)}
h1,h2,h3,h4{font-family:var(--th-serif)}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid rgba(227,161,28,.65)!important;
  outline-offset:3px;
}

/* ============ Blocksy header: warm, compact, brand-led ============ */
[data-header*="type-1"] .ct-header [data-row*="middle"]{
  --height:84px;
  background:
    radial-gradient(120% 140% at 0% 0%,rgba(120,72,15,.38),transparent 48%),
    linear-gradient(100deg,#211105 0%,#321c0b 54%,#241306 100%)!important;
  border-bottom:1px solid rgba(247,206,90,.18)!important;
  box-shadow:0 10px 28px rgba(49,27,7,.18)!important;
}
[data-header*="type-1"] .ct-header [data-id="logo"] .site-title a{
  color:#f7ce5a!important;
  font-family:var(--th-serif);
  font-size:clamp(21px,2vw,27px);
  letter-spacing:.14em;
  text-shadow:0 2px 18px rgba(247,174,35,.2);
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul{
  display:flex;
  align-items:center;
  gap:4px;
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a{
  color:#f6e6c6!important;
  padding:10px 11px!important;
  border-radius:999px;
  letter-spacing:.07em;
  transition:background-color .2s ease,color .2s ease;
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:hover,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-item > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-ancestor > a{
  color:#fff5d9!important;
  background:rgba(247,206,90,.15);
}
[data-header*="type-1"] .ct-header [data-id="search"],
[data-header*="type-1"] .ct-header [data-id="trigger"]{
  color:#f7ce5a!important;
}
[data-header*="type-1"] .ct-header [data-id="search"]:hover,
[data-header*="type-1"] .ct-header [data-id="trigger"]:hover{
  color:#fff5d9!important;
}
[data-header*="type-1"] #offcanvas .ct-panel-inner,
[data-header*="type-1"] #search-modal{
  background:#211105!important;
}
[data-header*="type-1"] [data-id="mobile-menu"] .ct-menu-link{
  color:#f6e6c6!important;
}
[data-header*="type-1"] [data-id="mobile-menu"] .ct-menu-link:hover{
  color:#f7ce5a!important;
}

/* Global utility bar: member and service links left, official social links right. */
.th-utility-bar{position:relative;z-index:60;background:linear-gradient(90deg,#180c04,#301b0c);border-bottom:1px solid rgba(247,206,90,.18)}
.th-utility-bar-in{max-width:1180px;min-height:42px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.th-utility-services,.th-utility-social{display:flex;align-items:center;gap:6px;min-width:0}
.th-utility-services a{display:inline-flex;align-items:center;gap:6px;min-height:29px;padding:5px 8px;border-radius:999px;color:#e9cf9d;font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap;transition:color .2s ease,background-color .2s ease}
.th-utility-services a:hover{color:#fff6de;background:rgba(247,206,90,.13)}
.th-utility-services .th-utility-account{color:#fff4d2;background:rgba(227,161,28,.24);border:1px solid rgba(247,206,90,.3)}
.th-utility-icon{width:17px;height:17px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.th-social-link{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.18);transition:transform .2s ease,filter .2s ease}
.th-social-link:hover{color:#fff;transform:translateY(-2px);filter:brightness(1.08)}
.th-social-facebook{background:#1877f2}.th-social-line{background:#06c755}.th-social-instagram{background:linear-gradient(135deg,#7d42c8,#e84278,#f5a334)}.th-social-youtube{background:#f20d13}.th-social-blogger{background:#ef7d17}
.th-social-glyph{display:grid;place-items:center;width:100%;height:100%;font-family:Arial,sans-serif;font-size:20px;font-weight:800;line-height:1}.th-social-line-mark{font-size:8px;letter-spacing:-.06em}.th-social-instagram-mark svg,.th-social-youtube-mark svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9}.th-social-youtube-mark svg{fill:#fff;stroke:none}.th-social-youtube-mark svg path:last-child{fill:#f20d13}

/* Fixed cart and product search keep shopping within reach on every page. */
.th-quick-actions{position:fixed;z-index:1000;top:184px;right:18px;display:flex;flex-direction:column;gap:9px}
.th-quick-cart,.th-product-search>summary{position:relative;display:grid;place-items:center;width:52px;height:52px;border-radius:15px;color:#fff7e6;background:linear-gradient(145deg,#38200d,#1c0f06);border:1px solid rgba(247,206,90,.35);box-shadow:0 12px 24px rgba(54,28,4,.23);cursor:pointer;list-style:none;transition:transform .2s ease,background-color .2s ease}
.th-quick-cart:hover,.th-product-search>summary:hover{color:#fff;background:#a75c0a;transform:translateY(-2px)}
.th-quick-cart .th-utility-icon,.th-product-search .th-utility-icon{width:27px;height:27px;stroke-width:1.65}
.th-product-search>summary::-webkit-details-marker{display:none}.th-product-search>summary::marker{display:none}
.th-floating-cart-count{position:absolute;top:-8px;right:-8px;display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#c85608;color:#fff;font-size:11px;font-weight:800;box-shadow:0 3px 8px rgba(50,18,3,.35)}
.th-product-search{position:relative}.th-product-search form{position:absolute;top:0;right:calc(100% + 10px);display:flex;gap:7px;align-items:center;width:260px;padding:10px;border:1px solid var(--th-line);border-radius:14px;background:#fffdf8;box-shadow:0 16px 36px rgba(57,29,4,.25)}
.th-product-search input{width:100%;min-width:0;height:34px;padding:0 10px;border:1px solid rgba(120,80,30,.24);border-radius:8px;color:var(--th-ink);background:#fff}
.th-product-search button{height:34px;padding:0 12px;border:0;border-radius:8px;color:#fff;background:var(--th-amber-deep);font-size:12px;font-weight:800;cursor:pointer}

/* Always-visible category route: static fallback on legacy browsers, sticky on modern ones. */
.th-category-nav{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,249,239,.97);
  border-bottom:1px solid rgba(120,80,30,.16);
  box-shadow:0 7px 18px rgba(73,42,8,.07);
  overflow:hidden;
}
.th-category-nav-in{
  max-width:1180px;
  min-height:44px;
  margin:0 auto;
  padding:0 max(18px,calc((100vw - 1180px)/2));
  display:flex;
  align-items:center;
  gap:4px;
  overflow-x:auto;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
  white-space:nowrap;
}
.th-category-nav a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:5px 11px;
  border-radius:999px;
  color:var(--th-ink-soft);
  font-size:13px;
  font-weight:700;
  transition:background-color .2s ease,color .2s ease;
}
.th-category-nav a:hover,.th-category-nav a.is-active{
  color:#fff8ec;
  background:linear-gradient(135deg,var(--th-amber),var(--th-amber-deep));
}
.th-category-home{margin-right:4px;color:var(--th-amber-deep)!important}
.th-category-home:hover,.th-category-home.is-active{color:#fff8ec!important}

/* Keep product-category headings compact so the catalogue starts in view. */
body.tax-product_cat .hero-section[data-type="type-2"]{--container-padding:20px 0 16px}
body.tax-product_cat .hero-section .entry-header .page-title{margin:0}
body.tax-product_cat .ct-container[data-vertical-spacing*="top"]{--theme-content-vertical-spacing:26px}

/* Category archive introduction, placed before its products. */
.th-category-intro{
  max-width:1180px;
  margin:0 auto 24px;
  padding:28px 34px;
  border:1px solid var(--th-line);
  border-radius:20px;
  background:linear-gradient(135deg,#fffdf8,#f8e7c3);
  box-shadow:var(--th-shadow);
}
.th-category-intro h2{
  margin:8px 0 10px;
  color:var(--th-ink);
  font-size:clamp(23px,3.2vw,34px);
  line-height:1.35;
}
.th-category-intro-copy{max-width:900px;color:var(--th-ink-soft);font-size:15.5px;line-height:1.9}
.th-category-intro-copy p{margin:0}.th-category-intro-copy p + p{margin-top:11px}

/* Footer and standard WooCommerce screens no longer fall back to Blocksy blue. */
.ct-footer{
  background:linear-gradient(135deg,#1c0f06,#2a1608)!important;
  color:#e9cf9d;
}
.ct-footer,.ct-footer a,.ct-footer .ct-widget a{color:#e9cf9d}
.ct-footer a:hover{color:#f7ce5a}
.ct-footer .widget-title,.ct-footer [data-id="copyright"]{color:#f6e6c6}
.woocommerce .woocommerce-breadcrumb,.woocommerce .woocommerce-breadcrumb a{color:var(--th-ink-faint)}
.woocommerce-message,.woocommerce-info,.wc-block-components-notice-banner.is-info{
  background:#fff1d8!important;
  color:var(--th-ink)!important;
  border-top-color:var(--th-gold-2)!important;
}
.woocommerce-error,.wc-block-components-notice-banner.is-error{
  background:#9e3216!important;
}

/* WooCommerce accent buttons site-wide */
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #payment #place_order,
.wc-block-components-button{
  background:linear-gradient(140deg,#f79319,var(--th-amber-deep))!important;
  color:#fff8ec!important;border:none!important;border-radius:999px!important;
  font-weight:700!important;
}
.woocommerce span.onsale{
  background:var(--th-amber-deep)!important;border-radius:999px!important;
}
.woocommerce div.product p.price, .woocommerce ul.products li.product .price{
  color:var(--th-gold-3)!important;font-weight:800;
}
.woocommerce ul.products li.product{
  background:var(--th-card);border:1px solid var(--th-line);border-radius:18px;
  overflow:hidden;box-shadow:var(--th-shadow);transition:.3s;padding-bottom:24px;
}
.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--th-shadow-lift)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--th-serif);font-size:16.5px;color:var(--th-ink);padding:14px 18px 0;
}
.woocommerce ul.products li.product > .price{display:block;margin:14px 18px 9px}
.woocommerce ul.products li.product > .entry-meta{margin:0 18px 14px}
.woocommerce ul.products li.product .ct-woo-card-actions{width:auto;margin:14px 18px 0;border:1px solid var(--th-line);border-radius:12px;overflow:hidden;background:#fffaf0}
.woocommerce ul.products li.product .ct-woo-card-actions:last-child{margin-bottom:0}

/* ============ Home page (front-page.php) ============ */
.th-home{color:var(--th-ink);line-height:1.65;overflow-x:hidden}
.th-home *{box-sizing:border-box}
.th-home h1,.th-home h2,.th-home h3{font-family:var(--th-serif);font-weight:800;line-height:1.25;margin:0;text-wrap:balance}
.th-home p{margin:0}
.th-home a{text-decoration:none;color:inherit}
.th-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.th-eyebrow{font-weight:700;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--th-gold-3);font-family:var(--th-sans)}
.th-ico{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.th-ico-fill{fill:currentColor;stroke:none}

.th-btn{display:inline-flex;align-items:center;gap:9px;border:none;border-radius:999px;font-weight:800;font-size:15.5px;padding:14px 26px;transition:.25s;letter-spacing:.02em;cursor:pointer}
.th-btn-gold{background:var(--th-gold-metal);color:#3a2408;box-shadow:0 14px 28px -14px rgba(180,118,15,.9),inset 0 1px 0 rgba(255,255,255,.5)}
.th-btn-gold:hover{transform:translateY(-2px);color:#3a2408}
.th-btn-ghost{background:transparent;border:1.5px solid rgba(247,206,90,.5);color:var(--th-cream-ink)}
.th-btn-ghost:hover{background:rgba(247,206,90,.12);border-color:var(--th-gold-1);color:var(--th-cream-ink)}

/* hero */
.th-hero{position:relative;background:radial-gradient(120% 90% at 50% -10%,#3a2109 0,var(--th-void) 55%);color:var(--th-cream-ink);overflow:hidden;isolation:isolate}
#th-comb{position:absolute;inset:0;width:100%;height:100%;z-index:0;opacity:.85}
.th-hero::after{content:"";position:absolute;left:50%;top:6%;width:min(720px,88%);height:66%;transform:translateX(-50%);z-index:0;background:radial-gradient(circle,rgba(255,183,58,.28),transparent 62%);filter:blur(12px)}
.th-hero-in{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:40px 24px 46px;text-align:center;display:flex;flex-direction:column;align-items:center}
.th-badge{width:104px;height:116px;margin-bottom:20px;filter:drop-shadow(0 12px 26px rgba(255,170,40,.38));animation:th-bob 5.5s ease-in-out infinite}
.th-badge img{width:100%;height:auto;display:block}
/* 方形 logo 圖檔(黑底金字)——放大並與深色 hero 融合 */
.th-badge-img{width:min(250px,58vw);height:auto;margin-bottom:8px;
  filter:drop-shadow(0 16px 34px rgba(255,170,40,.3))}
.th-badge-img img{border-radius:0;mix-blend-mode:normal}
@keyframes th-bob{50%{transform:translateY(-8px)}}
.th-hero-brand-row{display:grid;grid-template-columns:minmax(180px,250px) minmax(0,470px);align-items:center;gap:34px;width:min(100%,760px);text-align:left}
.th-hero-brand-row .th-badge{margin:0}
.th-hero h1{font-size:clamp(52px,11vw,102px);letter-spacing:.08em;color:#f4c95a;filter:drop-shadow(0 3px 16px rgba(227,161,28,.35));line-height:1.05}
@supports ((-webkit-background-clip:text) or (background-clip:text)){
  .th-hero h1{background:var(--th-gold-metal);-webkit-background-clip:text;background-clip:text;color:transparent}}
.th-hero .th-lead{font-family:var(--th-serif);font-size:clamp(18px,3.4vw,24px);color:#f4dcae;margin-top:10px;letter-spacing:.16em;font-weight:600}
.th-hero .th-sub{max-width:534px;margin:20px auto 0;color:var(--th-cream-ink-mut);font-size:15.5px;line-height:1.95}
.th-hero-credibility{display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:640px}
.th-hero-credibility .th-eyebrow{color:var(--th-gold-1);font-size:11px}
.th-hero-proof-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%}
.th-hero-proof-row span{padding:11px 16px;border:1px solid rgba(247,206,90,.22);border-radius:13px;background:rgba(247,206,90,.08)}
.th-hero-proof-row b{display:block;color:#fff0c7;font-size:14px}
.th-hero-proof-row small{display:block;margin-top:2px;color:var(--th-cream-ink-mut);font-size:12px}
.th-award-callout{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;gap:6px 10px;width:100%;padding:12px 18px;border-radius:14px;background:linear-gradient(100deg,rgba(227,161,28,.22),rgba(247,206,90,.08));border:1px solid rgba(247,206,90,.28);color:#fbe9c2;transition:transform .2s ease,background-color .2s ease}
.th-award-callout:hover{color:#fff8df;transform:translateY(-2px);background:rgba(227,161,28,.28)}
.th-award-callout span{font-size:12.5px;letter-spacing:.04em}.th-award-callout strong{color:var(--th-gold-1);font-family:var(--th-serif);font-size:20px}.th-award-callout em{font-size:12px;font-style:normal;color:var(--th-cream-ink-mut)}
.th-hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:30px}
.th-hero-mini{display:flex;gap:22px;flex-wrap:wrap;justify-content:center;margin-top:30px;font-size:13px;color:#e9cf9d}
.th-hero-mini span{display:inline-flex;align-items:center;gap:7px}
.th-hero-mini svg{width:16px;height:16px;color:var(--th-gold-1)}
/* trust */
.th-trust{background:var(--th-cream);padding:36px 0 8px}
.th-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.th-trust-cell{display:flex;align-items:center;gap:13px;justify-content:center;padding:8px}
.th-hexicon{width:50px;height:55px;flex:none;display:grid;place-items:center;color:#5a3708;background:var(--th-gold-metal);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);box-shadow:0 10px 20px -12px rgba(180,118,15,.9)}
.th-hexicon svg{width:23px;height:23px}
.th-trust-cell b{display:block;font-size:15px;color:var(--th-ink);font-weight:800}
.th-trust-cell small{color:var(--th-ink-faint);font-size:12px}

/* historical awards */
.th-awards{background:linear-gradient(180deg,#fff9ef,#f6e6c6)}
.th-awards-intro{max-width:700px;margin:0 auto 34px;text-align:center}.th-awards-intro h2{margin-top:10px;color:var(--th-ink);font-size:clamp(28px,4.6vw,40px)}.th-awards-intro p{margin-top:12px;color:var(--th-ink-soft);line-height:1.85}
.th-awards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.th-award-item{display:grid;grid-template-columns:56px 1fr;gap:3px 12px;align-items:center;min-height:72px;padding:13px 15px;border:1px solid var(--th-line);border-radius:14px;background:rgba(255,253,248,.85);box-shadow:0 10px 22px -20px rgba(80,44,8,.62)}
.th-award-item b{grid-row:span 2;color:var(--th-gold-3);font-family:var(--th-serif);font-size:20px}.th-award-item span{color:var(--th-ink);font-size:13px;font-weight:700;line-height:1.35}.th-award-item strong{color:var(--th-ink-faint);font-size:12px;line-height:1.3}.th-award-item.is-current{border-color:rgba(227,161,28,.62);background:linear-gradient(135deg,#fff5d9,#f5d47c)}.th-award-item.is-current strong{color:#7f4d08}

/* sections */
.th-sec{padding:70px 0}
.th-sec-head{text-align:center;margin-bottom:40px}
.th-sec-head h2{font-size:clamp(28px,5vw,40px);color:var(--th-ink);margin-top:10px}
.th-sec-head p{color:var(--th-ink-soft);margin-top:10px;font-size:15.5px}
.th-rule{width:54px;height:3px;margin:16px auto 0;border-radius:3px;background:var(--th-gold-metal)}

/* product grid (home) */
.th-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1000px;margin:0 auto}
.th-card{background:var(--th-card);border:1px solid var(--th-line);border-radius:18px;overflow:hidden;box-shadow:var(--th-shadow);transition:.3s;display:flex;flex-direction:column}
.th-card:hover{transform:translateY(-6px);box-shadow:var(--th-shadow-lift);border-color:rgba(227,161,28,.5)}
.th-art{position:relative;aspect-ratio:1/1;background:#fff;overflow:hidden}
.th-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.th-card:hover .th-art img{transform:scale(1.06)}
.th-tag{position:absolute;top:12px;left:12px;z-index:2;font-size:11px;font-weight:800;letter-spacing:.05em;padding:5px 11px;border-radius:999px}
.th-tag-hot{background:var(--th-amber-deep);color:#fff}
.th-tag-sale{background:var(--th-void);color:var(--th-gold-1);border:1px solid rgba(247,206,90,.5)}
.th-card-body{padding:18px 20px 24px;display:flex;flex-direction:column;gap:8px;flex:1}
.th-card-body h3{font-size:16.5px;color:var(--th-ink);line-height:1.4}
.th-card-body h3 a:hover{color:var(--th-gold-3)}
.th-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px}
.th-price{font-weight:800;color:var(--th-ink);font-size:19px;font-variant-numeric:tabular-nums}
.th-price del{font-weight:600;font-size:13px;color:var(--th-ink-faint);margin-right:6px}
.th-price ins{text-decoration:none}
.th-add{border:1.5px solid var(--th-gold-2);background:transparent;color:var(--th-gold-3);border-radius:999px;font-weight:800;font-size:13px;padding:9px 14px;transition:.2s;display:inline-flex;align-items:center;gap:6px}
.th-add:hover{background:var(--th-gold-2);color:#fff}
.th-more-row{text-align:center;margin-top:34px}

/* hex categories */
.th-cats{background:linear-gradient(180deg,var(--th-cream) 0,#f6e6c6 100%)}
.th-comb-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.th-hexcat{width:154px;height:174px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding-bottom:24px;overflow:hidden;transition:transform .28s;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.th-hexcat .th-ph{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .45s}
.th-hexcat .th-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(24,13,4,.92) 10%,rgba(24,13,4,.35) 55%,rgba(24,13,4,.5))}
.th-hexcat:hover{transform:translateY(-5px)}
.th-hexcat:hover .th-ph{transform:scale(1.09)}
.th-hexcat b{position:relative;z-index:1;font-family:var(--th-serif);font-size:18px;font-weight:800;color:#fff;letter-spacing:.06em}
.th-hexcat small{position:relative;z-index:1;font-size:11px;color:var(--th-gold-1);letter-spacing:.12em;margin-top:3px}

/* story */
.th-story{background:radial-gradient(120% 130% at 82% 0,#42260c 0,var(--th-void) 58%);color:var(--th-cream-ink);overflow:hidden}
.th-story-in{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;max-width:1180px;margin:0 auto;padding:78px 24px}
.th-story h2{font-size:clamp(27px,4.4vw,38px);color:#fbe9c2;margin-top:12px;line-height:1.35}
.th-story p{color:var(--th-cream-ink-mut);margin-top:18px;font-size:15.5px;line-height:2}
.th-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--th-line-d);border:1px solid var(--th-line-d);border-radius:16px;overflow:hidden;margin-top:24px}
.th-stats div{background:#241408;padding:22px 18px;text-align:center}
.th-stats b{display:block;font-family:var(--th-serif);font-size:32px;font-weight:900;color:#f7ce5a}
.th-stats small{color:var(--th-cream-ink-mut);font-size:12.5px}
.th-seal{width:100%;max-width:250px;margin:0 auto;display:block}

/* certs */
.th-cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.th-cert{background:var(--th-card);border:1px solid var(--th-line);border-radius:16px;padding:28px 22px;text-align:center;transition:.28s;box-shadow:var(--th-shadow)}
.th-cert:hover{transform:translateY(-5px);box-shadow:var(--th-shadow-lift)}
.th-cert-ic{width:58px;height:64px;margin:0 auto 15px;display:grid;place-items:center;color:#5a3708;background:var(--th-gold-metal);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}
.th-cert-ic svg{width:26px;height:26px}
.th-cert h3{font-size:17px;color:var(--th-ink)}
.th-cert p{font-size:12.5px;color:var(--th-ink-faint);margin-top:8px;line-height:1.6}
.th-cert a{display:inline-block;margin-top:13px;font-weight:800;font-size:12.5px;color:var(--th-amber-deep)}

/* knowledge / blog cards */
.th-know-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.th-art-card{background:var(--th-card);border:1px solid var(--th-line);border-radius:16px;overflow:hidden;transition:.28s;box-shadow:var(--th-shadow)}
.th-art-card:hover{transform:translateY(-5px);box-shadow:var(--th-shadow-lift)}
.th-art-top{height:150px;display:grid;place-items:center;background:radial-gradient(120% 130% at 28% 8%,#fff3d6,#efd6a0)}
.th-art-top svg{width:38px;height:38px;color:var(--th-gold-3)}
.th-ac-body{padding:18px 18px 20px}
.th-k{font-size:11.5px;letter-spacing:.16em;color:var(--th-gold-3);font-weight:700}
.th-ac-body h3{font-size:17.5px;margin-top:8px;color:var(--th-ink);line-height:1.45}
.th-ac-body h3 a:hover{color:var(--th-gold-3)}
.th-ac-body p{font-size:13px;color:var(--th-ink-faint);margin-top:9px;line-height:1.7}
.th-more{margin-top:13px;font-weight:800;font-size:13.5px;color:var(--th-amber-deep);display:inline-flex;gap:5px;align-items:center}

/* reels */
.th-reels{background:linear-gradient(180deg,#fff9ef,#f6e6c6)}
.th-reels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(186px,1fr));gap:18px}
.th-reel{position:relative;aspect-ratio:9/16;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:var(--th-shadow);transition:.3s;display:block}
.th-reel:hover{transform:translateY(-5px);box-shadow:var(--th-shadow-lift)}
.th-reel .th-ph{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .5s}
.th-reel:hover .th-ph{transform:scale(1.07)}
.th-reel .th-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(20,10,3,.88),rgba(20,10,3,.05) 55%)}
.th-reel .th-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:999px;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--th-amber-deep);box-shadow:0 8px 20px rgba(0,0,0,.3);transition:.25s}
.th-reel:hover .th-play{transform:translate(-50%,-50%) scale(1.1)}
.th-reel .th-play svg{width:19px;height:19px;margin-left:3px}
.th-reel .th-rt{position:absolute;left:14px;right:14px;bottom:14px;z-index:1;color:#fff;font-family:var(--th-serif);font-weight:700;font-size:14.5px;line-height:1.4}

/* store */
.th-store{background:var(--th-void);color:var(--th-cream-ink)}
.th-store .th-sec-head h2{color:#fbe9c2}
.th-store .th-sec-head p{color:var(--th-cream-ink-mut)}
.th-store-in{display:grid;grid-template-columns:1fr 1.1fr;gap:34px;align-items:stretch}
.th-store-info{display:flex;flex-direction:column;gap:14px}
.th-store-row{display:flex;gap:14px;align-items:flex-start;background:#241408;border:1px solid var(--th-line-d);border-radius:14px;padding:17px 20px}
.th-store-row .th-ic{width:40px;height:40px;flex:none;border-radius:12px;display:grid;place-items:center;color:var(--th-gold-1);background:rgba(247,206,90,.1)}
.th-store-row .th-ic svg{width:20px;height:20px}
.th-store-row b{display:block;color:#fbe9c2;font-size:15px;margin-bottom:3px}
.th-store-row span{color:var(--th-cream-ink-mut);font-size:13.5px;line-height:1.6}
.th-store-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:2px}
.th-map{position:relative;border-radius:18px;overflow:hidden;min-height:340px;border:1px solid var(--th-line-d)}
.th-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:sepia(.25) saturate(.9)}

/* LINE cta */
.th-line .th-wrap-in{background:linear-gradient(135deg,#2a1608,#4a2a0c);border-radius:24px;padding:52px 44px;text-align:center;color:var(--th-cream-ink);position:relative;overflow:hidden;box-shadow:var(--th-shadow-lift)}
.th-line h2{font-size:clamp(25px,4vw,34px);color:#fbe9c2}
.th-line p{color:var(--th-cream-ink-mut);margin-top:12px;font-size:15px}
.th-line .th-btn{margin-top:24px}

/* reveal animation */
.th-js .th-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.th-js .th-reveal.th-in{opacity:1;transform:none}

@media(max-width:900px){
  [data-header*="type-1"] .ct-header [data-row*="middle"]{--height:70px}
  .th-utility-bar-in{padding:0 14px;gap:8px}.th-utility-services{gap:2px}.th-utility-services a{gap:4px;padding:4px 6px;font-size:11.5px}.th-utility-social{gap:4px}.th-social-link{width:26px;height:26px}
  .th-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .th-awards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .th-story-in,.th-store-in{grid-template-columns:1fr;gap:30px}
  .th-cert-grid{grid-template-columns:1fr 1fr}
  .th-know-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  html{scroll-padding-top:118px}
  .th-utility-bar-in{min-height:40px}.th-utility-services a{font-size:11px}.th-utility-services .th-utility-icon{width:14px;height:14px}.th-social-link{width:24px;height:24px}.th-social-glyph{font-size:17px}.th-social-line-mark{font-size:7px}
  .th-quick-actions{top:auto;right:13px;bottom:16px;flex-direction:row}.th-quick-cart,.th-product-search>summary{width:48px;height:48px;border-radius:14px}.th-product-search form{top:auto;right:0;bottom:calc(100% + 10px);width:min(260px,calc(100vw - 26px))}
  [data-header*="type-1"] .ct-header [data-id="logo"] .site-title a{font-size:21px;letter-spacing:.1em}
  .th-category-nav-in{padding:0 14px;gap:2px}.th-category-nav a{padding:5px 10px;font-size:12.5px}
  .th-category-intro{margin:18px 14px 12px;padding:24px 21px;border-radius:16px}.th-category-intro p{font-size:14.5px}
  .th-hero-in{padding:28px 18px 44px}.th-hero-brand-row{grid-template-columns:1fr;gap:14px;text-align:center}.th-hero-credibility{align-items:center}.th-badge-img{width:min(220px,65vw)}.th-hero-proof-row{grid-template-columns:1fr}.th-award-callout{justify-content:center;padding:11px 13px}.th-award-callout strong{font-size:18px}
  .th-awards-grid{grid-template-columns:1fr}.th-awards-intro{margin-bottom:26px}.th-award-item{grid-template-columns:52px 1fr}
  .th-trust-grid{grid-template-columns:1fr 1fr;gap:22px 12px}
  .th-line .th-wrap-in{padding:40px 24px}
}
@media(max-width:560px){
  .th-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .th-badge{animation:none}
  .th-js .th-reveal{opacity:1;transform:none;transition:none}
}


/* Mobile utility and quick-action refinements: keep every route clear at narrow widths. */
@media(max-width:720px){
  .th-quick-actions{top:auto;right:12px;bottom:max(8px,env(safe-area-inset-bottom));gap:8px;flex-direction:row}
  .th-quick-cart,.th-product-search>summary{width:44px;height:44px;border-radius:13px}
  .th-product-search form{top:auto;right:0;bottom:calc(100% + 10px);width:min(260px,calc(100vw - 24px))}
  .th-hero-cta{margin-top:22px}
}
@media(max-width:400px){
  .th-utility-bar-in{padding:0 10px;gap:4px}
  .th-utility-services{flex:1 1 auto;gap:0}
  .th-utility-services a{gap:0;padding:4px 3px;font-size:10.5px;letter-spacing:0}
  .th-utility-services .th-utility-icon{display:none}
  .th-utility-social{flex:0 0 auto}
}
