/* ==========================================================================
   Hospitality News — Main stylesheet
   Import order matters: tokens → reset → layout → components → page styles
   → responsive overrides (last).
   ========================================================================== */

@import url("variables.css");
@import url("reset.css");
@import url("layout.css");
@import url("components.css");

/* ==========================================================================
   Homepage — hero
   ========================================================================== */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding-block: 1.9rem .5rem;
}
.hero-side {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.hero-side .featured-story--sub { padding-bottom: 1.15rem; border-bottom: 1px solid var(--border); }
.hero-side .featured-story--sub:last-child { border-bottom: 0; padding-bottom: 0; }

/* ==========================================================================
   Homepage — latest news stream
   ========================================================================== */
.latest-stream { display: flex; flex-direction: column; }
.latest-stream .article-card--horizontal {
  padding-block: 1.15rem;
  border-bottom: 1px solid var(--border);
}
.latest-stream .article-card--horizontal:first-child { padding-top: 0; }

/* ==========================================================================
   Homepage — editor's picks (asymmetric magazine layout)
   ========================================================================== */
.picks-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.4rem;
}
.picks-grid .pick-lead { grid-row: 1 / 3; }
.pick-lead .entry-title { font-size: var(--fs-card-lg); font-weight: 700; }

/* ==========================================================================
   Homepage — international (navy band)
   ========================================================================== */
.intl-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.4rem; }
.intl-card .region-label {
  font-family: var(--font-sans);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.section--navy .article-card .entry-title a { color: #F0F4FA; }
.section--navy .article-card .entry-title a:hover { color: var(--gold); }
.section--navy .entry-meta { color: #8FA0B8; }

/* ==========================================================================
   Homepage — events strip & mini calendar
   ========================================================================== */
.events-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 2rem; align-items: start; }
.mini-calendar {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  font-family: var(--font-sans);
}
.mini-calendar__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .8rem; font-weight: 700; font-size: .92rem; }
.mini-calendar table { width: 100%; border-collapse: collapse; font-size: .78rem; text-align: center; }
.mini-calendar th { color: var(--text-muted); font-weight: 600; padding-bottom: .45rem; font-size: .68rem; letter-spacing: .08em; }
.mini-calendar td { padding: .32rem 0; color: var(--text); }
.mini-calendar td.is-muted { color: var(--border-strong); }
.mini-calendar td .has-event {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 600;
}
.mini-calendar td .is-today {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  font-weight: 600;
}
.mini-calendar__legend { display: flex; gap: 1rem; margin-top: .7rem; font-size: .7rem; color: var(--text-muted); }
.mini-calendar__legend span { display: inline-flex; align-items: center; gap: .35rem; }
.mini-calendar__legend i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }

/* ==========================================================================
   Homepage — video section
   ========================================================================== */
.video-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 1.5rem; }
.video-side { display: flex; flex-direction: column; gap: 1rem; }
.video-side .compact-story { padding-block: 0; border: 0; }
.video-featured .entry-title { font-size: var(--fs-card-lg); margin-top: .8rem; }
.section--navy .video-featured .entry-title a { color: #fff; }

/* ==========================================================================
   Homepage — opinion
   ========================================================================== */
.opinion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.opinion-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.opinion-card__quote-mark {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  line-height: .6;
  color: var(--gold);
}
.opinion-card .entry-title { font-size: 1.08rem; font-style: italic; font-weight: 600; }
.opinion-card__author { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
.opinion-card__author-name { font-family: var(--font-sans); font-size: .85rem; font-weight: 600; }
.opinion-card__author-role { font-family: var(--font-sans); font-size: .74rem; color: var(--text-muted); }

/* ==========================================================================
   Newsletter band
   ========================================================================== */
.newsletter-band {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-soft) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.newsletter-band::after {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 190px; height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(199,42,37,.5), rgba(199,42,37,.12) 60%, transparent 72%);
  pointer-events: none;
}
.newsletter-band h2 { color: #fff; font-size: 1.5rem; margin-bottom: .4rem; }
.newsletter-band p { color: #B9C8DE; font-size: .95rem; }
.newsletter-band form { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; position: relative; z-index: 1; }
.newsletter-band .form-field { margin-bottom: 0; }
.newsletter-band label { color: #B9C8DE; }
.newsletter-band input, .newsletter-band select {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.25);
  color: #fff;
}
.newsletter-band input::placeholder { color: #8FA2BD; }
.newsletter-band .form-check { color: #9FB0C9; grid-column: 1 / -1; margin-bottom: 0; }
.newsletter-band .btn { grid-column: 1 / -1; }

/* ==========================================================================
   Category page
   ========================================================================== */
.category-featured {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.75rem;
  align-items: center;
  padding-block: 1.75rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
}
.category-featured .entry-title { font-size: clamp(1.4rem, 1.1rem + 1.3vw, 2.1rem); font-weight: 700; }
.category-featured .entry-title a { color: var(--text); }
.category-featured .entry-title a:hover { color: var(--red); }

.subcat-filters { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.75rem; }

/* ==========================================================================
   Article page
   ========================================================================== */
.article-layout {
  display: grid;
  grid-template-columns: 56px minmax(0, var(--article-width)) minmax(260px, 330px);
  gap: clamp(1.25rem, 3vw, 2.75rem);
  padding-block: 2rem 3rem;
  justify-content: center;
}
.share-rail {
  position: sticky;
  top: calc(var(--stuck-pad, 0px) + 1.5rem);
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.share-rail .share-btn { width: 42px; height: 42px; }

.entry-header { margin-bottom: 1.5rem; }
.entry-header .breadcrumbs { margin-bottom: 1rem; }
.entry-header .entry-title {
  font-size: var(--fs-hero);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.012em;
  margin: .65rem 0 .7rem;
}
.entry-subtitle {
  font-size: 1.18rem;
  color: var(--text-muted);
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.entry-byline {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding-block: .9rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.entry-byline__info { flex: 1; min-width: 0; }
.entry-byline__name { font-family: var(--font-sans); font-weight: 700; font-size: .92rem; }
.entry-byline__name a { color: var(--text); }
.entry-byline__dates { font-family: var(--font-sans); font-size: .78rem; color: var(--text-muted); margin-top: .1rem; }
.entry-byline__actions { display: flex; gap: .4rem; }

.entry-figure { margin: 1.5rem 0; }
.entry-figure figcaption {
  font-family: var(--font-sans);
  font-size: .8rem;
  color: var(--text-muted);
  margin-top: .55rem;
  padding-left: .75rem;
  border-left: 2px solid var(--gold);
}
.entry-figure .credit { opacity: .75; }

.entry-content { font-size: var(--fs-body); }
.entry-content > p { margin-bottom: 1.35rem; }
.entry-content h2 { font-size: 1.45rem; margin: 2.2rem 0 .9rem; }
.entry-content h3 { font-size: 1.18rem; margin: 1.8rem 0 .8rem; }
.entry-content a { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.entry-content a:hover { color: var(--red); }
.entry-content ul, .entry-content ol { margin: 0 0 1.35rem 1.3rem; }
.entry-content li { margin-bottom: .45rem; }

.pull-quote {
  margin: 2rem 0;
  padding: .4rem 0 .4rem 1.4rem;
  border-left: 3px solid var(--red);
  font-size: 1.32rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--navy);
}
[data-theme="dark"] .pull-quote { color: var(--text); }
.pull-quote cite { display: block; font-size: .85rem; font-style: normal; font-family: var(--font-sans); color: var(--text-muted); margin-top: .6rem; }

.related-inline {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-left: 3px solid var(--navy);
  border-radius: var(--radius);
  padding: .85rem 1.1rem;
  margin: 1.6rem 0;
  font-family: var(--font-sans);
  font-size: .9rem;
}
[data-theme="dark"] .related-inline { border-left-color: var(--gold); }
.related-inline strong { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: .3rem; }

.entry-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 2rem 0; }
.entry-tags a {
  font-family: var(--font-sans);
  font-size: .78rem;
  padding: .25rem .8rem;
  border: 1px solid var(--border-strong);
  border-radius: 99px;
  color: var(--text-muted);
}
.entry-tags a:hover { border-color: var(--red); color: var(--red); }

.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-block: 2rem;
}
.post-nav a {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: .9rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  transition: border-color var(--speed) var(--ease);
}
.post-nav a:hover { border-color: var(--red); }
.post-nav .post-nav__dir { font-family: var(--font-sans); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); }
.post-nav .post-nav__title { font-weight: 600; font-size: .92rem; color: var(--text); line-height: 1.35; }
.post-nav__next { text-align: right; align-items: flex-end; }

/* Comments */
.comments-area { margin-top: 2.5rem; }
.comment {
  display: flex;
  gap: .9rem;
  padding-block: 1.15rem;
  border-top: 1px solid var(--border);
}
.comment__body { flex: 1; }
.comment__author { font-family: var(--font-sans); font-weight: 700; font-size: .88rem; }
.comment__date { font-family: var(--font-sans); font-size: .74rem; color: var(--text-muted); margin-left: .5rem; }
.comment__text { font-size: .92rem; margin-top: .35rem; color: var(--text); }
.comment__reply { font-family: var(--font-sans); font-size: .78rem; font-weight: 600; color: var(--red); margin-top: .4rem; display: inline-block; }
.comment--reply { margin-left: 3rem; }

.mobile-share-bar { display: none; }

/* ==========================================================================
   Hotels
   ========================================================================== */
.hotel-detail-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: .7rem;
}
.hotel-detail-gallery .ph:first-child { grid-row: 1 / 3; }

.spec-table { width: 100%; border-collapse: collapse; font-family: var(--font-sans); font-size: .9rem; }
.spec-table th, .spec-table td { text-align: left; padding: .65rem .5rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.spec-table th { color: var(--text-muted); font-weight: 600; width: 38%; }

.room-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.room-row__name { font-weight: 700; font-size: 1rem; }
.room-row__desc { font-size: .85rem; color: var(--text-muted); margin-top: .25rem; }

.booking-summary {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.3rem;
  font-family: var(--font-sans);
  position: sticky;
  top: calc(var(--stuck-pad, 0px) + 1.5rem);
}
.booking-summary h3 { font-family: var(--font-serif); margin-bottom: .9rem; }
.booking-summary dl { display: grid; grid-template-columns: 1fr auto; gap: .5rem .8rem; font-size: .88rem; margin: 0 0 1rem; }
.booking-summary dt { color: var(--text-muted); }
.booking-summary dd { margin: 0; text-align: right; font-weight: 600; }
.booking-summary .summary-total { border-top: 1px solid var(--border-strong); padding-top: .6rem; font-size: 1rem; }
.map-placeholder {
  background:
    linear-gradient(rgba(11,35,71,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,35,71,.05) 1px, transparent 1px),
    var(--bg-alt);
  background-size: 26px 26px, 26px 26px, auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: .88rem;
}
.map-placeholder svg { width: 34px; height: 34px; stroke: var(--red); fill: none; stroke-width: 1.6; }

/* ==========================================================================
   Jobs
   ========================================================================== */
.jobs-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 2rem; align-items: start; padding-block: 2rem 3rem; }
.jobs-filters {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  position: sticky;
  top: calc(var(--stuck-pad, 0px) + 1.5rem);
  font-family: var(--font-sans);
}
.jobs-filters h2 { font-size: 1rem; margin-bottom: 1rem; }
.jobs-list { display: flex; flex-direction: column; gap: 1rem; }

.job-detail-head {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
}
.job-detail-head .job-card__logo { width: 72px; height: 72px; font-size: 1.3rem; }

/* ==========================================================================
   Events
   ========================================================================== */
.event-detail-banner { margin-bottom: 1.75rem; }
.event-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-block: 1.5rem;
}
.event-fact {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: .9rem 1rem;
  font-family: var(--font-sans);
}
.event-fact dt { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: .3rem; }
.event-fact dd { margin: 0; font-weight: 600; font-size: .92rem; }

.schedule-list { list-style: none; margin: 0; padding: 0; }
.schedule-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--border);
}
.schedule-list .time { font-family: var(--font-sans); font-weight: 700; font-size: .88rem; color: var(--red); }
.schedule-list .what strong { display: block; font-size: .95rem; }
.schedule-list .what span { font-family: var(--font-sans); font-size: .82rem; color: var(--text-muted); }

/* ==========================================================================
   Itineraries
   ========================================================================== */
.day-plan { list-style: none; margin: 0; padding: 0; position: relative; }
.day-plan::before {
  content: "";
  position: absolute;
  left: 21px; top: 12px; bottom: 12px;
  width: 2px;
  background: var(--border-strong);
}
.day-plan li { display: flex; gap: 1.1rem; padding-block: .9rem; position: relative; }
.day-plan .day-no {
  flex: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy-deep);
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: .7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
  line-height: 1.1;
}
.day-plan h3 { font-size: 1.02rem; margin-bottom: .25rem; }
.day-plan p { font-size: .9rem; color: var(--text-muted); }

.include-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.include-cols ul { list-style: none; margin: 0; padding: 0; font-family: var(--font-sans); font-size: .9rem; }
.include-cols li { display: flex; gap: .55rem; padding-block: .35rem; align-items: flex-start; }
.include-cols svg { width: 16px; height: 16px; flex: none; margin-top: .2rem; stroke-width: 2; fill: none; }
.include-cols .inc svg { stroke: #2E8B57; }
.include-cols .exc svg { stroke: var(--red-warm); }

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery-masonry {
  columns: 3;
  column-gap: 1rem;
}
.gallery-masonry .gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.gallery-item figcaption {
  font-family: var(--font-sans);
  font-size: .78rem;
  color: var(--text-muted);
  margin-top: .4rem;
}
.gallery-item .ph { transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.gallery-item:hover .ph { transform: translateY(-2px); box-shadow: var(--shadow-2); }

/* ==========================================================================
   About / contact
   ========================================================================== */
.prose { max-width: 72ch; }
.prose h2 { font-size: 1.4rem; margin: 2rem 0 .8rem; }
.prose p { margin-bottom: 1.2rem; }
.prose ul { margin: 0 0 1.2rem 1.25rem; }
.prose li { margin-bottom: .4rem; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-block: 1.5rem; }
.value-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.3rem;
}
.value-card__icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(181,31,36,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .8rem;
}
[data-theme="dark"] .value-card__icon { background: rgba(224,180,101,.14); }
.value-card__icon svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 1.7; }
[data-theme="dark"] .value-card__icon svg { stroke: var(--gold); }
.value-card h3 { font-size: 1.02rem; margin-bottom: .35rem; }
.value-card p { font-size: .88rem; color: var(--text-muted); }

.dept-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.dept-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  font-family: var(--font-sans);
  font-size: .88rem;
}
.dept-card h3 { font-family: var(--font-serif); font-size: 1rem; margin-bottom: .5rem; }
.dept-card a { display: block; color: var(--text-muted); margin-top: .25rem; }
.dept-card a:hover { color: var(--red); }

/* ==========================================================================
   Search results page
   ========================================================================== */
.search-page-form {
  display: flex;
  gap: .6rem;
  max-width: 640px;
  margin-bottom: 1.5rem;
}
.search-page-form input {
  flex: 1;
  font-family: var(--font-sans);
  padding: .7rem 1rem;
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  background: var(--bg-card);
  color: var(--text);
}
[data-theme="dark"] .search-page-form input { border-color: var(--border-strong); }
.result-group { margin-bottom: 2.25rem; }
.result-group__title {
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: .8rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.result-group__title .count {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: .05rem .5rem;
  font-size: .72rem;
}

/* ==========================================================================
   404
   ========================================================================== */
.page-404 {
  text-align: center;
  padding-block: clamp(3rem, 9vw, 6rem);
  max-width: 560px;
  margin-inline: auto;
}
.page-404 .code {
  font-family: var(--font-serif);
  font-size: clamp(4.5rem, 12vw, 7.5rem);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--navy);
  position: relative;
  display: inline-block;
}
[data-theme="dark"] .page-404 .code { -webkit-text-stroke-color: var(--navy); }
.page-404 .code::after {
  content: "";
  position: absolute;
  top: -4px; right: -18px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--red-warm);
  z-index: -1;
}
.page-404 h1 { margin: 1rem 0 .6rem; }
.page-404 p { color: var(--text-muted); margin-bottom: 1.5rem; }
.page-404 .actions { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; }

/* Utility spacing helpers used in templates */
.mt-1 { margin-top: .5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: .5rem; } .mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; } .mb-4 { margin-bottom: 2rem; }

/* responsive.css is linked separately after this file so its media
   queries override the base rules above. */

/* ==========================================================================
   12. Page support layer
   Classes used by the page templates, mirroring the component patterns
   above. Kept in one block for easy porting into the WordPress theme.
   ========================================================================== */

/* ----- archive / listing page headers ----- */
.category-header { padding: 1.6rem 0 .4rem; max-width: 860px; }
.category-header__title {
  font-size: clamp(1.7rem, 1.3rem + 1.8vw, 2.4rem);
  font-weight: 700; display: flex; align-items: center; gap: .6rem;
}
.category-header__title .sun-dot { width: 12px; height: 12px; }
.category-header__desc { color: var(--text-muted); font-size: .98rem; line-height: 1.65; margin-top: .5rem; }
.category-header__desc a { color: var(--red); }
.category-header__count { font-family: var(--font-sans); font-size: .8rem; color: var(--text-muted); margin-top: .7rem; }

/* ----- single article ----- */
.single-article { padding-bottom: 2rem; }
.article-header { max-width: var(--article-width); margin: .5rem 0 1.6rem; }
.article-title {
  font-size: clamp(1.8rem, 1.35rem + 2.1vw, 2.75rem);
  font-weight: 700; line-height: 1.18; letter-spacing: -.015em; margin: .7rem 0 .8rem;
}
.article-subtitle { font-size: 1.12rem; line-height: 1.6; color: var(--text-muted); font-weight: 400; }
.article-byline {
  display: flex; align-items: center; gap: .85rem; margin-top: 1.3rem;
  padding-block: .9rem; border-block: 1px solid var(--border);
}
.article-byline__info { flex: 1; min-width: 0; }
.article-byline__name { font-family: var(--font-sans); font-weight: 700; font-size: .92rem; }
.article-byline__name a { color: var(--text); }
.article-byline__name a:hover { color: var(--red); }
.article-byline__meta { font-family: var(--font-sans); font-size: .78rem; color: var(--text-muted); margin-top: .15rem; }
.article-sidebar { padding-top: 0; }
.article-figure { margin: 1.6rem 0; }
.article-figure figcaption {
  font-family: var(--font-sans); font-size: .78rem; color: var(--text-muted);
  padding-top: .55rem; border-bottom: 1px solid var(--border); padding-bottom: .55rem; line-height: 1.5;
}
.article-figure .credit { opacity: .75; }
.lead-paragraph { font-size: 1.16rem; line-height: 1.75; font-weight: 500; }
.entry-content > p { margin-bottom: 1.25rem; line-height: 1.8; }
.entry-content h2 { font-size: 1.45rem; font-weight: 700; margin: 2.1rem 0 .9rem; }
.entry-content ul, .entry-content ol { margin: 0 0 1.25rem 1.3rem; line-height: 1.75; }
.entry-content li { margin-bottom: .45rem; }
.article-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.8rem 0; }
.tag-link {
  font-family: var(--font-sans); font-size: .78rem; font-weight: 600;
  color: var(--navy); background: var(--surface-alt); border: 1px solid var(--border);
  padding: .3rem .7rem; border-radius: 999px;
}
.tag-link:hover { border-color: var(--red); color: var(--red); }
[data-theme="dark"] .tag-link { color: var(--text); }
.related-inline__label {
  font-family: var(--font-sans); font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); display: block; margin-bottom: .3rem; font-weight: 700;
}

/* author box */
.author-box {
  display: flex; gap: 1.1rem; align-items: flex-start;
  background: var(--surface-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.3rem; margin: 2rem 0;
}
.avatar--xl { width: 84px; height: 84px; font-size: 1.4rem; flex: none; }
.author-box__name { font-size: 1.1rem; font-weight: 700; }
.author-box__name a { color: var(--text); }
.author-box__name a:hover { color: var(--red); }
.author-box__role { font-family: var(--font-sans); font-size: .78rem; color: var(--red); font-weight: 600; margin: .15rem 0 .5rem; }
.author-box__bio { font-size: .9rem; color: var(--text-muted); line-height: 1.65; }
.author-box__links { font-family: var(--font-sans); font-size: .82rem; margin-top: .55rem; }
.author-box__links a { color: var(--navy); font-weight: 600; }
[data-theme="dark"] .author-box__links a { color: var(--gold); }

/* post navigation (extends .post-nav) */
.post-nav__link {
  display: flex; flex-direction: column; gap: .3rem; padding: 1rem 1.1rem;
  border: 1px solid var(--border); border-radius: var(--radius); flex: 1;
}
.post-nav__link:hover { border-color: var(--red); }
.post-nav__link--next { text-align: right; align-items: flex-end; }
.post-nav__label { font-family: var(--font-sans); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); }
.post-nav__title { font-weight: 600; font-size: .92rem; color: var(--text); line-height: 1.35; }

/* comments teaser */
.comments-teaser { border-top: 1px solid var(--border); margin-top: 2rem; padding-top: 1.6rem; }
.comments-teaser__title { font-size: 1.25rem; font-weight: 700; margin-bottom: .5rem; }
.comments-teaser__note { font-size: .88rem; color: var(--text-muted); margin-bottom: 1rem; }

/* share rail label */
.share-rail__label {
  font-family: var(--font-sans); font-size: .66rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-muted); text-align: center;
}

/* ----- hotel detail page ----- */
.hotel-hero {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap; margin: .6rem 0 1.3rem;
}
.hotel-hero__title { font-size: clamp(1.7rem, 1.3rem + 1.8vw, 2.5rem); font-weight: 700; margin: .3rem 0 .4rem; }
.hotel-hero__loc { font-family: var(--font-sans); font-size: .88rem; color: var(--text-muted); display: flex; align-items: center; gap: .4rem; }
.hotel-hero__loc svg { stroke: currentColor; fill: none; stroke-width: 1.8; }
.hotel-hero__score { display: flex; align-items: center; gap: .7rem; }
.score-badge {
  background: var(--navy); color: #fff; font-family: var(--font-sans);
  font-weight: 700; font-size: 1.05rem; padding: .45rem .65rem; border-radius: 6px 6px 6px 0;
}
[data-theme="dark"] .score-badge { background: var(--gold); color: var(--navy-deep); }
.score-badge--sm { font-size: .82rem; padding: .3rem .5rem; margin-left: auto; }
.score-note { font-family: var(--font-sans); font-size: .8rem; color: var(--text-muted); max-width: 130px; line-height: 1.4; }
.star-rating { color: var(--gold); font-size: .85rem; letter-spacing: .12em; font-family: var(--font-sans); }

.hotel-gallery {
  display: grid; grid-template-columns: 2fr 1fr; gap: 10px; margin-bottom: 2rem;
}
.hotel-gallery__main .ph { height: 100%; }
.hotel-gallery__side { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hotel-gallery__more {
  border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface-alt); font-family: var(--font-sans); font-weight: 600;
  font-size: .85rem; color: var(--navy); cursor: pointer;
}
.hotel-gallery__more:hover { border-color: var(--red); color: var(--red); }
[data-theme="dark"] .hotel-gallery__more { color: var(--text); }

.hotel-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 340px;
  gap: var(--gap-xl); align-items: start; padding-bottom: 2.5rem;
}
.hotel-main { min-width: 0; }
.hotel-section { margin-bottom: 2.2rem; }
.hotel-section__title {
  font-size: 1.3rem; font-weight: 700; margin-bottom: .9rem;
  padding-bottom: .55rem; border-bottom: 2px solid var(--navy); display: inline-block;
}
[data-theme="dark"] .hotel-section__title { border-bottom-color: var(--gold); }
.hotel-section > p { margin-bottom: 1rem; line-height: 1.75; }

.amenities-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: .7rem; list-style: none; margin: 0; padding: 0;
}
.amenities-grid li {
  display: flex; align-items: center; gap: .6rem; font-family: var(--font-sans);
  font-size: .88rem; padding: .65rem .8rem; background: var(--surface-alt);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
}
.amenities-grid svg { width: 18px; height: 18px; stroke: var(--red); fill: none; stroke-width: 1.7; flex: none; }

.room-row__media { width: 150px; flex: none; }
.room-row__body { flex: 1; min-width: 0; }
.room-row__title { font-size: 1.02rem; font-weight: 700; }
.room-row__specs { font-family: var(--font-sans); font-size: .78rem; color: var(--text-muted); margin: .25rem 0 .4rem; }
.room-row__price { display: flex; flex-direction: column; align-items: flex-end; gap: .5rem; flex: none; }

.map-placeholder--sm { min-height: 160px; }
.poi-list { list-style: none; margin: 1rem 0 0; padding: 0; font-size: .9rem; }
.poi-list li { padding: .5rem 0; border-bottom: 1px solid var(--border); }
.poi-list li:last-child { border-bottom: 0; }

.review-card {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.1rem 1.2rem; margin-bottom: 1rem; background: var(--surface);
}
.review-card__head { display: flex; align-items: center; gap: .7rem; margin-bottom: .7rem; }
.review-card__name { font-family: var(--font-sans); font-weight: 700; font-size: .9rem; }
.review-card p:last-child { font-size: .92rem; line-height: 1.7; color: var(--text-muted); }

/* booking summary internals */
.booking-summary__title { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 700; margin-bottom: 1rem; }
.booking-summary__lines { display: grid; gap: .55rem; margin: 1rem 0; font-size: .88rem; }
.booking-summary__lines > div { display: flex; justify-content: space-between; gap: 1rem; }
.booking-summary__lines dt { color: var(--text-muted); }
.booking-summary__lines dd { margin: 0; font-weight: 600; text-align: right; }
.booking-summary__total { border-top: 1px solid var(--border-strong); padding-top: .6rem; font-size: 1rem; }
.booking-summary__total dd { color: var(--red); font-size: 1.1rem; }
.booking-summary__note { font-size: .76rem; color: var(--text-muted); line-height: 1.55; margin-top: .8rem; }

/* ----- job detail ----- */
.job-detail__head { display: flex; gap: 1.1rem; align-items: flex-start; margin: .5rem 0 1.2rem; }
.job-card__logo--lg { width: 76px; height: 76px; font-size: 1.35rem; }
.job-detail__title { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem); font-weight: 700; }
.job-detail__deadline-banner {
  display: flex; align-items: center; gap: .6rem; font-family: var(--font-sans);
  font-size: .88rem; background: color-mix(in srgb, var(--gold) 14%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--gold) 45%, var(--border));
  border-radius: var(--radius); padding: .8rem 1rem; margin-bottom: 1.6rem;
}
.job-detail__deadline-banner svg { width: 18px; height: 18px; stroke: var(--red); fill: none; stroke-width: 1.8; flex: none; }
.job-detail__list { list-style: none; margin: 0; padding: 0; }
.job-detail__list li {
  padding: .5rem 0 .5rem 1.4rem; position: relative; line-height: 1.65; font-size: .95rem;
}
.job-detail__list li::before {
  content: ""; position: absolute; left: 0; top: 1.05em; width: 7px; height: 7px;
  border-radius: 50%; background: var(--red);
}
.job-tag--salary { background: color-mix(in srgb, var(--gold) 20%, var(--surface)); border-color: color-mix(in srgb, var(--gold) 50%, var(--border)); font-weight: 700; }
.job-apply-form { margin-top: .5rem; }
.jobs-results { min-width: 0; }
.jobs-results__head {
  display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem;
  font-family: var(--font-sans); font-size: .85rem; color: var(--text-muted);
}
.jobs-results__head .js-filter-count { margin-right: auto; }
.field-hint { display: block; font-family: var(--font-sans); font-size: .74rem; color: var(--text-muted); margin-top: .35rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; }

/* ----- events ----- */
.event-facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: .8rem; margin: 1.6rem 0 2rem;
}
.event-facts .event-fact {
  display: flex; gap: .7rem; align-items: flex-start;
  background: var(--surface-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: .9rem 1rem;
}
.event-facts svg { width: 20px; height: 20px; stroke: var(--red); fill: none; stroke-width: 1.7; flex: none; margin-top: .1rem; }
.event-facts strong { display: block; font-family: var(--font-sans); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: .25rem; }
.event-facts span { font-size: .9rem; font-weight: 600; line-height: 1.5; }
.event-schedule { list-style: none; margin: 0; padding: 0; }
.event-schedule li { display: flex; gap: 1.1rem; padding: .9rem 0; border-bottom: 1px solid var(--border); }
.event-schedule li:last-child { border-bottom: 0; }
.event-schedule__time {
  font-family: var(--font-sans); font-weight: 700; font-size: .8rem; color: var(--red);
  flex: none; width: 96px; padding-top: .15rem;
}
.event-schedule strong { display: block; font-size: 1rem; margin-bottom: .2rem; }
.event-schedule p { font-size: .9rem; color: var(--text-muted); line-height: 1.6; }

/* ----- itinerary day plan number ----- */
.day-plan__num {
  width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff;
  font-family: var(--font-sans); font-weight: 700; font-size: .9rem;
  display: flex; align-items: center; justify-content: center; flex: none;
  position: relative; z-index: 1; border: 3px solid var(--surface);
}
[data-theme="dark"] .day-plan__num { background: var(--gold); color: var(--navy-deep); }
.day-plan strong { display: block; font-size: 1rem; margin-bottom: .25rem; }

/* ----- filters / pagination bits ----- */
.filter-bar__label { font-family: var(--font-sans); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); margin-right: .25rem; }
/* .filter-select is styled in components.css (pill design) */
.page-link {
  display: inline-flex; align-items: center; gap: .3rem; min-width: 38px; height: 38px;
  justify-content: center; padding: 0 .7rem; font-family: var(--font-sans);
  font-size: .85rem; font-weight: 600; border: 1px solid var(--border);
  border-radius: var(--radius-sm); color: var(--text);
}
.page-link:hover { border-color: var(--red); color: var(--red); }
.page-link.is-current { background: var(--navy); border-color: var(--navy); color: #fff; }
[data-theme="dark"] .page-link.is-current { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.page-link--next svg { stroke: currentColor; fill: none; stroke-width: 2; }

/* ----- hotel/listing card extras ----- */
.hotel-card__toprow { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .3rem; }
.hotel-card__loc { font-family: var(--font-sans); font-size: .76rem; color: var(--text-muted); display: inline-flex; align-items: center; gap: .3rem; }
.hotel-card__loc svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 1.8; }

/* ----- team page extras ----- */
.team-card__bio { font-size: .84rem; color: var(--text-muted); line-height: 1.6; margin-top: .4rem; }
.team-card__links { font-family: var(--font-sans); font-size: .8rem; margin-top: .6rem; }
.team-card__links a { color: var(--navy); font-weight: 600; }
[data-theme="dark"] .team-card__links a { color: var(--gold); }

/* ----- search results page ----- */
.search-results { min-height: 200px; }
.result-group { margin-bottom: 2rem; }
.result-group__title {
  font-family: var(--font-sans); font-size: .82rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--navy);
  border-bottom: 2px solid var(--navy); padding-bottom: .45rem; margin-bottom: 1rem;
  display: flex; align-items: center; gap: .5rem;
}
[data-theme="dark"] .result-group__title { color: var(--gold); border-bottom-color: var(--gold); }
.result-group__title .count {
  background: var(--surface-alt); border: 1px solid var(--border);
  border-radius: 999px; font-size: .72rem; padding: .1rem .55rem; color: var(--text-muted);
}

/* ----- 404 ----- */
.notfound { text-align: center; padding: 4rem 1rem 5rem; max-width: 640px; margin-inline: auto; }
.notfound__code {
  font-family: var(--font-serif); font-weight: 700; line-height: 1;
  font-size: clamp(6rem, 4rem + 10vw, 10rem); color: transparent;
  -webkit-text-stroke: 2px var(--navy);
  display: flex; align-items: center; justify-content: center; gap: .15em;
}
[data-theme="dark"] .notfound__code { -webkit-text-stroke-color: var(--gold); }
.notfound__sun {
  width: .55em; height: .55em; border-radius: 50%; background: var(--red);
  display: inline-block; box-shadow: 0 0 0 6px color-mix(in srgb, var(--red) 15%, transparent);
}
.notfound__title { font-size: 1.6rem; font-weight: 700; margin: 1.4rem 0 .6rem; }
.notfound__desc { color: var(--text-muted); line-height: 1.7; }
.notfound__links { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }
.notfound__popular { margin-top: 2.5rem; border-top: 1px solid var(--border); padding-top: 1.6rem; }
.notfound__popular ul { list-style: none; margin: .8rem 0 0; padding: 0; }
.notfound__popular li { padding: .35rem 0; }
.notfound__popular a { color: var(--navy); font-weight: 600; }
.notfound__popular a:hover { color: var(--red); }
[data-theme="dark"] .notfound__popular a { color: var(--text); }

/* ----- responsive fixes for the support layer ----- */
@media (max-width: 1024px) {
  .hotel-layout { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
}
@media (max-width: 768px) {
  .hotel-gallery { grid-template-columns: 1fr; }
  .hotel-gallery__side { grid-template-columns: repeat(4, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .room-row__price { align-items: flex-start; }
  .event-schedule li { flex-direction: column; gap: .3rem; }
  .job-detail__head { flex-direction: column; }
}
@media (max-width: 560px) {
  .hotel-gallery__side { grid-template-columns: 1fr 1fr; }
  .hotel-hero { flex-direction: column; align-items: flex-start; }
  .author-box { flex-direction: column; }
  .post-nav__link--next { text-align: left; align-items: flex-start; }
}

/* Video modal title (overlay injected on gallery + home) */
.modal__title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--text);
  margin: 0 2.2rem .9rem 0;
  line-height: 1.35;
}

/* --------------------------------------------------------------------------
   13. Demo photography layer
   .ph__img sits over the branded gradient; if the network image fails it
   removes itself (onerror) and the gradient + label placeholder shows.
   In WordPress this whole block is replaced by the_post_thumbnail().
   -------------------------------------------------------------------------- */
.ph__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: inherit;
}
.ph { isolation: isolate; }
.ph__label { z-index: 0; }
a .ph__img, .card-link .ph__img { transition: transform .35s var(--ease); }
.card-link:hover .ph__img, a:hover > .ph .ph__img { transform: scale(1.03); }

/* Client demo guide (index only — remove for production) */
.demo-guide { position: fixed; right: 16px; bottom: 84px; z-index: 9999; font-family: var(--font-sans); max-width: 330px; }
.demo-guide__toggle { display: inline-flex; align-items: center; gap: .45rem; background: var(--navy); color: #fff; border: 0; border-radius: 999px; padding: .55rem 1rem; font-size: .8rem; font-weight: 600; letter-spacing: .04em; cursor: pointer; box-shadow: var(--shadow-3); }
.demo-guide__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(232,180,82,.3); }
.demo-guide__panel { background: var(--bg-card); border: 1px solid var(--border); border-top: 3px solid var(--red); border-radius: 6px; box-shadow: var(--shadow-3); padding: 1rem 1.1rem; margin-top: .6rem; max-height: min(62vh, 540px); overflow-y: auto; }
.demo-guide__title { font-family: var(--font-serif); font-weight: 700; color: var(--text); font-size: .95rem; margin: 0 0 .3rem; }
.demo-guide__note { font-size: .78rem; color: var(--text-muted); margin: 0 0 .6rem; line-height: 1.5; }
.demo-guide__note--muted { margin: .7rem 0 0; padding-top: .6rem; border-top: 1px dashed var(--border); }
.demo-guide__list { margin: 0; padding-left: 1.1rem; font-size: .8rem; line-height: 1.55; color: var(--text); }
.demo-guide__list li { margin-bottom: .35rem; }
.demo-guide__list kbd { background: var(--navy); color: #fff; border-radius: 3px; padding: 0 .35em; font-size: .9em; }
[data-theme="dark"] .demo-guide__toggle { background: var(--red-warm); }
@media (max-width: 560px) { .demo-guide { right: 10px; bottom: 76px; max-width: calc(100vw - 20px); } }

/* Demo guide header + close button */
.demo-guide__head { display: flex; align-items: flex-start; justify-content: space-between; gap: .6rem; margin-bottom: .3rem; }
.demo-guide__head .demo-guide__title { margin: 0; }
.demo-guide__close {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg-alt);
  color: var(--text-muted); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all var(--speed) var(--ease);
}
.demo-guide__close:hover { background: var(--red); border-color: var(--red); color: #fff; }
.demo-guide__close svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.2; fill: none; }
