
:root{
  --bg:#f4f1eb;
  --paper:#fffdf8;
  --paper-2:#f9f6ef;
  --ink:#050505;
  --ink-2:#171717;
  --muted:#6d6a63;
  --line:rgba(5,5,5,.12);
  --line-dark:rgba(255,255,255,.16);
  --accent:#c8a46b;
  --accent-2:#8d6b38;
  --whatsapp:#128c7e;
  --radius:28px;
  --shadow:0 24px 80px rgba(5,5,5,.16);
  --shadow-soft:0 16px 44px rgba(5,5,5,.10);
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 0%, rgba(0,0,0,.08), transparent 26rem),
    radial-gradient(circle at 92% 8%, rgba(200,164,107,.20), transparent 28rem),
    linear-gradient(180deg,#fffaf1 0%, var(--bg) 34%, #efe9de 100%);
  line-height:1.6;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.09;
  background-image:
    linear-gradient(120deg, transparent 0 42%, rgba(5,5,5,.25) 42% 42.2%, transparent 42.2% 100%),
    linear-gradient(35deg, transparent 0 62%, rgba(5,5,5,.20) 62% 62.18%, transparent 62.18% 100%);
  background-size:260px 260px, 320px 320px;
  mix-blend-mode:multiply;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:94px 0}.skip-link{position:absolute;top:12px;left:12px;z-index:99;padding:10px 14px;color:#fff;background:#000;border-radius:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(5,5,5,.08)}
.navbar{width:min(calc(100% - 32px),1240px);min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:14px;min-width:max-content}.brand-logo{width:112px;height:54px;object-fit:contain;object-position:left center}.brand-text{display:grid;line-height:1.05}.brand-text strong{text-transform:uppercase;letter-spacing:.11em;font-size:1rem}.brand-text small{color:var(--muted);font-weight:700;font-size:.74rem}.nav-menu{display:flex;align-items:center;gap:8px}.nav-menu a{padding:11px 13px;color:#34322e;font-weight:750;font-size:.94rem;border-radius:999px}.nav-menu a:hover{background:rgba(5,5,5,.07);color:#000}.nav-menu .nav-cta{margin-left:4px;color:#fff;background:#050505;box-shadow:0 12px 34px rgba(5,5,5,.18)}.nav-menu .nav-cta:hover{background:#262626;color:#fff}.nav-toggle{display:none;width:48px;height:48px;border:0;border-radius:16px;background:rgba(5,5,5,.08);color:#000;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.nav-toggle span{width:20px;height:2px;background:#000;border-radius:999px}.nav-toggle em{display:none}
.hero,.detail-hero{position:relative;overflow:hidden;padding:98px 0 116px}.hero-mark{position:absolute;right:-7vw;top:28px;width:min(58vw,720px);aspect-ratio:1.25;background:url('../images/rayno-logo-compat.jpg?v=v3.10') center/contain no-repeat;opacity:.055;filter:grayscale(1);pointer-events:none;transform:rotate(-4deg)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,.88fr);gap:56px;align-items:center}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--accent-2);font-weight:900;letter-spacing:.13em;text-transform:uppercase;font-size:.76rem}.eyebrow::before,.section-kicker::before{content:"";width:34px;height:1px;background:currentColor}h1,h2,h3,p{margin-top:0}h1{max-width:830px;margin:18px 0 22px;font-size:clamp(3rem,7vw,6.8rem);line-height:.9;letter-spacing:-.08em}.hero-copy p,.detail-copy p{max-width:650px;color:#504d47;font-size:1.18rem}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0 34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:900;cursor:pointer;transition:.2s ease;gap:8px}.btn-primary{color:#fff;background:linear-gradient(135deg,#050505,#2a2926);box-shadow:0 18px 44px rgba(5,5,5,.24)}.btn-primary:hover,.btn-secondary:hover,.btn-whatsapp:hover{transform:translateY(-2px)}.btn-secondary{color:#050505;border-color:rgba(5,5,5,.14);background:rgba(255,255,255,.72)}.btn-whatsapp{color:#fff;background:linear-gradient(135deg,#128c7e,#25d366);box-shadow:0 18px 44px rgba(18,140,126,.22)}
.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:640px;margin:0;padding:0}.hero-stats div{padding:18px;background:rgba(255,255,255,.70);border:1px solid rgba(5,5,5,.09);border-radius:22px;box-shadow:var(--shadow-soft)}.hero-stats dt{font-size:2rem;font-weight:950;line-height:1;letter-spacing:-.06em}.hero-stats dd{margin:6px 0 0;color:var(--muted);font-weight:700;font-size:.9rem}.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:16px;transform:rotate(-1deg)}.hero-card{position:relative;overflow:hidden;min-height:190px;margin:0;border-radius:30px;background:#fff;border:1px solid rgba(5,5,5,.08);box-shadow:var(--shadow)}.hero-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.24));opacity:.55}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card-large{grid-row:span 2;min-height:416px}.hero-card-wide{grid-column:span 2;min-height:160px}
.section-heading{max-width:790px;margin-bottom:34px}.section-heading h2,.gallery-head h2,.contact-card h2,.about-copy h2,.whatsapp-card h2{margin:12px 0 0;font-size:clamp(2rem,4vw,4rem);line-height:.98;letter-spacing:-.06em}.section-intro{max-width:720px;color:#59554d;font-size:1.04rem}.services-section,.product-section,.detail-info-section{background:rgba(255,255,255,.36)}.service-grid,.approach-grid,.detail-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card,.approach-card,.detail-info-card{position:relative;overflow:hidden;padding:28px;border-radius:var(--radius);background:rgba(255,253,248,.86);border:1px solid rgba(5,5,5,.09);box-shadow:var(--shadow-soft)}.service-card::before,.product-card::before,.detail-info-card::before{content:"";position:absolute;right:-45px;top:-45px;width:110px;height:110px;border:20px solid rgba(5,5,5,.05);border-radius:32px;transform:rotate(32deg)}.service-card span,.detail-info-card span{display:inline-flex;margin-bottom:42px;color:var(--accent-2);font-weight:950}.service-card h3,.approach-card h3,.detail-info-card h3{margin-bottom:10px;font-size:1.35rem;letter-spacing:-.03em}.service-card p,.approach-card p,.detail-info-card p{margin:0;color:#625f58}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}.about-media{position:relative}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}.image-stack img{width:100%;height:420px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow);border:1px solid rgba(5,5,5,.08)}.image-stack img:nth-child(2){margin-top:60px}.experience-badge{position:absolute;left:50%;bottom:28px;display:flex;align-items:center;gap:14px;max-width:230px;padding:18px 20px;color:#fff;background:#050505;border-radius:24px;box-shadow:var(--shadow)}.experience-badge strong{font-size:3rem;line-height:1}.experience-badge span{font-weight:800;line-height:1.15}.about-copy p{color:#56524a}.approach-section{background:linear-gradient(135deg,#050505,#191816);color:#fff}.approach-section .section-kicker{color:#d8bd87}.approach-section .section-heading h2{color:#fff}.approach-grid{grid-template-columns:repeat(3,1fr)}.approach-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);box-shadow:none}.approach-card p{color:rgba(255,255,255,.72)}.approach-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:28px;background:rgba(255,255,255,.08);border-radius:18px;color:#d8bd87;font-size:1.4rem}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:34px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:24px}.process-line div{padding:24px;background:rgba(255,255,255,.07)}.process-line strong{display:block;color:#d8bd87}.process-line span{color:rgba(255,255,255,.78);font-weight:750}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.compact-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{position:relative;overflow:hidden;display:flex;min-height:100%;flex-direction:column;border-radius:28px;background:var(--paper);border:1px solid rgba(5,5,5,.09);box-shadow:var(--shadow-soft);transition:.2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card figure{overflow:hidden;margin:0;aspect-ratio:1.18;background:#e8e0d3}.compact-product-grid .product-card figure{aspect-ratio:1.45}.product-card img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.product-card:hover img{transform:scale(1.05)}.product-card-body{position:relative;z-index:1;padding:22px}.product-card-body span{display:inline-flex;margin-bottom:8px;color:var(--accent-2);font-weight:900;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem}.product-card h3{margin-bottom:8px;font-size:1.32rem}.product-card p{color:#5f5a51;font-size:.96rem}.product-card b{display:inline-flex;margin-top:2px;font-size:.92rem}
.gallery-section{background:rgba(255,255,255,.44)}.gallery-head{display:grid;grid-template-columns:1fr .72fr;gap:34px;align-items:end;margin-bottom:28px}.gallery-head p{color:#5f5a51}.filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.filter-btn{border:1px solid rgba(5,5,5,.12);padding:11px 16px;border-radius:999px;background:rgba(255,255,255,.76);font-weight:850;cursor:pointer}.filter-btn.active,.filter-btn:hover{color:#fff;background:#050505;border-color:#050505}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-card{display:block;overflow:hidden;border-radius:24px;background:var(--paper);border:1px solid rgba(5,5,5,.09);box-shadow:0 12px 32px rgba(5,5,5,.08);transition:.18s ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(5,5,5,.14)}.gallery-card figure{margin:0;aspect-ratio:1.18;background:#ebe5da;overflow:hidden}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.gallery-card:hover img{transform:scale(1.04)}.gallery-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px}.gallery-meta span{font-weight:900}.gallery-meta small{color:var(--muted);font-weight:800;font-size:.75rem}.gallery-card.is-hidden{display:none}.gallery-actions{display:flex;justify-content:center;margin-top:28px}
.contact-section,.whatsapp-section{background:linear-gradient(135deg,#050505,#1a1917);color:#fff}.contact-card,.whatsapp-card{display:grid;grid-template-columns:1.1fr .75fr;gap:30px;align-items:center;padding:44px;border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow)}.contact-card .section-kicker,.whatsapp-card .section-kicker{color:#d8bd87}.contact-card p,.whatsapp-card p{color:rgba(255,255,255,.74)}.contact-panel{display:grid;gap:14px;justify-items:start;padding:24px;border-radius:26px;background:rgba(255,255,255,.08)}.contact-link{font-weight:950;font-size:1.2rem}.contact-panel span{color:rgba(255,255,255,.68);font-weight:800}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#128c7e,#25d366);font-weight:950;box-shadow:0 18px 40px rgba(18,140,126,.32)}
.site-footer{padding:54px 0 28px;color:#fff;background:#050505}.footer-grid{display:flex;justify-content:space-between;gap:34px;padding-bottom:34px}.footer-brand .brand-logo{filter:invert(1)}.footer-brand .brand-text small{color:rgba(255,255,255,.58)}.footer-grid p{max-width:430px;color:rgba(255,255,255,.68)}.footer-links{display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start;justify-content:flex-end}.footer-links a{padding:10px 12px;border-radius:999px;color:rgba(255,255,255,.72);font-weight:800;background:rgba(255,255,255,.06)}.footer-links a:hover{color:#fff;background:rgba(255,255,255,.12)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.58)}.footer-bottom a{color:rgba(255,255,255,.78)}
.detail-hero-grid{position:relative;display:grid;grid-template-columns:1fr .85fr;gap:52px;align-items:center}.breadcrumb{display:inline-flex;margin-bottom:18px;color:#6b6256;font-weight:850}.detail-hero h1{font-size:clamp(3.2rem,7vw,7rem)}.detail-hero-image{overflow:hidden;margin:0;border-radius:34px;background:#fff;border:1px solid rgba(5,5,5,.09);box-shadow:var(--shadow);transform:rotate(1.2deg)}.detail-hero-image img{width:100%;height:min(58vh,540px);object-fit:cover}.detail-info-grid{grid-template-columns:repeat(3,1fr)}.detail-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.detail-gallery-card{overflow:hidden;margin:0;aspect-ratio:1.16;border-radius:24px;background:#fff;border:1px solid rgba(5,5,5,.08);box-shadow:0 12px 34px rgba(5,5,5,.08)}.detail-gallery-card img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.detail-gallery-card:hover img{transform:scale(1.04)}.mini-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mini-link{overflow:hidden;display:grid;border-radius:24px;background:#fff;border:1px solid rgba(5,5,5,.09);box-shadow:var(--shadow-soft)}.mini-link img{width:100%;height:170px;object-fit:cover}.mini-link span{padding:15px;font-weight:900}.related-section{background:rgba(255,255,255,.38)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease, transform .55s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:1080px){.hero-grid,.about-grid,.detail-hero-grid{grid-template-columns:1fr}.hero-visual{max-width:720px}.service-grid,.product-grid,.compact-product-grid,.gallery-grid,.detail-gallery-grid{grid-template-columns:repeat(3,1fr)}.approach-grid,.detail-info-grid{grid-template-columns:1fr 1fr}.contact-card,.whatsapp-card{grid-template-columns:1fr}}
@media (max-width:820px){.section{padding:68px 0}.navbar{min-height:74px}.brand-logo{width:94px;height:46px}.brand-text{display:none}.nav-toggle{display:flex}.nav-menu{position:absolute;left:16px;right:16px;top:78px;display:none;flex-direction:column;align-items:stretch;padding:14px;background:rgba(255,253,248,.97);border:1px solid rgba(5,5,5,.08);border-radius:24px;box-shadow:var(--shadow)}.nav-menu.open{display:flex}.nav-menu a{padding:13px 15px}.hero{padding-top:74px}.hero-grid{gap:32px}h1{font-size:clamp(2.7rem,13vw,4.7rem)}.hero-stats,.process-line{grid-template-columns:1fr}.hero-visual{grid-template-columns:1fr 1fr}.hero-card-large{min-height:300px}.service-grid,.product-grid,.compact-product-grid,.gallery-grid,.detail-gallery-grid,.mini-link-grid{grid-template-columns:repeat(2,1fr)}.gallery-head{grid-template-columns:1fr}.about-media{order:2}.image-stack img{height:320px}.approach-grid,.detail-info-grid{grid-template-columns:1fr}.footer-grid,.footer-bottom{flex-direction:column}.footer-links{justify-content:flex-start}.floating-whatsapp{right:14px;bottom:14px}}
@media (max-width:560px){.container{width:min(calc(100% - 28px),var(--container))}.section-heading h2,.gallery-head h2,.contact-card h2,.about-copy h2,.whatsapp-card h2{font-size:2.25rem}.hero-actions .btn{width:100%}.hero-stats{gap:10px}.hero-visual{display:block;transform:none}.hero-card{margin-bottom:14px}.hero-card-large,.hero-card-wide{min-height:220px}.service-grid,.product-grid,.compact-product-grid,.gallery-grid,.detail-gallery-grid,.mini-link-grid{grid-template-columns:1fr}.image-stack{grid-template-columns:1fr}.image-stack img:nth-child(2){margin-top:0}.experience-badge{position:static;margin-top:16px}.contact-card,.whatsapp-card{padding:26px}.detail-hero-image img{height:330px}.footer-links{display:grid;grid-template-columns:1fr 1fr;width:100%}}


/* v3.10 updates: WhatsApp icon, sector blog, and cache-busting friendly layout */
a[href*="wa.me"] { white-space: nowrap; }
.btn[href*="wa.me"]::before,
.floating-whatsapp::before {
  content:"";
  flex:0 0 auto;
  width:21px;
  height:21px;
  display:inline-block;
  background:url('../images/whatsapp-icon.svg?v=v3.10') center/contain no-repeat;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.18));
}
.floating-whatsapp { gap:8px; }
.blog-section { background:linear-gradient(180deg, rgba(255,255,255,.54), rgba(255,255,255,.22)); }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.blog-card { position:relative; overflow:hidden; display:flex; min-height:100%; flex-direction:column; border-radius:28px; background:var(--paper); border:1px solid rgba(5,5,5,.09); box-shadow:var(--shadow-soft); transition:.2s ease; }
.blog-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.blog-card figure { margin:0; aspect-ratio:1.48; overflow:hidden; background:#ebe5da; }
.blog-card img { width:100%; height:100%; object-fit:cover; transition:.35s ease; }
.blog-card:hover img { transform:scale(1.04); }
.blog-card-body { padding:24px; display:flex; flex-direction:column; gap:8px; flex:1; }
.blog-card-body small { color:var(--accent-2); font-weight:900; text-transform:uppercase; letter-spacing:.11em; }
.blog-card-body h3 { margin:0; font-size:1.28rem; line-height:1.12; letter-spacing:-.035em; }
.blog-card-body p { margin:0; color:#5f5a51; font-size:.96rem; }
.blog-card-body b { margin-top:auto; font-size:.92rem; }
.blog-hero { position:relative; overflow:hidden; padding:98px 0 80px; }
.blog-hero .section-heading { max-width:900px; margin-bottom:0; }
.blog-hero h1 { font-size:clamp(3rem,7vw,6.2rem); }
.article-page .detail-hero-image img { height:min(52vh,500px); }
.article-content { max-width:880px; margin-inline:auto; }
.article-content h2 { margin:40px 0 14px; font-size:clamp(1.85rem,3vw,2.75rem); line-height:1.05; letter-spacing:-.05em; }
.article-content p { color:#4f4b44; font-size:1.08rem; }
.article-content ul { padding-left:20px; color:#4f4b44; }
.article-content li { margin:10px 0; }
.article-cta { margin-top:44px; padding:30px; border-radius:30px; color:#fff; background:linear-gradient(135deg,#050505,#1a1917); box-shadow:var(--shadow); }
.article-cta p { color:rgba(255,255,255,.74); }
@media (max-width:1080px) { .blog-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px) { .blog-grid { grid-template-columns:1fr; } a[href*="wa.me"] { white-space: normal; } }


/* v3.10 minimalist homepage, larger header logo, contact popup and category sliders */
.brand-logo{width:152px;height:74px}.navbar{min-height:94px}.brand-text{display:none!important}.footer-brand .brand-logo{filter:invert(1);width:142px;height:68px}.home-groups-section{position:relative;overflow:hidden;padding:56px 0 76px}.home-groups-head{max-width:980px;margin:0 0 28px}.home-groups-head h1{margin:16px 0 16px;font-size:clamp(2.7rem,6.2vw,6.2rem);line-height:.92;letter-spacing:-.08em}.home-groups-head p{max-width:720px;color:#514d47;font-size:1.12rem}.category-slider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-slider-card{position:relative;overflow:hidden;min-height:430px;border-radius:34px;background:#111;border:1px solid rgba(5,5,5,.12);box-shadow:var(--shadow);isolation:isolate;transition:.22s ease}.category-slider-card:hover{transform:translateY(-6px);box-shadow:0 30px 88px rgba(5,5,5,.22)}.group-card-slider{position:absolute;inset:0}.group-card-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity .75s ease, transform 1.4s ease;filter:saturate(.92) contrast(1.02)}.group-card-slider img.active{opacity:1;transform:scale(1)}.category-slider-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.14) 38%,rgba(0,0,0,.82) 100%);z-index:1}.category-slider-label{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}.category-slider-label small{display:inline-flex;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);font-weight:950;letter-spacing:.12em}.category-slider-label h2{margin:0 0 6px;font-size:clamp(2.1rem,4vw,3.6rem);line-height:.9;letter-spacing:-.08em}.category-slider-label span{color:rgba(255,255,255,.76);font-weight:800}.home-promise-section{padding-top:78px}.home-promise-section h2{max-width:850px;margin:18px 0 22px;font-size:clamp(2.45rem,5.2vw,5.8rem);line-height:.92;letter-spacing:-.075em}.integrated-process-section{background:linear-gradient(135deg,#050505,#191816);color:#fff}.integrated-process-section .section-kicker{color:#d8bd87}.integrated-process-section .section-heading h2{color:#fff}.integrated-process-section .section-intro{color:rgba(255,255,255,.72)}.process-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-card{position:relative;overflow:hidden;padding:32px;border-radius:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:none}.process-card span{display:inline-flex;margin-bottom:46px;color:#d8bd87;font-weight:950}.process-card h3{margin:0 0 10px;font-size:1.55rem;letter-spacing:-.035em}.process-card p{margin:0;color:rgba(255,255,255,.72)}.process-card::before{content:"";position:absolute;right:-54px;top:-54px;width:130px;height:130px;border:22px solid rgba(255,255,255,.07);border-radius:32px;transform:rotate(30deg)}.three-service-grid{grid-template-columns:repeat(3,1fr)}.product-index-section:nth-of-type(even){background:rgba(255,255,255,.52)}.contact-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.contact-modal.open{display:flex}.contact-modal__overlay{position:absolute;inset:0;background:rgba(5,5,5,.58);backdrop-filter:blur(8px)}.contact-modal__panel{position:relative;z-index:1;width:min(100%,560px);padding:30px;border-radius:32px;background:var(--paper);box-shadow:0 30px 100px rgba(0,0,0,.35);border:1px solid rgba(5,5,5,.10)}.contact-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.contact-modal__head h2{margin:0;font-size:2.1rem;line-height:1;letter-spacing:-.06em}.contact-modal__head p{margin:8px 0 0;color:var(--muted)}.contact-modal__close{width:42px;height:42px;border:0;border-radius:14px;background:rgba(5,5,5,.08);font-size:1.5rem;line-height:1;cursor:pointer}.contact-info-list{display:grid;gap:12px}.contact-info-row{display:grid;grid-template-columns:112px 1fr auto;align-items:center;gap:12px;padding:14px;border-radius:20px;background:rgba(5,5,5,.04);border:1px solid rgba(5,5,5,.08)}.contact-info-row b{font-size:.84rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-2)}.contact-info-row a,.contact-info-row span{font-weight:850;color:#141414;overflow-wrap:anywhere}.copy-btn{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid rgba(5,5,5,.12);border-radius:14px;background:#fff;cursor:pointer;font-size:1.05rem}.copy-btn.copied{background:#050505;color:#fff}.contact-modal__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.contact-modal__actions .btn{min-height:48px}.nav-menu a[data-contact-modal],.footer-links a[data-contact-modal]{cursor:pointer}
@media (max-width:1080px){.category-slider-grid{grid-template-columns:1fr 1fr}.category-slider-card:last-child{grid-column:span 2}.process-cards,.three-service-grid{grid-template-columns:1fr 1fr}}
@media (max-width:820px){.brand-logo{width:126px;height:60px}.navbar{min-height:82px}.home-groups-section{padding-top:42px}.category-slider-grid,.process-cards,.three-service-grid{grid-template-columns:1fr}.category-slider-card,.category-slider-card:last-child{grid-column:auto;min-height:340px}.contact-info-row{grid-template-columns:1fr auto;gap:6px}.contact-info-row b{grid-column:1/-1}.home-promise-section h2{font-size:clamp(2.2rem,10vw,4.4rem)}}
@media (max-width:560px){.brand-logo{width:118px;height:56px}.footer-brand .brand-logo{width:124px;height:60px}.home-groups-head h1{font-size:clamp(2.4rem,12vw,4.2rem)}.category-slider-card{min-height:300px}.contact-modal__panel{padding:22px;border-radius:26px}.contact-modal__head h2{font-size:1.8rem}.contact-modal__actions .btn{width:100%}}


/* Rayno v3.10 requested refinements */
.navbar{justify-content:flex-start;gap:0;min-height:98px;width:min(calc(100% - 36px),1280px)}
.brand{gap:18px;margin-right:clamp(56px,9vw,150px)}
.brand-logo{width:176px;height:86px}
.brand-tagline{display:inline-flex;align-items:center;gap:10px;color:#101010;font-weight:950;letter-spacing:.02em;font-size:clamp(.92rem,1vw,1.06rem);white-space:nowrap}
.brand-tagline span::before{content:"•";margin-right:10px;color:var(--accent-2)}
.nav-menu{margin-left:auto;gap:10px}
.nav-menu a{font-size:.98rem;padding:12px 15px}
.home-landing{min-height:calc(100svh - 98px);display:flex;align-items:center;padding:22px 0 32px}
.home-groups-head{max-width:900px;margin-bottom:18px}
.home-groups-head h1{font-size:clamp(2.25rem,4.8vw,5rem);line-height:.95;margin:12px 0 10px}
.home-groups-head p{max-width:620px;font-size:1rem;margin-bottom:0}
.home-first-grid{gap:16px}
.home-first-grid .category-slider-card{min-height:clamp(240px,38vh,350px);border-radius:30px}
.home-first-grid .category-slider-label h2{font-size:clamp(2rem,3.5vw,3.3rem)}
.hero-grid-text-only{grid-template-columns:1fr;max-width:900px;margin-inline:auto;text-align:left}
.home-promise-section{padding:78px 0}.home-promise-section .hero-stats{max-width:760px}
.about-page-section{position:relative;overflow:hidden;min-height:calc(100svh - 98px);display:flex;align-items:center;padding:54px 0 70px}
.about-text-layout h1{max-width:980px;font-size:clamp(2.6rem,5.2vw,5.7rem);line-height:.95;margin:18px 0 28px}
.about-text-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.about-text-columns article{padding:26px;border-radius:28px;background:rgba(255,253,248,.72);border:1px solid rgba(5,5,5,.09);box-shadow:var(--shadow-soft)}
.about-text-columns h2{font-size:1.5rem;margin:0 0 8px;letter-spacing:-.03em}.about-text-columns p{margin:0;color:#5d584f}
.products-stair-section{min-height:calc(100svh - 98px);display:flex;align-items:center;padding:56px 0 80px;background:rgba(255,255,255,.34)}
.products-stair-copy h1{font-size:clamp(3.4rem,8vw,8rem);line-height:.88;margin:16px 0 16px}.products-stair-copy p{max-width:610px;color:#5d584f}
.category-stair-links{display:grid;gap:14px;margin-top:36px}
.category-stair-link{display:flex;align-items:baseline;gap:18px;width:min(100%,920px);padding:22px 28px;border-radius:32px;background:rgba(255,253,248,.86);border:1px solid rgba(5,5,5,.10);box-shadow:var(--shadow-soft);transition:.2s ease}
.category-stair-link:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-stair-link small{font-weight:950;color:var(--accent-2);letter-spacing:.14em}.category-stair-link span{font-size:clamp(2.6rem,6vw,6.4rem);font-weight:950;line-height:.9;letter-spacing:-.08em}
.stair-two{margin-left:clamp(46px,10vw,160px)}.stair-three{margin-left:clamp(92px,18vw,300px)}
.product-category-hero{padding:76px 0 44px}.product-category-hero h1{font-size:clamp(2.8rem,6.4vw,6rem);line-height:.92;margin-bottom:18px}.product-category-section{padding-top:28px}
.category-product-grid{grid-template-columns:repeat(3,1fr);gap:20px}.product-category-card figure{aspect-ratio:1.25;border-radius:24px 24px 0 0}.product-category-card .product-card-body{min-height:190px}
.detail-page .detail-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.detail-page .detail-gallery-card{border-radius:34px;aspect-ratio:1.28;box-shadow:0 20px 56px rgba(5,5,5,.13)}.detail-page .detail-gallery-card img{object-fit:cover}.detail-gallery-card:hover{transform:translateY(-3px)}
.footer-links-minimal{min-width:220px}.footer-bottom .footer-top-link{margin-right:150px}
.contact-info-row.maps-row a{color:#050505}.contact-modal__panel{width:min(100%,660px)}
.rayno-lightbox{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:34px;background:rgba(5,5,5,.84);backdrop-filter:blur(10px)}
.rayno-lightbox.open{display:flex}.rayno-lightbox__figure{position:relative;margin:0;width:min(1120px,86vw);max-height:86vh;display:grid;gap:12px}.rayno-lightbox__figure img{width:100%;max-height:80vh;object-fit:contain;border-radius:30px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.45)}.rayno-lightbox__figure figcaption{color:rgba(255,255,255,.78);font-weight:800;text-align:center}.rayno-lightbox__close,.rayno-lightbox__arrow{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}.rayno-lightbox__close{right:24px;top:24px;width:48px;height:48px;border-radius:16px;font-size:2rem;line-height:1}.rayno-lightbox__arrow{top:50%;transform:translateY(-50%);width:56px;height:72px;border-radius:18px;font-size:3rem;line-height:1}.rayno-lightbox__prev{left:24px}.rayno-lightbox__next{right:24px}
@media (max-width:1080px){.category-product-grid{grid-template-columns:repeat(2,1fr)}.brand{margin-right:clamp(24px,4vw,60px)}.brand-tagline{font-size:.9rem}.stair-two,.stair-three{margin-left:0}.category-stair-link{width:100%}}
@media (max-width:820px){.navbar{min-height:82px}.brand-logo{width:132px;height:64px}.brand-tagline{display:none}.brand{margin-right:0}.home-landing{min-height:auto;padding:34px 0 54px}.home-first-grid .category-slider-card{min-height:320px}.about-text-columns,.category-product-grid,.detail-page .detail-gallery-grid{grid-template-columns:1fr}.products-stair-section{min-height:auto}.category-stair-link span{font-size:clamp(2.5rem,12vw,4.2rem)}.footer-bottom .footer-top-link{margin-right:0}.rayno-lightbox{padding:18px}.rayno-lightbox__arrow{width:46px;height:58px;font-size:2.4rem}.rayno-lightbox__prev{left:10px}.rayno-lightbox__next{right:10px}.rayno-lightbox__close{right:12px;top:12px}}
@media (max-width:560px){.home-groups-head h1{font-size:clamp(2.25rem,12vw,3.8rem)}.home-first-grid .category-slider-card{min-height:280px}.category-stair-link{padding:18px 20px;border-radius:26px}.about-text-layout h1{font-size:2.55rem}.about-text-columns article{padding:22px}.contact-modal__actions .btn{width:100%}}


/* Rayno v3.10 cream background, light footer and vertical product galleries */
:root{
  --bg:#f2e8dc;
  --paper:#ffffff;
  --paper-2:#f7efe5;
  --accent:#b89564;
  --accent-2:#705127;
}
body{
  background:#f2e8dc !important;
}
body::before{opacity:.035;}
.site-header{background:rgba(242,232,220,.90);}
.navbar{min-height:96px;}
.brand-wrap{display:inline-flex;align-items:center;gap:18px;margin-right:clamp(56px,9vw,150px);min-width:max-content;}
.brand-logo-link{margin-right:0;}
.brand-logo{width:188px;height:92px;}
.brand-tagline{pointer-events:none;user-select:text;color:#050505;}
.brand-tagline span::before{color:#050505;opacity:.55;}
.nav-menu a{background:rgba(255,255,255,.30);}
.nav-menu .nav-cta{background:#050505;color:#fff;}
.home-landing{min-height:calc(100svh - 96px);padding:18px 0 28px;}
.home-first-grid .category-slider-card{box-shadow:0 18px 54px rgba(5,5,5,.18);}
.site-footer-light{color:#050505;background:#ffffff;border-top:1px solid rgba(5,5,5,.08);}
.site-footer-light .footer-brand .brand-logo{filter:none;width:150px;height:74px;}
.site-footer-light .footer-grid p{color:#38342f;}
.footer-grid-contact{align-items:flex-start;}
.footer-address{margin:0;max-width:520px;font-style:normal;display:grid;gap:12px;color:#050505;}
.footer-address strong{font-size:1.1rem;letter-spacing:-.02em;}
.footer-address span{color:#3b3731;font-weight:700;line-height:1.5;}
.site-footer-light .footer-links a{background:#f2e8dc;color:#050505;border:1px solid rgba(5,5,5,.08);}
.site-footer-light .footer-links a:hover{background:#eadcc9;color:#050505;}
.site-footer-light .footer-bottom{border-top:1px solid rgba(5,5,5,.10);color:#504c45;}
.site-footer-light .footer-bottom a{color:#050505;}
.footer-bottom .footer-top-link{margin-right:180px;}
.product-listing-hero{padding:64px 0 24px;}
.product-listing-hero h1{font-size:clamp(3.2rem,7vw,7rem);}
.product-list-showcase-section{padding:24px 0 82px;background:transparent;}
.product-showcase-layout{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:26px;align-items:start;}
.product-list-column{position:sticky;top:116px;display:grid;gap:10px;max-height:calc(100svh - 140px);overflow:auto;padding:10px;border-radius:30px;background:rgba(255,255,255,.42);border:1px solid rgba(5,5,5,.08);box-shadow:var(--shadow-soft);}
.product-list-column::-webkit-scrollbar{width:8px}.product-list-column::-webkit-scrollbar-thumb{background:rgba(5,5,5,.22);border-radius:999px}
.product-list-item{width:100%;display:grid;grid-template-columns:42px 1fr;grid-template-areas:'num title' 'num sub';gap:2px 12px;text-align:left;padding:14px;border:1px solid rgba(5,5,5,.08);border-radius:22px;background:#ffffff;color:#050505;cursor:pointer;transition:.18s ease;}
.product-list-item span{grid-area:num;display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#f2e8dc;font-size:.78rem;font-weight:950;letter-spacing:.12em;color:#050505;}
.product-list-item strong{grid-area:title;font-size:1.02rem;line-height:1.1;letter-spacing:-.025em;}
.product-list-item em{grid-area:sub;color:#666056;font-size:.86rem;font-style:normal;line-height:1.3;}
.product-list-item:hover,.product-list-item.active{background:#050505;color:#ffffff;transform:translateX(3px);}
.product-list-item:hover span,.product-list-item.active span{background:#f2e8dc;color:#050505;}
.product-list-item:hover em,.product-list-item.active em{color:rgba(255,255,255,.70);}
.product-showcase-column{min-height:620px;}
.product-showcase-panel{display:none;}
.product-showcase-panel.active{display:block;animation:raynoFade .24s ease both;}
@keyframes raynoFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.product-showcase-copy{margin-bottom:18px;padding:26px 28px;border-radius:30px;background:#ffffff;border:1px solid rgba(5,5,5,.08);box-shadow:var(--shadow-soft);}
.product-showcase-copy span{display:inline-flex;margin-bottom:10px;color:var(--accent-2);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;}
.product-showcase-copy h2{margin:0 0 6px;font-size:clamp(2.3rem,5vw,5rem);line-height:.9;letter-spacing:-.075em;}
.product-showcase-copy p{margin:0;max-width:720px;color:#514c45;font-size:1.05rem;}
.product-showcase-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.showcase-card{aspect-ratio:1.24;border-radius:30px;background:#ffffff;border:1px solid rgba(5,5,5,.08);box-shadow:0 18px 54px rgba(5,5,5,.12);overflow:hidden;}
.showcase-card img{width:100%;height:100%;object-fit:cover;transition:.3s ease;}
.showcase-card:hover img{transform:scale(1.035);}
.contact-modal__panel{background:#ffffff;}
.contact-info-row{background:#f2e8dc;}
.copy-btn{background:#ffffff;color:#050505;}
.floating-whatsapp{right:22px;bottom:22px;}
@media (max-width:1080px){
  .brand-wrap{margin-right:clamp(22px,4vw,58px);}
  .brand-logo{width:162px;height:78px;}
  .brand-tagline{font-size:.86rem;}
  .product-showcase-layout{grid-template-columns:1fr;}
  .product-list-column{position:relative;top:auto;max-height:none;grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:820px){
  .brand-wrap{margin-right:0;}
  .brand-logo{width:136px;height:66px;}
  .brand-tagline{display:none;}
  .site-header{background:rgba(242,232,220,.96);}
  .footer-bottom .footer-top-link{margin-right:0;}
  .product-list-column,.product-showcase-gallery{grid-template-columns:1fr;}
  .product-showcase-column{min-height:0;}
}
@media (max-width:560px){
  .brand-logo{width:124px;height:60px;}
  .product-list-item{grid-template-columns:38px 1fr;padding:12px;}
  .product-showcase-copy{padding:22px;border-radius:24px;}
  .showcase-card{border-radius:24px;}
}

/* Rayno v3.10 minor footer/logo fix */
.site-footer-light .footer-brand{margin-right:0!important;}
.site-footer-light .footer-brand.brand{gap:0;}


/* Rayno v3.10 header, footer, mobile and product showcase refinements */
:root{
  --bg:#f2e8dc;
  --paper:#ffffff;
  --paper-2:#f7efe5;
}
.site-header{
  background:#ffffff !important;
  border-bottom:1px solid rgba(5,5,5,.09);
  backdrop-filter:none;
}
.navbar{
  min-height:104px;
  gap:0;
  justify-content:flex-start;
}
.brand-wrap{
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-right:clamp(42px,7vw,120px);
  min-width:max-content;
}
.brand-logo-link.brand{
  margin-right:0 !important;
  gap:0;
}
.brand-logo{
  width:196px;
  height:96px;
  object-fit:contain;
}
.brand-wording{
  display:grid;
  gap:5px;
  line-height:1.05;
  min-width:max-content;
}
.brand-tagline{
  pointer-events:none;
  user-select:text;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#050505;
  font-weight:950;
  letter-spacing:.01em;
  font-size:clamp(.95rem,1.04vw,1.1rem);
  white-space:nowrap;
}
.brand-tagline span::before{
  content:"•";
  margin-right:10px;
  color:#050505;
  opacity:.55;
}
.brand-slogan{
  display:block;
  color:#050505;
  font-family:"Brush Script MT","Segoe Script","Snell Roundhand",cursive;
  font-size:clamp(1.2rem,1.55vw,1.8rem);
  font-weight:700;
  letter-spacing:.01em;
  line-height:1;
  opacity:.94;
}
.nav-menu{
  margin-left:auto;
  gap:10px;
}
.nav-menu a,
.nav-menu .nav-cta{
  background:#050505 !important;
  color:#ffffff !important;
  border:1px solid #050505;
  box-shadow:0 12px 28px rgba(5,5,5,.14);
}
.nav-menu a:hover,
.nav-menu .nav-cta:hover{
  background:#272727 !important;
  color:#ffffff !important;
}
.nav-toggle{
  background:#050505;
  color:#ffffff;
  margin-left:auto;
}
.nav-toggle span{background:#ffffff;}
.nav-toggle em{color:#ffffff;}
.home-landing{min-height:calc(100svh - 104px);}
.site-footer-light .footer-links a{
  background:#050505 !important;
  color:#ffffff !important;
  border:1px solid #050505 !important;
}
.site-footer-light .footer-links a:hover{
  background:#272727 !important;
  color:#ffffff !important;
}
.about-page .hero-mark{display:none !important;}
.about-text-columns article{
  background:#ffffff !important;
  opacity:1 !important;
}
.product-showcase-layout{
  grid-template-columns:minmax(230px,1fr) minmax(0,3fr) !important;
  gap:28px;
  align-items:start;
}
.product-list-column{
  background:rgba(255,255,255,.70);
  border-radius:28px;
}
.product-list-item{
  border-radius:20px;
  background:#ffffff;
}
.product-showcase-column{
  min-height:calc(100svh - 160px);
}
.product-showcase-panel.active{
  min-height:calc(100svh - 160px);
}
.product-showcase-gallery{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}
.showcase-card{
  aspect-ratio:1.34;
}
.footer-bottom .footer-top-link{
  margin-right:170px;
}
@media (min-width:1200px){
  .product-listing-page .container.product-showcase-layout{
    width:min(calc(100% - 44px),1380px);
  }
}
@media (max-width:1080px){
  .brand-wrap{margin-right:clamp(18px,3vw,42px);}
  .brand-logo{width:162px;height:78px;}
  .brand-slogan{font-size:1.22rem;}
  .product-showcase-layout{grid-template-columns:1fr !important;}
  .product-list-column{position:relative;top:auto;max-height:none;grid-template-columns:repeat(2,minmax(0,1fr));}
  .product-showcase-column,.product-showcase-panel.active{min-height:0;}
}
@media (max-width:820px){
  .navbar{
    width:min(calc(100% - 24px),1240px);
    min-height:82px;
    justify-content:space-between;
    position:relative;
  }
  .brand-wrap{margin-right:0;gap:10px;min-width:0;}
  .brand-logo{width:132px;height:64px;}
  .brand-wording{display:none;}
  .nav-toggle{display:flex;margin-left:auto;flex:0 0 auto;}
  .nav-menu{
    left:0;
    right:0;
    top:86px;
    background:#ffffff;
  }
  .nav-menu a{width:100%;text-align:center;}
  .product-list-column,.product-showcase-gallery{grid-template-columns:1fr;}
  .footer-bottom .footer-top-link{margin-right:0;}
}
@media (max-width:560px){
  .navbar{width:min(calc(100% - 18px),1240px);}
  .brand-logo{width:118px;height:58px;}
  .nav-toggle{width:46px;height:46px;border-radius:14px;}
  .floating-whatsapp{right:12px;bottom:14px;}
  .footer-links-minimal{min-width:0;width:100%;}
  .site-footer-light .footer-links a{justify-content:center;text-align:center;}
}
@media (max-width:960px) and (min-width:821px){
  .brand-wording{display:none;}
  .brand-wrap{margin-right:clamp(14px,3vw,34px);}
}


/* Rayno v3.10 product spacing, fullscreen product groups and 4-column product galleries */
.products-stair-page .products-stair-section{
  min-height:calc(100svh - 104px) !important;
  display:flex;
  align-items:stretch;
  padding:28px 0 44px !important;
}
.products-stair-page .products-stair-section > .container{
  width:min(calc(100% - 44px),1480px) !important;
  display:grid;
  grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);
  gap:42px;
  align-items:center;
}
.products-stair-copy h1{
  font-size:clamp(2.35rem,5.1vw,5.8rem) !important;
  letter-spacing:-.045em !important;
  line-height:.95 !important;
}
.products-stair-copy p{font-size:1rem;max-width:540px;}
.category-stair-links{gap:18px !important;margin-top:0 !important;}
.category-stair-link{
  width:100% !important;
  min-height:142px;
  align-items:center !important;
  gap:24px !important;
  padding:24px 32px !important;
  border-radius:34px !important;
}
.category-stair-link span{
  font-size:clamp(2rem,4.3vw,4.65rem) !important;
  letter-spacing:-.035em !important;
  word-spacing:.16em;
  line-height:1 !important;
}
.stair-two,.stair-three{margin-left:0 !important;}
.product-listing-page .product-listing-hero{padding:38px 0 18px !important;}
.product-listing-page .product-listing-hero h1{font-size:clamp(2.4rem,5.4vw,5.8rem) !important;letter-spacing:-.055em;}
.product-listing-page .section-heading{margin-bottom:18px;}
.product-listing-page .section-intro{max-width:840px;}
.product-listing-page .product-list-showcase-section{padding:16px 0 76px !important;}
.product-listing-page .container.product-showcase-layout{
  width:min(calc(100% - 44px),1560px) !important;
}
.product-showcase-layout{
  grid-template-columns:minmax(250px,22vw) minmax(0,1fr) !important;
  gap:26px !important;
}
.product-list-column{top:124px !important;}
.product-showcase-gallery{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch;
}
.product-showcase-copy{padding:22px 24px !important;border-radius:26px !important;}
.product-showcase-copy h2{font-size:clamp(2rem,4vw,4.2rem) !important;letter-spacing:-.055em !important;}
.showcase-card{aspect-ratio:1 / 1 !important;border-radius:26px !important;}
.showcase-card figcaption,
.usb-category-card figcaption{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(5,5,5,.78);
  color:#fff;
  font-weight:900;
  line-height:1.15;
  font-size:.92rem;
  backdrop-filter:blur(7px);
}
.usb-category-card{position:relative;display:block;color:#fff;}
.usb-category-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.34));
  pointer-events:none;
}
.usb-category-card img{width:100%;height:100%;object-fit:cover;}
.usb-page .product-showcase-copy p strong{color:#050505;}
.usb-page .showcase-card{position:relative;}
@media (max-width:1180px){
  .product-showcase-gallery{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:1080px){
  .products-stair-page .products-stair-section{min-height:auto !important;}
  .products-stair-page .products-stair-section > .container{grid-template-columns:1fr;gap:28px;}
  .product-showcase-layout{grid-template-columns:1fr !important;}
  .product-list-column{position:relative !important;top:auto !important;max-height:none !important;grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:820px){
  .product-showcase-gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .products-stair-copy h1{font-size:clamp(2.25rem,11vw,4.2rem) !important;}
  .category-stair-link span{font-size:clamp(2rem,10vw,3.4rem) !important;}
}
@media (max-width:560px){
  .product-list-column,.product-showcase-gallery{grid-template-columns:1fr !important;}
  .category-stair-link{min-height:112px;}
}


/* Rayno v3.10 product catalog additions: promo products, USB subcategories, full width product galleries */
.products-stair-page .products-stair-section{min-height:calc(100svh - 104px) !important;padding:22px 0 34px !important;}
.category-stair-link span{font-size:clamp(1.85rem,3.7vw,4.2rem) !important;letter-spacing:-.015em !important;word-spacing:.22em !important;}
.category-stair-link{gap:28px !important;min-height:128px !important;}
.product-listing-page .container.product-showcase-layout{width:min(calc(100% - 36px),1640px) !important;}
.product-showcase-gallery{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
.product-showcase-column{width:100%;}
.product-link-card small{display:block;margin-top:6px;color:rgba(255,255,255,.74);font-size:.76rem;font-weight:800;}
.category-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#ffffff,#e7dbcc);color:#050505;font-size:clamp(3rem,8vw,7rem);font-weight:950;}
.empty-gallery-note{grid-column:1/-1;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:34px;border-radius:28px;background:#fff;border:1px dashed rgba(5,5,5,.20);}
.empty-gallery-note strong{font-size:1.35rem;}.empty-gallery-note p{margin:0;color:#5b5650;}
@media (max-width:1180px){.product-showcase-gallery{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media (max-width:820px){.product-showcase-gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}.category-stair-link span{font-size:clamp(1.85rem,9vw,3rem) !important;}}
@media (max-width:560px){.product-showcase-gallery{grid-template-columns:1fr !important;}}

/* Rayno v3.10 product image containment for uploaded catalog visuals */
.product-listing-page .showcase-card img{
  object-fit:contain !important;
  background:#ffffff;
  padding:10px;
}
.product-listing-page .product-link-card img{
  object-fit:cover !important;
  padding:0;
}


/* Rayno v3.10 Kalem ürünleri ve ürün grubu galeri netleştirme */
.kalem-page .product-showcase-gallery,
.product-listing-page .product-showcase-gallery{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.kalem-page .showcase-card img{
  object-fit:contain !important;
  background:#ffffff;
  padding:12px;
}
.products-stair-page .products-stair-section{
  min-height:calc(100svh - 96px) !important;
}
.category-stair-links{
  gap:22px !important;
}
.category-stair-link span{
  font-size:clamp(1.72rem,3.45vw,3.95rem) !important;
  letter-spacing:.005em !important;
  word-spacing:.26em !important;
}
@media (max-width:1180px){
  .kalem-page .product-showcase-gallery,
  .product-listing-page .product-showcase-gallery{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:820px){
  .kalem-page .product-showcase-gallery,
  .product-listing-page .product-showcase-gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:560px){
  .kalem-page .product-showcase-gallery,
  .product-listing-page .product-showcase-gallery{grid-template-columns:1fr !important;}
}


/* Rayno v3.10 cross-browser product image hardening */
.product-listing-page .product-showcase-panel,
.product-listing-page .product-showcase-panel.active{
  visibility:visible;
}
.product-listing-page .product-showcase-panel.active{
  display:block !important;
}
.product-listing-page .showcase-card{
  position:relative;
  display:block;
  min-height:190px;
  background:#ffffff !important;
  isolation:isolate;
}
.product-listing-page .showcase-card img,
.product-listing-page img[data-lightbox]{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0;
  opacity:1 !important;
  visibility:visible !important;
  object-fit:contain !important;
  background:#ffffff !important;
  color:transparent;
  transform:none;
  backface-visibility:hidden;
}
.product-listing-page .showcase-card img.is-loading,
.product-listing-page .showcase-card img.image-error{
  object-fit:contain !important;
}
.product-listing-page .showcase-card figcaption{
  z-index:2;
}
@media (max-width:560px){
  .product-listing-page .showcase-card{min-height:240px;}
}


/* Rayno v3.10 browser-safe product gallery patch
   Purpose: product galleries must stay visible even when reveal animation / IntersectionObserver
   behaves differently on another browser or computer. */
.product-listing-page .reveal,
.product-listing-page .reveal.visible,
.product-category-page .reveal,
.product-category-page .reveal.visible,
.products-stair-page .reveal,
.products-stair-page .reveal.visible{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  transition:none !important;
}
.product-listing-page .product-showcase-layout,
.product-listing-page .product-showcase-column,
.product-listing-page .product-showcase-panel.active,
.product-listing-page .product-showcase-gallery,
.product-listing-page .showcase-card{
  opacity:1 !important;
  visibility:visible !important;
  content-visibility:visible !important;
  contain:none !important;
}
.product-listing-page .product-showcase-panel:not(.active){
  display:none !important;
}
.product-listing-page .product-showcase-panel.active{
  display:block !important;
}
.product-listing-page .showcase-card{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#ffffff !important;
  min-height:220px !important;
}
.product-listing-page .showcase-card img,
.product-listing-page img[data-lightbox]{
  display:block !important;
  position:relative !important;
  z-index:1 !important;
  width:100% !important;
  height:100% !important;
  min-width:1px !important;
  min-height:1px !important;
  opacity:1 !important;
  visibility:visible !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#ffffff !important;
  transform:none !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}
.product-listing-page .showcase-card figcaption{
  pointer-events:none;
  z-index:3 !important;
}
@supports not (aspect-ratio: 1 / 1){
  .product-listing-page .showcase-card{
    position:relative !important;
    height:260px !important;
  }
  .product-listing-page .showcase-card img{
    position:absolute !important;
    inset:0 !important;
  }
}
@media (max-width:560px){
  .product-listing-page .showcase-card{min-height:280px !important;}
}
