:root{--green:#72b52f;--lime:#8bc91f;--deep:#3f6732;--ink:#14251f;--soft:#f5f8f3;--line:#dfe8db;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.top{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(12,59,46,.09)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;color:var(--deep)}
.brand-logo{display:block;width:116px;height:64px;object-fit:contain}
.footer .brand-logo{width:136px;height:112px}
.navlinks{display:flex;gap:28px;align-items:center;font-size:.94rem;font-weight:650}
.navlinks a:hover{color:var(--green)}
.navcta,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 21px;border-radius:999px;background:var(--deep);color:#fff;font-weight:750;border:1px solid var(--deep);transition:.2s}
.button.light{background:#fff;color:var(--deep);border-color:#fff}
.button.ghost{background:transparent;color:var(--deep);border-color:#aac3b3}
.button:hover,.navcta:hover{transform:translateY(-2px)}
.hero{min-height:690px;background:linear-gradient(100deg,rgba(6,44,32,.94) 0%,rgba(6,44,32,.86) 46%,rgba(6,44,32,.16) 76%),url('assets/suturas.jpg') center/cover;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-100px;bottom:-170px}
.hero-copy{position:relative;z-index:1;max-width:670px;padding:90px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;font-weight:800;color:#aeea62}
.hero h1,.pagehero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.3rem,7vw,6.6rem);line-height:.93;font-weight:400;letter-spacing:-.045em;margin:22px 0 28px}
.hero p{font-size:1.2rem;max-width:610px;color:#e7f1ea}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.trustbar{background:var(--green);color:#fff}
.trustgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}
.trustitem{padding:21px 0;text-align:center;font-weight:760;border-right:1px solid rgba(255,255,255,.27)}
.trustitem:last-child{border-right:0}
.section{padding:96px 0}
.section.alt{background:var(--soft)}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}
.kicker{color:var(--green);font-size:.78rem;font-weight:850;letter-spacing:.2em;text-transform:uppercase}
.title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.4rem,4.6vw,4.7rem);font-weight:400;line-height:1.04;letter-spacing:-.035em;margin:15px 0 24px}
.lead{font-size:1.08rem;color:#53635c;max-width:700px}
.feature-card{background:var(--deep);color:#fff;border-radius:34px;padding:54px;position:relative;overflow:hidden}
.feature-card:after{content:"";position:absolute;width:230px;height:230px;background:var(--green);border-radius:50%;right:-100px;bottom:-100px;opacity:.65}
.feature-card blockquote{font-family:Georgia,serif;font-size:2rem;line-height:1.25;margin:0 0 26px}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
.value{padding:27px;border:1px solid var(--line);border-radius:18px;background:#fff}
.value b{display:block;color:var(--deep);margin-bottom:8px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.product-card{border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--line);transition:.25s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(16,60,43,.12)}
.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.product-info{padding:24px}
.product-info h3{margin:0 0 8px;font-size:1.26rem}
.product-info p{margin:0;color:#66746e;font-size:.95rem}
.band{background:var(--deep);color:#fff;border-radius:32px;padding:54px;display:flex;justify-content:space-between;gap:45px;align-items:center}
.band h2{font-family:Georgia,serif;font-size:clamp(2.1rem,4vw,3.8rem);line-height:1.05;font-weight:400;margin:0}
.footer{background:#071c15;color:#d5e2db;padding:62px 0 30px}
.footgrid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:50px}
.footer h4{color:#fff}
.footer a{display:block;margin:8px 0;color:#c5d5cd}
.fine{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:24px;font-size:.85rem;color:#8fa69b}
.pagehero{padding:110px 0 85px;background:radial-gradient(circle at 90% 10%,#82c92d 0,transparent 28%),var(--deep);color:#fff}
.pagehero h1{font-size:clamp(3rem,6vw,5.7rem);max-width:850px}
.pagehero p{font-size:1.15rem;color:#dce9e2;max-width:720px}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 42px}
.filter{border:1px solid var(--line);border-radius:999px;padding:10px 15px;background:#fff;font-weight:700;cursor:pointer}
.filter.active{background:var(--deep);color:#fff;border-color:var(--deep)}
.catalog-card{display:grid;grid-template-columns:210px 1fr;gap:28px;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff}
.catalog-card img{width:210px;height:170px;object-fit:cover;border-radius:14px}
.catalog-list{display:grid;gap:18px}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin:13px 0}
.tag{font-size:.78rem;background:#ecf5e8;color:#31662c;border-radius:999px;padding:5px 10px}
.catalog-card h2{margin:4px 0 8px}
.catalog-card p{margin:0;color:#607069}
.idhero{padding:80px 0;background:linear-gradient(125deg,#071c15,#15573c);color:#fff}
.idgrid{display:grid;grid-template-columns:1fr .85fr;gap:60px;align-items:center}
.searchbox{background:#fff;color:var(--ink);border-radius:24px;padding:30px;box-shadow:0 25px 60px rgba(0,0,0,.25)}
.searchrow{display:flex;gap:10px}
.searchrow input{flex:1;border:1px solid #ccd8cf;border-radius:12px;padding:15px;font-size:1rem}
.searchrow button{border:0;border-radius:12px;padding:0 18px;background:var(--green);color:#fff;font-weight:800}
.notice{display:none;margin-top:15px;padding:14px;border-radius:12px;background:#edf7e9;color:#275f26}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.step{border-left:3px solid var(--green);padding:10px 22px}
.contactgrid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.contactcard{background:var(--soft);border-radius:26px;padding:38px}
.contactline{padding:18px 0;border-bottom:1px solid var(--line)}
.contactline:last-child{border:0}
.wa{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 10px 30px rgba(0,0,0,.22);z-index:50;transition:.2s}
.wa:hover{transform:translateY(-3px) scale(1.04)}
.wa img{width:32px;height:32px;display:block}
.mobile{display:none}
.empty{display:none;padding:40px;text-align:center;background:var(--soft);border-radius:20px}
@media(max-width:850px){.navlinks{display:none}
.mobile{display:inline}
.hero{min-height:620px;background-position:62% center}
.split,.idgrid,.contactgrid{grid-template-columns:1fr;gap:38px}
.values,.product-grid,.steps{grid-template-columns:1fr 1fr}
.footgrid{grid-template-columns:1fr 1fr}
.catalog-card{grid-template-columns:150px 1fr}
.catalog-card img{width:150px;height:150px}
.band{align-items:flex-start;flex-direction:column}
.section{padding:72px 0}
}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)}
.nav{height:68px}
.navcta{display:none}
.hero-copy{padding:70px 0}
.hero h1{font-size:3.25rem}
.trustgrid{grid-template-columns:1fr}
.trustitem{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}
.values,.product-grid,.steps,.footgrid{grid-template-columns:1fr}
.feature-card,.band{padding:34px}
.catalog-card{grid-template-columns:1fr}
.catalog-card img{width:100%;height:auto}
.pagehero{padding:78px 0 60px}
.searchrow{flex-direction:column}
.searchrow button{padding:14px}
}

.catalog-card img.catalog-product-photo{object-fit:contain;background:#fff}
@media(max-width:560px){.catalog-card img.catalog-product-photo{height:220px}}

/* Product catalog */
.catalog-hero{padding:88px 0 72px;background:linear-gradient(125deg,#173e2a 0%,#315f34 62%,#72b52f 140%)}
.catalog-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:72px;align-items:end}
.catalog-hero h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:clamp(2.8rem,5.8vw,5.5rem);font-weight:760;letter-spacing:-.06em;line-height:.94;margin-bottom:24px}
.catalog-proof{display:grid;border-top:1px solid rgba(255,255,255,.28)}
.catalog-proof span{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.28);font-size:.9rem;font-weight:680;color:#f4f8f2}
.catalog-section{background:#f7f9f6}
.catalog-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:26px;align-items:end;margin-bottom:38px}
.catalog-toolbar .filters{margin:0;justify-content:flex-end}
.catalog-search{display:grid;gap:8px;color:var(--deep);font-weight:760}
.catalog-search span{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}
.catalog-search input{width:100%;min-height:52px;padding:0 17px;border:1px solid #cad8c7;border-radius:10px;background:#fff;color:var(--ink);font:inherit;outline:none}
.catalog-search input:focus-visible{border-color:var(--green);box-shadow:0 0 0 3px rgba(114,181,47,.2)}
.filter{border-radius:8px;padding:11px 16px}
.catalog-list{gap:22px}
.catalog-card{border-radius:16px;padding:22px;box-shadow:none;align-items:center}
.catalog-card[hidden]{display:none!important}
.catalog-card:not(.catalog-card-featured):hover{border-color:#b6cbaa}
.catalog-card-featured{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:46px;padding:34px}
.catalog-copy h2{font-size:clamp(1.45rem,2.2vw,2.15rem);line-height:1.1;letter-spacing:-.035em}
.catalog-copy p{max-width:690px}
.catalog-subheading{position:relative;padding:38px 6px 10px;scroll-margin-top:110px}
.catalog-subheading h2{margin:7px 0 8px;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.08;letter-spacing:-.04em}
.catalog-subheading p{max-width:760px;margin:0;color:#607069}
.suture-material-card{border-color:#d7e4d2}
.suture-material-card .gallery-main{background:linear-gradient(145deg,#fff,#f7faf6)}
.product-gallery{min-width:0}
.gallery-zoom{display:block;width:100%;padding:0;border:0;border-radius:12px;background:#fff;overflow:hidden;cursor:zoom-in}
.gallery-main{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain!important;background:#fff;border:1px solid #e8eee5;border-radius:12px;padding:16px}
.gallery-zoom .gallery-main{display:block;transition:transform .28s ease}
.gallery-zoom:focus-visible{outline:3px solid rgba(114,181,47,.55);outline-offset:3px}
.gallery-zoom:focus-visible .gallery-main{transform:scale(1.045)}
.static-zoomable{cursor:zoom-in;transition:transform .25s ease,box-shadow .25s ease}
.static-zoomable:focus-visible{outline:3px solid rgba(114,181,47,.55);outline-offset:3px}
.image-lightbox{position:fixed;width:min(94vw,1160px);max-width:none;max-height:92vh;margin:auto;padding:22px;border:0;border-radius:18px;background:#fff;box-shadow:0 28px 90px rgba(8,26,18,.38);overflow:hidden}
.image-lightbox::backdrop{background:rgba(8,20,15,.78);backdrop-filter:blur(6px)}
.image-lightbox img{display:block;width:100%;height:auto;max-height:84vh;object-fit:contain;background:#fff;border-radius:12px}
.image-lightbox-close{position:absolute;top:12px;right:12px;z-index:2;width:42px;height:42px;border:1px solid rgba(20,37,31,.16);border-radius:999px;background:rgba(255,255,255,.94);color:var(--ink);font-size:1.8rem;line-height:1;cursor:pointer;box-shadow:0 6px 24px rgba(8,26,18,.14)}
.image-lightbox-close:hover{background:var(--deep);color:#fff}
.gallery-strip{display:flex;gap:8px;overflow-x:auto;padding:10px 1px 5px;scrollbar-width:thin;scrollbar-color:#a9bba1 transparent;overscroll-behavior-inline:contain}
.gallery-thumb{flex:0 0 76px;width:76px;height:62px;padding:4px;border:1px solid #dce6d8;border-radius:8px;background:#fff;cursor:pointer}
.gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:4px}
.gallery-thumb.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(114,181,47,.18)}
.gallery-thumb:focus-visible{outline:3px solid rgba(63,103,50,.32);outline-offset:2px}
.text-link{display:inline-flex;margin-top:19px;color:var(--deep);font-weight:800;border-bottom:1px solid #9db792;padding-bottom:2px}
.text-link:hover{color:#274823;border-color:var(--deep)}
.catalog-bottom-cta{margin-top:54px;padding:42px 46px;background:var(--deep);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;border-radius:18px}
.catalog-bottom-cta h2{margin:6px 0 10px;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.05}
.catalog-bottom-cta p{margin:0;max-width:680px;color:#dce8dc}
.catalog-bottom-cta .button{background:#fff;color:var(--deep);border-color:#fff;white-space:nowrap}
button,a{touch-action:manipulation}
a:focus-visible,button:focus-visible{outline:3px solid rgba(114,181,47,.55);outline-offset:3px}

@media(hover:hover){
  .gallery-zoom:hover .gallery-main{transform:scale(1.085)}
  .static-zoomable:hover{transform:scale(1.045);box-shadow:0 14px 34px rgba(20,37,31,.14)}
}

@media(max-width:900px){
  .catalog-hero-grid,.catalog-toolbar{grid-template-columns:1fr}
  .catalog-proof{max-width:420px}
  .catalog-toolbar .filters{justify-content:flex-start}
  .catalog-card-featured{grid-template-columns:1fr;gap:28px}
  .catalog-bottom-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .catalog-hero{padding:68px 0 52px}
  .catalog-hero h1{font-size:2.75rem}
  .catalog-card,.catalog-card-featured{padding:17px}
  .catalog-card:not(.catalog-card-featured){grid-template-columns:112px 1fr;gap:16px}
  .catalog-card:not(.catalog-card-featured)>img{width:112px;height:112px}
  .catalog-card:not(.catalog-card-featured) .tags{display:none}
  .catalog-card:not(.catalog-card-featured) p{font-size:.88rem}
  .gallery-main{padding:8px}
  .gallery-thumb{flex-basis:68px;width:68px;height:56px}
  .image-lightbox{width:96vw;padding:12px;border-radius:14px}
  .image-lightbox-close{top:8px;right:8px}
  .catalog-bottom-cta{padding:30px 24px}
}
.catalog-card{scroll-margin-top:110px}
