:root {
  --ink: #0a0a0a;
  --ink-soft: #151515;
  --paper: #f3f0e9;
  --white: #fff;
  --muted: #817f79;
  --line: rgba(10, 10, 10, .15);
  --red: #ff2e2e;
  --orange: #ff6b00;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-tag, .eyebrow { margin: 0 0 22px; color: var(--red); font: 700 11px/1.2 var(--font-geist-mono), monospace; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); }
.eyebrow span { width: 34px; height: 2px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .96; }
h2 { font-size: clamp(42px, 5vw, 70px); margin-bottom: 0; }
p { line-height: 1.7; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #e62121; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 80px; color: white; background: rgba(10,10,10,.92); border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(15px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-logo { position: relative; display: block; width: 255px; height: 62px; flex: 0 0 255px; overflow: hidden; background: #d2d2d0; border: 1px solid rgba(255,255,255,.12); }
.brand-logo img { position: absolute; top: calc(50% + 10px); left: 50%; width: 245px; max-width: none; transform: translate(-50%, -50%); }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand > span { display: grid; width: 42px; height: 38px; place-items: center; background: var(--red); color: white; font-size: 12px; font-weight: 900; letter-spacing: -.08em; transform: skew(-6deg); }
.brand b { display: flex; flex-direction: column; font-size: 13px; line-height: 1; letter-spacing: .07em; }
.brand b strong { font-size: 14px; letter-spacing: .12em; }
.brand b strong span { color: var(--red); }
.brand small { margin-top: 5px; color: rgba(255,255,255,.48); font: 600 8px/1 var(--font-geist-mono); letter-spacing: .19em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.67); font-size: 13px; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-cta { display: flex; min-height: 42px; align-items: center; gap: 22px; padding: 0 17px; background: var(--red); font-size: 12px; font-weight: 750; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-size: 13px; font-weight: 700; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 40px; right: 0; display: grid; width: 245px; padding: 20px; background: var(--ink); border: 1px solid #333; box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.mobile-menu nav a { padding: 13px 8px; border-bottom: 1px solid #252525; font-size: 14px; }
.mobile-menu nav a:last-child { color: var(--red); border: 0; }

.hero { position: relative; overflow: hidden; padding: 174px 0 0; min-height: 850px; background: var(--ink); color: white; }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; right: -180px; top: 30px; border: 1px solid rgba(255,46,46,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,46,46,.025), 0 0 0 180px rgba(255,46,46,.018); }
.hero::after { content: ""; position: absolute; top: 80px; bottom: 59px; left: 62%; width: 1px; background: rgba(255,255,255,.08); }
.hero-grid { position: absolute; inset: 80px 0 58px; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 86px; }
.hero-copy { padding-bottom: 100px; }
.hero h1 { max-width: 850px; margin: 0 0 30px; font-size: clamp(58px, 7.7vw, 104px); font-weight: 680; }
.hero h1 em { display: block; color: var(--red); font-style: normal; font-weight: 680; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: rgba(255,255,255,.78); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 7px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 42px; color: rgba(255,255,255,.5); font: 600 10px/1.4 var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }
.trust-row span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 3px rgba(255,46,46,.15); }
.hero-panel { position: relative; padding: 28px; min-height: 488px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.12); }
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; background: var(--red); }
.hero-panel::before { width: 80px; height: 3px; top: -2px; right: 28px; }
.hero-panel::after { width: 3px; height: 80px; bottom: 28px; left: -2px; }
.panel-kicker { color: rgba(255,255,255,.45); font: 600 9px/1.4 var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; }
.hero-logo-display { position: relative; width: 100%; height: 180px; margin: 28px 0 30px; overflow: hidden; background: #d2d2d0; border: 1px solid rgba(255,255,255,.16); }
.hero-logo-display img { position: absolute; top: calc(50% + 15px); left: 50%; width: 112%; max-width: none; transform: translate(-50%, -50%); }
.blueprint-building { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; width: 70%; height: 164px; margin: 42px auto 38px; padding: 17px 15px; align-content: center; border: 1px solid rgba(255,255,255,.25); border-top: 5px solid var(--red); transform: perspective(400px) rotateY(-5deg); }
.blueprint-building i { height: 29px; border: 1px solid rgba(255,255,255,.24); background: repeating-linear-gradient(90deg, transparent 0 9px, rgba(255,255,255,.12) 9px 10px); }
.panel-index { display: flex; align-items: center; gap: 18px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.11); }
.panel-index b { color: var(--red); font: 600 9px var(--font-geist-mono); }
.panel-index span { color: rgba(255,255,255,.78); font-size: 13px; }
.panel-stamp { position: absolute; right: -13px; bottom: -22px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 108px; height: 92px; background: var(--red); color: white; transform: rotate(-4deg); }
.panel-stamp strong { font-size: 20px; font-weight: 900; letter-spacing: -.06em; }
.panel-stamp strong span { color: var(--ink); }
.panel-stamp small { margin-top: 4px; font: 700 5px var(--font-geist-mono); letter-spacing: .09em; }
.marquee { position: absolute; bottom: 0; width: 100%; overflow: hidden; padding: 20px 0; background: var(--red); color: white; white-space: nowrap; }
.marquee-track { display: flex; width: max-content; font: 750 12px var(--font-geist-mono); letter-spacing: .15em; animation: marquee 32s linear infinite; }
.marquee-track > span { display: flex; min-width: 100vw; flex: none; align-items: center; justify-content: space-around; gap: 30px; padding: 0 24px; }
.marquee b { flex: none; color: var(--ink); font-size: 8px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 90px; align-items: end; }
.split-heading > p { max-width: 430px; margin: 0 0 4px; color: #696761; font-size: 16px; }
.problem-list { margin-top: 72px; border-top: 1px solid var(--line); }
.problem-item { display: grid; grid-template-columns: 70px 1fr 50px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.problem-item:hover { padding: 0 25px; background: white; }
.problem-item > span { color: var(--red); font: 600 11px var(--font-geist-mono); }
.problem-item p { max-width: 850px; margin: 0; font-size: clamp(17px, 2vw, 24px); line-height: 1.3; letter-spacing: -.02em; }
.problem-item b { justify-self: end; font-size: 20px; }

.services-section { background: var(--ink); color: white; }
.split-heading.light > p { color: rgba(255,255,255,.5); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { position: relative; min-height: 345px; padding: 42px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); overflow: hidden; transition: background .25s; }
.service-card::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 170px; height: 170px; border: 1px solid rgba(255,46,46,.22); transform: rotate(45deg); }
.service-card:hover { background: #111; }
.service-number { margin-bottom: 60px; color: var(--red); font: 600 11px var(--font-geist-mono); }
.service-card h3 { max-width: 430px; margin-bottom: 18px; font-size: 31px; letter-spacing: -.045em; }
.service-card p { max-width: 500px; color: rgba(255,255,255,.52); font-size: 14px; }
.service-card a { position: absolute; bottom: 38px; display: flex; gap: 14px; color: white; font-size: 12px; font-weight: 700; }
.service-card a span { color: var(--red); }

.credential-section { background: white; }
.credential-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.credential-card { position: relative; overflow: hidden; padding: 33px; background: var(--ink); color: white; box-shadow: 18px 18px 0 var(--red); }
.credential-card::after { content: ""; position: absolute; right: -90px; top: -110px; width: 260px; height: 260px; border: 32px solid rgba(255,255,255,.035); border-radius: 50%; }
.credential-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.48); font: 600 8px var(--font-geist-mono); letter-spacing: .15em; }
.credential-top b { color: var(--red); font-size: 11px; }
.credential-card dl { position: relative; z-index: 1; margin: 46px 0 0; }
.credential-card dl > div { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); }
.credential-card dt { color: rgba(255,255,255,.42); font: 600 9px var(--font-geist-mono); text-transform: uppercase; }
.credential-card dd { margin: 0; font-size: 13px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #32cf6a; box-shadow: 0 0 0 4px rgba(50,207,106,.13); }
.credential-copy > p:not(.section-tag) { max-width: 650px; color: #66635e; font-size: 16px; }
.credential-copy h2 { max-width: 790px; margin-bottom: 30px; }
.credential-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.credential-facts span { display: flex; min-height: 110px; flex-direction: column; justify-content: center; padding: 20px; background: white; color: #77746e; font-size: 10px; text-transform: uppercase; }
.credential-facts b { margin-bottom: 8px; color: var(--ink); font-size: 24px; }

.process-section { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 265px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span { color: var(--red); font: 650 11px var(--font-geist-mono); }
.process-grid h3 { margin: 68px 0 14px; font-size: 21px; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: #77746f; font-size: 13px; }

.drone-section { background: var(--red); }
.drone-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.drone-section .section-tag { color: var(--ink); }
.drone-section h2 { margin-bottom: 26px; }
.drone-section p { max-width: 560px; }
.drone-gallery { position: relative; min-width: 0; min-height: 530px; overflow: hidden; background: var(--ink); color: white; }
.drone-gallery::after { content: ""; position: absolute; z-index: 1; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.74)); pointer-events: none; }
.drone-gallery-track { position: absolute; inset: 0; display: flex; width: 600%; animation: gallery-slide 30s cubic-bezier(.77,0,.18,1) infinite; }
.drone-slide { position: relative; width: calc(100% / 6); height: 100%; flex: 0 0 calc(100% / 6); margin: 0; overflow: hidden; }
.drone-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gallery-caption { position: absolute; z-index: 2; right: 25px; bottom: 25px; left: 25px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.gallery-caption span { padding-left: 14px; border-left: 3px solid var(--red); font: 700 9px var(--font-geist-mono); letter-spacing: .1em; }
.gallery-caption b { font: 700 9px var(--font-geist-mono); letter-spacing: .12em; }
.gallery-pause-toggle { position: absolute; z-index: 4; width: 1px; height: 1px; opacity: 0; }
.gallery-pause { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.38); background: rgba(8,8,9,.72); color: white; cursor: pointer; font: 700 8px var(--font-geist-mono); letter-spacing: .12em; text-transform: uppercase; }
.gallery-pause .play-label { display: none; }
.gallery-pause-toggle:checked + .gallery-pause .pause-label { display: none; }
.gallery-pause-toggle:checked + .gallery-pause .play-label { display: inline; }
.gallery-pause-toggle:checked ~ .drone-gallery-track, .drone-gallery:hover .drone-gallery-track, .drone-gallery:focus-within .drone-gallery-track { animation-play-state: paused; }
.gallery-pause-toggle:focus-visible + .gallery-pause { outline: 3px solid white; outline-offset: 3px; }
@keyframes gallery-slide {
  0%, 14% { transform: translateX(0); }
  17%, 30% { transform: translateX(-16.6667%); }
  33%, 47% { transform: translateX(-33.3333%); }
  50%, 64% { transform: translateX(-50%); }
  67%, 80% { transform: translateX(-66.6667%); }
  83%, 100% { transform: translateX(-83.3333%); }
}
.check-list { display: grid; gap: 9px; padding: 0; margin: 30px 0 35px; list-style: none; }
.check-list li { padding: 11px 0; border-bottom: 1px solid rgba(10,10,10,.23); font-size: 14px; }
.check-list li::before { content: "✓"; margin-right: 12px; font-weight: 900; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq-layout > div:first-child > p:last-child { max-width: 400px; margin-top: 30px; color: #77746f; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; justify-content: space-between; gap: 30px; padding: 26px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 650; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 45px 24px 0; margin: 0; color: #696761; font-size: 14px; }

.contact-band { padding: 100px 0; background: var(--red); color: white; text-align: center; }
.contact-band p { margin-bottom: 24px; color: var(--ink); font: 700 10px var(--font-geist-mono); letter-spacing: .17em; }
.contact-band h2 { max-width: 920px; margin: 0 auto 38px; font-size: clamp(46px, 6vw, 78px); }
.contact-band > .container > div { display: flex; justify-content: center; align-items: center; gap: 24px; }
.contact-band > .container > div > a:last-child { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; }
footer { padding: 80px 0 24px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 90px; padding-bottom: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid > div:first-child p { max-width: 380px; margin-top: 17px; color: rgba(255,255,255,.42); font-size: 13px; }
.footer-logo { width: 315px; height: 94px; flex-basis: 315px; }
.footer-logo img { top: calc(50% + 13px); width: 305px; }
.footer-grid h3 { margin-bottom: 12px; color: rgba(255,255,255,.35); font: 650 9px var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.64); font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.35); font: 600 9px var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }

.service-hero { position: relative; overflow: hidden; padding: 180px 0 105px; background: var(--ink); color: white; }
.service-hero .container { position: relative; z-index: 1; }
.service-hero h1 { max-width: 960px; margin-bottom: 28px; font-size: clamp(54px, 7vw, 92px); }
.service-hero .container > p:not(.eyebrow) { max-width: 720px; margin-bottom: 32px; color: rgba(255,255,255,.6); font-size: 18px; }
.service-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; }
.service-detail h2 { max-width: 720px; margin-bottom: 26px; }
.detail-lead { max-width: 720px; color: #64615c; font-size: 18px; }
.scope-box { margin-top: 48px; padding: 35px; border: 1px solid var(--line); background: white; }
.scope-box h3 { margin-bottom: 25px; font-size: 19px; }
.scope-box ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.scope-box li { padding-bottom: 13px; border-bottom: 1px solid var(--line); color: #5f5c57; font-size: 14px; }
.scope-box li::before { content: "+"; margin-right: 13px; color: var(--red); font-weight: 800; }
.service-detail aside { align-self: start; padding: 36px; background: var(--ink); color: white; box-shadow: 12px 12px 0 var(--red); }
.service-detail aside > span { color: var(--red); font: 650 9px var(--font-geist-mono); letter-spacing: .15em; }
.service-detail aside h3 { margin: 20px 0 35px; font-size: 30px; letter-spacing: -.04em; }
.deliverable { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.deliverable b { color: var(--red); font: 600 9px var(--font-geist-mono); }
.deliverable p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.service-detail aside small { display: block; margin-top: 25px; color: rgba(255,255,255,.34); font-size: 9px; line-height: 1.5; }
.mini-process { background: white; }
.mini-process h2 { margin-bottom: 0; }

@media (max-width: 1000px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .hero::after { display: none; }
  .hero-copy { padding-bottom: 105px; }
  .split-heading, .credential-layout, .drone-layout, .faq-layout, .service-detail-grid { grid-template-columns: 1fr; gap: 55px; }
  .credential-card { max-width: 600px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .drone-gallery { min-height: 390px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 78px 0; }
  .site-header { height: 68px; }
  .brand-logo { width: 205px; height: 52px; flex-basis: 205px; }
  .brand-logo img { top: calc(50% + 8px); width: 197px; }
  .brand > span { width: 34px; height: 34px; }
  .brand b { font-size: 11px; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lead { font-size: 16px; }
  .hero-actions, .contact-band > .container > div { align-items: flex-start; flex-direction: column; }
  .trust-row { display: grid; }
  .split-heading { gap: 26px; }
  h2 { font-size: 43px; }
  .problem-list { margin-top: 45px; }
  .problem-item { grid-template-columns: 45px 1fr 25px; min-height: 125px; }
  .problem-item p { font-size: 17px; }
  .problem-item:hover { padding: 0 8px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; padding: 30px; }
  .credential-card { padding: 25px; box-shadow: 8px 8px 0 var(--red); }
  .credential-card dl > div { grid-template-columns: 88px minmax(0, 1fr); gap: 14px; }
  .credential-facts { grid-template-columns: 1fr; }
  .credential-facts span { min-height: 90px; }
  .drone-layout { gap: 45px; }
  .drone-gallery { min-height: 330px; }
  .contact-band { padding: 75px 0; text-align: left; }
  .contact-band h2 { font-size: 47px; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-logo { width: 275px; height: 84px; flex-basis: 275px; }
  .footer-logo img { top: calc(50% + 12px); width: 266px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .service-hero { padding: 135px 0 75px; }
  .service-hero h1 { font-size: 51px; }
  .service-detail aside { padding: 27px; box-shadow: 7px 7px 0 var(--red); }
  .scope-box { padding: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track, .drone-gallery-track { animation: none; }
  .gallery-pause { display: none; }
}

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

/* COTA16 brand refinement */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { color: var(--ink); background: rgba(247,246,242,.95); border-bottom-color: rgba(10,10,10,.12); box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.brand-logo { background: transparent; border: 0; }
.desktop-nav a { color: rgba(10,10,10,.62); }
.desktop-nav a:hover { color: var(--ink); }
.mobile-menu summary { color: var(--ink); }
.hero-showcase { min-height: auto; padding: 80px 0 0; background: #050505; }
.hero-showcase::before, .hero-showcase::after { display: none; }
.hero-art-shell { position: relative; display: grid; min-height: calc(100vh - 218px); place-items: center; overflow: hidden; background: #050505; }
.hero-art { display: block; width: 100%; height: calc(100vh - 218px); min-height: 540px; object-fit: contain; object-position: center; }
.hero-action-bar { position: relative; z-index: 2; padding: 20px 0; background: #111; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-action-bar > .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.hero-action-bar > .container > div:first-child { display: flex; flex-direction: column; gap: 5px; color: white; }
.hero-action-bar strong { font-size: 15px; }
.hero-action-bar > .container > div:first-child span { color: rgba(255,255,255,.52); font-size: 11px; }
.hero-action-bar .hero-actions { flex: 0 0 auto; }
.hero-action-bar .button { min-height: 48px; }
.hero-showcase .marquee { position: relative; bottom: auto; }
.mobile-hero-copy { display: none; }
footer { background: #e9e7e1; color: var(--ink); border-top: 5px solid var(--red); }
.footer-grid > div:first-child p { color: #5f5c57; }
.footer-grid h3 { color: #77736c; }
.footer-grid a, .footer-grid span { color: #4f4c47; }
.footer-grid a:hover { color: var(--red); }
.footer-bottom { border-top-color: rgba(10,10,10,.15); color: #74716a; }
.footer-logo { background: transparent; }

@media (max-width: 680px) {
  .hero-showcase { padding-top: 68px; }
  .hero-art-shell { min-height: auto; }
  .hero-art { height: auto; min-height: 0; object-fit: contain; }
  .hero-action-bar { padding: 22px 0; }
  .hero-action-bar > .container { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-action-bar .hero-actions { width: 100%; }
  .hero-action-bar .button { width: 100%; }
  .hero-action-bar .text-link { display: none; }
  .mobile-hero-copy { display: block; padding-top: 62px; padding-bottom: 58px; color: white; }
  .mobile-hero-copy h2 { margin-bottom: 24px; font-size: 45px; }
  .mobile-hero-copy h2 em { display: block; color: var(--red); font-style: normal; }
  .mobile-hero-copy > p:last-child { color: rgba(255,255,255,.62); }
}
