*{margin:0;padding:0;box-sizing:border-box}
:root{--navy:#0C445B;--navy-mid:#0F5067;--teal:#168177;--teal-light:#2BB89E;--mint:#70E5C8;--gold:#C49A3C;--silver:#F0F4F5;--silver-mid:#DDE6E8;--text-muted:#5E7480;--text-body:#23363D;--radius:6px}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--text-body);background:#fff;overflow-x:hidden;line-height:1.6}
img{max-width:100%}
a{color:inherit}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:var(--navy);display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:84px;border-bottom:1px solid rgba(255,255,255,.08)}
.nav-logo{display:flex;align-items:center;gap:13px;text-decoration:none}
.nav-logo img{height:64px;width:auto;display:block}
.nav-logo .nav-logo-text{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:18px;color:#fff;letter-spacing:-.02em;line-height:1.1;border-left:1px solid rgba(255,255,255,.18);padding-left:13px}
.nav-logo .nav-logo-text small{display:block;font-size:9px;font-weight:500;letter-spacing:.14em;color:var(--mint);text-transform:uppercase;margin-top:3px}
.nav-links{display:flex;align-items:center;gap:26px;list-style:none}
.nav-links a{color:rgba(255,255,255,.72);text-decoration:none;font-size:13px;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-cta{background:var(--teal);color:#fff;border:none;padding:10px 22px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;text-decoration:none;transition:background .2s}
.nav-cta:hover{background:var(--teal-light)}
.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}

/* CRED STRIP */
.cred-strip{background:var(--gold);padding:9px 48px;display:flex;align-items:center;gap:22px;overflow:hidden;flex-wrap:wrap}
.cred-item{display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:11.5px;font-weight:600;color:var(--navy)}
.cred-dot{width:4px;height:4px;border-radius:50%;background:var(--navy);opacity:.4;flex-shrink:0}

/* PAGE HEADER (inner pages) */
.page-header{background:var(--navy);padding:64px 64px 72px;color:#fff}
.breadcrumb{font-size:12px;color:rgba(255,255,255,.5);margin-bottom:16px}
.breadcrumb a{color:var(--mint);text-decoration:none}
.page-header .eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mint);margin-bottom:12px}
.page-header h1{font-family:'Space Grotesk',sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:18px;max-width:760px}
.page-header p{font-size:16px;color:rgba(255,255,255,.65);max-width:620px;font-weight:300}

/* SECTIONS */
section{padding:72px 64px}
.section-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:12px}
.section-title{font-family:'Space Grotesk',sans-serif;font-size:32px;font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}
.section-sub{font-size:15px;color:var(--text-muted);line-height:1.7;max-width:560px;font-weight:300}
.alt-bg{background:var(--silver)}
h2{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--navy)}
h3{font-family:'Space Grotesk',sans-serif;font-weight:600;color:var(--navy)}

/* HERO (home) */
.hero{background:var(--navy);min-height:520px;display:grid;grid-template-columns:1.1fr .9fr}
.hero-left{padding:84px 40px 84px 64px;display:flex;flex-direction:column;justify-content:center}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(43,184,158,.15);border:1px solid rgba(43,184,158,.3);padding:5px 14px;border-radius:20px;font-size:11px;font-weight:600;color:var(--mint);letter-spacing:.1em;text-transform:uppercase;margin-bottom:22px;width:fit-content}
.hero-eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--mint)}
.hero h1{font-family:'Space Grotesk',sans-serif;font-size:44px;font-weight:700;line-height:1.1;color:#fff;letter-spacing:-.03em;margin-bottom:20px}
.hero h1 em{font-style:normal;color:var(--mint)}
.hero-sub{font-size:15px;color:rgba(255,255,255,.62);line-height:1.75;max-width:420px;margin-bottom:36px;font-weight:300}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.btn-primary{background:var(--teal);color:#fff;border:none;padding:13px 28px;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;text-decoration:none;transition:all .2s;display:inline-block}
.btn-primary:hover{background:var(--teal-light)}
.btn-ghost{background:transparent;color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.25);padding:13px 24px;border-radius:var(--radius);font-size:14px;cursor:pointer;font-family:'Inter',sans-serif;text-decoration:none;transition:all .2s;display:inline-block}
.btn-ghost:hover{border-color:rgba(255,255,255,.55);color:#fff}
.hero-right{position:relative;display:flex;align-items:center;justify-content:center;padding:40px}
.hero-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px;width:100%;max-width:360px}
.hero-card-badge{display:inline-block;background:rgba(196,154,60,.2);border:1px solid rgba(196,154,60,.4);color:var(--gold);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:20px;margin-bottom:16px}
.hero-card h3{font-size:18px;color:#fff;margin-bottom:8px}
.hero-card p{font-size:13px;color:rgba(255,255,255,.55);line-height:1.6;margin-bottom:20px}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.spec-item{background:rgba(255,255,255,.05);border-radius:6px;padding:10px 12px}
.spec-label{font-size:10px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
.spec-value{font-family:'Space Grotesk',sans-serif;font-size:14px;font-weight:600;color:#fff}

/* STATS */
.stats-row{background:var(--silver);display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--silver-mid)}
.stat-box{padding:28px 32px;border-right:1px solid var(--silver-mid)}
.stat-box:last-child{border-right:none}
.stat-num{font-family:'Space Grotesk',sans-serif;font-size:32px;font-weight:700;color:var(--navy);letter-spacing:-.03em;line-height:1}
.stat-num sub{color:var(--teal);font-size:20px;vertical-align:baseline}
.stat-label{font-size:12px;color:var(--text-muted);margin-top:6px}

/* CARD GRIDS */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px}
.card{background:#fff;border:1px solid var(--silver-mid);border-radius:12px;padding:28px}
.card .ic{font-size:26px;margin-bottom:14px;display:block}
.card h3{font-size:17px;margin-bottom:8px}
.card p{font-size:13px;color:var(--text-muted);line-height:1.65}

/* FEATURE LIST */
.features-list{display:flex;flex-direction:column;gap:12px;margin:24px 0}
.feature-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text-body)}
.feature-dot{min-width:8px;height:8px;border-radius:50%;background:var(--teal);margin-top:7px}

/* PRODUCT BANNER */
.banner{margin:0 0 8px;border:1px solid var(--silver-mid);border-radius:14px;overflow:hidden;background:#fff;padding:24px 32px}
.banner img{width:100%;height:auto;display:block}
.banner-cap{display:flex;justify-content:space-between;align-items:center;margin-top:16px;flex-wrap:wrap;gap:8px}
.banner-cap h4{font-size:15px}
.banner-cap span{font-size:12px;color:var(--text-muted)}

/* OEM FORM */
.oem-section{background:var(--navy);padding:72px 64px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.oem-left .section-eyebrow{color:var(--gold)}
.oem-left .section-title{color:#fff}
.oem-left .section-sub{color:rgba(255,255,255,.55)}
.oem-steps{margin-top:34px;display:flex;flex-direction:column;gap:20px}
.oem-step{display:flex;align-items:flex-start;gap:16px}
.step-num{min-width:36px;height:36px;border-radius:50%;background:rgba(43,184,158,.15);border:1px solid rgba(43,184,158,.3);display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk',sans-serif;font-size:13px;font-weight:700;color:var(--mint)}
.step-text h4{font-size:14px;font-weight:500;color:#fff;margin-bottom:3px}
.step-text p{font-size:12px;color:rgba(255,255,255,.45);line-height:1.6}
.oem-form{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px}
.oem-form h3{font-size:20px;color:#fff;margin-bottom:6px}
.form-note{font-size:12px;color:rgba(255,255,255,.35);margin-bottom:24px}
.form-field{margin-bottom:14px}
.form-field label{display:block;font-size:11px;font-weight:500;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.form-field input,.form-field select,.form-field textarea{width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:10px 14px;color:#fff;font-size:13px;font-family:'Inter',sans-serif;outline:none;transition:border .2s}
.form-field textarea{min-height:80px;resize:vertical}
.form-field input::placeholder,.form-field textarea::placeholder{color:rgba(255,255,255,.25)}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:rgba(43,184,158,.5)}
.form-field select{color:rgba(255,255,255,.6);-webkit-appearance:none}
.form-field select option{background:var(--navy);color:#fff}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.btn-form{width:100%;background:var(--teal);color:#fff;border:none;padding:13px;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;margin-top:4px;transition:background .2s}
.btn-form:hover{background:var(--teal-light)}

/* PACK CHIPS */
.pack-sizes{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.pack-chip{background:var(--silver);border:1px solid var(--silver-mid);border-radius:20px;padding:6px 16px;font-size:12px;color:var(--text-body)}
.pack-chip.hi{background:rgba(22,129,119,.1);border-color:rgba(22,129,119,.3);color:var(--teal);font-weight:500}

/* TABLE */
.spec-table{width:100%;border-collapse:collapse;margin-top:24px;font-size:14px}
.spec-table th{background:var(--navy);color:#fff;text-align:left;padding:12px 16px;font-weight:500;font-size:13px}
.spec-table td{padding:12px 16px;border-bottom:1px solid var(--silver-mid);color:var(--text-body)}
.spec-table tr:nth-child(even) td{background:var(--silver)}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:8px}
.contact-row{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}
.contact-icon{font-size:20px;min-width:24px}
.contact-row h4{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:3px}
.contact-row a,.contact-row p{font-size:14px;color:var(--text-muted);text-decoration:none}
.contact-row a:hover{color:var(--teal)}
.map-embed{margin-top:32px;border-radius:12px;overflow:hidden;border:1px solid var(--silver-mid);height:280px;background:var(--silver);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px}

/* FAQ */
.faq-item{border-bottom:1px solid var(--silver-mid);padding:20px 0}
.faq-item h3{font-size:16px;margin-bottom:8px}
.faq-item p{font-size:14px;color:var(--text-muted);line-height:1.7}

/* CTA BAND */
.cta-band{background:var(--teal);padding:56px 64px;text-align:center;color:#fff}
.cta-band h2{color:#fff;font-size:30px;margin-bottom:12px}
.cta-band p{color:rgba(255,255,255,.85);font-size:15px;max-width:520px;margin:0 auto 28px}
.cta-band .btn-primary{background:#fff;color:var(--teal)}
.cta-band .btn-primary:hover{background:var(--navy);color:#fff}

/* FOOTER */
footer{background:var(--navy-mid);padding:56px 64px 28px}
.footer-top{display:flex;align-items:center;gap:12px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-top img{height:48px;border-radius:4px}
.footer-top span{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:14px;color:#fff}
.footer-top span em{font-style:normal;color:var(--mint)}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:36px}
.footer-desc{font-size:12px;color:rgba(255,255,255,.4);line-height:1.7;max-width:280px}
.footer-heading{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:14px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-links a{font-size:13px;color:rgba(255,255,255,.6);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.footer-bottom p{font-size:11px;color:rgba(255,255,255,.3)}

/* WHATSAPP FAB */
.wa-fab{position:fixed;bottom:24px;right:24px;z-index:200;width:52px;height:52px;border-radius:50%;background:#25D366;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);font-size:24px;text-decoration:none;transition:transform .2s}
.wa-fab:hover{transform:scale(1.1)}

/* RESPONSIVE */
@media(max-width:880px){
  nav{padding:0 20px;height:70px}
  .nav-logo img{height:48px}
  .nav-links{display:none}
  .nav-links.open{display:flex;position:absolute;top:70px;left:0;right:0;background:var(--navy);flex-direction:column;padding:16px 20px;gap:14px;border-bottom:1px solid rgba(255,255,255,.1)}
  .menu-toggle{display:block}
  .cred-strip{display:none}
  .hero{grid-template-columns:1fr}
  .hero-left{padding:48px 20px}
  .hero h1{font-size:32px}
  .hero-right{padding:0 20px 48px}
  section,.oem-section,.page-header,.cta-band,footer{padding-left:20px;padding-right:20px}
  .page-header h1{font-size:30px}
  .stats-row{grid-template-columns:1fr 1fr}
  .stat-box:nth-child(2){border-right:none}
  .grid-3,.grid-2,.oem-section,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .footer-grid{gap:28px}
}

/* IMAGE SLOTS (drop-in real photos) */
.img-slot{background:var(--silver);border:1px dashed var(--silver-mid);border-radius:14px;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-muted);overflow:hidden}
.img-slot img{width:100%;height:100%;object-fit:cover;display:block;border-radius:14px}
.img-slot .slot-icon{font-size:34px;margin-bottom:10px;opacity:.5}
.img-slot .slot-label{font-size:12px;letter-spacing:.04em;text-transform:uppercase;font-weight:500}
.img-slot .slot-hint{font-size:11px;margin-top:4px;opacity:.7}
.pet-lifestyle{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px;align-items:stretch}
@media(max-width:880px){.pet-lifestyle{grid-template-columns:1fr}}

/* CATEGORY DIVIDER */
.cat-divider{display:flex;align-items:center;gap:16px;padding:0 64px;margin:0}
.cat-divider .cat-tag{display:inline-flex;align-items:center;gap:8px;background:var(--navy);color:#fff;font-family:'Space Grotesk',sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;padding:9px 18px;border-radius:30px}
.cat-divider .cat-tag.pet{background:var(--teal)}
.cat-divider .cat-line{flex:1;height:1px;background:var(--silver-mid)}
@media(max-width:880px){.cat-divider{padding:0 20px}}

/* PACKAGING VIDEOS */
.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:40px}
.video-frame{background:#000;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;height:440px}
.video-frame video{width:100%;height:100%;object-fit:contain;background:#000;display:block}
.video-cap{font-size:13px;color:var(--text-muted);margin-top:10px;text-align:center;font-weight:500}
@media(max-width:880px){.video-grid{grid-template-columns:1fr}.video-frame{height:360px}}

/* TRUST STRIP */
.trust-strip{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.trust-badge{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--silver-mid);border-radius:30px;padding:8px 16px;font-size:12.5px;font-weight:500;color:var(--navy)}
.trust-badge .tb-ic{font-size:15px}
/* FAQ accordion */
.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:16px}
.faq-q .faq-toggle{color:var(--teal);font-size:20px;font-weight:400;flex-shrink:0;transition:transform .2s}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.faq-item .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--text-muted);font-size:14px;line-height:1.7}
.faq-item.open .faq-a{max-height:320px;margin-top:10px}

/* baby category tag */
.cat-divider .cat-tag.baby{background:var(--gold);color:var(--navy)}

/* TIMELINE */
.timeline{margin-top:40px;position:relative;padding-left:28px}
.timeline::before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:var(--silver-mid)}
.tl-item{position:relative;padding-bottom:30px}
.tl-item:last-child{padding-bottom:0}
.tl-item::before{content:"";position:absolute;left:-28px;top:3px;width:16px;height:16px;border-radius:50%;background:var(--teal);border:3px solid #fff;box-shadow:0 0 0 2px var(--teal)}
.tl-item .tl-year{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--teal);font-size:15px;margin-bottom:4px}
.tl-item h4{font-size:16px;margin:0 0 4px}
.tl-item p{font-size:13.5px;color:var(--text-muted);margin:0}
/* founder card */
.founder{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;margin-top:32px}
.founder .f-badge{width:90px;height:90px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk',sans-serif;font-size:30px;font-weight:700}
.brand-heritage{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.brand-chip{background:#fff;border:1px solid var(--silver-mid);border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--navy)}
@media(max-width:700px){.founder{grid-template-columns:1fr;text-align:center}.founder .f-badge{margin:0 auto}}

/* VIEW-ONLY CERTIFICATE */
.cert-wrap{max-width:720px;margin:36px auto 0;position:relative;border:1px solid var(--silver-mid);border-radius:12px;overflow:hidden;box-shadow:0 12px 34px rgba(12,68,91,.1)}
.cert-wrap img{width:100%;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}
.cert-wrap .cert-guard{position:absolute;inset:0}
.cert-label{text-align:center;font-size:12px;color:var(--text-muted);margin-top:12px}
.cert-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px}
.cert-meta span{background:var(--silver);border:1px solid var(--silver-mid);border-radius:30px;padding:7px 15px;font-size:12.5px;font-weight:600;color:var(--navy)}

/* NAV DROPDOWN */
.nav-links li{position:relative}
.has-drop>a .caret{font-size:9px;margin-left:4px;opacity:.75}
.drop{position:absolute;top:100%;left:-14px;background:#fff;border:1px solid var(--silver-mid);border-radius:10px;box-shadow:0 16px 42px rgba(12,68,91,.2);list-style:none;padding:8px;min-width:236px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s,transform .18s,visibility .18s}
.drop::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}
.has-drop:hover .drop,.has-drop:focus-within .drop{opacity:1;visibility:visible;transform:translateY(0)}
.drop li a{display:block;color:var(--navy);font-size:13px;padding:9px 12px;border-radius:6px;white-space:nowrap;transition:background .15s,color .15s}
.drop li a:hover{background:var(--silver);color:var(--teal)}
.drop li a.active{color:var(--teal);font-weight:600}
@media(max-width:880px){
  .drop{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:none;padding:4px 0 0 16px;min-width:0}
  .drop li a{color:rgba(255,255,255,.66);padding:7px 0;font-size:12.5px}
  .drop li a:hover,.drop li a.active{background:none;color:#fff}
  .has-drop>a .caret{display:none}
}
/* product hub cards */
.prod-hub{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}
.prod-card{background:#fff;border:1px solid var(--silver-mid);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;text-decoration:none}
.prod-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(12,68,91,.14)}
.prod-card img{width:100%;height:190px;object-fit:cover;display:block}
.prod-card .pc-body{padding:22px;display:flex;flex-direction:column;flex:1}
.prod-card .pc-tag{display:inline-block;align-self:flex-start;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#fff;padding:4px 10px;border-radius:20px;margin-bottom:10px;font-weight:600}
.pc-tag.pet{background:var(--teal)}.pc-tag.med{background:var(--navy)}.pc-tag.baby{background:var(--gold)}
.prod-card h3{font-family:'Space Grotesk',sans-serif;font-size:18px;color:var(--navy);margin-bottom:8px}
.prod-card p{font-size:13.5px;color:var(--text-muted);line-height:1.65;flex:1}
.prod-card .pc-link{margin-top:14px;font-size:13px;font-weight:600;color:var(--teal)}
@media(max-width:880px){.prod-hub{grid-template-columns:1fr}}
