@font-face {
	font-family:"Gravesend_Sans_Inline";
	font-style:normal;
	font-weight:normal;
	src : url("../font/Gravesend_Sans_Inline.otf");
}

@font-face {
	font-family:"VVCentra2-Bold2";
	font-style:normal;
	font-weight:normal;
	src : url("../font/VVCentra2-Bold.eot");
}
@font-face {
	font-family:"VVCentra2-Bold";
	font-style:normal;
	font-weight:normal;
	src : url("../font/VVCentra2-Bold.woff");
}
@font-face {
	font-family:"VVCentra2-Book";
	font-style:normal;
	font-weight:normal;
	src : url("../font/VVCentra2-Book.woff2");
}
:root {
    --gold: #c5a059;
    --dark: #121212;
    --cream: #fbf9f4;
    --serif: 'Gravesend_Sans_Inline', serif;
    --sans: 'VVCentra2-Book', sans-serif;
	--white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--cream);
    color: var(--dark);
	font-family:"VVCentra2-Book", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* PROGRESS BAR */
.progress-container {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 3px;
    background: transparent;
}
.progress-bar { height: 100%; background: var(--gold); width: 0%; transition: width 0.1s; }

/* LAYOUT BLOCKS */
.section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10vh 5%;
}

/* HERO */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
                url('../images/caribbean_destination.JPG');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}
.issue-tag { text-transform: uppercase; letter-spacing: 4px; font-size: 0.8rem; margin-bottom: 20px; display: block; }
h1 {font-family:"Gravesend_Sans_Inline", sans-serif;   font-weight: 100;font-size: 7rem; line-height: 0.85; text-transform: uppercase; }
.hero-section h2 {font-family:"Gravesend_Sans_Inline", sans-serif;   font-weight: 100;font-size: 5rem; line-height: 0.85; text-transform: uppercase; }
.agency-name { margin-top: 30px; letter-spacing: 8px; font-weight: 300; opacity: 0.8; }

/* EDITORIAL */
.editorial-section { background: white; }
.container { max-width: 900px; margin: 0 auto; padding: 20px; }
.drop-cap { float: left; font-family:"VVCentra2-Book", sans-serif; font-size: 6.5rem; line-height: 0.8; margin-right: 15px; color: var(--gold); }
.editorial-text h2 { font-family:"VVCentra2-Book", sans-serif; font-size: 3rem; margin-bottom: 30px; }
.signature { font-family:"VVCentra2-Book", sans-serif; font-style: italic; margin-top: 40px; font-size: 1.8rem; }

/* LOGBOOK (Days 1-10) */
.chronicle-intro { padding: 5vh 5% 5vh; text-align: center;   background-color: var(--cream);}
.chronicle-intro .chapter-title { font-family:"VVCentra2-Book", sans-serif; color: var(--gold); font-size: 1.2rem; text-transform: uppercase; letter-spacing: 3px; }
.chronicle-intro .chapter-subtitle { font-family:"VVCentra2-Book", sans-serif; font-size: 3.5rem; margin: 10px 0 30px; color: var(--dark);}
.chronicle-intro .intro-p { font-size: 1.2rem; max-width: 600px; margin: 0 auto; opacity: 0.7; color: var(--dark);}

.chronicle-intro2 { padding: 5vh 5% 5vh; text-align: center;   background-color: var(--dark);}
.chronicle-intro2 .chapter-title { font-family:"VVCentra2-Book", sans-serif; color: var(--gold); font-size: 1.2rem; text-transform: uppercase; letter-spacing: 3px; }
.chronicle-intro2 .chapter-subtitle { font-family:"VVCentra2-Book", sans-serif; font-size: 3.5rem; margin: 10px 0 30px; color: var(--cream);}
.chronicle-intro2 .intro-p { font-size: 1.2rem; max-width: 600px; margin: 0 auto; opacity: 0.7; color: var(--cream);}

.log-entry { display: flex; align-items: center; padding: 10vh 10%; gap: 8%; }
.log-entry.reverse { flex-direction: row-reverse; }
.log-image { flex: 1.2; height: 70vh; background-size: cover; background-position: center; box-shadow: 25px 25px 0px var(--gold); }
.log-text { flex: 1; }
.day-mark { color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 0.8rem; }
.log-text h2 { font-family:"VVCentra2-Book", sans-serif; font-size: 2.8rem; margin: 15px 0; }

/* HORIZONTAL CONTAINER */
.horizontal-container { overflow: hidden; display: flex; height: 100vh; background: var(--dark); color: white; }
.horizontal-inner { display: flex; height: 100%; }
.horizontal-item { 
    width: 100vw; height: 100%; display: flex; align-items: center; justify-content: center; 
    flex-shrink: 0; padding: 0 10vw; gap: 5vw;
}
.horiz-text { flex: 1; }
.horiz-text span { color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }
.horiz-text h2 { font-family:"VVCentra2-Book", sans-serif; font-size: 4rem; line-height: 1; margin-top: 10px; }
.horizontal-item img { width: 50vw; height: 60vh; object-fit: cover; }

/* ESSENTIALS GRID */
.essentials-section { padding: 15vh 10%; background: #fff; }
.essentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: 25px; }
.essentials-header { grid-column: span 2; display: flex; flex-direction: column; justify-content: center; }
.supplement-tag { color: var(--gold); font-weight: 700; text-transform: uppercase; font-size: 1.5rem; letter-spacing: 3px; margin-bottom: 15px; display: block;}
.essential-item { position: relative; overflow: hidden; background: #eee; }
.essential-item.tall { grid-row: span 2; }
.essential-item.wide { grid-column: span 2; }
.item-img { width: 100%; height: 100%; background-size: cover; transition: 0.6s; }
.essential-item:hover .item-img { transform: scale(1.05); }
.item-details { position: absolute; bottom: 20px; left: 20px; color: white; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }

/* CONTACT */
.contact-section { background: var(--cream); }
.contact-card { background: white; padding: 80px; border: 1px solid #e0e0e0; text-align: center; max-width: 700px; }
.contact-card h2 { font-family:"VVCentra2-Book", sans-serif; font-size: 3rem; margin: 20px 0; }
input { width: 100%; padding: 20px; margin: 10px 0; border: none; border-bottom: 1px solid #ccc; font-family:"VVCentra2-Book", sans-serif; outline: none; font-size: 1rem; }
button { width: 100%; padding: 20px; background: var(--dark); color: white; border: none; text-transform: uppercase; letter-spacing: 3px; cursor: pointer; margin-top: 30px; transition: 0.3s; }
button:hover { background: var(--gold); }

@media (max-width: 900px) {
    .log-entry, .log-entry.reverse { flex-direction: column; padding: 5vh 5%; }
    .log-image { width: 100%; height: 40vh; margin-bottom: 30px; }
    .essentials-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
    .essentials-header, .essential-item.wide, .essential-item.tall { grid-column: span 1; }
    .horizontal-item { flex-direction: column; text-align: center; }
    .horizontal-item img { width: 80vw; }
}

.scroll-prompt {
	font-size: 20px;
}

/* TOUR GRID */

img.tour-img {
    max-width: 255px;
}

.tour-title-ship {
	color: var(--gold);
	font-size: 14px;
}

.tour-title {
	font-size: 20px;
}

.tour-section {
background: var(--cream); 
}

.tour-grid {
  display: grid !important; /* Force grid display */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.tour-col {
  display: flex;
  flex-direction: column;
  background: var(--white);
  padding: 10px;
  position: relative;
  -webkit-box-shadow: -5px 5px 15px 2px rgba(0,0,0,0.4);
  box-shadow: -5px 5px 15px 2px rgba(0,0,0,0.4);
}

.tour_badge {
	position: absolute;
	left: 195px;
	top: 19px;
	padding: 6px 10px 6px 10px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.7);
}

.info-toggle {
	margin-top: 20px;
	color: red;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.tour-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
}

.modal-content {
	padding: 20px;
}

.modal-content h3 {
	color: var(--gold);
	line-height: 40px;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.75); /* 50% opacity */
}	

/* Tablet view */
@media (max-width: 1024px) {
  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile view */
@media (max-width: 600px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }
}

/* AMENITIES ICON GRID */
.amenities-section {
    background-color: var(--dark);
	color: var(--cream);
    padding: 5vh 5%;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.amenities-intro {
    text-align: center;
    margin-bottom: 80px;
}

.amenities-intro h2 {
    font-size: 3rem;
    font-family: var(--sans-serif);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Columns */
    grid-template-rows: auto auto;         /* 2 Rows */
    gap: 60px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.amenity-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    color: var(--gold);
    opacity: 0.8;
}

.icon-box {
    width: 90px;
    height: 90px;
}

.icon-box img {
    width: 100%;
    height: 100%;
}

.amenity-item h3 {
    font-family: var(--sans-serif);
    font-size: 1.4rem;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.amenity-item p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    max-width: 200px;
}



/*   Itinerary List Styling   */
.ItineraryListNew {
  max-width: 23.5rem;
  margin: 0 auto;
}

.ItineraryListNew__header {
  display: flex;
  margin-bottom: .875rem;
}

.ItineraryListNew__dayHeader, .ItineraryListNew__portHeader {
  color: #6e6e6e;
  text-transform: uppercase;
}

.ItineraryListNew__daySection {
  display: flex;
  width: .4375rem;
  margin-right: 3.25rem;
  padding-top: .3125rem;
  font-size: .9375rem;
  font-family: var(--vv-centra-font),"Arial","Helvetica",sans-serif;
  line-height: 1.125rem;
  color: #6e6e6e;
}

.ItineraryListNew__portHeader {
  position: absolute;
  margin-left: 5.8125rem;
}

.ItineraryListNew__portsSection {
  display: flex;
}

.ItineraryListNew {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: left;
  list-style: none;
}

.ItineraryListNew__icon {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.375rem;
  margin-right: .9375rem;
  margin-top: .125rem;
}

.ItineraryListNew__icon img {
  width: 1.375rem;
  height: 1.5rem;
}

.ItineraryListNew__item .ItineraryListNew__icon::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 50px;
  border-right: .125rem dashed #3d2449;
}



/* Responsive: 2x4 for tablets, 1x8 for mobile */
@media (max-width: 1024px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .amenities-grid {
        grid-template-columns: 1fr;
    }
}