:root {
  --ink: #0a0a0a;
  --paper: #f6f4f1;
  --red: #af1120;
  --white: #fff;
  --muted: #706d69;
  --header-h: 138px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Montserrat", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.eyebrow { color: var(--red); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.display { margin: 14px 0 22px; font-family: "Bebas Neue", sans-serif; font-size: clamp(2.15rem, 4.6vw, 4.75rem); font-weight: 900; line-height: .98; letter-spacing: -.045em; }
.section-title { margin: 14px 0 22px; font-family: "Bebas Neue", sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; line-height: 1.02; letter-spacing: -.035em; }
.body-copy { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.75; }
.section { padding: 120px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .body-copy { color: rgba(255,255,255,.68); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .3s, box-shadow .3s, transform .45s cubic-bezier(.16,1,.3,1); }
.site-header.scrolled { background: rgba(10,10,10,.97); box-shadow: 0 10px 32px rgba(0,0,0,.22); }
.site-header.header-hidden { transform: translateY(-110%); }
.topbar { min-height: 34px; background: rgba(10,10,10,.88); font-size: .74rem; letter-spacing: .035em; }
.topbar-inner, .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar-inner { min-height: 34px; }
.topbar-group { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.75); }
.topbar i { color: var(--red); margin-right: 7px; }
.topbar-socials,.footer-socials,.contact-socials { display: flex; align-items: center; gap: 10px; }
.topbar-socials { margin-left: auto; }
.topbar-socials a { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transition: background .25s,border-color .25s,transform .25s; }
.topbar-socials a:hover { background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.topbar-socials i { margin: 0; color: #fff; }
.navbar { transition: background .3s; }
.nav-inner { min-height: 104px; }
.brand { flex: 0 0 240px; }
.brand img { width: 240px !important; height: auto; max-height: 94px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { position: relative; font-size: .9rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.nav-links a, .mobile-menu a, .footer-links a { display: inline-flex; align-items: center; gap: 7px; }
.link-icon { flex: 0 0 auto; color: var(--red); font-size: .82em; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; cursor: pointer; }
.mobile-menu { display: none; background: var(--ink); padding: 10px 24px 24px; }
.mobile-menu.open { display: grid; }
.mobile-menu a { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.11); font-size: .94rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 26px; border: 1px solid transparent; background: var(--red); color: #fff; font-size: .88rem; font-weight: 800; cursor: pointer; clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%); transition: transform .25s, filter .25s; }
.btn:hover { transform: translateY(-3px); filter: brightness(1.1); }
.btn-outline { border-color: rgba(255,255,255,.6); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 2px solid var(--red); font-weight: 800; }

/* The hero owns a full scroll chapter. Its sticky scene cannot leave until progress reaches 100%. */
.hero-scroll { position: relative; height: 400vh; background: var(--ink); }
.hero-stage { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; background: var(--ink); }
.hero-panel { position: absolute; left: 0; width: 100%; height: 50%; overflow: hidden; z-index: 3; will-change: transform; }
.hero-panel.top { top: 0; }
.hero-panel.bottom { bottom: 0; }
.hero-panel-media { position: absolute; left: 0; width: 100%; height: 200%; }
.hero-panel.top .hero-panel-media { top: 0; }
.hero-panel.bottom .hero-panel-media { bottom: 0; }
.hero-panel video { width: 100%; height: 100%; object-fit: cover; filter: none; }
.hero-panel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,10,10,.43),rgba(10,10,10,.08)),linear-gradient(0deg,rgba(10,10,10,.45),transparent 58%); box-shadow: inset 0 0 0 100vmax rgba(235,41,9,.045); }
.hero-intro { position: absolute; left: max(40px, calc((100vw - var(--max))/2)); bottom: 8vh; z-index: 5; max-width: 820px; color: #fff; will-change: transform,opacity; }
.hero-intro .eyebrow { text-shadow: 0 3px 12px rgba(0,0,0,.95); }
.hero-intro .hero-actions { filter: drop-shadow(0 9px 16px rgba(0,0,0,.48)); }
.hero-intro .display { max-width: min(1050px,calc(100vw - 80px)); font-size: clamp(2.9rem,6.4vw,6rem); overflow-wrap: normal; word-break: normal; }
.hero-intro .display { position: relative; text-shadow: 0 8px 28px rgba(0,0,0,.72),0 2px 5px rgba(0,0,0,.7); }
.hero-intro .display::after { content: ""; display: block; width: min(270px,42%); height: 5px; margin-top: 18px; background: linear-gradient(90deg,var(--red) 0 66%,rgba(255,255,255,.85) 66% 86%,transparent 86%); box-shadow: 0 4px 16px rgba(0,0,0,.45); }
.hero-intro .body-copy { max-width: 640px; color: rgba(255,255,255,.92); text-shadow: 0 3px 12px rgba(0,0,0,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-reveal { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; padding: var(--header-h) 40px 40px; color: #fff; text-align: center; opacity: 0; transform: scale(.9); will-change: transform,opacity; }
.hero-reveal::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%,rgba(235,41,9,.3),transparent 27%),radial-gradient(circle at 14% 78%,rgba(235,41,9,.16),transparent 22%),linear-gradient(rgba(235,41,9,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(235,41,9,.07) 1px,transparent 1px); background-size: auto,auto,64px 64px,64px 64px; animation: blueprintShift 12s linear infinite; }
.hero-reveal-inner { position: relative; max-width: 850px; }
.hero-reveal .body-copy { color: rgba(255,255,255,.72); max-width: 720px; margin-inline: auto; }
.gradient-scroll-text { --text-fill: 0%; background: linear-gradient(90deg,#fff 0%,#fff var(--text-fill),rgba(255,255,255,.17) calc(var(--text-fill) + 7%),rgba(255,255,255,.17) 100%); background-clip: text; -webkit-background-clip: text; color: transparent !important; -webkit-text-fill-color: transparent; }
.hero-reveal h2.gradient-scroll-text { background-image: linear-gradient(90deg,#fff 0%,var(--red) var(--text-fill),rgba(255,255,255,.15) calc(var(--text-fill) + 8%),rgba(255,255,255,.15) 100%); }
.welcome-decor { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.welcome-decor i { position: absolute; color: rgba(255,255,255,.08); filter: drop-shadow(0 0 24px rgba(235,41,9,.2)); animation: toolFloat 7s ease-in-out infinite; }
.welcome-decor i:nth-child(1) { left: 8%; top: 20%; font-size: clamp(3rem,7vw,7rem); transform: rotate(-18deg); }
.welcome-decor i:nth-child(2) { right: 9%; top: 25%; font-size: clamp(3.5rem,8vw,8rem); animation-delay: -2.4s; }
.welcome-decor i:nth-child(3) { left: 17%; bottom: 9%; font-size: clamp(2.6rem,6vw,6rem); animation-delay: -4.2s; }
.welcome-orbit { position: absolute; right: 13%; bottom: 10%; width: min(28vw,330px); aspect-ratio: 1; border: 1px dashed rgba(235,41,9,.3); border-radius: 50%; animation: orbitSpin 20s linear infinite; }
.welcome-orbit::before,.welcome-orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--red); box-shadow: 0 0 25px rgba(235,41,9,.55); }
.welcome-orbit::before { width: 10px; height: 10px; top: -5px; left: 50%; }
.welcome-orbit::after { width: 6px; height: 6px; bottom: 12%; left: 8%; }
@keyframes blueprintShift { to { background-position: 0 0,0 0,64px 64px,64px 64px; } }
@keyframes toolFloat { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-24px) rotate(6deg); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.scroll-cue { position: absolute; right: 36px; bottom: 34px; z-index: 7; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: .7rem; letter-spacing: .16em; writing-mode: vertical-rl; }
.scroll-cue::after { content: ""; width: 1px; height: 54px; background: var(--red); }

.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 38px 20px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-value { font-family: "Bebas Neue", sans-serif; font-size: 1.65rem; font-weight: 900; }
.trust-item:nth-child(even) .trust-value { color: var(--red); }
.trust-label { margin-top: 7px; color: rgba(255,255,255,.57); font-size: .7rem; letter-spacing: .1em; }

/* Each trade is a full-screen layer. Scroll reveals the next layer over the previous one. */
.trades-scroll { position: relative; height: 520vh; background: var(--paper); }
.trades-stage { position: sticky; top: 0; height: 100svh; min-height: 640px; overflow: hidden; }
.trades-heading { position: absolute; z-index: 12; top: calc(var(--header-h) + 28px); left: max(40px,calc((100vw - var(--max))/2)); }
.trades-heading .eyebrow { display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid rgba(10,10,10,.1); border-radius: 999px; background: #e8e6e2; color: var(--red); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.trades-heading .section-title { max-width: 590px; margin-bottom: 0; color: #fff; font-size: clamp(2rem,3.8vw,3.7rem); text-shadow: 0 3px 22px rgba(0,0,0,.7); }
.trade-card { position: absolute; inset: 0; z-index: var(--layer); display: grid; grid-template-columns: 52% 48%; background: var(--paper); clip-path: inset(var(--clip,100%) 0 0 0); will-change: clip-path,transform; }
.trade-card:first-of-type { clip-path: inset(0); }
.trade-media { position: relative; overflow: hidden; }
.trade-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.2) 100%),linear-gradient(90deg,transparent 65%,rgba(246,244,241,.18)); box-shadow: inset 0 0 80px rgba(0,0,0,.38); }
.trade-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.88); transform: scale(var(--image-scale,1.06)); will-change: transform; }
.trade-copy { align-self: end; padding: 60px max(40px,calc((100vw - var(--max))/2)) 10vh 64px; }
.trade-number { color: var(--red); font-family: "Bebas Neue", sans-serif; font-size: 4.5rem; font-weight: 900; line-height: 1; }
.trade-copy h3 { margin: 12px 0 16px; font-family: "Bebas Neue", sans-serif; font-size: clamp(2rem,4vw,4.4rem); line-height: .98; }
.trade-copy h3 { overflow-wrap: normal; word-break: keep-all; }
.trade-copy p { max-width: 480px; }
.trade-progress { position: absolute; z-index: 14; right: max(24px,calc((100vw - var(--max))/2)); top: 50%; transform: translateY(-50%); display: grid; gap: 10px; }
.trade-dot { width: 3px; height: 34px; border: 0; background: rgba(10,10,10,.2); transition: height .25s,background .25s; }
.trade-dot.active { height: 60px; background: var(--red); }

/* Services page: bigger scroll-revealed service cards, one per screen, horizontal wipe transition */
.services-scroll { position: relative; height: 620vh; background: var(--paper); }
.services-stage { position: sticky; top: 0; height: 100svh; min-height: 720px; overflow: hidden; }
.services-heading { position: absolute; z-index: 12; top: calc(var(--header-h) + 28px); left: max(40px,calc((100vw - var(--max))/2)); }
.services-heading .eyebrow { display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid rgba(10,10,10,.1); border-radius: 999px; background: #e8e6e2; color: var(--red); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.services-heading .section-title { max-width: 640px; margin-bottom: 0; color: #fff; font-size: clamp(2rem,3.6vw,3.5rem); text-shadow: 0 3px 22px rgba(0,0,0,.7); }
.service-scroll-card { position: absolute; inset: 0; z-index: var(--layer); display: grid; grid-template-columns: 55% 45%; background: var(--paper); clip-path: inset(var(--clip,100%) 0 0 0); will-change: clip-path,transform; }
.service-scroll-card:first-of-type { clip-path: inset(0); }
.service-scroll-media { position: relative; overflow: hidden; }
.service-scroll-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.2) 100%),linear-gradient(90deg,transparent 65%,rgba(246,244,241,.18)); box-shadow: inset 0 0 80px rgba(0,0,0,.38); }
.service-scroll-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.88); transform: scale(var(--image-scale,1.06)); will-change: transform; }
.service-scroll-copy { align-self: end; max-width: 660px; padding: 60px max(40px,calc((100vw - var(--max))/2)) 9vh 64px; }
.service-scroll-number { color: var(--red); font-family: "Bebas Neue", sans-serif; font-size: 4.2rem; font-weight: 900; line-height: 1; }
.service-scroll-copy h3 { margin: 12px 0 18px; font-family: "Bebas Neue", sans-serif; font-size: clamp(2rem,3.8vw,4rem); line-height: .98; overflow-wrap: normal; word-break: keep-all; }
.service-scroll-copy .body-copy { max-width: 560px; font-size: clamp(1rem,1.3vw,1.14rem); }
.service-scroll-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 24px; margin: 24px 0 28px; padding: 0; list-style: none; max-width: 560px; }
.service-scroll-features li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: .93rem; font-weight: 700; }
.service-scroll-features li i { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(235,41,9,.14); color: var(--red); font-size: .68rem; }
.services-progress { position: absolute; z-index: 14; right: max(24px,calc((100vw - var(--max))/2)); top: 50%; transform: translateY(-50%); display: grid; gap: 10px; }
.services-dot { width: 3px; height: 34px; border: 0; background: rgba(10,10,10,.2); transition: height .25s,background .25s; }
.services-dot.active { height: 60px; background: var(--red); }

.services-marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.14); background: var(--red); color: #fff; }
.services-marquee-track { display: flex; width: max-content; animation: servicesMarquee 24s linear infinite; }
.services-marquee-group { display: flex; align-items: center; flex-shrink: 0; }
.services-marquee-item { display: inline-flex; align-items: center; gap: 12px; padding: 18px 34px; font-family: "Bebas Neue",sans-serif; font-size: clamp(.95rem,1.5vw,1.2rem); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.services-marquee-item i { color: #111; }
.services-marquee-item::after { content: "/"; margin-left: 24px; color: rgba(255,255,255,.48); }
@keyframes servicesMarquee { to { transform: translateX(-50%); } }

.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.feature-image { width: 100%; min-height: 520px; object-fit: cover; }
.stat-card, .value-card, .service-card, .process-card { border: 1px solid rgba(10,10,10,.12); background: #fff; }
.value-card { padding: 40px; }
.value-card .number { color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: 3.5rem; font-weight: 900; }
.service-card { overflow: hidden; }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s; }
.service-card:hover img { transform: scale(1.05); }
.service-card-copy { padding: 30px; }
.service-card h3 { margin: 0 0 12px; font-family: "Bebas Neue",sans-serif; font-size: 1.6rem; }
.process-card { min-height: 230px; padding: 30px; background: var(--ink); color: #fff; clip-path: polygon(0 0,100% 0,100% 88%,88% 100%,0 100%); }
.process-card strong { display: block; color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: 2rem; }
.process-card h3 { font-size: 1.12rem; }
.process-card p { color: rgba(255,255,255,.6); line-height: 1.6; }
.flip-card { min-height: 250px; border: 0; background: transparent; perspective: 1200px; clip-path: none; cursor: pointer; }
.flip-card-inner { position: relative; width: 100%; height: 250px; transition: transform .75s cubic-bezier(.2,.75,.2,1); transform-style: preserve-3d; }
.flip-card:hover .flip-card-inner,.flip-card:focus .flip-card-inner,.flip-card.flipped .flip-card-inner { transform: rotateY(180deg); }
.flip-face { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 30px; backface-visibility: hidden; clip-path: polygon(0 0,100% 0,100% 88%,88% 100%,0 100%); }
.flip-front { background: var(--ink); color: #fff; }
.flip-front strong { color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: 2rem; }
.flip-back { background: var(--red); color: #fff; transform: rotateY(180deg); }
.flip-back p { color: rgba(255,255,255,.86); }
.flip-hint { margin-top: auto; color: rgba(255,255,255,.52); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }

/* Sticky five-stop project journey */
.journey-scroll { position: relative; height: 520vh; background: #e8e6e2; color: #111; }
.journey-stage { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; background: #e8e6e2; }
.journey-bg { position: absolute; inset: -10%; background: url('assets/process-parallax.webp') center/cover no-repeat; opacity: .88; filter: brightness(1.12) saturate(.68); transform: translate3d(0,0,0) scale(1.12); will-change: transform; }
.journey-stage::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.2); pointer-events: none; }
.journey-heading { position: absolute; z-index: 5; top: 9vh; left: 50%; width: min(760px,calc(100% - 40px)); transform: translateX(-50%); text-align: center; }
.journey-heading .section-title { margin-block: 8px 24px; }
.journey-heading .section-title { color: #fff; text-shadow: 0 4px 20px rgba(0,0,0,.9); }
.journey-intro { max-width: 670px; margin: 0 auto 26px; color: rgba(255,255,255,.88); line-height: 1.55; text-shadow: 0 3px 12px rgba(0,0,0,.85); }
.journey-canvas { position: absolute; inset: 42vh 0 12vh; width: min(100%,1100px); margin: auto; }
.journey-line { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.journey-line path { fill: none; stroke-width: 5; vector-effect: non-scaling-stroke; }
.journey-line-base { stroke: rgba(32,19,16,.28); }
.journey-line-progress { stroke: #af1120; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; filter: drop-shadow(0 0 10px rgba(235,41,9,1)); }
.journey-point { position: absolute; z-index: 4; left: var(--point-x); top: var(--point-y); width: 19px; height: 19px; border: 3px solid rgba(10,10,10,.3); border-radius: 50%; background: #f6f4f1; transform: translate(-50%,-50%); transition: border-color .35s,background .35s,box-shadow .35s,scale .35s; }
.journey-point.passed,.journey-point.active { border-color: var(--red); background: var(--red); }
.journey-point.active { scale: 1.35; box-shadow: 0 0 0 9px rgba(235,41,9,.13),0 0 30px rgba(235,41,9,.7); }
.journey-step { position: absolute; z-index: 3; top: var(--point-y); width: 38%; padding: 20px 24px; border: 1px solid rgba(10,10,10,.14); background: rgba(255,255,255,.78); color: #111; opacity: .04; transform: translateY(-50%) scale(.91); transition: opacity .4s,transform .4s,border-color .4s,background .4s,color .4s; backdrop-filter: blur(9px); }
.journey-step.side-left { right: 57%; text-align: right; }
.journey-step.side-right { left: 57%; }
.journey-step.passed { opacity: .13; }
.journey-step.active { opacity: 1; color: #111; transform: translateY(-50%) scale(1); border-color: var(--red); background: rgba(246,244,241,.97); box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.journey-step strong { color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: 1.25rem; }
.journey-step h3 { margin: 4px 0; font-size: 1rem; }
.journey-step p { margin: 0; color: rgba(10,10,10,.68); font-size: .82rem; line-height: 1.52; }
.journey-step.active p { color: rgba(10,10,10,.72); }
.journey-step-note { display: block; margin-top: 7px; color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey-step.active .journey-step-note { color: var(--red); }

/* Full-width portfolio track controlled by page scroll */
.portfolio-scroll { position: relative; height: 440vh; background: var(--paper); }
.portfolio-stage { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; }
.portfolio-scroll-heading { position: absolute; z-index: 4; top: 8vh; left: max(30px,calc((100vw - var(--max))/2)); }
.portfolio-scroll-heading .section-title { margin-block: 8px 0; }
.portfolio-scroll-description { max-width: 620px; margin: 16px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.portfolio-scroll-track { position: absolute; left: 0; bottom: 5vh; display: flex; gap: 24px; padding-inline: max(30px,calc((100vw - var(--max))/2)); will-change: transform; }
.portfolio-slide { position: relative; flex: 0 0 78vw; height: 67vh; overflow: hidden; background: #111; box-shadow: 0 25px 60px rgba(0,0,0,.22); transform: scale(.92); opacity: .54; transition: transform .22s linear,opacity .22s linear; }
.portfolio-slide.active { transform: scale(1); opacity: 1; }
.portfolio-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.portfolio-slide:hover img { transform: scale(1.04); }
.portfolio-slide::after { content: none; }
.portfolio-slide-copy { display: none; }
.portfolio-slide-copy strong { display: block; color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: clamp(1.7rem,3vw,3rem); }
.portfolio-slide-copy h3 { margin: 7px 0 0; font-family: "Bebas Neue",sans-serif; font-size: clamp(1.7rem,4vw,4.2rem); line-height: 1; }
.portfolio-slide-copy span { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
/* Masonry-style gallery: varied sizes, no captions, color hover + zoom, click to open lightbox */
.portfolio-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 210px; grid-auto-flow: dense; gap: 16px; }
.portfolio-item { position: relative; grid-column: span 1; grid-row: span 1; overflow: hidden; border: 0; margin: 0; padding: 0; background: #1a1a1a; cursor: zoom-in; display: block; width: 100%; height: 100%; }
.portfolio-item.size-wide { grid-column: span 2; grid-row: span 1; }
.portfolio-item.size-tall { grid-column: span 1; grid-row: span 2; }
.portfolio-item.size-feature { grid-column: span 2; grid-row: span 2; }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .5s; }
.portfolio-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg,rgba(235,41,9,.82),rgba(10,10,10,.78)); opacity: 0; transition: opacity .4s ease; }
.portfolio-item:hover img,.portfolio-item:focus-visible img { transform: scale(1.1); filter: brightness(.7); }
.portfolio-item:hover::after,.portfolio-item:focus-visible::after { opacity: 1; }
.portfolio-zoom { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; opacity: 0; transform: scale(.55); transition: opacity .35s ease, transform .4s cubic-bezier(.2,.8,.2,1); }
.portfolio-item:hover .portfolio-zoom,.portfolio-item:focus-visible .portfolio-zoom { opacity: 1; transform: scale(1); }
.portfolio-zoom i { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; color: #fff; font-size: 1.25rem; background: rgba(10,10,10,.25); backdrop-filter: blur(2px); }
.portfolio-item:focus-visible { outline: 3px solid #fff; outline-offset: -3px; }

.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 40px; background: rgba(6,6,6,.94); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-stage { position: relative; max-width: min(1100px,92vw); max-height: 86vh; }
.lightbox-stage img { display: block; max-width: 100%; max-height: 86vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 40px 100px rgba(0,0,0,.6); transform: scale(.86); opacity: 0; transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .4s ease; }
.lightbox.open .lightbox-stage img { transform: scale(1); opacity: 1; }
.lightbox-close { position: absolute; top: -56px; right: 0; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; font-size: 1.05rem; cursor: pointer; transition: background .25s,border-color .25s,transform .25s; }
.lightbox-close:hover { background: var(--red); border-color: var(--red); transform: rotate(90deg); }
.page-hero { min-height: 62svh; padding: calc(var(--header-h) + 100px) 0 100px; display: flex; align-items: end; position: relative; overflow: hidden; background: #111; color: #fff; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.15)); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .display { max-width: 880px; }
.about-page-hero .body-copy { max-width: 660px; color: rgba(255,255,255,.82); text-shadow: 0 3px 14px rgba(0,0,0,.75); }

/* About page: editorial story layout inspired by the supplied reference */
.about-story-section { position: relative; min-height: 780px; overflow: hidden; background: var(--paper); }
.about-story-image { position: absolute; inset: 0 0 110px; background: linear-gradient(90deg,rgba(10,10,10,.08),rgba(10,10,10,.24)),url('assets/process-parallax.webp') center/cover no-repeat; transform: scale(1.035); animation: aboutImageDrift 14s ease-in-out infinite alternate; }
.home-standard-story .about-story-image { background-image: linear-gradient(90deg,rgba(10,10,10,.1),rgba(10,10,10,.22)),url('assets/general-construction.webp'); }
.about-story-card { position: absolute; z-index: 2; left: max(40px,calc((100vw - var(--max))/2)); bottom: 0; width: min(570px,calc(100% - 80px)); padding: clamp(42px,6vw,78px); background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.18); border-top: 5px solid var(--red); }
.about-story-card p { color: var(--muted); line-height: 1.72; }
@keyframes aboutImageDrift { from { transform: scale(1.035) translate3d(-.8%,0,0); } to { transform: scale(1.075) translate3d(.8%,-1%,0); } }

.about-stats { display: grid; grid-template-columns: repeat(4,1fr); background: var(--ink); color: #fff; }
.about-stat { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 38px clamp(24px,4vw,58px); border-right: 1px solid rgba(255,255,255,.13); }
.about-stat:last-child { border-right: 0; }
.about-stat strong { color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: clamp(2.35rem,4vw,4.6rem); line-height: 1; }
.about-stat span { margin-top: 14px; color: rgba(255,255,255,.64); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.about-purpose { position: relative; overflow: hidden; padding: 140px 0; }
.about-purpose::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 20%,rgba(235,41,9,.2),transparent 24%),linear-gradient(125deg,transparent 68%,rgba(235,41,9,.09) 68%); }
.about-purpose .container { position: relative; }
.about-purpose-heading { max-width: 820px; margin-bottom: 70px; }
.about-purpose-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.about-purpose-card { position: relative; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); overflow: hidden; transition: transform .35s,border-color .35s,background .35s; }
.about-purpose-card:hover { transform: translateY(-10px); border-color: var(--red); background: rgba(235,41,9,.1); }
.about-purpose-card.accent { background: var(--red); }
.about-purpose-card > i { position: absolute; top: 34px; right: 34px; color: rgba(255,255,255,.12); font-size: 5.8rem; transition: transform .5s,color .5s; }
.about-purpose-card:hover > i { transform: rotate(-8deg) scale(1.12); color: rgba(255,255,255,.22); }
.about-purpose-card > span { color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: 1.1rem; font-weight: 900; }
.about-purpose-card.accent > span { color: #fff; }
.about-purpose-card h3 { margin: 9px 0 14px; font-family: "Bebas Neue",sans-serif; font-size: 1.8rem; }
.about-purpose-card p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }

.service-showcase-scroll { overflow: hidden; padding: 130px 0; background: #ebe9e5; }
.service-showcase-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.service-showcase-heading .body-copy { margin: 0; }
.service-showcase-window { overflow: hidden; }
.service-showcase-track { display: flex; width: max-content; gap: 18px; padding-inline: 18px; animation: serviceCarousel 28s linear infinite; }
.service-showcase-track:hover { animation-play-state: paused; }
.service-showcase-card { position: relative; width: min(46vw,620px); height: 520px; flex: 0 0 auto; overflow: hidden; background: #111; color: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.2); }
.service-showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.service-showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.9),transparent 58%); }
.service-showcase-card > div { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 34px; }
.service-showcase-card span { color: var(--red); font-family: "Bebas Neue",sans-serif; font-weight: 900; }
.service-showcase-card h3 { margin: 8px 0 16px; font-family: "Bebas Neue",sans-serif; font-size: clamp(1.8rem,3vw,3.4rem); line-height: 1; }
.service-showcase-card strong { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.service-showcase-card:hover img { transform: scale(1.07); }
@keyframes serviceCarousel { to { transform: translateX(calc(-50% - 9px)); } }

.faq-split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: start; gap: clamp(50px,7vw,100px); }
.faq-content .body-copy { max-width: 680px; }
.faq-list { margin-top: 34px; }
.faq-image-wrap { position: sticky; top: 120px; min-height: 720px; overflow: hidden; background: var(--ink); box-shadow: 0 28px 65px rgba(0,0,0,.18); }
.faq-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.76),transparent 58%); }
.faq-image-wrap img { width: 100%; height: 720px; object-fit: cover; transition: transform .8s; }
.faq-image-wrap:hover img { transform: scale(1.04); }
.faq-image-wrap span { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 34px; display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; line-height: 1.5; }
.faq-image-wrap span i { color: var(--red); font-size: 1.4rem; }
.split-list { border-top: 1px solid rgba(10,10,10,.15); }
.split-list > div { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(10,10,10,.15); }
.split-list strong { color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: 1.4rem; }
.map-frame { width: 100%; min-height: 520px; border: 0; }
.city-list { display: flex; flex-wrap: wrap; gap: 10px; }
.city-list span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); }
.video-placeholder { min-height: 460px; display: grid; place-items: center; padding: 40px; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg,#151515,#070707); text-align: center; }
.video-icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 24px; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font-size: 1.5rem; }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .8rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 16px; border: 1px solid rgba(10,10,10,.2); background: #fff; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(235,41,9,.1); }
.contact-list { display: grid; gap: 20px; }
.contact-row { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: center; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; }
.faq-item { border-top: 1px solid rgba(10,10,10,.15); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0 0 25px; color: var(--muted); line-height: 1.65; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

/* Contact + review composition inspired by the supplied reference */
.review-contact-section { position: relative; overflow: hidden; background: #101010; color: #fff; }
.review-layout { display: grid; grid-template-columns: 44% 56%; min-height: 780px; }
.review-visual { position: relative; min-height: 780px; background: linear-gradient(rgba(10,10,10,.2),rgba(10,10,10,.48)),url('assets/general-construction.webp') center/cover no-repeat; }
.review-form-card { position: absolute; z-index: 4; top: 50%; right: -88px; width: min(520px,calc(100% - 40px)); padding: 48px; border: 7px solid rgba(10,10,10,.32); background: var(--red); transform: translateY(-50%); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.review-form-card .eyebrow { color: #fff; }
.review-form-card h2 { margin: 12px 0 30px; font-family: "Bebas Neue",sans-serif; font-size: clamp(2rem,3vw,3rem); line-height: 1; }
.review-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.review-form .full { grid-column: 1/-1; }
.review-form input,.review-form select,.review-form textarea { width: 100%; padding: 15px 16px; border: 0; background: #fff; color: #111; outline: 0; }
.review-form textarea { min-height: 128px; resize: vertical; }
.review-form input:focus,.review-form select:focus,.review-form textarea:focus { box-shadow: 0 0 0 4px rgba(10,10,10,.18); }
.review-form .btn { width: 100%; clip-path: none; background: #111; }
.review-content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 80px max(40px,8vw) 80px 140px; }
.review-content > .body-copy { color: rgba(255,255,255,.62); max-width: 660px; }
.review-slider { position: relative; min-height: 300px; margin-top: 38px; }
.review-slide { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 42px; border: 1px solid rgba(255,255,255,.1); background: #1b1b1b; opacity: 0; transform: translateX(28px); pointer-events: none; transition: opacity .5s,transform .5s; }
.review-slide.active { opacity: 1; transform: none; pointer-events: auto; }
.review-stars { color: var(--red); letter-spacing: 4px; }
.review-slide h3 { margin: 12px 0 22px; font-size: 1.2rem; }
.review-slide blockquote { margin: 0; color: rgba(255,255,255,.76); font-size: 1.03rem; line-height: 1.75; }
.review-slide small { margin-top: 22px; color: rgba(255,255,255,.36); font-weight: 800; letter-spacing: .08em; }
.review-controls { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.review-controls::before,.review-controls::after { content: ""; height: 1px; background: rgba(235,41,9,.55); }
.review-controls::before { width: 90px; }
.review-controls::after { flex: 1; }
.review-arrow { width: 48px; height: 48px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .25s,border-color .25s; }
.review-arrow:hover { border-color: var(--red); background: var(--red); }

[data-reveal],.motion-enter { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1); }
[data-reveal].visible { opacity: 1; transform: none; }
.motion-enter.visible { opacity: 1; transform: none; }
.letter { display: inline-block; opacity: 0; transform: translateY(.72em) rotateX(-70deg); transform-origin: 50% 100%; transition: opacity .42s ease,transform .58s cubic-bezier(.16,1,.3,1); transition-delay: var(--letter-delay,0ms); }
.word { display: inline-block; white-space: nowrap; }
.letter-space { display: inline-block; width: .28em; }
.letters-visible .letter { opacity: 1; transform: none; }
.section.section-dark:has(.map-frame) { padding: 0; }
.section.section-dark:has(.map-frame) > .container { width: 100%; max-width: none; gap: 0; align-items: stretch; }
.section.section-dark:has(.map-frame) > .container > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(74px,9vw,140px) clamp(32px,7vw,120px); }
.section.section-dark:has(.map-frame) .map-frame { display: block; width: 100%; height: 100%; min-height: 560px; border: 0; border-radius: 0; }

.cta { position: relative; overflow: hidden; padding: 150px 0; background: linear-gradient(120deg,#090909 0%,#30100b 28%,#af1120 50%,#160d0b 72%,#090909 100%); background-size: 320% 320%; color: #fff; text-align: center; animation: ctaColorFlow 11s ease-in-out infinite; }
.cta::before { content: ""; position: absolute; inset: -35%; background: radial-gradient(circle at 25% 45%,rgba(255,91,50,.42),transparent 25%),radial-gradient(circle at 76% 54%,rgba(0,0,0,.7),transparent 30%); animation: ctaGlowDrift 9s ease-in-out infinite alternate; }
.cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 25%,rgba(255,255,255,.08) 48%,transparent 70%); background-size: 220% 100%; animation: ctaLightSweep 8s linear infinite; }
.cta .container { position: relative; z-index: 2; }
.cta .eyebrow { display: inline-flex; align-items: center; justify-content: center; padding: 9px 15px; border: 1px solid rgba(10,10,10,.12); border-radius: 999px; background: #e7e5e1; color: var(--red); box-shadow: 0 8px 24px rgba(0,0,0,.16); }

@keyframes ctaColorFlow { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes ctaGlowDrift { from { transform: translate3d(-5%,0,0) scale(1); } to { transform: translate3d(7%,3%,0) scale(1.12); } }
@keyframes ctaLightSweep { from { background-position: 180% 0; } to { background-position: -120% 0; } }
.site-footer { padding: 90px 0 35px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.2fr; gap: 50px; }
.footer-logo { width: 200px; margin-bottom: 20px; }
.footer-title { margin-bottom: 20px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.footer-links { display: grid; gap: 13px; color: rgba(255,255,255,.62); font-size: .88rem; }
.footer-links a:hover { color: var(--red); }
.footer-socials { margin-top: 22px; }
.footer-socials a,.contact-socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; transition: background .25s,border-color .25s,transform .25s; }
.footer-socials a:hover,.contact-socials a:hover { background: var(--red); border-color: var(--red); transform: translateY(-3px); }
.contact-social-block { margin-top: 38px; padding-top: 30px; border-top: 1px solid rgba(10,10,10,.14); }
.contact-social-block h3 { margin: 10px 0 20px; font-family: "Bebas Neue",sans-serif; font-size: 1.35rem; }
.contact-socials a { border-color: rgba(10,10,10,.18); background: var(--ink); }
.contact-page .site-footer { padding-top: 70px; }
.contact-page .footer-grid { display: block; }
.contact-page .footer-grid > div:not(.footer-brand-column) { display: none; }
.contact-page .footer-brand-column { max-width: 620px; margin-inline: auto; text-align: center; }
.contact-page .footer-logo { margin-inline: auto; }
.contact-page .copyright { max-width: 760px; margin-inline: auto; text-align: center; }
.copyright { margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .78rem; }
.floating { position: fixed; z-index: 80; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; cursor: pointer; box-shadow: 0 8px 25px rgba(0,0,0,.22); }
.whatsapp { right: 24px; background: var(--ink); border: 2px solid var(--red); font-size: 1.35rem; }
.back-top { right: 88px; background: var(--red); opacity: 0; pointer-events: none; transition: opacity .25s; }
.back-top.show { opacity: 1; pointer-events: auto; }

@media (max-width: 1180px) {
  .nav-links > a:not(.btn) { display: none; }
  .nav-links .btn { display: none; }
  .nav-toggle { display: grid; place-items: center; }
}

@media (max-width: 980px) {
  :root { --header-h: 128px; }
  .container { width: min(calc(100% - 40px),var(--max)); }
  .topbar { display: block; min-height: 42px; }
  .topbar-inner { min-height: 42px; justify-content: center; gap: 15px; }
  .topbar-group { gap: 0; }
  .topbar-group > :not(.topbar-email),.topbar-location { display: none; }
  .topbar-email { display: inline-flex; align-items: center; font-size: .68rem; }
  .topbar-socials { margin-left: 0; gap: 7px; }
  .topbar-socials a { width: 25px; height: 25px; }
  .nav-inner { min-height: 86px; }
  .brand { flex-basis: 220px; }
  .brand img { width: 220px !important; max-height: 80px; }
  .nav-links > a:not(.btn) { display: none; }
  .nav-links .btn { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .site-header { background: rgba(10,10,10,.97); }
  .section { padding: 90px 0; }
  .about-story-section { min-height: 720px; }
  .about-story-card { left: 40px; }
  .about-stats { grid-template-columns: repeat(2,1fr); }
  .about-stat:nth-child(2) { border-right: 0; }
  .about-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .about-purpose { padding: 100px 0; }
  .about-purpose-grid { grid-template-columns: 1fr; }
  .about-purpose-card { min-height: 300px; }
  .service-showcase-heading { grid-template-columns: 1fr; gap: 12px; }
  .service-showcase-card { width: 72vw; height: 500px; }
  .faq-split { grid-template-columns: 1fr; }
  .faq-image-wrap { position: relative; top: auto; min-height: 520px; }
  .faq-image-wrap img { height: 520px; }
  .grid-2 { grid-template-columns: 1fr; gap: 44px; }
  .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-scroll { height: 360svh; }
  .hero-stage { min-height: 0; }
  .hero-intro { left: 20px; right: 20px; bottom: 8svh; }
  .hero-intro .display { font-size: clamp(2.7rem,13vw,5.5rem); }
  .hero-reveal { padding: 90px 22px 28px; }
  .scroll-cue { display: none; }
  .trades-scroll { height: 500svh; }
  .trades-stage { min-height: 0; }
  .trades-heading { top: 96px; left: 20px; right: 20px; }
  .trades-heading .section-title { font-size: clamp(1.9rem,8vw,3.2rem); }
  .trade-card { grid-template-columns: 1fr; grid-template-rows: 47% 53%; }
  .trade-media { grid-row: 1; }
  .trade-copy { grid-row: 2; padding: 28px 44px 46px 20px; align-self: center; }
  .trade-number { font-size: 2.8rem; }
  .trade-copy h3 { font-size: clamp(1.9rem,9vw,3rem); }
  .trade-copy .body-copy { font-size: .95rem; line-height: 1.55; }
  .trade-progress { right: 16px; top: 62%; }
  .trade-dot { height: 26px; }
  .trade-dot.active { height: 44px; }
  .services-scroll { height: 660svh; }
  .services-stage { min-height: 0; }
  .services-heading { top: 96px; left: 20px; right: 20px; }
  .services-heading .section-title { font-size: clamp(1.9rem,8vw,3.2rem); }
  .service-scroll-card { grid-template-columns: 1fr; grid-template-rows: 44% 56%; }
  .service-scroll-media { grid-row: 1; }
  .service-scroll-copy { grid-row: 2; align-self: center; padding: 24px 20px 34px; max-width: none; }
  .service-scroll-number { font-size: 2.6rem; }
  .service-scroll-copy h3 { font-size: clamp(1.8rem,8vw,2.8rem); }
  .service-scroll-copy .body-copy { max-width: none; font-size: .95rem; line-height: 1.55; }
  .service-scroll-features { grid-template-columns: 1fr; max-width: none; margin: 16px 0 20px; }
  .services-progress { right: 16px; top: 60%; }
  .services-dot { height: 26px; }
  .services-dot.active { height: 44px; }
  .journey-stage { min-height: 0; }
  .journey-heading { top: 88px; }
  .journey-heading .section-title { font-size: clamp(1.65rem,6vw,2.4rem); }
  .journey-heading .section-title { margin-bottom: 14px; }
  .journey-intro { font-size: .82rem; }
  .journey-canvas { inset: 39vh 0 9vh; width: 100%; }
  .journey-line { left: 6px; width: 88px; }
  .journey-point { left: 50px; }
  .journey-step,.journey-step.side-left,.journey-step.side-right { left: 82px; right: 15px; width: auto; text-align: left; padding: 12px 15px; }
  .portfolio-stage { min-height: 0; }
  .portfolio-scroll-heading { top: 86px; left: 20px; right: 20px; }
  .portfolio-scroll-heading .section-title { font-size: clamp(1.8rem,8vw,3rem); }
  .portfolio-scroll-track { bottom: 5vh; gap: 14px; padding-inline: 20px; }
  .portfolio-slide { flex-basis: 88vw; height: 65vh; }
  .review-layout { grid-template-columns: 1fr; min-height: 0; }
  .review-visual { min-height: 720px; }
  .review-form-card { right: 20px; left: 20px; width: auto; }
  .review-content { padding: 80px 40px; }
  .section.section-dark:has(.map-frame) > .container { grid-template-columns: 1fr; }
  .section.section-dark:has(.map-frame) .map-frame { min-height: 480px; }
  .portfolio-grid { grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 190px; }
  .service-panel,.service-panel.reverse { grid-template-columns: 1fr; }
  .service-panel .service-panel-media,.service-panel.reverse .service-panel-media { order: 1; min-height: 280px; }
  .service-panel .service-panel-copy,.service-panel.reverse .service-panel-copy { order: 2; }
  .process-section { padding-top: 120px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px),var(--max)); }
  .section { padding: 74px 0; }
  .display { font-size: clamp(2.15rem,12vw,3.5rem); }
  .section-title { font-size: clamp(1.9rem,10vw,2.8rem); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 165px; gap: 10px; }
  .process-section { padding-top: 90px; }
  .feature-image { min-height: 380px; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .site-footer { padding-top: 70px; }
  .site-footer,.site-footer .body-copy,.copyright { text-align: center; }
  .site-footer .body-copy { margin-inline: auto; }
  .footer-grid { justify-items: center; }
  .footer-logo { display: block; margin-inline: auto; }
  .footer-socials { justify-content: center; }
  .footer-links { justify-items: center; }
  .footer-links a,.footer-links span { justify-content: center; }
  .page-hero { min-height: 54svh; padding: 150px 0 70px; }
  .hero-intro .display { max-width: calc(100vw - 40px); font-size: clamp(2.15rem,10.8vw,3.55rem); line-height: .94; }
  .about-page-hero .display { font-size: clamp(2.2rem,11vw,3.5rem); }
  .about-story-section { min-height: 0; padding-top: 58vh; }
  .about-story-image { inset: 0 0 auto; height: 58vh; }
  .about-story-card { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: -58px auto 0; padding: 38px 24px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stat { min-height: 165px; padding: 28px 18px; }
  .about-stat strong { font-size: 2.2rem; }
  .about-stat span { font-size: .63rem; line-height: 1.45; }
  .about-purpose { padding: 80px 0; }
  .about-purpose-heading { margin-bottom: 44px; }
  .about-purpose-card { min-height: 280px; padding: 30px 24px; }
  .service-showcase-scroll { padding: 82px 0; }
  .service-showcase-heading { margin-bottom: 38px; }
  .service-showcase-card { width: 84vw; height: 430px; }
  .service-showcase-card > div { left: 24px; right: 24px; bottom: 26px; }
  .faq-split { gap: 42px; }
  .faq-image-wrap,.faq-image-wrap img { min-height: 0; height: 430px; }
  .hero-actions { display: grid; max-width: 290px; }
  .hero-intro .body-copy { font-size: .98rem; }
  .hero-reveal .body-copy { font-size: .96rem; }
  .trades-heading .eyebrow { display: inline-flex; padding: 7px 11px; font-size: .62rem; }
  .trades-heading { top: 86px; }
  .trade-card { grid-template-rows: 44% 56%; }
  .trade-copy { padding-bottom: 34px; }
  .trade-copy p { margin-bottom: 12px; }
  .services-heading { top: 82px; }
  .service-scroll-card { grid-template-rows: 40% 60%; }
  .service-scroll-copy { padding: 18px 16px 28px; }
  .service-scroll-copy p { margin-bottom: 10px; }
  .service-scroll-features li { font-size: .85rem; }
  .journey-heading { top: 82px; }
  .journey-heading .eyebrow { font-size: .63rem; }
  .journey-intro { display: none; }
  .journey-canvas { inset: 36vh 0 8vh; }
  .journey-step,.journey-step.side-left,.journey-step.side-right { left: 66px; right: 10px; padding: 9px 12px; }
  .journey-point { left: 40px; width: 16px; height: 16px; }
  .journey-line { width: 72px; }
  .journey-step h3 { font-size: .9rem; }
  .journey-step p { font-size: .69rem; }
  .journey-step-note { margin-top: 3px; font-size: .56rem; }
  .portfolio-scroll-heading { top: 82px; }
  .portfolio-slide { height: 56vh; }
  .portfolio-scroll-description { font-size: .85rem; line-height: 1.45; }
  .review-visual { min-height: 760px; }
  .review-form-card { top: 50%; padding: 30px 22px; border-width: 5px; }
  .review-form { grid-template-columns: 1fr; }
  .review-form .full { grid-column: auto; }
  .review-content { padding: 70px 16px; }
  .review-slider { min-height: 360px; }
  .review-slide { padding: 28px 22px; }
  .section.section-dark:has(.map-frame) > .container > div { padding: 76px 22px; }
  .section.section-dark:has(.map-frame) .map-frame { min-height: 420px; }
  .back-top { right: 82px; }
}

/* ===== CTA banners: description copy + centered actions (all pages) ===== */
.cta-desc { max-width: 620px; margin: 0 auto 30px; color: rgba(255,255,255,.74); font-size: 1.02rem; line-height: 1.75; }
.cta .hero-actions,
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; gap: 14px; margin-top: 32px; text-align: center; }
.cta-actions .btn:only-child { margin-inline: auto; }

/* ===== Videos page: animated "coming soon" placeholder ===== */
.video-placeholder { position: relative; overflow: hidden; }
.video-placeholder-inner { position: relative; z-index: 2; }
.video-placeholder-decor { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.video-placeholder-decor i { position: absolute; color: rgba(235,41,9,.12); animation: videoDecorFloat 8s ease-in-out infinite; }
.video-placeholder-decor i:nth-child(1) { left: 8%; top: 18%; font-size: 3.2rem; animation-delay: 0s; }
.video-placeholder-decor i:nth-child(2) { right: 10%; top: 22%; font-size: 2.6rem; animation-delay: -2.6s; }
.video-placeholder-decor i:nth-child(3) { left: 16%; bottom: 14%; font-size: 2.2rem; animation-delay: -5s; }
@keyframes videoDecorFloat { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-18px) rotate(6deg); } }
.video-icon { position: relative; border: 0; background: transparent; cursor: pointer; color: var(--red); transition: transform .3s; }
.video-icon:hover,.video-icon:focus-visible { transform: scale(1.08); }
.video-icon i { position: relative; z-index: 2; }
.video-icon-ring { position: absolute; inset: -1px; border: 2px solid var(--red); border-radius: 50%; opacity: 0; animation: videoRingPulse 2.6s ease-out infinite; }
.video-icon-ring:nth-child(2) { animation-delay: 1.3s; }
@keyframes videoRingPulse { 0% { transform: scale(1); opacity: .65; } 100% { transform: scale(2.15); opacity: 0; } }
.coming-soon-badge { display: inline-flex; align-items: center; gap: 9px; margin: 22px 0 8px; padding: 8px 16px; border: 1px solid rgba(235,41,9,.4); border-radius: 999px; background: rgba(235,41,9,.1); color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(235,41,9,.7); animation: pulseDot 1.8s ease-out infinite; }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(235,41,9,.55); } 70% { box-shadow: 0 0 0 9px rgba(235,41,9,0); } 100% { box-shadow: 0 0 0 0 rgba(235,41,9,0); } }
.video-placeholder .text-link { transition: gap .3s; }
.video-placeholder .text-link:hover { gap: 14px; }

/* ===== Services: interactive alternating service panels ===== */
.service-list { display: grid; gap: 26px; }
.service-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; overflow: hidden; border: 1px solid rgba(10,10,10,.1); background: #fff; transition: box-shadow .35s,border-color .35s; }
.service-panel:hover { box-shadow: 0 26px 60px rgba(0,0,0,.14); border-color: rgba(235,41,9,.3); }
.service-panel.reverse { grid-template-columns: 1fr 1fr; }
.service-panel.reverse .service-panel-media { order: 2; }
.service-panel.reverse .service-panel-copy { order: 1; }
.service-panel-media { position: relative; min-height: 320px; overflow: hidden; }
.service-panel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.service-panel:hover .service-panel-media img { transform: scale(1.08) rotate(.3deg); }
.service-panel-badge { position: absolute; left: 24px; bottom: 24px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 1.25rem; box-shadow: 0 14px 30px rgba(235,41,9,.4); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.service-panel:hover .service-panel-badge { transform: scale(1.1) rotate(-8deg); }
.service-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,4vw,56px); }
.service-panel-num { color: var(--red); font-family: "Bebas Neue",sans-serif; font-size: 1.15rem; font-weight: 900; letter-spacing: .05em; }
.service-panel-copy h3 { margin: 10px 0 14px; font-family: "Bebas Neue",sans-serif; font-size: clamp(1.5rem,2.4vw,2rem); }
.service-panel-features { display: grid; gap: 11px; margin: 22px 0 24px; padding: 0; list-style: none; }
.service-panel-features li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .93rem; font-weight: 600; }
.service-panel-features li i { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(235,41,9,.12); color: var(--red); font-size: .7rem; }

/* ===== Extra breathing room above the process section ===== */
.process-section { padding-top: 180px; }

/* ===== "Fourteen Years, One Standard" image: explicit cover, no mobile gap ===== */
.about-story-image { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* About tab only: white section background, image washed with a white filter */
.about-story-mono { background: #fff; }
.about-story-mono .about-story-image { filter: grayscale(.2) brightness(1.25) contrast(.92); }
.about-story-mono .about-story-image::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.55); }

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

/* Miguel Tattoo Art theme — demo structure/selectors preserved */
:root{--red:#af1120;--ink:#050505;--paper:#0b0b0b;--muted:#b9b9b9;}
body{background:#080808;color:#f5f5f5;}
.navbar{background:#080808;}
.site-header .brand img{max-height:74px;width:auto;}
.section:not(.section-dark),.process-section,.service-showcase-scroll{background:#0b0b0b;color:#f5f5f5;}
.body-copy,.about-story-card p{color:#b9b9b9;}
.about-story-card{background:#0e0e0e;color:#fff;}
.trust-strip{background:#af1120;}
.trust-item{border-color:rgba(255,255,255,.22);}
.btn{position:relative;isolation:isolate;overflow:hidden;background:#af1120;border-color:#af1120;color:#fff;box-shadow:0 0 0 rgba(175,17,32,0);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;}
.btn::before{content:"";position:absolute;z-index:-1;inset:0;background:#050505;transform:translateX(-102%);transition:transform .35s cubic-bezier(.2,.8,.2,1);}
.btn:hover::before,.btn:focus-visible::before{transform:translateX(0);}
.btn:hover,.btn:focus-visible{transform:translateY(-3px);box-shadow:0 12px 30px rgba(175,17,32,.38);border-color:#fff;}
.btn.btn-outline{background:transparent;border-color:rgba(255,255,255,.65);}
.btn.btn-outline::before{background:#af1120;}
.field input,.field select,.field textarea{background:#101010;color:#fff;border-color:#343434;}
.field label{color:#fff;}
.footer{background:#050505;}
.page-hero::after{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(175,17,32,.18));}
.mobile-menu{background:#080808;}


/* ===== Miguel Tattoo Art refinement: typography, logo, Uiverse-inspired CTA treatment ===== */
body { font-family: "Montserrat", sans-serif; }
.display,.section-title,.trade-copy h3,.service-scroll-copy h3,.service-card h3,.process-card strong,.flip-front strong,.portfolio-slide-copy strong,.portfolio-slide-copy h3,.about-stat strong,.about-purpose-card > span,.about-purpose-card h3,.service-showcase-card span,.service-showcase-card h3,.split-list strong,.review-form-card h2,.service-panel-num,.service-panel-copy h3,.trust-value,.trade-number,.service-scroll-number,.value-card .number,.services-marquee-item { font-family: "Bebas Neue", sans-serif; letter-spacing: .015em; }
.display { letter-spacing: .01em; }
.section-title { letter-spacing: .015em; }

/* Header/footer brand size requested: 200px */
.brand { flex: 0 0 200px; }
.site-header .brand img,.brand img { width: 200px !important; max-width: 200px !important; height: auto !important; max-height: 100px !important; object-fit: contain; }
.footer-logo { width: 200px !important; max-width: 200px !important; height: auto !important; max-height: none !important; object-fit: contain; }

/* Uiverse-inspired tattoo CTA: dark glass, red edge, animated ink sweep + glow */
.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 50px;
  padding: 13px 28px;
  border: 1px solid rgba(175,17,32,.95);
  border-radius: 999px;
  clip-path: none;
  background: linear-gradient(180deg,#151515 0%,#070707 100%);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 8px 24px rgba(0,0,0,.35), 0 0 0 rgba(175,17,32,0);
  text-transform: uppercase;
  letter-spacing: .075em;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease, color .3s ease;
}
.btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -2px;
  background: linear-gradient(110deg,transparent 0 28%,#af1120 42% 65%,transparent 78%);
  transform: translateX(-125%) skewX(-14deg);
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg,#151515 0%,#070707 100%);
  transition: background .3s ease;
}
.btn:hover,.btn:focus-visible {
  transform: translateY(-3px) scale(1.015);
  border-color: #e23a49;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 14px 34px rgba(0,0,0,.45), 0 0 24px rgba(175,17,32,.48);
  filter: none;
}
.btn:hover::before,.btn:focus-visible::before { transform: translateX(125%) skewX(-14deg); }
.btn:hover::after,.btn:focus-visible::after { background: linear-gradient(180deg,#1a0709 0%,#090506 100%); }
.btn i { transition: transform .3s ease, color .3s ease; }
.btn:hover i,.btn:focus-visible i { transform: translateX(3px); color: #ff6070; }
.btn.btn-outline { background: rgba(0,0,0,.32); border-color: rgba(255,255,255,.6); }
.btn.btn-outline::after { background: rgba(5,5,5,.78); }
.btn.btn-outline:hover,.btn.btn-outline:focus-visible { border-color: #af1120; }

/* Embedded GHL form keeps the demo sections/layout intact */
.ghl-form-wrap { width: 100%; min-height: 732px; overflow: hidden; border-radius: 4px; }
.ghl-form-wrap iframe { display: block; width: 100%; height: 732px; border: 0; }
.review-form-card .ghl-form-wrap { min-height: 732px; }
.review-form-card { width: min(620px,calc(100% - 40px)); padding: 24px; }
.contact-form + .ghl-form-wrap { width: 100%; }

@media (max-width: 760px) {
  .site-header .brand img,.brand img { width: 200px !important; max-width: 200px !important; }
  .footer-logo { width: 200px !important; }
  .ghl-form-wrap,.ghl-form-wrap iframe { min-height: 732px; height: 732px; }
}

/* Give the embedded GHL form enough vertical room inside the original review composition. */
.review-layout,.review-visual { min-height: 980px; }
@media (max-width: 980px) {
  .review-layout,.review-visual { min-height: 940px; }
  .review-form-card { top: 50%; }
}


/* --- Miguel Tattoo Art custom updates --- */
body { font-family: "Montserrat", sans-serif; }
.eyebrow { font-family: "Great Vibes", cursive !important; font-size: clamp(1.05rem,1.55vw,1.45rem); font-weight: 400; letter-spacing: .03em; text-transform: none; }
.display,.section-title,.trade-copy h3,.service-scroll-copy h3,.journey-step h3,.service-card h3,.footer-title,.trust-value,.review-form-card h2,.cta .section-title,.page-hero .display { font-family: "Pirata One", serif !important; letter-spacing: .02em; }
.display { line-height: 1.02; }
.hero-intro .display { letter-spacing: .015em; }
.nav-links a,.mobile-menu a,.btn,.footer-links a,.trust-label,.services-marquee-item,.journey-step-note,.section-dark .eyebrow,.topbar,.topbar-group,.topbar-location { font-family: "Montserrat", sans-serif !important; }
.topbar-socials,.footer-socials,.contact-social-block,.contact-socials { display: none !important; }

/* Button restyle inspired by modern Uiverse-style layered buttons */
.btn { position: relative; min-height: 54px; padding: 14px 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: linear-gradient(180deg,#1b1b1b 0%,#0a0a0a 100%); color: #fff; clip-path: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 28px rgba(0,0,0,.32), 0 0 0 2px rgba(175,17,32,.18); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.btn::before { content: ""; position: absolute; inset: 1px; border-radius: 12px; background: linear-gradient(135deg,rgba(175,17,32,.95),rgba(92,5,10,.95)); z-index: -1; }
.btn:hover { transform: translateY(-4px); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 16px 34px rgba(0,0,0,.38), 0 0 0 2px rgba(175,17,32,.26); border-color: rgba(255,255,255,.3); filter: none; }
.btn-outline { background: rgba(0,0,0,.18); border-color: rgba(255,255,255,.65); backdrop-filter: blur(4px); }
.btn-outline::before { background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02)); }
.text-link { border-bottom-color: var(--red); }

/* Welcome section with requested background image */
.hero-reveal::before { background: linear-gradient(rgba(10,10,10,.72),rgba(10,10,10,.7)), url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa064dbfb76acb4a935a293.jpg') center/cover no-repeat !important; animation: none; }
.hero-reveal::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%,rgba(175,17,32,.28),transparent 30%), radial-gradient(circle at 12% 72%,rgba(175,17,32,.2),transparent 24%); pointer-events: none; }
.hero-reveal-inner,.welcome-decor { position: relative; z-index: 2; }
.welcome-decor i { color: rgba(255,255,255,.12); }
.welcome-decor i:nth-child(2) { right: 10%; top: 18%; }
.welcome-decor i:nth-child(3) { left: 13%; bottom: 12%; }

/* Trust strip wording colors */
.trust-value,.trust-item:nth-child(even) .trust-value { color: #fff !important; }
.trust-label { color: rgba(255,255,255,.62); }

/* Service marquee refinement */
.services-marquee { position: relative; overflow: hidden; }
.services-marquee::before,.services-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 72px; z-index: 2; pointer-events: none; }
.services-marquee::before { left: 0; background: linear-gradient(90deg,var(--red),rgba(175,17,32,0)); }
.services-marquee::after { right: 0; background: linear-gradient(270deg,var(--red),rgba(175,17,32,0)); }
.services-marquee-track { animation-duration: 18s; }
.services-marquee-item { gap: 14px; padding: 20px 38px; }
.services-marquee-item i { color: #fff; font-size: .95rem; }
.services-marquee-item::after { content: "•"; margin-left: 28px; color: rgba(255,255,255,.55); }

/* Home/services scroll sections better spacing and non-clipped media */
.trades-scroll { height: 560vh; }
.trade-card,.service-scroll-card { grid-template-columns: 56% 44%; }
.trade-media img,.service-scroll-media img,.gallery-slide img,.service-showcase-card img { object-fit: cover; object-position: center center; }
.trade-copy,.service-scroll-copy { padding-bottom: 12vh; }
.trade-copy h3,.service-scroll-copy h3 { text-wrap: balance; }
.service-scroll-features li i { background: rgba(175,17,32,.14); color: var(--red); }
.service-scroll-features li { align-items: flex-start; }

/* Ten years section video background */
.about-story-image.about-story-video { object-fit: cover; object-position: center; background: none !important; animation: none !important; filter: brightness(.42) saturate(1.05); }
.home-standard-story .about-story-card { position: relative; z-index: 2; }
.home-standard-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,6,6,.72),rgba(6,6,6,.42)); pointer-events: none; }

/* Journey background image */
.journey-bg { background: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa069244d38c898d519f59f.jpg') center/cover no-repeat !important; filter: brightness(.46) saturate(.92) !important; }

/* Home form-only section replacing reviews */
.contact-focus-section { padding-top: 90px; padding-bottom: 90px; background: linear-gradient(180deg,#111 0%,#181818 100%); color: #fff; }
.contact-focus-card { max-width: 980px; margin: 0 auto; padding: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.04); box-shadow: 0 28px 60px rgba(0,0,0,.3); backdrop-filter: blur(8px); }
.contact-focus-card .body-copy { color: rgba(255,255,255,.74); max-width: 680px; }
.contact-focus-card .ghl-form-wrap { margin-top: 28px; border-radius: 18px; overflow: hidden; background: #fff; }
.faq-image-wrap span i { color: var(--red); }

/* Minor readability */
.page-hero .display,.hero-intro .display,.journey-heading .section-title,.trades-heading .section-title,.services-heading .section-title { text-wrap: balance; }

@media (max-width: 900px) {
  .display,.section-title,.trade-copy h3,.service-scroll-copy h3,.review-form-card h2 { letter-spacing: .01em; }
  .services-marquee::before,.services-marquee::after { width: 34px; }
  .trades-scroll { height: 500vh; }
  .contact-focus-card { padding: 26px 20px; border-radius: 22px; }
  .trade-card,.service-scroll-card { grid-template-columns: 1fr; }
  .trade-media,.service-scroll-media { min-height: 44svh; }
}

/* typography refinements */
.section .eyebrow,
.hero-intro .eyebrow,
.hero-reveal .eyebrow,
.journey-heading .eyebrow,
.trades-heading .eyebrow,
.gallery-scroll-heading .eyebrow,
.contact-focus-card .eyebrow,
.page-hero .eyebrow,
.cta .eyebrow,
.about-story-card .eyebrow,
.faq-content .eyebrow,
.trust-item .eyebrow {
  font-family: "Great Vibes", cursive !important;
  text-transform: none !important;
  letter-spacing: .03em !important;
}
.topbar .eyebrow { font-family: "Montserrat", sans-serif !important; }


/* --- September refinement updates --- */
:root { --banner-image: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa070c5dd867dc12de006d8.jpg'); --journey-image: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa06f46d63e08439cceefa6.jpg'); --ten-years-image: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa06f46d63e08439cceefa6.jpg'); }
.eyebrow,
.section .eyebrow,
.hero-intro .eyebrow,
.hero-reveal .eyebrow,
.journey-heading .eyebrow,
.trades-heading .eyebrow,
.gallery-scroll-heading .eyebrow,
.contact-focus-card .eyebrow,
.page-hero .eyebrow,
.cta .eyebrow,
.about-story-card .eyebrow,
.faq-content .eyebrow,
.trust-item .eyebrow {
  font-family: "Bodoni Moda", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: clamp(1rem, 1.45vw, 1.4rem) !important;
  letter-spacing: .03em !important;
  text-transform: none !important;
}
.site-header .brand img,.brand img { width: 250px !important; max-width: 250px !important; max-height: 120px !important; }
.footer-logo { width: 250px !important; max-width: 250px !important; }
.footer-title { font-family: "Bodoni Moda", serif !important; font-size: 1.25rem !important; font-weight: 700 !important; letter-spacing: .04em !important; color: #fff !important; margin-bottom: 22px !important; }
.faq-question { color: #fff !important; font-size: 1.05rem; align-items: center; }
.faq-question i { color: var(--red) !important; flex: 0 0 auto; }
.faq-item { border-top-color: rgba(255,255,255,.14) !important; }
.faq-answer p { color: rgba(255,255,255,.74) !important; }
.faq-content .section-title { color: #fff; }
.page-hero { position: relative; overflow: hidden; }
.page-hero img { object-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.28)), var(--banner-image) center/cover no-repeat; z-index: 0; }
.page-hero img { opacity: .12; }
.page-hero .container { position: relative; z-index: 2; }
.home-standard-story .about-story-image,
.about-story-mono .about-story-image,
.home-ten-years-image { background: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa06f46d63e08439cceefa6.jpg') center/cover no-repeat !important; filter: none !important; animation: none !important; transform: none !important; }
.home-standard-story::after { display: none !important; }
.home-standard-story .about-story-card { background: rgba(10,10,10,.92) !important; }
.journey-bg { background: var(--journey-image) center/cover no-repeat !important; filter: brightness(.38) !important; }

/* Home portfolio */
.home-portfolio { background: #0b0b0b; color: #fff; padding: 130px 0; }
.home-portfolio-heading { max-width: 820px; margin: 0 auto 52px; text-align: center; }
.home-portfolio-heading .body-copy { max-width: 720px; margin: 18px auto 0; color: rgba(255,255,255,.72); }
.home-portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.home-portfolio-card { position: relative; min-height: 420px; overflow: hidden; background: #111; color: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.22); }
.home-portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.home-portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.05) 58%); }
.home-portfolio-card > div { position: absolute; inset: auto 28px 26px 28px; z-index: 2; }
.home-portfolio-card strong { display: inline-block; margin-bottom: 8px; color: var(--red); font-family: "Bodoni Moda", serif; font-size: 1rem; }
.home-portfolio-card h3 { margin: 0 0 12px; font-family: "Pirata One", serif; font-size: clamp(1.8rem,2.9vw,3rem); line-height: 1; }
.home-portfolio-card span { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-portfolio-card:hover img { transform: scale(1.06); }
.home-portfolio-card:hover { transform: translateY(-4px); }

@media (max-width: 900px) {
  .site-header .brand img,.brand img { width: 220px !important; max-width: 220px !important; }
  .footer-logo { width: 220px !important; max-width: 220px !important; }
  .footer-title { font-size: 1.12rem !important; }
  .home-portfolio-grid { grid-template-columns: 1fr; }
  .home-portfolio-card { min-height: 360px; }
}

/* ===== Final Miguel Tattoo Art refinements ===== */
:root{
  --banner-image:url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa070c5dd867dc12de006d8.jpg');
  --journey-image:url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa070c5dd867dc12de006d8.jpg');
  --ten-years-image:url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa06f46d63e08439cceefa6.jpg');
  --artistry-image:url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa069244d38c898d519f59f.jpg');
}

body{
  background:
    radial-gradient(circle at 10% 10%, rgba(175,17,32,.14), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(175,17,32,.12), transparent 20%),
    radial-gradient(circle at 85% 78%, rgba(175,17,32,.08), transparent 24%),
    #080808;
  color:#f4f4f4;
}

h1,h2,
.display,
.section-title,
.page-hero .display,
.hero-intro .display,
.hero-reveal .display,
.trade-copy h3,
.service-scroll-copy h3,
.service-showcase-card h3,
.service-panel-copy h3,
.service-card h3,
.value-card h3,
.process-card h3,
.journey-step h3,
.about-purpose-card h3,
.standard-card h3,
.footer-title,
.coming-soon-title{
  font-family:"New Rocker", serif !important;
  letter-spacing:.025em !important;
}

.eyebrow,
.section .eyebrow,
.hero-reveal .eyebrow,
.hero-intro .eyebrow,
.journey-heading .eyebrow,
.page-hero .eyebrow,
.about-story-card .eyebrow,
.faq-content .eyebrow,
.cta .eyebrow,
.about-purpose-heading .eyebrow,
.home-portfolio-heading .eyebrow{
  font-family:"Cormorant Garamond", serif !important;
  font-size:clamp(1.1rem,1.55vw,1.55rem) !important;
  font-weight:700 !important;
  letter-spacing:.08em !important;
  text-transform:none !important;
}

.site-header,
.site-header.scrolled,
.topbar,
.navbar{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  backdrop-filter:none !important;
}
.site-header::after{display:none !important;}
.topbar,
.topbar a,
.topbar span,
.nav-links a,
.nav-toggle{color:#fff !important; text-shadow:0 2px 12px rgba(0,0,0,.8);}
.nav-links a.active{color:#fff !important;}
.site-header .brand img,
.brand img{width:300px !important;max-width:300px !important;max-height:140px !important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45));}

.mobile-menu{background:rgba(6,6,6,.96) !important;border:1px solid rgba(175,17,32,.25);}
.mobile-menu a{color:#fff !important;}

.section-dark,
.process-section,
.service-showcase-scroll,
.cta,
.home-portfolio,
.site-footer,
.section:not(.page-hero):not(.section-red-surface):not(.standard-interactive-section){
  position:relative;
}
.section-dark::before,
.process-section::before,
.service-showcase-scroll::before,
.home-portfolio::before,
.site-footer::before,
.cta::before,
.standard-interactive-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 18%, rgba(175,17,32,.11), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(175,17,32,.12), transparent 20%),
    radial-gradient(circle at 72% 84%, rgba(175,17,32,.08), transparent 24%),
    linear-gradient(135deg, transparent 0 66%, rgba(175,17,32,.045) 66% 68%, transparent 68% 100%);
}
.section-dark > .container,
.process-section > .container,
.service-showcase-scroll > .container,
.home-portfolio > .container,
.site-footer > .container,
.cta > .container,
.standard-interactive-section > .container{position:relative;z-index:1;}

.hero-reveal{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg, rgba(0,0,0,.8), rgba(0,0,0,.52)),
    radial-gradient(circle at 14% 18%, rgba(175,17,32,.28), transparent 24%),
    linear-gradient(155deg, rgba(175,17,32,.15), transparent 44%),
    url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa070c5dd867dc12de006d8.jpg') center/cover no-repeat !important;
}
.hero-reveal::before,
.hero-reveal::after{
  content:"";
  position:absolute;
  inset:auto;
  pointer-events:none;
}
.hero-reveal::before{
  left:24px;
  right:24px;
  top:22px;
  bottom:22px;
  border:1px solid rgba(175,17,32,.3);
  clip-path:polygon(0 0,100% 0,100% 88%,90% 100%,0 100%);
}
.hero-reveal::after{
  width:240px;
  height:240px;
  right:-40px;
  top:-40px;
  background:radial-gradient(circle, rgba(175,17,32,.42), transparent 66%);
}
.hero-reveal .eyebrow,
.hero-intro .eyebrow{color:#fff !important;}
.hero-reveal .body-copy{color:rgba(255,255,255,.84) !important;}

.about-story-section.about-story-mono,
.home-standard-story{
  background:#090909 !important;
  min-height:840px;
}
.about-story-section.about-story-mono .about-story-image,
.home-standard-story .about-story-image{
  inset:0 !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.38)),
    var(--ten-years-image) center/cover no-repeat !important;
  filter:none !important;
  animation:none !important;
  transform:none !important;
}
.about-story-section.about-story-mono .about-story-image::after,
.home-standard-story .about-story-image::after{display:none !important;}
.about-story-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:460px;
  bottom:28px !important;
  background:rgba(5,5,5,.92) !important;
  color:#fff !important;
  box-shadow:0 30px 75px rgba(0,0,0,.45) !important;
}
.about-story-card p{color:rgba(255,255,255,.78) !important;}
.about-story-card .text-link{margin-top:10px;}

.about-purpose{
  background:
    linear-gradient(135deg, rgba(0,0,0,.62), rgba(0,0,0,.58)),
    var(--artistry-image) center/cover no-repeat !important;
}
.about-purpose::before{
  background:
    radial-gradient(circle at 14% 18%, rgba(175,17,32,.26), transparent 23%),
    linear-gradient(130deg, transparent 0 62%, rgba(175,17,32,.16) 62% 64%, transparent 64% 100%);
}
.about-purpose-card{
  background:rgba(0,0,0,.44) !important;
  backdrop-filter:blur(4px);
}

.journey-scroll{height:470vh !important;background:#060606 !important;}
.journey-stage{background:#060606 !important;}
.journey-stage::after{background:linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.52)) !important;}
.journey-bg{
  background:
    linear-gradient(120deg, rgba(0,0,0,.42), rgba(0,0,0,.52)),
    radial-gradient(circle at 18% 24%, rgba(175,17,32,.22), transparent 24%),
    var(--journey-image) center/cover no-repeat !important;
  filter:brightness(.45) saturate(.96) !important;
}
.journey-heading{top:5vh !important;}
.journey-canvas{inset:30vh 0 10vh !important;}
.journey-heading .eyebrow{color:#fff !important;}
.journey-heading .section-title{margin-bottom:16px !important;}
.journey-step{
  background:rgba(255,255,255,.9) !important;
  border-color:rgba(175,17,32,.2) !important;
}
.journey-step strong{font-size:2rem !important;}
.journey-step h3{font-size:1.28rem !important;}
.journey-step p{font-size:.88rem !important;}

.portfolio-scroll.home-portfolio{height:390vh !important;background:#090909 !important;}
.portfolio-stage{background:#090909 !important;}
.portfolio-scroll-heading{top:7vh !important;z-index:10;}
.portfolio-scroll-description{color:rgba(255,255,255,.72) !important;max-width:720px;}
.portfolio-scroll-track{gap:20px !important;bottom:8vh !important;}
.portfolio-slide{
  appearance:none;
  border:0;
  padding:0;
  background:#111;
  cursor:zoom-in;
  flex:0 0 74vw;
  height:68vh;
  position:relative;
  overflow:hidden;
  box-shadow:0 26px 70px rgba(0,0,0,.48);
}
.portfolio-slide::after{
  content:"" !important;
  position:absolute;
  inset:0;
  background:linear-gradient(145deg, rgba(175,17,32,.46), rgba(5,5,5,.4));
  opacity:.34;
  transition:opacity .35s ease, background .35s ease;
}
.portfolio-slide img{filter:brightness(.74) saturate(.95);transition:transform .6s ease, filter .35s ease;}
.portfolio-slide:hover img,
.portfolio-slide.active img,
.portfolio-slide:focus-visible img{transform:scale(1.06);filter:brightness(.92) saturate(1.05);}
.portfolio-slide:hover::after,
.portfolio-slide.active::after,
.portfolio-slide:focus-visible::after{opacity:.14;}
.portfolio-zoom{position:absolute;inset:0;display:grid;place-items:center;z-index:2;opacity:0;transform:scale(.7);transition:opacity .35s ease, transform .4s ease;}
.portfolio-slide:hover .portfolio-zoom,
.portfolio-slide.active .portfolio-zoom,
.portfolio-slide:focus-visible .portfolio-zoom{opacity:1;transform:scale(1);}
.portfolio-mobile-controls{display:none;gap:12px;margin-top:18px;justify-content:center;}
.portfolio-mobile-controls button{
  width:54px;height:54px;border-radius:50%;border:1px solid rgba(175,17,32,.5);background:rgba(175,17,32,.14);color:#fff;cursor:pointer;transition:transform .25s ease, background .25s ease;
}
.portfolio-mobile-controls button:hover{transform:translateY(-3px);background:rgba(175,17,32,.3);}

.faq-question{font-size:1.08rem !important;color:#fff !important;}
.faq-question span{color:#fff !important;}
.faq-answer p,.faq-content .body-copy{color:rgba(255,255,255,.78) !important;}
.faq-image-wrap img{filter:brightness(.78) contrast(1.04);}

.about-service-area,
.section-dark:has(.city-list){background:#8f0d19 !important;}
.about-service-area .section-title,
.about-service-area .body-copy,
.about-service-area .text-link,
.about-service-area .eyebrow,
.section-dark:has(.city-list) .section-title,
.section-dark:has(.city-list) .body-copy,
.section-dark:has(.city-list) .eyebrow{color:#fff !important;}

.value-card{
  background:rgba(255,255,255,.96) !important;
  color:#101010 !important;
  box-shadow:0 22px 48px rgba(0,0,0,.18);
}
.value-card .number{color:var(--red) !important; font-size:3.8rem !important;}
.value-card h3{color:#131313 !important; margin:12px 0 14px; font-size:1.9rem !important;}
.value-card .body-copy{color:#545454 !important;}

.process-card{
  background:rgba(8,8,8,.92) !important;
  border-color:rgba(175,17,32,.24) !important;
  min-height:250px;
}
.process-card strong{font-size:3.25rem !important;line-height:1 !important;}
.process-card h3{font-size:1.32rem !important;}
.process-card p{color:rgba(255,255,255,.72) !important;}

.service-scroll-copy .body-copy,
.service-scroll-features li,
.service-scroll-features li span,
.service-scroll-copy .text-link{color:#fff !important;}
.service-scroll-features li i{background:rgba(175,17,32,.2) !important;color:#fff !important;}

.standard-interactive-section{background:#090909 !important;padding:130px 0 !important;}
.standard-interactive-intro{max-width:760px;margin:0 auto 48px;text-align:center;}
.standard-interactive-intro .body-copy{color:rgba(255,255,255,.76);}
.standard-interactive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.standard-card{
  position:relative;
  overflow:hidden;
  min-height:270px;
  padding:34px 28px;
  border:1px solid rgba(175,17,32,.24);
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.standard-card::before{
  content:"";
  position:absolute;
  inset:auto -40px -40px auto;
  width:130px;
  height:130px;
  background:radial-gradient(circle, rgba(175,17,32,.34), transparent 68%);
  transition:transform .35s ease;
}
.standard-card:hover{
  transform:translateY(-8px);
  border-color:rgba(175,17,32,.6);
  background:linear-gradient(180deg, rgba(175,17,32,.16), rgba(255,255,255,.02));
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}
.standard-card:hover::before{transform:scale(1.16);}
.standard-card span{display:block;color:var(--red);font-size:.92rem;font-weight:800;letter-spacing:.16em;margin-bottom:16px;}
.standard-card h3{margin:0 0 12px;color:#fff;font-size:1.6rem !important;}
.standard-card p{margin:0;color:rgba(255,255,255,.78);line-height:1.7;}

.btn{
  border:2px solid #1d1d1d !important;
  border-radius:.8em !important;
  box-shadow:inset 0 -6px 18px -6px rgba(3,15,20,0), inset rgba(54,69,75,1) -1px -1px 6px 0, inset 12px 0 12px -6px rgba(3,15,20,0), inset -12px 0 12px -6px rgba(3,15,20,0), rgba(54,69,75,.75) -1px -1px 6px 0 !important;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease, letter-spacing .3s ease !important;
}
.btn:hover,
.btn:focus-visible{
  transform:translateY(-4px) scale(1.02);
  border-color:var(--red) !important;
  box-shadow:0 14px 28px rgba(175,17,32,.28), inset 0 -6px 18px -6px rgba(175,17,32,.08), inset rgba(175,17,32,.8) -1px -1px 6px 0 !important;
  letter-spacing:.02em;
}
.btn-outline{background:transparent !important;color:#fff !important;}

.footer-logo{width:300px !important;max-width:300px !important;}
.footer-title{font-size:1.55rem !important;letter-spacing:.06em !important;}
.footer-links a,
.footer-links span{font-size:1rem;color:rgba(255,255,255,.82) !important;}

.coming-soon-showcase{text-align:center;padding:40px 0 20px;}
.coming-soon-tag{
  display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:12px;background:#757d8a;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.08em;box-shadow:0 8px 18px rgba(0,0,0,.18);margin-bottom:18px;
}
.coming-soon-pill{
  width:min(760px,100%);
  margin:0 auto 34px;
  padding:58px 34px 42px;
  border-radius:70px;
  border:6px solid #646b7a;
  background:#050505;
  transform:rotate(-5deg);
  box-shadow:0 24px 60px rgba(0,0,0,.3);
}
.coming-soon-title{font-size:clamp(3.1rem,7vw,6.2rem) !important;line-height:.95;color:#fff;margin:0;}
.coming-soon-subtitle{margin-top:8px;color:#7d87a0;letter-spacing:.28em;font-size:clamp(.72rem,1vw,.98rem);font-weight:800;}
.coming-soon-quote{max-width:760px;margin:24px auto 18px;font-size:clamp(1.05rem,2vw,1.45rem);line-height:1.65;color:#7a7d86;font-style:italic;}
.coming-soon-showcase .body-copy{color:#8d8f97 !important;}
.coming-soon-showcase .text-link{justify-content:center;margin-top:18px;}

@media (max-width: 1100px){
  .standard-interactive-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width: 900px){
  .site-header .brand img,.brand img{width:250px !important;max-width:250px !important;}
  .footer-logo{width:260px !important;max-width:260px !important;}
  .journey-heading{top:86px !important;}
  .journey-canvas{inset:34vh 0 8vh !important;}
  .portfolio-scroll.home-portfolio{height:auto !important;padding:120px 0 78px !important;}
  .portfolio-stage{position:relative !important;height:auto !important;min-height:0 !important;overflow:visible !important;padding-inline:0;}
  .portfolio-scroll-heading{position:relative !important;top:auto !important;left:auto !important;transform:none !important;padding:0 24px;margin:0 auto 24px;}
  .portfolio-scroll-track{position:relative !important;left:auto !important;bottom:auto !important;padding:0 24px !important;overflow:hidden;}
  .portfolio-slide{flex:0 0 calc(100vw - 72px);width:calc(100vw - 72px);height:58vh;}
  .portfolio-mobile-controls{display:flex;}
  .standard-interactive-grid{grid-template-columns:1fr;}
}

@media (max-width: 720px){
  .about-story-section.about-story-mono,
  .home-standard-story{min-height:auto;}
  .about-story-card{min-height:0;width:calc(100% - 32px);bottom:auto !important;}
  .coming-soon-pill{padding:42px 20px 30px;border-radius:54px;}
  .coming-soon-subtitle{letter-spacing:.14em;}
  .value-card h3{font-size:1.55rem !important;}
}


/* === FINAL MIGUEL TATTOO ART REFINEMENTS v4 === */
:root{
  --title-font: "New Rocker", serif;
  --subtitle-font: "Cormorant Garamond", serif;
  --banner-image: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa070c5dd867dc12de006d8.jpg');
  --journey-image: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa070c5dd867dc12de006d8.jpg');
  --ten-years-image-clean: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa06f46d63e08439cceefa6.jpg');
  --artistry-image-full: url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa069244d38c898d519f59f.jpg');
}

body{background:#050505;}

/* Typography refresh */
.display,
.section-title,
.trade-copy h3,
.service-scroll-copy h3,
.process-card h3,
.flip-face h3,
.journey-step h3,
.standard-card h3,
.value-card h3,
.cta .section-title,
.faq-question,
.service-showcase-card h3,
.about-stat strong,
.coming-soon-title,
.portfolio-scroll-heading .section-title{
  font-family: var(--title-font) !important;
  letter-spacing: .01em !important;
  line-height: .98 !important;
}
.eyebrow,
.footer-title,
.topbar,
.topbar a,
.topbar span,
.nav-links a,
.mobile-menu a,
.trust-label,
.journey-step-note,
.btn,
.services-marquee-item,
.coming-soon-subtitle,
.standard-card span,
.about-story-card .eyebrow,
.journey-heading .eyebrow,
.process-section .eyebrow,
.section-dark .eyebrow,
.home-portfolio-heading .eyebrow{
  font-family: var(--subtitle-font) !important;
  letter-spacing: .08em !important;
}
.eyebrow{font-size:clamp(1rem,1.2vw,1.2rem); font-weight:700; text-transform:uppercase;}
.section-title{font-size:clamp(2.4rem,5vw,4.9rem) !important;}
.display{font-size:clamp(3rem,7vw,6.4rem) !important;}

/* Transparent header + bigger logos */
.site-header,
.site-header.scrolled,
.navbar,
.topbar{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  backdrop-filter: none !important;
}
.site-header .brand img,
.brand img{width:290px !important; max-width:290px !important;}
.footer-logo{width:340px !important; max-width:340px !important;}
.footer-title{font-size:1.75rem !important;}

/* Universal title banners */
.page-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.58)),
    var(--banner-image) center/cover no-repeat !important;
}
.page-hero > img{opacity:0 !important;}
.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 25%, rgba(175,17,32,.22), transparent 24%),
    radial-gradient(circle at 88% 74%, rgba(175,17,32,.2), transparent 20%),
    linear-gradient(125deg, transparent 0 72%, rgba(175,17,32,.1) 72% 74%, transparent 74% 100%);
}

/* Red detail language for dark sections */
.section-dark,
.process-section,
.trades-scroll,
.services-scroll,
.portfolio-scroll.home-portfolio,
.standard-interactive-section,
.site-footer,
.journey-stage{
  background-color:#070707 !important;
  background-image:
    radial-gradient(circle at 10% 16%, rgba(175,17,32,.16), transparent 20%),
    radial-gradient(circle at 86% 84%, rgba(175,17,32,.12), transparent 20%),
    linear-gradient(135deg, transparent 0 63%, rgba(175,17,32,.08) 63% 64%, transparent 64% 100%) !important;
}

/* Welcome section tweaks */
.hero-reveal{
  background:
    linear-gradient(135deg, rgba(0,0,0,.78), rgba(0,0,0,.54)),
    url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa069244d38c898d519f59f.jpg') center/cover no-repeat !important;
  overflow:hidden;
}
.hero-reveal::before{
  left:18px !important;
  right:18px !important;
  top:18px !important;
  bottom:18px !important;
  border:1px solid rgba(175,17,32,.34) !important;
}
.hero-reveal::after{
  width:320px !important;
  height:320px !important;
  right:-80px !important;
  top:-70px !important;
  background:
    radial-gradient(circle, rgba(175,17,32,.42), transparent 62%),
    radial-gradient(circle at 30% 70%, rgba(255,255,255,.14), transparent 24%) !important;
}
.hero-reveal .eyebrow,
.hero-reveal .body-copy,
.hero-reveal .display,
.hero-intro .eyebrow{color:#fff !important;}
.welcome-decor i{color:rgba(255,255,255,.88) !important; text-shadow:0 0 22px rgba(175,17,32,.35);}

/* Services marquee cleaner edges */
.services-marquee::before,
.services-marquee::after{display:none !important;}
.services-marquee-track{padding-inline:24px;}
.services-marquee-item{padding:20px 28px !important;}

/* Ten years story block */
.about-story-section.about-story-mono,
.home-standard-story{
  background:#070707 !important;
  min-height:780px !important;
  padding-bottom:34px !important;
}
.about-story-section.about-story-mono .about-story-image,
.home-standard-story .about-story-image{
  inset:0 !important;
  background: var(--ten-years-image-clean) center/cover no-repeat !important;
  filter:none !important;
  animation:none !important;
  transform:none !important;
}
.about-story-section.about-story-mono .about-story-image::after,
.home-standard-story .about-story-image::after{display:none !important;}
.about-story-card{
  bottom:34px !important;
  min-height:420px !important;
  justify-content:flex-end !important;
  background:rgba(5,5,5,.9) !important;
}
.home-standard-story .about-story-card,
.about-story-mono .about-story-card{box-shadow:0 32px 80px rgba(0,0,0,.5) !important;}

/* Process section and journey */
.process-section{padding-top:92px !important;}
.process-section .eyebrow,
.journey-heading .eyebrow{color:#fff !important;}
.flip-face strong,
.process-card strong,
.journey-step strong{font-size:clamp(3rem,5vw,4.5rem) !important; line-height:.9 !important;}
.flip-face h3,
.process-card h3,
.journey-step h3{font-size:clamp(1.45rem,2.2vw,2.1rem) !important; color:#fff !important;}
.journey-scroll{margin-top:0 !important;}
.journey-stage{
  background:
    linear-gradient(180deg, rgba(0,0,0,.76), rgba(0,0,0,.78)),
    var(--journey-image) center/cover no-repeat !important;
}
.journey-stage::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 16%, rgba(175,17,32,.22), transparent 22%),
    radial-gradient(circle at 76% 78%, rgba(175,17,32,.14), transparent 16%),
    linear-gradient(135deg, transparent 0 66%, rgba(175,17,32,.08) 66% 68%, transparent 68% 100%);
}
.journey-step,
.process-card{border-color:rgba(175,17,32,.28) !important;}

/* Home portfolio */
.portfolio-scroll.home-portfolio{height:350vh !important;}
.home-portfolio-heading .body-copy,
.portfolio-scroll-description{color:rgba(255,255,255,.74) !important;}
.portfolio-slide{
  border:1px solid rgba(175,17,32,.18);
  border-radius:26px;
}
.portfolio-slide::after{border-radius:26px;}

/* FAQ visibility */
.faq-split-section{background:#060606 !important;}
.faq-question{
  color:#fff !important;
  background:rgba(15,15,15,.9) !important;
  border:1px solid rgba(175,17,32,.18) !important;
}
.faq-question i{color:var(--red) !important;}
.faq-answer p,
.faq-content .body-copy{color:rgba(255,255,255,.78) !important;}
.faq-image-wrap img{filter:brightness(.72) saturate(.96);}

/* Red service area block */
.service-area-highlight{
  background:linear-gradient(180deg, rgba(175,17,32,.96), rgba(132,8,18,.98)) !important;
}
.service-area-highlight .section-title,
.service-area-highlight .body-copy,
.service-area-highlight .eyebrow,
.service-area-highlight .text-link,
.service-area-highlight .city-list span{color:#fff !important;}
.service-area-highlight .map-frame{border:2px solid rgba(255,255,255,.28); box-shadow:0 24px 60px rgba(0,0,0,.24);}

/* About purpose background image */
.about-purpose{
  position:relative;
  background:
    linear-gradient(135deg, rgba(0,0,0,.64), rgba(0,0,0,.54)),
    var(--artistry-image-full) center/cover no-repeat !important;
}
.about-purpose::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 18%, rgba(175,17,32,.24), transparent 22%),
    linear-gradient(120deg, transparent 0 64%, rgba(175,17,32,.12) 64% 66%, transparent 66% 100%);
}
.about-purpose .container{position:relative; z-index:1;}
.about-purpose-card{background:rgba(0,0,0,.48) !important; border:1px solid rgba(175,17,32,.16);}

/* Value cards / locations fix */
.location-standards-section .value-card,
.value-card{
  background:rgba(255,255,255,.96) !important;
  color:#101010 !important;
}
.value-card .number,
.value-card .number i{color:var(--red) !important;}
.value-card .number i{font-size:2.8rem;}
.value-card h3{color:#111 !important;}
.value-card .body-copy{color:#4b4b4b !important;}

/* Buttons with stronger hover */
.btn{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border:2px solid rgba(0,0,0,.92) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), var(--red) !important;
  color:#fff !important;
}
.btn::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(120deg, transparent 0 28%, rgba(255,255,255,.18) 38% 46%, transparent 56% 100%);
  transform:translateX(-120%);
  transition:transform .45s ease;
}
.btn:hover::before,
.btn:focus-visible::before{transform:translateX(120%);}
.btn:hover,
.btn:focus-visible{
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 16px 34px rgba(175,17,32,.38), inset 0 0 24px rgba(255,255,255,.08) !important;
}
.btn.btn-outline{
  background:rgba(0,0,0,.34) !important;
  border-color:rgba(255,255,255,.22) !important;
}

/* Services page white list text */
.service-scroll-copy p,
.service-scroll-copy .body-copy,
.service-scroll-features li,
.service-scroll-features li span,
.service-scroll-copy .text-link{color:#fff !important;}

/* Bigger numbered process cards */
.process-card strong{font-size:4.2rem !important;}

/* Standard section more interactive */
.standard-interactive-section{padding:130px 0 !important;}
.standard-interactive-grid{gap:22px !important;}
.standard-card{
  min-height:310px !important;
  border-radius:28px;
  padding:34px 28px !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    radial-gradient(circle at top right, rgba(175,17,32,.18), transparent 32%),
    #080808 !important;
}
.standard-card:hover{
  transform:translateY(-10px) scale(1.02) !important;
  box-shadow:0 22px 60px rgba(0,0,0,.4) !important;
}
.standard-card span{font-size:1rem !important; color:#ff7a86 !important;}
.standard-card p{color:rgba(255,255,255,.8) !important;}

/* Gallery masonry page */
.gallery-grid{
  column-count:4;
  column-gap:18px;
}
.gallery-item{
  position:relative;
  display:inline-block;
  width:100%;
  margin:0 0 18px;
  break-inside:avoid;
  border:0;
  padding:0;
  border-radius:24px;
  overflow:hidden;
  background:#0b0b0b;
  box-shadow:0 16px 36px rgba(0,0,0,.25);
  cursor:zoom-in;
}
.gallery-item img{
  display:block;
  width:100%;
  height:auto;
  filter:brightness(.74) saturate(.94);
  transition:transform .65s ease, filter .35s ease;
}
.gallery-item::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18));
  transition:background .3s ease;
}
.gallery-item:hover img,
.gallery-item:focus-visible img{transform:scale(1.06); filter:brightness(.94) saturate(1.04);}
.gallery-item:hover::before,
.gallery-item:focus-visible::before{background:linear-gradient(180deg, rgba(175,17,32,.1), rgba(0,0,0,.22));}
.gallery-zoom{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-items:center;
  opacity:0;
  transform:scale(.72);
  transition:opacity .35s ease, transform .35s ease;
}
.gallery-item:hover .gallery-zoom,
.gallery-item:focus-visible .gallery-zoom{opacity:1; transform:scale(1);}
.gallery-zoom i{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  border:2px solid rgba(255,255,255,.84);
  background:rgba(10,10,10,.3);
  backdrop-filter:blur(3px);
}

/* Footer */
.site-footer .body-copy{color:rgba(255,255,255,.76) !important;}
.footer-links a:hover{color:#fff !important;}

/* Videos coming soon */
.coming-soon-pill{border-radius:92px !important;}
.coming-soon-tag{font-family:var(--subtitle-font) !important;}

@media (max-width: 1100px){
  .gallery-grid{column-count:3;}
}
@media (max-width: 900px){
  .site-header .brand img,.brand img{width:250px !important;max-width:250px !important;}
  .footer-logo{width:280px !important;max-width:280px !important;}
  .gallery-grid{column-count:2;}
  .portfolio-scroll.home-portfolio{height:auto !important;}
  .portfolio-slide{border-radius:22px;}
}
@media (max-width: 700px){
  .gallery-grid{column-count:1;}
  .faq-question{font-size:1rem !important;}
  .section-title{font-size:clamp(2rem,9vw,3rem) !important;}
  .display{font-size:clamp(2.5rem,12vw,4rem) !important;}
  .about-story-card{bottom:auto !important;}
  .coming-soon-pill{border-radius:54px !important;}
}


/* === USER REFINEMENTS v5 === */
/* Titles smaller and uppercase */
.display,
.section-title,
.trade-copy h3,
.service-scroll-copy h3,
.journey-step h3,
.process-card h3,
.standard-card h3,
.value-card h3,
.service-showcase-card h3,
.portfolio-scroll-heading .section-title,
.cta .section-title,
.page-hero .display{
  text-transform:uppercase !important;
  font-size:clamp(1.9rem,4.1vw,4.15rem) !important;
  line-height:1.02 !important;
}
.hero-intro .display{font-size:clamp(2.3rem,5vw,4.8rem) !important;}
.trade-copy h3,
.service-scroll-copy h3{font-size:clamp(1.7rem,3.2vw,3.2rem) !important;}
.journey-step h3,
.process-card h3,
.standard-card h3,
.value-card h3{font-size:clamp(1.25rem,1.7vw,1.7rem) !important;}

/* Welcome must occupy the full viewport without an empty area */
.hero-stage,
.hero-reveal{
  width:100vw !important;
  height:100vh !important;
  min-height:100vh !important;
  min-height:100svh !important;
}
.hero-reveal{inset:0 !important; padding:clamp(100px,12vh,150px) 28px 36px !important;}
.hero-reveal-inner{max-width:980px !important; margin:auto !important;}
.hero-scroll{
  background:
    linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.68)),
    url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aa069244d38c898d519f59f.jpg') center/cover no-repeat !important;
}
.hero-reveal .eyebrow{color:#fff !important;}

/* Process/journey refinements */
.journey-step strong{
  font-size:1.35rem !important;
  margin-bottom:4px !important;
  line-height:1 !important;
}
.journey-step h3{
  color:var(--red) !important;
  margin:4px 0 8px !important;
}
.journey-step p{margin-top:0 !important;}
.journey-step{padding:14px 18px !important;}
.journey-canvas{inset:30vh 0 9vh !important;}

/* Portfolio title centered with clear separation from the images */
.portfolio-scroll-heading,
.home-portfolio-heading{
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  width:min(960px,calc(100% - 48px)) !important;
  max-width:960px !important;
  text-align:center !important;
  top:5vh !important;
}
.portfolio-scroll-heading .section-title{margin:8px auto 12px !important;}
.portfolio-scroll-description{max-width:720px !important; margin:0 auto !important;}
.portfolio-scroll-track{bottom:4vh !important;}
.portfolio-slide{height:56vh !important;}

@media (max-width:900px){
  .portfolio-scroll-heading,
  .home-portfolio-heading{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    width:100% !important;
    padding:0 24px !important;
    margin:0 auto 44px !important;
  }
  .portfolio-scroll-track{bottom:auto !important;}
  .portfolio-slide{height:54vh !important;}
  .hero-stage,.hero-reveal{height:100svh !important;min-height:100svh !important;}
}


/* === USER REFINEMENTS v7 === */
/* Slightly cursive/italic eyebrow labels */
.eyebrow,
.journey-heading .eyebrow,
.trades-heading .eyebrow,
.services-heading .eyebrow,
.portfolio-scroll-heading .eyebrow,
.standard-interactive-intro .eyebrow,
.page-hero .eyebrow,
.about-story-card .eyebrow{
  font-family:"Cormorant Garamond", serif !important;
  font-style:italic !important;
  font-weight:600 !important;
  letter-spacing:.07em !important;
}

/* Signature styles: content stays low so the tattoo imagery remains visible */
.trades-heading{
  top:auto !important;
  bottom:7vh !important;
  max-width:620px;
}
.trades-heading .section-title{max-width:620px !important;}
.trade-copy{padding-bottom:7vh !important;}

/* More breathing room after Tattoo Journey description */
.journey-intro{margin-bottom:38px !important;}
.journey-heading{padding-bottom:24px !important;}

/* Prevent standard card titles from collapsing letter by letter */
.standard-card-title{
  display:block !important;
  width:100% !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  writing-mode:horizontal-tb !important;
  line-height:1.05 !important;
}
.standard-card-title .word{display:inline-flex !important;white-space:nowrap !important;}
.standard-card-title .letter{display:inline-block !important;}
.standard-card{min-width:0 !important;}

/* Video Coming Soon: no enclosing box, brighter animated presentation */
.coming-soon-clean{
  min-height:620px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  position:relative;
  overflow:hidden;
  padding:90px 20px !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.coming-soon-clean::before,
.coming-soon-clean::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(12px);
}
.coming-soon-clean::before{
  width:360px;height:360px;left:6%;top:10%;
  background:radial-gradient(circle,rgba(175,17,32,.35),transparent 68%);
  animation:comingGlow 5s ease-in-out infinite alternate;
}
.coming-soon-clean::after{
  width:300px;height:300px;right:7%;bottom:6%;
  background:radial-gradient(circle,rgba(255,255,255,.11),transparent 70%);
  animation:comingGlow 6s ease-in-out infinite alternate-reverse;
}
.coming-soon-clean > *{position:relative;z-index:1;}
.coming-soon-pill{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
  padding:24px !important;
  margin-bottom:24px !important;
}
.coming-soon-title{
  color:#fff !important;
  text-shadow:0 0 28px rgba(175,17,32,.42);
  animation:comingPulse 2.7s ease-in-out infinite;
}
.coming-soon-subtitle{color:#e16370 !important;}
.coming-soon-tag{
  background:var(--red) !important;
  color:#fff !important;
  box-shadow:0 10px 28px rgba(175,17,32,.35) !important;
  animation:comingFloat 2.5s ease-in-out infinite;
}
@keyframes comingPulse{50%{transform:scale(1.035);text-shadow:0 0 42px rgba(175,17,32,.65);}}
@keyframes comingFloat{50%{transform:translateY(-8px);}}
@keyframes comingGlow{to{transform:translate(24px,-18px) scale(1.12);opacity:.8;}}

/* Contact secondary phone spacing */
.contact-page .topbar-group{gap:18px !important;flex-wrap:wrap;}
.contact-page .secondary-phone{white-space:nowrap;}

@media(max-width:900px){
  .trades-heading{bottom:4vh !important;left:20px !important;right:20px !important;}
  .journey-intro{margin-bottom:26px !important;}
}


/* --- Mobile controls + italic labels refinement --- */
.eyebrow,
.section .eyebrow,
.hero-intro .eyebrow,
.hero-reveal .eyebrow,
.journey-heading .eyebrow,
.trades-heading .eyebrow,
.services-heading .eyebrow,
.portfolio-scroll-heading .eyebrow,
.standard-interactive-intro .eyebrow,
.page-hero .eyebrow,
.about-story-card .eyebrow,
.faq-content .eyebrow,
.cta .eyebrow {
  font-style: italic !important;
}
.journey-intro { margin-bottom: 34px !important; }
.trades-mobile-controls, .journey-mobile-controls { display:none; gap:12px; justify-content:center; align-items:center; }
.trades-mobile-controls { margin-top:22px; }
.journey-mobile-controls { margin-top:20px; }
.trades-mobile-controls button, .journey-mobile-controls button {
  width:48px; height:48px; border-radius:50%; border:1px solid rgba(175,17,32,.55); background:rgba(8,8,8,.8); color:#fff; cursor:pointer; transition:transform .25s ease, background .25s ease, border-color .25s ease;
}
.trades-mobile-controls button:hover, .journey-mobile-controls button:hover { transform:translateY(-3px); background:var(--red); border-color:var(--red); }

@media (max-width: 900px) {
  .trades-mobile-controls, .journey-mobile-controls { display:flex; }
  .trades-heading { padding-bottom:18px !important; }
  .trades-scroll { height:auto !important; min-height:0 !important; padding:90px 0 70px !important; }
  .trades-stage { position:relative !important; top:auto !important; height:auto !important; min-height:720px !important; overflow:hidden !important; }
  .trade-card {
    position:absolute !important; inset:190px 18px 30px !important; grid-template-columns:1fr !important; grid-template-rows:52% 48% !important; opacity:0 !important; pointer-events:none; clip-path:none !important; transform:translateX(28px); transition:opacity .35s ease, transform .35s ease !important;
  }
  .trade-card.mobile-active { opacity:1 !important; pointer-events:auto; transform:translateX(0); }
  .trade-progress { display:none !important; }

  .journey-scroll { height:auto !important; min-height:0 !important; padding:90px 0 80px !important; }
  .journey-stage { position:relative !important; top:auto !important; height:auto !important; min-height:760px !important; overflow:hidden !important; }
  .journey-heading { position:relative !important; top:auto !important; left:auto !important; right:auto !important; width:auto !important; padding:0 24px; margin:0 auto 34px; transform:none !important; }
  .journey-intro { display:block !important; margin-bottom:18px !important; }
  .journey-canvas { position:relative !important; inset:auto !important; height:470px !important; width:100% !important; }
  .journey-line, .journey-point { display:none !important; }
  .journey-step, .journey-step.side-left, .journey-step.side-right {
    position:absolute !important; inset:20px 20px auto 20px !important; width:auto !important; min-height:400px; text-align:left !important; opacity:0 !important; pointer-events:none; transform:translateX(28px) !important; transition:opacity .35s ease, transform .35s ease !important; padding:28px 24px !important; display:flex; flex-direction:column; justify-content:center;
  }
  .journey-step.active { opacity:1 !important; pointer-events:auto; transform:translateX(0) !important; }
  .journey-step.passed { opacity:0 !important; }
  .journey-step h3 { font-size:1.65rem !important; }
  .journey-step p { font-size:.95rem !important; line-height:1.65 !important; }
  .journey-step strong { font-size:2.2rem !important; }
}


/* === V10 MOBILE PROCESS + BRAND POSITIONING === */

/* Client positioning: Miguel -> Realism -> Fort Lauderdale */
.hero-intro{max-width:900px !important;}
.hero-intro .display{max-width:900px !important; font-size:clamp(3rem,6vw,6rem) !important; text-transform:uppercase;}
.hero-positioning{margin:18px 0 0;color:#fff;font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:600;letter-spacing:.01em;}
.hero-tagline{margin:12px 0 0;color:rgba(255,255,255,.76);font-family:var(--subtitle-font,"Cormorant Garamond",serif);font-style:italic;font-size:clamp(1.1rem,1.6vw,1.45rem);}

/* More room below journey intro so first card never collides */
.journey-heading{padding-bottom:72px !important;}
.journey-intro{margin-bottom:34px !important;}
.journey-canvas{inset:38vh 0 10vh !important;}

/* Service cards: content sits lower to show more of the image */
.service-scroll-copy{align-self:end !important;justify-self:stretch;display:flex;flex-direction:column;justify-content:flex-end;padding-top:30vh !important;padding-bottom:6vh !important;}
.service-scroll-copy h3{margin-top:auto !important;}

/* Standard cards: prevent title breakup and keep clean hierarchy */
.standard-card-title{display:block !important;white-space:normal !important;word-break:keep-all !important;overflow-wrap:normal !important;line-height:1.08 !important;font-size:clamp(1.45rem,2vw,1.9rem) !important;letter-spacing:.025em !important;}
.standard-card-title .word,.standard-card-title .letter{display:inline !important;white-space:normal !important;}

/* Remove obsolete location standards section if cached */
.location-standards-section{display:none !important;}

@media (max-width:900px){
  /* Journey becomes a true button-controlled carousel on mobile */
  .journey-scroll{height:auto !important;min-height:0 !important;padding:92px 0 84px;background:#060606 !important;}
  .journey-stage{position:relative !important;top:auto !important;height:auto !important;min-height:760px !important;overflow:hidden !important;padding:0 20px 34px;}
  .journey-bg{position:absolute !important;inset:0 !important;transform:none !important;}
  .journey-heading{position:relative !important;top:auto !important;left:auto !important;right:auto !important;z-index:4;text-align:center;padding:0 0 54px !important;max-width:760px;margin:0 auto;}
  .journey-heading .section-title{margin-bottom:18px !important;}
  .journey-intro{display:block !important;max-width:640px;margin:0 auto 26px !important;color:rgba(255,255,255,.76);line-height:1.65;}
  .journey-mobile-controls{display:flex !important;margin:0 auto 10px !important;position:relative;z-index:5;}
  .journey-canvas{position:relative !important;inset:auto !important;width:100% !important;height:390px !important;margin:0 auto;}
  .journey-line,.journey-point{display:none !important;}
  .journey-step,.journey-step.side-left,.journey-step.side-right{position:absolute !important;inset:0 !important;left:0 !important;right:0 !important;top:0 !important;bottom:auto !important;width:min(620px,100%) !important;height:auto !important;min-height:330px;margin:0 auto;padding:34px 28px !important;text-align:center !important;background:rgba(7,7,7,.94) !important;border:1px solid rgba(175,17,32,.38) !important;border-radius:24px;opacity:0 !important;visibility:hidden !important;transform:translateX(28px) scale(.98) !important;pointer-events:none;transition:opacity .35s ease,transform .35s ease,visibility .35s !important;}
  .journey-step.active{opacity:1 !important;visibility:visible !important;transform:translateX(0) scale(1) !important;pointer-events:auto;}
  .journey-step.passed{opacity:0 !important;visibility:hidden !important;transform:translateX(-28px) scale(.98) !important;}
  .journey-step strong{font-size:2rem !important;}
  .journey-step h3{font-size:1.8rem !important;margin:10px 0 14px !important;color:var(--red) !important;}
  .journey-step p{font-size:.96rem !important;line-height:1.6 !important;color:rgba(255,255,255,.8) !important;}
  .journey-step-note{font-size:.68rem !important;color:#fff !important;}

  /* Portfolio heading breathing room + automatic slider */
  .portfolio-scroll.home-portfolio{padding-top:128px !important;}
  .portfolio-scroll-heading{padding-top:24px !important;margin-bottom:46px !important;text-align:center !important;}
  .portfolio-scroll-heading .section-title{margin-bottom:18px !important;}
  .portfolio-scroll-description{margin-bottom:22px !important;}
  .portfolio-scroll-track{margin-top:10px !important;}

  /* CTA buttons centered on mobile */
  .cta-actions,.hero-actions.cta-actions{justify-content:center !important;align-items:center !important;text-align:center !important;margin-inline:auto !important;}
  .cta-actions .btn,.hero-actions.cta-actions .btn{margin-inline:auto !important;}

  /* Services page copy remains low while still readable */
  .service-scroll-copy{padding-top:18vh !important;padding-bottom:28px !important;justify-content:flex-end !important;}
}


/* === V11 RESPONSIVE REFINEMENTS === */

/* Banner content needs breathing room below transparent header */
.page-hero .container{padding-top:clamp(44px,7vh,90px) !important;}

/* Home / locations service area: black with red details */
.service-area-highlight{
  position:relative;
  overflow:hidden;
  background:#070707 !important;
  background-image:
    radial-gradient(circle at 12% 18%,rgba(175,17,32,.28),transparent 24%),
    radial-gradient(circle at 86% 84%,rgba(175,17,32,.18),transparent 22%),
    linear-gradient(135deg,transparent 0 68%,rgba(175,17,32,.12) 68% 70%,transparent 70% 100%) !important;
}
.service-area-highlight::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  border-top:1px solid rgba(175,17,32,.35);border-bottom:1px solid rgba(175,17,32,.22);
}
.service-area-highlight > .container{position:relative;z-index:1;}
.service-area-highlight .section-title,
.service-area-highlight .body-copy,
.service-area-highlight .eyebrow,
.service-area-highlight .text-link,
.service-area-highlight .city-list span{color:#fff !important;}

/* Contact coverage: red with decorative details */
.contact-coverage-red{
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,#af1120 0%,#8a0c17 58%,#5f0710 100%) !important;
}
.contact-coverage-red::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.12),transparent 24%),
    radial-gradient(circle at 88% 82%,rgba(0,0,0,.22),transparent 26%),
    linear-gradient(135deg,transparent 0 67%,rgba(255,255,255,.08) 67% 69%,transparent 69% 100%);
}
.contact-coverage-red > .container{position:relative;z-index:1;}
.contact-coverage-red .section-title,
.contact-coverage-red .body-copy,
.contact-coverage-red .eyebrow,
.contact-coverage-red .text-link{color:#fff !important;}

/* Services mobile controls */
.services-mobile-controls{display:none;gap:12px;justify-content:center;align-items:center;margin-top:18px;}
.services-mobile-controls button{
  width:48px;height:48px;border-radius:50%;border:1px solid rgba(175,17,32,.58);
  background:rgba(8,8,8,.84);color:#fff;cursor:pointer;transition:.25s ease;
}
.services-mobile-controls button:hover{background:var(--red);transform:translateY(-3px);}

@media(max-width:900px){
  /* Home services: image on top, content below, never overlayed */
  .trades-scroll{padding:72px 0 60px !important;}
  .trades-stage{min-height:900px !important;overflow:hidden !important;padding:0 18px 28px;}
  .trades-heading{position:relative !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;text-align:center;margin:0 auto 28px !important;padding:0 8px 12px !important;}
  .trades-heading .eyebrow{margin-inline:auto;}
  .trade-card{
    inset:180px 18px 26px !important;
    display:flex !important;
    flex-direction:column !important;
    background:#080808 !important;
    border:1px solid rgba(175,17,32,.22);
    border-radius:24px;
    overflow:hidden !important;
  }
  .trade-media{height:430px !important;min-height:430px !important;flex:0 0 430px !important;}
  .trade-media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;}
  .trade-copy{
    position:relative !important;
    flex:1 1 auto !important;
    padding:26px 24px 28px !important;
    background:#080808 !important;
    align-self:stretch !important;
    min-height:300px;
  }
  .trade-copy h3{margin:6px 0 12px !important;}
  .trade-copy p{margin-bottom:18px !important;}

  /* Both process journeys: cover background + more gap before first card */
  .journey-stage{background:#060606 !important;}
  .journey-bg{
    background-image:var(--journey-image) !important;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    transform:none !important;
  }
  .journey-heading{padding-bottom:78px !important;margin-bottom:0 !important;}
  .journey-intro{margin:0 auto 42px !important;}
  .journey-mobile-controls{margin-top:0 !important;margin-bottom:22px !important;}
  .journey-canvas{margin-top:10px !important;height:410px !important;}
  .journey-step,.journey-step.side-left,.journey-step.side-right{top:0 !important;min-height:350px !important;}

  /* Portfolio mobile: full image visibility + correct spacing */
  .portfolio-scroll.home-portfolio{padding-top:138px !important;padding-bottom:76px !important;}
  .portfolio-scroll-heading{padding:36px 24px 0 !important;margin-bottom:56px !important;}
  .portfolio-scroll-description{margin-bottom:24px !important;}
  .portfolio-scroll-track{margin-top:22px !important;align-items:center !important;}
  .portfolio-slide{
    height:62vh !important;
    min-height:470px !important;
    background:#050505 !important;
    display:grid !important;
    place-items:center !important;
  }
  .portfolio-slide img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#050505 !important;
  }

  /* Services page: button-controlled, image then content */
  .services-mobile-controls{display:flex !important;}
  .services-scroll{height:auto !important;min-height:0 !important;padding:78px 0 64px !important;background:#070707 !important;}
  .services-stage{position:relative !important;top:auto !important;height:auto !important;min-height:1040px !important;overflow:hidden !important;padding:0 18px 30px;}
  .services-heading{position:relative !important;top:auto !important;left:auto !important;right:auto !important;text-align:center;margin:0 auto 28px !important;padding:0 8px 12px !important;}
  .services-heading .eyebrow{margin-inline:auto;}
  .service-scroll-card{
    position:absolute !important;
    inset:220px 18px 30px !important;
    display:flex !important;
    flex-direction:column !important;
    clip-path:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateX(28px) !important;
    transition:opacity .35s ease,transform .35s ease,visibility .35s !important;
    background:#080808 !important;
    border:1px solid rgba(175,17,32,.22);
    border-radius:24px;
    overflow:hidden !important;
  }
  .service-scroll-card.mobile-active{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateX(0) !important;}
  .service-scroll-media{height:430px !important;min-height:430px !important;flex:0 0 430px !important;}
  .service-scroll-media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;}
  .service-scroll-copy{
    position:relative !important;
    flex:1 1 auto !important;
    align-self:stretch !important;
    padding:26px 24px 30px !important;
    background:#080808 !important;
    min-height:410px;
    justify-content:flex-start !important;
  }
  .service-scroll-copy h3{margin:6px 0 14px !important;}
  .service-scroll-features{grid-template-columns:1fr !important;gap:10px !important;margin:18px 0 22px !important;}
  .services-progress{display:none !important;}

  /* More space above banner text on mobile */
  .page-hero{padding-top:190px !important;}
  .page-hero .container{padding-top:34px !important;padding-bottom:8px !important;}
}

@media(max-width:600px){
  .trade-card{inset:190px 12px 24px !important;}
  .trade-media{height:390px !important;min-height:390px !important;flex-basis:390px !important;}
  .trades-stage{min-height:870px !important;}
  .service-scroll-card{inset:230px 12px 26px !important;}
  .service-scroll-media{height:380px !important;min-height:380px !important;flex-basis:380px !important;}
  .services-stage{min-height:1010px !important;}
  .portfolio-slide{height:56vh !important;min-height:420px !important;}
  .journey-heading{padding-bottom:88px !important;}
  .journey-intro{margin-bottom:46px !important;}
}

/* === V12 MOBILE LAYOUT FIXES === */
@media (max-width:900px){
  /* HOME SERVICES: portrait media first, complete copy below, controls after copy */
  .trades-scroll{padding:72px 0 64px !important;}
  .trades-stage{min-height:1180px !important;padding:0 16px 92px !important;overflow:hidden !important;}
  .trades-heading{margin-bottom:24px !important;}
  .trade-card{
    inset:170px 16px 96px !important;
    height:auto !important;
    min-height:870px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
  }
  .trade-media{height:480px !important;min-height:480px !important;flex:0 0 480px !important;}
  .trade-media img{object-fit:cover !important;object-position:center !important;}
  .trade-copy{
    min-height:0 !important;
    flex:1 1 auto !important;
    padding:26px 24px 32px !important;
    display:block !important;
  }
  .trade-copy h3{margin:8px 0 14px !important;}
  .trade-copy .body-copy{margin-bottom:18px !important;}
  .trades-mobile-controls{
    position:absolute !important;
    left:0 !important;right:0 !important;bottom:24px !important;
    z-index:20 !important;
    display:flex !important;justify-content:center !important;gap:14px !important;
    margin:0 !important;
  }

  /* SERVICES TAB: full card content and arrows after the content */
  .services-scroll{padding:76px 0 66px !important;}
  .services-stage{min-height:1320px !important;padding:0 16px 96px !important;overflow:hidden !important;}
  .services-heading{margin-bottom:22px !important;}
  .service-scroll-card{
    inset:180px 16px 100px !important;
    min-height:1040px !important;
    height:auto !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
  }
  .service-scroll-media{height:440px !important;min-height:440px !important;flex:0 0 440px !important;}
  .service-scroll-copy{
    min-height:0 !important;
    flex:1 1 auto !important;
    padding:24px 24px 34px !important;
    justify-content:flex-start !important;
    overflow:visible !important;
  }
  .service-scroll-copy .body-copy{margin-bottom:14px !important;}
  .service-scroll-features{margin:16px 0 20px !important;gap:9px !important;}
  .service-scroll-copy .text-link{margin-top:4px !important;}
  .services-mobile-controls{
    position:absolute !important;
    left:0 !important;right:0 !important;bottom:24px !important;
    z-index:20 !important;
    display:flex !important;justify-content:center !important;gap:14px !important;
    margin:0 !important;
  }

  /* PROCESS BACKGROUNDS: use image as the full section backdrop, no letterboxed bands */
  .journey-scroll{
    position:relative !important;
    padding:0 !important;
    background:#060606 !important;
  }
  .journey-stage{
    position:relative !important;
    min-height:860px !important;
    padding:88px 20px 54px !important;
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.60),rgba(0,0,0,.68)),
      var(--journey-image) !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }
  .journey-bg{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;height:100% !important;
    background-image:var(--journey-image) !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    opacity:.18 !important;
    transform:none !important;
  }
  .journey-heading{padding-bottom:92px !important;}
  .journey-intro{margin-bottom:54px !important;}
  .journey-canvas{height:420px !important;}

  /* HOME PORTFOLIO: portrait frame with full image visible */
  .portfolio-scroll.home-portfolio{padding-top:148px !important;padding-bottom:82px !important;}
  .portfolio-scroll-heading{padding:34px 24px 0 !important;margin-bottom:60px !important;}
  .portfolio-scroll-track{margin-top:18px !important;align-items:flex-start !important;}
  .portfolio-slide{
    flex:0 0 min(78vw,360px) !important;
    width:min(78vw,360px) !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4/5 !important;
    border-radius:22px !important;
    background:#050505 !important;
  }
  .portfolio-slide img{
    width:100% !important;height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#050505 !important;
  }

  /* Explicitly keep this section BLACK with red decorative accents */
  .home-service-area,
  .service-area-highlight{
    background-color:#050505 !important;
    background-image:
      radial-gradient(circle at 12% 18%,rgba(175,17,32,.34),transparent 25%),
      radial-gradient(circle at 88% 80%,rgba(175,17,32,.22),transparent 23%),
      linear-gradient(135deg,transparent 0 66%,rgba(175,17,32,.14) 66% 68%,transparent 68% 100%) !important;
  }

  /* Contact coverage stays RED, with more visible decorative elements */
  .contact-coverage-red{
    background-color:#af1120 !important;
    background-image:
      radial-gradient(circle at 10% 16%,rgba(255,255,255,.16),transparent 22%),
      radial-gradient(circle at 87% 82%,rgba(0,0,0,.34),transparent 27%),
      repeating-linear-gradient(135deg,transparent 0 54px,rgba(255,255,255,.055) 54px 56px,transparent 56px 110px),
      linear-gradient(145deg,#af1120 0%,#8b0b17 58%,#5b070f 100%) !important;
  }
  .contact-coverage-red::after{
    content:"";position:absolute;inset:18px;pointer-events:none;
    border:1px solid rgba(255,255,255,.14);
    clip-path:polygon(0 0,92% 0,100% 14%,100% 100%,8% 100%,0 86%);
  }
}

@media (max-width:600px){
  .trades-stage{min-height:1120px !important;}
  .trade-card{inset:178px 12px 96px !important;min-height:820px !important;}
  .trade-media{height:420px !important;min-height:420px !important;flex-basis:420px !important;}
  .services-stage{min-height:1270px !important;}
  .service-scroll-card{inset:188px 12px 100px !important;min-height:1000px !important;}
  .service-scroll-media{height:390px !important;min-height:390px !important;flex-basis:390px !important;}
  .journey-stage{min-height:820px !important;padding:78px 16px 48px !important;}
  .portfolio-slide{flex-basis:82vw !important;width:82vw !important;aspect-ratio:4/5 !important;}
}


/* === V13 VERIFIED MOBILE FIXES === */

/* Serving Fort Lauderdale section must be black on every breakpoint */
.home-service-area,
.service-area-highlight{
  position:relative !important;
  overflow:hidden !important;
  background-color:#050505 !important;
  background-image:
    radial-gradient(circle at 12% 18%,rgba(175,17,32,.34),transparent 25%),
    radial-gradient(circle at 88% 80%,rgba(175,17,32,.22),transparent 23%),
    linear-gradient(135deg,transparent 0 66%,rgba(175,17,32,.14) 66% 68%,transparent 68% 100%) !important;
}
.home-service-area::before,
.service-area-highlight::before{
  content:"";position:absolute;inset:18px;pointer-events:none;z-index:0;
  border:1px solid rgba(175,17,32,.2);
  clip-path:polygon(0 0,92% 0,100% 14%,100% 100%,8% 100%,0 86%);
}
.home-service-area > .container,
.service-area-highlight > .container{position:relative;z-index:1;}

/* The Style Changes cards: larger readable numbers */
.standard-card > span{
  font-size:clamp(2.4rem,4vw,3.5rem) !important;
  line-height:.9 !important;
  letter-spacing:.04em !important;
  margin-bottom:20px !important;
  color:#d33b48 !important;
}

@media (max-width:900px){
  /* HOME SERVICES — single portrait card; controls visibly below the entire copy */
  .trades-scroll{height:auto !important;padding:72px 0 72px !important;}
  .trades-stage{
    position:relative !important;top:auto !important;height:auto !important;min-height:0 !important;
    overflow:visible !important;padding:0 16px !important;
  }
  .trades-heading{position:relative !important;top:auto !important;left:auto !important;right:auto !important;margin:0 auto 28px !important;}
  .trade-card{
    position:relative !important;inset:auto !important;display:none !important;
    width:100% !important;max-width:520px !important;min-height:0 !important;height:auto !important;
    margin:0 auto !important;border-radius:24px !important;overflow:hidden !important;
    opacity:1 !important;visibility:visible !important;transform:none !important;clip-path:none !important;
  }
  .trade-card.mobile-active{display:flex !important;flex-direction:column !important;}
  .trade-media{width:100% !important;height:auto !important;min-height:0 !important;flex:none !important;aspect-ratio:4/5 !important;}
  .trade-media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;}
  .trade-copy{
    position:relative !important;display:block !important;width:100% !important;min-height:0 !important;
    padding:28px 24px 32px !important;background:#080808 !important;
  }
  .trades-mobile-controls{
    position:relative !important;inset:auto !important;display:flex !important;
    justify-content:center !important;align-items:center !important;gap:14px !important;
    margin:24px auto 0 !important;z-index:30 !important;
  }
  .trades-mobile-controls button{
    width:50px;height:50px;border-radius:50%;border:1px solid rgba(175,17,32,.65);
    background:#12090a;color:#fff;cursor:pointer;
  }
  .trade-progress{display:none !important;}

  /* PROCESS JOURNEYS — heading/description and first card cannot overlap */
  .journey-scroll{height:auto !important;min-height:0 !important;padding:0 !important;background:#060606 !important;}
  .journey-stage{
    position:relative !important;top:auto !important;height:auto !important;min-height:0 !important;overflow:hidden !important;
    padding:88px 18px 70px !important;
    background-image:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.66)),var(--journey-image) !important;
    background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;
  }
  .journey-bg{
    position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;
    background-image:var(--journey-image) !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;
    opacity:.18 !important;transform:none !important;
  }
  .journey-heading{
    position:relative !important;top:auto !important;left:auto !important;right:auto !important;transform:none !important;
    width:100% !important;max-width:760px !important;margin:0 auto 54px !important;padding:0 !important;z-index:6 !important;text-align:center !important;
  }
  .journey-heading .section-title{margin:8px auto 20px !important;}
  .journey-intro{display:block !important;max-width:650px !important;margin:0 auto 32px !important;line-height:1.65 !important;}
  .journey-mobile-controls{display:flex !important;justify-content:center !important;margin:0 auto !important;}
  .journey-canvas{
    position:relative !important;inset:auto !important;width:100% !important;height:390px !important;
    margin:0 auto !important;z-index:5 !important;
  }
  .journey-step,.journey-step.side-left,.journey-step.side-right{
    position:absolute !important;inset:0 !important;top:0 !important;left:0 !important;right:0 !important;bottom:auto !important;
    width:min(620px,100%) !important;min-height:330px !important;margin:0 auto !important;
  }

  /* HOME PORTFOLIO — true single-image mobile carousel, portrait, full image visible */
  .portfolio-scroll.home-portfolio{height:auto !important;padding:110px 0 86px !important;}
  .portfolio-stage{position:relative !important;top:auto !important;height:auto !important;min-height:0 !important;overflow:visible !important;}
  .portfolio-scroll-heading{
    position:relative !important;top:auto !important;left:auto !important;transform:none !important;
    width:100% !important;max-width:680px !important;margin:0 auto 42px !important;padding:0 24px !important;text-align:center !important;
  }
  .portfolio-mobile-controls{display:flex !important;justify-content:center !important;margin-top:22px !important;}
  .portfolio-scroll-track{
    position:relative !important;left:auto !important;bottom:auto !important;transform:none !important;
    display:block !important;width:100% !important;height:min(120vw,620px) !important;min-height:500px !important;
    padding:0 !important;margin:0 !important;overflow:visible !important;
  }
  .portfolio-slide{
    position:absolute !important;top:0 !important;left:50% !important;
    width:min(82vw,390px) !important;height:min(112vw,560px) !important;aspect-ratio:auto !important;
    margin:0 !important;transform:translateX(-50%) scale(.98) !important;
    opacity:0 !important;visibility:hidden !important;pointer-events:none !important;
    display:grid !important;place-items:center !important;background:#050505 !important;
    border-radius:24px !important;overflow:hidden !important;transition:opacity .35s ease,transform .35s ease !important;
  }
  .portfolio-slide.active{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateX(-50%) scale(1) !important;}
  .portfolio-slide img{
    width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important;background:#050505 !important;
  }

  /* SERVICES TAB — title/subtitle anchored at the lower area of the image */
  .services-scroll{height:auto !important;min-height:0 !important;padding:72px 0 72px !important;}
  .services-stage{
    position:relative !important;top:auto !important;height:auto !important;min-height:0 !important;overflow:visible !important;
    padding:0 16px !important;
  }
  .service-scroll-card{
    position:relative !important;inset:auto !important;display:none !important;
    width:100% !important;max-width:540px !important;min-height:0 !important;height:auto !important;
    margin:0 auto !important;border-radius:24px !important;overflow:hidden !important;
    opacity:1 !important;visibility:visible !important;transform:none !important;clip-path:none !important;
  }
  .service-scroll-card.mobile-active{display:flex !important;flex-direction:column !important;}
  .service-scroll-media{width:100% !important;height:auto !important;min-height:0 !important;flex:none !important;aspect-ratio:4/5 !important;}
  .service-scroll-media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;}
  .service-scroll-copy{position:relative !important;padding:30px 24px 34px !important;min-height:0 !important;overflow:visible !important;background:#080808 !important;}
  .services-heading{
    position:absolute !important;z-index:40 !important;top:min(116vw,630px) !important;left:50% !important;right:auto !important;
    width:min(86vw,470px) !important;transform:translate(-50%,-100%) !important;
    margin:0 !important;padding:60px 22px 18px !important;text-align:center !important;pointer-events:none;
    background:linear-gradient(180deg,transparent,rgba(0,0,0,.88));
  }
  .services-heading .eyebrow{background:rgba(255,255,255,.94) !important;color:var(--red) !important;margin:0 auto 10px !important;}
  .services-heading .section-title{color:#fff !important;margin:0 !important;font-size:clamp(1.8rem,8vw,3rem) !important;}
  .services-mobile-controls{
    position:relative !important;inset:auto !important;display:flex !important;justify-content:center !important;gap:14px !important;
    margin:24px auto 0 !important;z-index:30 !important;
  }
  .services-progress{display:none !important;}
}

@media(max-width:600px){
  .portfolio-scroll-track{height:min(128vw,590px) !important;min-height:470px !important;}
  .portfolio-slide{width:84vw !important;height:116vw !important;max-height:560px !important;}
  .journey-heading{margin-bottom:62px !important;}
  .journey-intro{margin-bottom:36px !important;}
  .services-heading{top:min(116vw,500px) !important;width:88vw !important;}
}

/* === FINAL CORRECTIONS v14 — requested 2026-09-09 === */

/* Services page section heading sits at the lower part of the image, like Home */
.services-heading{
  top:auto !important;
  bottom:7vh !important;
  left:max(40px,calc((100vw - var(--max))/2)) !important;
  right:auto !important;
  width:min(48vw,690px) !important;
  max-width:690px !important;
  padding:20px 0 !important;
  text-align:left !important;
  transform:none !important;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.78)) !important;
}
.services-heading .eyebrow{margin:0 0 12px !important;}
.services-heading .section-title{
  margin:0 !important;
  max-width:620px !important;
  font-size:clamp(2rem,3.2vw,3.35rem) !important;
}

/* Journey: ensure description never collides with first process card on desktop */
@media (min-width:901px){
  .journey-heading{
    top:7vh !important;
    padding-bottom:0 !important;
  }
  .journey-intro{
    margin:0 auto 44px !important;
  }
  .journey-canvas{
    inset:46vh 0 8vh !important;
  }
}

/* Serving Fort Lauderdale and South Florida: BLACK with red details */
.home-service-area,
.service-area-highlight{
  position:relative !important;
  overflow:hidden !important;
  background:#050505 !important;
  background-image:
    radial-gradient(circle at 10% 18%,rgba(175,17,32,.24),transparent 23%),
    radial-gradient(circle at 88% 80%,rgba(175,17,32,.16),transparent 24%),
    linear-gradient(135deg,transparent 0 66%,rgba(175,17,32,.10) 66% 68%,transparent 68% 100%) !important;
}
.home-service-area::before,
.service-area-highlight::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg,rgba(175,17,32,.15) 0 2px,transparent 2px) 8% 0/190px 100% no-repeat,
    linear-gradient(0deg,rgba(175,17,32,.12) 0 2px,transparent 2px) 100% 82%/100% 160px no-repeat !important;
  pointer-events:none !important;
}
.home-service-area > .container,
.service-area-highlight > .container{position:relative !important;z-index:2 !important;}

@media (max-width:900px){
  /* Services section heading: bottom of image, not over the center */
  .services-scroll{padding-top:72px !important;}
  .services-stage{padding-top:0 !important;}
  .services-heading{
    position:absolute !important;
    z-index:40 !important;
    top:min(125vw,590px) !important;
    bottom:auto !important;
    left:50% !important;
    right:auto !important;
    width:min(88vw,480px) !important;
    transform:translate(-50%,-100%) !important;
    padding:72px 18px 18px !important;
    text-align:center !important;
    background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.16) 28%,rgba(0,0,0,.88) 100%) !important;
    pointer-events:none !important;
  }
  .services-heading .eyebrow{
    margin:0 auto 10px !important;
    padding:8px 14px !important;
    background:rgba(255,255,255,.94) !important;
    color:var(--red) !important;
  }
  .services-heading .section-title{
    margin:0 auto !important;
    max-width:420px !important;
    font-size:clamp(1.72rem,7.6vw,2.7rem) !important;
    line-height:.96 !important;
  }

  /* Journey mobile: real separation after description */
  .journey-heading{
    margin-bottom:72px !important;
    padding-bottom:0 !important;
  }
  .journey-intro{
    margin:0 auto 44px !important;
  }
  .journey-canvas{
    margin-top:0 !important;
  }

  /* Portfolio mobile: portrait cards, cover crop, and more space above heading */
  .portfolio-scroll.home-portfolio{
    padding-top:150px !important;
  }
  .portfolio-scroll-heading{
    padding-top:0 !important;
    margin-bottom:72px !important;
  }
  .portfolio-scroll-track{
    height:min(132vw,620px) !important;
    min-height:500px !important;
  }
  .portfolio-slide{
    width:min(82vw,390px) !important;
    height:auto !important;
    aspect-ratio:4/5 !important;
    max-height:none !important;
  }
  .portfolio-slide img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    background:#050505 !important;
  }
}

@media(max-width:600px){
  .services-heading{top:min(125vw,520px) !important;}
  .journey-heading{margin-bottom:78px !important;}
  .journey-intro{margin-bottom:48px !important;}
  .portfolio-scroll.home-portfolio{padding-top:160px !important;}
  .portfolio-scroll-heading{margin-bottom:76px !important;}
  .portfolio-slide{width:84vw !important;aspect-ratio:4/5 !important;}
}


/* === FINAL CORRECTIONS v15 — mobile spacing, process cover, portfolio, gallery === */

/* Keep service-area section definitively black with subtle red details */
section.service-area-highlight,
section.home-service-area,
.section.section-dark.service-area-highlight,
.section.section-dark.home-service-area{
  background-color:#050505 !important;
  background-image:
    radial-gradient(circle at 8% 20%,rgba(175,17,32,.22),transparent 22%),
    radial-gradient(circle at 90% 78%,rgba(175,17,32,.15),transparent 24%),
    linear-gradient(132deg,transparent 0 69%,rgba(175,17,32,.12) 69% 70.5%,transparent 70.5% 100%) !important;
}

/* Services tab heading: keep it low on image but remove the black gradient panel */
.services-heading{
  background:transparent !important;
  text-shadow:0 3px 16px rgba(0,0,0,.95) !important;
}
.services-heading::before,.services-heading::after{display:none !important;}

/* Wider process heading on services */
.services.html .section-title{max-width:none;}

@media (max-width:900px){
  /* Process backgrounds: one continuous cover image, no apparent black band/cut */
  .journey-scroll{
    background:#050505 !important;
  }
  .journey-stage{
    padding:108px 18px 72px !important;
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.58)),
      var(--journey-image) !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }
  .journey-bg{
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    background-image:var(--journey-image) !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    opacity:.12 !important;
  }
  .journey-heading{
    margin:0 auto 64px !important;
    padding:18px 24px 0 !important;
  }
  .journey-heading .eyebrow{margin-top:0 !important;}
  .journey-intro{margin:0 auto 50px !important;}

  /* Home portfolio: remove excessive top void while keeping comfortable title spacing */
  .portfolio-scroll.home-portfolio{
    padding-top:72px !important;
    padding-bottom:78px !important;
  }
  .portfolio-scroll-heading{
    padding:18px 24px 0 !important;
    margin:0 auto 42px !important;
  }
  .portfolio-scroll-description{margin-bottom:18px !important;}

  /* Portrait carousel cards, intentionally cropped with cover */
  .portfolio-scroll-track{
    height:min(126vw,610px) !important;
    min-height:500px !important;
  }
  .portfolio-slide{
    width:min(82vw,390px) !important;
    aspect-ratio:3/4 !important;
    height:auto !important;
    max-height:none !important;
  }
  .portfolio-slide img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  /* Services heading stays at lower portion of image without any dark gradient block */
  .services-heading{
    background:transparent !important;
    padding:0 18px 18px !important;
    text-shadow:0 4px 22px rgba(0,0,0,.95) !important;
  }

  /* Gallery/portfolio page: two images per row on mobile */
  .gallery-grid{
    column-count:2 !important;
    column-gap:10px !important;
  }
  .gallery-item{margin-bottom:10px !important;border-radius:14px !important;}

  /* Heading width on services process area */
  .section.section-dark .container > div[data-reveal][style*="max-width:920px"]{
    width:min(92vw,920px) !important;
    max-width:920px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media(max-width:600px){
  .journey-stage{padding-top:116px !important;}
  .journey-heading{padding-top:22px !important;margin-bottom:68px !important;}
  .journey-intro{margin-bottom:54px !important;}
  .portfolio-scroll.home-portfolio{padding-top:66px !important;}
  .portfolio-scroll-heading{margin-bottom:38px !important;}
  .portfolio-slide{width:84vw !important;aspect-ratio:3/4 !important;}
  .gallery-grid{column-count:2 !important;column-gap:8px !important;}
  .gallery-item{margin-bottom:8px !important;border-radius:12px !important;}
}


/* === USER IMAGE/VIDEO UPDATES 2026-09-16 === */
:root{
  --banner-image:url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aab1cc842c38177da767835.webp');
}

/* Welcome background only */
.hero-reveal{
  background:linear-gradient(135deg,rgba(0,0,0,.78),rgba(0,0,0,.54)),url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aab1cc52e74dc36122dbb2d.webp') center/cover no-repeat !important;
}
.hero-reveal::before{
  background:linear-gradient(rgba(10,10,10,.72),rgba(10,10,10,.7)),url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aab1cc52e74dc36122dbb2d.webp') center/cover no-repeat !important;
}

/* Ten Years, One Artistic Standard */
.about-story-section.about-story-mono .about-story-image,
.home-standard-story .about-story-image,
.home-ten-years-image{
  background:url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aab1cc3c2e80423bcf95b1a.webp') center/cover no-repeat !important;
}

/* Artistry, Communication, and a Personal Experience */
.about-purpose{
  background:linear-gradient(135deg,rgba(0,0,0,.64),rgba(0,0,0,.54)),url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aab1cc3c2e80423bcf95b24.webp') center/cover no-repeat !important;
}

/* Vertical video gallery; scoped to Videos tab only */
.video-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.video-gallery-card{
  position:relative;
  overflow:hidden;
  aspect-ratio:9/16;
  border:1px solid rgba(175,17,32,.22);
  border-radius:24px;
  background:#0b0b0b;
  box-shadow:0 24px 56px rgba(0,0,0,.34);
}
.video-gallery-card video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#050505;
}
@media(max-width:1050px){
  .video-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .video-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .video-gallery-card{border-radius:16px;}
}

/* === FINAL IMAGE POSITION ADJUSTMENTS 2026-09-16 === */
:root{
  --journey-image:url('https://assets.cdn.filesafe.space/Gnwifk797uDz1o0VyGw9/media/6aab1cc79f8b31b6ab507af0.webp');
}

/* Welcome: emphasize the lower part of the image */
.hero-reveal{
  background-position:center bottom !important;
}
.hero-reveal::before{
  background-position:center bottom !important;
}

/* Ten Years, One Artistic Standard: emphasize the lower part of the image */
.about-story-section.about-story-mono .about-story-image,
.home-standard-story .about-story-image,
.home-ten-years-image{
  background-position:center bottom !important;
}

/* A Clear Route From Idea to Finished Tattoo */
.journey-bg{
  background-image:var(--journey-image) !important;
}

/* Center the final pair of videos on four-column layouts */
@media (min-width:1051px){
  .video-gallery-card:nth-last-child(2){grid-column:2;}
  .video-gallery-card:last-child{grid-column:3;}
}


/* === V3 IMAGE FIXES 2026-09-16 === */
/* Process sections: keep a single clean background image, no collage/duplicate appearance */
.journey-stage{
  background-image:none !important;
}
.journey-bg{
  inset:0 !important;
  transform:none !important;
  opacity:1 !important;
  background-image:
    linear-gradient(120deg, rgba(0,0,0,.42), rgba(0,0,0,.52)),
    radial-gradient(circle at 18% 24%, rgba(175,17,32,.18), transparent 24%),
    var(--journey-image) !important;
  background-size:auto, auto, cover !important;
  background-position:center center, 18% 24%, center center !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
}
@media (max-width:900px){
  .journey-stage{background-image:none !important;}
  .journey-bg{
    opacity:1 !important;
    background-image:
      linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.66)),
      var(--journey-image) !important;
    background-size:auto, cover !important;
    background-position:center center, center center !important;
    background-repeat:no-repeat, no-repeat !important;
  }
}
