/*
Theme Name: IDE Flachdachbau
Theme URI: https://ide-flachdachbau.de/
Author: IDE Flachdachbau GmbH
Description: Individuelles, schlankes One-Page-Theme für IDE Flachdachbau.
Version: 1.1.98
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: ide-flachdachbau
*/

:root {
  --ink: #111616;
  --lime: #d8ff3f;
  --paper: #f1f0e9;
  --headline-la-space: 0em;
  --headline-zw-space: 0em;
  --headline-ew-space: 0em;
  --headline-tt-space: 0em;
  --headline-rcomma-space: 0em;
  --headline-ft-space: 0em;
  --headline-ra-space: 0em;
  --headline-tw-space: 0em;
  --headline-ha-space: 0em;
  --headline-ab-space: 0em;
  --headline-et-space: 0em;
  --headline-te-space: 0em;
  --headline-kt-space: 0em;
  --headline-tquestion-space: 0em;
  --why-title-line-height: .98;
  --hero-ht-space: 0em;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #101515;
  color: white;
}

.heroImage,
.heroOverlay,
.heroGrid { position: absolute; inset: 0; width: 100%; height: 100%; }
.heroImage { object-fit: cover; object-position: center; animation: imageIn 1.4s ease both; }
.heroOverlay {
  background:
    linear-gradient(90deg, rgba(5, 10, 10, .9) 0%, rgba(5, 10, 10, .68) 47%, rgba(5, 10, 10, .14) 100%),
    linear-gradient(0deg, rgba(5, 10, 10, .48), transparent 52%);
}
.heroGrid {
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}

.nav {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 100px;
  align-items: center;
  padding: 0 clamp(22px, 5vw, 84px);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.brand { display: flex; align-items: flex-start; gap: 12px; margin-right: auto; }
.brandMark { transform: translateY(-2px); font-size: 30px; font-weight: 950; letter-spacing: -2.5px; line-height: 1; }
.brandCopy { display: grid; padding-top: 2px; font-size: 12px; font-weight: 900; letter-spacing: .18em; line-height: 1; text-transform: uppercase; }
.brandCopy small { margin-top: 5px; color: rgba(255,255,255,.56); font-size: 6px; letter-spacing: .16em; }
.heroContent {
  position: relative;
  z-index: 2;
  width: min(1100px, 90vw);
  margin: clamp(68px, 9vh, 110px) 5vw 90px;
  animation: contentIn .85s .1s ease both;
}
h1 { margin: 0; max-width: 1080px; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(58px, 8vw, 124px); font-weight: 900; letter-spacing: -.076em; line-height: .85; text-transform: uppercase; }
h1 em { color: var(--lime); font-style: normal; }
.heroTitle { --hero-wi-space: .02em; --hero-ma-space: 0em; --hero-dae-space: 0em; --hero-rdot-space: 0em; --hero-zw-space: 0em; --hero-ar-space: 0em; letter-spacing: -.04em; line-height: .93; }
.heroTitle > span, .heroTitle > em, .heroTitle > em > span { display: block; }
.heroTitleAligned { margin-left: -.055em; }
.heroLetterI, .heroLetterMa, .heroLetterDAe, .heroLetterRDot, .heroLetterZW, .heroLetterAR, .heroLetterHT { display: inline; }
.heroLetterI { margin-left: var(--hero-wi-space); }
.heroLetterMa { margin-left: var(--hero-ma-space); }
.heroLetterDAe { margin-left: var(--hero-dae-space); }
.heroLetterRDot { margin-left: var(--hero-rdot-space); }
.heroLetterZW { margin-left: var(--hero-zw-space); }
.heroLetterAR { margin-left: var(--hero-ar-space); }
.heroLetterHT { margin-left: var(--hero-ht-space); }
.headlinePairLA { display: inline; margin-left: var(--headline-la-space); color: inherit; }
.headlinePairZW { display: inline; margin-left: var(--headline-zw-space); color: inherit; }
.headlinePairEW { display: inline; margin-left: var(--headline-ew-space); color: inherit; }
.headlinePairTT { display: inline; margin-left: var(--headline-tt-space); color: inherit; }
.headlinePairRComma { display: inline; margin-left: var(--headline-rcomma-space); color: inherit; }
.headlinePairFT { display: inline; margin-left: var(--headline-ft-space); color: inherit; }
.headlinePairRA { display: inline; margin-left: var(--headline-ra-space); color: inherit; }
.headlinePairTW { display: inline; margin-left: var(--headline-tw-space); color: inherit; }
.headlinePairHA { display: inline; margin-left: var(--headline-ha-space); color: inherit; }
.headlinePairAB { display: inline; margin-left: var(--headline-ab-space); color: inherit; }
.headlinePairET { display: inline; margin-left: var(--headline-et-space); color: inherit; }
.headlinePairTE { display: inline; margin-left: var(--headline-te-space); color: inherit; }
.headlinePairKT { display: inline; margin-left: var(--headline-kt-space); color: inherit; }
.headlinePairTQuestion { display: inline; margin-left: var(--headline-tquestion-space); color: inherit; }
.headlineWordSpacing { display: inline-block; white-space: nowrap; color: inherit; }
.heroLead { width: min(700px, 100%); margin: 34px 0 30px; color: rgba(255,255,255,.77); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.56; }
.heroLead strong { color: white; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-width: 224px; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 21px; font-size: 12px; font-weight: 950; text-transform: uppercase; transition: .2s ease; }
.button.primary { background: var(--lime); color: var(--ink); }
.button.primary:hover { background: white; }
.button.secondary { border: 1px solid rgba(255,255,255,.48); color: white; }
.button.secondary span { color: rgba(255,255,255,.64); font-size: 10px; }
.button.secondary:hover { background: white; color: var(--ink); }
.button.secondary:hover span { color: var(--ink); }
.regionLine { margin: 23px 0 0; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.navLinks { display: flex; align-items: center; gap: 28px; margin-right: 30px; font-family: "Arial Black", Arial, sans-serif; font-size: 12px; font-weight: 900; }
.navLinks a { position: relative; color: rgba(255,255,255,.72); transition: color .2s; }
.navLinks a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--lime); transition: right .2s; }
.navLinks a:hover { color: white; }
.navLinks a:hover::after { right: 0; }
.navDropdown { position: relative; }
.navDropdown > summary { position: relative; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); cursor: pointer; list-style: none; transition: color .2s; }
.navDropdown > summary::-webkit-details-marker { display: none; }
.navDropdown > summary::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--lime); transition: right .2s; }
.navDropdown > summary > span { width: 7px; height: 7px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
.navDropdown:hover > summary,
.navDropdown:focus-within > summary,
.navDropdown[open] > summary { color: white; }
.navDropdown:hover > summary::after,
.navDropdown:focus-within > summary::after,
.navDropdown[open] > summary::after { right: 0; }
.navDropdown[open] > summary > span { margin-top: 4px; transform: rotate(225deg); }
.navDropdownMenu { position: absolute; top: calc(100% + 15px); left: -20px; display: grid; min-width: 230px; padding: 9px; border: 1px solid rgba(255,255,255,.16); background: #0b1110; box-shadow: 0 20px 42px rgba(0,0,0,.34); opacity: 0; visibility: hidden; transform: translateY(-7px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.navDropdownMenu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 16px; }
.navDropdown:hover .navDropdownMenu,
.navDropdown:focus-within .navDropdownMenu,
.navDropdown[open] .navDropdownMenu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.navLinks .navDropdownMenu a { padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.1); color: white; line-height: 1.3; white-space: nowrap; }
.navLinks .navDropdownMenu a:last-child { border-bottom: 0; }
.navLinks .navDropdownMenu a::after { display: none; }
.navLinks .navDropdownMenu a:hover,
.navLinks .navDropdownMenu a:focus-visible { background: var(--lime); color: var(--ink); }
.mobileMenu { display: none; }

.ticker { position: relative; z-index: 4; overflow: hidden; padding: 22px 0; background: var(--lime); transform: rotate(-1.1deg) scale(1.02); }
.ticker > div { display: flex; width: max-content; align-items: center; gap: 26px; animation: tickerMove 48s linear infinite; }
.ticker span, .ticker a { white-space: nowrap; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(24px, 3.2vw, 44px); font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
.ticker a:hover { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.ticker i { width: 10px; height: 10px; background: var(--ink); transform: rotate(45deg); }

.section { padding: clamp(90px, 10vw, 150px) 5vw; }
.sectionHeading { display: grid; grid-template-columns: .75fr 1.4fr .85fr; gap: 4vw; align-items: end; margin-bottom: 78px; }
.sectionHeading.compact { grid-template-columns: .6fr 1.4fr; }
.sectionHeading.servicesHeading { display: grid; grid-template-columns: 1.42fr .78fr; column-gap: 7vw; row-gap: 0; align-items: end; max-width: none; }
.servicesHeading .kicker { grid-column: 1; margin-bottom: 22px; }
.servicesHeading h2 { grid-column: 1; font-size: clamp(44px, 5.1vw, 80px); }
.servicesHeading > p:last-child { grid-column: 2; grid-row: 2; margin: 0; color: #68706b; font-size: clamp(12px, .78vw, 15px); line-height: 1.68; text-wrap: balance; }
.kicker { margin: 0 0 22px; color: #111514; font-size: 11px; font-weight: 900; line-height: 1.25; letter-spacing: .045em; text-transform: uppercase; text-rendering: optimizeLegibility; }
.kicker.light { color: var(--lime); }
h2 { margin: 0; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(44px, 5.6vw, 84px); font-weight: 900; letter-spacing: -.067em; line-height: .9; text-transform: uppercase; }
h2 span { color: #777e79; }

.serviceList { border-top: 1px solid #cecec6; }
.serviceRow { display: grid; grid-template-columns: 70px minmax(250px, .82fr) 1.18fr 44px; gap: 3vw; min-height: 130px; align-items: center; border-bottom: 1px solid #cecec6; transition: background .25s, padding .25s, margin .25s; }
.serviceRow:hover { margin: 0 -2vw; padding: 0 2vw; background: var(--lime); }
.serviceNumber { color: #8b908c; font-size: 10px; font-weight: 900; }
.serviceRow h3 { margin: 0; font-size: clamp(23px, 2.2vw, 35px); letter-spacing: -.04em; }
.serviceRow p { margin: 0; color: #68706b; line-height: 1.6; }
.serviceRow:hover p, .serviceRow:hover .serviceNumber { color: #313a35; }
.serviceArrow { font-size: 24px; text-align: right; }
.serviceNote { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 34px; }
.serviceNote .button { width: 224px; white-space: nowrap; }
.button.paperOutline { border: 1px solid #9ca19d; color: var(--ink); }
.button.paperOutline:hover { background: var(--ink); color: white; }
.textLink { display: flex; min-width: 230px; justify-content: space-between; gap: 28px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; }

.projectServiceGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #c7c8c0; }
.projectServiceCard { position: relative; display: block; min-height: 510px; overflow: hidden; background: #17201d; color: white; }
.projectServiceCard > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.projectServiceShade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,11,10,.91) 0%, rgba(6,11,10,.32) 64%, rgba(6,11,10,.08) 100%); }
.projectServiceContent { position: absolute; z-index: 1; left: clamp(28px, 3vw, 50px); right: clamp(28px, 3vw, 50px); bottom: clamp(30px, 3.4vw, 54px); }
.projectServiceContent > span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.projectServiceContent h3 { max-width: 620px; margin: 14px 0 16px; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(34px, 3.9vw, 62px); letter-spacing: -.06em; line-height: .94; text-transform: uppercase; }
.projectServiceContent p { max-width: 600px; margin: 0; color: #c5ccc8; line-height: 1.62; }
.projectServiceCard > i { position: absolute; z-index: 1; top: 28px; right: 30px; display: grid; width: 50px; height: 50px; place-items: center; background: var(--lime); color: var(--ink); font-size: 20px; font-style: normal; }
.projectServiceCard:hover > img { transform: scale(1.035); }
.services { padding-bottom: 0; }
.referencesIntro { padding: clamp(75px, 7vw, 110px) 5vw; background: var(--paper); }
.referencesIntro .kicker { margin-bottom: 22px; }

.button > span,
.textLink > span,
.mobileCallArrow,
.projectServiceCard > i,
.teamPlaceholder > i,
.reviewTop a > i,
.projectSystemLinks i { font-size: 0; }
.button > span,
.textLink > span,
.mobileCallArrow,
.reviewTop a > i,
.projectSystemLinks i { position: relative; display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; }
.button > span::before,
.textLink > span::before,
.mobileCallArrow::before,
.projectServiceCard > i::before,
.teamPlaceholder > i::before,
.reviewTop a > i::before,
.projectSystemLinks i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1em;
  height: 1em;
  background: currentColor;
  font-size: 16px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12L12 4M6 4h6v6' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12L12 4M6 4h6v6' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translate(-50%, -50%);
}
.projectServiceCard > i::before,
.teamPlaceholder > i::before { font-size: 20px; }

.darkSection { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; padding: clamp(90px, 10vw, 150px) 5vw; background: var(--ink); color: white; }
.standardsLead { align-self: start; position: sticky; top: 50px; }
.standardsLead h2 { color: white; line-height: var(--why-title-line-height); }
.standardsLead > p:last-child { max-width: 540px; margin: 34px 0 0; color: #adb6b1; line-height: 1.7; }
.standardsGrid { display: grid; grid-template-columns: 1fr 1fr; }
.standardsGrid article { min-height: 300px; padding: 34px; border-left: 1px solid #333c39; border-bottom: 1px solid #333c39; }
.standardsGrid article:nth-child(odd) { border-left: 0; }
.standardsGrid span { color: var(--lime); font-size: 10px; font-weight: 900; }
.standardsGrid h3 { margin: 88px 0 14px; font-size: 23px; letter-spacing: -.04em; }
.standardsGrid p { margin: 0; color: #9ca6a1; line-height: 1.6; }

.references { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 790px; background: #0b1010; color: white; }
.referenceMedia { position: relative; overflow: hidden; }
.referenceMedia img { width: 100%; height: 100%; object-fit: cover; }
.referenceCopy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 112px); }
.projectLocation { margin: 22px 0; color: #939d98; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.referenceCopy h2 span { color: var(--lime); }
.referenceCopy > p:not(.kicker):not(.projectLocation) { margin: 32px 0; color: #adb7b2; line-height: 1.68; }
.lightLink { color: white; }

.secondReference { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 680px; background: #e5e4dc; }
.secondReferenceCopy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 110px); }
.secondReferenceCopy > p:not(.kicker):not(.projectLocation) { margin: 30px 0; color: #5c645f; line-height: 1.7; }
.darkLocation { color: #69706c; }
.secondReferenceMedia { min-height: 680px; overflow: hidden; background: var(--ink); }
.secondReferenceMedia img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.miniFacts { display: flex; flex-wrap: wrap; gap: 8px; }
.miniFacts span { padding: 9px 12px; border: 1px solid #b9bab2; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.referenceChips span { border-color: #59635e; color: white; }
.lightProjectLink, .projectDetailLink { width: 230px; margin-top: 38px; }
.lightProjectLink { color: white; }

.qualifications { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.qualificationIntro { max-width: 670px; margin: 0 0 38px; color: #69706c; line-height: 1.7; }
.qualifications ul { margin: 0; padding: 0; border-top: 1px solid #cecec6; list-style: none; }
.qualifications li { display: grid; grid-template-columns: 50px 1fr 26px; gap: 20px; align-items: center; min-height: 74px; border-bottom: 1px solid #cecec6; font-weight: 800; }
.qualifications li span { color: #8b908c; font-size: 9px; }
.qualifications li i { display: grid; width: 24px; height: 24px; place-items: center; background: var(--lime); font-size: 10px; font-style: normal; }

.about { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 760px; background: #e5e4dc; }
.teamPlaceholder { position: relative; display: flex; min-height: 620px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: clamp(36px, 5vw, 76px); background: #1b2221; color: white; }
.teamPlaceholder::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(216,255,63,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(216,255,63,.28) 1px, transparent 1px); background-size: 58px 58px; transform: perspective(650px) rotateX(58deg) scale(1.25) translateY(-8%); transform-origin: bottom; }
.teamPlaceholder::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 22%; height: 34%; border: 1px solid rgba(216,255,63,.55); border-bottom: 8px solid var(--lime); }
.teamPlaceholder span, .teamPlaceholder strong, .teamPlaceholder i { position: relative; z-index: 1; }
.teamPlaceholder span { margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.teamPlaceholder strong { font-family: "Arial Black", Arial, sans-serif; font-size: clamp(42px, 5vw, 78px); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.teamPlaceholder i { position: absolute; top: 42px; right: 42px; display: grid; width: 68px; height: 68px; place-items: center; background: var(--lime); color: var(--ink); font-size: 26px; font-style: normal; }
.aboutCopy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 115px); }
.aboutLead { margin: 34px 0; color: #565e59; font-size: 17px; line-height: 1.72; }
.reviewRotator { margin: 6px 0 34px; padding: 20px 0 18px 25px; border-left: 4px solid var(--lime); }
.reviewTop { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.reviewTop a { display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid #a9aaa2; color: #626a65; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.reviewTop a i { font-style: normal; }
.googleMark { display: inline-block; background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 42%, #fbbc05 0 67%, #ea4335 0 83%, #4285f4 0); background-clip: text; color: transparent; font-family: Arial, sans-serif; font-size: 18px; font-weight: 900; letter-spacing: -.08em; line-height: 1; text-transform: none; -webkit-background-clip: text; }
.reviewStars { color: #758d00; font-size: 15px; letter-spacing: .12em; }
.reviewStage { position: relative; min-height: 155px; margin-top: 16px; }
.reviewSlide { position: absolute; inset: 0; display: block; margin: 0; padding-bottom: 22px; opacity: 0; animation: reviewCycle 24s infinite; }
.reviewSlide:nth-child(2) { animation-delay: 6s; }
.reviewSlide:nth-child(3) { animation-delay: 12s; }
.reviewSlide:nth-child(4) { animation-delay: 18s; }
.reviewSlide blockquote { display: flex; height: 100%; align-items: center; margin: 0; font-size: clamp(19px, 1.55vw, 25px); font-weight: 800; letter-spacing: -.03em; line-height: 1.28; }
.reviewSlide figcaption { position: absolute; left: 0; bottom: 0; margin: 0; color: #6e756f; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reviewDots { display: flex; gap: 6px; }
.reviewDots span { width: 28px; height: 2px; background: #c8c8bf; animation: reviewDot 24s infinite; }
.reviewDots span:nth-child(2) { animation-delay: 6s; }
.reviewDots span:nth-child(3) { animation-delay: 12s; }
.reviewDots span:nth-child(4) { animation-delay: 18s; }
@keyframes reviewCycle { 0%, 20% { opacity: 1; } 25%, 100% { opacity: 0; } }
@keyframes reviewDot { 0%, 20% { background: var(--ink); } 25%, 100% { background: #c8c8bf; } }
.contactPerson { display: flex; align-items: center; gap: 16px; padding-top: 24px; border-top: 1px solid #c8c8bf; }
.contactPerson > span { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; background: var(--ink); color: var(--lime); font-size: 13px; font-weight: 900; }
.contactPerson > div { display: grid; gap: 3px; }
.contactPerson small { color: #767d78; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contactPerson strong { font-size: 15px; }
.contactPerson a { width: fit-content; border-bottom: 1px solid #a9aaa2; font-size: 13px; }

.wideStatement { position: relative; height: min(65vw, 760px); min-height: 500px; overflow: hidden; }
.wideStatement::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,10,.84), rgba(5,10,10,.08) 72%); }
.wideStatement img { width: 100%; height: 100%; object-fit: cover; }
.wideStatement > div { position: absolute; z-index: 1; left: 5vw; bottom: 9%; display: grid; color: white; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(45px, 6.8vw, 105px); letter-spacing: -.07em; line-height: .98; text-transform: uppercase; }
.wideStatement p { margin: 0; }
.wideStatement strong { color: var(--lime); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.faqTitle .keepWord { display: inline-block; white-space: nowrap; color: inherit; }
.faqActions { display: grid; max-width: 310px; gap: 18px; margin-top: 42px; }
.faqList { border-top: 1px solid #cecec6; }
.faqList details { border-bottom: 1px solid #cecec6; }
.faqList summary { display: grid; grid-template-columns: 45px 1fr 24px; gap: 15px; align-items: center; padding: 27px 0; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: #8b908c; font-size: 9px; }
.faqList summary i { font-size: 22px; font-style: normal; font-weight: 400; transition: transform .2s; }
.faqList details[open] summary i { transform: rotate(45deg); }
.faqList details p { margin: -6px 38px 28px 60px; color: #69706c; line-height: 1.66; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; padding: clamp(90px, 10vw, 150px) 5vw; background: var(--ink); color: white; }
.contactCopy h2 span { color: var(--lime); }
.contactCopy > p:not(.kicker) { max-width: 600px; margin: 34px 0; color: #adb6b1; line-height: 1.7; }
.contactActions { display: grid; width: min(520px, 100%); gap: 17px; margin-top: 45px; }
.contactActions .button { width: 100%; }
.contactActions > a:not(.button) { display: grid; gap: 5px; padding: 14px 0; border-bottom: 1px solid #3e4844; }
.contactActions small { color: #818b86; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contactActions strong { font-size: 15px; }
.projectCheck { padding: clamp(30px, 4vw, 58px); background: white; color: var(--ink); }
.checkLabel { width: fit-content; margin: 0 0 18px; padding: 7px 9px; background: #edf3cf; color: #58651d; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.projectCheck h3 { margin: 0; font-size: clamp(27px, 2.5vw, 40px); letter-spacing: -.04em; }
.projectCheck > p:not(.checkLabel) { margin: 15px 0 30px; color: #69706c; line-height: 1.6; }
.projectCheck form { display: grid; gap: 21px; }
.formRow { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.projectCheck label { display: grid; gap: 8px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.projectCheck input, .projectCheck select, .projectCheck textarea { width: 100%; border: 0; border-bottom: 1px solid #c8c9c4; border-radius: 0; padding: 10px 0 12px; background: transparent; color: var(--ink); font: inherit; font-size: 14px; font-weight: 400; letter-spacing: 0; outline: 0; text-transform: none; }
.projectCheck textarea { resize: vertical; }
.projectCheck input:focus, .projectCheck select:focus, .projectCheck textarea:focus { border-color: #718600; }
.projectCheck .consent { display: flex; align-items: center; gap: 9px; color: #727872; font-size: clamp(10px, .75vw, 12px); font-weight: 500; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.projectCheck .consent input { width: 15px; margin: 0; accent-color: #7c9300; }
.projectCheckTrap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.projectCheckStatus { margin: 0; padding: 13px 15px; border-left: 3px solid #7b827e; background: #eef0ed; color: #4d5551; font-size: 13px; font-weight: 600; letter-spacing: 0; line-height: 1.5; outline: 0; text-transform: none; }
.projectCheckStatus[hidden] { display: none; }
.projectCheckStatus.is-success { border-color: #789000; background: #eef5cf; color: #334000; }
.projectCheckStatus.is-error { border-color: #a53a2d; background: #f9e8e5; color: #76271e; }
.projectCheckStatus.is-sending { border-color: #7b827e; }
.projectCheck button { display: flex; justify-content: space-between; border: 0; padding: 18px 20px; background: var(--lime); color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.projectCheck button:hover { background: var(--ink); color: white; }
.projectCheck button:disabled { cursor: wait; opacity: .68; }
.formNote { margin-top: -10px; color: #878c87; font-size: 8px; }

footer { position: relative; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 5vw; padding: 76px 5vw 105px; background: #080c0c; color: white; }
.footerBrand .brand { width: fit-content; }
.footerBrand > p { max-width: 330px; margin: 26px 0 0; color: #7d8782; line-height: 1.6; }
footer h3 { margin: 0 0 20px; color: #707a75; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
footer > div:not(.footerBrand):not(.footerBottom) { display: flex; flex-direction: column; gap: 12px; color: #d1d6d3; font-size: 12px; line-height: 1.5; }
footer a:hover { color: var(--lime); }
.footerBottom { position: absolute; left: 5vw; right: 5vw; bottom: 25px; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #252c2a; color: #69726e; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.mobileCall { display: none; }

/* Inner pages */
.innerPage { background: var(--paper); }
.innerHero, .projectHero { position: relative; min-height: 800px; overflow: hidden; background: var(--ink); color: white; }
.innerHero > img, .projectHero > img, .innerHeroOverlay, .projectHeroOverlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.innerHero > img, .projectHero > img { object-fit: cover; animation: imageIn 1.2s ease both; }
.servicesPageHero > img { object-position: center 58%; }
.archiveHero > img { object-position: center 35%; }
.archiveHero { min-height: clamp(560px, 52vw, 800px); }
.innerHeroOverlay, .projectHeroOverlay { background: linear-gradient(90deg, rgba(5,10,10,.92) 0%, rgba(5,10,10,.68) 50%, rgba(5,10,10,.22) 100%), linear-gradient(0deg, rgba(5,10,10,.6), transparent 55%); }
.innerNav { background: rgba(8,12,12,.18); backdrop-filter: blur(3px); }
.innerHeroContent { position: relative; z-index: 2; width: min(1180px, 90vw); margin: 0 5vw; padding: clamp(100px, 13vh, 160px) 0 100px; }
.innerHeroContent h1 { max-width: 1050px; font-size: clamp(62px, 7.7vw, 118px); }
.innerHeroContent > p:not(.kicker) { max-width: 720px; margin: 30px 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.6; }
.innerHeroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.serviceHeroContent { display: flex; flex-direction: column; align-items: flex-start; }
.serviceHeroContent > * { margin-left: 0; }
.serviceHeroContent > h1 { margin-left: -.035em; }

.innerIntro, .archiveIntro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(88px, 9vw, 140px) 5vw; }
.innerIntro > div:last-child, .archiveIntro > p { align-self: end; max-width: 660px; margin: 0; color: #626a65; font-size: 17px; line-height: 1.75; }
.innerIntro .miniFacts { margin-top: 32px; }

.serviceDetailSection { padding: 0 5vw clamp(100px, 10vw, 160px); }
.serviceDetail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: clamp(64px, 7vw, 108px) 0; border-top: 1px solid #cacbc3; scroll-margin-top: 28px; }
.serviceDetail:last-child { border-bottom: 1px solid #cacbc3; }
.serviceDetailTitle > span { color: #7b837e; font-size: 10px; font-weight: 900; }
.serviceDetailTitle h2 { max-width: 650px; margin-top: 24px; font-size: clamp(40px, 4.7vw, 70px); }
.serviceDetailBody > p { max-width: 690px; margin: 0 0 40px; color: #59615c; font-size: 18px; line-height: 1.75; }
.serviceDetailBody ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cacbc3; }
.serviceDetailBody li { display: grid; grid-template-columns: 1fr 24px; gap: 20px; padding: 18px 0; border-bottom: 1px solid #cacbc3; font-size: 14px; font-weight: 800; }
.serviceDetailBody li i { color: #607025; font-style: normal; text-align: right; }

.serviceTileSection { padding: clamp(90px, 9vw, 140px) 5vw clamp(100px, 10vw, 160px); background: #e6e5dd; }
.serviceTileHeader { display: grid; grid-template-columns: 1fr minmax(320px, .7fr); gap: 8vw; align-items: end; padding: 0 0 clamp(50px, 6vw, 84px); }
.serviceTileHeader h2 { font-size: clamp(52px, 6.5vw, 94px); }
.serviceTileHeader h2 span { color: #7a817d; }
.serviceTileHeader > p { max-width: 600px; margin: 0 0 8px; color: #5f6762; font-size: 17px; line-height: 1.7; }
.serviceTileGrid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.serviceTile { position: relative; grid-column: span 4; min-height: 500px; overflow: hidden; background: var(--ink); color: white; isolation: isolate; scroll-margin-top: 28px; }
.serviceTile:nth-child(1) { grid-column: span 7; min-height: 640px; }
.serviceTile:nth-child(2) { grid-column: span 5; min-height: 640px; }
.serviceTile > img, .serviceTileShade { position: absolute; inset: 0; width: 100%; height: 100%; }
.serviceTile > img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s ease; }
.serviceTile:nth-child(1) > img { object-position: center 58%; }
.serviceTile:nth-child(3) > img { object-position: center 42%; }
.serviceTileShade { z-index: 1; background: linear-gradient(180deg, rgba(5,10,10,.2) 0%, rgba(5,10,10,.2) 28%, rgba(5,10,10,.92) 100%); transition: background .5s ease; }
.serviceTileNumber { position: absolute; z-index: 2; top: 28px; left: 30px; color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.serviceTileNumber::after { content: ''; display: inline-block; width: 38px; height: 2px; margin: 0 0 3px 12px; background: var(--lime); }
.serviceTileCopy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 34px 30px 32px; }
.serviceTileCopy h2 { max-width: 680px; overflow-wrap: anywhere; font-size: clamp(30px, 2.4vw, 42px); line-height: .94; }
.serviceTile:nth-child(1) .serviceTileCopy h2 { overflow-wrap: normal; font-size: clamp(40px, 3.7vw, 58px); }
.serviceTileCopy > p { max-width: 680px; margin: 18px 0 24px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }
.serviceTileCopy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.serviceTileCopy li { padding: 8px 10px; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.86); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.serviceTile:hover > img { transform: scale(1.035); filter: saturate(1.06); }
.serviceTile:hover .serviceTileShade { background: linear-gradient(180deg, rgba(5,10,10,.12) 0%, rgba(5,10,10,.18) 26%, rgba(5,10,10,.94) 100%); }

.serviceArchitecture { background: #e6e5dd; }
.serviceCategory { padding: clamp(90px, 9vw, 145px) 5vw; scroll-margin-top: 20px; }
.serviceCategory + .serviceCategory { border-top: 1px solid #c7c8c0; background: var(--paper); }
.serviceCategoryLead { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 560px; overflow: hidden; background: var(--ink); color: white; }
.serviceCategoryMedia { position: relative; min-height: 560px; overflow: hidden; }
.serviceCategoryMedia img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.serviceCategoryMedia::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,11,10,.42), rgba(6,11,10,.04) 55%); }
.serviceCategoryMedia > span { position: absolute; z-index: 1; top: 30px; left: 32px; display: grid; width: 52px; height: 52px; place-items: center; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 950; }
.serviceCategoryLead:hover .serviceCategoryMedia img { transform: scale(1.025); }
.serviceCategoryCopy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(44px, 5vw, 82px); }
.serviceCategoryCopy h2 { overflow-wrap: normal; font-size: clamp(48px, 5.4vw, 84px); }
.serviceCategoryCopy > p:not(.kicker) { max-width: 650px; margin: 30px 0 0; color: #b9c1bd; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; }
.serviceCategory.is-reverse .serviceCategoryMedia { order: 2; }
.serviceModulesHeader { display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; align-items: end; padding: clamp(64px, 7vw, 100px) 0 42px; }
.serviceModulesHeader .kicker { margin: 0; }
.serviceModulesHeader h3 { grid-column: 2; max-width: 900px; margin: 0; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(34px, 4vw, 62px); letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.serviceModuleGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #c0c2ba; border-left: 1px solid #c0c2ba; }
.serviceModule { position: relative; display: flex; min-height: 310px; flex-direction: column; padding: 30px; border-right: 1px solid #c0c2ba; border-bottom: 1px solid #c0c2ba; background: rgba(255,255,255,.24); transition: background .25s ease; }
.serviceModule::before { content: ''; position: absolute; top: -1px; right: 100%; left: 0; height: 4px; background: var(--lime); transition: right .25s ease; }
.serviceModule:hover { background: white; }
.serviceModule:hover::before { right: 0; }
.serviceModule > span { color: #78807b; font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.serviceModule h3 { margin: 64px 0 16px; font-size: clamp(20px, 1.55vw, 26px); letter-spacing: -.035em; line-height: 1.12; }
.serviceModule p { margin: 0; color: #626a65; font-size: 14px; line-height: 1.65; }
.serviceModuleGrid.is-seven .serviceModule:last-child { grid-column: span 2; }
.serviceModuleGrid.is-nine .serviceModule:last-child { grid-column: span 4; }

.innerReferences { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; padding: clamp(90px, 9vw, 145px) 5vw; background: var(--ink); color: white; }
.innerSectionTitle h2 span { color: #77807b; }
.innerSectionTitle .textLink { margin-top: 46px; }
.referenceCardGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.referenceCard { display: block; padding-bottom: 22px; border-bottom: 1px solid #3c4641; }
.referenceCard > div { aspect-ratio: 4 / 3; overflow: hidden; background: #1d2421; }
.referenceCard img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.referenceCard:hover img { transform: scale(1.035); }
.referenceCard p { margin: 22px 0 12px; color: #818c86; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.referenceCard h3 { margin: 0 0 24px; font-size: clamp(23px, 2vw, 34px); letter-spacing: -.04em; }
.referenceCard > span { color: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; }

.innerCta { padding: clamp(88px, 9vw, 140px) 5vw; background: #0b1010; color: white; }
.innerCta h2 span { color: var(--lime); }
.innerCta > p:not(.kicker) { max-width: 650px; margin: 30px 0; color: #9da7a2; font-size: 17px; line-height: 1.7; }
.innerCta > div { display: flex; flex-wrap: wrap; gap: 12px; }

.archiveIntro > p { justify-self: end; }
.archiveGrid { padding: clamp(70px, 7vw, 110px) 5vw clamp(110px, 10vw, 170px); }
.archiveCard { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 650px; margin-bottom: 28px; background: #e6e5dd; }
.archiveCard:nth-child(even) { grid-template-columns: .88fr 1.12fr; }
.archiveCard:nth-child(even) .archiveCardImage { order: 2; }
.archiveCardImage { min-height: 620px; overflow: hidden; background: var(--ink); }
.archiveCardImage img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.archiveCardImage:hover img { transform: scale(1.025); }
.archiveCardCopy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 96px); }
.archiveCardCopy > p { margin: 0 0 25px; color: #69716c; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.archiveCardCopy h2 { font-size: clamp(44px, 5vw, 76px); }
.archiveCardCopy h2 span { color: #79807b; }
.archiveCardCopy .miniFacts { margin: 34px 0; }

.projectHero { min-height: 92svh; }
.projectHero > img { object-position: center; }
.projectHeroContent { position: relative; z-index: 2; width: min(1180px, 90vw); margin: 0 5vw; padding: clamp(110px, 16vh, 190px) 0 110px; }
.projectHeroContent h1 { max-width: 1050px; }
.projectFacts { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--lime); }
.projectFacts > div { display: grid; gap: 9px; min-height: 128px; padding: 34px 4vw; border-right: 1px solid rgba(17,22,22,.2); }
.projectFacts > div:last-child { border-right: 0; }
.projectFacts small { font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.projectFacts strong { align-self: end; font-size: clamp(18px, 2vw, 28px); letter-spacing: -.04em; }
.projectStory { display: grid; grid-template-columns: .76fr 1.24fr; gap: 9vw; padding: clamp(90px, 10vw, 160px) 5vw; }
.projectStoryLead { align-self: start; }
.projectStoryLead > p:last-child { max-width: 560px; margin-top: 35px; color: #626a65; font-size: 16px; line-height: 1.75; }
.projectContent { max-width: 780px; }
.projectContent h2 { margin: 0 0 18px; padding-top: 48px; border-top: 1px solid #c7c9c1; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.05em; line-height: 1; text-transform: none; }
.projectContent h2:first-child { padding-top: 0; border-top: 0; }
.projectContent p { margin: 0 0 48px; color: #59615c; font-size: 17px; line-height: 1.78; }
.projectSystem { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: clamp(90px, 9vw, 145px) 5vw; background: var(--ink); color: white; }
.projectSystem h2 span { color: #77807b; }
.projectSystemLinks { border-top: 1px solid #424b47; }
.projectSystemLinks a { display: grid; grid-template-columns: 54px 1fr 26px; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid #424b47; font-size: clamp(20px, 2vw, 30px); font-weight: 900; letter-spacing: -.03em; }
.projectSystemLinks a:hover { color: var(--lime); }
.projectSystemLinks span { color: #77817c; font-size: 9px; }
.projectSystemLinks i { font-style: normal; }
.projectImageBreak { position: relative; min-height: 680px; overflow: hidden; background: var(--ink); color: white; }
.projectImageBreak > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.66); }
.projectImageBreak > div { position: absolute; left: 5vw; bottom: 10%; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(48px, 6vw, 92px); font-weight: 900; letter-spacing: -.065em; line-height: .9; text-transform: uppercase; }
.projectImageBreak p { margin: 0; }
.projectImageBreak strong { color: var(--lime); }

/* Image-led reference stories. */
.imageProjectHero { min-height: 94svh; }
.imageProjectHero > img { object-position: center 56%; }
.imageProjectHero .projectHeroOverlay {
  background:
    linear-gradient(90deg, rgba(5,10,10,.88) 0%, rgba(5,10,10,.5) 49%, rgba(5,10,10,.12) 100%),
    linear-gradient(0deg, rgba(5,10,10,.58), transparent 56%);
}
.imageProjectHero .projectHeroContent { padding-bottom: clamp(92px, 12vh, 145px); }
.imageProjectHero .projectHeroContent h1 { max-width: 1280px; font-size: clamp(58px, 7.25vw, 112px); line-height: .98; }
.projectFactsEditorial { background: var(--lime); }
.projectFactsEditorial strong { line-height: 1.05; }
.projectEditorialIntro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9vw; align-items: end; padding: clamp(95px, 10vw, 165px) 5vw; }
.projectEditorialTitle h2 { max-width: 930px; font-size: clamp(48px, 5.5vw, 84px); }
.projectEditorialCopy { max-width: 680px; justify-self: end; }
.projectEditorialCopy > p { margin: 0; color: #59615c; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.75; }
.companyLink { margin-top: 36px; color: var(--ink); }
.projectGallery { display: block; padding: 0 10px 12px; background: var(--paper); }
.projectGalleryStage { position: relative; height: clamp(560px, 56.25vw, 920px); overflow: hidden; background: #080d0d; }
.projectGalleryTrack { display: flex; width: 100%; height: 100%; transition: transform .58s cubic-bezier(.22,.72,.2,1); will-change: transform; }
.projectGallerySlide { flex: 0 0 100%; width: 100%; height: 100%; margin: 0; overflow: hidden; background: #080d0d; }
.projectGalleryZoom { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.projectGallerySlide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.projectGalleryControl,
.projectGalleryLightboxControl { position: absolute; z-index: 3; top: 50%; display: grid; width: 60px; height: 60px; padding: 0; place-items: center; border: 0; border-radius: 0; background: var(--lime); color: var(--ink); cursor: pointer; transform: translateY(-50%); }
.projectGalleryPrev { left: 24px; }
.projectGalleryNext { right: 24px; }
.projectGalleryControl span,
.projectGalleryLightboxControl span { display: block; width: 17px; height: 17px; border-top: 4px solid currentColor; border-right: 4px solid currentColor; }
.projectGalleryPrev span,
.projectGalleryLightboxPrev span { transform: translateX(3px) rotate(-135deg); }
.projectGalleryNext span,
.projectGalleryLightboxNext span { transform: translateX(-3px) rotate(45deg); }
.projectGalleryCounter { position: absolute; z-index: 2; right: 24px; bottom: 22px; margin: 0; padding: 10px 13px; background: rgba(5,10,10,.82); color: white; font-family: "Arial Black", Arial, sans-serif; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.projectGalleryControl:focus-visible,
.projectGalleryZoom:focus-visible,
.projectGalleryLightbox button:focus-visible { outline: 3px solid white; outline-offset: -5px; }
.projectGalleryLightbox { width: min(96vw, 1800px); max-width: none; height: min(92vh, 1100px); max-height: none; margin: auto; padding: 0; overflow: hidden; border: 0; background: #050a0a; color: white; }
.projectGalleryLightbox:not([open]) { display: none; }
.projectGalleryLightboxOpen { overflow: hidden; }
.projectGalleryLightbox[open] { display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; }
.projectGalleryLightbox::backdrop { background: rgba(0,0,0,.88); }
.projectGalleryLightbox > img { grid-row: 1; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.projectGalleryLightbox > p { grid-row: 2; width: 100%; margin: 0; padding: 15px 74px 18px; color: #c9cfcb; font-size: 13px; line-height: 1.5; text-align: center; }
.projectGalleryLightboxClose { position: absolute; z-index: 4; top: 18px; right: 18px; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 0; background: var(--lime); color: var(--ink); font-family: Arial, sans-serif; font-size: 31px; line-height: 1; cursor: pointer; }
.projectGalleryLightboxPrev { left: 20px; }
.projectGalleryLightboxNext { right: 20px; }
.projectGallery.is-dragging .projectGalleryTrack { transition: none; }
.projectWork { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: end; padding: clamp(95px, 10vw, 155px) 5vw; background: var(--ink); color: white; }
.projectWork h2 { max-width: 920px; font-size: clamp(48px, 5.4vw, 82px); }
.projectWork h2::after { content: ''; display: block; width: 82px; height: 5px; margin-top: 38px; background: var(--lime); }
.projectWorkCopy { max-width: 680px; justify-self: end; }
.projectWorkCopy > p { margin: 0; color: #afb8b3; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.75; }
.projectWorkLink { display: inline-flex; align-items: center; gap: 18px; margin-top: 34px; padding-bottom: 9px; border-bottom: 1px solid var(--lime); color: white; font-size: 12px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.projectWorkLink span { color: var(--lime); font-size: 18px; line-height: 1; }
.projectPerspective { display: grid; grid-template-columns: .58fr 1.42fr; column-gap: 8vw; padding: clamp(95px, 10vw, 150px) 5vw; background: #e5e4dc; }
.projectPerspective .kicker { grid-column: 1; }
.projectPerspective blockquote { grid-column: 2; margin: 0; font-family: "Arial Black", Arial, sans-serif; font-size: clamp(30px, 3.2vw, 52px); font-weight: 900; letter-spacing: -.045em; line-height: 1.12; }
.projectPerspectiveSignature { grid-column: 2; display: flex; align-items: center; gap: 16px; margin-top: 48px; padding-top: 26px; border-top: 1px solid #c3c4bc; }
.projectPerspectiveSignature > span { display: grid; width: 54px; height: 54px; place-items: center; background: var(--ink); color: var(--lime); font-size: 13px; font-weight: 900; }
.projectPerspectiveSignature > div { display: grid; gap: 5px; }
.projectPerspectiveSignature strong { font-size: 14px; }
.projectPerspectiveSignature small { color: #6a716d; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.projectNext { padding: 10px; background: var(--paper); }
.projectNext > a { position: relative; display: block; min-height: min(72vw, 820px); overflow: hidden; background: var(--ink); color: white; }
.projectNext img, .projectNextShade { position: absolute; inset: 0; width: 100%; height: 100%; }
.projectNext img { object-fit: cover; transition: transform 1s ease; }
.projectNextShade { background: linear-gradient(90deg, rgba(5,10,10,.88) 0%, rgba(5,10,10,.38) 55%, rgba(5,10,10,.08) 100%); }
.projectNext > a > div { position: absolute; z-index: 1; left: 5vw; right: 5vw; bottom: 9%; }
.projectNext h2 { max-width: 1050px; font-size: clamp(52px, 6.7vw, 104px); }
.projectNext h2 span { color: var(--lime); }
.projectNext > a > div > strong { display: inline-flex; gap: 16px; margin-top: 40px; padding-bottom: 9px; border-bottom: 1px solid white; font-size: 12px; text-transform: uppercase; }
.projectNext i { font-style: normal; }
.projectNext > a:hover img { transform: scale(1.025); }

@keyframes tickerMove { to { transform: translateX(-50%); } }

@keyframes imageIn { from { transform: scale(1.06); filter: brightness(.76); } to { transform: scale(1); filter: brightness(1); } }
@keyframes contentIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .hero { min-height: 100svh; }
  .nav { min-height: 76px; padding: 0 18px; }
  .brandMark { font-size: 25px; }
  .brandCopy { font-size: 9px; }
  .brandCopy small { display: none; }
  .footerBrand .brandCopy small { display: block; }
  .heroImage { object-position: 60% center; }
  .heroOverlay { background: linear-gradient(90deg, rgba(5,10,10,.88), rgba(5,10,10,.34)); }
  .heroGrid { background-size: 48px 48px; }
  .heroContent { width: auto; margin: 76px 22px 72px; }
  h1 { font-size: clamp(48px, 15vw, 72px); line-height: .9; }
  .heroTitle { line-height: .95; }
  .heroLead { margin: 26px 0; font-size: 16px; }
  .button { width: 100%; }
  .regionLine { font-size: 8px; line-height: 1.6; }
}

@media (max-width: 1120px) {
  .navLinks { display: none; }
  .mobileMenu { position: relative; display: block; }
  .mobileMenu > summary { display: grid; width: 38px; gap: 7px; padding: 10px 4px; cursor: pointer; list-style: none; }
  .mobileMenu > summary::-webkit-details-marker { display: none; }
  .mobileMenu > summary span { width: 29px; height: 2px; background: white; }
  .mobileMenu > div { position: absolute; top: 52px; right: -18px; display: grid; width: min(330px, 92vw); padding: 12px 22px 22px; background: var(--ink); box-shadow: 0 22px 48px rgba(0,0,0,.35); }
  .mobileMenu > div > a { padding: 15px 0; border-bottom: 1px solid #333b38; font-weight: 800; }
  .mobileSubmenu { border-bottom: 1px solid #333b38; }
  .mobileSubmenu > summary { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 15px 0; color: white; cursor: pointer; font-weight: 800; list-style: none; }
  .mobileSubmenu > summary::-webkit-details-marker { display: none; }
  .mobileSubmenu > summary > span { width: 8px; height: 8px; margin: 0 4px 4px 0; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
  .mobileSubmenu[open] > summary > span { margin: 4px 4px 0 0; transform: rotate(225deg); }
  .mobileSubmenu > div { display: grid; padding: 0 0 9px 12px; }
  .mobileSubmenu a { padding: 11px 0; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; }
  .darkSection, .qualifications, .contact { grid-template-columns: 1fr; }
  .standardsLead { position: static; }
  .references { grid-template-columns: 1fr; }
  .referenceMedia { min-height: 590px; }
  .secondReference { grid-template-columns: 1fr; }
  .secondReferenceMedia { min-height: 0; aspect-ratio: 4 / 3; order: -1; }
  .faq { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .ticker { padding: 14px 0; }
  .ticker > div { gap: 17px; }
  .section { padding: 82px 22px; }
  .sectionHeading, .sectionHeading.compact, .sectionHeading.servicesHeading { display: block; margin-bottom: 48px; }
  .servicesHeading > p:last-child { margin-top: 25px; }
  h2 { font-size: 42px; }
  .serviceRow { grid-template-columns: 34px 1fr 22px; gap: 10px; min-height: auto; padding: 24px 0; }
  .serviceRow h3 { font-size: 22px; }
  .serviceRow p { grid-column: 2 / 4; font-size: 14px; }
  .serviceArrow { grid-column: 3; grid-row: 1; font-size: 19px; }
  .serviceRow:hover { margin: 0 -10px; padding: 24px 10px; }
  .projectServiceGrid { grid-template-columns: 1fr; }
  .projectServiceCard { min-height: 460px; }
  .projectServiceContent h3 { font-size: 38px; }
  .projectServiceContent p { font-size: 14px; }
  .projectServiceCard > i { top: 20px; right: 20px; width: 44px; height: 44px; }
  .button > span::before,
  .textLink > span::before,
  .mobileCallArrow::before,
  .reviewTop a > i::before,
  .projectSystemLinks i::before { font-size: 14px; }
  .projectServiceCard > i::before,
  .teamPlaceholder > i::before { font-size: 15px; }
  .referencesIntro { padding: 82px 22px; }
  .darkSection { gap: 48px; padding: 82px 22px; }
  .standardsGrid { grid-template-columns: 1fr; }
  .standardsGrid article, .standardsGrid article:nth-child(odd) { min-height: 210px; padding: 27px 0; border-left: 0; }
  .standardsGrid h3 { margin-top: 52px; }
  .referenceMedia { min-height: 390px; }
  .referenceCopy, .secondReferenceCopy { padding: 70px 22px; }
  .referenceCopy h2, .secondReferenceCopy h2 { font-size: 44px; }
  .secondReferenceMedia { min-height: 0; }
  .qualifications { gap: 48px; }
  .qualifications li { grid-template-columns: 34px 1fr 24px; gap: 10px; font-size: 13px; }
  .about { grid-template-columns: 1fr; }
  .teamPlaceholder { min-height: 500px; padding: 36px 22px; }
  .teamPlaceholder i { top: 25px; right: 22px; width: 54px; height: 54px; }
  .aboutCopy { padding: 72px 22px; }
  .aboutLead { font-size: 16px; }
  .reviewTop { align-items: flex-start; flex-direction: column; gap: 9px; }
  .reviewStage { min-height: 190px; }
  .reviewSlide blockquote { font-size: 20px; }
  .wideStatement { min-height: 520px; }
  .wideStatement img { object-position: 66% center; }
  .wideStatement > div { left: 22px; bottom: 9%; font-size: 42px; }
  .faq { gap: 56px; }
  .faqList summary { grid-template-columns: 30px 1fr 20px; font-size: 15px; }
  .faqList details p { margin-left: 45px; }
  .contact { gap: 55px; padding: 82px 22px; }
  .contactCopy h2 { font-size: 44px; }
  .projectCheck { padding: 28px 20px; }
  .formRow { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; padding: 68px 22px 110px; }
  .footerBrand { grid-column: 1 / 3; margin-bottom: 18px; }
  .footerBottom { left: 22px; right: 22px; }
  .mobileCall { position: fixed; z-index: 20; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); display: block; width: 60px; height: 60px; border-radius: 50%; background: transparent; color: var(--lime); -webkit-tap-highlight-color: transparent; }
  .mobileCallSurface { display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid rgba(216,255,63,.72); border-radius: 50%; background: #101515; box-shadow: none; transition: transform .2s ease, background .2s ease; }
  .mobileCall:focus-visible { outline: none; }
  .mobileCall:focus-visible .mobileCallSurface { box-shadow: 0 0 0 3px var(--lime); }
  .mobileCall:active .mobileCallSurface { transform: scale(.94); background: #202725; }
  .mobileCallLabel { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .mobileCallPhone { display: block; width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.35; stroke-linecap: round; stroke-linejoin: round; }
  .mobileCallHome { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(16px) scale(.88); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .mobileCallHome.is-visible { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
}

@media (max-width: 1120px) {
  .innerIntro, .archiveIntro, .serviceDetail, .innerReferences, .projectStory, .projectSystem { grid-template-columns: 1fr; }
  .serviceTileHeader { grid-template-columns: 1fr; gap: 34px; }
  .serviceTile { grid-column: span 6; min-height: 540px; }
  .serviceTile:nth-child(1), .serviceTile:nth-child(2) { grid-column: span 6; min-height: 590px; }
  .serviceTile:nth-child(5) { grid-column: span 12; }
  .serviceCategoryLead { grid-template-columns: 1fr 1fr; }
  .serviceCategoryCopy { padding: 46px; }
  .serviceCategoryCopy h2 { font-size: clamp(44px, 5.8vw, 64px); }
  .serviceModuleGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .serviceModuleGrid.is-nine .serviceModule:last-child { grid-column: span 2; }
  .referenceCardGrid { max-width: 920px; }
  .archiveCard, .archiveCard:nth-child(even) { grid-template-columns: 1fr; }
  .archiveCard:nth-child(even) .archiveCardImage { order: 0; }
  .archiveCardImage { min-height: 540px; }
}

@media (max-width: 820px) {
  .innerHero, .projectHero { min-height: 100svh; }
  .archiveHero { min-height: clamp(520px, 135vw, 680px); }
  .innerHero > img { object-position: 62% center; }
  .archiveHero > img { object-position: 54% center; }
  .innerHeroContent, .projectHeroContent { width: auto; margin: 0 22px; padding: 88px 0 78px; }
  .innerHeroContent h1 { font-size: clamp(48px, 14vw, 70px); }
  .serviceHeroContent h1 { font-size: clamp(38px, 11vw, 58px); }
  .innerHeroContent > p:not(.kicker) { font-size: 16px; }
  .innerHeroActions .button { width: 100%; }
  .innerIntro, .archiveIntro { gap: 42px; padding: 78px 22px; }
  .innerIntro > div:last-child, .archiveIntro > p { font-size: 15px; }
  .serviceDetailSection { padding: 0 22px 90px; }
  .serviceDetail { gap: 32px; padding: 62px 0; }
  .serviceDetailTitle h2 { font-size: 40px; }
  .serviceDetailBody > p { font-size: 15px; }
  .serviceTileSection { padding: 74px 14px 92px; }
  .serviceTileHeader { padding: 0 8px 46px; }
  .serviceTileHeader h2 { font-size: 52px; }
  .serviceTileHeader > p { font-size: 15px; }
  .serviceTileGrid { grid-template-columns: 1fr; gap: 10px; }
  .serviceTile, .serviceTile:nth-child(1), .serviceTile:nth-child(2), .serviceTile:nth-child(5) { grid-column: 1; min-height: 560px; }
  .serviceTileNumber { top: 22px; left: 22px; }
  .serviceTileCopy { padding: 30px 22px 26px; }
  .serviceTileCopy h2, .serviceTile:nth-child(1) .serviceTileCopy h2 { overflow-wrap: anywhere; font-size: clamp(35px, 10vw, 40px); }
  .serviceTileCopy > p { margin: 16px 0 22px; font-size: 14px; }
  .serviceTileCopy li { font-size: 8px; }
  .serviceCategory { padding: 74px 14px 90px; scroll-margin-top: 8px; }
  .serviceCategoryLead { grid-template-columns: 1fr; min-height: 0; }
  .serviceCategoryMedia, .serviceCategory.is-reverse .serviceCategoryMedia { min-height: 390px; order: 0; }
  .serviceCategoryMedia > span { top: 20px; left: 20px; width: 46px; height: 46px; }
  .serviceCategoryCopy { padding: 48px 24px 54px; }
  .serviceCategoryCopy h2 { font-size: clamp(40px, 12vw, 52px); }
  .serviceCategoryCopy > p:not(.kicker) { margin: 24px 0 0; font-size: 15px; }
  .serviceModulesHeader { display: block; padding: 60px 8px 34px; }
  .serviceModulesHeader .kicker { margin-bottom: 18px; }
  .serviceModulesHeader h3 { font-size: 36px; }
  .serviceModuleGrid { grid-template-columns: 1fr; }
  .serviceModule, .serviceModuleGrid.is-seven .serviceModule:last-child, .serviceModuleGrid.is-nine .serviceModule:last-child { grid-column: 1; min-height: 0; padding: 26px 22px 30px; }
  .serviceModule h3 { margin: 42px 0 13px; font-size: 22px; }
  .innerReferences { gap: 56px; padding: 78px 22px; }
  .referenceCardGrid { grid-template-columns: 1fr; }
  .innerCta { padding: 78px 22px 100px; }
  .innerCta > div .button { width: 100%; }
  .archiveGrid { padding: 56px 22px 96px; }
  .archiveCard { min-height: 0; margin-bottom: 20px; }
  .archiveCardImage { min-height: 0; aspect-ratio: 4 / 3; }
  .archiveCardCopy { padding: 54px 22px 62px; }
  .archiveCardCopy h2 { font-size: 44px; }
  .projectHeroContent h1 { font-size: clamp(48px, 14vw, 70px); }
  .projectFacts { grid-template-columns: 1fr; }
  .projectFacts > div { min-height: 108px; padding: 25px 22px; }
  .projectStory { gap: 56px; padding: 78px 22px; }
  .projectStoryLead > p:last-child, .projectContent p { font-size: 15px; }
  .projectSystem { gap: 52px; padding: 78px 22px; }
  .projectSystemLinks a { grid-template-columns: 34px 1fr 20px; gap: 12px; }
  .projectImageBreak { min-height: 520px; }
  .projectImageBreak > div { left: 22px; bottom: 9%; font-size: 42px; }
  .imageProjectHero { min-height: 92svh; }
  .imageProjectHero > img { object-position: center; }
  .imageProjectHero .projectHeroContent { padding-bottom: 78px; }
  .imageProjectHero .projectHeroContent h1 { font-size: clamp(47px, 13.5vw, 66px); }
  .projectFactsEditorial strong { font-size: 17px; }
  .projectEditorialIntro { display: block; padding: 78px 22px 86px; }
  .projectEditorialTitle h2 { font-size: clamp(32px, 8.8vw, 38px); line-height: 1.02; }
  .projectEditorialCopy { margin-top: 36px; }
  .projectEditorialCopy > p { font-size: 16px; }
  .companyLink { width: 100%; }
  .projectGallery { padding: 0 8px 8px; }
  .projectGalleryStage { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .projectGalleryControl { width: 44px; height: 44px; }
  .projectGalleryPrev { left: 12px; }
  .projectGalleryNext { right: 12px; }
  .projectGalleryControl span,
  .projectGalleryLightboxControl span { width: 13px; height: 13px; border-width: 3px; }
  .projectGalleryCounter { right: 12px; bottom: 12px; padding: 8px 10px; font-size: 9px; }
  .projectGalleryLightbox { width: 100vw; height: 100dvh; }
  .projectGalleryLightboxClose { top: 12px; right: 12px; width: 44px; height: 44px; }
  .projectGalleryLightboxControl { width: 44px; height: 44px; }
  .projectGalleryLightboxPrev { left: 10px; }
  .projectGalleryLightboxNext { right: 10px; }
  .projectGalleryLightbox > p { padding: 12px 58px calc(14px + env(safe-area-inset-bottom)); font-size: 12px; }
  .projectWork { display: block; padding: 78px 22px 86px; }
  .projectWork h2 { font-size: clamp(32px, 8.8vw, 38px); line-height: 1.02; }
  .projectWorkCopy { margin-top: 42px; }
  .projectWorkCopy > p { font-size: 16px; }
  .projectWorkLink { margin-top: 28px; }
  .projectPerspective { display: block; padding: 78px 22px 86px; }
  .projectPerspective blockquote { margin-top: 34px; font-size: 30px; }
  .projectPerspectiveSignature { margin-top: 36px; }
  .projectPerspectiveSignature small { line-height: 1.5; }
  .projectNext { padding: 8px; }
  .projectNext > a { min-height: 580px; }
  .projectNext img { object-position: center; }
  .projectNextShade { background: linear-gradient(0deg, rgba(5,10,10,.9) 0%, rgba(5,10,10,.22) 70%, rgba(5,10,10,.06) 100%); }
  .projectNext > a > div { left: 22px; right: 22px; bottom: 42px; }
  .projectNext h2 { font-size: clamp(34px, 9.5vw, 40px); line-height: 1.02; }
  .imageReference .projectEditorialTitle h2,
  .imageReference .projectWork h2,
  .imageReference .projectNext h2 {
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviewSlide, .reviewDots span { animation: none; }
  .reviewSlide:first-child { opacity: 1; }
  .reviewDots span:first-child { background: var(--ink); }
}

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

/* Legal pages */
.legalHero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--ink) url("assets/images/hero-paclog-clean-hq-v2.webp") center 42% / cover no-repeat;
}
.legalHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,10,10,.9) 0%, rgba(5,10,10,.64) 48%, rgba(5,10,10,.24) 100%);
}
.legalHero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 64px 64px;
}
.legalHeroContent {
  position: relative;
  z-index: 1;
  width: min(1704px, calc(100% - 11vw));
  margin: 0 auto;
  padding: 190px 0 86px;
}
.legalHeroContent > span {
  display: block;
  margin-bottom: 24px;
  color: var(--lime);
  font: 900 12px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.legalHeroContent h1 {
  max-width: 1100px;
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(72px, 8.7vw, 148px);
  line-height: .84;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.legalPage {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 940px);
  justify-content: space-between;
  gap: clamp(70px, 9vw, 180px);
  width: min(1704px, calc(100% - 11vw));
  margin: 0 auto;
  padding: 120px 0 150px;
}
.legalIndex {
  align-self: start;
  position: sticky;
  top: 120px;
}
.legalIndex > span {
  display: block;
  margin-bottom: 25px;
  color: #5f6664;
  font: 900 11px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.legalIndex h2 {
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3.2vw, 58px);
  line-height: .94;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.legalIndex h2 em { color: #848985; font-style: normal; }
.legalIndex nav { margin-top: 46px; border-top: 1px solid #bcc0ba; }
.legalIndex nav a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #bcc0ba;
  color: var(--ink);
  font: 700 12px/1.25 Arial, Helvetica, sans-serif;
}
.legalIndex nav a::after { content: "↘"; }
.legalContent { min-width: 0; }
.legalContent section {
  scroll-margin-top: 120px;
  padding: 0 0 54px;
  margin: 0 0 54px;
  border-bottom: 1px solid #c5c8c1;
}
.legalContent section:last-child { margin-bottom: 0; }
.legalContent h2 {
  margin: 0 0 22px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 2.4vw, 43px);
  line-height: 1;
  letter-spacing: -.035em;
}
.legalContent h3 {
  margin: 32px 0 12px;
  font: 900 18px/1.2 Arial, Helvetica, sans-serif;
}
.legalContent p,
.legalContent li,
.legalContent address {
  color: #444a48;
  font: 400 17px/1.7 Arial, Helvetica, sans-serif;
}
.legalContent p { margin: 0 0 18px; }
.legalContent ul { margin: 0 0 18px; padding-left: 22px; }
.legalContent address { font-style: normal; }
.legalContent a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legalContent strong { color: var(--ink); }
.legalNote {
  margin-top: 28px;
  padding: 26px 28px;
  border-left: 5px solid var(--lime);
  background: #e6e5de;
}
.legalUpdated {
  display: inline-block;
  margin-bottom: 28px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--lime);
  font: 900 10px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.consent span a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 1120px) {
  .legalPage { grid-template-columns: 1fr; gap: 70px; }
  .legalIndex { position: static; }
  .legalIndex nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
}

@media (max-width: 820px) {
  .legalHero { min-height: 470px; }
  .legalHeroContent { width: calc(100% - 44px); padding: 170px 0 58px; }
  .legalHeroContent h1 { font-size: clamp(54px, 17vw, 78px); }
  .legalPage { width: calc(100% - 44px); padding: 78px 0 100px; }
  .legalIndex nav { grid-template-columns: 1fr; }
  .legalContent section { padding-bottom: 40px; margin-bottom: 40px; }
  .legalContent h2 { font-size: 29px; }
  .legalContent p, .legalContent li, .legalContent address { font-size: 15px; line-height: 1.65; }
  .legalNote { padding: 22px; }
}
