:root {
  --blue: #147dbf;
  --blue-deep: #075a9e;
  --green: #18b45b;
  --cyan: #18b8d8;
  --purple: #7045a6;
  --orange: #f28a00;
  --ink: #101820;
  --muted: #66727d;
  --line: #dce2e6;
  --paper: #f4f6f6;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 90, 158, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Nunito Sans", "DM Sans", Arial, sans-serif; letter-spacing: 0; }

.top-strip { height: 32px; display: flex; justify-content: center; align-items: center; gap: 48px; padding: 0 20px; background: var(--blue-deep); color: #d8edf8; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.top-strip span:last-child { color: #82e5ad; }
.site-header { position: sticky; top: 0; z-index: 30; height: 82px; display: flex; align-items: center; gap: 34px; padding: 0 clamp(20px, 5vw, 80px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { display: block; width: auto; height: 52px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #3f4b54; font-size: 13px; font-weight: 700; }
.main-nav a { padding: 30px 0; }
.main-nav a:hover { color: var(--blue); }
.menu-button { display: none; border: 0; background: none; color: var(--blue-deep); font-weight: 800; cursor: pointer; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 0; border-radius: 6px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.header-cta { background: var(--green); color: var(--white); font-size: 13px; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }

.hero { position: relative; min-height: calc(100vh - 114px); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-photo { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; height: 100%; object-fit: cover; object-position: right center; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #fff 0%, #fff 44%, rgba(255,255,255,.98) 55%, rgba(255,255,255,.34) 76%, rgba(255,255,255,.04) 100%), linear-gradient(0deg, rgba(7,90,158,.1), transparent 42%); }
.hero-content { width: min(610px, 100%); margin: 0 clamp(24px, 8vw, 128px); padding: 78px 0 150px; }
.eyebrow, .kicker { margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker.light { color: #8ae4b0; }
.hero h1 { max-width: 620px; margin-bottom: 22px; color: var(--blue-deep); font-size: clamp(50px, 5.4vw, 76px); line-height: .94; font-weight: 900; }
.hero-lead { margin-bottom: 16px; color: var(--green); font-family: "Nunito Sans", sans-serif; font-size: clamp(22px, 2.5vw, 34px); font-weight: 800; line-height: 1.15; }
.hero-copy { max-width: 560px; color: #42515c; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button.primary { background: var(--blue); color: var(--white); }
.button.secondary { background: rgba(255,255,255,.82); color: var(--blue-deep); border: 1px solid var(--blue); }
.button.green { background: var(--green); color: var(--white); }
.hero-stats { position: absolute; left: clamp(24px, 8vw, 128px); bottom: 0; display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); background: var(--blue-deep); color: var(--white); }
.hero-stats div { min-width: 170px; padding: 22px 26px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stats strong { display: block; margin-bottom: 3px; font-size: 28px; }
.hero-stats span { color: #b9d9ea; font-size: 11px; }

.section { padding: clamp(78px, 9vw, 126px) clamp(24px, 8vw, 128px); }
.section-heading { max-width: 850px; margin-bottom: 44px; }
.section-heading h2, .product-content h2, .oem-heading h2, .feature-copy h2, .brand-system-copy h2, .cat-copy h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 70px); line-height: 1.02; font-weight: 900; }
.promise { background: var(--white); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.promise-grid article { min-height: 230px; padding: 28px 32px 28px 0; border-right: 1px solid var(--line); }
.promise-grid article + article { padding-left: 32px; }
.promise-grid article:last-child { border-right: 0; }
.promise-grid span { color: var(--blue); font-size: 12px; font-weight: 900; }
.promise-grid h3 { margin: 46px 0 12px; color: var(--blue-deep); font-size: 26px; }
.promise-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.75; }

.product-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 780px; background: var(--paper); }
.product-image { min-height: 700px; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-content { padding: clamp(70px, 8vw, 110px) clamp(26px, 7vw, 100px); }
.product-content h2 { margin-bottom: 40px; }
.product-list { border-top: 1px solid #c9d2d7; }
.product-list article { display: grid; grid-template-columns: 18px 1fr; gap: 18px; align-items: start; padding: 21px 0; border-bottom: 1px solid #c9d2d7; }
.product-list h3 { margin: 0 0 5px; font-size: 21px; }
.product-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.category-dot { width: 11px; height: 11px; margin-top: 7px; border-radius: 50%; background: var(--blue); }
.category-dot.pad { background: var(--cyan); }
.category-dot.wipe { background: var(--green); }
.category-dot.deodor { background: var(--purple); }
.category-dot.shampoo { background: var(--orange); }

.dark-section { background: #0d1821; color: var(--white); }
.oem-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 10vw; align-items: end; }
.oem-heading p { margin: 0; color: #a9bcc8; line-height: 1.8; }
.process { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 72px 0 44px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.process li { min-height: 190px; padding: 26px 20px 22px 0; border-right: 1px solid rgba(255,255,255,.18); }
.process li + li { padding-left: 20px; }
.process li:last-child { border-right: 0; }
.process span { color: #7fe1a8; font-size: 11px; font-weight: 900; }
.process h3 { margin: 40px 0 8px; font-size: 18px; }
.process p { color: #93a9b5; font-size: 12px; line-height: 1.6; }

.factory-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; background: var(--paper); }
.factory-image { min-height: 680px; overflow: hidden; }
.factory-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.factory-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 8vw, 108px) clamp(28px, 7vw, 96px); }
.factory-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4.7vw, 64px); line-height: 1.04; }
.factory-copy > p { color: var(--muted); line-height: 1.8; }
.factory-stats { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0 34px; border-top: 1px solid #c9d2d7; }
.factory-stats div { display: grid; gap: 5px; padding: 20px 14px 20px 0; border-bottom: 1px solid #c9d2d7; }
.factory-stats div:nth-child(odd) { border-right: 1px solid #c9d2d7; }
.factory-stats div:nth-child(even) { padding-left: 22px; }
.factory-stats strong { color: var(--blue-deep); font-size: 24px; }
.factory-stats span { color: var(--muted); font-size: 11px; }
.factory-copy .button { align-self: flex-start; }

.distributor-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 7vw, 96px); align-items: center; background: var(--blue-deep); color: var(--white); }
.distributor-copy > p { color: #c4deeb; line-height: 1.8; }
.distributor-copy h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 70px); line-height: 1.02; }
.distributor-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0 34px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.distributor-benefits article { display: grid; gap: 7px; padding: 20px; background: var(--blue-deep); }
.distributor-benefits strong { color: #8ce7b2; font-size: 14px; }
.distributor-benefits span { color: #b9d4e1; font-size: 12px; line-height: 1.55; }
.network-map { overflow: hidden; border-radius: 8px; background: var(--white); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.network-map img { width: 100%; min-height: 360px; object-fit: contain; display: block; padding: 30px; }
.map-caption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; border-top: 1px solid var(--line); color: var(--ink); }
.map-caption strong { color: var(--blue); }
.map-caption span { color: var(--muted); font-size: 12px; }

.feature-band { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 680px; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 8vw, 110px) clamp(24px, 8vw, 128px); }
.feature-copy p { color: var(--muted); line-height: 1.8; }
.feature-image { min-height: 620px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.logistics-gallery { display: grid; grid-template-rows: minmax(380px, 1fr) 180px; }
.logistics-gallery img { min-height: 0; }
.logistics-gallery img:last-child { object-fit: cover; border-top: 6px solid var(--white); }
.feature-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.feature-points span { padding: 9px 12px; border-radius: 999px; background: #e7f4fb; color: var(--blue-deep); font-size: 12px; font-weight: 800; }

.partner-tools { background: var(--paper); }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.media-panel { position: relative; min-height: 430px; overflow: hidden; border-radius: 8px; background: var(--blue-deep); color: var(--white); box-shadow: var(--shadow); }
.media-panel:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,40,67,.88), transparent 65%); }
.media-panel img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; display: block; transition: transform .4s ease; }
.media-panel:hover img { transform: scale(1.025); }
.media-panel div { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 26px; }
.media-panel span { color: #8ee3b1; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.media-panel h3 { max-width: 520px; margin: 8px 0 0; font-size: 27px; line-height: 1.15; }

.exhibition-section { background: var(--white); }
.exhibition-section .section-heading p:last-child { max-width: 760px; color: var(--muted); line-height: 1.8; }
.exhibition-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.exhibition-main, .exhibition-side { position: relative; min-height: 520px; overflow: hidden; border-radius: 8px; background: var(--blue-deep); box-shadow: var(--shadow); }
.exhibition-main:after, .exhibition-side:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,38,65,.9), transparent 62%); }
.exhibition-main img, .exhibition-side img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; }
.exhibition-main div, .exhibition-side div { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 26px; display: grid; gap: 7px; color: var(--white); }
.exhibition-main strong, .exhibition-side strong { font-size: 26px; }
.exhibition-main span, .exhibition-side span { color: #bcd9e7; font-size: 12px; }
.exhibition-side a { width: fit-content; margin-top: 8px; padding-bottom: 3px; border-bottom: 1px solid #86e3ad; color: #86e3ad; font-size: 13px; font-weight: 800; }

.brand-system { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(38px, 7vw, 94px); align-items: center; }
.brand-system-copy p { color: var(--muted); line-height: 1.8; }
.color-tokens { display: grid; gap: 8px; margin-top: 30px; }
.color-tokens span { display: flex; align-items: center; gap: 12px; color: #43515b; font-size: 12px; font-weight: 800; }
.color-tokens span:before { content: ""; width: 28px; height: 28px; border-radius: 4px; background: var(--swatch); border: 1px solid var(--line); }
.brand-system-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.brand-system-gallery img { width: 100%; min-height: 440px; height: 100%; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }

.cat-litter { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(36px, 7vw, 90px); align-items: center; background: var(--blue-deep); color: var(--white); }
.cat-copy p { color: #c2dfed; line-height: 1.8; }
.cat-litter img { width: 100%; border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.24); }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.faq-grid article { min-height: 250px; padding: 28px; background: var(--white); }
.faq-grid h3 { margin-bottom: 16px; color: var(--blue-deep); font-size: 24px; line-height: 1.14; }
.faq-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.75; }

.contact-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 8vw, 110px); padding: clamp(76px, 9vw, 126px) clamp(24px, 8vw, 128px); background: var(--green); }
.contact-copy { color: var(--white); }
.contact-copy > p { max-width: 540px; color: #e2faec; line-height: 1.8; }
.contact-lines { display: grid; gap: 9px; margin-top: 34px; font-size: 14px; }
.contact-lines strong { font-size: 18px; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 36px; border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.inquiry-form label { display: grid; gap: 8px; color: #43515b; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid #abb8bf; border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 11px 0; text-transform: none; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--blue); }
.inquiry-form textarea { min-height: 88px; resize: vertical; }
.inquiry-form .full { grid-column: 1 / -1; }
.inquiry-form small { color: #7b878f; text-align: center; font-size: 10px; line-height: 1.5; }

footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding: 72px clamp(24px, 8vw, 128px) 30px; background: #0d1821; color: #afc0ca; font-size: 12px; }
.footer-brand img { width: 170px; padding: 10px; border-radius: 7px; background: var(--white); }
.footer-brand p { margin-top: 18px; line-height: 1.7; }
footer h4 { margin: 0 0 20px; color: #81e3a9; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
footer > div:not(.footer-brand):not(.copyright) { display: flex; flex-direction: column; gap: 13px; }
.copyright { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #708792; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .menu-button { display: block; }
  .main-nav.open { position: absolute; top: 82px; left: 0; right: 0; display: grid; gap: 0; padding: 18px clamp(24px, 5vw, 60px); background: var(--white); border-bottom: 1px solid var(--line); }
  .main-nav.open a { padding: 12px 0; }
  .process { grid-template-columns: repeat(3, 1fr); }
  .process li:nth-child(3) { border-right: 0; }
  .brand-system { grid-template-columns: 1fr; }
  .factory-section, .distributor-section { grid-template-columns: 1fr; }
  .factory-image { min-height: 480px; }
  .network-map { max-width: 760px; }
}

@media (max-width: 760px) {
  .top-strip span:first-child { display: none; }
  .site-header { height: 70px; padding: 0 20px; gap: 16px; }
  .brand img { width: auto; height: 44px; }
  .main-nav.open { top: 70px; }
  .header-cta { display: none; }
  .hero { min-height: 930px; align-items: start; }
  .hero-photo { top: auto; left: 0; right: 0; bottom: 0; width: 100%; height: 43%; object-position: center; }
  .hero-shade { background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(255,255,255,.9) 63%, rgba(255,255,255,.08) 100%); }
  .hero-content { margin: 0 24px; padding: 54px 0 410px; }
  .hero h1 { font-size: 47px; }
  .hero-actions { display: grid; }
  .hero-stats { left: 0; right: 0; grid-template-columns: repeat(3, 1fr); }
  .hero-stats div { min-width: 0; padding: 16px 12px; }
  .hero-stats strong { font-size: 22px; }
  .promise-grid, .product-section, .oem-heading, .feature-band, .partner-grid, .brand-system-gallery, .cat-litter, .contact-section, .exhibition-grid { grid-template-columns: 1fr; }
  .promise-grid article, .promise-grid article + article { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid h3 { margin-top: 24px; }
  .product-image { min-height: 400px; }
  .product-content { padding: 70px 24px; }
  .oem-heading { gap: 30px; }
  .process { grid-template-columns: 1fr 1fr; }
  .process li, .process li + li { min-height: 170px; padding: 22px 14px 18px 0; }
  .process li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
  .process li:nth-child(even) { padding-left: 14px; border-right: 0; }
  .feature-image { min-height: 380px; grid-row: 1; }
  .logistics-gallery { grid-template-rows: 330px 150px; }
  .factory-image { min-height: 380px; }
  .factory-copy { padding: 66px 24px; }
  .factory-stats strong { font-size: 20px; }
  .distributor-benefits { grid-template-columns: 1fr; }
  .network-map img { min-height: 250px; padding: 18px; }
  .map-caption { flex-direction: column; }
  .exhibition-main, .exhibition-side, .exhibition-main img, .exhibition-side img { min-height: 360px; }
  .media-panel, .media-panel img { min-height: 340px; }
  .brand-system-gallery img { min-height: 300px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid article { min-height: auto; padding: 24px; }
  .contact-section { padding: 72px 24px; }
  .inquiry-form { grid-template-columns: 1fr; padding: 26px; }
  .inquiry-form label, .inquiry-form .full { grid-column: 1; }
  footer { grid-template-columns: 1fr 1fr; padding: 60px 24px 28px; }
  .footer-brand, .copyright { grid-column: 1 / -1; }
  .copyright { flex-direction: column; }
}
