:root{--gate-ink:#13251b;--gate-gold:#f0b94e;--gate-white:#fff}

.desktop-gate{display:none}

@media(min-width:600px){
  html{min-height:100%;background:var(--gate-ink)}
  body{width:100%!important;max-width:none!important;min-height:100vh;margin:0!important;background:var(--gate-ink)!important}
  body>*:not(.desktop-gate){display:none!important}

  .desktop-gate{
    position:relative;
    isolation:isolate;
    display:grid;
    min-height:100vh;
    overflow:hidden;
    grid-template-rows:auto 1fr auto;
    color:var(--gate-white);
    background:url('images/main-podcast-green-studio-v2.png') center/cover no-repeat;
    font-family:'DM Sans','Segoe UI',Arial,sans-serif;
  }

  .desktop-gate::before{
    position:absolute;
    z-index:-1;
    inset:0;
    content:"";
    background:linear-gradient(180deg,rgba(12,29,20,.6),rgba(12,29,20,.46) 40%,rgba(12,29,20,.8)),radial-gradient(circle at center,rgba(12,29,20,.12),rgba(12,29,20,.55));
  }

  .desktop-gate-brand{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:min(92vw,1200px);
    margin:0 auto;
    padding:28px 0;
  }

  .desktop-gate-brand img{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.24))}
  .desktop-gate-brand span{display:grid;line-height:1;text-align:left}
  .desktop-gate-brand b{font:400 26px/1 'Allura',cursive}
  .desktop-gate-brand small{margin-top:5px;color:#f4cd7b;font:700 12px/1.1 'Playfair Display',Georgia,serif;letter-spacing:1.5px;text-transform:uppercase}

  .desktop-gate-content{display:grid;place-items:center;width:min(92vw,1200px);margin:auto;padding:42px 0 70px;text-align:center}
  .desktop-gate-copy{width:min(820px,100%)}
  .desktop-gate-eyebrow{margin:0 0 20px;color:#f4cd7b;font-size:13px;font-weight:700;letter-spacing:2.8px;text-transform:uppercase}
  .desktop-gate h2{display:grid;justify-items:center;margin:0;color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:clamp(56px,7vw,94px);font-weight:500;line-height:.93;letter-spacing:-3px;text-shadow:0 3px 24px rgba(0,0,0,.38)}
  .desktop-gate h2 span{font-size:.42em;font-weight:400;letter-spacing:5px;text-transform:uppercase}
  .desktop-gate h2 em{margin-top:8px;color:var(--gate-gold);font:400 1.02em/.85 'Allura',cursive;letter-spacing:0}
  .desktop-gate-copy>p:last-child{max-width:620px;margin:28px auto 0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.6}

  .desktop-gate-notice{display:block;min-height:0;padding:0;border-top:1px solid rgba(255,255,255,.16);background:rgba(9,25,16,.72);color:#fff;font:inherit;letter-spacing:0;backdrop-filter:blur(10px)}
  .desktop-gate-notice>div{display:flex;align-items:center;justify-content:center;gap:20px;width:min(92vw,1200px);min-height:82px;margin:0 auto;padding:14px 0}
  .desktop-gate-notice p{margin:0;color:rgba(255,255,255,.74);font-size:15px;line-height:1.5;text-align:center}
  .desktop-gate-notice strong{color:#fff}
  .desktop-gate-phone{display:flex;flex:none;align-items:center;gap:8px;color:rgba(255,255,255,.68);font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase}
  .desktop-gate-phone svg{width:20px;color:var(--gate-gold)}
}
