:root{
  --restart-ivory:#f6f1e9;
  --restart-paper:#fffdf9;
  --restart-terracotta:#9b5037;
  --restart-terracotta-dark:#6f3424;
  --restart-forest:#293832;
  --restart-sage:#71847a;
  --restart-sand:#c39a62;
  --restart-line:#e7ded3;
  --restart-muted:#66716c;
  --restart-shadow:0 20px 60px rgba(48,35,26,.10);
  --restart-shadow-soft:0 8px 28px rgba(48,35,26,.07);
  --restart-radius:24px;
  --restart-font-display:Georgia,"Times New Roman",serif;
  --restart-font-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body.restart-hospitality-theme{
  margin:0;
  max-width:100%;
  overflow-x:hidden;
  background:var(--restart-ivory);
  color:var(--restart-forest);
  font-family:var(--restart-font-sans);
  font-size:16px;
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.restart-menu-open{overflow:hidden}
img,video,iframe{max-width:100%;height:auto}
a{color:var(--restart-terracotta);text-underline-offset:3px}
a:hover{color:var(--restart-terracotta-dark)}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
.screen-reader-text,.restart-skip-link:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.restart-skip-link:focus{position:fixed;z-index:9999;top:12px;left:12px;padding:10px 14px;border-radius:8px;background:#fff;color:#111;box-shadow:var(--restart-shadow)}
.restart-site-content{min-height:60vh}

/* Header */
.restart-site-header{
  position:sticky;
  z-index:100;
  top:0;
  width:100%;
  border-bottom:1px solid transparent;
  background:rgba(246,241,233,.84);
  backdrop-filter:blur(18px) saturate(1.2);
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.restart-site-header.is-scrolled{border-color:rgba(155,80,55,.10);background:rgba(255,253,249,.93);box-shadow:0 8px 26px rgba(48,35,26,.055)}
.restart-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;width:min(1440px,calc(100% - 48px));min-height:88px;margin:0 auto}
.restart-site-brand{display:inline-grid;place-items:center;width:118px;height:66px;text-decoration:none}
.restart-site-brand img{display:block;width:100%;height:100%;object-fit:contain}
.restart-primary-nav{justify-self:center}
.restart-menu,.restart-menu-fallback{display:flex;align-items:center;gap:clamp(20px,2.8vw,46px);margin:0;padding:0;list-style:none}
.restart-menu a,.restart-menu-fallback a{position:relative;color:var(--restart-forest);font-size:.86rem;font-weight:700;text-decoration:none}
.restart-menu a:after,.restart-menu-fallback a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--restart-terracotta);transition:right .18s ease}
.restart-menu a:hover:after,.restart-menu .current-menu-item>a:after,.restart-menu-fallback a:hover:after{right:0}
.restart-menu .sub-menu{position:absolute;display:none;min-width:220px;margin:8px 0 0;padding:12px;border:1px solid var(--restart-line);border-radius:14px;background:#fff;box-shadow:var(--restart-shadow);list-style:none}
.restart-menu li{position:relative}
.restart-menu li:hover>.sub-menu,.restart-menu li:focus-within>.sub-menu{display:grid;gap:7px}
.restart-menu .sub-menu a{display:block;padding:8px 10px;border-radius:8px}
.restart-menu .sub-menu a:hover{background:#f7f1e9}

.restart-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.restart-language-switcher{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(41,56,50,.12);border-radius:10px;background:rgba(255,253,249,.66)}
.restart-language-link{display:grid;place-items:center;min-width:28px;height:28px;padding:0 5px;border-radius:7px;color:var(--restart-muted)!important;font-size:.62rem;font-weight:850;letter-spacing:.04em;text-decoration:none;transition:background .16s ease,color .16s ease}
.restart-language-link:hover,.restart-language-link.is-active{background:var(--restart-forest);color:#fff!important}

.restart-header-access{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 17px;border-radius:11px;background:var(--restart-forest);color:#fff!important;font-size:.84rem;font-weight:780;text-decoration:none;transition:transform .16s ease,background .16s ease}
.restart-header-access:hover{background:var(--restart-terracotta);transform:translateY(-1px)}
.restart-menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:10px;background:transparent;padding:10px;cursor:pointer}
.restart-menu-toggle>span:not(.screen-reader-text){display:block;width:23px;height:1.5px;margin:5px auto;background:var(--restart-forest);transition:transform .2s ease,opacity .2s ease}
.restart-menu-toggle[aria-expanded=true]>span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.restart-menu-toggle[aria-expanded=true]>span:nth-child(2){opacity:0}
.restart-menu-toggle[aria-expanded=true]>span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* Shared */
.restart-home{width:min(1520px,100%);margin:0 auto;padding:0 clamp(18px,3vw,52px) 80px}
.restart-eyebrow{margin:0 0 12px;color:var(--restart-terracotta);font-size:.72rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.restart-section{padding:clamp(76px,9vw,138px) 0}
.restart-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);column-gap:clamp(34px,8vw,120px);align-items:end;margin-bottom:clamp(38px,5vw,72px)}
.restart-section-heading .restart-eyebrow{grid-column:1/-1}
.restart-section-heading h2{max-width:820px;margin:0;color:var(--restart-forest);font-family:var(--restart-font-display);font-size:clamp(2.7rem,5.5vw,6rem);font-weight:500;letter-spacing:-.055em;line-height:.98}
.restart-section-heading>p:last-child{margin:0;color:var(--restart-muted);font-size:clamp(.98rem,1.25vw,1.12rem);line-height:1.8}
.restart-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:13px 20px;border:1px solid transparent;border-radius:11px;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .17s ease,background .17s ease,color .17s ease,border-color .17s ease,box-shadow .17s ease}
.restart-button:hover{transform:translateY(-2px)}
.restart-button-primary{background:var(--restart-terracotta);color:#fff!important;box-shadow:0 10px 24px rgba(111,52,36,.15)}
.restart-button-primary:hover{background:var(--restart-terracotta-dark);box-shadow:0 14px 30px rgba(111,52,36,.22)}
.restart-button-ghost{border-color:rgba(41,56,50,.20);color:var(--restart-forest)!important;background:transparent}
.restart-button-ghost:hover{border-color:var(--restart-terracotta);background:#fff}
.restart-button-light{background:#fff;color:var(--restart-forest)!important}
.restart-button-light:hover{background:#f6eee4}

/* Hero */
.restart-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:clamp(44px,6vw,98px);align-items:center;min-height:calc(100vh - 88px);padding:clamp(58px,7vw,112px) 0 clamp(72px,9vw,134px)}
.restart-hero-copy h1{max-width:760px;margin:0;color:var(--restart-forest);font-family:var(--restart-font-display);font-size:clamp(4.4rem,8.2vw,9.2rem);font-weight:500;letter-spacing:-.07em;line-height:.84}
.restart-hero-lead{max-width:650px;margin:30px 0 0;color:var(--restart-muted);font-size:clamp(1.02rem,1.35vw,1.22rem);line-height:1.8}
.restart-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.restart-hero-micro{display:flex;gap:clamp(18px,3vw,42px);margin-top:54px;padding-top:19px;border-top:1px solid var(--restart-line);color:var(--restart-muted);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.restart-hero-visual{position:relative;min-height:680px;isolation:isolate}
.restart-hero-visual:before{content:"";position:absolute;inset:5% 4% 0 12%;border-radius:47% 47% 26% 26%;background:linear-gradient(145deg,#e8ded2,#f9f4ed);box-shadow:inset 0 0 0 1px rgba(155,80,55,.08)}
.restart-visual-ring{position:absolute;z-index:0;width:440px;height:440px;right:-55px;top:50px;border:1px solid rgba(155,80,55,.14);border-radius:50%;box-shadow:0 0 0 42px rgba(195,154,98,.07),0 0 0 84px rgba(113,132,122,.04)}
.restart-network-card{position:absolute;z-index:4;left:12%;top:22%;width:min(520px,78%);aspect-ratio:1.58;padding:clamp(22px,3vw,38px);border:1px solid rgba(255,255,255,.18);border-radius:28px;background:linear-gradient(145deg,#2b3933,#1f2c27);color:#fff;box-shadow:0 34px 80px rgba(41,56,50,.30);transform:rotate(-6deg)}
.restart-network-card:before{content:"";position:absolute;inset:0;overflow:hidden;border-radius:inherit;background:radial-gradient(circle at 100% 0%,rgba(195,154,98,.24),transparent 42%),linear-gradient(115deg,transparent 48%,rgba(255,255,255,.055) 49%,transparent 50%)}
.restart-network-card-top,.restart-network-card-bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}
.restart-network-card-top img{width:112px;height:58px;object-fit:contain;filter:brightness(0) invert(1)}
.restart-network-card-top span{font-size:.66rem;font-weight:900;letter-spacing:.17em;color:#dfbd8c}
.restart-network-card-name{position:relative;z-index:1;margin-top:14%;font-family:var(--restart-font-display);font-size:clamp(2rem,4vw,4.2rem);letter-spacing:-.05em;line-height:.92}
.restart-network-card-bottom{position:absolute;left:clamp(22px,3vw,38px);right:clamp(22px,3vw,38px);bottom:clamp(20px,2.4vw,30px);font-size:.68rem;letter-spacing:.08em;color:rgba(255,255,255,.68)}
.restart-network-card-bottom b{color:#dfbd8c;font-weight:800}
.restart-location-tag{position:absolute;z-index:5;display:grid;gap:3px;min-width:175px;padding:15px 17px;border:1px solid rgba(155,80,55,.12);border-radius:15px;background:rgba(255,253,249,.94);box-shadow:var(--restart-shadow-soft);backdrop-filter:blur(12px)}
.restart-location-tag small{color:var(--restart-terracotta);font-size:.62rem;font-weight:900;letter-spacing:.14em}
.restart-location-tag strong{font-family:var(--restart-font-display);font-size:1.3rem;font-weight:500}
.restart-location-tag span{color:var(--restart-muted);font-size:.7rem}
.restart-location-rome{left:1%;bottom:18%;transform:rotate(4deg)}
.restart-location-tuscany{right:0;top:15%;transform:rotate(-3deg)}
.restart-visual-caption{position:absolute;z-index:5;right:7%;bottom:9%;display:flex;align-items:center;gap:10px;color:var(--restart-muted);font-size:.7rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.restart-visual-caption span{width:38px;height:1px;background:var(--restart-terracotta)}

/* Destination */
.restart-destination-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.restart-destination{position:relative;min-height:480px;padding:clamp(34px,5vw,70px);overflow:hidden;border-radius:30px}
.restart-destination h3{max-width:560px;margin:0 0 22px;font-family:var(--restart-font-display);font-size:clamp(2.5rem,4.4vw,5.2rem);font-weight:500;letter-spacing:-.055em;line-height:.95}
.restart-destination p:not(.restart-eyebrow){max-width:540px;margin:0;font-size:1rem;line-height:1.75}
.restart-destination-dark{background:var(--restart-forest);color:#fff}
.restart-destination-dark h3{color:#fff}.restart-destination-dark p:not(.restart-eyebrow){color:rgba(255,255,255,.72)}.restart-destination-dark .restart-eyebrow{color:#ddb984}
.restart-destination-light{border:1px solid var(--restart-line);background:linear-gradient(145deg,#fffdf9,#eee3d6)}
.restart-index{position:absolute;right:38px;top:28px;color:rgba(155,80,55,.20);font-family:var(--restart-font-display);font-size:5rem;line-height:1}
.restart-destination-dark .restart-index{color:rgba(255,255,255,.10)}
.restart-destination-line{position:absolute;left:clamp(34px,5vw,70px);right:clamp(34px,5vw,70px);bottom:40px;height:1px;background:rgba(255,255,255,.14)}
.restart-destination-light .restart-destination-line{background:rgba(155,80,55,.16)}

/* Direct portals */
.restart-portals-section{padding-top:clamp(34px,5vw,72px);border-top:1px solid var(--restart-line)}
.restart-portals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.restart-portal-card{
  position:relative;
  z-index:1;
  isolation:isolate;
  display:flex;
  min-height:360px;
  flex-direction:column;
  overflow:hidden;
  padding:30px;
  border:1px solid var(--restart-line);
  border-radius:22px;
  background:rgba(255,253,249,.88);
  color:var(--restart-forest)!important;
  box-shadow:0 8px 30px rgba(48,35,26,.045);
  text-decoration:none;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.restart-portal-card:before{
  content:"";
  position:absolute;
  z-index:-1;
  right:-70px;
  bottom:-85px;
  width:220px;
  height:220px;
  border:1px solid rgba(155,80,55,.12);
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(195,154,98,.055),0 0 0 76px rgba(113,132,122,.035);
  pointer-events:none;
  transition:transform .25s ease;
}
.restart-portal-card:hover{transform:translateY(-6px);border-color:rgba(155,80,55,.32);background:#fff;box-shadow:0 24px 58px rgba(48,35,26,.12)}
.restart-portal-card:hover:before{transform:scale(1.08)}
.restart-portal-card:focus-visible{outline:3px solid var(--restart-sand);outline-offset:4px}
.restart-portal-index{position:absolute;right:24px;top:18px;color:rgba(155,80,55,.16);font-family:var(--restart-font-display);font-size:4.3rem;line-height:1;pointer-events:none}
.restart-portal-card .restart-eyebrow{position:relative;z-index:1;margin-bottom:34px}
.restart-portal-card h3{position:relative;z-index:1;margin:0 0 16px;font-family:var(--restart-font-display);font-size:clamp(1.85rem,2.4vw,2.7rem);font-weight:500;letter-spacing:-.045em;line-height:1.02}
.restart-portal-card>p:not(.restart-eyebrow){position:relative;z-index:1;margin:0;color:var(--restart-muted);font-size:.92rem;line-height:1.68}
.restart-portal-card strong{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:30px;color:var(--restart-terracotta);font-size:.78rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.restart-portal-card strong span{font-size:1.2rem;transition:transform .18s ease}
.restart-portal-card:hover strong span{transform:translateX(4px)}
.restart-portal-card-operator{border-color:rgba(41,56,50,.2);background:var(--restart-forest);color:#fff!important}
.restart-portal-card-operator .restart-eyebrow,.restart-portal-card-operator strong{color:#dfbd8c}
.restart-portal-card-operator>p:not(.restart-eyebrow){color:rgba(255,255,255,.68)}
.restart-portal-card-operator .restart-portal-index{color:rgba(255,255,255,.09)}
.restart-portal-card-operator:before{border-color:rgba(255,255,255,.1);box-shadow:0 0 0 38px rgba(255,255,255,.035),0 0 0 76px rgba(195,154,98,.04)}
.restart-portal-card-operator:hover{border-color:rgba(195,154,98,.7);background:#20302a}
.restart-portal-card-restaurant{background:linear-gradient(145deg,#fffdf9,#f1e3d5)}

/* Services */
.restart-services-section{border-top:1px solid var(--restart-line)}
.restart-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.restart-service-card{min-height:300px;padding:28px;border:1px solid var(--restart-line);border-radius:20px;background:rgba(255,253,249,.72);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.restart-service-card:hover{transform:translateY(-5px);background:#fff;box-shadow:var(--restart-shadow-soft)}
.restart-service-card>span{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid rgba(155,80,55,.18);border-radius:50%;color:var(--restart-terracotta);font-size:.7rem;font-weight:850}
.restart-service-card h3{margin:80px 0 13px;font-family:var(--restart-font-display);font-size:1.85rem;font-weight:500;letter-spacing:-.04em}
.restart-service-card p{margin:0;color:var(--restart-muted);font-size:.91rem;line-height:1.72}

/* CTA */
.restart-access-cta{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,8vw,130px);align-items:end;margin:clamp(40px,6vw,90px) 0 0;padding:clamp(42px,6vw,86px);border-radius:32px;background:var(--restart-terracotta);color:#fff}
.restart-access-cta .restart-eyebrow{color:#f0d3ab}
.restart-access-cta h2{max-width:800px;margin:0;color:#fff;font-family:var(--restart-font-display);font-size:clamp(2.8rem,5vw,6rem);font-weight:500;letter-spacing:-.055em;line-height:.98}
.restart-access-cta>div:last-child{display:grid;gap:24px;justify-items:start}
.restart-access-cta p:not(.restart-eyebrow){max-width:570px;margin:0;color:rgba(255,255,255,.75);font-size:1.02rem;line-height:1.75}
.restart-editor-content{max-width:900px;margin:0 auto}

/* Generic */
.restart-content-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:clamp(70px,9vw,140px) 0}
.restart-page-card{padding:clamp(28px,6vw,76px);border:1px solid var(--restart-line);border-radius:28px;background:#fffdf9;box-shadow:var(--restart-shadow-soft)}
.restart-page-card h1,.restart-archive-header h1{margin:0;color:var(--restart-forest);font-family:var(--restart-font-display);font-size:clamp(3rem,6vw,7rem);font-weight:500;letter-spacing:-.06em;line-height:.95}
.restart-entry-content{max-width:850px;margin-top:40px}.restart-entry-content>*+*{margin-top:1.3em}.restart-entry-content h2,.restart-entry-content h3{font-family:var(--restart-font-display);font-weight:500;letter-spacing:-.035em}.restart-entry-content h2{font-size:2.2rem}.restart-entry-content blockquote{margin:2em 0;padding:1px 0 1px 24px;border-left:2px solid var(--restart-terracotta);color:var(--restart-muted)}
.restart-archive-header{margin-bottom:52px}.restart-post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.restart-post-card{overflow:hidden;border:1px solid var(--restart-line);border-radius:22px;background:#fff}.restart-post-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.restart-post-card>div{padding:26px}.restart-post-card h2{margin:6px 0 14px;font-family:var(--restart-font-display);font-size:2rem;font-weight:500;line-height:1.05}.restart-post-card h2 a{color:var(--restart-forest);text-decoration:none}.restart-post-meta{margin:0;color:var(--restart-terracotta);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.restart-text-link{font-size:.84rem;font-weight:800;text-decoration:none}.restart-error-page{text-align:center}.restart-error-page .restart-page-card{max-width:900px;margin:auto}.restart-error-page p{max-width:620px;margin:24px auto;color:var(--restart-muted)}.restart-error-page .restart-hero-actions{justify-content:center}

/* Footer */
.restart-site-footer{margin-top:80px;padding:72px clamp(18px,4vw,62px) 24px;background:var(--restart-forest);color:#fff}
.restart-footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:clamp(32px,6vw,90px);width:min(1400px,100%);margin:auto;padding-bottom:58px}
.restart-footer-brand img{width:150px;height:86px;object-fit:contain}.restart-footer-brand p{max-width:430px;margin:24px 0 0;color:rgba(255,255,255,.63);font-size:.92rem;line-height:1.75}
.restart-footer-grid>div:not(.restart-footer-brand){display:grid;align-content:start;gap:9px}.restart-footer-grid a,.restart-footer-grid span{color:rgba(255,255,255,.68);font-size:.84rem;text-decoration:none}.restart-footer-grid a:hover{color:#fff}.restart-footer-title{margin:0 0 8px;color:#ddb984;font-size:.68rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.restart-footer-menu{display:grid;gap:8px;margin:0;padding:0;list-style:none}.restart-footer-bottom{display:flex;justify-content:space-between;gap:20px;width:min(1400px,100%);margin:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.45);font-size:.72rem}

/* Plugin pages */
body.nwm-members-webapp-page .restart-site-content,
body.nwm-operator-portal-page .restart-site-content,
body.nwm-access-hub-page .restart-site-content{min-height:calc(100vh - 88px)}
body.nwm-access-hub-page .restart-site-footer{margin-top:0}
body.nwm-members-webapp-page .restart-site-header,
body.nwm-operator-portal-page .restart-site-header,
body.nwm-access-hub-page .restart-site-header{position:relative}
body.nwm-members-webapp-page .restart-site-footer,
body.nwm-operator-portal-page .restart-site-footer{margin-top:0}

/* Reveal */
.restart-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.restart-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1180px){
  .restart-hero{grid-template-columns:1fr;min-height:0;padding-top:80px}.restart-hero-copy{max-width:920px}.restart-hero-copy h1{font-size:clamp(5rem,12vw,9.5rem)}.restart-hero-visual{min-height:720px;width:min(850px,100%);margin:auto}.restart-portals-grid,.restart-service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .restart-header-inner{grid-template-columns:auto auto 1fr;width:min(100% - 28px,1440px);min-height:76px;gap:12px}.restart-site-brand{width:100px;height:56px}.restart-menu-toggle{display:block;justify-self:end;grid-column:3}.restart-header-tools{grid-column:1/-1;display:flex;justify-content:space-between;width:100%;padding:8px 0 12px}.restart-header-access{display:inline-flex}.restart-primary-nav{position:fixed;inset:76px 0 auto;display:none;max-height:calc(100vh - 76px);overflow:auto;padding:24px;background:rgba(255,253,249,.98);border-top:1px solid var(--restart-line);box-shadow:var(--restart-shadow)}.restart-primary-nav.is-open{display:block}.restart-menu,.restart-menu-fallback{display:grid;gap:4px}.restart-menu a,.restart-menu-fallback a{display:block;padding:13px 4px;font-size:1rem}.restart-menu a:after{display:none}.restart-menu .sub-menu{position:static;display:grid;margin:0;padding:2px 0 2px 18px;border:0;background:transparent;box-shadow:none}.restart-section-heading{grid-template-columns:1fr;gap:22px}.restart-destination-grid{grid-template-columns:1fr}.restart-destination{min-height:430px}.restart-access-cta{grid-template-columns:1fr}.restart-footer-grid{grid-template-columns:1.5fr 1fr 1fr}.restart-footer-grid>div:last-child{grid-column:2/-1}.restart-footer-bottom{flex-direction:column}.restart-post-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .restart-home{padding-inline:14px}.restart-hero{padding-top:52px}.restart-hero-copy h1{font-size:clamp(4.1rem,20vw,7rem)}.restart-hero-lead{font-size:1rem}.restart-hero-actions{display:grid}.restart-button{width:100%}.restart-hero-micro{gap:16px;overflow-x:auto}.restart-hero-micro span{min-width:max-content}.restart-hero-visual{min-height:530px}.restart-hero-visual:before{inset:5% 0 0}.restart-visual-ring{width:300px;height:300px;right:-115px;top:15px}.restart-network-card{left:4%;top:22%;width:88%;border-radius:22px;transform:rotate(-4deg)}.restart-network-card-name{font-size:clamp(2rem,11vw,3.6rem)}.restart-location-tag{min-width:145px;padding:12px}.restart-location-rome{left:0;bottom:13%}.restart-location-tuscany{right:-4%;top:9%}.restart-visual-caption{right:2%;bottom:2%;font-size:.58rem}.restart-section{padding:82px 0}.restart-section-heading h2{font-size:clamp(2.8rem,14vw,5rem)}.restart-destination{min-height:460px;padding:30px 24px}.restart-destination h3{font-size:clamp(2.6rem,12vw,4.2rem)}.restart-destination-line{left:24px;right:24px}.restart-portals-grid,.restart-service-grid{grid-template-columns:1fr}.restart-portal-card{min-height:300px;padding:26px 24px}.restart-service-card{min-height:250px}.restart-service-card h3{margin-top:50px}.restart-access-cta{padding:34px 24px;border-radius:24px}.restart-access-cta h2{font-size:clamp(2.8rem,13vw,4.8rem)}.restart-footer-grid{grid-template-columns:1fr}.restart-footer-grid>div:last-child{grid-column:auto}.restart-site-footer{padding-top:54px}.restart-footer-bottom{align-items:flex-start}.restart-page-card{padding:32px 22px;border-radius:22px}.restart-page-card h1,.restart-archive-header h1{font-size:clamp(3.2rem,16vw,5.8rem)}
}
@media(max-width:430px){.restart-network-card-bottom span:nth-child(2){display:none}.restart-location-tag strong{font-size:1.05rem}.restart-location-tuscany{top:5%}.restart-hero-visual{min-height:500px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.restart-reveal{opacity:1;transform:none;transition:none}.restart-button,.restart-site-header,.restart-service-card,.restart-portal-card{transition:none}}


/* Restart Hospitality 1.0.2 — operator portal integration */
body.nwm-operator-portal-page .restart-site-content,
body.nwm-members-webapp-page .restart-site-content{
  width:100%;
  overflow:visible;
}
body.nwm-operator-portal-page .nwm-operator-shell,
body.nwm-members-webapp-page .nwm-portal{
  width:min(1500px,calc(100% - 24px));
  margin-inline:auto;
}
body.nwm-operator-portal-page .restart-site-header{
  border-bottom-color:rgba(155,80,55,.12);
  background:rgba(255,253,249,.96);
}
body.nwm-operator-portal-page .restart-site-footer{
  margin-top:48px;
}
body.nwm-operator-portal-page .nwm-operator-commandbar{
  font-family:var(--restart-font-sans);
}
@media(max-width:700px){
  body.nwm-operator-portal-page .nwm-operator-shell,
  body.nwm-members-webapp-page .nwm-portal{width:100%;}
}

/* Restart Hospitality 1.0.3 — language synchronization */
@media(max-width:900px){.restart-language-switcher{max-width:100%;overflow-x:auto}.restart-header-tools .restart-header-access{min-height:38px;padding:8px 12px;font-size:.76rem}}
@media(max-width:520px){.restart-header-tools{gap:8px}.restart-language-link{min-width:25px;height:26px;font-size:.58rem}.restart-header-tools .restart-header-access span{display:none}}


/* Restart Hospitality 1.1.0 — professional guest, operator and employee workspaces */
body.nwm-employee-portal-page .restart-site-content,
body.nwm-operator-portal-page .restart-site-content,
body.nwm-members-webapp-page .restart-site-content{background:linear-gradient(180deg,#f7f2eb 0,#fffdf9 38%,#f4eee6 100%);padding-bottom:64px}
body.nwm-employee-portal-page .restart-site-header,
body.nwm-operator-portal-page .restart-site-header,
body.nwm-members-webapp-page .restart-site-header{position:relative;background:rgba(255,253,249,.97);border-bottom:1px solid rgba(111,75,58,.13)}
body.nwm-employee-portal-page .restart-site-footer,
body.nwm-operator-portal-page .restart-site-footer,
body.nwm-members-webapp-page .restart-site-footer{margin-top:0}
body.nwm-employee-portal-page .nwm-employee-portal{width:min(1380px,calc(100% - 28px));margin-inline:auto;padding-top:28px}
body.nwm-operator-portal-page .nwm-operator-shell{padding-top:28px}
body.nwm-employee-portal-page button,
body.nwm-operator-portal-page button,
body.nwm-members-webapp-page button{font-family:var(--restart-font-sans)}
@media(max-width:700px){body.nwm-employee-portal-page .nwm-employee-portal{width:100%;padding-top:12px}}

/* 1.2.5 — normalized typography + Metodo Classico footer */
:root{
  --restart-text-xs:.72rem;
  --restart-text-sm:.84rem;
  --restart-text-base:1rem;
  --restart-text-lead:clamp(1rem,1.15vw,1.12rem);
  --restart-leading-tight:1.12;
  --restart-leading-heading:1.18;
  --restart-leading-body:1.68;
}
body.restart-hospitality-theme{
  font-size:var(--restart-text-base);
  line-height:var(--restart-leading-body);
}
body.restart-hospitality-theme :where(h1,h2,h3,h4,p,li,a,span,strong,small,button,label,input,select,textarea){
  overflow-wrap:anywhere;
}
body.restart-hospitality-theme :where(h1,h2,h3,h4){
  margin-top:0;
  text-wrap:balance;
}
body.restart-hospitality-theme :where(p,li){
  text-wrap:pretty;
}
.restart-menu a,.restart-menu-fallback a,.restart-header-access,.restart-button{
  line-height:1.25;
}
.restart-hero-copy h1{
  line-height:.92;
}
.restart-hero-lead,.restart-section-heading>p:last-child,.restart-destination p:not(.restart-eyebrow),.restart-service-card p,.restart-access-cta p:not(.restart-eyebrow),.restart-entry-content{
  line-height:var(--restart-leading-body);
}
.restart-section-heading h2,.restart-destination h3,.restart-access-cta h2,.restart-page-card h1,.restart-archive-header h1{
  line-height:1;
}
.restart-service-card h3,.restart-post-card h2,.restart-entry-content h2,.restart-entry-content h3{
  line-height:var(--restart-leading-heading);
}
.restart-eyebrow,.restart-post-meta,.restart-footer-title,.restart-hero-micro,.restart-network-card-top span{
  line-height:1.35;
}
.restart-entry-content :where(p,li){font-size:1rem}
.restart-entry-content :where(small,figcaption){font-size:var(--restart-text-sm);line-height:1.55;color:var(--restart-muted)}
.restart-footer-grid{
  grid-template-columns:minmax(250px,1.55fr) repeat(3,minmax(170px,1fr));
  align-items:start;
}
.restart-footer-grid>div{
  min-width:0;
}
.restart-footer-grid>div:not(.restart-footer-brand){
  display:grid;
  align-content:start;
  gap:10px;
}
.restart-footer-grid a,.restart-footer-grid span,.restart-footer-grid p:not(.restart-footer-title){
  font-size:.88rem;
  line-height:1.55;
}
.restart-footer-title{
  min-height:1.4em;
  margin:0 0 10px;
}
.restart-footer-brand p{
  margin-top:22px;
}
.restart-footer-bottom{
  line-height:1.55;
}
@media(max-width:1180px){
  .restart-footer-grid{grid-template-columns:minmax(260px,1.4fr) repeat(2,minmax(180px,1fr))}
}
@media(max-width:760px){
  body.restart-hospitality-theme{font-size:15.5px}
  .restart-footer-grid{grid-template-columns:1fr 1fr;gap:30px 24px}
  .restart-footer-brand{grid-column:1/-1}
  .restart-footer-grid>div:last-child{grid-column:auto}
}
@media(max-width:520px){
  .restart-footer-grid{grid-template-columns:1fr}
  .restart-footer-brand,.restart-footer-grid>div:last-child{grid-column:auto}
  .restart-footer-grid a,.restart-footer-grid span,.restart-footer-grid p:not(.restart-footer-title){font-size:.92rem}
  .restart-footer-title{font-size:.72rem}
}

/* Restart Hospitality 1.3.2 — compact operator workspace integration */
body.nwm-operator-portal-page .restart-site-content{
  width:100%;
  min-height:calc(100vh - 84px);
  overflow:visible;
  padding-bottom:0;
}
body.nwm-operator-portal-page .nwm-operator-shell{
  width:min(1720px,calc(100% - 28px));
  max-width:1720px;
  margin-inline:auto;
}
body.nwm-operator-portal-page .restart-site-header{
  z-index:110;
  border-bottom-color:rgba(32,58,51,.12);
}
body.nwm-operator-portal-page .restart-site-footer{margin-top:0}
@media(max-width:700px){
  body.nwm-operator-portal-page .nwm-operator-shell{width:100%}
}
