/* IBS Pack Prints v8 — source-aligned visual system derived from the uploaded Latteys reference structure.
   Original IBS implementation; preserves CMS/admin/RFQ functionality. */
:root{
  --src-blue:#274b8c;
  --src-pale:#e5f9fd;
  --src-pale2:#f3fbfd;
  --src-ink:#12151b;
  --src-copy:#5f696f;
  --src-line:#dfe5e7;
  --src-cyan:#0aa6b5;
  --src-magenta:#cf3188;
  --src-white:#fff;
  --src-dark:#11171d;
}

/* Header — closer to the reference source */
.lti-header{position:sticky;top:0;background:#fff;border-bottom:0;box-shadow:none;z-index:160}
.lti-navrow{min-height:104px;gap:20px}
.lti-brand{padding-right:27px;min-width:220px}
.lti-brand:after{height:28px;background:#d8dde0}
.lti-brand img{width:58px;height:58px}
.lti-brand strong{font-size:14px;letter-spacing:.02em}
.lti-brand small{font-size:8px;color:#929ba2;letter-spacing:.07em}
.lti-nav{gap:28px}
.lti-nav>a,.lti-navbutton{padding:40px 0;font-size:12px;font-weight:760}
.lti-nav>a:hover,.lti-nav>a.active,.lti-navbutton:hover,.lti-navbutton.active{color:var(--src-blue)}
.lti-quote{background:var(--src-blue);min-height:48px;padding:0 23px;box-shadow:0 12px 28px rgba(39,75,140,.16)}
.lti-mega{top:74px}

/* Hero — sticky left / scrolling right, matching the reference behaviour */
.src-hero{position:relative;background:var(--src-pale);min-height:2180px;overflow:hidden}
.src-hero:before{content:"";position:absolute;left:51%;top:80px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95) 0 9%,rgba(255,255,255,.46) 10% 26%,rgba(255,255,255,0) 68%);opacity:.9}
.src-hero-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;align-items:start}
.src-hero-left{position:relative;min-height:2180px}
.src-hero-sticky{position:sticky;top:150px;padding:64px 0 80px 3px;max-width:510px}
.src-overline{margin:0 0 19px;color:#607078;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.src-hero h1{margin:0;color:var(--src-ink);font-size:clamp(64px,7.4vw,110px);line-height:.86;letter-spacing:-.075em;font-weight:900}
.src-hero h1 span{font-weight:420}
.src-hero-copy{margin:34px 0 0;color:#58656a;font-size:16px;line-height:1.58;max-width:510px}
.src-hero-actions{display:flex;align-items:center;gap:20px;margin-top:32px}
.src-pill{min-height:52px;border:1px solid transparent;border-radius:999px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:850;transition:.18s ease;text-decoration:none}
.src-pill:hover{transform:translateY(-1px)}
.src-pill-dark{background:var(--src-dark);color:#fff}
.src-pill-white{background:#fff;color:var(--src-blue)}
.src-pill-outline{background:#fff;color:var(--src-ink);border-color:#d0d7da}
.src-hero-link{border:0;background:none;padding:10px 0;color:var(--src-ink);font-size:11px;font-weight:850}
.src-hero-right{padding-top:60px;padding-bottom:110px}
.src-scroll-visual{position:relative;margin:0 0 115px;min-height:590px;display:flex;align-items:center;justify-content:center}
.src-scroll-visual img{display:block;width:93%;max-height:620px;object-fit:contain;filter:drop-shadow(0 36px 30px rgba(37,73,88,.10));will-change:transform}
.src-scroll-visual-factory{min-height:650px;border-radius:18px;overflow:hidden;background:#d9edf2;padding:28px}
.src-scroll-visual-factory img{width:100%;height:590px;max-height:none;object-fit:cover;border-radius:14px;filter:none}
.src-visual-label{position:absolute;left:8px;top:10px;display:flex;align-items:center;gap:9px;color:#50636c;font-size:9px;font-weight:850;z-index:3}
.src-visual-label span{display:grid;place-items:center;width:29px;height:29px;border:1px solid rgba(39,75,140,.16);border-radius:50%;background:rgba(255,255,255,.72);color:var(--src-blue)}
.src-visual-label b{font-size:10px}

/* Intro */
.src-intro{padding:105px 0 0;background:#fff}
.src-intro-grid{display:grid;grid-template-columns:1fr .53fr;gap:84px;align-items:start}
.src-section-label{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:var(--src-cyan);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.src-section-label i{width:31px;height:2px;background:var(--src-cyan);display:block}
.src-intro-copy h2,.src-image-split-copy h2,.src-sustainable-copy h2,.src-solutions-head h2,.src-blue-band h2,.src-contact-copy h2{margin:0;color:var(--src-ink);font-size:clamp(39px,4.4vw,62px);line-height:1.03;letter-spacing:-.052em}
.src-intro-copy>p{max-width:790px;margin:22px 0 0;color:var(--src-copy);font-size:14px;line-height:1.75}
.src-profile-card{overflow:hidden;border-radius:12px;border:1px solid #e1e7e8;background:#fff}
.src-profile-top{padding:30px;background:#edf9f7;color:#293840;font-size:20px;line-height:1.35;font-weight:650}
.src-profile-bottom{display:flex;gap:18px;align-items:center;padding:23px;background:var(--src-cyan);color:#fff}
.src-profile-bottom>span{font-size:48px;line-height:1;font-weight:900}
.src-profile-bottom strong,.src-profile-bottom small{display:block}
.src-profile-bottom strong{font-size:13px}.src-profile-bottom small{margin-top:4px;font-size:10px;opacity:.82}
.src-feature-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border-top:1px solid var(--src-line);border-bottom:1px solid var(--src-line)}
.src-feature-row article{min-height:185px;padding:29px;border-right:1px solid var(--src-line)}
.src-feature-row article:first-child{padding-left:0}.src-feature-row article:last-child{border-right:0}
.src-feature-row span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eef8fa;color:var(--src-cyan);font-size:8px;font-weight:900}
.src-feature-row h3{font-size:15px;margin:18px 0 7px;color:var(--src-ink)}
.src-feature-row p{margin:0;color:#748086;font-size:10px;line-height:1.65}

/* Source-like image/copy split */
.src-image-split{display:grid;grid-template-columns:1.08fr .92fr;min-height:760px;margin-top:0;background:#f5f7f6}
.src-image-split-photo{min-height:760px}.src-image-split-photo img{width:100%;height:100%;display:block;object-fit:cover}
.src-image-split-copy{align-self:center;padding:95px clamp(45px,7vw,110px)}
.src-image-split-copy>p{margin:22px 0;color:var(--src-copy);font-size:13px;line-height:1.75}
.src-check-list{margin:26px 0 32px;border-top:1px solid #cbd4d6}
.src-check-list>div{display:grid;grid-template-columns:45px 1fr;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #cbd4d6}
.src-check-list span{font-size:9px;color:var(--src-blue);font-weight:900}.src-check-list p{margin:0;font-size:11px;color:#58666c}

/* Marquee / sustainable section */
.src-marquee-section{position:relative;overflow:hidden;padding:88px 0 110px;background:#fff}
.src-marquee-track{display:flex;gap:70px;width:max-content;white-space:nowrap;animation:srcMarquee 42s linear infinite;color:#dceff5;font-size:clamp(100px,13vw,210px);font-weight:900;line-height:.86;letter-spacing:-.075em;text-transform:lowercase}
.src-marquee-track span{display:block}
@keyframes srcMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.src-sustainable-grid{display:grid;grid-template-columns:.82fr 1.1fr .34fr;gap:50px;align-items:center;margin-top:65px}
.src-sustainable-copy>p{margin:20px 0 29px;color:var(--src-copy);font-size:13px;line-height:1.75}
.src-sustainable-photo{position:relative;height:560px}.src-sustainable-photo img{width:100%;height:100%;display:block;object-fit:cover;border-radius:13px}.src-sustainable-photo>span{position:absolute;left:20px;bottom:20px;background:#fff;padding:9px 12px;border-radius:999px;font-size:9px;font-weight:800;color:var(--src-blue)}
.src-metrics{display:grid;gap:42px}.src-metrics>div{padding-bottom:18px;border-bottom:1px solid var(--src-line)}.src-metrics strong,.src-metrics span{display:block}.src-metrics strong{font-size:42px;line-height:1;color:var(--src-ink);letter-spacing:-.04em}.src-metrics span{margin-top:7px;font-size:10px;line-height:1.45;color:#6a767b}

/* Product catalogue */
.src-solutions{padding:105px 0;background:var(--src-pale2)}
.src-solutions-head{display:grid;grid-template-columns:1fr .75fr auto;gap:45px;align-items:end;margin-bottom:38px}
.src-solutions-head>div>span{display:block;margin-bottom:7px;color:var(--src-cyan);font-size:10px;font-weight:900}.src-solutions-head h2{font-size:clamp(38px,4.2vw,58px)}
.src-solutions-head>p{margin:0;color:var(--src-copy);font-size:13px;line-height:1.7}.src-solutions-head>.src-pill{align-self:end}
.src-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.src-product-card{color:inherit;text-decoration:none}.src-product-card-image{height:330px;background:#fff;border-radius:10px;overflow:hidden;position:relative}.src-product-card-image:before{content:"";position:absolute;inset:0 0 26%;background:#e8f8fb}.src-product-card-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:.3s}.src-product-card:hover img{transform:scale(1.02)}
.src-product-card-body{padding:16px 2px 25px}.src-product-card-body span{font-size:9px;color:var(--src-cyan);font-weight:900}.src-product-card-body h3{font-size:17px;margin:6px 0}.src-product-card-body p{min-height:48px;font-size:10px;line-height:1.6;color:#6f7b80;margin:0 0 12px}.src-product-card-body b{font-size:9px}

/* Blue support band */
.src-blue-band{padding:76px 0;background:var(--src-blue);color:#fff}
.src-blue-band-grid{display:grid;grid-template-columns:1fr .72fr;gap:80px;align-items:center}.src-blue-band span{font-size:10px;font-weight:900;color:#b9daf9}.src-blue-band h2{color:#fff;margin-top:10px}.src-blue-band p{color:#d7e3ee;font-size:13px;line-height:1.75}.src-blue-band .src-pill{margin-top:13px}

/* Industries */
.src-industries{padding:105px 0;background:#fff}.src-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.src-industry-grid article{border-radius:12px;overflow:hidden;background:#f7f8f8}.src-industry-grid img{width:100%;height:260px;display:block;object-fit:cover}.src-industry-grid article>div{padding:19px}.src-industry-grid h3{font-size:17px;margin:0 0 7px}.src-industry-grid p{font-size:10px;line-height:1.65;color:#6d797e;margin:0}

/* Contact */
.src-contact-panel{padding:100px 0;background:var(--src-pale)}.src-contact-grid{display:grid;grid-template-columns:1.2fr .65fr;gap:100px;align-items:center}.src-contact-copy>span{display:block;color:var(--src-cyan);font-size:10px;font-weight:900}.src-contact-copy h2{margin-top:11px}.src-contact-copy p{max-width:760px;color:var(--src-copy);font-size:13px;line-height:1.75}.src-contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.src-contact-actions>a{color:var(--src-ink);font-size:11px;font-weight:800;border-bottom:1px solid #a9b5b8;padding-bottom:3px}

/* Inner pages — closer split title treatment from source product pages */
.lti-pagehero{min-height:440px;background:#f2f4f4;display:grid;align-items:stretch}
.lti-pagehero>.wrap{width:100%;max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0!important}
.lti-pagehero>.wrap>div{display:flex;flex-direction:column;justify-content:center;padding:70px max(30px,calc((100vw - var(--lti-max))/2 + 24px));background:linear-gradient(135deg,#233c63,#274b8c);color:#fff}
.lti-pagehero>.wrap>div>span{color:#d5e5f5}
.lti-pagehero>.wrap>div>h1{color:#fff;font-size:clamp(50px,5.8vw,82px);line-height:.92;letter-spacing:-.065em}
.lti-pagehero>.wrap>div>p{color:#d9e3ed;max-width:620px}
.lti-pagehero>.wrap>figure{height:100%;min-height:440px;background:var(--src-pale);margin:0;overflow:hidden}
.lti-pagehero>.wrap>figure img{width:100%;height:100%;object-fit:cover}
.lti-pagehero.dark>.wrap>div{background:#111b23}.lti-pagehero.dark>.wrap>figure{background:#17232d}
.lti-producthero{background:var(--src-pale);padding:0}.lti-producthero>.wrap{width:100%;max-width:none;display:grid;grid-template-columns:.82fr 1.18fr;gap:0}.lti-producthero>.wrap>div{padding:75px max(30px,calc((100vw - var(--lti-max))/2 + 24px));background:#fff}.lti-producthero figure{height:520px;margin:0;background:var(--src-pale)}.lti-producthero figure img{object-fit:contain}

/* Footer — closer to the source rhythm */
.lti-endcap{padding:76px 0;background:#11171d;color:#fff}.lti-endcap p{color:#92cfd6}.lti-endcap h2{color:#fff}.lti-endcap a{color:#aebac0}.lti-endcap strong{color:#fff}
.lti-footer{background:#11171d;padding-top:10px}.lti-footer-grid{padding-top:45px;border-top:1px solid rgba(255,255,255,.08)}

/* Interaction polish */
.src-scroll-visual,.src-product-card,.src-industry-grid article{will-change:transform}
@media(prefers-reduced-motion:reduce){.src-marquee-track{animation:none}.src-scroll-visual img{transform:none!important}}

@media(max-width:1100px){
  .lti-nav{gap:18px}.lti-nav>a,.lti-navbutton{font-size:11px}
  .src-hero{min-height:auto}.src-hero-grid{grid-template-columns:1fr}.src-hero-left{min-height:auto}.src-hero-sticky{position:relative;top:auto;padding:75px 0 30px}.src-hero-right{padding-top:15px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.src-scroll-visual{min-height:430px;margin:0}.src-scroll-visual-factory{grid-column:1/-1}.src-scroll-visual-factory img{height:470px}
  .src-intro-grid,.src-sustainable-grid,.src-solutions-head,.src-blue-band-grid,.src-contact-grid{grid-template-columns:1fr;gap:35px}
  .src-image-split{grid-template-columns:1fr}.src-image-split-photo{height:520px;min-height:520px}.src-image-split-copy{padding:75px max(24px,7vw)}
  .src-metrics{grid-template-columns:repeat(3,1fr)}
  .lti-pagehero>.wrap,.lti-producthero>.wrap{grid-template-columns:1fr}.lti-pagehero>.wrap>figure{min-height:320px}.lti-producthero figure{height:420px}
}
@media(max-width:900px){
  .lti-navrow{min-height:78px}.lti-brand:after{display:none}
  .src-hero h1{font-size:78px}.src-feature-row{grid-template-columns:1fr 1fr}.src-feature-row article:nth-child(2){border-right:0}.src-product-grid,.src-industry-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .src-hero-sticky{padding-top:52px}.src-hero h1{font-size:56px}.src-hero-actions{align-items:flex-start;flex-direction:column}.src-hero-right{grid-template-columns:1fr}.src-scroll-visual{min-height:330px}.src-scroll-visual-factory{grid-column:auto}.src-scroll-visual-factory img{height:350px}
  .src-intro{padding-top:72px}.src-feature-row{grid-template-columns:1fr}.src-feature-row article{border-right:0;border-bottom:1px solid var(--src-line);padding-left:0}
  .src-image-split-photo{height:390px;min-height:390px}.src-image-split-copy{padding:58px 20px}
  .src-marquee-section{padding-top:60px}.src-marquee-track{font-size:90px;gap:38px}.src-sustainable-photo{height:390px}.src-metrics{grid-template-columns:1fr}
  .src-solutions,.src-industries,.src-contact-panel{padding:72px 0}.src-product-grid,.src-industry-grid{grid-template-columns:1fr}.src-product-card-image{height:300px}.src-industry-grid img{height:250px}
  .src-blue-band{padding:58px 0}
  .lti-pagehero>.wrap>div,.lti-producthero>.wrap>div{padding:54px 20px}.lti-pagehero>.wrap>div>h1{font-size:50px}.lti-pagehero>.wrap>figure{min-height:260px}.lti-producthero figure{height:320px}
}
