/* ============================================================
   LUXURY TITLE GROUP — Miami, FL
   Gold / Black / Ivory · Cormorant Garamond + Montserrat
   ============================================================ */

:root{
  --black:#0a0a0b;
  --ink:#141416;
  --ink-2:#1d1d20;
  --ivory:#f7ecea;
  --cream:#fdf8f7;
  --white:#ffffff;
  --gold:#bf9b45;
  --gold-deep:#8a6d1c;
  --gold-2:#e7cf8a;
  --gold-dim:rgba(201,162,39,.35);
  --rose:#b76e79;
  --rose-2:#dca6ac;
  --rose-dim:rgba(183,110,121,.35);
  --blush:#f8ecea;
  --line:rgba(201,162,39,.28);
  --line-dark:rgba(10,10,11,.12);
  --text:#232326;
  --text-soft:#5c5c60;
  --text-on-dark:#dccfcb;
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Montserrat",Helvetica,Arial,sans-serif;
  --max:1200px;
  --header-h:104px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:clip}
body{
  font-family:var(--sans);
  font-weight:400;
  color:var(--text);
  background:var(--cream);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  font-size:16px;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}

/* language toggle: html[data-lang] shows one, hides the other */
[data-lang="en"] .lang-es{display:none!important}
[data-lang="es"] .lang-en{display:none!important}

.skip{
  position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--gold);color:var(--black);padding:.6rem 1rem;font-size:.8rem;
}
.skip:focus{left:0}

/* ---------- type ---------- */
h1,h2,h3,.serif{font-family:var(--serif);font-weight:500;line-height:1.15;color:inherit}
.eyebrow{
  font-family:var(--sans);font-size:.68rem;font-weight:500;
  letter-spacing:.26em;text-transform:uppercase;color:var(--gold-deep);
  display:block;margin-bottom:1.1rem;
}
.section--dark .eyebrow,.cta-band .eyebrow{color:var(--gold-2)}
.h-xl{font-size:clamp(2.6rem,6vw,4.6rem)}
.h-lg{font-size:clamp(2rem,4.2vw,3.1rem)}
.h-md{font-size:clamp(1.5rem,2.6vw,2rem)}
.lead{font-size:1.06rem;color:var(--text-soft);max-width:44rem}
.on-dark .lead{color:rgba(220,207,203,.85)}

/* thin gold divider */
.rule{
  width:64px;height:1px;background:linear-gradient(90deg,var(--gold),var(--gold-2));border:0;margin:1.6rem 0;
}
.rule--center{margin-left:auto;margin-right:auto}

/* ---------- layout ---------- */
.wrap{max-width:var(--max);margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}
.section{padding:clamp(4rem,9vw,7.5rem) 0}
.section--dark{background:linear-gradient(165deg,#141214,#0a0a0b 60%);color:var(--text-on-dark)}
.section--ivory{background:var(--ivory)}
.section-head{max-width:46rem;margin-bottom:clamp(2.5rem,5vw,4rem)}
.section-head--center{margin-left:auto;margin-right:auto;text-align:center}

/* ---------- buttons ---------- */
.btn{
  display:inline-block;padding:.95rem 2.2rem;
  font-family:var(--sans);font-size:.74rem;font-weight:500;
  letter-spacing:.22em;text-transform:uppercase;
  border:1px solid var(--gold);color:var(--gold);background:transparent;
  transition:background .3s,color .3s;text-align:center;
}
.btn:hover{background:var(--gold);color:var(--black)}
.btn--gold{background:var(--gold);color:var(--black)}
.btn--gold:hover{background:var(--gold-2);border-color:var(--gold-2)}
.btn--onlight{border-color:var(--black);color:var(--black)}
.btn--onlight:hover{background:var(--black);color:var(--gold-2)}
.btn-row{display:flex;gap:1rem;flex-wrap:wrap}

/* ---------- header ---------- */
.header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:transparent;
  border-bottom:1px solid transparent;
  transition:background .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.header--solid{
  background:rgba(10,10,11,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
/* at the top of the page the bar is glass over the hero: switch text to ink */
.header:not(.header--solid) .header__nav a{
  color:var(--black);font-weight:600;
  text-shadow:0 1px 12px rgba(250,246,238,.95),0 0 26px rgba(250,246,238,.8);
}
.header:not(.header--solid) .header__nav a[aria-current="page"]{color:var(--gold-deep)}
.header:not(.header--solid) .header__nav a::after{background:var(--gold-deep)}
.header:not(.header--solid) .header__phones b{color:var(--black);text-shadow:0 1px 10px rgba(250,246,238,.9)}
.header:not(.header--solid) .header__phones a{
  color:var(--black);font-weight:600;
  text-shadow:0 1px 10px rgba(250,246,238,.95),0 0 22px rgba(250,246,238,.8);
}
.header:not(.header--solid) .lang-toggle{border-color:rgba(10,10,11,.4);background:rgba(250,246,238,.55)}
.header:not(.header--solid) .lang-toggle button{color:var(--black)}
.header:not(.header--solid) .lang-toggle button.active{background:var(--gold);color:var(--black)}
.header:not(.header--solid) .nav-burger span{background:var(--gold-deep)}
.header__inner{
  max-width:none;margin:0;
  padding:0 clamp(.9rem,1.6vw,1.4rem);
  height:var(--header-h);
  display:flex;align-items:center;gap:1.4rem;
}
/* stacked brand lockup: serif wordmark with the wide key beneath it */
.header__brand{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:none}
.brand-key{order:2;height:34px;width:auto;filter:drop-shadow(0 2px 10px rgba(250,246,238,.85))}
.brand-word{order:1;display:flex;flex-direction:column;align-items:center;line-height:1}
.brand-word b{
  font-family:var(--serif);font-weight:600;font-size:1.9rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--black);
}
.brand-word i{
  font-style:normal;font-family:var(--sans);font-weight:500;font-size:.6rem;
  letter-spacing:.52em;text-transform:uppercase;color:var(--gold-deep);margin-top:.4rem;
}
.header--solid .brand-word b{color:var(--ivory)}
.header--solid .brand-word i{color:var(--gold-2)}
.header:not(.header--solid) .brand-word b,
.header:not(.header--solid) .brand-word i{text-shadow:0 1px 12px rgba(250,246,238,.9)}
.header__nav{display:flex;gap:1.1rem;margin-left:auto;align-items:center}
.header__nav a{
  font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;
  color:var(--ivory);padding:.4rem 0;position:relative;white-space:nowrap;
}
.header__nav a::after{
  content:"";position:absolute;left:0;bottom:0;height:1px;width:0;
  background:var(--rose-2);transition:width .3s;
}
.header__nav a:hover::after,
.header__nav a[aria-current="page"]::after{width:100%}
.header__nav a[aria-current="page"]{color:var(--gold-2)}
.header__actions{display:flex;align-items:center;gap:1.1rem}
.header__phones{display:flex;flex-direction:column;gap:.15rem;text-align:right}
.header__phones a{
  font-family:var(--serif);font-size:1rem;line-height:1.2;letter-spacing:.04em;
  color:var(--gold-2);white-space:nowrap;
}
.header__phones a:hover{color:var(--gold)}
.header__phones b{
  font-family:var(--sans);font-size:.54rem;font-weight:500;
  letter-spacing:.18em;text-transform:uppercase;color:var(--ivory);
  margin-right:.4rem;vertical-align:.1em;
}
.lang-toggle{
  display:flex;border:1px solid var(--gold-dim);
}
.lang-toggle button{
  display:flex;align-items:center;gap:.38rem;
  background:transparent;border:0;color:var(--ivory);
  font-size:.66rem;font-weight:500;letter-spacing:.14em;
  padding:.42rem .6rem;
}
.lang-toggle svg{width:15px;height:auto;display:block;border-radius:1px;flex:none}
.lang-toggle button.active{background:var(--gold);color:var(--black)}
.header__cta{padding:.7rem 1.3rem;font-size:.66rem;white-space:nowrap}
[data-lang="es"] .header__cta{padding:.6rem .85rem;font-size:.56rem;letter-spacing:.1em}
[data-lang="es"] .header__nav{gap:.85rem}
[data-lang="es"] .header__inner{gap:.85rem}
[data-lang="es"] .header__nav a{font-size:.64rem;letter-spacing:.14em}
[data-lang="es"] .header__phones a{font-size:.88rem}
[data-lang="es"] .brand-word b{font-size:1.7rem}

.nav-burger{
  display:none;background:none;border:0;width:40px;height:40px;
  flex-direction:column;justify-content:center;gap:6px;align-items:center;
}
.nav-burger span{display:block;width:24px;height:1px;background:var(--gold-2);transition:.3s}
.nav-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:1080px){
  .header__nav{
    position:absolute;top:100%;left:0;right:0;
    height:calc(100vh - var(--header-h));
    background:var(--black);
    flex-direction:column;align-items:center;justify-content:center;gap:2.2rem;
    transform:translateX(100%);transition:transform .35s ease;
    margin-left:0;visibility:hidden;
  }
  .header__nav.open{visibility:visible}
  .header__nav.open{transform:translateX(0)}
  .header__nav a{font-size:1rem}
  .nav-burger{display:flex}
  .header__cta{padding:.55rem .9rem;font-size:.6rem}
  .header__actions{margin-left:auto}
}
/* ---------- mobile header: brand · language · Open a File · Menu ----------
   the two direct lines move into the drawer (they live in .menu-foot),
   which frees the row so every control stays on screen down to 320px. */
@media (max-width:900px){
  :root{--header-h:76px}
  .header__inner{gap:.55rem;padding:0 .85rem}
  .header__actions{gap:.5rem;margin-left:auto}
  .header__brand{gap:.2rem}
  .brand-key{height:18px}
  .brand-word b{font-size:1.02rem;letter-spacing:.1em}
  .brand-word i{font-size:.42rem;letter-spacing:.3em;margin-top:.25rem}
  /* phones are in the menu drawer on mobile */
  .header__phones{display:none}
  .lang-toggle{flex:none}
  .lang-toggle button{font-size:0;gap:0;padding:.42rem .5rem}   /* flags only */
  .lang-toggle svg{width:18px;height:12px}
  .header__cta{padding:.5rem .72rem;font-size:.52rem;letter-spacing:.08em}
  .nav-menu-btn{padding:.5rem .6rem;gap:.4rem}
  .menu-button-text{font-size:.52rem}
  .icon-wrap{width:11px;height:11px}
  [data-lang="es"] .header__cta{padding:.5rem .6rem;font-size:.47rem}
}
/* legacy 320px phones: the menu button goes icon-only (label kept for a11y) */
@media (max-width:345px){
  .nav-menu-btn .menu-button-text{display:none}
  .nav-menu-btn{padding:.45rem .55rem}
  .icon-wrap{width:13px;height:13px}
}

/* very small phones: the wordmark steps aside, the key mark carries the brand */
@media (max-width:430px){
  .header__inner{gap:.35rem;padding:0 .6rem}
  .brand-word{display:none}
  .brand-key{height:28px}
  .header__actions{gap:.35rem}
  .header__cta{padding:.45rem .55rem;font-size:.47rem;letter-spacing:.04em}
  .nav-menu-btn{padding:.45rem .5rem;gap:.32rem}
  .menu-button-text{font-size:.47rem}
  .lang-toggle button{padding:.4rem .42rem}
  .lang-toggle svg{width:16px;height:11px}
}

/* ---------- hero (home) ---------- */
.hero{
  position:relative;color:var(--text);
  min-height:100vh;
  padding-top:var(--header-h);
  display:flex;align-items:center;overflow:hidden;
  background:#f4ede2;
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:url("../img/brand-villa-sunset.jpg") center 62%/cover no-repeat;
}
.hero::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(250,246,238,.72) 0%,rgba(250,246,238,.38) 12%,rgba(250,246,238,0) 24%),
    radial-gradient(58% 62% at 24% 56%,rgba(250,246,238,.52) 0%,rgba(250,246,238,.30) 52%,rgba(250,246,238,0) 78%);
}
@media (max-width:860px){
  .hero::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(250,246,238,.88) 0%,rgba(250,246,238,.55) 55%,rgba(250,246,238,.15) 100%);
  }
  .hero::before{background-position:72% 62%}
}
.hero__inner{position:relative;z-index:2;padding-block:clamp(4rem,10vh,7rem);width:100%}
.hero__arrow{width:56px;height:12px;color:var(--gold-deep);display:block;margin-bottom:1.6rem}
.hero__title{font-weight:500;color:var(--black);text-shadow:0 1px 26px rgba(250,246,238,.75)}
.hero__l1,.hero__l2{display:block;line-height:1.08}
.hero__l1{font-size:clamp(2.7rem,6vw,4.6rem)}
.hero__l2{
  font-size:clamp(2.5rem,5.6vw,4.3rem);font-style:italic;margin-top:.15em;
  color:#8e3f4c;
  text-shadow:0 1px 10px rgba(250,246,238,.95),0 0 34px rgba(250,246,238,.9),0 0 60px rgba(250,246,238,.6);
}
.hero__rule{margin:1.7rem 0 1.5rem;width:56px}
.hero .lead,.hero__lead{margin:0 0 2.3rem;color:var(--text);max-width:26rem;font-size:1.02rem;line-height:1.75;text-shadow:0 1px 18px rgba(250,246,238,.8)}
.hero .btn:not(.btn--gold){
  background:rgba(253,250,244,.9);
  color:var(--black);
  border:1px solid rgba(10,10,11,.5);
}
.hero .btn:not(.btn--gold):hover{background:var(--black);color:var(--ivory);border-color:var(--black)}
.hero .btn--gold{box-shadow:0 10px 30px -12px rgba(10,10,11,.45)}

/* ---------- founders trio: Nelly | copy | Kimberly ---------- */
.trio{
  display:grid;grid-template-columns:1fr 1.15fr 1fr;
  gap:clamp(1.6rem,3.5vw,3.5rem);align-items:center;
}
.trio figure{
  position:relative;background:var(--white);
  border:1px solid var(--gold-dim);
  padding:clamp(.6rem,1.2vw,1rem);
  box-shadow:0 24px 60px -32px rgba(10,10,11,.35);
}
.trio figure::after{
  content:"";position:absolute;inset:-12px;
  border:1px solid var(--rose-dim);pointer-events:none;
}
.trio .ph{display:block;aspect-ratio:3/4;overflow:hidden}
.trio img{width:100%;height:100%;object-fit:cover;object-position:50% 18%}
.trio figcaption{
  margin-top:.85rem;text-align:center;
  font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);
}
.trio__copy{text-align:center}
.trio__copy .section-head{margin-bottom:0}
@media (max-width:900px){
  .trio{grid-template-columns:1fr}
  .trio figure{max-width:22rem;margin:0 auto}
  .trio__copy{order:-1}
}

/* pop-up on scroll: photos rise + settle as the section enters */
.pop{opacity:0;transform:translateY(56px) scale(.94);
  transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}
.pop-d1{transition-delay:.18s}
.pop-d2{transition-delay:.36s}
.pop.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.pop{opacity:1;transform:none;transition:none}}

/* ---------- who we serve strip ---------- */
/* who-we-serve: editorial index — names as a living table of contents */
.serve-index{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
  gap:clamp(2rem,6vw,5.5rem);align-items:start;
}
.serve-list{display:flex;flex-direction:column;border-top:1px solid var(--line-dark)}
.serve-item{
  display:flex;align-items:baseline;gap:1.4rem;width:100%;text-align:left;
  background:none;border:0;border-bottom:1px solid var(--line-dark);
  padding:1.15rem .2rem;cursor:pointer;position:relative;
}
.serve-item .serve-num{
  font-family:var(--sans);font-size:.62rem;font-weight:500;letter-spacing:.3em;
  color:var(--gold-deep);min-width:2.2rem;
}
.serve-item .serve-name{
  font-family:var(--serif);font-weight:500;line-height:1.05;
  font-size:clamp(1.9rem,3.6vw,3rem);color:var(--black);
  opacity:.26;transition:opacity .35s,transform .35s;
}
.serve-item:hover .serve-name{opacity:.6}
.serve-item.is-active .serve-name{opacity:1;transform:translateX(.35rem)}
.serve-item::after{
  content:"";position:absolute;left:0;bottom:-1px;height:1px;width:0;
  background:var(--gold);transition:width .5s ease;
}
.serve-item.is-active::after{width:100%}
.serve-panel{position:sticky;top:calc(var(--header-h) + 2rem);min-height:16rem}
.serve-copy{display:none}
.serve-copy.is-active{display:block;animation:serveIn .45s ease both}
@keyframes serveIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.serve-copy .serve-kicker{
  font-family:var(--sans);font-size:.62rem;font-weight:500;
  letter-spacing:.3em;text-transform:uppercase;color:var(--gold-deep);
  display:block;margin-bottom:1.2rem;
}
.serve-copy p{
  font-family:var(--serif);font-size:clamp(1.35rem,2.2vw,1.9rem);
  line-height:1.45;color:var(--text);max-width:24em;
}
.serve-copy .serve-link{
  display:inline-block;margin-top:1.8rem;
  font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold-deep);border-bottom:1px solid var(--gold);padding-bottom:.35rem;
  transition:color .3s,border-color .3s;
}
.serve-copy .serve-link:hover{color:var(--black);border-color:var(--black)}
@media (max-width:900px){
  .serve-index{grid-template-columns:1fr}
  .serve-panel{position:static;min-height:12rem}
  .serve-item{padding:.9rem .1rem}
}

/* ---------- cards ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.card{
  background:var(--white);border:1px solid var(--gold-dim);
  padding:2.4rem 2rem;display:flex;flex-direction:column;
  transition:transform .3s,border-color .3s;
}
.card:hover{transform:translateY(-4px);border-color:var(--rose-2)}
.card h3{font-size:1.5rem;color:var(--black);margin-bottom:.7rem}
.card p{font-size:.9rem;color:var(--text-soft);flex:1}
.card .card__link{
  margin-top:1.6rem;font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--rose);
}
.card .card__link:hover{color:var(--gold)}
.card i.tick{display:block;width:26px;height:1px;background:var(--gold);margin-bottom:1.3rem}
@media (max-width:900px){.cards{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.cards{grid-template-columns:1fr}}

/* light variant (services page) */
.card--light{background:var(--white);border:1px solid var(--line-dark)}
.card--light h3{color:var(--black)}
.card--light p{color:var(--text-soft)}

/* ---------- wire fraud banner ---------- */
.wire{
  background:var(--black);
  border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);
  color:var(--ivory);
}
.wire .wrap{
  display:flex;gap:1.6rem;align-items:flex-start;
  padding-top:2.2rem;padding-bottom:2.2rem;
}
.wire svg{flex:none;width:38px;height:38px;stroke:var(--gold);margin-top:.2rem}
.wire__title{
  font-family:var(--sans);font-size:.72rem;font-weight:600;
  letter-spacing:.3em;text-transform:uppercase;color:var(--gold);
  display:block;margin-bottom:.5rem;
}
.wire p{font-size:.95rem;max-width:60rem;color:var(--text-on-dark)}
.wire strong{color:var(--white);font-weight:500}
@media (max-width:560px){.wire .wrap{flex-direction:column;gap:.9rem}}

/* ---------- testimonials ---------- */
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.quote{
  border:1px solid var(--line-dark);background:var(--white);
  padding:2.6rem 2.2rem;position:relative;
}
.quote::before{
  content:"“";font-family:var(--serif);font-size:4.4rem;line-height:1;
  color:var(--rose-2);position:absolute;top:1.1rem;left:1.6rem;opacity:.75;
}
.quote blockquote{
  font-family:var(--serif);font-size:1.18rem;font-style:italic;line-height:1.5;
  margin:1.6rem 0 1.4rem;color:var(--text);
}
.quote figcaption{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft)}
.quote figcaption b{color:var(--rose);font-weight:500;display:block;letter-spacing:.2em}
@media (max-width:900px){.quotes{grid-template-columns:1fr}}

/* ---------- placeholder imagery ---------- */
/* TODO: every .ph-img is a styled stand-in. Replace with a real <img> —
   keep the same class on a wrapping <figure> for the gold frame. */
.ph-img{
  position:relative;border:1px solid var(--gold-dim);
  background:
    radial-gradient(600px 300px at 70% 20%,rgba(201,162,39,.18),transparent 60%),
    linear-gradient(150deg,#17171a,#0a0a0b 70%);
  min-height:340px;display:flex;align-items:flex-end;
}
.ph-img figcaption{
  font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;
  color:var(--gold-dim);padding:1rem 1.2rem;
}
.ph-img--tall{min-height:480px}

/* ---------- founders ---------- */
.founders{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem)}
.founder figure{
  border:1px solid var(--gold-dim);overflow:hidden;background:var(--white);
  aspect-ratio:3/4;
}
.founder img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .6s ease}
.founder:hover img{transform:scale(1.03)}
.founder h3{font-size:clamp(1.6rem,2.6vw,2.1rem);margin-top:1.6rem;color:var(--black)}
.founder .role{
  font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:#8e4c55;
  display:block;margin:.4rem 0 1rem;
}
.founder .lic-no{
  font-size:.68rem;letter-spacing:.12em;color:rgba(66,38,42,.55);
  display:block;margin:-.65rem 0 1rem;
}
.founder p{font-size:.92rem;color:rgba(66,38,42,.78);max-width:34rem}
@media (max-width:760px){.founders{grid-template-columns:1fr}}

/* ---------- values ---------- */
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.value{border-top:1px solid var(--rose-2);padding-top:1.4rem}
.value h3{font-size:1.35rem;margin-bottom:.5rem}
.value p{font-size:.88rem;color:var(--text-soft)}
@media (max-width:900px){.values{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.values{grid-template-columns:1fr}}

/* ---------- service rows (services page) ---------- */
.svc{
  display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);
  gap:clamp(1.5rem,4vw,4rem);
  padding:clamp(2.4rem,4.5vw,3.6rem) 0;border-bottom:1px solid var(--line-dark);
  align-items:start;
}
.svc:last-child{border-bottom:0}
.svc__no{
  font-family:var(--serif);font-size:.95rem;color:var(--rose);
  letter-spacing:.2em;display:block;margin-bottom:.5rem;
}
.svc h2{font-size:clamp(1.7rem,3vw,2.3rem)}
.svc p{color:var(--text-soft);max-width:38rem}
.svc ul{margin-top:1rem}
.svc ul li{
  font-size:.9rem;color:var(--text-soft);padding-left:1.4rem;position:relative;margin-bottom:.45rem;
}
.svc ul li::before{content:"";position:absolute;left:0;top:.75em;width:14px;height:1px;background:var(--gold)}
@media (max-width:760px){.svc{grid-template-columns:1fr;gap:.8rem}}

/* ---------- pillars (realtors) ---------- */
.pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.pillar{
  border:1px solid var(--gold-dim);background:var(--white);padding:2.4rem 2.2rem;
}
.pillar h3{color:var(--black);font-size:1.5rem;margin-bottom:.6rem}
.pillar p{color:var(--text-soft);font-size:.92rem}
.pillar i{display:block;width:26px;height:1px;background:var(--rose-2);margin-bottom:1.2rem}
@media (max-width:760px){.pillars{grid-template-columns:1fr}}

/* ---------- FAQ ---------- */
.faq{max-width:52rem;margin:0 auto}
.faq details{border-bottom:1px solid var(--line-dark)}
.faq summary{
  list-style:none;cursor:pointer;display:flex;justify-content:space-between;
  align-items:baseline;gap:1.5rem;
  padding:1.7rem 0;
  font-family:var(--serif);font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:500;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";font-family:var(--serif);font-size:1.6rem;color:var(--rose);flex:none;
  transition:transform .25s;line-height:1;
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq .faq__body{padding:0 0 1.8rem;color:var(--text-soft);max-width:46rem}
.faq .faq__body p{margin-bottom:.8rem}
.faq .faq__body p:last-child{margin-bottom:0}

/* ---------- forms ---------- */
.form-shell{max-width:52rem;margin:0 auto;background:var(--white);
  border:1px solid var(--line-dark);padding:clamp(1.8rem,4vw,3.2rem)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem 1.5rem}
.form-grid .full{grid-column:1/-1}
label{display:block;font-size:.68rem;font-weight:500;letter-spacing:.22em;
  text-transform:uppercase;color:var(--text);margin-bottom:.45rem}
label .req{color:var(--rose)}
input,select,textarea{
  width:100%;padding:.85rem 1rem;border:1px solid var(--line-dark);
  background:var(--cream);font-family:var(--sans);font-size:.95rem;font-weight:400;
  color:var(--text);border-radius:0;-webkit-appearance:none;appearance:none;
}
select{background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),linear-gradient(135deg,var(--gold) 50%,transparent 50%);
  background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;
  background-size:5px 5px;background-repeat:no-repeat}
textarea{min-height:120px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:1px solid var(--rose);border-color:var(--rose)}
input[type="file"]{padding:.6rem;background:var(--white);font-size:.82rem}
.form-note{font-size:.78rem;color:var(--text-soft);margin-top:.4rem}
.form-actions{margin-top:2rem;display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}
.form-status{font-size:.85rem}
.form-success{
  display:none;border:1px solid var(--gold);background:var(--ivory);
  padding:2.4rem;text-align:center;
}
.form-success h3{font-size:1.7rem;margin-bottom:.6rem}
.form-success p{color:var(--text-soft);font-size:.95rem}
form.sent{display:none}
form.sent + .form-success{display:block}
@media (max-width:640px){.form-grid{grid-template-columns:1fr}}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(2rem,5vw,4.5rem)}
.contact-list li{border-bottom:1px solid var(--line-dark);padding:1.3rem 0}
.contact-list .k{font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;
  color:var(--gold-deep);display:block;margin-bottom:.35rem;font-weight:500}
.contact-list a:hover{color:var(--gold)}
.contact-list .big{font-family:var(--serif);font-size:1.35rem}
.map-ph{margin-top:2rem}
.map-ph iframe{width:100%;height:320px;border:1px solid var(--line-dark);display:block;filter:grayscale(.85) contrast(1.05)}
@media (max-width:860px){.contact-grid{grid-template-columns:1fr}}

/* ---------- CTA band ---------- */
.cta-band{
  position:relative;color:var(--white);text-align:center;overflow:hidden;
  background:url("../img/brand-key-handoff.jpg") center 38%/cover no-repeat;
}
.cta-band::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,10,11,.66),rgba(10,10,11,.74));
}
.cta-band .wrap{position:relative}
.cta-band .btn:not(.btn--gold){border-color:rgba(255,255,255,.85);color:#fff}
.cta-band .btn:not(.btn--gold):hover{background:#fff;color:var(--black)}
.cta-band h2{font-size:clamp(2rem,4.5vw,3.2rem);color:var(--white)}
.cta-band h2 em{font-style:italic;color:var(--gold-2)}
.cta-band .lead{margin:1rem auto 2.2rem;color:rgba(255,255,255,.92)!important}

/* ---------- page hero (interior pages) ---------- */
.page-hero{
  background:linear-gradient(160deg,#fbf6ee,#f4ecdd 70%);color:var(--text);
  padding:clamp(4rem,9vw,6.5rem) 0;
  padding-top:calc(clamp(4rem,9vw,6.5rem) + var(--header-h));
  position:relative;overflow:hidden;
}
.page-hero::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(800px 380px at 82% 0%,rgba(191,155,69,.16),transparent 60%);
}
/* photo variant */
.page-hero--img{padding:clamp(5.5rem,12vw,8.5rem) 0;padding-top:calc(clamp(5.5rem,12vw,8.5rem) + var(--header-h))}
.page-hero--img::before{background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}
.ph-about::before{background-image:url("../img/brand-closing-table.jpg")}
.ph-services::before{background-image:url("../img/brand-flatlay.jpg")}
.ph-openfile::before{background-image:url("../img/brand-key-handoff.jpg")}
.ph-realtors::before{background-image:url("../img/brand-residence.jpg")}
.ph-contact::before{background-image:url("../img/brand-lobby.jpg")}
/* veil sits UNDER the copy (z-1) and stays near-opaque across the whole
   text column, only opening up to the photo past where the lines end */
.page-hero--img::after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(92deg,
    rgba(251,246,238,.97) 0%,
    rgba(251,246,238,.94) 42%,
    rgba(251,246,238,.82) 60%,
    rgba(251,246,238,.34) 78%,
    rgba(251,246,238,.04) 94%);
}
@media (max-width:860px){
  .page-hero--img::after{
    background:linear-gradient(180deg,
      rgba(251,246,238,.96) 0%,
      rgba(251,246,238,.93) 55%,
      rgba(251,246,238,.86) 100%);
  }
}
.page-hero .wrap{position:relative;z-index:2}
.page-hero h1{
  font-size:clamp(2.6rem,5.5vw,4.2rem);color:var(--black);
  text-shadow:0 1px 22px rgba(251,246,238,.85);   /* halo keeps it crisp over the photo */
}
/* copy column stops before the bright half of the photo */
.page-hero--img .wrap>*{max-width:min(56ch,62%)}
.page-hero .lead{margin-top:1.2rem}
.page-hero--img .lead{
  color:#43434a;                                   /* was #5c5c60 — too light on ivory */
  text-shadow:0 1px 14px rgba(251,246,238,.9);
}
.page-hero--img .eyebrow{text-shadow:0 1px 12px rgba(251,246,238,.9)}
@media (max-width:860px){
  .page-hero--img .wrap>*{max-width:none}
}

/* ---------- footer ---------- */
.footer{background:var(--black);color:var(--text-on-dark);border-top:1px solid var(--line)}
.footer__grid{
  display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;
  gap:2.5rem;padding:clamp(3rem,6vw,4.5rem) 0 2.5rem;
}
.footer__brand img{height:110px;width:auto;margin-bottom:1rem}
.footer__brand p{font-size:.85rem;max-width:20rem}
.footer h4{
  font-family:var(--sans);font-size:.66rem;font-weight:600;
  letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem;
}
.footer li{margin-bottom:.55rem;font-size:.88rem}
.footer a:hover{color:var(--gold-2)}
.footer .ig{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.82rem;letter-spacing:.08em}
.footer .ig svg{width:18px;height:18px;stroke:var(--gold)}
.footer__legal{
  border-top:1px solid var(--line);padding:1.8rem 0 2.4rem;
  font-size:.74rem;color:#8b877e;
}
.footer__legal p{margin-bottom:.4rem;max-width:70rem}
.footer__legal .lic{color:var(--gold-2);letter-spacing:.06em}
@media (max-width:960px){.footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.footer__grid{grid-template-columns:1fr}}

/* ---------- reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  html{scroll-behavior:auto}
}

/* ---------- net sheet calculator ---------- */
.calc-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.5rem,4vw,3rem);align-items:start}
.calc-form fieldset{border:0;margin:0 0 1.6rem;padding:0}
.calc-form legend{
  font-family:var(--serif);font-size:1.3rem;margin-bottom:1rem;
  padding-top:.4rem;width:100%;border-top:1px solid var(--line-dark);
}
.calc-results{
  position:sticky;top:calc(var(--header-h) + 1.5rem);
  background:var(--white);border:1px solid var(--gold-dim);
  padding:clamp(1.6rem,3vw,2.4rem);
}
.calc-results h3{font-size:1.5rem;margin-bottom:.2rem}
.calc-results .addr{font-size:.82rem;color:var(--text-soft);margin-bottom:1.2rem;min-height:1.2em}
.calc-line{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--line-dark);font-size:.88rem}
.calc-line span:last-child{font-variant-numeric:tabular-nums;white-space:nowrap}
.calc-line--head{font-weight:500;letter-spacing:.06em;border-bottom-color:var(--rose-dim)}
.calc-total{
  display:flex;justify-content:space-between;align-items:baseline;gap:1rem;
  padding-top:1.2rem;margin-top:.8rem;border-top:2px solid var(--rose);
  font-family:var(--serif);font-size:1.7rem;
}
.calc-total span:last-child{font-variant-numeric:tabular-nums;color:var(--rose)}
.calc-note{font-size:.72rem;color:var(--text-soft);margin-top:1.3rem;line-height:1.55}
@media (max-width:860px){.calc-grid{grid-template-columns:1fr}.calc-results{position:static}}
@media print{
  .header,.footer,.page-hero,.calc-form,.calc-actions,.skip{display:none!important}
  .calc-grid{display:block}
  .calc-results{position:static;border:1px solid #999;box-shadow:none}
  body{background:#fff}
  .section{padding:0}
}


/* ---------- header Reviews slot (future Google reviews link) ---------- */
.nav-reviews{
  font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;
  color:var(--ivory);padding:.4rem 0;position:relative;white-space:nowrap;
  display:inline-flex;align-items:center;gap:.45rem;
}
.header:not(.header--solid) .nav-reviews{
  color:var(--black);font-weight:600;
  text-shadow:0 1px 12px rgba(250,246,238,.95),0 0 26px rgba(250,246,238,.8);
}
.nav-reviews .soon{
  font-style:normal;font-size:.5rem;font-weight:600;letter-spacing:.16em;
  padding:.18rem .45rem;border-radius:2px;
  background:var(--gold);color:var(--black);text-shadow:none;
}
.nav-reviews--soon{cursor:default;opacity:.75}
.nav-reviews--soon:hover{color:inherit}
[data-lang="es"] .nav-reviews{font-size:.66rem}


/* ---------- Who We Serve: lobby photo backdrop ---------- */
.serve-photo{
  position:relative;
  background:url("../img/brand-lobby.jpg") center 42%/cover no-repeat;
}
.serve-photo::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(250,246,238,.80) 0%,rgba(250,246,238,.62) 46%,rgba(250,246,238,.38) 100%);
}
.serve-photo .wrap{position:relative}
/* names need full ink on a photo — raise the resting opacity a touch */
.serve-photo .serve-item .serve-name{opacity:.46;text-shadow:0 1px 14px rgba(250,246,238,.9)}
.serve-photo .serve-item:hover .serve-name{opacity:.75}
.serve-photo .serve-item.is-active .serve-name{opacity:1}
.serve-photo .serve-copy p,.serve-photo .section-head h2{text-shadow:0 1px 16px rgba(250,246,238,.9)}
.serve-photo .serve-list,.serve-photo .serve-item{border-color:rgba(10,10,11,.18)}


/* visible blush band (services preview under the lobby photo) */
.section--blush2{background:#f3d9d3}

/* ============================================================
   Kinetic fullscreen menu (ported component, house palette)
   ============================================================ */

/* actions now anchor the right edge (inline nav removed) */
.header__actions{margin-left:auto}
body.menu-open{overflow:hidden}

/* ---- menu button: Menu/Close swap + rotating plus ---- */
.nav-menu-btn{
  display:inline-flex;align-items:center;gap:.6rem;
  background:transparent;border:1px solid rgba(255,255,255,.55);
  color:var(--ivory);padding:.66rem 1.05rem;cursor:pointer;
  font-family:var(--sans);transition:border-color .3s,background .3s,color .3s;
}
.nav-menu-btn:hover{border-color:var(--gold);color:var(--gold-2)}
.menu-button-text{display:block;font-size:.66rem;height:1em;overflow:hidden;line-height:1}
.menu-button-text p{
  margin:0;line-height:1;font-size:1em;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;
}
.icon-wrap{width:13px;height:13px;display:block;flex:none}
.menu-button-icon{display:block;width:100%;height:100%}
.header:not(.header--solid) .nav-menu-btn{
  color:var(--black);border-color:rgba(10,10,11,.5);
  background:rgba(253,250,244,.9);
}
.header:not(.header--solid) .nav-menu-btn:hover{border-color:var(--gold-deep);color:var(--gold-deep)}
[data-lang="es"] .nav-menu-btn{padding:.6rem .85rem}
[data-lang="es"] .menu-button-text{font-size:.56rem}
[data-lang="es"] .menu-button-text p{letter-spacing:.12em}

/* ---- overlay + right drawer ---- */
.nav-overlay-wrapper{position:fixed;inset:0;z-index:90;display:none}
.overlay{position:absolute;inset:0;background:rgba(10,10,11,.5);cursor:pointer}
.menu-content{position:absolute;top:0;right:0;bottom:0;width:min(620px,100vw);overflow:hidden}
.menu-bg{position:absolute;inset:0}
.backdrop-layer{position:absolute;inset:0}
.backdrop-layer.first{background:linear-gradient(135deg,var(--gold),var(--gold-2))}
.backdrop-layer.second{background:#f3d9d3}
.backdrop-layer:not(.first):not(.second){background:linear-gradient(165deg,#16131a,#0a0a0b 70%)}

/* ambient hover shapes */
.ambient-background-shapes{position:absolute;inset:0;pointer-events:none;z-index:1}
.bg-shape{position:absolute;inset:8%;width:84%;height:84%;opacity:0;visibility:hidden;transition:opacity .3s}
.bg-shape.active{opacity:1;visibility:visible}

/* ---- content ---- */
.menu-content-wrapper{
  position:relative;z-index:2;height:100%;
  display:flex;flex-direction:column;justify-content:space-between;
  padding:calc(var(--header-h) + 1.2rem) clamp(1.6rem,5vw,3.6rem) 2.2rem;
  overflow-y:auto;
}
.menu-list{display:flex;flex-direction:column}
.menu-list-item{overflow:hidden;border-bottom:1px solid rgba(255,255,255,.09)}
.menu-list-item:first-child{border-top:1px solid rgba(255,255,255,.09)}
.nav-link{display:block;position:relative;padding:.36em .5em .36em .2em;text-decoration:none;cursor:pointer}
.nav-link-text{
  margin:0;font-family:var(--serif);font-weight:500;
  font-size:clamp(1.7rem,4.4vh,2.7rem);line-height:1.08;color:var(--ivory);
  position:relative;z-index:1;
  transition:color .3s,transform .45s cubic-bezier(0.65,0.05,0,1);
}
.nav-link:hover .nav-link-text{color:var(--gold-2);transform:translateX(.45rem)}
.nav-link[aria-current="page"] .nav-link-text{color:var(--gold-2)}
.nav-link-hover-bg{
  position:absolute;inset:0;background:rgba(191,155,69,.14);
  transform:scaleX(0);transform-origin:left;
  transition:transform .5s cubic-bezier(0.65,0.05,0,1);
}
.nav-link:hover .nav-link-hover-bg{transform:scaleX(1)}
.nav-link--soon{cursor:default}
.nav-link--soon .nav-link-text{opacity:.55;font-size:clamp(1.3rem,3.2vh,1.9rem)}
.nav-link--soon .soon{vertical-align:.35em;margin-left:.4rem}

/* footer contact block inside the drawer */
.menu-foot{display:flex;flex-direction:column;gap:.55rem;padding-top:1.8rem}
.menu-foot .k{
  font-family:var(--sans);font-size:.6rem;font-weight:600;
  letter-spacing:.3em;text-transform:uppercase;color:var(--gold-2);margin-bottom:.2rem;
}
.menu-foot a{color:var(--ivory);font-size:.92rem;text-decoration:none;width:max-content}
.menu-foot a:hover{color:var(--gold-2)}
.menu-foot b{font-family:var(--sans);font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.6)}

@media (max-width:640px){
  .menu-content{width:100vw}
  .nav-link-text{font-size:clamp(1.5rem,3.6vh,2rem)}
}
@media (prefers-reduced-motion: reduce){
  .nav-link-text,.nav-link-hover-bg{transition:none}
}

/* ============================================================
   Services showcase — pinned scroll carousel (video-mimic)
   ============================================================ */
.svc-stage{
  position:relative;overflow:hidden;color:var(--ivory);
  background:
    radial-gradient(900px 480px at 50% 118%, rgba(191,155,69,.14), transparent 60%),
    linear-gradient(165deg,#16131a,#0a0a0b 70%);
}
.svc-enhanced{height:100vh}
.svc-head{
  position:relative;z-index:3;text-align:center;
  padding:calc(var(--header-h) + 1.6rem) clamp(1.25rem,4vw,2.5rem) 0;
}
.svc-head h2{color:var(--white);margin-top:.2rem}
.svc-head .eyebrow{color:var(--gold-2);margin-bottom:.6rem}

/* giant watermark name behind the cards */
.svc-giant{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  z-index:1;pointer-events:none;overflow:hidden;
}
.svc-giant-word{
  font-family:var(--serif);font-weight:600;white-space:nowrap;
  font-size:clamp(5rem,14vw,12rem);line-height:1;color:var(--ivory);opacity:.07;
}
.svc-giant-word .lang-en,.svc-giant-word .lang-es{white-space:nowrap}

/* carousel */
.svc-viewport{position:relative;z-index:2;margin-top:clamp(1.2rem,4vh,3rem)}
.svc-zoom{will-change:transform}
.svc-track{display:flex;align-items:stretch;gap:clamp(1.4rem,3vw,2.6rem);width:max-content;padding:2.2rem 0;will-change:transform}
.svc-card{
  position:relative;width:clamp(280px,24vw,340px);min-height:400px;
  background:#151119;border:1px solid rgba(191,155,69,.22);
  padding:2.1rem 1.9rem;display:flex;flex-direction:column;flex:none;
  transform:scale(.82) rotate(-4deg);opacity:.35;filter:saturate(.4);
  transition:transform .55s cubic-bezier(.34,1.4,.4,1),opacity .45s,background .45s,filter .45s,border-color .45s;
}
.svc-card:nth-child(even){transform:scale(.82) rotate(4deg)}
.svc-card .svc-num{
  font-family:var(--sans);font-size:.66rem;font-weight:600;letter-spacing:.34em;
  color:var(--gold-2);margin-bottom:1.2rem;
}
.svc-card .tick{display:block;width:26px;height:1px;background:var(--gold);margin-bottom:1.2rem}
.svc-card h3{font-size:1.45rem;color:var(--ivory);margin-bottom:.7rem;transition:color .45s}
.svc-card .svc-desc{font-size:.9rem;line-height:1.65;color:rgba(255,255,255,.6);flex:1;transition:color .45s}
.svc-btn{
  margin-top:1.5rem;align-self:flex-start;
  font-family:var(--sans);font-size:.68rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;
  color:var(--gold-deep);border-bottom:1px solid var(--gold);padding-bottom:.35rem;text-decoration:none;
  opacity:0;transform:translateY(8px);transition:opacity .4s .15s,transform .4s .15s,color .3s;
  pointer-events:none;
}
/* the lit, centered card */
.svc-card.is-active{
  transform:scale(1) rotate(0deg);opacity:1;filter:saturate(1);
  background:linear-gradient(170deg,#fdf8f7,#f6ecdf);
  border-color:var(--gold);
  box-shadow:0 40px 90px -30px rgba(0,0,0,.75),0 0 60px rgba(191,155,69,.18);
}
.svc-card.is-active h3{color:var(--black)}
.svc-card.is-active .svc-desc{color:var(--text-soft)}
.svc-card.is-active .svc-btn{opacity:1;transform:translateY(0);pointer-events:auto}
.svc-card.is-active .svc-btn:hover{color:var(--black)}

/* active service name under the row (the "flavor name") */
.svc-name{
  position:relative;z-index:3;text-align:center;margin:.4rem 0 0;
  font-family:var(--serif);font-weight:600;font-size:clamp(1.5rem,3.2vw,2.3rem);
  color:var(--gold-2);
}
.svc-hint{
  position:absolute;left:50%;bottom:1.4rem;transform:translateX(-50%);z-index:3;
  font-family:var(--sans);font-size:.62rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;
  color:rgba(255,255,255,.55);margin:0;
}

/* zoom phase: siblings vanish, active card softens under the detail panel */
.is-zooming .svc-card:not(.is-active){opacity:0}
.is-zooming .svc-card.is-active{filter:blur(6px) saturate(.8);opacity:.1}
.svc-detail{
  position:absolute;inset:0;z-index:4;overflow:hidden;
  opacity:0;visibility:hidden;pointer-events:none;
}
.svc-stage.is-zooming .svc-detail{pointer-events:auto}
.svc-detail-photo{
  position:absolute;top:0;right:0;height:100%;width:min(46%,560px);
  object-fit:cover;object-position:top center;will-change:transform;
}
.svc-detail-scrim{
  position:absolute;inset:0;
  background:linear-gradient(90deg,#0a0a0b 0%,#0a0a0b 40%,rgba(10,10,11,.55) 62%,rgba(10,10,11,.08) 100%);
}
.svc-detail-copy{
  position:relative;z-index:2;height:100%;
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  max-width:640px;padding:0 clamp(1.5rem,6vw,4rem);
  padding-top:var(--header-h);
}
.svc-detail .eyebrow{color:var(--gold-2)}
.svc-detail-title{
  font-family:var(--serif);font-weight:600;color:var(--white);
  font-size:clamp(2.4rem,4.8vw,4rem);line-height:1.08;margin:.2rem 0 1.1rem;
}
.svc-detail-names{
  font-family:var(--sans);font-size:.72rem;font-weight:600;
  letter-spacing:.32em;text-transform:uppercase;color:var(--gold-2);
  margin:0 0 2.2rem;
}

/* -------- fallback: mobile & reduced motion — swipe strip -------- */
@media (max-width:900px), (prefers-reduced-motion: reduce){
  .svc-stage{height:auto;padding-bottom:3.5rem}
  .svc-giant,.svc-name,.svc-hint,.svc-detail{display:none}
  .svc-viewport{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:0 1.25rem}
  .svc-track{padding:1.6rem 0}
  .svc-card,.svc-card:nth-child(even){
    transform:none;opacity:1;filter:none;scroll-snap-align:center;
    width:min(300px,82vw);min-height:340px;
  }
  .svc-card .svc-btn{opacity:1;transform:none;pointer-events:auto}
}
