/* PAGE-BODY CSS (self-contained) — industries/hospitality  route /industries/hospitality
   Extracted verbatim from CEO-approved production handoff (05 Industries).
   Loaded BEFORE global.css so shared chrome wins. */



/* ========================================================================
   HOSPITALITY PAGE BODY — CEO-APPROVED DESKTOP BASELINE
   Responsive conversion follows LEXI Responsive Design Standard v1.5.
   ======================================================================== */
:root{
  --navy:#061a35;--navy2:#0a2344;--navy3:#0d2b52;--ink:#091a31;--muted:#526173;
  --white:#fff;--paper:#f7f8fa;--paper2:#eef2f6;--gold:#f6aa00;--gold2:#f0b844;
  --cyan:#6ac7ef;--purple:#9a74c6;--line:#c9d2dd;--lineDark:#2c4666;--max:1320px;
}
*{box-sizing:border-box}
.page-body{width:100%;margin:0;overflow:hidden;background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}
.page-body a{color:inherit;text-decoration:none}
.page-body .section{padding:60px 0}
.page-body .section .inner,.page-body .hero .inner{width:min(var(--max),calc(100% - 96px));margin:auto}
.page-body .dark{background:linear-gradient(135deg,var(--navy) 0%,#071c3a 64%,#092549 100%);color:#fff}
.page-body .light{background:linear-gradient(180deg,#fbfcfd 0%,#f2f5f8 100%);color:var(--ink)}
.page-body .eyebrow{font-size:24px;line-height:1.2;font-weight:800;letter-spacing:.045em;text-transform:uppercase;color:var(--gold);margin:0 0 14px}
.page-body h1{font-size:64px;line-height:1.04;letter-spacing:-.035em;margin:0 0 20px;font-weight:780;max-width:700px}
.page-body h2{font-size:44px;line-height:1.08;letter-spacing:-.026em;margin:0 0 18px;font-weight:760}
.page-body h3{font-size:20px;line-height:1.2;margin:0 0 9px;font-weight:800;letter-spacing:-.01em}
.page-body p{font-size:20px;line-height:1.52;margin:0;color:inherit}
.page-body .dark .lead,.page-body .dark .body{color:#e9f0f7}
.page-body .light .body,.page-body .light .lead{color:#39485c}
.page-body .body{max-width:820px}
.page-body .small{font-size:18px;line-height:1.48}
.page-body .buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.page-body .btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:7px;font-size:18px;font-weight:800}
.page-body .btn-primary{background:var(--gold);color:#10213b;border:1px solid var(--gold)}
.page-body .btn-secondary.darkbtn{border:1.5px solid var(--cyan);color:#fff;background:transparent}
.page-body .btn-secondary.lightbtn{border:1.5px solid #274365;color:#13253f;background:transparent}
.page-body .btn:hover{filter:brightness(1.035)}
.page-body .btn:focus-visible{outline:3px solid #9adcf5;outline-offset:3px}
.page-body section{scroll-margin-top:90px}

/* Hero */
.page-body .hero{padding:60px 0;background:radial-gradient(circle at 75% 35%,#12315b 0,#071c3a 34%,#061a35 70%);color:#fff}
.page-body .hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.page-body .hero .copy p{color:#e6edf6;max-width:640px}
.page-body .hero .support{margin-top:16px}
.page-body .hero-photo-wrap{position:relative;min-height:530px;border-radius:18px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.10)}
.page-body .hero-photo{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 52%}
.page-body .hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,53,.16),transparent 30%),linear-gradient(0deg,rgba(6,26,53,.14),transparent 28%);pointer-events:none}
.page-body .hero-flow{margin-top:42px;display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr 54px 1.08fr 54px 1fr;gap:0;align-items:stretch}
.page-body .flow-card{min-height:126px;border:1px solid rgba(106,199,239,.32);border-radius:12px;background:rgba(255,255,255,.035);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:18px 14px}
.page-body .flow-card.edge{background:#0a294f;border-color:#d7a23b;box-shadow:inset 0 0 0 1px rgba(231,166,45,.12)}
.page-body .flow-card .label{font-size:16px;line-height:1.25;font-weight:800;letter-spacing:.03em;text-transform:uppercase;margin-top:10px}
.page-body .flow-arrow{display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:28px;font-weight:900}

/* Icons and feature systems */
.page-body .icon{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.page-body .icon-lg{width:56px;height:56px}
.page-body .dark .icon{color:var(--gold2)}
.page-body .light .icon{color:#284668}
.page-body .icon-accent{color:var(--cyan)!important}
.page-body .section-head{display:grid;grid-template-columns:1fr;max-width:930px;margin-bottom:34px}
.page-body .features-4{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:34px}
.page-body .features-5{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-top:36px}
.page-body .feature{position:relative;padding-top:4px}
.page-body .feature .icon{margin-bottom:16px}
.page-body .feature p{font-size:18px;line-height:1.48;color:inherit;opacity:.92}
.page-body .light .feature p{color:#405067}
.page-body .dark .feature p{color:#dce5ef}

/* Workflows */
.page-body .workflow{margin-top:38px;border:1px solid rgba(91,112,137,.26);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.45);display:flex;align-items:stretch;justify-content:center}
.page-body .dark .workflow{border-color:rgba(106,199,239,.28);background:rgba(255,255,255,.035)}
.page-body .workflow-item{flex:1;min-height:96px;padding:16px 18px;display:flex;align-items:center;justify-content:center;gap:14px;text-align:left}
.page-body .workflow-item .icon{width:38px;height:38px;flex:0 0 auto}
.page-body .workflow-item strong{font-size:16px;line-height:1.25;letter-spacing:.03em;text-transform:uppercase}
.page-body .workflow-sep{width:52px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:26px;font-weight:900;flex:0 0 auto}

/* Section 3 — approved isometric visual */
.page-body .energy-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}
.page-body .diagram-panel{min-height:360px;border-radius:18px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}
.page-body .energy-isometric{display:block;width:100%;height:auto;max-height:390px;object-fit:contain;object-position:center}

/* Section 4 — image intentionally removed in approved baseline */
.page-body .ops-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:64px;align-items:start}
.page-body .ops-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 34px}
.page-body .ops-grid .feature{border-top:1px solid #d7dee7;padding-top:20px}
.page-body .ops-grid .feature:nth-child(5){grid-column:span 2}

/* Section 5 */
.page-body .risk-strip{margin-top:34px;display:grid;grid-template-columns:1fr 58px 1.25fr;align-items:stretch}
.page-body .risk-box{border:1px solid rgba(106,199,239,.25);border-radius:14px;background:rgba(255,255,255,.035);padding:20px;display:flex;align-items:center;justify-content:center;gap:22px;text-align:center}
.page-body .risk-box strong{font-size:16px;letter-spacing:.02em}

/* Section 6 */
.page-body .stack-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:54px;align-items:start}
.page-body .stack-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.page-body .stack-grid .feature{text-align:left}
.page-body .stack-grid .feature p{font-size:17px}
.page-body .stack-flow{margin-top:36px;display:grid;grid-template-columns:.7fr 70px 1.5fr;gap:0;align-items:stretch}
.page-body .stack-box{min-height:112px;border:1px solid #b7c3d1;border-radius:12px;background:#fff;padding:18px 22px;display:flex;align-items:center;justify-content:center;gap:16px;text-align:center}
.page-body .stack-box strong{font-size:16px;letter-spacing:.02em;text-transform:uppercase}
.page-body .stack-logo{display:block;width:110px;height:auto;object-fit:contain}

/* Section 7 */
.page-body .outcomes{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:34px}
.page-body .outcome{padding:22px 0 0;border-top:1px solid rgba(106,199,239,.24)}
.page-body .outcome .icon{margin-bottom:14px}
.page-body .outcome h3{font-size:20px;margin:0 0 8px}
.page-body .outcome p{font-size:18px;line-height:1.46;color:#dce6f2}
.page-body .get-row{margin-top:34px;border:1px solid rgba(231,166,45,.55);border-radius:999px;padding:10px 18px;display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap;background:rgba(255,255,255,.03)}
.page-body .get-row span{font-size:16px;font-weight:700;padding:0 15px;border-right:1px solid rgba(231,166,45,.45)}
.page-body .get-row span:last-child{border-right:0}
.page-body .related{font-size:16px;line-height:1.7;color:#ccd9e8;margin-top:22px;text-align:center}
.page-body .related b{color:#fff}
.page-body .related a{color:#ccd9e8;text-decoration:none;white-space:normal}
.page-body .related a:hover{text-decoration:underline}
.page-body .related a:focus-visible{outline:3px solid #9adcf5;outline-offset:3px}
.page-body .related-sep{color:rgba(255,255,255,.38);padding:0 8px}
.page-body .section7 .buttons{justify-content:center}

/* Tablet */
@media(max-width:1100px){
  .page-body .section .inner,.page-body .hero .inner{width:auto;margin:0 32px}
  .page-body .section,.page-body .hero{padding-top:52px;padding-bottom:52px}
  .page-body h1{font-size:52px}
  .page-body h2{font-size:40px}
  .page-body .eyebrow{font-size:21px}
  .page-body .hero-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:40px}
  .page-body .hero-photo-wrap{min-height:0;aspect-ratio:1/1}
  .page-body .hero-flow{grid-template-columns:1fr 30px 1fr 30px 1fr 34px 1fr 34px 1fr}
  .page-body .flow-card{min-height:112px;padding:15px 10px}
  .page-body .flow-card .label{font-size:14px}
  .page-body .features-5,.page-body .stack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .page-body .features-4,.page-body .outcomes{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-body .energy-grid{grid-template-columns:1fr 1fr;gap:34px}
  .page-body .ops-layout,.page-body .stack-layout{grid-template-columns:1fr;gap:34px}
  .page-body .workflow{overflow-x:auto;justify-content:flex-start}
  .page-body .workflow-item{min-width:175px}
  .page-body .workflow-sep{width:36px}
}

/* Small tablet / mobile stacking */
@media(max-width:820px){
  .page-body .section .inner,.page-body .hero .inner{margin:0 24px}
  .page-body .section,.page-body .hero{padding-top:48px;padding-bottom:48px}
  .page-body .hero-grid,.page-body .energy-grid{grid-template-columns:1fr;gap:34px}
  .page-body .hero-photo-wrap{width:100%;max-width:680px;margin:0 auto;aspect-ratio:1/1}
  .page-body .hero-flow{grid-template-columns:1fr;gap:12px}
  .page-body .hero-flow .flow-arrow{height:24px;transform:rotate(90deg)}
  .page-body .flow-card{min-height:94px;flex-direction:row;gap:14px;text-align:left}
  .page-body .flow-card .label{margin-top:0}
  .page-body .features-5,.page-body .stack-grid,.page-body .features-4,.page-body .outcomes{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-body .workflow{display:grid;grid-template-columns:1fr;overflow:visible}
  .page-body .workflow-item{min-width:0;min-height:78px;justify-content:flex-start}
  .page-body .workflow-sep{width:auto;height:26px;transform:rotate(90deg)}
  .page-body .ops-grid{grid-template-columns:1fr}
  .page-body .ops-grid .feature:nth-child(5){grid-column:auto}
  .page-body .risk-strip{grid-template-columns:1fr;gap:10px}
  .page-body .risk-strip>.workflow-sep{height:28px;transform:rotate(90deg)}
  .page-body .stack-flow{grid-template-columns:1fr;gap:10px}
  .page-body .stack-flow>.flow-arrow{height:30px;transform:rotate(90deg)}
  .page-body .stack-box{min-height:96px}
  .page-body .get-row{border-radius:14px;justify-content:flex-start}
  .page-body .get-row span{padding:6px 10px;border-right:0}
}

/* Mobile */
@media(max-width:560px){
  .page-body .section .inner,.page-body .hero .inner{margin:0 18px}
  .page-body .section,.page-body .hero{padding-top:42px;padding-bottom:42px}
  .page-body h1{font-size:42px;line-height:1.04}
  .page-body h2{font-size:34px}
  .page-body h3{font-size:19px}
  .page-body .eyebrow{font-size:18px;margin-bottom:12px}
  .page-body p{font-size:18px}
  .page-body .hero-photo-wrap{border-radius:14px}
  .page-body .features-5,.page-body .stack-grid,.page-body .features-4,.page-body .outcomes{grid-template-columns:1fr;gap:28px}
  .page-body .feature p,.page-body .outcome p,.page-body .stack-grid .feature p{font-size:17px}
  .page-body .buttons{display:grid;grid-template-columns:1fr;gap:12px}
  .page-body .btn{width:100%;white-space:normal;text-align:center}
  .page-body .risk-box{flex-wrap:wrap}
  .page-body .stack-box{flex-direction:column}
  .page-body .related{text-align:left}
  .page-body .related-sep{display:none}
  .page-body .related a{display:block;padding:3px 0}
}


/* ========================================================================
   GLOBAL HEADER / FOOTER v2 — LINKEDIN ONLY
   ======================================================================== */
:root{
  --ghf-navy:#001733;--ghf-navy-2:#00213f;--ghf-navy-3:#082b4f;
  --ghf-cyan:#6ec6e9;--ghf-cyan-muted:#335d7c;--ghf-gold:#f6aa00;
  --ghf-white:#fff;--ghf-text-muted:#a9bdd1;--ghf-page-bg:#f4f7fa;--ghf-focus:#9adcf5;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ghf-page-bg);color:#081c37;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{text-underline-offset:3px}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--ghf-focus);outline-offset:3px}
.skip-link{position:fixed;left:16px;top:-80px;z-index:2000;background:#fff;color:#001733;padding:10px 14px;border-radius:4px;font-weight:700;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.18)}
.skip-link:focus{top:12px}
.site-header{position:relative;z-index:1000;height:82px;background:linear-gradient(90deg,var(--ghf-navy-2) 0%,var(--ghf-navy) 45%,#00142d 100%);color:#fff;border-bottom:1px solid rgba(110,198,233,.18);font-family:Arial,Helvetica,sans-serif}
.header-inner{height:100%;padding:0 30px;display:grid;grid-template-columns:180px 1fr 164px;align-items:center;gap:20px;max-width:1440px;margin:0 auto}
.logo-wrap{display:flex;align-items:center;width:max-content}.logo{display:block;width:108px;height:auto}.primary-nav{display:flex;align-items:stretch;justify-content:center;height:100%;gap:0}
.nav-link{position:relative;min-width:102px;height:100%;display:flex;align-items:center;justify-content:center;padding:4px 16px 0;color:#fff;text-decoration:none;font-size:15px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}
.nav-link::after{content:"";position:absolute;left:9px;right:9px;bottom:10px;height:2px;background:rgba(110,198,233,.18)}.nav-link.active::after,.nav-link[aria-current="page"]::after{background:var(--ghf-gold);height:3px}
.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.header-cta,.footer-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:40px;padding:0 18px;border:2px solid var(--ghf-gold);border-radius:4px;color:var(--ghf-gold);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}
.site-header .arrow,.site-footer .arrow{font-size:18px;line-height:1;margin-top:-1px}.menu-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:transparent;color:#fff;align-items:center;justify-content:center;cursor:pointer}.menu-toggle-lines{width:20px;height:14px;position:relative;display:block}.menu-toggle-lines::before,.menu-toggle-lines::after,.menu-toggle-lines span{content:"";position:absolute;left:0;width:20px;height:2px;background:currentColor;border-radius:2px;transition:transform .18s ease,opacity .18s ease,top .18s ease}.menu-toggle-lines::before{top:0}.menu-toggle-lines span{top:6px}.menu-toggle-lines::after{top:12px}.site-header.menu-open .menu-toggle-lines::before{top:6px;transform:rotate(45deg)}.site-header.menu-open .menu-toggle-lines span{opacity:0}.site-header.menu-open .menu-toggle-lines::after{top:6px;transform:rotate(-45deg)}
.site-footer{background:linear-gradient(90deg,#00203e 0%,var(--ghf-navy) 44%,#00142d 100%);color:#fff;border-top:1px solid rgba(110,198,233,.16);font-family:Arial,Helvetica,sans-serif}.footer-main{padding:36px 30px 24px;max-width:1440px;margin:0 auto}.footer-top{min-height:94px;display:grid;grid-template-columns:220px 1fr 164px;align-items:center;gap:20px}.footer-brand .logo{width:116px}.footer-nav{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:nowrap}.footer-nav a{position:relative;color:#fff;text-decoration:none;font-size:14px;font-weight:600;padding:10px 12px 13px;white-space:nowrap}.footer-nav a::after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:1px;background:rgba(110,198,233,.26)}.footer-cta{justify-self:end}.footer-divider{height:1px;background:rgba(110,198,233,.18)}.utility-wrap{padding:20px 30px 18px;max-width:1440px;margin:0 auto}.utility-grid{border:1px solid rgba(246,170,0,.72);border-radius:8px;display:grid;grid-template-columns:repeat(7,1fr);overflow:hidden;background:rgba(255,255,255,.015)}.utility-item{min-height:70px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;color:#dfeaf3;text-decoration:none;font-size:13.5px;font-weight:600;text-align:left;white-space:nowrap}.utility-item + .utility-item{border-left:1px solid rgba(246,170,0,.45)}.utility-item svg{width:25px;height:25px;flex:0 0 25px;stroke:#88bfe0;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.utility-item.talk{color:#fff}.utility-item.talk svg{stroke:var(--ghf-gold)}.footer-bottom{max-width:1440px;margin:0 auto;padding:12px 30px 18px;display:flex;align-items:center;justify-content:space-between;color:#8fa6ba;font-size:11px}.footer-bottom-left{display:flex;gap:18px;align-items:center}.socials{display:flex;align-items:center;gap:9px}.social{width:24px;height:24px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:11px;font-weight:700}
@media(max-width:1100px){.header-inner{grid-template-columns:1fr auto;padding:0 24px}.logo{width:104px}.header-actions{grid-column:2}.header-cta{display:none}.menu-toggle{display:flex}.primary-nav{display:none;position:absolute;left:0;right:0;top:82px;height:auto;padding:16px 24px 22px;background:#001733;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(110,198,233,.2);grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.site-header.menu-open .primary-nav{display:grid}.nav-link{min-width:0;height:54px;justify-content:flex-start;padding:0 16px;font-size:16px}.nav-link::after{left:16px;right:16px;bottom:6px}.footer-top{grid-template-columns:180px 1fr}.footer-cta{grid-column:1/-1;justify-self:start}.footer-nav{display:grid;grid-template-columns:repeat(4,1fr);width:100%}.utility-grid{grid-template-columns:repeat(4,1fr)}.utility-item + .utility-item{border-left:0}.utility-item{border-bottom:1px solid rgba(246,170,0,.32)}.utility-item:nth-child(n+5){border-bottom:0}}
@media(max-width:700px){.header-inner{padding:0 16px}.logo{width:96px}.primary-nav{grid-template-columns:1fr;padding:12px 16px 18px}.footer-main,.utility-wrap,.footer-bottom{padding-left:18px;padding-right:18px}.footer-top{grid-template-columns:1fr;gap:14px}.footer-nav{grid-template-columns:repeat(2,1fr);justify-content:start}.footer-cta{grid-column:auto}.utility-grid{grid-template-columns:repeat(2,1fr)}.utility-item:nth-child(n+5){border-bottom:1px solid rgba(246,170,0,.32)}.utility-item:nth-last-child(-n+1){border-bottom:0}.footer-bottom{gap:18px}}
@media(max-width:420px){.utility-grid{grid-template-columns:1fr}.utility-item{border-bottom:1px solid rgba(246,170,0,.32)!important}.utility-item:last-child{border-bottom:0!important}.footer-bottom{flex-direction:column;align-items:flex-start}}

