.uah-account-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; }
.uah-account-story { background: var(--moss); color: var(--ivory); padding: 80px 12%; overflow: hidden; position: relative; }
.uah-account-story h1 { font: 400 clamp(46px, 5.1vw, 74px)/1.04 var(--serif); letter-spacing: -.035em; margin: 0 0 28px; }
.uah-account-story h1 em { color: #dec7a4; }
.uah-account-story > p:not(.eyebrow):not(.uah-account-caption) { font-size: 18px; line-height: 1.75; max-width: 500px; color: #f0eadf; }
.uah-account-picture { width: 48%; max-width: 240px; margin: 45px auto 30px; transform: rotate(-5deg); border: 10px solid #d8cbb3; box-shadow: 18px 22px 30px #17181240; }
.uah-account-caption { font-size: 12px; text-align: center; color: #e5dccb; margin-bottom: 30px; }
.uah-account-story > .text-link { color: var(--ivory); font-size: 14px; }
.uah-account-panel { padding: 52px clamp(24px, 6vw, 95px) 70px; background: var(--paper); min-width: 0; }
.uah-account-tabs { display: flex; gap: 30px; border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.uah-account-tabs a { padding: 0 0 18px; color: var(--muted); font-size: 14px; }
.uah-account-tabs a[aria-current] { color: var(--ink); border-bottom: 2px solid var(--clay); }
.uah-account-panel h2 { font: 400 clamp(34px, 3.5vw, 48px)/1.12 var(--serif); margin: 0 0 22px; letter-spacing: -.02em; }
.uah-auth-intro { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0 0 24px; }
.uah-auth-notice, .uah-auth-error { padding: 17px 20px; margin-bottom: 24px; background: #eee8db; border-left: 3px solid var(--moss); color: var(--ink); font-size: 13px; line-height: 1.7; }
.uah-auth-error { border-color: var(--clay); background: #f5e6dd; }
.uah-auth-form { display: flex; flex-direction: column; gap: 18px; }
.uah-auth-form label:not(.consent-label) { display: flex; flex-direction: column; gap: 9px; font-size: 14px; line-height: 1.45; }
.uah-auth-form input:not([type=checkbox]):not([type=hidden]) { width: 100%; min-width: 0; padding: 14px; border: 1px solid var(--line); background: var(--ivory); color: var(--ink); min-height: 50px; font: 16px var(--sans); border-radius: 0; }
.uah-auth-name-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.uah-password-wrap { position: relative; margin-top: -9px; }
.uah-password-wrap input { padding-right: 66px!important; }
.uah-password-wrap button { position: absolute; top: 1px; right: 5px; min-height: 48px; min-width: 54px; border: 0; background: transparent; color: var(--moss); font-size: 12px; cursor: pointer; }
.uah-auth-small-link { font-size: 13px; text-decoration: underline; text-underline-offset: 3px; align-self: flex-end; }
.uah-auth-submit { width: 100%; justify-content: center; min-height: 54px; margin-top: 5px; }
.uah-auth-help { font-size: 12px; color: var(--muted); line-height: 1.75; margin: -5px 0 0; }
.uah-auth-help:empty { display: none; }
.uah-auth-help a, .uah-auth-form .consent-label a, .uah-auth-support a { text-decoration: underline; text-underline-offset: 3px; }
.uah-auth-form .consent-label { font-size: 13px; margin: 5px 0 0; align-items: flex-start; }
.uah-auth-form .consent-label input { flex-shrink: 0; margin-top: 3px; }
.uah-auth-support { padding-top: 30px; margin-top: 35px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.uah-guest-account { margin-top: 20px; font-size: 13px; color: var(--muted); }
.uah-account-welcome { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 6%; border-bottom: 1px solid var(--line); background: var(--paper); }
.uah-account-welcome p { font-size: 15px; line-height: 1.6; }
.uah-account-welcome p strong { display: block; font: 26px var(--serif); margin-bottom: 5px; }
.uah-account-welcome .button-row { flex-wrap: wrap; gap: 22px; }
.uah-account-welcome .button { padding: 14px 22px; }
@media (max-width: 1080px) { .uah-account-story { padding: 60px 8%; } .uah-account-panel { padding-inline: 30px; } }
@media (max-width: 760px) {
  .uah-account-layout { grid-template-columns: minmax(0,1fr); }
  .uah-account-story { padding: 48px 22px; }
  .uah-account-story h1 { font-size: 46px; }
  .uah-account-story > p:not(.eyebrow):not(.uah-account-caption) { font-size: 16px; }
  .uah-account-picture, .uah-account-caption { display: none; }
  .uah-account-story > .text-link { display: inline-block; margin-top: 22px; }
  .uah-account-panel { padding: 32px 22px 55px; }
  .uah-account-welcome { align-items: flex-start; flex-direction: column; padding: 24px 22px; }
}
@media (max-width: 380px) { .uah-auth-name-row { grid-template-columns: minmax(0,1fr); } }
