:root {
  --ps-ink: #173f3b;
  --ps-heading: #215b55;
  --ps-heading-soft: #285f59;
  --ps-copy: #52676a;
  --ps-muted: #5a6d6f;
  --ps-accent-deep: #a34738;
  --ps-paper: #f3ede3;
  --ps-surface: #fbf8f2;
  --ps-night: #0d2225;
  --ps-forest: #174a43;
  --ps-sea: #3e7b78;
  --ps-coral: #b54b39;
  --ps-gold: #c8a45f;
  --ps-sky: #bcd9d6;
  --ps-border: rgba(18, 34, 36, 0.16);
  --ps-error: #9f2525;
  --ps-success: #22663e;
  --ps-radius: 0.5rem;
  --ps-radius-sm: 0.3rem;
  --ps-shadow: 0 2rem 5rem rgba(13, 34, 37, 0.12);
  --ps-shell: 80rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

.ps-travel-page {
  margin: 0;
  color: var(--ps-copy);
  background: var(--ps-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.ps-travel-page h1,
.ps-travel-page h2,
.ps-travel-page h3,
.ps-travel-page h4 {
  margin-block: 0 0.65em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.ps-travel-page h1,
.ps-travel-page h2 { color: var(--ps-heading); }

.ps-travel-page h3,
.ps-travel-page h4 { color: var(--ps-heading-soft); }

.ps-travel-page h1 { font-size: clamp(3rem, 8vw, 6.8rem); }
.ps-travel-page h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); }
.ps-travel-page h3 { font-size: clamp(1.45rem, 3vw, 2.1rem); }
.ps-travel-page p { margin-block: 0 1.2rem; }
.ps-travel-page img { max-width: 100%; height: auto; }
.ps-travel-page a { text-underline-offset: 0.22em; }

.ps-shell {
  width: min(calc(100% - 2rem), var(--ps-shell));
  margin-inline: auto;
}

.ps-skip-link {
  position: fixed;
  z-index: 10000;
  inset-block-start: 0.5rem;
  inset-inline-start: 0.5rem;
  transform: translateY(-150%);
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--ps-coral);
  border-radius: var(--ps-radius-sm);
}

.ps-skip-link:focus { transform: translateY(0); }

.ps-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: color-mix(in srgb, var(--ps-night) 94%, transparent);
  backdrop-filter: blur(16px);
}

.ps-header-inner {
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.ps-brand,
.ps-primary-nav a,
.ps-site-footer a { color: inherit; }

.ps-brand {
  display: inline-flex;
  align-items: center;
  min-width: 9rem;
  font-weight: 750;
  text-decoration: none;
}

.ps-brand-logo {
  width: auto;
  max-width: 13rem;
  max-height: 4.25rem;
  object-fit: contain;
}

.ps-menu,
.ps-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-menu {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
}

.ps-menu li { position: relative; }

.ps-menu a {
  display: inline-flex;
  padding: 0.75rem 0;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.ps-menu a:hover,
.ps-menu a:focus-visible { color: var(--ps-gold); }

.ps-menu .sub-menu {
  position: absolute;
  min-width: 15rem;
  inset-block-start: 100%;
  inset-inline-start: -1rem;
  display: none;
  padding: 0.7rem 1rem;
  color: var(--ps-ink);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-sm);
  background: var(--ps-surface);
  box-shadow: var(--ps-shadow);
}

.ps-menu .sub-menu .sub-menu {
  inset-block-start: 0;
  inset-inline-start: calc(100% - 0.25rem);
}

.ps-menu .sub-menu a {
  width: 100%;
  padding: 0.55rem 0;
  font-size: 0.78rem;
}

.ps-menu li:hover > .sub-menu,
.ps-menu li:focus-within > .sub-menu { display: block; }

.ps-menu-toggle {
  display: none;
  min-height: 2.75rem;
  padding: 0.5rem 0.85rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--ps-radius-sm);
  background: transparent;
  font: inherit;
  font-weight: 700;
  list-style: none;
}

.ps-menu-toggle::-webkit-details-marker { display: none; }
.ps-nav-disclosure { display: block; width: auto; margin-inline-start: auto; }

.ps-travel-main { min-height: 65vh; overflow: hidden; }

.ps-travel-content > *:not(.alignfull) {
  width: min(calc(100% - 2rem), var(--ps-shell));
  margin-inline: auto;
}

.ps-travel-content > .alignfull { width: 100%; }

.ps-kicker {
  margin-bottom: 0.8rem !important;
  color: var(--ps-coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ps-lede {
  max-width: 52rem;
  color: var(--ps-muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.ps-hero {
  position: relative;
  isolation: isolate;
  min-height: min(47rem, 82vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-block: clamp(6rem, 13vw, 10rem) clamp(4rem, 8vw, 7rem);
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(200, 164, 95, 0.42), transparent 26rem),
    linear-gradient(135deg, #0b292b 0%, #1e5d53 55%, #c7634e 140%);
}

.ps-hero::before,
.ps-hero::after {
  position: absolute;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.ps-hero::before { width: 36rem; height: 36rem; right: -9rem; top: -12rem; }
.ps-hero::after { width: 18rem; height: 18rem; right: 8rem; top: 2rem; }

.ps-hero-inner { width: min(calc(100% - 2rem), var(--ps-shell)); margin-inline: auto; }
.ps-hero-with-image .ps-hero-inner { position: relative; z-index: 2; }
.ps-hero-media,
.ps-slide-media,
.ps-card-media {
  position: absolute !important;
  inset: 0;
  overflow: hidden;
}

.ps-hero-media { z-index: 0; }
.ps-hero-media::after,
.ps-carousel-slide::after,
.ps-card-with-media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.ps-hero-media::after {
  background: linear-gradient(180deg, rgba(7, 23, 25, 0.46), rgba(7, 23, 25, 0.88));
}

.ps-hero-media img,
.ps-slide-media img,
.ps-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ps-hero h1,
.ps-hero h2,
.ps-hero h3,
.ps-hero h4 { color: #fff; }
.ps-hero .ps-lede { max-width: 46rem; color: rgba(255, 255, 255, 0.84); }
.ps-hero .ps-kicker { color: #f7c4af; }

.ps-hero-compact { min-height: 34rem; }
.ps-hero-compact h1 { font-size: clamp(3rem, 7vw, 5.5rem); }

.ps-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }

.ps-button,
.ps-button-secondary,
.ps-text-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.ps-button {
  color: #fff;
  border: 1px solid var(--ps-coral);
  background: var(--ps-coral);
}

.ps-button:hover { background: color-mix(in srgb, var(--ps-coral) 84%, #000); }

.ps-button-secondary {
  color: var(--ps-forest);
  border: 1px solid currentColor;
  background: transparent;
}

.ps-button-secondary:hover,
.ps-button-secondary:focus-visible {
  color: #fff;
  border-color: var(--ps-forest);
  background: var(--ps-forest);
}

.ps-hero .ps-button-secondary { color: #fff; }
.ps-text-link { min-height: auto; padding: 0; color: var(--ps-accent-deep); border-radius: 0; }
.ps-text-link::after { content: "→"; }

.ps-section { padding-block: clamp(4rem, 9vw, 8rem); }
.ps-section-tight { padding-block: clamp(3rem, 6vw, 5rem); }
.ps-section-surface { background: var(--ps-surface); }
.ps-section-night { color: #fff; background: var(--ps-night); }
.ps-section-sea { color: #fff; background: var(--ps-forest); }

.ps-section-header {
  max-width: 50rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.ps-section-header h2::after {
  width: clamp(3.25rem, 6vw, 5.25rem);
  height: 2px;
  display: block;
  margin-top: 0.42em;
  content: "";
  background: linear-gradient(90deg, var(--ps-gold), rgba(200, 164, 95, 0));
}

.ps-source-note {
  width: min(calc(100% - 2rem), var(--ps-shell));
  margin: 1.25rem auto 0;
  padding: 0.8rem 1rem;
  color: #3d3522;
  border: 1px solid rgba(171, 132, 45, 0.34);
  border-radius: var(--ps-radius-sm);
  background: #fff8df;
  font-size: 0.9rem;
}

.ps-section-night .ps-lede,
.ps-section-sea .ps-lede { color: rgba(255, 255, 255, 0.76); }

.ps-grid { display: grid; gap: clamp(1.2rem, 3vw, 2rem); }
.ps-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ps-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ps-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ps-card {
  position: relative;
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--ps-copy);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  background: var(--ps-surface);
  box-shadow: 0 0.8rem 2.4rem rgba(13, 34, 37, 0.06);
}

.ps-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 0.45rem;
  content: "";
  background: var(--ps-card-accent, var(--ps-gold));
}

.ps-card > * { position: relative; }
.ps-card p { color: var(--ps-muted); }
.ps-card-colombia { --ps-card-accent: #d6654f; }
.ps-card-greece { --ps-card-accent: #427f9e; }
.ps-card-puerto-rico { --ps-card-accent: #3f8b77; }
.ps-card-impact { --ps-card-accent: var(--ps-gold); }
.ps-card-compact { min-height: 12rem; }

.ps-card:not(.ps-card-with-media):not(.ps-feature-card) {
  min-height: 15rem;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(215, 183, 101, 0.2), transparent 38%),
    linear-gradient(145deg, #fffdf8, #edf4f0);
}

.ps-card:not(.ps-card-with-media):not(.ps-feature-card)::after {
  position: absolute;
  width: 8rem;
  height: 8rem;
  right: -3.25rem;
  bottom: -3.25rem;
  content: "";
  border: 1px solid rgba(21, 75, 69, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 1.75rem rgba(21, 75, 69, 0.035);
}

.ps-card:not(.ps-card-with-media):not(.ps-feature-card) > * { z-index: 1; }
.ps-card:not(.ps-card-with-media):not(.ps-feature-card) h3 { max-width: 22ch; }
.ps-card:not(.ps-card-with-media):not(.ps-feature-card) h3 { color: var(--ps-heading-soft); }
.ps-card:not(.ps-card-with-media):not(.ps-feature-card) p { max-width: 42rem; }

.ps-card-with-media {
  min-height: 24rem;
  color: #fff;
  border: 0;
  background: var(--ps-night);
}

.ps-card-with-media .ps-card-media { z-index: 0; }
.ps-card-with-media::before { z-index: 3; }
.ps-card-with-media::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 23, 25, 0.08) 15%, rgba(7, 23, 25, 0.92) 88%);
}
.ps-card-with-media > :not(.ps-card-media) { z-index: 2; }
.ps-card-with-media p { color: rgba(255, 255, 255, 0.82); }
.ps-card-with-media .ps-text-link { color: #fff; }

.ps-feature-card {
  min-height: 27rem;
  color: #fff;
  border: 0;
  background: var(--ps-night);
}

.ps-feature-card::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.74;
  background: var(--ps-feature-gradient, linear-gradient(135deg, #154b45, #0d2225));
}

.ps-feature-card .ps-card-media { z-index: 0; }
.ps-feature-card::after { z-index: 1; background: linear-gradient(180deg, rgba(7, 23, 25, 0.12), rgba(7, 23, 25, 0.92)); }
.ps-feature-card > :not(.ps-card-media) { z-index: 2; }
.ps-feature-card p { color: rgba(255, 255, 255, 0.76); }
.ps-feature-colombia { --ps-feature-gradient: linear-gradient(145deg, #8e3b2f, #173f3c 72%); }
.ps-feature-greece { --ps-feature-gradient: linear-gradient(145deg, #2d6d8e, #152c43 72%); }
.ps-feature-puerto-rico { --ps-feature-gradient: linear-gradient(145deg, #26755f, #1d3a3a 72%); }

.ps-statements { display: grid; gap: 1px; border: 1px solid var(--ps-border); background: var(--ps-border); }
.ps-statement { padding: clamp(1.5rem, 4vw, 3rem); background: var(--ps-surface); }
.ps-statement strong { display: block; margin-bottom: 0.5rem; color: var(--ps-heading-soft); font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }

.ps-callout {
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--ps-copy);
  border-inline-start: 0.5rem solid var(--ps-coral);
  border-radius: var(--ps-radius-sm);
  background: #fbe5dc;
}

.ps-notice {
  padding: 1rem 1.25rem;
  color: #2d2a1f;
  border: 1px solid #d7bd70;
  border-radius: var(--ps-radius-sm);
  background: #fff6d9;
}

.ps-source-note { color: var(--ps-muted); font-size: 0.86rem; }

.ps-carousel {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: var(--ps-radius);
  background: var(--ps-night);
  box-shadow: var(--ps-shadow);
}

.ps-carousel-slides {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--ps-gold) var(--ps-night);
}

.ps-carousel-slide { scroll-snap-align: start; }
.ps-carousel-hint { margin: 0; padding: 0.7rem 1rem; color: rgba(255, 255, 255, 0.78); background: #0a1a1c; }
.ps-carousel-controls { display: none; }
.ps-carousel.is-enhanced .ps-carousel-slides { overflow: hidden; }
.ps-carousel.is-enhanced .ps-carousel-hint { display: none; }
.ps-carousel.is-enhanced .ps-carousel-controls { display: flex; }

.ps-carousel-slide {
  position: relative;
  min-height: clamp(24rem, 48vw, 38rem);
  display: grid;
  align-items: end;
  padding: clamp(2rem, 7vw, 5rem);
  background: var(--ps-slide-gradient, linear-gradient(135deg, #174a43, #0d2225));
}

.ps-slide-media { z-index: 0; }
.ps-carousel-slide::after {
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 23, 25, 0.05), rgba(7, 23, 25, 0.9));
}
.ps-carousel-slide > :not(.ps-slide-media) { position: relative; z-index: 2; }

.ps-carousel-slide[hidden] { display: none; }
.ps-carousel-slide h3 { max-width: 46rem; color: #fff; font-size: clamp(2.5rem, 6vw, 5rem); }
.ps-carousel-slide p { max-width: 44rem; color: rgba(255, 255, 255, 0.82); font-size: 1.15rem; }
.ps-slide-2 { --ps-slide-gradient: linear-gradient(135deg, #8f3e31, #183f3b); }
.ps-slide-3 { --ps-slide-gradient: linear-gradient(135deg, #345f7b, #12282e); }
.ps-slide-4 { --ps-slide-gradient: linear-gradient(135deg, #855f28, #1a4942); }

.ps-carousel-controls {
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 1rem;
  background: #0a1a1c;
}

.ps-carousel-controls button {
  min-height: 2.75rem;
  padding: 0.5rem 0.9rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.ps-gallery-carousel {
  color: var(--ps-ink);
  border: 1px solid var(--ps-border);
  background: #e9efe9;
}

.ps-gallery-carousel .ps-carousel-slides { scrollbar-color: var(--ps-gold) #e9efe9; }

.ps-gallery-carousel .ps-gallery-slide {
  min-height: 0;
  align-items: start;
  align-content: start;
  gap: 0.55rem;
  padding: clamp(0.8rem, 1.25vw, 1rem);
  color: var(--ps-ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(215, 183, 101, 0.18), transparent 32%),
    #f3f5f1;
}

.ps-gallery-carousel .ps-gallery-slide::after { display: none; }
.ps-gallery-carousel .ps-gallery-slide h3 { max-width: 34rem; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.ps-gallery-carousel .ps-gallery-slide h3 { color: var(--ps-heading); }
.ps-gallery-carousel .ps-gallery-slide p { color: var(--ps-muted); font-size: 1rem; }
.ps-gallery-slide-header {
  display: block;
}
.ps-gallery-slide-header > * { margin: 0; }

.ps-gallery-grid {
  width: 100%;
  max-width: 76rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  gap: 1rem;
  margin-inline: auto;
}

.ps-gallery-figure {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(18, 34, 36, 0.16);
  border-radius: var(--ps-radius-sm);
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(13, 34, 37, 0.08);
}

.ps-gallery-figure:only-child {
  width: min(100%, 64rem);
  justify-self: center;
}

.ps-gallery-carousel .ps-gallery-image {
  width: 100%;
  height: clamp(18rem, 32vw, 30rem);
  display: block;
  object-fit: contain;
  background: var(--ps-night);
}

.ps-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ps-itinerary { counter-reset: ps-day; }
.ps-itinerary-step {
  position: relative;
  padding: 0 0 2rem 4.5rem;
  border-inline-start: 1px solid var(--ps-border);
}
.ps-itinerary-step::before {
  position: absolute;
  inset-inline-start: -1.55rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--ps-forest);
  counter-increment: ps-day;
  content: counter(ps-day);
  font-weight: 800;
}

.ps-inquiry,
.ps-map {
  margin-block: clamp(3rem, 7vw, 6rem);
  padding: clamp(1.3rem, 5vw, 4rem);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  background: var(--ps-surface);
  box-shadow: var(--ps-shadow);
}

.ps-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 0.8rem; }

.ps-inquiry-form label {
  display: grid;
  gap: 0.2rem;
  margin-block: 0.3rem;
  color: var(--ps-heading-soft);
  font-size: 0.94rem;
  font-weight: 700;
}

.ps-field-label { display: block; line-height: 1.35; }

.ps-inquiry-form input,
.ps-inquiry-form select,
.ps-inquiry-form textarea {
  width: 100%;
  min-height: 2.35rem;
  padding: 0.3rem 0.55rem;
  color: var(--ps-ink);
  border: 1px solid rgba(18, 34, 36, 0.35);
  border-radius: var(--ps-radius-sm);
  background: #fff;
  font: inherit;
}

.ps-inquiry-form textarea { min-height: 4.75rem; resize: vertical; }

.ps-inquiry-form :focus-visible,
.ps-menu-toggle:focus-visible,
.ps-carousel-controls button:focus-visible {
  outline: 3px solid var(--ps-gold);
  outline-offset: 3px;
}

.ps-map-marker:focus,
.ps-map-marker:focus-visible,
.ps-map-marker:focus .ps-map-marker-dot,
.ps-map-marker:focus-visible .ps-map-marker-dot {
  outline: none;
}

.ps-map-marker:focus-visible .ps-map-marker-halo {
  stroke: #fff4c7;
  stroke-width: 3.2;
  filter: drop-shadow(0 0 2px #3a190f);
}

.ps-consent { grid-template-columns: auto 1fr !important; align-items: start; margin-block: 0.55rem !important; color: var(--ps-copy); font-weight: 400 !important; line-height: 1.4; }
.ps-consent input { width: 1.15rem; min-height: 1.15rem; margin-top: 0.15rem; }

.ps-form-notice { padding: 1rem; border-inline-start: 0.35rem solid; background: var(--ps-paper); }
.ps-form-success { border-color: var(--ps-success); }
.ps-form-error { border-color: var(--ps-error); }

.ps-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.ps-turnstile {
  display: grid;
  max-width: 32rem;
  margin-block: 0.75rem;
  gap: 0.35rem;
}

.ps-turnstile p {
  margin: 0;
  color: var(--ps-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.ps-turnstile .cf-turnstile { min-height: 4.1rem; }

.ps-turnstile-status {
  color: var(--ps-heading-soft) !important;
  font-weight: 700;
}

.ps-turnstile[data-state="ready"] .ps-turnstile-status { color: var(--ps-success) !important; }
.ps-turnstile[data-state="error"] .ps-turnstile-status,
.ps-turnstile[data-state="timeout"] .ps-turnstile-status { color: var(--ps-error) !important; }

.ps-inquiry-form [data-ps-form-submit]:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.ps-map-canvas {
  position: relative;
  overflow: hidden;
  color: var(--ps-forest);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  background: #dfeeea;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.ps-map-canvas svg { display: block; width: 100%; height: auto; aspect-ratio: 2 / 1; }
.ps-map-geography { pointer-events: none; }

.ps-map-marker circle {
  transform-box: fill-box;
  transform-origin: center;
  vector-effect: non-scaling-stroke;
}

.ps-map-marker-hit { fill: transparent; }

.ps-map-marker-halo {
  fill: rgba(200, 164, 95, 0.28);
  stroke: rgba(255, 255, 255, 0.94);
  stroke-width: 2;
  transition: transform 180ms ease, fill 180ms ease;
}

.ps-map-marker-dot {
  fill: var(--ps-gold);
  stroke: var(--ps-forest);
  stroke-width: 1.75;
  transition: transform 180ms ease, fill 180ms ease;
}

.ps-map-marker:hover .ps-map-marker-halo,
.ps-map-marker:focus-visible .ps-map-marker-halo,
.ps-map-marker.is-active .ps-map-marker-halo {
  fill: rgba(191, 77, 46, 0.32);
  transform: scale(1.55);
}

.ps-map-marker:hover .ps-map-marker-dot,
.ps-map-marker:focus-visible .ps-map-marker-dot,
.ps-map-marker.is-active .ps-map-marker-dot {
  fill: var(--ps-accent-deep);
  transform: scale(1.22);
}

.ps-map-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 3.8rem;
  padding: 0.8rem 1rem;
  color: var(--ps-copy);
  border-top: 1px solid rgba(18, 34, 36, 0.12);
  background: rgba(255, 250, 240, 0.94);
}
.ps-map-detail { margin: 0; color: var(--ps-forest); font-weight: 700; }
.ps-map-source { margin: 0; color: var(--ps-muted); font-size: 0.72rem; text-align: right; }
.ps-map-fallback { margin-top: 2rem; }
.ps-map-list { columns: 2 18rem; gap: 2rem; padding-left: 1.2rem; }
.ps-map-list li { break-inside: avoid; margin-bottom: 0.8rem; }

.ps-brand-asset { display: block; max-height: 14rem; width: auto; object-fit: contain; }
.ps-brand-asset-citizens-logo { mix-blend-mode: multiply; }

.ps-brand-mantra {
  margin-bottom: 0.85rem !important;
  color: var(--ps-accent-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-style: italic;
  line-height: 1.15;
}

.ps-about-profile { align-items: start; }
.ps-portrait {
  position: sticky;
  top: 7rem;
  overflow: hidden;
  min-height: 34rem;
  border-radius: var(--ps-radius);
  background: #dfe8e4;
  box-shadow: var(--ps-shadow);
}
.ps-portrait img {
  width: 100%;
  min-height: 34rem;
  height: min(70vh, 46rem);
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

.ps-experience-note {
  display: grid;
  gap: 0.35rem;
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  color: var(--ps-copy);
  border-inline-start: 0.3rem solid var(--ps-gold);
  background: rgba(200, 164, 95, 0.11);
}
.ps-experience-note strong {
  color: var(--ps-heading-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.2;
}

.ps-portrait-placeholder {
  min-height: 34rem;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  color: #fff;
  border-radius: var(--ps-radius);
  background: linear-gradient(145deg, var(--ps-coral), var(--ps-forest));
  box-shadow: var(--ps-shadow);
}

.ps-portrait-placeholder span { font-family: Georgia, serif; font-size: clamp(5rem, 12vw, 10rem); line-height: 1; }
.ps-portrait-placeholder small { letter-spacing: 0.12em; text-transform: uppercase; }

.ps-site-footer {
  padding-block: 4rem;
  color: #fff;
  background: #071719;
}

.ps-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 2rem; }
.ps-footer-title { font-family: Georgia, serif; font-size: 1.6rem; }
.ps-site-footer address { font-style: normal; }
.ps-site-footer a:hover { color: var(--ps-gold); }

/* Editorial travel direction: image-led, layered, and progressively animated. */
.ps-site-header {
  background:
    linear-gradient(180deg, rgba(6, 24, 27, 0.98), rgba(8, 31, 34, 0.94));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: background-color 260ms ease, box-shadow 260ms ease;
}

.ps-site-header.is-scrolled {
  background: rgba(6, 24, 27, 0.97);
  box-shadow: 0 0.7rem 2.4rem rgba(4, 20, 22, 0.2);
}

.ps-header-inner { min-height: 6rem; }
.ps-brand-logo { max-height: 4.75rem; }
.ps-primary-nav { width: max-content; }
.ps-menu { width: max-content; gap: clamp(1.1rem, 2.15vw, 2.1rem); }
.ps-menu > li > a { position: relative; letter-spacing: 0.12em; }
.ps-menu > li > a::after {
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ps-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.ps-menu > li > a:hover::after,
.ps-menu > li > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.ps-hero {
  min-height: min(54rem, calc(100svh - 6rem));
  padding-block: clamp(7rem, 15vw, 12rem) clamp(5rem, 10vw, 8rem);
}

.ps-hero-media { transform: translate3d(0, var(--ps-parallax-shift, 0), 0); }
.ps-hero-media img {
  height: 112%;
  margin-top: -6%;
  transform: scale(1.035);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ps-hero-media::after {
  background:
    linear-gradient(90deg, rgba(5, 20, 22, 0.86) 0%, rgba(5, 20, 22, 0.46) 52%, rgba(5, 20, 22, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 20, 22, 0.2) 25%, rgba(5, 20, 22, 0.8) 100%);
}

.ps-hero-inner { padding-inline-end: min(8vw, 7rem); }
.ps-hero h1 {
  max-width: 11ch;
  margin-bottom: 0.35em;
  font-size: clamp(4rem, 9.4vw, 8rem);
  line-height: 0.96;
  text-wrap: balance;
}
.ps-hero .ps-lede { font-size: clamp(1.12rem, 1.8vw, 1.42rem); }
.ps-hero-compact { min-height: 42rem; }
.ps-hero-compact h1 { font-size: clamp(4rem, 8vw, 6.75rem); }

.ps-section { position: relative; }
.ps-section-header h2 { text-wrap: balance; }
.ps-section-header .ps-lede { text-wrap: pretty; }

.ps-home-intro {
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 8%, rgba(200, 164, 95, 0.13), transparent 28rem),
    linear-gradient(180deg, #f7f2e9 0%, #efe6d9 100%);
}

.ps-editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.ps-home-intro .ps-section-header { max-width: 42rem; margin-bottom: 0; }
.ps-home-intro .ps-section-header h2 { font-size: clamp(3rem, 5.6vw, 5.3rem); }

.ps-intro-collage {
  position: relative;
  min-height: clamp(34rem, 52vw, 43rem);
}

.ps-intro-image { position: absolute; overflow: hidden; background: var(--ps-night); box-shadow: var(--ps-shadow); }
.ps-home-intro .ps-intro-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ps-intro-image-main { inset: 0 13% 13% 0; }
.ps-intro-image-secondary { width: 48%; height: 43%; right: 0; bottom: 0; border: 0.7rem solid #efe6d9; }
.ps-image-note {
  position: absolute;
  right: 3%;
  top: 8%;
  width: min(16rem, 48%);
  margin: 0;
  padding: 1rem 1.15rem;
  color: #fff;
  background: rgba(8, 36, 38, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.35;
}

.ps-principles {
  margin-top: clamp(4rem, 8vw, 7rem);
  gap: 0;
  border-block: 1px solid rgba(18, 34, 36, 0.2);
  background: transparent;
}
.ps-principles .ps-statement {
  position: relative;
  min-height: 15rem;
  padding: 2.4rem clamp(1.5rem, 3.5vw, 3rem);
  border-inline-start: 1px solid rgba(18, 34, 36, 0.18);
  background: transparent;
}
.ps-principles .ps-statement:first-child { border-inline-start: 0; }
.ps-statement-number {
  display: block;
  margin-bottom: 2rem;
  color: var(--ps-coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ps-mission-banner {
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1.65fr);
  align-items: start;
  gap: 2rem;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2.5rem, 6vw, 5.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(200, 164, 95, 0.38), transparent 18rem),
    linear-gradient(120deg, #0b2a2d, #164940);
}
.ps-mission-banner .ps-kicker { color: #f1b9a7; }
.ps-mission-banner > p:last-child {
  max-width: 24ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  line-height: 1.08;
  text-wrap: balance;
}

.ps-home-destinations {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(200, 164, 95, 0.17), transparent 27rem),
    #0a2326;
}
.ps-home-destinations .ps-section-header { max-width: 58rem; }
.ps-home-destinations .ps-section-header h2 { font-size: clamp(3.3rem, 6.5vw, 6rem); }
.ps-home-destinations .ps-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  grid-template-rows: repeat(2, minmax(18rem, 1fr));
  gap: 1.25rem;
}
.ps-home-destinations .ps-feature-card { min-height: 0; }
.ps-home-destinations .ps-feature-card:first-child { grid-row: 1 / 3; }

.ps-impact-preview {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(200, 164, 95, 0.08), transparent 46%),
    #f7f2e9;
}
.ps-impact-preview .ps-grid { align-items: center; gap: clamp(3rem, 9vw, 9rem); }
.ps-impact-preview .ps-brand-asset { max-height: 22rem; margin-inline: auto; }
.ps-impact-preview h2 { font-size: clamp(3.2rem, 6vw, 5.7rem); }

.ps-card,
.ps-feature-card,
.ps-card-with-media { transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease; }
.ps-card-with-media { min-height: clamp(27rem, 38vw, 34rem); box-shadow: none; }
.ps-card-with-media::after {
  background: linear-gradient(180deg, rgba(7, 23, 25, 0.03) 20%, rgba(7, 23, 25, 0.9) 92%);
}
.ps-card-with-media .ps-card-media img,
.ps-feature-card .ps-card-media img { transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease; }
.ps-card-with-media:hover,
.ps-card-with-media:focus-within,
.ps-feature-card:hover,
.ps-feature-card:focus-within { transform: translateY(-0.55rem); box-shadow: 0 2rem 4.5rem rgba(3, 21, 23, 0.2); }
.ps-card-with-media:hover .ps-card-media img,
.ps-card-with-media:focus-within .ps-card-media img,
.ps-feature-card:hover .ps-card-media img,
.ps-feature-card:focus-within .ps-card-media img { transform: scale(1.055); }
.ps-card-with-media h3,
.ps-feature-card h3 { font-size: clamp(2rem, 3.6vw, 3.25rem); }

.ps-section-surface { background: #e9e1d6; }

.ps-callout {
  border: 0;
  border-top: 1px solid var(--ps-coral);
  border-radius: 0;
  background: transparent;
}

.ps-gallery-carousel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.ps-gallery-carousel .ps-gallery-slide { padding: 0; gap: 1.4rem; background: transparent; }
.ps-gallery-carousel .ps-gallery-slide h3 { max-width: none; font-size: clamp(2.4rem, 4.7vw, 4.5rem); }
.ps-gallery-figure { border: 0; border-radius: 0; box-shadow: 0 1.5rem 4rem rgba(13, 34, 37, 0.13); }
.ps-gallery-carousel .ps-gallery-image { height: clamp(20rem, 39vw, 34rem); }
.ps-gallery-carousel .ps-carousel-controls {
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--ps-border);
  background: transparent;
}
.ps-gallery-carousel .ps-carousel-controls button { color: var(--ps-ink); border-color: rgba(18, 34, 36, 0.34); }
.ps-gallery-carousel .ps-carousel-controls button:hover { color: #fff; background: var(--ps-forest); }

.ps-inquiry {
  overflow: hidden;
  margin-block: clamp(2.25rem, 5vw, 4.25rem);
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 0;
  background:
    radial-gradient(circle at 92% 5%, rgba(200, 164, 95, 0.22), transparent 22rem),
    #fcfaf5;
  box-shadow: 0 2.5rem 6rem rgba(13, 34, 37, 0.11);
}
.ps-inquiry > .ps-kicker { margin-bottom: 0.4rem !important; }
.ps-inquiry h2 { max-width: 19ch; margin-bottom: 0.35em; font-size: clamp(2.6rem, 4.6vw, 4.6rem); }
.ps-inquiry > .ps-lede { max-width: 65rem; margin-bottom: 0.55rem; font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.ps-inquiry-form { margin-top: 0.5rem; }
.ps-inquiry-form input,
.ps-inquiry-form select,
.ps-inquiry-form textarea { border-width: 0 0 1px; border-radius: 0; background: transparent; }
.ps-inquiry-form input:focus,
.ps-inquiry-form select:focus,
.ps-inquiry-form textarea:focus { background: rgba(255, 255, 255, 0.68); }

.ps-site-footer {
  padding-block: clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 10% 0%, rgba(200, 164, 95, 0.15), transparent 24rem),
    #061719;
}

.ps-motion .ps-reveal {
  opacity: 1;
  transform: translate3d(0, 2rem, 0);
  transition:
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--ps-reveal-delay, 0ms);
}
.ps-motion .ps-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.ps-motion .ps-card-with-media.ps-reveal.is-visible:hover,
.ps-motion .ps-card-with-media.ps-reveal.is-visible:focus-within,
.ps-motion .ps-feature-card.ps-reveal.is-visible:hover,
.ps-motion .ps-feature-card.ps-reveal.is-visible:focus-within { transform: translateY(-0.55rem); }

@media (max-width: 66rem) {
  .ps-header-inner { padding-block: 0.45rem; }
  .ps-brand { min-width: 0; }
  .ps-brand-logo { max-width: 10rem; }
  .ps-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
	.ps-nav-disclosure { position: relative; width: auto; margin-inline-start: auto; }
  .ps-primary-nav {
	  position: absolute;
    z-index: 10;
    inset-block-start: calc(100% + 0.65rem);
    inset-inline-end: 0;
    width: min(20rem, calc(100vw - 2rem));
	  max-height: min(70vh, 32rem);
	  overflow-y: auto;
	  padding: 0.75rem 1rem;
	  color: #fff;
	  border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--ps-radius-sm);
	  background: var(--ps-night);
    box-shadow: var(--ps-shadow);
  }
  .ps-js .ps-nav-disclosure > .ps-primary-nav { display: none !important; }
  .ps-js .ps-nav-disclosure.is-open > .ps-primary-nav { display: block !important; }
	.ps-menu { width: 100%; align-items: stretch; flex-direction: column; gap: 0; }
	.ps-menu a { width: 100%; padding: 0.55rem 0; font-size: 0.8rem; }
  .ps-menu .sub-menu,
  .ps-menu .sub-menu .sub-menu {
	  position: static;
    display: block !important;
    min-width: 0;
    margin: 0 0 0.25rem 0.85rem;
    padding: 0 0 0.25rem 0.75rem;
    color: inherit;
    border: 0;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .ps-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 66.01rem) {
  .ps-nav-disclosure > .ps-primary-nav { position: static; display: block !important; width: max-content; }
}

@media (max-width: 48rem) {
  .ps-grid-2,
  .ps-grid-3,
  .ps-grid-4,
  .ps-footer-grid,
  .ps-form-grid { grid-template-columns: 1fr; }
  .ps-hero { min-height: 40rem; }
  .ps-card { min-height: 14rem; }
  .ps-map-list { columns: 1; }
  .ps-map-marker-hit { r: 20; }
  .ps-map-marker-halo { r: 12; }
  .ps-map-marker-dot { r: 8; }
  .ps-map-meta { grid-template-columns: 1fr; gap: 0.2rem; }
  .ps-map-source { text-align: left; }
  .ps-inquiry { margin-block: 2rem; padding: 1.25rem; }
  .ps-inquiry h2 { max-width: none; font-size: clamp(2.2rem, 10vw, 2.9rem); }
  .ps-inquiry > .ps-lede { margin-bottom: 0.6rem; font-size: 1rem; }
  .ps-inquiry-form { margin-top: 0.65rem; }
  .ps-inquiry-form input,
  .ps-inquiry-form select { min-height: 2.75rem; }
  .ps-inquiry-form textarea { min-height: 5.25rem; }
}

@media (max-width: 60rem) {
  .ps-editorial-split { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 3rem; }
  .ps-home-destinations .ps-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .ps-home-destinations .ps-feature-card:first-child { grid-column: 1 / 3; grid-row: auto; min-height: 34rem; }
}

@media (max-width: 48rem) {
  .ps-hero { min-height: 43rem; padding-block: 7rem 4.5rem; }
  .ps-hero h1 { font-size: clamp(3.65rem, 16vw, 5.5rem); }
  .ps-hero-inner { padding-inline-end: 0; }
  .ps-editorial-split { grid-template-columns: 1fr; }
  .ps-home-intro .ps-section-header h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .ps-intro-collage { min-height: 31rem; }
  .ps-intro-image-main { inset: 0 8% 16% 0; }
  .ps-intro-image-secondary { width: 52%; height: 39%; border-width: 0.45rem; }
  .ps-image-note { top: 6%; right: 0; font-size: 1rem; }
  .ps-principles .ps-statement { min-height: auto; border-inline-start: 0; border-top: 1px solid rgba(18, 34, 36, 0.18); }
  .ps-principles .ps-statement:first-child { border-top: 0; }
  .ps-mission-banner { grid-template-columns: 1fr; gap: 0.75rem; }
  .ps-home-destinations .ps-grid { grid-template-columns: 1fr; }
  .ps-home-destinations .ps-feature-card:first-child { grid-column: auto; min-height: 30rem; }
  .ps-home-destinations .ps-feature-card { min-height: 27rem; }
  .ps-gallery-carousel .ps-gallery-image { height: clamp(20rem, 112vw, 29rem); }
  .ps-gallery-carousel .ps-carousel-controls { gap: 0.45rem; }
  .ps-gallery-carousel .ps-carousel-controls button { flex: 1 1 8.5rem; }
}

/* Unified light brand theme: one calm canvas, with photography providing the drama. */
.ps-travel-page { background: #f7f3ec; }

.ps-site-header,
.ps-site-header.is-scrolled {
  color: var(--ps-heading);
  border-bottom: 1px solid rgba(18, 34, 36, 0.12);
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 0.65rem 2rem rgba(18, 34, 36, 0.07);
}

.ps-header-inner { min-height: 5.4rem; }
.ps-brand { min-width: 8rem; }
.ps-brand-logo {
  max-width: 10.5rem;
  max-height: 4.2rem;
  filter: none;
}
.ps-menu > li > a::after { background: var(--ps-coral); }
.ps-menu a:hover,
.ps-menu a:focus-visible { color: var(--ps-forest); }
.ps-menu-toggle {
  color: var(--ps-heading);
  border-color: rgba(18, 34, 36, 0.32);
  background: #fffdf8;
}

.ps-home-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.8rem, 7.6vw, 6.8rem);
  line-height: 0.98;
}
.ps-home-hero { align-items: center; }
.ps-home-hero .ps-hero-inner { padding-top: clamp(2rem, 5vw, 4rem); }
.ps-home-hero .ps-hero-media::after {
  background:
    linear-gradient(90deg, rgba(5, 20, 22, 0.72) 0%, rgba(5, 20, 22, 0.34) 50%, rgba(5, 20, 22, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 20, 22, 0.1) 35%, rgba(5, 20, 22, 0.5) 100%);
}
.ps-home-hero .ps-kicker { color: #f7d3a2; }

.ps-section-night,
.ps-section-sea {
  color: var(--ps-copy);
  background: #f7f3ec;
}
.ps-section-night .ps-lede,
.ps-section-sea .ps-lede { color: var(--ps-muted); }

.ps-home-intro {
  background:
    radial-gradient(circle at 5% 8%, rgba(200, 164, 95, 0.12), transparent 28rem),
    #f7f3ec;
}
.ps-intro-image-secondary { border-color: #f7f3ec; }
.ps-image-note {
  color: var(--ps-heading-soft);
  border: 1px solid rgba(18, 34, 36, 0.12);
  background: rgba(255, 253, 248, 0.94);
}
.ps-section-surface { background: #f0ebe3; }

.ps-mission-banner {
  color: var(--ps-copy);
  border-top: 1px solid rgba(18, 34, 36, 0.15);
  border-bottom: 1px solid rgba(18, 34, 36, 0.15);
  background:
    radial-gradient(circle at 88% 15%, rgba(200, 164, 95, 0.2), transparent 18rem),
    #eaf1ed;
}
.ps-mission-banner .ps-kicker { color: var(--ps-coral); }
.ps-mission-banner > p:last-child { color: var(--ps-heading); }

.ps-home-destinations {
  color: var(--ps-copy);
  background:
    radial-gradient(circle at 88% 12%, rgba(200, 164, 95, 0.12), transparent 27rem),
    linear-gradient(180deg, #f7f3ec, #eaf1ed);
}
.ps-impact-preview { background: #f7f3ec; }

.ps-button {
  border-color: var(--ps-forest);
  background: var(--ps-forest);
}
.ps-button:hover { background: #103c37; }
.ps-hero .ps-button {
  color: var(--ps-ink);
  border-color: #f3d79b;
  background: #f3d79b;
}
.ps-hero .ps-button:hover { background: #f8e5bb; }

.ps-inquiry {
  background:
    radial-gradient(circle at 92% 5%, rgba(200, 164, 95, 0.16), transparent 22rem),
    #fffdf8;
  box-shadow: 0 2rem 5rem rgba(18, 34, 36, 0.08);
}

.ps-site-footer {
  color: var(--ps-copy);
  border-top: 1px solid rgba(18, 34, 36, 0.14);
  background:
    radial-gradient(circle at 10% 0%, rgba(200, 164, 95, 0.13), transparent 24rem),
    #eee8de;
}
.ps-footer-title { color: var(--ps-heading); }
.ps-site-footer a:hover { color: var(--ps-coral); }

@media (max-width: 66rem) {
  .ps-primary-nav {
    color: var(--ps-heading);
    border-color: rgba(18, 34, 36, 0.14);
    background: #fffdf8;
  }
  .ps-menu .sub-menu,
  .ps-menu .sub-menu .sub-menu { border-inline-start-color: rgba(18, 34, 36, 0.18); }
}

@media (max-width: 48rem) {
  .ps-home-hero h1 { font-size: clamp(3.35rem, 14vw, 5.1rem); }
}

/* Image-first cards: photography above, readable content below. */
.ps-card-with-media,
.ps-feature-card {
  min-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 0 clamp(1.4rem, 2.5vw, 2rem);
  color: var(--ps-copy);
  border: 1px solid rgba(18, 34, 36, 0.14);
  background: #fffdf8;
  box-shadow: 0 1.2rem 3rem rgba(18, 34, 36, 0.08);
}
.ps-card-with-media::after,
.ps-feature-card::after { display: none; }
.ps-card-with-media .ps-card-media,
.ps-feature-card .ps-card-media {
  position: relative !important;
  inset: auto;
  width: 100%;
  height: clamp(13.5rem, 19vw, 18rem);
  flex: 0 0 auto;
  background: #dfe8e4;
}
.ps-card-with-media .ps-card-media img,
.ps-feature-card .ps-card-media img { object-fit: cover; }
.ps-card-with-media > .ps-kicker,
.ps-feature-card > .ps-kicker {
  margin: 1.35rem clamp(1.35rem, 3vw, 2rem) 0.45rem !important;
  color: var(--ps-coral);
}
.ps-card-with-media > h2,
.ps-card-with-media > h3,
.ps-feature-card > h2,
.ps-feature-card > h3 {
  margin: 1.35rem clamp(1.35rem, 3vw, 2rem) 0.55rem;
  color: var(--ps-heading-soft);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.ps-card-with-media > .ps-kicker + h2,
.ps-card-with-media > .ps-kicker + h3,
.ps-feature-card > .ps-kicker + h2,
.ps-feature-card > .ps-kicker + h3 { margin-top: 0; }
.ps-card-with-media > p:not(.ps-kicker),
.ps-feature-card > p:not(.ps-kicker) {
  margin: 0 clamp(1.35rem, 3vw, 2rem) 1.1rem;
  color: var(--ps-muted);
}
.ps-card-with-media > .ps-text-link,
.ps-card-with-media > .ps-button-secondary,
.ps-feature-card > .ps-text-link,
.ps-feature-card > .ps-button-secondary {
  align-self: flex-start;
  margin: auto clamp(1.35rem, 3vw, 2rem) 0;
  color: var(--ps-accent-deep);
}
.ps-card-with-media > .ps-button-secondary,
.ps-feature-card > .ps-button-secondary { border-color: var(--ps-forest); }

.ps-home-destinations .ps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
  align-items: stretch;
  gap: clamp(1.25rem, 2.4vw, 2rem);
}
.ps-home-destinations .ps-feature-card:first-child {
  grid-column: auto;
  grid-row: auto;
}
.ps-home-destinations .ps-feature-card .ps-card-media { height: clamp(15rem, 20vw, 19rem); }

@media (max-width: 60rem) {
  .ps-home-destinations .ps-grid { grid-template-columns: 1fr 1fr; }
  .ps-home-destinations .ps-feature-card:first-child { grid-column: 1 / -1; }
}

@media (max-width: 48rem) {
  .ps-card-with-media .ps-card-media,
  .ps-feature-card .ps-card-media,
  .ps-home-destinations .ps-feature-card .ps-card-media { height: 14rem; }
  .ps-home-destinations .ps-grid { grid-template-columns: 1fr; }
  .ps-home-destinations .ps-feature-card:first-child { grid-column: auto; }
  .ps-portrait { position: relative; top: auto; min-height: 28rem; }
  .ps-portrait img { min-height: 28rem; height: 34rem; }
}

/* My Story: retain the original page's editorial composition with verified Andrei-only content. */
.ps-story-intro {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 9rem) clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 92% 14%, rgba(62, 123, 120, 0.15), transparent 30rem),
    radial-gradient(circle at 8% 78%, rgba(200, 164, 95, 0.14), transparent 28rem),
    #f0ebe3;
}
.ps-story-intro::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(23, 74, 67, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 74, 67, 0.08) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}
.ps-story-intro > .ps-shell { position: relative; z-index: 1; }
.ps-story-heading { max-width: 62rem; margin-bottom: clamp(3rem, 7vw, 6rem); }
.ps-story-heading h1 {
  max-width: 9ch;
  margin-bottom: 0.28em;
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.055em;
}
.ps-story-heading .ps-lede { max-width: 43rem; font-size: clamp(1.25rem, 2.4vw, 1.75rem); }
.ps-story-opening {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(25rem, 1.18fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}
.ps-story-copy { max-width: 39rem; }
.ps-story-dropcap::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--ps-heading-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.8rem;
  line-height: 0.72;
}
.ps-story-copy > p { font-size: clamp(1.05rem, 1.35vw, 1.18rem); line-height: 1.85; }
.ps-story-quote {
  position: relative;
  margin: 2.6rem 0 0;
  padding: 2rem 2rem 1.6rem 2.3rem;
  border-inline-start: 2px solid var(--ps-gold);
  background: rgba(255, 253, 248, 0.72);
}
.ps-story-quote::before {
  position: absolute;
  top: -1.15rem;
  left: 1rem;
  color: rgba(33, 91, 85, 0.18);
  content: "“";
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}
.ps-story-quote p {
  position: relative;
  margin-bottom: 0.8rem;
  color: var(--ps-heading-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  font-style: italic;
  line-height: 1.32;
}
.ps-story-quote cite {
  color: var(--ps-accent-deep);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ps-story-photo-stage { position: relative; min-height: clamp(38rem, 68vw, 53rem); }
.ps-story-photo-card {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 2%;
  width: min(80%, 34rem);
  margin: 0;
  padding: 0.7rem 0.7rem 0;
  background: #fff;
  box-shadow: 0 2.7rem 6rem rgba(18, 34, 36, 0.2);
  transform: rotate(1.8deg);
}
.ps-story-photo-card img {
  display: block;
  width: 100%;
  height: clamp(34rem, 60vw, 46rem);
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.94) contrast(1.03);
}
.ps-story-photo-card figcaption {
  padding: 1rem 0.7rem 1.2rem;
  color: var(--ps-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
}
.ps-story-stamp {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: 1%;
  width: 8rem;
  height: 8rem;
  display: grid;
  place-content: center;
  color: var(--ps-heading-soft);
  border: 2px solid rgba(33, 91, 85, 0.34);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.88);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-12deg);
  backdrop-filter: blur(5px);
}
.ps-story-stamp span { font-family: Georgia, serif; font-size: 1.1rem; }
.ps-story-stamp small { display: block; font-size: 0.58rem; letter-spacing: 0.18em; }
.ps-story-tape {
  position: absolute;
  z-index: 4;
  top: 0.55rem;
  right: 25%;
  width: 9rem;
  height: 2rem;
  background: rgba(200, 164, 95, 0.42);
  box-shadow: 0 0.2rem 0.5rem rgba(18, 34, 36, 0.08);
  transform: rotate(-2deg);
}
.ps-story-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding-top: 2.5rem;
  border-top: 1px solid rgba(18, 34, 36, 0.17);
}
.ps-story-stat {
  display: grid;
  gap: 0.35rem;
  padding: 0.5rem clamp(1rem, 2.5vw, 2rem);
  border-inline-start: 1px solid rgba(18, 34, 36, 0.15);
  text-align: center;
}
.ps-story-stat:first-child { border-inline-start: 0; }
.ps-story-stat strong {
  color: var(--ps-heading-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  line-height: 1;
}
.ps-story-stat span { color: var(--ps-muted); font-size: 0.75rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }

.ps-story-founder-card {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr);
  gap: 1.5rem clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(18, 34, 36, 0.14);
  background: #fffdf8;
  box-shadow: 0 2.2rem 5rem rgba(18, 34, 36, 0.09);
}
.ps-story-founder-mark { grid-row: 1 / 4; align-self: start; }
.ps-story-founder-mark img {
  display: block;
  width: min(100%, 18rem);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 0.55rem solid #f0ebe3;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: 0 1.4rem 3.4rem rgba(18, 34, 36, 0.15);
}
.ps-story-founder-title h2 { margin-bottom: 0.2rem; font-style: italic; }
.ps-story-founder-title > p:last-child { color: var(--ps-accent-deep); font-weight: 750; }
.ps-story-founder-copy { columns: 2 18rem; column-gap: clamp(2rem, 4vw, 4rem); }
.ps-story-founder-copy p { break-inside: avoid; }
.ps-story-founder-places { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.ps-story-founder-places span {
  padding: 0.42rem 0.72rem;
  color: var(--ps-heading-soft);
  border: 1px solid rgba(33, 91, 85, 0.22);
  border-radius: 999px;
  background: #f0ebe3;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ps-story-footprint {
  padding-block: clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(200, 164, 95, 0.16), transparent 25rem),
    #eaf1ed;
}
.ps-story-footprint .ps-section-header { max-width: 58rem; }
.ps-story-footprint .ps-map {
  margin-bottom: 0;
  border-color: rgba(18, 34, 36, 0.12);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 2.2rem 5rem rgba(18, 34, 36, 0.1);
}
.ps-story-footprint .ps-map-heading {
  max-width: 46rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(18, 34, 36, 0.14);
}

.ps-story-idea {
  position: relative;
  min-height: 18rem;
  padding: 2rem 1.5rem 1.5rem;
  border-top: 2px solid var(--ps-gold);
  background: linear-gradient(180deg, rgba(200, 164, 95, 0.08), transparent 72%);
}
.ps-story-idea > span { color: var(--ps-accent-deep); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; }
.ps-story-idea h3 { margin-top: 2.5rem; }
.ps-story-next {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--ps-copy);
  border: 1px solid rgba(18, 34, 36, 0.14);
  background:
    radial-gradient(circle at 92% 5%, rgba(200, 164, 95, 0.22), transparent 18rem),
    #eaf1ed;
}
.ps-story-next h2 { max-width: 13ch; margin-bottom: 0; }
.ps-story-next .ps-actions { justify-content: flex-end; margin-top: 0; }

@media (max-width: 64rem) {
  .ps-story-opening { grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr); gap: 3rem; }
  .ps-story-photo-stage { min-height: 43rem; }
  .ps-story-photo-card { width: 86%; }
  .ps-story-photo-card img { height: 36rem; }
  .ps-story-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ps-story-stat:nth-child(3) { border-inline-start: 0; }
  .ps-story-stat:nth-child(n + 3) { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(18, 34, 36, 0.13); }
  .ps-story-next { grid-template-columns: 1fr; align-items: start; }
  .ps-story-next .ps-actions { justify-content: flex-start; }
}

@media (max-width: 48rem) {
  .ps-story-intro { padding-top: 4.25rem; }
  .ps-story-heading h1 { font-size: clamp(4.6rem, 23vw, 7rem); }
  .ps-story-opening { grid-template-columns: 1fr; }
  .ps-story-photo-stage { min-height: 38rem; margin-top: 1rem; }
  .ps-story-photo-card { right: 1%; width: 88%; }
  .ps-story-photo-card img { height: 31rem; }
  .ps-story-stamp { top: 10%; width: 6.7rem; height: 6.7rem; }
  .ps-story-tape { right: 20%; width: 7rem; }
  .ps-story-facts { grid-template-columns: 1fr; }
  .ps-story-stat,
  .ps-story-stat:first-child,
  .ps-story-stat:nth-child(3) { margin-top: 0; padding-block: 1.3rem; border-inline-start: 0; border-top: 1px solid rgba(18, 34, 36, 0.13); }
  .ps-story-stat:first-child { border-top: 0; }
  .ps-story-founder-card { grid-template-columns: 1fr; }
  .ps-story-founder-mark { grid-row: auto; }
  .ps-story-founder-mark img { width: 12rem; margin-inline: 0; }
  .ps-story-founder-copy { columns: 1; }
  .ps-story-idea { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .ps-site-header,
  .ps-site-footer,
  .ps-carousel-controls,
  .ps-inquiry { display: none !important; }
  .ps-travel-page { color: #000; background: #fff; }
  .ps-section { padding-block: 1rem; }
}

/* 2026-08-12 review pass: tighter rhythm, clearer interactive cards, travel-chart map and partner identities. */
.ps-section { padding-block: clamp(2.4rem, 4.5vw, 4rem); }
.ps-section-tight { padding-block: clamp(1.9rem, 3.5vw, 3rem); }
.ps-section-header { margin-bottom: clamp(1.25rem, 2.4vw, 2rem); }
.ps-inquiry,
.ps-map { margin-block: clamp(1.4rem, 2.7vw, 2.25rem); }
.ps-story-intro { padding-block: clamp(2.8rem, 5.5vw, 4.75rem) clamp(2.4rem, 4.5vw, 4rem); }
.ps-story-footprint { padding-block: clamp(2.4rem, 4.5vw, 4rem); }
.ps-principles { margin-top: clamp(2rem, 4vw, 3.25rem); }
.ps-mission-banner,
.ps-story-next { margin-top: clamp(1.6rem, 3vw, 2.75rem); }
.ps-site-footer { padding-block: clamp(2.25rem, 4vw, 3.5rem); }

.ps-card-cover-link {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
}
.ps-card-cover-link:focus-visible { outline: 3px solid var(--ps-gold); outline-offset: -5px; }
.ps-card-cover-link ~ a { position: relative; z-index: 5; }

.ps-intro-image-tertiary {
  width: 34%;
  height: 31%;
  right: 4%;
  top: 5%;
  border: 0.6rem solid #f7f3ec;
}
.ps-intro-image-secondary { width: 46%; height: 39%; }
.ps-image-note { top: auto; bottom: 3%; right: 49%; width: min(17rem, 48%); }

.ps-roadmap-notice { margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.ps-journey-card { min-height: 22rem; justify-content: flex-start; }
.ps-journey-card .ps-text-link { margin-top: auto; }
.ps-journey-roadmap { margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.ps-journey-placeholder { min-height: 14rem; border-style: dashed; box-shadow: none; }

.ps-impact-logo-copy,
.ps-impact-promise { align-items: center; }
.ps-impact-logo-wrap {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-radius: var(--ps-radius);
  background: #f9f6ef;
}
.ps-brand-asset-citizens-logo {
  width: min(100%, 36rem);
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 48%;
  mix-blend-mode: normal;
}
.ps-impact-photo { margin: 0; }
.ps-impact-photo img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.ps-impact-photo figcaption { margin-top: 0.55rem; color: var(--ps-muted); font-size: 0.78rem; }
.ps-impact-closing {
  margin: clamp(1.75rem, 4vw, 3rem) 0;
  color: var(--ps-heading);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.15;
}

.ps-carousel.is-enhanced .ps-carousel-controls {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: block;
  padding: 0;
  pointer-events: none;
  background: transparent;
}
.ps-carousel-controls .ps-carousel-arrow {
  position: absolute;
  top: 50%;
  width: 3.15rem;
  min-height: 3.15rem;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.72);
  background: rgba(7,23,25,0.58);
  transform: translateY(-50%);
  pointer-events: auto;
  backdrop-filter: blur(8px);
}
.ps-carousel-controls .ps-carousel-arrow span { font-size: 2rem; line-height: 1; transform: translateY(-0.08em); }
.ps-carousel-arrow-prev { left: 1rem; }
.ps-carousel-arrow-next { right: 1rem; }
.ps-gallery-carousel .ps-carousel-controls { position: absolute; padding: 0; border: 0; }
.ps-gallery-carousel .ps-carousel-controls button { color: #fff; border-color: rgba(255,255,255,0.7); }

.ps-map {
	position: relative;
	overflow: hidden;
  background:
		radial-gradient(circle at 18% 5%, rgba(62,143,145,0.16), transparent 28rem),
		linear-gradient(135deg, #fffdf7, #edf5f1);
}
.ps-map::before,
.ps-map::after {
	position: absolute;
	width: 8rem;
	height: 8rem;
	border: 1px solid rgba(112,76,43,0.18);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}
.ps-map::before { top: -4rem; right: -3rem; }
.ps-map::after { bottom: -5rem; left: -3rem; }
.ps-map-heading,
.ps-map-canvas,
.ps-map-fallback { position: relative; z-index: 1; }
.ps-map-canvas {
	border: 0.25rem double rgba(21,84,91,0.78);
	border-radius: 0.45rem;
	background: #72b8b5;
	box-shadow: 0 1.4rem 3rem rgba(10,58,64,0.2), inset 0 0 3rem rgba(5,56,63,0.14);
}
.ps-map-geography { filter: saturate(1.04) contrast(1.02); }
.ps-map-compass circle { fill: rgba(249,239,211,0.8); stroke: #15545b; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.ps-map-compass { transform-box: view-box; transform-origin: 890px 377px; }
.ps-map-compass path { fill: #1b686e; stroke: #15545b; stroke-width: 0.8; }
.ps-map-compass .ps-map-compass-needle { fill: #c9553f; }
.ps-map-compass text { fill: #15545b; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; text-anchor: middle; }
.ps-map-marker-halo { stroke-width: 2.4; }
.ps-map-marker-halo { fill: rgba(255,241,200,0.9); stroke: #fffdf4; }
.ps-map-marker-dot { fill: #c9553f; stroke: #7e3529; }
.ps-map-meta {
	color: #eaf7f4;
	border-color: rgba(255,244,211,0.4);
	background: linear-gradient(90deg, #104a50, #1b686e);
}
.ps-map-detail { color: #fff8e5; }
.ps-map-source { color: #d4ebe7; }
.ps-map-fallback h3 { color: var(--ps-forest); }
.ps-map-list { margin: 0; padding: 0; list-style: none; columns: 3 12rem; }
.ps-map-list li { padding-left: 1rem; color: var(--ps-copy); border-left: 2px solid rgba(201,85,63,0.52); }

.ps-footer-grid {
  grid-template-columns: minmax(12rem, 1.2fr) minmax(13rem, 0.9fr) auto minmax(11rem, 0.8fr);
  align-items: start;
}
.ps-footer-brand .ps-brand-asset-ps-logo { width: min(100%, 13rem); max-height: 5rem; object-fit: contain; object-position: left center; }
.ps-footer-brand p { margin: 0.25rem 0 0; color: var(--ps-heading-soft); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-style: italic; }
.ps-footer-membership { justify-self: end; text-align: right; }
.ps-footer-membership p { margin-bottom: 0.45rem; color: var(--ps-heading-soft); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.ps-footer-membership .ps-brand-asset-asta-member { width: min(100%, 15rem); max-height: 4rem; object-fit: contain; object-position: right center; }

.ps-inquiry-form[data-variant="impact"] .ps-form-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 66rem) {
  .ps-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ps-footer-membership { justify-self: start; text-align: left; }
  .ps-footer-membership .ps-brand-asset-asta-member { object-position: left center; }
}

@media (max-width: 48rem) {
	.ps-inquiry-form[data-variant="impact"] .ps-form-grid { grid-template-columns: 1fr; }
	.ps-section { padding-block: 2.15rem; }
  .ps-section-header { margin-bottom: 1.4rem; }
  .ps-intro-image-tertiary { width: 40%; height: 27%; right: 2%; }
  .ps-image-note { right: auto; left: 0; bottom: 0; width: 62%; }
  .ps-map-list { columns: 2 9rem; }
	.ps-map-compass { transform: translate(890px, 377px) scale(0.78); }
  .ps-footer-grid { grid-template-columns: 1fr; }
  .ps-carousel-controls .ps-carousel-arrow { width: 2.8rem; min-height: 2.8rem; }
}

/* 2026-08-14 content and rhythm pass. */
.ps-travel-content p:empty { display: none; }
.ps-section { padding-block: clamp(1.9rem, 3.4vw, 3rem); }
.ps-section-tight { padding-block: clamp(1.5rem, 2.7vw, 2.4rem); }
.ps-section-header { margin-bottom: clamp(1rem, 2vw, 1.6rem); }
.ps-travel-content > .ps-section + .ps-section { padding-top: clamp(1.3rem, 2.3vw, 2rem); }
.ps-inquiry,
.ps-map { margin-block: clamp(1rem, 2vw, 1.65rem); }
.ps-story-intro { padding-block: clamp(2.1rem, 4vw, 3.4rem) clamp(1.8rem, 3.2vw, 2.8rem); }
.ps-story-facts { margin-top: clamp(1.8rem, 3vw, 2.7rem); padding-top: 1.6rem; }
.ps-story-footprint { padding-block: clamp(1.9rem, 3.4vw, 3rem); }
.ps-principles { margin-top: clamp(1.5rem, 2.7vw, 2.3rem); }
.ps-mission-banner { margin-top: clamp(1.25rem, 2.4vw, 2rem); }

.ps-home-intro-copy { align-self: center; max-width: 43rem; }
.ps-home-intro-copy .ps-lede { margin-top: 0.7rem; font-size: clamp(1.04rem, 1.4vw, 1.28rem); }
.ps-home-intro-copy .ps-brand-mantra { margin-top: 1.4rem; }

.ps-development-note {
  display: grid;
  grid-template-columns: minmax(10rem, 0.42fr) minmax(0, 1.58fr);
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  margin: 0 0 clamp(1.5rem, 2.8vw, 2.3rem);
  padding: clamp(1.2rem, 2.8vw, 2.2rem);
  color: var(--ps-copy);
  border: 1px solid rgba(33, 91, 85, 0.2);
  border-inline-start: 0.42rem solid var(--ps-accent);
  border-radius: var(--ps-radius-sm);
  background: linear-gradient(115deg, rgba(234, 241, 237, 0.98), rgba(255, 247, 225, 0.9));
  box-shadow: 0 1rem 2.7rem rgba(18, 34, 36, 0.08);
}
.ps-development-note h2,
.ps-development-note h3 { margin: 0.15rem 0 0.35rem; color: var(--ps-heading-soft); font-size: clamp(1.65rem, 3vw, 2.45rem); }
.ps-development-note p:last-child { margin-bottom: 0; }
.ps-development-date {
  display: grid;
  gap: 0.28rem;
  padding-inline-end: clamp(1rem, 3vw, 2.4rem);
  border-inline-end: 1px solid rgba(33, 91, 85, 0.22);
  color: var(--ps-accent-deep);
  text-transform: uppercase;
}
.ps-development-date span { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.16em; }
.ps-development-date strong { color: var(--ps-heading-soft); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.8vw, 2.2rem); font-weight: 500; line-height: 1.05; text-transform: none; }

.ps-category-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ps-category-tabs li {
  display: grid;
  gap: 0.22rem;
  min-height: 5.1rem;
  align-content: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(33, 91, 85, 0.2);
  border-radius: 999px;
  background: linear-gradient(120deg, #fffdf8, #f0f5f1);
  text-align: center;
}
.ps-category-tabs strong { color: var(--ps-heading-soft); font-size: 0.88rem; }
.ps-category-tabs span { color: var(--ps-muted); font-size: 0.72rem; }
.ps-journey-card { min-height: 19rem; }

.ps-itinerary-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 1fr);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-bottom: clamp(1.6rem, 3vw, 2.7rem);
  padding-bottom: clamp(1.2rem, 2.5vw, 2rem);
  border-bottom: 1px solid rgba(18, 34, 36, 0.17);
}
.ps-itinerary-overview h2 { margin-bottom: 0; }
.ps-route-tabs { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.55rem; margin: 0; padding: 0; list-style: none; }
.ps-route-tabs li { padding: 0.48rem 0.72rem; color: var(--ps-heading-soft); border: 1px solid rgba(33, 91, 85, 0.22); border-radius: 999px; background: #f0f5f1; font-size: 0.76rem; font-weight: 750; }
.ps-itinerary-stops { display: grid; gap: 0.85rem; }
.ps-itinerary-stop {
  display: grid;
  grid-template-columns: minmax(12rem, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(1.2rem, 3vw, 3rem);
  padding: clamp(1.2rem, 2.7vw, 2.2rem);
  border: 1px solid rgba(18, 34, 36, 0.13);
  border-radius: var(--ps-radius-sm);
  background: #fffdf8;
}
.ps-itinerary-stop-heading { display: flex; align-items: flex-start; gap: 0.9rem; }
.ps-itinerary-stop-heading > span { display: grid; width: 2.25rem; height: 2.25rem; flex: 0 0 auto; place-items: center; color: #fff; border-radius: 50%; background: var(--ps-accent-deep); font-size: 0.73rem; font-weight: 800; }
.ps-itinerary-stop h3 { margin: 0.1rem 0 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.ps-itinerary-stop ul { margin: 0; padding-inline-start: 1.2rem; }
.ps-itinerary-stop li + li { margin-top: 0.55rem; }
.ps-itinerary-extension { border-color: rgba(200, 164, 95, 0.5); background: linear-gradient(120deg, #fff8e5, #fffdf8); }
.ps-back-link { margin-top: 1.4rem; }

.ps-story-founder-mark-travel img {
  width: min(100%, 19rem);
  aspect-ratio: 4 / 5;
  border-radius: 0.6rem;
  object-position: center;
}

.ps-impact-logo-wrap { overflow: visible; padding: clamp(0.6rem, 1.5vw, 1rem); background: transparent; }
.ps-brand-asset-citizens-logo {
  width: min(100%, 27rem);
  height: auto;
  max-height: 27rem;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0.9rem 1.7rem rgba(18, 34, 36, 0.12));
}
.ps-impact-preview .ps-brand-asset { max-height: 24rem; }

.ps-menu .sub-menu .sub-menu { min-width: 18rem; max-height: min(70vh, 34rem); overflow-y: auto; }

.ps-map {
  padding: clamp(1.1rem, 2.7vw, 2.2rem);
  border: 1px solid rgba(87, 49, 27, 0.3);
  background: #f4ead4;
  box-shadow: 0 1.2rem 3rem rgba(65, 43, 28, 0.12);
}
.ps-map::before,
.ps-map::after { display: none; }
.ps-map-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1.5rem; max-width: none; }
.ps-map-count { display: grid; min-width: 7.5rem; place-items: center; padding: 0.7rem 1rem; color: #5b301d; border: 3px double #744125; border-radius: 0; background: #e8c985; box-shadow: inset 0 0 0 2px rgba(255,241,193,0.36); font-family: Georgia, "Times New Roman", serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; transform: none; }
.ps-map-count strong { color: #7b3e24; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; line-height: 1; }
.ps-map-canvas { overflow: visible; border: 0; background: transparent; box-shadow: none; }
.ps-map-sheet {
  position: relative;
  margin: 0.75rem 0.75rem 0;
  padding: clamp(0.45rem, 0.9vw, 0.7rem);
  border: 2px solid #4a2416;
  border-radius: 0;
  background: #8d4d27;
  box-shadow: 0 0 0 4px #d4a257, 0 0 0 6px #5b2b19, 0 1rem 2rem rgba(62, 36, 22, 0.26);
  clip-path: none;
  filter: none;
}
.ps-map-sheet::after {
  position: absolute;
  inset: clamp(0.75rem, 1.5vw, 1.1rem);
  border: 3px double rgba(63, 28, 17, 0.72);
  box-shadow: inset 0 0 1.9rem rgba(65, 28, 15, 0.24);
  content: "";
  pointer-events: none;
}
.ps-map-sheet svg { display: block; width: 100%; height: auto; background: #c98a43; }
.ps-map-geography { filter: saturate(1.08) contrast(1.06) sepia(0.02); }
.ps-map--amber .ps-map-geography { filter: saturate(0.92) contrast(1.08) sepia(0.1); }
.ps-map-compass { opacity: 0.9; }
.ps-map-compass circle { fill: rgba(209, 151, 72, 0.46); stroke: #3d1c12; stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.ps-map-compass path { fill: #5d2b19; stroke: #32150d; stroke-width: 0.9; vector-effect: non-scaling-stroke; }
.ps-map-compass .ps-map-compass-secondary { fill: #c98a43; }
.ps-map-compass .ps-map-compass-needle { fill: #2f140d; }
.ps-map-compass .ps-map-compass-center { fill: #d7a34f; stroke: #32150d; stroke-width: 1.3; }
.ps-map-compass text { fill: #32150d; font-size: 14px; }
.ps-map-compass .ps-map-compass-minor { font-size: 10px; }
.ps-map-marker-halo { fill: #8f3f2a; stroke: #ffe0a1; stroke-width: 1.4; vector-effect: non-scaling-stroke; filter: drop-shadow(0 1px 1px rgba(43, 18, 10, 0.48)); }
.ps-map-marker-dot { fill: #32150d; stroke: #edbd68; stroke-width: 0.9; vector-effect: non-scaling-stroke; }
.ps-map-marker:hover .ps-map-pin,
.ps-map-marker:focus-visible .ps-map-pin,
.ps-map-marker.is-active .ps-map-pin { transform-box: fill-box; transform-origin: center; filter: brightness(1.12); }
.ps-map-marker.is-active .ps-map-marker-halo { stroke: #fff4c7; stroke-width: 2.6; }
.ps-map-meta { margin: 0.35rem 0.75rem 0.75rem; color: #fff0cf; border: 1px solid #4a2416; border-top: 0; background: linear-gradient(90deg, #532919, #754025); }
.ps-map-detail { color: #fff3d8; font-family: Georgia, "Times New Roman", serif; }
.ps-map-source { color: #f0d3a3; }
.ps-map-fallback { margin-top: 1.25rem; }
.ps-map-list { columns: 4 10rem; }
.ps-map-list li { margin-bottom: 0.35rem; border-left-color: rgba(157, 67, 50, 0.5); }

@media (max-width: 66rem) {
  .ps-menu .sub-menu .sub-menu { max-height: none; overflow: visible; }
  .ps-category-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ps-itinerary-overview { grid-template-columns: 1fr; }
  .ps-route-tabs { justify-content: flex-start; }
}

@media (max-width: 48rem) {
  .ps-section { padding-block: 1.65rem; }
  .ps-development-note { grid-template-columns: 1fr; }
  .ps-development-date { padding: 0 0 0.85rem; border: 0; border-bottom: 1px solid rgba(33, 91, 85, 0.22); }
  .ps-category-tabs { grid-template-columns: 1fr; }
  .ps-category-tabs li { min-height: 4.4rem; border-radius: var(--ps-radius-sm); }
  .ps-itinerary-stop { grid-template-columns: 1fr; }
  .ps-map-heading { grid-template-columns: 1fr; }
  .ps-map-count { justify-self: start; }
  .ps-map-list { columns: 2 9rem; }
  .ps-map-sheet { margin-inline: 0.35rem; }
  .ps-map-meta { margin-inline: 0.35rem; }
  .ps-map-marker-halo { r: 9; }
  .ps-map-marker-dot { r: 4; }
  .ps-map-compass { transform: translate(145px, 380px) scale(0.72); transform-origin: 145px 380px; }
}

@media print {
  .ps-site-header,
  .ps-site-footer,
  .ps-carousel-controls,
  .ps-inquiry { display: none !important; }
  .ps-travel-page { color: #000; background: #fff; }
  .ps-section { padding-block: 1rem; }
}
