:root {
--brand-bay-of-many: #253d89;
--brand-bunker-border: rgba(15, 20, 25, 0.08);
--brand-dodger-blue: #3187f9;
--brand-mako: #3a3f45;
--brand-pewter: #939d9c;
--brand-azure-50: #0066ff;
--brand-athens-gray: #f8f9fa;
}
html,
body {
margin: 0;
min-height: 100%;
background: #fff;
}
html {
margin-top: 0 !important;
scroll-behavior: smooth;
scroll-padding-top: 76px;
}
.vualaa-brand-page {
font-family: "Martel Sans", sans-serif;
}
.brand-scroll-progress {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 80;
height: 3px;
pointer-events: none;
transform: scaleX(var(--brand-scroll, 0));
transform-origin: left;
background: linear-gradient(90deg, var(--brand-dodger-blue), var(--brand-bay-of-many));
box-shadow: 0 2px 10px rgba(49, 135, 249, 0.3);
} .brand-header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 70;
box-sizing: border-box;
width: 100%;
height: 76px;
background: rgba(255, 255, 255, 0.88);
backdrop-filter: blur(14px);
}
.vualaa-brand-page main {
padding: 0;
}
.brand-nav {
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
width: 100%;
max-width: 1200px;
height: 100%;
margin: 0 auto;
padding: 0 32px;
}
.brand-nav__home,
.brand-nav__home img {
display: block;
}
.brand-nav__home img {
width: 126px;
height: 40px;
object-fit: contain;
object-position: left center;
}
.brand-nav__links {
display: flex;
align-items: center;
gap: 40px;
margin: 0;
padding: 0;
list-style: none;
}
.brand-nav__links a {
position: relative;
color: var(--brand-mako);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
text-decoration: none;
}
.brand-nav__links a::after {
position: absolute;
right: 0;
bottom: -7px;
left: 0;
height: 2px;
content: "";
background: var(--brand-bay-of-many);
transform: scaleX(0);
transform-origin: right;
transition: transform 280ms ease;
}
.brand-nav__links a:hover::after,
.brand-nav__links a:focus-visible::after {
transform: scaleX(1);
transform-origin: left;
}
.brand-nav__toggle {
display: none;
}
.brand-hero {
position: relative;
display: grid;
place-items: center;
box-sizing: border-box;
min-height: 639px;
padding: 140px 32px 78px;
overflow: hidden;
color: #fff;
background: radial-gradient(circle at 50% 45%, var(--brand-bay-of-many) 0%, #102055 100%);
}
.brand-hero__shape {
position: absolute;
top: 0;
right: 0;
width: min(100%, 635px);
height: 100%;
background: url(https://vualaa.com/wp-content/uploads/2026/08/calinor-bg-shape.png) top right / contain no-repeat;
pointer-events: none;
}
.brand-hero__content {
position: relative;
z-index: 1;
width: 100%;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.brand-hero__logo {
display: block;
width: 100%;
height: auto;
margin: 0 auto 54px;
filter: brightness(0) saturate(100%) invert(100%) !important;
}
.brand-hero__statement {
margin: 0;
color: #fff;
font-size: 36px;
font-weight: 300;
letter-spacing: 0;
line-height: 1.35;
}
.brand-foundations {
box-sizing: border-box;
width: 100%;
padding: 120px 32px;
background: #fff;
}
.brand-foundations *,
.brand-foundations *::before,
.brand-foundations *::after {
box-sizing: border-box;
}
.brand-foundations__container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.brand-foundations__intro {
margin-bottom: 56px;
}
.brand-foundations__eyebrow {
margin: 0 0 8px;
color: var(--brand-pewter);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
}
.brand-foundations h1 {
margin: 0 0 24px;
color: var(--brand-bay-of-many);
font-size: 60px;
font-weight: 800;
letter-spacing: -1.2px;
line-height: 66px;
}
.brand-foundations__lead {
margin: 0;
color: var(--brand-mako);
font-size: 36px;
font-weight: 300;
line-height: 48.6px;
}
.brand-foundations__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 32px;
}
.foundation-card {
position: relative;
overflow: hidden;
min-height: 312px;
padding: 40px 32px 32px;
border: 1px solid var(--brand-bunker-border);
border-radius: 4px;
transition: border-color 350ms ease, box-shadow 350ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}
.foundation-card::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
content: "";
background: linear-gradient(90deg, var(--brand-dodger-blue), var(--brand-bay-of-many));
transform: scaleX(0);
transform-origin: left;
transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.foundation-card:hover {
border-color: rgba(49, 135, 249, 0.24);
box-shadow: 0 24px 55px rgba(37, 61, 137, 0.1);
transform: translateY(-8px);
}
.foundation-card:hover::after {
transform: scaleX(1);
}
.foundation-card__label {
margin: 0 0 16px;
color: var(--brand-dodger-blue);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
}
.foundation-card__hexagon,
.foundation-card__letter {
display: block;
width: 48px;
height: 48px;
margin-bottom: 16px;
color: var(--brand-azure-50);
}
.foundation-card__hexagon {
fill: currentColor;
}
.foundation-card__letter {
font-family: "Martel Sans", sans-serif;
font-size: 36px;
font-weight: 700;
line-height: 48px;
}
.foundation-card h2 {
margin: 0 0 12px;
color: var(--brand-bay-of-many);
font-size: 20px;
font-weight: 700;
line-height: 32px;
}
.foundation-card > p:last-child {
margin: 0;
color: var(--brand-mako);
font-size: 14px;
font-weight: 300;
line-height: 22.4px;
} .brand-identifier {
box-sizing: border-box;
width: 100%;
padding: 120px 32px 128px;
overflow: hidden;
background: var(--brand-athens-gray);
}
.brand-identifier *,
.brand-identifier *::before,
.brand-identifier *::after {
box-sizing: border-box;
}
.brand-identifier__container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.brand-identifier__intro {
margin-bottom: 48px;
}
.brand-identifier__eyebrow,
.logo-specimen__label {
margin: 0;
color: var(--brand-pewter);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
}
.brand-identifier h2 {
margin: 8px 0 24px;
color: var(--brand-bay-of-many);
font-size: 60px;
font-weight: 800;
letter-spacing: -1.2px;
line-height: 66px;
}
.brand-identifier__lead {
margin: 0;
color: var(--brand-mako);
font-size: 36px;
font-weight: 300;
line-height: 48.6px;
}
.logo-primary,
.logo-variant {
border: 1px solid var(--brand-bunker-border);
background: #fff;
}
.logo-primary {
min-height: 390px;
padding: 32px;
display: flex;
flex-direction: column;
}
.logo-primary img {
width: min(66%, 650px);
height: auto;
margin: auto;
}
.logo-variants {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
margin-top: 24px;
}
.logo-variant {
position: relative;
min-height: 200px;
padding: 32px 24px 24px;
display: flex;
flex-direction: column;
transition: box-shadow 280ms ease, transform 280ms ease;
}
.logo-variant:hover {
transform: translateY(-6px);
box-shadow: 0 18px 40px rgba(37, 61, 137, 0.12);
}
.logo-variant img {
width: 100%;
height: 70px;
margin: auto 0;
object-fit: contain;
}
.logo-download {
position: relative;
z-index: 2;
margin-top: 12px;
}
.logo-download__trigger {
width: 100%;
padding: 11px 14px;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid var(--brand-bay-of-many);
border-radius: 4px;
color: var(--brand-bay-of-many);
background: transparent;
font: 700 12px/18px "Martel Sans", sans-serif;
cursor: pointer;
transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.logo-download__trigger:hover,
.logo-download__trigger:focus-visible,
.logo-download__trigger[aria-expanded="true"] {
color: #fff;
background: var(--brand-bay-of-many);
outline: none;
}
.logo-download__trigger:active {
transform: scale(0.98);
}
.logo-download__menu {
position: absolute;
right: 0;
bottom: calc(100% + 8px);
left: 0;
padding: 8px;
border: 1px solid rgba(37, 61, 137, 0.14);
border-radius: 6px;
background: #fff;
box-shadow: 0 16px 38px rgba(17, 22, 28, 0.18);
animation: download-menu-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.logo-download__menu button {
width: 100%;
padding: 9px 10px;
display: flex;
justify-content: space-between;
border: 0;
border-radius: 3px;
color: var(--brand-bay-of-many);
background: transparent;
font: 700 13px/18px "Martel Sans", sans-serif;
cursor: pointer;
}
.logo-download__menu button:hover,
.logo-download__menu button:focus-visible {
background: #eef3ff;
outline: none;
}
.logo-download__menu small {
color: var(--brand-pewter);
font-size: 10px;
font-weight: 400;
}
.logo-variant--inverse .logo-download__trigger {
border-color: #fff;
color: #fff;
}
.logo-variant--inverse .logo-download__trigger:hover,
.logo-variant--inverse .logo-download__trigger:focus-visible,
.logo-variant--inverse .logo-download__trigger[aria-expanded="true"] {
color: var(--brand-bay-of-many);
background: #fff;
}
@keyframes download-menu-in {
from { opacity: 0; transform: translateY(6px) scale(0.98); }
to { opacity: 1; transform: translateY(0) scale(1); }
}
.logo-variant__blue {
filter: brightness(0) saturate(100%) invert(23%) sepia(35%) saturate(2496%) hue-rotate(198deg) brightness(82%) contrast(93%);
}
.logo-variant__black {
filter: grayscale(1) brightness(0);
}
.logo-variant--inverse {
border-color: #11161c;
background: #11161c;
}
.logo-variant--inverse .logo-specimen__label {
color: var(--brand-pewter);
}
.logo-variant--inverse img {
filter: grayscale(1) brightness(0) invert(1);
}
.brand-identifier__details {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 48px;
align-items: center;
margin-top: 48px;
}
.clear-space {
position: relative;
min-height: 190px;
display: grid;
place-items: center;
border: 2px dashed var(--brand-dodger-blue);
}
.clear-space__label {
position: absolute;
top: 0;
left: 50%;
padding: 0 12px;
color: var(--brand-dodger-blue);
background: var(--brand-athens-gray);
font-size: 14px;
font-weight: 300;
line-height: 22.4px;
transform: translate(-50%, -50%);
white-space: nowrap;
}
.clear-space img {
width: 42%;
height: auto;
}
.minimum-size h3 {
margin: 0 0 12px;
color: #111;
font-size: 20px;
font-weight: 700;
line-height: 32px;
}
.minimum-size p,
.minimum-size li {
color: var(--brand-mako);
font-size: 14px;
line-height: 22.4px;
}
.minimum-size p {
margin: 0 0 16px;
font-weight: 300;
}
.minimum-size ul {
margin: 0;
padding: 0;
list-style: none;
}
.minimum-size li {
position: relative;
padding-left: 16px;
font-weight: 300;
}
.minimum-size li + li {
margin-top: 8px;
}
.minimum-size li::before {
position: absolute;
top: 0;
left: 0;
content: "•";
}
.minimum-size strong {
font-weight: 400;
} .brand-colors {
box-sizing: border-box;
width: 100%;
padding: 120px 32px 128px;
overflow: hidden;
background: #fff;
}
.brand-colors *,
.brand-colors *::before,
.brand-colors *::after {
box-sizing: border-box;
}
.brand-colors__container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.brand-colors__intro {
margin-bottom: 56px;
}
.brand-colors__eyebrow,
.color-group > h3 {
margin: 0;
color: var(--brand-pewter);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
}
.brand-colors h2 {
margin: 8px 0 24px;
color: var(--brand-bay-of-many);
font-size: 60px;
font-weight: 800;
letter-spacing: -1.2px;
line-height: 66px;
}
.brand-colors__lead {
margin: 0;
color: var(--brand-mako);
font-size: 36px;
font-weight: 300;
line-height: 48.6px;
}
.color-group + .color-group {
margin-top: 56px;
}
.color-group > h3 {
margin-bottom: 24px;
}
.color-group__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
}
.color-group__grid--primary {
grid-template-columns: repeat(2, minmax(0, 1fr));
max-width: 588px;
}
.color-card {
position: relative;
border: 1px solid var(--brand-bunker-border);
border-radius: 4px;
overflow: visible;
background: #fff;
transition: border-color 300ms ease, box-shadow 350ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}
.color-card:hover,
.color-card:focus-within {
border-color: rgba(49, 135, 249, 0.25);
box-shadow: 0 22px 50px rgba(37, 61, 137, 0.12);
transform: translateY(-7px);
}
.color-card__swatch {
width: 100%;
height: 176px;
padding: 0;
border: 0;
border-radius: 3px 3px 0 0;
background: var(--swatch-color);
cursor: copy;
transition: filter 220ms ease;
}
.color-card__swatch:hover,
.color-card__swatch:focus-visible {
filter: brightness(1.06);
outline: 3px solid rgba(49, 135, 249, 0.55);
outline-offset: -3px;
}
.color-card__details {
padding: 24px;
}
.color-card h4 {
margin: 0 0 4px;
color: #0f1419;
font-size: 18px;
font-weight: 700;
line-height: 28.8px;
}
.color-card__role {
margin: 0 0 14px;
color: var(--brand-pewter);
font-size: 14px;
font-weight: 300;
line-height: 22.4px;
}
.color-card__values {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.color-card__values button {
max-width: 100%;
margin: 0;
padding: 1px 0;
border: 0;
border-bottom: 1px solid transparent;
color: var(--brand-mako);
background: transparent;
font: 300 14px/22.4px "Martel Sans", sans-serif;
text-align: left;
cursor: copy;
transition: border-color 180ms ease, color 180ms ease;
}
.color-card__values button:hover,
.color-card__values button:focus-visible {
border-bottom-color: var(--brand-dodger-blue);
color: var(--brand-bay-of-many);
outline: none;
}
.copy-tooltip {
position: fixed;
z-index: 50;
max-width: min(260px, calc(100vw - 32px));
padding: 10px 14px;
border-radius: 4px;
color: #fff;
background: var(--brand-bay-of-many);
box-shadow: 0 12px 30px rgba(37, 61, 137, 0.24);
font: 700 12px/18px "Martel Sans", sans-serif;
pointer-events: none;
transform: translate(-50%, calc(-100% - 12px));
animation: copy-tooltip-in 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.copy-tooltip::after {
position: absolute;
top: 100%;
left: 50%;
border: 6px solid transparent;
border-top-color: var(--brand-bay-of-many);
content: "";
transform: translateX(-50%);
}
@keyframes copy-tooltip-in {
from { opacity: 0; transform: translate(-50%, calc(-100% - 5px)) scale(0.96); }
to { opacity: 1; transform: translate(-50%, calc(-100% - 12px)) scale(1); }
} .brand-typography {
box-sizing: border-box;
width: 100%;
padding: 120px 32px 128px;
overflow: hidden;
background: var(--brand-athens-gray);
}
.brand-typography *,
.brand-typography *::before,
.brand-typography *::after {
box-sizing: border-box;
}
.brand-typography__container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.brand-typography__intro {
margin-bottom: 48px;
}
.brand-typography__eyebrow,
.type-specimen__label {
margin: 0;
color: var(--brand-pewter);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
}
.brand-typography h2 {
margin: 8px 0 24px;
color: var(--brand-bay-of-many);
font-size: 60px;
font-weight: 800;
letter-spacing: -1.2px;
line-height: 66px;
}
.brand-typography__lead {
margin: 0;
color: var(--brand-mako);
font-size: 36px;
font-weight: 300;
line-height: 48.6px;
}
.type-specimens {
border-top: 1px solid var(--brand-bunker-border);
}
.type-specimen {
display: grid;
grid-template-columns: minmax(180px, 32%) 1fr;
gap: 24px;
align-items: center;
min-height: 72px;
padding: 18px 0;
border-bottom: 1px solid var(--brand-bunker-border);
}
.type-specimen--body {
align-items: start;
padding-top: 24px;
padding-bottom: 28px;
}
.type-specimen__sample {
margin: 0;
color: #0f1419;
}
.type-specimen__sample--black {
color: var(--brand-bay-of-many);
font-size: 32px;
font-weight: 900;
line-height: 42px;
}
.type-specimen__sample--bold {
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.type-specimen__sample--semibold {
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
.type-specimen__sample--regular {
font-size: 14px;
font-weight: 400;
line-height: 22.4px;
}
.brand-typography__download {
width: min(100%, 320px);
margin-top: 40px;
padding: 14px 18px;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid var(--brand-bay-of-many);
border-radius: 4px;
color: var(--brand-bay-of-many);
background: transparent;
font: 700 14px/22px "Martel Sans", sans-serif;
text-decoration: none;
transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.brand-typography__download:hover,
.brand-typography__download:focus-visible {
color: #fff;
background: var(--brand-bay-of-many);
box-shadow: 0 12px 28px rgba(37, 61, 137, 0.18);
outline: none;
transform: translateY(-2px);
}
.brand-typography__download:active {
transform: scale(0.98);
} .brand-integrity {
box-sizing: border-box;
width: 100%;
padding: 120px 32px 128px;
overflow: hidden;
background: #fff;
}
.brand-integrity *,
.brand-integrity *::before,
.brand-integrity *::after {
box-sizing: border-box;
}
.brand-integrity__container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.brand-integrity__intro {
margin-bottom: 56px;
}
.brand-integrity__eyebrow {
margin: 0;
color: var(--brand-pewter);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
}
.brand-integrity h2 {
margin: 8px 0 24px;
color: var(--brand-bay-of-many);
font-size: 60px;
font-weight: 800;
letter-spacing: -1.2px;
line-height: 66px;
}
.brand-integrity__lead {
margin: 0;
color: var(--brand-mako);
font-size: 36px;
font-weight: 300;
line-height: 48.6px;
}
.incorrect-uses {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 44px 16px;
}
.incorrect-use {
position: relative;
min-height: 152px;
padding: 24px 18px 18px;
display: flex;
flex-direction: column;
justify-content: flex-end;
border: 1px solid var(--brand-bunker-border);
background: #fff;
transition: border-color 300ms ease, box-shadow 350ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}
.incorrect-use:hover {
border-color: rgba(239, 87, 87, 0.35);
box-shadow: 0 20px 44px rgba(37, 61, 137, 0.09);
transform: translateY(-6px);
}
.incorrect-use__mark {
position: absolute;
top: 13px;
left: 13px;
width: 22px;
height: 22px;
border-radius: 50%;
color: #fff;
background: #ef5757;
font: 300 15px/21px Arial, sans-serif;
text-align: center;
}
.incorrect-use__example {
height: 65px;
display: grid;
place-items: center;
overflow: hidden;
}
.incorrect-use__example img {
width: 75%;
max-height: 50px;
object-fit: contain;
}
.incorrect-use > p {
min-height: 36px;
margin: 4px 0 0;
color: var(--brand-mako);
font: 300 12px/17px "JetBrains Mono", monospace;
text-align: center;
}
.incorrect-use--colors img { filter: sepia(1) saturate(4) hue-rotate(345deg) brightness(0.62); }
.incorrect-use--shadow img { filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.55)); }
.incorrect-use--type img { display: none; }
.incorrect-use__fake-type {
color: var(--brand-bay-of-many);
font: italic 40px/40px Georgia, serif;
}
.incorrect-use__fake-type small {
display: block;
font: 8px/10px Arial, sans-serif;
text-align: right;
text-transform: uppercase;
}
.incorrect-use--mirror {
grid-column: 1 / -1;
}
.incorrect-use--mirror .incorrect-use__example img {
width: 30%;
}
.brand-motion .brand-reveal {
opacity: 0;
filter: blur(5px);
transform: translateY(42px) scale(0.985);
will-change: opacity, filter, transform;
}
.brand-motion .brand-reveal.is-visible {
animation: brand-reveal 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
animation-delay: calc(var(--reveal-delay, 0ms) + var(--reveal-order, 0) * 35ms);
}
.brand-reveal--delay-1 { --reveal-delay: 110ms; }
.brand-reveal--delay-2 { --reveal-delay: 200ms; }
.brand-reveal--delay-3 { --reveal-delay: 290ms; }
.brand-reveal--delay-4 { --reveal-delay: 380ms; }
.brand-motion .brand-reveal.is-visible img {
animation: brand-image-settle 1100ms 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes brand-reveal {
from {
opacity: 0;
filter: blur(5px);
transform: translateY(42px) scale(0.985);
}
to {
opacity: 1;
filter: blur(0);
transform: translateY(0);
}
}
@keyframes brand-image-settle {
from { opacity: 0; transform: scale(0.94); }
to { opacity: 1; transform: scale(1); }
}
@media (max-width: 900px) {
.brand-foundations {
padding: 72px 24px;
}
.brand-foundations h1 {
font-size: 44px;
line-height: 52px;
}
.brand-foundations__lead {
font-size: 26px;
line-height: 38px;
}
.brand-foundations__desktop-break {
display: none;
}
.brand-foundations__grid {
grid-template-columns: 1fr;
}
.foundation-card {
min-height: 0;
}
.brand-identifier {
padding: 72px 24px 88px;
}
.brand-identifier h2 {
font-size: 44px;
line-height: 52px;
}
.brand-identifier__lead {
font-size: 26px;
line-height: 38px;
}
.brand-identifier__desktop-break {
display: none;
}
.logo-primary {
min-height: 310px;
}
.logo-variants {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.brand-identifier__details {
grid-template-columns: 1fr;
}
.brand-colors {
padding: 72px 24px 88px;
}
.brand-colors h2 {
font-size: 44px;
line-height: 52px;
}
.brand-colors__lead {
font-size: 26px;
line-height: 38px;
}
.brand-colors__desktop-break {
display: none;
}
.brand-typography {
padding: 72px 24px 88px;
}
.brand-typography h2 {
font-size: 44px;
line-height: 52px;
}
.brand-typography__lead {
font-size: 26px;
line-height: 38px;
}
.brand-typography__desktop-break {
display: none;
}
.brand-integrity {
padding: 72px 24px 88px;
}
.brand-integrity h2 {
font-size: 44px;
line-height: 52px;
}
.brand-integrity__lead {
font-size: 26px;
line-height: 38px;
}
.brand-integrity__desktop-break {
display: none;
}
.incorrect-uses {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px 16px;
}
.color-group__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 520px) {
.brand-foundations {
padding: 48px 20px;
}
.brand-foundations__intro {
margin-bottom: 40px;
}
.brand-foundations h1 {
font-size: 36px;
letter-spacing: -0.7px;
line-height: 43px;
}
.brand-foundations__lead {
font-size: 22px;
line-height: 33px;
}
.foundation-card {
padding: 32px 24px;
}
.foundation-card br {
display: none;
}
.brand-identifier {
padding: 48px 20px 64px;
}
.brand-identifier__intro {
margin-bottom: 40px;
}
.brand-identifier h2 {
font-size: 36px;
letter-spacing: -0.7px;
line-height: 43px;
}
.brand-identifier__lead {
font-size: 22px;
line-height: 33px;
}
.logo-primary {
min-height: 240px;
padding: 24px;
}
.logo-primary img {
width: 88%;
}
.logo-variants {
grid-template-columns: 1fr;
}
.logo-variant {
min-height: 180px;
}
.brand-identifier__details {
gap: 40px;
margin-top: 40px;
}
.clear-space {
min-height: 160px;
}
.clear-space img {
width: 58%;
}
.brand-colors {
padding: 48px 20px 64px;
}
.brand-colors__intro {
margin-bottom: 40px;
}
.brand-colors h2 {
font-size: 36px;
letter-spacing: -0.7px;
line-height: 43px;
}
.brand-colors__lead {
font-size: 22px;
line-height: 33px;
}
.color-group__grid,
.color-group__grid--primary {
grid-template-columns: 1fr;
max-width: none;
}
.color-card__swatch {
height: 160px;
}
.brand-typography {
padding: 48px 20px 64px;
}
.brand-typography__intro {
margin-bottom: 40px;
}
.brand-typography h2 {
font-size: 36px;
letter-spacing: -0.7px;
line-height: 43px;
}
.brand-typography__lead {
font-size: 22px;
line-height: 33px;
}
.type-specimen {
grid-template-columns: 1fr;
gap: 6px;
padding: 20px 0;
}
.type-specimen__sample--black {
font-size: 26px;
line-height: 36px;
}
.brand-typography__download {
width: 100%;
}
.brand-integrity {
padding: 48px 20px 64px;
}
.brand-integrity__intro {
margin-bottom: 40px;
}
.brand-integrity h2 {
font-size: 36px;
letter-spacing: -0.7px;
line-height: 43px;
}
.brand-integrity__lead {
font-size: 22px;
line-height: 33px;
}
.incorrect-uses {
grid-template-columns: 1fr;
}
.incorrect-use--mirror {
grid-column: auto;
}
.incorrect-use--mirror .incorrect-use__example img {
width: 75%;
}
} .brand-applications {
box-sizing: border-box;
width: 100%;
padding: 120px 32px 128px;
background: var(--brand-athens-gray);
}
.brand-applications *,
.brand-applications *::before,
.brand-applications *::after {
box-sizing: border-box;
}
.brand-applications__container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.brand-applications__intro {
margin-bottom: 56px;
}
.brand-applications__eyebrow {
margin: 0 0 8px;
color: var(--brand-pewter);
font-size: 16px;
font-weight: 400;
line-height: 25.6px;
}
.brand-applications h2 {
margin: 0 0 24px;
color: var(--brand-bay-of-many);
font-size: 60px;
font-weight: 800;
letter-spacing: -1.2px;
line-height: 66px;
}
.brand-applications__lead {
margin: 0;
color: var(--brand-mako);
font-size: 36px;
font-weight: 300;
line-height: 48.6px;
}
.application-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.application-gallery__item {
position: relative;
display: block;
overflow: hidden;
padding: 0;
border: 0;
background: #eef0f3;
cursor: zoom-in;
aspect-ratio: 1.43 / 1;
}
.application-gallery__item img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), filter 350ms ease;
}
.application-gallery__item:hover img,
.application-gallery__item:focus-visible img {
transform: scale(1.04);
filter: brightness(0.86);
}
.application-gallery__item:focus-visible {
outline: 3px solid var(--brand-dodger-blue);
outline-offset: 3px;
}
.application-gallery__zoom {
position: absolute;
right: 20px;
bottom: 20px;
width: 42px;
height: 42px;
border-radius: 50%;
color: var(--brand-bay-of-many);
background: rgba(255, 255, 255, 0.94);
font: 300 27px/42px "Martel Sans", sans-serif;
opacity: 0;
transform: translateY(8px);
transition: opacity 250ms ease, transform 250ms ease;
}
.application-gallery__item:hover .application-gallery__zoom,
.application-gallery__item:focus-visible .application-gallery__zoom {
opacity: 1;
transform: translateY(0);
}
.application-lightbox {
position: fixed;
inset: 0;
z-index: 100;
display: grid;
place-items: center;
padding: 72px 32px 32px;
background: rgba(10, 15, 25, 0.92);
backdrop-filter: blur(8px);
cursor: zoom-out;
animation: application-lightbox-in 260ms ease both;
}
.application-lightbox[hidden] {
display: none;
}
.application-lightbox img {
max-width: min(1400px, 94vw);
max-height: calc(100vh - 104px);
object-fit: contain;
box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
cursor: default;
}
.application-lightbox__close {
position: absolute;
top: 20px;
right: 24px;
width: 44px;
height: 44px;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 50%;
color: #fff;
background: transparent;
font: 300 32px/40px Arial, sans-serif;
cursor: pointer;
}
.application-lightbox__close:focus-visible {
outline: 3px solid #fff;
outline-offset: 3px;
}
.application-lightbox-open {
overflow: hidden;
} .brand-footer {
box-sizing: border-box;
width: 100%;
min-height: 218px;
padding: 63px 32px 48px 0;
color: #fff;
background: #101519;
}
.brand-footer *,
.brand-footer *::before,
.brand-footer *::after {
box-sizing: border-box;
}
.brand-footer__container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding-left: 0;
}
.brand-footer__logo {
display: block;
width: 210px;
height: 50px;
object-fit: contain;
object-position: left center;
filter: brightness(0) invert(1);
}
.brand-footer p {
margin: 17px 0 0 8px;
font-family: "Martel Sans", sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 22px;
}
@keyframes application-lightbox-in {
from { opacity: 0; }
to { opacity: 1; }
}
@media (max-width: 820px) {
.brand-header {
height: 68px;
}
.vualaa-brand-page main {
padding: 0;
}
.brand-nav {
padding: 0 24px;
}
.brand-nav__home img {
width: 110px;
}
.brand-nav__toggle {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 0 10px 10px;
border: 0;
color: var(--brand-mako);
background: transparent;
font: 400 14px/22px "Martel Sans", sans-serif;
cursor: pointer;
}
.brand-nav__toggle-icon {
display: grid;
gap: 5px;
width: 25px;
}
.brand-nav__toggle-icon i {
display: block;
height: 2px;
background: currentColor;
transition: transform 250ms ease, opacity 200ms ease;
}
.brand-nav__toggle[aria-expanded="true"] .brand-nav__toggle-icon i:first-child {
transform: translateY(7px) rotate(45deg);
}
.brand-nav__toggle[aria-expanded="true"] .brand-nav__toggle-icon i:nth-child(2) {
opacity: 0;
}
.brand-nav__toggle[aria-expanded="true"] .brand-nav__toggle-icon i:last-child {
transform: translateY(-7px) rotate(-45deg);
}
.brand-nav__links {
position: absolute;
top: 68px;
right: 0;
left: 0;
display: grid;
gap: 0;
padding: 12px 24px 22px;
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 18px 35px rgba(16, 32, 85, 0.14);
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
}
.brand-navigation-open .brand-nav__links {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.brand-nav__links a {
display: block;
padding: 10px 0;
}
.brand-hero {
min-height: 570px;
padding: 132px 24px 64px;
}
.brand-hero__shape {
width: min(100%, 635px);
opacity: 0.7;
}
.brand-hero__logo {
margin-bottom: 42px;
}
.brand-hero__statement {
font-size: clamp(24px, 4.25vw, 32px);
}
.brand-hero__statement br {
display: none;
}
.brand-applications {
padding: 72px 24px 88px;
}
.brand-applications h2 {
font-size: 44px;
line-height: 52px;
}
.brand-applications__lead {
font-size: 26px;
line-height: 38px;
}
.brand-applications__desktop-break {
display: none;
}
.application-gallery {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 520px) {
.brand-nav {
padding: 0 20px;
}
.brand-hero {
min-height: 500px;
padding: 122px 20px 64px;
}
.brand-hero__shape {
width: 100%;
opacity: 0.48;
}
.brand-hero__logo {
margin-bottom: 36px;
}
.brand-hero__statement {
font-size: 22px;
line-height: 1.5;
}
.brand-applications {
padding: 48px 20px 64px;
}
.brand-applications__intro {
margin-bottom: 40px;
}
.brand-applications h2 {
font-size: 36px;
letter-spacing: -0.7px;
line-height: 43px;
}
.brand-applications__lead {
font-size: 22px;
line-height: 33px;
}
.application-gallery {
grid-template-columns: 1fr;
}
.application-lightbox {
padding: 64px 16px 20px;
}
.brand-footer {
min-height: 0;
padding: 48px 20px 48px 0;
}
.brand-footer__logo {
width: 180px;
height: auto;
}
.brand-footer p {
margin-left: 0;
font-size: 12px;
line-height: 20px;
}
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
.brand-nav__links,
.brand-nav__toggle-icon i {
transition: none;
}
.brand-motion .brand-reveal,
.brand-motion .brand-reveal.is-visible {
opacity: 1;
transform: none;
animation: none;
}
.brand-motion .brand-reveal.is-visible img {
animation: none;
}
.logo-variant {
transition: none;
}
.brand-scroll-progress {
display: none;
}
.foundation-card,
.foundation-card::after,
.color-card,
.color-card__swatch,
.brand-typography__download {
transition: none;
}
.incorrect-use {
transition: none;
}
.copy-tooltip {
animation: none;
}
.application-gallery__item img,
.application-gallery__zoom {
transition: none;
}
.application-lightbox {
animation: none;
}
}