/*
 * NW Hospitality Network 1.6 — Hospitality-ready interface
 * Final visual layer loaded after portal.css and hospitality.css.
 */
:root{
  --nwm-hr-bg:#f5f1eb;
  --nwm-hr-bg-deep:#ebe2d7;
  --nwm-hr-surface:#fffdf9;
  --nwm-hr-surface-soft:#faf6f0;
  --nwm-hr-ink:#26312d;
  --nwm-hr-ink-soft:#53615b;
  --nwm-hr-primary:#9a4f36;
  --nwm-hr-primary-dark:#703421;
  --nwm-hr-primary-soft:#f3e2d9;
  --nwm-hr-accent:#b88a51;
  --nwm-hr-sage:#73877d;
  --nwm-hr-line:#e6ddd2;
  --nwm-hr-success:#2f7558;
  --nwm-hr-warning:#9a671f;
  --nwm-hr-danger:#a13e3e;
  --nwm-hr-shadow-sm:0 5px 18px rgba(62,45,32,.06);
  --nwm-hr-shadow:0 16px 42px rgba(62,45,32,.09);
  --nwm-hr-shadow-lg:0 28px 80px rgba(62,45,32,.13);
  --nwm-hr-radius-sm:10px;
  --nwm-hr-radius:18px;
  --nwm-hr-radius-lg:28px;
  --nwm-hr-focus:0 0 0 4px rgba(154,79,54,.18);
}

body.nwm-members-webapp-page,
body.nwm-operator-portal-page{
  background:
    radial-gradient(circle at 8% 0%,rgba(184,138,81,.12),transparent 26rem),
    radial-gradient(circle at 96% 12%,rgba(115,135,125,.10),transparent 28rem),
    var(--nwm-hr-bg)!important;
  color:var(--nwm-hr-ink);
}

body.nwm-members-webapp-page .site,
body.nwm-operator-portal-page .site,
body.nwm-members-webapp-page #page,
body.nwm-operator-portal-page #page{
  background:transparent!important;
}

.nwm-hospitality-ready{
  --nwm-primary:var(--nwm-hr-primary);
  --nwm-muted:var(--nwm-hr-ink-soft);
  width:min(1440px,100%)!important;
  max-width:1440px!important;
  padding:clamp(18px,2.6vw,38px) clamp(12px,2.5vw,34px) 72px!important;
  gap:clamp(18px,2vw,28px)!important;
  color:var(--nwm-hr-ink)!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  letter-spacing:0;
}

.nwm-hospitality-ready *,
.nwm-hospitality-ready *::before,
.nwm-hospitality-ready *::after{box-sizing:border-box}
.nwm-hospitality-ready img,.nwm-hospitality-ready video,.nwm-hospitality-ready iframe{max-width:100%}
.nwm-hospitality-ready h1,.nwm-hospitality-ready h2,.nwm-hospitality-ready h3,.nwm-hospitality-ready h4{
  color:var(--nwm-hr-ink);
  letter-spacing:-.025em;
  line-height:1.16;
}
.nwm-hospitality-ready h2{font-size:clamp(1.35rem,2vw,2rem)}
.nwm-hospitality-ready h3{font-size:clamp(1.05rem,1.25vw,1.28rem)}
.nwm-hospitality-ready p{line-height:1.65}
.nwm-hospitality-ready a{color:var(--nwm-hr-primary)}
.nwm-hospitality-ready a:hover{color:var(--nwm-hr-primary-dark)}
.nwm-hospitality-ready .nwm-muted{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-kicker{
  margin-bottom:8px!important;
  color:var(--nwm-hr-primary)!important;
  font-size:.72rem!important;
  font-weight:850!important;
  letter-spacing:.13em!important;
}

/* Hero and identity */
.nwm-hospitality-ready .nwm-portal-hero,
.nwm-hospitality-ready .nwm-entry-hero{
  border:1px solid rgba(154,79,54,.14)!important;
  border-radius:var(--nwm-hr-radius-lg)!important;
  background:
    linear-gradient(105deg,rgba(255,253,249,.98),rgba(249,239,229,.96)),
    var(--nwm-hr-surface)!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:var(--nwm-hr-shadow-lg)!important;
}
.nwm-hospitality-ready .nwm-portal-hero{
  padding:clamp(22px,3vw,42px)!important;
  min-height:190px;
}
.nwm-hospitality-ready .nwm-portal-hero::before,
.nwm-hospitality-ready .nwm-entry-hero::before{
  inset:auto -8% -52% 45%!important;
  width:65%;height:145%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(154,79,54,.13),transparent 66%)!important;
}
.nwm-hospitality-ready .nwm-portal-hero h1,
.nwm-hospitality-ready .nwm-entry-hero h1{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-member-code{
  color:var(--nwm-hr-primary)!important;
  font-size:.78rem;
  letter-spacing:.09em;
}
.nwm-hospitality-ready .nwm-brand-logo{
  border:1px solid rgba(154,79,54,.12)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:var(--nwm-hr-shadow-sm)!important;
}
.nwm-hospitality-ready .nwm-profile-avatar-sm,
.nwm-hospitality-ready .nwm-entry-seal{
  border:3px solid #fff!important;
  background:linear-gradient(145deg,var(--nwm-hr-primary),var(--nwm-hr-primary-dark))!important;
  color:#fff!important;
  box-shadow:0 8px 26px rgba(112,52,33,.25)!important;
}
.nwm-hospitality-ready .nwm-degree-badge{
  border:1px solid rgba(154,79,54,.16)!important;
  background:var(--nwm-hr-primary-soft)!important;
  color:var(--nwm-hr-primary-dark)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-degree-badge.gold{background:#f8edd8!important;color:#80591f!important}
.nwm-hospitality-ready .nwm-degree-badge.office{background:#e8efeb!important;color:#385247!important}

/* Section containers */
.nwm-hospitality-ready .nwm-portal-section,
.nwm-hospitality-ready .nwm-portal-finance,
.nwm-hospitality-ready .nwm-portal-events,
.nwm-hospitality-ready .nwm-portal-communications,
.nwm-hospitality-ready .nwm-portal-documents,
.nwm-hospitality-ready .nw-membership-office-panel,
.nwm-hospitality-ready .nw-membership-office-card,
.nwm-hospitality-ready .nw-membership-office-module{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:var(--nwm-hr-radius)!important;
  background:var(--nwm-hr-surface)!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:var(--nwm-hr-shadow-sm)!important;
}
.nwm-hospitality-ready .nwm-portal-section,
.nwm-hospitality-ready .nwm-portal-finance,
.nwm-hospitality-ready .nwm-portal-events,
.nwm-hospitality-ready .nwm-portal-communications,
.nwm-hospitality-ready .nwm-portal-documents,
.nwm-hospitality-ready .nw-membership-office-panel{
  padding:clamp(18px,2.4vw,30px)!important;
}
.nwm-hospitality-ready .nwm-section-head{
  align-items:flex-start!important;
  margin-bottom:20px!important;
}
.nwm-hospitality-ready .nwm-section-head h2{margin:0!important;color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-section-head p:last-child{margin:8px 0 0}
.nwm-hospitality-ready .nwm-card-count{
  border:1px solid rgba(154,79,54,.14)!important;
  border-radius:10px!important;
  background:var(--nwm-hr-primary-soft)!important;
  color:var(--nwm-hr-primary-dark)!important;
  padding:8px 11px!important;
  letter-spacing:.04em!important;
}

/* Buttons and links */
.nwm-hospitality-ready :is(button,input[type=submit],.nwm-portal-pill,.nwm-promotion-button,.nwm-paypal-button,.nw-membership-office-mini,.nwm-install-app){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  border:1px solid transparent!important;
  border-radius:12px!important;
  padding:10px 17px!important;
  background:linear-gradient(135deg,var(--nwm-hr-primary),var(--nwm-hr-primary-dark))!important;
  color:#fff!important;
  font-weight:760!important;
  line-height:1.15;
  text-decoration:none!important;
  box-shadow:0 8px 20px rgba(112,52,33,.17)!important;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important;
}
.nwm-hospitality-ready :is(button,input[type=submit],.nwm-portal-pill,.nwm-promotion-button,.nwm-paypal-button,.nw-membership-office-mini,.nwm-install-app):hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
  box-shadow:0 12px 26px rgba(112,52,33,.24)!important;
}
.nwm-hospitality-ready :is(button,input[type=submit],.nwm-portal-pill,.nwm-promotion-button,.nwm-paypal-button,.nw-membership-office-mini,.nwm-install-app):active{transform:translateY(0)}
.nwm-hospitality-ready :is(button,input[type=submit],a,input,select,textarea):focus-visible{
  outline:none!important;
  box-shadow:var(--nwm-hr-focus)!important;
}
.nwm-hospitality-ready .nwm-secondary-button,
.nwm-hospitality-ready button.nwm-secondary-button{
  border-color:var(--nwm-hr-line)!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-portal-actions .nwm-portal-pill:last-child{
  border-color:var(--nwm-hr-line)!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-notification-bell{
  display:inline-grid!important;
  place-items:center;
  width:46px;height:46px;
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--nwm-hr-primary)!important;
  box-shadow:none!important;
  text-decoration:none;
}

/* Forms */
.nwm-hospitality-ready :is(input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=date],input[type=time],input[type=url],select,textarea){
  width:100%;
  min-height:46px;
  border:1px solid #dcd2c6!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  padding:11px 13px!important;
  font-size:16px!important;
  box-shadow:inset 0 1px 1px rgba(62,45,32,.025)!important;
  transition:border-color .15s ease,box-shadow .15s ease,background .15s ease!important;
}
.nwm-hospitality-ready textarea{min-height:112px;resize:vertical}
.nwm-hospitality-ready :is(input,select,textarea):hover{border-color:#c8b9aa!important}
.nwm-hospitality-ready :is(input,select,textarea):focus{
  border-color:var(--nwm-hr-primary)!important;
  box-shadow:var(--nwm-hr-focus)!important;
}
.nwm-hospitality-ready .nwm-field>span,
.nwm-hospitality-ready label>span{
  color:var(--nwm-hr-ink)!important;
  font-size:.84rem;
  font-weight:720;
}
.nwm-hospitality-ready input[type=checkbox],
.nwm-hospitality-ready input[type=radio]{accent-color:var(--nwm-hr-primary)}
.nwm-hospitality-ready .nwm-form-actions{margin-top:5px}

/* Dashboard summary */
.nwm-hospitality-ready .nwm-premium-dashboard{
  background:linear-gradient(155deg,#fffdf9,#fbf4ec)!important;
}
.nwm-hospitality-ready .nwm-dashboard-cards{
  gap:12px!important;
}
.nwm-hospitality-ready .nwm-dashboard-cards>a,
.nwm-hospitality-ready .nwm-dashboard-cards>div{
  position:relative;
  overflow:hidden;
  min-height:116px!important;
  padding:17px!important;
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:15px!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-dashboard-cards>a::after,
.nwm-hospitality-ready .nwm-dashboard-cards>div::after{
  content:"";
  position:absolute;
  inset:auto -16px -24px auto;
  width:70px;height:70px;
  border-radius:50%;
  background:var(--nwm-hr-primary-soft);
  opacity:.75;
}
.nwm-hospitality-ready .nwm-dashboard-cards>a:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(154,79,54,.28)!important;
  box-shadow:var(--nwm-hr-shadow)!important;
}
.nwm-hospitality-ready .nwm-dashboard-cards span{
  color:var(--nwm-hr-ink-soft)!important;
  font-size:.76rem!important;
  line-height:1.35;
}
.nwm-hospitality-ready .nwm-dashboard-cards strong{
  position:relative;z-index:1;
  color:var(--nwm-hr-ink)!important;
  font-size:clamp(1.45rem,2vw,2.15rem)!important;
}
.nwm-hospitality-ready .nwm-quick-nav{
  margin-top:20px!important;
  padding:8px!important;
  border:1px solid var(--nwm-hr-line);
  border-radius:15px;
  background:rgba(255,255,255,.78);
  box-shadow:var(--nwm-hr-shadow-sm);
  backdrop-filter:blur(16px);
}
.nwm-hospitality-ready .nwm-quick-nav a{
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:var(--nwm-hr-ink)!important;
  min-height:42px!important;
  padding:9px 13px!important;
}
.nwm-hospitality-ready .nwm-quick-nav a:hover{background:var(--nwm-hr-primary-soft)!important;color:var(--nwm-hr-primary-dark)!important}

/* Language selector */
.nwm-hospitality-ready>.nwm-lang-switch,
.nwm-portal-entry>.nwm-lang-switch{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:14px!important;
  background:rgba(255,253,249,.92)!important;
  box-shadow:var(--nwm-hr-shadow-sm)!important;
  padding:5px!important;
}
.nwm-hospitality-ready .nwm-lang-switch a{
  border-radius:9px!important;
  color:var(--nwm-hr-ink-soft)!important;
}
.nwm-hospitality-ready .nwm-lang-switch a.active{
  background:var(--nwm-hr-primary)!important;
  color:#fff!important;
}

/* Weather */
.nwm-hospitality-ready .nwm-weather-grid{gap:16px!important}
.nwm-hospitality-ready .nwm-weather-card{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 90% 0%,rgba(184,138,81,.18),transparent 44%),
    linear-gradient(145deg,#fff,#f8f2e9)!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-weather-card h3,
.nwm-hospitality-ready .nwm-weather-current strong{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-weather-current span,
.nwm-hospitality-ready .nwm-weather-meta span,
.nwm-hospitality-ready .nwm-weather-attribution{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-weather-days>div{
  border:1px solid rgba(184,138,81,.18)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.68)!important;
  color:var(--nwm-hr-ink)!important;
}

/* Promotions and bookings */
.nwm-hospitality-ready .nwm-promotions-track{gap:16px!important}
.nwm-hospitality-ready .nwm-promotion-card,
.nwm-hospitality-ready .nwm-booking-card,
.nwm-hospitality-ready .nwm-news-card,
.nwm-hospitality-ready .nwm-video-card{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
  transition:transform .17s ease,box-shadow .17s ease!important;
}
.nwm-hospitality-ready .nwm-promotion-card:hover,
.nwm-hospitality-ready .nwm-booking-card:hover,
.nwm-hospitality-ready .nwm-news-card:hover,
.nwm-hospitality-ready .nwm-video-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--nwm-hr-shadow)!important;
}
.nwm-hospitality-ready .nwm-promotion-image{min-height:190px!important;background-color:#ece3d8!important}
.nwm-hospitality-ready .nwm-promotion-content{padding:19px!important;color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-promotion-content small,
.nwm-hospitality-ready .nwm-booking-card small,
.nwm-hospitality-ready .nwm-video-meta small{color:var(--nwm-hr-primary)!important}
.nwm-hospitality-ready .nwm-promotion-content h3,
.nwm-hospitality-ready .nwm-booking-card h3,
.nwm-hospitality-ready .nwm-video-meta strong{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-promotion-content p,
.nwm-hospitality-ready .nwm-promotion-content em,
.nwm-hospitality-ready .nwm-booking-card p{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-booking-dates span{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:11px!important;
  background:var(--nwm-hr-surface-soft)!important;
  color:var(--nwm-hr-ink)!important;
}

/* News */
.nwm-hospitality-ready .nwm-news-card{padding:19px!important}
.nwm-hospitality-ready .nwm-news-card h3{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-news-card p{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-news-card footer{border-color:var(--nwm-hr-line)!important}
.nwm-hospitality-ready .nwm-news-meta span{background:#f0ebe4!important;color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-news-meta em{background:#e8efeb!important;color:#3d5a4e!important}
.nwm-hospitality-ready .nwm-news-more{
  border-color:var(--nwm-hr-line)!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}

/* Points, tables and finance */
.nwm-hospitality-ready .nwm-network-balance{
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--nwm-hr-primary),var(--nwm-hr-primary-dark))!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(112,52,33,.18)!important;
}
.nwm-hospitality-ready .nwm-table-wrap{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:14px!important;
  background:#fff!important;
}
.nwm-hospitality-ready .nwm-payments{
  border-radius:0!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
}
.nwm-hospitality-ready .nwm-payments th{
  border-bottom:1px solid var(--nwm-hr-line)!important;
  background:var(--nwm-hr-surface-soft)!important;
  color:var(--nwm-hr-ink-soft)!important;
  font-size:.71rem!important;
}
.nwm-hospitality-ready .nwm-payments td{
  border-bottom:1px solid #eee7df!important;
  color:var(--nwm-hr-ink)!important;
  background:#fff!important;
}
.nwm-hospitality-ready .nwm-payments tbody tr:hover td{background:#fdf9f4!important}
.nwm-hospitality-ready .nwm-points-positive{color:var(--nwm-hr-success)!important}
.nwm-hospitality-ready .nwm-points-negative{color:var(--nwm-hr-danger)!important}

/* Profile */
.nwm-hospitality-ready .nwm-profile-photo-card,
.nwm-hospitality-ready .nwm-profile-fields,
.nwm-hospitality-ready .nwm-wallet-actions form{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:15px!important;
  background:var(--nwm-hr-surface-soft)!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}

/* Events and messages */
.nwm-hospitality-ready .nwm-event,
.nwm-hospitality-ready .nwm-message-thread,
.nwm-hospitality-ready .nwm-restaurant-list article{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:15px!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-event h3,
.nwm-hospitality-ready .nwm-message-thread>strong{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-message-thread small,
.nwm-hospitality-ready .nwm-message-body{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-message-replies{border-color:var(--nwm-hr-line)!important}
.nwm-hospitality-ready .nwm-message-reply{
  border:0!important;
  border-left:3px solid var(--nwm-hr-sage)!important;
  border-radius:10px!important;
  background:#f3f6f4!important;
  color:var(--nwm-hr-ink)!important;
}
.nwm-hospitality-ready .nwm-message-reply span{color:#496357!important}
.nwm-hospitality-ready .nwm-message-reply p{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-event-price{
  border:1px solid rgba(154,79,54,.14)!important;
  border-radius:12px!important;
  background:var(--nwm-hr-primary-soft)!important;
  color:var(--nwm-hr-primary-dark)!important;
}

/* Documents and videos */
.nwm-hospitality-ready .nwm-documents-list{list-style:none!important;padding:0!important;display:grid;gap:10px}
.nwm-hospitality-ready .nwm-documents-list li{
  margin:0!important;
  padding:14px 15px!important;
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
}
.nwm-hospitality-ready .nwm-documents-list a{color:var(--nwm-hr-primary)!important}
.nwm-hospitality-ready .nwm-documents-list small,
.nwm-hospitality-ready .nwm-documents-list em{display:block;color:var(--nwm-hr-ink-soft)!important;margin-top:4px}
.nwm-hospitality-ready .nwm-video-card{overflow:hidden!important}
.nwm-hospitality-ready .nwm-video-frame{background:#1f2523!important}
.nwm-hospitality-ready .nwm-video-meta{padding:17px!important}
.nwm-hospitality-ready .nwm-video-meta p{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-video-qr{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:12px!important;
  background:var(--nwm-hr-surface-soft)!important;
  padding:9px!important;
}

/* Alerts, travel and restaurant */
.nwm-hospitality-ready .nwm-alert-card,
.nwm-hospitality-ready .nwm-travel-card,
.nwm-hospitality-ready .nwm-restaurant-brand,
.nwm-hospitality-ready .nwm-service-card{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:16px!important;
  background:var(--nwm-hr-surface-soft)!important;
  color:var(--nwm-hr-ink)!important;
}
.nwm-hospitality-ready .nwm-alert-card{border-left:5px solid var(--nwm-hr-primary)!important}
.nwm-hospitality-ready .nwm-restaurant-brand{
  background:linear-gradient(145deg,#242a27,#141817)!important;
  color:#fff!important;
}
.nwm-hospitality-ready .nwm-restaurant-brand h3,
.nwm-hospitality-ready .nwm-restaurant-brand p{color:#fff!important}

/* Notices */
.nwm-hospitality-ready .nwm-portal-notice,
.nwm-hospitality-ready .nwm-login-error{
  border:1px solid rgba(47,117,88,.22)!important;
  border-left:5px solid var(--nwm-hr-success)!important;
  border-radius:12px!important;
  background:#eef7f2!important;
  color:#245542!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-portal-notice-error,
.nwm-hospitality-ready .nwm-card-inactive-notice{
  border-color:rgba(161,62,62,.22)!important;
  border-left-color:var(--nwm-hr-danger)!important;
  background:#fbefef!important;
  color:#7b3030!important;
}

/* Member cards remain premium/dark, but sit inside a clean hospitality frame */
.nwm-hospitality-ready .nwm-member-card-item{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:17px!important;
  background:var(--nwm-hr-surface-soft)!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-card-side-label{color:var(--nwm-hr-primary)!important}
.nwm-hospitality-ready .nwm-card-actions,
.nwm-hospitality-ready .nwm-card-actions strong{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-card-actions span{color:var(--nwm-hr-ink-soft)!important}

/* Login */
.nwm-hospitality-ready.nwm-portal-entry{
  min-height:min(720px,calc(100vh - 80px));
  align-items:center!important;
}
.nwm-hospitality-ready .nwm-entry-hero{padding:clamp(28px,5vw,64px)!important;min-height:480px!important}
.nwm-hospitality-ready .nwm-entry-text{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-login-card,
.nwm-hospitality-ready.nwm-operator-shell .nwm-operator-login-card{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:var(--nwm-hr-radius)!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:var(--nwm-hr-shadow)!important;
}
.nwm-hospitality-ready .nwm-login-card h2,
.nwm-hospitality-ready .nwm-operator-login-card h1{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-login-card label{color:var(--nwm-hr-ink)!important}
.nwm-hospitality-ready .nwm-login-help,
.nwm-hospitality-ready .nwm-login-direct-link{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-login-help a,
.nwm-hospitality-ready .nwm-login-direct-link a{color:var(--nwm-hr-primary)!important}

/* Operator portal */
.nwm-hospitality-ready.nwm-operator-shell{max-width:1480px!important}
.nwm-hospitality-ready .nwm-operator-grid{gap:18px!important}
.nwm-hospitality-ready .nwm-operator-search{
  padding:6px;
  border:1px solid var(--nwm-hr-line);
  border-radius:14px;
  background:var(--nwm-hr-surface-soft);
}
.nwm-hospitality-ready .nwm-operator-search input{border:0!important;background:transparent!important;box-shadow:none!important}
.nwm-hospitality-ready .nwm-operator-result-list a{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--nwm-hr-ink)!important;
  box-shadow:none!important;
}
.nwm-hospitality-ready .nwm-operator-result-list a:hover{
  border-color:rgba(154,79,54,.28)!important;
  background:#fdf9f4!important;
}
.nwm-hospitality-ready .nwm-operator-result-list a span{color:var(--nwm-hr-ink-soft)!important}
.nwm-hospitality-ready .nwm-operator-details summary{
  padding:12px 0;
  color:var(--nwm-hr-primary);
}
.nwm-hospitality-ready .nwm-verify-result{
  border:1px solid var(--nwm-hr-line)!important;
  border-radius:14px!important;
  background:var(--nwm-hr-surface-soft)!important;
  color:var(--nwm-hr-ink)!important;
}


/* Mobile and tablet */
@media (max-width:1180px){
  .nwm-hospitality-ready .nwm-premium-dashboard .nwm-dashboard-cards{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (max-width:900px){
  .nwm-hospitality-ready{padding:16px 13px 54px!important}
  .nwm-hospitality-ready .nwm-portal-hero{align-items:flex-start!important}
  .nwm-hospitality-ready .nwm-portal-actions{width:100%;margin-top:10px!important}
  .nwm-hospitality-ready .nwm-premium-dashboard .nwm-dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .nwm-hospitality-ready .nwm-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:680px){
  body.nwm-members-webapp-page,
  body.nwm-operator-portal-page{background:var(--nwm-hr-bg)!important}
  .nwm-hospitality-ready{padding:10px 9px 44px!important;gap:15px!important}
  .nwm-hospitality-ready .nwm-portal-hero,
  .nwm-hospitality-ready .nwm-portal-section,
  .nwm-hospitality-ready .nwm-portal-finance,
  .nwm-hospitality-ready .nwm-portal-events,
  .nwm-hospitality-ready .nwm-portal-communications,
  .nwm-hospitality-ready .nwm-portal-documents,
  .nwm-hospitality-ready .nw-membership-office-panel{
    border-radius:16px!important;
    padding:16px!important;
  }
  .nwm-hospitality-ready .nwm-hero-identity{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;align-items:start!important}
  .nwm-hospitality-ready .nwm-brand-logo{grid-column:1/-1!important;width:124px!important;min-width:124px!important}
  .nwm-hospitality-ready .nwm-profile-avatar-sm{width:54px!important;height:54px!important;flex-basis:54px!important}
  .nwm-hospitality-ready .nwm-portal-actions{display:grid!important;grid-template-columns:46px 1fr 1fr!important;gap:8px!important}
  .nwm-hospitality-ready .nwm-portal-actions .nwm-notification-bell{width:46px!important}
  .nwm-hospitality-ready .nwm-portal-actions :is(.nwm-portal-pill,.nwm-install-app){width:100%!important;padding-inline:10px!important;font-size:.82rem!important}
  .nwm-hospitality-ready .nwm-premium-dashboard .nwm-dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .nwm-hospitality-ready .nwm-dashboard-cards>a,
  .nwm-hospitality-ready .nwm-dashboard-cards>div{min-height:99px!important;padding:13px!important}
  .nwm-hospitality-ready .nwm-dashboard-cards strong{font-size:1.45rem!important}
  .nwm-hospitality-ready .nwm-quick-nav{margin-inline:-4px!important;border-radius:13px!important;overflow-x:auto!important;flex-wrap:nowrap!important}
  .nwm-hospitality-ready .nwm-news-grid{grid-template-columns:1fr!important}
  .nwm-hospitality-ready .nwm-section-head{flex-direction:column!important;gap:10px!important}
  .nwm-hospitality-ready .nwm-card-count{align-self:flex-start!important}
  .nwm-hospitality-ready .nwm-network-balance{width:100%!important;justify-content:center!important}
  .nwm-hospitality-ready :is(button,input[type=submit],.nwm-promotion-button,.nwm-paypal-button){width:100%}
  .nwm-hospitality-ready .nwm-rsvp-form{display:grid!important;grid-template-columns:1fr!important}
  .nwm-hospitality-ready .nwm-rsvp-form>*{width:100%!important;max-width:none!important}
  .nwm-hospitality-ready .nwm-weather-days{display:flex!important;overflow-x:auto!important;padding-bottom:4px}
  .nwm-hospitality-ready .nwm-weather-days>div{min-width:84px}
  .nwm-hospitality-ready .nwm-video-qr{align-items:flex-start!important}
  .nwm-hospitality-ready .nwm-table-wrap{border-radius:11px!important}
}
@media (max-width:390px){
  .nwm-hospitality-ready .nwm-portal-actions{grid-template-columns:46px 1fr!important}
  .nwm-hospitality-ready .nwm-portal-actions .nwm-portal-pill:last-child{grid-column:1/-1!important}
  .nwm-hospitality-ready .nwm-premium-dashboard .nwm-dashboard-cards{grid-template-columns:1fr 1fr!important}
  .nwm-hospitality-ready .nwm-dashboard-cards span{font-size:.68rem!important}
}
@media (prefers-reduced-motion:reduce){
  .nwm-hospitality-ready *,
  .nwm-hospitality-ready *::before,
  .nwm-hospitality-ready *::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
@media print{
  body.nwm-members-webapp-page{background:#fff!important}
  .nwm-hospitality-ready{max-width:none!important;padding:0!important}
  .nwm-hospitality-ready .nwm-portal-section,
  .nwm-hospitality-ready .nwm-portal-finance,
  .nwm-hospitality-ready .nwm-portal-events,
  .nwm-hospitality-ready .nwm-portal-communications{box-shadow:none!important;border-color:#ddd!important}
}

/* Branded login logo */
.nwm-hospitality-ready .nwm-entry-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:min(270px,72%);
  min-height:92px;
  margin:0 0 28px;
  padding:14px 18px;
  border:1px solid rgba(154,79,54,.12);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--nwm-hr-shadow-sm);
}
.nwm-hospitality-ready .nwm-entry-logo img{display:block;max-width:100%;max-height:76px;object-fit:contain}
