.cruise-guide-wrap{
  width:100%;
  max-width:1680px;
  margin:0 auto;
  padding-left:clamp(20px,3.25vw,64px);
  padding-right:clamp(20px,3.25vw,64px);
  box-sizing:border-box;
}

.cruise-intro{
    width:100%;
    max-width:1450px;
    margin:0 auto 70px;
    padding:52px 60px;
    background:#fff;
    border:1px solid rgba(196,154,86,.22);
    border-radius:30px;
    box-shadow:0 18px 45px rgba(7,27,47,.08);
    text-align:left;
    box-sizing:border-box;
}

.cruise-intro .ttis-kicker{
    margin-bottom:14px;
}

.cruise-intro h2{
    margin:0 0 24px;
    color:#071b2f;
    font-size:clamp(36px,3.2vw,46px);
    line-height:1.15;
    max-width:1100px;
}

.cruise-intro p{
    margin:0 0 22px;
    max-width:none;
    color:#43505c;
    font-size:20px;
    line-height:1.85;
}

.cruise-intro p:last-child{
    margin-bottom:0;
}

.cruise-anchor-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  width:100%;
  max-width:1450px;
  margin:38px auto 70px;
}

.cruise-anchor-nav a{
  padding:10px 15px;
  border:1px solid #d8c596;
  border-radius:999px;
  background:#fff;
  color:#071b2f;
  font-size:12px;
  letter-spacing:1.5px;
  text-decoration:none;
  text-transform:uppercase;
}

.cruise-style-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(22px,2vw,34px);
  width:100%;
  margin:45px 0 80px;
}

.cruise-style-card,
.cruise-line-card{
  min-width:0;
  padding:30px;
  border:1px solid #e8e2d6;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 45px rgba(7,27,47,.06);
}

.cruise-style-card span{
  display:block;
  width:44px;
  height:2px;
  margin-bottom:18px;
  background:#bfa46a;
}

.cruise-category{
  width:100%;
  margin-bottom:76px;
  scroll-margin-top:110px;
}

.cruise-category-head{
  width:100%;
  max-width:1380px;
  margin-bottom:30px;
}

.cruise-category-head h2{
  max-width:1250px;
}

.cruise-category-head p{
  max-width:1350px;
}

.gold-line{
  width:70px;
  height:2px;
  margin:0 0 20px;
  background:#bfa46a;
}

.cruise-line-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  min-width:0;
}

.cruise-line-card{
  border-color:#e7dfd2;
  border-radius:26px;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.cruise-card-logo{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
}

.cruise-card-logo img{
  max-width:210px;
  max-height:76px;
  object-fit:contain;
  display:block;
}

.cruise-line-card h3{
  text-align:center;
  font-size:25px;
  margin:0 0 10px;
}

.cruise-type{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 auto 20px;
  font-size:11px;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:#8a6f38;
  border:1px solid #d8c596;
  border-radius:999px;
  padding:7px 12px;
  text-align:center;
}

.ideal-label{
  font-size:12px;
  letter-spacing:1.7px;
  text-transform:uppercase;
  color:#071b2f;
  font-weight:700;
  margin-bottom:9px;
}

.ideal-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:18px;
}

.ideal-list span{
  font-size:13px;
  background:#f7f1e6;
  border:1px solid #eadfca;
  border-radius:999px;
  padding:7px 11px;
  color:#071b2f;
  max-width:100%;
}

.ideal-list .fleet-pill,
.ideal-list .ships-toggle,
.ideal-list .video-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  white-space:nowrap;
  background:#071b2f;
  border-color:#071b2f;
  color:#fff;
  cursor:pointer;
  font-weight:700;
  transition:.25s ease;
}

.ideal-list .fleet-pill:hover,
.ideal-list .ships-toggle:hover,
.ideal-list .video-toggle:hover{
  background:#bfa46a;
  border-color:#bfa46a;
  color:#071b2f;
  transform:translateY(-1px);
}

.cruise-line-card p{
  margin:0 0 18px;
}

.destination-list{
  margin-top:auto;
  border-top:1px solid #eee4d6;
  padding-top:17px;
}

.destination-list strong{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:#8a6f38;
  margin-bottom:8px;
}

.destination-list span{
  display:block;
  color:#5c6773;
  line-height:1.6;
}

.allison-tip{
  background:#071b2f;
  color:#fff;
  border-radius:24px;
  padding:30px;
  margin-top:28px;
}

.allison-tip strong{
  color:#d8c596;
}

.allison-tip p{
  margin:0;
  color:#fff;
}

.cruise-note{
  background:#071b2f;
  color:#fff;
  border-radius:28px;
  padding:46px 38px;
  max-width:1050px;
  margin:0 auto;
  text-align:center;
}

.cruise-note h2,
.cruise-note p{
  color:#fff;
}

/* SHARED PANEL STYLES */

.ships-panel,
.video-panel{
  display:none;
  grid-column:1 / -1;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:8px 0 28px;
  border:1px solid rgba(196,155,77,.35);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.ships-panel.is-open,
.video-panel.is-open{
  display:block;
}

.ships-panel-intro{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  padding:24px 26px;
  background:linear-gradient(135deg,#fff8ea,#f6ead1);
  border-bottom:1px solid rgba(196,155,77,.35);
}

.ships-panel-intro > div:first-child{
  min-width:0;
}

.ships-panel-title,
.video-panel-title{
  margin:4px 0 8px;
  color:#10243a;
  font-size:26px;
}

.ships-panel-intro p{
  margin:0;
  max-width:780px;
  color:#4f5f6e;
  line-height:1.6;
}

.ships-panel-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}

.ships-panel-refresh{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 16px;
  border:1px solid rgba(196,155,77,.55);
  border-radius:999px;
  background:#fff;
  color:#071b2f;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
  white-space:nowrap;
  transition:.25s ease;
  box-shadow:0 10px 22px rgba(7,27,47,.06);
}

.ships-panel-refresh:before{
  content:"↻";
  font-size:16px;
  line-height:1;
}

.ships-panel-refresh:hover{
  background:#071b2f;
  border-color:#071b2f;
  color:#fff;
  transform:translateY(-1px);
}

.ships-panel-close,
.video-panel-close{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(196,155,77,.5);
  background:#fff;
  color:#10243a;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  flex:0 0 auto;
}

.ships-panel-close:hover,
.video-panel-close:hover{
  background:#071b2f;
  color:#fff;
}

.ships-panel-frame,
.video-panel-frame{
  display:block;
  width:100%;
  max-width:100%;
  min-height:700px;
  border:0;
}
.cruise-search-box{
  max-width:760px;
  margin:0 auto 42px;
  padding:34px;
  background:#fff;
  border:1px solid #e8e2d6;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(7,27,47,.06);
  text-align:center;
}

.cruise-search-box h3{
  font-size:28px;
  margin-bottom:18px;
}

.cruise-search-box input{
  width:100%;
  height:54px;
  border:1px solid #d8c596;
  border-radius:16px;
  padding:0 18px;
  font-size:16px;
  color:#071b2f;
  outline:none;
  background:#fff;
}

.cruise-search-box input:focus{
  border-color:#8a5a12;
  box-shadow:0 0 0 4px rgba(196,165,100,.18);
}

.cruise-search-meta{
  margin-top:14px;
  font-size:14px;
  color:#66707a;
}

#clearCruiseSearch{
  margin-top:18px;
  border:1px solid #d8c596;
  background:#f8f3ea;
  color:#071b2f;
  border-radius:999px;
  padding:10px 18px;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
}

#clearCruiseSearch:hover{
  background:#071b2f;
  color:#fff;
  border-color:#071b2f;
}

.cruise-category.search-hidden,
.cruise-line-card.search-hidden{
  display:none !important;
}

@media(max-width:520px){
  .cruise-search-box{
    padding:26px 22px;
    margin-bottom:34px;
  }

  .cruise-search-box h3{
    font-size:23px;
  }
}

/* RESPONSIVE */

@media(max-width:1150px){
  .cruise-style-grid,
  .cruise-line-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:850px){
  .cruise-guide-wrap{
    width:min(94vw,720px);
  }

  .cruise-intro{
    margin-bottom:46px;
  }

  .cruise-anchor-nav{
    margin:30px auto 50px;
  }

  .cruise-style-grid,
  .cruise-line-grid{
    grid-template-columns:1fr;
  }

  .cruise-style-grid{
    margin:35px 0 58px;
  }

  .cruise-line-card,
  .cruise-style-card{
    padding:24px;
  }

  .cruise-line-card h3{
    font-size:23px;
  }

  .ideal-list{
    gap:8px;
  }

  .ideal-list span,
  .ideal-list .fleet-pill,
  .ideal-list .ships-toggle,
  .ideal-list .video-toggle{
    max-width:100%;
    white-space:normal;
    text-align:center;
  }

  .ships-panel,
  .video-panel{
    margin:4px 0 30px;
    border-radius:22px;
  }

  .ships-panel-intro{
    flex-direction:column;
    gap:18px;
    padding:22px;
  }

  .ships-panel-actions{
    width:100%;
    justify-content:space-between;
  }

  .ships-panel-refresh{
    flex:1;
    min-height:42px;
  }

  .ships-panel-close,
  .video-panel-close{
    align-self:flex-end;
  }

  .ships-panel-frame,
  .video-panel-frame{
    min-height:520px;
    height:520px;
  }

  .cruise-note{
    padding:34px 24px;
  }
}

@media(max-width:520px){
  .cruise-guide-wrap{
    width:92vw;
  }

  .cruise-anchor-nav{
    justify-content:flex-start;
  }

  .cruise-anchor-nav a{
    width:100%;
    text-align:center;
  }

  .cruise-line-card,
  .cruise-style-card{
    padding:22px;
    border-radius:22px;
  }

  .cruise-card-logo img{
    max-width:180px;
  }

  .ideal-list .fleet-pill,
  .ideal-list .ships-toggle,
  .ideal-list .video-toggle{
    width:100%;
  }

  .ships-panel-intro{
    padding:20px;
  }

  .ships-panel-title,
  .video-panel-title{
    font-size:23px;
  }

  .ships-panel-actions{
    gap:8px;
  }

  .ships-panel-refresh{
    padding:10px 12px;
    font-size:11px;
  }

  .ships-panel-frame,
  .video-panel-frame{
    min-height:440px;
    height:440px;
  }
}