/* Shared links between the IndigoTales world and the Rabenfeder atelier. */
.brand-switcher{display:flex;align-items:center;gap:22px;flex-shrink:0}
.brand-switcher .brand{display:flex;flex-direction:row;align-items:center;gap:12px;margin:0;min-height:48px;color:#e9d49c;text-decoration:none;letter-spacing:normal}
.brand-switcher .brand__sigil{display:grid;place-items:center;flex:none;width:40px;height:46px;border:0;border-radius:0;background:linear-gradient(90deg,transparent,#c6a96d12,transparent);color:#e9d49c;font:36px/1 Georgia,serif;box-shadow:none}
.brand-switcher .brand__word{font:600 19px/1.1 var(--serif,Georgia,serif);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}
.brand-switcher .brand__word small{display:block;margin-top:7px;font:500 7px/1.4 var(--sans,system-ui,sans-serif);letter-spacing:.2em;color:#a6adb0;text-transform:uppercase}
.brand-switcher .brand--rabenfeder{border-left:1px solid #a69aaf40;padding-left:22px;color:#d4beec}
.brand-switcher .brand--rabenfeder .brand__word{font:400 25px/1.1 Georgia,serif;letter-spacing:0;text-transform:none}
.brand-switcher .brand img{display:block;flex:none;width:42px;height:42px;max-width:none;border:0;border-radius:10px;box-shadow:none}
.brand-switcher .brand:hover{color:#fff}
.brand-switcher .brand:focus-visible{outline:2px solid #d4beec;outline-offset:5px;border-radius:3px}
@media(max-width:1100px){
  .brand-switcher{gap:16px}
  .brand-switcher .brand{gap:9px}
  .brand-switcher .brand__word{font-size:16px}
  .brand-switcher .brand__sigil{width:32px;font-size:32px}
  .brand-switcher .brand--rabenfeder{padding-left:16px}
  .brand-switcher .brand--rabenfeder .brand__word{font-size:22px}
  .brand-switcher .brand img{width:36px;height:36px}
}
/* Leave room for both brands before the main navigation becomes crowded. */
@media(min-width:901px) and (max-width:1200px){
  .nordic-site .nav-toggle{display:block;flex-shrink:0}
  .nordic-site .topbar>.nav{display:none;position:absolute;inset:88px 0 auto;padding:16px 25px 25px;max-height:calc(100svh - 88px);overflow-y:auto;background:#0b151efc;border-bottom:1px solid #c6a96d40;align-items:stretch}
  .nordic-site .topbar.open>.nav{display:flex;flex-direction:column}
  .nordic-site .nav>a,.nordic-site .nav-group__trigger{width:100%;text-align:left;justify-content:flex-start;font-size:13px}
  .nordic-site .nav .nav-account{margin:8px 0 0;text-align:center}
  .nordic-site .nav-group{width:100%}
  .nordic-site .nav-dropdown,.nordic-site .nav-dropdown--right{position:static;display:none;width:100%;max-height:none;opacity:1;visibility:visible;transform:none!important;margin-top:0;border-color:#c6a96d26;box-shadow:none}
  .nordic-site .nav-group.open .nav-dropdown{display:block}
  .nordic-site .nav-dropdown::before{display:none}
}
@media(max-width:620px){
  .brand-switcher{gap:9px}
  .brand-switcher .brand{gap:6px;min-height:44px}
  .brand-switcher .brand__sigil{width:24px;height:36px;font-size:29px}
  .brand-switcher .brand__word{font-size:13px;letter-spacing:.06em}
  .brand-switcher .brand__word small{display:none}
  .brand-switcher .brand--rabenfeder{padding-left:9px}
  .brand-switcher .brand--rabenfeder .brand__word{font-size:17px}
  .brand-switcher .brand img{width:27px;height:27px;border-radius:7px}
  .nordic-site .topbar{padding-inline:12px;gap:10px}
  .nordic-site .nav-toggle{flex-shrink:0}
}
@media(max-width:360px){
  .brand-switcher{gap:7px}
  .brand-switcher .brand{gap:5px}
  .brand-switcher .brand__word{font-size:12px}
  .brand-switcher .brand--rabenfeder{padding-left:7px}
  .brand-switcher .brand--rabenfeder .brand__word{font-size:16px}
  .brand-switcher .brand img{width:24px;height:24px}
}
