/* ============================================================
   BLOG / ARTICLE PAGE STYLES
   Shared across all article pages. Tokens from prive.css.
   Per-page: only .article-hero-bg background-image inline.
   ============================================================ */

/* ---- BASE ---- */
body.article-page {
  background: var(--off-white);
  padding-top: 0;
}

/* ---- ARTICLE HERO ---- */
.article-hero {
  position: relative;
  height: 78vh;
  min-height: 520px;
  max-height: 740px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.article-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
  transform: scale(1.04);
}
.article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(11,15,26,0.15) 0%,
    rgba(11,15,26,0.55) 55%,
    rgba(11,15,26,0.88) 100%
  );
}
.article-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 60px;
}
.article-eyebrow {
  display: block;
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}
.article-hero-title {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin: 0;
  max-width: 820px;
}

/* ---- ARTICLE BODY ---- */
.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 72px 24px 0;
  display: flow-root; /* contain floats within each section */
}
.article-body p {
  font-family: 'EB Garamond', serif;
  font-size: 21px;
  line-height: 1.8;
  color: #2c2c2c;
  margin-bottom: 1.4em;
}
.article-body h2 {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 500;
  color: var(--dark);
  margin: 64px 0 20px;
  line-height: 1.15;
}
.article-body h3 {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 500;
  color: var(--dark);
  margin: 48px 0 16px;
}
.article-body strong {
  font-weight: 500;
  color: #1a1a1a;
}
.article-body a:not([class*="btn"]) {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.article-body a:not([class*="btn"]):hover { color: var(--gold-light); }

/* Inline half-width images (float, text wraps) */
.article-img-half {
  float: left;
  width: 50%;
  margin: 6px 32px 24px 0;
  clear: left;
}
.article-img-half.right {
  float: right;
  margin: 6px 0 24px 32px;
  clear: right;
}
.article-img-half img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.article-img-half figcaption {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .article-img-half,
  .article-img-half.right {
    float: none;
    width: 100%;
    margin: 28px 0;
    clear: both;
  }
}

/* Inline floating images */
.article-img-float {
  float: right;
  width: 44%;
  margin: 6px 0 28px 36px;
  clear: right;
}
.article-img-float.left {
  float: left;
  margin: 6px 36px 28px 0;
  clear: left;
}
.article-img-float img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.article-img-float figcaption {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .article-img-float,
  .article-img-float.left {
    float: none;
    width: 100%;
    margin: 28px 0;
  }
  .article-img-float img { height: 220px; }
}

.article-body ul {
  font-family: 'EB Garamond', serif;
  font-size: 21px;
  line-height: 2;
  color: #2c2c2c;
  padding-left: 24px;
  margin-bottom: 1.4em;
}

/* ---- SECTION EYEBROW ---- */
.section-eyebrow {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}

/* ---- PULL QUOTE ---- */
.article-pullquote {
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 28px;
  margin: 40px 0;
}
.article-pullquote p {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(24px, 2.5vw, 30px);
  font-style: italic;
  color: var(--dark);
  margin: 0;
  line-height: 1.5;
}

/* ---- DIVIDER ---- */
.article-divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 56px 0;
}

/* ---- PRICING TABLE ---- */
.pricing-section {
  background: var(--dark);
  padding: 80px 0;
  margin: 64px 0;
}
.pricing-section .section-eyebrow {
  color: var(--gold-light);
  text-align: center;
  display: block;
}
.pricing-section-title {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 0 12px;
}
.pricing-section-sub {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  color: rgba(255,255,255,0.55);
  text-align: center;
  margin-bottom: 48px;
}
.pricing-table {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  border-collapse: collapse;
}
.pricing-table thead tr { border-bottom: 1px solid rgba(201,169,110,0.3); }
.pricing-table thead th {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0 20px 16px;
  font-weight: 400;
  text-align: left;
}
.pricing-table thead th:last-child { text-align: right; }
.pricing-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s;
}
.pricing-table tbody tr:hover { background: rgba(255,255,255,0.03); }
.pricing-table tbody td {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  color: rgba(255,255,255,0.85);
  padding: 20px;
  vertical-align: middle;
}
.pricing-table tbody td:last-child {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  color: var(--gold-light);
  white-space: nowrap;
}
.pricing-table .yacht-name {
  font-family: 'Cormorant Upright', serif;
  font-size: 22px;
  color: #fff;
  display: block;
  margin-bottom: 2px;
}
.pricing-table .yacht-cap {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.pricing-note {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  margin: 32px auto 0;
  max-width: 560px;
}

/* ---- YACHT ARTICLE CARDS ---- */
.yachts-section-article {
  padding: 0 0 80px;
  background: var(--off-white);
}
.yachts-section-article .container { max-width: 1160px; }
.yacht-article-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.yacht-article-card-inner {
  display: flex;
  min-height: 340px;
}
.yacht-article-img-col {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
}
.yacht-article-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.yacht-article-card:hover .yacht-article-img-col img { transform: scale(1.03); }
.yacht-article-text-col {
  flex: 1;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yacht-article-price {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.yacht-article-name {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  color: var(--dark);
  margin: 0 0 6px;
  line-height: 1.1;
}
.yacht-article-tagline {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 20px;
}
.yacht-article-desc {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 28px;
  flex: 1;
}
.yacht-article-card.flip .yacht-article-card-inner { flex-direction: row-reverse; }

/* ---- ADD-ONS LIST ---- */
.addons-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4em;
}
.addons-list li {
  font-family: 'EB Garamond', serif;
  font-size: 21px;
  line-height: 1.75;
  color: #2c2c2c;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  display: flex;
  gap: 16px;
}
.addons-list li:first-child { border-top: 1px solid rgba(0,0,0,0.07); }
.addon-label {
  font-family: 'Cormorant Upright', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--dark);
  min-width: 130px;
  flex-shrink: 0;
}

/* ---- ROUTE CARDS ---- */
.route-cards-section {
  background: #f0ebe0;
  padding: 80px 0;
  margin: 64px 0;
}
.route-cards-title {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 500;
  color: var(--dark);
  text-align: center;
  margin: 0 0 8px;
}
.route-cards-sub {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  color: rgba(11,15,26,0.6);
  text-align: center;
  margin-bottom: 56px;
}
.route-card {
  border-top: 1px solid rgba(11,15,26,0.1);
  padding: 36px 0;
}
.route-card:last-child { border-bottom: 1px solid rgba(11,15,26,0.1); }
.route-card-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 16px;
}
.route-card-name {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 500;
  color: var(--dark);
  margin: 0;
}
.route-card-tag {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.route-card p {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(11,15,26,0.75);
  margin: 0;
}

/* ---- EXPERIENCE TILES ---- */
.exp-tiles-section { padding: 0 0 80px; }
.exp-tile-article {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  overflow: hidden;
  margin-bottom: 2px;
  position: relative;
  height: 280px;
  display: flex;
  align-items: flex-end;
}
.exp-tile-article-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.exp-tile-article:hover .exp-tile-article-bg { transform: scale(1.04); }
.exp-tile-article-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,15,26,0.85) 0%, rgba(11,15,26,0.1) 60%);
}
.exp-tile-article-text {
  position: relative;
  z-index: 2;
  padding: 28px 32px;
}
.exp-tile-article-text h3 {
  font-family: 'Cormorant Upright', serif;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 6px;
}
.exp-tile-article-text p {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin: 0;
  line-height: 1.5;
}

/* ---- READ NEXT (related article cards) ---- */
.article-read-next {
  max-width: 780px;
  margin: 56px auto 72px;
  padding: 0 24px;
}
.article-read-next .section-eyebrow {
  display: block;
  margin-bottom: 10px;
}
.article-read-next-heading {
  font-family: 'Cormorant Upright', serif;
  font-size: 34px;
  font-weight: 500;
  color: var(--dark);
  margin: 0 0 28px;
  line-height: 1.2;
}
.article-read-next-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.article-read-next-card {
  display: block;
  background: #fff;
  border: 1px solid rgba(11, 15, 26, 0.08);
  box-shadow: 0 2px 12px rgba(11, 15, 26, 0.04);
  text-decoration: none !important;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.article-read-next-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(11, 15, 26, 0.12);
  border-color: rgba(201, 169, 110, 0.55);
  color: inherit;
}
.article-read-next-card-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  background: #0b0f1a;
}
.article-read-next-card-body {
  padding: 20px 22px 22px;
}
.article-read-next-card-eyebrow {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-bottom: 10px;
}
.article-read-next-card-title {
  font-family: 'Cormorant Upright', serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.24;
  color: var(--dark);
  margin: 0 0 10px;
}
.article-read-next-card-excerpt {
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 14px;
}
.article-read-next-card-link {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
@media (max-width: 600px) {
  .article-read-next { margin: 40px auto 56px; }
  .article-read-next-heading { font-size: 28px; }
  .article-read-next-grid { grid-template-columns: 1fr; gap: 18px; }
  .article-read-next-card-img { height: 200px; }
}

/* ---- FAQ ---- */
.faq-section {
  padding: 80px 0 0;
  background: var(--off-white);
}
.faq-section .article-body { padding-top: 0; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.1); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.faq-question-text {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  color: var(--dark);
  line-height: 1.3;
}
.faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  color: var(--gold);
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-icon::before { width: 14px; height: 1px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-icon::after  { width: 1px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-item.open .faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.faq-answer-inner { padding: 0 0 28px; }
.faq-answer-inner p {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  line-height: 1.75;
  color: #444;
  margin: 0;
}
.faq-item.open .faq-answer { max-height: 500px; }

/* ---- WHATSAPP CTA ---- */
.article-cta-section {
  background: var(--dark);
  padding: 100px 0;
  text-align: center;
  margin-top: 80px;
}
.article-cta-eyebrow {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: block;
  margin-bottom: 20px;
}
.article-cta-title {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.1;
}
.article-cta-sub {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 48px;
}
.article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

/* ---- BLOG INDEX HERO ---- */
.blog-hero {
  background: var(--dark);
  padding: 100px 0 80px;
  text-align: center;
}
.blog-hero-eyebrow {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: block;
  margin-bottom: 20px;
}
.blog-hero-title {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
}
.blog-hero-sub {
  font-family: 'EB Garamond', serif;
  font-size: 22px;
  color: rgba(255,255,255,0.5);
  max-width: 560px;
  margin: 0 auto;
}

/* ---- BLOG INDEX POST CARDS ---- */
.blog-posts-section { padding: 80px 0 100px; }
.blog-post-card {
  display: block;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  overflow: hidden;
  margin-bottom: 2px;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.blog-post-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-3px);
  text-decoration: none;
}
.blog-post-card-inner {
  display: flex;
  min-height: 280px;
}
.blog-post-img {
  flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
  position: relative;
}
.blog-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.blog-post-card:hover .blog-post-img img { transform: scale(1.04); }
.blog-post-text {
  flex: 1;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-post-eyebrow {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}
.blog-post-title {
  font-family: 'Cormorant Upright', serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: var(--dark);
  line-height: 1.2;
  margin: 0 0 16px;
}
.blog-post-excerpt {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 24px;
  flex: 1;
}
.blog-post-meta {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaa;
}
.blog-read-link {
  font-family: 'Inconsolata', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: color 0.2s;
  display: inline-block;
  margin-top: 20px;
}
.blog-post-card:hover .blog-read-link { color: var(--gold-light); }

/* ---- MOBILE ---- */
@media (max-width: 768px) {
  body.article-page { padding-top: 0; }

  .article-hero { height: 64vh; min-height: 400px; }
  .article-hero-content { padding-bottom: 40px; }
  .article-hero-title { font-size: 30px; }

  .article-body { padding: 48px 20px 0; }
  .article-body p,
  .article-body ul { font-size: 19px; }

  .pricing-section { padding: 60px 0; margin: 48px 0; }
  .pricing-table thead { display: none; }
  .pricing-table tbody tr { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .pricing-table tbody td { display: block; padding: 4px 16px; }
  .pricing-table tbody td:last-child { text-align: left; padding-top: 8px; }

  .yacht-article-card-inner { flex-direction: column !important; }
  .yacht-article-img-col { flex: none; max-width: 100%; height: 240px; }
  .yacht-article-text-col { padding: 28px 24px; }

  .addons-list li { flex-direction: column; gap: 6px; }
  .addon-label { min-width: auto; }

  .route-cards-section { padding: 60px 0; margin: 48px 0; }
  .route-card p { font-size: 17px; }

  .exp-tile-article { height: 220px; }

  .article-cta-section { padding: 72px 0; }
  .article-cta-title { font-size: 34px; }
  .article-cta-actions { flex-direction: column; }

  .blog-hero { padding: 72px 0 60px; }
  .blog-post-card-inner { flex-direction: column; }
  .blog-post-img { flex: none; max-width: 100%; height: 220px; }
  .blog-post-text { padding: 28px 24px; }
  .blog-posts-section { padding: 48px 0 72px; }
}
