:root {
	--bg: #0f1115;
	--bg-2: #0c0d11;
	--bg-3: #08080a;
	--surf: #16181c;
	--surf-2: #13151A;
	--line: #1f222a;
	--line-2: #2A2F38;
	--txt: #E8E6E0;
	--txt-2: #B0B3BA;
	--txt-3: #9DA1A9;
	--txt-4: #6E7178;
	--acc: #6283C1;
	--acc-2: #5B8CC1;
	--acc-light: #7E9AD0;
	--radius: 4px;
	--stone-bg: url('/wp-content/uploads/2026/05/stone-bg.jpg');
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Onest', system-ui, sans-serif; background: var(--bg); color: var(--txt); line-height: 1.6; font-size: 16px; overflow-x: hidden; padding-top: 42px; }
h1, h2, h3, h4, h5 { font-family: 'Russo One', sans-serif; letter-spacing: 0.005em; font-weight: 400; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.wrap { max-width: 1480px; margin: 0 auto; padding: 0 64px; }
.eyebrow { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--acc); font-weight: 500; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; width: 24px; height: 0.5px; background: var(--acc); }

/* TOP CONTACT STRIP */
.top-c { position: fixed; top: 0; left: 0; right: 0; z-index: 101; background: var(--bg-3); border-bottom: 0.5px solid var(--line); height: 42px; display: flex; align-items: center; }
.top-c-inner { max-width: 1480px; margin: 0 auto; padding: 0 64px; display: flex; align-items: center; gap: 32px; width: 100%; font-size: 12px; color: var(--txt-3); letter-spacing: 0.02em; }
.top-c-inner a, .top-c-inner span.addr { display: inline-flex; align-items: center; gap: 9px; transition: color 0.3s; }
.top-c-inner a:hover { color: var(--acc); }
.top-c-inner i { color: var(--acc); font-size: 11px; }
.top-c-inner .addr em { color: var(--txt-4); font-style: normal; margin-left: 6px; letter-spacing: 0; }
.top-c-inner .email { margin-left: auto; }
.top-c-sep { width: 0.5px; height: 14px; background: var(--line-2); }

/* HEADER â visible on load, sticks on scroll */
.hdr { position: sticky; top: 42px; z-index: 100; background: rgba(15,17,21,0.75); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 0.5px solid rgba(255,255,255,0.06); transition: background 0.4s, box-shadow 0.4s; }
.hdr.hdr--sticky { background: rgba(15,17,21,0.95); box-shadow: 0 8px 40px rgba(0,0,0,0.45); }
.hdr-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 64px; max-width: 1480px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.logo-img { height: 70px; width: auto; object-fit: contain; display: block; }
.logo-mark { width: 42px; height: 42px; border-radius: 50%; background: var(--acc); color: var(--bg); display: flex; align-items: center; justify-content: center; font-family: 'Russo One'; font-size: 14px; position: relative; transition: transform 0.5s cubic-bezier(.6,0,.2,1); }
.logo:hover .logo-mark { transform: rotate(180deg); }
.logo-mark::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 0.5px solid var(--acc); opacity: 0.3; }
.logo-txt { font-family: 'Russo One'; font-size: 11px; line-height: 1.15; letter-spacing: 0.12em; color: var(--txt); }
.logo-txt span { display: block; color: var(--txt-4); font-size: 9px; letter-spacing: 0.2em; margin-top: 2px; }
.nav { display: flex; gap: 32px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--txt-3); font-weight: 500; }
.nav a { position: relative; padding: 6px 0; transition: color 0.3s; }
.nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--acc); transition: width 0.3s; }
.nav a:hover::after, .nav a.active::after, .nav .current-menu-item a::after { width: 100%; }
.nav a.active, .nav a:hover, .nav .current-menu-item a { color: var(--txt); }
.nav ul { list-style: none; display: flex; gap: 32px; }
.nav li { display: block; }
.btn-mini { font-family: 'Onest'; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; padding: 11px 20px; border: 0.5px solid var(--acc); color: var(--acc); background: transparent; font-weight: 500; cursor: pointer; border-radius: var(--radius); position: relative; overflow: hidden; transition: color 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.btn-mini::before { content: ''; position: absolute; inset: 0; background: var(--acc); transform: translateY(100%); transition: transform 0.4s cubic-bezier(.6,0,.2,1); z-index: -1; }
.btn-mini:hover { color: #fff; }
.btn-mini:hover::before { transform: translateY(0); }
.burger { display: none; width: 38px; height: 38px; border: 0.5px solid var(--line-2); align-items: center; justify-content: center; color: var(--txt); cursor: pointer; border-radius: var(--radius); background: transparent; }

/* HERO */
.hero { position: relative; min-height: 100vh; padding: 200px 0 100px; overflow: hidden; display: flex; align-items: center; background-image: var(--stone-bg); background-size: cover; background-position: center; background-attachment: fixed; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(15,17,21,0.82) 0%,rgba(15,17,21,0.88) 60%,var(--bg) 100%); z-index: 1; }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 78% 32%,rgba(98,131,193,0.20) 0%,transparent 50%),radial-gradient(circle at 12% 85%,rgba(98,131,193,0.10) 0%,transparent 45%); z-index: 1; pointer-events: none; }
.hero-ghost { position: absolute; left: -2%; bottom: -4%; font-family: 'Russo One'; font-size: clamp(180px,28vw,420px); line-height: 0.8; letter-spacing: -0.02em; -webkit-text-stroke: 1px rgba(98,131,193,0.10); color: transparent; z-index: 2; pointer-events: none; white-space: nowrap; user-select: none; }
.hero-c { position: relative; z-index: 3; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; width: 100%; }
.hero h1 { font-size: clamp(60px,9vw,138px); line-height: 0.92; letter-spacing: -0.018em; color: var(--txt); margin: 24px 0 32px; }
.hero h1 .w { display: block; overflow: hidden; }
.hero h1 .w span { display: inline-block; animation: rise 1s cubic-bezier(.2,.7,.2,1) both; }
.hero h1 .out { -webkit-text-stroke: 1.5px var(--acc); color: transparent; }
.hero h1 .w:nth-child(1) span { animation-delay: 0.15s; }
.hero h1 .w:nth-child(2) span { animation-delay: 0.35s; }
@keyframes rise { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.hero-sub { font-size: 17px; color: var(--txt-2); max-width: 520px; line-height: 1.7; margin-bottom: 42px; animation: fade 1s 0.6s both; }
.hero-sub b { color: var(--txt); font-weight: 500; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; animation: fade 1s 0.8s both; }
.btn { font-family: 'Onest'; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; padding: 18px 28px; cursor: pointer; display: inline-flex; align-items: center; gap: 14px; font-weight: 500; border-radius: var(--radius); position: relative; overflow: hidden; transition: all 0.3s; border: none; }
.btn-pri { background: var(--acc); color: var(--bg); border: 0.5px solid var(--acc); }
.btn-pri i { transition: transform 0.3s; }
.btn-pri:hover { background: var(--acc-light); border-color: var(--acc-light); }
.btn-pri:hover i { transform: translateX(5px); }
.btn-ghost { background: rgba(15,17,21,0.4); color: var(--txt); border: 0.5px solid rgba(232,230,224,0.25); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: var(--txt); background: rgba(232,230,224,0.06); }

.hero-vis { position: relative; height: 520px; animation: fade 1.2s 0.5s both; }
.hero-vis-card { position: absolute; background: var(--surf); border: 0.5px solid var(--line); overflow: hidden; border-radius: var(--radius); }
.hero-vis-card.c1 { top: 0; right: 0; width: 82%; height: 65%; }
.hero-vis-card.c2 { bottom: 0; left: 0; width: 55%; height: 45%; border: 0.5px solid var(--line-2); }
.hero-vis-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-vis-card .lbl { position: absolute; bottom: 14px; left: 16px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--txt); background: rgba(15,17,21,0.78); padding: 7px 12px; backdrop-filter: blur(8px); border-radius: 2px; }
.hero-vis-card .lbl em { color: var(--txt-3); font-style: normal; margin-left: 10px; }

.hero-stats { position: absolute; bottom: 48px; right: 64px; z-index: 3; display: flex; gap: 36px; align-items: flex-end; animation: fade 1s 1s both; }
.hero-stats .col { text-align: right; }
.hero-stats .n { font-family: 'Russo One'; font-size: 44px; color: var(--txt); line-height: 1; }
.hero-stats .n em { font-style: normal; color: var(--acc); font-size: 24px; vertical-align: top; }
.hero-stats .l { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--txt-4); margin-top: 8px; }

.hero-scroll { position: absolute; bottom: 42px; left: 64px; display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--txt-4); z-index: 3; }
.hero-scroll .line { width: 60px; height: 0.5px; background: var(--txt-4); position: relative; overflow: hidden; }
.hero-scroll .line::after { content: ''; position: absolute; left: -60px; top: 0; width: 60px; height: 100%; background: var(--txt); animation: slide 2s ease-in-out infinite; }
@keyframes slide { 0% { left: -60px; } 100% { left: 60px; } }

/* MARQUEE */
.mq { padding: 32px 0; background: var(--bg-2); border-top: 0.5px solid var(--line); border-bottom: 0.5px solid var(--line); overflow: hidden; position: relative; }
.mq-track { display: flex; gap: 64px; white-space: nowrap; animation: tk 38s linear infinite; font-family: 'Russo One'; font-size: 52px; color: rgba(232,230,224,0.08); letter-spacing: 0.02em; }
.mq-track .it { display: inline-flex; align-items: center; gap: 64px; color: rgba(232,230,224,0.10); }
.mq-track .it.hi { color: var(--txt); }
@keyframes tk { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mq-track--rev { animation-direction: reverse; margin-bottom: 30px; }

/* CATALOG */
.cat { padding: 140px 0; border-bottom: 0.5px solid var(--line); background: var(--bg-2); }
.cat-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 32px; }
.cat-head h2 { font-size: clamp(36px,5vw,60px); line-height: 1.02; color: var(--txt); flex: 1; letter-spacing: -0.012em; }
.cat-head h2 .accent { color: var(--acc); }
.cat-filter { display: flex; gap: 8px; }
.cat-chip { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; padding: 10px 16px; border: 0.5px solid var(--line-2); color: var(--txt-3); cursor: pointer; transition: all 0.3s; font-weight: 500; font-family: 'Onest'; border-radius: var(--radius); }
.cat-chip.on { border-color: var(--acc); color: var(--acc); background: rgba(98,131,193,0.06); }
.cat-chip:hover { color: var(--txt); border-color: var(--txt-3); }
.cat-grid { display: grid; grid-template-columns: repeat(6,1fr); grid-auto-rows: 160px; gap: 14px; }
.cat-it { background: var(--surf); border: 0.5px solid var(--line); overflow: hidden; cursor: pointer; position: relative; transition: border-color 0.4s; border-radius: var(--radius); }
.cat-it:hover { border-color: var(--acc); }
.cat-it:hover .cat-img-bg { transform: scale(1.08); }
.cat-it:hover .cat-arr { background: var(--acc); border-color: var(--acc); color: var(--bg); transform: rotate(-45deg); }
.cat-it .img-w { position: absolute; inset: 0; overflow: hidden; }
.cat-img-bg { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s cubic-bezier(.2,.7,.2,1); }
.cat-it .info { position: absolute; left: 22px; bottom: 22px; right: 22px; z-index: 2; }
.cat-it .tag { font-size: 10px; color: var(--acc); letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; font-family: 'Onest'; display: flex; align-items: center; gap: 8px; }
.cat-it .tag span { color: var(--txt-4); }
.cat-it h3 { font-family: 'Russo One'; font-size: 22px; color: var(--txt); letter-spacing: 0.005em; line-height: 1.1; }
.cat-it .desc { font-size: 13px; color: var(--txt-3); margin-top: 10px; line-height: 1.55; display: none; max-width: 380px; }
.cat-it .gradient { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 0%,transparent 35%,rgba(10,10,12,0.90) 100%); z-index: 1; }
.cat-arr { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0.5px solid rgba(232,230,224,0.22); display: flex; align-items: center; justify-content: center; color: var(--txt); background: rgba(15,17,21,0.55); backdrop-filter: blur(6px); font-size: 13px; z-index: 3; transition: all 0.4s; border-radius: 50%; }
.cat-it.big { grid-column: span 4; grid-row: span 2; }
.cat-it.tall { grid-column: span 2; grid-row: span 2; }
.cat-it.wide { grid-column: span 3; grid-row: span 1; }
.cat-it.sm { grid-column: span 3; grid-row: span 1; }
.cat-it.big h3 { font-size: 32px; }
.cat-it.big .desc { display: block; }

/* ABOUT */
.about { padding: 140px 0; border-bottom: 0.5px solid var(--line); position: relative; overflow: hidden; }
.about-bg-num { position: absolute; right: -60px; top: 60px; font-family: 'Russo One'; font-size: clamp(200px,28vw,420px); color: rgba(98,131,193,0.04); line-height: 0.8; pointer-events: none; letter-spacing: -0.02em; user-select: none; }
.about-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.about-img { aspect-ratio: 4/5; overflow: hidden; background-image: var(--stone-bg); background-size: cover; background-position: center; position: relative; border-radius: var(--radius); }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg,rgba(15,17,21,0.5) 0%,rgba(15,17,21,0.85) 100%); z-index: 1; }
.about-img-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; }
.about-img-tag { position: absolute; top: 18px; left: 18px; z-index: 3; font-size: 10px; color: var(--txt); letter-spacing: 0.2em; text-transform: uppercase; background: rgba(15,17,21,0.75); padding: 7px 12px; backdrop-filter: blur(8px); display: inline-flex; align-items: center; gap: 10px; border-radius: 2px; }
.about-img-tag i { color: var(--acc); font-size: 7px; }
.about-img-coord { position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 3; font-size: 10px; color: var(--txt-3); letter-spacing: 0.14em; font-family: 'Onest'; display: flex; justify-content: space-between; }
.about h2 { font-size: clamp(36px,4.8vw,58px); line-height: 1.05; color: var(--txt); letter-spacing: -0.01em; margin: 18px 0 28px; }
.about h2 .out { -webkit-text-stroke: 1px var(--acc); color: transparent; }
.about p { font-size: 16px; color: var(--txt-2); margin-bottom: 18px; line-height: 1.75; max-width: 520px; }
.about p b { color: var(--txt); font-weight: 500; }
.about-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border-top: 0.5px solid var(--line); }
.about-stat { padding: 24px 24px 24px 0; border-right: 0.5px solid var(--line); }
.about-stat:last-child { border-right: none; padding-left: 24px; padding-right: 0; }
.about-stat:nth-child(2) { padding-left: 24px; }
.about-stat .n { font-family: 'Russo One'; font-size: 44px; color: var(--txt); line-height: 1; }
.about-stat .n em { color: var(--acc); font-size: 22px; vertical-align: top; font-style: normal; }
.about-stat .l { font-size: 10px; color: var(--txt-4); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 10px; }

/* PROJECTS LIST */
.proj { padding: 140px 0; border-bottom: 0.5px solid var(--line); }
.proj-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; gap: 32px; }
.proj-head h2 { font-size: clamp(36px,5vw,60px); line-height: 1.02; color: var(--txt); letter-spacing: -0.012em; flex: 1; }
.proj-head h2 .out { -webkit-text-stroke: 1px var(--acc); color: transparent; }
.proj-link { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--txt-3); padding-bottom: 7px; border-bottom: 0.5px solid var(--line-2); flex: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s; }
.proj-link:hover { color: var(--txt); border-color: var(--txt); }
.proj-link i { transition: transform 0.3s; }
.proj-link:hover i { transform: translateX(4px); }
.proj-row { display: grid; grid-template-columns: 80px 1fr 360px 32px; gap: 32px; padding: 32px 0; border-top: 0.5px solid var(--line); align-items: center; cursor: pointer; position: relative; transition: padding 0.4s cubic-bezier(.6,0,.2,1); }
.proj-row:last-child { border-bottom: 0.5px solid var(--line); }
.proj-row:hover { padding-left: 14px; }
.proj-row:hover .proj-img { transform: scale(1.06); }
.proj-row:hover .proj-name { color: var(--acc); }
.proj-row::before { content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 0.5px; background: var(--acc); transition: width 0.5s cubic-bezier(.6,0,.2,1); transform: translateY(-50%); }
.proj-row:hover::before { width: 8px; }
.proj-n { font-family: 'Russo One'; font-size: 18px; color: var(--txt-4); letter-spacing: 0.04em; }
.proj-info .proj-name { font-family: 'Russo One'; font-size: 28px; color: var(--txt); margin-bottom: 6px; transition: color 0.3s; letter-spacing: -0.005em; }
.proj-info .proj-d { font-size: 12px; color: var(--txt-4); letter-spacing: 0.18em; text-transform: uppercase; display: flex; gap: 18px; flex-wrap: wrap; }
.proj-info .proj-d span::before { content: 'Â·'; margin-right: 18px; color: var(--line-2); }
.proj-info .proj-d span:first-child::before { display: none; }
.proj-info .proj-d .mat { color: var(--txt-3); }
.proj-thumb { height: 90px; overflow: hidden; background: var(--surf-2); position: relative; border-radius: var(--radius); }
.proj-img { position: absolute; inset: 0; transition: transform 0.7s cubic-bezier(.2,.7,.2,1); }
.proj-img img { width: 100%; height: 100%; object-fit: cover; }
.proj-row > i.fa-arrow-right { color: var(--txt-4); font-size: 16px; transition: all 0.3s; }
.proj-row:hover > i.fa-arrow-right { color: var(--acc); transform: translateX(5px); }

/* STONE FAMILIES */
.stones { padding: 140px 0; border-bottom: 0.5px solid var(--line); }
.stones-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 32px; }
.stones-head h2 { font-size: clamp(36px,5vw,60px); line-height: 1.02; color: var(--txt); max-width: 780px; letter-spacing: -0.012em; }
.stones-head h2 .out { -webkit-text-stroke: 1px var(--acc); color: transparent; }
.fams { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fam { padding: 36px 28px; border: 0.5px solid var(--line); background: var(--surf-2); position: relative; cursor: pointer; transition: all 0.4s; border-radius: var(--radius); }
.fam:hover { border-color: var(--acc); transform: translateY(-4px); }
.fam-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; color: var(--acc); font-size: 22px; border: 0.5px solid var(--line-2); margin-bottom: 28px; border-radius: var(--radius); }
.fam-cat { font-size: 10px; color: var(--txt-4); letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; }
.fam h4 { font-family: 'Russo One'; font-size: 24px; color: var(--txt); margin-bottom: 14px; letter-spacing: 0.005em; }
.fam-d { font-size: 13px; color: var(--txt-3); line-height: 1.65; margin-bottom: 22px; min-height: 64px; }
.fam-list { display: flex; flex-wrap: wrap; gap: 6px; }
.fam-list span { font-size: 11px; color: var(--txt-2); padding: 6px 11px; border: 0.5px solid var(--line-2); letter-spacing: 0.04em; border-radius: 2px; }

/* PROCESS */
.proc { padding: 140px 0; border-bottom: 0.5px solid var(--line); background: var(--bg-2); overflow: hidden; }
.proc-head { margin-bottom: 64px; }
.proc-head h2 { font-size: clamp(36px,5vw,60px); line-height: 1.02; color: var(--txt); max-width: 680px; margin-top: 18px; letter-spacing: -0.012em; }
.proc-head h2 .accent { color: var(--acc); }
.proc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 0.5px solid var(--line-2); position: relative; }
.proc-grid::after { content: ''; position: absolute; top: 0; left: 0; width: 25%; height: 1.5px; background: var(--acc); animation: procline 6s ease-in-out infinite; }
@keyframes procline { 0%,12%{left:0;width:25%} 25%,37%{left:25%;width:25%} 50%,62%{left:50%;width:25%} 75%,87%{left:75%;width:25%} 100%{left:75%;width:25%} }
.step { padding: 36px 32px 36px 0; border-right: 0.5px solid var(--line); position: relative; cursor: pointer; transition: background 0.3s; }
.step:last-child { border-right: none; }
.step:hover { background: rgba(98,131,193,0.03); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.step-icon { width: 52px; height: 52px; border: 0.5px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--acc); font-size: 20px; border-radius: var(--radius); background: var(--bg-3); transition: all 0.4s; }
.step:hover .step-icon { border-color: var(--acc); background: rgba(98,131,193,0.06); }
.step-n { font-family: 'Russo One'; font-size: 48px; color: rgba(232,230,224,0.08); line-height: 1; transition: color 0.4s; letter-spacing: -0.01em; }
.step:hover .step-n { color: rgba(98,131,193,0.45); }
.step-cat { font-size: 10px; color: var(--acc); letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; }
.step h4 { font-family: 'Russo One'; font-size: 20px; color: var(--txt); margin-bottom: 10px; letter-spacing: 0.01em; }
.step p { font-size: 13px; color: var(--txt-3); line-height: 1.65; }

/* TESTIMONIAL */
.tst { padding: 140px 0; border-bottom: 0.5px solid var(--line); position: relative; }
.tst::before { content: '\f10d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; top: 90px; left: 50%; transform: translateX(-50%); font-size: 240px; color: rgba(98,131,193,0.06); line-height: 1; pointer-events: none; }
.tst-c { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; text-align: center; }
.tst-q { font-family: 'Russo One'; font-size: clamp(24px,3vw,38px); color: var(--txt); line-height: 1.35; letter-spacing: -0.008em; margin: 32px 0 42px; }
.tst-q em { color: var(--acc); font-style: normal; }
.tst-a { display: flex; justify-content: center; align-items: center; gap: 16px; }
.tst-av { width: 56px; height: 56px; border-radius: 50%; background: var(--surf-2); border: 0.5px solid var(--acc); display: flex; align-items: center; justify-content: center; font-family: 'Russo One'; color: var(--acc); font-size: 16px; }
.tst-name { text-align: left; }
.tst-name b { font-family: 'Russo One'; font-size: 15px; color: var(--txt); display: block; letter-spacing: 0.02em; font-weight: 400; }
.tst-name span { font-size: 12px; color: var(--txt-4); letter-spacing: 0.04em; }

/* CTA */
.cta-sec { padding: 140px 0; border-bottom: 0.5px solid var(--line); position: relative; overflow: hidden; background-image: var(--stone-bg); background-size: cover; background-position: center; }
.cta-sec::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,8,10,0.92) 0%,rgba(8,8,10,0.86) 100%); z-index: 1; }
.cta-sec::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%,rgba(98,131,193,0.16) 0%,transparent 55%); z-index: 1; pointer-events: none; }
.cta-c { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
.cta-sec h2 { font-size: clamp(38px,5.5vw,68px); line-height: 1.02; color: var(--txt); margin: 18px 0 26px; letter-spacing: -0.012em; }
.cta-sec h2 .out { -webkit-text-stroke: 1.5px var(--acc); color: transparent; }
.cta-sec p { font-size: 16px; color: var(--txt-2); margin-bottom: 28px; line-height: 1.75; max-width: 460px; }
.cta-contacts { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.cta-contacts a { font-family: 'Russo One'; font-size: 18px; color: var(--txt); display: flex; align-items: center; gap: 14px; letter-spacing: 0.02em; transition: color 0.3s; }
.cta-contacts a i { color: var(--acc); font-size: 16px; width: 22px; }
.cta-contacts a:hover { color: var(--acc); }
.form { background: rgba(19,21,26,0.85); border: 0.5px solid var(--line); padding: 42px; position: relative; backdrop-filter: blur(10px); border-radius: var(--radius); }
.form-row { margin-bottom: 20px; }
.form-row label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--txt-4); display: block; margin-bottom: 10px; font-weight: 500; }
.input { width: 100%; background: transparent; border: none; border-bottom: 0.5px solid var(--line-2); padding: 11px 0; font-family: 'Onest'; font-size: 14px; color: var(--txt); outline: none; transition: border-color 0.3s; }
.input::placeholder { color: var(--txt-4); }
.input:focus { border-color: var(--acc); }
.form-btn { width: 100%; margin-top: 24px; background: var(--acc); color: var(--bg); border: none; padding: 18px; font-family: 'Onest'; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 14px; transition: background 0.3s; border-radius: var(--radius); }
.form-btn:hover { background: var(--acc-light); }
.form-btn i { transition: transform 0.3s; }
.form-btn:hover i { transform: translateX(5px); }
.form-policy { font-size: 11px; color: var(--txt-4); margin-top: 18px; text-align: center; letter-spacing: 0.04em; }

/* FOOTER */
.foot { padding: 80px 0 32px; background: #08080a; position: relative; overflow: hidden; }
.foot-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 42px; border-bottom: 0.5px solid var(--line); }
.foot h5 { font-family: 'Russo One'; font-size: 11px; color: var(--txt-4); letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 22px; font-weight: 400; }
.foot p, .foot a { font-size: 13px; color: var(--txt-2); line-height: 1.95; text-decoration: none; display: block; transition: color 0.3s; }
.foot a:hover { color: var(--acc); }
.foot-soc { display: flex; gap: 12px; margin-top: 20px; }
.foot-soc a { width: 40px; height: 40px; border: 0.5px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--txt-3); font-size: 15px; transition: all 0.3s; border-radius: var(--radius); }
.foot-soc a:hover { border-color: var(--acc); color: var(--acc); }
.foot-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; font-size: 11px; color: var(--txt-4); letter-spacing: 0.08em; }
.foot-bot .scroll-top { display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--txt-3); transition: color 0.3s; }
.foot-bot .scroll-top:hover { color: var(--acc); }

/* INNER PAGES */
.page-hero { padding: 130px 0 80px; border-bottom: 0.5px solid var(--line); }
.page-hero h1 { font-size: clamp(42px,6vw,80px); line-height: 1; letter-spacing: -0.015em; color: var(--txt); margin-top: 18px; }
.page-content { padding: 80px 0; }
.page-content p { color: var(--txt-2); font-size: 16px; line-height: 1.8; margin-bottom: 20px; max-width: 760px; }
.page-content h2 { font-size: 32px; color: var(--txt); margin: 40px 0 16px; }
.page-content h3 { font-size: 24px; color: var(--txt); margin: 28px 0 12px; }

/* REVEAL ANIMATION */
.reveal { opacity: 0; transform: translateY(24px); transition: all 0.9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1280px) {
	.wrap, .hdr-inner, .top-c-inner { padding-left: 48px; padding-right: 48px; }
	.hero-stats { right: 48px; }
	.hero-scroll { left: 48px; }
	.top-c-inner { gap: 24px; font-size: 11px; }
}
@media (max-width: 1024px) {
	.wrap, .hdr-inner, .top-c-inner { padding-left: 32px; padding-right: 32px; }
	.nav ul, .nav { gap: 20px; font-size: 11px; }
	.hero-stats { right: 32px; }
	.hero-scroll { left: 32px; }
	.hero-c { grid-template-columns: 1fr; gap: 48px; }
	.hero-vis { height: 380px; }
	.about-grid { grid-template-columns: 1fr; gap: 48px; }
	.cta-c { grid-template-columns: 1fr; gap: 48px; }
	.cat-grid { grid-template-columns: repeat(4,1fr); grid-auto-rows: 140px; }
	.cat-it.big { grid-column: span 4; grid-row: span 2; }
	.cat-it.tall { grid-column: span 2; grid-row: span 2; }
	.cat-it.wide { grid-column: span 2; }
	.cat-it.sm { grid-column: span 2; }
	.fams { grid-template-columns: 1fr; gap: 14px; }
	.proc-grid { grid-template-columns: repeat(2,1fr); }
	.step:nth-child(odd) { border-right: 0.5px solid var(--line); }
	.step:nth-child(2) { border-right: none; }
	.step:nth-child(1), .step:nth-child(2) { border-bottom: 0.5px solid var(--line); }
	.proj-row { grid-template-columns: 50px 1fr 240px 24px; gap: 20px; }
	.proj-info .proj-name { font-size: 22px; }
	.proj-thumb { height: 70px; }
	.hero, .proj, .about, .cat, .stones, .proc, .tst, .cta-sec { padding: 96px 0; }
	.hero { padding-top: 170px; }
	.top-c-inner .addr em { display: none; }
}
@media (max-width: 768px) {
	body { font-size: 15px; }
	.top-c { height: auto; padding: 10px 0; }
	.top-c-inner { flex-wrap: wrap; gap: 10px 16px; padding-left: 20px; padding-right: 20px; font-size: 11px; }
	.top-c-inner .addr { display: none; }
	.top-c-inner .email { margin-left: 0; }
	.top-c-sep { display: none; }
	.wrap, .hdr-inner { padding-left: 20px; padding-right: 20px; }
	.nav { display: none; }
	.burger { display: flex; }
	.btn-mini { padding: 9px 14px; font-size: 10px; }
	.hero { padding: 130px 0 80px; min-height: auto; background-attachment: scroll; }
	.hero h1 { font-size: 54px; }
	.hero-vis { height: 280px; }
	.hero-stats { position: relative; right: auto; bottom: auto; justify-content: flex-start; margin-top: 48px; gap: 24px; }
	.hero-stats .col { text-align: left; }
	.hero-stats .n { font-size: 32px; }
	.hero-scroll { display: none; }
	.hero-ghost { display: none; }
	.mq-track { font-size: 36px; gap: 48px; }
	.mq-track .it { gap: 48px; }
	.proj-row { grid-template-columns: 40px 1fr 24px; gap: 16px; }
	.proj-thumb { display: none; }
	.proj-info .proj-name { font-size: 18px; }
	.proj-info .proj-d { font-size: 11px; gap: 12px; }
	.proj-info .proj-d span::before { margin-right: 12px; }
	.proj-head { flex-direction: column; align-items: flex-start; gap: 20px; }
	.about-grid { gap: 36px; }
	.about-stats { grid-template-columns: repeat(3,1fr); gap: 0; }
	.about-stat { padding: 18px 12px; font-size: 11px; }
	.about-stat .n { font-size: 32px; }
	.cat-head { flex-direction: column; align-items: flex-start; gap: 20px; }
	.cat-filter { flex-wrap: wrap; }
	.cat-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
	.cat-it.big, .cat-it.tall, .cat-it.wide, .cat-it.sm { grid-column: span 1; grid-row: span 1; }
	.cat-it.big { grid-row: span 2; }
	.cat-it h3 { font-size: 20px; }
	.cat-it.big h3 { font-size: 24px; }
	.stones-head { flex-direction: column; align-items: flex-start; gap: 20px; }
	.fams { grid-template-columns: 1fr; }
	.proc-grid { grid-template-columns: 1fr; }
	.step { border-right: none !important; border-bottom: 0.5px solid var(--line); }
	.step:last-child { border-bottom: none; }
	.proc-grid::after { display: none; }
	.form { padding: 28px; }
	.cta-contacts a { font-size: 15px; }
	.foot-top { grid-template-columns: 1fr; gap: 32px; }
	.foot-bot { flex-direction: column; gap: 12px; text-align: center; }
	.hero, .proj, .about, .cat, .stones, .proc, .tst, .cta-sec { padding: 72px 0; }
	.hero { padding-top: 110px; }
}


/* TOPBAR_OVERRIDE */
.top-c {
    height: 44px !important;
    background: #0a0a0c !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.top-c-inner {
    font-size: 14px !important;
    color: #e8e6e0 !important;
    gap: 28px !important;
    font-weight: 400 !important;
}
.top-c-inner a {
    color: #e8e6e0 !important;
    font-weight: 500 !important;
}
.top-c-inner a:hover {
    color: #6283c1 !important;
}
.top-c-inner i {
    color: #6283c1 !important;
    font-size: 13px !important;
    margin-right: 4px !important;
}
.top-c-inner .addr {
    color: #c9c7c1 !important;
}
.top-c-inner .addr em {
    color: #8b8a84 !important;
}
/* When WP admin bar shown: shift topbar below it */
.admin-bar .top-c {
    top: 32px !important;
}
@media (max-width: 782px) {
    .admin-bar .top-c {
        top: 46px !important;
    }
}
/* END TOPBAR_OVERRIDE */


/* FOOTER_HERO_ARTICLES_OVERRIDE */

/* Footer: bigger fonts */
.foot h5 { font-size: 13px !important; margin-bottom: 24px !important; }
.foot a { font-size: 15px !important; line-height: 2 !important; }
.foot p { font-size: 14px !important; line-height: 1.75 !important; }
.foot-bot { font-size: 13px !important; }
.foot-soc a { width: 44px !important; height: 44px !important; font-size: 17px !important; }
.foot-bot .scroll-top { font-size: 13px !important; }
.foot > .wrap > .foot-top > div > p { font-size: 14px !important; max-width: 320px !important; }

/* Hero: fix overlap â move c1 label to TOP-RIGHT so it's not covered by c2 */
.hero-vis-card.c1 .lbl {
    bottom: auto !important;
    top: 14px !important;
    left: auto !important;
    right: 16px !important;
}
/* Slightly shrink c2 so c1 has more visible area, and add gap */
.hero-vis-card.c1 { width: 78% !important; height: 62% !important; }
.hero-vis-card.c2 { width: 50% !important; height: 42% !important; box-shadow: -16px -16px 0 rgba(15,17,21,0.6) !important; }

/* Articles section styles */
.art { padding: 110px 0; background: var(--bg); }
.art-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; gap: 24px; flex-wrap: wrap; }
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.art-it { background: var(--surf); border: 0.5px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.4s ease, border-color 0.4s; display: flex; flex-direction: column; }
.art-it:hover { transform: translateY(-4px); border-color: var(--acc); }
.art-img { display: block; aspect-ratio: 16/10; overflow: hidden; background: #16181c; }
.art-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.art-it:hover .art-img img { transform: scale(1.05); }
.art-meta { display: flex; gap: 14px; padding: 24px 24px 0; font-size: 12px; color: var(--txt-4); letter-spacing: 0.08em; text-transform: uppercase; }
.art-meta i { margin-right: 6px; color: var(--acc); font-size: 11px; }
.art-cat { color: var(--acc); }
.art-title { padding: 14px 24px 0; font-size: 20px; line-height: 1.35; font-weight: 600; }
.art-title a { color: var(--txt); text-decoration: none; transition: color 0.3s; }
.art-title a:hover { color: var(--acc); }
.art-exc { padding: 14px 24px 0; font-size: 14px; line-height: 1.65; color: var(--txt-3); flex: 1; }
.art-more { display: inline-flex; align-items: center; gap: 8px; padding: 18px 24px 24px; color: var(--acc); font-size: 13px; font-weight: 500; text-decoration: none; letter-spacing: 0.05em; }
.art-more i { font-size: 11px; transition: transform 0.3s; }
.art-more:hover i { transform: translateX(4px); }
@media (max-width: 980px) { .art-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .art-grid { grid-template-columns: 1fr; } .art { padding: 70px 0; } }

/* END FOOTER_HERO_ARTICLES_OVERRIDE */


/* STICKY_HEADER_REWORK â topbar scrolls away, only nav is sticky */
body { padding-top: 0 !important; }

/* Topbar: normal flow, scrolls with page */
.top-c {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
}
.admin-bar .top-c { top: auto !important; }
@media (max-width: 782px) {
    .admin-bar .top-c { top: auto !important; }
}

/* Header: sticky at very top, only this floats on scroll */
.hdr {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    background: rgba(15,17,21,0.72);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, padding 0.25s ease;
}
.hdr.hdr--sticky {
    background: rgba(10,11,14,0.94) !important;
    box-shadow: 0 10px 36px rgba(0,0,0,0.5);
    border-bottom-color: rgba(255,255,255,0.08);
}
.hdr.hdr--sticky .hdr-inner { padding-top: 14px; padding-bottom: 14px; }

/* Account for WP admin bar when sticky */
.admin-bar .hdr { top: 32px !important; }
@media (max-width: 782px) {
    .admin-bar .hdr { top: 46px !important; }
}
/* END STICKY_HEADER_REWORK */


/* MOBILE_FIX 2026-05-16 */
@media (max-width: 768px) {
	/* --- Burger menu (overlay) --- */
	.burger { display: flex !important; z-index: 301; position: relative; }
	.burger.is-active i.fa-bars::before { content: '\f00d'; }
	.nav { display: none; }
	.nav.nav--open {
		display: flex !important;
		position: fixed !important;
		top: 0; left: 0; right: 0; bottom: 0;
		background: rgba(10,11,14,0.97);
		-webkit-backdrop-filter: blur(20px) saturate(140%);
		backdrop-filter: blur(20px) saturate(140%);
		z-index: 300 !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 90px 24px 40px !important;
		gap: 0 !important;
		text-transform: uppercase;
	}
	.nav.nav--open ul {
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 28px !important;
		text-align: center !important;
		width: 100%;
	}
	.nav.nav--open ul li { width: 100%; }
	.nav.nav--open a {
		font-size: 18px !important;
		letter-spacing: 0.22em !important;
		color: #e8e6e0 !important;
		text-decoration: none !important;
		padding: 8px 0 !important;
		display: inline-block;
	}
	body.menu-open { overflow: hidden; }

	/* --- Topbar on mobile (override TOPBAR_OVERRIDE !important) --- */
	.top-c {
		height: auto !important;
		padding: 10px 0 !important;
	}
	.top-c-inner {
		flex-wrap: wrap !important;
		gap: 6px 14px !important;
		font-size: 12px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		justify-content: center;
	}
	.top-c-inner > * { flex: 0 0 auto; }
	.top-c-inner .addr { display: none !important; }
	.top-c-sep { display: none !important; }
	.top-c-inner .email {
		margin-left: 0 !important;
		font-size: 11px !important;
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	/* --- Hero: stack cards instead of overlap --- */
	.hero { padding: 100px 0 60px !important; min-height: auto !important; background-attachment: scroll !important; }
	.hero h1 { font-size: 46px !important; line-height: 0.95 !important; margin: 18px 0 22px !important; }
	.hero-sub { font-size: 14px !important; }
	.hero-vis {
		height: auto !important;
		min-height: 280px !important;
		display: block !important;
		position: relative !important;
	}
	.hero-vis-card.c1 {
		width: 100% !important;
		height: 240px !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
	}
	.hero-vis-card.c2 { display: none !important; }
	.hero, body section.hero { flex-direction: column !important; align-items: stretch !important; }
	.hero-stats {
		position: relative !important;
		width: 100% !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		gap: 12px !important;
		margin-top: 36px !important;
		padding: 0 20px !important;
	}
	.hero-stats .col { flex: 1 1 0; min-width: 0; text-align: left !important; }
	.hero-stats .n { font-size: 28px !important; }
	.hero-stats .l { font-size: 9px !important; }

	/* small phones */
	body.menu-open .burger {
		position: fixed !important;
		top: 14px !important;
		right: 16px !important;
		z-index: 400 !important;
		background: transparent !important;
		border: 0.5px solid rgba(255,255,255,0.18) !important;
	}
}
@media (max-width: 420px) {
	.hero h1 { font-size: 38px !important; }
	.top-c-inner { font-size: 11px !important; }
	.top-c-inner a { font-size: 11px !important; }
}
/* END MOBILE_FIX */


/* MODAL 2026-05-16 */
.sa-modal {
	position: fixed;
	inset: 0;
	z-index: 500;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.sa-modal[aria-hidden="false"] { display: flex; }
.sa-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 9, 12, 0.78);
	-webkit-backdrop-filter: blur(12px) saturate(140%);
	backdrop-filter: blur(12px) saturate(140%);
	animation: saModalFadeIn 0.25s ease both;
	cursor: pointer;
}
.sa-modal__box {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 540px;
	background: var(--bg-3, #13151a);
	border: 0.5px solid var(--line, rgba(255,255,255,0.08));
	border-radius: var(--radius, 6px);
	padding: 44px 42px 38px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
	animation: saModalRise 0.35s cubic-bezier(.2,.7,.2,1) both;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
}
.sa-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0.5px solid rgba(255,255,255,0.14);
	color: var(--txt, #e8e6e0);
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.3s;
	font-size: 15px;
}
.sa-modal__close:hover {
	background: var(--acc, #6283c1);
	border-color: var(--acc, #6283c1);
	color: #0f1115;
	transform: rotate(90deg);
}
.sa-modal__head { margin-bottom: 24px; }
.sa-modal__head .eyebrow { margin-bottom: 12px; }
.sa-modal__head h3 {
	font-family: 'Russo One', sans-serif;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: var(--txt, #e8e6e0);
	margin: 0 0 12px;
}
.sa-modal__head h3 .out {
	-webkit-text-stroke: 1.2px var(--acc, #6283c1);
	color: transparent;
}
.sa-modal__head p {
	font-size: 14px;
	color: var(--txt-3, #c9c7c1);
	line-height: 1.6;
	margin: 0;
}
.sa-modal__form .form-row { margin-bottom: 18px; }
body.sa-modal-open { overflow: hidden; }

@keyframes saModalFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes saModalRise {
	from { opacity: 0; transform: translateY(20px) scale(0.98); }
	to   { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 560px) {
	.sa-modal { padding: 12px; }
	.sa-modal__box { padding: 36px 22px 28px; max-height: calc(100vh - 24px); }
	.sa-modal__head h3 { font-size: 24px; }
}
/* END MODAL */

/* ============ BLOG / 404 â added 2026-05-24 (Opus) ============ */
.blog-archive { padding: 80px 0 120px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { display: flex; flex-direction: column; background: var(--surf); border: 0.5px solid var(--line); border-radius: 6px; overflow: hidden; transition: border-color .3s ease, transform .3s ease; }
.post-card:hover { border-color: var(--acc); transform: translateY(-4px); }
.post-card-thumb { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--bg-3); }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.post-card:hover .post-card-thumb img { transform: scale(1.05); }
.post-card-ph { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: var(--line-2); font-size: 40px; }
.post-card-body { display: flex; flex-direction: column; gap: 12px; padding: 24px; flex: 1; }
.post-card-meta { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--acc); }
.post-card-body h3 { font-size: 19px; line-height: 1.3; letter-spacing: -0.01em; }
.post-card-body h3 a { color: var(--txt); }
.post-card-body h3 a:hover { color: var(--acc); }
.post-card-body p { font-size: 13.5px; color: var(--txt-2); line-height: 1.6; flex: 1; }
.post-card-more { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--txt); margin-top: 4px; }
.post-card-more:hover { color: var(--acc); }
.post-card-more i { transition: transform .3s ease; }
.post-card:hover .post-card-more i { transform: translateX(4px); }
.blog-pagination { margin-top: 64px; }
.blog-pagination .nav-links { display: flex; gap: 10px; justify-content: center; }
.blog-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border: 0.5px solid var(--line-2); border-radius: 4px; color: var(--txt-2); font-size: 13px; }
.blog-pagination .page-numbers.current { background: var(--acc); color: #fff; border-color: var(--acc); }
.blog-pagination .page-numbers:hover { border-color: var(--acc); color: var(--txt); }
.blog-empty { color: var(--txt-3); font-size: 16px; padding: 40px 0; }

/* Single post */
.single-hero h1 { max-width: 820px; }
.single-meta { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--acc); margin-bottom: 16px; }
.single-cover { margin: 0 auto 48px; border-radius: 8px; overflow: hidden; }
.single-cover img { width: 100%; height: auto; display: block; }
.single-body { max-width: 760px; margin: 0 auto; font-size: 16.5px; line-height: 1.85; color: var(--txt-2); }
.single-body h2 { font-size: 30px; color: var(--txt); margin: 44px 0 18px; letter-spacing: -0.01em; }
.single-body h3 { font-size: 22px; color: var(--txt); margin: 32px 0 14px; }
.single-body p { margin-bottom: 22px; }
.single-body strong { color: var(--txt); font-weight: 600; }
.single-body a { color: var(--acc); text-decoration: underline; text-underline-offset: 3px; }
.single-body ul, .single-body ol { margin: 0 0 22px 22px; }
.single-body li { margin-bottom: 10px; }
.single-body img { max-width: 100%; height: auto; border-radius: 6px; margin: 20px 0; }
.single-tags { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.single-tags a { padding: 7px 15px; border: 0.5px solid var(--line-2); border-radius: 20px; font-size: 11px; color: var(--txt-3); letter-spacing: 0.05em; }
.single-tags a:hover { border-color: var(--acc); color: var(--txt); }
.single-nav { border-top: 0.5px solid var(--line); margin-top: 80px; padding: 40px 0; }
.single-nav .wrap { display: flex; justify-content: space-between; gap: 24px; }
.single-nav a { color: var(--txt-2); font-size: 13px; }
.single-nav a:hover { color: var(--acc); }

/* 404 */
.err404-hero { text-align: center; padding: 100px 0 120px; }
.err404-num { font-family: 'Russo One', sans-serif; font-size: clamp(90px, 18vw, 200px); line-height: .9; color: var(--acc); margin: 12px 0 4px; letter-spacing: -0.02em; }
.err404-hero h1 { font-size: clamp(28px, 4vw, 44px); }
.err404-sub { max-width: 520px; margin: 18px auto 36px; color: var(--txt-3); font-size: 15px; line-height: 1.7; }
.err404-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.err404-search { max-width: 420px; margin: 48px auto 0; }
.err404-search form { display: flex; gap: 10px; }
.err404-search input[type="search"] { flex: 1; background: var(--surf); border: 0.5px solid var(--line-2); border-radius: 4px; padding: 14px 16px; color: var(--txt); font-family: inherit; }
.err404-search input[type="submit"] { background: var(--acc); color: #fff; border: 0; border-radius: 4px; padding: 0 22px; cursor: pointer; font-family: inherit; letter-spacing: 0.1em; text-transform: uppercase; font-size: 12px; }

@media (max-width: 980px) { .posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
	.posts-grid { grid-template-columns: 1fr; gap: 20px; }
	.single-nav .wrap { flex-direction: column; gap: 12px; }
	.err404-search form { flex-direction: column; }
	.err404-search input[type="submit"] { padding: 14px; }
}
/* ============ END BLOG / 404 ============ */

/* ============ CATALOG (Типы / Изделия) — 2026-05-24 ============ */
.page-content .cat-intro { max-width: 720px; margin: 0 0 56px; }
.page-content .cat-intro p { font-size: 18px; line-height: 1.7; color: var(--txt-2); }
.stone-cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: stretch; }
.stone-cats .stone-card { display: flex; flex-direction: column; height: 100%; background: var(--surf); border: 0.5px solid var(--line); border-radius: 8px; overflow: hidden; transition: border-color .3s ease, transform .3s ease; }
.stone-cats .stone-card:hover { border-color: var(--acc); transform: translateY(-4px); }
.stone-cats .stone-card-img { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-3); flex: 0 0 auto; }
.stone-cats .stone-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; display: block; }
.stone-cats .stone-card:hover .stone-card-img img { transform: scale(1.06); }
.stone-cats .stone-card-body { padding: 28px; display: flex; flex-direction: column; gap: 12px; flex: 1 1 auto; }
.stone-cats .stone-card-ey { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--acc); }
.stone-cats .stone-card-body h3 { font-size: 26px; letter-spacing: -0.01em; color: var(--txt); margin: 0; }
.stone-cats .stone-card-body p { font-size: 14px; line-height: 1.65; color: var(--txt-2); margin: 0; }
.stone-cats .stone-card-body p:empty { display: none; }
.stone-cats .stone-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 8px; }
.stone-cats .stone-chip { font-size: 11px; letter-spacing: 0.04em; padding: 6px 13px; border: 0.5px solid var(--line-2); border-radius: 20px; color: var(--txt-3); }
.cat-cta { margin-top: 64px; padding-top: 48px; border-top: 0.5px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cat-cta p { font-size: 20px; color: var(--txt); letter-spacing: -0.01em; margin: 0; }
.cat-cta .btn { background: var(--acc); color: var(--bg); border: 0.5px solid var(--acc); }
.cat-cta .btn:hover { background: var(--acc-light); border-color: var(--acc-light); }
.cat-cta .btn i { transition: transform .3s; }
.cat-cta .btn:hover i { transform: translateX(5px); }
@media (max-width: 768px) {
  .stone-cats { grid-template-columns: 1fr; gap: 20px; }
  .page-content .cat-intro p { font-size: 16px; }
  .cat-cta { flex-direction: column; align-items: flex-start; }
}
/* ============ END CATALOG ============ */

/* === HERO SLIDER (2026-05-25) === */
.hero-slider { position: relative; width: 100%; height: 100%; border-radius: var(--radius); overflow: hidden; border: 0.5px solid var(--line); background: var(--surf); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0; background: rgba(255,255,255,0.40); cursor: pointer; transition: all .3s ease; }
.hero-dot.is-active { background: #fff; width: 22px; border-radius: 4px; }

/* === HERO H1 — под шрифт логотипа (антиква) === */
.hero h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; letter-spacing: -0.01em; }
.hero h1 .out { -webkit-text-stroke: 1.2px var(--acc); }

/* ============================================================
   HERO SLIDER + STATS POLISH (2026-05-25)
   ============================================================ */

/* Slider: gradient scrim so dots + any overlapping stats read,
   and the bottom edge looks finished */
.hero-slider::after {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 45%;
	background: linear-gradient(180deg, transparent 0%, rgba(15,17,21,0.58) 100%);
	z-index: 2;
	pointer-events: none;
}
.hero-slider-dots { top: 16px; bottom: auto; z-index: 4; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5)); }

/* Stats: self-contained frosted card. Reads cleanly on any background
   and never collapses into bare floating numbers when it overlaps the slider. */
.hero-stats {
	bottom: 36px;
	right: 40px;
	gap: 0;
	align-items: stretch;
	padding: 16px 6px;
	background: rgba(15,17,21,0.55);
	-webkit-backdrop-filter: blur(16px) saturate(1.25);
	backdrop-filter: blur(16px) saturate(1.25);
	border: 0.5px solid rgba(255,255,255,0.12);
	border-radius: 16px;
	box-shadow: 0 22px 60px -24px rgba(0,0,0,0.75);
}
.hero-stats .col {
	text-align: center;
	padding: 0 22px;
	position: relative;
}
.hero-stats .col + .col::before {
	content: '';
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	width: 0.5px; height: 38px;
	background: rgba(255,255,255,0.14);
}
.hero-stats .n { font-size: 40px; }
.hero-stats .l {
	color: var(--txt-2);
	margin-top: 7px;
	white-space: nowrap;
}

@media (max-width: 1280px) { .hero-stats { right: 40px; } }
@media (max-width: 1024px) { .hero-stats { right: 32px; } }

/* Mobile: slider had collapsed to ~2px (height:100% of an auto-height parent).
   Pin an explicit height, and drop the frosted card for a clean inline stat row. */
@media (max-width: 768px) {
	.hero-vis { height: 300px !important; min-height: 300px !important; }
	.hero-slider { height: 300px !important; }

	.hero-stats {
		position: relative !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		background: transparent !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		border: none !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		padding: 0 20px !important;
		gap: 0 !important;
		align-items: flex-start !important;
	}
	.hero-stats .col { padding: 0 !important; flex: 1 1 0; min-width: 0; text-align: left !important; }
	.hero-stats .col + .col::before { display: none !important; }
	.hero-stats .l { color: var(--txt-2) !important; }
}
/* END HERO SLIDER + STATS POLISH */

/* SUCCESS TOAST */
.sa-toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 9999; display: flex; align-items: center; gap: 12px; background: #14181d; color: #fff; border: 0.5px solid var(--acc); border-radius: 14px; padding: 16px 26px; font-size: 14px; box-shadow: 0 18px 50px rgba(0,0,0,0.5); animation: saToastIn .5s cubic-bezier(.2,.8,.2,1); max-width: calc(100% - 32px); }
.sa-toast i { color: var(--acc); font-size: 20px; }
.sa-toast--hide { opacity: 0; transform: translateX(-50%) translateY(20px); transition: all .5s ease; pointer-events: none; }
@keyframes saToastIn { from { opacity: 0; transform: translateX(-50%) translateY(30px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
/* END SUCCESS TOAST */

/* ============================================================
   WOOCOMMERCE — Stone Art dark theme
   ============================================================ */
.stone-nav { padding: 46px 0 4px; }
.stone-nav .eyebrow { display: inline-block; margin-bottom: 18px; }
.stone-nav__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.stone-nav__chip { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border: 0.5px solid var(--line-2); border-radius: 999px; background: var(--surf); color: var(--txt-2); font-family: 'Onest'; font-size: 14px; font-weight: 500; text-decoration: none; transition: border-color .3s, color .3s, background .3s; }
.stone-nav__chip:hover { border-color: var(--acc); color: var(--txt); background: var(--surf-2); }
.stone-nav__count { font-size: 11px; color: var(--bg); background: var(--acc); border-radius: 999px; min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; padding: 0 6px; font-weight: 600; }
@media (max-width: 600px) { .stone-nav__chip { font-size: 13px; padding: 9px 14px; } }

.woo-page { padding: 70px 0 120px; }
.woo-page .wrap { max-width: 1480px; }

/* result count + ordering bar */
.woocommerce-result-count { color: var(--txt-4); font-size: 13px; margin-bottom: 28px; }
.woocommerce-ordering select,
.woo-page select { background: var(--surf); color: var(--txt); border: 0.5px solid var(--line-2); border-radius: var(--radius); padding: 10px 14px; font-family: 'Onest'; font-size: 13px; }
.woocommerce-ordering { margin-bottom: 28px; }

/* product grid — !important перебивает float/width дефолтного woocommerce.css */
.woo-page ul.products { list-style: none !important; margin: 0 !important; padding: 0 !important; display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 28px !important; }
.woo-page ul.products::before, .woo-page ul.products::after { display: none !important; content: none !important; }
.woo-page ul.products.columns-3 { grid-template-columns: repeat(3,1fr) !important; }
.woo-page ul.products li.product,
.woo-page ul.products li.product-category { width: auto !important; float: none !important; clear: none !important; margin: 0 !important; }
.woo-page ul.products li.product { background: var(--surf); border: 0.5px solid var(--line); border-radius: var(--radius); overflow: hidden; position: relative; transition: border-color .4s, transform .4s; display: flex; flex-direction: column; }
.woo-page ul.products li.product:hover { border-color: var(--acc); transform: translateY(-4px); }
.woo-page ul.products li.product a.woocommerce-LoopProduct-link { display: block; color: inherit; text-decoration: none; }
.woo-page ul.products li.product img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; margin: 0; background: var(--surf-2); }
.woo-page ul.products li.product .woocommerce-loop-product__title { font-family: 'Onest'; font-size: 16px; font-weight: 600; color: var(--txt); padding: 18px 20px 6px; line-height: 1.35; }
.woo-page ul.products li.product .price { display: block; padding: 0 20px 8px; color: var(--acc); font-size: 17px; font-weight: 600; }
.woo-page ul.products li.product .price del { color: var(--txt-4); font-weight: 400; margin-right: 8px; }
.woo-page ul.products li.product .price ins { text-decoration: none; }
.woo-page ul.products li.product .button,
.woo-page ul.products li.product .added_to_cart { margin: 8px 20px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Onest'; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; padding: 12px 18px; border-radius: var(--radius); background: transparent; color: var(--acc); border: 0.5px solid var(--acc); cursor: pointer; transition: all .3s; text-decoration: none; }
.woo-page ul.products li.product .button:hover,
.woo-page ul.products li.product .added_to_cart:hover { background: var(--acc); color: var(--bg); }
.woo-page .onsale { position: absolute; top: 12px; left: 12px; z-index: 3; background: var(--acc); color: var(--bg); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius); font-weight: 600; }

/* category cards on shop / kamen hub */
.woo-page ul.products li.product-category { text-align: left; }
.woo-page ul.products li.product-category h2.woocommerce-loop-category__title { font-family: 'Onest'; font-size: 17px; font-weight: 600; color: var(--txt); padding: 18px 20px; }
.woo-page ul.products li.product-category .count { color: var(--txt-4); font-weight: 400; font-size: 13px; }

/* pagination */
.woocommerce-pagination { margin-top: 56px; }
.woocommerce-pagination ul { display: flex; gap: 8px; list-style: none; padding: 0; justify-content: center; }
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span { display: flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; border: 0.5px solid var(--line-2); border-radius: var(--radius); color: var(--txt-3); text-decoration: none; transition: all .3s; }
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span.current { border-color: var(--acc); color: var(--acc); }

/* ---- single product ---- */
.woo-page div.product { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.woo-page div.product .woocommerce-product-gallery { margin: 0; }
.woo-page div.product .woocommerce-product-gallery img { border-radius: var(--radius); border: 0.5px solid var(--line); }
.woo-page div.product .product_title { font-family: 'Russo One'; font-size: 38px; line-height: 1.1; margin-bottom: 18px; color: var(--txt); }
.woo-page div.product p.price, .woo-page div.product span.price { color: var(--acc); font-size: 28px; font-weight: 600; margin-bottom: 22px; display: block; }
.woo-page div.product .woocommerce-product-details__short-description { color: var(--txt-3); font-size: 16px; line-height: 1.8; margin-bottom: 28px; }
.woo-page div.product form.cart { display: flex; gap: 14px; align-items: center; margin-bottom: 28px; flex-wrap: wrap; }
.woo-page div.product .quantity input.qty { width: 72px; padding: 14px 10px; background: var(--bg); border: 0.5px solid var(--line-2); color: var(--txt); border-radius: var(--radius); text-align: center; font-family: 'Onest'; }
.woo-page div.product form.cart button.button,
.woo-page .single_add_to_cart_button { background: var(--acc); color: var(--bg); border: none; padding: 16px 34px; font-family: 'Onest'; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; border-radius: var(--radius); cursor: pointer; transition: all .3s; }
.woo-page div.product form.cart button.button:hover { background: var(--acc-light); }
.woo-page .product_meta { font-size: 13px; color: var(--txt-4); border-top: 0.5px solid var(--line); padding-top: 20px; }
.woo-page .product_meta a { color: var(--acc); text-decoration: none; }

/* tabs + related */
.woo-page .woocommerce-tabs { grid-column: 1 / -1; margin-top: 64px; }
.woo-page .woocommerce-tabs ul.tabs { display: flex; gap: 8px; list-style: none; padding: 0; border-bottom: 0.5px solid var(--line); margin-bottom: 28px; }
.woo-page .woocommerce-tabs ul.tabs li { padding: 0; }
.woo-page .woocommerce-tabs ul.tabs li a { display: block; padding: 14px 22px; color: var(--txt-3); text-decoration: none; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; border-bottom: 2px solid transparent; }
.woo-page .woocommerce-tabs ul.tabs li.active a { color: var(--acc); border-bottom-color: var(--acc); }
.woo-page .woocommerce-tabs .panel { color: var(--txt-3); line-height: 1.8; }
.woo-page .related.products, .woo-page .up-sells { grid-column: 1 / -1; margin-top: 72px; }
.woo-page .related.products > h2, .woo-page .up-sells > h2, .woo-page .cross-sells > h2 { font-family: 'Russo One'; font-size: 28px; margin-bottom: 32px; color: var(--txt); }

/* notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: var(--surf); border: 0.5px solid var(--line-2); border-left: 3px solid var(--acc); color: var(--txt-2); padding: 16px 20px; border-radius: var(--radius); list-style: none; margin-bottom: 24px; }
.woocommerce-error { border-left-color: #c1626b; }
.woocommerce-message a, .woocommerce-info a { color: var(--acc); }

/* cart + checkout tables/forms */
.woo-page table.shop_table { width: 100%; border-collapse: collapse; color: var(--txt-2); margin-bottom: 28px; }
.woo-page table.shop_table th, .woo-page table.shop_table td { padding: 16px 14px; border-bottom: 0.5px solid var(--line); text-align: left; font-size: 14px; }
.woo-page table.shop_table th { color: var(--txt-4); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.woo-page .cart_totals h2, .woo-page #order_review_heading, .woo-page .woocommerce-billing-fields h3 { font-family: 'Russo One'; color: var(--txt); margin-bottom: 18px; }
.woo-page form .form-row label { color: var(--txt-3); font-size: 13px; margin-bottom: 6px; display: block; }
.woo-page form .input-text, .woo-page form textarea, .woo-page form select { width: 100%; padding: 13px 15px; background: var(--bg); border: 0.5px solid var(--line-2); color: var(--txt); border-radius: var(--radius); font-family: 'Onest'; font-size: 15px; }
.woo-page .wc-proceed-to-checkout a.checkout-button, .woo-page #place_order { background: var(--acc) !important; color: var(--bg) !important; border: none; padding: 16px 30px; font-family: 'Onest'; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; border-radius: var(--radius); cursor: pointer; font-size: 13px; }
.woo-page .button { background: transparent; color: var(--acc); border: 0.5px solid var(--acc); padding: 13px 22px; border-radius: var(--radius); text-decoration: none; display: inline-block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: all .3s; }
.woo-page .button:hover { background: var(--acc); color: var(--bg); }

@media(max-width:1100px){ .woo-page ul.products { grid-template-columns: repeat(3,1fr); } }
@media(max-width:860px){ .woo-page div.product { grid-template-columns: 1fr; gap: 32px; } .woo-page ul.products { grid-template-columns: repeat(2,1fr); gap: 16px; } .woo-page .product_title { font-size: 30px; } }
@media(max-width:480px){ .woo-page ul.products { grid-template-columns: 1fr 1fr; } }
.page-hero-desc { color: var(--txt-3); max-width: 680px; margin-top: 16px; line-height: 1.7; }
/* END WOOCOMMERCE */

/* STONE HUB (страница Камень) */
.stone-hub { padding: 70px 0 110px; background: var(--bg); }
.stone-hub-intro { color: var(--txt-3); font-size: 17px; line-height: 1.8; margin-bottom: 48px; }
.stone-hub-intro .cat-intro { max-width: 720px; margin: 0 0 20px; }
.stone-hub-intro .cat-intro p { font-size: 18px; line-height: 1.7; color: var(--txt-2); margin: 0; }
.stone-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; align-items: stretch; }
.stone-grid .stone-card { display: flex; flex-direction: column; height: 100%; background: var(--surf); border: 0.5px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; transition: border-color .4s, transform .4s; }
.stone-grid .stone-card:hover { border-color: var(--acc); transform: translateY(-4px); }
.stone-grid .stone-card-img { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--surf-2), var(--bg-3)) center/cover no-repeat; display: flex; align-items: center; justify-content: center; color: var(--txt-4); font-size: 34px; position: relative; }
.stone-grid .stone-card-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.28)); opacity: 0; transition: opacity .4s; }
.stone-grid .stone-card:hover .stone-card-img { color: var(--acc); }
.stone-grid .stone-card:hover .stone-card-img::after { opacity: 1; }
.stone-grid .stone-card-body { padding: 20px; position: relative; flex: 1 1 auto; display: flex; flex-direction: column; gap: 5px; }
.stone-grid .stone-card-body h3 { font-family: 'Onest'; font-size: 19px; font-weight: 600; color: var(--txt); margin: 0; padding-right: 26px; }
.stone-grid .stone-card-count { color: var(--txt-4); font-size: 13px; }
.stone-grid .stone-card-arrow { position: absolute; right: 20px; top: 22px; color: var(--txt-4); transition: all .3s; }
.stone-grid .stone-card:hover .stone-card-arrow { color: var(--acc); transform: translateX(4px); }
@media(max-width:1100px){ .stone-grid { grid-template-columns: repeat(3,1fr); } }
@media(max-width:760px){ .stone-grid { grid-template-columns: repeat(2,1fr); gap: 14px; } }
@media(max-width:440px){ .stone-grid { grid-template-columns: 1fr 1fr; } }
/* END STONE HUB */



/* === Каталог: кнопка заявки + цена по запросу (2026-06-01) === */
.price-request{display:inline-block;color:var(--acc-light);font-family:'Onest',sans-serif;font-weight:600;font-size:20px;letter-spacing:.01em}
.sa-request-btn{display:inline-flex;align-items:center;gap:9px;margin-top:22px;padding:15px 28px;border:0;border-radius:var(--radius);background:var(--acc);color:#fff;font-family:'Onest',sans-serif;font-weight:600;font-size:14px;letter-spacing:.02em;cursor:pointer;transition:background .3s,transform .3s,box-shadow .3s;box-shadow:0 8px 24px -10px rgba(98,131,193,.6)}
.sa-request-btn:hover{background:var(--acc-light);transform:translateY(-2px);box-shadow:0 12px 30px -10px rgba(98,131,193,.75)}
.sa-request-btn i{font-size:13px}


/* === Доработки каталога (2026-06-01 v2) === */
/* Loop-карточки: убираем любую тень при наведении */
.woo-page ul.products li.product { box-shadow: none !important; }
.woo-page ul.products li.product:hover { box-shadow: none !important; }
/* Кнопка "Подробнее" — прижата к низу карточки, кнопки выровнены на одном уровне */
.woo-page ul.products li.product .sa-more-btn {
	margin: auto 20px 22px; display: flex; align-items: center; justify-content: center; gap: 8px;
	padding: 13px 18px; border: 0.5px solid var(--line-2); border-radius: var(--radius);
	background: transparent; color: var(--txt-2);
	font-family: 'Onest', sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
	text-decoration: none; transition: border-color .3s, color .3s;
}
.woo-page ul.products li.product .sa-more-btn:hover { border-color: var(--acc); color: var(--acc); }
.woo-page ul.products li.product .sa-more-btn i { font-size: 10px; transition: transform .3s; }
.woo-page ul.products li.product .sa-more-btn:hover i { transform: translateX(4px); }
/* Заголовок товара тянется, чтобы кнопки были на одном уровне даже при разной длине названий */
.woo-page ul.products li.product .woocommerce-loop-product__title { min-height: 0; }
/* Страница товара: галерея и фото на всю ширину колонки (фикс маленькой картинки) */
.woo-page div.product .woocommerce-product-gallery,
.woo-page div.product .woocommerce-product-gallery__wrapper { width: 100% !important; float: none !important; margin: 0 !important; }
.woo-page div.product .woocommerce-product-gallery__image,
.woo-page div.product .woocommerce-product-gallery__image > a,
.woo-page div.product .woocommerce-product-gallery__image img {
	width: 100% !important; height: auto !important; display: block;
}
/* END Доработки каталога v2 */


/* === Каталог: мобильный грид (фикс 2026-06-01) === */
@media(max-width:1100px){ .woo-page ul.products{ grid-template-columns: repeat(3,1fr) !important; } }
@media(max-width:820px){ .woo-page ul.products{ grid-template-columns: repeat(2,1fr) !important; gap:16px !important; } }
@media(max-width:480px){ .woo-page ul.products{ grid-template-columns: 1fr !important; gap:18px !important; } .woo-page ul.products li.product .sa-more-btn{ margin:auto 16px 18px !important; } }
/* END каталог моб.грид */


/* SA STRETCH LINKS */
.cat-it .sa-cat-link { position:absolute; inset:0; z-index:4; font-size:0; color:transparent; }
.proj-row .sa-row-link { position:absolute; inset:0; z-index:4; font-size:0; color:transparent; }
/* END SA STRETCH LINKS */
