/*
Theme Name: Print Bench
Description: Local 3D printing, with editable block content and WooCommerce support.
Version: 0.1.0
Text Domain: printbench
Requires PHP: 8.1
*/
@font-face{font-family:Space Grotesk;src:url(assets/fonts/space-grotesk.woff2) format('woff2');font-weight:300 700;font-display:swap}
@font-face{font-family:JetBrains Mono;src:url(assets/fonts/jetbrains-mono.woff2) format('woff2');font-weight:100 800;font-display:swap}
:root{--paper:#faf9f5;--ink:#18242d;--orange:#ff6b00;--bright:#ff6b00;--teal:#16746e;--lime:#c4e887;--line:#deded5;--muted:#59636a;--radius:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Space Grotesk',sans-serif;line-height:1.65}a{color:inherit;text-underline-offset:5px}a:hover{color:var(--orange)}img{max-width:100%;height:auto}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}:focus-visible{outline:3px solid var(--teal);outline-offset:5px}h1,h2,h3{line-height:1.08;letter-spacing:-.045em;margin:0 0 22px}h1{font-size:clamp(44px,5.5vw,78px)}h2{font-size:clamp(34px,4vw,54px)}h3{font-size:26px}p{margin:0 0 24px}strong{font-weight:700}.container,.section-inner,.header-inner{width:min(1240px,calc(100% - 80px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(250,249,245,.97);border-bottom:1px solid var(--line)}.admin-bar .site-header{top:32px}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:90px}.brand{display:flex;align-items:center;gap:12px;font-size:25px;font-weight:700;text-decoration:none;white-space:nowrap}.brand strong{color:var(--bright)}.brand img{flex-shrink:0}.custom-logo-link img{max-width:200px;max-height:60px;width:auto}.nav-links{display:flex;gap:26px;list-style:none;padding:0;margin:0}.nav-links a{font-size:14px;font-weight:600;text-decoration:none}.header-actions{display:flex;align-items:center;gap:24px}.cart-link{font-size:14px;font-weight:600}.button,.wp-block-button__link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--ink);color:white;border:2px solid var(--ink);border-radius:9px;padding:14px 23px;text-decoration:none;font-weight:700;line-height:1.4;transition:transform .18s,background .18s}.button:hover,.wp-block-button__link:hover{background:var(--teal);border-color:var(--teal);color:#fff;transform:translateY(-2px)}.quote-button{background:var(--bright);border-color:var(--bright);color:#fff;font-size:14px}.wp-block-buttons{display:flex;gap:14px;flex-wrap:wrap}.is-style-outline .wp-block-button__link{background:transparent;color:var(--ink);border:2px solid var(--ink)}.menu-toggle{display:none}.home-content>.wp-block-group{margin:0}.hero{position:relative;padding:82px 0 70px;overflow:hidden;background:radial-gradient(ellipse at 85% 45%,#e8eddc 0,transparent 48%)}.hero-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center}.eyebrow{font-family:'JetBrains Mono',monospace;text-transform:uppercase;font-size:12px;letter-spacing:.1em;font-weight:600;color:var(--teal);margin-bottom:24px}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p:not(.eyebrow){max-width:550px;color:var(--muted);font-size:18px;line-height:1.8}.hero .wp-block-buttons{margin-top:32px}.hero-art{position:relative;margin:0}.hero-art:before{content:'';position:absolute;inset:6% 0 1%;border:1px solid #c9d6bb;border-radius:50%;background:repeating-linear-gradient(0deg,transparent,transparent 23px,#d6ddce 24px,transparent 25px);z-index:0}.hero-art img{position:relative;display:block;width:100%;filter:drop-shadow(0 25px 22px #18242d18)}.hero-art figcaption{position:relative;font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:.06em;text-align:center;color:var(--teal)}.delivery-strip{border-block:1px solid var(--line);padding:22px 0;background:#fff}.delivery-row{display:flex;justify-content:space-between;gap:20px}.delivery-row p{margin:0;font-size:14px}.delivery-row strong{color:var(--teal)}.section{padding:100px 0}.section-heading{max-width:740px;margin-bottom:44px}.section-heading>p:last-child{color:var(--muted);font-size:18px}.section-heading .eyebrow{margin-bottom:16px}.services{background:#f0f0e9}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:var(--paper);padding:34px;border:1px solid var(--line);border-radius:var(--radius)}.service-card .number{font-family:'JetBrains Mono',monospace;color:var(--orange);font-size:14px;margin-bottom:38px}.service-card p{color:var(--muted)}.service-card h3{max-width:240px}.service-card a{font-weight:700;color:var(--orange)}.materials{border-bottom:1px solid var(--line)}.material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.material-card{border-top:3px solid var(--teal);padding-top:24px}.material-card:nth-child(even){border-color:var(--bright)}.material-card h3{font-family:'JetBrains Mono',monospace;font-size:32px}.material-card p{font-size:15px;color:var(--muted)}.example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.example-card{min-width:0}.example-card figure{margin:0 0 22px;overflow:hidden;border-radius:var(--radius);background:#e7e7df}.example-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .3s}.example-card:hover img{transform:scale(1.025)}.example-card h3{font-size:24px;margin-bottom:12px}.example-card p{font-size:14px;color:var(--muted)}.example-card a{font-weight:700;color:var(--orange)}.process{background:var(--ink);color:var(--paper)}.process .eyebrow{color:var(--lime)}.process .section-heading>p:last-child{color:#bac4c8}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.process-card{border-top:1px solid #5e6a72;padding-top:24px}.process-card .number{font-family:'JetBrains Mono',monospace;color:var(--lime);font-size:36px}.process-card h3{font-size:23px}.process-card p{color:#bac4c8;font-size:15px}.contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.contact-card{background:#e8efdd;padding:42px;border-radius:var(--radius)}.contact-card p{color:#3b5047}.contact-card a{overflow-wrap:anywhere}.contact-card .wp-block-button__link{background:var(--teal);border-color:var(--teal)}.site-footer{background:var(--ink);color:var(--paper);padding:65px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:60px}.site-footer p{color:#bac4c8;font-size:14px;margin-top:24px}.site-footer h2{font-size:18px;letter-spacing:0}.site-footer .nav-links{display:grid;gap:8px}.site-footer a:hover{color:var(--lime)}.site-footer .brand{margin-bottom:20px}.colour-dots{display:flex;gap:8px}.colour-dots i{width:12px;height:12px;border-radius:50%;background:var(--bright)}.colour-dots i:nth-child(2){background:#40b8aa}.colour-dots i:nth-child(3){background:var(--lime)}.footer-bottom{border-top:1px solid #455058;margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px;color:#bac4c8}.page-content{padding-block:70px;min-height:60vh}.page-content>h1{font-size:clamp(36px,4vw,58px)}.page-content p{max-width:75ch}.article{margin-bottom:50px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:22px;line-height:1.3}.woocommerce div.product p.price,.woocommerce ul.products li.product .price{color:var(--teal)}.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--teal)}.woocommerce input.input-text,.woocommerce select,.woocommerce textarea{padding:12px;border:1px solid var(--line);border-radius:6px}.woocommerce .woocommerce-ordering select{max-width:100%}.woocommerce ul.products li.product img{border-radius:var(--radius)}.woocommerce div.product .product_title{font-size:44px}.woocommerce-message,.woocommerce-info{border-top-color:var(--teal)}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link:focus{clip:auto;width:auto;height:auto;top:10px;left:10px;padding:14px;background:white;z-index:100}.editor-styles-wrapper{background:var(--paper);font-family:'Space Grotesk',sans-serif}.editor-styles-wrapper .section-inner{width:100%}
@media(min-width:1001px){.hero-copy{animation:rise .65s ease-out}.hero-art{animation:rise .85s ease-out}}@keyframes rise{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.nav-links{gap:16px}.header-inner{gap:18px}.header-actions{gap:14px}.brand{font-size:22px}.container,.section-inner,.header-inner{width:calc(100% - 48px)}.service-card{padding:25px}.hero{padding-top:65px}}
@media(max-width:900px){.header-inner{flex-wrap:wrap;min-height:78px;padding-block:16px}.menu-toggle:not([hidden]){display:block;margin-left:auto;background:transparent;border:1px solid var(--line);border-radius:6px;padding:8px 12px;cursor:pointer}.header-actions .quote-button{display:none}#primary-navigation{width:100%;order:4}.has-js #primary-navigation{display:none}.has-js #primary-navigation.is-open{display:block}.nav-links{flex-wrap:wrap;padding-block:12px;gap:24px}.hero-layout{grid-template-columns:1.2fr .8fr}.hero h1{font-size:52px}.service-grid{grid-template-columns:1fr}.service-card h3{max-width:none}.service-card .number{margin-bottom:18px}.material-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{gap:36px}.footer-grid{gap:30px;grid-template-columns:1.3fr .7fr}.footer-grid>div:last-child{grid-column:1/-1}.section{padding:70px 0}}
@media(max-width:600px){.container,.section-inner,.header-inner{width:calc(100% - 36px)}.brand{font-size:21px;gap:9px}.brand img{width:34px;height:34px}.header-inner{gap:12px}.header-actions{gap:0}.hero{padding:45px 0 38px}.hero-layout{grid-template-columns:1fr;gap:18px}.hero h1{font-size:46px}.hero-copy>p:not(.eyebrow){font-size:17px}.hero .eyebrow{font-size:10px}.hero-art{max-width:340px;margin:16px auto 0}.hero-art figcaption{font-size:10px}.hero .wp-block-buttons{gap:10px}.wp-block-button__link{padding:13px 18px;font-size:14px}.delivery-row{flex-direction:column;gap:7px}.delivery-row p{font-size:13px}.delivery-strip{padding-block:18px}.section{padding:55px 0}.example-grid{grid-template-columns:1fr;gap:36px}.example-card img{aspect-ratio:1.15}.material-grid{gap:22px}.material-card h3{font-size:26px}.process-grid{grid-template-columns:1fr}.process-card .number{font-size:28px;margin-bottom:12px}.contact-layout{grid-template-columns:1fr;gap:15px}.contact-card{padding:28px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:10px}.admin-bar .site-header{top:0}.page-content{padding-block:45px}.woocommerce div.product .product_title{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Original Next.js homepage layout, restored from the reference components. */
:root{--paper:oklch(.98 .005 85);--ink:oklch(.15 .02 250);--orange:#ff6b00;--bright:#ff6b00;--teal:oklch(.65 .15 195);--lime:oklch(.75 .2 140);--line:oklch(.88 .02 85);--muted:oklch(.45 .02 250);--soft:oklch(.94 .01 85)}
.container,.section-inner,.header-inner{width:calc(100% - 48px);max-width:1280px}.site-header{position:fixed;inset:0 0 auto;background:color-mix(in srgb,var(--paper) 85%,transparent);backdrop-filter:blur(14px)}.header-inner{min-height:80px}.nav-links{gap:28px}.brand{font-size:20px;gap:8px}.brand img{width:40px;height:40px}.header-actions{gap:18px}.quote-button{border-radius:6px;padding:11px 18px;color:white}.header-actions .cart-link{font-size:13px}.header-inner{gap:24px}.nav-links a{color:var(--muted);font-weight:700}.nav-links a:hover{color:var(--orange)}.page-content{padding-top:140px}.section{padding:128px 0}.section-heading{text-align:center;max-width:700px;margin:0 auto 64px}.section-heading h2{font-size:60px;line-height:1;letter-spacing:-.035em;margin-bottom:16px}.section-heading>p:last-child{font-size:20px;line-height:1.4;color:var(--muted);margin:0}.section-heading .badge{margin-bottom:16px}.orange-text{color:var(--orange)}.teal-text{color:var(--teal)}.lime-text{color:var(--lime)}.badge{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:1.3;padding:7px 16px;border-radius:999px;margin:0}.badge.outline{border:1px solid var(--orange);color:var(--orange);background:transparent}.orange{background:var(--orange);color:white}.teal{background:var(--teal);color:white}.lime{background:var(--lime);color:var(--ink)}.ink{background:var(--ink);color:var(--paper)}.grey{background:var(--muted);color:var(--paper)}.black{background:black;color:white}.button,.wp-block-button__link{background:var(--orange);border-color:var(--orange);color:white;border-radius:12px}.button:hover,.wp-block-button__link:hover{background:#e96000;border-color:#e96000;transform:none;color:white}.is-style-outline .wp-block-button__link{background:transparent;border:2px solid var(--ink);color:var(--ink)}.is-style-outline .wp-block-button__link:hover{background:var(--ink);color:var(--paper)}.hero{min-height:100vh;display:flex;align-items:center;padding:110px 0 60px;background:var(--paper)}.hero-layout{grid-template-columns:1fr 1fr;gap:48px;position:relative;z-index:1}.hero-copy{padding-top:60px;animation:none}.hero h1{font-size:72px;line-height:1;letter-spacing:-.045em;margin:32px 0}.hero-copy>p:not(.eyebrow){font-size:20px;line-height:1.4;color:var(--muted);max-width:576px;margin-bottom:32px}.hero-badges{display:flex;gap:12px;flex-wrap:wrap}.hero .wp-block-buttons{gap:16px;flex-wrap:nowrap}.hero .wp-block-button__link{font-size:18px;padding:16px 25px;white-space:nowrap}.hero .wp-block-button:last-child .wp-block-button__link{border-color:var(--teal);color:var(--teal)}.hero .wp-block-button:last-child .wp-block-button__link:hover{background:var(--teal);color:white}.hero-art{animation:none;position:relative;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin:0}.hero-art:before{display:none}.hero-art figure{margin:0;width:480px;max-width:90%}.hero-art img{filter:drop-shadow(0 24px 20px #0003);width:100%;display:block}.floating-label{position:absolute;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 8px 16px #0002;margin:0}.floating-label.pla{top:7%;left:3%;width:64px;height:64px;background:var(--lime);font-size:24px;border-radius:9px;transform:rotate(12deg)}.floating-label.abs{bottom:10%;right:0;width:80px;height:80px;border-radius:50%;background:var(--teal);color:white;font-size:18px}.floating-label.tpu{right:-12px;top:50%;width:56px;height:56px;border-radius:12px;background:var(--orange);color:white;font-size:12px;transform:rotate(-12deg)}.hero-decor{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-decor:after{content:'';position:absolute;bottom:0;left:0;right:0;height:160px;background:repeating-linear-gradient(0deg,transparent 0 6px,#ff6b0012 6px 8px)}.hero-decor i{position:absolute;background:#ff6b002e;border-radius:12px;width:64px;height:64px;left:40px;top:80px;transform:rotate(12deg)}.hero-decor i:nth-child(2){left:auto;right:80px;top:160px;background:color-mix(in srgb,var(--teal) 20%,transparent);width:96px;height:96px;border-radius:50%}.hero-decor i:nth-child(3){left:25%;top:auto;bottom:160px;background:color-mix(in srgb,var(--lime) 20%,transparent);width:80px;height:80px;transform:rotate(-12deg)}.hero-decor i:nth-child(4){left:auto;right:33%;top:33%;width:48px;height:48px;border-radius:50%}.hero-decor i:nth-child(5){left:auto;right:40px;top:auto;bottom:80px;width:112px;height:112px;transform:rotate(45deg);background:color-mix(in srgb,var(--teal) 15%,transparent)}.services,.contact{background:color-mix(in srgb,var(--soft) 50%,var(--paper))}.service-metrics{display:flex;justify-content:center;gap:24px;margin-bottom:64px;text-align:center}.metric-item{padding-right:24px;border-right:1px solid var(--line)}.metric-item:last-child{border:0;padding:0}.metric-item p{font-size:14px;margin:0}.metric-item .metric{font-size:30px;font-weight:700;line-height:1.2}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.service-card{border:2px solid var(--line);border-radius:12px;padding:32px;background:white;transition:border-color .2s}.service-card:hover{border-color:var(--orange)}.service-card h3{max-width:none;font-size:24px;letter-spacing:0;margin-bottom:12px}.service-card p{font-size:16px;line-height:1.5;color:var(--muted)}.service-card .badge{color:inherit;font-size:12px;padding:3px 10px;margin:0}.service-card .badge.orange,.service-card .badge.teal,.service-card .badge.ink{color:white}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.service-icon{width:64px;height:64px;border-radius:16px;background:#ff6b0019;display:flex;align-items:center;justify-content:center}.icon{width:32px;height:32px;display:block}.features{list-style:none;padding:0;margin:24px 0}.features li{display:flex;align-items:center;gap:12px;margin-bottom:12px;line-height:1.5}.features li:before{content:'✓';font-weight:bold;color:var(--lime);border:2px solid var(--lime);border-radius:50%;width:17px;height:17px;line-height:14px;text-align:center;flex-shrink:0;font-size:12px}.service-card>p:last-child{margin-bottom:0}.materials{border:0}.materials .badge.outline,.testimonials .badge.outline{border-color:var(--teal);color:var(--teal)}.material-grid{grid-template-columns:repeat(3,1fr);gap:24px}.material-card{border:0;padding:32px;border-radius:16px;transition:transform .25s}.material-card:hover{transform:scale(1.03) rotate(-2deg)}.material-card h3{font-family:inherit;font-size:48px;font-weight:900;letter-spacing:0;margin-bottom:8px}.material-card p{color:inherit;margin-bottom:16px}.material-card .material-full-name{font-size:12px;opacity:.8}.material-card .material-description{font-size:14px;line-height:1.6;opacity:.9}.material-card .material-properties{font-size:12px;opacity:.8;margin:0}.colour-note{display:flex;align-items:center;justify-content:center;gap:16px;width:fit-content;max-width:100%;margin:64px auto 0;background:var(--soft);padding:24px 32px;border-radius:16px}.colour-note p{margin:0;font-size:14px}.colour-note p strong{font-size:16px}.colour-note a{font-weight:700;color:var(--teal)}.swatches{display:flex;padding-right:8px}.swatches i{display:block;width:32px;height:32px;border:2px solid var(--paper);border-radius:50%;margin-right:-8px;background:#ef4444}.swatches i:nth-child(2){background:#3b82f6}.swatches i:nth-child(3){background:#22c55e}.swatches i:nth-child(4){background:#eab308}.swatches i:nth-child(5){background:#ec4899}.swatches i:nth-child(6){background:#06b6d4}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:64px}.category-card{padding:24px;text-align:center;border:2px solid var(--line);border-radius:16px;background:white;transition:border-color .2s}.category-card:hover{border-color:var(--orange)}.category-card p{margin:0;line-height:1.5}.category-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;margin:0 auto 16px}.category-icon .icon,.step-icon .icon,.contact-icon .icon{filter:brightness(0) invert(1)}.custom-callout{display:flex;align-items:center;gap:16px;border-radius:16px;padding:24px 32px;background:var(--orange);color:white;width:fit-content;margin:auto}.custom-callout p{margin:0}.custom-callout .boat{font-size:36px}.custom-callout strong{font-size:18px}.custom-callout .wp-block-button__link{background:var(--paper);border-color:var(--paper);color:var(--ink)}.popular{background:var(--soft)}.popular-top{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:48px}.popular-heading .badge{margin-bottom:16px}.popular-heading h2{font-size:48px;margin-bottom:12px}.popular-heading p:last-child{color:var(--muted);margin:0}.popular-top .wp-block-button__link{border-color:var(--orange);color:var(--orange);padding:8px 16px;font-size:14px}.popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.popular-card{border:2px solid var(--line);border-radius:12px;background:white;overflow:hidden;text-decoration:none;display:block;color:var(--ink)}.popular-card:hover{border-color:var(--orange);color:var(--ink)}.popular-media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--paper)}.popular-media img,.popular-media video{width:100%;height:100%;object-fit:cover;display:block}.popular-media .badge{position:absolute;right:8px;top:8px;font-size:12px;padding:3px 9px}.popular-caption{padding:16px}.popular-caption h3{font-size:14px;line-height:1.5;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.popular-caption p{font-size:12px;color:var(--muted);margin:0}.process .section-heading>p:last-child{color:#ffffffb3}.process .badge{background:var(--orange);color:white;border-color:var(--orange)}.process-grid{position:relative;grid-template-columns:repeat(5,minmax(0,1fr));gap:32px}.process-grid:before{content:'';position:absolute;left:0;right:0;top:40px;height:4px;background:#ff6b007f}.process-card{border:0;padding:0;text-align:center;position:relative}.step-icon{position:relative;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:16px}.step-icon .icon{filter:brightness(0);width:40px;height:40px}.step-icon>span{position:absolute;top:-8px;right:-8px;border-radius:50%;background:var(--lime);color:var(--ink);width:32px;height:32px;font-size:23px;line-height:32px}.process-card .number{font-family:inherit;font-size:48px;font-weight:900;color:#ffffff33;margin-bottom:8px;line-height:1}.process-card h3{font-size:20px;line-height:1.4;letter-spacing:0;margin-bottom:8px}.process-card p{font-size:16px;color:#ffffffb3;line-height:1.6}.process-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:80px}.process-highlight{background:#ffffff1a;padding:32px;text-align:center;border-radius:16px}.process-highlight .metric{font-size:48px;font-weight:900;margin-bottom:8px;line-height:1}.process-highlight h3{font-size:18px;line-height:1.5;letter-spacing:0;margin:0}.process-highlight p:last-child{font-size:14px;color:#fff9;margin:0}.testimonials-carousel{max-width:768px;margin:auto}.testimonial-card{padding:32px;border:2px solid var(--line);border-radius:12px;background:white;display:grid;grid-template-columns:240px 1fr;align-items:center;gap:32px;margin-bottom:20px}.testimonial-card[hidden]{display:none}.testimonial-card figure{margin:0;aspect-ratio:240/256;border-radius:12px;overflow:hidden;outline:2px solid color-mix(in srgb,var(--teal) 30%,transparent)}.testimonial-card img{width:100%;height:100%;object-fit:cover}.testimonial-card h3{font-size:24px;letter-spacing:0;margin:0 0 12px}.testimonial-card p{font-size:16px;margin:0 0 16px}.testimonial-card p:has(strong){font-size:14px;margin-bottom:6px}.testimonial-card .review{color:var(--muted);font-size:18px;line-height:1.6;margin:0}.testimonial-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.testimonial-tags .badge{font-size:12px;margin:0;padding:3px 9px}.testimonial-controls:not([hidden]){display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px}.testimonial-controls>button{border:2px solid var(--line);border-radius:50%;width:40px;height:40px;background:transparent;cursor:pointer;font-size:24px;line-height:1}.testimonial-dots{display:flex;align-items:center;gap:8px}.testimonial-dots button{border:0;width:10px;height:10px;border-radius:8px;background:var(--line);padding:0;cursor:pointer}.testimonial-dots button[aria-current=true]{width:32px;background:var(--teal)}.contact-layout{grid-template-columns:1fr 1fr;gap:48px;max-width:1152px;margin:auto;align-items:start}.contact-copy h3{font-size:24px;letter-spacing:0;line-height:1.4;margin-bottom:24px}.contact-copy>p{font-size:18px;line-height:1.6;color:var(--muted);margin-bottom:32px}.contact-info-card{display:flex;align-items:center;gap:16px;padding:24px;background:white;border:2px solid var(--line);border-radius:12px;margin-bottom:16px}.contact-info-card p{margin:0;font-size:16px;color:var(--muted)}.contact-info-card strong{color:var(--ink)}.contact-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:12px}.contact-icon .icon{width:24px;height:24px}.contact-icon.lime .icon{filter:brightness(0)}.contact-copy .area-label{font-size:14px;font-weight:700;margin:32px 0 12px}.area-badges{display:flex;flex-wrap:wrap;gap:8px}.badge.area{background:color-mix(in srgb,var(--teal) 20%,transparent);color:var(--teal);font-weight:500;font-size:12px;padding:3px 10px}.contact-form-card{background:white;border:2px solid var(--line);border-radius:12px;padding:32px}.contact-form-card h3{font-size:24px;letter-spacing:0;margin:0 0 24px}.enquiry-form{display:grid;gap:24px}.enquiry-form label{display:block;font-weight:700;margin-bottom:8px;font-size:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.enquiry-form input:not([type=file]),.enquiry-form select,.enquiry-form textarea{width:100%;min-width:0;border:2px solid var(--line);padding:10px 12px;border-radius:12px;color:var(--ink);background:var(--paper);font-size:14px}.enquiry-form textarea{resize:vertical;background:white}.enquiry-form .attachment-help{font-size:14px;color:var(--muted);margin:0 0 12px}.enquiry-form .attach-button{width:100%;padding:14px;border:2px dashed var(--line);border-radius:12px;cursor:pointer;background:white;font-size:14px;font-weight:700}.file-list{padding:0;margin:0;list-style:none}.file-list li{display:flex;align-items:center;gap:12px;padding:12px;background:var(--soft);border:2px solid var(--line);border-radius:12px;margin-bottom:8px}.file-list span{overflow-wrap:anywhere;flex:1;font-size:14px}.file-list button{border:0;background:#fdd;color:#821515;cursor:pointer;border-radius:6px;width:32px;height:32px;flex-shrink:0}.enquiry-form button[type=submit]{width:100%;font-size:18px;padding:15px;background:var(--orange);border-color:var(--orange);color:white}.enquiry-form .response-note{font-size:14px;color:var(--muted);text-align:center;margin:0}.form-feedback{padding:18px;border-radius:12px;background:#e5f7df;margin-bottom:20px}.form-feedback.error{background:#fce4e4;color:#821515}.site-footer{padding-top:64px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:48px}.site-footer h2{font-size:18px}.site-footer p{font-size:16px;line-height:1.6;max-width:450px}.site-footer .nav-links{gap:12px;padding:0}.site-footer .nav-links a{color:#fff9;font-size:16px;font-weight:400;text-decoration:underline}.footer-bottom{font-size:14px;padding-top:32px}.footer-legal{display:flex;gap:24px}.footer-grid>div:last-child{grid-column:auto}.sr-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(min-width:1800px){.hero h1{font-size:72px}.hero-copy>p:not(.eyebrow){font-size:24px}.hero-copy{padding-top:0}.container,.section-inner,.header-inner{max-width:1536px}}
@media(max-width:1279px){.container,.section-inner,.header-inner{max-width:1024px}.header-inner{gap:14px}.nav-links{gap:16px}.nav-links a{font-size:12px}.header-actions .cart-link{position:fixed;right:16px;bottom:16px;padding:10px 16px;border-radius:30px;background:var(--orange);color:white;box-shadow:0 3px 12px #0003}.hero .wp-block-buttons{flex-wrap:wrap}.hero-art figure{max-width:85%}.hero h1{font-size:64px}.category-card{padding:18px 10px}}
@media(max-width:1023px){.container,.section-inner,.header-inner{max-width:768px}.hero-layout{grid-template-columns:1fr}.hero-art{display:none}.hero h1{font-size:72px}.hero-copy{padding-top:60px}.hero .wp-block-buttons{flex-wrap:nowrap}.hero .wp-block-button__link{font-size:18px;padding:16px 25px}.category-grid{grid-template-columns:repeat(3,1fr)}.material-grid{grid-template-columns:repeat(2,1fr)}.material-description{display:none}.popular-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.process-grid:before{display:none}.contact-layout{grid-template-columns:1fr}.process-card{margin-bottom:20px}.contact-form-card{width:100%}.section-heading h2{font-size:60px}}
@media(min-width:768px) and (max-width:900px){.header-inner{flex-wrap:nowrap}.menu-toggle:not([hidden]){display:none}#primary-navigation,.has-js #primary-navigation{display:block;width:auto;order:0}.nav-links{flex-wrap:nowrap;gap:13px;padding:0}.nav-links a{font-size:11px}.header-actions .quote-button{display:inline-flex;font-size:12px;padding:10px;white-space:nowrap}.brand{font-size:18px}.brand img{width:32px;height:32px}.header-inner{gap:12px}.hero-art{display:none}}
@media(max-width:767px){.container,.section-inner,.header-inner{width:calc(100% - 32px)}.section{padding:96px 0}.section-heading{margin-bottom:64px}.section-heading h2{font-size:36px;line-height:1.12}.section-heading>p:last-child{font-size:20px}.header-inner{min-height:64px;padding-block:10px;gap:8px}.brand{font-size:20px}.brand img{width:40px;height:40px}.header-actions .quote-button{display:none}.menu-toggle:not([hidden]){display:block;font-size:14px}.has-js #primary-navigation{display:none;width:100%;order:4}.has-js #primary-navigation.is-open{display:block}.nav-links{flex-direction:column;padding:16px 0;gap:16px}.nav-links a{font-size:18px}.hero{padding:64px 0 35px}.hero h1{font-size:48px;line-height:1;margin-block:32px}.hero-copy{padding-top:60px}.hero-copy>p:not(.eyebrow){font-size:20px}.hero .wp-block-buttons{flex-direction:column;align-items:stretch;gap:16px}.hero .wp-block-button__link{width:100%;font-size:18px;padding:16px 25px}.hero-badges .badge{font-size:14px}.hero-art{display:none}.service-grid{grid-template-columns:1fr;gap:24px}.service-card{padding:32px}.material-grid{gap:16px}.material-card{padding:24px}.material-card h3{font-size:36px}.material-full-name{display:none}.colour-note{flex-direction:column;padding:24px 32px;align-items:center}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{padding:24px}.custom-callout{flex-direction:column;text-align:center;padding:24px 32px}.popular-top{flex-direction:column;align-items:flex-start;gap:24px}.popular-heading h2{font-size:30px}.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.popular-caption{padding:16px}.process-grid{grid-template-columns:1fr;gap:32px}.process-card{margin-bottom:0}.process-card:not(:last-child):after{content:'';display:block;width:2px;height:32px;background:#fff5;margin:24px auto 0}.process-card .number{font-size:48px}.process-card h3{font-size:20px}.process-card p{font-size:16px}.process-highlights{grid-template-columns:1fr;margin-top:80px}.testimonial-card{grid-template-columns:1fr;padding:24px;gap:24px}.testimonial-card figure{height:224px;aspect-ratio:auto}.testimonial-card .review{font-size:18px}.contact-layout{gap:48px}.contact-form-card{padding:28px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:48px}.footer-bottom{flex-direction:column;align-items:center;gap:16px;text-align:center}.footer-legal{gap:24px}.site-footer .nav-links{padding:0}.page-content{padding-top:110px}}
@media(prefers-reduced-motion:reduce){.material-card:hover{transform:none}}

.floating-cart{position:fixed;right:16px;bottom:16px;z-index:40;padding:10px 18px;border-radius:30px;background:var(--orange);color:white;text-decoration:none;box-shadow:0 3px 12px #0003}.floating-cart:hover{color:white;background:#e96000}
/* Shared type scale: preserve the source hierarchy without breakpoint-specific shrinkage. */
:root{--type-hero:72px;--type-section:60px;--type-popular:48px;--type-card:24px;--type-body:16px;--type-small:14px;--type-label:12px}
body{font-size:var(--type-body)}
.hero h1{font-size:var(--type-hero);line-height:1}
.section-heading h2{font-size:var(--type-section);line-height:1}
.popular-heading h2{font-size:var(--type-popular);line-height:1}
.service-card h3,.testimonial-card h3,.contact-copy h3,.contact-form-card h3{font-size:var(--type-card);line-height:1.333333;letter-spacing:0}
.hero-copy>p:not(.eyebrow){line-height:1.625}
.site-header .brand{font-size:20px}
.site-header .nav-links a{font-size:var(--type-small);line-height:20px}
.site-header .quote-button{font-size:14px}
@media(min-width:1800px){:root{--type-hero:72px}}
@media(max-width:1199px){
 .header-inner{flex-wrap:wrap;min-height:80px;padding-block:14px}
 .menu-toggle:not([hidden]){display:block;margin-left:auto;font-size:14px;padding:8px 12px}
 #primary-navigation,.has-js #primary-navigation{width:100%;order:4}
 .has-js #primary-navigation{display:none}
 .has-js #primary-navigation.is-open{display:block}
 .site-header .nav-links{flex-direction:column;gap:16px;padding:16px 0}
 .site-header .nav-links a{font-size:18px;line-height:28px}
 .header-actions .quote-button{display:inline-flex;padding:10px 16px}
 .site-header .brand img{width:40px;height:40px}
}
@media(max-width:767px){
 :root{--type-hero:48px;--type-section:36px;--type-popular:30px}
 .section-heading h2{line-height:40px}
 .popular-heading h2{line-height:36px}
 .header-inner{min-height:64px;padding-block:10px}
 .header-actions .quote-button{display:none}
 .enquiry-form input:not([type=file]),.enquiry-form select,.enquiry-form textarea{font-size:16px}
}
/* Keep WooCommerce's body class from overriding site navigation and brand buttons. */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce .site-header a.quote-button{background:var(--orange);border-color:var(--orange);color:#fff;border-radius:12px}
.woocommerce .site-header a.quote-button{display:inline-flex;font-size:14px;line-height:1.4;padding:10px 16px}
@media(max-width:767px){.woocommerce .site-header a.quote-button{display:none}}

/* Header cart and accessible modal drawer. */
.header-actions{gap:12px}.pb-cart-toggle{display:inline-flex;align-items:center;gap:7px;text-decoration:none;border:1px solid var(--line);border-radius:12px;padding:10px 14px;white-space:nowrap}.pb-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:50%;background:#fff0e5;color:#9c4100;font-size:12px}.pb-cart-open{overflow:hidden}
#pb-cart-drawer{position:fixed;inset:0 0 0 auto;margin:0;width:min(440px,100%);max-width:100%;height:100dvh;max-height:100dvh;padding:24px;border:0;background:var(--paper);color:var(--ink);box-shadow:-8px 0 40px #0002;overflow-y:auto}#pb-cart-drawer[open]{animation:pb-cart-enter .22s ease-out}#pb-cart-drawer::backdrop{background:#0006}.pb-cart-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px}.pb-cart-heading h2{font-size:28px;margin:0}.pb-cart-close{border:1px solid var(--line);border-radius:9px;background:transparent;width:44px;height:44px;font-size:28px;cursor:pointer}#pb-cart-drawer ul{list-style:none;padding:0;margin:0}#pb-cart-drawer .mini_cart_item{position:relative;padding:18px 0 18px 28px;border-bottom:1px solid var(--line);min-height:100px}#pb-cart-drawer .mini_cart_item>a:not(.remove){display:block;font-weight:700;text-decoration:none}#pb-cart-drawer .mini_cart_item img{float:right;width:64px;height:64px;object-fit:cover;border-radius:8px;margin-left:12px}#pb-cart-drawer .remove{position:absolute;left:0;top:18px;text-decoration:none;font-size:22px}#pb-cart-drawer .variation{font-size:13px;margin:8px 0}#pb-cart-drawer .variation dt{float:left;clear:left;margin-right:5px}#pb-cart-drawer .variation dd{margin:0}#pb-cart-drawer .variation p{margin:0}#pb-cart-drawer .quantity{display:block;margin-top:8px;font-size:14px}#pb-cart-drawer .total{display:flex;justify-content:space-between;margin:24px 0}#pb-cart-drawer .buttons{display:grid;gap:12px}#pb-cart-drawer .buttons .button{background:#fff;border-color:#007f86;color:#007f86}#pb-cart-drawer .buttons .checkout{background:#ff6b00;border-color:#ff6b00;color:white}
@keyframes pb-cart-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}@media(prefers-reduced-motion:reduce){#pb-cart-drawer[open]{animation:none}}
@media(max-width:767px){.site-header .header-inner{flex-wrap:wrap}.site-header .header-actions{width:100%;justify-content:flex-end;order:3}.site-header .header-actions .quote-button{display:inline-flex;padding:8px 12px}.pb-cart-toggle{padding:8px 12px}}

.site-header .pb-cart-toggle{position:relative;justify-content:center;width:46px;height:44px;padding:10px}.site-header .pb-cart-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 4px;background:#ff6b00;color:#fff;border:2px solid var(--paper);font-size:11px;line-height:1;font-weight:700}.site-header .pb-cart-toggle svg{flex-shrink:0}

/* ==========================================================================
   Source-fidelity pass: values measured from the original Next.js components.
   ========================================================================== */
:root{--pb-border:#ddd7c9;--pb-muted-fg:#4d5660;--pb-fg:#050c13;--pb-bg:#faf8f5}

/* Tailwind `container mx-auto px-4 md:px-6` */
.container,.section-inner,.header-inner{width:100%;max-width:none;padding-inline:16px}
@media(min-width:640px){.container,.section-inner,.header-inner{max-width:640px}}
@media(min-width:768px){.container,.section-inner,.header-inner{max-width:768px;padding-inline:24px}}
@media(min-width:1024px){.container,.section-inner,.header-inner{max-width:1024px}}
@media(min-width:1280px){.container,.section-inner,.header-inner{max-width:1280px}}
@media(min-width:1536px){.container,.section-inner,.header-inner{max-width:1536px}}

/* Main header (navbar.tsx). Full navigation from 1024px; a single compact row below. */
.site-header{background:color-mix(in srgb,var(--pb-bg) 80%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--pb-border)}
.site-header .header-inner{flex-wrap:nowrap;min-height:80px;padding-block:0;gap:16px}
.site-header .brand{gap:8px;font-size:20px;line-height:28px;letter-spacing:-.5px}
.site-header .brand img{width:40px;height:40px}
.site-header .nav-links{flex-direction:row;gap:32px;padding:0}
.site-header .nav-links a{font-size:14px;line-height:20px;font-weight:700;color:var(--pb-muted-fg)}
.site-header .nav-links a:hover{color:var(--orange)}
.site-header .header-actions{gap:12px}
.site-header .header-actions a.quote-button{display:inline-flex;font-size:16px;line-height:24px;padding:12px 20px;border:0;border-radius:10px}
.site-header .shop-pill{display:none}
.site-header .menu-toggle:not([hidden]){display:none}
.site-header .menu-toggle svg{display:block;width:24px;height:24px}
.site-header .menu-toggle .menu-close-icon,.site-header .menu-toggle[aria-expanded=true] .menu-open-icon{display:none}
.site-header .menu-toggle[aria-expanded=true] .menu-close-icon{display:block}
@media(min-width:1024px){#primary-navigation,.has-js #primary-navigation{display:block;width:auto;order:0}}
@media(max-width:1023px){
 .site-header .header-inner{flex-wrap:wrap;min-height:0;column-gap:8px;row-gap:0}
 .site-header .brand,.site-header .header-actions{min-height:80px}
 .site-header .header-actions{margin-left:auto;gap:8px;width:auto;order:0;justify-content:flex-end}
 .site-header .shop-pill{display:inline-flex;align-items:center;font-size:14px;line-height:20px;font-weight:700;color:var(--pb-fg);text-decoration:none;border:2px solid var(--pb-border);border-radius:12px;padding:8px 12px;white-space:nowrap}
 .site-header .header-actions a.quote-button{font-size:14px;line-height:20px;padding:8px 12px;border-radius:12px;white-space:nowrap}
 .site-header .menu-toggle:not([hidden]){display:block;margin:0;padding:8px;border:0;background:transparent;color:var(--pb-fg);cursor:pointer}
 #primary-navigation,.has-js #primary-navigation{order:5;width:100%}
 .has-js #primary-navigation{display:none}
 .has-js #primary-navigation.is-open{display:block;border-top:1px solid var(--pb-border);padding-block:16px}
 .site-header .nav-links{flex-direction:column;gap:16px;padding:0}
 .site-header .nav-links a{font-size:18px;line-height:28px;color:var(--pb-fg)}
}
@media(max-width:767px){.site-header .brand,.site-header .header-actions{min-height:64px}}
@media(max-width:479px){.site-header .shop-pill{display:none}}
@media(max-width:419px){.site-header .brand{font-size:18px;gap:6px}.site-header .brand img{width:36px;height:36px}.site-header .header-actions{gap:6px}.site-header .pb-cart-toggle{width:40px;height:40px;padding:8px}.site-header .menu-toggle:not([hidden]){padding:6px}}
@media(max-width:389px){.site-header .brand>span:not(.brand-mark){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}
.site-header .pb-cart-toggle,.back-header .pb-cart-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:10px;border:1px solid var(--pb-border);border-radius:12px;color:var(--pb-fg);text-decoration:none}
.back-header .pb-cart-count{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 4px;border-radius:10px;background:#ff6b00;color:#fff;border:2px solid var(--paper);font-size:11px;line-height:1;font-weight:700}
@media(max-width:1279px){.header-actions .cart-link{position:relative;right:auto;bottom:auto;background:transparent;color:var(--pb-fg);box-shadow:none;border-radius:12px}}

/* Compact detail-page header (models/[slug], projects/[id], privacy, terms). */
.back-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--pb-bg) 95%,transparent);backdrop-filter:blur(8px);border-bottom:2px solid var(--pb-border)}
.admin-bar .back-header{top:32px}
@media(max-width:782px){.admin-bar .back-header{top:46px}}
@media(max-width:600px){.admin-bar .back-header{top:0}}
.back-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-inline:auto;padding:10px 16px}
@media(min-width:640px){.back-header-inner{max-width:640px}}
@media(min-width:768px){.back-header-inner{max-width:768px;padding-inline:24px}}
@media(min-width:1024px){.back-header-inner{max-width:1024px}}
@media(min-width:1280px){.back-header-inner{max-width:1280px}}
@media(min-width:1536px){.back-header-inner{max-width:1536px}}
.back-link{display:flex;align-items:center;gap:8px;color:var(--pb-muted-fg);font-weight:700;text-decoration:none;transition:color .15s}
.back-link:hover{color:var(--pb-fg)}
.back-link svg{width:20px;height:20px;flex-shrink:0}
.back-header-end{display:flex;align-items:center;gap:16px}
.back-brand{display:flex;align-items:center;gap:8px;font-size:20px;line-height:28px;font-weight:700;letter-spacing:-.5px;text-decoration:none;white-space:nowrap;color:var(--pb-fg)}
.back-brand strong{color:var(--orange)}
.back-brand-mark{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;background:var(--orange);color:#fff}
.back-brand-mark svg{width:20px;height:20px}
.has-back-header .pb-source{padding-top:0}
@media(max-width:439px){.back-brand>span:last-child{display:none}}

/* Homepage controls (hero-section, models-section, testimonials-section, contact-section). */
.home-content .hero .wp-block-button__link{box-sizing:border-box;height:48px;padding:0 32px;font-size:18px;line-height:28px;font-weight:700;border-radius:16px;gap:8px}
.home-content .hero .wp-block-button:not(.is-style-outline) .wp-block-button__link{border:0;padding-inline:16px}
.home-content .hero .wp-block-button:not(.is-style-outline) .wp-block-button__link::before,
.home-content .hero .badge::before,
.home-content .popular .is-style-outline .wp-block-button__link::after,
.home-content .testimonial-controls [data-testimonial]::before{content:"";display:inline-block;flex-shrink:0;background:currentColor;-webkit-mask:var(--pb-icon) center/contain no-repeat;mask:var(--pb-icon) center/contain no-repeat}
.home-content .hero .wp-block-button:not(.is-style-outline) .wp-block-button__link::before{--pb-icon:url(assets/icons/Sparkles.svg);width:20px;height:20px}
.home-content .hero .is-style-outline .wp-block-button__link{height:52px;border-width:2px}
.home-content .hero .badge{display:inline-flex;align-items:center;gap:8px}
.home-content .hero .badge::before{width:16px;height:16px}
.home-content .hero .badge.teal::before{--pb-icon:url(assets/icons/MapPin.svg)}
.home-content .hero .badge.outline::before{--pb-icon:url(assets/icons/Clock.svg)}
.home-content .custom-callout .wp-block-button__link{box-sizing:border-box;height:36px;padding:0 16px;font-size:14px;line-height:20px;font-weight:700;border:0;border-radius:16px;background:var(--pb-bg);color:var(--pb-fg)}
.home-content .custom-callout .wp-block-button__link:hover{background:color-mix(in srgb,var(--pb-bg) 90%,transparent);color:var(--pb-fg)}
.home-content .popular .is-style-outline .wp-block-button__link{box-sizing:border-box;height:36px;padding:0 16px;gap:4px;font-size:12px;line-height:16px;font-weight:700;border:2px solid var(--orange);border-radius:9999px;background:transparent;color:var(--orange)}
.home-content .popular .is-style-outline .wp-block-button__link::after{--pb-icon:url(assets/icons/CircleArrowRight.svg);width:12px;height:12px}
.home-content .testimonial-controls [data-testimonial]{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;font-size:0;border:2px solid var(--pb-border);border-radius:9999px;background:var(--pb-bg);color:var(--pb-fg)}
.home-content .testimonial-controls [data-testimonial]::before{width:20px;height:20px}
.home-content .testimonial-controls [data-testimonial=prev]::before{--pb-icon:url(assets/icons/ChevronLeft.svg)}
.home-content .testimonial-controls [data-testimonial=next]::before{--pb-icon:url(assets/icons/ChevronRight.svg)}
.enquiry-form .attach-button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 12px;font-size:14px;font-weight:500;border-radius:16px}
.enquiry-form button[type=submit]{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;font-size:18px;line-height:28px;font-weight:700;border:0;border-radius:16px}
.enquiry-form button svg{width:16px;height:16px;flex-shrink:0}
/* Narrow phones: let the service metrics and contact cards shrink instead of overflowing. */
@media(max-width:400px){.service-metrics{gap:16px}.metric-item{min-width:0;padding-right:16px}.metric-item .metric{font-size:clamp(22px,7.5vw,30px)}.contact-copy,.contact-info-card{min-width:0}.contact-info-card{padding:16px}.contact-info-card p{overflow-wrap:anywhere}}
.back-link span{white-space:nowrap}
.site-header:has(#primary-navigation.is-open){background:color-mix(in srgb,var(--pb-bg) 97%,transparent)}
/* shadcn Card = py-6 on the card plus padding on CardContent. */
.home-content .service-card{padding:56px 32px}
.home-content .service-card p{line-height:26px}
.home-content .service-card .badge{font-size:12px;line-height:16px;padding:2px 8px}
.home-content .contact-info-card{padding:48px 24px}
.home-content .contact-info-card p{line-height:24px}
.home-content .contact-form-card{padding:56px 32px}

.enquiry-form label{line-height:14px}
.enquiry-form input:not([type=file]){height:36px;padding:4px 12px}
.enquiry-form textarea{field-sizing:content;min-height:64px;height:auto;padding:8px 12px;line-height:20px}
.enquiry-form .attachment-help,.enquiry-form .response-note{line-height:20px}
/* Source body text is 16/24 and headings are untracked except where Tailwind classes say otherwise. */
.home-content{line-height:1.5}
.home-content h2,.pb-source :is(h1,h2,h3,h4){letter-spacing:normal}
.home-content .hero h1{letter-spacing:-.025em}
.home-content .section-heading .badge,.home-content .popular-heading .badge,.home-content .hero .badge{line-height:20px;padding:8px 16px}
.home-content .testimonial-card{padding:56px 32px}
@media(max-width:639px){.home-content .testimonial-card{padding:48px 24px}}
.home-content .material-card h3{line-height:48px}
.home-content .material-card p{line-height:16px}
.home-content .material-card p:nth-of-type(2){line-height:1.625}
.home-content .process-grid:before{top:96px}
.home-content .process-card p{margin-bottom:0;line-height:26px}
.home-content .process-card p.number{line-height:48px;margin-bottom:8px}
@media(max-width:1023px){.home-content .process-card:not(:last-child):after{height:32px;margin:16px auto}}
.home-content .hero{padding-top:60px}
@media(max-width:767px){.home-content .hero{padding-top:39px}.home-content .hero .badge + .badge{margin-top:2px}}
@media(min-width:1024px){.home-content .hero-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.home-content .hero-layout>*{min-width:0;max-width:100%}}
/* Footer (footer.tsx): py-16, md:grid-cols-4 with a two-column intro, gap-12. */
.site-footer{padding:64px 0;line-height:24px}
.site-footer .footer-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:48px}
@media(min-width:768px){.site-footer .footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer .footer-grid>:first-child{grid-column:span 2}}
.site-footer .brand{margin-bottom:16px;font-size:20px;line-height:28px}
.site-footer .footer-grid>:first-child p{max-width:28rem;margin:0 0 16px;line-height:1.625;color:rgba(250,248,245,.7)}
.site-footer .colour-dots{display:flex;gap:8px}
.site-footer .colour-dots i{width:16px;height:16px;border-radius:9999px}
.site-footer h2{font-size:18px;line-height:28px;font-weight:700;letter-spacing:normal;margin:0 0 16px}
.site-footer .footer-grid .nav-links{display:grid;gap:12px;padding:0}
.site-footer .footer-grid .nav-links li{line-height:24px;color:rgba(250,248,245,.7)}
.site-footer .footer-grid .nav-links a{font-size:16px;line-height:24px;color:rgba(250,248,245,.7);text-underline-offset:4px}
.site-footer .footer-grid .nav-links a:hover{color:var(--orange)}
.site-footer .footer-bottom{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;margin-top:48px;padding-top:32px;border-top:0;font-size:14px;line-height:20px;color:rgba(250,248,245,.6)}
.site-footer .footer-bottom::before{content:"";position:absolute;top:0;left:16px;right:16px;height:1px;background:rgba(250,248,245,.2)}
.site-footer .footer-legal{display:flex;gap:24px}
.site-footer .footer-legal a{color:inherit;text-decoration:none}
.site-footer .footer-legal a:hover{color:var(--orange)}
@media(min-width:768px){.site-footer .footer-bottom{flex-direction:row}.site-footer .footer-bottom::before{left:24px;right:24px}}
/* WooCommerce block cart/checkout: primary actions in the brand orange. */
.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button,.wc-block-components-button.contained{background:var(--orange);color:#fff;border:0;border-radius:12px;font-weight:700}
.wc-block-cart__submit-button:hover,.wc-block-components-checkout-place-order-button:hover,.wc-block-components-button.contained:hover{background:#e96000;color:#fff}
/* Blog posts: a comfortable reading column in the source's type scale. */
.pb-prose{color:#2e3740;font-size:18px;line-height:1.75}
.pb-prose.pb-prose>*+*{margin-top:20px}
.pb-prose p{margin-bottom:0}
.pb-prose h2{font-size:30px;line-height:36px;font-weight:700;color:var(--pb-fg);margin:48px 0 0}
.pb-prose h3{font-size:20px;line-height:28px;font-weight:700;color:var(--pb-fg);margin:32px 0 0}
.pb-prose.pb-prose h2+*,.pb-prose.pb-prose h3+*{margin-top:12px}
.pb-prose.pb-prose ul{list-style:disc;padding-left:24px;margin-bottom:0}
.pb-prose.pb-prose ol{list-style:decimal;padding-left:24px;margin-bottom:0}
.pb-prose.pb-prose li+li{margin-top:8px}
.pb-prose.pb-prose li{padding-left:4px}
.pb-prose li::marker{color:var(--orange)}
.pb-prose strong{color:var(--pb-fg)}
.pb-prose a{color:var(--orange);text-decoration:underline;text-underline-offset:4px}
.pb-prose a:hover{color:#c95400}
@media(max-width:767px){.pb-prose{font-size:17px}.pb-prose h2{font-size:26px;line-height:32px;margin-top:40px}}
.pb-post-cta h2{letter-spacing:normal;margin:0}
.pb-post-cta .button{border-radius:12px;padding:12px 24px;font-size:16px}
.pb-post-cta .pb-button-outline{background:transparent;color:var(--pb-fg);border:2px solid var(--pb-fg)}
.pb-post-cta .pb-button-outline:hover{background:var(--pb-fg);color:#fff}
/* Brand mark as in navbar.tsx/footer.tsx: 40px orange square (rounded-lg) with a 24px outline printer. */
.brand-mark{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:12px;background:var(--orange);color:#fff}
.brand-mark svg{width:24px;height:24px}
@media(max-width:419px){.site-header .brand-mark{width:36px;height:36px}.site-header .brand-mark svg{width:22px;height:22px}}
.site-footer .footer-profile{margin:16px 0 0}
.site-footer .footer-profile a{color:rgba(250,248,245,.7);font-size:14px;text-underline-offset:4px}
.site-footer .footer-profile a:hover{color:var(--orange)}
/* Google reviews (printbench-content/reviews.php): same carousel and card as the original testimonials, with the reviewer's Google photo (or initial) in place of the job photo. */
.testimonial-card.google-review{grid-template-columns:96px 1fr;align-items:start}
.google-review .review-avatar{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--teal) 14%,white);color:var(--teal);font-size:32px;font-weight:700;outline:2px solid color-mix(in srgb,var(--teal) 30%,transparent)}
.google-review .review-stars,.google-reviews-summary .review-stars{color:#f5a623;font-size:20px;letter-spacing:2px;margin:0 0 12px}
.google-review .review-source{font-size:14px;color:var(--muted);margin:16px 0 0}
.google-reviews-summary{text-align:center;margin-top:20px;font-size:16px}
.google-reviews-summary .review-stars{font-size:18px;margin:0}
.google-reviews-link{color:var(--teal);font-weight:600}
@media (max-width:640px){.testimonial-card.google-review{grid-template-columns:1fr}.google-review .review-avatar{width:64px;height:64px;font-size:24px}}
img.review-avatar{object-fit:cover}.google-review h3 a{color:inherit;text-decoration:none}.google-review h3 a:hover{text-decoration:underline}
/* Review carousel autoplay (navigation.js): progress bar and play/pause button. */
.testimonial-progress{max-width:160px;height:3px;margin:4px auto 0;border-radius:3px;background:var(--line);overflow:hidden}
.testimonial-progress[hidden]{display:none}
.testimonial-progress span{display:block;height:100%;background:var(--teal);transform-origin:left;transform:scaleX(0)}
@keyframes pb-testimonial-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.testimonial-controls [data-testimonial=toggle][hidden]{display:none}
.testimonial-controls [data-testimonial=toggle]::before{width:16px;height:16px;--pb-icon:url(assets/icons/Pause.svg)}
.testimonial-controls [data-testimonial=toggle][data-state=paused]::before{--pb-icon:url(assets/icons/Play.svg)}
/* Email contact (form note, footer, home Email card), added at launch. */
.enquiry-form .email-note{margin-top:4px}.enquiry-form .email-note a{color:var(--teal);font-weight:600}
.site-footer .footer-email{margin:16px 0 0}.site-footer .footer-email+.footer-profile{margin-top:8px}
.contact-detail a[href^="mailto:"]{color:inherit;text-underline-offset:4px}.contact-detail a[href^="mailto:"]:hover{color:var(--teal)}
