@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#161820;--blue:#314575;--paper:#fff;--soft:#f3f4f7;--line:#dfe1e7;--muted:#606470}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,.brand{font-family:Manrope,Arial,sans-serif;line-height:1.13;letter-spacing:-.04em}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #fa762f;outline-offset:5px}header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);background:white}header nav{display:flex;gap:35px;align-items:center;font-size:15px;font-weight:600}.brand{font-size:31px;font-weight:800;letter-spacing:-1.6px;display:inline-flex;align-items:baseline}.brand span{font-weight:500}.brand i{display:inline-block;width:7px;height:7px;background:var(--blue);margin-left:4px}.nav-phone{border:1px solid var(--line);padding:10px 17px;border-radius:4px}.skip{position:absolute;top:-100px;background:white;padding:15px;z-index:100}.skip:focus{top:0}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:600px;max-width:1600px;margin:auto}.hero-copy{padding:70px 9% 65px 10%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;line-height:1.6;margin-bottom:22px}.hero h1{font-size:clamp(48px,5.3vw,84px);font-weight:800;letter-spacing:-.065em;line-height:1.07;margin-bottom:24px}.hero em{color:var(--blue);font-style:normal}.intro{font-size:18px;line-height:1.75;color:#515665;max-width:480px}.hero .intro{margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--blue);color:white;padding:16px 24px;font-weight:600;font-size:16px;border-radius:4px;transition:background .2s,transform .2s}.button:hover{background:#26365c;transform:translateY(-2px)}.button span{font-size:23px;line-height:1}.text-link{display:inline-block;font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:5px}.hero .text-link{margin-top:22px}.hero-art{background:#e7ebfa;position:relative;overflow:hidden;min-width:0}.hero-art>img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-caption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;background:#152ecf;color:white;font-size:12px;font-weight:600;letter-spacing:.12em;padding:15px 25px}.catalog,.related{padding:72px 5% 80px;max-width:1600px;margin:auto}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:12px}h2{font-size:36px;font-weight:700}.section-heading>p{font-size:16px;color:var(--muted)}.category-nav{display:flex;flex-wrap:wrap;gap:10px;border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:38px}.category-nav a{font-size:14px;border:1px solid var(--line);border-radius:30px;padding:9px 19px}.category-nav a:hover{background:var(--ink);border-color:var(--ink);color:white}.product-group{margin-bottom:52px;scroll-margin-top:30px}.group-title{display:flex;align-items:center;gap:20px;margin-bottom:20px}.group-title h3{font-size:23px;letter-spacing:-.025em}.group-title>span{font-size:12px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 24px}.card{min-width:0;display:block}.card-image{background:#f0f1f4;aspect-ratio:1.5;overflow:hidden;border-radius:5px}.card-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.card:hover img{transform:scale(1.04)}.card-copy{display:grid;grid-template-columns:1fr auto;padding:18px 0 0;gap:8px}.card-copy h3{font-size:21px;letter-spacing:-.035em}.card-copy>span{font-size:23px;line-height:1}.card-copy p{grid-column:1/-1;color:var(--muted);font-size:14px}.contact-band{background:var(--blue);color:white;padding:65px 5%;text-align:center}.contact-band h2{font-size:45px}.contact-band p:not(.eyebrow){max-width:540px;margin:20px auto 28px;color:#e1e5ff}.light{background:white;color:var(--ink)}.light:hover{background:#edf0ff}.contact-band .eyebrow{margin-bottom:15px}footer{background:#171921;color:#fff;padding:65px 5% 25px;display:grid;grid-template-columns:1.3fr 1fr;gap:42px}footer .brand i{background:#6b7fff}footer p{font-size:14px;margin-top:20px}footer .muted{color:#a7abb7}footer h2{font-size:27px;margin-bottom:22px}footer>div:nth-child(2)>a{display:block;font-size:20px;margin-bottom:6px}.footer-bottom{grid-column:1/-1;border-top:1px solid #363943;padding-top:22px;font-size:12px;color:#a7abb7;display:flex;justify-content:space-between}.breadcrumb{display:flex;gap:12px;flex-wrap:wrap;margin:30px 5%;font-size:13px;color:var(--muted)}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:6%;padding:25px 5% 75px;max-width:1500px;margin:auto;align-items:center}.product-hero h1{font-size:clamp(40px,4.3vw,68px);margin-bottom:22px;overflow-wrap:anywhere}.product-hero h2{font-size:24px;margin-bottom:18px}.product-hero .intro{margin-bottom:28px}.product-photo{background:var(--soft);border-radius:6px;aspect-ratio:1.15;display:grid;place-items:center}.product-photo img{width:100%;height:100%;object-fit:contain}.price-note{font-size:13px;color:var(--muted);margin-top:17px;line-height:1.7}.use-section{padding:60px 5%;background:#f5f6f9}.use-section>h2{max-width:750px;margin-bottom:38px}.uses{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.uses:has(> :nth-child(4)){grid-template-columns:repeat(4,1fr)}.use{border-top:1px solid #b9bfcc;padding-top:22px}.use-number{font-size:13px;font-weight:600;color:var(--blue)}.use h3{font-size:24px;margin:20px 0 15px}.use p{color:#585d6b;line-height:1.8}.before{padding:65px 5%;display:grid;grid-template-columns:1fr 1fr;gap:6%}.before h2{max-width:390px}.before p{margin-bottom:20px}.before>div:nth-child(2){color:#585d6b}.before a{text-decoration:underline;color:var(--blue)}.price-band{padding:50px 5%;background:var(--blue);color:white;display:flex;align-items:center;justify-content:space-between;gap:25px}.price-band p:not(.eyebrow){margin-top:15px;color:#e1e5ff}.price-band .button{flex-shrink:0}.price-band .eyebrow{margin-bottom:12px}.related{padding-top:65px}
@media(min-width:1600px){header,footer{padding-left:calc((100% - 1440px)/2);padding-right:calc((100% - 1440px)/2)}}
@media(max-width:1000px){.hero-copy{padding:48px 8%}.hero{min-height:550px}.hero h1{font-size:57px}.uses:has(> :nth-child(4)){grid-template-columns:repeat(2,1fr)}.price-band{align-items:flex-start;flex-direction:column}.grid{gap:25px 18px}.hero-caption{font-size:12px;padding:14px}.hero-caption span:last-child{display:none}}
@media(max-width:700px){header{height:80px;padding:0 6%}.brand{font-size:27px}header nav{gap:18px;font-size:14px}.nav-phone{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:44px 6% 38px}.hero h1{font-size:58px}.hero-art{min-height:340px}.hero-art>img{object-position:center}.hero .intro{font-size:17px}.catalog,.related{padding:45px 6%}.section-heading{display:block}.section-heading>p{margin-top:18px}.section-heading h2,h2{font-size:30px}.category-nav{gap:8px}.category-nav a{font-size:13px;padding:8px 13px}.grid{grid-template-columns:repeat(2,1fr);gap:27px 14px}.card-image{aspect-ratio:1.1}.card-copy h3{font-size:18px}.card-copy p{font-size:13px}.card-copy>span{font-size:19px}.group-title h3{font-size:21px}.contact-band{padding:45px 6%}.contact-band h2{font-size:35px}footer{grid-template-columns:1fr;padding:48px 6% 25px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.product-hero{grid-template-columns:1fr;padding:15px 6% 45px;gap:30px}.product-hero h1{font-size:44px}.product-photo{aspect-ratio:1.5}.breadcrumb{margin:23px 6%;font-size:12px}.use-section{padding:40px 6%}.uses,.uses:has(> :nth-child(4)){grid-template-columns:1fr 1fr;gap:28px 20px}.use h3{font-size:22px}.use p{font-size:16px}.before{grid-template-columns:1fr;padding:40px 6%;gap:25px}.price-band{padding:40px 6%}.related .section-heading .text-link{margin-top:15px}.eyebrow{font-size:12px}.hero-caption{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
/* Original ITPRINT logo, with intrinsic proportions retained. */
header .header-brand{width:310px;max-width:45%;flex-shrink:0;align-items:center;line-height:0}header .header-brand img{display:block;width:100%;height:auto}
@media(max-width:700px){header{height:auto;min-height:110px;padding-top:18px;padding-bottom:16px;flex-direction:column;gap:16px}header .header-brand{width:300px;max-width:100%}header nav{flex-wrap:wrap;justify-content:center}}

/* Keep the original full-colour logo legible on the dark footer. */
.footer-brand{display:inline-block;width:310px;max-width:100%;padding:14px;background:#fff;border-radius:3px;line-height:0}
.footer-brand img{display:block;width:100%;height:auto}

/* Show the original ITPRINT wordmark without the regional emblem. */
.itprint-wordmark{display:block;position:relative;width:100%;aspect-ratio:1267 / 210;overflow:hidden}
header .header-brand .itprint-wordmark img,.footer-brand .itprint-wordmark img{position:absolute;top:0;left:0;width:140.49%;max-width:none;height:auto}
header .header-brand{width:221px}
.footer-brand{width:230px}
@media(max-width:700px){header .header-brand{width:214px}}
.inspiration-label h3{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.card-copy h3{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
/* Eight supplied category images, equal 4:3 tiles in a symmetric grid. */
.service-categories{max-width:1440px;margin:auto;padding:64px 5% 56px}
.service-categories>h2{font-size:clamp(30px,3vw,44px);margin-bottom:34px;line-height:1.2}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px}
.service-card{display:block;min-width:0}
.service-card img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:5px}
.service-card h3{font-size:20px;line-height:1.35;margin-top:16px;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.service-card:hover h3{color:var(--blue)}
.service-detail-image{display:block;width:100%;height:auto;border-radius:5px}
@media(max-width:900px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.service-categories{padding:40px 6%}.service-grid{gap:28px 16px}.service-card h3{font-size:18px}.service-categories>h2{margin-bottom:26px}}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(240px,1fr);gap:64px;padding:48px 6% 0}
.contact-form h2,.contact-details h2{font-size:27px;line-height:1.25;margin-bottom:16px}
.form-intro,.form-privacy{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:25px}
.form-help{color:var(--muted);font-size:14px;line-height:1.5;margin:-12px 0 22px}.form-error{color:#b42318;font-size:14px;font-weight:600;line-height:1.5;margin:-12px 0 22px}.form-attachment input[type="file"]{padding:10px}.form-attachment input[aria-invalid="true"]{border-color:#b42318}.form-upload-status{display:grid;grid-template-columns:minmax(120px,220px) 1fr;align-items:center;gap:12px;margin:-10px 0 22px;color:var(--muted);font-size:14px;line-height:1.4}.form-upload-status progress{width:100%;height:12px;accent-color:var(--blue)}.contact-form button:disabled{cursor:wait;opacity:.62}
.contact-form label{display:block;font-size:16px;font-weight:600;margin:0 0 8px}
.contact-form input,.contact-form textarea,.contact-form select{display:block;width:100%;font:inherit;line-height:1.5;padding:12px;border:1px solid #9ba1ae;border-radius:4px;background:white;color:var(--ink);margin-bottom:22px}
.contact-form textarea{resize:vertical;min-height:160px}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:2px solid var(--blue);outline-offset:2px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-form button{font:inherit;font-weight:600;border:0;cursor:pointer;min-height:48px}
.contact-form button:focus-visible{outline:3px solid #fa762f;outline-offset:4px}
.contact-details{border-left:1px solid var(--line);padding-left:32px}
.contact-details>div{margin-top:30px}.contact-details h3{font-size:17px;margin-bottom:8px}.contact-details p{line-height:1.75}.contact-details>div>a{font-size:16px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:800px){.contact-layout{grid-template-columns:1fr;gap:42px}.contact-details{border-left:0;border-top:1px solid var(--line);padding:30px 0 0}}
@media(max-width:500px){.form-row{grid-template-columns:1fr;gap:0}}
@media(max-width:500px){.form-upload-status{grid-template-columns:1fr;gap:8px}}
