/* Rayanex — main stylesheet */

/* ---------- Fonts ---------- */
@font-face { font-family: "Lahzeh"; font-weight: 200; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-ExtraLight.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-ExtraLight.woff") format("woff"); }
@font-face { font-family: "Lahzeh"; font-weight: 300; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-Light.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-Light.woff") format("woff"); }
@font-face { font-family: "Lahzeh"; font-weight: 400; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-Regular.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-Regular.woff") format("woff"); }
@font-face { font-family: "Lahzeh"; font-weight: 500; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-Medium.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-Medium.woff") format("woff"); }
@font-face { font-family: "Lahzeh"; font-weight: 600; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-SemiBold.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-SemiBold.woff") format("woff"); }
@font-face { font-family: "Lahzeh"; font-weight: 700; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-Bold.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-Bold.woff") format("woff"); }
@font-face { font-family: "Lahzeh"; font-weight: 800; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-ExtraBold.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-ExtraBold.woff") format("woff"); }
@font-face { font-family: "Lahzeh"; font-weight: 900; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-Black.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-Black.woff") format("woff"); }
@font-face { font-family: "Lahzeh Wide"; font-weight: 900; font-display: swap; src: url("../fonts/lahzeh/Lahzeh-FaNum-BlackExStretch.woff2") format("woff2"), url("../fonts/lahzeh/Lahzeh-FaNum-BlackExStretch.woff") format("woff"); }

/* ---------- Tokens ---------- */
:root {
  --brand: #620000;
  --brand-hover: #7a0e08;
  --brand-press: #4a0000;
  --cream: #EEDECF;
  --cream-soft: #F6EDE4;
  --cream-faint: #FAF4EE;
  --paper: #FCF9F5;
  --surface: #FFFFFF;

  --ink: #1E1411;
  --ink-2: #4A3E39;
  --ink-3: #786B65;
  --line: #EDE3DA;
  --line-2: #DFD0C3;

  --open: #2C7A4B;

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 26px;

  --shadow-sm: 0 1px 2px rgba(70, 25, 10, .06);
  --shadow-md: 0 1px 2px rgba(70, 25, 10, .05), 0 14px 34px -16px rgba(70, 25, 10, .22);
  --shadow-brand: 0 1px 0 rgba(255, 255, 255, .06) inset, 0 34px 64px -34px rgba(98, 0, 0, .6);

  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 40px);
  --header-h: 76px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Lahzeh", Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
strong { font-weight: 700; color: var(--ink); }
[hidden] { display: none !important; }

::selection { background: var(--brand); color: var(--cream); }

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
  border-radius: 6px;
}

.wrap {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.nowrap { white-space: nowrap; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: var(--r-sm);
  background: var(--ink);
  color: var(--paper);
  font-weight: 600;
  transform: translateY(-150%);
  transition: transform .2s var(--ease);
}
.skip-link:focus { transform: none; }

/* ---------- Buttons & links ---------- */
.btn {
  --btn-h: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--btn-h);
  padding-inline: 22px;
  border-radius: var(--r-md);
  border: 1px solid transparent;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease), transform .15s var(--ease);
}
.btn i { font-size: 1.05em; transition: transform .3s var(--ease-out); }
.btn:active { transform: scale(.98); }
.btn-sm { --btn-h: 44px; padding-inline: 16px; font-size: 14.5px; border-radius: 12px; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset, 0 8px 20px -10px rgba(98, 0, 0, .55);
}
.btn-primary:hover { background: var(--brand-hover); }
.btn-primary:active { background: var(--brand-press); }

.btn-ghost {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover { border-color: var(--ink-3); }

.btn-cream { background: var(--cream); color: var(--brand); }
.btn-cream:hover { background: #fff; }
.btn-cream:hover i { transform: translateX(-4px); }

.btn-outline-cream { color: var(--cream); border-color: rgba(238, 222, 207, .35); }
.btn-outline-cream:hover { border-color: var(--cream); background: rgba(238, 222, 207, .08); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--ink);
  padding-block: 6px;
  background: linear-gradient(currentColor, currentColor) no-repeat 100% 100% / 0 1px;
  transition: background-size .35s var(--ease-out), color .2s;
}
.link-arrow i { font-size: .9em; transition: transform .35s var(--ease-out); }
.link-arrow:hover { background-size: 100% 1px; color: var(--brand); }
.link-arrow:hover i { transform: translateX(-5px); }

.icon-btn {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  transition: background-color .2s, color .2s, border-color .2s, transform .15s;
}
.icon-btn:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.icon-btn:active { transform: scale(.92); }

/* ---------- Brand ---------- */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand-mark { width: 40px; height: 40px; transition: transform .6s var(--ease-out); }
.brand:hover .brand-mark { transform: rotate(-12deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-size: 21px; font-weight: 900; color: var(--ink); }
.brand-sub { font-size: 11.5px; font-weight: 500; color: var(--ink-3); margin-top: 3px; }

.mark-bg { fill: var(--brand); }
.mark-ring { stroke: var(--cream); stroke-opacity: .35; }
.mark-fg { fill: var(--cream); }

.brand-invert .brand-name { color: var(--cream); }
.brand-invert .brand-sub { color: rgba(238, 222, 207, .6); }
.brand-invert .mark-bg { fill: var(--cream); }
.brand-invert .mark-ring { stroke: var(--brand); stroke-opacity: .25; }
.brand-invert .mark-fg { fill: var(--brand); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(252, 249, 245, .82);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(252, 249, 245, .92); }

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: var(--header-h);
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline: auto;
}
.nav a {
  position: relative;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-2);
  border-radius: 8px;
  transition: color .2s;
}
.nav a:hover, .nav a.is-active { color: var(--ink); }
.nav a.is-active { font-weight: 600; }
.nav-indicator {
  position: absolute;
  bottom: -2px;
  right: 0;
  height: 2px;
  width: 0;
  border-radius: 2px;
  background: var(--brand);
  opacity: 0;
  transition: transform .45s var(--ease-out), width .45s var(--ease-out), opacity .3s;
}

.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  transition: color .2s;
}
.header-phone i { font-size: 13px; color: var(--brand); }
.header-phone:hover { color: var(--brand); }

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  background: var(--surface);
}
.menu-toggle span {
  position: absolute;
  right: 13px;
  width: 16px;
  height: 1.6px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform .35s var(--ease-out), top .35s var(--ease-out);
}
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 24px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.mobile-nav {
  border-top: 1px solid var(--line);
  background: var(--paper);
  max-height: calc(100dvh - var(--header-h));
  overflow-y: auto;
}
.mobile-nav nav { padding-block: 8px 24px; }
.mobile-nav nav > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  opacity: 0;
  transform: translateY(-6px);
  animation: menu-in .45s var(--ease-out) forwards;
}
.mobile-nav nav > a i { font-size: 14px; color: var(--ink-3); }
.mobile-nav nav > a:nth-child(2) { animation-delay: .03s; }
.mobile-nav nav > a:nth-child(3) { animation-delay: .06s; }
.mobile-nav nav > a:nth-child(4) { animation-delay: .09s; }
.mobile-nav nav > a:nth-child(5) { animation-delay: .12s; }
.mobile-nav nav > a:nth-child(6) { animation-delay: .15s; }
.mobile-nav-foot { padding-top: 20px; }
.mobile-nav-foot .btn { width: 100%; }
@keyframes menu-in { to { opacity: 1; transform: none; } }

/* ---------- Status pill ---------- */
.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 16px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
}
.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink-3);
  flex-shrink: 0;
}
.status.is-open .status-dot { background: var(--open); }
.status.is-open .status-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid var(--open);
  animation: ping 2.2s var(--ease) infinite;
}
.status.is-closed .status-dot { background: var(--brand); }
.status-text strong { color: var(--ink); font-weight: 600; }
.status-sm { padding: 3px 10px 3px 12px; font-size: 12.5px; box-shadow: none; background: var(--paper); }

@keyframes ping {
  0% { transform: scale(.6); opacity: .9; }
  80%, 100% { transform: scale(1.7); opacity: 0; }
}

/* ---------- Guilloche ---------- */
[data-guilloche] svg { width: 100%; height: 100%; overflow: visible; }
[data-guilloche] path { fill: none; stroke: currentColor; stroke-width: .7; vector-effect: non-scaling-stroke; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(36px, 6vw, 88px) clamp(56px, 7vw, 96px);
  overflow: hidden;
  isolation: isolate;
}
.hero-pattern {
  display: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -260px;
  width: 760px;
  aspect-ratio: 1;
  translate: 0 -50%;
  color: var(--brand);
  opacity: .07;
  -webkit-mask-image: radial-gradient(closest-side, #000 55%, transparent);
  mask-image: radial-gradient(closest-side, #000 55%, transparent);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.hero-title {
  margin-top: 26px;
  color: var(--ink);
  line-height: 1.24;
}
.hero-title-soft {
  display: block;
  font-size: clamp(28px, 3.3vw, 48px);
  font-weight: 200;
  color: var(--ink-2);
}
.hero-title-strong {
  display: block;
  font-size: clamp(38px, 4.5vw, 66px);
  font-weight: 900;
}
@media (min-width: 1025px) { .hero-title-strong { white-space: nowrap; } }
.mark-word {
  position: relative;
  display: inline-block;
  color: var(--brand);
}
.mark-word svg {
  position: absolute;
  right: -2%;
  bottom: -.02em;
  width: 104%;
  height: .2em;
  overflow: visible;
}
.mark-word path {
  fill: none;
  stroke: var(--brand);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  opacity: .35;
}
.js .mark-word path { stroke-dashoffset: 1; }
.js .is-in .mark-word path { animation: draw 1s .55s var(--ease-out) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero-lead {
  margin-top: 24px;
  max-width: 35em;
  font-size: clamp(16px, 1.3vw, 18.5px);
  line-height: 2.05;
  color: var(--ink-2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin-top: 34px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(40px, 5vw, 60px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.hero-facts > div {
  display: flex;
  flex-direction: column-reverse;
  padding-inline: 28px;
  border-inline-start: 1px solid var(--line);
}
.hero-facts > div:first-child { padding-inline-start: 0; border: 0; }
.hero-facts dt { font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.hero-facts dd { font-size: 24px; font-weight: 800; color: var(--ink); line-height: 1.4; }
.hero-facts small { font-size: 14px; font-weight: 500; color: var(--ink-3); }

/* Seal */
.hero-seal {
  position: relative;
  justify-self: center;
  display: grid;
  place-items: center;
  width: min(100%, 460px);
  aspect-ratio: 1;
}
.hero-seal::before {
  content: "";
  position: absolute;
  inset: 17%;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--line-2), 0 0 0 10px var(--paper), 0 0 0 11px var(--line);
}
.hero-seal-pattern {
  position: absolute;
  inset: 0;
  color: var(--brand);
  opacity: .5;
  animation: spin 240s linear infinite;
  -webkit-mask-image: radial-gradient(closest-side, transparent 58%, #000 60%);
  mask-image: radial-gradient(closest-side, transparent 58%, #000 60%);
}
.hero-seal-mark {
  position: relative;
  width: 34%;
  height: 34%;
  filter: drop-shadow(0 18px 30px rgba(98, 0, 0, .28));
  transition: transform .8s var(--ease-out);
}
.hero-seal:hover .hero-seal-mark { transform: rotate(-10deg) scale(1.03); }
@keyframes spin { to { rotate: 360deg; } }

/* ---------- Trust strip ---------- */
.trust {
  border-block: 1px solid var(--line);
  background: var(--surface);
}
.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-block: 22px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  border-inline-start: 1px solid var(--line);
}
.trust-list li:first-child { border-inline-start: 0; }
.trust-list i { color: var(--brand); font-size: 16px; }

/* ---------- Sections ---------- */
.section { padding-block: clamp(76px, 10vw, 136px); }

.sec-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-3);
}
.sec-kicker span {
  font-weight: 800;
  color: var(--brand);
  padding-inline-end: 12px;
  border-inline-end: 1px solid var(--line-2);
  line-height: 1;
}

.sec-head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: end;
  gap: 24px 64px;
  margin-top: 26px;
}
.sec-title {
  font-size: clamp(30px, 3.9vw, 52px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--ink);
}
.sec-title .soft { font-weight: 300; color: var(--ink-3); white-space: nowrap; }
.sec-intro {
  font-size: 16.5px;
  line-height: 2;
  color: var(--ink-2);
  max-width: 34em;
  padding-bottom: 8px;
}

/* ---------- Services ---------- */

.services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(32px, 5vw, 72px);
  margin-top: clamp(44px, 5vw, 68px);
}
.service { border-top: 1px solid var(--line-2); }
.service:nth-last-child(-n+2) { border-bottom: 1px solid var(--line-2); }
.service a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 20px;
  padding-block: 30px 32px;
}
.service a::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .6s var(--ease-out);
}
.service a:hover::before, .service a:focus-visible::before { transform: scaleX(1); }

.service-top {
  display: flex;
  align-items: center;
  gap: 14px;
  grid-column: 1 / -1;
  margin-bottom: 18px;
}
.service-no { font-size: 13px; font-weight: 700; color: var(--ink-3); }
.service-top i { font-size: 20px; color: var(--brand); transition: transform .5s var(--ease-out); }
.service a:hover .service-top i { transform: translateY(-3px); }
.service-title {
  grid-column: 1;
  font-size: clamp(20px, 1.9vw, 24px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
  transition: color .25s;
}
.service a:hover .service-title { color: var(--brand); }
.service-text {
  grid-column: 1;
  margin-top: 8px;
  font-size: 15.5px;
  line-height: 2;
  color: var(--ink-2);
  max-width: 34em;
}
.service-tags {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.service-tags span {
  padding: 2px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  font-size: 12.5px;
  color: var(--ink-2);
  line-height: 1.9;
}
.service-go {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  color: var(--ink);
  font-size: 14px;
  transition: background-color .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
.service-go i { transition: transform .4s var(--ease-out); }
.service a:hover .service-go { background: var(--brand); border-color: var(--brand); color: #fff; }
.service a:hover .service-go i { transform: translateX(-3px); }

/* ---------- Process ---------- */
.section-process { background: var(--cream-soft); }

.steps {
  position: relative;
  display: grid;
  --steps-gap: clamp(28px, 4vw, 56px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--steps-gap);
  margin-top: clamp(48px, 6vw, 76px);
}
.steps::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 46px;
  left: calc((100% - 2 * var(--steps-gap)) / 3 - 46px);
  height: 1px;
  background: repeating-linear-gradient(to left, var(--brand) 0 6px, transparent 6px 12px);
  opacity: .35;
  transform-origin: right;
}
.js .steps::before { transform: scaleX(0); transition: transform 1.4s .2s var(--ease-out); }
.js .steps.is-in::before { transform: scaleX(1); }

.step { position: relative; }
.step-no {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--cream-soft);
  font-size: 64px;
  font-weight: 200;
  line-height: 1;
  color: var(--brand);
}
.step-no::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(98, 0, 0, .18);
}
.step h3 {
  margin-top: 22px;
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
}
.step p {
  margin-top: 8px;
  font-size: 15.5px;
  line-height: 2;
  color: var(--ink-2);
  max-width: 24em;
}

.process-note {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin-top: clamp(44px, 5vw, 64px);
  padding: 12px 20px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 14.5px;
  line-height: 1.9;
}
.process-note i { font-size: 18px; color: var(--brand); flex-shrink: 0; }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(40px, 7vw, 110px);
  margin-top: 30px;
}
.statement {
  font-size: clamp(22px, 2.35vw, 33px);
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink);
}
.statement strong { font-weight: 900; }
.statement em {
  font-style: normal;
  font-weight: 700;
  color: var(--brand);
}

.principles {
  display: grid;
  gap: 22px;
  margin-top: clamp(36px, 4vw, 52px);
  padding-top: clamp(30px, 3vw, 40px);
  border-top: 1px solid var(--line);
}
.principles li { display: flex; gap: 14px; }
.principles i { margin-top: 6px; font-size: 17px; color: var(--brand); }
.principles strong { display: block; font-size: 17px; font-weight: 700; line-height: 1.7; }
.principles span { display: block; font-size: 15px; color: var(--ink-2); line-height: 1.9; }

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: start;
  border-top: 1px solid var(--line-2);
}
.stat {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 26px 0 28px;
  border-bottom: 1px solid var(--line-2);
}
.stat:nth-child(odd) { padding-inline-end: 24px; border-inline-end: 1px solid var(--line-2); }
.stat:nth-child(even) { padding-inline-start: 24px; }
.stat dd {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Lahzeh Wide", "Lahzeh", sans-serif;
  font-size: clamp(36px, 3.8vw, 54px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--ink);
}
.stat dd small {
  font-family: "Lahzeh", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--brand);
}
.stat dt { margin-top: 4px; font-size: 13.5px; color: var(--ink-3); line-height: 1.8; }

/* ---------- FAQ ---------- */
.section-faq { background: var(--surface); border-block: 1px solid var(--line); }
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}
.faq-side { position: sticky; top: calc(var(--header-h) + 28px); }
.faq-side .sec-title { margin-top: 26px; }
.faq-help {
  margin-top: 34px;
  padding: 22px 22px 18px;
  border-radius: var(--r-lg);
  background: var(--cream-faint);
  border: 1px solid var(--line);
}
.faq-help p { font-size: 15px; line-height: 1.9; }
.faq-help p strong { display: block; font-size: 16px; }
.faq-help .link-arrow { margin-top: 8px; }

.accordion { border-top: 1px solid var(--line-2); }
.acc-item { border-bottom: 1px solid var(--line-2); }
.acc-item h3 { font-size: inherit; font-weight: inherit; }
.acc-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  text-align: right;
  font-size: clamp(16.5px, 1.5vw, 19px);
  font-weight: 600;
  line-height: 1.7;
  color: var(--ink);
  transition: color .2s;
}
.acc-item button:hover { color: var(--brand); }
.acc-icon {
  position: relative;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  transition: background-color .3s var(--ease), border-color .3s var(--ease), transform .45s var(--ease-out);
}
.acc-icon::before, .acc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.6px;
  margin: -.8px 0 0 -6px;
  border-radius: 2px;
  background: var(--ink);
  transition: background-color .3s;
}
.acc-icon::after { transform: rotate(90deg); }
.acc-item button[aria-expanded="true"] .acc-icon { transform: rotate(135deg); background: var(--brand); border-color: var(--brand); }
.acc-item button[aria-expanded="true"] .acc-icon::before,
.acc-item button[aria-expanded="true"] .acc-icon::after { background: #fff; }

.acc-panel {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows .45s var(--ease-out);
}
.js .acc-panel { grid-template-rows: 0fr; }
.js .acc-panel.is-open { grid-template-rows: 1fr; }
.acc-panel > div { overflow: hidden; }
.acc-panel p {
  padding: 0 0 26px;
  padding-inline-end: 58px;
  font-size: 15.5px;
  line-height: 2.05;
  color: var(--ink-2);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .35s var(--ease), transform .45s var(--ease-out);
}
.acc-panel.is-open p, html:not(.js) .acc-panel p { opacity: 1; transform: none; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: 24px;
  align-items: start;
  margin-top: clamp(40px, 5vw, 60px);
}
.channels { display: grid; gap: 16px; }

.channel-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--r-xl);
  background: var(--brand);
  color: var(--cream);
  box-shadow: var(--shadow-brand);
}
.channel-hero-pattern {
  position: absolute;
  z-index: -1;
  top: -120%;
  left: -18%;
  width: 70%;
  aspect-ratio: 1;
  color: var(--cream);
  opacity: .1;
  animation: spin 240s linear infinite reverse;
}
.channel-hero-main { display: flex; align-items: center; gap: 18px; }
.channel-hero-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--brand);
  font-size: 28px;
}
.channel-hero h3 { font-size: 15px; font-weight: 500; color: rgba(238, 222, 207, .75); }
.channel-hero-number { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; line-height: 1.4; color: #fff; }
.channel-hero-meta { font-size: 13px; color: rgba(238, 222, 207, .66); }
.channel-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.channel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.channel {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease-out);
}
a.channel:hover, .channel:hover { border-color: var(--line-2); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.channel-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--cream-soft);
  color: var(--brand);
  font-size: 20px;
  transition: background-color .3s, color .3s;
}
.channel:hover .channel-icon { background: var(--brand); color: var(--cream); }
.channel-label { font-size: 13px; font-weight: 500; color: var(--ink-3); }
.channel-value {
  align-self: flex-start;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.7;
}
.channel-desc { margin-top: 4px; font-size: 14px; line-height: 1.9; color: var(--ink-2); }
.channel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
}
.channel-cta i { font-size: 11px; transition: transform .35s var(--ease-out); }
.channel:hover .channel-cta i, .channel-cta:hover i { transform: translateX(-4px); }
.channel-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

/* Visit card */
.visit {
  overflow: hidden;
  border-radius: var(--r-xl);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.visit-map { height: 190px; border-bottom: 1px solid var(--line); }
.visit-map svg { width: 100%; height: 100%; }
.map-ground { fill: #F1E6DB; }
.map-blocks rect { fill: #E8DACC; }
.map-main { stroke: #fff; stroke-width: 20; }
.map-street { stroke: #fff; stroke-width: 10; fill: none; }
.map-label { font-family: "Lahzeh", sans-serif; font-size: 11px; font-weight: 600; fill: #9A8578; }
.map-label-sm { font-size: 9.5px; font-weight: 500; }
.map-pin-dot { fill: var(--brand); stroke: #fff; stroke-width: 3; }
.map-pin-pulse { fill: var(--brand); opacity: .18; transform-box: fill-box; transform-origin: center; animation: pin 2.4s var(--ease) infinite; }
@keyframes pin {
  0% { transform: scale(.4); opacity: .35; }
  100% { transform: scale(1.6); opacity: 0; }
}

.visit-body { padding: 24px; }
.visit h3 { font-size: 20px; font-weight: 800; color: var(--ink); }
.visit-address { margin-top: 6px; font-size: 15px; line-height: 1.95; color: var(--ink-2); }
.visit-maps { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.visit-maps a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding-inline: 13px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
  transition: background-color .2s, border-color .2s, color .2s;
}
.visit-maps a i { font-size: 12px; color: var(--brand); transition: color .2s; }
.visit-maps a:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.visit-maps a:hover i { color: var(--cream); }

.visit-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 14px 0;
  border-block: 1px solid var(--line);
}
.visit-phone-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cream-soft);
  color: var(--brand);
  font-size: 15px;
  transition: background-color .25s, color .25s;
}
.visit-phone:hover .visit-phone-icon { background: var(--brand); color: var(--cream); }
.visit-phone small { display: block; font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }
.visit-phone strong { font-size: 19px; font-weight: 800; line-height: 1.5; }

.hours { margin-top: 18px; }
.hours-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.hours li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  margin-inline: -12px;
  border-radius: 10px;
  font-size: 14.5px;
  color: var(--ink-2);
}
.hours li span:last-child { font-weight: 600; color: var(--ink); white-space: nowrap; }
.hours li.is-today { background: var(--cream-soft); }
.hours li.is-today span:first-child::after {
  content: "امروز";
  margin-inline-start: 8px;
  padding: 1px 8px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--cream);
  font-size: 11px;
  font-weight: 600;
  vertical-align: 1px;
}
.hours li[data-days="5"] span:last-child { color: var(--ink-3); font-weight: 500; }

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(64px, 8vw, 96px);
  background: var(--brand);
  color: rgba(238, 222, 207, .72);
}
.footer-pattern {
  position: absolute;
  z-index: -1;
  top: -260px;
  right: -240px;
  width: 720px;
  aspect-ratio: 1;
  color: var(--cream);
  opacity: .06;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.footer-brand p { margin-top: 20px; max-width: 26em; font-size: 14.5px; line-height: 2; }
.footer-license {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-weight: 500;
}
.footer-license i { font-size: 14px; }
.footer-title { margin-bottom: 14px; font-size: 14px; font-weight: 700; color: var(--cream); }
.footer-col li { padding-block: 5px; font-size: 14.5px; }
.footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color .2s;
}
.footer-col a i { width: 16px; font-size: 14px; color: rgba(238, 222, 207, .5); transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-col a:hover i { color: var(--cream); }

.footer-word {
  margin-top: clamp(40px, 6vw, 72px);
  margin-bottom: -.28em;
  font-family: "Lahzeh Wide", "Lahzeh", sans-serif;
  font-size: clamp(88px, 21vw, 300px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: rgba(238, 222, 207, .06);
  user-select: none;
  white-space: nowrap;
}

.footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-block: 22px;
  border-top: 1px solid rgba(238, 222, 207, .16);
  background: var(--brand);
  font-size: 13.5px;
}
.to-top { display: inline-flex; align-items: center; gap: 8px; color: var(--cream); font-weight: 500; }
.to-top i { font-size: 12px; transition: transform .35s var(--ease-out); }
.to-top:hover i { transform: translateY(-4px); }

/* ---------- Dock (mobile actions) ---------- */
.dock {
  position: fixed;
  z-index: 40;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  grid-template-columns: .8fr 1.2fr;
  gap: 10px;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(252, 249, 245, .92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform .45s var(--ease-out);
}
.dock.is-visible { transform: none; }
.dock .btn { --btn-h: 48px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 12px 30px -10px rgba(30, 20, 17, .45);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px) scale(.96);
  transition: opacity .3s var(--ease), transform .45s var(--ease-out);
}
.toast i { color: #8FD6A8; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0) scale(1); }

/* ---------- Reveal ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
  transition-delay: var(--d, 0s);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .header-phone { display: none; }
}

@media (max-width: 1024px) {
  :root { --header-h: 68px; }
  .nav { display: none; }
  .menu-toggle { display: block; }
  .header-actions { margin-inline-start: auto; gap: 10px; }

  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-title-soft { font-size: clamp(26px, 4.8vw, 44px); }
  .hero-title-strong { font-size: clamp(36px, 7.4vw, 64px); }
  .hero-pattern { display: block; left: auto; right: -320px; top: 30%; }
  .hero-seal { display: none; }

  .contact-grid { grid-template-columns: 1fr; }
  .visit { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .visit-map { height: auto; min-height: 220px; border-bottom: 0; border-inline-end: 1px solid var(--line); }

  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .sec-head-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-side { position: static; }
  .trust-list { grid-template-columns: repeat(2, 1fr); }
  .trust-list li { justify-content: flex-start; padding-inline: 4px; border: 0; }
  .trust-list li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .trust-list li:nth-child(even) { border-inline-start: 1px solid var(--line); padding-inline-start: 18px; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
  .header-actions .btn { display: none; }
  .dock { display: grid; }

  .services { grid-template-columns: 1fr; }
  .service:nth-last-child(2) { border-bottom: 0; }

  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps::before {
    top: 0;
    bottom: 0;
    right: 46px;
    left: auto;
    width: 1px;
    height: auto;
    background: repeating-linear-gradient(to bottom, var(--brand) 0 6px, transparent 6px 12px);
    transform-origin: top;
  }
  .js .steps::before { transform: scaleY(0); }
  .js .steps.is-in::before { transform: scaleY(1); }
  .step { display: grid; grid-template-columns: 92px minmax(0, 1fr); column-gap: 20px; }
  .step-no { grid-row: span 2; }
  .step h3 { margin-top: 12px; }
  .step p { margin-top: 2px; }

  .channel-list { grid-template-columns: 1fr; }
  .visit { display: block; }
  .visit-map { height: 170px; border-inline-end: 0; border-bottom: 1px solid var(--line); }


  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero-facts > div { padding-inline: 16px; }
  .hero-facts dd { font-size: 20px; }
  .hero-actions .btn { width: 100%; }
  .trust-list li { font-size: 13.5px; gap: 10px; }
  .channel-hero-actions, .channel-hero-actions .btn { width: 100%; }
  .acc-panel p { padding-inline-end: 0; }
  .stat:nth-child(odd) { padding-inline-end: 14px; }
  .stat:nth-child(even) { padding-inline-start: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
}
