:root{--red:#dd2a1b;--red2:#e00024;--green:#009247;--text:#4c4c4c;--dark:#111;--container:1140px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Karla,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.75;color:var(--text);background:#fff;-webkit-text-size-adjust:100%}
img{max-width:100%;height:auto;display:block}
a{color:var(--red);text-decoration:none}
a:hover{color:#b01a0e}
h1,h2,h3,h4{font-family:Karla,Arial,sans-serif;font-weight:400;color:var(--dark);margin:0 0 15px;line-height:1.2}
ul{margin:0;padding:0;list-style:none}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 15px}
.center{text-align:center}

/* buttons */
.btn{display:inline-block;background:var(--red);color:#fff;border:0;border-radius:35px;padding:10px 20px;font:inherit;font-size:14px;text-transform:uppercase;cursor:pointer;line-height:1.4;transition:background .2s}
.btn:hover{background:#b01a0e;color:#fff}
.btn-sm{padding:6px 16px;font-size:12px}
.btn-dark{background:#222}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.header-inner{display:flex;align-items:center;height:95px;gap:20px}
.logo img{height:64px;width:auto}
.main-nav{flex:1}
.main-nav>ul{display:flex;gap:4px}
.main-nav a{display:block;color:rgba(0,0,0,.9);text-transform:uppercase;font-size:14px;padding:0 10px;line-height:95px;white-space:nowrap}
.main-nav a:hover,.main-nav a.active{color:var(--red)}
.main-nav a i{font-size:10px;opacity:.5}
.has-sub{position:relative}
.sub{position:absolute;top:100%;left:0;min-width:260px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.15);padding:10px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:10}
.sub a{line-height:1.4;padding:9px 22px;white-space:normal;font-size:13px}
.has-sub:hover>.sub,.has-sub:focus-within>.sub{opacity:1;visibility:visible;transform:none}
.mobile-only,.nav-toggle,.nav-close,.nav-overlay{display:none}
.header-tools{display:flex;align-items:center;gap:18px;margin-left:auto}
.tool-link{color:var(--dark);text-transform:uppercase;font-size:13px;white-space:nowrap}
.tool-link:hover{color:var(--red)}
.cart-count{background:var(--red);color:#fff;border-radius:50%;min-width:20px;height:20px;display:inline-block;text-align:center;font-size:11px;line-height:20px}
.tool-btn{background:none;border:0;font-size:17px;color:var(--dark);cursor:pointer;padding:6px}
.search-bar{display:none;background:#f5f5f5;padding:14px 0;border-top:1px solid #eee}
.search-bar.open{display:block}
.search-bar .container{display:flex;gap:8px}
.search-bar input{flex:1;padding:11px 14px;border:1px solid #ddd;font:inherit;font-size:16px}
.search-bar button{background:var(--red);color:#fff;border:0;padding:0 20px;cursor:pointer}

/* hero */
.hero{position:relative;height:600px;overflow:hidden;background:#222}
.hero .slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .9s}
.hero .slide.active{opacity:1}
.slide-layer{position:absolute;pointer-events:none}
.slide-layer.has-text{left:60%;top:46%;right:3%}
.slide-layer.has-text img{width:min(230px,30vw);margin-bottom:6px}
.slide-layer.has-text h2{color:var(--red);font-size:clamp(20px,3vw,34px);font-weight:700;margin:0;line-height:1.15;text-shadow:0 1px 4px rgba(0,0,0,.4)}
.slide-layer.has-text h2 small{display:block;font-size:.6em;letter-spacing:1px}
.slide-layer.has-text p{color:#fff;margin:6px 0 0;font-size:clamp(11px,1.2vw,14px);text-shadow:0 1px 3px rgba(0,0,0,.6)}
.slide-layer.product{right:9%;top:50%;transform:translateY(-50%)}
.slide-layer.product img{height:min(440px,64%);max-height:440px;width:auto;max-width:44vw;object-fit:contain}
.hero .slide{overflow:hidden}
.slide-layer.product img{height:auto;width:min(420px,42vw)}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.35);color:#fff;border:0;width:44px;height:44px;border-radius:50%;font-size:22px;cursor:pointer}
.slider-btn:hover{background:var(--red)}
.slider-btn.prev{left:18px}.slider-btn.next{right:18px}
.dots{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:8px}
.dots button{width:11px;height:11px;border-radius:50%;border:0;background:rgba(255,255,255,.55);padding:0;cursor:pointer}
.dots button.active{background:var(--red)}

/* stone tiles */
.stone-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:#fff;padding:20px 15px;margin-top:-1px}
.stone-tile{height:216px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}
.stone-tile h2{font-size:32px;color:#fff;letter-spacing:1px;margin-bottom:14px;text-shadow:0 1px 6px rgba(0,0,0,.35)}
.stone-tile:nth-child(1) h2{color:#fff}
.stone-tile .btn{background:var(--red)}

/* section titles */
.products-intro{text-align:center;padding:50px 15px 20px;max-width:900px}
.section-title{font-size:42px;letter-spacing:1px;color:#1b1919;margin-bottom:22px}
.section-title span{color:var(--red)}
.products-intro p{font-size:14px;line-height:1.9;max-width:780px;margin:0 auto}
.red-sub{font-size:28px;color:var(--red2);margin:0}
.section-h{font-size:42px;color:#111;font-weight:700;letter-spacing:.5px}
.section-h.small{font-size:30px}

/* categories */
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;padding-top:20px;padding-bottom:40px}
.category-card{position:relative;display:block;overflow:hidden;color:#fff}
.category-card .thumb img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s}
.category-card:hover .thumb img{transform:scale(1.07)}
.category-card .count{position:absolute;left:0;bottom:0;background:rgba(0,0,0,.65);color:#fff;font-size:12px;padding:3px 12px}
.category-card .mask{position:absolute;inset:0;background:rgba(0,0,0,.65);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:14px;opacity:0;transition:opacity .3s}
.category-card:hover .mask{opacity:1}
.category-card h3{color:#fff;font-size:16px;margin-bottom:12px}

/* why rows */
.why-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding-top:30px;padding-bottom:30px}
.why-img img{width:100%}
.why-text{text-align:center}
.why-text .dot-list{text-align:left;margin-top:20px}
.dot-list li{position:relative;padding-left:24px;margin-bottom:12px;font-size:13px;line-height:1.6}
.dot-list li:before{content:"";position:absolute;left:0;top:7px;width:9px;height:9px;border-radius:50%;background:var(--red)}
.why-row.reverse .why-text{order:0}

/* about */
.about-band{padding:50px 0 20px}
.about-grid{display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:start}
.about-grid p{font-size:14px;line-height:1.9}
.quote-band{background:var(--green);color:#fff;text-align:center;padding:70px 0}
.quote-band blockquote{margin:0 0 12px;font-size:28px;line-height:1.4;font-family:Lora,Georgia,serif;font-style:italic;color:#fff}
.quote-band cite{font-size:24px;font-style:normal;color:#fff;opacity:.9}

/* manufacturing */
.manufacturing{padding-top:50px;padding-bottom:60px}
.manufacturing .section-h{margin-bottom:30px}
.mfg-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.mfg-grid img{width:100%;aspect-ratio:1;object-fit:cover}

/* page title */
.page-title{background:#f6f6f6;padding:34px 0;margin-bottom:40px;text-align:center}
.page-title h1{font-size:34px;margin-bottom:6px;font-weight:700}
.crumbs{font-size:13px;color:#888}.crumbs span{margin:0 4px}

/* shop */
.shop{display:grid;grid-template-columns:230px 1fr;gap:34px;padding-bottom:60px}
.shop-cats h4{font-size:16px;text-transform:uppercase;font-weight:700;border-bottom:1px solid #e5e5e5;padding-bottom:10px;margin-bottom:12px}
.shop-cats li a{display:block;padding:6px 0;color:var(--text)}
.shop-cats li a:hover,.shop-cats li a.active{color:var(--red)}
.result-count{margin:0 0 20px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-grid.four{grid-template-columns:repeat(4,1fr)}
.product-card{text-align:center}
.product-card .pimg{display:block;overflow:hidden;border:1px solid #eee;margin-bottom:12px}
.product-card .pimg img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .4s}
.product-card:hover .pimg img{transform:scale(1.06)}
.product-card h3{font-size:16px;margin-bottom:4px;font-weight:700}
.product-card h3 a{color:var(--dark)}
.product-card h3 a:hover{color:var(--red)}
.read-more{font-size:12px;text-transform:uppercase;letter-spacing:.5px}
.pagination{display:flex;gap:6px;justify-content:center;margin-top:36px}
.pagination a,.pagination span{min-width:36px;text-align:center;padding:6px 10px;border:1px solid #ddd;color:var(--text)}
.pagination .current,.pagination a:hover{background:var(--red);border-color:var(--red);color:#fff}

/* product page */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding-bottom:30px}
.pd-image img{width:100%;border:1px solid #eee}
.pd-info h1{font-size:32px;font-weight:700}
.tagline{font-size:15px;text-transform:uppercase;color:var(--red);font-weight:700}
.pd-info p{font-size:14px}
.meta{margin-top:22px;font-size:13px}
.tabs-wrap{padding-bottom:40px}
.tab-head{border-bottom:1px solid #e5e5e5;margin-bottom:20px}
.tab-head span{display:inline-block;padding:10px 0;border-bottom:2px solid var(--red);text-transform:uppercase;font-weight:700;color:var(--dark);margin-bottom:-1px}
.tab-body h4{font-size:18px;font-weight:700;margin:16px 0 4px}
.enquiry-box{background:#f7f7f7;padding:28px;margin-top:34px}
.enquiry-box.flat{margin-top:0}
.enquiry-box h3{font-size:22px;font-weight:700;margin-bottom:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}
.form-grid.one{grid-template-columns:1fr}
.form-grid .full,.form-grid .btn{grid-column:1/-1}
.form-grid .btn{justify-self:start}
.form-grid label{display:block;font-weight:700;color:var(--dark);font-size:13px}
.form-grid input:not([type=checkbox]),.form-grid textarea{display:block;width:100%;margin-top:4px;padding:11px 12px;border:1px solid #ddd;background:#fff;font:inherit;font-size:16px;font-weight:400;color:var(--text)}
.form-grid input:focus,.form-grid textarea:focus{outline:0;border-color:var(--red)}
.form-grid .check{font-weight:400}
.errors{background:#fdecea;border:1px solid #f0a8a0;color:#8a1d12;padding:10px 14px;margin-bottom:6px;font-size:13px}
.flash{background:#e7f6ea;border:1px solid #9bd3a8;color:#1e5a2b;padding:12px 16px;margin-top:18px;margin-bottom:0}
.related{padding-bottom:60px}
.related .section-h{margin-bottom:26px}

/* content pages */
.content-page{max-width:900px;padding-bottom:40px}
.content-page h3{font-size:26px;font-weight:700;margin:30px 0 10px;color:var(--dark)}
.content-page p{font-size:14px;line-height:1.9;margin:0 0 16px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding-bottom:60px}
.offices h3{font-size:20px;font-weight:700;margin:26px 0 10px}
.offices h3:first-child{margin-top:0}
.offices p{margin:0 0 6px}.offices i{color:var(--red);width:20px}
.social{display:flex;gap:10px;margin-top:22px}
.social a{width:38px;height:38px;border-radius:50%;background:var(--dark);color:#fff;display:flex;align-items:center;justify-content:center}
.social a:hover{background:var(--red);color:#fff}
.cart-table{width:100%;border-collapse:collapse;margin-bottom:30px}
.cart-table th,.cart-table td{padding:12px;border-bottom:1px solid #eee;text-align:left}
.c-img img{width:80px}.c-rm{width:50px}
.c-rm button{background:none;border:0;font-size:26px;color:#999;cursor:pointer}
.empty{font-size:16px}
.cart-page,.account-page{padding-bottom:60px;min-height:320px}
.account-cols{display:grid;grid-template-columns:1fr 1fr;gap:30px}

/* footer */
.site-footer{background:#000;color:rgba(255,255,255,.6);margin-top:0}
.site-footer a{color:rgba(255,255,255,.75)}.site-footer a:hover{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-top:50px;padding-bottom:40px}
.footer-logo{width:130px;margin-bottom:16px}
.site-footer h4{color:#fff;text-transform:uppercase;font-size:15px;margin-bottom:16px;font-weight:700}
.site-footer li{margin-bottom:6px}
.site-footer p{margin:0 0 8px}.site-footer p i{width:20px}
.copyright{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;text-align:center;font-size:13px}

/* cookie */
.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(0,0,0,.85);color:#fff;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;font-weight:700}
.cookie-bar[hidden]{display:none}
.cookie-bar button{background:transparent;border:1px solid #fff;color:#fff;padding:6px 18px;cursor:pointer;font:inherit;text-transform:uppercase}

/* ---------- responsive ---------- */
@media(max-width:1100px){
    .category-grid{grid-template-columns:repeat(3,1fr)}
    .mfg-grid{grid-template-columns:repeat(3,1fr)}
    .login-link{display:none}
    .main-nav a{padding:0 7px;font-size:13px}
}
@media(max-width:900px){
    .header-inner{height:70px}
    .logo img{height:48px}
    .nav-toggle{display:block}
    .mobile-only{display:block}
    .main-nav{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:82vw;background:#fff;z-index:120;transform:translateX(-100%);transition:transform .3s;overflow-y:auto;padding:50px 0 20px;box-shadow:4px 0 20px rgba(0,0,0,.2)}
    .main-nav.open{transform:none}
    .main-nav>ul{flex-direction:column;gap:0}
    .main-nav a{line-height:1.4;padding:13px 22px;border-bottom:1px solid #f0f0f0}
    .nav-close{display:block;position:absolute;top:8px;right:12px;background:none;border:0;font-size:30px;cursor:pointer;color:#333}
    .sub{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none;background:#fafafa;padding:0}
    .sub a{padding-left:38px}
    .has-sub.open>.sub{display:block}
    .nav-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:45;opacity:0;visibility:hidden;transition:.3s}
    .nav-overlay.open{opacity:1;visibility:visible}
    .site-header{position:sticky}
    .hero{height:380px}
    .why-row,.about-grid,.contact-grid,.product-detail,.account-cols{grid-template-columns:1fr;gap:24px}
    .about-grid .about-img{max-width:260px;margin:0 auto}
    .shop{grid-template-columns:1fr}
    .shop-cats ul{display:flex;flex-wrap:wrap;gap:6px 16px}
    .product-grid.four{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1fr 1fr}
    .footer-grid>div:first-child{grid-column:1/-1}
    .section-h,.section-title{font-size:32px}
    .why-row.reverse .why-text{order:-1}
}
@media(max-width:640px){
    .hero{height:260px}
    .slide-layer.has-text{left:auto;right:4%;top:auto;bottom:34px;width:50%}
    .slide-layer.has-text img{width:110px}
    .slide-layer.has-text p{display:none}
    .slider-btn{width:32px;height:32px;font-size:16px}
    .slide-layer.product img{width:38vw}
    .stone-tiles{grid-template-columns:1fr}
    .category-grid{grid-template-columns:repeat(2,1fr)}
    .product-grid{grid-template-columns:repeat(2,1fr);gap:14px}
    .mfg-grid{grid-template-columns:repeat(2,1fr)}
    .form-grid{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
    .quote-band{padding:44px 0}
    .quote-band blockquote{font-size:20px}
    .quote-band cite{font-size:18px}
    .section-h,.section-title{font-size:26px}
    .red-sub{font-size:20px}
    .page-title h1{font-size:26px}
    .cookie-bar{flex-direction:column;align-items:flex-start;font-size:11px}
    .pd-info h1{font-size:26px}
}
