/*
 * HeyOK — Nav & Footer Shared Styles
 * Include on every page: <link rel="stylesheet" href="/HeyOK/Website/partials/nav-footer.css">
 */

/* ── NAV ── */
#heyok-nav {
  background: rgba(10,10,10,0.98);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 52px;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-logo img { height: 28px; display: block; }
.nav-logo:focus { outline: 2px solid #D3207F; outline-offset: 4px; }

.nav-centre { display: flex; align-items: center; }

.nav-item {
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  padding: 12px 20px;
  cursor: pointer;
  transition: color 0.2s;
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-item a { color: inherit; text-decoration: none; }
.nav-item:hover,
.nav-item.nav-item-active { color: #fff; }

.nav-trigger::after {
  content: 'v';
  font-size: 8px;
  margin-left: 6px;
  opacity: 0.4;
  display: inline-block;
  transition: transform 0.2s;
}
.nav-trigger.open { color: #fff; }
.nav-trigger.open::after { transform: rotate(180deg); opacity: 0.7; }

.nav-cta {
  background: #D3207F;
  color: #fff;
  padding: 12px 26px;
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}
.nav-cta:hover { background: #b01a6a; }
.nav-cta:focus { outline: 2px solid #F6FF55; outline-offset: 4px; }

/* Backdrop */
.nav-backdrop {
  position: fixed;
  inset: 0;
  top: 65px;
  background: rgba(0,0,0,0.6);
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.nav-backdrop.show { opacity: 1; pointer-events: all; }

/* ── MEGA MENU ── */
.nav-mega {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  background: #D3207F;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s;
  z-index: 450;
}
.nav-trigger.open .nav-mega {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.mega-inner {
  display: grid;
  grid-template-columns: 1.6fr 1.4fr 1fr 1fr;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  align-items: start;
}

.mega-col { padding: 32px 44px; border-right: 1px solid rgba(0,0,0,0.12); }
.mega-feat { padding: 32px 36px; background: rgba(0,0,0,0.15); }

.mega-cat {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 22px;
}

.mega-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

.mega-product {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 8px;
  margin: 0 -8px;
  cursor: pointer;
  transition: background 0.15s;
  text-decoration: none;
  color: #fff;
}
.mega-product:hover { background: rgba(0,0,0,0.1); }
.mega-product:hover .mega-dot { background: rgba(255,255,255,0.9) !important; }
.mega-product:hover .mega-name { color: #fff; }
.mega-product:focus { outline: 2px solid #D3207F; outline-offset: 2px; }
.mega-product-feat { background: rgba(246,255,85,0.04); border: 1px solid rgba(246,255,85,0.1); padding: 14px 12px; margin: 0 -8px 0; }
.mega-product-feat:hover { background: rgba(246,255,85,0.08) !important; }
.mega-product-feat .mega-desc { color: rgba(255,255,255,0.5); margin-top: 4px; }

.mega-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  flex-shrink: 0;
  margin-top: 5px;
  transition: background 0.15s;
}
.mega-dot-hi { background: rgba(255,255,255,0.4); }

.mega-name {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s;
}
.mega-desc { font-size: 11px; color: rgba(255,255,255,0.6); line-height: 1.5; }

.mega-badge {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 7px;
  font-weight: 700;
  line-height: 1.5;
  flex-shrink: 0;
}
.mega-badge-hot { background: #D3207F; color: #fff; }
.mega-badge-new { background: #F6FF55; color: #0a0a0a; }

.mega-feat-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.mega-feat-heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 12px;
}
.mega-feat-heading em { font-style: italic; color: #F6FF55; }
.mega-feat-body {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 16px;
}
.mega-feat-points { list-style: none; margin-bottom: 20px; }
.mega-feat-points li {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mega-feat-points li:last-child { border-bottom: none; }
.mega-feat-points li::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.mega-feat-cta {
  background: #fff;
  color: #D3207F;
  padding: 12px 20px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}
.mega-feat-cta:hover { background: #F6FF55; }
.mega-feat-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-top: 9px;
  letter-spacing: 0.03em;
}

/* Options strip */
.mega-options {
  display: flex;
  align-items: center;
  padding: 14px 44px;
  background: rgba(0,0,0,0.15);
}
.mega-options-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-right: 28px;
  flex-shrink: 0;
  white-space: nowrap;
}
.mega-options-list { display: flex; flex-wrap: wrap; gap: 7px; }
.mega-opt {
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: all 0.15s;
  white-space: nowrap;
}
.mega-opt:hover { background: #fff; color: #D3207F; border-color: #fff; }

/* ── FOOTER ── */
#heyok-footer {
  background: #0e0e0e;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 64px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.fcol { padding: 52px 44px; border-right: 1px solid rgba(255,255,255,0.07); }
.fcol:last-child { border-right: none; }

.fcol-logo { display: block; margin-bottom: 16px; }
.fcol-logo img { height: 24px; display: block; opacity: 0.9; }

.fcol-tagline {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 240px;
}

.fcol-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.soc-pill {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  display: inline-block;
}
.soc-pill:hover { color: #fff; border-color: rgba(255,255,255,0.3); }

.fcol-title {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #D3207F;
  margin-bottom: 20px;
}

.flink {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.62);
  margin-bottom: 12px;
  text-decoration: none;
  transition: color 0.15s;
}
.flink:hover { color: #fff; }
.flink-city { color: rgba(255,255,255,0.55); }
.city-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #D3207F;
  margin-right: 10px;
  opacity: 0.55;
  flex-shrink: 0;
}
.flink-cta { color: #D3207F; margin-top: 20px; }
.flink-cta:hover { color: #ff3d9a; }

.foot-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 44px;
  gap: 20px;
}
.foot-bar-left {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}
.foot-bar-link {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.15s;
}
.foot-bar-link:hover { color: rgba(255,255,255,0.55); }
.foot-bar-right { font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 0.04em; }

/* ── MOBILE NAV DEFAULTS (desktop) ── */
.nav-mobile-right{display:none;align-items:center;gap:10px}
.nav-cta-mobile{display:none}
.nav-cta-desktop{display:inline-block}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  #heyok-nav {
  background: rgba(10,10,10,0.98); padding: 14px 20px; }
  .nav-centre { display: none; }
  .nav-cta-desktop { display: none !important; }
  .nav-mobile-right { display: flex; }
  .nav-cta-mobile { display: none; }
  .nav-mobile-overlay { top: 57px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .fcol { padding: 36px 24px; }
  .fcol:nth-child(2) { border-right: none; }
  .fcol:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.07); border-right: 1px solid rgba(255,255,255,0.07); }
  .fcol:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); }
  .foot-bar { flex-direction: column; align-items: flex-start; padding: 16px 24px; gap: 10px; }
}
@media (max-width: 600px) {
  .footer-main { grid-template-columns: 1fr; }
  .fcol { border-right: none !important; border-top: 1px solid rgba(255,255,255,0.07); }
  .fcol:first-child { border-top: none; }
  .mega-inner { grid-template-columns: 1fr; }
  .mega-two-col { grid-template-columns: 1fr; }
}

@media(max-width:600px){
  .exp-icon-grid { grid-template-columns: repeat(2,1fr); }
}
body.mega-open nav[aria-label="Breadcrumb"] { opacity: 0; pointer-events: none; transition: opacity 0.15s; }
nav[aria-label="Breadcrumb"] { transition: opacity 0.15s; }

/* Add-ons column */
.mega-col-addons .mega-product-sm { padding: 6px 8px; margin: 0 -8px; }
.mega-col-addons .mega-name { font-size: 12px; color: rgba(255,255,255,0.8); }

/* Experiences mega — dark theme */
.nav-mega-exp { background: #0e0e0e; border-bottom: 1px solid rgba(255,255,255,0.07); }
.nav-mega-exp .mega-inner { border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-mega-exp .mega-col { border-right: 1px solid rgba(255,255,255,0.06); }
.nav-mega-exp .mega-cat { color: #D3207F; }
.nav-mega-exp .mega-product:hover { background: rgba(255,255,255,0.04); }
.nav-mega-exp .mega-dot { background: rgba(255,255,255,0.15); }
.nav-mega-exp .mega-dot-hi { background: rgba(211,32,127,0.35); }
.nav-mega-exp .mega-product:hover .mega-dot { background: #D3207F !important; }
.nav-mega-exp .mega-name { color: rgba(255,255,255,0.85); }
.nav-mega-exp .mega-desc { color: rgba(255,255,255,0.35); }
.mega-feat-exp { background: #161616; }
.mega-feat-cta-exp { background: #D3207F; color: #fff; }
.mega-feat-cta-exp:hover { background: #b01a6a; }

/* ── MOBILE NAV ── */

.hamburger{
  width:38px;height:38px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:5px;cursor:pointer;background:transparent;
  border:1px solid rgba(255,255,255,0.14);padding:0;flex-shrink:0;
}
.hamburger span{display:block;width:16px;height:1.5px;background:#fff;transition:all 0.25s}
.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

.nav-mobile-overlay{
  position:fixed;inset:0;top:57px;
  background:#0a0a0a;
  z-index:450;
  overflow-y:auto;
  padding:32px 0 100px;
  opacity:0;pointer-events:none;
  transform:translateY(-8px);
  transition:opacity 0.25s,transform 0.25s;
}
.nav-mobile-overlay.open{opacity:1;pointer-events:all;transform:translateY(0)}

.mob-group{padding:0 24px;margin-bottom:28px}
.mob-group-label{
  font-size:10px;letter-spacing:0.18em;text-transform:uppercase;
  color:#D3207F;margin-bottom:14px;opacity:0.8;
  font-family:'Space Mono',monospace;
}
.mob-link{
  display:flex;align-items:center;justify-content:space-between;
  font-size:20px;font-weight:700;letter-spacing:-0.02em;
  color:rgba(255,255,255,0.85);
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,0.05);
  text-decoration:none;transition:color 0.15s;
  font-family:'Space Mono',monospace;
}
.mob-link:last-child{border-bottom:none}
.mob-link:hover{color:#fff}
.mob-arrow{font-size:14px;color:rgba(255,255,255,0.2);transition:color 0.15s;flex-shrink:0;margin-left:auto;padding-left:12px}
.mob-link:hover .mob-arrow{color:#D3207F}
.mob-divider{height:1px;background:rgba(255,255,255,0.06);margin:4px 24px 24px}
.mob-top-link{
  display:block;
  font-size:22px;font-weight:700;letter-spacing:-0.02em;
  color:rgba(255,255,255,0.6);
  padding:10px 24px;
  text-decoration:none;transition:color 0.15s;
  font-family:'Space Mono',monospace;
}
.mob-top-link:hover{color:#fff}
.mob-overlay-cta{
  position:fixed;
  bottom:0;left:0;right:0;
  padding:16px 24px;
  background:#0a0a0a;
  border-top:1px solid rgba(255,255,255,0.07);
  z-index:451;
}
.mob-overlay-cta-btn{
  display:block;width:100%;
  background:#D3207F;color:#fff;
  padding:16px 24px;
  font-family:'Space Mono',monospace;font-size:13px;font-weight:700;
  letter-spacing:0.07em;text-transform:uppercase;
  text-align:center;text-decoration:none;border:none;cursor:pointer;
}

/* ── Experiences mega — icon-first tile grid ── */
.nav-mega-exp .mega-inner { display:block !important; }
.exp-mega-inner { padding:20px 28px !important; }
.exp-icon-grid { display:grid; grid-template-columns:repeat(8,1fr); gap:4px; }
.exp-item { display:flex; flex-direction:column; align-items:center; gap:8px; padding:16px 8px 12px; text-decoration:none; color:#fff; transition:background 0.15s; text-align:center; }
.exp-item:hover { background:rgba(255,255,255,0.04); }
.exp-item:hover .exp-icon { background:rgba(211,32,127,0.1); border-color:rgba(211,32,127,0.25); }
.exp-item:hover .exp-icon img { opacity:1; }
.exp-item:hover .exp-name { color:#fff; }
.exp-icon { width:56px; height:56px; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.07); overflow:hidden; transition:background 0.15s,border-color 0.15s; }
.exp-icon img { width:100%; height:100%; object-fit:cover; opacity:0.6; filter:invert(1); transition:opacity 0.15s; }
.exp-icon-dot { width:8px; height:8px; border-radius:50%; background:rgba(211,32,127,0.45); }
.exp-name { font-size:9px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:rgba(255,255,255,0.6); line-height:1.3; }

@media(max-width:900px){
  .page{display:flex !important;flex-direction:column !important;}
  .info-panel{order:2 !important;}
  .slider-panel{order:1 !important;height:72vw !important;min-height:280px !important;max-height:420px !important;}
}