/*
Theme Name: EpiGScience Research Peptides
Theme URI: https://epigscience.com
Author: EpiGScience
Description: Premium WordPress theme for research-grade peptide products. Includes product catalog, quality assurance, research-use-only disclaimers, and EpiGScience branding.
Version: 2.0.0
License: GPLv2 or later
Text Domain: epigscience
*/

:root{--blue:#013ff0;--blue2:#0a67ff;--black:#05070d;--ink:#111827;--muted:#64748b;--line:#e5e7eb;--bg:#f8fafc;--white:#fff;--dark:#07111f;--silver:#e6e9ee;--radius:22px;--shadow:0 24px 60px rgba(2,18,49,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}.container{width:min(1180px,92vw);margin:auto}.site-header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);z-index:20}.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{height:60px;width:auto;max-width:260px}.nav{display:flex;gap:24px;align-items:center}.nav a{color:#14213d;text-decoration:none;font-weight:700;font-size:14px}.nav a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:999px;background:var(--blue);color:white;text-decoration:none;font-weight:800;border:1px solid var(--blue);box-shadow:0 12px 28px rgba(1,63,240,.24)}.btn.alt{background:white;color:var(--blue);box-shadow:none}.btn.dark{background:#0b1220;border-color:#0b1220}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 14% 10%,rgba(1,63,240,.17),transparent 30%),linear-gradient(135deg,#fff 0%,#eef4ff 48%,#f8fafc 100%);padding:80px 0 54px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.eyebrow{color:var(--blue);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.97;margin:12px 0 20px;letter-spacing:-.055em}.hero p{font-size:19px;color:#334155;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.trust{background:white;border:1px solid var(--line);padding:16px;border-radius:18px;box-shadow:0 8px 24px rgba(2,18,49,.06);font-weight:800}.hero-card{background:#07111f;border-radius:30px;padding:18px;box-shadow:var(--shadow);position:relative}.hero-card img{width:100%;border-radius:22px;display:block}.hero-card .badge{position:absolute;left:28px;top:28px;background:white;color:var(--blue);font-weight:900;border-radius:999px;padding:9px 14px}.section{padding:76px 0}.section.dark{background:linear-gradient(135deg,#061021,#0b1a33);color:white}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head h2{font-size:clamp(31px,4vw,48px);line-height:1.05;letter-spacing:-.035em;margin:0}.section-head p{color:#64748b;max-width:620px}.dark .section-head p{color:#cbd5e1}.quality-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.q-card{background:white;border:1px solid var(--line);border-radius:20px;padding:22px;text-align:center;box-shadow:0 10px 26px rgba(2,18,49,.06)}.dark .q-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.q-icon{height:48px;width:48px;margin:0 auto 10px;border-radius:16px;background:rgba(1,63,240,.1);display:grid;place-items:center;color:var(--blue);font-weight:900}.dark .q-icon{background:rgba(255,255,255,.12);color:#fff}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(2,18,49,.08);display:flex;flex-direction:column}.product-img{height:260px;background:linear-gradient(180deg,#f8fafc,#eaf2ff);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;object-position:top center}.product-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.product h3{margin:0;font-size:22px}.pill{display:inline-flex;width:max-content;align-items:center;padding:5px 10px;border-radius:999px;background:#eef4ff;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.price{font-size:20px;font-weight:900;color:#0b1220}.product p{color:#475569;margin:0}.product-actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.panel{background:white;border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow)}.dark .panel{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{background:white;border:1px solid var(--line);padding:22px;border-radius:20px}.disclaimer{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;border-radius:20px;padding:18px;font-weight:700}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.contact-card{background:white;border:1px solid var(--line);border-radius:24px;padding:28px}.contact-card input,.contact-card textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:14px;margin:8px 0 14px;font:inherit}.site-footer{background:#05070d;color:#cbd5e1;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.site-footer a{color:#e2e8f0;text-decoration:none}.footer-logo{height:80px;width:auto;filter:drop-shadow(0 8px 18px rgba(1,63,240,.25))}.mobile-toggle{display:none;background:white;border:1px solid var(--line);border-radius:12px;padding:10px}@media(max-width:900px){.hero-grid,.about-grid,.contact{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.quality-grid,.features{grid-template-columns:repeat(2,1fr)}.nav{display:none;position:absolute;top:88px;left:4vw;right:4vw;background:white;border:1px solid var(--line);border-radius:20px;padding:20px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.mobile-toggle{display:block}.trust-row{grid-template-columns:1fr}}@media(max-width:600px){.products,.quality-grid,.features,.footer-grid{grid-template-columns:1fr}.product-img{height:220px}.hero{padding-top:42px}.brand img{height:46px}.section{padding:54px 0}}
