:root{
  --tp-green:#22793a;
  --tp-border:rgba(17,17,17,.08);
  --tp-text:#111;
  --tp-muted:#666;
}

.source-image-gallery{padding:40px 0 88px;background:#fff}
.source-image-gallery__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}
.source-image-gallery__eyebrow{display:block;margin-bottom:10px;color:var(--tp-green);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.source-image-gallery__title{margin:0;font-size:clamp(24px,3vw,40px);font-weight:760;line-height:1.18;color:var(--tp-text);letter-spacing:-.035em}
.source-image-gallery__desc{max-width:720px;margin:12px 0 0;color:var(--tp-muted);font-size:15px;line-height:1.8}
.source-image-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.source-image-gallery__grid.is-single{grid-template-columns:1fr}
.source-image-gallery__grid.is-dense{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.source-image-gallery__item{position:relative;margin:0;overflow:hidden;border-radius:18px;background:#f7f7f7;aspect-ratio:4/3}
.source-image-gallery__item img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;transition:transform .45s ease}
.source-image-gallery__item:hover img{transform:scale(1.03)}
.source-image-gallery__item--contain img,.product-thumb.has-source-image img,.product-source-extra__grid img{object-fit:contain;background:#fff}

.product-source-extra{margin-top:64px;padding-top:32px;border-top:1px solid var(--tp-border)}
.product-source-extra__label{margin-bottom:18px;color:var(--tp-green);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.product-source-extra__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product-source-extra__grid figure{margin:0;overflow:hidden;border-radius:18px;background:#fafafa;aspect-ratio:4/3}
.product-item--text-only{grid-template-columns:1fr!important}
.product-item--text-only .product-thumb{display:none!important}

.home-page .home-main{background:#fff!important}
.home-page .home-hero{position:relative;width:100%;height:auto!important;min-height:0!important;background:#fff!important;overflow:hidden}
.home-page .home-hero-slider{position:relative;width:100%;height:clamp(500px,56vw,740px);min-height:0!important;background:#fff!important;overflow:hidden}
.home-page .home-hero-track,.home-page .home-hero-slide{position:absolute;inset:0;width:100%;height:100%!important;min-height:0!important}
.home-page .home-hero-slide{opacity:0;pointer-events:none;transition:opacity .85s ease;background:#fff!important}
.home-page .home-hero-slide.is-active{opacity:1;pointer-events:auto}
.home-page .home-hero-slide img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center!important}
.home-page .home-hero-dots{position:absolute;left:50%;bottom:24px;z-index:3;display:flex;align-items:center;gap:9px;transform:translateX(-50%);padding:10px 14px;border-radius:999px;background:rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.home-page .home-hero-dot{width:9px;height:9px;border:0;border-radius:999px;padding:0;background:rgba(255,255,255,.55);cursor:pointer;transition:width .25s ease,background .25s ease}
.home-page .home-hero-dot.is-active{width:28px;background:#fff}

.home-page .tp-reveal{opacity:0;transform:translateY(30px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
.home-page .tp-reveal.is-visible{opacity:1;transform:none}
.home-section-kicker,.home-intro-text .eyebrow{display:block;margin-bottom:12px;color:var(--tp-green);font-size:11px!important;font-weight:750;letter-spacing:.14em;text-transform:uppercase}
.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:30px}
.home-section-head h2{margin:0 0 14px;font-size:clamp(30px,3.4vw,48px);line-height:1.18;letter-spacing:-.04em;font-weight:760;color:#111}
.home-section-head p{max-width:680px;margin:0;color:#666;font-size:15px;line-height:1.8}
.home-section-link,.home-inline-link{display:inline-flex;align-items:center;gap:10px;color:#111;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}
.home-section-link span,.home-inline-link span{color:var(--tp-green);transition:transform .2s ease}
.home-section-link:hover span,.home-inline-link:hover span{transform:translateX(4px)}

.home-intro-enhanced{padding:86px 0 64px;background:#fff}
.home-intro-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);gap:64px;align-items:start}
.home-intro-text h2{margin:0 0 22px;font-size:clamp(30px,3.5vw,48px);line-height:1.2;letter-spacing:-.04em;font-weight:760;color:#111}
.home-intro-text p{max-width:720px;margin:0 0 14px;color:#444;font-size:17px;line-height:1.9;word-break:keep-all}
.home-inline-link{margin-top:18px}
.home-intro-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.home-stat-card{padding:24px;border:1px solid var(--tp-border);border-radius:18px;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.035);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.home-stat-card:hover{transform:translateY(-4px);border-color:rgba(34,121,58,.2);box-shadow:0 18px 40px rgba(0,0,0,.055)}
.home-stat-card strong{display:block;margin-bottom:10px;color:var(--tp-green);font-size:32px;line-height:1;font-weight:800}
.home-stat-card span{display:block;margin-bottom:8px;color:#111;font-size:15px;font-weight:720}
.home-stat-card p{margin:0;color:#666;font-size:13px;line-height:1.7}

.home-operations{padding:58px 0 96px;background:#fff;overflow:hidden}
.home-carousel-controls{display:flex;gap:8px;flex:0 0 auto}
.home-carousel-controls button{width:46px;height:46px;border:1px solid rgba(17,17,17,.12);border-radius:50%;background:#fff;color:#111;font-size:18px;cursor:pointer;transition:.2s ease}
.home-carousel-controls button:hover:not(:disabled){border-color:var(--tp-green);color:var(--tp-green);transform:translateY(-2px)}
.home-carousel-controls button:disabled{opacity:.28;cursor:default}
.home-operations-viewport{overflow:hidden}
.home-operations-track{display:flex;gap:18px;transition:transform .55s cubic-bezier(.2,.7,.2,1);will-change:transform}
.home-operation-card{position:relative;flex:0 0 calc((100% - 36px)/3);min-width:0;margin:0;aspect-ratio:4/3;overflow:hidden;border-radius:20px;background:#f4f4f4}
.home-operation-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.home-operation-card:hover img{transform:scale(1.035)}
.home-operation-card figcaption{position:absolute;left:16px;right:16px;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-radius:12px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px)}
.home-operation-card figcaption span{color:var(--tp-green);font-size:11px;font-weight:800;letter-spacing:.1em}
.home-operation-card figcaption strong{color:#111;font-size:12px;font-weight:720;letter-spacing:.04em;text-transform:uppercase}
.home-operations-progress{height:2px;margin-top:24px;background:rgba(17,17,17,.08);overflow:hidden}
.home-operations-progress span{display:block;width:35%;height:100%;background:var(--tp-green);transition:width .45s ease}

.home-products{padding:96px 0;background:#fff;border-top:1px solid rgba(17,17,17,.06)}
.home-section-head--products{margin-bottom:36px}
.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-product-card{display:block;min-width:0;padding:18px;border:1px solid rgba(17,17,17,.07);border-radius:20px;background:#fff;color:#111;text-decoration:none;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.home-product-card:hover{transform:translateY(-5px);border-color:rgba(34,121,58,.22);box-shadow:0 18px 42px rgba(0,0,0,.055)}
.home-product-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border-radius:15px;background:#f7f8f7;overflow:hidden}
.home-product-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
.home-product-card:hover .home-product-image img{transform:scale(1.025)}
.home-product-info{position:relative;padding:20px 2px 2px}
.home-product-info span{display:block;margin-bottom:6px;color:#7a7a7a;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.home-product-info h3{margin:0;padding-right:40px;font-size:18px;line-height:1.4;font-weight:720;letter-spacing:-.03em}
.home-product-info b{position:absolute;right:2px;bottom:4px;color:var(--tp-green);font-size:22px;font-weight:400;transition:transform .2s ease}
.home-product-card:hover .home-product-info b{transform:translateX(4px)}

.home-contact{padding:96px 0;background:#fff;border-top:1px solid rgba(17,17,17,.06)}
.home-contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:64px;align-items:end}
.home-contact-copy h2{margin:0 0 18px;font-size:clamp(30px,3.5vw,48px);line-height:1.2;letter-spacing:-.04em;font-weight:760}
.home-contact-copy p{max-width:620px;margin:0;color:#666;font-size:15px;line-height:1.8}
.home-contact-button{display:inline-flex;align-items:center;gap:10px;margin-top:26px;padding:14px 20px;border-radius:999px;background:var(--tp-green);color:#fff;text-decoration:none;font-size:14px;font-weight:720;transition:transform .2s ease,box-shadow .2s ease}
.home-contact-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(34,121,58,.18)}
.home-contact-info{border-top:1px solid #111}
.home-contact-info>a,.home-contact-info>div{display:grid;grid-template-columns:100px minmax(0,1fr);gap:18px;align-items:start;padding:20px 0;border-bottom:1px solid rgba(17,17,17,.1);color:#111;text-decoration:none}
.home-contact-info span{color:#888;font-size:10px;font-weight:750;letter-spacing:.13em}
.home-contact-info strong{font-size:17px;line-height:1.5;font-weight:680;word-break:break-word}
.home-contact-info>a:hover strong{color:var(--tp-green)}

body[data-section="business"] .sub-hero{padding-top:68px!important;padding-bottom:42px!important}
body[data-section="business"] .sub-hero .breadcrumb{margin-bottom:12px!important;color:#7b7b7b!important;letter-spacing:.08em!important;text-transform:uppercase}
body[data-section="business"] .sub-hero h1{font-size:clamp(38px,4vw,56px)!important;font-weight:760!important;letter-spacing:-.045em!important}
body[data-section="business"] .sub-nav{position:sticky;top:var(--header-h,74px);z-index:15;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(17,17,17,.06)}
body[data-section="business"] .sub-nav .wrap{overflow-x:auto;scrollbar-width:none}
body[data-section="business"] .sub-nav .wrap::-webkit-scrollbar{display:none}
body[data-section="business"] .sub-nav a{position:relative;white-space:nowrap}
body[data-section="business"] .sub-nav a.active{font-weight:700!important}
body[data-section="business"] .source-image-gallery{padding-top:48px}
body[data-section="business"] .source-image-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
body[data-section="business"] .source-image-gallery__item{aspect-ratio:16/10;border-radius:20px;box-shadow:0 16px 38px rgba(0,0,0,.055)}
body[data-section="business"] .content-section{padding-top:68px!important}
body[data-section="business"] .content-grid{align-items:start}
body[data-section="business"] .content-label{position:sticky;top:150px;display:inline-flex!important;align-items:center;gap:9px;font-size:11px!important;letter-spacing:.14em!important}
body[data-section="business"] .content-label::before{content:"";width:18px;height:2px;background:#22793a}
body[data-section="business"] .content-body h2{max-width:760px;font-size:clamp(27px,3vw,40px)!important;font-weight:730!important;letter-spacing:-.035em!important}
body[data-section="business"] .content-body p{max-width:720px!important;color:#555!important}

@media(max-width:1100px){
  .home-intro-shell,.home-contact-grid{grid-template-columns:1fr;gap:34px}
  .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-operation-card{flex-basis:calc((100% - 18px)/2)}
}
@media(max-width:760px){
  .home-page .home-hero-slider{height:clamp(360px,72vw,520px)}
  .home-page .home-hero-dots{bottom:14px;padding:8px 11px}
  .home-intro-enhanced,.home-operations,.home-products,.home-contact{padding:64px 0}
  .home-intro-stats,.home-product-grid{grid-template-columns:1fr}
  .home-section-head{align-items:flex-start;flex-direction:column;gap:20px}
  .home-carousel-controls{align-self:flex-end}
  .home-operation-card{flex-basis:100%}
  .home-contact-info>a,.home-contact-info>div{grid-template-columns:76px minmax(0,1fr);gap:12px}
  .source-image-gallery{padding:28px 0 56px}
  .source-image-gallery__grid,.source-image-gallery__grid.is-dense,.product-source-extra__grid{grid-template-columns:1fr;gap:12px}
  body[data-section="business"] .sub-hero{padding-top:48px!important}
  body[data-section="business"] .sub-hero h1{font-size:34px!important}
  body[data-section="business"] .sub-nav{top:68px}
  body[data-section="business"] .source-image-gallery__grid{grid-template-columns:1fr}
  body[data-section="business"] .source-image-gallery__item{aspect-ratio:4/3;border-radius:14px}
  body[data-section="business"] .content-label{position:static}
}
@media(prefers-reduced-motion:reduce){
  .home-page .tp-reveal{opacity:1!important;transform:none!important;transition:none!important}
  .home-page .home-hero-slide,.home-operations-track,.home-product-card,.home-stat-card,.home-operation-card img{transition:none!important}
}