/*
Theme Name: KYX Premium Tea
Author: KYX
Description: A refined, responsive WooCommerce-ready theme for a heritage Yunnan tea brand.
Version: 1.6.0
Text Domain: kyx-premium-tea
*/

:root {
  --ink: #12261c;
  --ink-2: #1b3528;
  --forest: #153b2a;
  --moss: #496c4b;
  --gold: #c99a4b;
  --gold-light: #ecd19a;
  --cream: #f5f0e5;
  --paper: #fbf8f1;
  --rust: #873b2d;
  --white: #fff;
  --muted: #69766d;
  --line: rgba(18, 38, 28, .14);
  --serif: Georgia, "Times New Roman", "Noto Serif SC", serif;
  --sans: Inter, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4.8vw, 4.5rem); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.section-copy { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 1.02rem; }
.btn {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px;
  padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--cream);
  font-size: .79rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--light { border-color: rgba(255,255,255,.5); background: var(--cream); color: var(--ink); }

.topbar { padding: 8px 20px; background: #0b1d14; color: #e6d8b8; text-align: center; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-header { position: absolute; z-index: 20; top: 35px; left: 0; width: 100%; color: white; }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 90px; border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; overflow: hidden; border: 1px solid rgba(236,209,154,.8); border-radius: 50%; background: #0c2418; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { display: flex; flex-direction: column; font-family: var(--serif); font-size: 1.3rem; line-height: 1; letter-spacing: .08em; }
.brand-name small { margin-top: 6px; color: var(--gold-light); font-family: var(--sans); font-size: .56rem; font-weight: 700; letter-spacing: .22em; }
.nav-list { display: flex; margin: 0; padding: 0; list-style: none; gap: 34px; }
.nav-list a { font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nav-list a:hover { color: var(--gold-light); }
.header-tools { display: flex; align-items: center; justify-self: end; gap: 18px; }
.language { font-size: .71rem; letter-spacing: .12em; }
.shop-link { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.shop-link span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .65rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 18px; height: 1px; margin: auto; background: currentColor; content: ""; transition: .25s; }
.menu-toggle i::before { transform: translateY(-6px); }
.menu-toggle i::after { transform: translateY(5px); }

.hero { position: relative; display: grid; min-height: 760px; place-items: end start; overflow: hidden; background: #10291d; color: white; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,14,.91) 0%, rgba(5,22,14,.62) 38%, rgba(5,22,14,.15) 78%), linear-gradient(0deg, rgba(8,25,17,.58), transparent 48%); content: ""; z-index: 1; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.88) contrast(1.04); }
.hero-content { position: relative; z-index: 2; width: min(760px, 100%); padding: 180px 0 130px; }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 8vw, 7.6rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.hero h1 em { display: block; margin-top: .08em; color: var(--gold-light); font-size: .49em; font-weight: 400; line-height: 1.05; letter-spacing: .01em; }
.hero-copy { max-width: 520px; margin: 26px 0 30px; color: rgba(255,255,255,.78); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px)/2)); bottom: 64px; display: flex; align-items: center; gap: 16px; writing-mode: horizontal-tb; white-space: nowrap; color: rgba(255,255,255,.72); font-size: .63rem; letter-spacing: .2em; text-transform: uppercase; }
.hero-note::before { width: 56px; height: 1px; background: var(--gold); content: ""; }

.trust-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; min-height: 116px; align-items: center; gap: 16px; padding: 26px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 1.15rem; }
.trust-item strong { display: block; font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.trust-item small { color: var(--muted); font-size: .7rem; letter-spacing: .04em; }

.collection { padding: 125px 0 130px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { position: relative; }
.product-image { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #e9e6dd; }
.product-image::after { position: absolute; inset: 0; border: 1px solid rgba(18,38,28,.08); content: ""; pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 8px 11px; border-radius: 99px; background: rgba(251,248,241,.88); backdrop-filter: blur(8px); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-action { position: absolute; z-index: 2; right: 14px; bottom: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: var(--paper); cursor: pointer; transition: .25s; }
.product-action:hover { background: var(--gold); transform: rotate(45deg); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding: 18px 2px 0; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.product-info p { grid-column: 1; margin: 0; color: var(--muted); font-size: .74rem; }
.product-price { grid-column: 2; grid-row: 1 / span 2; font-family: var(--serif); font-size: 1rem; }

.story { padding: 0 0 130px; }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; }
.story-image { min-height: 600px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 8vw; background: var(--ink); color: white; }
.story-copy .section-title { font-size: clamp(2.5rem, 4.5vw, 4.6rem); }
.story-copy p:not(.eyebrow) { max-width: 520px; margin: 26px 0; color: rgba(255,255,255,.69); }
.story-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 22px 0 38px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.story-stats strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.story-stats span { color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.craft { padding: 120px 0; background: var(--cream); }
.craft-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; }
.craft-visual { position: relative; min-height: 610px; }
.craft-visual img { width: 82%; height: 580px; object-fit: cover; object-position: center; }
.craft-card { position: absolute; right: 0; bottom: 0; width: 48%; padding: 30px; background: var(--rust); color: white; }
.craft-card strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.craft-card span { color: rgba(255,255,255,.7); font-size: .78rem; }
.steps { margin: 38px 0 0; padding: 0; list-style: none; counter-reset: craft; }
.steps li { display: grid; grid-template-columns: 58px 1fr; padding: 21px 0; border-top: 1px solid var(--line); counter-increment: craft; }
.steps li::before { color: var(--gold); content: "0" counter(craft); font-family: var(--serif); font-size: 1rem; }
.steps strong { display: block; font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.steps span { color: var(--muted); font-size: .78rem; }

.origin { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; background: var(--forest); color: white; text-align: center; }
.origin::before { position: absolute; inset: 0; background: linear-gradient(rgba(4,27,17,.78),rgba(4,27,17,.78)), url("assets/images/experience-hall.jpg") center/cover; content: ""; }
.origin-content { position: relative; z-index: 1; max-width: 800px; padding: 90px 24px; }
.origin-seal { display: grid; width: 86px; height: 86px; margin: 0 auto 30px; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; }
.origin blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem,5vw,4.8rem); font-weight: 400; line-height: 1.06; letter-spacing: -.03em; }
.origin p { max-width: 580px; margin: 26px auto 0; color: rgba(255,255,255,.68); }

.journal { padding: 125px 0; }
.journal-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 24px; }
.journal-card { position: relative; min-height: 420px; overflow: hidden; color: white; }
.journal-card:first-child { min-height: 560px; }
.journal-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .7s var(--ease); }
.journal-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,20,13,.88), transparent 65%); content: ""; }
.journal-card:hover img { transform: scale(1.04); }
.journal-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 30px; }
.journal-content small { color: var(--gold-light); font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.journal-content h3 { margin: 8px 0 0; font-family: var(--serif); font-size: clamp(1.35rem,2.2vw,2rem); font-weight: 400; line-height: 1.15; }

.newsletter { padding: 100px 0; background: var(--gold-light); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; }
.newsletter-form { display: flex; padding-bottom: 10px; border-bottom: 1px solid var(--ink); }
.newsletter-form input { width: 100%; padding: 12px 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.newsletter-form input::placeholder { color: rgba(18,38,28,.6); }
.newsletter-form button { border: 0; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.form-note { min-height: 22px; margin: 10px 0 0; font-size: .72rem; }

.site-footer { padding: 80px 0 24px; background: #0b1d14; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 60px; padding-bottom: 70px; }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.5); font-size: .8rem; }
.footer-title { margin: 0 0 18px; color: var(--gold-light); font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 10px 0; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.66); font-size: .78rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: .67rem; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.content-default { min-height: 60vh; padding: 170px 0 100px; }
.content-default h1 { font-family: var(--serif); font-size: 3rem; font-weight: 400; }

@media (max-width: 980px) {
  .site-header { top: 35px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .primary-nav { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; background: var(--ink); opacity: 0; pointer-events: none; transition: .3s; }
  .menu-open .primary-nav { opacity: 1; pointer-events: auto; }
  .nav-list { flex-direction: column; align-items: center; gap: 26px; }
  .nav-list a { font-family: var(--serif); font-size: 2rem; font-weight: 400; text-transform: none; }
  .header-tools { position: relative; z-index: 31; }
  .language, .shop-link { display: none; }
  .menu-toggle { display: block; }
  .product-grid { grid-template-columns: repeat(2,1fr); row-gap: 44px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .story-grid, .craft-grid { grid-template-columns: 1fr; }
  .story-copy { padding: 80px 8vw; }
  .craft-visual { order: 2; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:first-child { grid-column: 1 / -1; }
  .newsletter-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px, 1180px); }
  .topbar { font-size: .56rem; }
  .site-header { top: 32px; }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 1rem; }
  .hero { min-height: 720px; }
  .hero-content { padding: 175px 0 72px; }
  .hero h1 { font-size: clamp(3.2rem,17vw,5.2rem); }
  .hero-note { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 94px; border-right: 0; border-bottom: 1px solid var(--line); }
  .collection, .journal { padding: 90px 0; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .story { padding-bottom: 80px; }
  .story-grid { min-height: 0; }
  .story-image { min-height: 460px; }
  .story-copy { padding: 64px 24px; }
  .story-stats { gap: 12px; }
  .story-stats strong { font-size: 1.55rem; }
  .craft { padding: 80px 0; }
  .craft-visual { min-height: 490px; }
  .craft-visual img { width: 92%; height: 450px; }
  .craft-card { width: 66%; padding: 22px; }
  .origin { min-height: 560px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card:first-child { grid-column: auto; min-height: 470px; }
  .newsletter { padding: 75px 0; }
  .newsletter-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 34px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* KYX MULTI-PAGE CATALOG */
.inner-hero{position:relative;display:flex;min-height:570px;align-items:flex-end;overflow:hidden;background:var(--forest);color:#fff}
.inner-hero:before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,22,14,.9),rgba(5,22,14,.22)),url("assets/images/yellow-ticket.jpg") center 45%/cover;content:""}
.inner-hero--story:before{background:linear-gradient(90deg,rgba(5,22,14,.9),rgba(5,22,14,.28)),url("assets/images/experience-hall.jpg") center/cover}
.inner-hero--craft:before{background:linear-gradient(90deg,rgba(5,22,14,.9),rgba(5,22,14,.22)),url("assets/images/craft.jpg") center 35%/cover}
.inner-hero--journal:before{background:linear-gradient(90deg,rgba(5,22,14,.9),rgba(5,22,14,.28)),url("assets/images/green-ticket.jpg") center/cover}
.inner-hero__content{position:relative;z-index:1;padding:210px 0 76px}
.inner-hero h1{max-width:820px;margin:0;font-family:var(--serif);font-size:clamp(3.8rem,8vw,7.6rem);font-weight:400;line-height:.88;letter-spacing:-.055em}
.inner-hero__content>p:last-child{max-width:580px;margin:24px 0 0;color:rgba(255,255,255,.74)}
.catalog-section,.editorial-section,.process-section,.journal-page,.wc-shell{padding:110px 0 125px}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.8rem}
.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:46px 20px}
.catalog-card__image{display:block;overflow:hidden;aspect-ratio:4/5;background:#ece8dd}
.catalog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}
.catalog-card:hover .catalog-card__image img{transform:scale(1.04)}
.catalog-card__body{padding-top:17px}
.catalog-card__body>p{min-height:18px;margin:0 0 7px;color:var(--gold);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.catalog-card h2{margin:0 0 14px;font-family:var(--serif);font-size:1.18rem;font-weight:400;line-height:1.3}
.catalog-card__link{font-size:.67rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.catalog-card__link span{color:var(--gold)}
.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw}
.editorial-copy{color:var(--muted);font-family:var(--serif);font-size:1.25rem;line-height:1.85}
.timeline-section{padding:90px 0;background:var(--cream)}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);margin-top:34px;border-top:1px solid var(--line)}
.timeline>div{padding:30px 24px 0 0;border-right:1px solid var(--line)}
.timeline strong{display:block;color:var(--gold);font-family:var(--serif);font-size:2.2rem;font-weight:400}.timeline span{color:var(--muted);font-size:.78rem}
.story-banner,.craft-feature{display:grid;grid-template-columns:1fr 1fr;min-height:640px;background:var(--ink);color:#fff}
.story-banner>img,.craft-feature__image img{width:100%;height:100%;object-fit:cover}
.story-banner>div,.craft-feature__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8vw}
.story-banner h2{margin:0 0 30px;font-family:var(--serif);font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:1}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:50px 0 0;padding:0;list-style:none;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.process-grid li{min-height:230px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-grid span{color:var(--gold);font-family:var(--serif)}.process-grid strong{display:block;margin-top:55px;font-family:var(--serif);font-size:1.25rem;font-weight:400}.process-grid p{margin:7px 0 0;color:var(--muted);font-size:.78rem}
.craft-feature__image{min-height:680px}.craft-feature__copy>p:not(.eyebrow){max-width:500px;color:rgba(255,255,255,.68)}
.journal-list{border-top:1px solid var(--line)}.journal-list article{display:grid;grid-template-columns:180px 1fr 1fr 140px;align-items:start;gap:32px;padding:45px 0;border-bottom:1px solid var(--line)}
.journal-list span{color:var(--gold);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.journal-list h2{margin:0;font-family:var(--serif);font-size:1.7rem;font-weight:400;line-height:1.2}.journal-list p{margin:0;color:var(--muted);font-size:.85rem}.journal-list a{justify-self:end;padding-bottom:4px;border-bottom:1px solid var(--ink);font-size:.67rem;font-weight:700;text-transform:uppercase}
.woocommerce .woocommerce-breadcrumb{color:var(--muted);font-size:.72rem}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:35px}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:48px 20px;clear:both}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important}
.woocommerce ul.products li.product a img{aspect-ratio:4/5;object-fit:cover;margin:0 0 18px;background:#ece8dd}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--ink);font-family:var(--serif);font-size:1.12rem;font-weight:400}.woocommerce ul.products li.product .button{padding:0 0 5px;border-radius:0;background:transparent;color:var(--ink);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}
.woocommerce div.product{padding-top:75px}.woocommerce div.product div.images img{background:#ece8dd}.woocommerce div.product .product_title{font-family:var(--serif);font-size:clamp(2.5rem,5vw,5rem);font-weight:400;line-height:1}.woocommerce div.product .woocommerce-product-details__short-description,.woocommerce div.product .product_meta{color:var(--muted)}
.single-product .site-header{position:relative;top:0;background:var(--ink)}.single-product .topbar+.site-header{top:0}
@media(max-width:980px){.catalog-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.timeline,.process-grid{grid-template-columns:repeat(2,1fr)}.journal-list article{grid-template-columns:130px 1fr}.journal-list article p,.journal-list article a{grid-column:2;justify-self:start}}
@media(max-width:640px){.inner-hero{min-height:520px}.inner-hero__content{padding:180px 0 60px}.catalog-section,.editorial-section,.process-section,.journal-page,.wc-shell{padding:75px 0 90px}.catalog-grid,.woocommerce ul.products{grid-template-columns:1fr}.editorial-grid,.story-banner,.craft-feature{grid-template-columns:1fr}.timeline,.process-grid{grid-template-columns:1fr}.story-banner>img{min-height:440px}.journal-list article{grid-template-columns:1fr;gap:14px}.journal-list article p,.journal-list article a{grid-column:auto}}

/* KYX AMAZON-LIKE CATALOG V2 */
.page:not(.home) .site-header,.woocommerce-page .site-header{position:relative;top:0;background:var(--ink);color:#fff}
.page:not(.home) .topbar+.site-header,.woocommerce-page .topbar+.site-header{top:0}
.page:not(.home) .header-inner,.woocommerce-page .header-inner{min-height:78px}
.inner-hero--collection{min-height:0;background:#fff;color:var(--ink);border-bottom:1px solid #ddd}
.inner-hero--collection:before{display:none}
.inner-hero--collection .inner-hero__content{padding:42px 0 34px}
.inner-hero--collection h1{font-family:var(--sans);font-size:2.25rem;font-weight:700;line-height:1.15;letter-spacing:-.025em}
.inner-hero--collection .eyebrow{margin-bottom:8px;color:#a66f1f}
.inner-hero--collection .inner-hero__content>p:last-child{max-width:680px;margin-top:10px;color:#565959;font-size:.95rem}
.catalog-section{padding:26px 0 70px;background:#f3f3f3}
.catalog-toolbar{margin:0 0 14px;padding:0 0 14px;color:#565959;font-size:.88rem}
.catalog-shop-link{color:#2162a1;font-size:.82rem;font-weight:700}
.catalog-shop-link:hover{color:#c45500;text-decoration:underline}
.catalog-filters{display:flex;gap:8px;overflow-x:auto;margin:0 0 20px;padding:0 0 4px;scrollbar-width:thin}
.catalog-filters a{flex:0 0 auto;padding:8px 13px;border:1px solid #d5d9d9;border-radius:999px;background:#fff;color:#334;font-size:.74rem}
.catalog-filters a:hover,.catalog-filters a.is-active{border-color:#c99a4b;background:#fff7e6;color:#111}
.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.catalog-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #ddd;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(15,17,17,.08);transition:border-color .2s,box-shadow .2s,transform .2s}
.catalog-card:hover{border-color:#b8b8b8;box-shadow:0 3px 10px rgba(15,17,17,.13);transform:translateY(-2px)}
.catalog-card__image{display:flex;height:250px;aspect-ratio:auto;align-items:center;justify-content:center;padding:14px;background:#fff;border-bottom:1px solid #eee}
.catalog-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.catalog-card:hover .catalog-card__image img{transform:none}
.catalog-card__body{display:flex;min-height:168px;flex:1;flex-direction:column;padding:15px 16px 17px}
.catalog-card__body>p{min-height:16px;margin:0 0 7px;color:#767676;font-size:.66rem;font-weight:600;letter-spacing:.02em;text-transform:none}
.catalog-card__body>p a{color:inherit}
.catalog-card h2{display:-webkit-box;min-height:46px;overflow:hidden;margin:0 0 13px;font-family:var(--sans);font-size:.95rem;font-weight:600;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.catalog-card h2 a:hover{color:#c45500}
.catalog-card__link{display:flex;min-height:36px;align-items:center;justify-content:center;margin-top:auto;padding:0 15px;border:1px solid #f3a847;border-radius:999px;background:#ffd814;color:#111;font-size:.72rem;font-weight:600;letter-spacing:0;text-transform:none}
.catalog-card__link:hover{background:#f7ca00}
.catalog-card__link span{margin-left:6px;color:inherit}
.woocommerce div.product div.images{padding:18px;border:1px solid #ddd;border-radius:8px;background:#fff}
.woocommerce div.product div.images img{width:100%;max-height:540px;object-fit:contain}
.woocommerce div.product .product_title{font-family:var(--sans);font-size:2rem;font-weight:600;line-height:1.25}
@media(max-width:1050px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-card__image{height:210px}}
@media(max-width:480px){.catalog-grid{grid-template-columns:1fr}.catalog-card__image{height:260px}.inner-hero--collection h1{font-size:1.8rem}}
/* KYX PRODUCT DETAIL SPACING V3 */
.wc-shell--product{padding:20px 0 78px}
.wc-shell--product .woocommerce div.product{padding-top:12px}
.product-back-nav{display:flex;align-items:center;min-height:52px;margin:0 0 8px}
.product-back-link{display:inline-flex;align-items:center;gap:10px;color:#334;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.product-back-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid #b7b7b7;border-radius:50%;background:#fff;color:var(--ink);font-size:1.15rem;line-height:1;box-shadow:0 1px 2px rgba(15,17,17,.08);transition:.2s var(--ease)}
.product-back-link:hover{color:#a66f1f}
.product-back-link:hover .product-back-icon{border-color:var(--gold);background:#fff7e6;transform:translateX(-2px)}
.wc-shell--product .woocommerce-breadcrumb{display:none}
@media(max-width:640px){.wc-shell--product{padding:14px 0 58px}.product-back-nav{margin-bottom:2px}.product-back-link>span:last-child{font-size:.7rem}}
/* KYX OFFICIAL CONTENT + BILINGUAL V4 */
.language-switcher{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.08em}
.language-switcher a{padding:4px 2px;color:rgba(255,255,255,.62)}
.language-switcher a:hover,.language-switcher a.is-active{color:var(--gold-light)}
.lang-zh{font-family:"Noto Sans SC","Microsoft YaHei",Arial,sans-serif}
.lang-zh .section-title,.lang-zh .inner-hero h1,.lang-zh .story-copy h2{letter-spacing:-.02em}
.heritage-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.heritage-item{min-height:170px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.heritage-item strong{display:block;color:var(--gold);font-family:var(--serif);font-size:1.75rem;font-weight:400}
.heritage-item p{margin:12px 0 0;color:var(--muted);font-size:.82rem;line-height:1.65}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.news-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}
.news-card__image{display:block;height:230px;overflow:hidden;background:#e8e4da}
.news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.news-card:hover .news-card__image img{transform:scale(1.035)}
.news-card__body{padding:24px}
.news-card__body>span{color:var(--gold);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.news-card h2{margin:10px 0 12px;font-family:var(--serif);font-size:1.35rem;font-weight:400;line-height:1.3}
.news-card p{min-height:78px;margin:0 0 20px;color:var(--muted);font-size:.8rem}
.single-post .site-header{position:relative;top:0;background:var(--ink)}
.single-post .topbar+.site-header{top:0}
.news-detail__hero{padding:90px 0 70px;background:var(--cream);border-bottom:1px solid var(--line)}
.news-detail__hero h1{max-width:920px;margin:18px 0 0;font-family:var(--serif);font-size:clamp(2.6rem,6vw,5.8rem);font-weight:400;line-height:1.05}
.news-back{display:inline-block;margin-bottom:38px;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase}
.news-detail__lead{max-width:760px;color:var(--muted)}
.news-detail__layout{max-width:920px;padding-top:60px;padding-bottom:100px}
.news-detail__cover{margin:0 0 46px}
.news-detail__cover img{width:100%;max-height:620px;object-fit:cover;border-radius:8px}
.news-detail__content{font-family:var(--serif);font-size:1.08rem;line-height:1.9}
.news-detail__content img{width:auto;max-width:100%;height:auto!important;margin:30px auto}
.kyx-spec-list{margin:24px 0;padding:0;list-style:none;border-top:1px solid var(--line)}
.kyx-spec-list li{padding:10px 0;border-bottom:1px solid var(--line)}
.home-product-grid{margin-top:10px}
@media(max-width:980px){.heritage-timeline,.news-grid{grid-template-columns:repeat(2,1fr)}.language-switcher{position:fixed;z-index:32;right:82px;top:55px}.page:not(.home) .language-switcher,.woocommerce-page .language-switcher,.single-post .language-switcher{position:static}}
@media(max-width:640px){.heritage-timeline,.news-grid{grid-template-columns:1fr}.heritage-item{min-height:0}.news-card__image{height:250px}.news-detail__hero{padding:60px 0 44px}.news-detail__layout{padding-top:35px;padding-bottom:70px}.language-switcher{right:70px;top:50px}.page:not(.home) .language-switcher,.woocommerce-page .language-switcher,.single-post .language-switcher{position:absolute;right:62px;top:17px}}

/* KYX VERTICAL PRODUCT FACTS V5 */
.woocommerce div.product .summary .price{margin:14px 0 24px;color:#b12704;font-size:1.45rem;font-weight:600}
.kyx-product-facts{display:grid;gap:0;margin:4px 0 22px;color:#334}
.kyx-product-facts>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:7px 0;border-bottom:1px solid rgba(18,38,28,.08)}
.kyx-product-facts dt{font-weight:600;color:var(--ink)}
.kyx-product-facts dt:after{content:"："}
.kyx-product-facts dd{margin:0;color:var(--muted)}
.woocommerce div.product .product_meta{display:grid;gap:0;margin-top:8px;padding-top:6px;border-top:1px solid rgba(18,38,28,.12);font-size:.86rem}
.woocommerce div.product .product_meta>span{display:block;padding:7px 0;border-bottom:1px solid rgba(18,38,28,.08)}
.woocommerce div.product .product_meta a,.woocommerce div.product .product_meta .sku{color:var(--ink);font-weight:500}
@media(max-width:640px){.kyx-product-facts>div{grid-template-columns:78px minmax(0,1fr)}}

/* KYX REMOVE PRODUCT CATEGORY LABEL V6 */
.catalog-card__body>p{display:none}
.woocommerce div.product .product_meta .posted_in{display:none!important}
/* KYX SITE-WIDE TYPOGRAPHY SAFETY V7 */
:where(h1,h2,h3,h4,.product_title,.woocommerce-loop-product__title){
  overflow-wrap:anywhere;
  word-break:normal;
  text-wrap:balance;
}
.topbar,.eyebrow,.nav-list a,.brand-name,.footer-title{line-height:1.35}
.hero h1{line-height:.98;letter-spacing:-.045em}
.hero h1 em{margin-top:.12em;line-height:1.12}
.section-title,.story-copy .section-title{line-height:1.1;letter-spacing:-.025em}
.inner-hero h1{line-height:1;letter-spacing:-.04em}
.story-banner h2{line-height:1.1}
.journal-content h3,.journal-list h2,.news-card h2{line-height:1.32}
.news-detail__hero h1{line-height:1.12;letter-spacing:-.025em}
.woocommerce div.product .product_title{line-height:1.3;letter-spacing:-.02em}
.woocommerce ul.products li.product .woocommerce-loop-product__title{line-height:1.4}
.lang-zh :where(h1,h2,h3,h4,.section-title,.product_title){line-height:1.18;letter-spacing:-.01em}

@media(max-width:900px){
  .hero h1{line-height:1.02}
  .inner-hero h1{font-size:clamp(3rem,10vw,5rem);line-height:1.06}
}

@media(max-width:640px){
  .hero h1{font-size:clamp(2.85rem,15vw,4.8rem);line-height:1.05}
  .hero h1 em{margin-top:.16em;line-height:1.16}
  .inner-hero h1{font-size:clamp(2.65rem,13vw,4rem);line-height:1.1}
  .section-title,.story-copy .section-title{line-height:1.14}
  .news-detail__hero h1{line-height:1.16}
  .woocommerce div.product .product_title{font-size:1.75rem;line-height:1.35}
  .topbar{line-height:1.4}
  .eyebrow{line-height:1.5}
}

/* KYX CATALOG FACETED NAVIGATION V8 */
.catalog-filter-panel{display:grid;gap:10px;margin:0 0 28px;padding:22px 24px;border:1px solid #e2d8c6;background:#fffaf0;box-shadow:0 1px 2px rgba(15,17,17,.04)}
.catalog-filter-row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:start}
.catalog-filter-row>strong{padding-top:7px;color:var(--ink);font-size:.78rem;line-height:1.35}
.catalog-filter-options{display:flex;flex-wrap:wrap;gap:6px 8px}
.catalog-filter-options a{display:inline-flex;min-height:32px;align-items:center;padding:5px 11px;border:1px solid transparent;color:#49301d;font-size:.76rem;line-height:1.25;white-space:nowrap}
.catalog-filter-options a:hover{border-color:#c99a4b;background:#fff}
.catalog-filter-options a.is-active{border-color:#4a2712;background:#4a2712;color:#fff}
.catalog-card__meta{min-height:18px;margin:0 0 7px;color:#8a5a1f;font-size:.68rem;font-weight:700;letter-spacing:.03em}
.catalog-card__price{margin:auto 0 12px;color:#b12704;font-size:1.08rem;font-weight:700;line-height:1.3}
.catalog-card__price del{margin-right:5px;color:#6b6b6b;font-size:.82rem;font-weight:400}
.catalog-card__price ins{text-decoration:none}
.catalog-card__actions{display:grid;grid-template-columns:1fr 1.15fr;gap:8px;margin-top:auto}
.catalog-card__details,.catalog-card__buy{display:flex;min-height:38px;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.2;text-align:center}
.catalog-card__details{border:1px solid #b9b9b9;background:#fff;color:#25352c}
.catalog-card__details:hover{border-color:#6f7a73;background:#f7f7f7}
.catalog-card__buy{border:1px solid #f3a847;background:#ffd814;color:#111}
.catalog-card__buy:hover{background:#f7ca00}
.catalog-empty{padding:70px 20px;text-align:center}
.catalog-empty h2{font-family:var(--serif);font-weight:400}
@media(max-width:760px){.catalog-filter-panel{padding:18px 16px}.catalog-filter-row{grid-template-columns:1fr;gap:4px}.catalog-filter-row>strong{padding-top:0}.catalog-card__actions{grid-template-columns:1fr}}
@media(max-width:480px){.catalog-filter-options{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.catalog-filter-options a{flex:0 0 auto}}


/* KYX ENLARGED CART LAYOUT V9 */
.woocommerce-cart .content-default{padding:92px 0 115px}
.woocommerce-cart .content-default>.container{width:min(1400px,calc(100% - 64px))}
.woocommerce-cart .content-default article>h1{margin:16px 0 38px;font-size:clamp(3.1rem,4.2vw,4rem);line-height:1.05}
.cart-back-nav{margin:0 0 8px}
.cart-back-link{display:inline-flex;min-height:44px;align-items:center;gap:11px;padding:0 18px;border:1px solid rgba(18,38,28,.25);border-radius:999px;background:#fff;color:var(--ink);font-size:.86rem;font-weight:700;transition:.2s ease}
.cart-back-link>span:first-child{font-size:1.2rem;line-height:1}
.cart-back-link:hover{border-color:var(--gold);background:#fff8e8;transform:translateX(-2px)}
.woocommerce-cart .wp-block-woocommerce-cart{margin-top:0;font-size:1rem}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main{width:68%;padding-right:56px}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar{width:32%}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row{min-height:185px}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row>td{padding-top:26px!important;padding-bottom:26px!important}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{width:160px;padding-right:26px}
.woocommerce-cart .wc-block-cart-item__image a{display:flex;width:140px;height:140px;align-items:center;justify-content:center;background:#fffaf0}
.woocommerce-cart .wc-block-cart-item__image img{width:140px!important;max-width:140px!important;height:140px!important;object-fit:contain}
.woocommerce-cart .wc-block-components-product-name{font-size:1.12rem!important;font-weight:700;line-height:1.4}
.woocommerce-cart .wc-block-components-product-price,.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper{font-size:1.05rem!important}
.woocommerce-cart .wc-block-components-product-metadata,.woocommerce-cart .wc-block-components-product-metadata__description{margin-top:8px;font-size:.92rem!important;line-height:1.7!important}
.woocommerce-cart .wc-block-components-quantity-selector{min-height:44px;margin-top:12px}
.woocommerce-cart .wc-block-components-quantity-selector input{min-width:50px;font-size:.95rem}
.woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-heading-block,.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-title{font-size:1.18rem!important;font-weight:700}
.woocommerce-cart .wc-block-components-totals-item{padding-top:17px;padding-bottom:17px;font-size:1rem}
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.35rem!important;font-weight:700}
.woocommerce-cart .wc-block-cart__submit-button{min-height:58px;font-size:1rem;font-weight:700}
@media(max-width:900px){.woocommerce-cart .content-default>.container{width:min(100% - 32px,760px)}.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar{width:100%;padding-right:0}.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{width:120px;padding-right:18px}.woocommerce-cart .wc-block-cart-item__image a,.woocommerce-cart .wc-block-cart-item__image img{width:105px!important;max-width:105px!important;height:105px!important}}
@media(max-width:520px){.woocommerce-cart .content-default{padding:58px 0 80px}.woocommerce-cart .content-default>.container{width:calc(100% - 24px)}.woocommerce-cart .content-default article>h1{margin-bottom:26px;font-size:2.6rem}.cart-back-link{min-height:40px;padding:0 14px;font-size:.78rem}.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{width:90px;padding-right:12px}.woocommerce-cart .wc-block-cart-item__image a,.woocommerce-cart .wc-block-cart-item__image img{width:80px!important;max-width:80px!important;height:80px!important}.woocommerce-cart .wc-block-components-product-name{font-size:1rem!important}.woocommerce-cart .wc-block-components-product-metadata,.woocommerce-cart .wc-block-components-product-metadata__description{font-size:.82rem!important}}


/* KYX LARGER HEADER NAVIGATION V10 */
.nav-list a{font-size:.84rem;letter-spacing:.105em}
.language{font-size:.8rem;font-weight:700;letter-spacing:.1em}
.shop-link{gap:10px;font-size:.81rem;letter-spacing:.1em}
.shop-link span{width:28px;height:28px;font-size:.8rem;font-weight:700}


/* KYX CUSTOM PACKAGING V11 */
.custom-packaging-hero{position:relative;display:flex;min-height:680px;align-items:flex-end;overflow:hidden;background:#10291d;color:#fff}
.custom-packaging-hero:before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,22,14,.93) 0%,rgba(5,22,14,.63) 48%,rgba(5,22,14,.18) 100%),url("assets/images/experience-hall.jpg") center 42%/cover;content:""}
.custom-packaging-hero__content{position:relative;z-index:1;padding:235px 0 95px}
.custom-packaging-hero h1{max-width:850px;margin:0;font-family:var(--serif);font-size:clamp(4rem,7.5vw,7.3rem);font-weight:400;line-height:.94;letter-spacing:-.05em}
.custom-packaging-hero p:not(.eyebrow){max-width:650px;margin:25px 0 32px;color:rgba(255,255,255,.78);font-size:1.05rem}
.custom-audiences{padding:115px 0 125px;background:var(--paper)}
.custom-audiences__head{max-width:880px;margin-bottom:50px}
.custom-audiences__head .section-title{font-size:clamp(2.7rem,5vw,5.2rem)}
.custom-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.custom-audience-card{position:relative;min-height:520px;padding:54px 50px;overflow:hidden;border:1px solid var(--line);background:#f2eadb}
.custom-audience-card--business{background:var(--ink);color:#fff}
.custom-audience-card:after{position:absolute;right:-70px;bottom:-90px;width:250px;height:250px;border:1px solid rgba(201,154,75,.35);border-radius:50%;content:""}
.custom-audience-card__number{position:absolute;top:35px;right:40px;color:rgba(18,38,28,.22);font-family:var(--serif);font-size:5rem;line-height:1}
.custom-audience-card--business .custom-audience-card__number{color:rgba(255,255,255,.14)}
.custom-audience-card h3{max-width:520px;margin:28px 0 18px;font-family:var(--serif);font-size:clamp(2.1rem,3.2vw,3.7rem);font-weight:400;line-height:1.05;letter-spacing:-.03em}
.custom-audience-card>p:not(.eyebrow){max-width:570px;color:var(--muted)}
.custom-audience-card--business>p:not(.eyebrow){color:rgba(255,255,255,.68)}
.custom-audience-card ul{display:grid;gap:9px;margin:28px 0 38px;padding:0;list-style:none}
.custom-audience-card li:before{margin-right:10px;color:var(--gold);content:"✓"}
.custom-audience-card>a{position:relative;z-index:1;display:inline-block;padding-bottom:5px;border-bottom:1px solid currentColor;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.custom-options{padding:110px 0 125px;background:#f1ede4}
.custom-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}
.custom-option-grid article{min-height:310px;padding:38px 30px;background:var(--paper)}
.custom-option-grid article>span{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-family:var(--serif);font-size:1.25rem}
.custom-option-grid h3{margin:55px 0 12px;font-family:var(--serif);font-size:1.45rem;font-weight:400}
.custom-option-grid p{margin:0;color:var(--muted);font-size:.9rem}
.custom-process{padding:105px 0 115px;background:#fff}
.custom-process .section-title{max-width:850px}
.custom-process ol{display:grid;grid-template-columns:repeat(5,1fr);margin:55px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}
.custom-process li{position:relative;min-height:145px;padding:28px 22px;border-right:1px solid var(--line)}
.custom-process li:last-child{border-right:0}
.custom-process li:before{position:absolute;top:-5px;left:22px;width:9px;height:9px;border-radius:50%;background:var(--gold);content:""}
.custom-process li span{display:block;margin-bottom:25px;color:var(--gold);font-family:var(--serif);font-size:1.3rem}
.custom-process li strong{font-family:var(--serif);font-size:1.08rem;font-weight:400}
.custom-request{padding:120px 0;background:var(--ink);color:#fff}
.custom-request__layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:start}
.custom-request__intro{position:sticky;top:30px}
.custom-request__intro .section-title{font-size:clamp(3rem,5vw,5.1rem)}
.custom-request__intro>p:not(.eyebrow){max-width:440px;color:rgba(255,255,255,.68)}
.custom-request__contact{display:flex;flex-direction:column;gap:5px;margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}
.custom-request__contact strong{color:var(--gold-light);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}
.custom-request__contact a{font-family:var(--serif);font-size:1.55rem}
.custom-request__form-wrap{padding:45px;background:var(--paper);color:var(--ink)}
.custom-request-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:34px;border:1px solid var(--line)}
.custom-request-tabs button{min-height:52px;border:0;background:transparent;font-size:.85rem;font-weight:700;cursor:pointer}
.custom-request-tabs button.is-active{background:var(--gold);color:var(--ink)}
.custom-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}
.custom-form-grid label{display:flex;min-width:0;flex-direction:column;gap:7px}
.custom-form-grid label>span{font-size:.75rem;font-weight:700;letter-spacing:.03em}
.custom-form-grid__wide{grid-column:1/-1}
.custom-request-form input,.custom-request-form select,.custom-request-form textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid rgba(18,38,28,.22);border-radius:0;background:#fff;color:var(--ink);font:inherit}
.custom-request-form textarea{min-height:90px;resize:vertical}
.custom-request-form input:focus,.custom-request-form select:focus,.custom-request-form textarea:focus{border-color:var(--gold);outline:2px solid rgba(201,154,75,.18)}
.custom-request-form>.btn{width:100%;margin-top:28px}
.custom-request-form>small{display:block;margin-top:15px;color:var(--muted);font-size:.72rem;line-height:1.5}
.custom-form-honeypot{position:absolute!important;left:-9999px!important}
.custom-form-notice{margin-bottom:25px;padding:18px 20px;border-left:4px solid var(--gold);background:#fff8e8}
.custom-form-notice p{margin:5px 0 0;color:var(--muted)}
.custom-form-notice--error{border-color:#a43b2d;background:#fff0ed}
.home-customization{padding:0 0 130px;background:var(--paper)}
.home-customization__grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:650px}
.home-customization__visual{position:relative;min-height:600px;overflow:hidden}
.home-customization__visual:after{position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,24,15,.52),transparent 52%);content:""}
.home-customization__visual>img{width:100%;height:100%;object-fit:cover}
.home-customization__badge{position:absolute;z-index:2;bottom:28px;left:28px;display:flex;align-items:center;gap:11px;padding:11px 16px;background:rgba(251,248,241,.92);color:var(--ink);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.home-customization__badge span{color:var(--gold)}
.home-customization__badge--business{right:28px;left:auto}
.home-customization__copy{display:flex;flex-direction:column;justify-content:center;padding:70px 6vw;background:#e9dfcc}
.home-customization__copy .section-title{font-size:clamp(2.8rem,4.8vw,5rem)}
.home-customization__copy>p:not(.eyebrow){max-width:520px;margin:25px 0;color:var(--muted)}
.home-customization__actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:8px}
.product-custom-packaging{margin:28px 0 4px;padding:20px;border:1px solid rgba(201,154,75,.45);background:#fffaf0}
.product-custom-packaging>div{display:flex;align-items:flex-start;gap:14px}
.product-custom-packaging__icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--ink);color:var(--gold-light);font-family:var(--serif)}
.product-custom-packaging strong{display:block;font-size:.96rem}
.product-custom-packaging p{margin:4px 0 0;color:var(--muted);font-size:.82rem;line-height:1.5}
.product-custom-packaging nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.product-custom-packaging nav a{padding:8px 13px;border:1px solid rgba(18,38,28,.2);border-radius:999px;background:#fff;font-size:.72rem;font-weight:700}
.product-custom-packaging nav a:last-child{border-color:var(--gold);background:#ffd814}
@media(max-width:980px){.custom-audience-card{padding:42px 34px}.custom-option-grid{grid-template-columns:repeat(2,1fr)}.custom-process ol{grid-template-columns:repeat(3,1fr)}.custom-request__layout{grid-template-columns:1fr;gap:45px}.custom-request__intro{position:static}.home-customization__grid{grid-template-columns:1fr}.home-customization__visual{min-height:520px}}
@media(max-width:680px){.custom-packaging-hero{min-height:620px}.custom-packaging-hero__content{padding:195px 0 70px}.custom-packaging-hero h1{font-size:clamp(3.2rem,15vw,5.2rem);line-height:1}.custom-audiences,.custom-options,.custom-process{padding:75px 0 85px}.custom-audience-grid{grid-template-columns:1fr}.custom-audience-card{min-height:0;padding:38px 25px}.custom-audience-card__number{top:25px;right:24px;font-size:3.8rem}.custom-option-grid{grid-template-columns:1fr}.custom-option-grid article{min-height:0}.custom-option-grid h3{margin-top:30px}.custom-process ol{grid-template-columns:1fr;border-left:1px solid var(--line);border-top:0}.custom-process li{min-height:100px;border-right:0;border-bottom:1px solid var(--line)}.custom-process li:before{top:35px;left:-5px}.custom-process li span{margin-bottom:10px}.custom-request{padding:75px 0}.custom-request__form-wrap{padding:27px 20px}.custom-form-grid{grid-template-columns:1fr}.custom-form-grid__wide{grid-column:auto}.home-customization{padding-bottom:85px}.home-customization__visual{min-height:420px}.home-customization__copy{padding:55px 25px}.home-customization__badge{right:18px;bottom:18px;left:18px;justify-content:center}.home-customization__badge--business{bottom:67px}.product-custom-packaging nav{display:grid;grid-template-columns:1fr}.product-custom-packaging nav a{text-align:center}}


/* KYX ENGLISH NEWS BODY V12 */
.news-english-article__lead{margin:0 0 30px;padding:0 0 28px;border-bottom:1px solid var(--line);color:var(--ink);font-family:var(--sans);font-size:1.14rem;line-height:1.75}
.news-english-article h2{margin:38px 0 16px;font-family:var(--serif);font-size:2rem;font-weight:400}
.news-english-gallery{display:grid;gap:28px;margin-top:38px}
.news-english-gallery figure{margin:0}
.news-english-gallery img{width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:6px}
.news-english-article__source{margin-top:42px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-family:var(--sans);font-size:.8rem}


/* COMMERCE READINESS V1 */
.footer-policy-band{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin-top:30px;padding:24px 0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
.footer-policy-band a{color:rgba(255,255,255,.66);font-size:.76rem;font-weight:700;letter-spacing:.05em}
.footer-policy-band a:hover{color:var(--gold-light)}
.policy-page{padding-bottom:80px}
.policy-lead{max-width:760px;margin:0 0 45px;color:var(--muted);font-family:var(--serif);font-size:1.35rem;line-height:1.65}
.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.policy-grid section{min-height:245px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.policy-grid section>span{color:var(--gold);font-family:var(--serif);font-size:1.05rem}
.policy-grid h2{margin:28px 0 12px;font-family:var(--serif);font-size:1.7rem;font-weight:400}
.policy-grid p{margin:0;color:var(--muted);line-height:1.75}
.policy-contact{margin-top:32px;padding:28px 32px;border-left:4px solid var(--gold);background:#f1ede4}
.policy-contact strong{font-family:var(--serif);font-size:1.25rem;font-weight:400}
.policy-contact p{margin:7px 0 0;color:var(--muted)}
.commerce-policy-notice{display:grid;grid-template-columns:auto 1fr auto;gap:12px 24px;align-items:center;margin:0 0 34px;padding:20px 24px;border:1px solid rgba(201,154,75,.45);background:#fffaf0}
.commerce-policy-notice>strong{font-family:var(--serif);font-size:1.12rem;font-weight:400}
.commerce-policy-notice>span{color:var(--muted);font-size:.82rem}
.commerce-policy-notice nav{display:flex;flex-wrap:wrap;gap:8px 16px}
.commerce-policy-notice a{padding-bottom:3px;border-bottom:1px solid currentColor;font-size:.72rem;font-weight:700}
@media(max-width:760px){.policy-grid{grid-template-columns:1fr}.policy-grid section{min-height:0;padding:28px 24px}.commerce-policy-notice{grid-template-columns:1fr}.footer-policy-band{align-items:center;gap:16px;text-align:center}}
