:root {
  --bg: #080808;
  --bg-2: #0d0d0e;
  --surface: #101011;
  --text: #ffffff;
  --muted: #a2a2a4;
  --line: #242426;
  --red: #e21818;
  --red-dark: #8d0c0c;
  --max: 1440px;
  --gutter: clamp(22px, 5vw, 80px);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 16px; top: 16px; z-index: 9999;
  transform: translateY(-150%); background: #fff; color: #000;
  padding: 10px 14px; border-radius: 2px;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  height: 112px;
}
.site-header.is-scrolled {
  position: fixed;
  height: 82px;
  background: rgba(8,8,8,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 38px;
}
.brand { width: 124px; align-self: start; padding-top: 18px; }
.site-header.is-scrolled .brand { width: 82px; padding-top: 5px; }
.brand img { width: 100%; height: auto; }

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.2vw, 54px);
}
.primary-nav a {
  position: relative;
  padding: 14px 0;
  font-family: var(--display);
  letter-spacing: .12em;
  font-size: 16px;
  color: #e9e9ea;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 6px;
  height: 2px;
  background: var(--red);
  transition: right .25s ease;
}
.primary-nav a:hover::after,
.primary-nav a.active::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 20px; }
.location {
  display: inline-flex; align-items: center; gap: 9px;
  white-space: nowrap;
  color: #d8d8da;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-family: var(--display);
  font-size: 14px;
}
.location svg { width: 18px; height: 18px; }
.nav-toggle { display: none; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button svg { width: 19px; height: 19px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); border-color: var(--red); color: #fff; }
.button-primary:hover { background: #f12626; border-color: #f12626; }
.button-outline { background: rgba(8,8,8,.22); border-color: var(--red); color: #fff; }
.button-outline:hover { background: var(--red); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }

.hero {
  min-height: 790px;
  position: relative;
  isolation: isolate;
  background: #050505;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-photo {
  position: absolute;
  z-index: -2;
  inset: 0 0 132px 34%;
  background-image: url("assets/hero-car.webp");
  background-position: 58% 42%;
  background-size: cover;
  filter: contrast(1.05) brightness(.85);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 132px 0;
  background:
    linear-gradient(90deg, #050505 0%, #050505 30%, rgba(5,5,5,.88) 43%, rgba(5,5,5,.14) 72%, rgba(5,5,5,.44) 100%),
    linear-gradient(0deg, #050505 0%, transparent 30%);
}
.hero-inner { min-height: 658px; display: flex; align-items: center; padding-top: 122px; }
.hero-copy { width: min(520px, 48%); }
.eyebrow,
.section-label span {
  margin: 0 0 12px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-family: var(--display);
  font-size: 16px;
}
.hero h1 { margin: 0; font-family: var(--display); text-transform: uppercase; line-height: .86; letter-spacing: .005em; font-size: clamp(74px, 7vw, 124px); font-weight: 400; }
.hero h1 span, .hero h1 strong { display: block; font-weight: 400; }
.hero h1 strong { color: var(--red); }
.hero-kicker {
  width: fit-content;
  margin: 22px 0 0;
  padding: 11px 0 9px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-family: var(--display);
  font-size: 17px;
  color: #d5d5d7;
}
.hero-text { max-width: 460px; margin: 26px 0 0; color: #cacacc; font-size: 15px; line-height: 1.8; }
.hero-cta { margin-top: 32px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.handle-link { color: #dadadc; font-size: 14px; font-weight: 700; }
.handle-link span { margin-left: 20px; color: var(--red); font-size: 22px; }

.feature-strip {
  position: absolute;
  inset: auto 0 0;
  min-height: 132px;
  display: flex;
  align-items: center;
  background: rgba(5,5,5,.92);
  border-top: 1px solid rgba(255,255,255,.05);
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 38px;
  border-right: 1px solid #272729;
}
.feature-item:last-child { border-right: 0; }
.feature-item svg { flex: 0 0 38px; width: 38px; height: 38px; color: var(--red); stroke-width: 1.5; }
.feature-item h2 { margin: 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .08em; font-size: 20px; }
.feature-item p { margin: 3px 0 0; color: #98989a; font-size: 12px; }

.section { border-bottom: 1px solid var(--line); }
.section-label { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.section-label span { margin: 0; }
.checker {
  width: 58px; height: 13px;
  background:
    linear-gradient(45deg,#fff 25%,transparent 25%) 0 0/13px 13px,
    linear-gradient(45deg,transparent 75%,#fff 75%) 0 0/13px 13px,
    linear-gradient(45deg,transparent 75%,#fff 75%) 6.5px -6.5px/13px 13px,
    linear-gradient(45deg,#fff 25%,transparent 25%) 6.5px 6.5px/13px 13px;
  transform: skewX(-16deg);
  opacity: .9;
}

.services { padding: 38px 0 0; background: #070707; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-card {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--red-dark);
  background: #0b0b0c;
}
.service-card:last-child { border-right: 0; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.73) contrast(1.1); transition: transform .6s ease, filter .4s ease; }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.20) 100%), linear-gradient(0deg, rgba(0,0,0,.68), transparent 60%); }
.service-content { position: relative; z-index: 2; width: 66%; min-width: 245px; height: 100%; display: flex; flex-direction: column; padding: 32px 0 31px 28px; }
.service-number { font-family: var(--display); color: #fff; font-size: 64px; line-height: .9; }
.service-card:nth-child(2) .service-number,
.service-card:nth-child(3) .service-number { color: #f4f4f5; }
.service-content h3 { margin: 20px 0 0; font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; font-size: 36px; font-weight: 400; line-height: 1.02; }
.service-content p { margin: 18px 0 25px; color: #cacacc; font-size: 13px; line-height: 1.7; }
.service-link {
  margin-top: auto;
  width: fit-content;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 15px;
  cursor: pointer;
  text-align: left;
}
.service-link span { display: inline-block; color: var(--red); margin-left: 12px; font-size: 20px; transition: transform .25s ease; }
.service-link:hover span, .service-link:focus-visible span { transform: translateX(5px); }
.service-link:focus-visible { outline: 1px solid var(--red); outline-offset: 6px; }
.service-card:hover img { transform: scale(1.04); filter: saturate(.9) brightness(.82) contrast(1.08); }

.process { padding: 38px 0 42px; background: #070707; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.process-step { position: relative; min-height: 126px; display: grid; grid-template-columns: 72px 64px 1fr; align-items: center; gap: 18px; padding-right: 28px; }
.process-step:not(:last-child)::after { content: ""; position: absolute; right: 22px; top: 50%; width: 34px; height: 1px; background: #535355; }
.ghost-number { font-family: var(--display); font-size: 72px; line-height: 1; color: #1d1d1f; }
.process-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--red); color: var(--red); }
.process-icon svg { width: 32px; height: 32px; stroke-width: 1.6; }
.process-step h3 { margin: 0 0 5px; font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-weight: 400; font-size: 22px; }
.process-step p { margin: 0; color: #a9a9ab; font-size: 12px; line-height: 1.6; max-width: 225px; }

.work { padding: 34px 0 0; background: #080808; }
.work-head { padding-bottom: 8px; }
.gallery { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); background: #0a0a0a; }
.gallery a { min-width: 0; aspect-ratio: 1 / .92; overflow: hidden; border-right: 1px solid #1d1d1f; }
.gallery a:last-child { border-right: 0; }
.gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.08) brightness(.8); transition: transform .5s ease, filter .4s ease; }
.gallery a:hover img { transform: scale(1.045); filter: saturate(.95) contrast(1.04) brightness(.92); }
.gallery-cta { display: flex; justify-content: center; padding: 22px 20px 28px; }

.final-cta { position: relative; min-height: 330px; overflow: hidden; background: #090909; border-bottom: 1px solid var(--line); }
.final-cta-photo { position: absolute; inset: 0 0 0 42%; background: url("assets/cta-tail.webp") center / cover no-repeat; filter: contrast(1.12) brightness(.76); }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #0b0606 0%, #210606 30%, rgba(8,8,8,.85) 48%, rgba(8,8,8,.05) 75%); }
.final-cta-inner { position: relative; z-index: 2; min-height: 330px; display: flex; align-items: center; }
.final-copy { max-width: 640px; }
.final-copy h2 { margin: 0; font-family: var(--display); text-transform: uppercase; font-weight: 400; font-size: clamp(54px, 5vw, 84px); line-height: .9; letter-spacing: .02em; }
.final-copy h2 strong { display: block; font-weight: 400; color: var(--red); }
.final-copy p { margin: 14px 0 24px; color: #b9b9bb; }

.site-footer { background: #070707; }
.footer-grid { display: grid; grid-template-columns: 180px 1.05fr 1fr 1.08fr 1.25fr; gap: 34px; align-items: center; padding-top: 40px; padding-bottom: 38px; }
.footer-brand img { width: 158px; }
.footer-col { align-self: start; min-width: 0; }
.footer-col h2,
.theglady-credit > span { margin: 0 0 11px; color: var(--red); font-family: var(--display); text-transform: uppercase; letter-spacing: .14em; font-size: 16px; font-weight: 400; }
.footer-col p,
.footer-col a,
.footer-location { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; color: #b4b4b6; font-size: 12px; line-height: 1.55; }
.footer-col a:hover { color: #fff; }
.footer-col svg, .footer-location svg { width: 16px; height: 16px; flex: 0 0 16px; }
.theglady-credit { min-height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid #2a2a2c; padding-left: 34px; text-align: center; }
.theglady-credit > span { align-self: stretch; margin-bottom: 2px; }
.theglady-credit a { display: block; width: 170px; padding: 4px; transition: transform .25s ease, filter .25s ease; }
.theglady-credit a:hover { transform: translateY(-2px) scale(1.02); filter: brightness(1.15); }
.theglady-credit img { width: 100%; height: auto; }
.copyright { min-height: 64px; display: flex; align-items: center; justify-content: center; border-top: 1px solid #1d1d1f; }
.copyright p { margin: 0; color: #636366; text-transform: uppercase; letter-spacing: .22em; font-size: 10px; text-align: center; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .header-grid { grid-template-columns: 120px 1fr auto; gap: 18px; }
  .primary-nav { gap: 25px; }
  .location { display: none; }
  .hero-copy { width: 52%; }
  .service-content { width: 76%; }
  .process-step { grid-template-columns: 58px 54px 1fr; gap: 12px; }
  .ghost-number { font-size: 58px; }
  .process-step:not(:last-child)::after { display: none; }
  .footer-grid { grid-template-columns: 150px repeat(3, 1fr); }
  .theglady-credit { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #222; padding: 28px 0 0; min-height: 0; flex-direction: row; gap: 26px; }
  .theglady-credit > span { width: auto; align-self: auto; margin: 0; }
  .theglady-credit a { width: 160px; }
}

@media (max-width: 900px) {
  .site-header { height: 88px; }
  .header-grid { grid-template-columns: 92px 1fr auto; }
  .brand, .site-header.is-scrolled .brand { width: 74px; padding-top: 5px; align-self: center; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .nav-toggle {
    grid-column: 3;
    display: grid;
    width: 46px; height: 46px;
    place-content: center;
    gap: 7px;
    background: transparent;
    border: 1px solid #2d2d2f;
    color: #fff;
  }
  .nav-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    inset: 82px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px var(--gutter) 28px;
    background: rgba(8,8,8,.98);
    border-bottom: 1px solid #2b2b2d;
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 15px 0; border-bottom: 1px solid #1e1e20; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-photo { inset: 0 0 0 22%; opacity: .67; background-position: 58% center; }
  .hero::before { inset: 0; background: linear-gradient(90deg,#050505 0%,rgba(5,5,5,.94) 38%,rgba(5,5,5,.4) 76%,rgba(5,5,5,.52) 100%), linear-gradient(0deg,#050505 0%,transparent 30%); }
  .hero-inner { min-height: 720px; padding-top: 100px; }
  .hero-copy { width: 66%; }
  .feature-strip { position: relative; inset: auto; }
  .feature-grid { grid-template-columns: 1fr; padding-block: 14px; }
  .feature-item { border-right: 0; border-bottom: 1px solid #242426; padding: 20px 0; }
  .feature-item:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; border-right: 0; border-bottom: 1px solid var(--red-dark); }
  .service-card:last-child { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { padding: 20px 0; border-bottom: 1px solid #1e1e20; grid-template-columns: 62px 56px 1fr; }
  .process-step:last-child { border-bottom: 0; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery a:nth-child(4), .gallery a:nth-child(5) { display: none; }
  .final-cta-photo { inset-left: 30%; opacity: .76; }
  .footer-grid { grid-template-columns: 135px 1fr 1fr; align-items: start; }
  .footer-col:nth-of-type(4) { grid-column: 2 / 4; }
}

@media (max-width: 620px) {
  :root { --gutter: 20px; }
  .hero-photo { inset: 0; background-position: 64% 16%; opacity: .52; }
  .hero::before { background: linear-gradient(90deg,#050505 0%,rgba(5,5,5,.82) 72%,rgba(5,5,5,.52)), linear-gradient(0deg,#050505 0%,transparent 40%); }
  .hero-inner { min-height: 700px; align-items: flex-end; padding-top: 120px; padding-bottom: 50px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(74px, 23vw, 104px); }
  .hero-kicker { font-size: 15px; letter-spacing: .16em; }
  .hero-text { max-width: 93%; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .handle-link { padding-left: 2px; }
  .services { padding-top: 30px; }
  .service-card { min-height: 400px; }
  .service-content { width: 79%; padding-left: 22px; }
  .service-content h3 { font-size: 34px; }
  .process { padding-block: 32px; }
  .process-step { grid-template-columns: 52px 52px 1fr; gap: 12px; }
  .ghost-number { font-size: 50px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery a:nth-child(3) { display: none; }
  .gallery-cta .button { width: auto; }
  .final-cta { min-height: 380px; }
  .final-cta-photo { inset: 0; opacity: .58; background-position: 64% center; }
  .final-cta::before { background: linear-gradient(90deg,rgba(17,3,3,.97),rgba(8,8,8,.43)), linear-gradient(0deg,#080808 0%,transparent 50%); }
  .final-cta-inner { min-height: 380px; }
  .final-copy { width: 100%; }
  .final-copy h2 { font-size: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 136px; }
  .footer-col:nth-of-type(4) { grid-column: 1 / -1; }
  .theglady-credit { grid-column: 1 / -1; }
  .copyright p { letter-spacing: .14em; font-size: 9px; }
}


@media (max-width: 760px) {
  .service-helper { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 25px; }
  .helper-action { width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: left; }
  .service-drawer { top: auto; bottom: 0; width: 100%; height: min(86dvh, 760px); border-left: 0; border-top: 1px solid #333337; transform: translateY(102%); }
  .service-drawer.is-open { transform: translateY(0); }
  .drawer-media { height: 190px; }
  .drawer-body { padding: 10px 24px 34px; }
  .drawer-meta { grid-template-columns: 1fr; gap: 18px; }
  .drawer-actions { align-items: stretch; flex-direction: column; }
  .drawer-actions .button, .drawer-instagram { width: 100%; justify-content: center; }
  .chooser-modal { left: 0; top: auto; bottom: 0; width: 100%; max-height: 90dvh; border-left: 0; border-right: 0; transform: translateY(102%); }
  .chooser-modal.is-open { transform: translateY(0); }
  .chooser-inner { padding: 34px 22px 28px; }
  .chooser-heading { padding-right: 42px; }
  .finder-options, .finder-options-three { grid-template-columns: 1fr 1fr; }
  .finder-result-actions { align-items: stretch; flex-direction: column; }
  .finder-result-actions .button, .finder-result-actions .drawer-instagram { width: 100%; justify-content: center; }
}

@media (max-width: 430px) {
  .finder-options, .finder-options-three { grid-template-columns: 1fr; }
  .drawer-media { height: 160px; }
}

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


/* Service utilities */
.service-helper {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 2px 30px;
  border-top: 1px solid #232326;
}
.service-helper > div { max-width: 760px; }
.helper-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.service-helper strong {
  display: block;
  color: #d6d6d8;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}
.helper-action {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid #555;
  background: transparent;
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}
.helper-action span { display: inline-block; margin-left: 18px; color: var(--red); font-size: 22px; transition: transform .25s ease; }
.helper-action:hover, .helper-action:focus-visible { color: var(--red); border-bottom-color: var(--red); outline: none; }
.helper-action:hover span, .helper-action:focus-visible span { transform: translateX(5px); }

.dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(7px);
  opacity: 0;
  transition: opacity .25s ease;
}
.dialog-backdrop.is-open { opacity: 1; }
.dialog-close {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #3a3a3d;
  background: rgba(8,8,8,.78);
  color: #fff;
  cursor: pointer;
}
.dialog-close span { position: absolute; width: 18px; height: 1px; background: currentColor; }
.dialog-close span:first-child { transform: rotate(45deg); }
.dialog-close span:last-child { transform: rotate(-45deg); }
.dialog-close:hover, .dialog-close:focus-visible { border-color: var(--red); color: var(--red); outline: none; }

.service-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: min(560px, 94vw);
  height: 100dvh;
  overflow-y: auto;
  background: #09090a;
  border-left: 1px solid #2b2b2d;
  transform: translateX(102%);
  visibility: hidden;
  transition: transform .34s cubic-bezier(.22,.61,.36,1), visibility 0s linear .34s;
  box-shadow: -36px 0 80px rgba(0,0,0,.4);
}
.service-drawer.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.drawer-media {
  height: 260px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.drawer-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,#09090a 0%,transparent 52%), linear-gradient(90deg,rgba(0,0,0,.35),transparent 65%);
}
.drawer-body { padding: 12px clamp(26px, 5vw, 54px) 48px; }
.drawer-index,
.result-kicker {
  margin: 0 0 9px;
  color: var(--red);
  font-family: var(--display);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.drawer-body > h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 76px);
  line-height: .94;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.drawer-lead { margin: 18px 0 28px; max-width: 470px; color: #c1c1c4; line-height: 1.75; font-size: 14px; }
.drawer-section { padding: 24px 0; border-top: 1px solid #252528; }
.drawer-section h3 { margin: 0 0 14px; color: #fff; font-family: var(--display); font-weight: 400; font-size: 18px; text-transform: uppercase; letter-spacing: .12em; }
.drawer-list { list-style: none; display: grid; gap: 11px; margin: 0; padding: 0; }
.drawer-list li { position: relative; padding-left: 22px; color: #b9b9bc; font-size: 13px; line-height: 1.55; }
.drawer-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 1px; background: var(--red); }
.drawer-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.drawer-meta span { display: block; margin-bottom: 6px; color: #707074; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.drawer-meta p { margin: 0; color: #d2d2d4; font-size: 13px; line-height: 1.55; }
.drawer-note { margin: 4px 0 28px; color: #77777b; font-size: 11px; line-height: 1.6; }
.drawer-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.drawer-actions .button { font-size: 13px; min-height: 50px; }
.drawer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  color: #d8d8da;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #424245;
}
.drawer-instagram span { color: var(--red); font-size: 18px; }
.drawer-instagram:hover { color: #fff; border-bottom-color: var(--red); }

.chooser-modal {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  width: min(860px, calc(100vw - 40px));
  max-height: min(88dvh, 850px);
  overflow-y: auto;
  background: #0a0a0b;
  border: 1px solid #303034;
  transform: translate(-50%, -46%) scale(.985);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .3s ease, visibility 0s linear .3s;
}
.chooser-modal.is-open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); transition-delay: 0s; }
.chooser-inner { padding: clamp(34px, 5vw, 58px); }
.chooser-heading { padding-right: 64px; margin-bottom: 32px; }
.chooser-heading .eyebrow { margin-bottom: 8px; }
.chooser-heading h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(50px, 7vw, 76px); line-height: .95; text-transform: uppercase; }
.chooser-heading > p:last-child { max-width: 560px; margin: 16px 0 0; color: #9c9ca0; font-size: 13px; line-height: 1.7; }
.finder-step { padding: 24px 0; border-top: 1px solid #252528; }
.finder-step-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.finder-step-head > span { color: var(--red); font-family: var(--display); font-size: 20px; }
.finder-step-head h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: 24px; text-transform: uppercase; letter-spacing: .05em; }
.finder-options { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 9px; }
.finder-options-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.finder-options label { position: relative; min-width: 0; }
.finder-options input { position: absolute; opacity: 0; pointer-events: none; }
.finder-options span {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid #303034;
  color: #b9b9bc;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.finder-options input:checked + span { border-color: var(--red); background: rgba(226,24,24,.09); color: #fff; }
.finder-options input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.finder-error { min-height: 22px; margin: 6px 0 8px; color: #ff8b8b; font-size: 12px; }
.finder-submit {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}
.finder-submit span { margin-left: 14px; }
.finder-submit:hover, .finder-submit:focus-visible { background: #b91111; outline: none; }
.finder-result { padding-top: 10px; }
.finder-result h3 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(54px, 8vw, 82px); line-height: .94; text-transform: uppercase; color: #fff; }
.finder-result > p:not(.result-kicker) { max-width: 620px; margin: 17px 0 22px; color: #b6b6ba; font-size: 14px; line-height: 1.7; }
.result-summary { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.result-summary span { padding: 8px 11px; border: 1px solid #303034; color: #9d9da1; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.finder-result-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid #252528; }
.finder-reset { margin-top: 28px; padding: 4px 0; border: 0; border-bottom: 1px solid #46464a; background: transparent; color: #8d8d91; font-size: 12px; cursor: pointer; }
.finder-reset:hover { color: #fff; border-bottom-color: #fff; }

/* =========================================================
   V3 — viewport-fit service drawer + mobile alignment polish
   ========================================================= */

/* Keep service details visually complete in a normal desktop viewport. */
@media (min-width: 761px) {
  .service-drawer {
    display: grid;
    grid-template-rows: clamp(150px, 22dvh, 210px) minmax(0, 1fr);
    height: 100dvh;
    overflow: hidden;
  }

  .drawer-media {
    height: auto;
    min-height: 0;
  }

  .drawer-body {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(16px, 2.2dvh, 24px) clamp(34px, 3.2vw, 48px) clamp(18px, 2.5dvh, 30px);
    scrollbar-width: thin;
    scrollbar-color: #303034 transparent;
  }

  .drawer-body > h2 {
    font-size: clamp(48px, 6dvh, 64px);
  }

  .drawer-index { margin-bottom: 6px; }

  .drawer-lead {
    margin: clamp(10px, 1.5dvh, 15px) 0 clamp(13px, 2dvh, 20px);
    line-height: 1.55;
  }

  .drawer-section {
    padding: clamp(13px, 1.8dvh, 18px) 0;
  }

  .drawer-section h3 { margin-bottom: 10px; }
  .drawer-list { gap: clamp(5px, .8dvh, 8px); }
  .drawer-list li { line-height: 1.42; }
  .drawer-meta { gap: 20px; }
  .drawer-meta p { line-height: 1.4; }

  .drawer-note {
    margin: clamp(5px, .8dvh, 8px) 0 clamp(12px, 1.7dvh, 18px);
    line-height: 1.45;
  }

  .drawer-actions { gap: 16px; }
  .drawer-actions .button { min-height: 46px; }
}

/* Extra compression for shorter laptop screens. */
@media (min-width: 761px) and (max-height: 800px) {
  .service-drawer {
    grid-template-rows: 145px minmax(0, 1fr);
    width: min(540px, 94vw);
  }

  .drawer-body {
    padding: 12px 36px 16px;
  }

  .drawer-body > h2 { font-size: 48px; }
  .drawer-lead { margin: 8px 0 11px; font-size: 13px; line-height: 1.45; }
  .drawer-section { padding: 10px 0; }
  .drawer-section h3 { margin-bottom: 7px; font-size: 16px; }
  .drawer-list { gap: 4px; }
  .drawer-list li { font-size: 12px; line-height: 1.35; }
  .drawer-meta span { margin-bottom: 4px; }
  .drawer-meta p { font-size: 12px; line-height: 1.35; }
  .drawer-note { margin: 2px 0 10px; font-size: 10px; line-height: 1.4; }
  .drawer-actions .button { min-height: 42px; }
  .drawer-instagram { min-height: 42px; }
}

/* Mobile drawer: proper bottom sheet and centered high-level copy. */
@media (max-width: 760px) {
  .service-drawer {
    top: auto;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: clamp(120px, 22dvh, 170px) minmax(0, 1fr);
    width: 100%;
    height: min(92dvh, 820px);
    overflow: hidden;
    border-left: 0;
    border-top: 1px solid #333337;
    transform: translateY(102%);
  }

  .service-drawer.is-open { transform: translateY(0); }
  .drawer-media { height: auto; min-height: 0; }
  .drawer-body {
    min-height: 0;
    overflow-y: auto;
    padding: 18px 22px 28px;
    text-align: center;
  }

  .drawer-index,
  .drawer-body > h2,
  .drawer-lead,
  .drawer-section h3,
  .drawer-note { text-align: center; }

  .drawer-body > h2 { font-size: clamp(44px, 14vw, 62px); }
  .drawer-lead { margin: 12px auto 18px; max-width: 520px; }
  .drawer-list { max-width: 520px; margin-inline: auto; text-align: left; }
  .drawer-meta { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .drawer-actions { align-items: stretch; flex-direction: column; }
  .drawer-actions .button,
  .drawer-instagram { width: 100%; justify-content: center; text-align: center; }

  .service-helper {
    align-items: center;
    text-align: center;
  }
  .service-helper > div { margin-inline: auto; }
  .helper-action {
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .chooser-modal {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-height: 92dvh;
    border-left: 0;
    border-right: 0;
    transform: translateY(102%);
  }
  .chooser-modal.is-open { transform: translateY(0); }
  .chooser-inner { padding: 34px 22px 28px; }
  .chooser-heading { padding-right: 0; text-align: center; }
  .chooser-heading > p:last-child { margin-left: auto; margin-right: auto; }
  .finder-step-head { justify-content: center; text-align: center; }
  .finder-result { text-align: center; }
  .finder-result > p:not(.result-kicker) { margin-left: auto; margin-right: auto; }
  .result-summary { justify-content: center; }
  .finder-result-actions { align-items: stretch; flex-direction: column; }
  .finder-result-actions .button,
  .finder-result-actions .drawer-instagram { width: 100%; justify-content: center; }

  .primary-nav a { text-align: center; }
  .final-copy { margin-inline: auto; text-align: center; }
  .final-copy .button { margin-inline: auto; }
  .footer-grid { text-align: center; }
  .footer-brand { display: flex; justify-content: center; }
  .footer-col p,
  .footer-col a,
  .footer-location { justify-content: center; }
  .theglady-credit { justify-content: center; text-align: center; }
}

@media (max-width: 430px) {
  .drawer-body { padding-inline: 18px; }
  .drawer-body > h2 { font-size: 44px; }
  .drawer-list li { font-size: 12px; }
  .chooser-heading h2 { font-size: 46px; }
}
