@font-face{
  font-family:'AGENCYFB';
  src:url('assets/fonts/AGENCYB.TTF') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:block;
}

:root{
  --bg:#0a0a0a;
  --bg2:#111;
  --light:#efefef;
  --text:#1a1a1a;
  --muted:#898989;
  --white:#fff;
  --border:rgba(255,255,255,.14);
  --accent-soft:#9ea4ad;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:'Inter',Arial,Helvetica,sans-serif;background:var(--light);color:var(--text);line-height:1.5;overflow-x:hidden}
body.menu-open{overflow:hidden}
main{display:block;max-width:100%;overflow-x:hidden}
@keyframes priceBorderSpin{to{transform:rotate(360deg)}}
@keyframes heroReveal{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block;-webkit-user-drag:none;user-select:none}
video{-webkit-user-drag:none;user-select:none}
body.protect-mode{user-select:none;-webkit-user-select:none;-ms-user-select:none}
.container{width:min(1240px,92vw);margin:0 auto}
.section-light{background:#efefef;color:#111}
.section-dark{background:#030303;color:#fff}
.eyebrow{display:inline-block;letter-spacing:.18em;font-size:.82rem;color:#9f9f9f;margin-bottom:16px;font-weight:700;font-family:'AGENCYFB','Inter',sans-serif}
.center{text-align:center;display:block}
.big-white{color:#fff;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.05;margin:0 0 50px;text-transform:uppercase;font-family:'AGENCYFB','Inter',sans-serif}
h1,h2,h3,h4{margin:0 0 16px;font-weight:800;line-height:1.03;text-transform:uppercase;font-family:'AGENCYFB','Inter',sans-serif}
h1{font-size:clamp(3rem,8vw,6.5rem)}
h2{font-size:clamp(2.2rem,5vw,4rem)}
h3{font-size:clamp(1.35rem,2vw,2rem)}
p{margin:0 0 18px;font-family:'Inter',Arial,Helvetica,sans-serif}
.btn{display:inline-flex;align-items:center;gap:22px;border:1px solid var(--border);color:#fff;padding:0 0 0 28px;height:58px;font-weight:700;background:transparent;font-family:'AGENCYFB','Inter',sans-serif;letter-spacing:.06em;text-transform:uppercase}
.btn span,.btn button{display:grid;place-items:center;width:58px;height:58px;border-left:1px solid var(--border);font-size:1.45rem}
.btn span svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.btn span img{width:21px;height:21px;object-fit:contain;display:block;filter:brightness(0) invert(1)}
.btn-light{color:#111;border-color:#222}
.btn-light span{border-color:#222}
.btn-light span img{width:24px;height:24px;filter:none}
.topbar{position:sticky;top:0;z-index:20;background:rgba(0,0,0,.94);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:30px;height:92px;position:relative}
.brand{position:relative;z-index:3}
.brand img{height:70px;width:auto;object-fit:contain}
.nav nav{display:flex;gap:34px;align-items:center}
.nav nav a{color:#fff;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;font-family:'AGENCYFB','Inter',sans-serif}
.nav-socials{display:flex;align-items:center;gap:10px;margin-left:4px}
.nav-socials a{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.02);color:#fff;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.nav-socials a:hover{transform:translateY(-1px);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.26)}
.nav-socials svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-social-icon{width:18px;height:18px;display:block;filter:brightness(0) invert(1)}
.mobile-toggle{display:none;position:relative;z-index:4;width:48px;height:48px;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.24);color:#fff;padding:0;font-size:0;font-family:'AGENCYFB','Inter',sans-serif;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.mobile-toggle span{display:block;position:relative;width:20px;height:2.5px;background:#fff;border-radius:999px;transform:none;left:auto;top:auto;transition:transform .2s ease,opacity .2s ease}
.mobile-toggle:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.05)}
.mobile-toggle:focus-visible{outline:2px solid rgba(255,255,255,.28);outline-offset:3px}
.mobile-menu-backdrop,
.mobile-menu-panel{display:none}
.hero{position:relative;overflow:hidden;background:#000;min-height:90vh}
.hero-photo{position:absolute;inset:0 0 0 46%;background:url('assets/placeholder-1920x1080.png') right top/cover no-repeat;filter:saturate(.95)}
.hero::before{content:'';position:absolute;inset:0 38% 0 0;background:#000}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:calc(90vh - 92px)}
.hero-copy{max-width:760px;padding:90px 0 60px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}
.hero-copy .eyebrow,.hero-copy h1,.hero-copy p,.hero-actions{opacity:0;transform:translateY(24px);animation:heroReveal .72s ease forwards}
.hero-copy .eyebrow{animation-delay:.08s}
.hero-copy h1{animation-delay:.16s}
.hero-copy p{font-size:1.35rem;color:#d7d7d7;max-width:640px;animation-delay:.24s}
.hero-actions{margin-top:34px;animation-delay:.32s}
.hero-copy .eyebrow{color:#b8a58d}
@media (min-width: 1101px){
  .hero-photo{
    inset:0;
    background-position:center center;
    background-size:cover;
  }
  .hero::before{
    inset:0;
    background:rgba(0,0,0,.58);
  }
  .hero-grid{
    grid-template-columns:1fr;
    align-items:center;
  }
  .hero-copy{
    width:100%;
    max-width:760px;
    margin:0 auto;
    padding:110px 56px 92px;
    text-align:center;
    align-items:center;
    justify-content:center;
    min-height:calc(90vh - 92px);
  }
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy p{
    width:100%;
    text-align:center;
  }
  .hero-copy p{
    max-width:620px;
  }
  .hero-actions{
    width:100%;
    align-self:center;
    margin-top:28px;
    display:flex;
    justify-content:center;
  }
}
.intro-grid{display:grid;grid-template-columns:minmax(0,1fr);min-height:auto;background:#efefef}
.intro-text{padding:82px 6vw 74px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#efefef;max-width:760px;width:100%;margin:0 auto}
.intro-eyebrow-wrap{width:100%;display:flex;justify-content:center}
.intro-text h2{line-height:1.02;margin-bottom:24px}
.intro-text p{margin-bottom:34px;max-width:720px;font-size:1.06rem;line-height:1.55}
.intro-text .btn{align-self:flex-start;min-width:320px;justify-content:space-between;height:66px;padding-left:28px;font-size:1.08rem}
.intro-text .btn span{width:66px;height:66px;font-size:1.5rem}
.intro-support{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:420px;margin-top:18px}
.intro-support span{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 16px;border:1px solid rgba(17,17,17,.12);background:rgba(255,255,255,.56);border-radius:999px;font-family:'AGENCYFB','Inter',sans-serif;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:#111}
.intro-visual{display:none}
.intro-visual-frame{position:relative;height:100%;min-height:0;aspect-ratio:4 / 5.5;border-radius:34px;overflow:hidden;background:#111;box-shadow:0 30px 70px rgba(0,0,0,.14)}
.intro-visual-frame img{width:100%;height:100%;object-fit:cover}
.intro-visual-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.18))}
.intro-visual-note{position:absolute;z-index:1;display:grid;gap:4px;max-width:250px;padding:18px 20px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.56);backdrop-filter:blur(10px);border-radius:20px;color:#fff;box-shadow:0 18px 36px rgba(0,0,0,.22)}
.intro-visual-note strong{font-family:'AGENCYFB','Inter',sans-serif;font-size:1.12rem;letter-spacing:.08em;text-transform:uppercase}
.intro-visual-note span{font-size:.95rem;line-height:1.45;color:#ddd}
.intro-visual-note-top{top:22px;left:22px}
.intro-visual-note-bottom{right:22px;bottom:22px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:48px 0 44px}
.feature-grid article{min-height:100%;padding:28px 24px 26px;border:1px solid rgba(17,17,17,.14);display:flex;flex-direction:column;justify-content:flex-start;background:rgba(255,255,255,.34)}
.feature-grid .icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:20px;border:1px solid rgba(17,17,17,.18);background:#f7f7f7}
.feature-grid .icon img{width:26px;height:26px;object-fit:contain;display:block}
.feature-grid h3{font-size:1.8rem;line-height:.98;margin-bottom:16px}
.feature-grid p{color:#444;max-width:240px;margin:0}
.benefits{padding:18px 0 90px}
.benefits-grid{display:grid;grid-template-columns:1fr;gap:0;align-items:center}
.benefits-copy h2{font-size:clamp(3rem,6vw,5rem);line-height:1.02;margin-bottom:30px}
.brand-marquee{position:relative;overflow:hidden;width:100%;max-width:100%;margin-top:28px;margin-left:0;padding:12px 0;isolation:isolate}
.brand-marquee::before,.brand-marquee::after{display:none}
.brand-strip{display:flex;align-items:center;flex-wrap:nowrap;width:max-content;min-width:max-content;animation:brand-flow 20s linear infinite;will-change:transform;gap:0}
.brand-track{display:flex;align-items:center;flex-wrap:nowrap;gap:44px;width:max-content;flex:none;padding-right:44px}
.brand-logo{display:block;flex:none;opacity:.96;filter:grayscale(1)}
.brand-logo-sch{width:250px;height:92px;object-fit:cover;object-position:center}
.brand-logo-dav{width:214px;height:86px;object-fit:cover;object-position:center}
@keyframes brand-flow{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.barber-strip{position:relative;overflow:hidden;width:100%;max-width:100%;margin-left:0;padding:18px 0;background:#030303;isolation:isolate}
.barber-strip::before,.barber-strip::after{content:'';position:absolute;top:0;bottom:0;width:42px;z-index:1;pointer-events:none}
.barber-strip::before{left:0;background:linear-gradient(90deg,#030303 0%,rgba(3,3,3,0) 100%)}
.barber-strip::after{right:0;background:linear-gradient(270deg,#030303 0%,rgba(3,3,3,0) 100%)}
.barber-strip-track{display:flex;align-items:center;width:max-content;min-width:max-content;flex-wrap:nowrap;animation:barber-strip-flow 26s linear infinite;will-change:transform;transform:translate3d(0,0,0)}
.barber-strip-run{display:flex;align-items:center;gap:20px;flex:none;padding-right:20px}
.barber-strip-run span{display:inline-flex;align-items:center;gap:20px;font-family:'AGENCYFB','Inter',sans-serif;font-size:1.4rem;letter-spacing:.18em;color:rgba(255,255,255,.84);white-space:nowrap}
.barber-strip-run span::after{content:'/';color:#b8a58d;opacity:.9}
.barber-strip-run span:last-child::after{content:'/'}
@keyframes barber-strip-flow{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.barber-strip-right .barber-strip-track{animation-name:barber-strip-flow-right}
@keyframes barber-strip-flow-right{
  from{transform:translateX(-50%)}
  to{transform:translateX(0)}
}
.benefits-photo{min-height:520px;background:url('assets/placeholder-1920x1080.png') right center/cover no-repeat;border-radius:4px}
.team{padding:124px 0 78px;background:#020202}
.team .eyebrow.center{margin-bottom:20px;color:#b8a58d}
.team .big-white{max-width:980px;margin:0 auto 72px;font-size:clamp(3rem,5.2vw,5.4rem);line-height:.95;text-align:center}
.team-carousel{position:relative;display:flex;align-items:center;justify-content:center;gap:18px}
.team-nav{display:grid;place-items:center;width:58px;height:58px;padding:0;border:1px solid rgba(255,255,255,.18);background:#000;color:#fff;font-family:'Inter',Arial,Helvetica,sans-serif;font-size:2rem;line-height:1;cursor:pointer;transition:transform .25s ease,opacity .25s ease,background .25s ease,border-color .25s ease;text-align:center}
.team-nav:hover{background:#0b0b0b;border-color:rgba(255,255,255,.3);transform:scale(1.04)}
.team-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));justify-content:center;gap:22px}
.team-card{position:relative;min-height:620px;background-size:cover;background-position:center;border-radius:24px;overflow:hidden}
.team-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.82) 100%)}
.team-card::before{content:none}
.team-card>div{position:absolute;left:0;right:0;bottom:0;z-index:1;color:#fff;padding:0 34px 34px}
.team-card span{display:block;font-size:.95rem;letter-spacing:.24em;font-weight:700;margin-bottom:16px;font-family:'AGENCYFB','Inter',sans-serif}
.team-card h3{text-transform:none;font-size:3rem;line-height:.95;margin:0;text-shadow:2px 2px 0 rgba(33,79,181,.8)}
.team-owner{background:#020202;display:flex;align-items:center;justify-content:center}
.team-owner::after{display:none}
.team-owner>.owner-card{position:relative;left:auto;right:auto;bottom:auto;padding:34px 28px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;overflow:hidden;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,0) 22%,rgba(0,0,0,0) 100%);box-shadow:0 0 0 1px rgba(255,255,255,.05),0 22px 60px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.05)}
.team-owner>.owner-card::before{content:none}
.team-owner>.owner-card::after{content:'';position:absolute;inset:1px;background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(2,2,2,.98) 18%,#020202 100%);border-radius:21px;border:1px solid rgba(255,255,255,.04)}
.owner-orbit{position:relative;width:min(100%,348px);padding:3px;border-radius:999px;overflow:hidden}
.owner-orbit::before{content:'';position:absolute;inset:-18%;border-radius:999px;background:conic-gradient(from 0deg,#050505,#525252,#0b0b0b,#8f8f8f,#101010,#050505);animation:owner-spin 12s linear infinite}
.owner-orbit::after{content:'';position:absolute;inset:10px;border-radius:999px;background:#020202;border:1px solid rgba(255,255,255,.08)}
.owner-portrait{position:relative;border-radius:999px;overflow:hidden;background:#020202;z-index:1}
.owner-portrait img{display:block;width:100%;aspect-ratio:1/1.18;object-fit:cover;object-position:center top;filter:grayscale(1) contrast(1.05)}
.owner-card>*{position:relative;z-index:1}
.owner-meta{margin-top:24px}
.owner-meta h3{font-size:2.7rem;line-height:.94;margin:0;text-transform:uppercase;text-shadow:none}
.owner-meta>span{display:block;margin:12px 0 0;font-size:1rem;letter-spacing:.28em;color:#c7c7c7}
.team-links{display:flex;gap:16px;justify-content:center;margin-top:22px}
.team-links a{display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff}
.team-links a svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.team-icon-image{width:24px;height:24px;display:block;filter:brightness(0) invert(1)}
.team-links a span{display:none}
.team-owner .team-links{align-items:center}
.team-owner .team-links a{justify-content:center}
.team-one{background-image:url('assets/placeholder-1920x1080.png');background-position:center top}
.team-two{background-image:url('assets/placeholder-1920x1080.png');background-position:center center}
.team-three{background-image:url('assets/placeholder-1920x1080.png');background-position:right center}
@media (min-width: 781px){
  .owner-meta h3{font-size:2.45rem}
}
.team-grid.is-slider{position:relative;display:block;width:min(100%,1120px);height:780px;overflow:visible;perspective:1800px;transform-style:preserve-3d}
.team-grid.is-slider .team-card{position:absolute;top:82px;width:360px;min-height:620px;transition:transform .9s cubic-bezier(.19,1,.22,1),opacity .75s ease,filter .75s ease;will-change:transform,opacity,filter;transform-style:preserve-3d;backface-visibility:hidden}
.team-grid.is-slider .team-card.is-center{left:50%;z-index:3;transform:translateX(-50%) translateZ(0) rotateY(0deg) rotateZ(0deg) scale(1);opacity:1;filter:none}
.team-grid.is-slider .team-card.is-left{left:0;z-index:1;transform:translateX(88px) translateZ(-140px) rotateY(18deg) rotateZ(-2deg) scale(.86);opacity:.38;filter:blur(2px)}
.team-grid.is-slider .team-card.is-right{right:0;z-index:1;transform:translateX(-88px) translateZ(-140px) rotateY(-18deg) rotateZ(2deg) scale(.86);opacity:.38;filter:blur(2px)}
.team-grid.is-slider .team-card.is-left .owner-card::after,
.team-grid.is-slider .team-card.is-right .owner-card::after{border-color:rgba(255,255,255,.02)}
@keyframes owner-spin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
.prices{padding:70px 0 100px;position:relative;background:#efefef;color:#111}
.prices-shell{display:grid;gap:38px}
.prices-heading{max-width:980px;margin:0 auto;text-align:center}
.prices-heading .eyebrow{display:block;text-align:center;margin-bottom:18px;color:var(--accent-soft)}
.prices-heading .big-white{max-width:980px;margin:0 auto 34px;font-size:clamp(3rem,5.2vw,5.4rem);line-height:.95;text-align:center;color:#111}
.prices-heading p{max-width:760px;margin:0 auto;font-size:1.14rem;color:#474747;text-align:center}
.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.price-link{color:inherit}
.price-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;min-height:156px;padding:24px 22px;background:
radial-gradient(circle at 18% 34%,rgba(188,192,198,.32) 0,rgba(188,192,198,0) 17%),
radial-gradient(circle at 72% 28%,rgba(212,214,218,.42) 0,rgba(212,214,218,0) 20%),
radial-gradient(circle at 54% 74%,rgba(196,199,204,.24) 0,rgba(196,199,204,0) 18%),
linear-gradient(180deg,#ffffff 0%,#f6f6f6 100%);color:#111;border-radius:24px;box-shadow:0 18px 30px rgba(0,0,0,.08),0 32px 70px rgba(0,0,0,.09),inset 0 1px 0 rgba(255,255,255,.98);position:relative;overflow:hidden;isolation:isolate;border:1px solid rgba(166,173,182,.28);transform:translateY(0);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.price-row::before{content:'';position:absolute;inset:0;background:
radial-gradient(circle at 22% 30%,rgba(255,255,255,.75) 0,rgba(255,255,255,0) 18%),
radial-gradient(circle at 68% 32%,rgba(184,188,194,.22) 0,rgba(184,188,194,0) 16%),
radial-gradient(circle at 60% 72%,rgba(193,197,203,.18) 0,rgba(193,197,203,0) 14%);
pointer-events:none;z-index:1}
.price-row::after{display:none}
.price-row .price-kicker,
.price-row span,
.price-row strong{position:relative;z-index:2}
.price-link:focus-visible{outline:2px solid rgba(17,17,17,.16);outline-offset:4px}
.price-row:hover{transform:translateY(-4px);box-shadow:0 20px 34px rgba(0,0,0,.1),0 34px 76px rgba(0,0,0,.11),inset 0 1px 0 rgba(255,255,255,.98);border-color:rgba(166,173,182,.42)}
.price-row span{display:block;max-width:12ch;font-size:1.82rem;font-weight:700;font-family:'AGENCYFB','Inter',sans-serif;line-height:1.02;text-transform:uppercase}
.price-row span::after{display:none}
.price-row strong{display:flex;align-items:center;justify-content:flex-end;align-self:center;min-width:104px;font-size:2rem;color:#111;font-family:'AGENCYFB','Inter',sans-serif;letter-spacing:0;word-spacing:0;text-align:right;white-space:nowrap}
.price-kicker{display:inline-block;margin-bottom:8px;font-style:normal;font-family:'Inter',Arial,Helvetica,sans-serif;font-size:.74rem;font-weight:700;letter-spacing:.22em;color:var(--accent-soft);opacity:.92}
.price-kicker,.price-row span{grid-column:1}
.price-kicker{align-self:end}
.price-row span{align-self:start}
.price-row strong{grid-column:2;grid-row:1 / span 2}
.price-grid .price-row:nth-child(3n+1)::before{background:
radial-gradient(circle at 18% 34%,rgba(255,255,255,.76) 0,rgba(255,255,255,0) 18%),
radial-gradient(circle at 74% 26%,rgba(186,191,198,.24) 0,rgba(186,191,198,0) 16%),
radial-gradient(circle at 52% 70%,rgba(198,202,208,.18) 0,rgba(198,202,208,0) 14%)}
.price-grid .price-row:nth-child(3n+2)::before{background:
radial-gradient(circle at 28% 26%,rgba(255,255,255,.72) 0,rgba(255,255,255,0) 18%),
radial-gradient(circle at 66% 42%,rgba(186,191,198,.22) 0,rgba(186,191,198,0) 15%),
radial-gradient(circle at 82% 74%,rgba(198,202,208,.18) 0,rgba(198,202,208,0) 14%)}
.price-grid .price-row:nth-child(3n)::before{background:
radial-gradient(circle at 22% 42%,rgba(255,255,255,.74) 0,rgba(255,255,255,0) 18%),
radial-gradient(circle at 58% 22%,rgba(186,191,198,.2) 0,rgba(186,191,198,0) 15%),
radial-gradient(circle at 72% 66%,rgba(198,202,208,.17) 0,rgba(198,202,208,0) 13%)}
.price-row-wide{grid-column:1 / -1}
.price-grid .price-row:last-child{max-width:none;width:100%;justify-self:stretch}
.testimonial{padding:90px 0;background:#050505}
.testimonial-head{max-width:980px;margin:0 auto 36px;text-align:center}
.testimonial-head .eyebrow{display:block;margin-bottom:20px;color:#b8a58d}
.testimonial-head h2{max-width:980px;margin:0 auto 34px;font-size:clamp(3rem,5.2vw,5.4rem);line-height:1.08;color:#fff}
.testimonial-carousel{max-width:980px;margin:0 auto}
.testimonial-track{position:relative;min-height:360px;max-width:920px;margin:0 auto}
.testimonial-card{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(180deg,#0b0b0b 0%,#050505 100%);border:1px solid rgba(255,255,255,.06);border-radius:28px;padding:28px 34px;box-shadow:0 24px 54px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.04);opacity:0;transform:translateY(12px) scale(.98);pointer-events:none;transition:opacity .45s ease,transform .45s ease}
.testimonial-card.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.testimonial-avatar{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:#000;border:1px solid rgba(255,255,255,.08);margin-bottom:16px;overflow:hidden;box-shadow:0 0 0 8px rgba(255,255,255,.02)}
.testimonial-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.testimonial-stars{display:flex;justify-content:center;align-items:center;align-self:center;width:fit-content;font-size:1.05rem;letter-spacing:.18em;color:#b8a58d;margin:8px auto 18px;text-align:center;opacity:.92}
.testimonial-card blockquote{margin:0 auto 18px;color:#f3f3f3;font-size:1.28rem;line-height:1.68;max-width:760px;text-align:center}
.testimonial-card h3{margin:0 0 8px;font-size:1.95rem;color:#fff}
.testimonial-card span{letter-spacing:.18em;color:#b8a58d;font-size:.85rem;font-family:'AGENCYFB','Inter',sans-serif}
.testimonial-dots{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:26px}
.testimonial-dot{width:12px;height:12px;border-radius:50%;padding:0;border:1px solid rgba(255,255,255,.28);background:transparent;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,opacity .22s ease;opacity:.8}
.testimonial-dot.is-active{background:#b8a58d;border-color:#b8a58d;transform:scale(1.1);opacity:1}
.gallery-showcase{padding:92px 0 110px;background:#efefef;color:#111}
.gallery-shell{display:grid;gap:34px}
.gallery-head{max-width:920px;margin:0 auto;text-align:center}
.gallery-head .eyebrow{display:block;text-align:center;margin-bottom:18px;color:var(--accent-soft)}
.gallery-head h2{font-size:clamp(3rem,5.2vw,5.4rem);line-height:.95;margin:0 auto 22px;color:#111}
.gallery-carousel{max-width:1100px;margin:0 auto}
.gallery-slider{position:relative;width:min(100%,520px);aspect-ratio:9 / 16;min-height:620px;margin:0 auto}
.gallery-media-card{position:absolute;inset:0;padding:0;border:0;background:transparent;cursor:pointer;opacity:0;transform:translateY(18px) scale(.985);pointer-events:none;transition:opacity .5s ease,transform .5s ease;border-radius:38px;overflow:hidden}
.gallery-media-card.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.gallery-card-ring{display:none}
.gallery-media-card::before{display:none}
.gallery-media-card img,
.gallery-media-card video{position:relative;z-index:2;display:block;width:100%;height:100%;object-fit:cover;background:#111;border-radius:34px;box-shadow:0 28px 68px rgba(0,0,0,.16)}
.gallery-media-card.is-video::after{content:'';position:absolute;inset:4px;z-index:3;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.2));border-radius:34px;pointer-events:none}
.gallery-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.16),rgba(255,255,255,0) 38%),rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 40px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.14);color:#fff;font-size:1.8rem;line-height:1;pointer-events:none;backdrop-filter:blur(10px)}
.gallery-media-card:hover .gallery-video-play{transform:translate(-50%,-50%) scale(1.05)}
.gallery-dots{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px}
.gallery-dot{width:12px;height:12px;border-radius:50%;padding:0;border:1px solid rgba(17,17,17,.22);background:transparent;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,opacity .22s ease;opacity:.82}
.gallery-dot.is-active{background:#111;border-color:#111;transform:scale(1.08);opacity:1}
.location{padding:96px 0 84px;background:#030303;color:#fff}
.location-shell{display:grid;gap:30px}
.location-head{max-width:980px;margin:0 auto;text-align:center}
.location-head .eyebrow{display:block;text-align:center;margin-bottom:18px;color:#b8a58d}
.location-head .big-white{max-width:980px;margin:0 auto;text-align:center}
.location-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:26px;align-items:stretch}
.location-card{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08);border-radius:30px;box-shadow:0 24px 60px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05)}
.location-preview-card{padding:14px}
.location-preview-shell{position:relative;border-radius:22px;overflow:hidden;background:#0b0b0b;min-height:480px}
.location-preview{display:block;width:100%;height:100%;min-height:480px;border:0;filter:grayscale(.05) contrast(1.02)}
.location-preview-status{position:absolute;inset:0;display:none;align-items:center;justify-content:center;padding:24px;text-align:center;background:rgba(0,0,0,.82);color:#d2d2d2;z-index:2}
.location-preview-status.is-visible{display:flex}
.location-info-card{padding:28px 28px 26px;display:grid;grid-template-rows:1fr auto;gap:22px;height:100%}
.location-address-row{display:flex;justify-content:flex-start;gap:14px;align-items:flex-start}
.location-address-block{display:grid;gap:10px}
.location-label{font-family:'AGENCYFB','Inter',sans-serif;font-size:.96rem;letter-spacing:.22em;color:#b8a58d;text-transform:uppercase}
.location-address{margin:0;color:#fff;font-size:1.22rem;line-height:1.5}
.location-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.location-meta-item{padding:22px 20px 20px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));display:grid;gap:14px;align-content:start;justify-items:center;text-align:center}
.location-meta-top{display:flex;align-items:center;justify-content:center;gap:12px}
.location-meta-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff}
.location-meta-icon img{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}
.location-meta-item a{margin:0;color:#fff;font-size:1.08rem;line-height:1.4;font-weight:600;text-align:center}
.location-phone-list{display:grid;gap:10px;width:100%;justify-items:center}
.location-phone-list a{display:block}
.location-hours{display:grid;gap:10px;width:100%}
.location-hours div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}
.location-hours div:first-child{padding-top:0;border-top:0}
.location-hours span{color:#b8b8b8;font-size:1.02rem;line-height:1.4;text-align:left}
.location-hours strong{color:#fff;font-size:1.02rem;line-height:1.4;font-weight:600;text-align:right}
.location-actions{display:grid;gap:12px}
.location-primary,.location-secondary,.location-tertiary{display:flex;align-items:center;justify-content:center;gap:5px;min-height:64px;padding:0 22px;border-radius:18px;font-family:'AGENCYFB','Inter',sans-serif;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}
.location-primary svg,.location-secondary svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none}
.location-primary span,.location-secondary span{font-size:1.08rem}
.location-primary{background:#0b0b0b;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 32px rgba(0,0,0,.28)}
.location-primary:hover{transform:translateY(-1px);background:#141414;border-color:rgba(255,255,255,.26)}
.location-secondary{background:#0b0b0b;color:#fff;border:1px solid rgba(255,255,255,.14)}
.location-secondary:hover{transform:translateY(-1px);background:#141414;border-color:rgba(255,255,255,.26)}
.media-lightbox[hidden]{display:none}
.media-lightbox{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.92);display:grid;place-items:center;padding:22px}
.media-lightbox-frame{width:min(100%,960px);max-height:90vh;border-radius:24px;overflow:hidden;background:#000;box-shadow:0 28px 70px rgba(0,0,0,.45)}
.media-lightbox-image,.media-lightbox-video{display:block;width:100%;max-height:90vh;object-fit:contain;background:#000}
.media-lightbox-image[hidden],.media-lightbox-video[hidden]{display:none !important}
.media-lightbox-close{position:absolute;top:18px;right:18px;width:48px;height:48px;border:1px solid rgba(255,255,255,.18);background:#000;color:#fff;font-size:1.3rem;cursor:pointer}
.footer{padding:64px 0 54px;border-top:1px solid rgba(255,255,255,.06)}
.footer-simple{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center}
.footer-logo{max-width:250px}
.footer-socials{display:flex;align-items:center;justify-content:center;gap:14px}
.footer-socials a{display:grid;place-items:center;width:50px;height:50px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.02);color:#fff;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.footer-socials a:hover{transform:translateY(-1px);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.26)}
.footer-socials svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-social-icon{width:23px;height:23px;display:block;filter:brightness(0) invert(1)}
.footer-simple p{margin:0;color:#d0d0d0;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;font-family:'AGENCYFB','Inter',sans-serif}
.scroll-top{position:fixed;right:24px;bottom:24px;z-index:30;width:56px;height:56px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.88);color:#fff;display:grid;place-items:center;font-family:'AGENCYFB','Inter',sans-serif;font-size:1.7rem;line-height:1;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;background-clip:padding-box}
.scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.scroll-top:hover{background:#111}

@media (max-width: 1100px){
  .feature-grid,.service-layout,.benefits-grid{grid-template-columns:1fr 1fr}
  .team-grid{grid-template-columns:repeat(2,minmax(280px,420px));justify-content:center}
  .intro-grid{grid-template-columns:1fr}
  .hero-grid{grid-template-columns:1fr}
  .hero-photo{inset:0;opacity:.35}
  .hero::before{inset:0;background:rgba(0,0,0,.72)}
  .price-grid{grid-template-columns:1fr}
  .gallery-carousel{max-width:860px}
  .gallery-slider{width:min(100%,460px);min-height:640px}
  .gallery-media-card img,
  .gallery-media-card video{height:100%}
  .location-layout{grid-template-columns:1fr}
  .location-preview-shell,.location-preview{min-height:420px}
}
@media (min-width: 1101px){
  .location-meta{
    align-items:stretch;
  }
  .location-meta-item{
    min-height:0;
    padding:22px 20px;
  }
  .nav{justify-content:center}
  .nav nav{display:none}
  .brand{margin:0 auto}
  .location-hours{
    gap:0;
  }
  .location-hours div{
    grid-template-columns:minmax(122px,1fr) minmax(0,96px);
    gap:12px;
    padding:15px 0;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .location-hours div:first-child{
    padding-top:0;
    border-top:0;
  }
  .location-hours div:first-child span{white-space:nowrap}
  .location-hours span,
  .location-hours strong{
    font-size:1rem;
  }
  .location-hours strong{
    white-space:nowrap;
    font-size:.9rem;
    justify-self:end;
  }
  .location-phone-list{
    gap:0;
  }
  .location-phone-list a{
    width:100%;
    padding:15px 0;
    border-top:1px solid rgba(255,255,255,.08);
    font-size:1rem;
    line-height:1.4;
    text-align:center;
  }
  .location-phone-list a:first-child{
    padding-top:0;
    border-top:0;
  }
  .location-phone-list a:last-child,
  .location-hours div:last-child{
    padding-bottom:0;
  }
  .intro-grid{
    width:min(1240px,92vw);
    margin:0 auto;
    padding:60px 0 44px;
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
    gap:54px;
    align-items:center;
  }
  .intro-text{
    padding:0;
    max-width:700px;
    align-items:flex-start;
    text-align:left;
    justify-content:center;
    margin:0;
  }
  .intro-eyebrow-wrap{
    width:min(100%,620px);
    max-width:620px;
    display:flex;
    justify-content:center;
    margin-bottom:18px;
    align-self:center;
  }
  .intro-text .eyebrow{
    margin-bottom:0;
    width:auto;
    text-align:center;
  }
  .intro-text h2{
    font-size:clamp(3.5rem,4.2vw,5rem);
    line-height:.94;
    margin-bottom:24px;
    max-width:620px;
    text-align:left;
    align-self:center;
  }
  .intro-text p{
    font-size:1.08rem;
    line-height:1.7;
    margin-bottom:30px;
    max-width:640px;
    text-align:center;
    align-self:center;
  }
  .intro-text .btn{
    min-width:0;
    width:100%;
    max-width:440px;
    height:56px;
    padding-left:20px;
    font-size:1rem;
    align-self:center;
  }
  .intro-text .btn span{width:56px;height:56px;font-size:1.2rem}
  .intro-support{
    max-width:440px;
    margin-top:20px;
    align-self:center;
  }
  .intro-visual{
    display:block;
    align-self:start;
  }
}
@media (max-width: 780px){
  .topbar{position:fixed;top:0;left:0;right:0;z-index:50}
  body{padding-top:92px}
  .nav{justify-content:flex-end}
  .brand{position:absolute;left:50%;transform:translateX(-50%)}
  .mobile-toggle{display:inline-flex}
  .nav nav{display:none}
  .mobile-menu-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:54;
    background:rgba(0,0,0,.5);
    opacity:0;
    pointer-events:none;
    transition:opacity .28s ease;
  }
  .mobile-menu-backdrop.open{
    opacity:1;
    pointer-events:auto;
  }
  .mobile-menu-panel{
    display:block;
    position:fixed;
    top:92px;
    right:0;
    width:min(56vw,320px);
    z-index:55;
    background:#030303;
    border-left:1px solid rgba(255,255,255,.08);
    box-shadow:-16px 0 40px rgba(0,0,0,.28);
    transform:translateX(100%);
    opacity:0;
    pointer-events:none;
    transition:transform .32s ease,opacity .32s ease;
    height:auto;
    max-height:calc(100dvh - 110px);
    overflow-y:auto;
    border-bottom-left-radius:24px;
  }
  .mobile-menu-panel.open{
    transform:translateX(0);
    opacity:1;
    pointer-events:auto;
  }
  .mobile-menu-links{
    display:flex;
    flex-direction:column;
    padding:26px 20px 18px;
    gap:8px;
  }
  .mobile-menu-item{
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    min-height:64px;
    padding:0;
    color:#fff;
    font-family:'AGENCYFB','Inter',sans-serif;
    text-transform:uppercase;
    text-decoration:none;
  }
  .mobile-menu-number{
    flex:0 0 40px;
    font-family:'Inter',Arial,Helvetica,sans-serif;
    font-size:.78rem;
    font-weight:600;
    letter-spacing:.08em;
    color:#8f96a2;
  }
  .mobile-menu-label-row{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    flex:1;
    min-width:0;
  }
  .mobile-menu-label{
    font-size:1.48rem;
    letter-spacing:.04em;
    line-height:1;
    color:#fff;
  }
  .mobile-menu-item.is-active .mobile-menu-number,
  .mobile-menu-item.is-active .mobile-menu-label{
    color:#fff;
  }
  .mobile-menu-socials{
    display:flex;
    width:100%;
    margin-top:4px;
    padding-top:6px;
    justify-content:flex-start;
    gap:14px;
  }
  .mobile-menu-socials a{display:grid;place-items:center;width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.02);color:#fff;transition:color .2s ease,border-color .2s ease,background .2s ease}
  .mobile-menu-socials a:hover,
  .mobile-menu-socials a:active{color:#5d5347;border-color:#5d5347;background:rgba(93,83,71,.08)}
  .mobile-menu-socials svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-menu-socials .nav-social-icon{width:20px;height:20px;display:block;filter:brightness(0) invert(1)}
  .mobile-menu-socials a:hover .nav-social-icon,
  .mobile-menu-socials a:active .nav-social-icon{filter:none}
  .intro-grid,.footer-grid,.service-layout,.benefits-grid,.price-grid{grid-template-columns:1fr}
  .team-carousel{gap:10px}
  .mobile-toggle,
  .team-nav,
  .scroll-top{width:46px;height:46px}
  .mobile-toggle{margin-left:0}
  .nav.menu-open .mobile-toggle{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.34);
  }
  .nav.menu-open .mobile-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav.menu-open .mobile-toggle span:nth-child(2){opacity:0}
  .nav.menu-open .mobile-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .team-nav{padding:0;font-size:1.65rem;line-height:1;flex:none}
  .team-nav.team-nav-prev{margin-left:0}
  .scroll-top{right:14px;bottom:14px;font-size:1.45rem}
  .team-grid{grid-template-columns:1fr}
  .team-grid.is-slider{width:100%;height:560px;overflow:visible;perspective:1200px}
  .team-grid.is-slider .team-card{top:56px;width:min(100%,286px);min-height:430px}
  .team-grid.is-slider .team-card.is-center{left:50%;transform:translateX(-50%) translateZ(0) rotateY(0deg) scale(1)}
  .team-grid.is-slider .team-card.is-left{left:0;transform:translateX(-6%) translateZ(-90px) rotateY(16deg) scale(.82);opacity:.3;filter:blur(2.4px)}
  .team-grid.is-slider .team-card.is-right{right:0;transform:translateX(6%) translateZ(-90px) rotateY(-16deg) scale(.82);opacity:.3;filter:blur(2.4px)}
  .team-grid.is-slider .team-card.is-left .owner-card::after,
  .team-grid.is-slider .team-card.is-right .owner-card::after{border-color:rgba(255,255,255,.015)}
  .feature-grid{grid-template-columns:1fr 1fr;gap:12px;padding:12px 0 24px}
  .hero-copy{max-width:100%;padding:120px 0 72px}
  .hero-copy .eyebrow{font-size:.95rem;letter-spacing:.2em;margin-bottom:18px}
  .hero-copy h1{font-size:clamp(3.6rem,15vw,5.2rem);line-height:.92;margin-bottom:18px}
  .hero-copy p{font-size:1.45rem;line-height:1.45;max-width:100%;margin-bottom:26px}
  .hero-actions{margin-top:18px}
  .btn{height:64px;padding-left:24px;font-size:1.05rem}
  .btn span{width:64px;height:64px;font-size:1.5rem}
  .btn span img{width:22px;height:22px}
  .intro-text{padding:52px 18px 24px;align-items:center;text-align:center}
  .intro-eyebrow-wrap{justify-content:center}
  .intro-text .eyebrow{font-size:1rem;letter-spacing:.18em;margin-bottom:16px}
  .intro-text h2{font-size:clamp(3.15rem,13vw,4.7rem);line-height:1.04;margin-bottom:22px;text-align:center}
  .intro-text p{font-size:1.32rem;line-height:1.42;margin-bottom:22px;max-width:100%;text-align:center}
  .intro-text .btn{display:flex;align-self:center;width:100%;min-width:0;justify-content:space-between;height:82px;padding-left:30px;font-size:1.32rem}
  .intro-text .btn span{width:82px;height:82px;font-size:1.85rem}
  .intro-text .btn span img{width:28px;height:28px}
  .intro-support{display:none}
  .feature-grid article{padding:18px 14px 18px;min-height:228px}
  .feature-grid .icon{width:50px;height:50px;margin-bottom:14px}
  .feature-grid .icon img{width:24px;height:24px}
  .feature-grid h3{font-size:1.72rem;line-height:1.02;margin-bottom:10px}
  .feature-grid p{font-size:1rem;line-height:1.42}
  .team{padding:88px 0 42px}
  .team .eyebrow.center{margin-bottom:16px}
  .team .big-white{font-size:clamp(2.6rem,10vw,4.6rem);line-height:.98;margin:0 auto 34px}
  .team-card{min-height:330px;border-radius:18px}
  .team-card::before{border-radius:18px}
  .team-card>div{padding:0 18px 18px}
  .team-card span{font-size:.92rem;letter-spacing:.2em;margin-bottom:10px}
  .team-card h3{font-size:2.3rem}
  .team-owner>.owner-card{padding:24px 18px}
  .owner-orbit{width:min(100%,320px)}
  .owner-meta{margin-top:18px}
  .owner-meta h3{font-size:1.9rem;line-height:1}
  .owner-meta>span{font-size:.92rem;letter-spacing:.22em}
  .team-links{gap:12px;margin-top:16px}
  .team-links a{width:48px;height:48px}
  .team-links a svg{width:22px;height:22px}
  .team-icon-image{width:22px;height:22px}
  .benefits{padding:10px 0 72px}
  .benefits-copy h2{font-size:clamp(3.1rem,13vw,4.8rem);line-height:1.04;margin-bottom:24px}
  .brand-marquee{width:100%;max-width:100%;margin:18px 0 0;padding:10px 0}
  .brand-marquee::before,.brand-marquee::after{display:none}
  .brand-strip{animation-duration:16s;transform:none;gap:0}
  .brand-track{gap:24px;padding-right:24px}
  .barber-strip{width:100%;max-width:100%;margin:0;padding:12px 0;background:#030303}
  .barber-strip::before,.barber-strip::after{display:none}
  .barber-strip-track{animation-duration:18s}
  .barber-strip-run{gap:14px;padding-right:14px}
  .barber-strip-run span{font-size:1rem;gap:14px;letter-spacing:.14em}
  .brand-logo-sch{width:162px;height:62px}
  .brand-logo-dav{width:138px;height:56px}
  .testimonial-head .eyebrow{margin-bottom:16px}
  .testimonial-head h2{font-size:clamp(2.6rem,10vw,4.6rem);line-height:1.08;margin:0 auto 26px}
  .testimonial-track{min-height:390px}
  .testimonial-card{padding:24px 20px;border-radius:22px}
  .testimonial-card blockquote{font-size:1.02rem;line-height:1.62;max-width:100%}
  .testimonial-card h3{font-size:1.55rem}
  .testimonial-avatar{width:78px;height:78px;margin-bottom:14px}
  .testimonial-stars{text-align:center;justify-content:center;margin:8px auto 18px}
  .testimonial-dots{gap:10px;margin-top:20px}
  .testimonial-dot{width:10px;height:10px}
  .gallery-head h2{font-size:clamp(2.6rem,10vw,4.6rem);line-height:.98;margin:0 auto 18px}
  .gallery-carousel{max-width:100%}
  .gallery-slider{width:min(100%,340px);min-height:520px}
  .gallery-media-card img,
  .gallery-media-card video{height:100%;border-radius:28px}
  .gallery-media-card{border-radius:30px}
  .gallery-media-card::before{display:none}
  .gallery-media-card.is-video::after{inset:3px;border-radius:28px}
  .gallery-video-play{width:74px;height:74px;font-size:1.45rem}
  .gallery-dots{gap:10px;margin-top:16px}
  .gallery-dot{width:10px;height:10px}
  .location{padding:72px 0 62px}
  .location-head .eyebrow{margin-bottom:14px}
  .location-head .big-white{font-size:clamp(2.6rem,10vw,4.6rem);line-height:.98}
  .location-shell{gap:22px}
  .location-preview-card{padding:10px}
  .location-preview-shell,.location-preview{min-height:360px}
  .location-info-card{padding:22px 18px 20px;gap:18px}
  .location-address-row{align-items:center}
  .location-address{font-size:1.02rem;line-height:1.55}
  .location-meta{grid-template-columns:1fr}
  .location-meta-item{padding:18px 16px 16px;border-radius:18px;gap:12px}
  .location-meta-icon{width:38px;height:38px;border-radius:12px}
  .location-meta-icon img{width:18px;height:18px}
  .location-meta-item a{font-size:1rem}
  .location-phone-list{gap:8px}
  .location-hours{gap:8px}
  .location-hours div{gap:12px}
  .location-hours span,.location-hours strong{font-size:.96rem}
  .location-actions{gap:10px}
  .location-primary,.location-secondary{min-height:72px;padding:0 18px}
  .location-primary span,.location-secondary span{font-size:1.06rem}
  .location-primary svg,.location-secondary svg{width:20px;height:20px}
  .media-lightbox{padding:14px}
  .media-lightbox-frame{width:min(100%,380px);border-radius:18px}
  .media-lightbox-close{top:14px;right:14px;width:42px;height:42px}
  .team-card,.benefits-photo{min-height:320px}
  .footer{padding:54px 0 46px}
  .footer-simple{gap:14px}
  .footer-logo{max-width:220px}
  .footer-socials a{width:46px;height:46px}
  .footer-socials svg,.footer-social-icon{width:21px;height:21px}
  .footer-simple p{font-size:.92rem;text-align:center}
  .prices{padding:52px 0 74px}
  .prices-heading .eyebrow{margin-bottom:12px}
  .prices-heading .big-white{font-size:clamp(2.6rem,10vw,4.6rem);line-height:.98;margin:0 auto 20px}
  .prices-heading p{font-size:1rem;line-height:1.5}
  .price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .price-row,.price-row-wide{grid-column:auto;grid-template-columns:minmax(0,1fr) auto;min-height:132px;padding:18px 14px;gap:10px;border-radius:18px}
  .price-kicker,.price-row span,.price-row strong{grid-column:auto;grid-row:auto}
  .price-kicker{grid-column:1;margin-bottom:6px;font-size:.62rem}
  .price-row span{grid-column:1;max-width:none;font-size:1.12rem;line-height:1.02}
  .price-row strong{grid-column:2;grid-row:1 / span 2;min-width:68px;font-size:1.15rem;justify-content:flex-end;text-align:right}
  .price-row::before{background:
  radial-gradient(circle at 22% 28%,rgba(255,255,255,.68) 0,rgba(255,255,255,0) 18%),
  radial-gradient(circle at 70% 34%,rgba(186,191,198,.18) 0,rgba(186,191,198,0) 15%),
  radial-gradient(circle at 52% 72%,rgba(198,202,208,.14) 0,rgba(198,202,208,0) 13%)}
  .price-grid .price-row:last-child{grid-column:1 / -1;max-width:100%}

  .hero-photo{background-image:url('assets/placeholder-1080x1920.png');background-position:center top}
  .intro-left{background-image:url('assets/placeholder-1080x1920.png');background-position:center center}
  .intro-middle{background-image:url('assets/placeholder-1080x1920.png');background-position:center center}
  .benefits-photo{background-image:url('assets/placeholder-1080x1920.png');background-position:center center}
  .team-one{background-image:url('assets/placeholder-1080x1920.png');background-position:center center}
  .team-two{background-image:url('assets/placeholder-1080x1920.png');background-position:center center}
  .team-three{background-image:url('assets/placeholder-1080x1920.png');background-position:center center}
  .g{background-image:url('assets/placeholder-1080x1920.png')}
  .service-scissor{background-image:url('assets/placeholder-1080x1920.png');background-position:center center}
}
