.priv-invitation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 13px 24px;
  background: #f0ece3;
  border-bottom: 1px solid #ded4c2;
  color: #263449;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.priv-invitation[hidden] {
  display: none;
}
.priv-invitation a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #a68a55;
  padding-bottom: 3px;
  white-space: nowrap;
}
.priv-hero {
  background:
    linear-gradient(90deg, rgba(7, 20, 40, 0.95), rgba(7, 20, 40, 0.55)),
    url("/assets/concierge/salon.webp") center 53% / cover;
  color: #f7f4ed;
  min-height: 550px;
  display: flex;
  align-items: center;
}
.priv-hero-inner {
  max-width: 1360px;
  width: 100%;
  margin: auto;
  padding: 70px 8%;
}
.priv-eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.8;
}
.priv-hero .priv-eyebrow {
  color: #d5b77d;
}
.priv-hero h1 {
  font: clamp(42px, 5.5vw, 76px)/1.12 var(--serif, Georgia);
  letter-spacing: -1.5px;
  margin: 25px 0;
}
.priv-hero p:not(.priv-eyebrow) {
  color: #dde0e5;
  font-size: 16px;
  line-height: 1.8;
}
.priv-hero-rule {
  height: 1px;
  width: 75px;
  background: #c6a970;
  margin: 30px 0;
}
.priv-hero span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #ddd3bd;
}
.priv-welcome {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  border-bottom: 1px solid #ded6c6;
  padding-top: 65px;
  padding-bottom: 55px;
}
.priv-welcome h2,
.priv-wallet h2,
.priv-preferences h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.2;
  margin: 14px 0 22px;
}
.priv-welcome p,
.priv-preferences p {
  line-height: 1.85;
  max-width: 600px;
  color: #5a626d;
}
.priv-welcome aside {
  text-align: center;
  border-left: 1px solid #ded6c6;
}
.priv-welcome aside p {
  font-family: var(--serif, Georgia);
  font-size: 19px;
  line-height: 1.4;
}
.priv-seal {
  display: inline-flex;
  border: 1px solid #a68a55;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font: 20px Georgia;
  color: #8b6c36;
}
.priv-welcome aside a {
  font-size: 12px;
  border-bottom: 1px solid #a68a55;
  padding: 5px 0;
}
.priv-wallet {
  padding-top: 60px;
}
.priv-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
  margin-top: 35px;
}
.priv-card {
  background: #fffdf8;
  border: 1px solid #dfd6c5;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.priv-card:first-child {
  background: #0b1830;
  color: #f7f4ed;
  border-color: #0b1830;
}
.priv-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #8b6c36;
  min-height: 35px;
}
.priv-card:first-child .priv-card-top {
  color: #d9bd86;
}
.priv-value {
  font: 42px/1.08 var(--serif, Georgia);
  padding: 28px 0;
  letter-spacing: -1px;
}
.priv-value small {
  display: block;
  font:
    11px/1.5 Arial,
    sans-serif;
  letter-spacing: 0.3px;
  margin-top: 10px;
}
.priv-card h3 {
  font: 25px/1.25 var(--serif, Georgia);
  margin: 5px 0 16px;
}
.priv-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #5b6471;
}
.priv-card:first-child p {
  color: #ced4df;
}
.priv-conditions {
  border-top: 1px solid #dbd3c4;
  margin-top: 14px;
  padding-top: 8px;
  margin-bottom: 20px;
}
.priv-card:first-child .priv-conditions {
  border-color: #42516a;
}
.priv-conditions p {
  font-size: 11px;
  margin: 7px 0;
}
.priv-card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  margin-top: auto;
  border-top: 1px solid #b49a69;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.priv-note {
  font-size: 11px;
  line-height: 1.8;
  color: #68707d;
  max-width: 920px;
  margin: 28px 0;
}
.priv-empty {
  padding: 35px;
  border: 1px solid #dfd6c5;
  background: #fffdf8;
}
.priv-empty h3 {
  font-size: 27px;
}
.priv-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #ede7da;
  padding: 30px;
  margin-top: 40px;
}
.priv-return h3 {
  font-size: 30px;
  margin: 8px 0;
}
.priv-return p {
  font-size: 13px;
}
.priv-preferences {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 60px;
  padding-bottom: 75px;
}
.priv-preference-panel {
  background: #fffdf8;
  border: 1px solid #dfd6c5;
  padding: 35px;
}
.priv-preference-panel h3 {
  font-size: 27px;
  margin: 0 0 24px;
}
.priv-preference-panel .check {
  font-size: 12px;
  line-height: 1.7;
}
.priv-preference-panel .small {
  font-size: 11px;
}
.priv-bag-benefit {
  border: 1px solid #cbb98f;
  padding: 18px;
  margin: 22px 0;
  background: #f3eee4;
}
.priv-bag-benefit h3 {
  font: 23px var(--serif, Georgia);
  margin: 0 0 12px;
}
.priv-bag-benefit p {
  font-size: 12px;
  line-height: 1.7;
  margin: 10px 0;
}
.priv-bag-benefit a {
  font-size: 11px;
  text-decoration: underline;
}
.priv-bag-benefit select {
  margin-top: 8px;
}
.priv-quote-offer {
  background: #f0ebdf;
  padding: 12px 14px;
  margin: 12px 0;
  border-left: 2px solid #a68a55;
  font-size: 12px;
  line-height: 1.6;
}
.priv-quote-offer strong {
  display: block;
}
.priv-quote-offer small {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
.priv-footer-link {
  display: block;
  margin: 18px 0;
  font: 16px var(--serif, Georgia);
}
.priv-profile-link {
  display: block;
  padding: 18px;
  background: #eee7d9;
  margin: 0 0 25px;
}
.priv-account-note {
  font-size: 12px;
  line-height: 1.7;
  border-top: 1px solid #cdb98f;
  padding-top: 18px;
}
.priv-invitation a:focus-visible,
.priv-card-link:focus-visible {
  outline: 2px solid #a68a55;
  outline-offset: 5px;
}
#preferences-result {
  font-size: 12px;
  min-height: 20px;
}
@media (max-width: 1100px) {
  .priv-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .priv-preferences {
    gap: 35px;
  }
}
@media (max-width: 650px) {
  .priv-hero {
    min-height: 470px;
    background-position: 60% center;
  }
  .priv-hero-inner {
    padding: 55px 25px;
  }
  .priv-hero h1 {
    font-size: 43px;
  }
  .priv-invitation {
    padding: 12px 16px;
    gap: 10px;
    font-size: 11px;
    justify-content: space-between;
  }
  .priv-invitation a {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .priv-welcome,
  .priv-preferences {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .priv-welcome aside {
    border-left: 0;
    border-top: 1px solid #ded6c6;
    padding-top: 30px;
  }
  .priv-cards {
    grid-template-columns: 1fr;
  }
  .priv-card {
    padding: 27px;
  }
  .priv-return {
    display: block;
    padding: 25px;
  }
  .priv-return .btn {
    margin-top: 20px;
  }
  .priv-preference-panel {
    padding: 24px;
  }
  .priv-wallet .section-heading {
    display: block;
  }
  .priv-wallet h2 {
    font-size: 32px;
  }
  .priv-hero .priv-eyebrow {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
}
