/* TampaPirates.com — exact-concept static HTML build */
:root{
  --black:#050403;
  --ship:#0d0a08;
  --wood:#20120a;
  --gold:#d9a84a;
  --gold2:#f6df9b;
  --ivory:#f2dfb0;
  --red:#8c1d12;
  --red2:#b9361e;
  --teal:#0b7880;
  --teal2:#0e9ca8;
  --ink:#080604;
  --muted:#cdbb91;
  --line:rgba(217,168,74,.38);
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ivory);
  background:
    radial-gradient(circle at 50% 0%, rgba(185,70,25,.22), transparent 34rem),
    linear-gradient(180deg,#050403 0%, #0b0705 42%, #130b07 100%);
  font-family:"Cinzel", Georgia, serif;
}
a{color:inherit}
img{max-width:100%;display:block}

.skip-link{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip-link:focus{
  left:16px;top:16px;width:auto;height:auto;z-index:99999;
  background:var(--gold);color:#111;padding:10px 14px;border-radius:4px;
}

/* Exact hero image mode */
.exact-hero{
  position:relative;
  width:100%;
  background:#050403;
  overflow:hidden;
  border-bottom:1px solid rgba(217,168,74,.45);
}
.hero-art{
  width:100%;
  height:auto;
  display:block;
}

/* Invisible, functional areas over baked-in visual design */
.hero-hotspots{
  position:absolute;
  inset:0;
}
.hotspot{
  position:absolute;
  display:block;
  text-decoration:none;
  border-radius:4px;
  outline:0;
}
.hotspot span{
  position:absolute;
  width:1px;height:1px;overflow:hidden;
  clip:rect(0 0 0 0);
}
.hotspot:hover,
.hotspot:focus-visible{
  box-shadow:0 0 0 2px rgba(246,223,155,.55),0 0 22px rgba(217,168,74,.3);
  background:rgba(217,168,74,.08);
}

/* Percentages based on the 1672 x 941 concept image */
.nav-home{left:28.4%;top:5.55%;width:4.4%;height:3.2%}
.nav-shop{left:34.0%;top:5.55%;width:7.7%;height:3.2%}
.nav-culture{left:43.1%;top:5.55%;width:7.5%;height:3.2%}
.nav-events{left:52.8%;top:5.55%;width:5.2%;height:3.2%}
.nav-gallery{left:59.3%;top:5.55%;width:5.4%;height:3.2%}
.nav-about{left:66.2%;top:5.55%;width:4.4%;height:3.2%}
.nav-contact{left:72.2%;top:5.55%;width:5.4%;height:3.2%}
.nav-account{left:89.1%;top:5.2%;width:2.0%;height:3.9%;border-radius:50%}
.nav-cart{left:92.0%;top:5.3%;width:2.8%;height:3.8%}

.cta-shop{left:3.8%;top:83.0%;width:12.0%;height:5.0%}
.cta-culture{left:17.0%;top:83.0%;width:16.0%;height:5.0%}
.cta-crew{left:35.4%;top:83.0%;width:11.5%;height:5.0%}

.signup-hotspot{
  left:8.0%;top:91.0%;width:42.5%;height:6.2%;
  display:flex;align-items:center;justify-content:flex-end;gap:0;
  padding-left:27%;
}
.signup-hotspot {
  display: none !important;
}

/* Mobile functional version */
.mobile-header{display:none}
.mobile-nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 16px;
  background:rgba(5,4,3,.96);
  border-bottom:1px solid var(--line);
}
.mobile-logo img{width:150px}
.menu-toggle{
  border:1px solid var(--line);
  color:var(--gold2);
  background:#120a06;
  font-size:26px;
  padding:6px 12px;
}
.mobile-menu{
  display:none;
  flex-direction:column;
  background:#080504;
  border-bottom:1px solid var(--line);
}
.mobile-menu.open{display:flex}
.mobile-menu a{
  padding:14px 18px;text-decoration:none;border-top:1px solid rgba(217,168,74,.18);
  color:var(--ivory);font-weight:700;
}
.mobile-hero{
  min-height:640px;
  padding:80px 20px 50px;
  text-align:center;
  background:
    linear-gradient(90deg,rgba(5,4,3,.92),rgba(5,4,3,.45)),
    url("../images/tampa-pirates-hero-concept.png") center/cover no-repeat;
}
.eyebrow{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:900;
  font-size:.78rem;
  margin:0 0 12px;
}
.mobile-hero h1{
  font-family:"Pirata One","IM Fell English SC",Georgia,serif;
  color:var(--gold2);
  font-size:clamp(4rem,18vw,7rem);
  line-height:.82;
  margin:0 0 24px;
  text-shadow:0 4px 0 #3a1208,0 0 28px rgba(217,168,74,.38);
}
.mobile-hero p{
  max-width:640px;margin:0 auto 28px;color:#f3e6c8;font-size:1.05rem;line-height:1.65;
}
.mobile-cta{display:grid;gap:12px;max-width:360px;margin:0 auto}

/* General sections */
.section{
  padding:86px 20px;
  position:relative;
}
.wrap{
  max-width:var(--max);
  margin:0 auto;
}
.narrow{max-width:850px}
.center{text-align:center}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}
h2{
  font-family:"IM Fell English SC","Cinzel",Georgia,serif;
  color:var(--gold2);
  font-size:clamp(2rem,4vw,4rem);
  line-height:1;
  margin:0 0 18px;
  text-shadow:0 2px 0 #36180d;
}
h3{
  font-family:"IM Fell English SC","Cinzel",Georgia,serif;
  color:var(--gold2);
  font-size:1.55rem;
  margin:12px 0;
}
p{
  color:#d7c5a0;
  line-height:1.7;
}
.intro-panel{
  background:linear-gradient(180deg,#090605,#130b07);
  border-top:1px solid rgba(217,168,74,.18);
  border-bottom:1px solid rgba(217,168,74,.18);
}
.cards-section{
  background:
    radial-gradient(circle at 20% 0%, rgba(14,156,168,.14), transparent 35rem),
    linear-gradient(180deg,#0b0705,#130b07);
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:36px;
}
.card,.panel,.culture-list div,.timeline-grid div,.crew-box{
  background:linear-gradient(180deg,rgba(35,18,10,.82),rgba(9,6,5,.92));
  border:1px solid var(--line);
  box-shadow:0 20px 50px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.03);
}
.card{
  padding:30px;
  border-radius:18px;
  position:relative;
  overflow:hidden;
}
.card:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(217,168,74,.1),transparent 42%);
  pointer-events:none;
}
.card-icon{
  color:var(--gold);
  font-size:2.3rem;
}
.card a{
  color:var(--gold2);
  text-decoration:none;
  font-weight:900;
  border-bottom:1px solid var(--gold);
}
.split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:stretch;
}
.panel{
  border-radius:22px;
  padding:38px;
}
.culture-list{
  display:grid;
  gap:16px;
}
.culture-list div{
  padding:22px;
  border-radius:14px;
  color:#d7c5a0;
  line-height:1.6;
}
.culture-list strong{color:var(--gold2)}
.timeline{
  background:linear-gradient(180deg,#090605,#050403);
}
.timeline-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:34px;
}
.timeline-grid div{
  padding:28px;
  border-radius:18px;
}
.timeline-grid span{
  color:var(--teal2);
  font-size:2.4rem;
  font-weight:900;
  opacity:.9;
}
.gallery-grid{
  display:grid;
  grid-template-columns:1fr 1.7fr;
  gap:22px;
  align-items:center;
  margin-top:34px;
}
.gallery-grid img{
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.45);
}
.about{
  background:
    linear-gradient(180deg,rgba(5,4,3,.94),rgba(5,4,3,.88)),
    url("../images/tampa-pirates-hero-concept.png") center/cover fixed;
}
.crew{
  padding-top:40px;
}
.crew-box{
  border-radius:24px;
  padding:32px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
}
.crew-form{
  display:flex;
  gap:0;
}
.crew-form input{
  width:100%;
  padding:16px;
  border:1px solid var(--line);
  background:#f3dfb8;
  color:#190b05;
  font-size:1rem;
}
.crew-form button{
  padding:16px 24px;
  white-space:nowrap;
  border:1px solid var(--line);
  background:linear-gradient(180deg,var(--red2),var(--red));
  color:var(--gold2);
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 22px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.06em;
  border:1px solid rgba(246,223,155,.6);
  box-shadow:0 8px 20px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.08);
}
.btn-red{background:linear-gradient(180deg,var(--red2),var(--red));color:var(--gold2)}
.btn-dark{background:linear-gradient(180deg,#21120a,#070504);color:var(--gold2)}
.btn-teal{background:linear-gradient(180deg,var(--teal2),#07555c);color:#fff3cf}
.btn-gold{background:linear-gradient(180deg,#e0b657,#9a6420);color:#1a0b04}

.site-footer{
  border-top:1px solid var(--line);
  padding:28px 20px;
  background:#050403;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.footer-inner p{margin:0}
.footer-inner nav{
  display:flex;gap:18px;flex-wrap:wrap;
}
.footer-inner a{
  color:var(--gold2);
  text-decoration:none;
  font-weight:700;
}

.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

@media(max-width:900px){
  .exact-hero{display:none}
  .mobile-header{display:block}
  .two-col,.split,.cards,.timeline-grid,.gallery-grid,.crew-box{
    grid-template-columns:1fr;
  }
  .section{padding:62px 18px}
  .crew-form{flex-direction:column}
  .footer-inner{flex-direction:column;text-align:center}
}

@media(min-width:901px){
  .mobile-header{display:none!important}
}


/* ==========================================================
   MOBILE FIX PACK — keeps desktop exact hero, rebuilds mobile
   as a responsive, functional layout instead of forcing the
   full desktop concept image into a phone viewport.
   ========================================================== */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

@media(max-width:900px){
  .exact-hero{display:none !important;}
  .mobile-header{
    display:block !important;
    min-height:100svh;
    background:#050403;
    position:relative;
    overflow:hidden;
  }

  .mobile-nav{
    position:sticky;
    top:0;
    z-index:50;
    min-height:74px;
    padding:10px 14px;
    background:linear-gradient(180deg,rgba(5,4,3,.98),rgba(13,8,5,.94));
    border-bottom:1px solid rgba(217,168,74,.42);
    box-shadow:0 8px 26px rgba(0,0,0,.45);
  }

  .mobile-logo img{
    width:clamp(120px,42vw,180px);
    height:auto;
    filter:drop-shadow(0 6px 14px rgba(0,0,0,.55));
  }

  .menu-toggle{
    width:48px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:8px;
    border:1px solid rgba(246,223,155,.55);
    color:var(--gold2);
    background:linear-gradient(180deg,#26140b,#070504);
    font-size:24px;
    line-height:1;
  }

  .mobile-menu{
    position:fixed;
    top:74px;
    left:0;
    right:0;
    z-index:49;
    background:rgba(5,4,3,.98);
    border-bottom:1px solid rgba(217,168,74,.38);
    box-shadow:0 18px 40px rgba(0,0,0,.45);
  }

  .mobile-menu a{
    font-size:.92rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--gold2);
  }

  .mobile-hero{
    min-height:calc(100svh - 74px);
    padding:58px 18px 44px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    isolation:isolate;
    background:
      radial-gradient(circle at 50% 36%, rgba(246,223,155,.16), transparent 14rem),
      linear-gradient(180deg,rgba(5,4,3,.58),rgba(5,4,3,.96) 78%),
      url("../images/tampa-pirates-hero-concept.png") 67% center/cover no-repeat;
  }

  .mobile-hero:before{
    content:"";
    position:absolute;
    inset:74px 0 0;
    z-index:-1;
    background:linear-gradient(90deg,rgba(5,4,3,.88),rgba(5,4,3,.36) 46%,rgba(5,4,3,.88));
    pointer-events:none;
  }

  .mobile-hero .eyebrow{
    font-size:.78rem;
    color:var(--gold);
    margin-bottom:10px;
    text-shadow:0 2px 8px rgba(0,0,0,.9);
  }

  .mobile-hero h1{
    max-width:12ch;
    font-size:clamp(3.6rem,17vw,6.25rem);
    line-height:.82;
    margin:0 0 18px;
    color:#f6df9b;
    text-shadow:
      0 3px 0 #3b1308,
      0 0 18px rgba(217,168,74,.34),
      0 10px 30px rgba(0,0,0,.95);
  }

  .mobile-hero p{
    width:min(92vw,520px);
    font-size:clamp(.98rem,4vw,1.08rem);
    line-height:1.55;
    color:#f2dfb0;
    margin:0 auto 24px;
    text-shadow:0 2px 10px rgba(0,0,0,.95);
  }

  .mobile-cta{
    width:min(92vw,390px);
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin:0 auto;
  }

  .mobile-cta .btn{
    width:100%;
    min-height:50px;
    border-radius:8px;
    font-size:.88rem;
  }

  .section{
    padding:56px 18px;
  }

  h2{
    font-size:clamp(2.15rem,10vw,3.6rem);
  }

  .cards{
    gap:18px;
  }

  .card,.panel,.timeline-grid div,.crew-box{
    border-radius:16px;
  }

  .gallery-grid img{
    width:100%;
    height:auto;
  }

  .crew-form input,
  .crew-form button{
    width:100%;
    min-height:52px;
  }
}

@media(max-width:480px){
  .mobile-hero{
    background:
      radial-gradient(circle at 50% 34%, rgba(246,223,155,.14), transparent 12rem),
      linear-gradient(180deg,rgba(5,4,3,.62),rgba(5,4,3,.98) 78%),
      url("../images/tampa-pirates-hero-concept.png") 70% center/auto 100% no-repeat;
  }

  .mobile-hero h1{
    font-size:clamp(3.25rem,18vw,5.2rem);
  }

  .mobile-hero p{
    font-size:.98rem;
  }

  .intro-panel .two-col,
  .split,
  .cards,
  .timeline-grid,
  .gallery-grid,
  .crew-box{
    grid-template-columns:1fr !important;
  }
}
