/*
Theme Name: Tufit 2026
Theme URI: https://www.tufit.co.il
Author: Tufit Stone
Description: תבנית יוקרה 2026 לטופית סטון - אבני נוי, עצי פרי בוגרים ועיצוב גינות. RTL, טיפוגרפיית ענק, גריד רוחבי, אנימציות.
Version: 4.0.0
Requires PHP: 7.2
Text Domain: tufit2026
*/

/* ================= Tokens - Modern Luxury ================= */
:root {
  --paper: #f7f5f1;
  --paper-2: #efece5;
  --white: #ffffff;
  --black: #121110;
  --black-2: #1c1a18;
  --ink: #17150f;
  --ink-2: #57534a;
  --ink-3: #8a857c;
  --line: #e3dfd6;
  --line-dark: #33302b;
  --gold: #b08c46;
  --gold-l: #c9a96a;
  --gold-pale: #f0e6d2;
  --shadow-sm: 0 2px 12px rgba(18, 17, 16, .06);
  --shadow-md: 0 16px 44px -14px rgba(18, 17, 16, .18);
  --shadow-lg: 0 30px 80px -24px rgba(18, 17, 16, .3);
  --font-body: 'Heebo', sans-serif;
  --font-display: 'Anton', 'Heebo', sans-serif;
  --font-logo: 'Marcellus', Georgia, serif;
  --header-h: 86px;
  --ease: cubic-bezier(.25, .8, .25, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

/* ================= Base ================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--ink); text-decoration: none; transition: color .3s var(--ease); }
a:hover { color: var(--gold); }
h1, h2, h3, h4, h5 { font-family: var(--font-body); font-weight: 700; line-height: 1.2; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); font-weight: 800; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1em; }
::selection { background: var(--black); color: var(--gold-l); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.container { width: min(1320px, 94vw); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 116px) 0; position: relative; }
.sec-white { background: var(--white); }
.sec-black, .sec-dark { background: var(--black); color: #b7b2a8; }
.sec-black h2, .sec-black h3, .sec-dark h2, .sec-dark h3 { color: var(--white); }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--paper-2); }
::-webkit-scrollbar-thumb { background: var(--black); border: 3px solid var(--paper-2); }

/* Giant outline type helper */
.giant {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: .96;
  letter-spacing: .01em;
  color: transparent;
  -webkit-text-stroke: 1.5px currentColor;
}

/* Overline label */
.overline {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .78rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold);
}
.overline::before { content: ''; width: 40px; height: 1px; background: var(--gold); }
.overline.center::before { display: none; }

.sec-head { max-width: 780px; margin-bottom: clamp(36px, 4.5vw, 54px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head .overline { margin-bottom: 14px; }
.sec-head p { color: var(--ink-2); font-size: 1.03rem; margin: 10px 0 0; }
.sec-black .sec-head p, .sec-dark .sec-head p { color: #b7b2a8; }

/* ================= Buttons - square, serious ================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 17px 38px; border-radius: 0;
  font-family: var(--font-body); font-weight: 600; font-size: .92rem; letter-spacing: .08em;
  cursor: pointer; border: 1px solid var(--black); background: transparent; color: var(--ink);
  position: relative; overflow: hidden; isolation: isolate;
  transition: color .4s var(--ease), border-color .4s;
}
.btn::after { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--black); transform: scaleY(0); transform-origin: bottom; transition: transform .4s var(--ease-out); }
.btn:hover { color: var(--white); }
.btn:hover::after { transform: scaleY(1); }
.btn svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(-6px); }
.btn-solid { background: var(--black); color: var(--white); }
.btn-solid::after { background: var(--gold); }
.btn-solid:hover { color: var(--black); border-color: var(--gold); }
.btn-bronze { background: var(--gold); border-color: var(--gold); color: var(--black); }
.btn-bronze::after { background: var(--white); }
.btn-bronze:hover { color: var(--black); border-color: var(--white); }
.btn-light { border-color: var(--white); color: var(--white); background: transparent; }
.btn-light::after { background: var(--white); }
.btn-light:hover { color: var(--black); }
.btn-white { background: var(--white); border-color: var(--white); color: var(--black); }

.tlink {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: .92rem; letter-spacing: .06em; color: var(--ink);
  padding-bottom: 5px; position: relative;
}
.tlink::after { content: ''; position: absolute; bottom: 0; right: 0; width: 100%; height: 1px; background: var(--gold); transition: transform .35s var(--ease); transform-origin: left; }
.tlink:hover::after { transform: scaleX(.35); }
.tlink svg { width: 15px; height: 15px; }

/* ================= Top bar ================= */
.topbar { background: var(--black); color: #ddd8cd; font-size: .84rem; font-weight: 500; position: relative; z-index: 60; letter-spacing: .04em; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 12px; }
.topbar a { color: #ddd8cd; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--gold-l); }
.topbar-group { display: flex; align-items: center; gap: 22px; }
.topbar svg { width: 13px; height: 13px; }

/* ================= Header - centered logo ================= */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 245, 241, .92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .35s, background .35s;
}
.site-header.scrolled { background: rgba(247, 245, 241, .98); box-shadow: 0 14px 40px -22px rgba(18, 17, 16, .3); }
.header-in {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: var(--header-h); gap: 18px;
}
.logo { display: flex; flex-direction: column; align-items: center; line-height: 1; gap: 6px; text-align: center; }
.logo-latin { font-family: var(--font-logo); font-size: 1.95rem; letter-spacing: .24em; color: var(--ink); white-space: nowrap; padding-inline-start: .24em; }
.logo-latin b { color: var(--gold); font-weight: 400; }
.logo-heb { font-size: .68rem; font-weight: 500; letter-spacing: .3em; color: var(--ink-3); white-space: nowrap; }

.main-nav { display: flex; align-items: center; justify-self: start; }
.main-nav > ul { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 28px); list-style: none; margin: 0; padding: 0; }
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 2px; font-weight: 500; font-size: .95rem; color: var(--ink);
  position: relative; letter-spacing: .02em; white-space: nowrap;
}
.main-nav > ul > li > a::after {
  content: ''; position: absolute; bottom: 2px; right: 0; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .35s var(--ease);
}
.main-nav > ul > li > a:hover::after, .main-nav > ul > li.open > a::after { transform: scaleX(1); }
.main-nav .caret { width: 12px; height: 12px; transition: transform .3s var(--ease); color: var(--gold); }
.main-nav li.open .caret { transform: rotate(180deg); }

.dropdown {
  position: absolute; top: calc(100% + 18px); right: -20px;
  min-width: 560px; background: var(--white);
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(14px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px 24px;
  max-height: min(70vh, 540px); overflow: auto;
}
.dropdown::before { content: ''; position: absolute; top: -18px; right: 0; left: 0; height: 18px; }
li.open > .dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.dropdown a {
  display: flex; align-items: center; gap: 12px; padding: 10px 4px;
  color: var(--ink-2); font-size: .92rem; font-weight: 500;
  border-bottom: 1px solid var(--paper-2);
  transition: color .25s, padding .25s;
}
.dropdown a:hover { color: var(--black); padding-inline-start: 10px; }
.dropdown a .dot { width: 5px; height: 5px; background: var(--gold); flex: 0 0 auto; transition: transform .25s; }
.dropdown a:hover .dot { transform: scale(1.7); }

.header-cta { display: flex; align-items: center; gap: 14px; justify-self: end; }
.hicon {
  width: 42px; height: 42px; display: grid; place-items: center;
  color: var(--ink); border: 1px solid transparent; border-radius: 0;
  transition: all .3s var(--ease);
}
.hicon:hover { border-color: var(--line); color: var(--gold); }
.hicon svg { width: 19px; height: 19px; }
.wa-round {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: #25d366; color: #fff; box-shadow: 0 8px 22px -6px rgba(37, 211, 102, .55);
  transition: transform .3s var(--ease);
}
.wa-round:hover { transform: scale(1.1); color: #fff; }
.wa-round svg { width: 22px; height: 22px; }
.phone-lockup { display: flex; align-items: center; gap: 11px; }
.phone-lockup .pl-ic {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid var(--gold); color: var(--gold);
  transition: all .3s var(--ease);
}
.phone-lockup:hover .pl-ic { background: var(--gold); color: var(--black); }
.phone-lockup .pl-ic svg { width: 19px; height: 19px; }
.phone-lockup .pl-tx { display: flex; flex-direction: column; line-height: 1.2; }
.phone-lockup .pl-tx small { font-size: .64rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.phone-lockup .pl-tx b { font-weight: 800; font-size: 1.1rem; color: var(--ink); letter-spacing: .02em; }
.phone-lockup:hover .pl-tx b { color: var(--gold); }

.corner-cta {
  position: absolute; top: 0; left: 0; bottom: 0;
  display: inline-flex; align-items: center;
  padding: 0 30px; background: var(--black); color: var(--white);
  font-weight: 600; font-size: .92rem; letter-spacing: .1em;
  transition: background .35s, color .35s;
}
.corner-cta:hover { background: var(--gold); color: var(--black); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; padding: 13px 11px; flex-direction: column; justify-content: space-between; }
.burger span { display: block; height: 1.6px; background: var(--ink); transition: transform .35s var(--ease), opacity .25s; }
.burger.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* USP strip */
.usp-strip { background: var(--black); color: #cfc9be; overflow: hidden; }
.usp-in {
  display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 60px);
  min-height: 44px; font-size: .8rem; font-weight: 500; letter-spacing: .14em;
  white-space: nowrap; overflow-x: auto; scrollbar-width: none; padding-inline: 16px;
}
.usp-in::-webkit-scrollbar { display: none; }
.usp-in span { display: inline-flex; align-items: center; gap: 10px; }
.usp-in i { color: var(--gold); font-style: normal; font-size: .6rem; }

/* Mobile drawer */
.mobile-nav { position: fixed; inset: 0; z-index: 90; pointer-events: none; }
.mobile-nav .scrim { position: absolute; inset: 0; background: rgba(18, 17, 16, .55); backdrop-filter: blur(3px); opacity: 0; transition: opacity .35s; }
.mobile-nav .drawer {
  position: absolute; top: 0; bottom: 0; right: 0; width: min(380px, 90vw);
  background: var(--paper); box-shadow: var(--shadow-lg);
  transform: translateX(100%); transition: transform .5s var(--ease-out);
  display: flex; flex-direction: column; overflow-y: auto; padding: 28px 24px;
}
.mobile-nav.open { pointer-events: auto; }
.mobile-nav.open .scrim { opacity: 1; }
.mobile-nav.open .drawer { transform: translateX(0); }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav li a { display: flex; justify-content: space-between; align-items: center; padding: 14px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 1.02rem; }
.mobile-nav li li a { padding-right: 20px; font-weight: 400; font-size: .93rem; color: var(--ink-2); }
.mobile-nav .sub { display: none; }
.mobile-nav li.open > .sub { display: block; }
.mobile-nav .m-caret { transition: transform .3s; width: 15px; height: 15px; color: var(--gold); }
.mobile-nav li.open > a .m-caret { transform: rotate(180deg); }
.mobile-cta { margin-top: 24px; display: grid; gap: 12px; }

.scroll-progress { position: fixed; top: 0; right: 0; height: 2px; background: var(--gold); z-index: 100; width: 0; }

/* ================= Hero - full-bleed + giant type ================= */
.hero {
  position: relative; min-height: min(88svh, 860px);
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden; background: var(--black);
}
.hero-media { position: absolute; inset: 0; }
.hero-media .slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; animation: kenburns 18s linear infinite;
  transition: opacity 1.8s var(--ease);
}
.hero-media .slide.on { opacity: 1; }
@keyframes kenburns { 0% { transform: scale(1.01); } 50% { transform: scale(1.08); } 100% { transform: scale(1.01); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18, 17, 16, .22) 0%, rgba(18, 17, 16, .05) 40%, rgba(18, 17, 16, .5) 100%); }

.hero-giant {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: clamp(6px, 1.4vw, 22px);
  pointer-events: none; overflow: hidden;
}
.hero-giant .gline {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(3.4rem, 11vw, 10.5rem); line-height: .92; letter-spacing: .02em;
  color: transparent; -webkit-text-stroke: 2px rgba(255, 255, 255, .85);
  white-space: nowrap; will-change: transform;
  text-align: center;
}
.hero-giant .gline .solid {
  color: var(--black); -webkit-text-stroke: 0;
  background: var(--gold-l); padding: 0 .12em; display: inline-block;
  transform: rotate(-1.2deg);
}
.hero-cta {
  position: relative; z-index: 3; display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
  padding-bottom: clamp(44px, 6vw, 76px);
}
.hero-cta .btn { min-width: 210px; }
.hero-topline {
  position: absolute; top: clamp(22px, 3.5vw, 44px); right: 50%; transform: translateX(50%);
  z-index: 3; color: #efece5; font-size: .82rem; font-weight: 500; letter-spacing: .34em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 14px; white-space: nowrap;
}
.hero-topline::before, .hero-topline::after { content: ''; width: 46px; height: 1px; background: rgba(255, 255, 255, .55); }

/* ================= Collections - full width grid ================= */
.collections { padding: clamp(56px, 6.5vw, 96px) 0; }
.collections-head { text-align: center; margin-bottom: clamp(30px, 4vw, 48px); padding-inline: 5vw; }
.collections-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  padding-inline: 10px;
}
.col-tile { position: relative; overflow: hidden; display: block; aspect-ratio: 16 / 10.5; background: var(--paper-2); }
.col-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.col-tile:hover img { transform: scale(1.06); }
.col-tile .shade { position: absolute; inset: 0; background: rgba(18, 17, 16, .06); transition: background .45s; }
.col-tile:hover .shade { background: rgba(18, 17, 16, .22); }
.col-tile .band {
  position: absolute; inset-inline: 0; top: 50%; transform: translateY(-50%);
  min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 14px;
  background: rgba(68, 64, 58, .5); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  color: var(--white); font-weight: 500; font-size: clamp(1.15rem, 1.8vw, 1.55rem); letter-spacing: .04em;
  transition: background .45s var(--ease), min-height .45s var(--ease);
}
.col-tile:hover .band { background: rgba(18, 17, 16, .68); min-height: 74px; }
.col-tile .band small { font-size: .68rem; font-weight: 600; letter-spacing: .22em; color: var(--gold-l); text-transform: uppercase; }
.collections-more { text-align: center; margin-top: clamp(30px, 4vw, 46px); }

/* Horizontal scroller (secondary catalog + gallery) */
.hs-wrap { position: relative; max-width: 100%; min-width: 0; }
.gallery-split > * { min-width: 0; }
.hscroll {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; padding: 6px 10px 18px;
  cursor: grab; direction: ltr;
}
.hscroll[data-infinite] { scroll-snap-type: none; }
.hscroll::-webkit-scrollbar { display: none; }
.hscroll.dragging { cursor: grabbing; scroll-snap-type: none; }
.hs-item { flex: 0 0 auto; scroll-snap-align: start; position: relative; display: block; }
.hs-item.cat { width: 265px; }
.hs-item.cat .im { position: relative; overflow: hidden; aspect-ratio: 4/4.6; background: var(--paper-2); }
.hs-item.cat img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .8s var(--ease); }
.hs-item.cat:hover img { transform: scale(1.07); }
.hs-item.cat b { display: flex; align-items: center; justify-content: space-between; padding: 12px 2px 0; font-weight: 600; font-size: 1rem; color: var(--ink); }
.hs-item.cat b svg { width: 15px; height: 15px; color: var(--gold); transition: transform .3s; }
.hs-item.cat:hover b svg { transform: translateX(-5px); }
.hs-item.shot { width: 330px; height: 400px; overflow: hidden; background: var(--paper-2); }
.hs-item.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.hs-item.shot:hover img { transform: scale(1.06); }
.hs-arrows { display: flex; gap: 10px; }
.hs-arrow {
  width: 52px; height: 52px; border: 1px solid var(--line-dark); background: transparent; color: inherit;
  display: grid; place-items: center; cursor: pointer;
  transition: all .35s var(--ease);
}
.on-paper .hs-arrow { border-color: var(--black); color: var(--black); }
.hs-arrow:hover { background: var(--black); color: var(--white); border-color: var(--black); }
.on-dark .hs-arrow { border-color: rgba(255,255,255,.4); color: var(--white); }
.on-dark .hs-arrow:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.hs-arrow svg { width: 18px; height: 18px; }

/* ================= Craft strip (services, minimal) ================= */
.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 60px); }
.craft-col { border-top: 1px solid var(--black); padding-top: 22px; position: relative; }
.craft-col::before { content: ''; position: absolute; top: -1px; right: 0; width: 54px; height: 3px; background: var(--gold); transition: width .5s var(--ease); }
.craft-col:hover::before { width: 100%; }
.craft-col .cnum { font-family: var(--font-display); font-size: 1rem; letter-spacing: .1em; color: var(--gold); display: block; margin-bottom: 12px; }
.craft-col h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
.craft-col p { color: var(--ink-2); font-size: .95rem; margin-bottom: 14px; }

/* ================= Giant marquee ================= */
.marquee-band { background: var(--paper); padding: clamp(18px, 2.6vw, 34px) 0; overflow: hidden; border-block: 1px solid var(--line); }
.marquee { display: flex; width: max-content; animation: marquee 55s linear infinite; align-items: center; }
.marquee-band:hover .marquee { animation-play-state: paused; }
.marquee span {
  display: inline-flex; align-items: center; gap: 38px; padding-inline-end: 38px;
  font-family: var(--font-display); text-transform: uppercase; white-space: nowrap;
  font-size: clamp(2.6rem, 5.6vw, 4.6rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px #b6b0a4;
}
.marquee span.fill { color: var(--black); -webkit-text-stroke: 0; }
.marquee span.goldfill { color: var(--gold); -webkit-text-stroke: 0; }
.marquee .star { color: var(--gold); -webkit-text-stroke: 0; font-size: .45em; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* ================= Gallery split (outline title + carousel) ================= */
.gallery-split { display: grid; grid-template-columns: 300px 1fr; gap: clamp(26px, 4vw, 60px); align-items: center; }
.gallery-title .giant { font-size: clamp(3.4rem, 6.5vw, 6rem); color: var(--black); display: block; }
.gallery-title .giant.fill { color: var(--black); -webkit-text-stroke: 0; }
.gallery-title p { color: var(--ink-2); margin: 16px 0 26px; font-size: .98rem; }
.gallery-title .btn { margin-bottom: 18px; }

/* ================= Stats band ================= */
.stats-band { background: var(--black); color: #b7b2a8; padding: clamp(46px, 5.5vw, 72px) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: 14px 18px; position: relative; }
.stat + .stat::before { content: ''; position: absolute; inset-block: 14%; inset-inline-start: 0; width: 1px; background: var(--line-dark); }
.stat b { display: block; font-family: var(--font-display); font-size: clamp(2.4rem, 4.4vw, 3.8rem); font-weight: 400; color: var(--gold-l); line-height: 1.05; letter-spacing: .02em; }
.stat span { color: #98938a; font-size: .82rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }

/* ================= About ================= */
.about-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5.5vw, 84px); align-items: center; }
.about-visual { position: relative; }
.about-visual .main { width: 100%; aspect-ratio: 4/4.4; object-fit: cover; display: block; position: relative; z-index: 2; }
.about-visual::before { content: ''; position: absolute; inset: 26px -26px -26px 26px; border: 1px solid var(--gold); z-index: 1; }
.about-visual .tag {
  position: absolute; bottom: 26px; right: 26px; z-index: 3;
  background: var(--black); color: var(--white); padding: 16px 24px;
}
.about-visual .tag b { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--gold-l); line-height: 1.05; }
.about-visual .tag span { font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: #98938a; }
.checks { list-style: none; margin: 26px 0 32px; padding: 0; display: grid; gap: 0; }
.checks li {
  display: flex; align-items: center; gap: 16px; font-weight: 500; font-size: .98rem;
  padding: 13px 2px; border-bottom: 1px solid var(--line);
}
.checks li:first-child { border-top: 1px solid var(--line); }
.checks .ck { color: var(--gold); font-family: var(--font-display); font-size: .82rem; letter-spacing: .05em; min-width: 34px; }

/* ================= Blog ================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 40px); }
.post-card { background: transparent; display: flex; flex-direction: column; }
.post-media { position: relative; overflow: hidden; aspect-ratio: 16/10.5; display: block; background: var(--paper-2); }
.post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.post-card:hover .post-media img { transform: scale(1.06); }
.post-date-badge {
  position: absolute; top: 0; right: 0; background: var(--black); color: var(--gold-l);
  padding: 8px 16px; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}
.post-body { padding: 18px 2px 0; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.post-body h3 { font-size: 1.22rem; margin: 0; line-height: 1.4; }
.post-body h3 a { color: var(--ink); background-image: linear-gradient(var(--gold), var(--gold)); background-size: 0 1px; background-repeat: no-repeat; background-position: bottom right; transition: background-size .5s var(--ease); }
.post-body h3 a:hover { background-size: 100% 1px; color: var(--ink); }
.post-body p { color: var(--ink-2); font-size: .94rem; margin: 0; flex: 1; }
.post-meta { display: flex; align-items: center; gap: 16px; color: var(--ink-3); font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding-top: 12px; border-top: 1px solid var(--line); }
.post-meta svg { width: 13px; height: 13px; vertical-align: -2px; margin-left: 5px; color: var(--gold); }

/* ================= Contact band ================= */
.contact-band { position: relative; overflow: hidden; }
.contact-band::before {
  content: 'CONTACT'; position: absolute; top: -.14em; left: -12px;
  font-family: var(--font-display); font-size: clamp(5rem, 13vw, 11rem); line-height: 1; text-transform: uppercase;
  color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .06); pointer-events: none;
}
.contact-wrap { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(34px, 5vw, 76px); position: relative; z-index: 2; }
.contact-band .lead-txt { color: #98938a; font-size: 1rem; max-width: 46ch; }
.contact-list { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 0; }
.contact-list li { display: flex; align-items: center; gap: 16px; padding: 15px 2px; border-bottom: 1px solid var(--line-dark); }
.contact-list li:first-child { border-top: 1px solid var(--line-dark); }
.contact-list .ic { color: var(--gold-l); flex: 0 0 auto; display: grid; place-items: center; width: 30px; }
.contact-list .ic svg { width: 21px; height: 21px; }
.contact-list b { display: block; color: var(--white); font-size: .76rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 2px; }
.contact-list span, .contact-list a.val { font-size: .98rem; color: #b7b2a8; }
.contact-list a.val:hover { color: var(--gold-l); }
.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.contact-form-card { background: var(--black-2); border: 1px solid var(--line-dark); padding: clamp(26px, 3.4vw, 44px); position: relative; }
.contact-form-card::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(176, 140, 70, .25); pointer-events: none; }
.contact-form-card h3 { color: var(--white); margin-bottom: 6px; font-size: 1.6rem; }
.contact-form-card .sub { color: #98938a; font-size: .92rem; margin-bottom: 26px; }

/* CF7 - force RTL (the stored form was created with an LTR locale) */
.wpcf7, .wpcf7 form, .wpcf7 p, .contact-home-page { direction: rtl !important; text-align: right !important; }
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea { direction: rtl; text-align: right; }
.wpcf7 .row, .contact-home-page .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.wpcf7 .row > div { min-width: 0; }
.wpcf7 .row > div[class*="col-md-12"], .wpcf7 .row > div[class*="col-xs-12"]:not([class*="col-md-6"]):not([class*="col-sm-6"]) { grid-column: 1 / -1; }
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea, .wpcf7 select {
  width: 100%; padding: 14px 16px; font-family: var(--font-body); font-size: .96rem;
  border: 1px solid var(--line-dark); background: transparent; color: var(--white);
  border-radius: 0;
  transition: border-color .35s, background .35s;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder { color: #767169; letter-spacing: .03em; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; border-color: var(--gold); background: rgba(255, 255, 255, .03); }
.wpcf7 textarea { min-height: 104px; resize: vertical; }
.wpcf7 input[type=submit] {
  width: 100%; padding: 17px; margin-top: 14px; border: 1px solid var(--gold); cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: .95rem; letter-spacing: .16em;
  background: var(--gold); color: var(--black); border-radius: 0;
  transition: background .4s var(--ease), color .4s;
}
.wpcf7 input[type=submit]:hover { background: transparent; color: var(--gold-l); }
.light-form .wpcf7 input[type=text], .light-form .wpcf7 input[type=email], .light-form .wpcf7 input[type=tel], .light-form .wpcf7 textarea {
  border-color: var(--line); color: var(--ink); background: var(--white);
}
.light-form .wpcf7 input::placeholder, .light-form .wpcf7 textarea::placeholder { color: var(--ink-3); }
.light-form .wpcf7 input:focus, .light-form .wpcf7 textarea:focus { border-color: var(--gold); }
.wpcf7 form.sent .wpcf7-response-output { border-color: var(--gold); color: var(--white); padding: 12px 16px; margin: 14px 0 0; }
.wpcf7-response-output { border-radius: 0; margin: 14px 0 0 !important; padding: 10px 14px !important; font-size: .88rem; }
.wpcf7-not-valid-tip { color: #d9a08a; font-size: .78rem; margin-top: 4px; }
span.wpcf7-form-control-wrap { display: block; }

.map-card { overflow: hidden; line-height: 0; position: relative; z-index: 2; border: 1px solid var(--line-dark); }
.map-card iframe { width: 100%; height: 340px; border: 0; filter: grayscale(1) contrast(1.04); transition: filter .6s; }
.map-card:hover iframe { filter: grayscale(.15); }

/* ================= Footer ================= */
.site-footer { background: var(--black); color: #98938a; position: relative; overflow: hidden; }
.site-footer::before {
  content: 'TUFIT STONE'; position: absolute; bottom: -.16em; right: 50%; transform: translateX(50%);
  font-family: var(--font-display); text-transform: uppercase; font-size: clamp(4.5rem, 13vw, 11rem); line-height: 1; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .05); pointer-events: none;
}
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 44px; padding: clamp(52px, 6.5vw, 84px) 0 44px; position: relative; z-index: 2; }
.site-footer h4 { color: var(--white); font-size: .8rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; margin-bottom: 20px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer ul a { color: #98938a; font-size: .94rem; display: inline-flex; align-items: center; gap: 9px; transition: color .3s, transform .3s; }
.site-footer ul a::before { content: '—'; color: var(--gold); font-size: .68em; }
.site-footer ul a:hover { color: var(--white); transform: translateX(-4px); }
.footer-about p { font-size: .93rem; line-height: 1.9; }
.footer-logo { margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; }
.footer-logo .logo-latin { color: var(--white); font-size: 1.6rem; }
.footer-logo .logo-heb { color: #98938a; }
.socials { display: flex; gap: 12px; margin-top: 20px; }
.socials a {
  width: 44px; height: 44px; border-radius: 0; display: grid; place-items: center;
  border: 1px solid var(--line-dark); color: #98938a;
  transition: all .35s var(--ease);
}
.socials a:hover { border-color: var(--gold); color: var(--gold-l); transform: translateY(-4px); }
.socials svg { width: 17px; height: 17px; }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; font-size: .93rem; }
.footer-contact svg { width: 16px; height: 16px; color: var(--gold); flex: 0 0 auto; margin-top: 6px; }
.footer-contact a { color: #98938a; }
.footer-contact a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--line-dark); padding: 22px 0; font-size: .8rem; letter-spacing: .05em; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; position: relative; z-index: 2; }
.footer-bottom a { color: #98938a; }
.footer-bottom a:hover { color: var(--white); }

/* ================= Floating buttons ================= */
.float-btns { position: fixed; bottom: 26px; left: 26px; z-index: 80; display: flex; flex-direction: column; gap: 12px; }
.wa-float {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--black); color: var(--gold-l); display: grid; place-items: center;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(201, 169, 106, .4);
  transition: transform .35s var(--ease), background .35s, color .35s;
}
.wa-float:hover { transform: scale(1.1); background: var(--gold); color: var(--black); }
.wa-float svg { width: 26px; height: 26px; }
.top-float {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); cursor: pointer;
  background: var(--white); color: var(--ink);
  display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all .4s var(--ease);
}
.top-float.show { opacity: 1; visibility: visible; transform: translateY(0); }
.top-float:hover { background: var(--black); color: var(--white); border-color: var(--black); }

/* ================= Mobile call pills (animated border) ================= */
@property --pillang { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.call-pills {
  position: fixed; bottom: 16px; right: 50%; transform: translateX(50%);
  z-index: 85; display: none; gap: 10px; width: max-content; max-width: 94vw;
}
.pill {
  position: relative; display: flex; align-items: center; gap: 10px;
  background: var(--white); border-radius: 999px; padding: 8px 18px 8px 10px;
  box-shadow: 0 14px 40px -10px rgba(18, 17, 16, .35);
  isolation: isolate;
}
.pill::before {
  content: ''; position: absolute; inset: -2.5px; border-radius: 999px; z-index: -1;
  background: conic-gradient(from var(--pillang), var(--pillc) 0 25%, rgba(255,255,255,0) 35% 65%, var(--pillc) 75% 100%);
  animation: pillspin 2.6s linear infinite;
}
.pill::after { content: ''; position: absolute; inset: 0; border-radius: 999px; background: var(--white); z-index: -1; }
@keyframes pillspin { to { --pillang: 360deg; } }
.pill .p-ic {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; flex: 0 0 auto;
}
.pill .p-ic svg { width: 21px; height: 21px; }
.pill .p-tx { display: flex; flex-direction: column; line-height: 1.25; }
.pill .p-tx b { font-weight: 700; font-size: .92rem; color: var(--ink); }
.pill .p-tx small { font-size: .68rem; color: var(--ink-3); font-weight: 500; }
.pill-wa { --pillc: #25d366; }
.pill-wa .p-ic { background: #25d366; }
.pill-call { --pillc: #2f6bff; }
.pill-call .p-ic { background: #2f6bff; }

/* ================= Reveal ================= */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.from-right { transform: translateX(-44px); }
.reveal.from-left { transform: translateX(44px); }
.reveal.zoom { transform: scale(.94); }
.reveal.in { opacity: 1; transform: none; }
.clip-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.05s var(--ease-out); }
.clip-reveal.in { clip-path: inset(0 0 0 0); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .clip-reveal { opacity: 1; transform: none; clip-path: none; transition: none; }
  .hero-media .slide, .marquee { animation: none !important; }
}

/* ================= Inner pages ================= */
.page-hero {
  position: relative; overflow: hidden;
  background: var(--paper-2);
  padding: clamp(46px, 6vw, 78px) 0;
  border-bottom: 1px solid var(--line);
}
.page-hero::after {
  content: attr(data-latin); position: absolute; bottom: -.2em; left: -8px;
  font-family: var(--font-display); text-transform: uppercase; font-size: clamp(4rem, 10vw, 8.5rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(18, 17, 16, .07); pointer-events: none; white-space: nowrap;
}
.page-hero h1 { margin: 0 0 10px; max-width: 25ch; }
.page-hero .lead { color: var(--ink-2); max-width: 60ch; margin: 0; font-size: 1.04rem; }
.page-hero .float-shape { display: none; }
.crumbs { display: flex; align-items: center; gap: 10px; font-size: .74rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 18px; flex-wrap: wrap; }
.crumbs a { color: var(--ink-3); }
.crumbs a:hover { color: var(--gold); }
.crumbs b { color: var(--ink); font-weight: 600; }
.crumbs span { color: var(--gold); }

.post-hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 16px; color: var(--ink-3); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.post-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.post-hero-meta svg { width: 14px; height: 14px; color: var(--gold); }

.content-area { padding: clamp(46px, 6vw, 86px) 0; background: var(--white); }
.with-sidebar { display: grid; grid-template-columns: 1fr 315px; gap: clamp(32px, 4vw, 64px); align-items: start; }

/* Entry content */
.entry-content { font-size: 1.05rem; line-height: 1.9; }
.entry-content img { display: block; width: 100%; height: auto; object-fit: cover; }
.entry-content .wp-caption { width: 100% !important; }
.entry-content .vc-row, .entry-content .vc-row-inner { margin-bottom: 8px; }
.entry-content h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-top: 1em; }
.entry-content h2 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); margin-top: 1.65em; }
.entry-content h2::after { content: ''; display: block; width: 54px; height: 2px; background: var(--gold); margin-top: 10px; }
.entry-content h3 { margin-top: 1.45em; }
.entry-content img { box-shadow: var(--shadow-md); margin: 12px 0; }
.entry-content a { font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--gold); }
.entry-content a:hover { color: var(--gold); }
.entry-content ul, .entry-content ol { padding-inline-start: 22px; }
.entry-content li { margin-bottom: 7px; }
.entry-content blockquote {
  margin: 1.7em 0; padding: 8px 26px; background: transparent;
  border-inline-start: 2px solid var(--gold);
  font-size: 1.08em; color: var(--ink); font-weight: 500;
}
.entry-content table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.entry-content td, .entry-content th { border: 1px solid var(--line); padding: 11px 15px; }
.entry-content th { background: var(--paper); }
.entry-content .wp-caption { max-width: 100%; }
.entry-content .wp-caption-text { font-size: .8rem; color: var(--ink-3); text-align: center; margin-top: 8px; letter-spacing: .05em; }

/* Full-bleed page gallery */
.page-gallery-full { padding: clamp(48px, 6vw, 84px) 0 clamp(60px, 7vw, 100px); background: var(--paper); border-top: 1px solid var(--line); }
.page-gallery-full .collections-head { margin-bottom: clamp(26px, 3.5vw, 42px); }
.gm-full .gm-grid { padding-inline: 10px; margin: 0; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 10px; grid-auto-flow: dense; grid-auto-rows: 250px; }
.gm-full .gm-item { aspect-ratio: auto; height: 100%; }
.gm-full .gm-item:nth-child(8n+1) { grid-column: span 2; grid-row: span 2; }
.gm-full .gm-item:nth-child(8n+6) { grid-row: span 2; }

/* gm gallery */
.gm-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 12px; margin: 28px 0; }
.gm-item {
  position: relative; overflow: hidden; aspect-ratio: 1 / .82;
  display: block; background: var(--paper-2); border-bottom: none !important;
}
.gm-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); margin: 0 !important; box-shadow: none !important; }
.gm-item:hover img { transform: scale(1.07); }
.gm-item .gm-zoom {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(18, 17, 16, .5); color: var(--white); opacity: 0; transition: opacity .4s;
}
.gm-item:hover .gm-zoom { opacity: 1; }

/* Sidebar */
.side-card { background: var(--paper); border: 1px solid var(--line); padding: 26px; margin-bottom: 22px; position: relative; }
.side-card h4 { font-size: .8rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 16px; color: var(--ink); }
.side-card.sticky { position: sticky; top: calc(var(--header-h) + 22px); }
.side-cta { background: var(--black); color: #98938a; border: none; text-align: center; }
.side-cta::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(176, 140, 70, .3); pointer-events: none; }
.side-cta h4 { color: var(--white); }
.side-cta .btn { width: 100%; margin-top: 12px; position: relative; z-index: 2; }
.side-cta .phone-big { font-family: var(--font-display); font-size: 1.75rem; color: var(--gold-l); display: block; margin: 10px 0; direction: ltr; letter-spacing: .04em; }
.side-card ul.side-nav { list-style: none; padding: 0; margin: 0; display: grid; }
.side-card ul.side-nav a { display: block; padding: 10px 2px; font-size: .94rem; color: var(--ink-2); border-bottom: 1px solid var(--line); transition: padding .3s, color .3s; }
.side-card ul.side-nav a:hover { color: var(--gold); padding-inline-start: 10px; }
.toc-list { list-style: none; margin: 0; padding: 0; display: grid; max-height: 52vh; overflow: auto; }
.toc-list a { display: block; padding: 9px 4px; font-size: .9rem; color: var(--ink-2); border-bottom: 1px solid var(--line); border-inline-start: 2px solid transparent; transition: all .3s; }
.toc-list a:hover, .toc-list a.active { color: var(--ink); border-inline-start-color: var(--gold); padding-inline-start: 12px; }
.toc-list .lvl3 { padding-inline-start: 22px; font-size: .84rem; }

.share-row { display: flex; align-items: center; gap: 12px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.share-row b { font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); }
.share-row a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink-2); transition: all .35s var(--ease); border-bottom: 1px solid var(--line) !important; }
.share-row a:hover { background: var(--black); color: var(--gold-l); border-color: var(--black); transform: translateY(-3px); }
.share-row svg { width: 16px; height: 16px; }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Archive */
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); }
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 54px; flex-wrap: wrap; }
.pagination .page-numbers {
  min-width: 46px; height: 46px; padding: 0 15px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line); color: var(--ink);
  font-weight: 600;
  transition: all .3s var(--ease);
}
.pagination .page-numbers:hover { border-color: var(--black); }
.pagination .page-numbers.current { background: var(--black); border-color: var(--black); color: var(--gold-l); }

/* Gallery tabs */
.gal-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.gal-tab {
  padding: 10px 18px; cursor: pointer;
  background: transparent; border: 1px solid transparent; color: var(--ink-2);
  font-family: var(--font-body); font-weight: 500; font-size: .9rem;
  transition: all .3s var(--ease);
}
.gal-tab:hover { color: var(--ink); border-color: var(--line); }
.gal-tab.active { background: var(--black); color: var(--gold-l); border-color: var(--black); }
.gal-tab .n { opacity: .65; font-size: .78em; margin-inline-start: 5px; }
.gal-pane { display: none; }
.gal-pane.active { display: block; animation: fadeUp .5s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* Sitemap */
.sitemap-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; }
.sitemap-cols ul { list-style: none; padding: 0; display: grid; }
.sitemap-cols li a { display: block; padding: 9px 2px; border-bottom: 1px solid var(--line) !important; color: var(--ink-2); font-weight: 500; }
.sitemap-cols li a:hover { color: var(--gold); }

/* ================= Lightbox ================= */
.lb { position: fixed; inset: 0; z-index: 200; background: rgba(18, 17, 16, .96); display: none; align-items: center; justify-content: center; backdrop-filter: blur(8px); }
.lb.open { display: flex; animation: fadeUp .3s var(--ease); }
.lb img { max-width: min(92vw, 1280px); max-height: 84vh; box-shadow: 0 40px 110px rgba(0, 0, 0, .6); }
.lb .lb-title { position: absolute; bottom: 28px; right: 50%; transform: translateX(50%); color: #cfc9be; font-size: .88rem; letter-spacing: .08em; background: rgba(0, 0, 0, .45); padding: 7px 20px; }
.lb button {
  position: absolute; width: 52px; height: 52px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 0;
  background: transparent; color: var(--white); cursor: pointer; display: grid; place-items: center;
  transition: background .3s, color .3s;
}
.lb button:hover { background: var(--white); color: var(--black); }
.lb .lb-close { top: 24px; left: 24px; }
.lb .lb-prev { right: 24px; top: 50%; transform: translateY(-50%); }
.lb .lb-next { left: 24px; top: 50%; transform: translateY(-50%); }
.lb .lb-count { position: absolute; top: 36px; right: 50%; transform: translateX(50%); color: #98938a; font-size: .82rem; letter-spacing: .3em; }

/* ================= 404 ================= */
.err-wrap { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: 70px 0; }
.err-code { font-family: var(--font-display); font-size: clamp(6rem, 16vw, 11rem); line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--gold); }

/* Search form */
.search-form { display: flex; gap: 0; border: 1px solid var(--black); background: var(--white); }
.search-form input[type=search] {
  flex: 1; padding: 14px 18px; border: none; background: transparent;
  font-family: var(--font-body); font-size: .98rem; color: var(--ink);
}
.search-form input[type=search]:focus { outline: none; }
.search-form input[type=search]::placeholder { color: var(--ink-3); }
.search-form button { border: none; padding: 0 24px; background: var(--black); color: var(--white); cursor: pointer; font-weight: 600; font-size: .84rem; letter-spacing: .18em; transition: background .3s, color .3s; }
.search-form button:hover { background: var(--gold); color: var(--black); }

/* ================= Responsive ================= */
@media (max-width: 1180px) {
  .main-nav > ul { gap: 14px; }
  .corner-cta { display: none; }
}
@media (max-width: 1100px) {
  .collections-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .stat:nth-child(3)::before { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .craft-grid { grid-template-columns: 1fr; gap: 26px; }
  .gallery-split { grid-template-columns: 1fr; }
  .gallery-title { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 26px; }
  .gallery-title p { margin: 0; flex: 1 1 100%; }
}
@media (max-width: 992px) {
  .main-nav { display: none; }
  .burger { display: flex; }
  .header-in { grid-template-columns: auto 1fr auto; }
  .logo { align-items: center; }
  .blog-grid, .archive-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .about-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .with-sidebar { grid-template-columns: 1fr; }
  .side-card.sticky { position: static; }
  .hicon.hide-m, .wa-round.hide-m, .phone-lockup.hide-m { display: none; }
}
@media (max-width: 768px) {
  .call-pills { display: flex; }
  .float-btns .wa-float { display: none; }
  .float-btns { bottom: 84px; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .collections-grid { grid-template-columns: 1fr; }
  .col-tile { aspect-ratio: 16/9.5; }
  .blog-grid, .archive-grid, .related-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(even)::before { display: none; }
  .hero-cta { flex-direction: column; width: 88%; }
  .hero-cta .btn { width: 100%; }
  .hero-giant .gline { -webkit-text-stroke-width: 1.2px; }
  .topbar-group.left { display: none; }
  .topbar-in { justify-content: center; }
  .wpcf7 .row, .contact-home-page .row { grid-template-columns: 1fr; }
  .sitemap-cols { grid-template-columns: 1fr; }
  .gm-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .float-btns { bottom: 18px; left: 18px; }
  .wa-float { width: 52px; height: 52px; }
  .hs-item.shot { width: 260px; height: 320px; }
  .hs-item.cat { width: 220px; }
  .logo-latin { font-size: 1.3rem; }
  .about-visual::before { inset: 14px -14px -14px 14px; }
}
