/*
Theme Name: Human Verified Travel
Theme URI: https://humanverifiedtravel.com/
Author: Human Verified Travel
Description: Human Verified Travel Theme 2.3.9, with automatic homepage feeds and smaller single post titles.
Version: 2.3.9
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: human-verified-travel
*/

:root {
  --hvt-reading-width: 1120px;
  --hvt-wide-layout: 1320px;
  --hvt-page-gutter: 24px;
}

html { scroll-behavior: smooth; }
body { margin: 0; }
.wp-site-blocks > main { margin-block-start: 0; }

/* Header */
.hvt-site-header {
  border-bottom: 1px solid var(--wp--preset--color--mist);
  background: var(--wp--preset--color--white);
}
.hvt-header-inner {
  width: calc(100% - (var(--hvt-page-gutter) * 2));
  max-width: none !important;
  margin-inline: auto;
  min-height: 82px;
}
.hvt-brand { min-width: 0; }
.hvt-brand .wp-block-site-logo img { max-width: 100%; max-height: 82px; width: auto; height: auto; }
.hvt-brand .wp-block-site-title { margin: 0; white-space: nowrap; }
.hvt-brand .wp-block-site-title a { color: var(--wp--preset--color--forest); text-decoration: none; }
.hvt-site-header .wp-block-navigation { margin-left: auto; }
.hvt-site-header .wp-block-navigation__container {
  column-gap: clamp(14px, 1.55vw, 26px);
  row-gap: 10px;
}
.hvt-site-header .wp-block-navigation-item__content { font-weight: 700; }
.hvt-site-header .wp-block-navigation-item__content:hover,
.hvt-site-header .wp-block-navigation-item__content:focus { color: var(--wp--preset--color--primary); }

/* Main reading layout */
.hvt-main { padding-top: clamp(46px, 6vw, 84px); padding-bottom: clamp(56px, 7vw, 96px); }
.hvt-article-header,
.hvt-article-shell {
  --wp--style--global--content-size: var(--hvt-reading-width);
  width: min(calc(100% - (var(--hvt-page-gutter) * 2)), var(--hvt-reading-width)) !important;
  max-width: none !important;
}
.hvt-article-featured {
  width: min(calc(100% - (var(--hvt-page-gutter) * 2)), var(--hvt-wide-layout)) !important;
  max-width: none !important;
}
.hvt-article-content > p { max-width: 100%; }
.hvt-page-intro { color: var(--wp--preset--color--muted); }
.hvt-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hvt-article-meta { color: var(--wp--preset--color--muted); }
.hvt-affiliate-note {
  margin-bottom: 42px;
  padding: 18px 20px;
  border-left: 4px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--soft-green);
  font-size: 15px;
  line-height: 1.55;
}

/* Cards / homepage */
.hvt-section { padding-block: clamp(54px, 7vw, 92px); }
.hvt-section-inner {
  width: min(calc(100% - (var(--hvt-page-gutter) * 2)), var(--hvt-wide-layout));
  max-width: none !important;
  margin-inline: auto;
}
.hvt-hero-copy { max-width: none; }
.hvt-hero-kicker { color: var(--wp--preset--color--primary); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hvt-post-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--mist);
  border-radius: 18px;
  background: var(--wp--preset--color--white);
}
.hvt-post-card img { display: block; }
.hvt-post-card-content { padding: 22px; }
.hvt-post-card-content .wp-block-post-title {
  margin-top: 0;
  font-size: clamp(20px, 1.5vw, 22px) !important;
  line-height: 1.28 !important;
  font-weight: 800;
}
.hvt-post-card-content .wp-block-post-excerpt {
  font-size: 17px !important;
  line-height: 1.6 !important;
}
.hvt-post-card-content .wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
}
.hvt-post-card-content .wp-block-post-excerpt__more-text {
  margin-top: 14px;
}
.hvt-post-card-content .wp-block-post-excerpt__more-link {
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 800;
}
.hvt-feature-box {
  height: 100%;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--wp--preset--color--mist);
  border-radius: 18px;
  background: var(--wp--preset--color--white);
}

/* Homepage 2.3: modern content paths and separated editorial feeds. */
body.home main.wp-block-group > .hvt-verification-strip,
body.home main.wp-block-group > .hvt-home-section {
  margin-block-start: 0 !important;
}
body.home .hvt-home-section {
  padding-block: clamp(48px, 5.5vw, 72px);
}
body.home .hvt-home-section .hvt-section-inner > .hvt-eyebrow,
body.home .hvt-home-section .hvt-section-inner > h2,
body.home .hvt-home-section .hvt-section-inner > .hvt-section-intro,
body.home .hvt-home-section .hvt-section-inner > .wp-block-columns,
body.home .hvt-home-section .hvt-section-inner > .wp-block-buttons,
body.home .hvt-home-section .hvt-section-inner > .wp-block-shortcode {
  width: 100%;
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.home .hvt-home-section + .hvt-home-section,
body.home .hvt-home-section .wp-block-shortcode {
  margin-block-start: 0 !important;
}
.hvt-home-section .hvt-section-inner > .hvt-eyebrow {
  margin-bottom: 12px;
}
.hvt-home-section .hvt-section-inner > h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}
.hvt-section-intro {
  max-width: 720px !important;
  margin-top: 0;
  color: var(--wp--preset--color--muted);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.6;
}
.hvt-home-section .wp-block-buttons {
  margin-top: 28px;
}

/* The two editorial paths directly below the verification strip. */
.hvt-explore-section {
  overflow: hidden;
  border-bottom: 1px solid var(--wp--preset--color--mist);
  background:
    radial-gradient(circle at 8% 0%, rgba(22, 155, 57, .10), transparent 32%),
    var(--wp--preset--color--paper) !important;
}
.hvt-content-paths {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  margin-top: 36px;
}
.hvt-content-path {
  position: relative;
  min-height: 260px;
  padding: clamp(28px, 3.2vw, 44px);
  overflow: hidden;
  border: 1px solid #dce6e0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(2, 36, 26, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hvt-content-path:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 155, 57, .38);
  box-shadow: 0 24px 58px rgba(2, 36, 26, .11);
}
.hvt-content-path::after {
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(22, 155, 57, .06);
  content: "";
}
.hvt-path-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 16px;
  background: var(--wp--preset--color--soft-green);
  color: var(--wp--preset--color--primary);
}
.hvt-path-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hvt-content-path .hvt-eyebrow {
  margin: 0 0 10px;
}
.hvt-content-path h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.18;
}
.hvt-content-path p:not(.hvt-eyebrow):not(.hvt-path-link) {
  max-width: 34em;
  margin: 0;
  color: var(--wp--preset--color--muted);
  font-size: 18px;
  line-height: 1.6;
}
.hvt-path-link {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  font-weight: 800;
}
.hvt-path-link a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}
.hvt-path-link a:hover,
.hvt-path-link a:focus {
  color: var(--wp--preset--color--primary);
}

/* Modern homepage article cards. */
.hvt-travel-posts-section {
  background: #fff;
}
.hvt-ai-posts-section {
  background: #f3f7f4 !important;
  border-top: 1px solid #e1e9e4;
  border-bottom: 1px solid #e1e9e4;
}
.hvt-home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.hvt-home-section-heading > div {
  max-width: 760px;
}
.hvt-home-section-heading .hvt-eyebrow {
  margin: 0 0 10px;
}
.hvt-home-section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}
.hvt-home-section-heading p:not(.hvt-eyebrow) {
  margin: 14px 0 0;
  color: var(--wp--preset--color--muted);
  font-size: 18px;
  line-height: 1.55;
}
.hvt-home-section-link {
  flex: 0 0 auto;
  padding-bottom: 5px;
  color: var(--wp--preset--color--forest);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.hvt-home-section-link:hover,
.hvt-home-section-link:focus {
  color: var(--wp--preset--color--primary);
}
.hvt-home-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 30px);
}
.hvt-home-post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce5df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(2, 36, 26, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hvt-home-post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 155, 57, .35);
  box-shadow: 0 20px 46px rgba(2, 36, 26, .11);
}
.hvt-home-post-image {
  display: block;
  overflow: hidden;
  background: #dfe9e2;
  aspect-ratio: 16 / 10;
}
.hvt-home-post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.hvt-home-post-card:hover .hvt-home-post-image img {
  transform: scale(1.025);
}
.hvt-home-post-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d9eadf, #f4f7f5);
}
.hvt-home-post-content {
  padding: clamp(22px, 2.3vw, 30px);
}
.hvt-home-post-category {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.hvt-home-post-content h3 {
  margin: 10px 0 14px;
  font-size: clamp(21px, 1.8vw, 25px);
  line-height: 1.25;
}
.hvt-home-post-content h3 a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}
.hvt-home-post-content h3 a:hover,
.hvt-home-post-content h3 a:focus {
  color: var(--wp--preset--color--primary);
}
.hvt-home-post-content > p {
  margin: 0 0 22px;
  color: var(--wp--preset--color--muted);
  font-size: 16px;
  line-height: 1.65;
}
.hvt-home-post-read {
  color: var(--wp--preset--color--forest);
  font-weight: 800;
  text-decoration: none;
}
.hvt-home-post-read span {
  display: inline-block;
  transition: transform .2s ease;
}
.hvt-home-post-read:hover span,
.hvt-home-post-read:focus span {
  transform: translateX(4px);
}
.hvt-grid-count-1 .hvt-home-post-card {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
}
.hvt-grid-count-1 .hvt-home-post-image {
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
}
.hvt-grid-count-1 .hvt-home-post-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}
.hvt-grid-count-1 .hvt-home-post-content h3 {
  max-width: 22em;
  font-size: clamp(28px, 3vw, 40px);
}
.hvt-grid-count-1 .hvt-home-post-content > p {
  max-width: 40em;
  font-size: 18px;
}
.hvt-home-empty {
  padding: 28px;
  border: 1px dashed #c7d6cd;
  border-radius: 18px;
  color: var(--wp--preset--color--muted);
  background: #fff;
}
.hvt-feature-box-link {
  color: inherit;
  text-decoration: none;
}
.hvt-feature-box-link:hover,
.hvt-feature-box-link:focus {
  color: var(--wp--preset--color--primary);
}
.hvt-cta {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 22px;
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--white);
}
.hvt-cta h2, .hvt-cta p { color: inherit; }
.hvt-author-box {
  padding: 28px;
  border-radius: 18px;
  background: var(--wp--preset--color--paper);
}

/* Footer — corrected markup in v1.1, no CSS grid workaround needed */
.hvt-footer {
  margin-block-start: 0;
  padding-block: 64px 28px;
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--white);
}
.hvt-footer-inner {
  width: calc(100% - (var(--hvt-page-gutter) * 2));
  max-width: none !important;
  margin-inline: auto;
}
.hvt-footer h2, .hvt-footer h3, .hvt-footer p, .hvt-footer a { color: var(--wp--preset--color--white); }
.hvt-footer a { text-decoration: none; }
.hvt-footer a:hover, .hvt-footer a:focus { color: var(--wp--preset--color--leaf-light); }
.hvt-footer-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(170px, .65fr) minmax(220px, .85fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.hvt-footer-columns > .wp-block-column { min-width: 0; }
.hvt-footer .wp-block-navigation { color: inherit; }
.hvt-footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}

/* Responsive */
@media (min-width: 901px) and (max-width: 1180px) {
  .hvt-site-header .wp-block-navigation { font-size: 14px; }
  .hvt-site-header .wp-block-navigation__container { column-gap: 12px; }
  .hvt-brand .wp-block-site-title { font-size: 24px !important; }
}
@media (max-width: 900px) {
  .hvt-header-inner { min-height: 76px; }
  .hvt-footer-columns { grid-template-columns: 1fr 1fr; }
  .hvt-footer-columns > .wp-block-column:first-child { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .hvt-main { padding-top: 38px; }
  .hvt-post-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 540px) {
  :root { --hvt-page-gutter: 16px; }
  .hvt-footer-columns { grid-template-columns: 1fr; }
  .hvt-footer-columns > .wp-block-column:first-child { grid-column: auto; }
  .hvt-footer-bottom { align-items: flex-start !important; gap: 8px; }
}

/* ---------------------------------------------------------
   HVT 2.0.3 - Responsive photographic homepage fold
   --------------------------------------------------------- */
.hvt-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: clamp(480px, 58vh, 640px);
  height: clamp(480px, 58svh, 640px);
  min-height: 0;
  padding-block: clamp(34px, 3vw, 46px);
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
}
.hvt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  pointer-events: none;
  background-image: url('assets/images/hvt-homepage-hero.webp');
  background-repeat: no-repeat;
  background-position: center 52%;
  background-size: cover;
}
.hvt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 31%,
    rgba(255,255,255,.98) 38%,
    rgba(255,255,255,.80) 46%,
    rgba(255,255,255,.22) 55%,
    rgba(255,255,255,0) 63%
  );
}
.hvt-hero .hvt-section-inner {
  position: relative;
  z-index: 1;
}
.hvt-hero-copy {
  width: min(calc(100% - (var(--hvt-page-gutter) * 2)), var(--hvt-wide-layout)) !important;
  max-width: none !important;
  margin-inline: auto;
}
.hvt-hero-copy > * {
  width: min(100%, 680px);
  margin-left: 0 !important;
  margin-right: auto !important;
}
.hvt-hero-copy h1 {
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(48px, 3.7vw, 60px) !important;
  line-height: 1.06;
}
.hvt-hero-nowrap { white-space: nowrap; }
.hvt-hero-copy h1 mark {
  padding: 0;
  background: transparent;
  color: #169b39;
}
.hvt-hero-description {
  max-width: 560px;
  margin-top: 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.52;
}
.hvt-hero-kicker {
  position: relative;
  margin-top: 0;
  margin-bottom: 39px;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.2;
}
.hvt-hero-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 76px;
  height: 3px;
  background: #169b39;
}
.hvt-hero .wp-block-buttons {
  margin-top: 23px;
}
.hvt-hero .wp-block-button__link {
  padding: 16px 26px;
  border-radius: 10px;
  background: #169b39;
  font-size: 16px;
  letter-spacing: .01em;
}

/* Compact trust points displayed as part of the first screen. */
.hvt-verification-strip {
  box-sizing: border-box;
  padding-block: 23px;
  border-top: 1px solid var(--wp--preset--color--mist);
  border-bottom: 1px solid var(--wp--preset--color--mist);
  background: var(--wp--preset--color--white);
}
.hvt-verification-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3.4vw, 54px);
}
.hvt-verification-item {
  align-items: flex-start !important;
  gap: 17px;
  min-width: 0;
}
.hvt-verification-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #169b39;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hvt-verification-copy { min-width: 0; }
.hvt-verification-copy h3 {
  margin: 0 0 4px;
  color: var(--wp--preset--color--charcoal);
  font-size: 17px;
  line-height: 1.25;
}
.hvt-verification-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hvt-content-paths,
  .hvt-home-post-grid {
    grid-template-columns: 1fr;
  }

  .hvt-content-path {
    min-height: 0;
  }

  .hvt-home-section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .hvt-grid-count-1 .hvt-home-post-card {
    display: block;
  }

  .hvt-grid-count-1 .hvt-home-post-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .hvt-grid-count-1 .hvt-home-post-content {
    display: block;
    padding: clamp(24px, 5vw, 36px);
  }

  .hvt-grid-count-1 .hvt-home-post-content h3 {
    font-size: clamp(24px, 4.8vw, 32px);
  }
}

@media (max-width: 599px) {
  body.home .hvt-home-section {
    padding-block: 42px;
  }

  .hvt-content-paths {
    gap: 16px;
    margin-top: 28px;
  }

  .hvt-content-path {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .hvt-path-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
  }

  .hvt-content-path p:not(.hvt-eyebrow):not(.hvt-path-link),
  .hvt-home-section-heading p:not(.hvt-eyebrow) {
    font-size: 17px;
  }

  .hvt-home-post-card {
    border-radius: 18px;
  }
}

/* Standard laptops and small desktop windows. */
@media (min-width: 901px) and (max-width: 1199px) {
  .hvt-hero {
    height: clamp(480px, 60vh, 570px);
    height: clamp(480px, 60svh, 570px);
    padding-block: 34px;
  }
  .hvt-hero::after { width: 100%; background-position: center 52%; }
  .hvt-hero::before {
    background: linear-gradient(
      90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,1) 39%,
      rgba(255,255,255,.96) 48%,
      rgba(255,255,255,.44) 57%,
      rgba(255,255,255,0) 65%
    );
  }
  .hvt-hero-copy > * { width: min(100%, 550px); }
  .hvt-hero-copy h1 { max-width: 550px; font-size: clamp(45px, 4.8vw, 52px) !important; }
  .hvt-hero-description { max-width: 500px; font-size: 17px; }
}

/* Tablet / iPad portrait: image above, content below. */
@media (min-width: 600px) and (max-width: 900px) {
  .hvt-hero {
    display: block;
    height: auto;
    min-height: 0;
    padding-top: 300px;
    padding-bottom: 40px;
  }
  .hvt-hero::after {
    inset: 0 0 auto 0;
    width: 100%;
    height: 340px;
    background-position: center 42%;
  }
  .hvt-hero::before {
    background: linear-gradient(180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.06) 29%,
      rgba(255,255,255,.92) 43%,
      rgba(255,255,255,1) 53%,
      rgba(255,255,255,1) 100%);
  }
  .hvt-hero-copy > * { width: min(100%, 650px); }
  .hvt-hero-copy h1 { max-width: 650px; font-size: clamp(47px, 7vw, 56px) !important; }
  .hvt-hero-description { max-width: 570px; }
  .hvt-verification-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; row-gap: 28px; }
}

/* Mobile / iPhone */
@media (max-width: 599px) {
  .hvt-hero {
    display: block;
    height: auto;
    min-height: 0;
    padding-top: 230px;
    padding-bottom: 34px;
  }
  .hvt-hero::after {
    inset: 0 0 auto 0;
    width: 100%;
    height: 270px;
    background-position: center 40%;
  }
  .hvt-hero::before {
    background: linear-gradient(180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.05) 25%,
      rgba(255,255,255,.94) 38%,
      rgba(255,255,255,1) 47%,
      rgba(255,255,255,1) 100%);
  }
  .hvt-hero-copy > * {
    width: 100%;
    max-width: 100%;
  }
  .hvt-hero-copy h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(37px, 10.3vw, 46px) !important;
    line-height: 1.05;
  }
  .hvt-hero-nowrap { white-space: normal; }
  .hvt-hero-description {
    max-width: 31em;
    font-size: 18px !important;
    line-height: 1.55;
  }
  .hvt-hero-description br { display: none; }
  .hvt-hero-kicker {
    margin-bottom: 38px;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .hvt-hero-kicker::after { bottom: -19px; width: 64px; }
  .hvt-hero .wp-block-buttons {
    margin-top: 24px;
  }
  .hvt-hero .wp-block-button__link { padding: 15px 21px; font-size: 14px; }
  .hvt-verification-strip { padding-block: 22px; }
  .hvt-verification-grid { grid-template-columns: 1fr !important; gap: 22px; }
}

/* True 4K / very large CSS viewports. The larger proportional height keeps
   the photograph and subject from being vertically over-cropped. */
@media (min-width: 2200px) and (min-height: 1200px) {
  .hvt-hero {
    height: clamp(760px, 58vh, 1100px);
    height: clamp(760px, 58svh, 1100px);
  }
  .hvt-hero::after { background-position: center 55%; }
}

/* HVT 2.0 - Mobile article typography */
@media (max-width: 767px) {
  .single-post p,
  .single-post li {
    font-size: 19px;
    line-height: 1.7;
  }

  .single-post h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .single-post h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

/* ---------------------------------------------------------
   HVT 2.3.4 - Option A heading alignment and even card actions
   --------------------------------------------------------- */
body.home .hvt-home-section-heading > .wp-block-group > .hvt-eyebrow,
body.home .hvt-home-section-heading > .wp-block-group > h2,
body.home .hvt-home-section-heading > .wp-block-group > p {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left;
}

body.home .hvt-home-section-heading > .wp-block-group > h2 {
  font-size: clamp(30px, 3vw, 35px);
}

body.home .hvt-home-post-content > p {
  display: -webkit-box;
  height: 4.5em;
  min-height: 4.5em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.home .hvt-home-post-content {
  padding-bottom: 25px;
}

body.home .hvt-home-post-read,
body.home .hvt-home-section-link {
  font-weight: 400;
}

/* HVT 2.0 - Reduce gap below site header on single posts */
.single-post main {
  padding-top: 15px !important;
}

/* ---------------------------------------------------------
   HVT 2.1 - Contact page and form
   --------------------------------------------------------- */
.hvt-contact-page {
  width: 100%;
  max-width: none !important;
}

.hvt-contact-page > .hvt-eyebrow {
  margin-bottom: 12px;
  color: var(--wp--preset--color--primary);
}

.hvt-contact-page > h2 {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 20px;
}

.hvt-contact-lead {
  max-width: 830px;
  margin-bottom: 10px;
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.55;
}

.hvt-contact-layout {
  display: grid !important;
  grid-template-columns: minmax(260px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start !important;
  margin-top: clamp(44px, 7vw, 78px);
}

.hvt-contact-layout > .wp-block-column {
  min-width: 0;
}

.hvt-contact-aside {
  padding-top: 18px;
}

.hvt-contact-aside h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.hvt-contact-reasons {
  display: grid;
  gap: 14px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.hvt-contact-reasons li {
  position: relative;
  margin: 0;
  padding: 18px 18px 18px 54px;
  border: 1px solid var(--wp--preset--color--mist);
  border-radius: 14px;
  background: var(--wp--preset--color--soft-green);
  font-size: 16px;
  line-height: 1.55;
}

.hvt-contact-reasons li::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 800;
}

.hvt-contact-direct {
  margin-top: 28px;
  padding-left: 18px;
  border-left: 3px solid var(--wp--preset--color--leaf);
  font-size: 16px;
}

.hvt-contact-card {
  position: relative;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--wp--preset--color--mist);
  border-radius: 24px;
  background: var(--wp--preset--color--white);
  box-shadow: 0 22px 60px rgba(2, 36, 26, .10);
}

.hvt-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(24px, 4vw, 46px);
  left: clamp(24px, 4vw, 46px);
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--leaf));
}

.hvt-contact-card-heading {
  margin-bottom: 30px;
}

.hvt-contact-card-heading .hvt-eyebrow {
  margin: 0 0 8px;
  color: var(--wp--preset--color--primary);
}

.hvt-contact-card-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.2;
}

.hvt-contact-card-heading > p:last-child {
  margin: 0;
  color: var(--wp--preset--color--muted);
  font-size: 17px;
}

.hvt-contact-form {
  display: grid;
  gap: 22px;
}

.hvt-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hvt-field {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.hvt-field label {
  color: var(--wp--preset--color--forest);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.hvt-field label > span[aria-hidden="true"] {
  color: var(--wp--preset--color--primary);
}

.hvt-optional {
  margin-left: 6px;
  color: var(--wp--preset--color--muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.hvt-field input,
.hvt-field select,
.hvt-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid #BFCBC2;
  border-radius: 12px;
  outline: 0;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--charcoal);
  font: inherit;
  font-size: 17px;
  line-height: 1.45;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hvt-field select {
  cursor: pointer;
}

.hvt-field textarea {
  min-height: 170px;
  resize: vertical;
}

.hvt-field input:hover,
.hvt-field select:hover,
.hvt-field textarea:hover {
  border-color: #8FA397;
}

.hvt-field input:focus,
.hvt-field select:focus,
.hvt-field textarea:focus {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 4px rgba(57, 127, 6, .14);
}

.hvt-form-footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.hvt-submit-button {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.hvt-submit-button:hover,
.hvt-submit-button:focus-visible {
  background: var(--wp--preset--color--forest);
  box-shadow: 0 8px 22px rgba(2, 36, 26, .18);
  transform: translateY(-1px);
}

.hvt-form-footer p {
  margin: 0;
  color: var(--wp--preset--color--muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}

.hvt-form-notice {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
  padding: 16px 18px;
  border: 1px solid;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.hvt-form-success {
  border-color: #B8D6A0;
  background: var(--wp--preset--color--soft-green);
  color: var(--wp--preset--color--forest);
}

.hvt-form-error {
  border-color: #E2B7B3;
  background: #FFF4F2;
  color: #6C211B;
}

.hvt-form-error ul {
  margin: 6px 0 0;
  padding-left: 20px;
}

.hvt-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .hvt-contact-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hvt-contact-aside {
    padding-top: 0;
  }

  .hvt-contact-reasons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hvt-contact-lead {
    font-size: 20px;
  }

  .hvt-contact-reasons,
  .hvt-form-grid {
    grid-template-columns: 1fr;
  }

  .hvt-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hvt-submit-button {
    width: 100%;
  }

  .hvt-form-footer p {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .hvt-contact-card {
    padding: 24px 18px;
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(2, 36, 26, .09);
  }

  .hvt-contact-card::before {
    right: 18px;
    left: 18px;
  }

  .hvt-field input,
  .hvt-field select,
  .hvt-field textarea {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------
   HVT 2.3.2 - Direct editorial feeds below verification strip
   --------------------------------------------------------- */
body.home .hvt-verification-strip + .hvt-travel-posts-section {
  margin-block-start: 0 !important;
}

body.home .hvt-travel-posts-section,
body.home .hvt-ai-posts-section {
  padding-top: clamp(33px, 1.5vw, 60px);
}

body.home .hvt-home-section-heading {
  display: block;
  margin-bottom: clamp(24px, 3vw, 34px);
}

body.home .hvt-home-section-heading > .wp-block-group {
  width: 100%;
  max-width: 780px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .hvt-home-feed-footer {
  width: 100%;
  max-width: none;
  margin: clamp(24px, 3vw, 34px) 0 0 !important;
}

.hvt-home-feed-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--wp--preset--color--primary);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.hvt-home-feed-button:hover,
.hvt-home-feed-button:focus {
  color: #fff;
  background: var(--wp--preset--color--forest);
}

body.home .hvt-ai-posts-section {
  padding-bottom: 0;
}

body.home .hvt-ai-posts-section .hvt-section-inner {
  padding-bottom: 0;
}

body.home .hvt-ai-posts-section .hvt-home-feed-footer {
  margin-bottom: 0 !important;
  padding-bottom: 18px;
}

body.home main.wp-block-group + .hvt-footer {
  margin-block-start: 0 !important;
}

/* ---------------------------------------------------------
   HVT 2.3.3 - Wide, compact homepage post feeds
   --------------------------------------------------------- */
body.home .hvt-travel-posts-section .hvt-section-inner,
body.home .hvt-ai-posts-section .hvt-section-inner {
  width: min(calc(100% - (var(--hvt-page-gutter) * 2)), 1320px);
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home .hvt-home-section-heading,
body.home .hvt-home-section-heading > .wp-block-group,
body.home .hvt-home-post-grid,
body.home .hvt-home-feed-footer {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .hvt-home-section-heading h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.25;
}

body.home .hvt-home-section-heading p:not(.hvt-eyebrow) {
  width: 100%;
  max-width: none;
  margin-top: 0;
  color: #202522;
  font-size: 17px;
  line-height: 1.5;
}

body.home .hvt-home-post-card {
  display: grid;
  grid-template-rows: 205px minmax(0, 1fr);
  height: 450px;
}

body.home .hvt-home-post-image {
  width: 100%;
  height: 205px;
  aspect-ratio: auto;
}

body.home .hvt-home-post-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 0;
  padding: 20px 22px;
}

body.home .hvt-home-post-content h3 {
  margin: 7px 0 9px;
  font-size: clamp(19px, 1.45vw, 22px);
  line-height: 1.23;
}

body.home .hvt-home-post-content > p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}

body.home .hvt-home-post-read {
  margin-top: auto;
}

body.home .hvt-grid-count-1 .hvt-home-post-card {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  grid-template-rows: 1fr;
  height: 450px;
}

body.home .hvt-grid-count-1 .hvt-home-post-image {
  height: 450px;
  min-height: 0;
  aspect-ratio: auto;
}

body.home .hvt-home-feed-footer {
  text-align: right;
}

/* WordPress adds 1.75rem between top-level blocks. Keep the footer flush. */
:where(.wp-site-blocks) > footer,
:where(.wp-site-blocks) > .hvt-footer {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

@media (min-width: 1024px) {
  body.home .hvt-home-section-heading p:not(.hvt-eyebrow) {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  body.home .hvt-home-post-card,
  body.home .hvt-grid-count-1 .hvt-home-post-card {
    display: block;
    height: auto;
  }

  body.home .hvt-home-post-image,
  body.home .hvt-grid-count-1 .hvt-home-post-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hvt-field input,
  .hvt-field select,
  .hvt-field textarea,
  .hvt-submit-button {
    transition: none;
  }
}

/* ---------------------------------------------------------
   HVT 2.1.1 - Finalized Additional CSS moved into the theme
   --------------------------------------------------------- */
@media (max-width: 767px) {
  /* Regular article text: 1px larger */
  .single-post p,
  .single-post li {
    font-size: 20px;
  }

  /* Homepage main headline: 2px smaller */
  .hvt-hero-copy h1 {
    font-size: calc(clamp(37px, 10.3vw, 46px) - 2px) !important;
  }

  /* Page paragraphs and lists: same as mobile posts */
  body.page .wp-block-post-content p,
  body.page .wp-block-post-content li {
    font-size: 20px !important;
    line-height: 1.7 !important;
    color: #202522 !important;
  }

  /* Page H2 headings: same as mobile posts */
  body.page .wp-block-post-content h2 {
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  /* Page H3 headings: same as mobile posts */
  body.page .wp-block-post-content h3 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  /* Remove the lighter text color used on some page paragraphs */
  body.page .wp-block-post-content .has-muted-color,
  body.page .hvt-page-intro,
  body.page .hvt-page-intro .wp-block-post-excerpt__excerpt {
    color: #202522 !important;
    opacity: 1 !important;
  }
}

/* Smaller page and post headings */
body:not(.home) main h1 {
  font-size: clamp(34px, 5vw, 58px) !important;
  line-height: 1.15 !important;
}

/* Single post titles are approximately 20 percent smaller. */
body.single-post .hvt-article-header > .wp-block-post-title {
  font-size: clamp(28px, 4vw, 46px) !important;
  line-height: 1.15 !important;
}

body:not(.home) main h2,
body.page main .wp-block-post-content h2,
body.single-post main .wp-block-post-content h2 {
  font-size: clamp(26px, 3.2vw, 36px) !important;
  line-height: 1.32 !important;
}

body:not(.home) main h3,
body.page main .wp-block-post-content h3,
body.single-post main .wp-block-post-content h3 {
  font-size: clamp(21px, 2.2vw, 26px) !important;
  line-height: 1.35 !important;
}

body:not(.home) main h4,
body.page main .wp-block-post-content h4,
body.single-post main .wp-block-post-content h4 {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

/* ---------------------------------------------------------
   HVT 2.3.1 - Compact, clean homepage introduction
   --------------------------------------------------------- */
body.home .hvt-explore-section {
  padding-block: clamp(34px, 4vw, 48px);
  border-bottom: 1px solid var(--wp--preset--color--mist);
  background: #fff !important;
}

body.home .hvt-explore-section .hvt-section-inner > .hvt-paths-heading {
  width: 100%;
  max-width: none;
  margin: 0 auto !important;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  text-align: center;
}

body.home .hvt-content-paths {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: 26px;
}

body.home .hvt-content-path {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  min-height: 0;
  padding: clamp(20px, 2vw, 26px);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(2, 36, 26, .05);
}

body.home .hvt-content-path::after {
  display: none;
}

body.home .hvt-path-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 13px;
}

body.home .hvt-path-icon svg {
  width: 26px;
  height: 26px;
}

body.home .hvt-path-copy,
body.home .hvt-path-copy > * {
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .hvt-path-copy h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.22;
}

body.home .hvt-path-copy > p:not(.hvt-path-link) {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--wp--preset--color--muted);
  font-size: 16px;
  line-height: 1.5;
}

body.home .hvt-path-copy .hvt-path-link {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  body.home .hvt-content-paths {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body.home .hvt-explore-section {
    padding-block: 32px;
  }

  body.home .hvt-content-path {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 19px 17px;
  }

  body.home .hvt-path-icon {
    width: 42px;
    height: 42px;
  }
}

/* ---------------------------------------------------------
   HVT 2.3.5 - Option B centered editorial headings
   --------------------------------------------------------- */
body.home .hvt-home-section-heading,
body.home .hvt-home-section-heading > .wp-block-group {
  width: 100%;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

body.home .hvt-home-section-heading > .wp-block-group > .hvt-eyebrow,
body.home .hvt-home-section-heading > .wp-block-group > h2,
body.home .hvt-home-section-heading > .wp-block-group > p {
  width: 100%;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

body.home .hvt-home-section-heading > .wp-block-group > .hvt-eyebrow {
  font-size: 15px;
}

body.home .hvt-home-section-heading > .wp-block-group > h2 {
  font-size: 35px;
  line-height: 1.25;
}

body.home .hvt-home-section-heading > .wp-block-group > p:not(.hvt-eyebrow) {
  color: #202522;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.52;
}

@media (max-width: 767px) {
  body.home .hvt-home-section-heading > .wp-block-group > .hvt-eyebrow {
    font-size: 14px;
  }

  body.home .hvt-home-section-heading > .wp-block-group > h2 {
    font-size: 31px;
  }
}
