/* ==========================================================================
   שי — מטבחים ונגרות אמן
   Base stylesheet — RTL Hebrew, luxury minimal
   ========================================================================== */

/* ---------- Fonts (local, no CDN) ---------- */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('../assets/fonts/frank-ruhl-libre-300-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('../assets/fonts/frank-ruhl-libre-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2122, U+2191, U+2193, U+2212;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/frank-ruhl-libre-400-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/frank-ruhl-libre-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2122, U+2191, U+2193, U+2212;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('../assets/fonts/frank-ruhl-libre-500-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('../assets/fonts/frank-ruhl-libre-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2122, U+2191, U+2193, U+2212;
}

@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 200; font-display: swap;
  src: url('../assets/fonts/assistant-200-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('../assets/fonts/assistant-300-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('../assets/fonts/assistant-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2122, U+2191, U+2193, U+2212;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/assistant-400-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/assistant-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2122, U+2191, U+2193, U+2212;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../assets/fonts/assistant-600-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../assets/fonts/assistant-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2122, U+2191, U+2193, U+2212;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../assets/fonts/assistant-700-hebrew.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* ---------- Tokens ---------- */
:root {
  --ink:        #14110f;
  --ink-soft:   #4a423c;
  --ink-mute:   #8c8078;
  --line:       #e3ddd6;
  --line-soft:  #efeae4;
  --paper:      #fbf9f6;
  --paper-2:    #f4f0ea;
  --white:      #ffffff;

  --brass:      #a8834e;
  --brass-lt:   #c9a877;
  --brass-tint: #f5ede0;

  --serif: 'Frank Ruhl Libre', 'Times New Roman', serif;
  --sans:  'Assistant', -apple-system, 'Segoe UI', sans-serif;

  --wrap: 1280px;
  --gut: clamp(20px, 5vw, 64px);

  --r-sm: 2px;
  --r-md: 4px;

  --ease: cubic-bezier(.22,.61,.36,1);
  --slow: .7s var(--ease);
  --med:  .4s var(--ease);

  --head-h: 76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.15; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

::selection { background: var(--brass); color: #fff; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(72px, 11vw, 150px); }

/* ---------- Type ---------- */
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  color: var(--brass);
  text-transform: none;
  margin-bottom: 22px;
}
.h-display { font-size: clamp(2.6rem, 6.4vw, 5.2rem); font-weight: 300; letter-spacing: -.015em; }
.h-1 { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 300; letter-spacing: -.01em; }
.h-2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 400; }
.lead { font-size: clamp(1.02rem, 1.55vw, 1.2rem); color: var(--ink-soft); font-weight: 300; max-width: 56ch; }
.muted { color: var(--ink-mute); }

.rule { width: 46px; height: 1px; background: var(--brass); margin-bottom: 26px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 15px 34px;
  font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .06em;
  border: 1px solid var(--ink); color: var(--ink); background: transparent;
  border-radius: var(--r-sm);
  transition: background var(--med), color var(--med), border-color var(--med);
  white-space: nowrap;
}
.btn:hover { background: var(--ink); color: var(--paper); }
.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: var(--brass); border-color: var(--brass); color: #fff; }
.btn--brass { background: var(--brass); border-color: var(--brass); color: #fff; }
.btn--brass:hover { background: var(--ink); border-color: var(--ink); }
.btn--ghost { border-color: var(--line); color: var(--ink-soft); }
.btn--ghost:hover { border-color: var(--ink); background: transparent; color: var(--ink); }
.btn--lg { padding: 18px 42px; font-size: 15px; }
.btn--block { display: flex; width: 100%; justify-content: center; }

/* ---------- Reveal on scroll ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity var(--slow), transform var(--slow); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .09s; }
.rv-d2 { transition-delay: .18s; }
.rv-d3 { transition-delay: .27s; }
.rv-d4 { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ==========================================================================
   COMPONENTS
   ========================================================================== */

.skip {
  position: absolute; inset-inline-start: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 12px 20px;
}
.skip:focus { inset-inline-start: 0; }

body.no-scroll { overflow: hidden; }

/* ---------- Header ---------- */
.hdr {
  position: fixed; top: 0; inset-inline: 0; z-index: 90;
  height: var(--head-h);
  display: flex; align-items: center;
  transition: background var(--med), box-shadow var(--med), height var(--med);
}
.hdr::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,8,7,.55), rgba(10,8,7,0));
  opacity: 1; transition: opacity var(--med);
  pointer-events: none;
}
.hdr.is-stuck { background: rgba(251,249,246,.93); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); height: 66px; }
.hdr.is-stuck::before { opacity: 0; }
.hdr__in { display: flex; align-items: center; gap: 28px; width: 100%; }

.brand { display: flex; align-items: center; gap: 12px; color: #fff; transition: color var(--med); }
.hdr.is-stuck .brand { color: var(--ink); }
.brand__mark { width: 36px; height: 36px; flex: none; }
.brand__mark svg { width: 100%; height: 100%; }
.brand__txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--serif); font-size: 21px; font-weight: 500; letter-spacing: .01em; }
.brand__sub { font-size: 10.5px; letter-spacing: .2em; opacity: .72; font-weight: 400; }

.nav { display: flex; align-items: center; gap: 30px; margin-inline-start: auto; }
.nav a { font-size: 15px; color: rgba(255,255,255,.9); position: relative; padding-block: 6px; transition: color var(--med); }
.hdr.is-stuck .nav a { color: var(--ink-soft); }
.nav a::after {
  content: ''; position: absolute; bottom: 0; inset-inline: 0; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right;
  transition: transform var(--med);
}
.nav a:hover::after { transform: scaleX(1); }
.nav__tel { font-weight: 600; letter-spacing: .04em; }

.hdr__act { display: flex; align-items: center; gap: 12px; }
.selbtn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 17px; border: 1px solid rgba(255,255,255,.4); border-radius: var(--r-sm);
  color: #fff; font-size: 13.5px; font-weight: 600;
  transition: background var(--med), color var(--med), border-color var(--med);
}
.selbtn svg { width: 17px; height: 17px; }
.hdr.is-stuck .selbtn { border-color: var(--line); color: var(--ink); }
.selbtn:hover { background: var(--brass); border-color: var(--brass); color: #fff; }
.selbtn__n {
  min-width: 21px; height: 21px; padding-inline: 5px;
  display: grid; place-items: center;
  background: var(--brass); color: #fff;
  border-radius: 11px; font-size: 12px; font-weight: 700;
  transition: opacity var(--med), transform var(--med);
}
.selbtn__n.is-zero { opacity: .35; }
.selbtn:hover .selbtn__n { background: rgba(255,255,255,.25); }

.burger { display: none; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 5px; }
.burger span { display: block; height: 1.5px; background: currentColor; transition: transform var(--med); }
.burger { color: #fff; }
.hdr.is-stuck .burger { color: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__img { position: absolute; inset: 0; }
.hero__img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 62%;
  animation: heroIn 1.9s var(--ease) both;
}
@keyframes heroIn { from { transform: scale(1.07); opacity: .4; } to { transform: none; opacity: 1; } }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    /* bottom lift, so the copy block always sits on darkness */
    linear-gradient(to top, rgba(10,8,7,.92) 0%, rgba(10,8,7,.66) 26%, rgba(10,8,7,.3) 58%, rgba(10,8,7,.18) 78%, rgba(10,8,7,.46) 100%),
    /* RTL: copy is right-aligned, so weight the right edge */
    linear-gradient(to left, rgba(10,8,7,.6) 0%, rgba(10,8,7,.28) 38%, rgba(10,8,7,0) 72%);
}
.hero__in { position: relative; padding-bottom: clamp(84px, 12vh, 140px); color: #fff; }
.hero__eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 600; letter-spacing: .22em;
  color: rgba(255,255,255,.95);
  margin-bottom: 24px;
  text-shadow: 0 1px 14px rgba(10,8,7,.85), 0 0 3px rgba(10,8,7,.6);
}
.hero__eyebrow::before {
  content: ''; width: 34px; height: 2px; flex: none;
  background: var(--brass-lt);
  box-shadow: 0 1px 8px rgba(10,8,7,.6);
}
.hero__h { color: #fff; margin-bottom: 26px; text-shadow: 0 3px 34px rgba(10,8,7,.55), 0 1px 4px rgba(10,8,7,.3); }
.hero__p {
  max-width: 50ch; color: rgba(255,255,255,.92);
  font-size: clamp(1rem, 1.5vw, 1.16rem); margin-bottom: 38px;
  text-shadow: 0 1px 16px rgba(10,8,7,.8), 0 0 3px rgba(10,8,7,.45);
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__btn2 { border-color: rgba(255,255,255,.55); color: #fff; }
.hero__btn2:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hero__down {
  position: absolute; bottom: 26px; inset-inline-start: 50%; transform: translateX(50%);
  width: 34px; height: 34px; color: rgba(255,255,255,.6);
  animation: bob 2.6s var(--ease) infinite;
}
.hero__down svg { width: 100%; height: 100%; }
@keyframes bob { 0%,100% { transform: translateX(50%) translateY(0); } 50% { transform: translateX(50%) translateY(7px); } }

/* ---------- Intro ---------- */
.intro__grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.intro__p2 { margin-top: 18px; }
.ticks { margin-top: 34px; display: grid; gap: 13px; }
.ticks li { position: relative; padding-inline-start: 27px; color: var(--ink-soft); font-size: 16px; }
.ticks li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: 11px;
  width: 13px; height: 1px; background: var(--brass);
}

/* ---------- Strip ---------- */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line-soft); }
.strip__i { margin: 0; overflow: hidden; aspect-ratio: 1/1; }
.strip__i img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.strip__i:hover img { transform: scale(1.06); }

/* ---------- Section heads ---------- */
.sec-head { max-width: 62ch; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head .h-1 { margin-bottom: 20px; }
.sec-head--c { margin-inline: auto; text-align: center; }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.chip {
  padding: 10px 24px; border: 1px solid var(--line); border-radius: 40px;
  font-size: 14px; font-weight: 600; color: var(--ink-soft); background: var(--white);
  transition: all var(--med);
}
.chip:hover { border-color: var(--ink-mute); color: var(--ink); }
.chip.is-on { background: var(--ink); border-color: var(--ink); color: var(--paper); }

/* ---------- Catalogue grid ---------- */
.cat { background: var(--paper-2); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: clamp(20px, 2.4vw, 34px); }

.card { background: var(--white); border: 1px solid var(--line-soft); display: flex; flex-direction: column; transition: border-color var(--med), box-shadow var(--med), transform var(--med); }
.card:hover { border-color: var(--line); box-shadow: 0 18px 44px -22px rgba(20,17,15,.28); transform: translateY(-3px); }
.card.pulse { animation: pulse .5s var(--ease); }
@keyframes pulse { 0%{transform:translateY(-3px) scale(1)} 40%{transform:translateY(-3px) scale(1.014)} 100%{transform:translateY(-3px) scale(1)} }

.card__media { position: relative; overflow: hidden; background: var(--paper-2); }
.card__media--portrait  { aspect-ratio: 4/5; }
.card__media--landscape { aspect-ratio: 4/5; }
.card__media--square    { aspect-ratio: 4/5; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }

.card__zoom {
  position: absolute; top: 12px; inset-inline-end: 12px;
  width: 38px; height: 38px; display: grid; place-items: center;
  background: rgba(255,255,255,.9); backdrop-filter: blur(6px);
  border-radius: 50%; color: var(--ink);
  opacity: 0; transform: scale(.85); transition: opacity var(--med), transform var(--med), background var(--med);
}
.card__zoom svg { width: 17px; height: 17px; }
.card:hover .card__zoom, .card__zoom:focus-visible { opacity: 1; transform: none; }
.card__zoom:hover { background: #fff; }

.card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card__name { font-size: 1.3rem; font-weight: 500; margin-bottom: 8px; }
.card__spec { font-size: 14.2px; color: var(--ink-mute); line-height: 1.6; flex: 1; margin-bottom: 20px; }

.card__add {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; padding: 13px 18px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  font-size: 14px; font-weight: 600; color: var(--ink);
  transition: all var(--med);
}
.card__add:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.card__add-ico { font-size: 17px; line-height: 1; transition: transform var(--med); }
.card__add.is-added { background: var(--brass-tint); border-color: var(--brass-lt); color: #6f5326; }
.card__add.is-added .card__add-ico { transform: rotate(45deg); }
.card__add.is-added:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }

.nores { text-align: center; padding: 60px 0; color: var(--ink-mute); }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); gap: clamp(26px, 3vw, 48px); counter-reset: s; }
.step { position: relative; padding-top: 30px; border-top: 1px solid var(--line); }
.step__n { display: block; font-family: var(--serif); font-size: 13px; color: var(--brass); letter-spacing: .14em; margin-bottom: 16px; }
.step__h { font-size: 1.28rem; font-weight: 500; margin-bottom: 11px; }
.step__p { font-size: 15.2px; color: var(--ink-soft); }

/* ---------- About ---------- */
.about { background: var(--ink); color: var(--paper); }
.about .h-1, .about .lead { color: var(--paper); }
.about .lead { color: rgba(251,249,246,.76); }
.about__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(34px, 6vw, 88px); align-items: center; }
.about__img { margin: 0; overflow: hidden; }
.about__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about .rule { background: var(--brass-lt); }
.stats { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 42px; padding-top: 34px; border-top: 1px solid rgba(251,249,246,.16); }
.stat { display: flex; flex-direction: column; gap: 5px; }
.stat__n { font-family: var(--serif); font-size: 1.7rem; color: var(--brass-lt); font-weight: 400; }
.stat__l { font-size: 13px; color: rgba(251,249,246,.6); letter-spacing: .04em; }

/* ---------- Contact ---------- */
.contact__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); gap: clamp(38px, 6vw, 90px); align-items: start; }
.cinfo { margin-top: 40px; display: grid; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.cinfo li { display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--paper); padding: 17px 2px; }
.cinfo span { font-size: 13px; color: var(--ink-mute); letter-spacing: .1em; }
.cinfo a { font-size: 16.5px; font-weight: 600; border-bottom: 1px solid transparent; transition: border-color var(--med); }
.cinfo a:hover { border-color: var(--brass); }

.form { background: var(--white); border: 1px solid var(--line-soft); padding: clamp(24px, 3.4vw, 42px); }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 16px; font-weight: 300;
  transition: border-color var(--med), background var(--med);
}
.field input::placeholder, .field textarea::placeholder { color: #b6aca4; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brass); background: var(--white); }
.field textarea { resize: vertical; line-height: 1.65; }
.field--sel textarea { background: var(--brass-tint); border-color: #e8dcc6; color: #6f5326; font-size: 14.5px; }
.form__msg { margin-top: 14px; font-size: 14.5px; min-height: 1.2em; }
.form__msg.is-err { color: #a33; }
.form__msg.is-ok { color: #3d7a4e; }
.form__note { margin-top: 10px; font-size: 13px; color: var(--ink-mute); }

/* ---------- Footer ---------- */
.foot { background: var(--ink); color: rgba(251,249,246,.62); padding-block: 56px; }
.foot__in { display: flex; flex-wrap: wrap; gap: 26px 44px; align-items: center; }
.foot__brand { display: flex; flex-direction: column; color: var(--paper); line-height: 1.1; }
.foot__nav { display: flex; flex-wrap: wrap; gap: 24px; margin-inline-start: auto; }
.foot__nav a { font-size: 14.5px; transition: color var(--med); }
.foot__nav a:hover { color: var(--brass-lt); }
.foot__c { width: 100%; font-size: 13px; padding-top: 24px; border-top: 1px solid rgba(251,249,246,.12); }

/* ---------- Drawer ---------- */
.scrim {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(15,12,10,.5); backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none; transition: opacity var(--med);
}
.scrim.is-on { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed; top: 0; inset-inline-end: 0; z-index: 96;
  width: min(430px, 92vw); height: 100svh;
  background: var(--paper); display: flex; flex-direction: column;
  /* inset-inline-end resolves to left:0 in RTL, so hide it off the left edge */
  transform: translateX(-102%);
  transition: transform .48s var(--ease);
  box-shadow: 20px 0 60px -30px rgba(0,0,0,.4);
}
.drawer.is-open { transform: none; }

.drawer__h { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.drawer__t { font-size: 1.3rem; font-weight: 500; display: flex; align-items: center; gap: 11px; }
.drawer__n { min-width: 24px; height: 24px; padding-inline: 6px; display: grid; place-items: center; background: var(--brass); color: #fff; border-radius: 12px; font-family: var(--sans); font-size: 12.5px; font-weight: 700; }
.drawer__n.is-zero { opacity: .35; }
.drawer__x { font-size: 30px; line-height: 1; color: var(--ink-mute); width: 40px; height: 40px; transition: color var(--med); }
.drawer__x:hover { color: var(--ink); }

.drawer__empty { padding: 60px 30px; text-align: center; color: var(--ink-mute); font-size: 15.5px; line-height: 1.8; }
.drawer__empty span { font-size: 14px; opacity: .75; }

.drawer__list { flex: 1; overflow-y: auto; padding: 8px 0; }
.sel-row { display: flex; align-items: center; gap: 14px; padding: 13px 26px; border-bottom: 1px solid var(--line-soft); }
.sel-row__img { width: 62px; height: 74px; object-fit: cover; flex: none; background: var(--paper-2); }
.sel-row__body { flex: 1; min-width: 0; }
.sel-row__name { font-family: var(--serif); font-size: 1.02rem; margin-bottom: 3px; }
.sel-row__meta { font-size: 12.5px; color: var(--ink-mute); line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sel-row__x { font-size: 24px; line-height: 1; color: var(--ink-mute); width: 32px; height: 32px; flex: none; transition: color var(--med); }
.sel-row__x:hover { color: #a33; }

.drawer__f { padding: 22px 26px; border-top: 1px solid var(--line); background: var(--white); }
.drawer__clear { display: block; width: 100%; margin-top: 12px; font-size: 13.5px; color: var(--ink-mute); padding: 8px; transition: color var(--med); }
.drawer__clear:hover { color: #a33; }

/* ---------- Lightbox ---------- */
.lb {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(12,10,9,.94);
  display: grid; place-items: center; padding: 4vmin;
  opacity: 0; pointer-events: none; transition: opacity var(--med);
}
.lb.is-on { opacity: 1; pointer-events: auto; }
.lb__f { margin: 0; max-width: 100%; max-height: 100%; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.lb__f img { max-width: 100%; max-height: 84vh; object-fit: contain; }
.lb__f figcaption { color: rgba(255,255,255,.72); font-size: 14.5px; text-align: center; }
.lb__x { position: absolute; top: 18px; inset-inline-end: 22px; font-size: 38px; line-height: 1; color: rgba(255,255,255,.72); width: 46px; height: 46px; transition: color var(--med); }
.lb__x:hover { color: #fff; }

/* ---------- WhatsApp FAB ---------- */
.wa {
  position: fixed; bottom: 22px; inset-inline-start: 22px; z-index: 80;
  width: 54px; height: 54px; display: grid; place-items: center;
  background: #25d366; color: #fff; border-radius: 50%;
  box-shadow: 0 10px 26px -8px rgba(37,211,102,.6);
  transition: transform var(--med);
}
.wa svg { width: 28px; height: 28px; }
.wa:hover { transform: scale(1.07); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
  .intro__grid, .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__img { order: 2; }
  .strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .burger { display: flex; }
  .selbtn__t { display: none; }
  .selbtn { padding: 9px 12px; }
  .nav {
    position: fixed; inset: 0; z-index: -1;
    background: var(--paper);
    flex-direction: column; justify-content: center; gap: 8px;
    opacity: 0; pointer-events: none; transition: opacity var(--med);
    margin: 0;
  }
  .nav.is-open { opacity: 1; pointer-events: auto; z-index: 89; }
  .nav a, .hdr.is-stuck .nav a { color: var(--ink); font-family: var(--serif); font-size: 1.9rem; padding: 12px; }
  .nav a::after { display: none; }
  .nav__tel { font-family: var(--sans) !important; font-size: 1.1rem !important; color: var(--brass) !important; margin-top: 14px; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
  .foot__nav { margin-inline-start: 0; width: 100%; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero { min-height: 92svh; }
  .hero__in { padding-bottom: 76px; }
  .grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .card__body { padding: 15px 15px 17px; }
  .card__name { font-size: 1.06rem; }
  .card__spec { font-size: 12.4px; margin-bottom: 14px; }
  .card__add { padding: 11px 10px; font-size: 12.6px; gap: 6px; }
  .stats { gap: 26px; }
  .wa { width: 48px; height: 48px; bottom: 16px; inset-inline-start: 16px; }
  .cinfo li { padding: 15px 2px; }
}

@media (max-width: 400px) {
  .grid { grid-template-columns: 1fr; }
}
