:root{--red:#bd2633;--ink:#242325;--muted:#69666a;--line:#dfdce0;--paper:#f6f5f4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.55 Caudex,Caudex,Georgia,serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #c64752;outline-offset:4px}.topbar{background:var(--ink);color:white;padding:10px 5%;display:flex;gap:25px;font-size:12px;letter-spacing:.07em}.topbar span{margin-right:auto}.topbar a{letter-spacing:0}header{padding:24px 5%;display:flex;align-items:center;gap:35px;border-bottom:1px solid var(--line)}.logo{font-size:48px;font-weight:900;letter-spacing:-4px;line-height:.8;color:var(--red);display:inline-block}.logo span{font-size:9px;display:block;letter-spacing:1.7px;line-height:2.5;color:var(--ink);font-weight:700}nav{display:flex;gap:28px;margin:auto;font-size:14px}nav a:hover{color:var(--red)}.basket-button{background:white;border:1px solid var(--line);padding:10px 15px;font-size:14px;border-radius:3px}.basket-button span{background:var(--red);color:white;border-radius:50%;min-width:24px;display:inline-block;margin-left:14px}.hero{display:grid;grid-template-columns:1.03fr 1fr;min-height:555px;background:var(--paper)}.hero-copy{padding:64px 7% 28px 10%}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin-bottom:20px}.eyebrow span{display:inline-block;width:7px;height:7px;background:var(--red);margin-right:8px}h1{font-size:clamp(46px,4.55vw,74px);font-weight:500;letter-spacing:-3px;line-height:1.06;margin:25px 0}em{font-family:Caudex,Georgia,serif;font-weight:400;color:var(--red)}.hero-copy>p{max-width:420px;color:var(--muted);font-size:17px;margin:24px 0 30px}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px}.button{background:var(--red);color:white;display:inline-flex;justify-content:center;align-items:center;gap:30px;padding:15px 23px;border:0;font-size:14px;border-radius:2px}.button:hover{background:#9c1e29}.text-link{font-size:14px;border-bottom:1px solid #aaa;padding:8px 0}.hero-foot{border-top:1px solid var(--line);font-size:10px;letter-spacing:1.2px;margin-top:44px;padding-top:20px}.hero-visual{position:relative;min-width:0}.hero-visual>img{width:100%;height:100%;object-fit:cover;position:absolute}.photo-label{position:absolute;bottom:28px;left:28px;right:28px;padding:18px 22px;background:#ffffffed;backdrop-filter:blur(8px)}.photo-label span{font-size:10px;letter-spacing:1.7px;display:block}.photo-label strong{font-family:Caudex,Georgia,serif;font-weight:400;font-size:23px}.benefits{display:flex;justify-content:space-between;padding:25px 5%;border-bottom:1px solid var(--line);gap:20px;font-size:14px}.benefits b{font-size:12px;color:var(--red);margin-right:12px}.section{padding:75px 5%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading p{color:var(--muted);font-size:14px}.section-heading .eyebrow{color:var(--red);margin-bottom:10px}h2{font-size:clamp(30px,3vw,48px);letter-spacing:-1.6px;line-height:1.15;font-weight:500;margin:0 0 25px}.search{display:flex;align-items:center;background:var(--paper);border:1px solid var(--line);padding:9px 10px 9px 20px;margin:25px 0 22px;gap:16px}.search>span{font-size:32px;line-height:1}.search input{width:100%;background:transparent;border:0;outline-offset:0;min-width:0;padding:10px 0}.search button{flex-shrink:0;border:0;background:var(--ink);color:white;padding:12px 20px;font-size:14px}.categories{display:flex;gap:8px;flex-wrap:wrap}.categories button{background:white;border:1px solid var(--line);border-radius:50px;padding:9px 15px;font-size:14px}.categories button.active{background:var(--ink);color:white;border-color:var(--ink)}.catalogue-bar{display:flex;justify-content:space-between;align-items:center;margin:25px 0 20px;gap:18px;font-size:14px}.catalogue-bar p{color:var(--muted);margin:0}.catalogue-bar>div{display:flex;align-items:center;gap:12px}.catalogue-bar select{border:0;background:var(--paper);padding:9px;font-size:14px;max-width:160px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}.product-card{border:0;background:white;text-align:left;padding:0;min-width:0;color:var(--ink);display:flex;flex-direction:column}.product-image{position:relative;display:block;aspect-ratio:1/1;width:100%;background:var(--paper);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.product-card:hover img{transform:scale(1.035)}.product-image .arrow{position:absolute;bottom:13px;right:13px;border-radius:50%;width:32px;height:32px;text-align:center;line-height:32px;background:white;font-size:20px}.product-category{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;color:var(--muted);margin:17px 0 5px}.product-name{font-size:16px;line-height:1.4;font-weight:500;display:block}.product-meta{display:flex;justify-content:space-between;gap:8px;width:100%;font-size:12px;margin-top:10px;color:var(--muted)}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin:35px 0 20px}.pagination button,.secondary{background:white;border:1px solid var(--line);padding:10px 18px;border-radius:2px}.catalogue-note{text-align:center;color:var(--muted);font-size:12px}.branding{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;gap:12%}.branding h2{font-size:48px}.branding em{color:#f1979f}.branding p{color:#d2cfd3;max-width:470px}.branding-list article{display:flex;border-bottom:1px solid #535053;padding:20px 0;gap:25px}.branding-list article:first-child{padding-top:0}.branding-list article>span{color:#f1979f;font-size:12px;padding-top:5px}.branding-list h3{font-size:21px;font-weight:400;margin:0 0 5px}.branding-list p{font-size:14px;margin:0}.branding-list small{display:block;margin-top:20px;color:#bbb;font-size:12px}.about{text-align:center;padding-top:90px;padding-bottom:90px}.about .eyebrow{color:var(--red)}.about h2{font-size:clamp(36px,4vw,58px)}.about-bottom{max-width:870px;margin:35px auto 0;display:grid;grid-template-columns:1fr 1fr;text-align:left;gap:50px;color:var(--muted)}.contact{background:var(--red);color:white;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.contact h2{font-size:44px}.contact>div>a{display:block;margin:10px 0}.contact-email{font-size:clamp(17px,2.2vw,32px);border-bottom:1px solid #eab6bb;padding-bottom:20px;overflow-wrap:anywhere}.contact p{font-size:14px;color:#f3d8db}footer{display:flex;align-items:center;flex-wrap:wrap;padding:45px 5%;gap:30px}footer>.logo{margin-right:auto}footer>span,footer>small{font-size:12px;color:var(--muted)}footer button{border:0;background:none;font-size:12px}dialog{border:0;border-radius:5px;padding:40px;max-height:90vh;max-width:1000px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 25px 100px #0004}dialog::backdrop{background:#1119;backdrop-filter:blur(4px)}.close{position:absolute;right:10px;top:8px;background:white;border:0;font-size:30px;line-height:1;width:36px;height:36px;z-index:1}body:has(dialog[open]){overflow:hidden}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.detail-main-image{width:100%;aspect-ratio:1;object-fit:contain;background:var(--paper)}.detail-grid h2{font-size:30px;margin:10px 0 20px}.detail-grid p{font-size:14px;color:var(--muted)}.detail-gallery{display:flex;gap:8px;overflow:auto;margin-top:12px}.detail-gallery img{width:60px;height:60px;object-fit:contain}.detail-gallery button{padding:0;background:white;border:1px solid var(--line)}label{display:block;font-size:14px;margin:12px 0 5px}input,textarea{border:1px solid var(--line);padding:11px 12px;border-radius:2px;width:100%;background:white}textarea{resize:vertical}#variant{width:100%;max-width:100%;padding:12px;border:1px solid var(--line);background:white}#quantity{width:100px}.detail-grid .button{width:100%;margin-top:20px}.branding-options{font-size:13px;padding-left:20px;max-height:150px;overflow:auto}.small{font-size:12px!important;color:var(--muted)}#basket-dialog{max-width:780px}#basket-dialog>p{color:var(--muted);font-size:14px}.basket-row{border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 90px 36px;align-items:center;gap:15px;padding:15px 0}.basket-row small{display:block;color:var(--muted)}.basket-row button{background:none;border:0;font-size:22px}.basket-row label{font-size:12px}.basket-row input{padding:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.quote-actions{display:flex;gap:10px;flex-wrap:wrap}#privacy-dialog{max-width:650px}#toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);padding:12px 24px;background:var(--ink);color:white;z-index:10;border-radius:4px;display:none;max-width:90vw}.empty{grid-column:1/-1;padding:50px 20px;text-align:center;background:var(--paper)}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip:focus{display:block;padding:15px}.image-fallback{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted);font-size:14px}
@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero-copy{padding-top:85px}.hero{min-height:650px}}@media(max-width:1050px){header{gap:20px}nav{gap:15px;font-size:13px}.hero-copy{padding-top:40px;padding-bottom:20px}h1{font-size:53px}.hero{min-height:530px}.hero-foot{margin-top:28px}.hero-actions{gap:10px}.benefits{font-size:12px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.branding{gap:7%}.branding h2{font-size:39px}.section-heading p{display:none}}
@media(max-width:720px){.topbar{font-size:10px;justify-content:center}.topbar span{margin:0}.topbar a{display:none}header{padding:20px 5%;flex-wrap:wrap;justify-content:space-between;gap:20px}.logo{font-size:42px}nav{order:3;width:100%;overflow:auto;margin:0;justify-content:space-between;font-size:12px;gap:16px;white-space:nowrap}.basket-button{font-size:13px}.hero{display:flex;flex-direction:column}.hero-copy{padding:35px 6% 25px}h1{font-size:49px;letter-spacing:-2px}.hero-copy>p{font-size:16px;max-width:95%}.hero-foot{margin-top:25px}.hero-visual{height:330px}.photo-label{left:20px;right:20px;bottom:20px}.benefits{overflow:auto;gap:22px;padding:20px 5%}.benefits span{flex:0 0 230px}.section{padding:48px 5%}h2{font-size:32px}.eyebrow{font-size:10px}.search{padding:8px;gap:8px}.search input{font-size:14px}.search>span{display:none}.search button{font-size:12px;padding:12px}.categories{gap:7px;flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.categories button{font-size:12px;white-space:nowrap}.catalogue-bar{align-items:start;flex-direction:column;gap:12px}.catalogue-bar>div{width:100%;flex-wrap:wrap;font-size:12px}.catalogue-bar select{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.product-name{font-size:14px}.product-category{font-size:9px}.product-meta{font-size:10px;flex-wrap:wrap}.branding,.contact{grid-template-columns:1fr;gap:35px}.branding h2{font-size:37px}.about-bottom{grid-template-columns:1fr;gap:0;margin-top:15px}.about-bottom p{margin:12px 0}.contact h2{font-size:38px}.contact-email{font-size:21px}footer{gap:20px}footer>span{display:none}footer>small{width:100%}dialog{padding:35px 20px 25px}.detail-grid{grid-template-columns:1fr;gap:22px}.detail-main-image{max-height:290px}.form-grid{grid-template-columns:1fr}.basket-row{grid-template-columns:1fr 70px 30px;gap:8px}.basket-row strong{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Reference hero and header: preserve the original Izipho composition. */
@font-face{font-family:Madefor;src:url('madefor-text.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Cinzel;src:url('cinzel.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
:root{--red:#b30000}
.topbar{min-height:41px;padding:8px 3.125%;background:var(--red);font:16px/25px Caudex,Caudex,Georgia,serif;letter-spacing:0;display:flex;justify-content:center}
.contact-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:4px}
.topbar .contact-strip>span{margin:0}.topbar .bbbee{margin-left:20px;padding-left:20px;border-left:1px solid #ffffff80;font-size:14px;white-space:nowrap}
.reference-header{height:65px;padding:0 3.125%;border:0;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:30px}
.brand-lockup{display:flex;gap:10px;align-items:center;white-space:nowrap;font:18px/1.4 Cinzel,Caudex,Georgia,serif;color:#000}
.brand-lockup img{width:35px;height:35px;object-fit:contain}
.header-search{display:flex;align-items:center;width:350px;max-width:45%;height:38px;margin:0 0 0 auto;gap:4px}
.header-search input{font:14px/1.4 Caudex,Caudex,Georgia,serif;border:0;border-bottom:1px solid #ececec;border-radius:0;padding:9px 12px;box-shadow:0 1px 5px #0000000d;min-width:0}
.header-search input::placeholder{color:#7a7a7a}.header-search>button{background:transparent;border:0;color:var(--red);width:42px;height:42px;padding:9px;flex-shrink:0}
.category-band{padding:20px 3.125%;background:#e8e6e6}
.category-band .categories{margin:0;min-height:65px;background:#fff;border-radius:0 17px 0 17px;box-shadow:0 2px 20px #00000012;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:5px;flex-wrap:wrap;overflow:visible}
.category-band .categories button{border:0;border-radius:0;background:transparent;color:#252525;padding:9px 7px;font:14px/1.4 Caudex,Caudex,Georgia,serif;white-space:nowrap}
.category-band .categories button:hover{color:var(--red)}.category-band .categories button.active{background:transparent;color:var(--red);box-shadow:inset 0 -2px var(--red)}
.hero{display:block;min-height:0;background:#fff;padding:40px 3.125% 0}
.hero h1{font-family:Caudex,Caudex,Georgia,serif;font-size:7.8125vw;line-height:.9;letter-spacing:-.04em;font-weight:400;color:#000;margin:0 0 40px;max-width:none}
.hero h1>span{color:#b30000}
.hero-visual{position:relative;width:100%;height:auto;aspect-ratio:1192.5/807.8125;min-width:0;border-radius:20px;overflow:hidden}
.hero-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.hero-cutout{position:absolute;top:0;left:0;width:222px;height:79px;background:white;border-bottom-right-radius:50px}
.hero-cutout::before,.hero-cutout::after{content:'';position:absolute;width:16px;height:16px;background:radial-gradient(circle at bottom right,transparent 16px,white 16.5px)}
.hero-cutout::before{top:0;right:-16px}.hero-cutout::after{bottom:-16px;left:0}
.hero-start{display:flex;align-items:center;gap:15px;width:196px;height:61px;padding:0 17px;background:var(--red);color:white;border-radius:40px;font:16px/1.4 Caudex,Caudex,Georgia,serif}
.hero-start:hover{background:#960000}.hero-start svg{flex-shrink:0}
.benefits{margin-top:35px}.catalogue .section-heading{align-items:center}.catalogue .section-heading .basket-button{flex-shrink:0}.catalogue .section-heading h2{margin-bottom:0}
footer .footer-navigation{width:100%;margin:0;justify-content:flex-start;gap:30px;order:0}
@media(min-width:1800px){.hero h1{font-size:140.625px}}
@media(max-width:1100px){.category-band .categories{justify-content:flex-start;column-gap:14px}.hero h1{font-size:7.8125vw}.brand-lockup{font-size:16px}.topbar{font-size:14px}}
@media(max-width:720px){
 .topbar{min-height:41px;padding:7px 4%;font-size:12px;line-height:19px}.topbar a{display:inline}.topbar .bbbee{font-size:12px;margin-left:8px;padding-left:8px}.contact-strip{column-gap:3px}
 .reference-header{height:auto;min-height:65px;padding:12px 4%;gap:12px;flex-wrap:wrap}.brand-lockup{font-size:14px;gap:7px}.brand-lockup img{width:28px;height:28px}
 .header-search{width:100%;max-width:none;height:36px}.header-search input{font-size:14px}.header-search>button{height:36px;padding:6px 9px}
 .category-band{padding:12px 4%}.category-band .categories{min-height:65px;padding:9px;gap:4px 9px;justify-content:flex-start;flex-wrap:wrap}.category-band .categories button{font-size:12px;padding:7px 5px}
 .hero{padding:28px 4% 0}.hero h1{font-size:7.8125vw;line-height:.98;letter-spacing:-.04em;margin:0 0 25px}
 .hero-visual{height:auto;aspect-ratio:1192.5/807.8125;border-radius:14px}.hero-cutout{width:145px;height:55px;border-bottom-right-radius:30px}.hero-start{width:128px;height:42px;font-size:13px;padding:0 10px;gap:9px}.hero-start svg{width:20px;height:20px}
 .hero-cutout::before,.hero-cutout::after{width:12px;height:12px;background:radial-gradient(circle at bottom right,transparent 12px,white 12.5px)}.hero-cutout::before{right:-12px}.hero-cutout::after{bottom:-12px}
 .catalogue .section-heading{align-items:flex-start;flex-direction:column;gap:20px}footer .footer-navigation{flex-wrap:wrap;gap:12px 22px;white-space:normal;overflow:visible;font-size:14px}
}

/* Supplied logo files remain unmodified; the frame excludes transparent canvas padding. */
.supplied-logo{position:relative;display:block;width:168px;aspect-ratio:1157/414;overflow:hidden;flex-shrink:0}
.supplied-logo img,.brand-lockup.supplied-logo img{position:absolute;display:block;width:135.09075%;height:auto;max-width:none;left:-17.71824%;top:-140.09662%;object-fit:contain}
.footer-logo{width:200px;margin-right:auto}
@media(max-width:720px){.brand-lockup.supplied-logo{width:150px}.reference-header{padding-top:6px;padding-bottom:10px}.footer-logo{width:180px}}

/* Dedicated product catalogue, matching the supplied three-column reference. */
.products-page .catalogue{background:#f7f9fb;padding:35px 7% 45px}
.products-page .section-heading .eyebrow{display:none}
.products-page .section-heading h1{font:400 28px/1.2 Caudex,Caudex,Georgia,serif;letter-spacing:0;margin:0}
.products-page .catalogue-bar{margin:18px 0 32px}
.products-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:52px 58px}
.products-page .product-card{background:none;text-align:center;align-items:center;cursor:default}
.products-page .product-image{border-radius:22px;background:#f7f9fb;box-shadow:0 2px 16px #00000016;aspect-ratio:1;overflow:hidden}
.products-page .product-image img{object-fit:contain;mix-blend-mode:multiply}
.products-page .product-name{font:400 15px/1.5 Caudex,Georgia,serif;letter-spacing:0;margin:15px 0 0;max-width:100%}
.products-page .product-code{font:400 13px/1.5 Caudex,Georgia,serif;margin:0}
.products-page .product-price{font:400 15px/1.5 Caudex,Georgia,serif;margin:17px 0}
.products-page .view-product{font:400 14px/1.4 Caudex,Caudex,Georgia,serif;background:#b30000;color:white;padding:11px 25px;border:0;border-radius:8px;margin-top:auto}
.products-page .view-product:hover{background:#900000}
.products-page .pagination{gap:15px;margin:62px 0 22px}
.products-page .pagination button{color:var(--red);border:1px solid var(--red);border-radius:10px;min-width:62px;height:40px;padding:0 15px;background:white;font:300 25px/1 Caudex,Caudex,Georgia,serif}
.products-page .pagination button:disabled{border-color:#b0b0b0;color:#a0a0a0;background:#eee}
.products-page .pagination button:not(:disabled):hover{background:var(--red);color:white}
.products-page .current-page{min-width:62px;text-align:center;color:var(--red);font:400 20px/1.4 Caudex,Caudex,Georgia,serif}
@media(max-width:900px){.products-page .product-grid{gap:38px 25px}.products-page .catalogue{padding-left:5%;padding-right:5%}}
@media(max-width:600px){.products-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}.products-page .product-name{font-size:14px}.products-page .product-image{border-radius:16px}.products-page .view-product{padding:10px 16px}.products-page .pagination{gap:8px}.products-page .pagination button{min-width:46px}.products-page .current-page{min-width:38px}.products-page .section-heading{flex-direction:row;align-items:center}}

/* Wide catalogue search and Izipho dropdown navigation. */
.utility-bar{display:flex;justify-content:space-between;align-items:center;padding:7px 4%;border-bottom:1px solid #eee;gap:20px;font:14px/1.4 Caudex,Caudex,Georgia,serif}
.utility-bar nav{display:flex;gap:0;margin:0;font:inherit}.utility-bar nav a{padding:0 16px;border-right:1px solid #ddd}.utility-bar nav a:first-child{padding-left:0}.utility-bar nav a:last-child{border:0}
.utility-quote{border:0;background:none;color:var(--red);padding:4px}.utility-quote span{margin-left:7px}
.reference-header{height:114px;padding:18px 4%;gap:8%}.reference-header .supplied-logo{width:165px}
.search-shell{position:relative;flex:1;min-width:0}.header-search{max-width:none;width:100%;height:42px;border:2px solid var(--red);border-radius:24px 7px 7px 24px;gap:0;overflow:hidden}
.header-search input{box-shadow:none;border:0;padding:9px 22px;background:transparent;font-size:15px}.header-search select{height:100%;max-width:190px;border:0;background:white;color:#777;font:14px Caudex,Caudex,Georgia,serif;padding:0 16px;flex-shrink:0}.header-search>button{height:42px;width:52px;background:var(--red);color:white;padding:10px 14px;border-radius:0}
#search-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;z-index:30;box-shadow:0 8px 28px #0003;border:1px solid #ddd;border-radius:8px;padding:12px}#search-panel[hidden]{display:none}#search-feedback{font-size:13px;color:var(--muted);padding:5px 8px}
#search-suggestions{list-style:none;padding:0;margin:0}#search-suggestions li{display:flex;align-items:center;gap:15px;padding:10px;border-radius:5px;cursor:pointer}#search-suggestions li:hover,#search-suggestions li[aria-selected=true]{background:#f8eded}#search-suggestions img{width:48px;height:48px;object-fit:contain}#search-suggestions strong{display:block;font-size:14px;font-weight:500}#search-suggestions small{font-size:12px;color:var(--muted)}#all-search-results{border:0;border-top:1px solid #eee;background:white;color:var(--red);width:100%;padding:13px 0 3px;text-align:center}
.category-band{padding:0;background:#b30000}.mega-nav{display:flex;justify-content:space-between;gap:0;margin:0;padding:0 4%;font:14px/1.4 Caudex,Caudex,Georgia,serif}.nav-group{position:relative;flex:1}.nav-group summary{list-style:none;cursor:pointer;padding:15px 12px;color:white;white-space:nowrap;text-align:center}.nav-group summary::-webkit-details-marker{display:none}.nav-group summary span{margin-left:6px}.nav-group[open] summary,.nav-group summary:hover{background:#920000}.nav-dropdown{position:absolute;top:100%;left:0;min-width:220px;padding:12px;background:#fff;border:1px solid #eee;border-top:3px solid var(--red);box-shadow:0 8px 20px #0002;z-index:25}.nav-group:nth-last-child(-n+2) .nav-dropdown{left:auto;right:0}.nav-dropdown a{display:block;color:var(--ink);padding:10px 12px;border-radius:3px}.nav-dropdown a:hover{color:var(--red);background:#faf0f0}
.brand-strip{display:flex;align-items:center;gap:15px;margin:48px 3.125%;padding:12px 0}.brand-strip>button{border:0;background:none;color:#777;font-size:28px;min-width:30px;min-height:44px}.brand-track{display:flex;flex:1;overflow-x:auto;scrollbar-width:none;gap:45px;align-items:center;scroll-snap-type:x mandatory}.brand-track::-webkit-scrollbar{display:none}.brand-item{flex:0 0 calc((100% - 135px)/4);display:flex;align-items:center;justify-content:center;scroll-snap-align:start;min-height:65px}.brand-item img{max-width:170px;width:100%;height:48px;object-fit:contain;filter:grayscale(1);opacity:.55}
@media(max-width:1100px){.mega-nav{padding:0 2%;flex-wrap:wrap;justify-content:flex-start}.nav-group{flex:0 1 auto}.nav-group summary{padding:13px 14px}.reference-header{gap:5%}.header-search input{font-size:14px;padding-left:15px}}
@media(max-width:720px){.utility-bar{font-size:12px;padding:7px 4%;gap:8px}.utility-bar nav{order:0;flex-wrap:wrap;justify-content:flex-start;white-space:normal;width:auto;overflow:visible}.utility-bar nav a{padding:0 8px}.utility-quote{white-space:nowrap;font-size:12px}.reference-header{height:auto;flex-wrap:wrap;padding:12px 4%;gap:15px}.reference-header .supplied-logo{width:150px}.search-shell{flex-basis:100%}.header-search{height:auto;flex-wrap:wrap;border-radius:18px 6px 6px 18px;overflow:visible}.header-search input{flex:1 1 calc(100% - 52px);width:calc(100% - 52px);min-height:42px;font-size:13px;padding:10px;border-radius:18px 0 0 18px}.header-search select{order:3;width:100%;max-width:none;height:36px;background:#fafafa;border-top:1px solid #ddd;border-radius:0 0 4px 16px;padding:0 10px}.header-search>button{width:44px;height:42px;border-radius:0 3px 0 0;padding:10px}.mega-nav{padding:0 2%;flex-wrap:wrap;white-space:normal;overflow:visible;justify-content:flex-start;order:0}.nav-group summary{font-size:12px;padding:12px 9px}.nav-dropdown{min-width:190px}.nav-group:nth-child(3n) .nav-dropdown{right:0;left:auto}.brand-track{gap:24px}.brand-item{flex-basis:calc((100% - 24px)/2)}.brand-item img{height:40px}.brand-strip{margin:28px 3.125%;gap:4px}}
@media(max-width:720px){.mega-nav{position:relative}.mega-nav .nav-group{position:static}.mega-nav .nav-group .nav-dropdown{left:0;right:0;top:100%;min-width:0}}

/* Catalogue navigation and supplier-backed filters */
.products-page .catalogue.section{padding:28px 4% 45px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0 0 25px;align-items:center}.breadcrumbs li{display:flex;align-items:center;gap:12px;font-size:14px}.breadcrumbs li+li:before{content:'›';color:#777}.breadcrumbs a{display:block;background:#f4f4f4;padding:10px 14px;border-radius:5px;text-decoration:none;color:#333}.breadcrumbs [aria-current]{color:#b30000}.catalogue-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px}.filter-panel>summary{font-size:22px;font-weight:600;margin-bottom:8px;cursor:pointer}.filter-body details{border-bottom:1px solid #ddd;position:relative}.filter-body details:after{content:'';position:absolute;bottom:-1px;left:0;width:65px;height:2px;background:#b30000}.filter-body summary{padding:15px 0;cursor:pointer;font-size:14px}.filter-body p{font-size:12px;line-height:1.6;color:#666;margin:0 0 14px}.filter-body select,.filter-body input{width:100%;min-height:40px;margin-bottom:14px;border:1px solid #ccc;border-radius:5px;padding:8px;background:white}.filter-body label{font-size:12px}.clear-filters{background:white;color:#b30000;border:1px solid #b30000;border-radius:6px;padding:10px 18px;margin-top:20px;cursor:pointer}.active-filters{display:flex;gap:8px;flex-wrap:wrap;color:#b30000;font-size:13px;margin-bottom:22px;min-height:24px}.active-filters button{border:1px solid #e8bebe;background:#fff7f7;color:#930000;border-radius:20px;padding:6px 12px;cursor:pointer}.catalogue-results{min-width:0}.products-page .catalogue-results .product-grid{gap:38px 24px}.catalogue-results .catalogue-bar{flex-wrap:wrap;gap:10px;background:#f5f5f5;border-radius:9px;padding:12px;margin-bottom:26px}.catalogue-results .catalogue-bar>div{flex-wrap:wrap}.filter-body input:focus,.filter-body select:focus{outline:2px solid #b30000;outline-offset:2px}
@media(max-width:1000px){.catalogue-layout{grid-template-columns:200px minmax(0,1fr);gap:20px}.products-page .catalogue-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.catalogue-layout{display:block}.filter-sidebar{margin-bottom:24px;background:#fafafa;border:1px solid #eee;border-radius:8px;padding:14px}.filter-body{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.filter-body details{min-width:0}.breadcrumbs ol{gap:8px}.breadcrumbs li{font-size:12px;gap:8px}.breadcrumbs a{padding:8px}.products-page .catalogue-results .product-grid{gap:28px 14px}.catalogue-results .catalogue-bar select{max-width:100%}}

#product-dialog{width:min(1200px,96vw);max-width:1200px;max-height:94vh;padding:35px}.order-crumb{font-size:13px;color:#666;margin:0 30px 25px 0}.order-heading{border-bottom:2px solid #b30000;padding-bottom:12px;margin-top:30px}.order-price{font-size:22px;color:#b30000}.order-step{border:1px solid #ddd;border-radius:14px;padding:18px 24px;margin:14px 0}.order-step>summary{cursor:pointer;color:#a90000;font-size:16px;list-style:none}.order-step>summary span{display:inline-grid;place-items:center;width:30px;height:30px;background:#b30000;color:white;border-radius:50%;margin-right:10px}.order-step>summary:after{content:'⌄';float:right}.order-step[open]>summary{margin-bottom:22px}.colour-choices{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.colour-choices label{border:1px solid #ddd;border-radius:8px;padding:14px;min-width:150px;cursor:pointer}.colour-choices label:has(:checked){border:2px solid #b30000;background:#fff6f6}.colour-choices input{width:auto;margin-right:10px;accent-color:#b30000}.colour-choices small,.quantity-row small{display:block;font-size:12px;color:#666}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #eee;padding:12px 0}.quantity-row input{width:100px;margin:0}.order-step select,.order-step textarea{display:block;width:100%;padding:12px;margin:10px 0 18px;border:1px solid #ccc;border-radius:6px}.order-step textarea{min-height:90px}.order-step .button{border-radius:6px;margin-top:12px}#order-status{color:#a90000}.detail-gallery{display:flex;overflow:auto;gap:8px}.detail-gallery button{flex:0 0 70px}.detail-gallery img{width:100%;height:65px;object-fit:contain}@media(max-width:650px){#product-dialog{padding:30px 15px}.order-step{padding:15px}.colour-choices label{min-width:0;flex:1 1 120px}.quantity-row{font-size:13px}.quantity-row input{width:75px}}

.category-directory{padding:24px 4% 60px;background:#f8f9fa;min-height:60vh}.directory-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#eeeef0;border-radius:8px;padding:12px 16px}.directory-bar h1{font-size:20px;letter-spacing:0;margin:0}.directory-bar label{font-size:13px;display:flex;align-items:center;gap:8px}.directory-bar input{padding:10px;border:1px solid #ccc;border-radius:6px;width:250px}.category-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px}.category-tile{display:flex;flex-direction:column;border:1px solid #e1e1e4;border-radius:5px;overflow:hidden;min-width:0;background:white;transition:box-shadow .2s}.category-tile:hover{box-shadow:0 5px 20px #0001;border-color:#b30000}.category-tile>img,.category-placeholder{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.category-placeholder{display:grid;place-items:center;background:#f0f0f0}.category-placeholder img{width:55%;height:85%;object-fit:contain}.category-tile h2{font:16px/1.5 Caudex,Caudex,Georgia,serif;text-transform:uppercase;letter-spacing:0;color:#b30000;padding:16px 14px;margin:0;min-height:100px}.category-tile p{font-size:13px;color:#666;padding:16px 14px;margin:auto 0 0}#category-status{font-size:13px;color:#666}@media(max-width:1100px){.category-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}}@media(max-width:650px){.category-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.directory-bar{align-items:start;flex-direction:column}.directory-bar label,.directory-bar input{width:100%}.category-tile h2{font-size:14px}}

/* Shared Izipho footer */
footer.site-footer{display:block;padding:0;background:linear-gradient(125deg,#f7f8fa,#eeeef0);color:#242325;border-top:2px solid #b30000}.footer-main{max-width:1440px;margin:auto;padding:58px 4% 32px;display:grid;grid-template-columns:1fr .8fr 1.15fr 1.3fr;gap:38px}.site-footer .footer-logo{display:block;width:180px;max-width:100%;margin:0 0 20px}.footer-intro p{font-size:15px;line-height:1.6;margin:0 0 18px}.footer-badge{font-size:11px;letter-spacing:.08em;border:1px solid #d8b8b8;border-radius:20px;padding:7px 12px;color:#a60000;display:inline-block}.site-footer h2{font-size:13px;font-weight:600;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:#b30000;margin:0 0 22px}.footer-column> a,.site-footer .footer-column nav a{display:block;margin:0 0 10px;font-size:14px;line-height:1.7}.site-footer .footer-column nav{display:block;margin:0;padding:0;width:auto;white-space:normal;overflow:visible}.site-footer a:hover{text-decoration:underline;color:#a60000}.footer-specialties p{font-size:14px;line-height:1.8;margin:0 0 20px}.site-footer .footer-cta{font-weight:600;color:#b30000;display:flex;gap:12px}.footer-social{grid-column:1/-1;display:flex;gap:26px;align-items:center;border-top:1px solid #d9d9dd;padding-top:26px;margin-top:8px}.footer-social h2{margin:0}.footer-social>div{display:flex;flex-wrap:wrap;gap:12px}.footer-social a{font-size:12px;border:1px solid #d5d5da;padding:8px 13px;border-radius:20px;background:#ffffff90}.footer-bottom{background:#b30000;color:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 4%}.footer-bottom small{font-size:12px}.footer-bottom>div{display:flex;flex-wrap:wrap;gap:24px}.footer-bottom a,.site-footer .footer-bottom button{font-size:12px;color:white;background:none;border:0;padding:0;text-decoration:none}.site-footer .footer-bottom a:hover,.site-footer .footer-bottom button:hover{text-decoration:underline;color:white}@media(max-width:1000px){.footer-main{grid-template-columns:1fr 1fr;gap:35px}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(max-width:550px){.footer-main{padding:35px 6%;gap:30px 20px}.footer-intro,.footer-specialties{grid-column:1/-1}.footer-column>a,.site-footer .footer-column nav a{font-size:12px;overflow-wrap:anywhere}.footer-social{display:block}.footer-social h2{margin-bottom:15px}.footer-bottom{padding:22px 6%}.footer-bottom>div{gap:16px}.site-footer h2{margin-bottom:16px}}

.item-page{padding:25px 6% 60px;background:#f8f9fb}.item-navigation{margin-bottom:22px}.item-navigation a{display:inline-block;padding:8px 22px;border-radius:22px;background:white;box-shadow:0 2px 12px #0001;font-size:13px;color:#900}.item-overview{background:#f8f9fb;border-radius:20px;box-shadow:0 2px 15px #0001;padding:36px;grid-template-columns:1fr 1fr;gap:50px}.item-image-stage{display:flex;align-items:center;gap:10px;min-height:380px}.item-image-stage .detail-main-image{width:calc(100% - 76px);height:390px;max-height:460px;object-fit:contain}.item-image-stage button{border:0;border-radius:8px;color:white;background:#888;width:28px;height:30px;flex-shrink:0}.item-visual .detail-gallery{justify-content:center;margin-top:15px}.item-visual .detail-gallery button{background:transparent;border:1px solid #ddd;border-radius:6px;padding:4px}.item-information{text-align:center;padding:15px 0}.item-information h1{font-family:Caudex,Georgia,serif;font-size:28px;letter-spacing:0;line-height:1.3;font-weight:400;margin:10px 0}.item-code{font-size:13px;color:#666}.item-swatches{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.item-swatches button{background:white;border:1px solid #ccc;border-radius:7px;padding:6px 12px;font-size:12px}.item-swatches button[aria-pressed=true]{background:#b30000;color:white;border-color:#b30000}.item-information .order-price{font-family:Caudex,Georgia,serif;color:#111;font-size:26px;margin:20px 0 0}.item-price-note{color:#b30000;font-size:14px;margin:0 0 28px}.item-information h2{font:16px Caudex,Georgia,serif;color:#b30000;text-align:left;margin:25px 0 6px}.item-information h2+p,.item-information ul,.item-information details{text-align:left;font:15px/1.7 Caudex,Georgia,serif;margin-top:5px}.item-page .order-step{background:white}@media(max-width:750px){.item-overview{grid-template-columns:1fr;padding:18px;gap:20px}.item-image-stage{min-height:250px}.item-image-stage .detail-main-image{height:280px}.item-page{padding:20px 4% 40px}.item-information h1{font-size:25px}}

.item-information h2{letter-spacing:0}.item-information .item-price-note{color:#b30000}

/* Izipho brand typography: locally hosted for cPanel. */
@font-face{font-family:Caudex;src:url('caudex-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Caudex;src:url('caudex-bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Caudex;src:url('caudex-italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}
body{font-family:Caudex,Georgia,serif}
h1,h2,h3,h4,h5,h6,.eyebrow,.order-step>summary,.filter-panel>summary{font-family:Cinzel,Georgia,serif!important;font-weight:400;letter-spacing:0}
button,input,select,textarea{font-family:Caudex,Georgia,serif}
.hero h1{font-size:clamp(40px,5vw,60px);line-height:1.08;letter-spacing:-.035em}
@media(max-width:650px){.hero h1{font-size:9vw;line-height:1.12}}

.product-card{position:relative}.product-badges{position:absolute;top:-15px;left:-10px;z-index:1;display:flex;gap:6px;flex-wrap:wrap}.product-badges span{display:block;background:white;color:#b30000;font:400 12px/1.3 Cinzel,Georgia,serif;padding:9px 22px;border-radius:0 22px 22px 0;box-shadow:0 3px 14px #0002}.product-badges:empty{display:none}@media(max-width:650px){.product-badges{left:-4px;top:-10px}.product-badges span{font-size:10px;padding:6px 12px}}

.nav-dropdown{max-height:65vh;overflow-y:auto;min-width:260px}.nav-dropdown .category-branch>summary{color:#333;background:white;text-align:left;white-space:normal;padding:10px 12px}.nav-dropdown .category-branch>summary:hover{color:#b30000;background:#fff5f5}.category-branch>div{padding-left:12px;border-left:1px solid #e8d0d0}.mega-nav>.nav-group>summary{padding-left:7px;padding-right:7px}

.products-page .filter-panel{background:#f7f9fb;border-radius:22px;box-shadow:0 2px 16px #00000016;padding:20px 16px}
@media(max-width:650px){.products-page .filter-sidebar{padding:0;border:0;background:transparent}.products-page .filter-panel{padding:16px}}

/* One shared contact and utility bar; dropdowns curve only at the bottom. */
.topbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px 20px;padding:9px 4%;font-size:12px;letter-spacing:0}.topbar .contact-strip{margin:0}.topbar .utility-bar{display:flex;align-items:center;gap:22px;padding:0;border:0;background:transparent;color:white;font-size:12px}.topbar .utility-bar nav{margin:0;width:auto}.topbar .utility-bar nav a{color:white;padding:0 10px;border-color:#ffffff55}.topbar .utility-quote{background:none;color:white;border:0;padding:0}.topbar .utility-quote span{color:white}.nav-group>.nav-dropdown{border-radius:0 0 20px 20px;transform-origin:top center}
@media(max-width:1000px){.topbar{justify-content:center}.topbar .utility-bar{justify-content:space-between;width:100%}.topbar .contact-strip{text-align:center}}
@media(max-width:650px){.topbar{padding:9px 4%;gap:8px}.topbar .utility-bar{gap:8px;font-size:11px}.topbar .utility-bar nav{display:flex;gap:0;overflow:visible;white-space:normal}.topbar .utility-bar nav a{display:block;padding:0 6px}.topbar .utility-bar nav a:first-child{padding-left:0}.topbar .utility-quote{white-space:nowrap}.topbar .contact-strip a{display:inline}}

.card-colours{border:0;padding:0;margin:0 0 10px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;min-width:0}.card-colours legend{font-size:12px;margin-bottom:8px;color:#666}.card-colours label{display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #e1e1e1;border-radius:18px;background:#fff;box-shadow:0 2px 16px #00000016;font-size:12px;cursor:pointer}.card-colours label:has(input:checked){border-color:#b30000;background:#fff5f5}.card-colours input{width:14px;height:14px;margin:0;accent-color:#b30000}.card-stock{font-size:12px;color:#666;margin:0 0 18px;text-align:center}.products-page .view-product{margin-top:auto}

.about-page{background:#fff}.about-intro{padding:75px 6% 55px;border-bottom:1px solid #ddd}.about-intro h1{font-size:clamp(38px,5.7vw,86px);line-height:1.15;margin:20px 0 35px}.about-page em{font-family:inherit;font-style:normal;color:#b30000}.about-intro-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px}.about-intro-bottom p{max-width:600px;font-size:19px}.about-scroll{display:flex;gap:25px;align-items:center;border-bottom:1px solid #b30000;padding:12px 0;color:#b30000;white-space:nowrap}.about-scroll span{font-size:28px}.founder-section{padding:80px 8%;display:grid;grid-template-columns:1fr 1.1fr;gap:8%;align-items:center;background:#f7f8fa;scroll-margin-top:30px}.founder-section figure{margin:0}.founder-section img{width:100%;height:auto;display:block;border-radius:150px 150px 18px 18px;box-shadow:0 10px 35px #0002}.founder-section figcaption{font-size:13px;color:#666;margin-top:16px;text-align:center}.about-page h2{font-size:clamp(28px,3.3vw,49px);line-height:1.2;margin:15px 0 28px}.founder-section p{font-size:17px;line-height:1.8}.founder-section .founder-lead{font-size:22px;line-height:1.5}.legacy-note{border-left:2px solid #b30000;padding:12px 20px;margin-top:28px;color:#b30000;font-size:21px}.about-journey{padding:80px 6%}.journey-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:45px}.journey-steps article{border-top:2px solid #b30000;padding-top:24px}.journey-steps span{font-size:12px;color:#b30000;letter-spacing:.08em}.journey-steps h3{font-size:23px;margin:20px 0 12px}.journey-steps p{font-size:17px;line-height:1.8}.about-purpose{padding:65px 6%;display:grid;grid-template-columns:1fr 1fr;gap:7%;background:#b30000;color:white}.about-purpose article+article{border-left:1px solid #ffffff55;padding-left:13%}.about-purpose p{max-width:500px;font-size:18px;line-height:1.8}.about-craft{padding:80px 15%;text-align:center}.about-craft>p{font-size:19px;line-height:1.7;max-width:750px;margin:20px auto}.craft-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:30px 0}.craft-tags span{padding:10px 18px;border:1px solid #ddd;border-radius:30px;font-size:14px}.about-page .button{border-radius:30px;background:#b30000}.about-cta{background:#f7f8fa;padding:55px 6%;display:flex;justify-content:space-between;align-items:center;gap:30px}.about-cta h2{margin-bottom:0}.about-page .eyebrow{font-size:12px}.about-purpose .eyebrow{color:white}@media(max-width:700px){.about-intro{padding:40px 6%}.about-intro-bottom{display:block}.founder-section{grid-template-columns:1fr;gap:35px;padding:45px 6%}.founder-section figure{max-width:430px;margin:auto}.journey-steps,.about-purpose{grid-template-columns:1fr;gap:30px}.about-journey,.about-craft{padding:45px 6%}.about-purpose article+article{padding:25px 0 0;border-left:0;border-top:1px solid #ffffff55}.about-cta{display:block}.about-cta .button{margin-top:25px}}

/* Compact colour swatches on cards and item pages. */
.card-colours label{position:relative;display:inline-flex;padding:4px;border:0;border-radius:10px;background:transparent;box-shadow:none;min-width:38px;min-height:38px;justify-content:center}.card-colours input{position:absolute;opacity:0;width:30px;height:30px;margin:0}.card-colours .colour-chip{display:block;width:30px;height:30px;background:var(--swatch);border-radius:8px;border:1px solid #00000012;box-shadow:0 2px 12px #0002}.card-colours label:has(input:checked){background:transparent;outline:2px solid #b30000;outline-offset:1px}.card-colours label:has(input:focus-visible){outline:3px solid #b30000;outline-offset:3px}.item-swatches button{width:32px;height:32px;min-width:32px;padding:0;border:1px solid #00000015;border-radius:8px;background:var(--swatch);box-shadow:0 2px 12px #0002}.item-swatches button[aria-pressed=true]{background:var(--swatch);border-color:#00000015;outline:2px solid #b30000;outline-offset:3px}.item-swatches{gap:10px;padding:5px}.card-colours{gap:6px}

#item-description.description-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.description-toggle{display:block;border:0;background:none;color:#b30000;padding:5px 0;text-decoration:underline;font-size:14px;margin-bottom:20px}

/* Product cards: shared across all catalogue sizes. */
.products-page .product-card{background:#fff;border-radius:20px;padding:15px 10px;cursor:pointer;transition:transform 220ms ease,box-shadow 220ms ease}
.products-page .product-card:focus-within{box-shadow:0 5px 22px #00000020}
@media(hover:hover) and (pointer:fine){.products-page .product-card:hover{transform:translateY(-3px) scale(1.015);box-shadow:0 8px 25px #00000022;z-index:2}}
.card-colours label{min-width:28px;min-height:28px;padding:4px;border-radius:7px}.card-colours .colour-chip{width:20px;height:20px;border-radius:5px;box-shadow:0 2px 9px #0002}.card-colours input{width:20px;height:20px}.card-colours legend{margin-bottom:6px}.card-colours{gap:5px}
@media(pointer:coarse){.card-colours label{min-width:36px;min-height:36px;padding:8px}}
@media(prefers-reduced-motion:reduce){.products-page .product-card{transition:none}.products-page .product-card:hover{transform:none}}



.category-view-all{margin-top:20px;border-radius:24px}.category-directory .breadcrumbs ol{flex-wrap:wrap}body{cursor:default}a,button,summary,.category-tile{cursor:pointer}

/* Shared surface styling across catalogue, ordering and dialogs. */
:root{--surface-radius:20px;--surface-shadow:0 2px 16px #00000016;--surface-shadow-hover:0 8px 25px #00000022}
.category-tile,.products-page .product-card,.products-page .filter-panel,.item-overview,.order-step,.directory-bar,.catalogue-results .catalogue-bar,dialog{border-radius:var(--surface-radius);box-shadow:var(--surface-shadow)}
.category-tile{overflow:hidden;transition:box-shadow 220ms ease,transform 220ms ease}
.products-page .product-image{border-radius:var(--surface-radius);box-shadow:var(--surface-shadow)}
.nav-group>.nav-dropdown{border-radius:0 0 var(--surface-radius) var(--surface-radius);box-shadow:var(--surface-shadow)}
.category-tile:focus-visible,.products-page .product-card:focus-within{box-shadow:var(--surface-shadow-hover)}
@media(hover:hover) and (pointer:fine){.category-tile:hover{box-shadow:var(--surface-shadow-hover);transform:translateY(-3px)}.products-page .product-card:hover{box-shadow:var(--surface-shadow-hover)}}
@media(prefers-reduced-motion:reduce){.category-tile{transition:none}.category-tile:hover{transform:none}}

.card-photo-note{font-size:11px;color:#777;margin:0 0 8px;text-align:center}.card-photo-note:empty{display:none}

.item-breadcrumbs{display:block;margin:0 0 25px}.item-breadcrumbs ol{flex-wrap:wrap}.item-breadcrumbs li{white-space:normal;min-width:0}.item-breadcrumbs [aria-current]{overflow-wrap:anywhere}

.clearance-control{padding:10px 0 16px}.clearance-control label{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px}.filter-body .clearance-control input{appearance:none;width:40px;min-width:40px;height:22px;min-height:22px;border:0;border-radius:20px;background:#ccc;padding:3px;margin:0;cursor:pointer}.clearance-control input:before{content:'';display:block;width:16px;height:16px;border-radius:50%;background:white;transition:transform .15s}.filter-body .clearance-control input:checked{background:#b30000}.clearance-control input:checked:before{transform:translateX(18px)}.clearance-control p{margin-top:12px}.clearance-control input:disabled{opacity:.6}

.item-tabs{display:flex;justify-content:center;gap:30px;margin:35px 0 25px;border-bottom:1px solid #ddd}.item-tabs button{background:none;border:0;border-bottom:2px solid transparent;padding:14px 8px;color:#555}.item-tabs button[aria-selected=true]{border-bottom-color:#b30000;color:#b30000}.guidelines-panel{background:white;border-radius:20px;box-shadow:var(--surface-shadow);padding:28px}.guideline-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:25px 0}.guideline-methods article{padding:16px;border:1px solid #eee;border-radius:20px}.guideline-methods h4{color:#b30000;margin:0 0 12px}.guideline-methods p{margin:5px 0}.guideline-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.guideline-images img{display:block;max-width:100%;height:260px;object-fit:contain}.guideline-images span{display:block;color:#b30000;text-align:center}.item-page [role=tabpanel][hidden]{display:none}@media(max-width:650px){.item-tabs{gap:12px}.item-tabs button{font-size:14px}.guidelines-panel{padding:20px}}

/* Product thumbnails in the order colour selector, at every screen size. */
.colour-choices{justify-content:center}
.colour-choices label{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;width:160px;min-width:0;padding:14px;border:2px solid transparent;border-radius:20px;background:#fff;box-shadow:var(--surface-shadow);text-align:center}
.colour-choices label:has(:checked){border-color:#b30000;background:#fff6f6}
.colour-choices label:has(:focus-visible){outline:2px solid #b30000;outline-offset:3px}
.colour-choices input{position:absolute;top:10px;left:10px;margin:0;width:16px;height:16px}
.order-colour-photo{display:grid;place-items:center;width:100px;height:100px;margin-top:8px}
.order-colour-photo img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.order-colour-photo-note{font-size:11px;color:#666}
@media(max-width:650px){.colour-choices label{flex:0 1 140px}}

.mobile-menu-toggle,.mobile-bottom-menu{display:none}
.mobile-category-menu{padding:0;margin:0 0 0 auto;width:min(380px,92vw);max-width:none;height:100dvh;max-height:100dvh;border-radius:20px 0 0 20px;overflow:auto;background:#fff}
.mobile-menu-heading{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee}
.mobile-menu-heading h2{font-size:23px;margin:0;letter-spacing:0}
.mobile-menu-heading button{border:0;background:none;font-size:30px;width:44px;height:44px}
.mobile-category-menu #categories{display:flex;flex-direction:column;gap:0;width:100%;margin:0;padding:12px;background:#fff;overflow:visible;white-space:normal}
.mobile-category-menu #categories .nav-group{position:relative;flex:none;width:100%}
.mobile-category-menu #categories summary{color:#b30000;text-align:left;white-space:normal;background:#fff;padding:15px}
.mobile-category-menu #categories .nav-dropdown{position:static;width:100%;min-width:0;max-height:none;box-shadow:none;border-radius:0;background:#f7f7f8}
.mobile-category-menu #categories a{white-space:normal;color:#242325}
@media(max-width:768px){
 body{padding-bottom:calc(90px + env(safe-area-inset-bottom))}
 .reference-header{flex-wrap:wrap;height:auto;gap:15px}
 .reference-header .header-search{order:3;flex-basis:100%;max-width:100%}
 .mobile-menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin-left:auto;width:46px;height:46px;border:1px solid #eee;border-radius:14px;background:white;box-shadow:var(--surface-shadow);flex-shrink:0}
 .mobile-menu-toggle span{width:22px;height:2px;background:#b30000;border-radius:2px}
 .mobile-bottom-menu{display:flex;position:fixed;z-index:1000;left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));margin:0;padding:7px;gap:4px;border:1px solid #eee;border-radius:20px;background:#fffffff5;backdrop-filter:blur(12px);box-shadow:0 5px 25px #0002}
 .mobile-bottom-menu a,.mobile-bottom-menu button{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:0;min-height:50px;padding:3px;border:0;border-radius:13px;background:transparent;color:#b30000;font-size:11px;white-space:nowrap}
 .mobile-bottom-menu span{font-family:Arial,sans-serif;font-size:24px;line-height:26px}
 .mobile-bottom-menu a:hover,.mobile-bottom-menu button:hover{background:#fff1f1}
 .mobile-category-menu[open]{animation:mobile-menu-in .22s ease-out}
}
@keyframes mobile-menu-in{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}
@media(prefers-reduced-motion:reduce){.mobile-category-menu[open]{animation:none}}

.hero .hero-visual{position:relative}
.welcome-panel{position:absolute;left:50%;top:50%;translate:-50% -50%;width:min(660px,85%);padding:38px 30px;text-align:center;color:white;border-radius:20px;background:linear-gradient(120deg,#18191dc9,#40404785);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 12px 40px #0002}
.welcome-panel h2{font-size:clamp(26px,3.5vw,48px);line-height:1.2;letter-spacing:0;margin:0 0 28px;color:white}
.welcome-panel p{font-size:14px;margin:14px 0;color:white}
.welcome-panel .welcome-subtitle{font-size:clamp(18px,2vw,25px)}
.welcome-panel strong{color:#fff}
.welcome-actions{display:flex;justify-content:center;gap:18px;margin-top:24px;flex-wrap:wrap}
.welcome-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;background:#fff;color:#242325;border-radius:8px;font-size:14px}
.welcome-actions a:last-child{background:#b30000;color:white;min-width:150px}
@media(max-width:650px){.hero .hero-visual{min-height:580px}.welcome-panel{width:88%;padding:28px 18px}.welcome-panel h2{margin-bottom:20px}.welcome-actions{gap:10px}.welcome-actions a{width:100%}}

.site-select{position:relative;min-width:0;display:inline-block;max-width:100%}
.enhanced-select{position:absolute!important;width:1px!important;height:1px!important;opacity:0;pointer-events:none;overflow:hidden}
.select-trigger{background:#fff;border:1px solid #ddd;border-radius:8px;padding:11px 14px;color:#242325;min-height:44px;width:100%;text-align:left}
.select-options{position:absolute;top:100%;right:0;min-width:100%;width:max-content;max-width:min(320px,85vw);max-height:300px;overflow:auto;z-index:1100;background:#fff;border-radius:0 0 20px 20px;box-shadow:0 8px 25px #0002;padding:8px 0}
.select-options[hidden]{display:none}
.select-options button{display:block;width:100%;border:0;background:white;text-align:left;padding:12px 16px;color:#242325;white-space:normal}
.select-options button:hover,.select-options button:focus-visible,.select-options button[aria-selected=true]{background:#fff0f0;color:#b30000}
.filter-body .site-select,#branding-step .site-select{display:block;width:100%}
.header-search{overflow:visible}
.header-search .site-select{flex-shrink:0}.header-search .select-trigger{border:0;background:transparent}
.catalogue-layout.filters-collapsed{grid-template-columns:1fr}
.filters-collapsed .filter-sidebar{width:max-content;max-width:100%}
.filters-collapsed .filter-panel{padding:12px 20px}
@media(min-width:1000px){.filters-collapsed .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:650px){.header-search .site-select{order:3;width:100%}.header-search .select-trigger{border-top:1px solid #ddd}.site-select .select-options{max-width:85vw}}

/* Shared catalogue presentation for every product feed. */
.product-grid{align-items:stretch}
.product-card .product-image{aspect-ratio:1;background:#f7f8fa;border-radius:20px;display:grid;place-items:center}
.product-card .product-image img{width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:normal}
.product-card .product-name{font-family:Cinzel,Georgia,serif;font-size:15px;line-height:1.5;text-align:center;min-height:4.5em;margin:16px 0 4px}
.product-card .product-code{font-size:12px;line-height:1.5;text-align:center;margin:0 0 12px}
.product-card .product-price{font-size:16px;text-align:center;min-height:1.6em;margin:8px 0 16px}
.product-card .card-colours{min-height:74px}
.product-card .card-photo-note{font-size:11px;line-height:1.4;min-height:2.8em;margin:5px 0;text-align:center;color:#666}
.product-card .card-stock{font-size:12px;line-height:1.5;min-height:3em;text-align:center;color:#666;margin:8px 0 16px}
.product-card .view-product{margin-top:auto;align-self:center}
.product-card .image-fallback{display:grid;place-items:center;width:100%;height:100%;font-size:14px;color:#666;padding:24px}
.review-actions{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.cost-breakdown{max-width:650px}.cost-breakdown>div{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid #ddd;padding:12px 0}.cost-breakdown dd{text-align:right;margin:0}.cost-breakdown>div:last-child{font-weight:bold;border-top:2px solid #b30000}.cart-row{padding:24px;background:white;border-radius:20px;box-shadow:var(--surface-shadow);margin:20px 0}.cart-row h2{font-size:22px;letter-spacing:0}.cart-row input{width:100px;display:block}@media(max-width:600px){.cost-breakdown>div{gap:12px;font-size:14px}.review-actions>*{flex:1}}

.similar-products{margin-top:55px;padding-top:30px;border-top:1px solid #ddd}.similar-products>h2{font-size:30px;letter-spacing:0}.similar-products>p{color:#666;margin-bottom:24px}.similar-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.similar-product-card{box-shadow:var(--surface-shadow);text-align:center}.similar-product-card .button{align-self:center;margin-top:auto}.similar-product-card:hover{box-shadow:var(--surface-shadow-hover)}@media(max-width:950px){.similar-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.similar-product-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.similar-product-card{transition:none}}

/* Compact collapsed filter control; the expanded sidebar keeps its own sizing. */
.products-page .filters-collapsed .filter-panel{box-sizing:border-box;width:118px;height:48px;padding:0}
.products-page .filters-collapsed .filter-panel>summary{box-sizing:border-box;font-size:18px;line-height:24px;margin:0;padding:12px 16px;white-space:nowrap}
.products-page .filters-collapsed .catalogue-bar{margin-top:-15px}
/* The mobile layout uses block flow rather than a grid row gap. */
@media(max-width:650px){.products-page .filters-collapsed .catalogue-bar{margin-top:12px}}

/* Keep the category trigger separate from the search submit button. */
.header-search>input{flex:1 1 0;width:0;min-width:0}
.header-search>.site-select{flex:0 0 180px;width:180px;max-width:45%;height:100%}
.header-search .select-trigger{width:100%;height:100%;min-height:0;padding:8px 14px;border:0;border-radius:0;background:white;color:#666;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.header-search .select-options{min-width:100%;width:220px}
.header-search .select-options button{width:100%;height:auto;min-height:44px;padding:12px 16px;background:white;color:#242325;border-radius:0;text-align:left}
.header-search .select-options button:hover,.header-search .select-options button:focus-visible,.header-search .select-options button[aria-selected=true]{background:#fff0f0;color:#b30000}
@media(max-width:650px){
 .header-search>input{flex:1 1 calc(100% - 44px);width:calc(100% - 44px)}
 .header-search>.site-select{order:3;flex:0 0 100%;width:100%;max-width:none;height:40px}
 .header-search .select-trigger{border-top:1px solid #ddd;border-radius:0 0 4px 16px;background:#fafafa;text-align:left}
 .header-search .select-options{left:0;right:0;width:100%;max-width:100%}
}

.filter-panel summary{list-style:none}
.filter-panel summary::-webkit-details-marker{display:none}
.filter-panel summary::marker{content:''}
.products-page .filter-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:18px;min-height:32px}
.filter-toggle-icon{position:relative;display:block;flex:0 0 16px;width:16px;height:16px}
.filter-toggle-icon:before,.filter-toggle-icon:after{content:'';position:absolute;left:0;top:7px;width:16px;height:1.5px;background:currentColor;border-radius:2px;transition:transform .26s}
.filter-panel[open]>.filter-toggle-icon{display:block}
.filter-panel[open]>summary .filter-toggle-icon:before{transform:rotate(45deg)}
.filter-panel[open]>summary .filter-toggle-icon:after{transform:rotate(-45deg)}
.filter-panel:not([open])>summary .filter-toggle-icon:after{transform:rotate(90deg)}
.filter-body details>summary{display:flex;align-items:center;justify-content:space-between;gap:12px}
.filter-body details>summary:after{content:'';width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .26s;flex-shrink:0;margin-right:3px}
.filter-body details[open]>summary:after{transform:rotate(225deg)}
@media(prefers-reduced-motion:reduce){.filter-toggle-icon:before,.filter-toggle-icon:after,.filter-body details>summary:after{transition:none}}

.home-products{background:#f7f8fa}.home-products-intro{text-align:center;max-width:750px;margin:0 auto 55px}.home-products-intro .eyebrow{color:#b30000}.home-products-intro h2{font-size:clamp(30px,4vw,52px);letter-spacing:0}.home-products-intro>p:last-child{max-width:570px;margin:20px auto;color:#666}.home-product-story{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7%;max-width:1200px;margin:0 auto 60px}.home-product-photo{display:block;background:white;border-radius:20px;overflow:hidden;box-shadow:var(--surface-shadow);aspect-ratio:1.2}.home-product-photo img{display:block;width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .35s}.home-product-photo:hover img{transform:scale(1.035)}.home-product-copy .eyebrow{color:#b30000;letter-spacing:1px}.home-product-copy h3{font-size:clamp(26px,3vw,40px);line-height:1.2;margin:16px 0 22px}.home-product-copy>p:not(.eyebrow){color:#555;line-height:1.8;max-width:490px}.home-product-copy .button{border-radius:24px;margin-top:12px}.home-product-story:nth-of-type(even) .home-product-photo{order:2}.home-products-outro{text-align:center;margin:20px auto 0}.home-products-outro a{color:#b30000;border-bottom:1px solid #b30000;padding-bottom:6px}@media(max-width:700px){.home-product-story{grid-template-columns:1fr;gap:24px;margin-bottom:44px}.home-product-story:nth-of-type(even) .home-product-photo{order:0}.home-products-intro{margin-bottom:35px}.home-product-photo{aspect-ratio:1.3}}@media(prefers-reduced-motion:reduce){.home-product-photo img{transition:none}}

/* Hero-inspired showcase: inset labels and glass captions over generous images. */
.home-products{background:#fff;padding-left:3.125%;padding-right:3.125%}
.home-products-intro{max-width:none;margin-bottom:40px;text-align:left}
.home-products-intro h2{font-size:clamp(36px,5.5vw,76px);line-height:1.08;margin-bottom:22px}
.home-products-intro h2 span{color:#b30000}
.home-products-intro>p:last-child{margin:0;max-width:580px}
.home-product-mosaic{display:grid;grid-template-columns:1.15fr 1fr;gap:26px}
.home-product-mosaic .home-product-story{position:relative;display:block;margin:0;max-width:none;min-height:570px;border-radius:20px;isolation:isolate;background:#f1f2f4;overflow:hidden}
.home-product-mosaic .home-product-photo{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border-radius:20px;box-shadow:none;background:#f1f2f4}
.home-product-mosaic .home-product-photo img{padding:0;object-fit:cover;object-position:center}
.home-product-notch{position:absolute;left:0;top:0;z-index:2;background:#fff;padding:0 18px 16px 0;border-radius:0 0 28px 0}
.home-product-notch span{display:block;padding:12px 18px;background:#b30000;color:white;border-radius:30px;font-size:12px}
.home-product-mosaic .home-product-copy{position:absolute;left:22px;right:22px;bottom:22px;padding:22px 24px;background:#ffffffdd;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #ffffffa0;box-shadow:0 5px 25px #00000010;border-radius:20px}
.home-product-mosaic .home-product-copy h3{font-size:clamp(25px,2.6vw,36px);margin:0 0 12px}
.home-product-mosaic .home-product-copy>p{font-size:15px;line-height:1.5;margin:0;max-width:100%}
.home-product-mosaic .home-product-copy .button{padding:11px 18px;font-size:13px;margin-top:18px}
.home-products-outro{margin-top:36px}
@media(max-width:850px){.home-product-mosaic{grid-template-columns:1fr}.home-product-mosaic .home-product-story{min-height:570px}.home-product-mosaic .home-product-photo img{padding:0}}
@media(max-width:450px){.home-product-mosaic .home-product-story{min-height:560px}.home-product-mosaic .home-product-copy{left:12px;right:12px;bottom:12px;padding:20px}.home-product-notch span{font-size:11px;padding:10px 14px}}
.izipho-loading{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;width:100%;padding:30px;text-align:center;color:#666}.izipho-loading img{object-fit:contain;animation:izipho-heartbeat 1.5s ease-in-out infinite}.izipho-loading p{font-size:14px;margin:16px 0 0}@keyframes izipho-heartbeat{0%,60%,100%{transform:scale(1);opacity:.7}15%,35%{transform:scale(1.12);opacity:1}25%{transform:scale(1);opacity:.85}}.popular-discovery{margin-top:55px;padding-top:30px;border-top:1px solid #ddd}.popular-discovery>h2{font-size:30px;letter-spacing:0}.popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.popular-grid .product-card{box-shadow:var(--surface-shadow)}.popular-grid .button{align-self:center;margin-top:auto}@media(max-width:850px){.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:450px){.popular-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.izipho-loading img{animation:none}}
.home-product-notch .home-notch-button{display:flex;align-items:center;gap:14px;padding:12px 18px;min-height:44px;background:#b30000;color:white;border-radius:30px;font-size:12px;transition:background .2s,transform .2s}
.home-product-notch .home-notch-button>span{display:inline;padding:0;background:none;border-radius:0;font-size:18px;line-height:1}
.home-product-notch .home-notch-button:hover{background:#8e0000;transform:translateY(-1px)}
.loading-state{grid-column:1/-1;width:100%}.loading-ideas:empty{display:none}.loading-ideas{padding:0 0 25px}.loading-ideas>h3{text-align:center;font-size:20px;margin-bottom:20px}
@media(prefers-reduced-motion:reduce){.home-product-notch .home-notch-button{transition:none}}

/* Catalogue navigation: wide menus on desktop, stacked sections in the mobile drawer. */
.nav-menu-heading{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #eee;margin-bottom:12px}.nav-menu-heading>a:first-child{font-weight:bold;color:var(--red)}
.nav-menu-links{columns:3;column-gap:24px}.nav-menu-links>a,.nav-menu-links>.category-branch{break-inside:avoid}.nav-menu-links .category-branch>summary{font-weight:bold}
@media(min-width:769px){.mega-nav{position:relative}.mega-nav>.nav-group{position:static}.mega-nav>.nav-group>.nav-dropdown{left:4%;right:4%;width:auto;min-width:0;padding:20px 24px;max-height:65vh}}
@media(max-width:768px){.nav-menu-links{columns:1}.nav-menu-heading{display:block}}
.product-quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.product-quick-actions .button{font-size:14px;padding:12px 16px}.custom-order-note{padding:18px;background:#fff5f5;border-left:3px solid var(--red);border-radius:12px;margin-top:20px}.custom-order-note p{font-size:14px;margin-bottom:0}.gallery-open{margin-top:15px;width:100%}.product-gallery-dialog{width:min(900px,94vw);max-height:92dvh;padding:24px;border:0;border-radius:20px}.product-gallery-dialog::backdrop{background:#000b}.product-gallery-dialog h2{font-size:20px;padding-right:35px}.gallery-close{position:absolute;right:16px;top:12px;font-size:28px;border:0;background:transparent}.gallery-large{display:block;width:100%;height:65dvh;object-fit:contain}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:30px}.gallery-controls button{padding:12px 20px;border:1px solid #ddd;border-radius:12px;background:white}.order-step{scroll-margin-top:90px}

/* Product-page annotations: bounded image column, fluid on narrow screens. */
.item-overview .item-visual{width:100%;max-width:500px;min-width:0;justify-self:center}
@media(min-width:1000px){.detail-grid.item-overview{grid-template-columns:minmax(0,500px) minmax(0,1fr)}}
.item-visual .button.gallery-open{width:250px;max-width:100%;color:#000;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);border-radius:10px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 18px #0000000d}
.item-visual .button.gallery-open:hover{color:#000;background:rgba(255,255,255,.95)}
.item-information .product-quick-actions{margin:24px 0 0;justify-content:center}
.product-quick-actions .button.secondary{background:#fff;color:#111;border:1px solid #ddd}
.similar-product-card .button{border-radius:45px;height:50px;min-height:50px;padding:0 23px}
.similar-product-card .product-code{margin-bottom:0}
.similar-product-card .product-name{margin-top:20px;margin-bottom:0}

/* Shared corner treatment for actions and text/quantity fields. */
body button,body .button,body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),body textarea{border-radius:10px!important}
.cart-product-image{float:left;width:150px;margin:0 24px 15px 0;text-align:center}.cart-product-image img{width:150px;height:150px;object-fit:contain;border-radius:10px}.cart-row:after{content:"";display:block;clear:both}.cart-product-image small{display:block;font-size:12px}@media(max-width:550px){.cart-product-image{float:none;margin:0 auto 18px}}

.quantity-row .quantity-photo{flex:0 0 80px}.quantity-photo img{display:block;width:80px;height:80px;object-fit:contain;border-radius:10px}.quantity-photo .order-colour-photo-note{font-size:10px}.quantity-row .quantity-description{flex:1;min-width:0}.quantity-row input{flex-shrink:0}@media(max-width:550px){.quantity-row{gap:10px;flex-wrap:wrap}.quantity-row .quantity-photo{flex-basis:60px}.quantity-photo img{width:60px;height:60px}.quantity-row .quantity-description{flex-basis:calc(100% - 80px)}.quantity-row input{margin-left:auto}}

.review-actions .button.secondary{color:#030303;background:#fff}.review-actions .button.secondary:hover{color:#030303;background:#f3f3f3}

/* Payment provider marks retain their original proportions. */
.footer-social{flex-wrap:wrap}.footer-social>.footer-payments{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:24px;margin-left:auto;padding:0;background:transparent;border:0;flex-shrink:0}@media(max-width:550px){.footer-social>.footer-payments{margin-top:22px;justify-content:flex-start}}.footer-payments img{display:block;object-fit:contain;flex:none;max-width:42%;height:auto}.footer-payments img:first-child{width:84px}.footer-payments img:last-child{width:142px}

.legal-page{max-width:980px;margin:0 auto;padding:64px 28px 80px}.legal-page h1{font-size:clamp(34px,5vw,60px);line-height:1.12;margin:0 0 24px}.legal-lead{font-size:20px;line-height:1.6;max-width:740px}.legal-nav{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 36px}.legal-nav a{padding:10px 16px;border:1px solid #ddd;border-radius:10px;text-decoration:none}.legal-nav a[aria-current]{background:#b30000;color:#fff;border-color:#b30000}.legal-page section{padding:22px 0;border-top:1px solid #dedede;scroll-margin-top:24px}.legal-page h2{font-size:26px;line-height:1.35;margin:0 0 14px}.legal-page p,.legal-page li{line-height:1.75}.legal-page li{margin-bottom:9px}.legal-page a:not(.button){text-underline-offset:3px}.legal-contact{background:#fff;border:1px solid #dedede!important;padding:24px!important;border-radius:16px;margin-bottom:24px}.legal-date{font-size:14px;color:#555}@media(max-width:600px){.legal-page{padding:36px 20px 52px}.legal-page h2{font-size:23px}.legal-nav{gap:8px}.legal-nav a{font-size:14px}.legal-contact{padding:18px!important}}

.quantity-row .stock-unavailable{color:#b30000;font-weight:700}.quantity-row.is-out-of-stock input:disabled{background:#eee;color:#777;border-color:#d3d3d3;cursor:not-allowed;opacity:1}

.search-guide{max-width:980px;margin:0 auto;padding:48px 24px;line-height:1.7}.search-guide h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.2}.search-guide section{margin:32px 0}.search-guide h2{font-size:1.5rem}.search-guide .guide-intro{font-size:1.15rem}.search-guide .button{margin:6px 8px 6px 0}.search-guide li{margin:8px 0}

/* Shared social icons; phone layout follows the existing 768px navigation breakpoint. */
.footer-social a.social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:10px;background:#b30000;color:#fff;border:0;border-radius:50%}
.footer-social a.social-icon:hover{background:#810000;color:#fff}
.mobile-search-dialog{width:min(540px,calc(100% - 24px));max-height:80dvh;overflow:visible;border:0;border-radius:16px;padding:18px;background:#fff}
.mobile-search-dialog::backdrop{background:#0008}
.mobile-search-dialog .search-shell{display:block;width:100%;margin:0}
@media(max-width:768px){
 .topbar{padding:7px 16px;min-height:0}
 .topbar .utility-bar,.topbar .contact-strip>span,.topbar .contact-strip>a:not([href="tel:+27117869222"]){display:none}
 .topbar .contact-strip{display:flex;justify-content:center;width:100%;gap:0;font-size:12px}
 .topbar .contact-strip>a[href="tel:+27117869222"]:before{content:"Call us: "}
 .reference-header{justify-content:space-between;padding-top:14px;padding-bottom:14px}
 .reference-header>.search-shell{display:none}
 .mobile-bottom-menu{align-items:center}
 #home>h1,#home .welcome-panel h2,#home-products-title,#branding>div>h2,#about>h2,#contact>div>h2{font-size:25px;line-height:1.2;letter-spacing:0}
 #home .welcome-panel .welcome-subtitle{font-size:14px}
 #home .welcome-panel>p:nth-of-type(2){font-size:12px}
 #home .hero-visual,#home .hero-visual>img{height:500px;min-height:500px;max-height:500px}
 #home .welcome-panel{padding:22px 18px}
 #contact .contact-email{font-size:18px}
 .mobile-search-dialog .header-search{display:flex;flex-wrap:nowrap;width:100%;height:44px;min-height:44px;padding:0}
 .mobile-search-dialog .header-search>input{flex:1 1 0;width:0;min-width:0;padding:8px;font-size:14px}
 .mobile-search-dialog .header-search>.site-select{order:0;flex:0 0 40px;width:40px;max-width:40px;height:40px}
 .mobile-search-dialog .header-search .select-trigger{width:40px;height:40px;padding:8px;font-size:0;border:0;border-radius:0;background:#fff}
 .mobile-search-dialog .header-search .select-trigger:before{content:"";display:block;width:22px;height:22px;background:linear-gradient(#b30000 0 0) 0 0/9px 9px,linear-gradient(#b30000 0 0) 100% 0/9px 9px,linear-gradient(#b30000 0 0) 0 100%/9px 9px,linear-gradient(#b30000 0 0) 100% 100%/9px 9px;background-repeat:no-repeat}
 .mobile-search-dialog .header-search .select-options{left:auto;right:0;width:240px;max-width:calc(100vw - 60px);min-width:200px}
 .mobile-search-dialog .header-search>button[type=submit]{flex:0 0 40px;width:40px;height:40px;padding:8px}
 .zsiq_floatmain{bottom:calc(94px + env(safe-area-inset-bottom))!important}
}

/* Mobile footer: keep the supplied logo's transparent-canvas crop proportional.
   The image is 150px wide; its visible frame follows the existing 135.09075% scale. */
@media(max-width:768px){
 .site-footer .footer-logo{width:calc(150px / 1.3509075)}
 .site-footer .footer-logo img{width:150px;height:auto}
 .site-footer .footer-column .business-address{font-size:12px}
}

/* Compact catalogue cards use total stock on the shared mobile breakpoint. */
.card-stock-total{display:none}
@media(max-width:768px){
 .products-page #products .card-colours,.products-page #products .card-stock-selected{display:none}
 .products-page #products .card-stock-total{display:inline}
 .products-page #products .card-stock{font-size:10px}
 .products-page #products .product-name{font-size:12px}
 .products-page #products .product-code{font-size:8px}
 .products-page #products .product-price{font-size:14px}
}

/* Override the generic mobile nav width: fixed side insets own this bar's width. */
@media(max-width:768px){
 nav.mobile-bottom-menu{width:auto;min-width:0;left:calc(16px + env(safe-area-inset-left));right:calc(16px + env(safe-area-inset-right));box-sizing:border-box;overflow:visible}
 .mobile-bottom-menu>a,.mobile-bottom-menu>button{flex:1 1 0;min-width:0}
}

/* Keep search focus inside the field, without an outer red ring. */
.header-search #search-input:focus-visible{outline:none;box-shadow:inset 0 -2px 0 #69666a}

/* Supplied artwork stays visible until the real product photo is ready. */


/* Loading feedback covers the page only while the catalogue request is pending. */
.product-loading-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:rgba(247,248,250,.94);backdrop-filter:blur(5px);padding:24px}
.product-loading-content{text-align:center;background:none;border:0;box-shadow:none}
.product-loading-content img{display:block;width:120px;height:120px;object-fit:contain;margin:0 auto;background:transparent;border:0;box-shadow:none}
.product-loading-content p{margin:16px 0 0;color:#242325;font-size:16px}
