/* Public account pages: an editorial companion to the existing Parfumistas theme. */
body.pv-site .pv-account-auth {
  --auth-ink: #2c211a;
  --auth-muted: #62564d;
  --auth-coffee: #71462f;
  --auth-coffee-hover: #563423;
  --auth-rule: #dfd1c2;
  --auth-paper: #fffaf4;
  color: var(--auth-ink);
  background: #f4ede3;
  font-family: var(--pv-type-ui, var(--pv-system-font));
  padding: clamp(1.25rem, 4vw, 3.75rem) 0;
}

body.pv-site .pv-account-auth *,
body.pv-site .pv-account-auth *::before,
body.pv-site .pv-account-auth *::after { box-sizing: border-box; }
body.pv-site .pv-account-auth [hidden] { display: none !important; }

body.pv-site .pv-account-auth__layout {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  width: min(calc(100% - 3rem), 71rem);
  min-height: 40rem;
  margin: 0 auto;
  border: 1px solid #d7c5b3;
  background: var(--auth-paper);
  box-shadow: 0 24px 65px rgb(48 30 19 / 9%);
}

body.pv-site .pv-account-auth__card {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2.25rem, 5vw, 4.75rem);
  background: var(--auth-paper);
}
body.pv-site .pv-account-auth__card > * { width: min(100%, 26rem); }
body.pv-site .pv-account-auth__kicker {
  margin: 0 0 1.5rem;
  color: var(--auth-coffee);
  font: 750 .7rem/1.4 var(--pv-type-ui, var(--pv-system-font));
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.pv-site .pv-account-auth__card h1 {
  margin: 0;
  color: var(--auth-ink);
  font: 500 clamp(2.25rem, 3.2vw, 3rem)/1.08 var(--pv-type-display, var(--pv-system-display));
  letter-spacing: -.035em;
  text-wrap: balance;
}
body.pv-site .pv-account-auth__description {
  max-width: 39ch;
  margin: .85rem 0 1.75rem;
  color: var(--auth-muted);
  font-size: .92rem;
  line-height: 1.65;
}
body.pv-site .pv-account-auth__tabs {
  display: flex;
  gap: 2rem;
  margin: 0 0 2.2rem;
  border-bottom: 1px solid var(--auth-rule);
}
body.pv-site .pv-account-auth__tabs a {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  color: var(--auth-muted);
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
body.pv-site .pv-account-auth__tabs a[aria-current="page"] { border-bottom-color: var(--auth-coffee); color: var(--auth-ink); }
body.pv-site .pv-account-auth__tabs a:hover { color: var(--auth-coffee); }

body.pv-site .pv-account-auth__form { display: grid; gap: 1.15rem; margin: 0; }
body.pv-site .pv-account-auth__field { display: grid; min-width: 0; gap: .45rem; }
body.pv-site .pv-account-auth__field label {
  display: block;
  margin: 0;
  color: var(--auth-ink);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.4;
}
body.pv-site .pv-account-auth__field label span,
body.pv-site .pv-account-auth__field small { color: var(--auth-muted); font-size: .76rem; font-weight: 400; }
body.pv-site .pv-account-auth__field input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 3.2rem;
  margin: 0;
  padding: .8rem .95rem;
  border: 1px solid #cbb8a6;
  border-radius: .25rem !important;
  background: #fffdfa;
  color: var(--auth-ink);
  font: 400 1rem/1.4 var(--pv-type-ui, var(--pv-system-font));
  box-shadow: none;
}
body.pv-site .pv-account-auth__field input:hover { border-color: #a78970; }
body.pv-site .pv-account-auth__field input[aria-invalid="true"] { border-color: #a13f32 !important; }
body.pv-site .pv-account-auth__field input:focus-visible,
body.pv-site .pv-account-auth__button:focus-visible,
body.pv-site .pv-account-auth a:focus-visible,
body.pv-site .pv-account-auth__password button:focus-visible {
  outline: 3px solid #a8734b;
  outline-offset: 3px;
}
body.pv-site .pv-account-auth__password { position: relative; display: block; }
body.pv-site .pv-account-auth__password input { padding-right: 5.5rem !important; }
body.pv-site .pv-account-auth__password button {
  position: absolute;
  top: 50%;
  right: .4rem;
  transform: translateY(-50%);
  min-width: 4.3rem;
  min-height: 2.5rem;
  padding: .25rem .4rem;
  border: 0;
  border-radius: .15rem;
  background: transparent;
  color: var(--auth-coffee);
  font: 700 .78rem/1.3 var(--pv-type-ui, var(--pv-system-font));
  cursor: pointer;
}
body.pv-site .pv-account-auth__password button:hover { background: #f3e8db; }
body.pv-site .pv-account-auth__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .5rem 1rem;
  margin: .1rem 0 .35rem;
}
body.pv-site .pv-account-auth__remember { display: inline-flex; align-items: center; gap: .55rem; color: var(--auth-muted); font-size: .78rem; line-height: 1.4; cursor: pointer; }
body.pv-site .pv-account-auth__remember input { width: 1.1rem; height: 1.1rem; margin: 0; accent-color: var(--auth-coffee); }
body.pv-site .pv-account-auth__options a,
body.pv-site .pv-account-auth__back,
body.pv-site .pv-account-auth__text-link,
body.pv-site .pv-account-auth__privacy a { color: var(--auth-coffee); font-size: .78rem; font-weight: 700; text-underline-offset: .2em; }
body.pv-site .pv-account-auth__options a:hover,
body.pv-site .pv-account-auth__back:hover,
body.pv-site .pv-account-auth__text-link:hover,
body.pv-site .pv-account-auth__privacy a:hover { color: var(--auth-coffee-hover); }
body.pv-site .pv-account-auth__button {
  display: inline-flex;
  width: 100%;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .8rem 1rem;
  border: 1px solid var(--auth-coffee);
  border-radius: .25rem;
  background: var(--auth-coffee);
  color: #fff;
  font: 700 .9rem/1.3 var(--pv-type-ui, var(--pv-system-font));
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease;
}
body.pv-site .pv-account-auth__button:hover { border-color: var(--auth-coffee-hover); background: var(--auth-coffee-hover); color: #fff; }
body.pv-site .pv-account-auth__button[aria-disabled="true"] { cursor: progress; }
body.pv-site .pv-account-auth__button.is-loading::after {
  content: "";
  width: .85rem;
  height: .85rem;
  border: 2px solid rgb(255 255 255 / 40%);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pv-auth-spin .7s linear infinite;
}
@keyframes pv-auth-spin { to { transform: rotate(360deg); } }
body.pv-site .pv-account-auth__back { display: inline-flex; min-height: 2.75rem; align-items: center; margin-top: 1.1rem; }
body.pv-site .pv-account-auth__privacy { margin: 1rem 0 0; color: var(--auth-muted); font-size: .75rem; line-height: 1.55; }
body.pv-site .pv-account-auth__actions { display: grid; justify-items: start; gap: .85rem; }
body.pv-site .pv-account-auth__social { margin-top: 1.4rem; }
body.pv-site .pv-account-auth__social .nsl-container { width: 100%; margin: 0; }
body.pv-site .pv-account-auth__social .nsl-container a:focus-visible { outline: 3px solid #a8734b; outline-offset: 3px; }
body.pv-site .pv-account-auth__divider { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; color: var(--auth-muted); font-size: .76rem; }
body.pv-site .pv-account-auth__divider::before,
body.pv-site .pv-account-auth__divider::after { content: ""; flex: 1; height: 1px; background: var(--auth-rule); }
body.pv-site .pv-account-auth__social--link { padding-top: 1.4rem; border-top: 1px solid var(--auth-rule); }
body.pv-site .pv-account-auth__social--link h2 { margin: 0 0 .4rem; color: var(--auth-ink); font: 700 1rem/1.4 var(--pv-type-ui, var(--pv-system-font)); }
body.pv-site .pv-account-auth__social--link p { margin: 0 0 1rem; color: var(--auth-muted); font-size: .84rem; line-height: 1.6; }
body.pv-site .pv-account-auth__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
body.pv-site .pv-account-auth__resend { padding-top: .4rem; border-top: 1px solid var(--auth-rule); }
body.pv-site .pv-account-auth__resend h2 { margin: 1.25rem 0 .4rem; color: var(--auth-ink); font: 700 1rem/1.4 var(--pv-type-ui, var(--pv-system-font)); }
body.pv-site .pv-account-auth__resend p { margin: 0 0 1rem; color: var(--auth-muted); font-size: .84rem; line-height: 1.6; }
body.pv-site .pv-account-auth__resend-unavailable { margin: .2rem 0 0; padding-top: 1rem; border-top: 1px solid var(--auth-rule); color: var(--auth-muted); font-size: .84rem; line-height: 1.6; }
body.pv-site .pv-account-auth__notice,
body.pv-site .pv-account-auth__errors {
  margin: 0 0 1.4rem;
  padding: .9rem 1rem;
  border: 1px solid #dec9ad;
  border-left: 3px solid var(--auth-coffee);
  background: #f8f1e7;
  color: var(--auth-ink);
  font-size: .83rem;
  line-height: 1.55;
}
body.pv-site .pv-account-auth__notice--success { border-color: #a8c3ad; border-left-color: #476b4e; background: #eef5ee; }
body.pv-site .pv-account-auth__notice--error,
body.pv-site .pv-account-auth__errors { border-color: #d7aaa3; border-left-color: #a13f32; background: #fff2ef; }
body.pv-site .pv-account-auth__errors ul { margin: .35rem 0 0; padding-left: 1.2rem; }
body.pv-site .pv-account-auth__card h1 + .pv-account-auth__notice { margin-top: 1.5rem; }

body.pv-site .pv-account-auth__editorial {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-width: 0;
  min-height: 40rem;
  overflow: hidden;
  padding: clamp(2.25rem, 4vw, 4rem);
  background: radial-gradient(circle at 56% 70%, #68432e 0, #3e291e 42%, #302219 100%);
  color: #faeedd;
  isolation: isolate;
}
body.pv-site .pv-account-auth__editorial::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgb(248 221 181 / 18%);
  pointer-events: none;
}
body.pv-site .pv-account-auth__editorial-copy { position: relative; z-index: 1; }
body.pv-site .pv-account-auth__editorial-label {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  color: #dfc09b;
  font: 700 .7rem/1.4 var(--pv-type-ui, var(--pv-system-font));
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.pv-site .pv-account-auth__editorial-label span { color: #a77b58; font-size: 1rem; }
body.pv-site .pv-account-auth__editorial-title {
  max-width: 11ch;
  margin: 0;
  color: #fff4e4;
  font: 500 clamp(2.8rem, 4.2vw, 4.25rem)/1.02 var(--pv-type-display, var(--pv-system-display));
  letter-spacing: -.04em;
  text-wrap: balance;
}
body.pv-site .pv-account-auth__editorial-lede {
  max-width: 34ch;
  margin: 1.25rem 0 0;
  color: #ead3b8;
  font-size: .9rem;
  line-height: 1.7;
}
body.pv-site .pv-account-auth__still-life {
  display: block;
  align-self: center;
  width: min(100%, 34rem);
  height: auto;
  margin: 1.5rem -1.5rem -2.25rem;
  overflow: visible;
}
body.pv-site .pv-account-auth__editorial-mark {
  position: absolute;
  right: 1.8rem;
  bottom: 1.3rem;
  color: #e1ba87;
  font: italic 1.25rem/1 var(--pv-type-display, var(--pv-system-display));
  opacity: .75;
}

@media (max-width: 820px) {
  body.pv-site .pv-account-auth { padding: 1rem 0 2rem; }
  body.pv-site .pv-account-auth__layout { display: flex; flex-direction: column; width: min(calc(100% - 2rem), 37rem); min-height: 0; }
  body.pv-site .pv-account-auth__card { width: 100%; padding: clamp(1.5rem, 5vw, 2.5rem); }
  body.pv-site .pv-account-auth__card > * { width: 100%; }
  body.pv-site .pv-account-auth__editorial { width: 100%; min-height: 0; padding: 1.5rem; }
  body.pv-site .pv-account-auth__editorial::before { inset: .5rem; }
  body.pv-site .pv-account-auth__editorial-label { margin-bottom: .75rem; }
  body.pv-site .pv-account-auth__editorial-title { max-width: none; font-size: clamp(1.7rem, 5vw, 2.25rem); }
  body.pv-site .pv-account-auth__editorial-lede { max-width: 50ch; margin-top: .5rem; font-size: .8rem; }
  body.pv-site .pv-account-auth__still-life,
  body.pv-site .pv-account-auth__editorial-mark { display: none; }
}
@media (max-width: 390px) {
  body.pv-site .pv-account-auth__layout { width: calc(100% - 1.25rem); }
  body.pv-site .pv-account-auth__card { padding: 1.25rem; }
  body.pv-site .pv-account-auth__card h1 { font-size: 2rem; }
  body.pv-site .pv-account-auth__tabs { gap: 1.3rem; }
  body.pv-site .pv-account-auth__tabs a { font-size: .78rem; }
  body.pv-site .pv-account-auth__options { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  body.pv-site .pv-account-auth__button { transition: none; }
  body.pv-site .pv-account-auth__button.is-loading::after { animation: none; }
}
