:root{--bg: #ffffff;--bg-elevated: #f5f5f5;--av-navy-deep: #0a0a0a;--av-navy-mid: #141414;--av-panel: #ebebeb;--text: #0a0a0a;--av-white: #ffffff;--text-muted: #5c5c5c;--accent: #000000;--accent-dim: rgba(0, 0, 0, .08);--accent-green: #a3b3ac;--accent-green-dim: rgba(163, 179, 172, .28);--av-sage: #4a4a4a;--border: rgba(0, 0, 0, .12);--av-border-strong: #000000;--radius-md: 8px;--font-display: "Fira Sans", system-ui, sans-serif;--font-body: "Fira Sans", system-ui, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--header-h: 4rem;--av-texture: url(../brand/texture.gif)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:auto}.text-accent-green{color:var(--accent-green)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-optical-sizing:auto;font-weight:400;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:.2em}.nav a:hover,.menu-toggle:hover,.cta-band__btn:hover,.cta-band__form button:hover,.brand-links a:hover{text-decoration:none}.rotate-hint{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;text-align:center;background:var(--bg)}.rotate-hint.is-visible{display:flex}.rotate-hint__title{font-family:var(--font-display);font-weight:700;font-size:1.25rem;margin:0}.rotate-hint__sub{margin:0;font-size:.875rem;color:var(--text-muted);max-width:16rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;color:var(--text);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.logo{font-family:var(--font-display);font-weight:800;font-size:1.125rem;letter-spacing:-.02em}.logo--brand{mix-blend-mode:normal;line-height:0}.logo:hover{text-decoration:none}.logo--brand img{display:block;height:clamp(2.15rem,5vw,2.95rem);width:auto;max-width:min(19rem,72vw);object-fit:contain;object-position:left center;filter:brightness(0);opacity:.88;transition:opacity .25s var(--ease-out-expo)}.logo--brand:hover img{opacity:1}.nav{display:none;gap:clamp(.75rem,2vw,2rem);font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}@media(min-width:900px){.nav{display:flex}}@media(min-width:900px)and (max-width:1199px){.nav{font-size:.6875rem;gap:clamp(.5rem,1.2vw,1rem)}}@media(min-width:1200px){.nav{font-size:.8125rem;gap:clamp(.85rem,1.5vw,1.35rem)}}.nav a{opacity:.85;transition:opacity .2s}.nav a:hover{opacity:1}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;cursor:pointer;color:var(--text)}@media(min-width:900px){.menu-toggle{display:none}}.menu-toggle__bar{display:block;height:2px;width:100%;background:currentColor;transition:transform .3s var(--ease-out-expo)}.menu-toggle[aria-expanded=true] .menu-toggle__bar:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__bar:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:fixed;top:var(--header-h);left:0;right:0;z-index:99;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);font-size:.875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text)}.mobile-nav[hidden]{display:none}.hero{position:relative;min-height:100dvh;display:flex;align-items:center;padding:calc(var(--header-h) + 2rem) 1.5rem 4rem}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;filter:saturate(1.02) contrast(1.02)}.hero__gradient,.hero__grid{display:none}.hero__texture{z-index:4}.av-texture-layer{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--av-texture) center / cover no-repeat;opacity:.06;mix-blend-mode:multiply;pointer-events:none}.hero__media .av-texture-layer.hero__texture{opacity:.02}.statement__texture{z-index:1}.hero__content{position:relative;z-index:2;max-width:56rem;padding:clamp(1.35rem,3.5vw,2rem) clamp(1.35rem,3.5vw,2.25rem);border-radius:1.125rem;background:#ffffffa8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.75);box-shadow:0 12px 48px #00000014}.hero__eyebrow{font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 1.25rem}.hero__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.5rem,10vw,5.5rem);line-height:.95;letter-spacing:-.03em;margin:0 0 1.5rem}.hero__line{display:block}.hero__line--accent{color:var(--accent-green)}.hero__lede{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-muted);max-width:32rem;margin:0 0 2rem}.hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.hero__meta-link{color:var(--accent-green);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}.hero__meta-link:hover{text-decoration:none;border-color:var(--accent-green)}.hero__scroll-hint{position:absolute;bottom:2rem;left:1.5rem;z-index:2;display:flex;align-items:center;gap:.75rem;font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}.hero__scroll-line{width:48px;height:1px;background:linear-gradient(90deg,var(--accent-green),transparent);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%,to{opacity:.3;transform:scaleX(.6);transform-origin:left}50%{opacity:1;transform:scaleX(1);transform-origin:left}}.horizontal-pin{position:relative}.horizontal-pin__sticky{position:sticky;top:0;height:100dvh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:var(--header-h) 0 2rem}.horizontal-pin__header{padding:0 1.5rem 1.5rem;max-width:40rem}.horizontal-pin__title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.75rem,4vw,2.75rem);margin:0 0 .5rem;letter-spacing:-.02em}.horizontal-pin__sub{margin:0;font-size:.9375rem;color:var(--text-muted)}.horizontal-track{display:flex;flex-wrap:nowrap;gap:1.25rem;padding:0 1.5rem;will-change:transform}.h-panel{flex:0 0 min(85vw,420px);display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;background:var(--bg-elevated);border:1px solid var(--border)}.h-panel__visual{aspect-ratio:4 / 3;background:var(--bg-elevated);overflow:hidden}.h-panel__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.h-panel__body{padding:1.25rem 1.5rem 1.5rem}.h-panel__index{font-size:.6875rem;letter-spacing:.15em;color:var(--accent-green)}.h-panel__name{font-family:var(--font-display);font-weight:700;font-size:1.25rem;margin:.35rem 0}.h-panel__desc{margin:0;font-size:.875rem;color:var(--text-muted)}.vertical-stack{padding:6rem 1.5rem 4rem;max-width:72rem;margin:0 auto}.vertical-stack__intro{margin-bottom:3rem;max-width:36rem}.section-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,5vw,3rem);margin:0 0 1rem;letter-spacing:-.02em}.section-lede{margin:0;font-size:1.0625rem;color:var(--text-muted)}.cards{display:grid;gap:1.25rem}@media(min-width:768px){.cards{grid-template-columns:repeat(3,1fr)}}.card{position:relative;padding:2rem 1.75rem;border-radius:1rem;background:var(--bg-elevated);border:1px solid var(--border);overflow:hidden}.card__shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 40%,rgba(0,0,0,.05) 50%,transparent 60%);transform:translate(-100%);transition:transform .6s var(--ease-out-expo)}.card:hover .card__shine{transform:translate(100%)}.card__title{font-family:var(--font-display);font-weight:700;font-size:1.125rem;margin:0 0 .5rem;position:relative}.card__text{margin:0;font-size:.9375rem;color:var(--text-muted);position:relative}[data-reveal]{opacity:0;transform:translateY(28px)}[data-reveal].is-visible{animation:card-in .7s var(--ease-out-expo) forwards}@keyframes card-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.stats-strip{border-block:1px solid var(--border);padding-block:2rem}.stats-ticker__viewport{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}.stats-ticker__track{display:flex;width:max-content;will-change:transform}.stats-ticker__set{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:clamp(1.5rem,4vw,2.75rem);padding:0 clamp(1rem,3vw,2rem);flex-shrink:0}.stat{flex:0 0 auto;min-width:11rem;max-width:14rem;text-align:left}.stat__value{display:block;font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.03em;line-height:1;color:var(--accent-green)}.stat__value--long{font-size:clamp(1.35rem,2.8vw,1.85rem);line-height:1.1;-webkit-hyphens:auto;hyphens:auto}.stat__label{display:block;margin-top:.5rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.statement{position:relative;min-height:85dvh;display:flex;align-items:center;padding:5rem 1.5rem;overflow:hidden}.statement__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 70% at 30% 50%,rgba(0,0,0,.04),transparent 55%);pointer-events:none}.statement__content{position:relative;z-index:2;max-width:56rem;margin:0 auto}.statement__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.statement__eyebrow{font-size:.8125rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin:0 0 1.5rem}.statement__display{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35em .5rem;margin-bottom:2rem}.statement__word{font-family:var(--font-display);font-weight:800;font-size:clamp(3.5rem,14vw,9rem);line-height:.95;letter-spacing:-.04em}.statement__word--accent{color:var(--accent-green)}.statement__copy{font-size:clamp(1rem,2.2vw,1.25rem);color:var(--text-muted);max-width:32rem;margin:0 0 2rem;line-height:1.6}.statement__tags{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;margin:0;padding:0}.statement__tags li{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1rem;border:1px solid var(--border);border-radius:999px;color:var(--text-muted)}.process{padding:6rem 1.5rem 4rem;max-width:48rem;margin:0 auto}.process__intro{margin-bottom:3rem}.timeline{list-style:none;margin:0;padding:0;border-left:1px solid var(--border);margin-left:.75rem}.timeline__step{position:relative;padding:0 0 2.5rem 2rem}.timeline__step:last-child{padding-bottom:0}.timeline__index{position:absolute;left:0;top:0;transform:translate(calc(-50% - .5px));width:2rem;height:2rem;display:grid;place-items:center;font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:var(--accent-green);background:var(--bg);border:1px solid rgba(163,179,172,.5);border-radius:50%}.timeline__title{font-family:var(--font-display);font-weight:700;font-size:1.25rem;margin:0 0 .35rem}.timeline__text{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.55}.featured{display:grid;gap:0;min-height:min(90dvh,900px);border-top:1px solid var(--border)}.featured.featured--case{min-height:unset}.featured+.logos{border-top:1px solid var(--border)}.featured+.logos.logo-ticker{border-top-color:#0000001a}@media(min-width:900px){.featured{grid-template-columns:1fr 1fr;min-height:unset;align-items:start}.featured--case .featured__visual-wrap{align-self:start}.featured--reverse .featured__visual-wrap{order:2}.featured--reverse .featured__copy{order:1}}.featured__visual-wrap{position:relative;min-height:280px}.featured__visual{min-height:280px;position:relative;background:var(--bg-elevated)}@media(min-width:900px){.featured__visual-wrap,.featured__visual{min-height:auto}}.featured__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.featured__visual--case-gallery{display:flex;flex-direction:column;height:fit-content}.featured__visual--case-gallery .featured__img--hero{position:relative;inset:auto;flex:0 0 auto;width:100%;min-height:min(52vh,420px);max-height:min(65vh,560px);height:auto;object-fit:cover;object-position:center}.featured__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;flex-shrink:0;background:var(--border)}.featured__thumbs img{width:100%;height:clamp(72px,14vw,112px);object-fit:cover;object-position:center}.featured__hit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;margin:0;padding:0;border:none;background:linear-gradient(180deg,#fff0,#0000000f);cursor:pointer;transition:background .2s}.featured__hit:hover{background:linear-gradient(180deg,#fff0,#0000001a)}.featured__hit:focus-visible{outline:2px solid var(--accent-green);outline-offset:2px}.featured__open{align-self:flex-start;margin:0 0 1.25rem;padding:0 0 2px;border:none;background:none;font:inherit;font-weight:600;font-size:.9375rem;color:var(--accent-green);cursor:pointer;border-bottom:1px solid var(--accent-green-dim);transition:color .2s,border-color .2s}.featured__open:hover{color:var(--text);border-color:var(--accent-green)}.featured__open:focus-visible{outline:2px solid var(--accent-green);outline-offset:3px}.featured__copy{display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem}@media(min-width:900px){.featured__copy{padding:4rem 3rem}}.featured__eyebrow{font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-green);margin:0 0 1rem}.featured__title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.02em;margin:0 0 1rem;line-height:1.1}.featured__lede{margin:0 0 1.5rem;font-size:1.0625rem;color:var(--text-muted);line-height:1.6;max-width:28rem}.featured__link{font-weight:600;font-size:.9375rem;align-self:flex-start;border-bottom:1px solid var(--border);padding-bottom:2px;transition:color .2s,border-color .2s}.featured__link:hover{text-decoration:none;color:var(--accent-green);border-color:var(--accent-green)}.featured--tone-dark{background:#0a0a0a;color:#fffffff0;border-color:#ffffff1a}.featured--tone-dark .featured__visual{background:#141414}.featured--tone-dark .featured__lede{color:#ffffff9e}.featured--tone-dark .featured__title{color:#fff}.featured--tone-dark .featured__eyebrow{color:var(--accent-green)}.featured--tone-dark .featured__open{color:var(--accent-green);border-bottom-color:var(--accent-green-dim)}.featured--tone-dark .featured__open:hover{color:#fff;border-color:#ffffff59}.featured--tone-dark .featured__link{color:#ffffffe6;border-color:#fff3}.featured--tone-dark .featured__link:hover{color:var(--accent-green);border-color:var(--accent-green)}.featured--tone-dark .featured__hit{background:linear-gradient(180deg,#0000,#00000059)}.featured--tone-dark .featured__hit:hover{background:linear-gradient(180deg,#0000,#a3b3ac1f)}.featured--tone-dark .featured__thumbs{background:#ffffff14}.featured--tone-dark .featured__hit:focus-visible{outline-color:var(--accent-green)}@media(min-width:900px){.featured--tone-dark .featured__copy{background:#0a0a0a}}.case-modal{width:min(52rem,calc(100vw - 1.5rem));max-height:min(92dvh,900px);margin:auto;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--bg);color:var(--text);box-shadow:0 28px 100px #0000008c}.case-modal::backdrop{background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.case-modal__inner{position:relative;display:flex;flex-direction:column;max-height:min(92dvh,900px);padding:1.25rem 1.25rem 0}@media(min-width:640px){.case-modal__inner{padding:1.75rem 1.75rem 0}}.case-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:2;padding:.35rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--text);font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s}.case-modal__close:hover{border-color:var(--accent-green);color:var(--accent-green)}.case-modal__eyebrow{margin:0 0 .35rem;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-green)}.case-modal__title{margin:0 0 1rem;padding-right:5rem;font-family:var(--font-display);font-weight:800;font-size:clamp(1.35rem,3vw,1.85rem);letter-spacing:-.02em;line-height:1.15}.case-modal__collage-wrap{position:relative;margin:0 -1.25rem 1rem}@media(min-width:640px){.case-modal__collage-wrap{margin:0 -1.75rem 1rem}}.case-modal__collage-hint{position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:1;margin:0;padding:.25rem .5rem;font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);background:#f5f5f5f2;border:1px solid var(--border);border-radius:4px;pointer-events:none}.case-modal__collage{display:flex;gap:.65rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 1.25rem 1rem;scroll-snap-type:x mandatory;scroll-padding:1.25rem;-webkit-overflow-scrolling:touch;scrollbar-color:var(--border) transparent}@media(min-width:640px){.case-modal__collage{padding:.5rem 1.75rem 1rem;scroll-padding:1.75rem}}.case-modal__collage:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.case-modal__collage img{flex:0 0 auto;scroll-snap-align:start;width:min(58vw,320px);height:200px;border-radius:8px;object-fit:cover;object-position:center;box-shadow:0 8px 32px #00000059}.case-modal__collage img:nth-child(odd){height:220px;margin-top:.5rem}.case-modal__collage img:nth-child(2n){height:190px;margin-top:0}.case-modal__prose{overflow-y:auto;flex:1 1 auto;padding:0 0 1.5rem;min-height:0;font-size:.96875rem;line-height:1.65;color:var(--text-muted)}.case-modal__prose p{margin:0 0 1rem}.case-modal__prose p:last-child{margin-bottom:0}.logos{padding:4rem 1.5rem;max-width:72rem;margin:0 auto;text-align:center}.logos__label{font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin:0 0 2rem}.logos.logo-ticker{max-width:none;margin:0;padding:2.75rem 0;border-block:1px solid rgba(0,0,0,.1);background:var(--accent-green);overflow:hidden}.logos.logo-ticker .logos__label{margin:0 auto 2rem;padding:0 1.5rem;max-width:72rem;color:#0a0a0a80}.cta-band{position:relative;padding:clamp(4rem,11vw,6rem) 1.5rem;min-height:min(48vh,36rem);background:var(--bg);border-top:1px solid var(--border);overflow:hidden}.cta-band__texture{z-index:0}.cta-band__inner{position:relative;z-index:1;max-width:44rem;margin:0 auto;text-align:center}.cta-band__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,5vw,3.15rem);letter-spacing:-.02em;margin:0 0 .95rem;line-height:1.15}.cta-band__text{margin:0 0 1.25rem;font-size:1.0625rem;color:var(--text-muted);line-height:1.6}.cta-band__form{text-align:left;max-width:28rem;margin:0 auto 1.25rem}.cta-band__fields{display:flex;flex-direction:column;gap:.75rem}.cta-band__field{display:flex;flex-direction:column;gap:.35rem}.cta-band__field-label{font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.cta-band__field input,.cta-band__field textarea{width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius-md);font:inherit;font-size:.9375rem;background:var(--bg);color:var(--text)}.cta-band__field textarea{resize:vertical;min-height:4.5rem}.cta-band__field input:focus-visible,.cta-band__field textarea:focus-visible{outline:2px solid var(--accent-green);outline-offset:1px}.cta-band__btn--submit{width:100%;margin-top:.35rem;cursor:pointer;font:inherit}@media(min-width:560px){.cta-band__fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;align-items:start}.cta-band__field--wide{grid-column:1 / -1}}.cta-band__text a{color:var(--accent-green);font-weight:600}.cta-band__text a:hover{text-decoration:underline}.cta-band__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:.25rem}.cta-band__btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;border:1px solid var(--border);color:var(--text);transition:background .25s,border-color .25s,color .25s}.cta-band__btn:hover{border-color:#00000040}.cta-band__btn--primary{background:var(--accent);color:var(--av-white);border-color:var(--accent)}.cta-band__btn--primary:hover{filter:brightness(1.08)}.logos.logo-ticker .logo-ticker__img{filter:none;opacity:.9}.logos.logo-ticker .logo-ticker__img:hover{opacity:1}.logos.logo-ticker .logo-ticker__img--invert{filter:brightness(0);opacity:.88}.logos.logo-ticker .logo-ticker__img--invert:hover{opacity:1}.logo-ticker__viewport{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%)}.logo-ticker__track{display:flex;width:max-content;will-change:transform}.logo-ticker__set{display:flex;align-items:center;gap:clamp(2rem,6vw,4rem);padding:0 clamp(1rem,4vw,2.5rem);flex-shrink:0}.logo-ticker__img{display:block;height:clamp(36px,7vw,56px);width:auto;max-width:min(240px,38vw);object-fit:contain;object-position:center;opacity:.88;flex-shrink:0;transition:opacity .25s}.logo-ticker__img:hover{opacity:1}.logo-ticker__img--invert{filter:brightness(0);opacity:.72}.logo-ticker__img--invert:hover{opacity:.9}.footer{position:relative;padding:1.75rem 1.25rem 1.35rem;border-top:1px solid rgba(255,255,255,.1);overflow:hidden;background:#0a0a0a;color:#ffffffeb}.footer .footer__texture{opacity:.12;mix-blend-mode:soft-light}.footer__texture{z-index:0}.footer__top{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,auto) 1fr auto;align-items:center;gap:.75rem 1.25rem;padding-bottom:1.35rem;margin-bottom:1.35rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer__brand{display:block;line-height:0;justify-self:start}.footer__logo{display:block;height:clamp(2.5rem,6vw,3.75rem);width:auto;max-width:min(18rem,72vw);opacity:.96}.footer__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1.25rem;font-family:var(--font-display);font-weight:600;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase}.footer__nav a{color:#ffffffe0;text-decoration:none}.footer__nav a:hover{color:var(--accent-green)}.footer__social-icons{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;justify-self:end}.footer__icon-link{display:flex;color:#ffffffe0;line-height:0;transition:color .15s ease}.footer__icon-link:hover{color:var(--accent-green)}@media(max-width:820px){.footer__top{grid-template-columns:1fr;justify-items:center;text-align:center}.footer__brand{justify-self:center}.footer__social-icons{justify-self:center;justify-content:center}}.footer__main{position:relative;z-index:1;display:grid;gap:1.35rem;margin-bottom:1.35rem}@media(min-width:768px){.footer__main{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem 2rem}}.footer__badge{display:inline-block;font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .6rem;border-radius:999px;background:#ffffff14;color:#ffffff9e;margin:0 0 .45rem}.footer__contact-col .footer__badge+.footer__email-line{margin-top:0}.footer__email-line{font-size:.875rem;color:#ffffffb8;margin:0 0 .85rem}.footer__email{color:#fff;text-decoration:underline;text-underline-offset:.15em}.footer__email:hover{color:var(--accent-green)}.footer__form{display:flex;flex-direction:column;gap:.6rem;margin:.5rem 0 .75rem;max-width:22rem}.footer__field{display:flex;flex-direction:column;gap:.25rem}.footer__field-label{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80}.footer__form input{width:100%;box-sizing:border-box;padding:.5rem .65rem;border-radius:4px;border:1px solid rgba(0,0,0,.15);background:#fff;color:#111;font-size:.875rem;font-family:inherit}.footer__form input:focus{outline:2px solid var(--accent-green);outline-offset:1px}.footer__submit{align-self:flex-start;margin-top:.15rem;padding:.4rem 1rem;border-radius:4px;border:1px solid #ffffff;background:#fff;color:#0a0a0a;font-family:var(--font-display);font-weight:600;font-size:.75rem;letter-spacing:.04em;cursor:pointer;transition:background .15s ease,color .15s ease}.footer__submit:hover{background:transparent;color:#fff}.footer__ack-box{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.1rem 1.2rem}.footer__ack-title{font-family:var(--font-display);font-weight:700;font-size:.95rem;margin:0 0 .55rem;letter-spacing:-.02em;color:#ffffffb8}.footer__ack-text,.footer__ack-line{font-size:.78rem;color:#ffffff7a;line-height:1.58;margin:0 0 .55rem}.footer__ack-line{margin-bottom:0;font-size:.72rem;color:#ffffff6b}.footer__bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.35);padding-top:.95rem}.footer__fine{margin:0;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff61}.page-brand{min-height:100dvh;position:relative;background:var(--bg);color:var(--text)}.page-brand__texture{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:var(--av-texture) center / cover no-repeat;opacity:.06;mix-blend-mode:multiply;pointer-events:none}.page-brand__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 100% 80% at 50% 0%,rgba(0,0,0,.04),var(--bg) 65%);pointer-events:none}.page-brand main{position:relative;z-index:1;padding:calc(var(--header-h) + 2rem) 1.5rem 4rem;max-width:52rem;margin:0 auto}.page-brand .site-header{mix-blend-mode:normal;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.brand-hero{display:grid;gap:2rem;margin-bottom:2.5rem}@media(min-width:720px){.brand-hero{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start}}.brand-hero__photo{width:100%;border-radius:var(--radius-md);object-fit:cover;aspect-ratio:4 / 3;border:1px solid var(--border)}.brand-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem;background:var(--bg-elevated);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand-card__site{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem}.brand-card__site a:hover{color:var(--text)}.brand-card__name{font-family:var(--font-display);font-weight:800;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.1;margin:0 0 1rem;letter-spacing:-.02em}.brand-card__name span:first-child{color:var(--text-muted)}.brand-card__logo{width:min(100%,20rem);height:auto;margin-bottom:1.25rem;filter:brightness(0);opacity:.88;transition:opacity .25s var(--ease-out-expo)}.brand-card:hover .brand-card__logo{opacity:1}.brand-card__contact-img{width:100%;height:auto;border-radius:calc(var(--radius-md) - 2px);margin-bottom:1.25rem;border:1px solid var(--border)}.brand-card__tagline{margin:0 0 1rem;font-size:.9375rem;color:var(--text-muted)}.brand-card__bio{margin:0 0 1.75rem;font-size:.96875rem;color:var(--text-muted);line-height:1.65}.brand-links{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}@media(min-width:520px){.brand-links{grid-template-columns:1fr 1fr}}.brand-links a{display:flex;flex-direction:column;gap:.15rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-weight:600;font-size:.875rem;transition:border-color .2s,background .2s}.brand-links a:hover{border-color:var(--accent);background:#0000000a;color:var(--text)}.brand-links a small{font-weight:400;font-size:.75rem;color:var(--text-muted)}.brand-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.brand-actions .cta-band__btn{padding:.65rem 1.25rem;font-size:.75rem}.brand-footer-note{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.8125rem;color:var(--text-muted);line-height:1.6;max-width:36rem}.brand-footer-note--tight{margin-top:2rem;padding-top:0;border-top:none}@media(prefers-reduced-motion:reduce){.av-texture-layer,.page-brand__texture{opacity:0!important;visibility:hidden}.logo-ticker__track,.stats-ticker__track{transform:none!important}.stats-ticker__viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin}.stats-ticker__set[aria-hidden=true]{display:none}.hero__scroll-line{animation:none}[data-reveal]{opacity:1;transform:none}[data-reveal].is-visible{animation:none}}
