:root {
--jy26-ink: #17212b;
--jy26-muted: #5e6b78;
--jy26-line: #d9e0e5;
--jy26-paper: #ffffff;
--jy26-soft: #f3f6f7;
--jy26-deep: #123b4a;
--jy26-teal: #087f75;
--jy26-gold: #d8a12e;
}
.jy26,
.jy26 * { box-sizing: border-box; }
.jy26 { width: 100%; color: var(--jy26-ink); font-family: inherit; line-height: 1.65; }
.jy26 img { display: block; max-width: 100%; }
.jy26 a { text-decoration: none; }
.jy26-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.jy26-section { padding: 76px 0; }
.jy26-section--soft { background: var(--jy26-soft); }
.jy26-section--deep { background: var(--jy26-deep); color: #fff; }
.jy26-kicker { margin: 0 0 10px; color: var(--jy26-teal); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.jy26-section--deep .jy26-kicker { color: #8edbd0; }
.jy26 h1,
.jy26 h2,
.jy26 h3 { margin-top: 0; color: inherit; letter-spacing: 0; line-height: 1.16; }
.jy26 h1 { font-size: clamp(40px, 6vw, 76px); }
.jy26 h2 { font-size: clamp(30px, 4vw, 48px); }
.jy26 h3 { font-size: 22px; }
.jy26 p { color: var(--jy26-muted); }
.jy26-section--deep p { color: #dbe6e9; }
.jy26-lead { max-width: 760px; font-size: 19px; }
.jy26-home-hero { min-height: min(760px, 82vh); display: flex; align-items: flex-end; background-size: cover; background-position: center; position: relative; color: #fff; }
.jy26-home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,25,32,.88) 0%, rgba(10,25,32,.62) 52%, rgba(10,25,32,.12) 100%); }
.jy26-home-hero .jy26-shell { position: relative; padding-bottom: 76px; }
.jy26-home-hero h1 { max-width: 850px; margin-bottom: 20px; }
.jy26-home-hero p { max-width: 680px; color: #e8eff1; font-size: 20px; }
.jy26-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.jy26-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border: 1px solid var(--jy26-teal); background: var(--jy26-teal); color: #fff !important; font-weight: 800; }
.jy26-btn--ghost { border-color: rgba(255,255,255,.7); background: transparent; }
.jy26-btn--light { border-color: var(--jy26-line); background: #fff; color: var(--jy26-deep) !important; }
.jy26-statbar { background: #fff; border-bottom: 1px solid var(--jy26-line); }
.jy26-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.jy26-stat { padding: 24px; border-right: 1px solid var(--jy26-line); }
.jy26-stat:last-child { border-right: 0; }
.jy26-stat strong { display: block; font-size: 28px; color: var(--jy26-deep); }
.jy26-stat span { color: var(--jy26-muted); }
.jy26-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.jy26-heading > div { max-width: 760px; }
.jy26-grid { display: grid; gap: 22px; }
.jy26-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.jy26-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.jy26-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.jy26-card { min-width: 0; border: 1px solid var(--jy26-line); border-radius: 6px; background: #fff; overflow: hidden; }
.jy26-card-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #fff; }
.jy26-card-media img { width: 100%; height: 100%; object-fit: cover; }
.jy26-card-media--contain img { object-fit: contain; padding: 12px; }
.jy26-card-body { padding: 22px; }
.jy26-card-body h3 { margin-bottom: 10px; }
.jy26-card-body p { margin-bottom: 14px; }
.jy26-link { color: #086b91 !important; font-weight: 800; }
.jy26-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0 0; padding: 0; list-style: none; }
.jy26-tags li { padding: 4px 8px; background: var(--jy26-soft); border: 1px solid var(--jy26-line); color: #46535e; font-size: 12px; }
.jy26-product-hero { padding: 64px 0; background: var(--jy26-soft); }
.jy26-product-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.88fr); gap: 58px; align-items: center; }
.jy26-product-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.jy26-product-hero figure { margin: 0; aspect-ratio: 4 / 3; background: #fff; border: 1px solid var(--jy26-line); overflow: hidden; }
.jy26-product-hero figure img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.jy26-table-wrap { overflow-x: auto; border: 1px solid var(--jy26-line); background: #fff; }
.jy26-table { width: 100%; border-collapse: collapse; min-width: 660px; }
.jy26-table th,
.jy26-table td { padding: 14px 16px; border-bottom: 1px solid var(--jy26-line); text-align: left; vertical-align: top; }
.jy26-table th { background: #edf3f4; color: var(--jy26-deep); }
.jy26-table tr:last-child td { border-bottom: 0; }
.jy26-note { padding: 18px 20px; border-left: 4px solid var(--jy26-gold); background: #fff8e9; color: #5a4a28; }
.jy26-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--jy26-line); border: 1px solid var(--jy26-line); }
.jy26-process div { background: #fff; padding: 24px; }
.jy26-process strong { display: block; color: var(--jy26-teal); font-size: 13px; }
.jy26-catalog-hero { padding: 88px 0 54px; background: var(--jy26-deep); color: #fff; }
.jy26-catalog-hero h1 { max-width: 920px; }
.jy26-catalog-hero p { max-width: 780px; color: #dbe6e9; font-size: 19px; }
.jy26-navstrip { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.22); margin-top: 34px; }
.jy26-navstrip a { padding: 18px; color: #fff !important; border-right: 1px solid rgba(255,255,255,.22); font-weight: 800; }
.jy26-navstrip a:last-child { border-right: 0; }
.jy26-model-card .jy26-card-media { aspect-ratio: 3 / 4; }
.jy26-model-card .jy26-card-body { padding: 16px; }
.jy26-model-card h3 { font-size: 18px; }
.single-product div.product { display: block !important; }
.single-product div.product .woocommerce-product-gallery { display: none !important; }
.single-product div.product .summary { float: none !important; width: 100% !important; max-width: none !important; margin: 0 !important; }
.single-product div.product .summary > .product_title,
.single-product div.product .summary > .woocommerce-product-details__short-description,
.single-product div.product .summary > .product_meta,
.single-product div.product .summary > form.cart,
.single-product div.product .summary > .price { display: none !important; }
.single-product .woocommerce-tabs { display: block !important; width: 100% !important; max-width: none !important; clear: both !important; margin: 0 !important; }
.single-product .woocommerce-tabs > ul.tabs { display: none !important; }
.single-product .woocommerce-tabs .panel,
.single-product .woocommerce-tabs .entry-content { display: block !important; width: 100% !important; max-width: none !important; height: auto !important; margin: 0 !important; padding: 0 !important; }
.single-product .woocommerce-tabs .col-md-6,
.single-product .woocommerce-tabs [class*="col-md-"] { float: none !important; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.single-product .related.products { display: none !important; }
.single-product .site-content .container,
.single-product .content-area { max-width: none !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
@media (max-width: 980px) {
.jy26-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.jy26-grid--3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.jy26-product-hero-grid { grid-template-columns: 1fr; }
.jy26-product-hero figure { max-width: 720px; }
.jy26-process { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
.jy26-shell { width: min(100% - 28px, 1180px); }
.jy26-section { padding: 52px 0; }
.jy26-home-hero { min-height: 670px; }
.jy26-home-hero .jy26-shell { padding-bottom: 46px; }
.jy26-home-hero h1 { font-size: 42px; }
.jy26-home-hero p { font-size: 17px; }
.jy26-stats,
.jy26-grid--2,
.jy26-grid--3,
.jy26-grid--4,
.jy26-navstrip,
.jy26-process { grid-template-columns: 1fr; }
.jy26-stat { border-right: 0; border-bottom: 1px solid var(--jy26-line); }
.jy26-stat:last-child { border-bottom: 0; }
.jy26-heading { display: block; }
.jy26-heading .jy26-btn { margin-top: 14px; }
.jy26-navstrip a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.jy26-navstrip a:last-child { border-bottom: 0; }
.jy26-product-hero-grid { gap: 30px; }
.jy26-product-hero figure { aspect-ratio: 1 / 1; }
}