@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/static/fonts/saira-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("/static/fonts/nunito-sans-variable.woff2") format("woff2");
}

:root {
  --portal-red: #c7372c;
  --portal-red-dark: #a92d24;
  --portal-ink: #282725;
  --portal-text: #353431;
  --portal-muted: #716e68;
  --portal-line: #dedbd5;
  --portal-soft-line: #eceae6;
  --portal-linen: #f8f7f4;
  --portal-white: #fffefd;
  --portal-success: #15803d;
  --portal-danger: #a91c1c;
  --portal-radius: .45rem;
  --portal-radius-small: .25rem;
  --portal-shadow: 0 .75rem 2rem rgb(31 28 24 / 4%);
  --portal-font-display: "Saira", system-ui, sans-serif;
  --portal-font-body: "Nunito Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--portal-linen); }

body {
  margin: 0;
  color: var(--portal-text);
  background: var(--portal-linen);
  font-family: var(--portal-font-body);
  font-size: 1rem;
  line-height: 1.5;
}

button, input, select, textarea { font: inherit; }
a { color: var(--portal-red-dark); }
:focus-visible { outline: 3px solid rgb(213 43 30 / 32%); outline-offset: 3px; }

/* A sign-in task must be calm and easy to scan, not inherit a full-width
   marketing-page composition. */
.portal-auth { min-block-size: 100dvh; color: var(--portal-ink); background: var(--portal-linen); }

.portal-auth-skip,
.customer-portal .skip-link {
  position: fixed;
  z-index: 10;
  inset-block-start: -4rem;
  inset-inline-start: 1rem;
  padding: .65rem .9rem;
  color: #fff;
  background: var(--portal-red);
}

.portal-auth-skip:focus,
.customer-portal .skip-link:focus { inset-block-start: 1rem; }

.portal-auth-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-block-size: 4.75rem;
  padding: .8rem clamp(1.25rem, 5vw, 5rem);
  border-block-end: 1px solid var(--portal-line);
  background: rgb(255 255 255 / 92%);
}

.portal-auth-brand,
.customer-brand,
.portal-admin-brand {
  display: inline-flex;
  align-items: center;
  color: var(--portal-ink);
  text-decoration: none;
}

.portal-auth-brand img,
.customer-brand img { display: block; inline-size: auto; block-size: 1.75rem; }
.portal-identity,
.customer-header-inner { display: flex; align-items: center; gap: .8rem; }
.portal-product-label { padding-inline-start: .8rem; border-inline-start: 1px solid var(--portal-line); color: var(--portal-muted); font-size: .83rem; font-weight: 650; letter-spacing: .01em; }
.portal-admin-brand { font-family: var(--portal-font-display); font-size: 1.35rem; font-weight: 800; letter-spacing: -.055em; }
.portal-admin-brand span { color: var(--portal-red); }

.portal-auth-locale { display: flex; gap: .15rem; margin: 0; }

.portal-auth-locale a {
  padding: .4rem .5rem;
  border-radius: var(--portal-radius-small);
  color: var(--portal-muted);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
}

.portal-auth-locale a[aria-current="true"] { color: #fff; background: var(--portal-ink); }
.portal-auth-locale a:hover { color: var(--portal-red); }
.portal-auth-locale a[aria-current="true"]:hover { color: #fff; }

.portal-auth-main {
  display: grid;
  align-items: center;
  min-block-size: calc(100dvh - 4.75rem);
  padding: clamp(1.5rem, 5vw, 5rem);
}

.portal-auth-surface { inline-size: 100%; }

.portal-auth h1,
.portal-auth h2 {
  margin: 0;
  color: var(--portal-ink);
  font-family: var(--portal-font-display);
  font-weight: 750;
  letter-spacing: -.045em;
}

.portal-auth h1 { font-size: clamp(1.85rem, 3vw, 2.45rem); line-height: 1.08; }
.portal-auth h2 { font-size: 1.15rem; }
.portal-auth p { margin: 0; color: var(--portal-muted); font-size: 1rem; line-height: 1.55; }

.portal-auth-card {
  inline-size: min(100%, 36rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--portal-line);
  border-radius: var(--portal-radius);
  background: var(--portal-white);
  box-shadow: none;
}

.portal-auth-card h1 { margin-block-end: 1.75rem; }
.portal-auth-form { display: grid; gap: .55rem; margin: 0; }
.portal-auth-form + .portal-auth-form { margin-block-start: 1.25rem; }

.portal-auth label { color: var(--portal-ink); font-size: .9rem; font-weight: 800; }

.portal-auth input {
  inline-size: 100%;
  min-block-size: 3.1rem;
  padding: .72rem .85rem;
  border: 1px solid #aaa59d;
  border-radius: var(--portal-radius-small);
  color: var(--portal-ink);
  background: var(--portal-white);
}

.portal-auth input:focus { border-color: var(--portal-red); outline: 3px solid rgb(213 43 30 / 18%); outline-offset: 1px; }

.portal-auth button[type="submit"],
.customer-portal main button[type="submit"],
.portal-admin-main button[type="submit"] {
  min-block-size: 2.75rem;
  padding: .7rem 1rem;
  border: 1px solid var(--portal-red);
  border-radius: var(--portal-radius-small);
  color: #fff;
  background: var(--portal-red);
  font-size: .92rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.portal-auth button[type="submit"]:hover,
.customer-portal main button[type="submit"]:hover,
.portal-admin-main button[type="submit"]:hover { border-color: var(--portal-red-dark); background: var(--portal-red-dark); }

.portal-auth button[type="submit"]:active,
.customer-portal main button[type="submit"]:active,
.portal-admin-main button[type="submit"]:active { transform: translateY(1px); }

.portal-auth-password-disclosure { margin-block-start: 1.35rem; }

.portal-auth-password-disclosure summary {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--portal-red-dark);
  cursor: pointer;
  font-size: .95rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .16em;
}

.portal-auth-password-disclosure summary::-webkit-details-marker { display: none; }
.portal-auth-password-disclosure summary::after { content: "+"; font-size: 1.25rem; line-height: 1; text-decoration: none; }
.portal-auth-password-disclosure[open] summary::after { content: "−"; }
.portal-auth-password-disclosure .portal-auth-password-form { margin-block-start: 1.2rem; }
.portal-auth-password-disclosure p { margin-block-start: 1.1rem; font-size: .9rem; }
.portal-auth a:not(.portal-auth-brand):not(.portal-auth-locale a) { color: var(--portal-red-dark); font-weight: 800; }

.portal-auth [role="alert"],
.portal-auth [role="status"] {
  margin-block: 0 1.25rem;
  padding: .8rem 1rem;
  border-inline-start: .25rem solid var(--portal-red);
  background: #fef2f2;
}

.portal-auth [role="status"] { border-color: var(--portal-success); background: #edf7ef; }

.portal-auth-eyebrow {
  margin-block: 0 1rem !important;
  color: var(--portal-red) !important;
  font-family: var(--portal-font-display) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase;
}

.trial-request {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .75fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
}

.trial-request-intro { margin-block: 1.25rem 0 !important; }

.trial-request-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(1.75rem, 5vw, 3.5rem) 0 0;
  padding: 0;
  background: var(--portal-line);
  list-style: none;
}

.trial-request-facts li { min-block-size: 7rem; padding: 1rem; background: var(--portal-white); font-size: .9rem; font-weight: 800; line-height: 1.35; }
.trial-request-facts li::before { display: block; inline-size: 1.25rem; block-size: .2rem; margin-block-end: 1rem; background: var(--portal-red); content: ""; }

.trial-request-action {
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid var(--portal-line);
  border-block-start: .3rem solid var(--portal-red);
  border-radius: var(--portal-radius);
  background: var(--portal-white);
  box-shadow: var(--portal-shadow);
}

.trial-request-login { margin-block-start: 1.25rem !important; font-size: .92rem !important; }

/* Customer portal: operational data grouped by purpose, with one red accent
   showing the current location. */
.customer-portal { min-block-size: 100dvh; color: var(--portal-text); background: var(--portal-linen); }
.customer-portal .customer-header { border-block-end: 1px solid var(--portal-line); background: var(--portal-white); }

.customer-portal .customer-header-inner {
  display: flex;
  align-items: center;
  min-block-size: 4.5rem;
  padding-inline: clamp(1.25rem, 3vw, 3rem);
}

.customer-brand { flex: 0 0 auto; }

.customer-portal .customer-layout {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  min-block-size: calc(100dvh - 4.5rem);
}

.customer-portal .customer-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem .9rem;
  border-inline-end: 1px solid var(--portal-line);
  background: var(--portal-white);
}

.customer-portal .customer-nav-list { display: grid; gap: .2rem; }
.customer-portal .customer-nav-section { display: grid; gap: .15rem; }
.customer-portal .customer-subnav { display: grid; gap: .1rem; margin-inline: .75rem 0; padding-inline-start: .45rem; border-inline-start: 1px solid var(--portal-line); }

.customer-portal .customer-sidebar a,
.customer-portal .customer-sidebar button {
  display: block;
  inline-size: 100%;
  padding: .72rem .85rem;
  border: 0;
  border-radius: var(--portal-radius-small);
  color: var(--portal-muted);
  background: transparent;
  font: inherit;
  font-size: .9rem;
  font-weight: 650;
  text-align: start;
  text-decoration: none;
  cursor: pointer;
}

.customer-portal .customer-sidebar a[aria-current="page"] { padding-inline-start: .68rem; border-inline-start: .18rem solid var(--portal-red); color: var(--portal-ink); background: #fcf0ee; }
.customer-portal .customer-subnav a { padding-block: .43rem; color: #827c75; font-size: .82rem; font-weight: 600; }
.customer-portal .customer-subnav a[aria-current="page"] { padding-inline-start: .56rem; }
.customer-portal .customer-sidebar a:hover,
.customer-portal .customer-sidebar button:hover { color: var(--portal-ink); background: var(--portal-linen); }
.customer-portal .customer-sidebar a[aria-current="page"]:hover { background: #f9e5e2; }
.customer-portal .customer-sidebar form { margin: auto 0 0; }
.customer-portal .customer-sidebar button { color: var(--portal-muted); }

.customer-portal main { min-inline-size: 0; padding: clamp(1.25rem, 2.5vw, 2rem); }

.customer-portal main > h1 {
  margin: 0 0 1.25rem;
  color: var(--portal-ink);
  font-family: var(--portal-font-display);
  font-size: clamp(1.65rem, 2.25vw, 2rem);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.customer-portal main > h2,
.customer-portal main > section > h2,
.customer-portal main > section > h3 {
  margin: 0;
  color: var(--portal-ink);
  font-family: var(--portal-font-display);
  font-weight: 650;
  letter-spacing: -.025em;
}

.customer-portal main > section {
  margin-block: 0;
  padding: clamp(1rem, 2vw, 1.35rem) 0;
  border-block-start: 1px solid var(--portal-line);
  background: transparent;
}

.customer-portal main > section > h2 { margin-block-end: .65rem; font-size: 1.12rem; }
.customer-portal main p { margin: .6rem 0; }
.customer-portal main a { font-weight: 650; }
.customer-portal main ul { margin: .9rem 0 0; padding-inline-start: 1.25rem; }
.customer-portal main li + li { margin-block-start: .45rem; }

.customer-portal .portal-primary-action,
.customer-portal .portal-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 2.65rem;
  padding: .7rem 1rem;
  border: 1px solid var(--portal-red);
  border-radius: var(--portal-radius-small);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}
.customer-portal .portal-primary-action { color: #fff; background: var(--portal-red); }
.customer-portal .portal-primary-action:hover { border-color: var(--portal-red-dark); color: #fff; background: var(--portal-red-dark); }
.customer-portal .portal-secondary-action { color: var(--portal-red-dark); background: var(--portal-white); }
.customer-portal .portal-secondary-action:hover { color: #fff; background: var(--portal-red-dark); }
.customer-portal .formations-order-options { display: flex; flex-wrap: wrap; gap: .75rem; margin-block-start: 1.25rem; }
.customer-portal .formations-plan-options { display: grid; grid-template-columns: repeat(2, minmax(0, 19rem)); gap: .75rem; margin-block-start: 1.25rem; }
.customer-portal .formations-plan { display: grid; gap: .35rem; padding: 1rem; border: 1px solid var(--portal-line); border-radius: var(--portal-radius-small); color: var(--portal-text); text-decoration: none; }
.customer-portal .formations-plan:hover { border-color: #b6afa6; background: var(--portal-white); }
.customer-portal .formations-plan-featured { border-color: #d7aaa4; background: #fff8f7; }
.customer-portal .formations-plan-label { color: var(--portal-muted); font-size: .82rem; font-weight: 650; }
.customer-portal .formations-plan strong { color: var(--portal-ink); font-family: var(--portal-font-display); font-size: 1.35rem; font-weight: 650; letter-spacing: -.025em; }
.customer-portal .formations-plan small { color: var(--portal-muted); font-size: .82rem; }
.customer-portal .formations-plan-action { margin-block-start: .5rem; color: var(--portal-red-dark); font-size: .9rem; font-weight: 700; }

.customer-portal table,
.portal-admin table {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  overflow-x: auto;
  border: 1px solid var(--portal-line);
  border-radius: var(--portal-radius-small);
  border-spacing: 0;
  border-collapse: separate;
  background: var(--portal-white);
}

.customer-portal th,
.customer-portal td,
.portal-admin th,
.portal-admin td { padding: .75rem .85rem; border-block-end: 1px solid var(--portal-soft-line); text-align: start; vertical-align: top; }
.customer-portal th,
.portal-admin th { color: var(--portal-muted); background: #faf9f7; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.customer-portal tbody tr:last-child td,
.portal-admin tbody tr:last-child td { border-block-end: 0; }

.customer-portal form { margin: 0; }
.customer-portal label,
.portal-admin-main label { display: grid; gap: .45rem; color: var(--portal-ink); font-size: .9rem; font-weight: 800; }

.customer-portal input,
.customer-portal select,
.customer-portal textarea,
.portal-admin-main input,
.portal-admin-main select,
.portal-admin-main textarea {
  inline-size: min(100%, 46rem);
  min-block-size: 2.9rem;
  padding: .65rem .75rem;
  border: 1px solid #b6b1a9;
  border-radius: var(--portal-radius-small);
  color: var(--portal-text);
  background: #fff;
}

.customer-portal select[multiple],
.portal-admin-main select[multiple] { min-block-size: 10rem; }
.customer-portal textarea,
.portal-admin-main textarea { min-block-size: 7rem; resize: vertical; }
.customer-portal input:focus,
.customer-portal select:focus,
.customer-portal textarea:focus,
.portal-admin-main input:focus,
.portal-admin-main select:focus,
.portal-admin-main textarea:focus { border-color: var(--portal-red); outline: 3px solid rgb(213 43 30 / 16%); outline-offset: 1px; }

.customer-portal fieldset,
.portal-admin-main fieldset { display: grid; gap: 1rem; margin: 1.25rem 0; padding: 1rem; border: 1px solid var(--portal-line); border-radius: var(--portal-radius-small); }
.customer-portal legend,
.portal-admin-main legend { padding-inline: .35rem; color: var(--portal-ink); font-weight: 800; }
.customer-portal [role="alert"],
.portal-admin [role="alert"],
.portal-admin .error { padding: .8rem 1rem; border-inline-start: .25rem solid var(--portal-red); color: var(--portal-danger); background: #fef2f2; }
.customer-portal [role="status"],
.portal-admin .success { padding: .8rem 1rem; border-inline-start: .25rem solid var(--portal-success); color: #14532d; background: #edf7ef; }

.customer-portal .subscription-summary { display: grid; grid-template-columns: minmax(11rem, max-content) 1fr; gap: .45rem 1.25rem; margin: .85rem 0; }
.customer-portal .subscription-summary dt { color: var(--portal-muted); font-size: .9rem; font-weight: 650; }
.customer-portal .subscription-summary dd { margin: 0; }
.customer-portal .delivery-table { margin-block-start: .85rem; }
.customer-portal .delivery-table td:nth-child(2) { color: var(--portal-muted); font-variant-numeric: tabular-nums; }
.customer-portal .delivery-file-actions { display: flex; flex-wrap: wrap; gap: .5rem .75rem; }
.customer-portal .delivery-file-action { color: var(--portal-red-dark); font-size: .88rem; font-weight: 650; text-underline-offset: .18em; }

/* Account is a compact settings surface: fields are grouped by the contact
   information they change, while the password action stays visibly separate. */
.customer-portal .account-form { inline-size: min(100%, 52rem); padding: clamp(1.15rem, 2.5vw, 1.65rem); border: 1px solid var(--portal-line); border-radius: var(--portal-radius); background: var(--portal-white); }
.customer-portal .account-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.15rem; }
.customer-portal .account-fields label { gap: .4rem; color: var(--portal-text); font-size: .84rem; font-weight: 650; }
.customer-portal .account-fields input,
.customer-portal .account-fields select { inline-size: 100%; min-block-size: 2.8rem; }
.customer-portal .account-field-name,
.customer-portal .account-field-email,
.customer-portal .account-field-company,
.customer-portal .account-field-street { grid-column: 1 / -1; }
.customer-portal .account-email-note { grid-column: 1 / -1; margin: -.35rem 0 0; color: var(--portal-muted); font-size: .82rem; line-height: 1.45; }
.customer-portal .account-fields input[readonly] { cursor: default; background: var(--portal-soft); color: var(--portal-muted); }
.customer-portal .account-actions { display: flex; align-items: center; margin-block-start: 1.35rem; padding-block-start: 1.15rem; border-block-start: 1px solid var(--portal-soft-line); }
.customer-portal .account-actions button[type="submit"] { min-inline-size: 11.5rem; }
.customer-portal .account-security,
.customer-portal .account-support { inline-size: min(100%, 52rem); margin-block-start: 1.5rem; }
.customer-portal .account-security h2,
.customer-portal .account-support h2 { font-size: 1.05rem; }
.customer-portal .account-support { padding-block-start: 1.25rem; border-block-start: 1px solid var(--portal-soft-line); }
.customer-portal .account-security p { color: var(--portal-muted); font-size: .93rem; }
.customer-portal .account-security a { color: var(--portal-red-dark); text-underline-offset: .18em; }

/* Admin keeps the same typography while denser operational controls remain
   visually distinct from the customer experience. */
.portal-admin { min-block-size: 100dvh; background: var(--portal-linen); }
.portal-admin-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-block-size: 4.5rem; padding: .8rem clamp(1.25rem, 4vw, 4rem); border-block-end: 1px solid #41403c; background: var(--portal-ink); }
.portal-admin-brand { color: #fff; }
.portal-admin-brand strong { margin-inline-start: .7rem; padding-inline-start: .7rem; border-inline-start: 1px solid #77736c; color: #d7d3cc; font-family: var(--portal-font-body); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portal-admin-nav { display: flex; align-items: center; flex-wrap: wrap; gap: .25rem; margin: 0; }
.portal-admin-nav a,
.portal-admin-nav button { display: inline-flex; padding: .55rem .75rem; border: 0; border-radius: var(--portal-radius-small); color: #efede8; background: transparent; font: inherit; font-size: .9rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.portal-admin-nav a:hover,
.portal-admin-nav button:hover { background: rgb(255 255 255 / 10%); }
.portal-admin-nav form { margin: 0; }
.portal-admin-main { inline-size: min(100% - 2.5rem, 88rem); margin: 0 auto; padding-block: clamp(1.5rem, 4vw, 3rem); }
.portal-admin-main h1,
.portal-admin-main h2 { color: var(--portal-ink); font-family: var(--portal-font-display); font-weight: 750; letter-spacing: -.035em; }
.portal-admin-main h1 { margin: 0 0 1.75rem; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1; }
.portal-admin-main h2 { margin-block: 2.25rem 1rem; font-size: 1.35rem; }
.portal-admin-main > form,
.portal-admin-main > table,
.portal-admin-main > p,
.portal-admin-main > fieldset { margin-block: 1rem; }
.portal-admin-main form { display: grid; gap: 1rem; }
.portal-admin-main form button[type="submit"] { justify-self: start; min-inline-size: 10rem; }
.portal-admin-main table + h2 { margin-block-start: 2.25rem; }
.portal-admin-main .warning { padding: .8rem 1rem; border-inline-start: .25rem solid #a16207; color: #854d0e; background: #fffbeb; }

@media (max-width: 48rem) {
  .portal-auth-header { min-block-size: 4.25rem; padding-inline: 1.25rem; }
  .portal-auth-main { min-block-size: calc(100dvh - 4.25rem); padding: 1.25rem; }
  .portal-auth-card { padding: 1.4rem; }
  .trial-request { grid-template-columns: 1fr; gap: 2rem; }
  .trial-request-facts { grid-template-columns: 1fr; }
  .trial-request-facts li { min-block-size: auto; }
  .customer-portal .customer-layout { display: block; }
  .customer-portal .customer-sidebar { position: static; flex-direction: row; align-items: center; gap: .5rem; overflow-x: auto; padding: .55rem .75rem; border-inline-end: 0; }
  .customer-portal .customer-nav-list { display: flex; gap: .2rem; }
  .customer-portal .customer-nav-section,
  .customer-portal .customer-subnav { display: flex; gap: .2rem; }
  .customer-portal .customer-subnav { margin: 0; padding-inline-start: .2rem; }
  .customer-portal .customer-sidebar a,
  .customer-portal .customer-sidebar button { inline-size: auto; white-space: nowrap; }
  .customer-portal .customer-sidebar form { margin: 0 0 0 auto; }
  .customer-portal main { padding: 1.25rem; }
  .customer-portal main > h1 { margin-block-end: 1.5rem; }
  .customer-portal main > section { padding: 1.15rem; }
  .customer-portal .account-form { padding: 1.15rem; }
  .customer-portal .account-fields { grid-template-columns: 1fr; }
  .customer-portal .account-field-name,
  .customer-portal .account-field-email,
  .customer-portal .account-field-company,
  .customer-portal .account-field-street { grid-column: auto; }
  .customer-portal .account-email-note { grid-column: auto; }
  .customer-portal .account-actions button[type="submit"] { inline-size: 100%; }
  .customer-portal .formations-plan-options { grid-template-columns: 1fr; }
  .customer-portal .subscription-summary { grid-template-columns: 1fr; gap: .2rem; }
  .portal-admin-header { align-items: flex-start; flex-direction: column; padding: 1rem 1.25rem; }
  .portal-admin-main { inline-size: min(100% - 2rem, 88rem); }
}

@media (max-width: 28rem) {
  .portal-auth-brand { font-size: 1.18rem; }
  .portal-auth-locale a { padding-inline: .35rem; }
  .customer-portal .customer-header-inner { min-block-size: 4rem; padding-inline: 1.25rem; }
}
