/* Compact deck + lining numerals, matching the selected fifth direction. */
.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;color:var(--ink);font:inherit;letter-spacing:normal;text-decoration:none}
.brand-mark{display:block;width:48px;height:59px;flex-shrink:0;color:var(--blue);overflow:visible}
.brand-wording{display:flex;flex-direction:column;gap:6px}
.brand-name{display:block;font:400 26px/1.05 'Times New Roman',Times,serif;letter-spacing:.035em;font-variant-numeric:lining-nums;font-feature-settings:'lnum' 1;white-space:nowrap}
.brand-descriptor{display:block;border-top:1px solid var(--line);padding-top:6px;font:400 10px/1.3 var(--sans);letter-spacing:1.7px;color:var(--blue);white-space:nowrap}
.footer-brand{align-self:center;text-align:left}
.footer-brand .brand-mark{width:42px;height:52px}
.footer-brand .brand-name{font-size:23px}
.header .brand{font-size:inherit}
@media(min-width:641px) and (max-width:1050px){
 .header{flex-wrap:wrap;gap:14px 20px}
 .header .brand{margin-right:auto}
 .header .site-nav{margin-left:0}
}
@media(max-width:640px){
 .header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 14px}
 .header .brand{grid-row:1;grid-column:1;font-size:inherit;gap:8px}
 .header .account-actions{grid-row:1;grid-column:2;justify-self:end;margin:0}
 .header .site-nav{grid-row:2;grid-column:1;justify-content:flex-start;gap:18px;margin:0}
 .header .theme-swatches{grid-row:2;grid-column:2;justify-self:end;margin:0}
 .header .language-switch{grid-row:3;grid-column:1/-1;justify-self:center;margin:0}
 .header .brand-mark{width:41px;height:50px}
 .header .brand-name{font-size:23px}
 .header .brand-descriptor{font-size:10px;letter-spacing:1.25px;padding-top:5px}
 .header .brand-wording{gap:5px}
}
@media(max-width:370px){
 .header{padding-left:14px;padding-right:14px;column-gap:9px}
 .header .brand{gap:6px}
 .header .brand-mark{width:37px;height:45px}
 .header .brand-name{font-size:21px}
 .header .brand-descriptor{letter-spacing:.85px}
 .header .account-actions button{font-size:12px;padding:9px 10px}
 .header .site-nav{gap:14px}
 .header .site-nav a{font-size:13px}
}
