/* ============================================================
   Servisdr — cihazbakimonarim.com
   Concept: Luxury Noir. Near-black, champagne, bone.
   Display: Cormorant Garamond (italic). Body: Manrope.
   ============================================================ */

/* ---- Fonts (self-hosted, latin + latin-ext, Turkish glyphs) ---- */
@font-face{
  font-family:'Manrope';font-style:normal;font-weight:300 800;font-display:swap;
  src:url(fonts/manrope-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Manrope';font-style:normal;font-weight:300 800;font-display:swap;
  src:url(fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-0130,U+0132-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;
  src:url(fonts/cormorant-500i-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;
  src:url(fonts/cormorant-500i-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-0130,U+0132-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;
  src:url(fonts/cormorant-600-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;
  src:url(fonts/cormorant-600-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-0130,U+0132-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ---- Tokens ---- */
:root{
  --lx-noir:#0D0D0D;
  --lx-noir-raise:#141310;
  --lx-noir-deep:#080807;
  --lx-champ:#C8A96A;
  --lx-champ-hi:#E4CD9B;
  --lx-champ-lo:#9C8351;
  --lx-bone:#EDE6D8;
  --lx-bone-dim:#B4AEA2;
  --lx-bone-faint:#847F76;
  --lx-line:rgba(200,169,106,.26);
  --lx-line-soft:rgba(237,230,216,.09);
  --lx-panel:#EDE6D8;
  --lx-serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --lx-sans:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --lx-maxw:1240px;
  --lx-gutter:clamp(20px,5vw,72px);
  --lx-sect:clamp(76px,10vw,150px);
  --lx-ease:cubic-bezier(.16,.7,.3,1);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:120px}
body{
  margin:0;background:var(--lx-noir);color:var(--lx-bone);
  font-family:var(--lx-sans);font-size:1.0625rem;line-height:1.72;font-weight:400;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;padding-bottom:58px;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer;background:none;border:0}
ul{list-style:none;margin:0;padding:0}
h1,h2,h3,p{margin:0}
:focus-visible{outline:2px solid var(--lx-champ);outline-offset:3px}
body.lx-locked{overflow:hidden}
::selection{background:var(--lx-champ);color:#0b0b0a}

/* ---- Layout helpers ---- */
.lx-wrap{width:100%;max-width:var(--lx-maxw);margin:0 auto;padding:0 var(--lx-gutter)}
.lx-band{padding:var(--lx-sect) 0}
.lx-band + .lx-band{border-top:1px solid var(--lx-line-soft)}
.lx-band--deep{background:var(--lx-noir-deep)}
.lx-rule{width:56px;height:1px;background:var(--lx-champ);opacity:.9}

/* ---- Skip link ---- */
.lx-skip{
  position:fixed;top:12px;left:12px;z-index:200;transform:translateY(-160%);
  background:var(--lx-bone);color:#0b0b0a;padding:12px 20px;font-weight:600;
  font-size:.9rem;transition:transform .25s var(--lx-ease);
}
.lx-skip:focus{transform:none}

/* ---- Type primitives ---- */
.lx-kicker{
  display:flex;align-items:center;gap:16px;
  font-size:.76rem;font-weight:600;letter-spacing:.05em;color:var(--lx-champ);
  margin:0 0 26px;
}
.lx-kicker::before{content:"";width:34px;height:1px;background:var(--lx-champ);flex:none}
.lx-display{
  font-family:var(--lx-serif);font-style:italic;font-weight:500;
  line-height:1.04;letter-spacing:-.005em;color:var(--lx-bone);
  font-size:clamp(2.1rem,4.6vw,3.55rem);
}
.lx-lede{
  color:var(--lx-bone-dim);font-size:1.075rem;line-height:1.75;
  max-width:60ch;margin-top:24px;
}

/* section head */
.lx-head{max-width:44rem;margin-bottom:clamp(48px,6vw,76px)}
.lx-head--center{margin-left:auto;margin-right:auto;text-align:center}
.lx-head--center .lx-kicker{justify-content:center}
.lx-head .lx-lede{margin-left:0}
.lx-head--center .lx-lede{margin-left:auto;margin-right:auto}

/* ---- Buttons ---- */
.lx-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:11px;
  font-family:var(--lx-sans);font-weight:600;font-size:.94rem;letter-spacing:.01em;
  padding:15px 30px;border:1px solid transparent;transition:.3s var(--lx-ease);
  white-space:nowrap;
}
.lx-btn svg{width:18px;height:18px;flex:none}
.lx-btn--gold{background:var(--lx-champ);color:#0b0b0a;border-color:var(--lx-champ)}
.lx-btn--gold:hover{background:var(--lx-champ-hi);border-color:var(--lx-champ-hi)}
.lx-btn--ghost{border-color:var(--lx-line);color:var(--lx-bone)}
.lx-btn--ghost:hover{border-color:var(--lx-champ);color:var(--lx-champ)}
.lx-btn--onlight{background:#0b0b0a;color:var(--lx-bone);border-color:#0b0b0a}
.lx-btn--onlight:hover{background:#1c1a16}
.lx-btn--lg{padding:18px 36px;font-size:1rem}
.lx-btn--block{display:flex;width:100%}
.lx-btns{display:flex;flex-wrap:wrap;gap:14px}
.lx-btns--center{justify-content:center}

/* arrow / text link with drawn underline */
.lx-link{
  display:inline-flex;align-items:center;gap:9px;color:var(--lx-champ);
  font-weight:600;font-size:.92rem;letter-spacing:.01em;position:relative;padding-bottom:3px;
}
.lx-link::after{
  content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;
  background:var(--lx-champ);transform:scaleX(.32);transform-origin:left;
  transition:transform .4s var(--lx-ease);
}
.lx-link:hover::after{transform:scaleX(1)}
.lx-link svg{width:15px;height:15px;transition:transform .4s var(--lx-ease)}
.lx-link:hover svg{transform:translateX(5px)}

/* ============================================================
   TOPBAR + HEADER
   ============================================================ */
.lx-topbar{
  background:var(--lx-noir-deep);border-bottom:1px solid var(--lx-line-soft);
  font-size:.8rem;color:var(--lx-bone-dim);
}
.lx-topbar__in{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px;flex-wrap:wrap}
.lx-topbar__grp{display:flex;align-items:center;gap:26px}
.lx-topbar__it{display:inline-flex;align-items:center;gap:9px}
.lx-topbar__it svg{width:15px;height:15px;color:var(--lx-champ)}
.lx-topbar a.lx-topbar__it:hover{color:var(--lx-champ)}
.lx-topbar__sep{color:var(--lx-champ);opacity:.5}

.lx-header{position:sticky;top:0;z-index:100;transition:background .4s var(--lx-ease),border-color .4s var(--lx-ease)}
.lx-header{background:transparent;border-bottom:1px solid transparent}
.lx-header--stuck{background:rgba(11,11,10,.86);backdrop-filter:blur(14px);border-bottom-color:var(--lx-line)}
.lx-header__in{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}

.lx-logo{display:inline-flex;align-items:center;gap:14px}
.lx-logo__mark{
  width:46px;height:46px;flex:none;display:grid;place-items:center;
  border:1px solid var(--lx-champ);font-family:var(--lx-serif);font-style:italic;
  font-size:1.65rem;color:var(--lx-champ);line-height:1;
}
.lx-logo__name{
  font-family:var(--lx-serif);font-style:italic;font-weight:500;font-size:1.7rem;
  color:var(--lx-bone);line-height:1;display:block;
}
.lx-logo__name .lx-logo-accent{color:var(--lx-champ)}
.lx-logo__tag{
  display:block;font-size:.62rem;letter-spacing:.34em;color:var(--lx-champ);
  margin-top:5px;font-weight:600;
}

.lx-nav{display:none}
.lx-nav__list{display:flex;align-items:center;gap:20px}
.lx-nav__link{
  position:relative;font-size:.85rem;font-weight:500;color:var(--lx-bone-dim);white-space:nowrap;
  padding:6px 0;transition:color .3s var(--lx-ease);display:inline-flex;align-items:center;gap:5px;
}
.lx-nav__link svg{width:14px;height:14px}
.lx-nav__link:hover,.lx-nav__link.is-current{color:var(--lx-bone)}
.lx-nav__link::after{content:"";position:absolute;left:0;bottom:-2px;height:1px;width:100%;background:var(--lx-champ);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--lx-ease)}
.lx-nav__link:hover::after,.lx-nav__link.is-current::after{transform:scaleX(1)}
.lx-nav__has{position:relative}
.lx-nav__drop{
  position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);
  min-width:230px;background:var(--lx-noir-raise);border:1px solid var(--lx-line);
  padding:10px;opacity:0;visibility:hidden;transition:.3s var(--lx-ease);
}
.lx-nav__has:hover .lx-nav__drop,.lx-nav__has:focus-within .lx-nav__drop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.lx-nav__drop a{display:block;padding:11px 14px;font-size:.9rem;color:var(--lx-bone-dim);transition:.25s var(--lx-ease)}
.lx-nav__drop a:hover{color:var(--lx-champ);background:rgba(200,169,106,.06)}

.lx-header__act{display:flex;align-items:center;gap:16px}
.lx-header__phone{display:none;text-align:right;line-height:1.2}
.lx-header__phone .lx-hp-label{display:block;font-size:.62rem;letter-spacing:.16em;color:var(--lx-champ);font-weight:600;white-space:nowrap}
.lx-header__phone .lx-hp-num{display:block;font-family:var(--lx-serif);font-style:italic;font-size:1.2rem;color:var(--lx-bone);white-space:nowrap}
.lx-header__cta{display:none;padding:12px 22px;font-size:.9rem}

.lx-burger{
  width:46px;height:46px;display:grid;place-items:center;gap:5px;
  border:1px solid var(--lx-line);
}
.lx-burger__bar{display:block;width:20px;height:1.5px;background:var(--lx-bone);transition:.3s var(--lx-ease)}
.lx-burger[aria-expanded="true"] .lx-burger__bar:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.lx-burger[aria-expanded="true"] .lx-burger__bar:nth-child(2){opacity:0}
.lx-burger[aria-expanded="true"] .lx-burger__bar:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* ---- Mobile drawer ---- */
.lx-scrim{position:fixed;inset:0;z-index:110;background:rgba(6,6,5,.6);opacity:0;transition:opacity .4s var(--lx-ease)}
.lx-scrim.lx-scrim--open{opacity:1}
.lx-drawer{
  position:fixed;top:0;right:0;bottom:0;z-index:120;width:min(88vw,380px);
  background:var(--lx-noir-deep);border-left:1px solid var(--lx-line);
  transform:translateX(100%);transition:transform .42s var(--lx-ease);
  display:flex;flex-direction:column;padding:24px;overflow-y:auto;
}
.lx-drawer.lx-drawer--open{transform:none}
.lx-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.lx-drawer__close{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--lx-line)}
.lx-drawer__close svg{width:20px;height:20px}
.lx-drawer__list{display:flex;flex-direction:column;margin:22px 0}
.lx-drawer__list a{padding:13px 0;font-size:1.05rem;color:var(--lx-bone-dim);border-bottom:1px solid var(--lx-line-soft);transition:color .25s var(--lx-ease)}
.lx-drawer__list a:hover,.lx-drawer__list a.is-current{color:var(--lx-champ)}
.lx-drawer__list a.lx-drawer__sub{padding-left:16px;font-size:.94rem;color:var(--lx-bone-faint)}
.lx-drawer__cta{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.lx-drawer__info{display:flex;flex-direction:column;gap:12px;font-size:.85rem;color:var(--lx-bone-dim);margin-top:auto}
.lx-drawer__info strong{color:var(--lx-bone);font-weight:600}
.lx-drawer__info a{color:var(--lx-champ)}

/* ============================================================
   HERO
   ============================================================ */
.lx-hero{position:relative;overflow:hidden;isolation:isolate;padding:clamp(60px,9vw,120px) 0 clamp(76px,9vw,128px)}
.lx-hero__ph{position:absolute;inset:0;z-index:-2}
.lx-hero__ph img{width:100%;height:100%;object-fit:cover;filter:grayscale(.35) contrast(1.02)}
.lx-hero__veil{
  position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(105deg,rgba(8,8,7,.96) 0%,rgba(8,8,7,.82) 42%,rgba(8,8,7,.42) 74%,rgba(8,8,7,.62) 100%),
    linear-gradient(0deg,rgba(8,8,7,.9),rgba(8,8,7,0) 30%);
}
.lx-hero__grid{display:grid;grid-template-columns:1fr;gap:clamp(40px,6vw,72px);align-items:center}
.lx-hero__title{margin:0 0 26px;font-size:clamp(2.7rem,7.4vw,5.4rem)}
.lx-hero__title .lx-em{color:var(--lx-champ);font-style:italic}
.lx-hero__text{color:var(--lx-bone-dim);font-size:1.1rem;line-height:1.75;max-width:52ch}
.lx-hero__text strong{color:var(--lx-bone);font-weight:600}
.lx-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin:36px 0 34px}
.lx-hero__points{display:flex;flex-direction:column;gap:13px}
.lx-hero__points li{display:flex;align-items:center;gap:13px;color:var(--lx-bone-dim);font-size:.98rem}
.lx-hero__points svg{width:17px;height:17px;color:var(--lx-champ);flex:none}

/* concierge call card — the one warm panel */
.lx-callcard{
  background:var(--lx-panel);color:#1a1813;padding:clamp(28px,3.4vw,42px);
  border-top:3px solid var(--lx-champ);position:relative;
}
.lx-callcard__title{font-family:var(--lx-serif);font-style:italic;font-weight:500;font-size:1.95rem;color:#141210;line-height:1.1}
.lx-callcard__sub{margin-top:14px;color:#4f4a40;font-size:.98rem;line-height:1.65}
.lx-callcard .lx-btn{margin-top:26px}
.lx-callcard__points{display:flex;flex-direction:column;gap:11px;margin-top:24px}
.lx-callcard__points li{display:flex;align-items:flex-start;gap:11px;color:#3c382f;font-size:.92rem;line-height:1.5}
.lx-callcard__points svg{width:16px;height:16px;color:var(--lx-champ-lo);flex:none;margin-top:3px}
.lx-callcard__fine{margin-top:20px;font-size:.82rem;color:#6b665b;border-top:1px solid rgba(20,18,16,.14);padding-top:16px}

/* ============================================================
   STAT STRIP (figures as jewelry)
   ============================================================ */
.lx-figs{display:grid;grid-template-columns:repeat(2,1fr)}
.lx-fig{padding:34px 6px;border-top:1px solid var(--lx-line);border-left:1px solid var(--lx-line)}
.lx-fig:nth-child(-n+2){border-top:0}
.lx-fig:nth-child(odd){border-left:0}
.lx-fig__num{
  font-family:var(--lx-serif);font-style:normal;font-weight:600;color:var(--lx-champ);
  font-size:clamp(2.6rem,6vw,3.6rem);line-height:1;display:flex;align-items:baseline;gap:2px;
}
.lx-fig__num sup,.lx-fig__num .lx-suf{font-size:.42em;color:var(--lx-champ);font-family:var(--lx-sans);font-weight:600;transform:translateY(-.1em)}
.lx-fig__num .lx-suf--word{font-size:.34em;letter-spacing:.02em;align-self:flex-end;transform:none;margin-left:6px;color:var(--lx-bone-dim)}
.lx-fig__label{margin-top:14px;color:var(--lx-bone-faint);font-size:.86rem;letter-spacing:.01em}

/* ============================================================
   SERVICES (editorial rows)
   ============================================================ */
.lx-svc{display:grid;grid-template-columns:1fr}
.lx-svc__row{
  display:grid;grid-template-columns:1fr;gap:26px;
  padding:clamp(36px,5vw,58px) 0;border-top:1px solid var(--lx-line);align-items:center;
}
.lx-svc__row:first-child{border-top:0;padding-top:0}
.lx-svc__idx{font-family:var(--lx-serif);font-style:italic;color:var(--lx-champ);font-size:1.2rem;opacity:.85}
.lx-svc__title{font-family:var(--lx-serif);font-weight:600;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--lx-bone);line-height:1.06;margin:6px 0 16px}
.lx-svc__title a{transition:color .3s var(--lx-ease)}
.lx-svc__title a:hover{color:var(--lx-champ)}
.lx-svc__text{color:var(--lx-bone-dim);max-width:46ch;font-size:1rem}
.lx-svc__tags{display:flex;flex-wrap:wrap;gap:0;margin:20px 0 22px}
.lx-svc__tags li{font-size:.8rem;letter-spacing:.03em;color:var(--lx-bone-faint);padding:2px 16px}
.lx-svc__tags li + li{border-left:1px solid var(--lx-line)}
.lx-svc__tags li:first-child{padding-left:0}
.lx-svc__media{position:relative;overflow:hidden;order:-1}
.lx-svc__media img{width:100%;aspect-ratio:16/10;object-fit:cover;filter:grayscale(.28);transition:transform .8s var(--lx-ease),filter .8s var(--lx-ease)}
.lx-svc__row:hover .lx-svc__media img{transform:scale(1.04);filter:grayscale(0)}
.lx-svc__media::after{content:"";position:absolute;inset:0;border:1px solid var(--lx-line);pointer-events:none}

/* ============================================================
   FEATURES (numbered guarantees)
   ============================================================ */
.lx-feat{display:grid;grid-template-columns:1fr;gap:0}
.lx-feat__item{padding:clamp(30px,3.4vw,40px) 0;border-top:1px solid var(--lx-line)}
.lx-feat__item:first-child{border-top:0}
.lx-feat__num{font-family:var(--lx-serif);font-style:italic;font-weight:500;font-size:2.4rem;color:var(--lx-champ);line-height:1}
.lx-feat__title{font-family:var(--lx-serif);font-weight:600;font-size:1.5rem;color:var(--lx-bone);margin:14px 0 12px}
.lx-feat__text{color:var(--lx-bone-dim);font-size:.98rem;max-width:40ch}

/* ============================================================
   CORPORATE SPLIT
   ============================================================ */
.lx-split{display:grid;grid-template-columns:1fr;gap:clamp(40px,6vw,80px);align-items:center}
.lx-split__figs{position:relative}
.lx-frame{position:relative;overflow:hidden}
.lx-frame img{width:100%;object-fit:cover;filter:grayscale(.24)}
.lx-frame::after{content:"";position:absolute;inset:0;border:1px solid var(--lx-line)}
.lx-frame--main img{aspect-ratio:4/3}
.lx-frame--accent{display:none;position:absolute;right:-6%;bottom:-9%;width:52%;border:6px solid var(--lx-noir);box-shadow:0 30px 60px rgba(0,0,0,.5)}
.lx-frame--accent img{aspect-ratio:3/4}
.lx-badge{
  position:absolute;left:22px;bottom:22px;right:22px;background:rgba(11,11,10,.9);
  backdrop-filter:blur(6px);border:1px solid var(--lx-line);padding:16px 18px;
  display:flex;align-items:center;gap:14px;
}
.lx-badge__ic{width:36px;height:36px;flex:none;display:grid;place-items:center;border:1px solid var(--lx-champ);color:var(--lx-champ)}
.lx-badge__ic svg{width:18px;height:18px}
.lx-badge__t{font-family:var(--lx-serif);font-style:italic;font-size:1.05rem;color:var(--lx-bone);line-height:1.2}
.lx-badge__s{font-size:.76rem;color:var(--lx-bone-faint);margin-top:2px}
.lx-split__body p{color:var(--lx-bone-dim);margin-top:20px}
.lx-checks{margin:28px 0 0;display:flex;flex-direction:column;gap:15px}
.lx-checks li{display:flex;gap:14px;color:var(--lx-bone-dim);font-size:.98rem;line-height:1.55}
.lx-checks li::before{content:"";width:8px;height:8px;flex:none;margin-top:9px;background:var(--lx-champ);transform:rotate(45deg)}
.lx-checks strong{color:var(--lx-bone);font-weight:600}

/* ============================================================
   PROCESS (timeline)
   ============================================================ */
.lx-steps{display:grid;grid-template-columns:1fr;gap:0;counter-reset:none}
.lx-step{position:relative;padding:28px 0 28px 68px;border-top:1px solid var(--lx-line)}
.lx-step:first-child{border-top:0}
.lx-step__n{
  position:absolute;left:0;top:26px;width:48px;height:48px;display:grid;place-items:center;
  border:1px solid var(--lx-champ);border-radius:50%;font-family:var(--lx-serif);
  font-weight:600;font-size:1.3rem;color:var(--lx-champ);
}
.lx-step__title{font-family:var(--lx-serif);font-weight:600;font-size:1.4rem;color:var(--lx-bone);margin-bottom:8px}
.lx-step__text{color:var(--lx-bone-dim);font-size:.96rem;max-width:44ch}

.lx-cta-inline{
  display:flex;flex-direction:column;gap:24px;margin-top:clamp(48px,6vw,72px);
  padding:clamp(30px,4vw,44px);border:1px solid var(--lx-line);background:var(--lx-noir-raise);
}
.lx-cta-inline h3{font-family:var(--lx-serif);font-style:italic;font-weight:500;font-size:1.9rem;color:var(--lx-bone)}
.lx-cta-inline p{color:var(--lx-bone-dim);margin-top:8px}

/* ============================================================
   BRANDS (monogram grid)
   ============================================================ */
.lx-brands{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--lx-line);border-left:1px solid var(--lx-line)}
.lx-brand{
  display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:26px 22px;
  border-bottom:1px solid var(--lx-line);border-right:1px solid var(--lx-line);
  transition:background .3s var(--lx-ease);
}
.lx-brand:hover{background:var(--lx-noir-raise)}
.lx-brand__mono{font-family:var(--lx-serif);font-style:italic;font-size:2.2rem;color:var(--lx-champ);line-height:1}
.lx-brand__name{font-family:var(--lx-serif);font-weight:600;font-size:1.3rem;color:var(--lx-bone)}
.lx-brand__meta{font-size:.78rem;color:var(--lx-bone-faint);letter-spacing:.01em}

/* ============================================================
   FAULT DIRECTORY (columns of links)
   ============================================================ */
.lx-dir{display:grid;grid-template-columns:1fr;gap:clamp(36px,4vw,52px)}
.lx-dir__col h3{font-family:var(--lx-serif);font-weight:600;font-size:1.45rem;color:var(--lx-bone);padding-bottom:16px;border-bottom:1px solid var(--lx-champ);margin-bottom:8px}
.lx-dir__col li a{display:block;padding:13px 0;color:var(--lx-bone-dim);font-size:.96rem;border-bottom:1px solid var(--lx-line-soft);transition:color .25s var(--lx-ease),padding-left .25s var(--lx-ease)}
.lx-dir__col li a:hover{color:var(--lx-champ);padding-left:8px}

/* ============================================================
   REGIONS
   ============================================================ */
.lx-regions{display:grid;grid-template-columns:1fr;gap:0}
.lx-region{padding:clamp(28px,3vw,40px) 0;border-top:1px solid var(--lx-line)}
.lx-region:first-child{border-top:0;padding-top:0}
.lx-region__name{font-family:var(--lx-serif);font-weight:600;font-size:1.7rem;color:var(--lx-bone)}
.lx-region__count{display:block;font-size:.82rem;letter-spacing:.02em;color:var(--lx-champ);margin-top:6px}
.lx-region__list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 22px;margin-top:22px}
.lx-region__list a{color:var(--lx-bone-dim);font-size:.94rem;transition:color .25s var(--lx-ease)}
.lx-region__list a:hover{color:var(--lx-champ)}

/* ============================================================
   TESTIMONIALS (static grid, no autoplay)
   ============================================================ */
.lx-quotes{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--lx-line)}
.lx-quote{padding:clamp(30px,3.4vw,44px) 0;border-bottom:1px solid var(--lx-line);position:relative}
.lx-quote__mark{font-family:var(--lx-serif);font-style:italic;font-size:3.2rem;color:var(--lx-champ);line-height:.6;height:22px;display:block;opacity:.85}
.lx-quote__text{font-family:var(--lx-serif);font-style:italic;font-weight:500;font-size:1.5rem;line-height:1.4;color:var(--lx-bone);margin:18px 0 26px}
.lx-quote__by{display:flex;align-items:center;gap:15px}
.lx-quote__ini{width:48px;height:48px;flex:none;display:grid;place-items:center;border:1px solid var(--lx-champ);border-radius:50%;font-size:.82rem;font-weight:600;letter-spacing:.04em;color:var(--lx-champ)}
.lx-quote__name{font-family:var(--lx-serif);font-weight:600;font-size:1.2rem;color:var(--lx-bone)}
.lx-quote__meta{font-size:.8rem;color:var(--lx-bone-faint);margin-top:1px}

/* ============================================================
   BLOG
   ============================================================ */
.lx-posts{display:grid;grid-template-columns:1fr;gap:clamp(30px,3vw,44px)}
.lx-post{display:flex;flex-direction:column}
.lx-post__media{position:relative;overflow:hidden;margin-bottom:22px}
.lx-post__media img{width:100%;aspect-ratio:16/10;object-fit:cover;filter:grayscale(.3);transition:transform .8s var(--lx-ease),filter .8s var(--lx-ease)}
.lx-post:hover .lx-post__media img{transform:scale(1.05);filter:grayscale(0)}
.lx-post__media::after{content:"";position:absolute;inset:0;border:1px solid var(--lx-line)}
.lx-post__cat{position:absolute;left:16px;top:16px;background:rgba(11,11,10,.86);border:1px solid var(--lx-line);color:var(--lx-champ);font-size:.72rem;letter-spacing:.08em;font-weight:600;padding:7px 13px}
.lx-post__meta{display:flex;flex-wrap:wrap;gap:20px;color:var(--lx-bone-faint);font-size:.8rem;margin-bottom:14px}
.lx-post__meta span{display:inline-flex;align-items:center;gap:7px}
.lx-post__meta svg{width:14px;height:14px;color:var(--lx-champ)}
.lx-post__title{font-family:var(--lx-serif);font-weight:600;font-size:1.5rem;line-height:1.16;margin-bottom:12px}
.lx-post__title a{color:var(--lx-bone);transition:color .3s var(--lx-ease)}
.lx-post__title a:hover{color:var(--lx-champ)}
.lx-post__text{color:var(--lx-bone-dim);font-size:.96rem;margin-bottom:20px;flex:1}

/* ============================================================
   FAQ + SIDEBAR
   ============================================================ */
.lx-faq{display:grid;grid-template-columns:1fr;gap:clamp(44px,5vw,64px)}
.lx-acc{border-top:1px solid var(--lx-line)}
.lx-acc__item{border-bottom:1px solid var(--lx-line)}
.lx-acc__btn{
  display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;
  text-align:left;padding:26px 0;font-family:var(--lx-serif);font-weight:600;
  font-size:1.3rem;color:var(--lx-bone);transition:color .3s var(--lx-ease);
}
.lx-acc__btn:hover{color:var(--lx-champ)}
.lx-acc__ic{width:26px;height:26px;flex:none;display:grid;place-items:center;color:var(--lx-champ);transition:transform .4s var(--lx-ease)}
.lx-acc__ic svg{width:20px;height:20px}
.lx-acc__item.lx-acc--open .lx-acc__ic{transform:rotate(180deg)}
.lx-acc__panel{overflow:hidden;max-height:0;transition:max-height .5s var(--lx-ease)}
.lx-acc__inner{padding:0 0 26px;color:var(--lx-bone-dim);font-size:.98rem;max-width:62ch}

.lx-side{display:flex;flex-direction:column;gap:20px}
.lx-side__card{padding:30px;border:1px solid var(--lx-line)}
.lx-side__card--gold{background:var(--lx-panel);color:#141210;border-color:var(--lx-panel)}
.lx-side__card--gold .lx-side__title{color:#141210}
.lx-side__card--gold p{color:#4f4a40}
.lx-side__card--deep{background:var(--lx-noir-deep)}
.lx-side__title{font-family:var(--lx-serif);font-style:italic;font-weight:500;font-size:1.5rem;color:var(--lx-bone);margin-bottom:12px}
.lx-side__card p{color:var(--lx-bone-dim);font-size:.94rem}
.lx-side__phone{display:block;font-family:var(--lx-serif);font-style:italic;font-size:1.9rem;color:#141210;margin:18px 0}
.lx-side__links li a{display:block;padding:11px 0;color:var(--lx-bone-dim);border-bottom:1px solid var(--lx-line-soft);font-size:.94rem;transition:color .25s var(--lx-ease)}
.lx-side__links li a:hover{color:var(--lx-champ)}
.lx-hours li{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--lx-line-soft);font-size:.9rem}
.lx-hours li span:first-child{color:var(--lx-bone-dim)}
.lx-hours li span:last-child{color:var(--lx-champ);font-weight:600}

/* ============================================================
   CTA BAND
   ============================================================ */
.lx-ctaband{background:var(--lx-noir-deep);position:relative}
.lx-ctaband__in{display:flex;flex-direction:column;gap:34px;padding:clamp(60px,8vw,110px) 0}
.lx-ctaband__title{font-size:clamp(2.2rem,5vw,3.4rem);margin-top:22px}
.lx-ctaband__text{color:var(--lx-bone-dim);max-width:48ch;margin-top:20px}

/* ============================================================
   FOOTER
   ============================================================ */
.lx-foot{background:var(--lx-noir-deep);border-top:1px solid var(--lx-line)}
.lx-foot__grid{display:grid;grid-template-columns:1fr;gap:clamp(38px,4vw,54px);padding:var(--lx-sect) 0 clamp(40px,5vw,64px)}
.lx-foot__brand p{color:var(--lx-bone-dim);font-size:.92rem;margin-top:20px;max-width:40ch}
.lx-foot__col h2{font-family:var(--lx-serif);font-style:italic;font-weight:500;font-size:1.35rem;color:var(--lx-bone);margin-bottom:18px}
.lx-foot__links li a{display:block;padding:8px 0;color:var(--lx-bone-dim);font-size:.92rem;transition:color .25s var(--lx-ease)}
.lx-foot__links li a:hover{color:var(--lx-champ)}
.lx-foot__contact li{display:flex;gap:13px;padding:11px 0;color:var(--lx-bone-dim);font-size:.9rem;line-height:1.5}
.lx-foot__contact svg{width:17px;height:17px;color:var(--lx-champ);flex:none;margin-top:4px}
.lx-foot__contact strong{display:block;color:var(--lx-bone);font-weight:600;font-family:var(--lx-serif);font-style:italic;font-size:1.05rem;margin-bottom:2px}
.lx-foot__contact a:hover{color:var(--lx-champ)}
.lx-foot__seo{border-top:1px solid var(--lx-line-soft);padding:34px 0}
.lx-foot__seo-t{font-size:.74rem;letter-spacing:.14em;color:var(--lx-champ);font-weight:600;margin-bottom:18px}
.lx-foot__seo-links{display:flex;flex-wrap:wrap;gap:10px 20px}
.lx-foot__seo-links a{color:var(--lx-bone-faint);font-size:.84rem;transition:color .25s var(--lx-ease)}
.lx-foot__seo-links a:hover{color:var(--lx-bone)}
.lx-foot__bottom{border-top:1px solid var(--lx-line-soft);padding:26px 0}
.lx-foot__bottom-in{display:flex;flex-direction:column;gap:16px}
.lx-foot__bottom span{color:var(--lx-bone-faint);font-size:.84rem}
.lx-foot__legal{display:flex;flex-wrap:wrap;gap:22px}
.lx-foot__legal a{color:var(--lx-bone-faint);font-size:.84rem;transition:color .25s var(--lx-ease)}
.lx-foot__legal a:hover{color:var(--lx-champ)}

/* ---- Mobile callbar + to-top ---- */
.lx-callbar{
  position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;
  justify-content:center;gap:11px;padding:15px;background:var(--lx-champ);color:#0b0b0a;
  font-weight:700;font-size:.98rem;letter-spacing:.01em;
}
.lx-callbar svg{width:19px;height:19px}
.lx-totop{
  position:fixed;right:20px;bottom:82px;z-index:80;width:48px;height:48px;display:grid;
  place-items:center;background:var(--lx-noir-raise);border:1px solid var(--lx-champ);
  color:var(--lx-champ);transition:.3s var(--lx-ease);
}
.lx-totop:hover{background:var(--lx-champ);color:#0b0b0a}
.lx-totop svg{width:20px;height:20px}
.lx-totop[hidden]{display:none}

/* ============================================================
   MOTION — hero load + scroll reveal (fail-safe gated by .lx-js)
   ============================================================ */
@keyframes lx-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
html.lx-js .lx-rise{opacity:0}
html.lx-js .lx-rise{animation:lx-rise .9s var(--lx-ease) forwards}
html.lx-js .lx-rise--1{animation-delay:.08s}
html.lx-js .lx-rise--2{animation-delay:.18s}
html.lx-js .lx-rise--3{animation-delay:.3s}
html.lx-js .lx-rise--4{animation-delay:.42s}

html.lx-js .lx-reveal{opacity:0;transform:translateY(20px);transition:opacity .8s var(--lx-ease),transform .8s var(--lx-ease)}
html.lx-js .lx-reveal.lx-in{opacity:1;transform:none}
html.lx-js .lx-reveal[data-lx-delay="1"]{transition-delay:.09s}
html.lx-js .lx-reveal[data-lx-delay="2"]{transition-delay:.18s}
html.lx-js .lx-reveal[data-lx-delay="3"]{transition-delay:.27s}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width:600px){
  .lx-figs{grid-template-columns:repeat(4,1fr)}
  .lx-fig:nth-child(-n+2){border-top:1px solid var(--lx-line)}
  .lx-fig:nth-child(odd){border-left:1px solid var(--lx-line)}
  .lx-fig:first-child{border-left:0}
  .lx-fig{border-top:1px solid var(--lx-line)}
  .lx-region__list{grid-template-columns:repeat(4,1fr)}
  .lx-brands{grid-template-columns:repeat(3,1fr)}
  .lx-posts{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:900px){
  .lx-svc__row{grid-template-columns:1.05fr .95fr;gap:clamp(40px,5vw,72px)}
  .lx-svc__media{order:0}
  .lx-svc__row:nth-child(even) .lx-svc__media{order:0}
  .lx-svc__row:nth-child(odd) .lx-svc__body{order:-1}
  .lx-feat{grid-template-columns:repeat(2,1fr);gap:0 clamp(40px,5vw,72px)}
  .lx-feat__item:nth-child(2){border-top:0}
  .lx-split{grid-template-columns:1fr 1fr}
  .lx-frame--accent{display:block}
  .lx-split__figs{padding-bottom:8%}
  .lx-steps{grid-template-columns:1fr 1fr;gap:0 clamp(40px,5vw,72px)}
  .lx-step:nth-child(2){border-top:0}
  .lx-cta-inline{flex-direction:row;align-items:center;justify-content:space-between}
  .lx-dir{grid-template-columns:repeat(3,1fr)}
  .lx-regions{grid-template-columns:repeat(3,1fr);gap:0 clamp(40px,5vw,64px)}
  .lx-region{border-top:0;border-left:1px solid var(--lx-line);padding:0 0 0 clamp(28px,3vw,44px)}
  .lx-region:first-child{padding-left:0;border-left:0}
  .lx-region__list{grid-template-columns:repeat(2,1fr)}
  .lx-quotes{grid-template-columns:repeat(2,1fr);column-gap:clamp(40px,5vw,72px)}
  .lx-posts{grid-template-columns:repeat(3,1fr)}
  .lx-faq{grid-template-columns:1.7fr 1fr;align-items:start}
  .lx-brands{grid-template-columns:repeat(4,1fr)}
  .lx-foot__grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr}
  .lx-ctaband__in{flex-direction:row;align-items:flex-end;justify-content:space-between}
  .lx-ctaband__copy{max-width:60%}
  .lx-foot__bottom-in{flex-direction:row;align-items:center;justify-content:space-between}
  .lx-callbar{display:none}
  body{padding-bottom:0}
  .lx-totop{bottom:24px}
}
@media (min-width:1024px){
  .lx-hero__grid{grid-template-columns:1.35fr .85fr}
  .lx-nav{display:block}
  .lx-header__phone{display:block}
  .lx-header__cta{display:inline-flex}
  .lx-burger{display:none}
  .lx-brands{grid-template-columns:repeat(6,1fr)}
  .lx-foot__grid{grid-template-columns:1.6fr .9fr .9fr .9fr 1.3fr}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  html.lx-js .lx-rise{opacity:1;animation:none}
  html.lx-js .lx-reveal{opacity:1;transform:none}
}
