:root {
  --talon-gold: #c8b16f;
  --talon-gold-deep: #a98639;
  --talon-black: #0f0f0f;
  --talon-black-2: #111111;
  --talon-panel: #171717;
  --talon-white: #ffffff;
  --talon-muted: #bdbdbd;
  --site-max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--talon-black); }
body { margin: 0; overflow-x: hidden; }
a { color: inherit; }
img, video { max-width: 100%; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 10000;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  border-radius: 2px;
}
.skip-link:focus { top: 12px; }

/* Brand header: preserve Artha nav proportions while allowing the real horizontal mark. */
.site-header { transition: background .25s ease, padding .25s ease; }
.site-nav-row { position: relative; }
.site-logo .navbar-item { width: auto !important; min-width: 210px; }
.site-logo .navbar-title { padding: 0 !important; }
.site-logo a { display: inline-flex; align-items: center; }
.site-logo img { width: 225px; height: 62px; object-fit: contain; object-position: left center; }
.site-menu { display: flex; align-items: center; margin-left: auto; }
.site-menu .navbar-item a { white-space: nowrap; }
.language-links { display: inline-flex !important; border-left: 1px solid rgba(255,255,255,.18); margin-left: 8px; padding-left: 10px !important; }
.language-links a { padding-left: 8px !important; padding-right: 8px !important; font-size: .75rem !important; }
.mobile-site-menu { display: none; }

/* Hero video is media; copy remains HTML so every locale can translate independently. */
.talon-hero { overflow: hidden; isolation: isolate; background: #000; }
.talon-hero::before { display: none !important; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -3; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { z-index: -2; background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.32) 45%, rgba(0,0,0,.72) 100%); }
.hero-copy { position: relative; z-index: 1; }
.hero-eyebrow { text-transform: uppercase; letter-spacing: .38em; font-weight: 500; font-size: .78rem; color: var(--talon-gold); margin-bottom: 18px; }
.talon-hero .homebread .heading { max-width: 1080px; margin-left: auto; margin-right: auto; font-size: clamp(2.6rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.03em; text-wrap: balance; }
.talon-hero .homebread .content { max-width: 760px; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-ghost { border-color: rgba(255,255,255,.55) !important; }

/* The old Concept Design area is now the canonical visual service navigator. */
.concept-section { padding-top: 105px; }
.service-visualized-section { padding-top: 48px; padding-bottom: 110px; }
.service-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 92px;
  gap: 12px;
  width: 100%;
}
.service-tile { position: relative; overflow: hidden; display: block; min-height: 230px; color: #fff; background: #111; }
.service-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-tile-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.78)); transition: background .3s ease; }
.service-tile-label { position: absolute; left: 24px; right: 20px; bottom: 22px; display: flex; flex-direction: column; gap: 5px; font-size: 1.02rem; font-weight: 500; letter-spacing: .02em; z-index: 2; }
.service-tile-label small { color: var(--talon-gold); font-size: .68rem; letter-spacing: .18em; }
.service-tile:hover img, .service-tile:focus-visible img { transform: scale(1.035); }
.service-tile:hover .service-tile-overlay, .service-tile:focus-visible .service-tile-overlay { background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.9)); }
.service-tile:focus-visible { outline: 2px solid var(--talon-gold); outline-offset: 3px; }
.service-tile-1 { grid-column: span 5; grid-row: span 5; }
.service-tile-2 { grid-column: span 4; grid-row: span 6; }
.service-tile-3 { grid-column: span 3; grid-row: span 4; }
.service-tile-4 { grid-column: span 3; grid-row: span 5; }
.service-tile-5 { grid-column: span 5; grid-row: span 4; }
.service-tile-6 { grid-column: span 4; grid-row: span 4; }
.service-tile-7 { grid-column: span 3; grid-row: span 5; }
.service-tile-8 { grid-column: span 4; grid-row: span 4; }
.service-tile-9 { grid-column: span 5; grid-row: span 5; }

.section-heading-only { padding-top: 88px; padding-bottom: 38px; }
.features { min-height: 390px; display: flex; align-items: center; justify-content: center; }
.features::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.4); z-index: 1; }
.features .feature-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.68)); }
.features .content { z-index: 2; max-width: 360px; }
.features .link { display: inline-block; text-decoration: none; }

.process-section { padding-top: 110px; padding-bottom: 110px; }
.industry-home-section { padding-top: 110px; padding-bottom: 110px; }
.industry-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.industry-card { min-height: 340px; position: relative; overflow: hidden; display: block; color: #fff; }
.industry-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .5s ease; }
.industry-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.78)); }
.industry-copy { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 2; display: flex; flex-direction: column; gap: 8px; }
.industry-copy strong { color: var(--talon-gold); font-size: 1.35rem; font-weight: 500; }
.industry-copy small { max-width: 560px; font-size: .92rem; line-height: 1.5; }
.industry-card:hover img { transform: scale(1.025); }
.location-callout-image { min-height: 560px; }
.location-callout-image img { width: 100%; height: 100%; object-fit: cover; }
.final-cta { padding-top: 90px; padding-bottom: 90px; }
.final-cta .content { max-width: 760px; }

/* Listing pages */
.listing-grid { padding-top: 20px; }
.listing-card { display: block; height: 100%; background: #151515; text-decoration: none !important; color: #fff; border: 1px solid rgba(255,255,255,.06); transition: transform .25s ease, border-color .25s ease; }
.listing-card:hover { transform: translateY(-4px); border-color: rgba(200,177,111,.5); color: #fff; }
.listing-image { height: 260px; overflow: hidden; }
.listing-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.listing-card:hover .listing-image img { transform: scale(1.03); }
.listing-copy { padding: 30px; }
.listing-copy .heading { font-size: 1.42rem; }
.listing-copy .subheading { color: var(--talon-gold); font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; }
.listing-link { color: var(--talon-gold); font-weight: 500; }

/* Service detail upgrades while preserving Artha's two-column layout. */
#service .content .title { line-height: 1.15; }
#service .desc h2 { margin: 42px 0 18px; font-size: 1.45rem; }
.included-list { columns: 2; column-gap: 32px; margin: 0 0 35px; padding-left: 20px; }
.included-list li { margin-bottom: 10px; break-inside: avoid; }
.faq-list details { border-top: 1px solid rgba(255,255,255,.13); padding: 18px 0; }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.faq-list summary { cursor: pointer; font-weight: 500; color: #fff; }
.faq-list p { margin: 14px 0 0; color: var(--talon-muted); }
.bannerservice .btn { text-decoration: none; display: inline-block; }
.mini-service-card { display: block; min-height: 165px; padding: 25px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); text-decoration: none !important; color: #fff; }
.mini-service-card:hover { border-color: var(--talon-gold); color: #fff; }
.mini-service-card .sub-color { font-size: 1.05rem; font-weight: 600; margin-bottom: 12px; }

/* Contact form is designed to post to Voyager's inquiry endpoint; no EmailJS/runtime plugin. */
.voyager-inquiry-form label { display: block; margin-bottom: 18px; font-size: .86rem; font-weight: 500; }
.voyager-inquiry-form input:not([type=checkbox]), .voyager-inquiry-form textarea, .voyager-inquiry-form select {
  display: block; width: 100%; margin-top: 8px; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; padding: 12px 2px; outline: none;
}
.voyager-inquiry-form select { background-color: #111; }
.voyager-inquiry-form input:focus, .voyager-inquiry-form textarea:focus, .voyager-inquiry-form select:focus { border-bottom-color: var(--talon-gold); }
.consent-row { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 300 !important; line-height: 1.5; }
.consent-row input { margin-top: 4px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 24px; margin: 12px 0; }
.form-status.is-success { color: #9fd8ae; }
.form-status.is-error { color: #ff9c9c; }
.form-direct-email { margin: 18px 0 0; font-size: .82rem; color: var(--talon-muted); }
.form-direct-email a { color: var(--talon-gold); }
.voyager-inquiry-form button[disabled] { opacity: .55; cursor: wait; }

/* Location Home 0 slider: keeps the original large cinematic slider vocabulary without React runtime. */
.location-slider { height: 100vh; min-height: 640px; overflow: hidden; position: relative; background: #000; }
.location-slides, .location-slide { position: absolute; inset: 0; }
.location-slide { background-size: cover; background-position: center; opacity: 0; transition: opacity .8s ease; pointer-events: none; }
.location-slide.is-active { opacity: 1; pointer-events: auto; }
.location-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.23)); }
.location-slide .slider-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; max-width: var(--site-max); margin: 0 auto; padding: 0 7%; }
.location-slide .inner { max-width: 780px; }
.location-slide h1 { font-size: clamp(2.8rem,6vw,5.8rem); line-height: 1; margin-bottom: 22px; }
.location-slide p { max-width: 650px; font-size: 1.1rem; line-height: 1.7; }
.location-slide .subheading { color: var(--talon-gold); letter-spacing: .2em; }
.location-slider-dots { position: absolute; z-index: 5; right: 7%; bottom: 7vh; display: flex; gap: 9px; }
.location-slider-dots button { border: 1px solid rgba(255,255,255,.7); width: 31px; height: 3px; padding: 0; background: rgba(255,255,255,.25); cursor: pointer; }
.location-slider-dots button.is-active { background: var(--talon-gold); border-color: var(--talon-gold); }

/* Location Home 1 */
.location-home1-hero { background-position: center; }
.location-home1-hero::before { background: linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.12)); opacity: 1; }
.location-home1-hero .homebread .content { max-width: 620px; }

/* Legal */
.legal-page { min-height: 50vh; }
.legal-intro { padding: 24px; border-left: 3px solid var(--talon-gold); background: rgba(255,255,255,.035); line-height: 1.7; }
.legal-section { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-section h2 { font-size: 1.35rem; margin-bottom: 12px; }
.legal-section p { color: #d0d0d0; line-height: 1.75; }

/* Footer */
.site-footer { position: relative; overflow: hidden; }
.footer-brand img { width: 170px; height: 170px; object-fit: contain; object-position: left center; margin-bottom: 15px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: #bbb; text-decoration: none; }
.footer-links a:hover { color: var(--talon-gold); }
.inline-btn { display: inline-block; }
.legal-links { text-align: right; display: flex; justify-content: flex-end; gap: 18px; align-items: center; }
.legal-links a { color: #bbb; font-size: .82rem; }

.scroll-top { position: fixed; right: 16px; bottom: -60px; z-index: 999; width: 38px; height: 38px; border-radius: 50%; border: 0; color: #111; background: var(--talon-gold); transition: bottom .25s ease; cursor: pointer; }
.scroll-top.show { bottom: 16px; }
.not-found { min-height: 100vh; background: #0f0f0f; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; text-align: center; padding: 40px; }
.not-found img { width: 280px; }
.not-found h1 { font-size: 6rem; margin: 0; color: var(--talon-gold); }

@media (max-width: 1199px) {
  .site-header.navbar { position: absolute !important; top: 0; background: rgba(15,15,15,.88) !important; padding: 15px 0; }
  .site-menu { display: none; }
  .site-header .nav-icon { display: block !important; top: 31px !important; }
  .site-logo img { width: 185px; height: 52px; }
  .site-logo .navbar-item { min-width: 185px; }
  .mobile-site-menu { position: absolute; top: 82px; left: 0; right: 0; z-index: 998; display: flex; flex-direction: column; background: #151515; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .35s ease, opacity .25s ease; }
  .mobile-site-menu.is-open { max-height: 80vh; opacity: 1; border-top: 1px solid rgba(255,255,255,.1); }
  .mobile-site-menu > a, .mobile-language-links a { padding: 15px 7%; border-bottom: 1px solid rgba(255,255,255,.08); text-decoration: none; font-size: .92rem; }
  .mobile-language-links { display: grid; grid-template-columns: 1fr 1fr; }
  .service-mosaic { grid-auto-rows: 75px; }
  .service-tile-1, .service-tile-2, .service-tile-5, .service-tile-9 { grid-column: span 6; }
  .service-tile-3, .service-tile-4, .service-tile-6, .service-tile-7, .service-tile-8 { grid-column: span 6; }
}

@media (max-width: 767px) {
  section { padding-top: 60px; padding-bottom: 60px; }
  .m-10-hor { padding-left: 6%; padding-right: 6%; }
  .talon-hero { min-height: 720px; }
  .talon-hero .homebread { padding-top: 150px; padding-bottom: 110px; }
  .talon-hero .homebread .heading { font-size: clamp(2.35rem, 11vw, 4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 300px; margin: 0 auto; }
  .hero-actions .btn { width: 100%; }
  .service-mosaic { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; gap: 9px; }
  .service-tile, .service-tile-1, .service-tile-2, .service-tile-3, .service-tile-4, .service-tile-5, .service-tile-6, .service-tile-7, .service-tile-8, .service-tile-9 { grid-column: 1; grid-row: auto; aspect-ratio: 4/3; min-height: 0; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: 290px; }
  .included-list { columns: 1; }
  .location-slider { min-height: 720px; }
  .location-slide .slider-content { padding: 0 7%; }
  .location-slide h1 { font-size: clamp(2.4rem, 12vw, 4.3rem); }
  .location-slider-dots { left: 7%; right: auto; }
  .legal-links { justify-content: flex-start; margin-top: 12px; }
  .footer-brand img { width: 140px; height: 140px; }
  .location-callout-image { min-height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero-media video { display: none; }
  .talon-hero { background: #000 url('/video/talon-studios-intro-poster.jpg') center/cover no-repeat; }
}

/* Talon Studios production media */
.service-media-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin:24px 0 34px}.service-media-item{margin:0;overflow:hidden;background:#0a0a0a;aspect-ratio:16/9}.service-media-item img,.service-media-item video{width:100%;height:100%;object-fit:cover;display:block}.service-media-item video{background:#000}.service-mosaic img,.industry-card img,.listing-image img,.location-callout-image img{object-fit:cover}

/* Expanded Talon Studios media system */
.motion-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:430px;background:#050505}.motion-strip-item{position:relative;overflow:hidden;display:block;min-height:430px;color:#fff}.motion-strip-item video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.motion-strip-item:hover video{transform:scale(1.025)}.motion-strip-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.78) 100%)}.motion-strip-copy{position:absolute;left:38px;right:38px;bottom:32px;z-index:2;display:flex;flex-direction:column;gap:6px}.motion-strip-copy small{text-transform:uppercase;letter-spacing:.16em;font-size:11px;opacity:.72}.motion-strip-copy strong{font-size:26px;font-weight:500}.service-media-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.service-media-item:nth-child(3n){grid-column:span 2}.service-media-item:nth-child(3n) img,.service-media-item:nth-child(3n) video{aspect-ratio:21/9}.listing-image{height:320px}.industry-card{min-height:390px}
@media(max-width:767px){.motion-strip-grid{grid-template-columns:1fr}.motion-strip-item{min-height:62vw}.service-media-gallery{grid-template-columns:1fr}.service-media-item:nth-child(3n){grid-column:auto}.motion-strip-copy{left:24px;right:24px;bottom:22px}.motion-strip-copy strong{font-size:22px}.listing-image{height:280px}}

/* v4 media-direction pass: role-aware crops and anti-repetition layout */
.service-tile img,
.industry-card img,
.listing-image img,
.capability-visual img,
.location-media-panel img,
.location-image-band img,
.about-image-panel img { object-fit: cover; }

.service-feature-image { height: clamp(360px, 48vw, 640px) !important; overflow: hidden; }
.service-feature-image img { width: 100%; height: 100% !important; object-fit: cover !important; display: block; }

.service-media-gallery {
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: 16px;
  align-items: stretch;
}
.service-media-item { grid-column: span 6; margin: 0; overflow: hidden; background:#090909; aspect-ratio: 16/10; }
.service-media-item.media-landscape { aspect-ratio:16/10; }
.service-media-item.media-wide { grid-column:span 12; aspect-ratio:21/8; }
.service-media-item.media-square { grid-column:span 5; aspect-ratio:1/1; }
.service-media-item.media-portrait { grid-column:span 4; grid-row:span 2; aspect-ratio:4/5; }
.service-media-item img,.service-media-item video { width:100%;height:100%;display:block;object-fit:cover; }
.service-media-item:nth-child(3n) { grid-column:auto; }
.service-media-item.media-wide:nth-child(3n){grid-column:span 12;}
.service-media-item.media-landscape:nth-child(3n){grid-column:span 6;}
.service-media-item.media-square:nth-child(3n){grid-column:span 5;}
.service-media-item.media-portrait:nth-child(3n){grid-column:span 4;}

.talon-service-cta { position:relative;overflow:hidden;background:linear-gradient(145deg,#171717,#080808);min-height:330px; }
.talon-service-cta .service-cta-mark { position:absolute;inset:20px 15px auto auto;width:68%;opacity:.07;pointer-events:none; }
.talon-service-cta .service-cta-mark img { width:100%;height:auto; }
.talon-service-cta .contb { position:relative;z-index:2; }

.industry-media-section { padding-top:72px;padding-bottom:72px; }

.capability-visual-grid { padding-top:80px;padding-bottom:90px; }
.capability-visual { display:block;position:relative;height:390px;overflow:hidden;color:#fff;background:#111; }
.capability-visual img{position:absolute;inset:0;width:100%;height:100%;transition:transform .5s ease;}
.capability-visual:hover img{transform:scale(1.025)}
.capability-visual-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.82));}
.capability-visual-copy{position:absolute;left:28px;right:28px;bottom:26px;z-index:2;display:flex;flex-direction:column;gap:8px;}
.capability-visual-copy small{color:var(--talon-gold);letter-spacing:.18em;}
.capability-visual-copy strong{font-size:1.35rem;font-weight:500;}

.about-image-panel,.location-media-panel{min-height:560px;overflow:hidden;}
.about-image-panel img,.location-media-panel img{width:100%;height:100%;display:block;}
.location-image-band{display:grid;grid-template-columns:1fr 1fr;min-height:360px;background:#060606;}
.location-image-band-item{height:420px;overflow:hidden;}
.location-image-band-item img{width:100%;height:100%;display:block;}

.footer-brand-watermark{position:absolute;right:4vw;bottom:0;width:min(40vw,520px);opacity:.025;pointer-events:none;}
.footer-brand-watermark img{width:100%;height:auto;}
.site-footer{position:relative;overflow:hidden;}
.site-footer .bg-footer{display:none !important;}

.legal-hero{padding:260px 0 70px;}
.legal-hero h1{font-size:clamp(2.6rem,5vw,5.2rem);line-height:1.02;margin:10px 0 0;}

@media(max-width:767px){
  .service-media-gallery{grid-template-columns:1fr;}
  .service-media-item,.service-media-item.media-landscape,.service-media-item.media-wide,.service-media-item.media-square,.service-media-item.media-portrait,
  .service-media-item:nth-child(3n),.service-media-item.media-landscape:nth-child(3n),.service-media-item.media-wide:nth-child(3n),.service-media-item.media-square:nth-child(3n),.service-media-item.media-portrait:nth-child(3n){grid-column:auto;grid-row:auto;aspect-ratio:4/3;}
  .service-media-item.media-portrait{aspect-ratio:4/5;}
  .location-image-band{grid-template-columns:1fr;}
  .location-image-band-item{height:62vw;min-height:320px;}
  .about-image-panel,.location-media-panel{min-height:420px;}
  .capability-visual{height:330px;}
  .legal-hero{padding:190px 0 55px;}
}


/* v5 conversion-content pass */
.service-hero .mainbreadcumb,.industry-hero .mainbreadcumb{padding-bottom:54px}.service-hero-lead{max-width:680px;margin:16px 0 22px;color:#dedede;font-size:1.05rem;line-height:1.65}.service-hero-cta{display:inline-block!important}.listing-intro{padding-top:78px;padding-bottom:58px}.listing-intro .content{max-width:850px;font-size:1.05rem;line-height:1.8}.best-for-list{margin-bottom:42px}.industry-needs-title{margin:34px 0 18px;font-size:1.35rem}.industry-faq-section{padding-top:85px;padding-bottom:95px}.industry-faq-section .faq-list{max-width:860px}.contact-conversion-note{color:var(--talon-muted)}
@media(max-width:767px){.service-hero .mainbreadcumb,.industry-hero .mainbreadcumb{padding-bottom:36px}.service-hero-lead{font-size:1rem}.listing-intro{padding-top:58px;padding-bottom:42px}}

/* v6 fluid-width adaptation
   The Artha template capped core rows at 1500px and used 10% desktop gutters.
   Talon Studios keeps the same visual vocabulary but removes the fixed canvas.
   Media, grids, navigation, split panels and content columns now scale with the viewport.
   Long-form prose keeps a readable line measure rather than stretching edge-to-edge. */
:root {
  --site-max: none;
  --page-gutter: clamp(20px, 4vw, 88px);
  --page-gutter-compact: clamp(18px, 3vw, 68px);
  --reading-measure: 78ch;
}

.container-fluid {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.m-10-hor,
.m-2-hor {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: var(--page-gutter) !important;
  padding-right: var(--page-gutter) !important;
}

/* Header uses the same fluid edge rhythm as the body instead of a separate fixed canvas. */
.site-header .m-2-hor {
  padding-left: var(--page-gutter) !important;
  padding-right: var(--page-gutter) !important;
}

/* Keep copy readable inside a genuinely fluid page, without constraining the page itself. */
.listing-intro .content,
.service-hero-lead,
.final-cta .content,
.location-slide p,
.location-home1-hero .homebread .content,
#service .left .content .desc,
.industry-faq-section .faq-list {
  max-width: min(100%, var(--reading-measure));
}

/* Hero and breadcrumb rows can use the available canvas. */
.breadcumb .mainbreadcumb .container-fluid,
.breadcumb .homebread .container-fluid,
.hero-copy .container-fluid {
  width: 100%;
  max-width: none;
}

/* Responsive media proportions replace fixed desktop heights that looked undersized on wide screens. */
.service-mosaic {
  grid-auto-rows: clamp(88px, 5vw, 138px);
}

.features {
  min-height: clamp(390px, 31vw, 680px);
}

.industry-card {
  min-height: clamp(340px, 25vw, 600px);
}

.listing-image {
  height: auto;
  aspect-ratio: 16 / 10;
}

.listing-image img {
  width: 100%;
  height: 100%;
}

.service-feature-image {
  height: auto !important;
  min-height: 0;
  max-height: none;
  aspect-ratio: 16 / 9;
}

.service-feature-image img {
  width: 100%;
  height: 100% !important;
}

.capability-visual {
  height: auto;
  min-height: 320px;
  aspect-ratio: 4 / 3;
}

.motion-strip-grid {
  min-height: clamp(430px, 32vw, 720px);
}

.motion-strip-item {
  min-height: clamp(430px, 32vw, 720px);
}

.location-callout-image {
  min-height: clamp(420px, 43vw, 760px);
}

.about-image-panel,
.location-media-panel {
  min-height: clamp(480px, 37vw, 760px);
}

.location-image-band-item {
  height: auto;
  min-height: 320px;
  aspect-ratio: 16 / 9;
}

/* Split-layout copy should breathe with its half of the viewport instead of staying in a small fixed box. */
.location-callout .centered > .p-md-5,
.location-home1-hero + section .content,
.about-image-panel + .centered > .p-md-5 {
  max-width: min(100%, 760px);
}

@media (min-width: 1600px) {
  .listing-copy { padding: clamp(30px, 2.2vw, 48px); }
  .industry-copy { left: clamp(30px, 2.2vw, 50px); right: clamp(30px, 2.2vw, 50px); bottom: clamp(28px, 2vw, 48px); }
  .service-tile-label { left: clamp(24px, 1.8vw, 42px); right: clamp(20px, 1.8vw, 42px); bottom: clamp(22px, 1.8vw, 42px); }
}

@media (max-width: 1199px) {
  :root { --page-gutter: clamp(20px, 4vw, 44px); }
  .site-header .m-2-hor,
  .m-10-hor,
  .m-2-hor {
    padding-left: var(--page-gutter) !important;
    padding-right: var(--page-gutter) !important;
  }
  .service-mosaic { grid-auto-rows: 76px; }
  .industry-card { min-height: clamp(320px, 42vw, 500px); }
  .motion-strip-grid,
  .motion-strip-item { min-height: clamp(390px, 48vw, 560px); }
}

@media (max-width: 767px) {
  :root { --page-gutter: clamp(18px, 5vw, 28px); }
  .m-10-hor,
  .m-2-hor,
  .site-header .m-2-hor {
    padding-left: var(--page-gutter) !important;
    padding-right: var(--page-gutter) !important;
  }
  .m-10-hor { margin-left: 0 !important; margin-right: 0 !important; }
  .service-mosaic { grid-auto-rows: auto; }
  .listing-image { aspect-ratio: 4 / 3; }
  .service-feature-image { aspect-ratio: 4 / 3; }
  .industry-card { min-height: 300px; }
  .capability-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .motion-strip-grid { min-height: 0; }
  .motion-strip-item { min-height: max(320px, 72vw); }
  .about-image-panel,
  .location-media-panel { min-height: max(360px, 72vw); }
  .location-image-band-item { min-height: 0; aspect-ratio: 4 / 3; }
  .location-callout-image { min-height: max(360px, 72vw); }
}

/* v7 service-detail composition
   Reworks the inherited Artha service template into a wide editorial column with a compact sticky sidebar.
   The visual vocabulary remains Artha/Talon; the proportions and responsive behavior are corrected. */
.service-detail-section {
  padding-top: clamp(54px, 5vw, 94px);
  padding-bottom: clamp(80px, 7vw, 132px);
}

.service-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 20vw, 390px);
  gap: clamp(34px, 4vw, 76px);
  align-items: start;
}

.service-detail-main,
.service-detail-sidebar {
  min-width: 0;
}

/* The main service image is cinematic, but no longer consumes most of the first screen. */
#service .service-feature-image {
  width: 100%;
  aspect-ratio: 21 / 8 !important;
  max-height: 540px;
  margin: 0 0 clamp(38px, 3vw, 56px) !important;
  overflow: hidden;
  background: #0b0b0b;
}

#service .service-feature-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

#service .service-detail-content {
  width: 100%;
}

#service .service-detail-content .title {
  max-width: 980px;
  padding: 0 0 20px;
  font-size: clamp(1.9rem, 2.4vw, 3rem);
  line-height: 1.08;
}

#service .service-detail-content .desc {
  width: 100%;
  max-width: none !important;
  font-size: clamp(1rem, .45vw + .92rem, 1.15rem);
  line-height: 1.72;
}

#service .service-intro-copy {
  max-width: 96ch;
  margin-bottom: clamp(34px, 3vw, 52px);
}

#service .service-intro-copy p:last-child {
  margin-bottom: 0;
}

/* Key buying information gets a wide two-panel treatment instead of being squeezed into one narrow prose column. */
#service .service-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  margin: 0 0 clamp(46px, 4vw, 66px);
}

#service .service-info-block {
  padding: clamp(24px, 2.2vw, 36px);
  background: #171717;
  border: 1px solid rgba(255,255,255,.08);
}

#service .service-info-block h2,
#service .service-faq-block h2 {
  margin: 0 0 22px;
  font-size: clamp(1.3rem, 1.25vw, 1.7rem);
  line-height: 1.25;
}

#service .service-info-block .included-list {
  columns: 1;
  margin: 0;
  padding-left: 19px;
}

#service .service-info-block .best-for-list {
  margin-bottom: 0;
}

#service .service-info-block .included-list li {
  margin-bottom: 12px;
}

#service .service-info-block .included-list li:last-child {
  margin-bottom: 0;
}

#service .service-faq-block {
  max-width: 980px;
  margin-bottom: 0;
}

#service .service-faq-block .faq-list {
  max-width: none;
}

/* Compact media gallery: supporting proof/texture, not a second hero section. */
#service .service-media-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  margin: clamp(48px, 4vw, 70px) 0 0;
  align-items: start;
}

#service .service-media-item,
#service .service-media-item:nth-child(3n) {
  grid-column: span 4;
  grid-row: auto;
  aspect-ratio: 4 / 3;
  max-height: 360px;
  margin: 0;
}

#service .service-media-item.media-landscape,
#service .service-media-item.media-landscape:nth-child(3n) {
  grid-column: span 4;
  aspect-ratio: 4 / 3;
}

#service .service-media-item.media-wide,
#service .service-media-item.media-wide:nth-child(3n) {
  grid-column: span 6;
  aspect-ratio: 16 / 9;
}

#service .service-media-item.media-square,
#service .service-media-item.media-square:nth-child(3n) {
  grid-column: span 4;
  aspect-ratio: 1 / 1;
}

#service .service-media-item.media-portrait,
#service .service-media-item.media-portrait:nth-child(3n) {
  grid-column: span 3;
  aspect-ratio: 4 / 5;
  max-height: 390px;
}

/* Sidebar is a genuine secondary rail with boxes, not a third of the page handed to a loose list. */
#service .service-sidebar-sticky {
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#service .service-sidebar-box {
  background: #171717;
  border: 1px solid rgba(255,255,255,.08);
}

#service .service-sidebar-heading {
  padding: 18px 22px;
  color: var(--talon-gold);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

#service .service-navigation-box .services-list {
  margin: 0;
  padding: 0;
}

#service .service-navigation-box .services-list li a {
  position: relative;
  padding: 15px 20px 15px 22px;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: .9rem;
  line-height: 1.35;
}

#service .service-navigation-box .services-list li:last-child a {
  border-bottom: 0;
}

#service .service-navigation-box .services-list li a:hover {
  background: rgba(255,255,255,.045);
}

#service .service-navigation-box .services-list li a.active {
  background: rgba(200,177,111,.08);
  color: #fff;
}

#service .service-navigation-box .services-list li a.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--talon-gold);
}

#service .talon-service-cta {
  min-height: 0;
  margin-top: 0;
  padding: clamp(34px, 2.5vw, 48px) clamp(24px, 2vw, 32px);
  text-align: left;
}

#service .talon-service-cta::before {
  background: linear-gradient(140deg, rgba(0,0,0,.08), rgba(0,0,0,.32));
}

#service .talon-service-cta .service-cta-mark {
  inset: auto -14% -12% auto;
  width: 72%;
  opacity: .055;
  transform: rotate(-8deg);
}

#service .talon-service-cta .service-cta-mark img {
  width: 100%;
  height: auto;
}

#service .talon-service-cta .contb .headingb {
  font-size: clamp(1.45rem, 1.55vw, 1.85rem);
  line-height: 1.2;
}

#service .talon-service-cta .contb .descb {
  margin-top: 10px;
  color: #d2d2d2;
  line-height: 1.55;
}

/* Background footer branding uses the icon only; the visible footer lockup remains the full brand. */
.footer-brand-watermark {
  right: clamp(18px, 4vw, 84px);
  bottom: -8%;
  width: min(24vw, 340px);
  opacity: .035;
}

.footer-brand-watermark img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .service-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
    gap: 32px;
  }

  #service .service-info-grid {
    grid-template-columns: 1fr;
  }

  #service .service-media-item,
  #service .service-media-item:nth-child(3n),
  #service .service-media-item.media-landscape,
  #service .service-media-item.media-landscape:nth-child(3n),
  #service .service-media-item.media-square,
  #service .service-media-item.media-square:nth-child(3n) {
    grid-column: span 6;
  }

  #service .service-media-item.media-wide,
  #service .service-media-item.media-wide:nth-child(3n) {
    grid-column: span 12;
  }

  #service .service-media-item.media-portrait,
  #service .service-media-item.media-portrait:nth-child(3n) {
    grid-column: span 4;
  }
}

@media (max-width: 991px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  #service .service-sidebar-sticky {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
    align-items: stretch;
    gap: 20px;
  }

  #service .service-feature-image {
    aspect-ratio: 16 / 7 !important;
  }
}

@media (max-width: 767px) {
  .service-detail-section {
    padding-top: 36px;
    padding-bottom: 72px;
  }

  #service .service-feature-image {
    aspect-ratio: 4 / 3 !important;
    max-height: none;
    margin-bottom: 32px !important;
  }

  #service .service-detail-content .title {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }

  #service .service-info-grid {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  #service .service-info-block {
    padding: 24px 21px;
  }

  #service .service-media-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #service .service-media-item,
  #service .service-media-item:nth-child(3n),
  #service .service-media-item.media-landscape,
  #service .service-media-item.media-landscape:nth-child(3n),
  #service .service-media-item.media-wide,
  #service .service-media-item.media-wide:nth-child(3n),
  #service .service-media-item.media-square,
  #service .service-media-item.media-square:nth-child(3n) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
    max-height: none;
  }

  #service .service-media-item.media-portrait,
  #service .service-media-item.media-portrait:nth-child(3n) {
    grid-column: span 1;
    aspect-ratio: 4 / 5;
    max-height: none;
  }

  #service .service-sidebar-sticky {
    display: flex;
    flex-direction: column;
  }

  .footer-brand-watermark {
    width: min(48vw, 260px);
    right: -4vw;
  }
}

/* v8 service detail refinements
   FAQs live in the service rail beneath the quote CTA; the supporting gallery spans the full fluid page width. */
#service .service-sidebar-sticky {
  position: static;
}

#service .service-sidebar-faq {
  overflow: hidden;
}

#service .service-sidebar-faq .faq-list {
  max-width: none;
}

#service .service-sidebar-faq .faq-list details {
  margin: 0;
  padding: 16px 20px;
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

#service .service-sidebar-faq .faq-list details:last-child {
  border-bottom: 0;
}

#service .service-sidebar-faq .faq-list summary {
  font-size: .9rem;
  line-height: 1.42;
  font-weight: 500;
}

#service .service-sidebar-faq .faq-list p {
  margin: 12px 0 2px;
  color: #c8c8c8;
  font-size: .88rem;
  line-height: 1.58;
}

#service .service-gallery-full {
  width: auto;
  margin-top: clamp(52px, 5vw, 84px);
}

#service .service-gallery-full .service-media-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: clamp(10px, 1vw, 18px);
  margin: 0;
  align-items: stretch;
}

#service .service-gallery-full .service-media-item,
#service .service-gallery-full .service-media-item:nth-child(3n),
#service .service-gallery-full .service-media-item.media-landscape,
#service .service-gallery-full .service-media-item.media-landscape:nth-child(3n),
#service .service-gallery-full .service-media-item.media-wide,
#service .service-gallery-full .service-media-item.media-wide:nth-child(3n),
#service .service-gallery-full .service-media-item.media-square,
#service .service-gallery-full .service-media-item.media-square:nth-child(3n),
#service .service-gallery-full .service-media-item.media-portrait,
#service .service-gallery-full .service-media-item.media-portrait:nth-child(3n) {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  max-height: none;
  aspect-ratio: 4 / 3;
  margin: 0;
}

#service .service-gallery-full .service-media-item img,
#service .service-gallery-full .service-media-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  #service .service-gallery-full .service-media-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #service .service-sidebar-sticky {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  #service .service-sidebar-faq {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  #service .service-sidebar-sticky {
    display: flex;
    flex-direction: column;
  }

  #service .service-gallery-full {
    margin-top: 42px;
  }

  #service .service-gallery-full .service-media-gallery {
    grid-template-columns: 1fr;
  }

  #service .service-gallery-full .service-media-item,
  #service .service-gallery-full .service-media-item:nth-child(3n),
  #service .service-gallery-full .service-media-item.media-landscape,
  #service .service-gallery-full .service-media-item.media-wide,
  #service .service-gallery-full .service-media-item.media-square,
  #service .service-gallery-full .service-media-item.media-portrait {
    aspect-ratio: 4 / 3;
  }
}

/* v10 multilingual navigation + legal pages */
.language-switcher-wrap { position: relative; }
.language-switcher { position: relative; }
.language-switcher > summary {
  list-style: none;
  cursor: pointer;
  font-size: .76rem;
  letter-spacing: .08em;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2);
  min-width: 48px;
  text-align: center;
}
.language-switcher > summary::-webkit-details-marker { display: none; }
.language-switcher[open] > summary { border-color: rgba(201,168,89,.75); }
.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 210px;
  padding: 8px;
  background: rgba(15,15,15,.98);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  z-index: 50;
}
.language-menu a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px !important;
  text-decoration: none;
  font-size: .86rem !important;
  line-height: 1.2;
}
.language-menu a:hover,
.language-menu a.active { background: rgba(255,255,255,.07); }
.language-menu small { opacity: .55; font-size: .68rem; letter-spacing: .08em; }
.mobile-language-links a.active { color: #c9a859; }

.footer-legal-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 25px;
  padding-bottom: 32px;
  margin-top: 25px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55);
  font-size: .76rem;
}
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-legal-links a:hover { color: #fff; }

.legal-page { min-height: 60vh; }
.legal-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: clamp(48px,6vw,90px) 0 clamp(80px,8vw,130px);
}
.legal-intro {
  max-width: 860px;
  margin: 0 0 14px;
  font-size: clamp(1.15rem,1.65vw,1.45rem);
  line-height: 1.65;
  color: rgba(255,255,255,.9);
}
.legal-updated { margin: 0 0 50px; color: rgba(255,255,255,.5); font-size: .85rem; }
.legal-section {
  padding: clamp(28px,3vw,44px) 0;
  border-top: 1px solid rgba(255,255,255,.11);
}
.legal-section h2 { margin: 0 0 20px; font-size: clamp(1.35rem,2vw,1.8rem); line-height: 1.25; }
.legal-section p,
.legal-section li { max-width: 900px; color: rgba(255,255,255,.74); line-height: 1.75; font-size: 1rem; }
.legal-section p + p { margin-top: 16px; }
.legal-section ul { margin: 18px 0 0; padding-left: 22px; }
.legal-section li + li { margin-top: 9px; }

@media (max-width: 991px) {
  .site-menu .language-switcher-wrap { display: none !important; }
}
@media (max-width: 767px) {
  .footer-legal-row { align-items: flex-start; flex-direction: column; }
  .footer-legal-links { gap: 12px 18px; }
}

/* v12 secondary-page hero readability
   Keep the homepage film treatment unchanged. All image-backed inner-page heroes
   receive a stronger top/bottom shade so navigation, titles and breadcrumbs stay
   legible over bright photography without flattening the underlying media. */
.breadcumb:not(.talon-hero)::before {
  display: block !important;
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .72) 0%,
      rgba(0, 0, 0, .56) 32%,
      rgba(0, 0, 0, .50) 54%,
      rgba(0, 0, 0, .70) 100%
    ) !important;
  pointer-events: none;
}

.breadcumb:not(.talon-hero) .mainbreadcumb,
.breadcumb:not(.talon-hero) .homebread {
  position: relative;
  z-index: 1;
}

.breadcumb:not(.talon-hero) .mainbreadcumb h1,
.breadcumb:not(.talon-hero) .mainbreadcumb .list,
.breadcumb:not(.talon-hero) .mainbreadcumb .list a,
.breadcumb:not(.talon-hero) .homebread .heading,
.breadcumb:not(.talon-hero) .homebread .subheading,
.breadcumb:not(.talon-hero) .homebread .content {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .48);
}

/* V13 mobile navigation trigger repair */
.site-menu-button {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .site-header .site-menu-button {
    display: flex !important;
    position: absolute !important;
    top: 24px !important;
    right: 20px !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
  }

  .site-menu-button .menu-line,
  .site-menu-button .menu-line1,
  .site-menu-button .menu-line2 {
    display: block !important;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    opacity: 1;
    transform-origin: center;
    transition:
      transform .22s ease,
      opacity .18s ease;
  }

  .site-menu-button .menu-line {
    top: 13px;
  }

  .site-menu-button .menu-line1 {
    top: 21px;
  }

  .site-menu-button .menu-line2 {
    top: 29px;
  }

  .site-menu-button[aria-expanded="true"] .menu-line {
    transform: translateY(8px) rotate(45deg);
  }

  .site-menu-button[aria-expanded="true"] .menu-line1 {
    opacity: 0;
  }

  .site-menu-button[aria-expanded="true"] .menu-line2 {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-menu-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
}

/* =========================================================
   V13 mobile header v2
   Compact language selector + conventional hamburger
   ========================================================= */

.mobile-header-actions {
  display: none;
}

@media (max-width: 991px) {

  .site-nav-row {
    position: relative;
    align-items: center;
  }

  .mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    position: relative;
    z-index: 1100;
  }

  /* Remove legacy nav-icon positioning entirely. */
  .site-header .site-menu-button {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;

    display: block !important;
    width: 44px;
    height: 44px;

    margin: 0;
    padding: 0;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 4px;
    background: rgba(0,0,0,.12);

    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .site-menu-button > span {
    position: absolute;
    left: 10px;

    display: block !important;
    width: 22px;
    height: 2px;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;
    opacity: 1;

    transform-origin: center;
    transition:
      transform .2s ease,
      opacity .15s ease;
  }

  .site-menu-button > span:nth-child(1) {
    top: 13px;
  }

  .site-menu-button > span:nth-child(2) {
    top: 20px;
  }

  .site-menu-button > span:nth-child(3) {
    top: 27px;
  }

  .site-menu-button[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-menu-button[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .site-menu-button[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-menu-button:focus-visible,
  .mobile-language-switcher summary:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  /* Compact language button beside hamburger */
  .mobile-language-switcher {
    position: relative;
    margin: 0;
  }

  .mobile-language-switcher summary {
    list-style: none;

    min-width: 48px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 10px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 4px;
    background: rgba(0,0,0,.12);

    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;

    cursor: pointer;
    user-select: none;
  }

  .mobile-language-switcher summary::-webkit-details-marker {
    display: none;
  }

  .mobile-language-switcher summary::marker {
    display: none;
    content: "";
  }

  .mobile-language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;

    width: 230px;
    max-height: min(460px, 70vh);
    overflow-y: auto;

    display: grid;

    background: #151515;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 14px 40px rgba(0,0,0,.38);

    z-index: 1200;
  }

  .mobile-language-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 46px;
    padding: 10px 14px;

    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .mobile-language-menu a:last-child {
    border-bottom: 0;
  }

  .mobile-language-menu a.active {
    color: #d9bd72;
  }

  .mobile-language-menu a small {
    margin-left: 16px;
    opacity: .55;
    font-size: 10px;
    letter-spacing: .08em;
  }

  /* Navigation menu now contains navigation only. */
  .mobile-site-menu {
    top: 82px;
    padding: 0;
  }

  .mobile-site-menu > a {
    padding: 16px 7%;
  }

  .mobile-language-links {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile-header-actions {
    display: none !important;
  }
}

/* =========================================================
   V13 mobile header v3
   One-row header, correctly positioned drawer
   ========================================================= */

@media (max-width: 991px) {

  .site-header.navbar {
    padding: 12px 16px !important;
  }

  .site-header > .container-fluid {
    width: 100%;
    padding: 0 !important;
  }

  .site-nav-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 58px;
    margin: 0 !important;
  }

  .site-logo {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 112px);
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-logo .navbar-title,
  .site-logo .navbar-item,
  .site-logo a {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-logo img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: min(210px, 52vw) !important;
    max-height: 64px !important;
  }

  .mobile-header-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 0 0 0 12px !important;
    padding: 0 !important;
  }

  .mobile-language-switcher summary {
    width: 48px;
    min-width: 48px;
    height: 40px;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 12px;
  }

  .site-header .site-menu-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    border-radius: 3px;
  }

  .site-menu-button > span {
    left: 9px !important;
    width: 20px !important;
  }

  .site-menu-button > span:nth-child(1) {
    top: 12px !important;
  }

  .site-menu-button > span:nth-child(2) {
    top: 19px !important;
  }

  .site-menu-button > span:nth-child(3) {
    top: 26px !important;
  }

  .site-menu-button[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-menu-button[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* Remove Bootstrap/browser blue focus treatment. */
  .site-menu-button:focus,
  .mobile-language-switcher summary:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .site-menu-button:focus-visible,
  .mobile-language-switcher summary:focus-visible {
    outline: 1px solid #c9a859 !important;
    outline-offset: 2px;
  }

  /* Header is the positioning context. Drawer starts after its real height. */
  .site-header {
    position: absolute !important;
  }

  .mobile-site-menu {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background: #151515 !important;
  }

  .mobile-site-menu > a {
    padding: 17px 24px !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .mobile-language-menu {
    top: calc(100% + 6px) !important;
    right: 0 !important;
    width: 220px;
  }
}

/* =========================================================
   Cookie / GDPR consent
   ========================================================= */

.cookie-consent[hidden],
.cookie-preferences[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  z-index: 99999;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.cookie-consent-card {
  max-width: 1080px;
  margin: 0 auto;

  padding: 20px 22px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 28px;
  align-items: center;

  color: #fff;
  background: rgba(18,18,18,.98);

  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 50px rgba(0,0,0,.42);
}

.cookie-consent-title {
  margin-bottom: 5px;

  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.cookie-consent-copy p {
  max-width: 760px;
  margin: 0;

  color: rgba(255,255,255,.72);
  font-size: .82rem;
  line-height: 1.55;
}

.cookie-consent-copy a {
  color: #d6bb73;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-consent button {
  min-height: 40px;

  padding: 9px 13px;

  color: #fff;
  background: transparent;

  border: 1px solid rgba(255,255,255,.22);
  border-radius: 2px;

  font: inherit;
  font-size: .76rem;
  cursor: pointer;
}

.cookie-consent button:hover {
  border-color: rgba(255,255,255,.55);
}

.cookie-consent button.cookie-primary {
  color: #111;
  background: #d6bb73;
  border-color: #d6bb73;
}

.cookie-preferences {
  grid-column: 1 / -1;

  padding-top: 14px;

  border-top: 1px solid rgba(255,255,255,.12);
}

.cookie-preference-row {
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 10px 0;

  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.cookie-preference-row strong {
  display: block;
  margin-bottom: 3px;
  font-size: .82rem;
}

.cookie-preference-row p {
  margin: 0;

  color: rgba(255,255,255,.58);
  font-size: .74rem;
}

.cookie-preference-row span {
  color: rgba(255,255,255,.5);
  font-size: .7rem;
  white-space: nowrap;
}

.cookie-preference-row input {
  width: 20px;
  height: 20px;
}

.cookie-preferences-save {
  padding-top: 14px;
  text-align: right;
}

@media (max-width: 767px) {

  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cookie-consent-card {
    max-height: calc(100vh - 20px);
    overflow-y: auto;

    display: block;

    padding: 17px;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin-top: 16px;
  }

  .cookie-consent-actions .cookie-primary {
    grid-column: 1 / -1;
  }

  .cookie-consent button {
    width: 100%;
  }

  .cookie-preferences {
    margin-top: 16px;
  }
}
