/*
Theme Name: Xixin Kitchen B2B
Theme URI: https://001.5858188.com/
Author: Xixin Kitchen
Description: Portable English B2B WordPress theme for kitchen storage and sink organization manufacturers.
Version: 2.10.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: xixin-kitchen
*/

:root {
  --ink: #17211d;
  --muted: #5f6c66;
  --green: #087dbd;
  --green-2: #063b5b;
  --sage: #d9edf8;
  --lime: #70c3ef;
  --cream: #f4f7f9;
  --white: #fff;
  --line: #dce2de;
  --shadow: 0 20px 55px rgba(2, 46, 72, .14);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--cream); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--green); }
.section-head { max-width: 710px; margin-bottom: 46px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
h3 { font-size: 22px; line-height: 1.25; }
.lead { color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px;
  background: var(--green); color: var(--white); font-weight: 800; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--green-2); }
.btn-light { background: var(--white); color: var(--green); }
.btn-outline { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }

.site-header {
  position: sticky; z-index: 50; top: 0; border-bottom: 1px solid #e7edf1;
  background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
}
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark {
  display: grid; width: 46px; height: 46px; place-items: center; border-radius: 4px;
  background: var(--green-2); color: var(--white); font-size: 18px;
}
.site-nav { display: flex; align-items: center; gap: 28px; color: #253845; font-size: 14px; font-weight: 800; }
.site-nav a:hover { color: var(--green); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 28px; }

.hero { overflow: hidden; min-height: 680px; padding: 78px 0 0; background-position:center; background-size:cover; color:#fff; }
.hero-grid { display: grid; min-height:602px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; }
.hero-copy p { max-width: 650px; }
.hero-copy { align-self:center; padding-bottom:130px; }
.hero-copy h1 { max-width:800px; font-size:clamp(52px,6vw,82px); text-shadow:0 4px 24px rgba(0,0,0,.22); }
.hero-copy .eyebrow { color:#8bd4fa; }
.hero-copy .eyebrow::before { background:#8bd4fa; }
.hero-copy .lead { color:rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 42px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 28px; color: #425149; font-size: 14px; font-weight: 700; }
.hero-proof span::before { content: "✓"; margin-right: 8px; color: var(--green); }
.hero-media { position: relative; min-height: 580px; }
.hero-main {
  position: absolute; inset: 0 0 40px 48px; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow);
  background: var(--white);
}
.hero-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-card {
  position: absolute; bottom: 0; left: 0; width: 250px; padding: 20px; border-radius: 20px;
  background: var(--green); color: var(--white); box-shadow: var(--shadow);
}
.hero-card strong { display: block; font-size: 24px; }

.hero-stats { align-self:end; display:grid; grid-column:1/2; grid-template-columns:repeat(3,1fr); margin-top:-128px; background:rgba(226,240,248,.34); backdrop-filter:blur(10px); }
.hero-stats div { min-height:128px; padding:28px 24px; border-right:1px solid rgba(255,255,255,.22); }
.hero-stats div:last-child { border-right:0; }
.hero-stats strong { display:block; font-size:32px; }
.hero-stats span { color:rgba(255,255,255,.75); font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.stats { margin-top: -1px; background: var(--green); color: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 24px; border-right: 1px solid rgba(255,255,255,.17); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 30px; line-height: 1.2; }
.stat span { color: rgba(255,255,255,.72); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { position: relative; overflow: hidden; min-height: 390px; border-radius: 8px; background: #e8ece9; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.category-card:hover img { transform: scale(1.04); }
.category-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(9,26,19,.82)); }
.category-copy { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; color: var(--white); }
.category-copy p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid #dbe5eb; border-radius: 6px; background: var(--white); transition: .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card-link { display:block; height:100%; }
.product-media { aspect-ratio: 1 / .8; overflow: hidden; background: #f1f3f1; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 24px; }
.product-tag { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-body h3 { margin: 8px 0 10px; }
.view-detail { display:inline-block; margin-top:16px; color:var(--green); font-size:13px; font-weight:850; }
.specs { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.specs span { padding: 6px 10px; border-radius: 999px; background: var(--cream); color: #53605a; font-size: 12px; }

.strainer-showcase { overflow:hidden; background:#fff; }
.strainer-showcase-head { display:grid; grid-template-columns:1fr .8fr; gap:70px; align-items:end; margin-bottom:42px; }
.strainer-showcase-head h2,.strainer-showcase-head .lead { margin-bottom:0; }
.strainer-showcase-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.strainer-showcase-card { overflow:hidden; border:1px solid #d5e3ea; border-radius:24px; background:#fff; box-shadow:0 18px 45px rgba(2,46,72,.1); transition:transform .25s ease,box-shadow .25s ease; }
.strainer-showcase-card:hover { transform:translateY(-6px); box-shadow:0 26px 58px rgba(2,46,72,.16); }
.strainer-showcase-image { overflow:hidden; aspect-ratio:1/1; padding:12px; background:#f8fafb; }
.strainer-showcase-image img { width:100%; height:100%; object-fit:contain; transition:transform .35s ease; }
.strainer-showcase-card:hover img { transform:scale(1.025); }
.strainer-showcase-copy { padding:25px 26px 28px; }
.strainer-showcase-copy > span { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.strainer-showcase-copy h3 { min-height:55px; margin:9px 0 11px; font-size:21px; }
.strainer-showcase-copy p { min-height:68px; margin:0; color:var(--muted); font-size:14px; }
.strainer-showcase-copy strong { display:inline-block; margin-top:19px; color:var(--green); font-size:13px; }

.application-section { background:#eff4f7; }
.application-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.application-card {
  position:relative; display:flex; min-height:300px; overflow:hidden; align-items:flex-end;
  padding:28px; border:1px solid rgba(6,59,91,.08); border-radius:14px;
  background:#dbe8ef var(--app-image) center/cover no-repeat; color:#fff;
  box-shadow:0 14px 34px rgba(2,46,72,.10); isolation:isolate; transition:transform .28s ease,box-shadow .28s ease;
}
.application-card::before { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(180deg,rgba(3,31,49,.04) 20%,rgba(3,31,49,.9) 100%); }
.application-card::after { content:""; position:absolute; z-index:-1; inset:0; border:1px solid rgba(255,255,255,.22); border-radius:inherit; }
.application-card:hover { transform:translateY(-6px); box-shadow:0 24px 48px rgba(2,46,72,.2); }
.application-card span { position:absolute; top:22px; left:22px; display:grid; width:44px; height:44px; place-items:center; border-radius:50%; background:rgba(255,255,255,.92); color:var(--green); font-size:12px; font-weight:900; box-shadow:0 8px 24px rgba(2,46,72,.15); }
.application-card h3 { margin:0 0 8px; font-size:24px; }
.application-card p { max-width:310px; margin:0; color:rgba(255,255,255,.78); font-size:14px; line-height:1.55; }

.advantages { background:var(--green-2); color:#fff; }
.advantages .eyebrow { color:#83cff5; }
.advantages .eyebrow::before { background:#83cff5; }
.advantage-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.18); }
.advantage-item { min-height:250px; padding:34px; background:#063b5b; transition:background .28s ease; }
.advantage-item:hover { background:#07466b; }
.advantage-icon {
  display:grid; width:58px; height:58px; place-items:center; border:1px solid rgba(131,207,245,.34);
  border-radius:18px; background:rgba(112,195,239,.12); color:#83cff5; font-size:28px;
  animation:advantageIconFloat 4s ease-in-out infinite; transition:transform .28s ease,background .28s ease,color .28s ease;
}
.advantage-item:nth-child(2) .advantage-icon { animation-delay:-.6s; }
.advantage-item:nth-child(3) .advantage-icon { animation-delay:-1.2s; }
.advantage-item:nth-child(4) .advantage-icon { animation-delay:-1.8s; }
.advantage-item:nth-child(5) .advantage-icon { animation-delay:-2.4s; }
.advantage-item:nth-child(6) .advantage-icon { animation-delay:-3s; }
.advantage-item:hover .advantage-icon { transform:translateY(-5px) scale(1.08); background:#83cff5; color:#063b5b; }
.advantage-item h3 { margin:28px 0 12px; }
.advantage-item p { margin:0; color:rgba(255,255,255,.65); font-size:14px; }
@keyframes advantageIconFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-6px); } }
@media (prefers-reduced-motion:reduce) { .advantage-icon { animation:none; } }

.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.video-frame { overflow: hidden; border-radius: 30px; background: #0b1712; box-shadow: var(--shadow); }
.video-frame video { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 16px; place-items: center; border-radius: 12px; background: var(--sage); color: var(--green); font-weight: 900; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }
.capability-proof { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; overflow:hidden; margin-top:18px; border:1px solid var(--line); border-radius:16px; background:var(--line); }
.capability-proof span { display:grid; gap:3px; padding:16px 14px; background:#f7fafb; color:var(--muted); font-size:11px; line-height:1.4; }
.capability-proof strong { color:var(--green-2); font-size:12px; }

.molding-section { position:relative; overflow:hidden; background:#eaf4fa; }
.molding-section::after { content:""; position:absolute; right:-180px; bottom:-220px; width:520px; height:520px; border:90px solid rgba(8,125,189,.06); border-radius:50%; pointer-events:none; }
.molding-grid { position:relative; z-index:1; display:grid; grid-template-columns:.88fr 1.12fr; gap:72px; align-items:center; }
.molding-intro h2 { max-width:560px; }
.molding-intro .lead { max-width:610px; }
.molding-tags { display:flex; flex-wrap:wrap; gap:10px; margin:28px 0; }
.molding-tags span { padding:8px 13px; border:1px solid #c5dce8; border-radius:999px; background:rgba(255,255,255,.72); color:#31566b; font-size:12px; font-weight:800; }
.molding-steps { overflow:hidden; border:1px solid #c8dee9; border-radius:22px; background:rgba(255,255,255,.82); box-shadow:0 20px 55px rgba(2,46,72,.1); }
.molding-steps article { display:grid; grid-template-columns:62px 1fr; gap:22px; padding:25px 28px; border-bottom:1px solid #d8e7ee; }
.molding-steps article:last-child { border-bottom:0; }
.molding-steps article > span { display:grid; width:48px; height:48px; place-items:center; border-radius:14px; background:var(--green-2); color:#83cff5; font-size:12px; font-weight:900; }
.molding-steps h3 { margin:1px 0 6px; font-size:19px; }
.molding-steps p { margin:0; color:var(--muted); font-size:14px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step { position: relative; padding: 28px 22px; border-radius: 20px; background: var(--white); }
.step-no { color: var(--green); font-size: 13px; font-weight: 900; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.about-image { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.about-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; }
.check-list li::before { content: "✓"; display: grid; flex: 0 0 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-weight: 900; }

.cta { padding: 92px 0; background: #062f49; color: var(--white); }
.cta-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.cta .lead { color: rgba(255,255,255,.72); }
.contact-list { display: grid; gap: 12px; margin-top: 30px; color: rgba(255,255,255,.86); }
.quote-form { padding: 32px; border-radius: 24px; background: var(--white); color: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 800; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; background: #fbfcfb; }
.field textarea { min-height: 122px; resize: vertical; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.consent { display:flex; align-items:flex-start; gap:10px; margin:0 0 18px; color:var(--muted); font-size:12px; line-height:1.45; }
.consent input { width:16px; height:16px; margin-top:2px; accent-color:var(--green); }
.consent a { color:var(--green); font-weight:800; text-decoration:underline; text-underline-offset:2px; }
.consent a:hover { color:var(--green-2); }
.form-alert { padding: 12px 14px; border-radius: 10px; font-size: 14px; font-weight: 700; }
.form-alert.success { background: #e6f4e8; color: #205c2a; }
.form-alert.error { background: #fff0ed; color: #8f2d1e; }

.site-footer { padding-top: 58px; background: #fff; color: var(--ink); border-top: 1px solid #e4ebef; }
.footer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(44px,6vw,84px); padding-bottom: 58px; }
.footer-column { min-width: 0; }
.footer-title { position: relative; margin: 0 0 28px; padding-bottom: 17px; border-bottom: 2px solid #dce6f2; font-size: 20px; line-height: 1.2; }
.footer-title::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 50px; height: 5px; border-radius: 3px; background: var(--green); }
.footer-copy { max-width: 470px; margin: 0 0 14px; color: #68757c; font-size: 15px; line-height: 1.7; }
.footer-contact-list { display: grid; gap: 22px; color: #68757c; font-size: 15px; line-height: 1.55; }
.footer-contact-list p { display: grid; margin: 0; }
.footer-contact-list strong { margin-bottom: 3px; color: #29363b; }
.footer-contact-list a { width: fit-content; color: #68757c; }
.footer-contact-list a:hover { color: var(--green); }
.footer-search { display: flex; align-items: stretch; gap: 8px; }
.footer-search input { min-width: 0; flex: 1; height: 48px; padding: 0 15px; border: 1px solid #cfd8dd; border-radius: 4px; background: #fff; color: var(--ink); font: inherit; }
.footer-search input:focus { outline: 3px solid rgba(27,130,197,.14); border-color: var(--green); }
.footer-search button { height: 48px; padding: 0 22px; border: 0; border-radius: 4px; background: var(--green); color: #fff; font: inherit; font-weight: 700; cursor: pointer; transition: transform .2s ease,background .2s ease; }
.footer-search button:hover { transform: translateY(-1px); background: #096ca9; }
.footer-quick-links,.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.footer-quick-links { margin-top: 20px; font-size: 14px; }
.footer-quick-links a,.footer-bottom-links a { color: #526169; }
.footer-quick-links a:hover,.footer-bottom-links a:hover { color: var(--green); }
.footer-bottom-wrap { border-top: 1px solid #e7ecef; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 82px; color: #68757c; font-size: 13px; }

.page-shell { min-height: 60vh; padding: 90px 0; }
.entry-content { max-width: 820px; }

.privacy-page { background:#fff; }
.privacy-hero { padding:88px 0 74px; background:linear-gradient(135deg,#eaf4fa 0%,#f8fbfc 62%,#fff 100%); border-bottom:1px solid #dce8ee; }
.privacy-hero h1 { max-width:760px; margin-bottom:18px; }
.privacy-hero .lead { max-width:760px; }
.privacy-updated { margin:24px 0 0; color:var(--muted); font-size:13px; }
.privacy-layout { display:grid; grid-template-columns:300px 1fr; gap:72px; align-items:start; }
.privacy-summary { position:sticky; top:112px; padding:28px; border:1px solid #d5e4eb; border-radius:20px; background:#f4f9fb; }
.privacy-summary strong { display:block; margin-bottom:10px; color:var(--green-2); font-size:20px; }
.privacy-summary p { color:var(--muted); font-size:14px; }
.privacy-summary .btn { margin-top:10px; }
.privacy-content { max-width:790px; }
.privacy-content section { padding:0 0 34px; margin:0 0 34px; border-bottom:1px solid var(--line); }
.privacy-content section:last-child { margin-bottom:0; border-bottom:0; }
.privacy-content h2 { margin-bottom:14px; font-size:26px; letter-spacing:-.02em; }
.privacy-content p { margin-bottom:12px; color:var(--muted); }
.privacy-content a { color:var(--green); font-weight:700; }

.about-page { background:#fff; }
.about-visual { padding:28px 0 0; background:#f1f5f7; }
.about-visual-frame { position:relative; overflow:hidden; min-height:650px; border-radius:30px 30px 0 0; background:#dce7eb; }
.about-visual-frame::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(3,40,61,.62)); pointer-events:none; }
.about-visual-frame > img { width:100%; height:650px; object-fit:cover; }
.about-visual-label { position:absolute; z-index:2; bottom:34px; left:34px; display:flex; gap:16px; align-items:center; max-width:430px; padding:20px 24px; border:1px solid rgba(255,255,255,.22); border-radius:18px; background:rgba(3,47,73,.86); color:#fff; backdrop-filter:blur(10px); }
.about-visual-label > .dashicons { display:grid; width:46px; height:46px; place-items:center; border-radius:13px; background:rgba(131,207,245,.18); color:#83cff5; font-size:24px; }
.about-visual-label small,.about-visual-label strong { display:block; }
.about-visual-label small { color:#83cff5; font-size:10px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.about-visual-label strong { margin-top:3px; font-size:18px; }
.about-story-grid { display:grid; grid-template-columns:1fr .9fr; gap:70px; align-items:center; }
.about-story-copy h1 { font-size:clamp(42px,5vw,66px); }
.about-story-copy > p:not(.eyebrow):not(.lead) { color:var(--muted); }
.about-story-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.btn-ghost { border-color:#b7d3e1; background:#fff; color:var(--green-2); }
.btn-ghost:hover { background:#eaf4fa; color:var(--green-2); }
.about-factory-video { overflow:hidden; border:1px solid #d7e4ea; border-radius:26px; background:#fff; box-shadow:var(--shadow); }
.about-factory-video video { width:100%; aspect-ratio:4/3; object-fit:cover; background:#062f49; }
.about-factory-video > div { display:grid; gap:2px; padding:20px 24px; }
.about-factory-video span { color:var(--muted); font-size:13px; }
.about-capabilities,.about-process { background:#f1f5f7; }
.about-section-intro { display:grid; grid-template-columns:1fr .9fr; gap:72px; align-items:end; margin-bottom:44px; }
.about-section-intro h2 { margin-bottom:0; }
.about-section-intro .lead { margin:0; }
.about-capability-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.about-capability-grid article { overflow:hidden; border:1px solid #d7e4ea; border-radius:20px; background:#fff; box-shadow:0 12px 32px rgba(2,46,72,.07); }
.about-capability-grid img { width:100%; aspect-ratio:1/.74; object-fit:cover; }
.about-capability-grid article > div { padding:26px; }
.about-capability-grid span { color:var(--green); font-size:12px; font-weight:900; letter-spacing:.08em; }
.about-capability-grid h3 { margin:8px 0 10px; }
.about-capability-grid p { margin:0; color:var(--muted); font-size:14px; }
.about-custom-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.about-custom-grid article { min-height:245px; padding:28px; border:1px solid #d7e4ea; border-radius:18px; background:#f4f8fa; }
.about-custom-grid .dashicons { display:grid; width:48px; height:48px; place-items:center; border-radius:14px; background:#dceff9; color:var(--green); font-size:24px; }
.about-custom-grid h3 { margin:26px 0 10px; }
.about-custom-grid p { margin:0; color:var(--muted); font-size:14px; }
.about-custom-grid .about-custom-highlight { background:var(--green-2); color:#fff; }
.about-custom-highlight .dashicons { background:rgba(131,207,245,.15); color:#83cff5; }
.about-custom-grid .about-custom-highlight p { color:rgba(255,255,255,.68); }
.about-proof { background:#fff; }
.about-proof-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.about-proof article { padding:42px; border:1px solid #d7e4ea; border-radius:24px; }
.about-proof h2 { font-size:clamp(32px,3vw,44px); }
.about-process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.about-process-grid article { min-height:220px; padding:27px; border:1px solid #d7e4ea; border-radius:16px; background:#fff; }
.about-process-grid span { display:grid; width:42px; height:42px; place-items:center; border-radius:12px; background:#dff1fa; color:var(--green); font-size:12px; font-weight:900; }
.about-process-grid h3 { margin:25px 0 10px; }
.about-process-grid p { margin:0; color:var(--muted); font-size:14px; }
.about-cta { padding:72px 0; background:#062f49; color:#fff; }
.about-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:48px; }
.about-cta .eyebrow { color:#83cff5; }
.about-cta .eyebrow::before { background:#83cff5; }
.about-cta h2 { margin-bottom:12px; }
.about-cta p:last-child { max-width:720px; margin:0; color:rgba(255,255,255,.68); }
.about-cta .btn { flex:0 0 auto; }

.faq-page { background:#f1f5f7; }
.faq-hero { padding:28px 0 0; }
.faq-hero-inner { position:relative; min-height:390px; overflow:hidden; display:flex; align-items:center; padding:64px; border-radius:30px 30px 0 0; background:linear-gradient(90deg,rgba(3,36,56,.94),rgba(3,59,91,.48)),url('assets/images/over-sink-rack-large-black.jpg?ver=2.10.1') center/cover no-repeat; color:#fff; }
.faq-hero-inner::after { content:""; position:absolute; right:-80px; bottom:-130px; width:360px; height:360px; border:70px solid rgba(131,207,245,.12); border-radius:50%; }
.faq-hero-copy { position:relative; z-index:1; max-width:720px; }
.faq-hero .eyebrow { color:#83cff5; }
.faq-hero .eyebrow::before { background:#83cff5; }
.faq-hero h1 { max-width:760px; margin-bottom:20px; font-size:clamp(48px,6vw,76px); }
.faq-hero p:last-child { max-width:650px; margin:0; color:rgba(255,255,255,.76); font-size:18px; }
.faq-main { background:#fff; }
.faq-intro { display:grid; grid-template-columns:1fr .9fr; gap:72px; align-items:end; margin-bottom:48px; }
.faq-intro h2 { margin-bottom:0; }
.faq-intro .lead { margin:0; }
.faq-layout { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr); gap:34px; align-items:start; }
.faq-list { border-top:1px solid #d7e4ea; }
.faq-item { border-bottom:1px solid #d7e4ea; background:#f5f8fa; transition:background .25s ease; }
.faq-item + .faq-item { margin-top:2px; }
.faq-item.is-open { background:#eaf4fa; }
.faq-question { width:100%; display:grid; grid-template-columns:62px 1fr 34px; gap:18px; align-items:center; padding:27px 28px; border:0; background:transparent; color:var(--ink); text-align:left; cursor:pointer; }
.faq-number { color:var(--green); font-size:21px; font-weight:900; letter-spacing:.03em; }
.faq-question-text { font-size:18px; font-weight:850; line-height:1.35; }
.faq-toggle { position:relative; width:30px; height:30px; border:1px solid #bed7e4; border-radius:50%; background:#fff; }
.faq-toggle::before,.faq-toggle::after { content:""; position:absolute; top:14px; left:8px; width:12px; height:2px; background:var(--green); transition:transform .25s ease; }
.faq-toggle::after { transform:rotate(90deg); }
.faq-item.is-open .faq-toggle::after { transform:rotate(0); }
.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
.faq-answer > p { overflow:hidden; margin:0; padding:0 82px 0 108px; color:var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows:1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom:27px; }
.faq-quote { position:sticky; top:106px; overflow:hidden; border:1px solid #cee0e9; border-radius:24px; background:#fff; box-shadow:0 20px 50px rgba(2,46,72,.1); }
.faq-quote-head { display:flex; gap:15px; align-items:center; padding:25px 28px; background:var(--green-2); color:#fff; }
.faq-quote-head > .dashicons { display:grid; width:44px; height:44px; place-items:center; border-radius:13px; background:rgba(131,207,245,.14); color:#83cff5; font-size:23px; }
.faq-quote-head small { display:block; color:#83cff5; font-size:10px; font-weight:850; letter-spacing:.09em; text-transform:uppercase; }
.faq-quote-head h3 { margin:2px 0 0; }
.faq-quote > p { margin:0; padding:24px 28px 0; color:var(--muted); font-size:14px; }
.faq-form { padding:24px 28px 28px; border-radius:0; }
.faq-form .field { margin-bottom:13px; }
.faq-form .field input,.faq-form .field textarea { padding:11px 13px; border-radius:9px; }
.faq-form .field textarea { min-height:105px; }
.faq-submit { width:100%; border-radius:12px; }
.faq-form .form-note { text-align:center; }
.faq-form .form-note a { color:var(--green); font-weight:750; }
.faq-trust { padding:0 0 96px; background:#fff; }
.faq-trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; padding:28px; border-radius:26px; background:#edf4f7; }
.faq-trust article { min-height:205px; padding:28px; border:1px solid #d9e6ec; border-radius:16px; background:#fff; }
.faq-trust .dashicons { color:var(--green); font-size:30px; }
.faq-trust h3 { margin:25px 0 10px; }
.faq-trust p { margin:0; color:var(--muted); font-size:14px; }

.product-detail-hero { padding: 34px 0 88px; background: linear-gradient(135deg,#f5f3eb 0%,#edf4ef 100%); }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:34px; color:var(--muted); font-size:13px; }
.breadcrumbs a:hover { color:var(--green); }
.detail-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:64px; align-items:center; }
.detail-main-image { overflow:hidden; aspect-ratio:1/0.82; border-radius:30px; background:#fff; box-shadow:var(--shadow); }
.detail-main-image img { width:100%; height:100%; object-fit:cover; }
.detail-main-image-contain { aspect-ratio:1/1; padding:18px; background:#f8fafb; }
.detail-main-image-contain img { object-fit:contain; }
.detail-badges { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.detail-badges span { padding:8px 13px; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--green); font-size:12px; font-weight:800; }
.detail-summary h1 { font-size:clamp(42px,5vw,68px); }
.detail-highlights { display:grid; gap:12px; margin:30px 0; }
.detail-highlights div { display:grid; grid-template-columns:150px 1fr; gap:16px; padding-bottom:12px; border-bottom:1px solid rgba(23,79,58,.14); }
.detail-highlights span { color:var(--muted); }
.text-link { color:var(--green); font-weight:800; text-decoration:underline; text-underline-offset:4px; }
.detail-actions { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:28px; }
.detail-action { display:grid; min-height:78px; grid-template-columns:42px 1fr auto; gap:13px; align-items:center; padding:13px 16px; border:1px solid transparent; border-radius:18px; font-weight:850; line-height:1.2; transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease; }
.detail-action > .dashicons { display:grid; width:42px; height:42px; place-items:center; border-radius:13px; font-size:21px; }
.detail-action small { display:block; margin-bottom:5px; font-size:10px; font-weight:750; letter-spacing:.04em; opacity:.68; }
.detail-action strong { font-size:20px; transition:transform .22s ease; }
.detail-action:hover { transform:translateY(-3px); box-shadow:0 14px 30px rgba(2,46,72,.14); }
.detail-action:hover strong { transform:translateX(3px); }
.detail-action-primary { background:var(--green-2); color:#fff; }
.detail-action-primary > .dashicons { background:rgba(131,207,245,.16); color:#83cff5; }
.detail-action-primary:hover { background:#075079; }
.detail-action-secondary { border-color:#bdd6e3; background:rgba(255,255,255,.82); color:var(--green-2); }
.detail-action-secondary > .dashicons { background:#dff1fa; color:var(--green); }
.detail-action-secondary:hover { border-color:#7dbddd; background:#fff; }
.detail-info-grid,.detail-use-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.spec-table { overflow:hidden; border:1px solid var(--line); border-radius:20px; }
.spec-table div { display:grid; grid-template-columns:150px 1fr; gap:20px; padding:17px 20px; border-bottom:1px solid var(--line); }
.spec-table div:last-child { border-bottom:0; }
.spec-table span { color:var(--muted); }
.detail-panel { display:flex; min-height:100%; flex-direction:column; justify-content:center; padding:42px; border-radius:24px; background:var(--green); color:#fff; }
.detail-panel .check-list li::before { color:var(--green); background:var(--lime); }
.use-cards { display:grid; gap:14px; }
.use-cards div { display:flex; align-items:center; gap:18px; padding:22px; border-radius:18px; background:#fff; }
.use-cards span { color:var(--green); font-size:12px; font-weight:900; }
.use-cards strong { font-size:18px; }

@media (max-width: 960px) {
  .hero-grid, .why-grid, .about-grid, .cta-grid, .molding-grid, .detail-grid, .detail-info-grid, .detail-use-grid, .faq-intro, .faq-layout, .about-story-grid, .about-section-intro, .about-proof-grid, .strainer-showcase-head { grid-template-columns: 1fr; }
  .molding-grid { gap:42px; }
  .detail-panel { min-height:auto; padding:34px; }
  .hero-grid { min-height:620px; }
  .hero-copy { padding-bottom:120px; }
  .hero-stats { grid-column:1; }
  .application-grid,.advantage-grid { grid-template-columns:repeat(2,1fr); }
  .hero-media { min-height: 500px; }
  .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .strainer-showcase-grid { grid-template-columns:repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .site-nav { display: none; position: absolute; top: 76px; right: 20px; left: 20px; flex-direction: column; align-items: stretch; padding: 22px; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .faq-quote { position:static; }
  .about-custom-grid,.about-process-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .hero { padding-top: 42px; }
  .hero-media { min-height: 390px; }
  .hero-main { inset-left: 24px; border-radius: 24px; }
  .hero-card { width: 210px; padding: 16px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid rgba(255,255,255,.17); }
  .category-grid, .product-grid, .feature-list, .process-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .privacy-layout { grid-template-columns:1fr; gap:38px; }
  .privacy-summary { position:static; }
  .capability-proof { grid-template-columns:1fr; }
  .application-grid,.advantage-grid,.hero-stats { grid-template-columns:1fr; }
  .application-card { min-height:280px; }
  .hero { min-height:auto; padding-top:48px; }
  .hero-grid { min-height:auto; display:block; }
  .hero-copy { padding-bottom:40px; }
  .hero-stats { margin:0 0 34px; }
  .hero-stats div { min-height:auto; padding:20px; border-right:0; border-bottom:1px solid rgba(255,255,255,.2); }
  .category-card { min-height: 350px; }
  .footer-bottom { flex-direction: column; }
  .product-detail-hero { padding-bottom:64px; }
  .detail-grid { gap:34px; }
  .detail-highlights div,.spec-table div { grid-template-columns:1fr; gap:4px; }
  .detail-actions { grid-template-columns:1fr; }
  .molding-steps article { grid-template-columns:52px 1fr; gap:15px; padding:22px 18px; }
  .faq-hero { padding-top:14px; }
  .faq-hero-inner { min-height:360px; padding:36px 26px; border-radius:22px 22px 0 0; }
  .faq-hero h1 { font-size:44px; }
  .faq-main { padding-top:62px; }
  .faq-intro { gap:14px; margin-bottom:34px; }
  .faq-layout { gap:28px; }
  .faq-question { grid-template-columns:44px 1fr 30px; gap:10px; padding:23px 17px; }
  .faq-number { font-size:17px; }
  .faq-question-text { font-size:16px; }
  .faq-answer > p { padding-right:56px; padding-left:71px; font-size:14px; }
  .faq-item.is-open .faq-answer > p { padding-bottom:23px; }
  .faq-quote-head,.faq-quote > p,.faq-form { padding-right:22px; padding-left:22px; }
  .faq-trust-grid { grid-template-columns:1fr; padding:18px; }
  .about-visual { padding-top:14px; }
  .about-visual-frame { min-height:460px; border-radius:22px 22px 0 0; }
  .about-visual-frame > img { height:460px; }
  .about-visual-label { right:16px; bottom:16px; left:16px; padding:17px; }
  .about-story-grid,.about-section-intro { gap:28px; }
  .about-story-actions { display:grid; }
  .about-capability-grid,.about-custom-grid,.about-process-grid { grid-template-columns:1fr; }
  .about-custom-grid article,.about-process-grid article { min-height:auto; }
  .about-proof article { padding:28px 22px; }
  .about-cta-inner { display:grid; gap:28px; }
  .about-cta .btn { width:100%; }
  .strainer-showcase-grid { grid-template-columns:1fr; }
  .strainer-showcase-copy h3,.strainer-showcase-copy p { min-height:0; }
}
