:root {
 --red: #c70102;
 --red-hover: #a50102;
 --black: #000000;
 --ink: #3a3a3a;
 --near-black: #1a1a1a;
 --muted: #4b4f58;
 --gray: #8a8a8a;
 --band: #7a7a7a;
 --light: #f5f5f5;
 --footer: #1a1a1a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
 scroll-behavior: smooth;
 background: #000; /* bottom overscroll + gap above sticky bar */
}
body {
 font-family: "Noto Sans", Helvetica, Arial, sans-serif;
 font-weight: 400;
 color: var(--ink);
 background: #fff;
 line-height: 1.49;
 font-size: 16px;
 overflow-x: hidden;
 }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
::selection { background: var(--red); color: #fff; }

.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

h1, h2, h3, h4, .logo-name, .hero-line, .section-heading {
 font-family: Montserrat, Helvetica, Arial, sans-serif;
 font-weight: 700;
}
h1 { font-size: 64px; line-height: 1.4; }
h2, .section-heading { font-size: 32px; line-height: 1.3; }
h3 { font-size: 24px; line-height: 1.3; }

/* Header — matches aboveav.com / Hyatt family */
.site-header {
 position: sticky;
 top: 0;
 z-index: 50;
 background: #000;
 color: #fff;
}
.header-inner {
 width: min(1200px, calc(100% - 48px));
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 min-height: 92px;
}
.logo {
 display: flex;
 align-items: center;
 gap: 10px;
 text-decoration: none;
 color: #fff;
}
.logo-mark {
 width: auto;
 height: 52px;
 display: block;
 flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-name {
 font-family: Montserrat, sans-serif;
 font-weight: 700;
 font-size: 22px;
}
.logo-sub {
 font-family: "Noto Sans", sans-serif;
 font-size: 15px;
 font-weight: 400;
 color: #fff;
}

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a {
 text-decoration: none;
 color: #fff;
 font-family: "Noto Sans", sans-serif;
 font-size: 15px;
 font-weight: 400;
 min-height: 44px;
 display: inline-flex;
 align-items: center;
 padding: 8px 4px;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] { color: var(--red); }
.btn-connect:hover { background: #fff; color: #000; }
.btn-connect {
 border: 1px solid #fff;
 border-radius: 999px;
 padding: 8px 22px !important;
}
.nav-toggle {
 display: none;
 background: none;
 border: 0;
 color: #fff;
 font-size: 26px;
 width: 44px;
 height: 44px;
 line-height: 1;
 cursor: pointer;
}

/* Hero — ALWAYS a visible still (img), never video-only on mobile */
.hero {
 position: relative;
 min-height: 520px;
 display: grid;
 place-items: center;
 background: #111;
 overflow: hidden;
}
.hero-still {
 transform-origin: center center;
 position: absolute;
 left: 0;
 right: 0;
 top: -12%;
 width: 100%;
 height: 124%;
 object-fit: cover;
 object-position: center center;
 filter: brightness(0.42);
 z-index: 0;
 will-change: transform, opacity;
 transform: translate3d(0, 0, 0);
 backface-visibility: hidden;
 opacity: 1;
 transition: opacity 1.4s cubic-bezier(0.45, 0, 0.55, 1);
}
.hero-still.hero-still-fade {
 opacity: 0;
 pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
 .hero-still {
 top: 0;
 height: 100%;
 will-change: auto;
 transform: none !important;
 }
}
.hero-overlay {
 position: relative;
 z-index: 1;
 text-align: center;
 color: #fff;
 padding: 80px 20px 72px;
 width: min(920px, 100%);
 margin: 0 auto;
}
.hero-kicker {
 font-size: 12px;
 letter-spacing: 0.18em;
 text-transform: uppercase;
 margin-bottom: 14px;
 opacity: 0.85;
}
.hero-line {
 font-size: clamp(1.75rem, 4.2vw, 2.75rem);
 font-weight: 700;
 margin: 0 auto 10px;
 letter-spacing: -0.02em;
 line-height: 1.2;
 color: #fff;
 width: 100%;
 max-width: 18ch;
 text-align: center;
 text-wrap: balance;
 min-height: 2.4em; /* reserve 2 lines — no reflow jump when font settles */
}

/* Monospace scramble line — FIXED one-line; headline/CTA never jump */
.atl-digit-wrap {
 text-align: center;
 margin: 0.35rem auto 1.15rem;
 max-width: min(100%, 920px);
 padding: 0 16px;
 box-sizing: border-box;
 height: 28px;
 min-height: 28px;
 max-height: 28px;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
}
.atl-digit-line {
 display: block;
 width: 42ch; /* longest cycling line — fixed so center never drifts */
 max-width: 100%;
 margin: 0 auto;
 box-sizing: border-box;
 font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
 font-size: 15px;
 font-weight: 500;
 letter-spacing: 0;
 line-height: 28px;
 height: 28px;
 color: #fff;
 text-align: center;
 white-space: nowrap !important;
 overflow: hidden !important;
 text-overflow: clip;
 word-break: keep-all;
 font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
 .atl-digit-wrap {
 height: 31px;
 min-height: 31px;
 max-height: 31px;
 }
 .atl-digit-line {
 font-size: 19px;
 line-height: 31px;
 height: 31px;
 letter-spacing: 0.01em;
 color: #fff;
 }
}


.btn-red {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 background: var(--red);
 color: #fff;
 text-decoration: none;
 border: 0;
 font-family: Montserrat, sans-serif;
 font-size: 14px;
 font-weight: 700;
 padding: 14px 28px;
 min-height: 44px;
 border-radius: 6px;
 cursor: pointer;
}
.btn-red:hover { background: var(--red-hover); }


/* Client logo strip — dark gray (#222) logos on white; filter:none */
.atl-logo-strip {
 position: relative;
 width: 100%;
 max-width: 100%;
 box-sizing: border-box;
 background: #ffffff;
 overflow: hidden;
 padding: 10px 0;
 border-bottom: 1px solid #eee;
}
.atl-logo-track {
 display: flex;
 align-items: center;
 gap: 36px;
 width: max-content;
 /* distance set by JS --atl-marquee-shift for a seamless loop (no gap after Joby) */
 animation: atl-marquee 40s linear infinite;
 will-change: transform;
 padding: 0;
 margin: 0;
 /* prevent newline text nodes from becoming flex gaps */
 font-size: 0;
 line-height: 0;
 transform: translate3d(0, 0, 0);
 backface-visibility: hidden;
}
.atl-logo-track img {
 flex: 0 0 auto;
 height: 15px !important;
 max-height: 15px !important;
 width: auto !important;
 max-width: none;
 object-fit: contain;
 object-position: center;
 display: block;
 filter: none;
 opacity: 1;
}
/* Tesla strip size — +20% vs 18px, baseline with Disney/Sega */
.atl-logo-track img[alt="Tesla"] {
 height: 22px !important;
 max-height: 22px !important;
 align-self: center;
 object-fit: contain;
 object-position: center bottom;
}
/* Sega strip — +10% vs 15px base, denser black PNG */
.atl-logo-track img[alt="Sega"] {
 height: 17px !important;
 max-height: 17px !important;
 align-self: center;
}

/* Recording Academy — −15% vs prior 19px (words read smaller in marquee) */
.atl-logo-track img[alt="Recording Academy"] {
  height: 16px !important;
  max-height: 16px !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  flex-shrink: 0;
}
/* Joby — +10% vs 15px base; keep spacing identical to peers */
.atl-logo-track img[alt="Joby"] {
  height: 16.5px !important;
  max-height: 16.5px !important;
  align-self: center;
  margin: 0 !important;
  padding: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
 .atl-logo-track { animation: none; }
}
@keyframes atl-marquee {
 0% { transform: translate3d(0, 0, 0); }
 100% { transform: translate3d(var(--atl-marquee-shift, -50%), 0, 0); }
}



/* 4K / high-res: taller photo bands so cover crop is gentler */
@media (min-width: 1280px) {
  .hero {
    min-height: clamp(560px, 58vh, 900px);
    aspect-ratio: 16 / 9;
    max-height: 85vh;
  }
  .mission-band {
    min-height: clamp(560px, 58vh, 900px);
    aspect-ratio: 16 / 9;
    max-height: 85vh;
  }
  .clients-teaser {
    min-height: clamp(320px, 36vh, 560px);
  }
}
@media (min-width: 1920px) {
  .hero {
    min-height: clamp(640px, 64vh, 1040px);
  }
  .mission-band {
    min-height: clamp(640px, 64vh, 1040px);
  }
  .hero-still,
  .mission-still,
  .clients-still {
    /* less vertical overscan on big screens — shows more of the frame */
    top: -6%;
    height: 112%;
  }
}
@media (min-width: 2560px) {
  .hero {
    min-height: clamp(720px, 68vh, 1200px);
  }
  .mission-band {
    min-height: clamp(720px, 68vh, 1200px);
  }
}

/* Mission band — midnight still (hero pattern) */
.mission-band {
 position: relative;
 min-height: 320px;
 display: grid;
 place-items: center;
 background: #111;
 color: #fff;
 padding: 0;
 overflow: hidden;
}
.mission-still {
 position: absolute;
 left: 0;
 right: 0;
 top: -12%;
 width: 100%;
 height: 124%;
 object-fit: cover;
 object-position: center center;
 filter: brightness(0.42);
 z-index: 0;
 will-change: transform;
 transform: translate3d(0, 0, 0);
 backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
 .mission-still {
 top: 0;
 height: 100%;
 will-change: auto;
 transform: none !important;
 }
}
.mission-overlay {
 position: relative;
 z-index: 1;
 text-align: center;
 color: #fff;
 padding: 64px 24px;
 width: min(720px, 100%);
 margin: 0 auto;
 box-sizing: border-box;
}
.narrow { max-width: 720px; margin: 0 auto; }
.mission-band h2 {
 font-size: 28px;
 font-weight: 600;
 margin-bottom: 12px;
}
.red-rule {
 display: block;
 width: 42px;
 height: 3px;
 background: var(--red);
 margin: 0 auto 22px;
}
.mission-band p {
 font-style: italic;
 font-size: 18px;
 line-height: 1.6;
 max-width: 36em;
 margin: 0 auto;
}

/* Services — solid black band */
.services {
 position: relative;
 background: #000;
 color: #fff;
 padding: 64px 0;
 overflow: hidden;
}
.services .wrap {
 position: relative;
 z-index: 1;
 box-sizing: border-box;
}
.services .section-heading { color: #fff; }
.services .intro {
 color: rgba(255, 255, 255, 0.85);
 margin-bottom: 16px;
 max-width: 62ch;
}
.svc-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px 18px;
 margin-top: 28px;
}
.svc-card {
 text-decoration: none;
 color: #111;
 display: block;
 padding: 16px 14px;
 border-radius: 10px;
 background: rgba(255, 255, 255, 0.92);
 transition: background 0.15s ease, transform 0.15s ease;
}
.svc-card:hover { background: #fff; }
.svc-card:hover h3 { color: var(--red); }
.svc-grid h3 {
 font-size: 17px;
 font-weight: 700;
 margin: 10px 0 8px;
 color: #111;
}
.svc-grid p { font-size: 14.5px; color: #555; }
.icon {
 width: 56px;
 height: 56px;
 object-fit: contain;
 display: block;
}

.intro {
 color: var(--muted);
 margin-bottom: 16px;
 max-width: 62ch;
}

/* CTA bands */
.cta-band {
 padding: 56px 0;
 background: var(--light);
}
.cta-band.dark {
 background: #000;
 color: #fff;
}
.cta-band .cta-inner {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 28px;
 flex-wrap: wrap;
}
.cta-band h2 { font-size: 28px; font-weight: 600; margin-bottom: 8px; }
.cta-band p { color: var(--muted); max-width: 48ch; }
.cta-band.dark p { color: #bbb; }
.cta-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
}
.cta-actions a {
 min-height: 44px;
}

/* Clients teaser — midnight still */
.clients-teaser {
 position: relative;
 background: #111;
 color: #fff;
 padding: 0;
 overflow: hidden;
}
.clients-still {
 position: absolute;
 left: 0;
 right: 0;
 top: -12%;
 width: 100%;
 height: 124%;
 object-fit: cover;
 object-position: center center;
 filter: brightness(0.42);
 z-index: 0;
 will-change: transform;
 transform: translate3d(0, 0, 0);
 backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
 .clients-still {
 top: 0;
 height: 100%;
 will-change: auto;
 transform: none !important;
 }
}
.clients-overlay {
 position: relative;
 z-index: 1;
 padding: 64px 24px;
 box-sizing: border-box;
}
.clients-teaser .section-heading { color: #fff; }
.clients-teaser .intro { color: rgba(255, 255, 255, 0.85); }
.clients-teaser .brand-row {
 display: flex;
 flex-wrap: wrap;
 gap: 12px 28px;
 margin: 24px 0 28px;
 padding: 16px 18px;
 border-radius: 10px;
 background: rgba(255, 255, 255, 0.92);
 font-family: Montserrat, sans-serif;
 font-size: 13px;
 font-weight: 700;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: #222;
}

/* Footer */
.site-footer {
 background: #000; /* solid black under sticky red line — no white gap */
 color: #ddd;
 text-align: center;
 padding: 36px 20px calc(28px + 56px + env(safe-area-inset-bottom, 0px));
 font-size: 14px;
}
.site-footer nav {
 display: flex;
 justify-content: center;
 gap: 8px 18px;
 flex-wrap: wrap;
 margin-bottom: 16px;
}
.site-footer nav a {
 text-decoration: none;
 color: #fff;
 font-size: 14px;
 min-height: 44px;
 display: inline-flex;
 align-items: center;
 padding: 10px 8px;
}
.site-footer nav a:hover { color: var(--red); }
.site-footer .contact-line {
 margin: 8px 0 12px;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 8px 20px;
}
.site-footer .contact-line a {
 color: #fff;
 text-decoration: none;
 min-height: 44px;
 display: inline-flex;
 align-items: center;
 padding: 8px 6px;
}
.site-footer .contact-line a:hover { color: var(--red); }
.site-footer .fine {
 margin-top: 10px;
 font-size: 12px;
 color: #888;
}

/* Desktop ≥1200 */
@media screen and (min-width: 1200px) {
 .header-inner { width: min(1200px, calc(100% - 64px)); }
 .hero { min-height: 560px; }
}

/* iPad / small laptop */
@media screen and (max-width: 1199px) {
 h1 { font-size: 48px; }
 h2, .section-heading, .mission-band h2, .cta-band h2 { font-size: 28px; }
 .wrap { width: min(1120px, calc(100% - 48px)); }
 .header-inner { width: min(1200px, calc(100% - 32px)); min-height: 84px; }
 .main-nav { gap: 14px; }
 .main-nav a { font-size: 14px; }
 .hero { min-height: 440px; }
 .svc-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Hamburger + stacked */
@media screen and (max-width: 1023px) {
 .nav-toggle { display: block; }
 .header-inner { position: relative; }
 .main-nav {
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 background: #000;
 flex-direction: column;
 align-items: stretch;
 padding: 8px 20px 20px;
 gap: 0;
 z-index: 30;
 border-top: 1px solid #222;
 }
 .main-nav.open { display: flex; }
 .main-nav a {
 font-size: 16px;
 padding: 14px 8px;
 min-height: 44px;
 border-bottom: 1px solid #222;
 }
 .btn-connect {
 margin-top: 12px;
 text-align: center;
 justify-content: center;
 display: inline-flex;
 align-self: flex-start;
 }
}


/* Phones ≤767 */
@media screen and (max-width: 767px) {
 body { font-size: 15px; }
 h1 { font-size: 32px; }
 h2, .section-heading, .mission-band h2, .cta-band h2 { font-size: 24px; }
 h3 { font-size: 20px; }
 .wrap, .header-inner { width: calc(100% - 28px); }
 .logo-mark { height: 40px; }
 .logo-name { font-size: 17px; }
 .logo-sub { font-size: 12px; }
 .header-inner { min-height: 72px; }
 .hero { min-height: 380px; }
 .hero-overlay { padding: 48px 16px 56px; }
 .hero-line { font-size: clamp(1.45rem, 6.5vw, 1.85rem); }
 .mission-band { min-height: 280px; }
 .mission-overlay { padding: 40px 18px; }
 .mission-band p { font-size: 16px; }
 .clients-overlay { padding: 40px 18px; }
 .services, .clients-teaser, .cta-band {
 padding-top: 40px;
 padding-bottom: 40px;
 }
 .svc-grid {
 grid-template-columns: 1fr;
 gap: 28px;
 }
 .cta-band .cta-inner { flex-direction: column; align-items: flex-start; }
 .atl-logo-track { gap: 48px; }
 
 .site-footer nav { gap: 4px 10px; }
 .site-footer { padding: 28px 16px calc(24px + 56px + env(safe-area-inset-bottom, 0px)); }
}

/* Narrow phones */
@media screen and (max-width: 390px) {
 .logo-name { font-size: 15px; }
 .hero { min-height: 340px; }
 .hero-line { font-size: 1.4rem; }
}

@media print {
 .nav-toggle { display: none !important; }
 .site-header { position: static !important; }
 .atl-logo-track { animation: none; }
 a { text-decoration: none; }
}

/* Inner pages */
.page-hero {
 background: #111;
 color: #fff;
 padding: 56px 0 48px;
}
.page-hero-inner { text-align: left; }
.page-title {
 font-size: clamp(1.75rem, 4vw, 2.5rem);
 color: #fff;
 margin-bottom: 10px;
 letter-spacing: -0.02em;
}
.page-lead {
 color: #bbb;
 max-width: 52ch;
 font-size: 17px;
}
.page-content { padding: 56px 0; }
.narrow-text { max-width: 760px; }
.lead-copy {
 font-size: 20px;
 line-height: 1.55;
 font-style: italic;
 color: var(--ink);
}
.narrow-text p { margin-bottom: 16px; color: var(--ink); }
.values-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 24px;
 margin-top: 20px;
}
.value-card {
 background: var(--light);
 padding: 24px 20px;
 border-radius: 8px;
}
.value-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--red); }
.value-card p { font-size: 15px; color: var(--muted); margin: 0; }


.project-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 28px;
}
.project-card {
 background: var(--light);
 padding: 28px 24px;
 border-radius: 8px;
}
.project-card h2 { font-size: 22px; margin-bottom: 8px; }
.project-card p { color: var(--muted); margin: 0; }

.client-name-list {
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 gap: 12px 20px;
 margin: 24px 0 0;
 padding: 0;
 font-family: Montserrat, sans-serif;
 font-size: 14px;
 font-weight: 700;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: #222;
}
.client-name-list li {
 background: var(--light);
 padding: 12px 18px;
 border-radius: 6px;
 min-height: 44px;
 display: inline-flex;
 align-items: center;
}

.contact-wrap { max-width: 720px; }
.contact-cards {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 16px;
 margin-bottom: 40px;
}
.contact-card {
 display: flex;
 flex-direction: column;
 gap: 6px;
 text-decoration: none;
 background: var(--light);
 border: 1px solid #eee;
 border-radius: 10px;
 padding: 22px 20px;
 min-height: 44px;
 color: inherit;
 transition: border-color 0.15s ease, background 0.15s ease;
}
.contact-card:hover { border-color: var(--red); background: #fff; }
.contact-label {
 font-size: 12px;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 color: var(--gray);
 font-weight: 700;
}
.contact-value {
 font-family: Montserrat, sans-serif;
 font-weight: 700;
 font-size: 20px;
 color: var(--black);
 word-break: break-word;
}
.contact-hint { font-size: 13px; color: var(--muted); }
.contact-note p { margin-bottom: 14px; }
.region-note { font-size: 14px; color: var(--muted); }

@media screen and (max-width: 1023px) {
 .values-grid, .project-grid { grid-template-columns: 1fr; }
 .svc-detail-grid { grid-template-columns: 1fr; }
}
@media screen and (max-width: 767px) {
 .page-hero { padding: 40px 0 36px; }
 .page-content { padding: 40px 0; }
 .contact-cards { grid-template-columns: 1fr; }
 .contact-value { font-size: 18px; }
}


/* Inner page layout */
.page-main { background: #fff; color: #222; }
.page-hero {
 background: #111;
 color: #fff;
 padding: 72px 24px 56px;
 text-align: center;
}
.page-hero h1 {
 font-size: clamp(1.6rem, 3.5vw, 2.4rem);
 margin: 0 0 12px;
 color: #fff;
}
.page-hero p { color: #bbb; margin: 0 auto; max-width: 560px; }
.page-body {
 max-width: 880px;
 margin: 0 auto;
 padding: 48px 24px 72px;
 line-height: 1.65;
}
.page-body h2 { margin: 2rem 0 0.75rem; font-size: 1.35rem; }
.page-body p, .page-body li { color: #333; }
.page-body a { color: #c8102e; }
.venue-list {
 list-style: none;
 padding: 0;
 margin: 24px 0 0;
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 10px 20px;
}
.venue-list a {
 display: block;
 padding: 12px 14px;
 min-height: 44px;
 border: 1px solid #eee;
 border-radius: 6px;
 color: #222;
 text-decoration: none;
 font-size: 14px;
}
.venue-list a:hover { border-color: #c8102e; color: #c8102e; }
.contact-card {
 border: 1px solid #eee;
 border-radius: 8px;
 padding: 24px;
 margin: 24px 0;
}
.contact-card a { font-size: 18px; font-weight: 600; }


.rfp-sent {
 background: #e8f6ec;
 border: 1px solid #b7e0c2;
 color: #14532d;
 border-radius: 10px;
 padding: 14px 16px;
 margin-bottom: 22px;
 font-size: 15px;
 line-height: 1.45;
}
.rfp-form {
 margin-top: 8px;
 display: flex;
 flex-direction: column;
 gap: 16px;
}
.rfp-row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 14px;
}
.rfp-field {
 display: flex;
 flex-direction: column;
 gap: 6px;
 font-size: 13px;
 font-weight: 600;
 letter-spacing: 0.02em;
 color: var(--gray);
}
.rfp-field span abbr { color: var(--red); text-decoration: none; }
.rfp-opt { font-weight: 500; color: var(--muted); letter-spacing: 0; text-transform: none; }
.rfp-field input,
.rfp-field textarea {
 font: inherit;
 font-weight: 400;
 font-size: 16px;
 color: var(--black);
 background: #fff;
 border: 1px solid #ddd;
 border-radius: 8px;
 padding: 12px 14px;
 min-height: 48px;
 width: 100%;
 box-sizing: border-box;
 -webkit-appearance: none;
 appearance: none;
}
.rfp-field textarea {
 min-height: 140px;
 resize: vertical;
 line-height: 1.45;
}
.rfp-field input:focus,
.rfp-field textarea:focus {
 outline: none;
 border-color: var(--red);
 box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.12);
}
.rfp-honey {
 position: absolute !important;
 left: -9999px !important;
 height: 0 !important;
 width: 0 !important;
 opacity: 0 !important;
 pointer-events: none !important;
}
.rfp-actions { margin-top: 4px; }
.rfp-submit {
 border: 0;
 cursor: pointer;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 48px;
 padding: 14px 22px;
 width: 100%;
 font-size: 15px;
}
.rfp-fine {
 margin: 4px 0 0;
 font-size: 13px;
 color: var(--muted);
 line-height: 1.4;
}
@media screen and (max-width: 767px) {
 .rfp-row { grid-template-columns: 1fr; }
 .contact-wrap { max-width: 100%; }
}

/* Sticky contact bar — always visible */
.atl-sticky-bar {
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 1000;
 display: flex;
 align-items: stretch;
 min-height: 48px;
 padding-bottom: env(safe-area-inset-bottom, 0px);
 background: #111;
 border-top: 4px solid var(--red, #c41230);
 box-shadow: 0 -4px 18px rgba(0,0,0,0.28);
}
.atl-sticky-bar a {
 flex: 1 1 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 min-height: 48px;
 padding: 10px 12px;
 text-decoration: none;
 font-family: Montserrat, system-ui, sans-serif;
 font-size: 14px;
 font-weight: 700;
 letter-spacing: 0.02em;
 color: #fff;
 -webkit-tap-highlight-color: transparent;
}
.atl-sticky-phone {
 background: transparent;
}
.atl-sticky-phone:hover,
.atl-sticky-phone:focus {
 background: #1a1a1a;
 color: #fff;
}
.atl-sticky-email {
 background: #111;
 border-left: 1px solid #333;
}
.atl-sticky-email:hover,
.atl-sticky-email:focus {
 background: #1a1a1a;
 color: #fff;
}
@media screen and (max-width: 390px) {
 .atl-sticky-bar a { font-size: 13px; padding: 10px 8px; }
}


/* Clients feedback cards — equal size; clear sticky bar */
.page-content:has(.feedback-grid) {
 padding-bottom: calc(56px + 64px + env(safe-area-inset-bottom, 0px));
}
.feedback-grid {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 20px;
 margin-top: 28px;
 align-items: stretch;
 grid-auto-rows: 1fr;
}
.feedback-card {
 display: flex;
 flex-direction: column;
 height: 100%;
 background: var(--light);
 border-radius: 10px;
 padding: 28px 24px 22px;
 min-height: 320px;
 box-sizing: border-box;
 border: 1px solid rgba(0,0,0,0.04);
}
.feedback-card .feedback-quote {
 flex: 1 1 auto;
 margin: 0 0 20px;
 font-size: 16px;
 line-height: 1.55;
 color: var(--ink);
 font-style: italic;
}
.feedback-card .feedback-quote::before {
 content: "“";
 color: var(--red);
 font-style: normal;
 font-weight: 700;
 font-size: 1.35em;
 line-height: 0;
 margin-right: 2px;
}
.feedback-card footer,
.feedback-card .feedback-attrib {
 margin-top: auto;
 padding-top: 14px;
 border-top: 1px solid rgba(0,0,0,0.08);
}
.feedback-card .feedback-name {
 display: block;
 font-family: Montserrat, sans-serif;
 font-weight: 700;
 font-size: 14px;
 color: #111;
 letter-spacing: 0.01em;
}
.feedback-card .feedback-role {
 display: block;
 margin-top: 4px;
 font-size: 13px;
 color: var(--muted);
 line-height: 1.35;
}
@media (max-width: 720px) {
 .feedback-grid { grid-template-columns: 1fr; }
 .feedback-card { min-height: 260px; }
 .page-content:has(.feedback-grid) {
 padding-bottom: calc(40px + 64px + env(safe-area-inset-bottom, 0px));
 }
}


/* Services detail — consistent iPhone/desktop alignment */
.svc-detail-grid {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 28px 32px;
 align-items: stretch;
}
.svc-detail {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 text-align: left;
 margin: 0;
 padding: 0;
 min-width: 0;
}
.svc-detail .icon {
 width: 56px;
 height: 56px;
 flex: 0 0 56px;
 object-fit: contain;
 object-position: center;
 display: block;
 margin: 0 0 4px;
}
.svc-detail h2 {
 font-size: 20px;
 margin: 12px 0 10px;
 width: 100%;
 line-height: 1.25;
 min-height: 2.5em; /* keep title rows even in 2-col */
}
.svc-detail p {
 color: var(--muted);
 font-size: 15px;
 margin: 0;
 width: 100%;
 line-height: 1.5;
}
@media screen and (max-width: 1023px) {
 .svc-detail-grid { grid-template-columns: 1fr; gap: 28px; }
 .svc-detail h2 { min-height: 0; font-size: 19px; }
 .svc-detail .icon { width: 52px; height: 52px; flex-basis: 52px; }
}

/* Venues hub — hotel of the month */
.hotel-of-month {
 margin: 0;
 font-family: Montserrat, system-ui, sans-serif;
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 color: var(--red, #c41230);
}
.hotel-of-month-venue {
 grid-column: 1 / -1;
 display: flex;
 flex-direction: column;
 align-items: stretch;
 gap: 6px;
 margin-bottom: 14px; /* extra space before next venue */
}
.hotel-of-month-venue a {
 font-weight: 700;
}


/* About — company stats */
.about-stats {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 20px;
 margin: 40px 0 8px;
 padding: 28px 0;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
 text-align: center;
}
.about-stat-num {
 display: block;
 font-family: Montserrat, system-ui, sans-serif;
 font-size: 42px;
 font-weight: 700;
 line-height: 1.1;
 color: var(--red, #c41230);
}
.about-stat-label {
 display: block;
 margin-top: 8px;
 font-size: 13px;
 font-weight: 600;
 letter-spacing: 0.06em;
 text-transform: uppercase;
 color: #555;
}
@media (max-width: 640px) {
 .about-stats { grid-template-columns: 1fr; gap: 24px; }
 .about-stat-num { font-size: 36px; }
}


/* Projects — show photo gallery */
.show-photos { padding-top: 12px; }
.show-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.show-photo {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 3;
}
.show-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 900px) {
  .show-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
@media (max-width: 520px) {
  .show-photo-grid { grid-template-columns: 1fr; }
}

.show-photo-hint {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--muted);
}
.show-photo-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.show-photo-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  pointer-events: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.show-photo-btn:hover img,
.show-photo-btn:focus-visible img {
  transform: scale(1.03);
}
.show-photo-btn:focus-visible {
  outline: none;
}
.show-photo-btn:focus-visible::after,
.show-photo.is-selected .show-photo-btn::after {
  border-color: var(--red);
  box-shadow: inset 0 0 0 1px rgba(200, 16, 46, 0.35);
}
.show-photo img {
  transition: transform 0.25s ease;
}
.show-photo-btn:active img { transform: scale(0.98); }

.show-lightbox[hidden] { display: none !important; }
.show-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  padding-bottom: calc(16px + 56px); /* clear sticky bar */
}
.show-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}
.show-lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 100%);
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.show-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 160px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  background: #000;
}
.show-lightbox-cap {
  margin: 0;
  color: #ddd;
  font-size: 14px;
  text-align: center;
}
.show-lightbox-close {
  position: absolute;
  top: -8px;
  right: -4px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.show-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.show-lightbox-nav.prev { left: -8px; }
.show-lightbox-nav.next { right: -8px; }
@media (max-width: 767px) {
  .show-lightbox-nav.prev { left: 4px; }
  .show-lightbox-nav.next { right: 4px; }
  .show-lightbox-close { right: 4px; top: 4px; }
  .show-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


