/*
Theme Name: Visshwa Enterprises
Theme URI: https://example.com/
Author: Visshwa Enterprises
Description: Custom multi-page WordPress theme for Visshwa Enterprises - A Complete Tile Heaven.
Version: 7.20
Text Domain: visshwa-enterprises
*/

/* ===== index.html ===== */
:root{
  --ink:#11120f;
  --paper:#f5f2eb;
  --sand:#c9a36b;
  --sand-dark:#9f7c4c;
  --white:#fff;
  --muted:#6f6f68;
  --line:#dcd6cb;
  --deep:#1c201d;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}
a{color:inherit;text-decoration:none}
img{width:100%;display:block}
button{font:inherit}
.container{width:min(1220px,92%);margin:auto}
.section{padding:105px 0}
.kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--sand-dark);font-weight:700}
h1,h2,h3,.brand{font-family:Syne,Arial,sans-serif}
h2{font-size:clamp(36px,5vw,64px);line-height:1.02}
p{color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:1px solid currentColor;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-light{color:white}
.btn-gold{background:var(--sand);border-color:var(--sand);color:var(--ink)}

.topbar{background:#0d0e0c;color:#bcbdb8;font-size:12px}
.topbar .container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-left,.topbar-right{display:flex;gap:20px}
.topbar a:hover{color:white}

.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.navbar{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:25px;font-weight:700;letter-spacing:-.04em}
.brand small{font:600 10px Manrope;letter-spacing:.2em;text-transform:uppercase;display:block;color:var(--sand-dark);margin-top:-3px}
.nav{display:flex;align-items:center;gap:24px}
.nav>a,.nav-drop>button{border:0;background:none;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}
.nav a:hover,.nav-drop>button:hover{color:var(--sand-dark)}
.nav-drop{position:relative}
.dropdown{display:none;position:absolute;top:calc(100% + 24px);left:-18px;background:white;box-shadow:0 24px 70px rgba(0,0,0,.13);min-width:280px;padding:12px;border:1px solid #eee}
.nav-drop:hover .dropdown{display:block}
.dropdown a{display:block;padding:10px 12px;font-size:13px}
.menu-btn{display:none;border:0;background:none;font-size:28px}

.hero{position:relative;height:calc(100vh - 120px);min-height:650px;overflow:hidden;background:#111;color:#fff}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}
.slide.active{opacity:1}
.slide img{height:100%;object-fit:cover}
.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,8,.77) 0%,rgba(8,9,8,.45) 46%,rgba(8,9,8,.14) 100%)}
.hero-copy{position:absolute;z-index:3;left:max(4%,calc((100vw - 1220px)/2));top:50%;transform:translateY(-50%);max-width:800px}
.hero-copy .kicker{color:#e5c18b}
.hero h1{font-size:clamp(58px,8vw,112px);line-height:.9;letter-spacing:-.06em;margin:14px 0 24px;max-width:900px}
.hero-copy p{color:#e5e5e0;font-size:18px;max-width:650px;margin-bottom:30px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.slider-nav{position:absolute;z-index:5;right:max(4%,calc((100vw - 1220px)/2));bottom:35px;display:flex;align-items:center;gap:14px}
.counter{font-size:12px;letter-spacing:.12em}
.slider-nav button{width:44px;height:44px;border:1px solid rgba(255,255,255,.45);background:transparent;color:white;cursor:pointer}
.slider-nav button:hover{background:white;color:black}
.progress{position:absolute;left:0;bottom:0;height:4px;background:var(--sand);width:14%;z-index:4;transition:width .35s}

.skills{background:var(--paper)}
.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:end;margin-bottom:55px}
.section-head p{max-width:680px}
.skills-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}
.skill{position:relative;min-height:370px;overflow:hidden;background:#222}
.skill.tall{grid-row:span 2;min-height:758px}
.skill img{position:absolute;inset:0;height:100%;object-fit:cover;transition:.5s}
.skill:hover img{transform:scale(1.04)}
.skill::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(0,0,0,.84))}
.skill-content{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:white}
.skill-number{font-size:11px;letter-spacing:.15em;color:#e5c18b}
.skill h3{font-size:25px;margin:6px 0}
.skill p{color:#ddd;font-size:13px}

.about{background:#fff}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.about-visual{position:sticky;top:115px}
.about-visual img{height:690px;object-fit:cover}
.about-label{margin-top:18px;display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.about-copy h2{margin:14px 0 26px}
.about-intro{font-size:17px;color:#4f504b;margin-bottom:24px}
.about-row{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:24px 0;border-top:1px solid var(--line)}
.about-row .num{font-family:Syne;font-size:13px;color:var(--sand-dark)}
.about-row h3{font-size:20px;margin-bottom:7px}

.clients{background:var(--deep);color:white}
.clients .section-head p{color:#bfc2bb}
.clients-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}
.client{padding:32px 25px;min-height:210px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.client span{font-family:Syne;font-size:42px;color:#d5b17b}
.client h3{font-size:17px;margin:18px 0 8px}
.client p{color:#bfc2bb;font-size:13px}

.services{background:#fff}
.services-intro{max-width:760px;margin:20px 0 50px}
.service-list{border-top:1px solid var(--line)}
.service{display:grid;grid-template-columns:90px .85fr 1.2fr 48px;gap:24px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line);transition:.25s}
.service:hover{padding-left:12px;background:linear-gradient(90deg,var(--paper),transparent)}
.service .num{color:var(--sand-dark);font-size:12px}
.service h3{font-size:25px}
.service strong{display:block;font-size:13px;margin-bottom:4px}
.service p{font-size:14px}
.service .arrow{font-size:24px}

.portfolio{background:var(--paper)}
.portfolio-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.project{position:relative;min-height:470px;overflow:hidden}
.project:nth-child(3){grid-column:span 2;min-height:560px}
.project img{position:absolute;inset:0;height:100%;object-fit:cover;transition:.6s}
.project:hover img{transform:scale(1.035)}
.project::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.78))}
.project-info{position:absolute;z-index:2;bottom:25px;left:25px;color:#fff}
.project-info span{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#e8c58e}
.project-info h3{font-size:27px;margin-top:4px}

.cta{position:relative;background:#111;color:#fff;padding:120px 0;overflow:hidden}
.cta::before{content:"";position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2000&q=85') center/cover;opacity:.26}
.cta .container{position:relative;z-index:2}
.cta h2{max-width:850px;margin:12px 0 28px}
.cta p{color:#c8cac5;max-width:650px;margin-bottom:28px}

.footer{background:#0c0d0b;color:#a9aaa5;padding:70px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:45px}
.footer h3{font-size:14px;color:#fff;margin-bottom:16px}
.footer-brand{font-family:Syne;font-size:25px;color:#fff;margin-bottom:14px}
.footer ul{list-style:none}
.footer li,.footer p{font-size:13px;margin-bottom:8px}
.footer a:hover{color:var(--sand)}
.footer-social{display:flex;gap:15px;margin-top:18px;flex-wrap:wrap}
.footer-bottom{margin-top:50px;border-top:1px solid #282a26;padding-top:18px;display:flex;justify-content:space-between;font-size:12px}

@media(max-width:1000px){
  .skills-grid{grid-template-columns:1fr 1fr}
  .skill.tall{grid-row:auto;min-height:370px}
  .about-grid{grid-template-columns:1fr}
  .about-visual{position:static}
  .clients-grid{grid-template-columns:repeat(3,1fr)}
  .service{grid-template-columns:55px 1fr}
  .service>div:nth-child(3){grid-column:2}
  .service .arrow{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:780px){
  .topbar-left span:nth-child(2){display:none}
  .menu-btn{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:84px;background:white;padding:22px 4%;flex-direction:column;align-items:flex-start;box-shadow:0 18px 30px rgba(0,0,0,.1)}
  .nav.open{display:flex}
  .nav-drop{width:100%}
  .dropdown{position:static;display:block;box-shadow:none;border:0;padding:4px 0 0 12px}
  .hero{height:680px}
  .section-head{grid-template-columns:1fr;gap:18px}
  .skills-grid,.portfolio-grid{grid-template-columns:1fr}
  .project:nth-child(3){grid-column:auto}
  .clients-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .section{padding:78px 0}
  .topbar-right{display:none}
  .hero h1{font-size:55px}
  .hero-copy{right:4%}
  .skills-grid,.clients-grid,.footer-grid{grid-template-columns:1fr}
  .about-visual img{height:440px}
  .project,.project:nth-child(3){min-height:390px}
  .footer-bottom{flex-direction:column;gap:6px}
}

/* ===== product.html ===== */
:root{
  --ink:#11120f;
  --deep:#1b1f1c;
  --paper:#f5f2eb;
  --white:#fff;
  --sand:#c9a36b;
  --sand-dark:#9f7c4c;
  --muted:#6e6f69;
  --line:#ddd7cc;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
img{display:block;width:100%}
.container{width:min(1220px,92%);margin:auto}
.section{padding:100px 0}
.kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--sand-dark);font-weight:700}
h1,h2,h3,.brand{font-family:Syne,Arial,sans-serif}
h1{font-size:clamp(52px,7vw,94px);line-height:.94;letter-spacing:-.055em}
h2{font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-.04em}
p{color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:1px solid currentColor;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);border-color:var(--ink);color:#fff}
.btn-gold{background:var(--sand);border-color:var(--sand);color:var(--ink)}

.topbar{background:#0d0e0c;color:#bcbdb8;font-size:12px}
.topbar .container{min-height:36px;display:flex;align-items:center;justify-content:space-between}
.social{display:flex;gap:18px}
.social a:hover{color:#fff}

.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.navbar{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:24px;font-weight:700;letter-spacing:-.04em}
.brand small{display:block;font:600 9px Manrope;letter-spacing:.2em;text-transform:uppercase;color:var(--sand-dark)}
.nav{display:flex;gap:26px;align-items:center}
.nav a{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.nav a:hover,.nav a.active{color:var(--sand-dark)}
.menu{display:none;border:0;background:none;font-size:28px;cursor:pointer}

.product-hero{position:relative;min-height:620px;display:flex;align-items:end;background:
linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.18)),
url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=2000&q=88') center/cover;color:#fff}
.product-hero .container{padding-bottom:70px}
.product-hero .kicker{color:#e4c18b}
.product-hero h1{max-width:900px;margin:14px 0 20px}
.product-hero p{max-width:650px;color:#e6e6e1;font-size:18px}

.category-strip{background:var(--deep);color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.category-strip .container{display:flex;overflow-x:auto;gap:0}
.category-strip a{min-width:max-content;padding:18px 22px;border-right:1px solid rgba(255,255,255,.11);font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.category-strip a:hover{background:rgba(255,255,255,.06);color:#e5c28c}

.intro-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:end}
.intro-grid p{max-width:760px}

.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.product-block{position:relative;min-height:570px;overflow:hidden;background:#222}
.product-block:nth-child(3),.product-block:nth-child(6){min-height:680px}
.product-block img{position:absolute;inset:0;height:100%;object-fit:cover;transition:.55s}
.product-block:hover img{transform:scale(1.04)}
.product-block::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 28%,rgba(0,0,0,.87))}
.product-content{position:absolute;z-index:2;left:30px;right:30px;bottom:28px;color:#fff}
.product-content .num{font-size:11px;letter-spacing:.14em;color:#e5c18b}
.product-content h3{font-size:34px;margin:8px 0 10px}
.product-content p{color:#ddd;max-width:520px}
.subcats{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.subcats span{font-size:11px;border:1px solid rgba(255,255,255,.35);padding:7px 9px}
.product-content a{margin-top:4px}

.featured{background:var(--paper)}
.featured-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px}
.featured-main{position:relative;min-height:620px;overflow:hidden}
.featured-main img{position:absolute;inset:0;height:100%;object-fit:cover}
.featured-main::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.82))}
.featured-copy{position:absolute;z-index:2;bottom:30px;left:30px;color:#fff}
.featured-copy h3{font-size:36px;margin:6px 0}
.featured-side{display:grid;gap:26px}
.mini-card{background:#fff;border:1px solid var(--line)}
.mini-card img{height:220px;object-fit:cover}
.mini-body{padding:22px}
.mini-body h3{font-size:23px;margin-bottom:6px}

.cta{background:var(--deep);color:#fff;padding:100px 0}
.cta h2{max-width:850px;margin:12px 0 25px}
.cta p{color:#c5c7c2;max-width:650px;margin-bottom:25px}

.footer{background:#0c0d0b;color:#a9aaa5;padding:65px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:42px}
.footer h3{font-size:14px;color:#fff;margin-bottom:15px}
.footer-brand{font-family:Syne;font-size:24px;color:#fff;margin-bottom:14px}
.footer ul{list-style:none}
.footer li,.footer p{font-size:13px;margin-bottom:8px}
.footer a:hover{color:var(--sand)}
.footer-bottom{margin-top:48px;padding-top:18px;border-top:1px solid #282a26;display:flex;justify-content:space-between;font-size:12px}

@media(max-width:900px){
 .intro-grid,.featured-grid{grid-template-columns:1fr}
 .products-grid{grid-template-columns:1fr}
 .product-block,.product-block:nth-child(3),.product-block:nth-child(6){min-height:540px}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
 .menu{display:block}
 .nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;flex-direction:column;align-items:flex-start;padding:22px 4%;box-shadow:0 18px 30px rgba(0,0,0,.1)}
 .nav.open{display:flex}
 .product-hero{min-height:560px}
 .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
 .section{padding:76px 0}
 .social{display:none}
 .product-hero h1{font-size:54px}
 .product-content h3{font-size:28px}
 .product-block{min-height:500px}
 .featured-main{min-height:480px}
 .footer-bottom{flex-direction:column;gap:6px}
}

/* ===== services.html ===== */
:root{
  --ink:#11120f;
  --deep:#1b1f1c;
  --paper:#f5f2eb;
  --white:#fff;
  --sand:#c9a36b;
  --sand-dark:#9f7c4c;
  --muted:#6e6f69;
  --line:#ddd7cc;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
img{display:block;width:100%}
button{font:inherit}
.container{width:min(1220px,92%);margin:auto}
.section{padding:100px 0}
.kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--sand-dark);font-weight:700}
h1,h2,h3,.brand{font-family:Syne,Arial,sans-serif}
h1{font-size:clamp(52px,7vw,94px);line-height:.94;letter-spacing:-.055em}
h2{font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-.04em}
p{color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:1px solid currentColor;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);border-color:var(--ink);color:#fff}
.btn-gold{background:var(--sand);border-color:var(--sand);color:var(--ink)}

.topbar{background:#0d0e0c;color:#bcbdb8;font-size:12px}
.topbar .container{min-height:36px;display:flex;align-items:center;justify-content:space-between}
.social{display:flex;gap:18px}
.social a:hover{color:#fff}

.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.navbar{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:24px;font-weight:700;letter-spacing:-.04em}
.brand small{display:block;font:600 9px Manrope;letter-spacing:.2em;text-transform:uppercase;color:var(--sand-dark)}
.nav{display:flex;gap:26px;align-items:center}
.nav a{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.nav a:hover,.nav a.active{color:var(--sand-dark)}
.menu{display:none;border:0;background:none;font-size:28px;cursor:pointer}

.service-hero{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:end;
  background:
  linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.2)),
  url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2000&q=88') center/cover;
  color:#fff;
}
.service-hero .container{padding-bottom:72px}
.service-hero .kicker{color:#e4c18b}
.service-hero h1{max-width:900px;margin:14px 0 20px}
.service-hero p{max-width:670px;color:#e6e6e2;font-size:18px}

.intro{background:var(--paper)}
.intro-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:end}
.intro-grid p{max-width:760px}

.service-list{border-top:1px solid var(--line)}
.service-row{
  display:grid;
  grid-template-columns:80px .9fr 1.25fr 110px;
  gap:24px;
  align-items:center;
  padding:30px 0;
  border-bottom:1px solid var(--line);
  transition:.25s;
}
.service-row:hover{padding-left:12px;background:linear-gradient(90deg,var(--paper),transparent)}
.service-row .num{font-size:12px;color:var(--sand-dark);letter-spacing:.12em}
.service-row h3{font-size:28px}
.service-row strong{display:block;font-size:13px;margin-bottom:5px}
.service-row p{font-size:14px}
.service-tag{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--sand-dark)}

.process{background:var(--deep);color:#fff}
.process h2{max-width:780px;margin:14px 0 18px}
.process> .container > p{color:#c3c6c0;max-width:690px}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:50px;
  border-top:1px solid rgba(255,255,255,.14);
  border-left:1px solid rgba(255,255,255,.14);
}
.process-card{
  min-height:260px;
  padding:30px 26px;
  border-right:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.process-card .num{font-family:Syne;font-size:34px;color:#d6b27e}
.process-card h3{font-size:21px;margin:18px 0 8px}
.process-card p{color:#c3c6c0;font-size:14px}

.client-types{background:#fff}
.client-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.client-card{padding:28px;border:1px solid var(--line);min-height:210px}
.client-card span{font-family:Syne;font-size:38px;color:var(--sand-dark)}
.client-card h3{font-size:18px;margin:16px 0 7px}
.client-card p{font-size:13px}

.highlight{background:var(--paper)}
.highlight-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}
.highlight-image{position:relative;min-height:560px}
.highlight-image img{position:absolute;inset:0;height:100%;object-fit:cover}
.highlight-copy{display:flex;flex-direction:column;justify-content:center;padding:40px}
.highlight-copy h2{margin:14px 0 18px}
.highlight-copy ul{list-style:none;margin:22px 0}
.highlight-copy li{padding:13px 0;border-top:1px solid var(--line);font-size:14px}
.highlight-copy li:last-child{border-bottom:1px solid var(--line)}

.cta{background:var(--deep);color:#fff;padding:100px 0}
.cta h2{max-width:850px;margin:12px 0 25px}
.cta p{color:#c5c7c2;max-width:650px;margin-bottom:25px}

.footer{background:#0c0d0b;color:#a9aaa5;padding:65px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:42px}
.footer h3{font-size:14px;color:#fff;margin-bottom:15px}
.footer-brand{font-family:Syne;font-size:24px;color:#fff;margin-bottom:14px}
.footer ul{list-style:none}
.footer li,.footer p{font-size:13px;margin-bottom:8px}
.footer a:hover{color:var(--sand)}
.footer-bottom{margin-top:48px;padding-top:18px;border-top:1px solid #282a26;display:flex;justify-content:space-between;font-size:12px}

@media(max-width:1000px){
  .service-row{grid-template-columns:55px 1fr}
  .service-row>div:nth-child(3),.service-row>div:nth-child(4){grid-column:2}
  .process-grid{grid-template-columns:1fr 1fr}
  .client-grid{grid-template-columns:repeat(3,1fr)}
  .highlight-grid{grid-template-columns:1fr}
  .highlight-image{min-height:470px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .menu{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;flex-direction:column;align-items:flex-start;padding:22px 4%;box-shadow:0 18px 30px rgba(0,0,0,.1)}
  .nav.open{display:flex}
  .intro-grid{grid-template-columns:1fr;gap:18px}
  .client-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .section{padding:76px 0}
  .social{display:none}
  .service-hero{min-height:560px}
  .service-hero h1{font-size:54px}
  .process-grid,.client-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:6px}
}

/* ===== gallery.html ===== */
:root{
  --ink:#11120f;
  --deep:#1b1f1c;
  --paper:#f5f2eb;
  --white:#fff;
  --sand:#c9a36b;
  --sand-dark:#9f7c4c;
  --muted:#6e6f69;
  --line:#ddd7cc;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
img{display:block;width:100%}
button{font:inherit}
.container{width:min(1220px,92%);margin:auto}
.section{padding:100px 0}
.kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--sand-dark);font-weight:700}
h1,h2,h3,.brand{font-family:Syne,Arial,sans-serif}
h1{font-size:clamp(52px,7vw,94px);line-height:.94;letter-spacing:-.055em}
h2{font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-.04em}
p{color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:1px solid currentColor;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);border-color:var(--ink);color:#fff}
.btn-gold{background:var(--sand);border-color:var(--sand);color:var(--ink)}

.topbar{background:#0d0e0c;color:#bcbdb8;font-size:12px}
.topbar .container{min-height:36px;display:flex;align-items:center;justify-content:space-between}
.social{display:flex;gap:18px}
.social a:hover{color:#fff}

.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.navbar{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:24px;font-weight:700;letter-spacing:-.04em}
.brand small{display:block;font:600 9px Manrope;letter-spacing:.2em;text-transform:uppercase;color:var(--sand-dark)}
.nav{display:flex;gap:26px;align-items:center}
.nav a{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.nav a:hover,.nav a.active{color:var(--sand-dark)}
.menu{display:none;border:0;background:none;font-size:28px;cursor:pointer}

.gallery-hero{
  min-height:560px;
  display:flex;
  align-items:end;
  background:
    linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.18)),
    url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=2000&q=88') center/cover;
  color:#fff;
}
.gallery-hero .container{padding-bottom:68px}
.gallery-hero .kicker{color:#e4c18b}
.gallery-hero h1{max-width:880px;margin:14px 0 20px}
.gallery-hero p{max-width:650px;color:#e4e5e1;font-size:18px}

.gallery-intro{background:var(--paper)}
.intro-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:end}
.intro-grid p{max-width:760px}

.filters{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:34px;
}
.filters button{
  border:1px solid var(--line);
  background:#fff;
  padding:10px 14px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em;
  cursor:pointer;
  transition:.2s;
}
.filters button:hover,.filters button.active{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}

.masonry{
  columns:3 340px;
  column-gap:18px;
}
.gallery-item{
  break-inside:avoid;
  margin-bottom:18px;
  position:relative;
  overflow:hidden;
  background:#222;
}
.gallery-item img{
  width:100%;
  height:auto;
  transition:.5s ease;
}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 45%,rgba(0,0,0,.78));
}
.gallery-caption{
  position:absolute;
  z-index:2;
  left:20px;
  right:20px;
  bottom:18px;
  color:#fff;
}
.gallery-caption .tag{
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#e5c18b;
}
.gallery-caption h3{
  font-size:22px;
  margin-top:4px;
}
.gallery-item.hidden{display:none}

.feature-strip{background:var(--deep);color:#fff}
.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.feature-large{
  position:relative;
  min-height:560px;
  overflow:hidden;
}
.feature-large img{position:absolute;inset:0;height:100%;object-fit:cover}
.feature-large::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.8))}
.feature-copy{
  position:absolute;
  z-index:2;
  left:28px;
  bottom:26px;
  color:#fff;
}
.feature-copy h3{font-size:34px;margin-top:5px}
.feature-side{display:grid;grid-template-rows:1fr 1fr;gap:24px}
.feature-small{position:relative;min-height:268px;overflow:hidden}
.feature-small img{position:absolute;inset:0;height:100%;object-fit:cover}
.feature-small::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(0,0,0,.78))}
.feature-small .feature-copy h3{font-size:23px}

.materials{background:#fff}
.material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.material-card{padding:24px;border:1px solid var(--line)}
.material-card .num{font-family:Syne;color:var(--sand-dark);font-size:13px}
.material-card h3{font-size:19px;margin:12px 0 7px}
.material-card p{font-size:13px}

.cta{background:var(--paper);padding:100px 0}
.cta-wrap{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}
.cta h2{max-width:850px;margin:12px 0 20px}

.footer{background:#0c0d0b;color:#a9aaa5;padding:65px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:42px}
.footer h3{font-size:14px;color:#fff;margin-bottom:15px}
.footer-brand{font-family:Syne;font-size:24px;color:#fff;margin-bottom:14px}
.footer ul{list-style:none}
.footer li,.footer p{font-size:13px;margin-bottom:8px}
.footer a:hover{color:var(--sand)}
.footer-bottom{margin-top:48px;padding-top:18px;border-top:1px solid #282a26;display:flex;justify-content:space-between;font-size:12px}

@media(max-width:980px){
  .intro-grid,.feature-grid,.cta-wrap{grid-template-columns:1fr}
  .material-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .menu{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;flex-direction:column;align-items:flex-start;padding:22px 4%;box-shadow:0 18px 30px rgba(0,0,0,.1)}
  .nav.open{display:flex}
  .material-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .section{padding:76px 0}
  .social{display:none}
  .gallery-hero{min-height:520px}
  .gallery-hero h1{font-size:54px}
  .feature-large{min-height:440px}
  .footer-bottom{flex-direction:column;gap:6px}
}

/* ===== contact.html ===== */
:root{
  --ink:#11120f;
  --deep:#1b1f1c;
  --paper:#f5f2eb;
  --white:#fff;
  --sand:#c9a36b;
  --sand-dark:#9f7c4c;
  --muted:#6e6f69;
  --line:#ddd7cc;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
img{display:block;width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(1220px,92%);margin:auto}
.section{padding:100px 0}
.kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--sand-dark);font-weight:700}
h1,h2,h3,.brand{font-family:Syne,Arial,sans-serif}
h1{font-size:clamp(52px,7vw,94px);line-height:.94;letter-spacing:-.055em}
h2{font-size:clamp(36px,5vw,62px);line-height:1.02;letter-spacing:-.04em}
p{color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:1px solid currentColor;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);border-color:var(--ink);color:#fff}
.btn-gold{background:var(--sand);border-color:var(--sand);color:var(--ink)}

.topbar{background:#0d0e0c;color:#bcbdb8;font-size:12px}
.topbar .container{min-height:36px;display:flex;align-items:center;justify-content:space-between}
.social{display:flex;gap:18px}
.social a:hover{color:#fff}

.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.navbar{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:24px;font-weight:700;letter-spacing:-.04em}
.brand small{display:block;font:600 9px Manrope;letter-spacing:.2em;text-transform:uppercase;color:var(--sand-dark)}
.nav{display:flex;gap:26px;align-items:center}
.nav a{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.nav a:hover,.nav a.active{color:var(--sand-dark)}
.menu{display:none;border:0;background:none;font-size:28px;cursor:pointer}

.contact-hero{display:grid;grid-template-columns:1.03fr .97fr;min-height:630px;background:var(--deep)}
.contact-hero-copy{display:flex;align-items:flex-end;color:#fff;padding:70px max(4%,calc((100vw - 1220px)/2)) 70px max(4%,calc((100vw - 1220px)/2))}
.contact-hero-copy .inner{max-width:720px}
.contact-hero .kicker{color:#e5c18b}
.contact-hero h1{margin:14px 0 22px}
.contact-hero p{color:#c8cac5;max-width:640px;font-size:18px}
.contact-hero-image{min-height:630px}
.contact-hero-image img{height:100%;object-fit:cover}

.contact-cards{margin-top:-42px;position:relative;z-index:3}
.contact-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-card{background:#fff;border:1px solid var(--line);padding:26px;box-shadow:0 18px 45px rgba(0,0,0,.06)}
.contact-card .label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--sand-dark);margin-bottom:14px}
.contact-card h3{font-size:21px;margin-bottom:6px}
.contact-card p,.contact-card a{font-size:14px;color:var(--muted)}
.contact-card a:hover{color:var(--sand-dark)}

.form-section{background:#fff}
.form-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px}
.form-copy h2{margin:14px 0 20px}
.form-copy p{max-width:520px}
.form-points{margin-top:28px}
.form-point{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}
.form-point .num{font-family:Syne;color:var(--sand-dark);font-size:12px}
.form-point h3{font-size:17px;margin-bottom:3px}
.form-point p{font-size:13px}

.enquiry-form{background:var(--paper);padding:38px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.field{margin-bottom:15px}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;margin-bottom:7px}
.field input,.field select,.field textarea{width:100%;padding:14px 15px;border:1px solid #d4cec3;background:#fff}
.field textarea{min-height:155px;resize:vertical}
.form-note{font-size:12px;color:var(--muted);margin-top:12px}

.visit{background:var(--paper)}
.visit-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.map-panel{min-height:510px;background:
linear-gradient(rgba(0,0,0,.16),rgba(0,0,0,.16)),
url('https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=1500&q=85') center/cover;position:relative}
.map-label{position:absolute;left:24px;bottom:24px;background:#fff;padding:18px 20px;max-width:290px}
.map-label h3{font-size:20px;margin-bottom:5px}
.visit-copy{background:#fff;padding:38px;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}
.visit-copy h2{margin:14px 0 20px}
.visit-list{list-style:none;margin:20px 0}
.visit-list li{padding:12px 0;border-top:1px solid var(--line);font-size:14px}
.visit-list li:last-child{border-bottom:1px solid var(--line)}

.social-band{background:var(--deep);color:#fff}
.social-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.social-wrap h2{max-width:700px}
.social-big{display:flex;gap:10px;flex-wrap:wrap}
.social-big a{border:1px solid rgba(255,255,255,.22);padding:14px 18px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.social-big a:hover{background:#fff;color:#111}

.footer{background:#0c0d0b;color:#a9aaa5;padding:65px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:42px}
.footer h3{font-size:14px;color:#fff;margin-bottom:15px}
.footer-brand{font-family:Syne;font-size:24px;color:#fff;margin-bottom:14px}
.footer ul{list-style:none}
.footer li,.footer p{font-size:13px;margin-bottom:8px}
.footer a:hover{color:var(--sand)}
.footer-bottom{margin-top:48px;padding-top:18px;border-top:1px solid #282a26;display:flex;justify-content:space-between;font-size:12px}

@media(max-width:980px){
  .contact-hero{grid-template-columns:1fr}
  .contact-hero-copy{min-height:500px}
  .contact-hero-image{min-height:430px}
  .contact-card-grid{grid-template-columns:1fr}
  .form-layout,.visit-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .menu{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;flex-direction:column;align-items:flex-start;padding:22px 4%;box-shadow:0 18px 30px rgba(0,0,0,.1)}
  .nav.open{display:flex}
  .form-grid{grid-template-columns:1fr}
  .social-wrap{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .section{padding:76px 0}
  .social{display:none}
  .contact-hero-copy{padding-top:70px;padding-bottom:60px}
  .contact-hero h1{font-size:54px}
  .enquiry-form{padding:24px}
  .footer-bottom{flex-direction:column;gap:6px}
}

/* WordPress admin-bar compatibility */
body.admin-bar .header{top:32px}
@media(max-width:782px){body.admin-bar .header{top:46px}}
\n\n/* ===== Blog ===== */
.blog-hero{background:var(--deep);color:#fff;padding:105px 0 90px;position:relative;overflow:hidden}
.blog-hero:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-100px;top:-160px}
.blog-hero .kicker{color:#e4c18b}.blog-hero h1{font-size:clamp(54px,8vw,104px);line-height:.9;letter-spacing:-.06em;max-width:900px;margin:15px 0 24px}.blog-hero p{color:#c9cbc6;max-width:680px;font-size:18px}
.blog-toolbar{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.blog-toolbar h2{max-width:700px}.blog-count{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--sand-dark)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{border:1px solid var(--line);background:#fff;transition:.3s;overflow:hidden}.blog-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.07)}.blog-card-media{height:280px;background:var(--paper);overflow:hidden}.blog-card-media img{height:100%;object-fit:cover;transition:.45s}.blog-card:hover img{transform:scale(1.035)}.blog-card-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-family:Syne;font-size:48px;color:#bcae9b;background:linear-gradient(135deg,#eee8df,#f8f6f1)}.blog-card-body{padding:25px}.blog-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--sand-dark);margin-bottom:11px}.blog-card h3{font-size:24px;line-height:1.12;margin-bottom:11px}.blog-card p{font-size:14px}.blog-read{display:inline-block;margin-top:18px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid currentColor}.blog-empty{padding:55px;border:1px solid var(--line);background:var(--paper);grid-column:1/-1}.blog-empty h3{font-size:28px;margin-bottom:8px}.blog-pagination{margin-top:45px}.blog-pagination .page-numbers{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);margin-right:6px;font-size:12px}.blog-pagination .current,.blog-pagination a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.single-post-wrap{max-width:860px;margin:auto}.single-post-head{padding:90px 0 45px}.single-post-head h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.05em;margin:14px 0 18px}.single-featured{margin-bottom:45px}.single-featured img{max-height:620px;object-fit:cover}.entry-content{font-size:17px}.entry-content p,.entry-content ul,.entry-content ol{margin-bottom:22px}.entry-content h2,.entry-content h3{margin:38px 0 15px}.entry-content a{text-decoration:underline}.post-back{margin-top:45px;padding-top:25px;border-top:1px solid var(--line)}
@media(max-width:980px){.blog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.blog-hero{padding:78px 0 65px}.blog-grid{grid-template-columns:1fr}.blog-toolbar{align-items:flex-start;flex-direction:column}.blog-card-media{height:250px}.single-post-head{padding-top:70px}}

/* ===== Blog v1.5 editorial redesign ===== */
.ve-blog-hero{
  min-height:560px;
  display:flex;
  align-items:end;
  color:#fff;
  position:relative;
  background:
    linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.18)),
    url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1900&q=88') center/cover;
}
.ve-blog-hero .container{padding-bottom:70px}
.ve-blog-hero .kicker{color:#e2bf88}
.ve-blog-hero h1{font-size:clamp(52px,7vw,96px);line-height:.92;letter-spacing:-.06em;max-width:900px;margin:14px 0 20px}
.ve-blog-hero p{max-width:680px;color:#e4e5df;font-size:18px}

.ve-blog-intro{background:var(--paper)}
.ve-blog-intro-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:end}
.ve-blog-intro-grid p{max-width:760px}
.ve-blog-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.ve-blog-filters button{border:1px solid var(--line);background:#fff;padding:10px 14px;cursor:pointer;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.ve-blog-filters button.active,.ve-blog-filters button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

.ve-blog-featured-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}
.ve-blog-featured-image{min-height:560px;background:var(--paper);overflow:hidden}
.ve-blog-featured-image img{height:100%;object-fit:cover;transition:.45s}
.ve-blog-featured-image:hover img{transform:scale(1.025)}
.ve-blog-featured-placeholder{height:100%;min-height:560px;display:flex;align-items:center;justify-content:center;font-family:Syne;font-size:72px;color:#bcae9b;background:linear-gradient(135deg,#eee8df,#f8f6f1)}
.ve-blog-featured-copy{background:#ebe6dd;padding:42px;display:flex;flex-direction:column;justify-content:center}
.ve-blog-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--sand-dark)}
.ve-blog-featured-copy h2{margin:14px 0 18px}
.ve-blog-featured-copy p{margin-bottom:24px}

.ve-blog-toolbar{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}
.ve-blog-toolbar h2{max-width:760px}
.ve-blog-count{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--sand-dark)}
.ve-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ve-blog-card{border:1px solid var(--line);background:#fff;overflow:hidden;transition:.3s}
.ve-blog-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(0,0,0,.08)}
.ve-blog-card.is-hidden{display:none}
.ve-blog-card-media{height:270px;background:var(--paper);overflow:hidden;display:block}
.ve-blog-card-media img{height:100%;object-fit:cover;transition:.45s}
.ve-blog-card:hover .ve-blog-card-media img{transform:scale(1.035)}
.ve-blog-card-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-family:Syne;font-size:48px;color:#bcae9b;background:linear-gradient(135deg,#eee8df,#f8f6f1)}
.ve-blog-card-body{padding:24px}
.ve-blog-card-body .ve-blog-meta{margin-bottom:10px}
.ve-blog-card h3{font-size:22px;line-height:1.14;margin-bottom:10px}
.ve-blog-card p{font-size:14px;margin-bottom:18px}
.ve-blog-read{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sand-dark);border-bottom:1px solid currentColor}
.ve-blog-empty{padding:55px;border:1px solid var(--line);background:var(--paper);grid-column:1/-1}
.ve-blog-empty h3{font-size:28px;margin:8px 0}
.ve-blog-pagination{margin-top:45px}
.ve-blog-pagination .page-numbers{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--line);margin-right:6px;font-size:12px}
.ve-blog-pagination .current,.ve-blog-pagination a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

.ve-blog-subscribe{background:var(--deep);color:#fff}
.ve-blog-subscribe-grid{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center}
.ve-blog-subscribe .kicker{color:#dfbc84}
.ve-blog-subscribe h2{margin:14px 0 18px}
.ve-blog-subscribe p{color:#c7c9c3}
.ve-blog-subscribe-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.ve-blog-social-link{border:1px solid rgba(255,255,255,.25);padding:13px 17px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.ve-blog-social-link:hover{background:#fff;color:var(--ink)}

@media(max-width:950px){
  .ve-blog-intro-grid,.ve-blog-featured-grid,.ve-blog-subscribe-grid{grid-template-columns:1fr}
  .ve-blog-grid{grid-template-columns:1fr 1fr}
  .ve-blog-subscribe-actions{justify-content:flex-start}
}
@media(max-width:700px){
  .ve-blog-hero{min-height:520px}
  .ve-blog-hero h1{font-size:54px}
  .ve-blog-grid{grid-template-columns:1fr}
  .ve-blog-toolbar{align-items:flex-start;flex-direction:column}
  .ve-blog-card-media{height:250px}
  .ve-blog-featured-image,.ve-blog-featured-placeholder{min-height:430px}
}


/* Visshwa Enterprises official logo */
.ve-logo-link{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  line-height:0;
}
.ve-site-logo{
  display:block;
  width:auto;
  height:58px;
  max-width:280px;
  object-fit:contain;
}
@media (max-width: 900px){
  .ve-site-logo{height:50px;max-width:235px;}
}
@media (max-width: 600px){
  .ve-site-logo{height:43px;max-width:205px;}
}


/* Visshwa logo — fitted to the website header */
.ve-logo-link{
  display:flex !important;
  align-items:center;
  flex:0 0 auto;
  width:auto;
  max-width:260px;
  height:64px;
  overflow:hidden;
}
.ve-site-logo{
  display:block !important;
  width:245px !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain;
  object-position:left center;
}
@media (max-width: 1050px){
  .ve-logo-link{max-width:220px;height:58px}
  .ve-site-logo{width:210px !important}
}
@media (max-width: 700px){
  .ve-logo-link{max-width:178px;height:52px}
  .ve-site-logo{width:170px !important}
}
@media (max-width: 390px){
  .ve-logo-link{max-width:155px;height:48px}
  .ve-site-logo{width:150px !important}
}


/* ===== v1.8 TASKBAR-FITTED LOGO ===== */
.header .navbar{
  min-height:72px;
  height:72px;
}
.ve-logo-link{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start;
  width:210px !important;
  max-width:210px !important;
  height:52px !important;
  flex:0 0 210px !important;
  overflow:hidden;
  margin:0 !important;
  padding:0 !important;
}
.ve-site-logo{
  display:block !important;
  width:205px !important;
  height:52px !important;
  max-width:205px !important;
  object-fit:contain !important;
  object-position:left center !important;
  margin:0 !important;
}
@media (max-width:1100px){
  .ve-logo-link{
    width:180px !important;
    max-width:180px !important;
    flex-basis:180px !important;
    height:48px !important;
  }
  .ve-site-logo{
    width:176px !important;
    max-width:176px !important;
    height:48px !important;
  }
}
@media (max-width:700px){
  .header .navbar{
    min-height:64px;
    height:64px;
  }
  .ve-logo-link{
    width:155px !important;
    max-width:155px !important;
    flex-basis:155px !important;
    height:42px !important;
  }
  .ve-site-logo{
    width:152px !important;
    max-width:152px !important;
    height:42px !important;
  }
}
@media (max-width:390px){
  .ve-logo-link{
    width:138px !important;
    max-width:138px !important;
    flex-basis:138px !important;
  }
  .ve-site-logo{
    width:135px !important;
    max-width:135px !important;
  }
}


/* ===== TEXT BRAND — LOGO REMOVED ===== */
.ve-text-brand{
  display:block !important;
  width:auto !important;
  max-width:none !important;
  height:auto !important;
  overflow:visible !important;
  font-family:Syne,Arial,sans-serif;
  font-size:23px !important;
  font-weight:700;
  line-height:1.05;
  white-space:nowrap;
}
.ve-text-brand small{
  display:block;
  margin-top:5px;
  font-family:Manrope,Arial,sans-serif;
  font-size:8px !important;
  font-weight:700;
  letter-spacing:.20em;
  text-transform:uppercase;
  color:#947244;
}
@media(max-width:700px){
  .ve-text-brand{font-size:19px !important}
  .ve-text-brand small{font-size:7px !important}
}


/* ===== v2.1 SERVICES MERGED BELOW ORIGINAL PRODUCTS ===== */
.ve-services-merged{
  background:#f4f1eb;
}
.ve-merged-head{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:64px;
  align-items:end;
  margin-bottom:48px;
}
.ve-services-list{
  border-top:1px solid #ddd6ca;
}
.ve-service-row{
  display:grid;
  grid-template-columns:68px 1fr;
  gap:22px;
  padding:26px 0;
  border-bottom:1px solid #ddd6ca;
}
.ve-service-num{
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  color:#947244;
}
.ve-service-row h3{
  margin:0 0 5px;
  font-size:24px;
}
.ve-service-row strong{
  display:block;
  margin-bottom:6px;
  font-size:13px;
}
.ve-service-row p{
  margin:0;
}
.ve-process-wrap{
  margin-top:72px;
  padding-top:56px;
  border-top:1px solid #ddd6ca;
}
.ve-process-wrap h2{
  max-width:760px;
  margin-top:12px;
}
.ve-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:34px;
}
.ve-process-card{
  background:#fff;
  border:1px solid #ddd6ca;
  padding:24px;
}
.ve-process-card span{
  font-family:Syne,Arial,sans-serif;
  color:#947244;
  font-size:26px;
}
.ve-process-card h3{
  margin:13px 0 7px;
  font-size:18px;
}
.ve-process-card p{
  margin:0;
  font-size:13px;
}
@media(max-width:900px){
  .ve-merged-head{
    grid-template-columns:1fr;
    gap:18px;
  }
  .ve-process-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:650px){
  .ve-service-row{
    grid-template-columns:45px 1fr;
  }
  .ve-process-grid{
    grid-template-columns:1fr;
  }
}




/* ===== v2.7 WORDPRESS-SAFE PRODUCTS DROPDOWN ===== */
.ve-nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}

.ve-products-trigger{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  padding:0;
  margin:0;
  cursor:pointer;
  font:inherit;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:6px;
}

.ve-products-trigger:hover,
.ve-products-trigger.active{
  color:#947244;
}

.ve-dropdown-caret{
  font-size:10px;
  transition:transform .18s ease;
}

.ve-nav-dropdown.open .ve-dropdown-caret{
  transform:rotate(180deg);
}

.ve-dropdown-menu{
  position:absolute;
  top:calc(100% + 22px);
  left:50%;
  transform:translateX(-50%);
  width:265px;
  padding:8px;
  background:#fff;
  border:1px solid #e3ddd3;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:9999;
}

.ve-nav-dropdown.open > .ve-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.ve-category-item{
  position:relative;
}

.ve-category-link{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
  padding:11px 13px !important;
  border-bottom:1px solid #eee9e1;
  color:#222 !important;
  font-size:11px !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
}

.ve-category-link:hover{
  background:#f4f1eb;
  color:#947244 !important;
}

.ve-side-arrow{
  font-size:18px;
  color:#947244;
}

.ve-sidebox{
  position:absolute;
  top:-8px;
  left:calc(100% + 8px);
  width:255px;
  padding:10px;
  background:#fff;
  border:1px solid #e3ddd3;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:10000;
}

.ve-category-item:hover > .ve-sidebox,
.ve-category-item:focus-within > .ve-sidebox{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.ve-sidebox-title{
  padding:8px 11px 10px;
  margin-bottom:4px;
  border-bottom:1px solid #ece7df;
  font-family:Syne,Arial,sans-serif;
  font-size:14px;
  font-weight:600;
}

.ve-sidebox a{
  display:block !important;
  padding:10px 11px !important;
  border-bottom:1px solid #f0ece5;
  color:#333 !important;
  font-size:11px !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
}

.ve-sidebox a:last-child{
  border-bottom:0;
}

.ve-sidebox a:hover{
  background:#1b1f1c;
  color:#fff !important;
}

/* Flip sidebox to the left on smaller desktop widths */
@media (max-width:1180px) and (min-width:901px){
  .ve-sidebox{
    left:auto;
    right:calc(100% + 8px);
  }
}

/* Mobile */
@media(max-width:900px){
  .ve-nav-dropdown{
    width:100%;
    display:block;
  }

  .ve-products-trigger{
    width:100%;
    justify-content:space-between;
    padding:8px 0;
  }

  .ve-dropdown-menu{
    position:static;
    width:100%;
    transform:none;
    margin-top:6px;
    box-shadow:none;
    border:0;
    background:#f7f4ee;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    padding:4px 0;
  }

  .ve-nav-dropdown.open > .ve-dropdown-menu{
    display:block;
  }

  .ve-category-link{
    padding:11px 12px !important;
  }

  .ve-sidebox{
    position:static;
    width:100%;
    box-shadow:none;
    border:0;
    border-top:1px solid #e3ddd3;
    background:#fbf9f5;
    padding:4px 0 7px 16px;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .ve-category-item.open > .ve-sidebox{
    display:block;
  }

  .ve-sidebox-title{
    display:none;
  }

  .ve-category-item.open .ve-side-arrow{
    transform:rotate(90deg);
  }
}

/* ===== v2.8 QUALITY HOME ===== */
.ve-quality-home{
  background:#f4f1eb;
  border-top:1px solid #e2dbd0;
}
.ve-quality-home .container{max-width:1050px}
.ve-quality-home h2{max-width:780px;margin:10px 0 18px}
.ve-quality-home p{max-width:850px;font-size:16px;line-height:1.75}


/* ===== v2.9 CLIENTS HOME ===== */
.ve-clients-home{
  background:#fff;
  border-top:1px solid #eee9e1;
  border-bottom:1px solid #eee9e1;
}
.ve-clients-heading{
  max-width:760px;
  margin-bottom:38px;
}
.ve-clients-heading h2{
  margin:10px 0 14px;
}
.ve-clients-heading p{
  max-width:700px;
  line-height:1.7;
}
.ve-client-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.ve-client-logo{
  min-height:155px;
  padding:20px;
  background:#fff;
  border:1px solid #e9e4dc;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ve-client-logo:hover{
  transform:translateY(-4px);
  border-color:#cdbca4;
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}
.ve-client-logo img{
  display:block;
  width:100%;
  height:115px;
  object-fit:contain;
  object-position:center;
}
@media(max-width:1000px){
  .ve-client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:650px){
  .ve-client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ve-client-logo{min-height:125px;padding:14px}
  .ve-client-logo img{height:95px}
}


/* ===== v3.4 HOME HEADING SEMANTICS ===== */
#about h2,
.who-we-are h2{
  margin-top:0;
}
#about h3,
.who-we-are h3{
  margin-top:0;
}


/* ===== v3.5 HOME SERVICES ===== */
.ve-home-services{
  background:#1b1f1c;
  color:#fff;
}
.ve-home-services .kicker{
  color:#cfa876;
}
.ve-home-services-head{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:64px;
  align-items:end;
  margin-bottom:48px;
}
.ve-home-services-head h2{
  max-width:760px;
  margin:10px 0 0;
}
.ve-home-services-head p{
  max-width:760px;
  margin:0;
  color:#c7c9c3;
  line-height:1.75;
}
.ve-home-services-list{
  border-top:1px solid rgba(255,255,255,.16);
}
.ve-home-service{
  display:grid;
  grid-template-columns:72px 1fr auto;
  gap:26px;
  align-items:center;
  padding:28px 0;
  border-bottom:1px solid rgba(255,255,255,.16);
  transition:padding-left .22s ease, background .22s ease;
}
.ve-home-service:hover{
  padding-left:10px;
}
.ve-home-service-number{
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  color:#d5ad79;
}
.ve-home-service-main h3{
  margin:0 0 5px;
  font-size:clamp(23px,2.6vw,34px);
  color:#fff;
}
.ve-home-service-main strong{
  display:block;
  margin-bottom:6px;
  color:#e1c49f;
  font-size:13px;
  font-weight:600;
}
.ve-home-service-main p{
  max-width:760px;
  margin:0;
  color:#bfc2bd;
  font-size:14px;
}
.ve-home-service-link{
  white-space:nowrap;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.35);
  padding-bottom:4px;
}
.ve-home-service-link:hover{
  color:#d8b27d;
  border-color:#d8b27d;
}
.ve-home-service-dual-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
@media(max-width:900px){
  .ve-home-services-head{
    grid-template-columns:1fr;
    gap:18px;
  }
  .ve-home-service{
    grid-template-columns:52px 1fr;
  }
  .ve-home-service > .ve-home-service-link,
  .ve-home-service-dual-links{
    grid-column:2;
    justify-content:flex-start;
  }
}
@media(max-width:600px){
  .ve-home-service{
    grid-template-columns:38px 1fr;
    gap:14px;
    padding:22px 0;
  }
  .ve-home-service-main h3{
    font-size:22px;
  }
}


/* ===== v3.6 OCULUS-INSPIRED HOME SERVICES ===== */
.ve-home-services-oculus{
  background:#f4f1eb;
  color:#11120f;
}
.ve-oculus-services-intro{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:72px;
  align-items:end;
  padding-bottom:56px;
  border-bottom:1px solid #d8d1c6;
}
.ve-oculus-services-intro h2{
  margin:10px 0 0;
  max-width:780px;
}
.ve-oculus-services-intro p{
  margin:0;
  max-width:760px;
  line-height:1.75;
}
.ve-oculus-service-stack{
  padding-top:68px;
}
.ve-oculus-service{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  min-height:520px;
  margin-bottom:92px;
  background:#fff;
}
.ve-oculus-service.reverse .ve-oculus-service-image{
  order:2;
}
.ve-oculus-service.reverse .ve-oculus-service-copy{
  order:1;
}
.ve-oculus-service-image{
  min-height:520px;
  overflow:hidden;
}
.ve-oculus-service-image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
  transition:transform .7s ease;
}
.ve-oculus-service:hover .ve-oculus-service-image img{
  transform:scale(1.035);
}
.ve-oculus-service-copy{
  padding:58px 52px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
}
.ve-oculus-number{
  position:absolute;
  top:26px;
  right:28px;
  font-family:Syne,Arial,sans-serif;
  font-size:52px;
  line-height:1;
  color:#d8cfc2;
  letter-spacing:-.05em;
}
.ve-oculus-service-copy .kicker{
  margin-bottom:12px;
}
.ve-oculus-service-copy h3{
  max-width:520px;
  margin:0 0 18px;
  font-size:clamp(31px,3.3vw,48px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.ve-oculus-service-copy p{
  max-width:540px;
  margin:0 0 28px;
  font-size:15px;
  line-height:1.75;
}
.ve-oculus-service-copy > a,
.ve-oculus-inline-links a{
  width:max-content;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#947244;
  border-bottom:1px solid #bca17e;
  padding-bottom:4px;
}
.ve-oculus-inline-links{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}
@media(max-width:950px){
  .ve-oculus-services-intro{
    grid-template-columns:1fr;
    gap:20px;
  }
  .ve-oculus-service{
    grid-template-columns:1fr;
    margin-bottom:58px;
  }
  .ve-oculus-service.reverse .ve-oculus-service-image,
  .ve-oculus-service.reverse .ve-oculus-service-copy{
    order:initial;
  }
  .ve-oculus-service-image,
  .ve-oculus-service-image img{
    min-height:420px;
  }
}
@media(max-width:650px){
  .ve-oculus-service-copy{
    padding:42px 26px 34px;
  }
  .ve-oculus-number{
    top:20px;
    right:22px;
    font-size:38px;
  }
  .ve-oculus-service-copy h3{
    font-size:30px;
    padding-right:44px;
  }
  .ve-oculus-service-image,
  .ve-oculus-service-image img{
    min-height:330px;
  }
}


/* ===== v3.7 REFERENCE SERVICE MODULES ===== */
.ve-services-ref{
  background:#fff;
}
.ve-services-ref-intro{
  max-width:860px;
  margin-bottom:58px;
}
.ve-services-ref-intro h2{
  margin:10px 0 18px;
  max-width:760px;
}
.ve-services-ref-intro p{
  max-width:820px;
  line-height:1.75;
}
.ve-services-ref-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:54px 26px;
}
.ve-service-ref-card{
  position:relative;
}
.ve-service-ref-num{
  font-family:Syne,Arial,sans-serif;
  font-size:16px;
  font-weight:600;
  letter-spacing:.08em;
  margin-bottom:14px;
  color:#947244;
}
.ve-service-ref-image{
  height:330px;
  overflow:hidden;
  margin-bottom:23px;
  background:#eee;
}
.ve-service-ref-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-service-ref-card:hover .ve-service-ref-image img{
  transform:scale(1.035);
}
.ve-service-ref-copy h3{
  margin:0 0 6px;
  font-size:27px;
  line-height:1.1;
}
.ve-service-ref-copy h4{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.45;
  font-weight:600;
  color:#947244;
}
.ve-service-ref-copy p{
  margin:0 0 16px;
  font-size:14px;
  line-height:1.65;
}
.ve-service-ref-copy a{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  border-bottom:1px solid #bca17e;
  padding-bottom:3px;
  color:#11120f;
}
.ve-service-ref-copy a:hover{
  color:#947244;
}
.ve-service-ref-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
@media(max-width:1000px){
  .ve-services-ref-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:650px){
  .ve-services-ref-grid{
    grid-template-columns:1fr;
    gap:44px;
  }
  .ve-service-ref-image{
    height:300px;
  }
}


/* ===== v3.8 OCULUS-LIKE SERVICE HOVER ===== */
.ve-service-ref-card{
  overflow:hidden;
  transition:transform .32s ease, box-shadow .32s ease;
}
.ve-service-ref-card:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 55px rgba(0,0,0,.12);
}
.ve-service-ref-image{
  position:relative;
}
.ve-service-ref-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(17,18,15,.55),rgba(17,18,15,.02) 65%);
  opacity:0;
  transition:opacity .35s ease;
  pointer-events:none;
}
.ve-service-ref-card:hover .ve-service-ref-image::after{
  opacity:1;
}
.ve-service-ref-image img{
  transition:transform .6s cubic-bezier(.2,.65,.25,1), filter .35s ease;
}
.ve-service-ref-card:hover .ve-service-ref-image img{
  transform:scale(1.075);
}
.ve-service-ref-num{
  transition:color .25s ease, transform .25s ease;
}
.ve-service-ref-card:hover .ve-service-ref-num{
  color:#11120f;
  transform:translateX(5px);
}
.ve-service-ref-copy{
  padding:0 2px 6px;
  transition:transform .3s ease;
}
.ve-service-ref-card:hover .ve-service-ref-copy{
  transform:translateY(-3px);
}
.ve-service-ref-copy h3{
  transition:color .25s ease;
}
.ve-service-ref-card:hover .ve-service-ref-copy h3{
  color:#947244;
}
.ve-service-ref-copy a{
  position:relative;
  transition:color .25s ease, border-color .25s ease;
}
.ve-service-ref-copy a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:0;
  height:1px;
  background:#947244;
  transition:width .3s ease;
}
.ve-service-ref-card:hover .ve-service-ref-copy a::after{
  width:100%;
}
@media (prefers-reduced-motion:reduce){
  .ve-service-ref-card,
  .ve-service-ref-image img,
  .ve-service-ref-image::after,
  .ve-service-ref-copy,
  .ve-service-ref-num{
    transition:none !important;
  }
}
@media(max-width:650px){
  .ve-service-ref-card:hover{
    transform:none;
    box-shadow:none;
  }
}


/* ===== v3.9 SERVICE PARAGRAPH ON HOVER ===== */
/* Desktop: descriptions and Explore links stay hidden until the service is hovered/focused. */
@media(min-width:651px){
  .ve-service-ref-copy p,
  .ve-service-ref-copy > a,
  .ve-service-ref-links{
    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    max-height:0;
    margin-top:0;
    margin-bottom:0;
    overflow:hidden;
    transition:
      opacity .3s ease,
      transform .3s ease,
      max-height .4s ease,
      margin .3s ease,
      visibility .3s ease;
  }

  .ve-service-ref-card:hover .ve-service-ref-copy p,
  .ve-service-ref-card:focus-within .ve-service-ref-copy p{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    max-height:140px;
    margin-bottom:16px;
  }

  .ve-service-ref-card:hover .ve-service-ref-copy > a,
  .ve-service-ref-card:focus-within .ve-service-ref-copy > a,
  .ve-service-ref-card:hover .ve-service-ref-links,
  .ve-service-ref-card:focus-within .ve-service-ref-links{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    max-height:80px;
    margin-top:0;
  }

  .ve-service-ref-copy{
    min-height:105px;
  }
}

/* Touch/mobile has no true hover, so keep the information readable. */
@media(max-width:650px){
  .ve-service-ref-copy p,
  .ve-service-ref-copy > a,
  .ve-service-ref-links{
    opacity:1;
    visibility:visible;
    transform:none;
    max-height:none;
  }
}


/* ===== v4.1 CROPPED HEADER LOGO ===== */
.ve-header-logo{
  display:block;
  width:auto;
  height:48px;
  max-width:245px;
  object-fit:contain;
}
.site-header .brand{
  display:flex;
  align-items:center;
  padding:0;
}
@media(max-width:700px){
  .ve-header-logo{
    height:40px;
    max-width:190px;
  }
}


/* ===== v4.2 WORDPRESS HEADER LOGO FIX ===== */
.header .ve-logo-brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start;
  flex:0 0 auto;
  width:auto !important;
  height:auto !important;
  max-width:260px;
  padding:0 !important;
  margin:0 !important;
  overflow:visible !important;
  line-height:0;
}
.header .ve-header-logo{
  display:block !important;
  width:auto !important;
  height:48px !important;
  max-width:245px !important;
  object-fit:contain !important;
  object-position:left center;
  margin:0 !important;
  padding:0 !important;
  visibility:visible !important;
  opacity:1 !important;
}
@media(max-width:700px){
  .header .ve-logo-brand{max-width:195px;}
  .header .ve-header-logo{
    height:40px !important;
    max-width:190px !important;
  }
}

/* ===== v4.8 SOCIAL ICONS ===== */
.ve-social-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center}
.ve-social-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ve-social-icon .ve-icon-fill{fill:currentColor;stroke:none}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}


/* ===== v4.9 SMALLER SOCIAL ICONS ===== */
.ve-social-icon{
  width:14px !important;
  height:14px !important;
}
.social a,
.footer-social a,
a:has(.ve-social-icon){
  width:27px !important;
  height:27px !important;
}
.ve-social-icon svg{
  width:14px !important;
  height:14px !important;
}


/* ===== v5.2 TEXT-ONLY OUR SERVICES ===== */
#home-services .ve-services-ref-grid{
  align-items:stretch;
}
#home-services .ve-service-ref-card{
  min-height:285px;
  padding:34px 30px 30px;
  border-top:1px solid rgba(17,18,15,.22);
  box-shadow:none;
  background:transparent;
}
#home-services .ve-service-ref-card:hover{
  transform:translateY(-5px);
  box-shadow:none;
  background:#f6f3ee;
}
#home-services .ve-service-ref-num{
  margin-bottom:38px;
}
#home-services .ve-service-ref-copy{
  padding:0;
  min-height:auto;
}
#home-services .ve-service-ref-copy h3{
  font-size:30px;
}


/* ===== v5.4 EXISTING TRUSTED PARTNERSHIPS ONLY ===== */
/* Preserve the original section; only force its existing content left / image right. */
.ve-existing-trusted-partnerships .split{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  align-items:center !important;
  gap:56px !important;
}
.ve-existing-trusted-partnerships .split > :first-child{
  order:1 !important;
}
.ve-existing-trusted-partnerships .split > :last-child{
  order:2 !important;
}
.ve-existing-trusted-partnerships .split img{
  width:100% !important;
  height:auto !important;
  display:block !important;
  object-fit:cover !important;
}
@media(max-width:800px){
  .ve-existing-trusted-partnerships .split{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
}


/* ===== v5.5 TRUSTED PARTNERSHIPS: TEXT LEFT / PHOTOS RIGHT ===== */
.ve-existing-trusted-partnerships .ve-partnerships-split{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:70px;
  align-items:center;
}
.ve-existing-trusted-partnerships .ve-clients-heading{
  grid-column:1;
  margin:0;
  max-width:520px;
  text-align:left;
}
.ve-existing-trusted-partnerships .ve-client-grid{
  grid-column:2;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.ve-existing-trusted-partnerships .ve-client-logo{
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ve-existing-trusted-partnerships .ve-client-logo img{
  width:100%;
  height:150px;
  object-fit:contain;
  display:block;
}
@media(max-width:800px){
  .ve-existing-trusted-partnerships .ve-partnerships-split{
    grid-template-columns:1fr;
    gap:36px;
  }
  .ve-existing-trusted-partnerships .ve-clients-heading,
  .ve-existing-trusted-partnerships .ve-client-grid{
    grid-column:1;
  }
}


/* ===== v5.6 BEIGE TRUSTED PARTNERSHIPS ===== */
.ve-existing-trusted-partnerships{
  background:#eee7dc !important;
}


/* ===== v5.7 OUR SERVICES IMAGE LEFT / TEXT RIGHT ===== */
#home-services .ve-services-layout{
  display:grid;
  grid-template-columns:minmax(340px,.9fr) minmax(0,1.35fr);
  gap:64px;
  align-items:start;
}
#home-services .ve-services-feature-image{
  position:sticky;
  top:110px;
  overflow:hidden;
  min-height:720px;
}
#home-services .ve-services-feature-image img{
  width:100%;
  height:720px;
  display:block;
  object-fit:cover;
}
#home-services .ve-services-content{
  min-width:0;
}
#home-services .ve-services-ref-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media(max-width:900px){
  #home-services .ve-services-layout{
    grid-template-columns:1fr;
    gap:38px;
  }
  #home-services .ve-services-feature-image{
    position:relative;
    top:auto;
    min-height:0;
  }
  #home-services .ve-services-feature-image img{
    height:auto;
    max-height:520px;
    object-fit:cover;
  }
}
@media(max-width:650px){
  #home-services .ve-services-ref-grid{
    grid-template-columns:1fr;
  }
}


/* ===== v5.8 OUR SERVICES HOVER BORDER ===== */
#home-services .ve-service-ref-card{
  border:1px solid transparent !important;
  transition:
    border-color .3s ease,
    transform .3s ease,
    background-color .3s ease,
    box-shadow .3s ease !important;
}

#home-services .ve-service-ref-card:hover{
  border-color:#b89a73 !important;
  box-shadow:0 10px 28px rgba(17,18,15,.08) !important;
}


/* ===== v5.9 PERMANENT OUR SERVICES BORDER ===== */
#home-services .ve-service-ref-card{
  border:1px solid #b89a73 !important;
}

#home-services .ve-service-ref-card:hover{
  border-color:#b89a73 !important;
  box-shadow:0 10px 28px rgba(17,18,15,.08) !important;
}


/* ===== v6.0 HOMEPAGE SLIDESHOW: IMAGES ONLY ===== */
.home .hero-copy,
.home .hero-content,
.home .slide-content,
.home .slide-copy,
.home .slider-content,
.home .slider-copy,
.home .hero-text,
.home .slide-text,
.home .slider-text,
body.home .hero h1,
body.home .hero h2,
body.home .hero h3,
body.home .hero p,
body.home .hero .btn,
body.home .hero .button{
  display:none !important;
}


/* ===== v6.4 IMPORTED TILES PAGE ===== */
.ve-imported-page{
  background:#f7f4ee;
}
.ve-imported-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-imported-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-imported-hero-copy{
  padding-bottom:70px;
}
.ve-imported-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-imported-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-imported-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-imported-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-imported-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-imported-intro{
  background:#fff;
}
.ve-imported-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-imported-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-imported-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-imported-gallery{
  background:#f7f4ee;
}
.ve-imported-gallery-head{
  margin-bottom:36px;
}
.ve-imported-gallery-head h2{
  margin:10px 0 0;
}
.ve-imported-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-imported-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-imported-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-imported-card:hover img{
  transform:scale(1.045);
}
.ve-imported-card-1{grid-column:span 5;grid-row:span 3}
.ve-imported-card-2{grid-column:span 3;grid-row:span 2}
.ve-imported-card-3{grid-column:span 4;grid-row:span 2}
.ve-imported-card-4{grid-column:span 3;grid-row:span 2}
.ve-imported-card-5{grid-column:span 4;grid-row:span 2}
.ve-imported-card-6{grid-column:span 5;grid-row:span 3}
.ve-imported-card-7{grid-column:span 3;grid-row:span 2}
.ve-imported-card-8{grid-column:span 4;grid-row:span 2}
.ve-imported-card-9{grid-column:span 3;grid-row:span 2}
.ve-imported-card-10{grid-column:span 4;grid-row:span 2}
.ve-imported-card-11{grid-column:span 5;grid-row:span 3}
.ve-imported-card-12{grid-column:span 3;grid-row:span 2}

.ve-imported-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-imported-cta .kicker{
  color:#cda878;
}
.ve-imported-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-imported-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-imported-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-imported-hero-grid,
  .ve-imported-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-imported-hero-copy{
    padding-bottom:10px;
  }
  .ve-imported-hero-image{
    height:520px;
  }
  .ve-imported-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-imported-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-imported-hero{
    padding-top:42px;
  }
  .ve-imported-hero-image{
    height:430px;
  }
  .ve-imported-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-imported-cta-inner{
    display:block;
  }
  .ve-imported-cta a{
    margin-top:24px;
  }
}

/* ===== v6.7 FLOOR TILES SAME FORMAT ===== */
.ve-floor-page{
  background:#f7f4ee;
}
.ve-floor-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-floor-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-floor-hero-copy{
  padding-bottom:70px;
}
.ve-floor-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-floor-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-floor-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-floor-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-floor-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-floor-intro{
  background:#fff;
}
.ve-floor-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-floor-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-floor-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-floor-gallery{
  background:#f7f4ee;
}
.ve-floor-gallery-head{
  margin-bottom:36px;
}
.ve-floor-gallery-head h2{
  margin:10px 0 0;
}
.ve-floor-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-floor-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-floor-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-floor-card:hover img{
  transform:scale(1.045);
}
.ve-floor-card-1{grid-column:span 5;grid-row:span 3}
.ve-floor-card-2{grid-column:span 3;grid-row:span 2}
.ve-floor-card-3{grid-column:span 4;grid-row:span 2}
.ve-floor-card-4{grid-column:span 3;grid-row:span 2}
.ve-floor-card-5{grid-column:span 4;grid-row:span 2}
.ve-floor-card-6{grid-column:span 5;grid-row:span 3}
.ve-floor-card-7{grid-column:span 3;grid-row:span 2}
.ve-floor-card-8{grid-column:span 4;grid-row:span 2}
.ve-floor-card-9{grid-column:span 3;grid-row:span 2}
.ve-floor-card-10{grid-column:span 4;grid-row:span 2}
.ve-floor-card-11{grid-column:span 5;grid-row:span 3}
.ve-floor-card-12{grid-column:span 3;grid-row:span 2}

.ve-floor-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-floor-cta .kicker{
  color:#cda878;
}
.ve-floor-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-floor-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-floor-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-floor-hero-grid,
  .ve-floor-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-floor-hero-copy{
    padding-bottom:10px;
  }
  .ve-floor-hero-image{
    height:520px;
  }
  .ve-floor-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-floor-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-floor-hero{
    padding-top:42px;
  }
  .ve-floor-hero-image{
    height:430px;
  }
  .ve-floor-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-floor-cta-inner{
    display:block;
  }
  .ve-floor-cta a{
    margin-top:24px;
  }
}

.ve-floor-card-13{grid-column:span 4;grid-row:span 2}
.ve-floor-card-14{grid-column:span 3;grid-row:span 2}
.ve-floor-card-15{grid-column:span 5;grid-row:span 3}
.ve-floor-card-16{grid-column:span 4;grid-row:span 2}


/* ===== v6.8 FLOOR TILES — SMALLER PHOTOS ONLY ===== */
.ve-floor-hero-image{
  height:460px !important;
  max-width:560px;
  justify-self:end;
  width:100%;
}
.ve-floor-grid{
  gap:24px !important;
}
.ve-floor-card,
.ve-floor-card:nth-child(3n+1),
.ve-floor-card:nth-child(4n+2),
.ve-floor-card-13,
.ve-floor-card-14,
.ve-floor-card-15,
.ve-floor-card-16{
  min-height:0 !important;
  height:300px !important;
  grid-row:span 1 !important;
}
.ve-floor-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:850px){
  .ve-floor-hero-image{
    height:400px !important;
    max-width:100%;
  }
}
@media(max-width:600px){
  .ve-floor-hero-image{
    height:330px !important;
  }
  .ve-floor-card,
  .ve-floor-card:nth-child(3n+1),
  .ve-floor-card:nth-child(4n+2),
  .ve-floor-card-13,
  .ve-floor-card-14,
  .ve-floor-card-15,
  .ve-floor-card-16{
    height:260px !important;
  }
}


/* ===== v6.9 FLOOR TILES — COMPACT, NO CROPPING ===== */
.ve-floor-hero-image{
  width:min(100%, 430px) !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  justify-self:end;
  background:#f5f2ec;
}
.ve-floor-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.ve-floor-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:start;
}
.ve-floor-card,
.ve-floor-card:nth-child(3n+1),
.ve-floor-card:nth-child(4n+2),
.ve-floor-card-13,
.ve-floor-card-14,
.ve-floor-card-15,
.ve-floor-card-16{
  grid-column:span 1 !important;
  grid-row:span 1 !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  min-height:0 !important;
  background:#eee;
  overflow:hidden;
}
.ve-floor-card img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-floor-card:hover img{
  transform:none !important;
}

@media(max-width:900px){
  .ve-floor-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .ve-floor-hero-image{
    width:min(100%, 400px) !important;
  }
}
@media(max-width:600px){
  .ve-floor-grid{
    grid-template-columns:1fr !important;
  }
  .ve-floor-card,
  .ve-floor-card:nth-child(3n+1),
  .ve-floor-card:nth-child(4n+2),
  .ve-floor-card-13,
  .ve-floor-card-14,
  .ve-floor-card-15,
  .ve-floor-card-16{
    width:min(100%, 360px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .ve-floor-hero-image{
    width:min(100%, 360px) !important;
    justify-self:center;
  }
}


/* ===== v7.0 FLOOR TILE PHOTO SIZE — FINAL OVERRIDE ===== */

/* Hero photo: smaller and fully visible */
.ve-floor-hero-image{
  width:320px !important;
  max-width:100% !important;
  height:335px !important;
  aspect-ratio:auto !important;
  justify-self:end !important;
  overflow:hidden !important;
  background:#f3efe8 !important;
}
.ve-floor-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Gallery: compact cards, close to the reference photo proportions */
.ve-floor-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 280px) !important;
  justify-content:center !important;
  gap:28px !important;
  grid-auto-rows:auto !important;
}

.ve-floor-card,
.ve-floor-card:nth-child(3n+1),
.ve-floor-card:nth-child(4n+2),
.ve-floor-card-1,
.ve-floor-card-2,
.ve-floor-card-3,
.ve-floor-card-4,
.ve-floor-card-5,
.ve-floor-card-6,
.ve-floor-card-7,
.ve-floor-card-8,
.ve-floor-card-9,
.ve-floor-card-10,
.ve-floor-card-11,
.ve-floor-card-12,
.ve-floor-card-13,
.ve-floor-card-14,
.ve-floor-card-15,
.ve-floor-card-16{
  width:280px !important;
  height:293px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#f0ece5 !important;
  overflow:hidden !important;
}

.ve-floor-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-floor-card:hover img{
  transform:none !important;
}

@media(max-width:1000px){
  .ve-floor-grid{
    grid-template-columns:repeat(2, 280px) !important;
  }
}
@media(max-width:650px){
  .ve-floor-grid{
    grid-template-columns:280px !important;
  }
  .ve-floor-hero-image{
    width:280px !important;
    height:293px !important;
    justify-self:center !important;
  }
}


/* ===== v7.1 PARKING TILES PAGE — SAME FORMAT AS FLOOR TILES ===== */
.ve-parking-page{
  background:#f7f4ee;
}
.ve-parking-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-parking-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-parking-hero-copy{
  padding-bottom:70px;
}
.ve-parking-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-parking-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-parking-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-parking-hero-image{
  width:320px;
  max-width:100%;
  height:335px;
  justify-self:end;
  overflow:hidden;
  background:#f3efe8;
}
.ve-parking-hero-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ve-parking-intro{
  background:#fff;
}
.ve-parking-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-parking-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-parking-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-parking-gallery{
  background:#f7f4ee;
}
.ve-parking-gallery-head{
  margin-bottom:36px;
}
.ve-parking-gallery-head h2{
  margin:10px 0 0;
}
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3,280px);
  justify-content:center;
  gap:28px;
  grid-auto-rows:auto;
}
.ve-parking-card{
  width:280px;
  height:293px;
  margin:0;
  overflow:hidden;
  background:#f0ece5;
}
.ve-parking-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}

.ve-parking-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-parking-cta .kicker{
  color:#cda878;
}
.ve-parking-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-parking-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-parking-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:1000px){
  .ve-parking-grid{
    grid-template-columns:repeat(2,280px);
  }
}
@media(max-width:850px){
  .ve-parking-hero-grid,
  .ve-parking-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-parking-hero-copy{
    padding-bottom:10px;
  }
  .ve-parking-hero-image{
    width:280px;
    height:293px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .ve-parking-grid{
    grid-template-columns:280px;
  }
  .ve-parking-cta-inner{
    display:block;
  }
  .ve-parking-cta a{
    margin-top:24px;
  }
}


/* ===== v7.2 PARKING TILES — KEEP ORIGINAL PHOTO PROPORTIONS ===== */
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.ve-parking-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-parking-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}
.ve-parking-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-parking-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}
@media(max-width:1000px){
  .ve-parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
  .ve-parking-grid{grid-template-columns:1fr;}
}


/* ===== v7.3 TILE & STONE ADHESIVES PAGE ===== */
.ve-adhesive-page{
  background:#f7f4ee;
}
.ve-adhesive-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-adhesive-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-adhesive-hero-copy{
  padding-bottom:70px;
}
.ve-adhesive-hero-copy h1{
  font-size:clamp(50px,7vw,100px);
  line-height:.92;
  letter-spacing:-.05em;
  margin:12px 0 24px;
}
.ve-adhesive-hero-copy p{
  max-width:600px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-adhesive-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}

/* Keep the supplied photo's own proportions */
.ve-adhesive-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}

.ve-adhesive-intro{
  background:#fff;
}
.ve-adhesive-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-adhesive-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-adhesive-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-adhesive-gallery{
  background:#f7f4ee;
}
.ve-adhesive-gallery-head{
  margin-bottom:36px;
}
.ve-adhesive-gallery-head h2{
  margin:10px 0 0;
}
.ve-adhesive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.ve-adhesive-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-adhesive-card:hover img{
  transform:none;
}

.ve-adhesive-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-adhesive-cta .kicker{
  color:#cda878;
}
.ve-adhesive-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-adhesive-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-adhesive-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}
@media(max-width:850px){
  .ve-adhesive-hero-grid,
  .ve-adhesive-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-adhesive-hero-copy{
    padding-bottom:10px;
  }
}
@media(max-width:650px){
  .ve-adhesive-grid{
    grid-template-columns:1fr;
  }
  .ve-adhesive-cta-inner{
    display:block;
  }
  .ve-adhesive-cta a{
    margin-top:24px;
  }
}


/* ===== v7.4 TILES & STONE PAGE ===== */

/* v7.6 Tiles & Stone: exact Parking Tiles format */

/* v7.7 Tiles & Stone — exact Floor Tiles format */
.ve-ts-page{
  background:#f7f4ee;
}
.ve-ts-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-ts-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-ts-hero-copy{
  padding-bottom:70px;
}
.ve-ts-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-ts-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-ts-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-ts-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-ts-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-ts-intro{
  background:#fff;
}
.ve-ts-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-ts-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-ts-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-ts-gallery{
  background:#f7f4ee;
}
.ve-ts-gallery-head{
  margin-bottom:36px;
}
.ve-ts-gallery-head h2{
  margin:10px 0 0;
}
.ve-ts-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-ts-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-ts-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-ts-card:hover img{
  transform:scale(1.045);
}
.ve-ts-card-1{grid-column:span 5;grid-row:span 3}
.ve-ts-card-2{grid-column:span 3;grid-row:span 2}
.ve-ts-card-3{grid-column:span 4;grid-row:span 2}
.ve-ts-card-4{grid-column:span 3;grid-row:span 2}
.ve-ts-card-5{grid-column:span 4;grid-row:span 2}
.ve-ts-card-6{grid-column:span 5;grid-row:span 3}
.ve-ts-card-7{grid-column:span 3;grid-row:span 2}
.ve-ts-card-8{grid-column:span 4;grid-row:span 2}
.ve-ts-card-9{grid-column:span 3;grid-row:span 2}
.ve-ts-card-10{grid-column:span 4;grid-row:span 2}
.ve-ts-card-11{grid-column:span 5;grid-row:span 3}
.ve-ts-card-12{grid-column:span 3;grid-row:span 2}

.ve-ts-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-ts-cta .kicker{
  color:#cda878;
}
.ve-ts-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-ts-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-ts-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-ts-hero-grid,
  .ve-ts-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-ts-hero-copy{
    padding-bottom:10px;
  }
  .ve-ts-hero-image{
    height:520px;
  }
  .ve-ts-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-ts-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-ts-hero{
    padding-top:42px;
  }
  .ve-ts-hero-image{
    height:430px;
  }
  .ve-ts-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-ts-cta-inner{
    display:block;
  }
  .ve-ts-cta a{
    margin-top:24px;
  }
}

.ve-ts-card-13{grid-column:span 4;grid-row:span 2}
.ve-ts-card-14{grid-column:span 3;grid-row:span 2}
.ve-ts-card-15{grid-column:span 5;grid-row:span 3}
.ve-ts-card-16{grid-column:span 4;grid-row:span 2}


/* ===== v6.8 FLOOR TILES — SMALLER PHOTOS ONLY ===== */
.ve-ts-hero-image{
  height:460px !important;
  max-width:560px;
  justify-self:end;
  width:100%;
}
.ve-ts-grid{
  gap:24px !important;
}
.ve-ts-card,
.ve-ts-card:nth-child(3n+1),
.ve-ts-card:nth-child(4n+2),
.ve-ts-card-13,
.ve-ts-card-14,
.ve-ts-card-15,
.ve-ts-card-16{
  min-height:0 !important;
  height:300px !important;
  grid-row:span 1 !important;
}
.ve-ts-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:850px){
  .ve-ts-hero-image{
    height:400px !important;
    max-width:100%;
  }
}
@media(max-width:600px){
  .ve-ts-hero-image{
    height:330px !important;
  }
  .ve-ts-card,
  .ve-ts-card:nth-child(3n+1),
  .ve-ts-card:nth-child(4n+2),
  .ve-ts-card-13,
  .ve-ts-card-14,
  .ve-ts-card-15,
  .ve-ts-card-16{
    height:260px !important;
  }
}


/* ===== v6.9 FLOOR TILES — COMPACT, NO CROPPING ===== */
.ve-ts-hero-image{
  width:min(100%, 430px) !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  justify-self:end;
  background:#f5f2ec;
}
.ve-ts-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.ve-ts-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:start;
}
.ve-ts-card,
.ve-ts-card:nth-child(3n+1),
.ve-ts-card:nth-child(4n+2),
.ve-ts-card-13,
.ve-ts-card-14,
.ve-ts-card-15,
.ve-ts-card-16{
  grid-column:span 1 !important;
  grid-row:span 1 !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  min-height:0 !important;
  background:#eee;
  overflow:hidden;
}
.ve-ts-card img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-ts-card:hover img{
  transform:none !important;
}

@media(max-width:900px){
  .ve-ts-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .ve-ts-hero-image{
    width:min(100%, 400px) !important;
  }
}
@media(max-width:600px){
  .ve-ts-grid{
    grid-template-columns:1fr !important;
  }
  .ve-ts-card,
  .ve-ts-card:nth-child(3n+1),
  .ve-ts-card:nth-child(4n+2),
  .ve-ts-card-13,
  .ve-ts-card-14,
  .ve-ts-card-15,
  .ve-ts-card-16{
    width:min(100%, 360px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .ve-ts-hero-image{
    width:min(100%, 360px) !important;
    justify-self:center;
  }
}


/* ===== v7.0 FLOOR TILE PHOTO SIZE — FINAL OVERRIDE ===== */

/* Hero photo: smaller and fully visible */
.ve-ts-hero-image{
  width:320px !important;
  max-width:100% !important;
  height:335px !important;
  aspect-ratio:auto !important;
  justify-self:end !important;
  overflow:hidden !important;
  background:#f3efe8 !important;
}
.ve-ts-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Gallery: compact cards, close to the reference photo proportions */
.ve-ts-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 280px) !important;
  justify-content:center !important;
  gap:28px !important;
  grid-auto-rows:auto !important;
}

.ve-ts-card,
.ve-ts-card:nth-child(3n+1),
.ve-ts-card:nth-child(4n+2),
.ve-ts-card-1,
.ve-ts-card-2,
.ve-ts-card-3,
.ve-ts-card-4,
.ve-ts-card-5,
.ve-ts-card-6,
.ve-ts-card-7,
.ve-ts-card-8,
.ve-ts-card-9,
.ve-ts-card-10,
.ve-ts-card-11,
.ve-ts-card-12,
.ve-ts-card-13,
.ve-ts-card-14,
.ve-ts-card-15,
.ve-ts-card-16{
  width:280px !important;
  height:293px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#f0ece5 !important;
  overflow:hidden !important;
}

.ve-ts-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-ts-card:hover img{
  transform:none !important;
}

@media(max-width:1000px){
  .ve-ts-grid{
    grid-template-columns:repeat(2, 280px) !important;
  }
}
@media(max-width:650px){
  .ve-ts-grid{
    grid-template-columns:280px !important;
  }
  .ve-ts-hero-image{
    width:280px !important;
    height:293px !important;
    justify-self:center !important;
  }
}


/* ===== v7.1 PARKING TILES PAGE — SAME FORMAT AS FLOOR TILES ===== */
.ve-parking-page{
  background:#f7f4ee;
}
.ve-parking-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-parking-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-parking-hero-copy{
  padding-bottom:70px;
}
.ve-parking-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-parking-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-parking-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-parking-hero-image{
  width:320px;
  max-width:100%;
  height:335px;
  justify-self:end;
  overflow:hidden;
  background:#f3efe8;
}
.ve-parking-hero-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ve-parking-intro{
  background:#fff;
}
.ve-parking-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-parking-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-parking-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-parking-gallery{
  background:#f7f4ee;
}
.ve-parking-gallery-head{
  margin-bottom:36px;
}
.ve-parking-gallery-head h2{
  margin:10px 0 0;
}
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3,280px);
  justify-content:center;
  gap:28px;
  grid-auto-rows:auto;
}
.ve-parking-card{
  width:280px;
  height:293px;
  margin:0;
  overflow:hidden;
  background:#f0ece5;
}
.ve-parking-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}

.ve-parking-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-parking-cta .kicker{
  color:#cda878;
}
.ve-parking-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-parking-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-parking-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:1000px){
  .ve-parking-grid{
    grid-template-columns:repeat(2,280px);
  }
}
@media(max-width:850px){
  .ve-parking-hero-grid,
  .ve-parking-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-parking-hero-copy{
    padding-bottom:10px;
  }
  .ve-parking-hero-image{
    width:280px;
    height:293px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .ve-parking-grid{
    grid-template-columns:280px;
  }
  .ve-parking-cta-inner{
    display:block;
  }
  .ve-parking-cta a{
    margin-top:24px;
  }
}


/* ===== v7.2 PARKING TILES — KEEP ORIGINAL PHOTO PROPORTIONS ===== */
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.ve-parking-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-parking-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}
.ve-parking-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-parking-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}
@media(max-width:1000px){
  .ve-parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
  .ve-parking-grid{grid-template-columns:1fr;}
}


/* ===== v7.3 TILE & STONE ADHESIVES PAGE ===== */
.ve-adhesive-page{
  background:#f7f4ee;
}
.ve-adhesive-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-adhesive-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-adhesive-hero-copy{
  padding-bottom:70px;
}
.ve-adhesive-hero-copy h1{
  font-size:clamp(50px,7vw,100px);
  line-height:.92;
  letter-spacing:-.05em;
  margin:12px 0 24px;
}
.ve-adhesive-hero-copy p{
  max-width:600px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-adhesive-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}

/* Keep the supplied photo's own proportions */
.ve-adhesive-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}

.ve-adhesive-intro{
  background:#fff;
}
.ve-adhesive-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-adhesive-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-adhesive-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-adhesive-gallery{
  background:#f7f4ee;
}
.ve-adhesive-gallery-head{
  margin-bottom:36px;
}
.ve-adhesive-gallery-head h2{
  margin:10px 0 0;
}
.ve-adhesive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.ve-adhesive-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-adhesive-card:hover img{
  transform:none;
}

.ve-adhesive-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-adhesive-cta .kicker{
  color:#cda878;
}
.ve-adhesive-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-adhesive-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-adhesive-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}
@media(max-width:850px){
  .ve-adhesive-hero-grid,
  .ve-adhesive-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-adhesive-hero-copy{
    padding-bottom:10px;
  }
}
@media(max-width:650px){
  .ve-adhesive-grid{
    grid-template-columns:1fr;
  }
  .ve-adhesive-cta-inner{
    display:block;
  }
  .ve-adhesive-cta a{
    margin-top:24px;
  }
}


/* ===== v7.4 TILES & STONE PAGE ===== */

/* v7.6 Tiles & Stone: exact Parking Tiles format */


/* ===== v7.8 Tiles & Stone hero image size ===== */
.ve-ts-page .ve-ts-hero-media,
.ve-ts-page .ve-ts-hero-image {
    width: 320px !important;
    max-width: 320px !important;
}

.ve-ts-page .ve-ts-hero-media img,
.ve-ts-page .ve-ts-hero-image img {
    width: 320px !important;
    height: 335px !important;
    max-width: 320px !important;
    object-fit: contain !important;
    display: block;
}

/* Keep it usable on narrow mobile screens. */
@media (max-width: 380px) {
    .ve-ts-page .ve-ts-hero-media,
    .ve-ts-page .ve-ts-hero-image,
    .ve-ts-page .ve-ts-hero-media img,
    .ve-ts-page .ve-ts-hero-image img {
        width: 100% !important;
        max-width: 320px !important;
    }
}


/* ===== v7.9 EPOXY GROUT PAGE ===== */
.ve-epoxy-page{
  background:#f7f4ee;
}
.ve-epoxy-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-epoxy-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-epoxy-hero-copy{
  padding-bottom:70px;
}
.ve-epoxy-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-epoxy-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-epoxy-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-epoxy-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-epoxy-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-epoxy-intro{
  background:#fff;
}
.ve-epoxy-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-epoxy-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-epoxy-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-epoxy-gallery{
  background:#f7f4ee;
}
.ve-epoxy-gallery-head{
  margin-bottom:36px;
}
.ve-epoxy-gallery-head h2{
  margin:10px 0 0;
}
.ve-epoxy-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-epoxy-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-epoxy-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-epoxy-card:hover img{
  transform:scale(1.045);
}
.ve-epoxy-card-1{grid-column:span 5;grid-row:span 3}
.ve-epoxy-card-2{grid-column:span 3;grid-row:span 2}
.ve-epoxy-card-3{grid-column:span 4;grid-row:span 2}
.ve-epoxy-card-4{grid-column:span 3;grid-row:span 2}
.ve-epoxy-card-5{grid-column:span 4;grid-row:span 2}
.ve-epoxy-card-6{grid-column:span 5;grid-row:span 3}
.ve-epoxy-card-7{grid-column:span 3;grid-row:span 2}
.ve-epoxy-card-8{grid-column:span 4;grid-row:span 2}
.ve-epoxy-card-9{grid-column:span 3;grid-row:span 2}
.ve-epoxy-card-10{grid-column:span 4;grid-row:span 2}
.ve-epoxy-card-11{grid-column:span 5;grid-row:span 3}
.ve-epoxy-card-12{grid-column:span 3;grid-row:span 2}

.ve-epoxy-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-epoxy-cta .kicker{
  color:#cda878;
}
.ve-epoxy-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-epoxy-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-epoxy-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-epoxy-hero-grid,
  .ve-epoxy-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-epoxy-hero-copy{
    padding-bottom:10px;
  }
  .ve-epoxy-hero-image{
    height:520px;
  }
  .ve-epoxy-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-epoxy-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-epoxy-hero{
    padding-top:42px;
  }
  .ve-epoxy-hero-image{
    height:430px;
  }
  .ve-epoxy-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-epoxy-cta-inner{
    display:block;
  }
  .ve-epoxy-cta a{
    margin-top:24px;
  }
}

.ve-epoxy-card-13{grid-column:span 4;grid-row:span 2}
.ve-epoxy-card-14{grid-column:span 3;grid-row:span 2}
.ve-epoxy-card-15{grid-column:span 5;grid-row:span 3}
.ve-epoxy-card-16{grid-column:span 4;grid-row:span 2}


/* ===== v6.8 FLOOR TILES — SMALLER PHOTOS ONLY ===== */
.ve-epoxy-hero-image{
  height:460px !important;
  max-width:560px;
  justify-self:end;
  width:100%;
}
.ve-epoxy-grid{
  gap:24px !important;
}
.ve-epoxy-card,
.ve-epoxy-card:nth-child(3n+1),
.ve-epoxy-card:nth-child(4n+2),
.ve-epoxy-card-13,
.ve-epoxy-card-14,
.ve-epoxy-card-15,
.ve-epoxy-card-16{
  min-height:0 !important;
  height:300px !important;
  grid-row:span 1 !important;
}
.ve-epoxy-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:850px){
  .ve-epoxy-hero-image{
    height:400px !important;
    max-width:100%;
  }
}
@media(max-width:600px){
  .ve-epoxy-hero-image{
    height:330px !important;
  }
  .ve-epoxy-card,
  .ve-epoxy-card:nth-child(3n+1),
  .ve-epoxy-card:nth-child(4n+2),
  .ve-epoxy-card-13,
  .ve-epoxy-card-14,
  .ve-epoxy-card-15,
  .ve-epoxy-card-16{
    height:260px !important;
  }
}


/* ===== v6.9 FLOOR TILES — COMPACT, NO CROPPING ===== */
.ve-epoxy-hero-image{
  width:min(100%, 430px) !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  justify-self:end;
  background:#f5f2ec;
}
.ve-epoxy-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.ve-epoxy-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:start;
}
.ve-epoxy-card,
.ve-epoxy-card:nth-child(3n+1),
.ve-epoxy-card:nth-child(4n+2),
.ve-epoxy-card-13,
.ve-epoxy-card-14,
.ve-epoxy-card-15,
.ve-epoxy-card-16{
  grid-column:span 1 !important;
  grid-row:span 1 !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  min-height:0 !important;
  background:#eee;
  overflow:hidden;
}
.ve-epoxy-card img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-epoxy-card:hover img{
  transform:none !important;
}

@media(max-width:900px){
  .ve-epoxy-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .ve-epoxy-hero-image{
    width:min(100%, 400px) !important;
  }
}
@media(max-width:600px){
  .ve-epoxy-grid{
    grid-template-columns:1fr !important;
  }
  .ve-epoxy-card,
  .ve-epoxy-card:nth-child(3n+1),
  .ve-epoxy-card:nth-child(4n+2),
  .ve-epoxy-card-13,
  .ve-epoxy-card-14,
  .ve-epoxy-card-15,
  .ve-epoxy-card-16{
    width:min(100%, 360px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .ve-epoxy-hero-image{
    width:min(100%, 360px) !important;
    justify-self:center;
  }
}


/* ===== v7.0 FLOOR TILE PHOTO SIZE — FINAL OVERRIDE ===== */

/* Hero photo: smaller and fully visible */
.ve-epoxy-hero-image{
  width:320px !important;
  max-width:100% !important;
  height:335px !important;
  aspect-ratio:auto !important;
  justify-self:end !important;
  overflow:hidden !important;
  background:#f3efe8 !important;
}
.ve-epoxy-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Gallery: compact cards, close to the reference photo proportions */
.ve-epoxy-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 280px) !important;
  justify-content:center !important;
  gap:28px !important;
  grid-auto-rows:auto !important;
}

.ve-epoxy-card,
.ve-epoxy-card:nth-child(3n+1),
.ve-epoxy-card:nth-child(4n+2),
.ve-epoxy-card-1,
.ve-epoxy-card-2,
.ve-epoxy-card-3,
.ve-epoxy-card-4,
.ve-epoxy-card-5,
.ve-epoxy-card-6,
.ve-epoxy-card-7,
.ve-epoxy-card-8,
.ve-epoxy-card-9,
.ve-epoxy-card-10,
.ve-epoxy-card-11,
.ve-epoxy-card-12,
.ve-epoxy-card-13,
.ve-epoxy-card-14,
.ve-epoxy-card-15,
.ve-epoxy-card-16{
  width:280px !important;
  height:293px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#f0ece5 !important;
  overflow:hidden !important;
}

.ve-epoxy-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-epoxy-card:hover img{
  transform:none !important;
}

@media(max-width:1000px){
  .ve-epoxy-grid{
    grid-template-columns:repeat(2, 280px) !important;
  }
}
@media(max-width:650px){
  .ve-epoxy-grid{
    grid-template-columns:280px !important;
  }
  .ve-epoxy-hero-image{
    width:280px !important;
    height:293px !important;
    justify-self:center !important;
  }
}


/* ===== v7.1 PARKING TILES PAGE — SAME FORMAT AS FLOOR TILES ===== */
.ve-parking-page{
  background:#f7f4ee;
}
.ve-parking-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-parking-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-parking-hero-copy{
  padding-bottom:70px;
}
.ve-parking-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-parking-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-parking-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-parking-hero-image{
  width:320px;
  max-width:100%;
  height:335px;
  justify-self:end;
  overflow:hidden;
  background:#f3efe8;
}
.ve-parking-hero-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ve-parking-intro{
  background:#fff;
}
.ve-parking-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-parking-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-parking-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-parking-gallery{
  background:#f7f4ee;
}
.ve-parking-gallery-head{
  margin-bottom:36px;
}
.ve-parking-gallery-head h2{
  margin:10px 0 0;
}
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3,280px);
  justify-content:center;
  gap:28px;
  grid-auto-rows:auto;
}
.ve-parking-card{
  width:280px;
  height:293px;
  margin:0;
  overflow:hidden;
  background:#f0ece5;
}
.ve-parking-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}

.ve-parking-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-parking-cta .kicker{
  color:#cda878;
}
.ve-parking-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-parking-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-parking-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:1000px){
  .ve-parking-grid{
    grid-template-columns:repeat(2,280px);
  }
}
@media(max-width:850px){
  .ve-parking-hero-grid,
  .ve-parking-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-parking-hero-copy{
    padding-bottom:10px;
  }
  .ve-parking-hero-image{
    width:280px;
    height:293px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .ve-parking-grid{
    grid-template-columns:280px;
  }
  .ve-parking-cta-inner{
    display:block;
  }
  .ve-parking-cta a{
    margin-top:24px;
  }
}


/* ===== v7.2 PARKING TILES — KEEP ORIGINAL PHOTO PROPORTIONS ===== */
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.ve-parking-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-parking-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}
.ve-parking-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-parking-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}
@media(max-width:1000px){
  .ve-parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
  .ve-parking-grid{grid-template-columns:1fr;}
}


/* ===== v7.3 TILE & STONE ADHESIVES PAGE ===== */
.ve-adhesive-page{
  background:#f7f4ee;
}
.ve-adhesive-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-adhesive-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-adhesive-hero-copy{
  padding-bottom:70px;
}
.ve-adhesive-hero-copy h1{
  font-size:clamp(50px,7vw,100px);
  line-height:.92;
  letter-spacing:-.05em;
  margin:12px 0 24px;
}
.ve-adhesive-hero-copy p{
  max-width:600px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-adhesive-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}

/* Keep the supplied photo's own proportions */
.ve-adhesive-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}

.ve-adhesive-intro{
  background:#fff;
}
.ve-adhesive-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-adhesive-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-adhesive-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-adhesive-gallery{
  background:#f7f4ee;
}
.ve-adhesive-gallery-head{
  margin-bottom:36px;
}
.ve-adhesive-gallery-head h2{
  margin:10px 0 0;
}
.ve-adhesive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.ve-adhesive-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-adhesive-card:hover img{
  transform:none;
}

.ve-adhesive-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-adhesive-cta .kicker{
  color:#cda878;
}
.ve-adhesive-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-adhesive-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-adhesive-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}
@media(max-width:850px){
  .ve-adhesive-hero-grid,
  .ve-adhesive-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-adhesive-hero-copy{
    padding-bottom:10px;
  }
}
@media(max-width:650px){
  .ve-adhesive-grid{
    grid-template-columns:1fr;
  }
  .ve-adhesive-cta-inner{
    display:block;
  }
  .ve-adhesive-cta a{
    margin-top:24px;
  }
}


/* ===== v7.4 TILES & STONE PAGE ===== */

/* v7.6 Tiles & Stone: exact Parking Tiles format */

/* v7.7 Tiles & Stone — exact Floor Tiles format */


/* Epoxy Grout hero image */
.ve-epoxy-page .ve-epoxy-hero-image{
  width:320px !important;
  max-width:320px !important;
  height:335px !important;
  justify-self:end !important;
}
.ve-epoxy-page .ve-epoxy-hero-image img{
  width:320px !important;
  height:335px !important;
  max-width:320px !important;
  object-fit:contain !important;
  display:block !important;
}

/* Only two application images */
.ve-epoxy-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.ve-epoxy-card{
  height:auto !important;
}
.ve-epoxy-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

@media(max-width:700px){
  .ve-epoxy-grid{
    grid-template-columns:1fr !important;
  }
  .ve-epoxy-page .ve-epoxy-hero-image,
  .ve-epoxy-page .ve-epoxy-hero-image img{
    width:100% !important;
    max-width:320px !important;
    height:auto !important;
  }
}


/* ===== v7.10 Epoxy Grout — preserve original photo proportions ===== */
.ve-epoxy-page .ve-epoxy-hero-image{
    width:auto !important;
    max-width:none !important;
    height:auto !important;
}
.ve-epoxy-page .ve-epoxy-hero-image img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    display:block !important;
}
.ve-epoxy-page .ve-epoxy-card,
.ve-epoxy-page .ve-epoxy-card img{
    height:auto !important;
}
.ve-epoxy-page .ve-epoxy-card img{
    width:100% !important;
    object-fit:contain !important;
}


/* ===== v7.11 TILE GROUT PAGE ===== */
.ve-tg-page{
  background:#f7f4ee;
}
.ve-tg-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-tg-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-tg-hero-copy{
  padding-bottom:70px;
}
.ve-tg-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-tg-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-tg-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-tg-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-tg-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-tg-intro{
  background:#fff;
}
.ve-tg-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-tg-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-tg-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-tg-gallery{
  background:#f7f4ee;
}
.ve-tg-gallery-head{
  margin-bottom:36px;
}
.ve-tg-gallery-head h2{
  margin:10px 0 0;
}
.ve-tg-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-tg-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-tg-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-tg-card:hover img{
  transform:scale(1.045);
}
.ve-tg-card-1{grid-column:span 5;grid-row:span 3}
.ve-tg-card-2{grid-column:span 3;grid-row:span 2}
.ve-tg-card-3{grid-column:span 4;grid-row:span 2}
.ve-tg-card-4{grid-column:span 3;grid-row:span 2}
.ve-tg-card-5{grid-column:span 4;grid-row:span 2}
.ve-tg-card-6{grid-column:span 5;grid-row:span 3}
.ve-tg-card-7{grid-column:span 3;grid-row:span 2}
.ve-tg-card-8{grid-column:span 4;grid-row:span 2}
.ve-tg-card-9{grid-column:span 3;grid-row:span 2}
.ve-tg-card-10{grid-column:span 4;grid-row:span 2}
.ve-tg-card-11{grid-column:span 5;grid-row:span 3}
.ve-tg-card-12{grid-column:span 3;grid-row:span 2}

.ve-tg-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-tg-cta .kicker{
  color:#cda878;
}
.ve-tg-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-tg-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-tg-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-tg-hero-grid,
  .ve-tg-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-tg-hero-copy{
    padding-bottom:10px;
  }
  .ve-tg-hero-image{
    height:520px;
  }
  .ve-tg-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-tg-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-tg-hero{
    padding-top:42px;
  }
  .ve-tg-hero-image{
    height:430px;
  }
  .ve-tg-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-tg-cta-inner{
    display:block;
  }
  .ve-tg-cta a{
    margin-top:24px;
  }
}

.ve-tg-card-13{grid-column:span 4;grid-row:span 2}
.ve-tg-card-14{grid-column:span 3;grid-row:span 2}
.ve-tg-card-15{grid-column:span 5;grid-row:span 3}
.ve-tg-card-16{grid-column:span 4;grid-row:span 2}


/* ===== v6.8 FLOOR TILES — SMALLER PHOTOS ONLY ===== */
.ve-tg-hero-image{
  height:460px !important;
  max-width:560px;
  justify-self:end;
  width:100%;
}
.ve-tg-grid{
  gap:24px !important;
}
.ve-tg-card,
.ve-tg-card:nth-child(3n+1),
.ve-tg-card:nth-child(4n+2),
.ve-tg-card-13,
.ve-tg-card-14,
.ve-tg-card-15,
.ve-tg-card-16{
  min-height:0 !important;
  height:300px !important;
  grid-row:span 1 !important;
}
.ve-tg-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:850px){
  .ve-tg-hero-image{
    height:400px !important;
    max-width:100%;
  }
}
@media(max-width:600px){
  .ve-tg-hero-image{
    height:330px !important;
  }
  .ve-tg-card,
  .ve-tg-card:nth-child(3n+1),
  .ve-tg-card:nth-child(4n+2),
  .ve-tg-card-13,
  .ve-tg-card-14,
  .ve-tg-card-15,
  .ve-tg-card-16{
    height:260px !important;
  }
}


/* ===== v6.9 FLOOR TILES — COMPACT, NO CROPPING ===== */
.ve-tg-hero-image{
  width:min(100%, 430px) !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  justify-self:end;
  background:#f5f2ec;
}
.ve-tg-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.ve-tg-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:start;
}
.ve-tg-card,
.ve-tg-card:nth-child(3n+1),
.ve-tg-card:nth-child(4n+2),
.ve-tg-card-13,
.ve-tg-card-14,
.ve-tg-card-15,
.ve-tg-card-16{
  grid-column:span 1 !important;
  grid-row:span 1 !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  min-height:0 !important;
  background:#eee;
  overflow:hidden;
}
.ve-tg-card img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-tg-card:hover img{
  transform:none !important;
}

@media(max-width:900px){
  .ve-tg-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .ve-tg-hero-image{
    width:min(100%, 400px) !important;
  }
}
@media(max-width:600px){
  .ve-tg-grid{
    grid-template-columns:1fr !important;
  }
  .ve-tg-card,
  .ve-tg-card:nth-child(3n+1),
  .ve-tg-card:nth-child(4n+2),
  .ve-tg-card-13,
  .ve-tg-card-14,
  .ve-tg-card-15,
  .ve-tg-card-16{
    width:min(100%, 360px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .ve-tg-hero-image{
    width:min(100%, 360px) !important;
    justify-self:center;
  }
}


/* ===== v7.0 FLOOR TILE PHOTO SIZE — FINAL OVERRIDE ===== */

/* Hero photo: smaller and fully visible */
.ve-tg-hero-image{
  width:320px !important;
  max-width:100% !important;
  height:335px !important;
  aspect-ratio:auto !important;
  justify-self:end !important;
  overflow:hidden !important;
  background:#f3efe8 !important;
}
.ve-tg-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Gallery: compact cards, close to the reference photo proportions */
.ve-tg-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 280px) !important;
  justify-content:center !important;
  gap:28px !important;
  grid-auto-rows:auto !important;
}

.ve-tg-card,
.ve-tg-card:nth-child(3n+1),
.ve-tg-card:nth-child(4n+2),
.ve-tg-card-1,
.ve-tg-card-2,
.ve-tg-card-3,
.ve-tg-card-4,
.ve-tg-card-5,
.ve-tg-card-6,
.ve-tg-card-7,
.ve-tg-card-8,
.ve-tg-card-9,
.ve-tg-card-10,
.ve-tg-card-11,
.ve-tg-card-12,
.ve-tg-card-13,
.ve-tg-card-14,
.ve-tg-card-15,
.ve-tg-card-16{
  width:280px !important;
  height:293px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#f0ece5 !important;
  overflow:hidden !important;
}

.ve-tg-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-tg-card:hover img{
  transform:none !important;
}

@media(max-width:1000px){
  .ve-tg-grid{
    grid-template-columns:repeat(2, 280px) !important;
  }
}
@media(max-width:650px){
  .ve-tg-grid{
    grid-template-columns:280px !important;
  }
  .ve-tg-hero-image{
    width:280px !important;
    height:293px !important;
    justify-self:center !important;
  }
}


/* ===== v7.1 PARKING TILES PAGE — SAME FORMAT AS FLOOR TILES ===== */
.ve-parking-page{
  background:#f7f4ee;
}
.ve-parking-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-parking-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-parking-hero-copy{
  padding-bottom:70px;
}
.ve-parking-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-parking-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-parking-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-parking-hero-image{
  width:320px;
  max-width:100%;
  height:335px;
  justify-self:end;
  overflow:hidden;
  background:#f3efe8;
}
.ve-parking-hero-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ve-parking-intro{
  background:#fff;
}
.ve-parking-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-parking-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-parking-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-parking-gallery{
  background:#f7f4ee;
}
.ve-parking-gallery-head{
  margin-bottom:36px;
}
.ve-parking-gallery-head h2{
  margin:10px 0 0;
}
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3,280px);
  justify-content:center;
  gap:28px;
  grid-auto-rows:auto;
}
.ve-parking-card{
  width:280px;
  height:293px;
  margin:0;
  overflow:hidden;
  background:#f0ece5;
}
.ve-parking-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}

.ve-parking-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-parking-cta .kicker{
  color:#cda878;
}
.ve-parking-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-parking-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-parking-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:1000px){
  .ve-parking-grid{
    grid-template-columns:repeat(2,280px);
  }
}
@media(max-width:850px){
  .ve-parking-hero-grid,
  .ve-parking-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-parking-hero-copy{
    padding-bottom:10px;
  }
  .ve-parking-hero-image{
    width:280px;
    height:293px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .ve-parking-grid{
    grid-template-columns:280px;
  }
  .ve-parking-cta-inner{
    display:block;
  }
  .ve-parking-cta a{
    margin-top:24px;
  }
}


/* ===== v7.2 PARKING TILES — KEEP ORIGINAL PHOTO PROPORTIONS ===== */
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.ve-parking-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-parking-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}
.ve-parking-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-parking-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}
@media(max-width:1000px){
  .ve-parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
  .ve-parking-grid{grid-template-columns:1fr;}
}


/* ===== v7.3 TILE & STONE ADHESIVES PAGE ===== */
.ve-adhesive-page{
  background:#f7f4ee;
}
.ve-adhesive-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-adhesive-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-adhesive-hero-copy{
  padding-bottom:70px;
}
.ve-adhesive-hero-copy h1{
  font-size:clamp(50px,7vw,100px);
  line-height:.92;
  letter-spacing:-.05em;
  margin:12px 0 24px;
}
.ve-adhesive-hero-copy p{
  max-width:600px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-adhesive-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}

/* Keep the supplied photo's own proportions */
.ve-adhesive-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}

.ve-adhesive-intro{
  background:#fff;
}
.ve-adhesive-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-adhesive-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-adhesive-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-adhesive-gallery{
  background:#f7f4ee;
}
.ve-adhesive-gallery-head{
  margin-bottom:36px;
}
.ve-adhesive-gallery-head h2{
  margin:10px 0 0;
}
.ve-adhesive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.ve-adhesive-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-adhesive-card:hover img{
  transform:none;
}

.ve-adhesive-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-adhesive-cta .kicker{
  color:#cda878;
}
.ve-adhesive-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-adhesive-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-adhesive-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}
@media(max-width:850px){
  .ve-adhesive-hero-grid,
  .ve-adhesive-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-adhesive-hero-copy{
    padding-bottom:10px;
  }
}
@media(max-width:650px){
  .ve-adhesive-grid{
    grid-template-columns:1fr;
  }
  .ve-adhesive-cta-inner{
    display:block;
  }
  .ve-adhesive-cta a{
    margin-top:24px;
  }
}


/* ===== v7.4 TILES & STONE PAGE ===== */

/* v7.6 Tiles & Stone: exact Parking Tiles format */

/* v7.7 Tiles & Stone — exact Floor Tiles format */


/* Tile Grout hero image */
.ve-tg-page .ve-tg-hero-image{
  width:320px !important;
  max-width:320px !important;
  height:335px !important;
  justify-self:end !important;
}
.ve-tg-page .ve-tg-hero-image img{
  width:320px !important;
  height:335px !important;
  max-width:320px !important;
  object-fit:contain !important;
  display:block !important;
}

/* Only two application images */
.ve-tg-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.ve-tg-card{
  height:auto !important;
}
.ve-tg-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

@media(max-width:700px){
  .ve-tg-grid{
    grid-template-columns:1fr !important;
  }
  .ve-tg-page .ve-tg-hero-image,
  .ve-tg-page .ve-tg-hero-image img{
    width:100% !important;
    max-width:320px !important;
    height:auto !important;
  }
}


/* ===== v7.10 Tile Grout — preserve original photo proportions ===== */
.ve-tg-page .ve-tg-hero-image{
    width:auto !important;
    max-width:none !important;
    height:auto !important;
}
.ve-tg-page .ve-tg-hero-image img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    display:block !important;
}
.ve-tg-page .ve-tg-card,
.ve-tg-page .ve-tg-card img{
    height:auto !important;
}
.ve-tg-page .ve-tg-card img{
    width:100% !important;
    object-fit:contain !important;
}


/* Tile Grout: preserve uploaded photo proportions */
.ve-tg-page .ve-tg-hero-image{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
}
.ve-tg-page .ve-tg-hero-image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.ve-tg-page .ve-tg-card,
.ve-tg-page .ve-tg-card img{
  height:auto !important;
}
.ve-tg-page .ve-tg-card img{
  width:100% !important;
  object-fit:contain !important;
}
.ve-tg-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
@media(max-width:700px){
  .ve-tg-grid{
    grid-template-columns:1fr !important;
  }
}


/* ===== v7.12 GRANITE KOTA PAGE ===== */
.ve-granite-page{
  background:#f7f4ee;
}
.ve-granite-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-granite-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-granite-hero-copy{
  padding-bottom:70px;
}
.ve-granite-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-granite-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-granite-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-granite-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-granite-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-granite-intro{
  background:#fff;
}
.ve-granite-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-granite-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-granite-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-granite-gallery{
  background:#f7f4ee;
}
.ve-granite-gallery-head{
  margin-bottom:36px;
}
.ve-granite-gallery-head h2{
  margin:10px 0 0;
}
.ve-granite-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-granite-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-granite-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-granite-card:hover img{
  transform:scale(1.045);
}
.ve-granite-card-1{grid-column:span 5;grid-row:span 3}
.ve-granite-card-2{grid-column:span 3;grid-row:span 2}
.ve-granite-card-3{grid-column:span 4;grid-row:span 2}
.ve-granite-card-4{grid-column:span 3;grid-row:span 2}
.ve-granite-card-5{grid-column:span 4;grid-row:span 2}
.ve-granite-card-6{grid-column:span 5;grid-row:span 3}
.ve-granite-card-7{grid-column:span 3;grid-row:span 2}
.ve-granite-card-8{grid-column:span 4;grid-row:span 2}
.ve-granite-card-9{grid-column:span 3;grid-row:span 2}
.ve-granite-card-10{grid-column:span 4;grid-row:span 2}
.ve-granite-card-11{grid-column:span 5;grid-row:span 3}
.ve-granite-card-12{grid-column:span 3;grid-row:span 2}

.ve-granite-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-granite-cta .kicker{
  color:#cda878;
}
.ve-granite-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-granite-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-granite-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-granite-hero-grid,
  .ve-granite-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-granite-hero-copy{
    padding-bottom:10px;
  }
  .ve-granite-hero-image{
    height:520px;
  }
  .ve-granite-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-granite-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-granite-hero{
    padding-top:42px;
  }
  .ve-granite-hero-image{
    height:430px;
  }
  .ve-granite-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-granite-cta-inner{
    display:block;
  }
  .ve-granite-cta a{
    margin-top:24px;
  }
}

.ve-granite-card-13{grid-column:span 4;grid-row:span 2}
.ve-granite-card-14{grid-column:span 3;grid-row:span 2}
.ve-granite-card-15{grid-column:span 5;grid-row:span 3}
.ve-granite-card-16{grid-column:span 4;grid-row:span 2}


/* ===== v6.8 FLOOR TILES — SMALLER PHOTOS ONLY ===== */
.ve-granite-hero-image{
  height:460px !important;
  max-width:560px;
  justify-self:end;
  width:100%;
}
.ve-granite-grid{
  gap:24px !important;
}
.ve-granite-card,
.ve-granite-card:nth-child(3n+1),
.ve-granite-card:nth-child(4n+2),
.ve-granite-card-13,
.ve-granite-card-14,
.ve-granite-card-15,
.ve-granite-card-16{
  min-height:0 !important;
  height:300px !important;
  grid-row:span 1 !important;
}
.ve-granite-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:850px){
  .ve-granite-hero-image{
    height:400px !important;
    max-width:100%;
  }
}
@media(max-width:600px){
  .ve-granite-hero-image{
    height:330px !important;
  }
  .ve-granite-card,
  .ve-granite-card:nth-child(3n+1),
  .ve-granite-card:nth-child(4n+2),
  .ve-granite-card-13,
  .ve-granite-card-14,
  .ve-granite-card-15,
  .ve-granite-card-16{
    height:260px !important;
  }
}


/* ===== v6.9 FLOOR TILES — COMPACT, NO CROPPING ===== */
.ve-granite-hero-image{
  width:min(100%, 430px) !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  justify-self:end;
  background:#f5f2ec;
}
.ve-granite-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.ve-granite-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:start;
}
.ve-granite-card,
.ve-granite-card:nth-child(3n+1),
.ve-granite-card:nth-child(4n+2),
.ve-granite-card-13,
.ve-granite-card-14,
.ve-granite-card-15,
.ve-granite-card-16{
  grid-column:span 1 !important;
  grid-row:span 1 !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  min-height:0 !important;
  background:#eee;
  overflow:hidden;
}
.ve-granite-card img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-granite-card:hover img{
  transform:none !important;
}

@media(max-width:900px){
  .ve-granite-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .ve-granite-hero-image{
    width:min(100%, 400px) !important;
  }
}
@media(max-width:600px){
  .ve-granite-grid{
    grid-template-columns:1fr !important;
  }
  .ve-granite-card,
  .ve-granite-card:nth-child(3n+1),
  .ve-granite-card:nth-child(4n+2),
  .ve-granite-card-13,
  .ve-granite-card-14,
  .ve-granite-card-15,
  .ve-granite-card-16{
    width:min(100%, 360px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .ve-granite-hero-image{
    width:min(100%, 360px) !important;
    justify-self:center;
  }
}


/* ===== v7.0 FLOOR TILE PHOTO SIZE — FINAL OVERRIDE ===== */

/* Hero photo: smaller and fully visible */
.ve-granite-hero-image{
  width:320px !important;
  max-width:100% !important;
  height:335px !important;
  aspect-ratio:auto !important;
  justify-self:end !important;
  overflow:hidden !important;
  background:#f3efe8 !important;
}
.ve-granite-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Gallery: compact cards, close to the reference photo proportions */
.ve-granite-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 280px) !important;
  justify-content:center !important;
  gap:28px !important;
  grid-auto-rows:auto !important;
}

.ve-granite-card,
.ve-granite-card:nth-child(3n+1),
.ve-granite-card:nth-child(4n+2),
.ve-granite-card-1,
.ve-granite-card-2,
.ve-granite-card-3,
.ve-granite-card-4,
.ve-granite-card-5,
.ve-granite-card-6,
.ve-granite-card-7,
.ve-granite-card-8,
.ve-granite-card-9,
.ve-granite-card-10,
.ve-granite-card-11,
.ve-granite-card-12,
.ve-granite-card-13,
.ve-granite-card-14,
.ve-granite-card-15,
.ve-granite-card-16{
  width:280px !important;
  height:293px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#f0ece5 !important;
  overflow:hidden !important;
}

.ve-granite-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-granite-card:hover img{
  transform:none !important;
}

@media(max-width:1000px){
  .ve-granite-grid{
    grid-template-columns:repeat(2, 280px) !important;
  }
}
@media(max-width:650px){
  .ve-granite-grid{
    grid-template-columns:280px !important;
  }
  .ve-granite-hero-image{
    width:280px !important;
    height:293px !important;
    justify-self:center !important;
  }
}


/* ===== v7.1 PARKING TILES PAGE — SAME FORMAT AS FLOOR TILES ===== */
.ve-parking-page{
  background:#f7f4ee;
}
.ve-parking-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-parking-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-parking-hero-copy{
  padding-bottom:70px;
}
.ve-parking-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-parking-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-parking-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-parking-hero-image{
  width:320px;
  max-width:100%;
  height:335px;
  justify-self:end;
  overflow:hidden;
  background:#f3efe8;
}
.ve-parking-hero-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ve-parking-intro{
  background:#fff;
}
.ve-parking-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-parking-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-parking-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-parking-gallery{
  background:#f7f4ee;
}
.ve-parking-gallery-head{
  margin-bottom:36px;
}
.ve-parking-gallery-head h2{
  margin:10px 0 0;
}
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3,280px);
  justify-content:center;
  gap:28px;
  grid-auto-rows:auto;
}
.ve-parking-card{
  width:280px;
  height:293px;
  margin:0;
  overflow:hidden;
  background:#f0ece5;
}
.ve-parking-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}

.ve-parking-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-parking-cta .kicker{
  color:#cda878;
}
.ve-parking-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-parking-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-parking-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:1000px){
  .ve-parking-grid{
    grid-template-columns:repeat(2,280px);
  }
}
@media(max-width:850px){
  .ve-parking-hero-grid,
  .ve-parking-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-parking-hero-copy{
    padding-bottom:10px;
  }
  .ve-parking-hero-image{
    width:280px;
    height:293px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .ve-parking-grid{
    grid-template-columns:280px;
  }
  .ve-parking-cta-inner{
    display:block;
  }
  .ve-parking-cta a{
    margin-top:24px;
  }
}


/* ===== v7.2 PARKING TILES — KEEP ORIGINAL PHOTO PROPORTIONS ===== */
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.ve-parking-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-parking-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}
.ve-parking-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-parking-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}
@media(max-width:1000px){
  .ve-parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
  .ve-parking-grid{grid-template-columns:1fr;}
}


/* ===== v7.3 TILE & STONE ADHESIVES PAGE ===== */
.ve-adhesive-page{
  background:#f7f4ee;
}
.ve-adhesive-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-adhesive-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-adhesive-hero-copy{
  padding-bottom:70px;
}
.ve-adhesive-hero-copy h1{
  font-size:clamp(50px,7vw,100px);
  line-height:.92;
  letter-spacing:-.05em;
  margin:12px 0 24px;
}
.ve-adhesive-hero-copy p{
  max-width:600px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-adhesive-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}

/* Keep the supplied photo's own proportions */
.ve-adhesive-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}

.ve-adhesive-intro{
  background:#fff;
}
.ve-adhesive-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-adhesive-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-adhesive-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-adhesive-gallery{
  background:#f7f4ee;
}
.ve-adhesive-gallery-head{
  margin-bottom:36px;
}
.ve-adhesive-gallery-head h2{
  margin:10px 0 0;
}
.ve-adhesive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.ve-adhesive-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-adhesive-card:hover img{
  transform:none;
}

.ve-adhesive-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-adhesive-cta .kicker{
  color:#cda878;
}
.ve-adhesive-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-adhesive-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-adhesive-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}
@media(max-width:850px){
  .ve-adhesive-hero-grid,
  .ve-adhesive-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-adhesive-hero-copy{
    padding-bottom:10px;
  }
}
@media(max-width:650px){
  .ve-adhesive-grid{
    grid-template-columns:1fr;
  }
  .ve-adhesive-cta-inner{
    display:block;
  }
  .ve-adhesive-cta a{
    margin-top:24px;
  }
}


/* ===== v7.4 TILES & STONE PAGE ===== */

/* v7.6 Tiles & Stone: exact Parking Tiles format */

/* v7.7 Tiles & Stone — exact Floor Tiles format */


/* Tile Grout hero image */
.ve-granite-page .ve-granite-hero-image{
  width:320px !important;
  max-width:320px !important;
  height:335px !important;
  justify-self:end !important;
}
.ve-granite-page .ve-granite-hero-image img{
  width:320px !important;
  height:335px !important;
  max-width:320px !important;
  object-fit:contain !important;
  display:block !important;
}

/* Only two application images */
.ve-granite-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.ve-granite-card{
  height:auto !important;
}
.ve-granite-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

@media(max-width:700px){
  .ve-granite-grid{
    grid-template-columns:1fr !important;
  }
  .ve-granite-page .ve-granite-hero-image,
  .ve-granite-page .ve-granite-hero-image img{
    width:100% !important;
    max-width:320px !important;
    height:auto !important;
  }
}


/* ===== v7.10 Tile Grout — preserve original photo proportions ===== */
.ve-granite-page .ve-granite-hero-image{
    width:auto !important;
    max-width:none !important;
    height:auto !important;
}
.ve-granite-page .ve-granite-hero-image img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    display:block !important;
}
.ve-granite-page .ve-granite-card,
.ve-granite-page .ve-granite-card img{
    height:auto !important;
}
.ve-granite-page .ve-granite-card img{
    width:100% !important;
    object-fit:contain !important;
}


/* Tile Grout: preserve uploaded photo proportions */
.ve-granite-page .ve-granite-hero-image{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
}
.ve-granite-page .ve-granite-hero-image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.ve-granite-page .ve-granite-card,
.ve-granite-page .ve-granite-card img{
  height:auto !important;
}
.ve-granite-page .ve-granite-card img{
  width:100% !important;
  object-fit:contain !important;
}
.ve-granite-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
@media(max-width:700px){
  .ve-granite-grid{
    grid-template-columns:1fr !important;
  }
}


/* Granite Kota: preserve uploaded photo proportions */
.ve-granite-page .ve-granite-hero-image{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
}
.ve-granite-page .ve-granite-hero-image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.ve-granite-page .ve-granite-card,
.ve-granite-page .ve-granite-card img{
  height:auto !important;
}
.ve-granite-page .ve-granite-card img{
  width:100% !important;
  object-fit:contain !important;
}

/* ===== v7.13 GRANITE KOTA — tighter photo spacing ===== */
.ve-granite-page .ve-granite-grid{
  gap: 8px !important;
  column-gap: 8px !important;
  row-gap: 8px !important;
}
.ve-granite-page .ve-granite-card{
  margin: 0 !important;
}

/* ===== v7.14 GRANITE KOTA — minimal photo spacing ===== */
.ve-granite-page .ve-granite-grid{
  gap: 2px !important;
  column-gap: 2px !important;
  row-gap: 2px !important;
}
.ve-granite-page .ve-granite-card{
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== v7.15 GRANITE KOTA — 3 photos per row with small spacing ===== */
.ve-granite-page .ve-granite-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  column-gap: 10px !important;
  row-gap: 10px !important;
  align-items: start !important;
}
.ve-granite-page .ve-granite-card{
  margin: 0 !important;
  padding: 0 !important;
}
.ve-granite-page .ve-granite-card img{
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 760px){
  .ve-granite-page .ve-granite-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
}


/* ===== v7.16 KOTA STONE PAGE ===== */
.ve-kota-page{
  background:#f7f4ee;
}
.ve-kota-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-kota-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-kota-hero-copy{
  padding-bottom:70px;
}
.ve-kota-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-kota-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-kota-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-kota-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-kota-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-kota-intro{
  background:#fff;
}
.ve-kota-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-kota-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-kota-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-kota-gallery{
  background:#f7f4ee;
}
.ve-kota-gallery-head{
  margin-bottom:36px;
}
.ve-kota-gallery-head h2{
  margin:10px 0 0;
}
.ve-kota-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-kota-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-kota-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-kota-card:hover img{
  transform:scale(1.045);
}
.ve-kota-card-1{grid-column:span 5;grid-row:span 3}
.ve-kota-card-2{grid-column:span 3;grid-row:span 2}
.ve-kota-card-3{grid-column:span 4;grid-row:span 2}
.ve-kota-card-4{grid-column:span 3;grid-row:span 2}
.ve-kota-card-5{grid-column:span 4;grid-row:span 2}
.ve-kota-card-6{grid-column:span 5;grid-row:span 3}
.ve-kota-card-7{grid-column:span 3;grid-row:span 2}
.ve-kota-card-8{grid-column:span 4;grid-row:span 2}
.ve-kota-card-9{grid-column:span 3;grid-row:span 2}
.ve-kota-card-10{grid-column:span 4;grid-row:span 2}
.ve-kota-card-11{grid-column:span 5;grid-row:span 3}
.ve-kota-card-12{grid-column:span 3;grid-row:span 2}

.ve-kota-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-kota-cta .kicker{
  color:#cda878;
}
.ve-kota-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-kota-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-kota-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-kota-hero-grid,
  .ve-kota-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-kota-hero-copy{
    padding-bottom:10px;
  }
  .ve-kota-hero-image{
    height:520px;
  }
  .ve-kota-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-kota-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-kota-hero{
    padding-top:42px;
  }
  .ve-kota-hero-image{
    height:430px;
  }
  .ve-kota-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-kota-cta-inner{
    display:block;
  }
  .ve-kota-cta a{
    margin-top:24px;
  }
}

.ve-kota-card-13{grid-column:span 4;grid-row:span 2}
.ve-kota-card-14{grid-column:span 3;grid-row:span 2}
.ve-kota-card-15{grid-column:span 5;grid-row:span 3}
.ve-kota-card-16{grid-column:span 4;grid-row:span 2}


/* ===== v6.8 FLOOR TILES — SMALLER PHOTOS ONLY ===== */
.ve-kota-hero-image{
  height:460px !important;
  max-width:560px;
  justify-self:end;
  width:100%;
}
.ve-kota-grid{
  gap:24px !important;
}
.ve-kota-card,
.ve-kota-card:nth-child(3n+1),
.ve-kota-card:nth-child(4n+2),
.ve-kota-card-13,
.ve-kota-card-14,
.ve-kota-card-15,
.ve-kota-card-16{
  min-height:0 !important;
  height:300px !important;
  grid-row:span 1 !important;
}
.ve-kota-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:850px){
  .ve-kota-hero-image{
    height:400px !important;
    max-width:100%;
  }
}
@media(max-width:600px){
  .ve-kota-hero-image{
    height:330px !important;
  }
  .ve-kota-card,
  .ve-kota-card:nth-child(3n+1),
  .ve-kota-card:nth-child(4n+2),
  .ve-kota-card-13,
  .ve-kota-card-14,
  .ve-kota-card-15,
  .ve-kota-card-16{
    height:260px !important;
  }
}


/* ===== v6.9 FLOOR TILES — COMPACT, NO CROPPING ===== */
.ve-kota-hero-image{
  width:min(100%, 430px) !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  justify-self:end;
  background:#f5f2ec;
}
.ve-kota-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.ve-kota-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:start;
}
.ve-kota-card,
.ve-kota-card:nth-child(3n+1),
.ve-kota-card:nth-child(4n+2),
.ve-kota-card-13,
.ve-kota-card-14,
.ve-kota-card-15,
.ve-kota-card-16{
  grid-column:span 1 !important;
  grid-row:span 1 !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  min-height:0 !important;
  background:#eee;
  overflow:hidden;
}
.ve-kota-card img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-kota-card:hover img{
  transform:none !important;
}

@media(max-width:900px){
  .ve-kota-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .ve-kota-hero-image{
    width:min(100%, 400px) !important;
  }
}
@media(max-width:600px){
  .ve-kota-grid{
    grid-template-columns:1fr !important;
  }
  .ve-kota-card,
  .ve-kota-card:nth-child(3n+1),
  .ve-kota-card:nth-child(4n+2),
  .ve-kota-card-13,
  .ve-kota-card-14,
  .ve-kota-card-15,
  .ve-kota-card-16{
    width:min(100%, 360px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .ve-kota-hero-image{
    width:min(100%, 360px) !important;
    justify-self:center;
  }
}


/* ===== v7.0 FLOOR TILE PHOTO SIZE — FINAL OVERRIDE ===== */

/* Hero photo: smaller and fully visible */
.ve-kota-hero-image{
  width:320px !important;
  max-width:100% !important;
  height:335px !important;
  aspect-ratio:auto !important;
  justify-self:end !important;
  overflow:hidden !important;
  background:#f3efe8 !important;
}
.ve-kota-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Gallery: compact cards, close to the reference photo proportions */
.ve-kota-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 280px) !important;
  justify-content:center !important;
  gap:28px !important;
  grid-auto-rows:auto !important;
}

.ve-kota-card,
.ve-kota-card:nth-child(3n+1),
.ve-kota-card:nth-child(4n+2),
.ve-kota-card-1,
.ve-kota-card-2,
.ve-kota-card-3,
.ve-kota-card-4,
.ve-kota-card-5,
.ve-kota-card-6,
.ve-kota-card-7,
.ve-kota-card-8,
.ve-kota-card-9,
.ve-kota-card-10,
.ve-kota-card-11,
.ve-kota-card-12,
.ve-kota-card-13,
.ve-kota-card-14,
.ve-kota-card-15,
.ve-kota-card-16{
  width:280px !important;
  height:293px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#f0ece5 !important;
  overflow:hidden !important;
}

.ve-kota-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-kota-card:hover img{
  transform:none !important;
}

@media(max-width:1000px){
  .ve-kota-grid{
    grid-template-columns:repeat(2, 280px) !important;
  }
}
@media(max-width:650px){
  .ve-kota-grid{
    grid-template-columns:280px !important;
  }
  .ve-kota-hero-image{
    width:280px !important;
    height:293px !important;
    justify-self:center !important;
  }
}


/* ===== v7.1 PARKING TILES PAGE — SAME FORMAT AS FLOOR TILES ===== */
.ve-parking-page{
  background:#f7f4ee;
}
.ve-parking-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-parking-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-parking-hero-copy{
  padding-bottom:70px;
}
.ve-parking-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-parking-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-parking-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-parking-hero-image{
  width:320px;
  max-width:100%;
  height:335px;
  justify-self:end;
  overflow:hidden;
  background:#f3efe8;
}
.ve-parking-hero-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ve-parking-intro{
  background:#fff;
}
.ve-parking-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-parking-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-parking-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-parking-gallery{
  background:#f7f4ee;
}
.ve-parking-gallery-head{
  margin-bottom:36px;
}
.ve-parking-gallery-head h2{
  margin:10px 0 0;
}
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3,280px);
  justify-content:center;
  gap:28px;
  grid-auto-rows:auto;
}
.ve-parking-card{
  width:280px;
  height:293px;
  margin:0;
  overflow:hidden;
  background:#f0ece5;
}
.ve-parking-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}

.ve-parking-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-parking-cta .kicker{
  color:#cda878;
}
.ve-parking-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-parking-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-parking-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:1000px){
  .ve-parking-grid{
    grid-template-columns:repeat(2,280px);
  }
}
@media(max-width:850px){
  .ve-parking-hero-grid,
  .ve-parking-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-parking-hero-copy{
    padding-bottom:10px;
  }
  .ve-parking-hero-image{
    width:280px;
    height:293px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .ve-parking-grid{
    grid-template-columns:280px;
  }
  .ve-parking-cta-inner{
    display:block;
  }
  .ve-parking-cta a{
    margin-top:24px;
  }
}


/* ===== v7.2 PARKING TILES — KEEP ORIGINAL PHOTO PROPORTIONS ===== */
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.ve-parking-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-parking-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}
.ve-parking-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-parking-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}
@media(max-width:1000px){
  .ve-parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
  .ve-parking-grid{grid-template-columns:1fr;}
}


/* ===== v7.3 TILE & STONE ADHESIVES PAGE ===== */
.ve-adhesive-page{
  background:#f7f4ee;
}
.ve-adhesive-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-adhesive-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-adhesive-hero-copy{
  padding-bottom:70px;
}
.ve-adhesive-hero-copy h1{
  font-size:clamp(50px,7vw,100px);
  line-height:.92;
  letter-spacing:-.05em;
  margin:12px 0 24px;
}
.ve-adhesive-hero-copy p{
  max-width:600px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-adhesive-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}

/* Keep the supplied photo's own proportions */
.ve-adhesive-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}

.ve-adhesive-intro{
  background:#fff;
}
.ve-adhesive-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-adhesive-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-adhesive-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-adhesive-gallery{
  background:#f7f4ee;
}
.ve-adhesive-gallery-head{
  margin-bottom:36px;
}
.ve-adhesive-gallery-head h2{
  margin:10px 0 0;
}
.ve-adhesive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.ve-adhesive-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-adhesive-card:hover img{
  transform:none;
}

.ve-adhesive-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-adhesive-cta .kicker{
  color:#cda878;
}
.ve-adhesive-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-adhesive-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-adhesive-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}
@media(max-width:850px){
  .ve-adhesive-hero-grid,
  .ve-adhesive-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-adhesive-hero-copy{
    padding-bottom:10px;
  }
}
@media(max-width:650px){
  .ve-adhesive-grid{
    grid-template-columns:1fr;
  }
  .ve-adhesive-cta-inner{
    display:block;
  }
  .ve-adhesive-cta a{
    margin-top:24px;
  }
}


/* ===== v7.4 TILES & STONE PAGE ===== */

/* v7.6 Tiles & Stone: exact Parking Tiles format */

/* v7.7 Tiles & Stone — exact Floor Tiles format */


/* Tile Grout hero image */
.ve-kota-page .ve-kota-hero-image{
  width:320px !important;
  max-width:320px !important;
  height:335px !important;
  justify-self:end !important;
}
.ve-kota-page .ve-kota-hero-image img{
  width:320px !important;
  height:335px !important;
  max-width:320px !important;
  object-fit:contain !important;
  display:block !important;
}

/* Only two application images */
.ve-kota-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.ve-kota-card{
  height:auto !important;
}
.ve-kota-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

@media(max-width:700px){
  .ve-kota-grid{
    grid-template-columns:1fr !important;
  }
  .ve-kota-page .ve-kota-hero-image,
  .ve-kota-page .ve-kota-hero-image img{
    width:100% !important;
    max-width:320px !important;
    height:auto !important;
  }
}


/* ===== v7.10 Tile Grout — preserve original photo proportions ===== */
.ve-kota-page .ve-kota-hero-image{
    width:auto !important;
    max-width:none !important;
    height:auto !important;
}
.ve-kota-page .ve-kota-hero-image img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    display:block !important;
}
.ve-kota-page .ve-kota-card,
.ve-kota-page .ve-kota-card img{
    height:auto !important;
}
.ve-kota-page .ve-kota-card img{
    width:100% !important;
    object-fit:contain !important;
}


/* Tile Grout: preserve uploaded photo proportions */
.ve-kota-page .ve-kota-hero-image{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
}
.ve-kota-page .ve-kota-hero-image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.ve-kota-page .ve-kota-card,
.ve-kota-page .ve-kota-card img{
  height:auto !important;
}
.ve-kota-page .ve-kota-card img{
  width:100% !important;
  object-fit:contain !important;
}
.ve-kota-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
@media(max-width:700px){
  .ve-kota-grid{
    grid-template-columns:1fr !important;
  }
}


/* Granite Kota: preserve uploaded photo proportions */
.ve-kota-page .ve-kota-hero-image{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
}
.ve-kota-page .ve-kota-hero-image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.ve-kota-page .ve-kota-card,
.ve-kota-page .ve-kota-card img{
  height:auto !important;
}
.ve-kota-page .ve-kota-card img{
  width:100% !important;
  object-fit:contain !important;
}

/* ===== v7.13 KOTA STONE — tighter photo spacing ===== */
.ve-kota-page .ve-kota-grid{
  gap: 8px !important;
  column-gap: 8px !important;
  row-gap: 8px !important;
}
.ve-kota-page .ve-kota-card{
  margin: 0 !important;
}

/* ===== v7.14 KOTA STONE — minimal photo spacing ===== */
.ve-kota-page .ve-kota-grid{
  gap: 2px !important;
  column-gap: 2px !important;
  row-gap: 2px !important;
}
.ve-kota-page .ve-kota-card{
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== v7.15 KOTA STONE — 3 photos per row with small spacing ===== */
.ve-kota-page .ve-kota-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  column-gap: 10px !important;
  row-gap: 10px !important;
  align-items: start !important;
}
.ve-kota-page .ve-kota-card{
  margin: 0 !important;
  padding: 0 !important;
}
.ve-kota-page .ve-kota-card img{
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 760px){
  .ve-kota-page .ve-kota-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
}


/* ===== v7.16 KOTA STONE — 3 photos per row, small spacing ===== */
.ve-kota-page .ve-kota-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  column-gap:10px !important;
  row-gap:10px !important;
  align-items:start !important;
}
.ve-kota-page .ve-kota-card{
  margin:0 !important;
  padding:0 !important;
}
.ve-kota-page .ve-kota-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
}
@media(max-width:760px){
  .ve-kota-page .ve-kota-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
}
@media(max-width:520px){
  .ve-kota-page .ve-kota-grid{
    grid-template-columns:1fr !important;
  }
}


/* ===== v7.18 SANDSTONE PAGE ===== */
.ve-sandstone-page{
  background:#f7f4ee;
}
.ve-sandstone-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-sandstone-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-sandstone-hero-copy{
  padding-bottom:70px;
}
.ve-sandstone-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-sandstone-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-sandstone-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-sandstone-hero-image{
  height:650px;
  overflow:hidden;
}
.ve-sandstone-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ve-sandstone-intro{
  background:#fff;
}
.ve-sandstone-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-sandstone-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-sandstone-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}
.ve-sandstone-gallery{
  background:#f7f4ee;
}
.ve-sandstone-gallery-head{
  margin-bottom:36px;
}
.ve-sandstone-gallery-head h2{
  margin:10px 0 0;
}
.ve-sandstone-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:170px;
  gap:18px;
}
.ve-sandstone-card{
  margin:0;
  overflow:hidden;
  background:#ddd;
  position:relative;
}
.ve-sandstone-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.ve-sandstone-card:hover img{
  transform:scale(1.045);
}
.ve-sandstone-card-1{grid-column:span 5;grid-row:span 3}
.ve-sandstone-card-2{grid-column:span 3;grid-row:span 2}
.ve-sandstone-card-3{grid-column:span 4;grid-row:span 2}
.ve-sandstone-card-4{grid-column:span 3;grid-row:span 2}
.ve-sandstone-card-5{grid-column:span 4;grid-row:span 2}
.ve-sandstone-card-6{grid-column:span 5;grid-row:span 3}
.ve-sandstone-card-7{grid-column:span 3;grid-row:span 2}
.ve-sandstone-card-8{grid-column:span 4;grid-row:span 2}
.ve-sandstone-card-9{grid-column:span 3;grid-row:span 2}
.ve-sandstone-card-10{grid-column:span 4;grid-row:span 2}
.ve-sandstone-card-11{grid-column:span 5;grid-row:span 3}
.ve-sandstone-card-12{grid-column:span 3;grid-row:span 2}

.ve-sandstone-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-sandstone-cta .kicker{
  color:#cda878;
}
.ve-sandstone-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-sandstone-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-sandstone-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:900px){
  .ve-sandstone-hero-grid,
  .ve-sandstone-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-sandstone-hero-copy{
    padding-bottom:10px;
  }
  .ve-sandstone-hero-image{
    height:520px;
  }
  .ve-sandstone-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:260px;
  }
  .ve-sandstone-card{
    grid-column:span 1 !important;
    grid-row:span 1 !important;
  }
}
@media(max-width:600px){
  .ve-sandstone-hero{
    padding-top:42px;
  }
  .ve-sandstone-hero-image{
    height:430px;
  }
  .ve-sandstone-grid{
    grid-template-columns:1fr;
    grid-auto-rows:340px;
  }
  .ve-sandstone-cta-inner{
    display:block;
  }
  .ve-sandstone-cta a{
    margin-top:24px;
  }
}

.ve-sandstone-card-13{grid-column:span 4;grid-row:span 2}
.ve-sandstone-card-14{grid-column:span 3;grid-row:span 2}
.ve-sandstone-card-15{grid-column:span 5;grid-row:span 3}
.ve-sandstone-card-16{grid-column:span 4;grid-row:span 2}


/* ===== v6.8 FLOOR TILES — SMALLER PHOTOS ONLY ===== */
.ve-sandstone-hero-image{
  height:460px !important;
  max-width:560px;
  justify-self:end;
  width:100%;
}
.ve-sandstone-grid{
  gap:24px !important;
}
.ve-sandstone-card,
.ve-sandstone-card:nth-child(3n+1),
.ve-sandstone-card:nth-child(4n+2),
.ve-sandstone-card-13,
.ve-sandstone-card-14,
.ve-sandstone-card-15,
.ve-sandstone-card-16{
  min-height:0 !important;
  height:300px !important;
  grid-row:span 1 !important;
}
.ve-sandstone-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:850px){
  .ve-sandstone-hero-image{
    height:400px !important;
    max-width:100%;
  }
}
@media(max-width:600px){
  .ve-sandstone-hero-image{
    height:330px !important;
  }
  .ve-sandstone-card,
  .ve-sandstone-card:nth-child(3n+1),
  .ve-sandstone-card:nth-child(4n+2),
  .ve-sandstone-card-13,
  .ve-sandstone-card-14,
  .ve-sandstone-card-15,
  .ve-sandstone-card-16{
    height:260px !important;
  }
}


/* ===== v6.9 FLOOR TILES — COMPACT, NO CROPPING ===== */
.ve-sandstone-hero-image{
  width:min(100%, 430px) !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  justify-self:end;
  background:#f5f2ec;
}
.ve-sandstone-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.ve-sandstone-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  align-items:start;
}
.ve-sandstone-card,
.ve-sandstone-card:nth-child(3n+1),
.ve-sandstone-card:nth-child(4n+2),
.ve-sandstone-card-13,
.ve-sandstone-card-14,
.ve-sandstone-card-15,
.ve-sandstone-card-16{
  grid-column:span 1 !important;
  grid-row:span 1 !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:736 / 770;
  min-height:0 !important;
  background:#eee;
  overflow:hidden;
}
.ve-sandstone-card img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-sandstone-card:hover img{
  transform:none !important;
}

@media(max-width:900px){
  .ve-sandstone-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .ve-sandstone-hero-image{
    width:min(100%, 400px) !important;
  }
}
@media(max-width:600px){
  .ve-sandstone-grid{
    grid-template-columns:1fr !important;
  }
  .ve-sandstone-card,
  .ve-sandstone-card:nth-child(3n+1),
  .ve-sandstone-card:nth-child(4n+2),
  .ve-sandstone-card-13,
  .ve-sandstone-card-14,
  .ve-sandstone-card-15,
  .ve-sandstone-card-16{
    width:min(100%, 360px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .ve-sandstone-hero-image{
    width:min(100%, 360px) !important;
    justify-self:center;
  }
}


/* ===== v7.0 FLOOR TILE PHOTO SIZE — FINAL OVERRIDE ===== */

/* Hero photo: smaller and fully visible */
.ve-sandstone-hero-image{
  width:320px !important;
  max-width:100% !important;
  height:335px !important;
  aspect-ratio:auto !important;
  justify-self:end !important;
  overflow:hidden !important;
  background:#f3efe8 !important;
}
.ve-sandstone-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Gallery: compact cards, close to the reference photo proportions */
.ve-sandstone-grid{
  display:grid !important;
  grid-template-columns:repeat(3, 280px) !important;
  justify-content:center !important;
  gap:28px !important;
  grid-auto-rows:auto !important;
}

.ve-sandstone-card,
.ve-sandstone-card:nth-child(3n+1),
.ve-sandstone-card:nth-child(4n+2),
.ve-sandstone-card-1,
.ve-sandstone-card-2,
.ve-sandstone-card-3,
.ve-sandstone-card-4,
.ve-sandstone-card-5,
.ve-sandstone-card-6,
.ve-sandstone-card-7,
.ve-sandstone-card-8,
.ve-sandstone-card-9,
.ve-sandstone-card-10,
.ve-sandstone-card-11,
.ve-sandstone-card-12,
.ve-sandstone-card-13,
.ve-sandstone-card-14,
.ve-sandstone-card-15,
.ve-sandstone-card-16{
  width:280px !important;
  height:293px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#f0ece5 !important;
  overflow:hidden !important;
}

.ve-sandstone-card img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
.ve-sandstone-card:hover img{
  transform:none !important;
}

@media(max-width:1000px){
  .ve-sandstone-grid{
    grid-template-columns:repeat(2, 280px) !important;
  }
}
@media(max-width:650px){
  .ve-sandstone-grid{
    grid-template-columns:280px !important;
  }
  .ve-sandstone-hero-image{
    width:280px !important;
    height:293px !important;
    justify-self:center !important;
  }
}


/* ===== v7.1 PARKING TILES PAGE — SAME FORMAT AS FLOOR TILES ===== */
.ve-parking-page{
  background:#f7f4ee;
}
.ve-parking-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-parking-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-parking-hero-copy{
  padding-bottom:70px;
}
.ve-parking-hero-copy h1{
  font-size:clamp(56px,8vw,112px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:12px 0 24px;
}
.ve-parking-hero-copy p{
  max-width:560px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-parking-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}
.ve-parking-hero-image{
  width:320px;
  max-width:100%;
  height:335px;
  justify-self:end;
  overflow:hidden;
  background:#f3efe8;
}
.ve-parking-hero-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ve-parking-intro{
  background:#fff;
}
.ve-parking-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-parking-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-parking-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-parking-gallery{
  background:#f7f4ee;
}
.ve-parking-gallery-head{
  margin-bottom:36px;
}
.ve-parking-gallery-head h2{
  margin:10px 0 0;
}
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3,280px);
  justify-content:center;
  gap:28px;
  grid-auto-rows:auto;
}
.ve-parking-card{
  width:280px;
  height:293px;
  margin:0;
  overflow:hidden;
  background:#f0ece5;
}
.ve-parking-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}

.ve-parking-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-parking-cta .kicker{
  color:#cda878;
}
.ve-parking-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-parking-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-parking-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}

@media(max-width:1000px){
  .ve-parking-grid{
    grid-template-columns:repeat(2,280px);
  }
}
@media(max-width:850px){
  .ve-parking-hero-grid,
  .ve-parking-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-parking-hero-copy{
    padding-bottom:10px;
  }
  .ve-parking-hero-image{
    width:280px;
    height:293px;
    justify-self:center;
  }
}
@media(max-width:650px){
  .ve-parking-grid{
    grid-template-columns:280px;
  }
  .ve-parking-cta-inner{
    display:block;
  }
  .ve-parking-cta a{
    margin-top:24px;
  }
}


/* ===== v7.2 PARKING TILES — KEEP ORIGINAL PHOTO PROPORTIONS ===== */
.ve-parking-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  align-items:start;
}
.ve-parking-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-parking-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-parking-card:hover img{
  transform:none;
}
.ve-parking-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-parking-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}
@media(max-width:1000px){
  .ve-parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:650px){
  .ve-parking-grid{grid-template-columns:1fr;}
}


/* ===== v7.3 TILE & STONE ADHESIVES PAGE ===== */
.ve-adhesive-page{
  background:#f7f4ee;
}
.ve-adhesive-hero{
  padding:72px 0 0;
  background:#f7f4ee;
}
.ve-adhesive-hero-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:end;
}
.ve-adhesive-hero-copy{
  padding-bottom:70px;
}
.ve-adhesive-hero-copy h1{
  font-size:clamp(50px,7vw,100px);
  line-height:.92;
  letter-spacing:-.05em;
  margin:12px 0 24px;
}
.ve-adhesive-hero-copy p{
  max-width:600px;
  font-size:16px;
  line-height:1.75;
  margin-bottom:28px;
}
.ve-adhesive-back{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #b89a73;
  padding-bottom:4px;
}

/* Keep the supplied photo's own proportions */
.ve-adhesive-hero-image{
  width:auto;
  max-width:100%;
  height:auto;
  justify-self:end;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-hero-image img{
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:unset;
  display:block;
}

.ve-adhesive-intro{
  background:#fff;
}
.ve-adhesive-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:end;
}
.ve-adhesive-intro h2{
  margin:10px 0 0;
  max-width:620px;
}
.ve-adhesive-intro p{
  margin:0;
  max-width:780px;
  line-height:1.8;
}

.ve-adhesive-gallery{
  background:#f7f4ee;
}
.ve-adhesive-gallery-head{
  margin-bottom:36px;
}
.ve-adhesive-gallery-head h2{
  margin:10px 0 0;
}
.ve-adhesive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.ve-adhesive-card{
  width:100%;
  height:auto;
  margin:0;
  overflow:visible;
  background:transparent;
}
.ve-adhesive-card img{
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:unset;
  object-position:unset;
  display:block;
  transform:none;
}
.ve-adhesive-card:hover img{
  transform:none;
}

.ve-adhesive-cta{
  background:#1b1f1c;
  color:#fff;
}
.ve-adhesive-cta .kicker{
  color:#cda878;
}
.ve-adhesive-cta-inner{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}
.ve-adhesive-cta h2{
  max-width:700px;
  margin:10px 0 0;
}
.ve-adhesive-cta a{
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding-bottom:4px;
  white-space:nowrap;
}
@media(max-width:850px){
  .ve-adhesive-hero-grid,
  .ve-adhesive-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .ve-adhesive-hero-copy{
    padding-bottom:10px;
  }
}
@media(max-width:650px){
  .ve-adhesive-grid{
    grid-template-columns:1fr;
  }
  .ve-adhesive-cta-inner{
    display:block;
  }
  .ve-adhesive-cta a{
    margin-top:24px;
  }
}


/* ===== v7.4 TILES & STONE PAGE ===== */

/* v7.6 Tiles & Stone: exact Parking Tiles format */

/* v7.7 Tiles & Stone — exact Floor Tiles format */


/* Tile Grout hero image */
.ve-sandstone-page .ve-sandstone-hero-image{
  width:320px !important;
  max-width:320px !important;
  height:335px !important;
  justify-self:end !important;
}
.ve-sandstone-page .ve-sandstone-hero-image img{
  width:320px !important;
  height:335px !important;
  max-width:320px !important;
  object-fit:contain !important;
  display:block !important;
}

/* Only two application images */
.ve-sandstone-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.ve-sandstone-card{
  height:auto !important;
}
.ve-sandstone-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

@media(max-width:700px){
  .ve-sandstone-grid{
    grid-template-columns:1fr !important;
  }
  .ve-sandstone-page .ve-sandstone-hero-image,
  .ve-sandstone-page .ve-sandstone-hero-image img{
    width:100% !important;
    max-width:320px !important;
    height:auto !important;
  }
}


/* ===== v7.10 Tile Grout — preserve original photo proportions ===== */
.ve-sandstone-page .ve-sandstone-hero-image{
    width:auto !important;
    max-width:none !important;
    height:auto !important;
}
.ve-sandstone-page .ve-sandstone-hero-image img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    display:block !important;
}
.ve-sandstone-page .ve-sandstone-card,
.ve-sandstone-page .ve-sandstone-card img{
    height:auto !important;
}
.ve-sandstone-page .ve-sandstone-card img{
    width:100% !important;
    object-fit:contain !important;
}


/* Tile Grout: preserve uploaded photo proportions */
.ve-sandstone-page .ve-sandstone-hero-image{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
}
.ve-sandstone-page .ve-sandstone-hero-image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.ve-sandstone-page .ve-sandstone-card,
.ve-sandstone-page .ve-sandstone-card img{
  height:auto !important;
}
.ve-sandstone-page .ve-sandstone-card img{
  width:100% !important;
  object-fit:contain !important;
}
.ve-sandstone-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
@media(max-width:700px){
  .ve-sandstone-grid{
    grid-template-columns:1fr !important;
  }
}


/* Granite Kota: preserve uploaded photo proportions */
.ve-sandstone-page .ve-sandstone-hero-image{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
}
.ve-sandstone-page .ve-sandstone-hero-image img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.ve-sandstone-page .ve-sandstone-card,
.ve-sandstone-page .ve-sandstone-card img{
  height:auto !important;
}
.ve-sandstone-page .ve-sandstone-card img{
  width:100% !important;
  object-fit:contain !important;
}

/* ===== v7.13 SANDSTONE — tighter photo spacing ===== */
.ve-sandstone-page .ve-sandstone-grid{
  gap: 8px !important;
  column-gap: 8px !important;
  row-gap: 8px !important;
}
.ve-sandstone-page .ve-sandstone-card{
  margin: 0 !important;
}

/* ===== v7.14 SANDSTONE — minimal photo spacing ===== */
.ve-sandstone-page .ve-sandstone-grid{
  gap: 2px !important;
  column-gap: 2px !important;
  row-gap: 2px !important;
}
.ve-sandstone-page .ve-sandstone-card{
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== v7.15 SANDSTONE — 3 photos per row with small spacing ===== */
.ve-sandstone-page .ve-sandstone-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  column-gap: 10px !important;
  row-gap: 10px !important;
  align-items: start !important;
}
.ve-sandstone-page .ve-sandstone-card{
  margin: 0 !important;
  padding: 0 !important;
}
.ve-sandstone-page .ve-sandstone-card img{
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 760px){
  .ve-sandstone-page .ve-sandstone-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
}


/* ===== v7.16 SANDSTONE — 3 photos per row, small spacing ===== */
.ve-sandstone-page .ve-sandstone-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  column-gap:10px !important;
  row-gap:10px !important;
  align-items:start !important;
}
.ve-sandstone-page .ve-sandstone-card{
  margin:0 !important;
  padding:0 !important;
}
.ve-sandstone-page .ve-sandstone-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
}
@media(max-width:760px){
  .ve-sandstone-page .ve-sandstone-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
}
@media(max-width:520px){
  .ve-sandstone-page .ve-sandstone-grid{
    grid-template-columns:1fr !important;
  }
}


/* ===== v7.18 SANDSTONE — 3 photos per row with small spacing ===== */
.ve-sandstone-page .ve-sandstone-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  column-gap:10px !important;
  row-gap:10px !important;
  align-items:start !important;
}
.ve-sandstone-page .ve-sandstone-card{
  margin:0 !important;
  padding:0 !important;
}
.ve-sandstone-page .ve-sandstone-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
}
@media(max-width:760px){
  .ve-sandstone-page .ve-sandstone-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
}
@media(max-width:520px){
  .ve-sandstone-page .ve-sandstone-grid{
    grid-template-columns:1fr !important;
  }
}
