/* lovy style.css — 版式语言沿用 xiangfu（满版 hero / Georgia 标题 / editorial 品类卡 / trust strip），
   主色换 Lovy 红。tokens 见 STATUS.md「设计 tokens」。 */
:root{
  --ink:#1b1714;--muted:#6b625b;
  --brand:#ed1c24;--primary:#b04d2c;--primary-2:#95401f;--primary-deep:#6b2f1b;
  --blush:#f7edea;--sand:#f6efe3;--cream:#fcfaf5;--linen:#f0e6d4;--white:#fff;--line:#e7dfd0;--accent:#c9a15a;
  --shadow:0 18px 50px rgba(43,19,11,.10);--radius:18px;--container:1380px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 48px));margin:auto}
.skip-link{position:fixed;left:16px;top:-80px;padding:10px 14px;background:#fff;z-index:9999;border-radius:8px}.skip-link:focus{top:16px}
h1,h2,h3{font-weight:700}
.serif,.hero h1,.section h2,.customization-copy h2,.factory-copy h2,.quote-copy h2,.facts-section h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.04em;line-height:.96;margin:0}

/* topbar + header */
.topbar{background:var(--primary-deep);color:#fff;font-size:12px}
.topbar-inner{height:34px;display:flex;justify-content:center;align-items:center;gap:14px;white-space:nowrap;overflow:hidden}.topbar-sep{opacity:.5}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.25s}
.site-header.scrolled{border-color:var(--line);box-shadow:0 8px 30px rgba(0,0,0,.05)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:auto;height:44px}
.main-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:650}
.main-nav [data-nav-primary]:not(.nav-cta){position:relative}
.main-nav [data-nav-primary]:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--primary);transition:.2s}
.main-nav [data-nav-primary]:hover:after,.main-nav [data-nav-primary][aria-current="page"]:not(.nav-cta)::after{right:0}
.nav-cta{background:var(--primary);color:#fff;padding:13px 20px;border-radius:5px}.nav-cta:hover{background:var(--primary-2)}
.menu-toggle,.mobile-overlay{display:none}
.nav-products{position:relative;display:flex;align-items:center}
.nav-products:after{content:"";position:absolute;top:100%;left:-18px;right:-18px;height:18px}
.nav-products-trigger{display:flex;align-items:center;gap:7px}
.nav-products-caret{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);opacity:.62;transition:transform .18s,opacity .18s}
.nav-products.is-open .nav-products-caret{transform:translateY(2px) rotate(225deg);opacity:1}
.nav-category-menu{position:absolute;top:calc(100% + 16px);left:50%;width:min(340px,calc(100vw - 32px));display:grid;gap:4px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 22px 54px rgba(60,25,20,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-7px);transition:opacity .18s,transform .18s,visibility .18s;z-index:130}
.nav-products.is-open .nav-category-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-category-link{display:flex;align-items:center;gap:12px;min-height:44px;padding:10px 12px;border-radius:8px;color:#4a413c;font-size:13px;font-weight:750;line-height:1.25;transition:background .15s,color .15s}
.nav-category-link:hover,.nav-category-link:focus-visible{background:var(--blush);color:var(--primary);outline:none}
.nav-category-icon{flex:0 0 30px;height:30px;display:grid;place-items:center;border-radius:999px;background:var(--sand);color:var(--primary);transition:background .15s}
.nav-category-icon svg{width:17px;height:17px}
.nav-category-link:hover .nav-category-icon,.nav-category-link:focus-visible .nav-category-icon{background:#fff}
.nav-category-all{margin-top:5px;padding-top:13px;border-top:1px solid var(--line);border-radius:0 0 8px 8px;color:var(--primary)}

/* hero (full-bleed image, text over gradient) */
.hero{position:relative;overflow:hidden;background:#f4ede4;isolation:isolate}
.hero-fullbleed{min-height:clamp(620px,72vh,780px);display:flex;align-items:center}
/* 渐变蒙层按视口宽度 % 算、不依赖图片内容——换图后可读性的保底，别动百分比逻辑（playbook §4） */
.hero-fullbleed:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f4ede4 0%,rgba(244,237,228,.98) 25%,rgba(244,237,228,.72) 39%,rgba(244,237,228,0) 56%);z-index:-1;pointer-events:none}
.hero-art{position:absolute;z-index:-2;inset:0;overflow:hidden;background:#eee5d8}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:right center}
/* D5 hero 图未到位时的 CSS 兜底：沙色底 + 两团暖光 + 细斜纹（织物感），换成真图后这个类不再输出 */
.hero-art--pattern{background:
  radial-gradient(ellipse 46% 60% at 78% 42%,rgba(237,28,36,.10),transparent 70%),
  radial-gradient(ellipse 40% 55% at 62% 80%,rgba(201,161,90,.22),transparent 72%),
  repeating-linear-gradient(135deg,rgba(120,90,70,.05) 0 2px,transparent 2px 9px),
  linear-gradient(90deg,#f4ede4 0%,#efe5d7 55%,#e9dccb 100%)}
.hero-content.container{width:calc(100% - 96px);max-width:none;position:relative;z-index:2;margin:0 auto}
.hero-copy{padding:64px 0 58px;position:relative;z-index:2}
.hero-copy-overlay{width:min(610px,43vw);max-width:none;transform:translateX(100px)}
.eyebrow{display:inline-block;color:var(--primary);font-weight:800;font-size:12px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:15px}
.eyebrow.light{color:#f3c9c6}
.hero h1{font-size:clamp(54px,4.75vw,74px);max-width:650px}
.hero-lead{font-size:16px;line-height:1.55;max-width:520px;color:#524844;margin:24px 0 24px}
.hero-points{display:grid;grid-template-columns:repeat(2,max-content);gap:11px 28px;font-size:12px;font-weight:750;color:#3d332e}
.hero-points span:before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;border:1px solid #d29a95;border-radius:50%;margin-right:8px;font-size:11px;color:var(--primary);background:rgba(255,255,255,.55)}
.hero-actions{display:flex;gap:12px;margin-top:31px;flex-wrap:wrap}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 24px;border-radius:5px;border:1px solid transparent;font-weight:800;font-size:13px;letter-spacing:.02em;cursor:pointer;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-2)}
.btn-secondary{background:rgba(255,255,255,.92);border-color:#cfc8bd;color:var(--ink)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}
.btn-light{background:#fff;color:var(--primary)}
.btn-block{width:100%}
.response-note{display:flex;align-items:center;gap:8px;color:#6a5f5a;font-size:12px;margin-top:18px}.clock-icon{font-size:17px}

/* trust strip */
.trust-strip{border-bottom:1px solid var(--line);background:#fff}
.trust-grid{min-height:94px;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center}
.trust-item{display:flex;gap:13px;align-items:center}
.trust-icon{flex:0 0 auto;min-width:44px;height:44px;padding:0 6px;border:1px solid #e3bcb8;border-radius:22px;display:grid;place-items:center;color:var(--primary);font-size:11px;font-weight:900;letter-spacing:.02em}
.trust-item div{display:flex;flex-direction:column}.trust-item strong{font-size:13px}.trust-item small{font-size:11px;color:#7d746e;margin-top:2px}

/* sections */
.section{padding:94px 0}.section-head{margin-bottom:42px}
.section-head.centered{text-align:center;max-width:760px;margin:0 auto 42px}
.section-head h2,.customization-copy h2,.factory-copy h2,.quote-copy h2{font-size:clamp(38px,4vw,54px)}
.section-head p,.customization-copy p,.factory-copy>p{color:var(--muted);font-size:16px;max-width:720px}.centered p{margin:14px auto 0}
.split-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.split-head h2{margin-top:3px}
.text-link{font-size:13px;font-weight:800;color:var(--primary)}

/* editorial category cards (image 5:4) */
.category-grid.category-grid-editorial{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px}
.category-grid-editorial .category-card-primary,.category-grid-editorial .category-card-secondary,.category-grid-editorial .category-card-regular{grid-column:span 4}
.category-grid-editorial .category-card:not(.category-card-viewall){position:relative;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e5ded4;border-radius:16px;box-shadow:0 2px 8px rgba(60,30,20,.03);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
/* 16:10 = 品类卡源图的原生比例。原为 5/4，与 16:10 的源图对不上，object-fit:cover 会把
   左右各裁掉 11%，三张卡最外侧的包都被切（2026-09-07 Jacken 指出）。两边对齐后零裁切。 */
.category-grid-editorial .category-media{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--linen)}
.category-grid-editorial .category-media::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(60,30,20,.035)}
.category-grid-editorial .category-media img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.001);transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.category-grid-editorial .category-body{min-height:100px;padding:20px 22px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;background:#fff}
.category-eyebrow{display:block;color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}
.category-grid-editorial .category-body h3{margin:0;color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(23px,2vw,29px);font-weight:700;line-height:1.05;letter-spacing:-.025em}
.category-grid-editorial .category-body>span{display:inline-flex;align-items:center;justify-content:flex-end;color:var(--primary);font-size:12px;font-weight:800;white-space:nowrap;transition:color .22s,transform .22s}
.category-grid-editorial .category-card:not(.category-card-viewall):hover{transform:translateY(-4px);border-color:#d9c9c2;box-shadow:0 18px 42px rgba(60,30,20,.10)}
.category-grid-editorial .category-card:not(.category-card-viewall):hover .category-media img{transform:scale(1.035)}
.category-grid-editorial .category-card:not(.category-card-viewall):hover .category-body>span{transform:translateX(3px)}
.category-card-viewall{grid-column:1/-1;min-height:190px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:30px;padding:38px 44px;background:var(--primary);color:#fff;border-radius:16px}
.category-card-viewall:hover{box-shadow:0 20px 44px rgba(140,20,25,.22)}
.category-cta-copy{max-width:670px}
.category-cta-eyebrow{display:block;color:#f6cfcc;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px}
.category-card-viewall h3{font-family:Georgia,serif;font-size:34px;line-height:1;margin:0 0 10px}
.category-card-viewall p{color:#f6d6d3;font-size:14px;margin:0}
.category-cta-action{flex:0 0 auto;display:inline-flex;align-items:center;min-height:50px;padding:0 22px;border:1px solid rgba(255,255,255,.55);border-radius:6px;background:#fff;color:var(--primary);font-size:12px;font-weight:900}

/* custom split */
.customization-section{display:grid;grid-template-columns:43% 57%;min-height:520px;background:#f3ece3}
.customization-media{min-height:520px;overflow:hidden;background:var(--linen)}
.customization-media img{width:100%;height:100%;object-fit:cover;object-position:35% center}
.customization-copy{display:flex;align-items:center;padding:44px 64px}.copy-inner{width:100%;max-width:none}.customization-copy p{max-width:720px;margin:0 0 30px}
.customization-copy h2{font-size:clamp(42px,3.2vw,64px);line-height:.98;margin-bottom:22px}
.option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 34px;margin-bottom:34px}
.option{display:flex;flex-direction:column}.option span{color:var(--primary);font-size:11px;font-weight:900;letter-spacing:.12em}.option strong{font-size:14px;margin:4px 0}.option small{font-size:11px;color:#746a64;line-height:1.5}

/* why */
.why-section{background:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-card{border:1px solid var(--line);border-radius:12px;background:var(--cream);text-align:center}
.why-body{padding:30px 24px 32px}
.line-icon{width:52px;height:52px;border:1px solid #e0b9b5;color:var(--primary);border-radius:50%;display:grid;place-items:center;font-size:18px;font-weight:900;margin:0 auto 18px;background:#fff}
.why-card h3{font-family:Georgia,serif;font-size:21px;margin:0 0 9px}.why-card p{font-size:13px;color:var(--muted);margin:0}

/* featured products */
.featured-section{background:#fbfaf7}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid #ece7df;border-radius:12px;overflow:hidden;transition:.25s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(60,30,20,.08)}
.product-img{aspect-ratio:1/1;background:#f4efe7;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}
.product-info{padding:18px}
.product-info h3{font-family:Georgia,serif;font-size:18px;line-height:1.24;margin:0 0 7px;font-weight:700}
.product-info .product-meta{font-size:11px;color:#7a716b;margin:0 0 6px}
.product-info .product-moq{font-size:12px;color:var(--ink);font-weight:750;margin:0 0 12px}
.product-info>a{font-size:12px;font-weight:800;color:var(--primary)}

/* who we serve */
.serve-section{background:#fff}
.serve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.serve-card{border:1px solid var(--line);border-radius:13px;background:#faf8f3;padding:28px 22px 26px;display:flex;flex-direction:column;min-height:230px}
.serve-number{display:block;margin-bottom:16px;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.12em}
.serve-card h3{margin:0 0 12px;font-family:Georgia,serif;font-size:21px;font-weight:600;line-height:1.1}
.serve-card p{margin:0;font-size:13px;color:var(--muted);line-height:1.6}

/* process */
.process-section{background:var(--sand)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.process-grid article{position:relative;background:#fff;padding:28px 22px;min-height:215px;border-radius:10px}
.process-grid article:not(:last-child):after{content:"→";position:absolute;right:-9px;top:50%;z-index:2;width:20px;height:20px;display:grid;place-items:center;color:#a0928a;background:var(--sand)}
.process-grid b{color:var(--primary);font-size:12px;letter-spacing:.12em}
.process-grid h3{font-family:Georgia,serif;font-size:19px;margin:18px 0 10px}.process-grid p{font-size:12.5px;color:var(--muted);margin:0;line-height:1.6}

/* factory (dark) */
.factory-section{padding:100px 0;background:#1f1512;color:#fff}
.factory-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.factory-visual{position:relative}
.factory-video-link{display:block;border-radius:12px;overflow:hidden;transition:transform .3s}.factory-video-link:hover{transform:scale(1.01)}
.factory-visual img{width:100%;height:520px;object-fit:cover;filter:saturate(.85) brightness(.9)}
.factory-note{position:absolute;left:22px;right:22px;bottom:22px;padding:16px 18px;background:rgba(31,21,18,.78);backdrop-filter:blur(8px);display:flex;flex-direction:column;border-radius:8px}
.factory-note strong{font-size:12px}.factory-note span{font-size:10px;color:#d8cfc9;margin-top:4px}
.factory-copy .eyebrow{color:#f3b9b5}.factory-copy>p{color:#d3c8c1;margin:20px 0 28px}
.factory-points{display:grid;grid-template-columns:1fr 1fr;gap:18px 30px;margin-bottom:30px}
.factory-points div{border-top:1px solid rgba(255,255,255,.16);padding-top:14px}
.factory-points strong{display:block;font-size:13px}.factory-points span{display:block;color:#c1b5ae;font-size:11px;margin-top:5px}
.factory-copy .btn-secondary{background:transparent;color:#fff;border-color:#6d5c55}.factory-copy .btn-secondary:hover{border-color:#fff;color:#fff}
.company-section{background:var(--linen)}
.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.company-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:12px;border:1px solid #dfd2bc;border-radius:28px;background:#f8f3eb;box-shadow:0 18px 50px rgba(77,53,34,.08)}
.company-gallery-card{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border-radius:20px;background:#eee7da}
.company-gallery-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.company-gallery-card:hover img{transform:scale(1.04)}
.company-gallery-card span{position:absolute;left:12px;right:12px;bottom:12px;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,rgba(20,16,14,.18),rgba(20,16,14,.84));color:#fff;font-size:14px;font-weight:700;line-height:1.15;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.company-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4vw,54px);letter-spacing:-.04em;line-height:.96;margin:0}
.company-copy>p{color:var(--muted);font-size:16px;line-height:1.62;margin:20px 0 28px;max-width:620px}
.company-points{display:grid;grid-template-columns:1fr 1fr;gap:18px 30px;margin-bottom:30px}
.company-points div{border-top:1px solid var(--line);padding-top:14px}
.company-points strong{display:block;font-size:13px}.company-points span{display:block;color:var(--muted);font-size:12px;line-height:1.5;margin-top:5px}

/* facts (entity block) */
.facts-section{background:#f7f4ee;border-top:1px solid #e5dccf;border-bottom:1px solid #e5dccf}
.facts-section h2{font-size:clamp(34px,3.4vw,46px)}
.facts-lead{max-width:860px;margin:14px 0 34px;color:var(--muted);font-size:15px;line-height:1.7}
.facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.facts-card{background:#fff;border:1px solid #e5dccf;border-radius:6px;padding:26px 24px}
.facts-card h3{font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:var(--primary);margin:0 0 16px}
.facts-card dl{margin:0}.facts-card dl>div{padding:10px 0;border-top:1px solid #eee9df}.facts-card dl>div:first-child{border-top:0;padding-top:0}
.facts-card dt{font-size:11px;font-weight:750;letter-spacing:.05em;text-transform:uppercase;color:#85796f;margin-bottom:4px}
.facts-card dd{margin:0;font-size:13px;line-height:1.6;color:#3e352f}

/* faq (details/summary, no JS) */
.faq-section{background:#fff}.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px}
.faq-intro{position:sticky;top:140px;align-self:start}.faq-intro h2{font-size:44px}.faq-intro p{color:var(--muted);margin:18px 0 24px}
.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}
.faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-family:Georgia,serif;font-size:20px;color:var(--ink);cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary b{font-family:Arial,sans-serif;font-weight:400;color:var(--primary);transition:.2s;flex:0 0 auto}
.faq-item[open] summary b{transform:rotate(45deg)}
.faq-answer p{color:var(--muted);font-size:14px;margin:0;padding:0 44px 24px 0;line-height:1.7}

/* quote (final CTA + form) */
.quote-section{padding:94px 0;background:var(--sand)}
.quote-grid{display:grid;grid-template-columns:.42fr .58fr;gap:72px;align-items:start}
.quote-copy .eyebrow{color:var(--primary)}.quote-copy h2{font-size:58px;color:var(--ink)}.quote-copy>p{color:var(--muted);max-width:520px;margin:18px 0 0}
.quote-copy ul{margin:26px 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:9px;font-size:12px;color:#524844}
.quote-copy li:before{content:"✓";margin-right:8px}
.quote-contact{font-size:13px;color:var(--muted)}.quote-contact a{color:var(--primary);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.quote-form{background:#fff;color:var(--ink);padding:34px;border-radius:12px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.quote-form label{display:flex;flex-direction:column;font-size:11px;font-weight:750;margin-bottom:15px}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #d9d3cb;background:#fff;padding:12px 13px;margin-top:7px;outline:0;border-radius:4px;font-size:16px}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(200,22,29,.10)}
.quote-form textarea{resize:vertical}
.form-status{font-size:12px;margin:12px 0 0;min-height:18px}.form-status.error{color:#a3302a}.form-status.info{color:#735c1c}.form-status.success{color:#2f7a3a}
.form-small{font-size:11px;color:#85796f;margin:10px 0 0}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden}

/* footer */
.site-footer{padding:64px 0 28px;background:#f7f5f1}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}
.footer-brand img{height:40px;width:auto;margin-bottom:18px}.footer-brand p{max-width:350px;color:var(--muted);font-size:13px}
.site-footer h3{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:7px 0 17px}
.site-footer a,.footer-addr{display:block;color:#5f564f;font-size:12px;padding:5px 0}.site-footer a:hover{color:var(--primary)}
.footer-legal a{display:inline;color:#857b74;text-decoration:underline;padding:0}.footer-legal a:hover{color:var(--primary)}
.footer-bottom{border-top:1px solid #e2ddd5;margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;color:#857b74;font-size:10px}

/* whatsapp float + mobile bar */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:90;width:60px;height:60px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 10px 26px rgba(37,211,102,.38);transition:transform .18s ease}
.whatsapp-float svg{width:32px;height:32px}.whatsapp-float:hover{transform:translateY(-3px) scale(1.05)}
.mbar{display:none}

/* ---- 内页组件（品类页 / PDP / 静态页共用）---- */
/* inner-hero：6:1 banner 带（对齐 xiangfu .inner-hero），无图时用与首页同一套织纹兜底 */
.inner-hero{position:relative;overflow:hidden;background:#f4ede4;isolation:isolate;display:flex;align-items:center;min-height:max(300px,19vw)}
.inner-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#f4ede4 0%,rgba(244,237,228,.96) 34%,rgba(244,237,228,.74) 52%,rgba(244,237,228,.10) 78%);z-index:-1;pointer-events:none}
.inner-hero-art{position:absolute;z-index:-2;inset:0;overflow:hidden;background:#eee5d8}
.inner-hero-art img{width:100%;height:100%;object-fit:cover;object-position:right center}
.inner-hero-art--pattern{background:
  radial-gradient(ellipse 44% 78% at 82% 46%,rgba(237,28,36,.10),transparent 70%),
  radial-gradient(ellipse 38% 70% at 64% 88%,rgba(201,161,90,.20),transparent 72%),
  repeating-linear-gradient(135deg,rgba(120,90,70,.05) 0 2px,transparent 2px 9px),
  linear-gradient(90deg,#f4ede4 0%,#efe5d7 58%,#e9dccb 100%)}
.inner-hero-inner{position:relative;z-index:2;padding:52px 0 54px}
.inner-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,4.2vw,60px);letter-spacing:-.04em;line-height:1;margin:0;max-width:820px}
.inner-hero-lead{color:#524844;font-size:16px;line-height:1.55;max-width:660px;margin:22px 0 0}
.inner-hero-facts{display:flex;flex-wrap:wrap;gap:12px 34px;margin:26px 0 0}
.inner-hero-facts div{display:flex;flex-direction:column}
.inner-hero-facts strong{font-size:19px;font-family:Georgia,serif;color:var(--primary);line-height:1.1}
.inner-hero-facts span{font-size:11px;font-weight:700;letter-spacing:.02em;color:#6a5f5a;margin-top:3px}
.inner-hero-subtitle{margin:10px 0 0;max-width:660px;color:var(--ink);font-size:clamp(17px,1.5vw,21px);font-weight:800;letter-spacing:-.01em}
.inner-hero .hero-actions{margin-top:28px}

/* breadcrumb */
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#7d746e;margin-bottom:16px}
.breadcrumb a{color:var(--primary)}.breadcrumb a:hover{text-decoration:underline}
.breadcrumb span[aria-hidden]{opacity:.45}
.breadcrumb [aria-current]{color:#5f564f}

/* answer-first 引导段 + 速览 dl */
.intro-section{background:var(--cream)}
.intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:start}
.intro-grid h2{font-family:Georgia,serif;font-size:clamp(30px,2.9vw,40px);letter-spacing:-.03em;line-height:1.04;margin:0}
.intro-grid>div>p{color:#524844;font-size:16px;line-height:1.62;margin:20px 0 0;max-width:640px}
.material-note{border-left:3px solid var(--accent);background:#fff;padding:14px 18px;border-radius:0 8px 8px 0;font-size:14px!important;color:#5b524c!important}
.material-note strong{color:var(--ink)}
.spec-dl{margin:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.spec-dl>div{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;padding:14px 20px;border-bottom:1px solid #f0ebe2}
.spec-dl>div:last-child{border-bottom:0}
.spec-dl dt{font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#8a7f77}
.spec-dl dd{margin:0;font-size:14px;color:var(--ink);line-height:1.5}

/* 买家问答（H2 用买家原句，答案前三句直答）*/
.qa-section{background:#fff;padding-top:0}
.qa-list{display:grid;gap:34px;margin-top:6px}
.qa-item{border-top:2px solid var(--ink);padding-top:22px;max-width:900px}
.qa-item h2{font-family:Georgia,serif;font-size:clamp(24px,2.3vw,32px);letter-spacing:-.03em;line-height:1.1;margin:0}
.qa-item p{color:#4e453f;font-size:16px;line-height:1.68;margin:14px 0 0}
.qa-item a{color:var(--primary);font-weight:700;text-decoration:underline}

/* 询盘清单 */
.checklist-section{background:var(--sand)}
.checklist-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}
.checklist-grid h2{font-family:Georgia,serif;font-size:clamp(30px,2.9vw,42px);letter-spacing:-.03em;line-height:1.02;margin:0}
.checklist-grid>div>p{color:var(--muted);font-size:15px;margin:16px 0 0;max-width:480px}
.checklist{counter-reset:cl;list-style:none;margin:0;padding:0;display:grid;gap:10px}
.checklist li{counter-increment:cl;position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px 20px 16px 58px;font-size:14px;line-height:1.5;color:#4e453f}
.checklist li:before{content:counter(cl,decimal-leading-zero);position:absolute;left:18px;top:15px;font-size:12px;font-weight:900;color:var(--primary);letter-spacing:.02em}

/* buying guides（blog 落地后启用）*/
.guides-section{background:var(--cream)}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.guide-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 24px;transition:.25s}
.guide-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(60,30,20,.08)}
.guide-card h3{font-family:Georgia,serif;font-size:21px;line-height:1.15;margin:0}
.guide-card p{color:var(--muted);font-size:13px;line-height:1.55;margin:12px 0 16px}
.guide-card span{color:var(--primary);font-size:12px;font-weight:800}

/* 底部 CTA 带 */
.cta-band{background:var(--primary);color:#fff;padding:56px 0}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.cta-band h2{font-family:Georgia,serif;font-size:clamp(28px,2.7vw,40px);letter-spacing:-.03em;line-height:1.05;margin:0}
.cta-band p{color:#f6d6d3;font-size:15px;margin:12px 0 0;max-width:620px}
.btn-outline-light{background:transparent;border-color:rgba(255,255,255,.6);color:#fff}
.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}


/* ---- PDP ---- */
.pdp-top{background:var(--cream);padding:26px 0 78px}
.pdp-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:start}
.pdp-gallery{position:sticky;top:100px}
.pdp-main{margin:0;background:var(--linen);border:1px solid var(--line);border-radius:16px;overflow:hidden;aspect-ratio:1/1;display:grid;place-items:center}
/* 画廊用 contain：源图 184 方 / 72 竖 / 23 横混排，cover 会把竖图裁掉头尾（xiangfu 教训） */
.pdp-main img{width:100%;height:100%;object-fit:contain}
.pdp-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}
.pdp-thumb{padding:0;border:1px solid var(--line);border-radius:8px;background:var(--linen);overflow:hidden;aspect-ratio:1/1;cursor:pointer;transition:border-color .18s,transform .18s}
.pdp-thumb img{width:100%;height:100%;object-fit:contain}
.pdp-thumb:hover{transform:translateY(-2px)}
.pdp-thumb.is-active{border-color:var(--primary);box-shadow:0 0 0 2px rgba(200,22,29,.14)}
.pdp-info h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,3.4vw,46px);letter-spacing:-.035em;line-height:1.04;margin:0}
.pdp-answer{color:#4e453f;font-size:16px;line-height:1.62;margin:20px 0 0;max-width:620px}
.pdp-keyfacts{display:flex;flex-wrap:wrap;gap:12px 30px;margin:24px 0 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.pdp-keyfacts div{display:flex;flex-direction:column}
.pdp-keyfacts strong{font-family:Georgia,serif;font-size:19px;color:var(--primary);line-height:1.1}
.pdp-keyfacts span{font-size:11px;font-weight:700;color:#6a5f5a;margin-top:3px}
.pdp-info .hero-actions{margin-top:24px}
.pdp-notes{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:9px}
.pdp-notes li{position:relative;padding-left:22px;color:#4e453f;font-size:14px;line-height:1.55}
.pdp-notes li:before{content:"";position:absolute;left:2px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--accent)}
.pdp-specs-section{background:#fff}
.pdp-specs-grid,.pdp-custom-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:start}
.pdp-specs-grid h2,.pdp-custom-grid h2{font-family:Georgia,serif;font-size:clamp(28px,2.7vw,38px);letter-spacing:-.03em;line-height:1.05;margin:0}
.pdp-specs-grid>div>p,.pdp-custom-grid>div>p{color:var(--muted);font-size:15px;line-height:1.6;margin:16px 0 0;max-width:470px}
.pdp-custom-grid p a{color:var(--primary);font-weight:700;text-decoration:underline}  /* 只作用于正文里的内链：写成 .pdp-custom-grid a 会连 .btn-primary 一起改成红字，按钮变红底红字（2026-09-03 样板页实测） */
.pdp-custom-section{background:var(--sand)}
.usecase-section{background:var(--cream)}
.sells-section{background:#fff}
.cat-sells-section{background:var(--cream);border-top:1px solid var(--line)}
.cat-sells-section .eyebrow{display:block;margin-bottom:14px}
.pdp-custom-grid>div>p.sells-note{font-size:12px;color:#8a7f77;line-height:1.55;margin-top:14px;max-width:430px}
.usecase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.usecase-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 26px}
.usecase-card>span{display:block;color:var(--primary);font-size:12px;font-weight:900;letter-spacing:.1em;margin-bottom:12px}
.usecase-card h3{font-family:Georgia,serif;font-size:22px;line-height:1.15;margin:0}
.usecase-card p{color:#544a44;font-size:14px;line-height:1.6;margin:12px 0 0}
.usecase-card a{color:var(--primary);font-weight:700;text-decoration:underline}


/* ---- 列表页 / 通用内页补充 ---- */
.filter-row{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 34px}
.filter-row a{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;font-weight:750;color:#4a413c;transition:.2s}
.filter-row a:hover{border-color:var(--primary);color:var(--primary)}
.filter-row span{display:grid;place-items:center;min-width:26px;height:22px;border-radius:999px;background:var(--sand);color:var(--primary);font-size:11px;font-weight:900}
.card-group{scroll-margin-top:110px}.card-group+.card-group{margin-top:56px}
.card-group-head{display:flex;align-items:end;justify-content:space-between;gap:26px;margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.card-group-head h3{font-family:Georgia,serif;font-size:clamp(24px,2.2vw,30px);letter-spacing:-.03em;line-height:1.05;margin:0}
.card-group-head p{color:var(--muted);font-size:14px;line-height:1.55;margin:9px 0 0;max-width:720px}
.option-grid-wide{grid-template-columns:repeat(4,1fr)}
.factory-gallery-grid{grid-template-columns:repeat(2,1fr);margin-bottom:0}
.factory-gallery-card{margin:0;overflow:hidden}
.factory-gallery-card .option-media{aspect-ratio:3/2}
.factory-gallery-card .option-body{display:block;padding:18px 20px 20px}
.factory-gallery-card .option-body span{display:block;margin-bottom:8px}
.factory-gallery-card .option-body strong{display:block}
.factory-gallery-card .option-body small{display:block;margin-top:7px}

/* 移动端最小字号兜底：mobile_audit 认 <14px 为小字，10px 以下在手机上确实读不了 */
@media (max-width:860px){
  .footer-bottom,.form-small,.aside-list small,.guide-tag,.filter-row span,.post-meta{font-size:11px}
  .eyebrow,.category-eyebrow,.category-cta-eyebrow{font-size:11px}
}

/* 法务 / 长文页排版 */
.prose-section{background:#fff}
.prose{max-width:820px}
.prose h2{font-family:Georgia,serif;font-size:clamp(24px,2.2vw,30px);letter-spacing:-.03em;line-height:1.1;margin:38px 0 0}
.prose h2:first-child{margin-top:0}
.prose p{color:#4e453f;font-size:15px;line-height:1.72;margin:14px 0 0}
.prose a{color:var(--primary);font-weight:700;text-decoration:underline}

/* ---- blog ---- */
.post-meta{color:#6a5f5a;font-size:12px;font-weight:700;margin:18px 0 0}
.post-section{background:#fff}
.post-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:64px;align-items:start}
.post-body{max-width:760px}
.post-body h2{font-family:Georgia,serif;font-size:clamp(25px,2.4vw,32px);letter-spacing:-.03em;line-height:1.12;margin:42px 0 0}
.post-body p{color:#4e453f;font-size:16px;line-height:1.72;margin:16px 0 0}
.post-body ul,.post-body ol{color:#4e453f;font-size:16px;line-height:1.7;margin:16px 0 0;padding-left:22px}
.post-body li{margin:9px 0}
.post-body a{color:var(--primary);font-weight:700;text-decoration:underline}
.post-body .faq-list{margin-top:16px}
.short-answer{background:var(--sand);border-left:3px solid var(--primary);border-radius:0 12px 12px 0;padding:22px 26px}
.short-answer .eyebrow{margin-bottom:8px}
.short-answer p{margin:0;font-size:17px;line-height:1.62;color:var(--ink)}
.post-note{background:var(--blush);border-radius:10px;padding:16px 20px;font-size:15px!important}
.post-aside{position:sticky;top:100px;display:grid;gap:14px}
.aside-card{background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:24px 22px}
.aside-card h3{font-family:Georgia,serif;font-size:22px;line-height:1.1;margin:0 0 10px}
.aside-card p{color:var(--muted);font-size:13px;line-height:1.55;margin:0 0 12px}
.aside-facts{font-weight:700;color:#4e453f!important}
.aside-card .btn{margin-bottom:8px}
.aside-link{display:inline-block;margin-top:6px}
.aside-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.aside-list a{display:block;color:var(--ink);font-size:14px;font-weight:700;line-height:1.35}
.aside-list a:hover{color:var(--primary)}
.aside-list small{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.guide-grid-index{grid-template-columns:repeat(3,1fr)}
.guide-card h2{font-family:Georgia,serif;font-size:21px;line-height:1.15;margin:0}
.guide-tag{display:inline-block;margin-bottom:10px;padding:3px 10px;border-radius:999px;background:var(--sand);color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
/* FAQ 汇总页 */
.faq-groups{display:grid;gap:44px}
.faq-group h2{font-family:Georgia,serif;font-size:clamp(24px,2.3vw,32px);letter-spacing:-.03em;margin:0 0 6px}
.faq-group>p{color:var(--muted);font-size:14px;margin:0 0 12px}

/* 正文配图（blog 与内页共用）+ blog 卡片图 */
.post-figure,.page-figure{margin:28px 0 0;max-width:620px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--linen)}
.post-figure img,.page-figure img{width:100%;height:auto;display:block}
.post-figure figcaption,.page-figure figcaption{padding:12px 16px;background:#fff;color:var(--muted);font-size:12px;line-height:1.5}
.post-figure figcaption a,.page-figure figcaption a{color:var(--primary);font-weight:700;text-decoration:none;white-space:nowrap}
.guide-card-img{padding:0;overflow:hidden;display:flex;flex-direction:column}
.guide-media{aspect-ratio:4/3;overflow:hidden;background:var(--linen)}
.guide-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.guide-card-img:hover .guide-media img{transform:scale(1.04)}
.guide-card-img .guide-tag{margin:20px 22px 0}
.guide-card-img h2{margin:10px 22px 0}
.guide-card-img p{margin:10px 22px 0}
.guide-card-img>span:last-child{margin:14px 22px 22px}

/* PDP「在本品类中的位置」板块 */
.place-section{background:#fff;padding-top:0}
.place-dl{display:grid;grid-template-columns:repeat(2,1fr);gap:0 32px;margin:0;border-top:1px solid var(--line)}
.place-dl>div{display:grid;grid-template-columns:.7fr 1.3fr;gap:16px;padding:15px 4px;border-bottom:1px solid #f0ebe2}
.place-dl dt{font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#8a7f77}
.place-dl dd{margin:0;font-size:14px;line-height:1.5;color:var(--ink)}

/* ---- 询盘表单 v2（信息卡 + 分层下拉 + 实时校验，版式参考 xiangfu contact）---- */
.contact-card{margin:26px 0 0;padding:24px 24px 22px;background:#fff;border:1px solid var(--line);border-radius:14px}
.contact-card h3{margin:0;font-family:Georgia,serif;font-size:20px;line-height:1.2;color:var(--ink)}
.contact-card-loc{margin:6px 0 0;font-size:13px;color:var(--muted)}
.contact-card-dl{margin:16px 0 0;display:grid;gap:10px}
.contact-card-dl>div{display:grid;grid-template-columns:104px minmax(0,1fr);gap:12px;align-items:baseline}
.contact-card-dl dt{font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#8a7f77}
.contact-card-dl dd{margin:0;font-size:13px;line-height:1.5;color:var(--ink)}
.contact-card-dl a{color:var(--primary);text-decoration:underline}
.contact-card-lead{margin:18px 0 8px;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#8a7f77}
.detail-list{margin:0;padding:0;list-style:none;display:grid!important;grid-template-columns:1fr!important;gap:7px}
.detail-list li{position:relative;padding-left:18px;font-size:13px;line-height:1.5;color:#524844}
.detail-list li:before{content:"";position:absolute;left:1px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--accent)}

/* 上下文条：从 PDP 或带参数的链接过来时显示在表单顶部 */
.quote-context{margin:0 0 14px;padding:10px 14px;background:var(--blush);border-radius:8px;font-size:13px;color:#5b3130}
.quote-context span{font-weight:900;letter-spacing:.06em;text-transform:uppercase;font-size:10px;color:var(--primary);margin-right:6px}
.quote-context strong{color:var(--ink)}
/* 从 PDP 点页头/底栏「Get A Quote」跳过来时，表单顶部回显那一款（图+名+款号） */
/* /materials/ 每个材质分组的微距图 */
.mat-figure{margin:0 0 16px;border-radius:12px;overflow:hidden;background:var(--linen)}
.mat-figure img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
@media (min-width:861px){.mat-figure{max-width:520px;margin-left:auto;margin-right:auto}}
.quote-product-card{display:flex;align-items:center;gap:14px;margin:0 0 16px;padding:12px;background:var(--blush);border:1px solid var(--line);border-radius:12px}
.quote-product-card img{flex:0 0 72px;width:72px;height:72px;object-fit:cover;border-radius:8px;background:var(--linen)}
.quote-product-meta{display:flex;flex-direction:column;gap:2px;min-width:0}
.quote-product-kicker{color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.quote-product-meta strong{color:var(--ink);font-size:14px;line-height:1.3}
.quote-product-sku{color:var(--muted);font-size:12px}
.quote-product-back{align-self:flex-start;margin-top:2px;color:var(--primary);font-size:12px;font-weight:800}

/* 字段说明与逐字段错误（R10.3.7） */
.quote-form .field-hint{display:block;margin-top:6px;font-size:11px;line-height:1.45;color:#85796f}
.quote-form label.has-error input,.quote-form label.has-error select{border-color:#c0392b;box-shadow:0 0 0 3px rgba(192,57,43,.12)}
.field-error{display:block;margin-top:6px;font-size:11px;font-weight:700;line-height:1.4;color:#a3302a}

/* 感谢页第二步 */
.step2-section{background:var(--cream)}
.step2-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
.step2-grid h2{font-family:Georgia,serif;font-size:clamp(28px,2.7vw,38px);letter-spacing:-.03em;line-height:1.05;margin:0}
.step2-grid>div>p{color:var(--muted);font-size:15px;line-height:1.6;margin:16px 0 18px;max-width:460px}
.step2-grid .detail-list li{color:#524844}
.step2-grid .detail-list li:before{background:var(--accent)}
.step2-grid .quote-form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 24px}
.step2-grid .quote-form .form-small{color:#85796f}

/* ---- 附件上传（拖拽 / 点击 / 粘贴）---- */
.upload-field{margin-top:14px}
.upload-label{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:7px}
.upload-label em{font-style:normal;font-size:11px;font-weight:700;color:#8a7f77;letter-spacing:.04em;text-transform:uppercase;margin-left:6px}
.upload-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:118px;padding:18px 16px;text-align:center;border:1.5px dashed #cfc6b8;border-radius:12px;background:var(--cream);cursor:pointer;transition:border-color .18s,background .18s}
.upload-drop:hover{border-color:var(--primary);background:#fff}
.upload-drop.is-over{border-color:var(--primary);background:var(--blush);border-style:solid}
.upload-icon{font-size:22px;line-height:1;color:var(--primary)}
.upload-cta{font-size:13px;color:#4e453f}.upload-cta strong{color:var(--primary)}
.upload-drop small{font-size:11px;line-height:1.45;color:#85796f;max-width:420px}
.upload-list{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:6px}
.upload-list li{display:grid;grid-template-columns:38px minmax(0,1fr) auto 28px;align-items:center;gap:10px;padding:8px 10px;background:#fff;border:1px solid var(--line);border-radius:8px;font-size:12px}
.upload-thumb{width:38px;height:38px;border-radius:6px;overflow:hidden;background:var(--linen);display:grid;place-items:center}
.upload-thumb img{width:100%;height:100%;object-fit:cover}
.upload-thumb.is-doc{font-size:10px;font-weight:900;letter-spacing:.02em;color:var(--primary);background:var(--blush)}
.upload-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-weight:600}
.upload-size{color:#85796f;font-size:11px;white-space:nowrap}
.upload-remove{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:6px;background:var(--sand);color:#6b625b;font-size:16px;line-height:1;cursor:pointer}
.upload-remove:hover{background:var(--blush);color:var(--primary)}
.upload-note{margin:9px 0 0;font-size:11px;line-height:1.5;color:#85796f}
.upload-note.error{color:#a3302a}.upload-note.info{color:#6b625b}
.upload-field--disabled .upload-note{padding:11px 13px;background:var(--sand);border-radius:8px}
.upload-note--standalone{margin:14px 0 0;padding:12px 14px;background:var(--sand);border-radius:8px;font-size:12px;line-height:1.55;color:#5b524c}
.upload-note--standalone a{color:var(--primary);font-weight:700;text-decoration:underline}
/* 深色底（首页 / contact 的 quote-section）上的上传区 */
.quote-form .upload-drop{background:#fbf9f5}

/* Who we serve 卡片配图（人物生活场景图；图里的包不是在售款，只做场景代入） */
.serve-card-img{padding:0;overflow:hidden;display:flex;flex-direction:column}
.serve-media{aspect-ratio:3/2;overflow:hidden;background:var(--linen)}
.serve-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.serve-card-img:hover .serve-media img{transform:scale(1.04)}
.serve-card-img .serve-body{padding:22px 22px 26px}
.serve-card-img .serve-number{position:static;display:block;margin-bottom:10px}

/* 定制页可改项卡片配图（工艺细节，非产品图） */
.option-img{padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:12px}
.option-media{aspect-ratio:4/3;overflow:hidden;background:var(--linen)}
.option-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.option-img:hover .option-media img{transform:scale(1.04)}
.option-img .option-body{padding:16px 18px 20px;display:flex;flex-direction:column}
.option-img .option-body strong{font-size:14px;margin:4px 0}
.option-img .option-body small{font-size:11px;color:#746a64;line-height:1.5}
.option-img .option-body span{display:block;margin-bottom:8px}

/* 对照表（材质 / 工艺）——宽表在窄屏必须自己横向滚动，不能让 body 横向溢出 */
.table-section{background:#fff}
.table-section--alt{background:var(--cream)}
.table-group+.table-group{margin-top:38px}
.table-group h3{font-family:Georgia,serif;font-size:22px;letter-spacing:-.02em;margin:0 0 12px}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:12px;background:#fff}
.spec-table{width:100%;border-collapse:collapse;font-size:13px;min-width:660px}
.spec-table th{text-align:left;padding:12px 16px;background:var(--sand);color:#6b625b;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.spec-table td{padding:12px 16px;border-top:1px solid #f0ebe2;color:#4e453f;line-height:1.5;vertical-align:top}
.spec-table tbody tr:hover{background:var(--cream)}
.spec-table a{color:var(--primary);font-weight:700}

/* responsive */
@media (max-width:1180px){.main-nav{gap:16px;font-size:13px}.nav-cta{padding-inline:14px}.serve-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:1100px){
  .hero-fullbleed{min-height:620px}.hero-content.container{width:calc(100% - 60px)}.hero-copy-overlay{width:min(560px,49vw);transform:none}.hero h1{font-size:clamp(50px,5.8vw,66px)}
  .category-grid.category-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .category-grid-editorial .category-card-primary,.category-grid-editorial .category-card-secondary,.category-grid-editorial .category-card-regular{grid-column:span 1}
  .category-grid-editorial .category-card-viewall{grid-column:1/-1}
  .why-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid article:nth-child(2):after{display:none}
  .customization-copy{padding:55px 5vw}
  .intro-grid,.checklist-grid,.pdp-specs-grid,.pdp-custom-grid{grid-template-columns:1fr;gap:38px}
  .pdp-grid{grid-template-columns:1fr .95fr;gap:32px}.usecase-grid{grid-template-columns:1fr}
  .guide-grid,.guide-grid-index{grid-template-columns:1fr 1fr}
  .post-layout{grid-template-columns:1fr;gap:44px}.post-aside{position:static;grid-template-columns:1fr 1fr}
  .option-grid-wide{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
  .container{width:min(100% - 30px,var(--container))}
  .topbar-inner{height:auto;min-height:34px;white-space:normal;flex-wrap:wrap;justify-content:center;padding:5px 0;line-height:1.6}
  .header-inner{height:68px}.brand img{height:38px}
  .menu-toggle{display:flex;width:42px;height:42px;border:0;background:#fff;flex-direction:column;justify-content:center;gap:5px;align-items:center}.menu-toggle span{display:block;width:22px;height:2px;background:var(--ink)}
  .main-nav{position:fixed;top:102px;right:0;width:min(82vw,360px);height:calc(100vh - 102px);overflow-y:auto;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:20px;box-shadow:-20px 30px 50px rgba(0,0,0,.1);z-index:110}
  .main-nav.is-open{display:flex}
  .main-nav [data-nav-primary]{padding:14px 8px;border-bottom:1px solid var(--line)}.main-nav .nav-cta{margin-top:14px;text-align:center;border:0}
  .nav-products{display:block;width:100%}.nav-products:after{display:none}.nav-products-trigger{justify-content:space-between}
  .nav-category-menu{position:static;width:100%;display:none;gap:1px;padding:6px 0 8px 12px;border:0;border-left:1px solid #e3bcb8;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}
  .nav-products.is-open .nav-category-menu{display:grid}
  .mobile-overlay{display:block;position:fixed;inset:102px 0 0;background:rgba(0,0,0,.3);opacity:0;pointer-events:none;z-index:95;transition:.2s}.mobile-overlay.is-open{opacity:1;pointer-events:auto}
  .hero-fullbleed{min-height:auto;display:flex;flex-direction:column;align-items:stretch;background:#f4ede4}.hero-fullbleed:after{display:none}
  .hero-content.container{order:1;width:calc(100% - 30px)}.hero-copy{padding:44px 0 26px}.hero-copy-overlay{width:100%;max-width:650px;transform:none}
  .hero h1{font-size:clamp(46px,10vw,60px);line-height:.98}.hero-lead{max-width:620px}
  .hero-art{order:2;position:relative;inset:auto;width:100%;height:440px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 100%)}
  .hero-art img{object-position:center 52%}
  .trust-grid{grid-template-columns:repeat(2,1fr);padding:20px 0}.trust-item:last-child{grid-column:1/-1}
  .section{padding:72px 0}
  .customization-section{grid-template-columns:1fr}.customization-media{min-height:460px}
  .product-grid{grid-template-columns:repeat(2,1fr)}.serve-grid{grid-template-columns:repeat(2,1fr)}
  .factory-grid,.company-grid,.faq-grid,.quote-grid,.step2-grid{grid-template-columns:1fr;gap:46px}.factory-visual img{height:420px}.faq-intro{position:static}
  .footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}
  .split-head{align-items:flex-start;flex-direction:column}.quote-copy h2{font-size:48px}
  .inner-hero{min-height:0;background:#f4ede4}.inner-hero:after{background:linear-gradient(100deg,#f4ede4 0%,rgba(244,237,228,.92) 55%,rgba(244,237,228,.55) 100%)}
  .inner-hero-inner{padding:38px 0 42px}.inner-hero-lead{font-size:15px}
  .cta-band-inner{flex-direction:column;align-items:flex-start}.cta-band .hero-actions{width:100%}
  .pdp-grid{grid-template-columns:1fr;gap:34px}.pdp-gallery{position:static}.pdp-top{padding:20px 0 58px}
  .pdp-thumbs{grid-template-columns:repeat(5,1fr)}
  .mbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:95;padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid #e5dccf;box-shadow:0 -6px 22px rgba(60,30,20,.08)}
  .mbar a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;font-size:14px;font-weight:800;border-radius:6px}
  .mbar-wa{background:#1f8f52;color:#fff}.mbar-quote{background:#fff;color:var(--primary);border:1px solid var(--primary)}
  .whatsapp-float{display:none}body.menu-open .mbar{display:none}body{padding-bottom:74px}
  /* 触控目标 ≥44px（mobile_audit MOB-TAP-SMALL）*/
  .menu-toggle{width:44px;height:44px}.brand img{height:40px}.brand{display:flex;align-items:center;min-height:44px}
  .site-footer a{padding:11px 0;min-height:44px;display:flex;align-items:center}
  .footer-legal a{display:inline-flex;align-items:center;min-height:44px;padding:0 6px}
  .text-link{display:inline-flex;align-items:center;min-height:44px}
  .breadcrumb a{padding:6px 0;display:inline-flex;align-items:center;min-height:36px}
}
@media (max-width:700px){
  .category-grid.category-grid-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .category-grid-editorial .category-card:not(.category-card-viewall){border-radius:12px}
  .category-grid-editorial .category-body{min-height:82px;padding:13px 12px 14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px}
  .category-grid-editorial .category-body h3{font-size:clamp(16px,4.3vw,19px);line-height:1.08}.category-eyebrow{font-size:11px}
  .category-grid-editorial .category-body>span{font-size:11px;white-space:normal}
  .category-card-viewall{min-height:0;flex-direction:column;align-items:flex-start;padding:28px 24px}.category-card-viewall h3{font-size:28px}.category-card-viewall p{font-size:13px}.category-cta-action{width:100%;justify-content:center}
}
@media (max-width:600px){
  .topbar{font-size:11px}.topbar-inner{gap:9px}.main-nav{top:98px;height:calc(100vh - 98px)}.mobile-overlay{inset:98px 0 0}
  .hero-content.container{width:calc(100% - 30px)}.hero-copy{padding:36px 0 18px}.hero h1{font-size:46px}.hero-lead{font-size:14px;margin:18px 0 20px}
  .hero-points{grid-template-columns:1fr 1fr;gap:9px 12px;font-size:11px}.hero-actions{flex-direction:column;margin-top:24px}.hero-actions .btn{width:100%}.hero-art{height:360px}
  .trust-grid{grid-template-columns:1fr 1fr;gap:14px 10px}.trust-icon{min-width:38px;height:38px}.trust-item strong{font-size:12px}.trust-item small{font-size:11px}
  .section{padding:58px 0}.section-head h2,.customization-copy h2,.factory-copy h2,.quote-copy h2{font-size:38px}.section-head p{font-size:14px}
  .customization-media{min-height:320px}.customization-copy{padding:46px 22px}.option-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-info{padding:12px}.product-info h3{font-family:inherit;font-size:13px}.product-info .product-meta{font-size:11px}
  .serve-grid{grid-template-columns:1fr}.serve-card{min-height:0}
  .process-grid{grid-template-columns:1fr}.process-grid article{min-height:0}.process-grid article:after{display:none!important}
  .factory-section{padding:66px 0}.factory-visual img{height:330px}.factory-points{grid-template-columns:1fr}
  .facts-grid{grid-template-columns:1fr}.faq-item summary{font-size:17px}
  .inner-hero h1{font-size:clamp(34px,8.6vw,44px)}.inner-hero-facts{gap:10px 22px}.inner-hero-facts strong{font-size:17px}
  .inner-hero .hero-actions .btn,.cta-band .hero-actions .btn{width:100%}
  .spec-dl>div{grid-template-columns:1fr;gap:5px;padding:13px 16px}
  .place-dl{grid-template-columns:1fr}.place-dl>div{grid-template-columns:1fr;gap:4px}
  .qa-item h2{font-size:23px}.qa-item p{font-size:15px}
  .pdp-info h1{font-size:clamp(27px,7.4vw,34px)}.pdp-answer{font-size:15px}
  .pdp-keyfacts{gap:10px 20px}.pdp-keyfacts strong{font-size:16px}
  .pdp-info .hero-actions .btn{width:100%}.pdp-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}
  .checklist li{padding:14px 16px 14px 50px}
  .option-grid-wide{grid-template-columns:1fr}
  .card-group-head{flex-direction:column;align-items:flex-start;gap:10px}
  .guide-grid,.guide-grid-index{grid-template-columns:1fr}
  .post-aside{grid-template-columns:1fr}.short-answer{padding:18px 18px}.short-answer p{font-size:15px}
  .post-body p,.post-body ul,.post-body ol{font-size:15px}
  .quote-section{padding:65px 0}.quote-copy h2{font-size:42px}
  .contact-card{padding:20px 18px}.contact-card-dl>div{grid-template-columns:1fr;gap:2px}
  .step2-grid .quote-form{padding:20px 16px}
  .upload-drop{min-height:104px;padding:14px 12px}.upload-drop small{font-size:10px}.quote-copy ul{grid-template-columns:1fr}.quote-form{padding:22px 18px}.field-row{grid-template-columns:1fr;gap:0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}


/* 色调 V2「赤陶·燕麦」——取自 LOVY独立站_V2赤陶燕麦_正式版_20260906.zip，
   2026-09-07 由 Jacken 拍板启用（原 D4 = logo 红 #c8161d，现改 C 方案赤陶 #b04d2c）。
   **只搬颜色层**：该包基于 09-06 版式，含已过时的 .serve-grid 5 列、.customization-section 1fr 1fr 等，
   若整份覆盖会抹掉 09-07 的版式改动，因此只取下面这段纯颜色覆盖层 + :root 的 9 个值。
   本段 46 条规则经脚本核过，全部是 background/color/border-color/box-shadow，无版式属性。
   logo 红 --brand:#ed1c24 与 favicon 保持不变。 */
/* ===== LOVY V2 production refinements ===== */
:root{--on-primary-soft:rgba(255,255,255,.82);--on-primary-faint:rgba(255,255,255,.68)}
.nav-category-menu{box-shadow:0 22px 54px rgba(43,19,11,.16)}
.hero,.inner-hero{background:#f6eddf}
.hero-fullbleed:after{background:linear-gradient(90deg,#f6eddf 0%,rgba(246,237,223,.98) 25%,rgba(246,237,223,.72) 39%,rgba(246,237,223,0) 56%)}
.inner-hero:after{background:linear-gradient(100deg,#f6eddf 0%,rgba(246,237,223,.96) 34%,rgba(246,237,223,.74) 52%,rgba(246,237,223,.10) 78%)}
.hero-art,.inner-hero-art{background:#f0e5d1}
.hero-art--pattern{background:radial-gradient(ellipse 46% 60% at 78% 42%,rgba(176,77,44,.12),transparent 70%),radial-gradient(ellipse 40% 55% at 62% 80%,rgba(201,161,90,.22),transparent 72%),repeating-linear-gradient(135deg,rgba(120,90,60,.05) 0 2px,transparent 2px 9px),linear-gradient(90deg,#f6eddf 0%,#f1e5d0 55%,#ebdec5 100%)}
.inner-hero-art--pattern{background:radial-gradient(ellipse 44% 78% at 82% 46%,rgba(176,77,44,.12),transparent 70%),radial-gradient(ellipse 38% 70% at 64% 88%,rgba(201,161,90,.22),transparent 72%),repeating-linear-gradient(135deg,rgba(120,90,60,.05) 0 2px,transparent 2px 9px),linear-gradient(90deg,#f6eddf 0%,#f1e5d0 58%,#ebdec5 100%)}
.eyebrow.light,.category-cta-eyebrow{color:var(--on-primary-soft)}
.hero-points span:before,.trust-icon,.line-icon{border-color:#e7cac0}
.btn-secondary{border-color:#d0c6b6}
.category-grid-editorial .category-card:not(.category-card-viewall){border-color:#e6ded0}
.category-grid-editorial .category-card:not(.category-card-viewall):hover{border-color:#dec8b7;box-shadow:0 18px 42px rgba(43,19,11,.10)}
.category-card-viewall:hover{box-shadow:0 20px 44px rgba(107,47,27,.22)}
.customization-section{background:#f4ebdd}
.featured-section{background:#fcfaf5}
.product-card{border-color:#ede7db}
.product-img{background:#f5eee2}
.serve-card{background:#fbf7f0}
.factory-section{background:#23160f}
.factory-note{background:rgba(35,22,15,.78)}
.factory-note span{color:#d7d5d4}
.factory-copy .eyebrow{color:#e9cdc4}
.factory-copy>p{color:#d3d0cf}
.factory-points span{color:#bdb9b7}
.factory-copy .btn-secondary{border-color:#69615c}
.facts-section{background:#f8f3ea;border-color:#e6dbc8}
.facts-card{border-color:#e6dbc8}
/* ⚠ 2026-09-09 修回归：V2 包这三条原本写的是浅色文字（白/近白），
   因为它假设 .quote-section 是深底。lovy 的 .quote-section 实际是浅沙底
   （实测 rgb(246,239,227)），照搬后对比度只有 1.04–1.16，等于隐形——
   波及首页 / contact / custom / 全部 37 个 PDP 共 18 处，其中包括表单旁
   那条勾选清单（MOQ、交期、私标、回复时效）。改回换色前的深色值。
   教训：搬主题覆盖层时，只核「是不是纯颜色属性」不够，
   还要核每条规则假设的背景与本站实际背景是否一致。 */
.quote-copy .eyebrow{color:var(--primary)}
.quote-copy>p,.quote-contact{color:var(--muted)}
.quote-copy ul{color:#524844}
.quote-form input,.quote-form select,.quote-form textarea{border-color:#dad2c4}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(176,77,44,.12)}
.pdp-thumb.is-active{box-shadow:0 0 0 2px rgba(176,77,44,.14)}
.site-footer{background:#f8f4ed}
.footer-bottom{border-color:#e4dccd}
.category-card-viewall p,.cta-band p{color:var(--on-primary-soft)}
.category-cta-action{border-color:rgba(255,255,255,.56)}
.topbar{background:var(--primary-deep)}
.nav-cta,.btn-primary,.category-card-viewall,.cta-band{background:var(--primary)}
.nav-cta:hover,.btn-primary:hover{background:var(--primary-2)}
::selection{background:var(--blush);color:var(--ink)}
@media (max-width:860px){.nav-category-menu{border-left-color:#e7cac0}.hero-fullbleed{background:#f6eddf}.inner-hero{background:#f6eddf}.inner-hero:after{background:linear-gradient(100deg,#f6eddf 0%,rgba(246,237,223,.92) 55%,rgba(246,237,223,.55) 100%)}}
