@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

@font-face {
  font-family: "Battalion";
  src: url("/wp-content/uploads/fonts/Battalion.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Artifact";
  src: url("/wp-content/uploads/fonts/Artifact.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

:root {
  --pp2-bg: #07100c;
  --pp2-text: #f6f1e9;
  --pp2-muted: rgba(246, 241, 233, 0.82);
  --pp2-line: rgba(255, 255, 255, 0.22);
  --pp2-card-border: rgba(255, 255, 255, 0.16);
  --pp2-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  --pp2-gold: #d8b57a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--pp2-text);
  background: linear-gradient(180deg, #060b08, #0a110d 40%, #0c130f 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.pp2-menu-open {
  overflow: hidden;
}

body.pp2-menu-open .pp2-menu-toggle {
  opacity: 0;
  pointer-events: none;
}

.pp2-cookie-banner {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 9999;
}

.pp2-cookie-banner__inner {
  width: min(286px, calc(100vw - 28px));
  background: rgba(7, 16, 12, 0.96);
  border: 1px solid rgba(216, 181, 122, 0.38);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  border-radius: 11px;
  padding: 9px 10px;
}

.pp2-cookie-banner__title {
  margin: 0 0 3px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.92);
}

.pp2-cookie-banner__copy {
  margin: 0;
  color: rgba(246, 241, 233, 0.76);
  font-size: 0.71rem;
  line-height: 1.3;
}

.pp2-cookie-banner__copy a {
  color: #e8c387;
}

.pp2-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 7px;
}

.pp2-cookie-banner__actions .pp2-btn {
  min-height: 28px;
  padding: 6px 9px;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  border-radius: 999px;
  flex: 1 1 auto;
}

@media (max-width: 640px) {
  .pp2-cookie-banner {
    left: 10px;
    bottom: 10px;
  }

  .pp2-cookie-banner__inner {
    width: min(280px, calc(100vw - 20px));
    padding: 10px;
  }
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.pp2-bg {
  padding: 0;
}

.pp2-overlay {
  padding: 0;
}

.pp2-frame {
  padding: 0;
}

.pp2-inner {
  position: relative;
  z-index: 3;
}

.pp2-interior-page-hero {
  padding-top: 0;
}

.pp2-interior-hero-wrap {
  position: relative;
  z-index: 0;
  margin-top: -126px;
  padding-top: 126px;
}

.pp2-interior-hero-wrap .pp2-inner {
  min-height: clamp(620px, 92svh, 860px);
}

.pp2-interior-hero-wrap .pp2-copy {
  max-width: 980px;
}

.pp2-interior-hero-wrap .pp2-copy p {
  max-width: 780px;
}

.pp2-contact-hero-wrap .pp2-copy h1 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: clamp(2.7rem, 4.6vw, 4.7rem);
  white-space: nowrap;
}

.pp2-contact-hero-wrap .pp2-inner {
  min-height: clamp(560px, 84svh, 780px);
  justify-content: center;
  align-items: flex-start;
  padding-top: calc(clamp(180px, 24vh, 260px) + 150px);
  padding-bottom: clamp(54px, 8vh, 96px);
  text-align: left;
}

.pp2-contact-hero-wrap .pp2-bg {
  background-position: 38% 34%;
}

.pp2-contact-hero-wrap .pp2-overlay {
  background:
    linear-gradient(to right,
      rgba(6, 11, 8, 0.24) 0%,
      rgba(6, 11, 8, 0.1) 24%,
      rgba(6, 11, 8, 0.08) 44%,
      rgba(6, 11, 8, 0.26) 64%,
      rgba(6, 11, 8, 0.7) 82%,
      rgba(6, 11, 8, 0.9) 100%),
    linear-gradient(to bottom,
      rgba(5, 9, 7, 0.12) 0%,
      rgba(5, 9, 7, 0.08) 24%,
      rgba(5, 9, 7, 0.18) 54%,
      rgba(6, 11, 8, 0.46) 82%,
      rgba(6, 11, 8, 0.94) 100%);
}

.pp2-contact-hero-wrap .pp2-copy {
  width: min(100%, 560px);
  margin-left: 0;
  margin-right: auto;
  padding: 0 0 0 25px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.pp2-contact-hero-wrap .pp2-copy p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}

.pp2-contact-hero-wrap .pp2-interior-hero-actions {
  justify-content: flex-start;
}

.pp2-packages-hero-wrap .pp2-copy h1 {
  max-width: 21ch;
  margin-left: 0;
  margin-right: 0;
}

.pp2-packages-hero-wrap .pp2-inner {
  align-items: flex-start;
  justify-content: center;
  padding-top: 150px;
  text-align: left;
}

.pp2-packages-hero-wrap .pp2-copy {
  margin-left: 0;
  margin-right: auto;
  padding-left: 25px;
}

.pp2-packages-hero-wrap .pp2-interior-hero-actions {
  justify-content: flex-start;
}

.pp2-about-hero-wrap .pp2-copy h1 {
  max-width: 10ch;
}

.pp2-faq-hero-wrap .pp2-copy h1 {
  max-width: 16ch;
}

.pp2-interior-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.pp2-interior-hero-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: 28px auto 0;
}

.pp2-interior-hero-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 241, 233, 0.82);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.pp2-interior-hero-links a:hover,
.pp2-interior-hero-links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fbf4eb;
}

.pp2-interior-hero-links a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

@media (max-width: 900px) {
  .pp2-interior-hero-wrap {
    margin-top: -96px;
    padding-top: 96px;
  }

  .pp2-interior-hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  .pp2-interior-hero-actions .pp2-btn {
    width: 100%;
    justify-content: center;
  }

  .pp2-interior-hero-links {
    gap: 8px;
  }

  .pp2-interior-hero-links a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pp2-interior-hero-wrap {
    margin-top: -84px;
    padding-top: 84px;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pp2-skip-link {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 120;
  padding: 12px 16px;
  border-radius: 999px;
  background: #f6f1e9;
  color: #07100c;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

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

#main-content:focus {
  outline: none;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.container-wide {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.pp2-accessibility-page .pp2-copy h1 {
  max-width: 12ch;
}

.pp2-accessibility-section {
  position: relative;
  padding: clamp(72px, 9vw, 120px) 0;
}

.pp2-accessibility-card {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(10, 15, 12, 0.78);
  box-shadow: var(--pp2-shadow);
}

.pp2-accessibility-eyebrow {
  margin: 0 0 14px;
  color: var(--pp2-gold);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pp2-accessibility-intro,
.pp2-accessibility-copy,
.pp2-accessibility-list,
.pp2-accessibility-note {
  color: rgba(246, 241, 233, 0.86);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  line-height: 1.75;
}

.pp2-accessibility-intro {
  margin: 0 0 28px;
  font-size: 1.03rem;
}

.pp2-accessibility-block+.pp2-accessibility-block {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pp2-accessibility-title {
  margin: 0 0 12px;
  color: var(--pp2-text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.pp2-accessibility-copy {
  margin: 0;
}

.pp2-accessibility-list {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}

.pp2-accessibility-list li+li {
  margin-top: 8px;
}

.pp2-accessibility-note {
  margin: 14px 0 0;
}

.pp2-accessibility-contact {
  margin-top: 14px;
}

.pp2-accessibility-contact a {
  color: #f3d39b;
}

.pp2-accessibility-contact a:hover,
.pp2-accessibility-contact a:focus-visible {
  color: #fff0cf;
}

@media (max-width: 640px) {
  .pp2-skip-link {
    top: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
  }

  .pp2-accessibility-card {
    border-radius: 22px;
  }
}


/* HERO */
.pp2-hero-wrap {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #060b08;
}

.pp2-bg,
.pp2-overlay,
.pp2-frame,
.pp2-side {
  position: absolute;
}

.pp2-bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  background-image: var(--pp2-hero-image);
  background-size: cover;
  background-position: center 64%;
  background-repeat: no-repeat;
  transform: none;
}

.pp2-overlay {
  inset: 0;
  background:
    radial-gradient(circle at 50% 28%,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.03) 10%,
      transparent 28%),
    linear-gradient(to right,
      rgba(6, 11, 8, 0.96) 0%,
      rgba(6, 11, 8, 0.92) 10%,
      rgba(6, 11, 8, 0.28) 22%,
      rgba(6, 11, 8, 0.10) 34%,
      rgba(6, 11, 8, 0.10) 66%,
      rgba(6, 11, 8, 0.28) 78%,
      rgba(6, 11, 8, 0.92) 90%,
      rgba(6, 11, 8, 0.96) 100%),
    linear-gradient(to bottom,
      rgba(5, 9, 7, 0.20) 5%,
      rgba(5, 9, 7, 0.10) 20%,
      rgba(5, 9, 7, 0.18) 52%,
      rgba(5, 9, 7, 0.42) 76%,
      rgba(6, 11, 8, 0.99) 100%);
}

.pp2-hero-wrap .pp2-frame {
  display: none;
}

.pp2-frame {
  background: var(--pp2-line);
}

.pp2-frame-top,
.pp2-frame-bottom {
  left: 8%;
  right: 8%;
  height: 1px;
}

.pp2-frame-top {
  top: 100px;
}

.pp2-frame-left,
.pp2-frame-right {
  top: 118px;
  width: 1px;
}

.pp2-frame-left {
  left: 8%;
}

.pp2-frame-right {
  right: 8%;
}

/* HEADER / NAV */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 50;
  pointer-events: none;
  padding-top: 22px;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-header .pp2-nav,
.site-header .pp2-mobile-panel {
  pointer-events: auto;
}

.pp2-nav {
  --nav-link-gap: clamp(18px, 2vw, 34px);
  --nav-font-size: 12px;
  --nav-letter-spacing: 0.14em;
  --logo-width: clamp(180px, 16vw, 300px);

  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.pp2-nav-group {
  min-width: 0;
  display: flex;
  align-items: center;
}

.pp2-nav-left {
  justify-self: start;
  justify-content: flex-start;
}

.pp2-nav-right {
  justify-self: end;
  justify-content: flex-end;
}

.pp2-menu {
  list-style: none;
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  align-items: center;
  gap: var(--nav-link-gap);
}

.pp2-nav-left .pp2-menu {
  justify-content: flex-start;
}

.pp2-nav-right .pp2-menu {
  justify-content: flex-end;
}

.pp2-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp2-menu a,
.footer-menu a {
  position: relative;
  display: inline-block;
  font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: var(--nav-font-size);
  font-weight: 500;
  letter-spacing: var(--nav-letter-spacing);
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .25s ease, opacity .25s ease, transform .25s ease;
}

.pp2-menu a:hover,
.pp2-menu a:focus-visible,
.footer-menu a:hover {
  color: #fff7e8;
  opacity: 1;
  transform: translateY(-1px);
}

.pp2-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: transform .28s ease, opacity .28s ease;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(216, 181, 122, 0.95) 50%,
      transparent 100%);
}

.pp2-menu a:hover::after,
.pp2-menu a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.pp2-brand {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--logo-width);
  z-index: 8;
}

.pp2-brand a,
.pp2-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.pp2-brand img,
.pp2-brand .custom-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 260px;
  max-height: 72px;
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.55)) drop-shadow(0 0 14px rgba(255, 255, 255, 0.32)) drop-shadow(0 0 26px rgba(216, 181, 122, 0.30)) drop-shadow(0 0 44px rgba(216, 181, 122, 0.22));
  animation: pp2LogoGlow 4.8s ease-in-out infinite;
  transition: transform .35s ease, filter .35s ease;
  will-change: transform, filter, opacity;
}

@keyframes pp2LogoGlow {

  0%,
  100% {
    opacity: 0.96;
    transform: translateY(0) scale(1);
    filter:
      drop-shadow(0 0 5px rgba(255, 255, 255, 0.55)) drop-shadow(0 0 14px rgba(255, 255, 255, 0.32)) drop-shadow(0 0 26px rgba(216, 181, 122, 0.30)) drop-shadow(0 0 44px rgba(216, 181, 122, 0.22));
  }

  50% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
    filter:
      drop-shadow(0 0 7px rgba(255, 248, 230, 0.78)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 38px rgba(216, 181, 122, 0.42)) drop-shadow(0 0 68px rgba(216, 181, 122, 0.30));
  }
}

.pp2-brand:hover img,
.pp2-brand:hover .custom-logo {
  transform: translateY(-1px) scale(1.01);
}

.pp2-profile-pill {
  display: none;
}

/* MOBILE TOGGLE */
.pp2-menu-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
  z-index: 8;
  justify-self: end;
}

.pp2-menu-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transition: transform .28s ease, opacity .25s ease, background .25s ease;
}

.pp2-menu-toggle:hover span {
  background: #fff7e8;
}

.pp2-menu-toggle:focus-visible {
  outline: none;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(216, 181, 122, 0.3);
}

body.pp2-menu-open .pp2-menu-toggle span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

body.pp2-menu-open .pp2-menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.pp2-menu-open .pp2-menu-toggle span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* MOBILE PANEL */
.pp2-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
  background:
    linear-gradient(to bottom, rgba(6, 11, 8, 0.82), rgba(6, 11, 8, 0.96)),
    radial-gradient(circle at 50% 18%, rgba(216, 181, 122, 0.08), transparent 34%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
}

body.pp2-menu-open .pp2-mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pp2-mobile-panel[hidden] {
  display: block !important;
}

.pp2-mobile-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  transition: color .25s ease, transform .25s ease, opacity .25s ease;
}

.pp2-mobile-close:hover,
.pp2-mobile-close:focus-visible {
  color: #fff7e8;
  transform: scale(1.04);
}

.pp2-mobile-close span[aria-hidden="true"] {
  display: block;
  font-size: 32px;
  line-height: 1;
  transform: translateY(-1px);
}

.pp2-mobile-panel-inner {
  min-height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 110px 22px 32px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pp2-mobile-nav {
  width: min(420px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.pp2-mobile-nav ul,
.pp2-mobile-nav ol,
.pp2-mobile-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pp2-mobile-nav li,
.pp2-mobile-nav .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pp2-mobile-nav a,
.pp2-mobile-nav .menu a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 0;
  transition: color .25s ease, transform .25s ease, opacity .25s ease;
}

.pp2-mobile-nav a:hover,
.pp2-mobile-nav a:focus-visible {
  color: #fff7e8;
  transform: translateY(-1px);
}

.pp2-mobile-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72%;
  height: 1px;
  opacity: 0;
  transform: translateX(-50%) scaleX(0.45);
  transform-origin: center;
  transition: opacity .28s ease, transform .28s ease;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(216, 181, 122, 0.95) 50%,
      transparent 100%);
}

.pp2-mobile-nav a:hover::after,
.pp2-mobile-nav a:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.pp2-mobile-cta {
  margin-top: 10px;
  min-width: 220px;
  padding: 14px 22px !important;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.pp2-mobile-cta::after {
  display: none;
}

/* HERO CONTENT */
.pp2-inner {
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*padding: 40px 0 150px;*/
}

.pp2-copy {
  max-width: 980px;
}

.pp2-kicker {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pp2-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: .93;
  letter-spacing: -.035em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

body.home .pp2-hero-wrap .pp2-copy p.pp2-copy-p-fp {
  max-width: 760px;
  margin: 18px auto 0;
  font-family: "Artifact", "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  color: rgba(246, 241, 233, 0.78);
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  text-wrap: pretty;
}

body.home .pp2-hero-wrap .pp2-inner {
  min-height: 720px;
  justify-content: center;
  padding-top: 276px;
  padding-bottom: 72px;
}

body.home .pp2-hero-wrap .pp2-copy {
  max-width: 1040px;
}

body.home .pp2-hero-wrap .pp2-copy p {
  max-width: 760px;
}

.pp2-home-hero-title {
  font-family: "Artifact", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  max-width: 25ch;
}

body.home .pp2-hero-wrap .pp2-copy {
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.5),
    0 0 14px rgba(255, 255, 255, 0.28),
    0 0 28px rgba(216, 181, 122, 0.3),
    0 0 46px rgba(216, 181, 122, 0.22),
    0 12px 40px rgba(0, 0, 0, 0.22);
}

.pp2-discover-btn {
  margin-top: 40px;
  position: relative;
  top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 62px;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 999px;
  color: var(--pp2-text);
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.pp2-discover-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.pp2-discover-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.pp2-cards {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  width: min(1040px, 84%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  z-index: 4;
}

.pp2-card {
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(70, 75, 69, 0.16), rgba(24, 26, 23, 0.44));
  border: 1px solid var(--pp2-card-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--pp2-shadow);
  text-align: left;
}

.pp2-card-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pp2-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.05;
  font-weight: 400;
}

.pp2-card strong {
  display: inline-block;
  padding-top: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.pp2-card-active {
  background: linear-gradient(180deg, rgba(101, 70, 58, 0.18), rgba(35, 25, 22, 0.48));
}

.pp2-side {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pp2-side-left {
  left: 3.2%;
}

.pp2-side-right {
  right: 3.2%;
}

.pp2-side span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pp2-side-badge {
  width: 22px !important;
  height: 22px !important;
  font-size: 11px;
  color: #0b100d;
  background: rgba(255, 255, 255, 0.9) !important;
  border: none !important;
  font-weight: 700;
}

/* GLOBAL MAIN */
.site-main {
  padding: 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}

.intro-card,
.content-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .16);
}

.intro-card.alt {
  background: linear-gradient(180deg, rgba(216, 181, 122, .10), rgba(255, 255, 255, .02));
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  color: #ecd7b0;
  margin: 0 0 10px;
}

.intro-card h2,
.content-card h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 14px;
}

.intro-card p,
.intro-card li,
.entry-content,
.site-footer {
  color: var(--pp2-muted);
  line-height: 1.8;
}

.intro-card ul {
  margin: 0;
  padding-left: 20px;
}

.basic-page {
  min-height: 55vh;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 28px 0 42px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-inner p {
  margin: 8px 0 0;
}

/* ANIMATION */
.pp2-copy>* {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(6px);
  animation: pp2FadeUp 1.2s ease forwards;
}

@keyframes pp2FadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* FRONTPAGE CONTENT */
.pp2-bridge {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 56px 0 40px;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 42%),
    linear-gradient(180deg, #0f100f 0%, #121512 38%, #161a17 100%);
  overflow: hidden;
}

.pp2-bridge-inner {
  width: 100%;
}

.pp2-bridge-copy {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.pp2-eyebrow {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(214, 201, 168, 0.82);
}

.pp2-bridge h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.98;
  color: #f4efe6;
  text-wrap: balance;
}

.pp2-bridge-description {
  max-width: 660px;
  margin: 14px auto 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(244, 239, 230, 0.78);
}

.pp2-venue-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.pp2-venue-card {
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, #121512 0%, #171b17 100%);
  border: 1px solid rgba(214, 201, 168, 0.14);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pp2-venue-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 201, 168, 0.28);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pp2-venue-gallery {
  padding: 14px 14px 0;
}

.pp2-venue-gallery .photo-gallery-slider {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(214, 201, 168, 0.12);
  background: transparent;
}

.pp2-venue-gallery .gallery-cover {
  height: clamp(240px, 28vw, 360px);
  border-radius: 18px;
  overflow: hidden;
}

.pp2-venue-gallery .pgs-cover-content {
  padding: 20px 18px 18px;
}

.pp2-venue-gallery .pgs-cover-title {
  font-size: clamp(1.7rem, 2.2vw, 2.45rem);
  line-height: 0.95;
}

.pp2-venue-gallery .pgs-cover-cta {
  margin-top: 6px;
}

.pp2-venue-content {
  padding: 14px 20px 20px;
}

.pp2-venue-content p {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(244, 239, 230, 0.74);
}

/* Hero framing only on wider desktops */
@media (min-width: 1400px) {
  .pp2-bg {
    background-size: 92%;
    background-position: center 64%;
  }
}

@media (min-width: 1700px) {
  .pp2-bg {
    background-size: 84%;
    background-position: center 64%;
  }
}

@media (min-width: 1050px) {
  .pp2-nav-left {
    justify-self: start;
    transform: translateX(40px);
  }

  .pp2-nav-right {
    justify-self: end;
    transform: translateX(-40px);
  }

  .pp2-menu-toggle,
  .pp2-mobile-panel {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .pp2-venue-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp2-bridge {
    min-height: auto;
    padding: 84px 0 80px;
  }
}

@media (max-width: 950px) {
  .site-header {
    padding-top: 0;
  }

  .pp2-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    gap: 0;
    padding: 26px 22px 18px;
  }

  .pp2-nav-left,
  .pp2-nav-right {
    display: none;
    transform: none !important;
  }

  .pp2-menu-toggle {
    display: inline-flex;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    justify-self: auto;
  }

  .pp2-brand {
    width: clamp(180px, 28vw, 260px);
    margin: 0 auto;
    justify-self: auto;
    transform: none !important;
  }

  .pp2-bg {
    background-size: cover;
    background-position: center 60%;
  }

  .pp2-frame-top {
    top: 118px;
  }

  .pp2-frame-left,
  .pp2-frame-right {
    top: 118px;
  }

  .pp2-inner {
    padding-top: 110px;
    padding-bottom: 180px;
  }

  .pp2-copy {
    max-width: 760px;
    padding-inline: 18px;
  }

  .pp2-copy h1 {
    font-size: clamp(2.9rem, 10vw, 5rem);
    line-height: 0.95;
  }

  .pp2-copy p {
    max-width: 34ch;
    font-size: clamp(14px, 2vw, 17px);
  }

  .pp2-cards {
    width: min(940px, 88%);
    gap: 16px;
  }

  .pp2-mobile-close {
    top: 24px;
    right: 22px;
  }
}

@media (max-width: 900px) {
  body.home .pp2-snap-wrapper {
    scroll-snap-type: y proximity;
  }

  .pp2-bridge {
    min-height: auto;
    padding: 76px 0 72px;
    align-items: flex-start;
  }

  .pp2-bridge-copy {
    margin-bottom: 24px;
  }

  .pp2-venue-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pp2-venue-gallery .gallery-cover {
    height: 280px;
  }

  .pp2-venue-gallery .pgs-cover-title {
    font-size: 2rem;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(1200px, calc(100% - 20px));
  }

  .container-wide {
    width: min(1320px, calc(100% - 20px));
  }

  .pp2-hero-wrap {
    min-height: auto;
  }

  .pp2-bg {
    background-size: cover;
    background-position: center 56%;
  }

  .pp2-frame-top,
  .pp2-frame-bottom {
    left: 20px;
    right: 20px;
  }

  .pp2-frame-bottom {
    bottom: 20px;
  }

  .pp2-frame-left,
  .pp2-frame-right {
    top: 108px;
    bottom: 20px;
  }

  .pp2-frame-left {
    left: 20px;
  }

  .pp2-frame-right {
    right: 20px;
  }

  .pp2-side {
    display: none;
  }

  .pp2-inner {
    min-height: auto;
    padding: 96px 0 28px;
  }

  body.home .pp2-hero-wrap .pp2-inner {
    padding-top: 116px;
    padding-bottom: 44px;
  }

  .pp2-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .pp2-home-hero-title {
    max-width: 16ch;
    white-space: normal;
  }

  .pp2-cards {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .footer-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .pp2-frame-top {
    top: 108px;
  }
}

@media (max-width: 767px) {
  .pp2-nav {
    min-height: 64px;
    padding: 20px 22px 16px;
  }

  .pp2-brand {
    width: auto;
    max-width: 190px;
  }

  .pp2-brand img,
  .pp2-brand .custom-logo {
    max-width: 190px;
    max-height: 54px;
    animation: none;
  }

  .pp2-menu-toggle {
    right: 22px;
    width: 44px;
    height: 44px;
  }

  .pp2-mobile-close {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
  }

  .pp2-mobile-close span[aria-hidden="true"] {
    font-size: 30px;
  }

  .pp2-bg {
    background-position: center 54%;
  }

  .pp2-overlay {
    background:
      radial-gradient(circle at 50% 24%,
        rgba(255, 255, 255, 0.04) 0%,
        rgba(255, 255, 255, 0.02) 10%,
        transparent 26%),
      linear-gradient(to right,
        rgba(6, 11, 8, 0.94) 0%,
        rgba(6, 11, 8, 0.78) 12%,
        rgba(6, 11, 8, 0.22) 24%,
        rgba(6, 11, 8, 0.12) 36%,
        rgba(6, 11, 8, 0.12) 64%,
        rgba(6, 11, 8, 0.22) 76%,
        rgba(6, 11, 8, 0.78) 88%,
        rgba(6, 11, 8, 0.94) 100%),
      linear-gradient(to bottom,
        rgba(5, 9, 7, 0.22) 6%,
        rgba(5, 9, 7, 0.14) 22%,
        rgba(5, 9, 7, 0.22) 52%,
        rgba(5, 9, 7, 0.54) 78%,
        rgba(6, 11, 8, 0.995) 100%);
  }

  .pp2-inner {
    padding: 96px 0 28px;
  }

  .pp2-copy {
    max-width: 560px;
    padding-inline: 10px;
  }

  .pp2-kicker {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .pp2-copy h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
    line-height: 0.96;
    max-width: 9.5ch;
    margin-inline: auto;
    text-wrap: balance;
  }

  .pp2-copy p {
    margin-top: 14px;
    max-width: 30ch;
    font-size: 14px;
    line-height: 1.6;
    text-wrap: pretty;
  }

  .pp2-discover-btn {
    margin-top: 28px;
    top: 0;
  }

  .pp2-mobile-panel-inner {
    padding-top: 96px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }

  .pp2-mobile-nav {
    gap: 10px;
  }

  .pp2-mobile-nav a {
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    padding: 6px 0;
  }

  .pp2-copy>* {
    transform: translateY(12px);
    animation-duration: 1s;
  }
}

@media (max-width: 640px) {
  .pp2-venue-gallery .gallery-cover {
    height: 240px;
  }

  .pp2-venue-gallery {
    padding: 12px 12px 0;
  }

  .pp2-venue-content {
    padding: 12px 16px 18px;
  }
}

@media (max-width: 560px) {

  .pp2-nav a,
  .footer-menu a {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .pp2-discover-btn {
    width: 100%;
    min-width: 0;
  }

  .intro-card,
  .content-card {
    padding: 24px;
    border-radius: 22px;
  }

  .pp2-mobile-panel-inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  .pp2-mobile-cta {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pp2-bg {
    background-position: center 52%;
  }

  .pp2-copy h1 {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .pp2-copy p {
    font-size: 13.5px;
  }

  .pp2-mobile-nav {
    gap: 8px;
  }

  .pp2-mobile-panel-inner {
    padding: 92px 18px 22px;
  }

  .pp2-mobile-nav a {
    font-size: 0.86rem;
    padding: 5px 0;
  }

  .pp2-mobile-close {
    top: 14px;
    right: 14px;
  }
}

/* =========================================
   Optional page snap behavior
   Apply to the page wrapper if you want
   the whole homepage to feel section-based
========================================= */

html {
  scroll-behavior: smooth;
}

body.home {
  scroll-snap-type: y proximity;
}

/* Each major section you want to "page snap" */
.pp2-snap-section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.pp2-snap-wrapper>.pp2-snap-section:first-child {
  scroll-snap-align: none;
}

/* =========================================
   Welcome Mosaic Section
========================================= */

.pp2-welcome-panel {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 2vw, 28px);
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(169, 118, 70, 0.10), transparent 38%),
    linear-gradient(180deg, #120f0d 0%, #171311 100%);
}

.pp2-welcome-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
  z-index: 0;
}

.pp2-welcome-mosaic {
  position: relative;
  width: min(100%, 1600px);
  height: min(86svh, 940px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #0f0c0a;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.pp2-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.045) translateY(14px);
  transition:
    opacity 900ms ease,
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.pp2-tile.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.pp2-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}

.pp2-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28)),
    linear-gradient(to right, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.pp2-welcome-mosaic:hover .pp2-tile:not(:hover) img {
  filter: brightness(0.85);
}

.pp2-tile img {
  transition:
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 600ms ease;
}

.pp2-tile:hover img {
  transform: scale(1.04);
  filter: brightness(1.05) contrast(1.05);
}

/* Mosaic placement */
.pp2-tile-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 7;
}

.pp2-tile-2 {
  grid-column: 3 / 4;
  grid-row: 1 / 8;
}

.pp2-tile-3 {
  grid-column: 4 / 5;
  grid-row: 1 / 8;
}

.pp2-tile-4 {
  grid-column: 5 / 6;
  grid-row: 1 / 8;
}

.pp2-tile-5 {
  grid-column: 1 / 2;
  grid-row: 7 / 13;
}

.pp2-tile-6 {
  grid-column: 2 / 3;
  grid-row: 7 / 13;
}

.pp2-tile-7 {
  grid-column: 3 / 5;
  grid-row: 8 / 13;
}

.pp2-tile-8 {
  grid-column: 5 / 6;
  grid-row: 8 / 13;
}

.pp2-welcome-title,
.pp2-welcome-copy p,
.pp2-welcome-signoff {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

/* Welcome card */
.pp2-welcome-card {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: min(620px, calc(100% - 64px));
  transform: translate(-50%, calc(-50% + 24px));
  padding: clamp(28px, 3vw, 42px);
  text-align: center;
  color: #f5efe7;
  opacity: 0;
  background: linear-gradient(180deg, rgba(20, 16, 14, 0.28), rgba(20, 16, 14, 0.44));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition:
    opacity 850ms ease,
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.pp2-welcome-card.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.pp2-welcome-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.pp2-welcome-eyebrow {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 239, 231, 0.72);
}

.pp2-welcome-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 4.8vw, 4.6rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff8f0;
}

.pp2-welcome-copy {
  max-width: 490px;
  margin: 0 auto;
}

.pp2-welcome-copy p {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.75;
  font-weight: 400;
  color: rgba(245, 239, 231, 0.92);
}

.pp2-welcome-signoff {
  margin: 20px 0 0;
  font-family: "Battalion", "Brush Script MT", cursive;
  font-size: clamp(0.65rem, 1vw, 1.2rem);
  line-height: 1;
  color: rgba(255, 244, 232, 0.96);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

/* =========================================
   Tablet
========================================= */

@media (max-width: 1100px) {
  .pp2-welcome-panel {
    min-height: auto;
    padding: 28px;
  }

  .pp2-welcome-mosaic {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 220px 220px 220px 220px 220px;
    min-height: auto;
  }

  .pp2-tile-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .pp2-tile-2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .pp2-tile-3 {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
  }

  .pp2-tile-4 {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
  }

  .pp2-tile-5 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .pp2-tile-6 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .pp2-tile-7 {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }

  .pp2-tile-8 {
    grid-column: 2 / 4;
    grid-row: 5 / 6;
  }

  .pp2-welcome-card {
    width: min(560px, calc(100% - 40px));
  }
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {
  body.home {
    scroll-snap-type: none;
  }

  .pp2-welcome-panel {
    min-height: auto;
    padding: 12px;
  }

  .pp2-welcome-panel::before {
    inset: 6px;
  }

  .pp2-welcome-mosaic {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    height: clamp(460px, 68svh, 560px);
    min-height: 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .pp2-tile-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .pp2-tile-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .pp2-tile-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .pp2-tile-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .pp2-tile-5 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .pp2-tile-6 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .pp2-tile-7,
  .pp2-tile-8 {
    display: none;
  }

  .pp2-welcome-card {
    position: absolute;
    left: 50%;
    top: 35%;
    grid-column: auto;
    grid-row: auto;
    width: min(430px, calc(100% - 28px));
    margin: 0;
    padding: 24px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
    background:
      linear-gradient(180deg, rgba(42, 34, 29, 0.72), rgba(34, 27, 23, 0.82));
    /*backdrop-filter: blur(10px);*/
    transform: translate(-50%, -50%);
  }

  .pp2-welcome-card.is-visible {
    transform: translate(-50%, -50%);
  }



  .pp2-welcome-card::before {
    display: block;
    inset: 12px;
  }

  .pp2-welcome-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    margin-bottom: 12px;
  }

  .pp2-welcome-copy p {
    font-size: 0.95rem;
    line-height: 1.62;
    margin-bottom: 10px;
  }

  .pp2-welcome-signoff {
    margin-top: 16px;
    font-size: clamp(0.62rem, 2.8vw, 0.95rem);
  }
}

@media (max-width: 430px) {
  .pp2-welcome-mosaic {
    height: clamp(500px, 74svh, 620px);
  }

  .pp2-welcome-card {
    top: 50%;
    width: calc(100% - 20px);
    padding: 22px 18px;
  }

  .pp2-welcome-card::before {
    inset: 10px;
  }

  .pp2-welcome-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .pp2-welcome-copy p {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .pp2-welcome-signoff {
    margin-top: 14px;
  }
}

/* =========================================
   Inspo Page
========================================= */

.pp2-inspo-page {
  background:
    radial-gradient(circle at top, rgba(153, 112, 63, 0.1), transparent 32%),
    linear-gradient(180deg, #0b100d 0%, #111815 28%, #0d1310 100%);
}

.pp2-inspo-hero-wrap {
  margin-top: -126px;
  padding-top: 126px;
}

.pp2-inspo-hero-wrap .pp2-inner {
  min-height: clamp(620px, 90svh, 840px);
  justify-content: center;
  align-items: flex-start;
  padding-top: clamp(220px, 26vh, 310px);
  padding-bottom: 72px;
  text-align: left;
}

.pp2-inspo-hero-wrap .pp2-copy {
  max-width: 760px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 25px;
}

.pp2-inspo-hero-wrap .pp2-copy h1,
.pp2-inspo-hero-wrap .pp2-copy p {
  margin-left: 0;
  margin-right: 0;
}

.pp2-inspo-hero-wrap .pp2-copy h1 {
  max-width: 12ch;
}

.pp2-inspo-hero-wrap .pp2-copy p {
  max-width: 42ch;
}

.pp2-inspo-hero-wrap .pp2-bg {
  background-position: center 32%;
}

.pp2-inspo-hero-wrap .pp2-interior-hero-actions {
  justify-content: flex-start;
}

.pp2-inspo-stories {
  padding: 72px 0 120px;
}

.pp2-inspo-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 7vw, 112px);
}

.pp2-inspo-story {
  position: relative;
  scroll-margin-top: 50px;
  padding-bottom: 18px;
}

.pp2-inspo-story-copy {
  width: 100%;
  margin: 0 auto 18px;
  padding-left: clamp(15px, 2vw, 25px);
  padding-right: clamp(15px, 2vw, 25px);
}

.pp2-inspo-story-kicker {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-inspo-story-title {
  margin: 0;
  font-family: "Artifact", "Battalion", "Cormorant Garamond", serif;
  /**font-size: clamp(2.1rem, 3.2vw, 3rem);**/
  line-height: 0.98;
  font-weight: 400;
  color: #f8f1e8;
}

.pp2-inspo-story-blurb {
  margin: 10px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.96rem, 1.12vw, 1.02rem);
  font-style: italic;
  line-height: 1.76;
  color: rgba(244, 239, 230, 0.8);
}

.pp2-inspo-story-credits {
  margin: 10px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.66rem, 0.86vw, 0.78rem);
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgba(244, 239, 230, 0.58);
}

.pp2-inspo-pagination {
  width: 100%;
  margin: clamp(32px, 4vw, 48px) auto 0;
  padding-left: clamp(15px, 2vw, 25px);
  padding-right: clamp(15px, 2vw, 25px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pp2-inspo-pagination-summary {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.58);
}

.pp2-inspo-pagination-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.pp2-inspo-pagination-link {
  min-width: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(214, 201, 168, 0.24);
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.04);
  color: #f4efe6;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.86rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.pp2-inspo-pagination-link:hover,
.pp2-inspo-pagination-link:focus-visible {
  border-color: rgba(214, 201, 168, 0.44);
  background: rgba(244, 239, 230, 0.1);
  color: #fff8f0;
  transform: translateY(-1px);
}

.pp2-inspo-pagination-link.is-current {
  border-color: rgba(214, 201, 168, 0.6);
  background: rgba(214, 201, 168, 0.18);
  color: #fff8f0;
}

.pp2-inspo-pagination.is-auto {
  justify-content: center;
}

.pp2-inspo-pagination.is-auto .pp2-inspo-pagination-links {
  display: none;
}

.pp2-inspo-pagination.is-loading .pp2-inspo-pagination-summary,
.pp2-inspo-pagination.is-complete .pp2-inspo-pagination-summary {
  letter-spacing: 0.08em;
}

.pp2-backtop,
.pp2-inspo-backtop {
  position: fixed;
  right: clamp(16px, 2.2vw, 30px);
  bottom: clamp(16px, 2.4vw, 28px);
  z-index: 30;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(214, 201, 168, 0.2);
  border-radius: 999px;
  background: rgba(12, 16, 13, 0.82);
  color: #f6f1e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.pp2-backtop.is-visible,
.pp2-inspo-backtop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.pp2-backtop:hover,
.pp2-inspo-backtop:hover {
  background: rgba(18, 24, 20, 0.94);
  border-color: rgba(214, 201, 168, 0.34);
}

.pp2-backtop:focus-visible,
.pp2-inspo-backtop:focus-visible {
  outline: 2px solid rgba(216, 181, 122, 0.82);
  outline-offset: 3px;
}

.pp2-inspo-mosaic {
  position: relative;
  width: 100%;
  height: min(74svh, 780px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 0;
  overflow: hidden;
  background: #0f0c0a;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.pp2-inspo-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.045) translateY(14px);
  transition:
    opacity 900ms ease,
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pp2-inspo-tile.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.pp2-inspo-tile-button {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: zoom-in;
  background: transparent;
}

.pp2-inspo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.24)),
    linear-gradient(to right, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.pp2-inspo-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition:
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 600ms ease;
}

.pp2-inspo-mosaic:hover .pp2-inspo-tile:not(:hover) img {
  filter: brightness(0.84);
}

.pp2-inspo-tile:hover img,
.pp2-inspo-tile-button:focus-visible img {
  transform: scale(1.04);
  filter: brightness(1.04) contrast(1.04);
}

.pp2-inspo-tile-button:focus-visible {
  outline: 2px solid rgba(216, 181, 122, 0.82);
  outline-offset: -2px;
}

.pp2-inspo-tile-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 7;
}

.pp2-inspo-tile-2 {
  grid-column: 3 / 4;
  grid-row: 1 / 8;
}

.pp2-inspo-tile-3 {
  grid-column: 4 / 5;
  grid-row: 1 / 8;
}

.pp2-inspo-tile-4 {
  grid-column: 5 / 6;
  grid-row: 1 / 8;
}

.pp2-inspo-tile-5 {
  grid-column: 1 / 2;
  grid-row: 7 / 13;
}

.pp2-inspo-tile-6 {
  grid-column: 2 / 3;
  grid-row: 7 / 13;
}

.pp2-inspo-tile-7 {
  grid-column: 3 / 5;
  grid-row: 8 / 13;
}

.pp2-inspo-tile-8 {
  grid-column: 5 / 6;
  grid-row: 8 / 13;
}

@media (max-width: 1100px) {
  .pp2-inspo-hero-wrap {
    margin-top: -96px;
    padding-top: 96px;
  }

  .pp2-inspo-hero-wrap .pp2-inner {
    min-height: 640px;
    padding-top: 250px;
  }

  .pp2-inspo-story-copy {
    width: 100%;
  }

  .pp2-inspo-mosaic {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px 200px 200px 200px;
    min-height: auto;
    height: auto;
  }

  .pp2-inspo-tile-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .pp2-inspo-tile-2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .pp2-inspo-tile-3 {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
  }

  .pp2-inspo-tile-4 {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
  }

  .pp2-inspo-tile-5 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .pp2-inspo-tile-6 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .pp2-inspo-tile-7 {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }

  .pp2-inspo-tile-8 {
    grid-column: 2 / 4;
    grid-row: 5 / 6;
  }

}

@media (max-width: 767px) {
  .pp2-inspo-hero-wrap {
    margin-top: -84px;
    padding-top: 84px;
  }

  .pp2-inspo-hero-wrap .pp2-inner {
    min-height: 560px;
    align-items: center;
    padding-top: 180px;
    padding-bottom: 44px;
    text-align: center;
  }

  .pp2-inspo-hero-wrap .pp2-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 22px;
  }

  .pp2-inspo-hero-wrap .pp2-copy h1,
  .pp2-inspo-hero-wrap .pp2-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .pp2-inspo-hero-wrap .pp2-interior-hero-actions {
    justify-content: center;
  }

  .pp2-backtop,
  .pp2-inspo-backtop {
    width: 46px;
    height: 46px;
    right: 14px;
    bottom: 14px;
  }

  .pp2-inspo-story-copy {
    margin-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp2-inspo-pagination {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pp2-inspo-pagination-links {
    justify-content: flex-start;
  }

  .pp2-inspo-story-credits {
    font-size: 0.68rem;
  }

  .pp2-inspo-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px auto;
    min-height: auto;
    height: auto;
    overflow: hidden;
  }

  .pp2-inspo-tile-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .pp2-inspo-tile-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .pp2-inspo-tile-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .pp2-inspo-tile-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .pp2-inspo-tile-5 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .pp2-inspo-tile-6 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .pp2-inspo-tile-7,
  .pp2-inspo-tile-8 {
    display: none;
  }

  .pp2-welcome-card,
  .pp2-tile img {
    transition: none !important;
    animation: none !important;
  }

  .pp2-tile {
    opacity: 1 !important;
    transform: none !important;
  }

  .pp2-welcome-card {
    opacity: 1 !important;
  }
}





/* =========================
   VERTICAL PROCESS TIMELINE
========================= */

.pp2-process-vertical {
  position: relative;
  padding: clamp(54px, 7vw, 50px) 0;
  /* was ~78–120px */
  background: #050505;
  overflow: hidden;
}

.pp2-process-vertical .pp2-process-inner {
  position: relative;
  z-index: 1;
}

.pp2-process-vertical .pp2-process-intro {
  max-width: 760px;
  margin: 0 auto 44px;
  /* was 60px */
  text-align: center;
}

.pp2-process-vertical .pp2-process-eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.pp2-process-vertical .pp2-process-title {
  margin: 0;
  color: #f5f1e8;
}

.pp2-process-vertical .pp2-process-copy {
  max-width: 620px;
  margin: 12px auto 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

/* Timeline wrapper */
.pp2-vprocess {
  position: relative;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 8px 0;
}

/* center line */
.pp2-vprocess::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0.06));
}

/* Each row */
.pp2-vstep {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 100px;
  /* was ~180px */
  margin: 0;
}

/* center node */
.pp2-vstep::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d7c3a0;
  box-shadow: 0 0 0 6px rgba(215, 195, 160, 0.08);
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* horizontal connector from card to center line */
.pp2-vstep::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  z-index: 1;
}

.pp2-vstep-left::after {
  left: calc(50% - 90px);
  width: 90px;
  /* was 120px */
}

.pp2-vstep-right::after {
  left: 50%;
  width: 90px;
}

/* card positioning */
.pp2-vstep-left .pp2-vstep-card {
  grid-column: 1;
  justify-self: end;
  margin-right: 74px;
}

.pp2-vstep-right .pp2-vstep-card {
  grid-column: 2;
  justify-self: start;
  margin-left: 74px;
}

/* card */
.pp2-vstep-card {
  position: relative;
  width: min(100%, 380px);
  padding: 20px 22px 18px;
  /* was 24px+ */
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    transform 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease;
}

.pp2-vstep-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.pp2-vstep-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.pp2-vstep-number {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(215, 195, 160, 0.72);
}

.pp2-vstep-card h3 {
  margin: 0 0 10px;
  color: #f5f1e8;
  font-size: 1.5rem;
  line-height: 1.12;
}

.pp2-vstep-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

/* subtle alternate rhythm */
.pp2-vstep:nth-child(2),
.pp2-vstep:nth-child(4) {
  margin-top: -50px;
}

/* Tablet */
@media (max-width: 980px) {
  .pp2-vprocess::before {
    left: 24px;
    transform: none;
  }

  .pp2-vstep {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0 0 26px 0;
  }

  .pp2-vstep::before {
    left: 24px;
    top: 28px;
    transform: translate(-50%, 0);
  }

  .pp2-vstep::after {
    left: 24px;
    top: 33px;
    width: 34px;
  }

  .pp2-vstep-left .pp2-vstep-card,
  .pp2-vstep-right .pp2-vstep-card {
    grid-column: 1;
    justify-self: stretch;
    width: auto;
    margin: 0 0 0 68px;
  }

  .pp2-vstep:nth-child(2),
  .pp2-vstep:nth-child(4) {
    margin-top: 0;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .pp2-process-vertical {
    padding: 72px 0 86px;
  }

  .pp2-process-vertical .pp2-process-intro {
    margin-bottom: 40px;
  }

  .pp2-vstep {
    padding-bottom: 18px;
  }

  .pp2-vstep-left .pp2-vstep-card,
  .pp2-vstep-right .pp2-vstep-card {
    margin-left: 52px;
  }

  .pp2-vstep-card {
    padding: 20px 18px 18px;
  }

  .pp2-vstep-card h3 {
    font-size: 1.3rem;
  }

  .pp2-vstep-card p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .pp2-vprocess::before {
    left: 18px;
  }

  .pp2-vstep::before {
    left: 18px;
  }

  .pp2-vstep::after {
    left: 18px;
    width: 26px;
  }
}

/* Scroll reveal */
.pp2-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
  will-change: opacity, transform;
}

.pp2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Slight stagger feel */
.pp2-vstep:nth-child(1) {
  transition-delay: 0.05s;
}

.pp2-vstep:nth-child(2) {
  transition-delay: 0.12s;
}

.pp2-vstep:nth-child(3) {
  transition-delay: 0.19s;
}

.pp2-vstep:nth-child(4) {
  transition-delay: 0.26s;
}

/* Optional: card/node soften in */
.pp2-vstep::before,
.pp2-vstep::after {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.pp2-vstep.is-visible::before,
.pp2-vstep.is-visible::after {
  opacity: 1;
}






/* =========================
   HORIZONTAL EDITORIAL GALLERY
========================= */

.pp2-gallery-band {
  position: relative;
  padding: clamp(72px, 8vw, 110px) 0 clamp(82px, 9vw, 120px);
  background: #050505;
  overflow: hidden;
}

.pp2-gallery-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.pp2-gallery-eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.pp2-gallery-title {
  margin: 0;
  color: #f5f1e8;
}

.pp2-gallery-copy {
  max-width: 620px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.pp2-gallery-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 clamp(14px, 2vw, 24px);
}

.pp2-gallery-arrow {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #f5f1e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    opacity 0.35s ease;
}

.pp2-gallery-arrow span {
  font-size: 1rem;
  line-height: 1;
}

.pp2-gallery-arrow:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.24);
}

.pp2-gallery-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.pp2-gallery-scroll-wrap {
  position: relative;
  flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
  cursor: grab;
  scroll-behavior: smooth;
}

.pp2-gallery-scroll-wrap.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.pp2-gallery-scroll-wrap::-webkit-scrollbar {
  height: 8px;
}

.pp2-gallery-scroll-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.pp2-gallery-scroll-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.pp2-gallery-scroll-wrap::before,
.pp2-gallery-scroll-wrap::after {
  display: none;
}

.pp2-gallery-scroll {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  padding: 0;
}

.pp2-gallery-panel {
  --pp2-panel-h: clamp(280px, 42vw, 500px);

  position: relative;
  flex: 0 0 auto;
  height: var(--pp2-panel-h);
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 0;
  transform: translateY(20px);
  transition:
    transform 0.7s ease,
    opacity 0.7s ease;
}

.pp2-gallery-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pp2-gallery-panel::before {
  display: none;
}

.pp2-gallery-panel:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.pp2-gallery-panel:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(216, 181, 122, 0.3);
}

.pp2-gallery-panel:focus-visible img {
  transform: scale(1.02);
  filter: brightness(1.03);
}

.pp2-gallery-panel img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  transition: transform 0.8s ease, filter 0.8s ease;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  transform: translateZ(0);
}

.pp2-gallery-panel:hover img {
  transform: scale(1.02);
  filter: brightness(1.03);
}

.pp2-gallery-sentinel {
  width: 1px;
  height: 1px;
}

@media (max-width: 900px) {
  .pp2-gallery-shell {
    gap: 8px;
    padding: 0 14px;
  }

  .pp2-gallery-arrow {
    width: 42px;
    height: 42px;
  }

  .pp2-gallery-panel {
    --pp2-panel-h: clamp(240px, 56vw, 420px);
  }
}

@media (max-width: 700px) {
  .pp2-gallery-band {
    padding: 68px 0 82px;
  }

  .pp2-gallery-intro {
    margin-bottom: 24px;
  }

  .pp2-gallery-shell {
    display: block;
    padding: 0;
  }

  .pp2-gallery-arrow {
    display: none;
  }

  .pp2-gallery-scroll {
    gap: 0;
    padding: 0;
  }

  .pp2-gallery-panel {
    --pp2-panel-h: min(70vw, 420px);
  }
}

.pp2-process-title,
.pp2-gallery-title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.pp2-process-copy,
.pp2-gallery-copy {
  font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
}

.pp2-process-eyebrow,
.pp2-gallery-eyebrow,
.pp2-vstep-number {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
}

.pp2-vstep-card h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.02;
}


/* =========================
   GALLERY LIGHTBOX
========================= */

.pp2-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 36px);
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.pp2-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pp2-lightbox-inner {
  position: relative;
  max-width: min(92vw, 1400px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp2-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.pp2-lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.82);
  color: #f5f1e8;
  font-size: 1.3rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.pp2-lightbox-close:hover {
  transform: scale(1.06);
  background: rgba(20, 20, 20, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}

.pp2-lightbox-close:focus-visible,
.pp2-lightbox-nav:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(216, 181, 122, 0.32);
}

.pp2-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.82);
  color: #f5f1e8;
  font-size: 1.35rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease;
}

.pp2-lightbox-nav:hover {
  background: rgba(20, 20, 20, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}

.pp2-lightbox-nav:disabled {
  opacity: 0.34;
  cursor: default;
}

.pp2-lightbox-nav:disabled:hover {
  background: rgba(10, 10, 10, 0.82);
  border-color: rgba(255, 255, 255, 0.18);
}

.pp2-lightbox-nav-prev {
  left: -72px;
}

.pp2-lightbox-nav-next {
  right: -72px;
}

.pp2-gallery-panel {
  cursor: zoom-in;
}

body.pp2-lightbox-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .pp2-lightbox {
    padding: 16px;
  }

  .pp2-lightbox-inner {
    max-width: 100%;
    max-height: 100%;
  }

  .pp2-lightbox-img {
    max-width: 100%;
    max-height: 82vh;
  }

  .pp2-lightbox-close {
    top: 10px;
    right: 10px;
  }

  .pp2-lightbox-nav {
    top: auto;
    bottom: -70px;
    transform: none;
    width: 48px;
    height: 48px;
  }

  .pp2-lightbox-nav-prev {
    left: calc(50% - 58px);
  }

  .pp2-lightbox-nav-next {
    right: calc(50% - 58px);
  }
}






/* =========================
   EDITORIAL QUOTE SECTION
========================= */

.pp2-quote-band {
  position: relative;
  padding: clamp(72px, 9vw, 110px) 20px clamp(42px, 5vw, 64px);
  background: #050505;
  overflow: hidden;
}

/* subtle section dividers */

.pp2-quote-section-divider {
  position: relative;
}

.pp2-quote-section-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(80vw, 800px);
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
  transform: translate(-50%, -50%);
}

.pp2-quote-section-divider img {
  position: relative;
  background: #050505;
  padding: 0 12px;
}

.pp2-quote-band::before,
.pp2-quote-band::after {
  content: "";
  display: block;
  width: min(88vw, 980px);
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.10),
      rgba(255, 255, 255, 0));
}

.pp2-quote-band::before {
  margin-bottom: clamp(30px, 4vw, 42px);
}

.pp2-quote-band::after {
  margin-top: clamp(30px, 4vw, 42px);
}

.pp2-quote-wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.pp2-quote-wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pp2-quote-mark {
  position: absolute;
  top: clamp(-28px, -2vw, -10px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 9vw, 118px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  user-select: none;
}

.pp2-quote-lead {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: #f5f1e8;
  text-wrap: balance;
}

.pp2-quote-body {
  max-width: 700px;
  margin: 22px auto 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.68);
}

.pp2-quote-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
}

.pp2-quote-divider img {
  display: block;
  width: clamp(105px, 15vw, 170px);
  height: auto;
  opacity: 0.34;
  pointer-events: none;
  user-select: none;
}

.pp2-quote-credit {
  margin: 10px 0 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(212, 176, 106, 0.86);
}

.pp2-quote-credit cite {
  font-style: normal;
}

@media (max-width: 700px) {
  .pp2-quote-band {
    padding: 64px 20px 46px;
  }

  .pp2-quote-mark {
    top: -12px;
    font-size: clamp(60px, 16vw, 88px);
  }

  .pp2-quote-body {
    margin-top: 18px;
    line-height: 1.72;
  }

  .pp2-quote-divider {
    margin-top: 20px;
  }

  .pp2-quote-divider img {
    width: clamp(96px, 28vw, 140px);
  }

  .pp2-quote-credit {
    margin-top: 8px;
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .pp2-quote-band::before {
    margin-bottom: 24px;
  }

  .pp2-quote-band::after {
    margin-top: 24px;
  }
}




/* =========================
   FOOTER CTA
========================= */

.pp2-footer-cta {
  background: #050505;
  padding: clamp(18px, 3vw, 28px) 20px clamp(78px, 9vw, 110px);
}

.pp2-footer-cta-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 68px) clamp(24px, 5vw, 56px);
  text-align: center;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.025),
      rgba(255, 255, 255, 0.012));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 60px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.pp2-footer-cta-inner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pp2-footer-cta-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #f5f1e8;
  text-wrap: balance;
}

.pp2-footer-cta-sub {
  max-width: 620px;
  margin: 18px auto 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.8;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.68);
}

.pp2-footer-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media (max-width: 700px) {
  .pp2-footer-cta {
    padding: 12px 20px 72px;
  }

  .pp2-footer-cta-inner {
    padding: 34px 20px 38px;
  }

  .pp2-footer-cta-actions {
    margin-top: 24px;
    gap: 10px;
  }
}

/* =========================
   CTA BUTTONS
========================= */

.pp2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 50px;
  padding: 0 24px;
  text-decoration: none;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.pp2-btn:hover {
  transform: translateY(-2px);
}

.pp2-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f5f1e8;
  background: rgba(255, 255, 255, 0.02);
}

.pp2-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.pp2-btn-solid {
  border: 1px solid rgba(212, 176, 106, 0.6);
  background: #d4b06a;
  color: #111111;
  box-shadow: 0 10px 24px rgba(212, 176, 106, 0.12);
}

.pp2-btn-solid:hover {
  background: #e0be7a;
  border-color: #e0be7a;
  box-shadow: 0 14px 28px rgba(212, 176, 106, 0.16);
}

@media (max-width: 700px) {
  .pp2-btn {
    min-width: 142px;
    min-height: 48px;
    padding: 0 20px;
  }
}







/* =========================
   FOOTER
========================= */

.pp2-footer {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 20px 36px;
}

.pp2-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pp2-footer-logo {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: #f5f1e8;
  letter-spacing: 0.04em;
}

.pp2-footer-logo em {
  font-family: "Battalion", cursive;
  font-style: normal;
  margin-left: 6px;
}

.pp2-footer-meta {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.pp2-footer-meta p {
  margin: 0;
}

.pp2-footer-social {
  display: flex;
  gap: 14px;
}

.pp2-footer-social a {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pp2-footer-social a:hover {
  color: #d4b06a;
}

@media (max-width: 700px) {
  .pp2-footer {
    padding-top: 24px;
  }

  .pp2-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

.pp2-tour-page {
  padding: 126px 0 0;
}

.pp2-tour-section {
  position: relative;
  padding: clamp(68px, 9vw, 118px) 0;
}

.pp2-tour-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0));
}

.pp2-tour-hero {
  padding-top: clamp(34px, 7vw, 84px);
}

.pp2-tour-hero-grid,
.pp2-tour-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(32px, 4.6vw, 68px);
  align-items: start;
}

.pp2-tour-hero-copy,
.pp2-tour-booking-copy,
.pp2-tour-booking-shell,
.pp2-tour-hero-media,
.pp2-tour-section-intro,
.pp2-tour-card,
.pp2-tour-faq-item,
.pp2-tour-closing-inner {
  position: relative;
  z-index: 1;
}

.pp2-tour-eyebrow {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-tour-title,
.pp2-tour-section-title,
.pp2-tour-card h3,
.pp2-tour-faq-item h3,
.pp2-tour-closing-copy {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fbf4eb;
}

.pp2-tour-title {
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.92;
  max-width: 8.5ch;
}

.pp2-tour-lead,
.pp2-tour-section-copy,
.pp2-tour-card p,
.pp2-tour-note-panel p,
.pp2-tour-faq-item p {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  color: rgba(244, 239, 230, 0.8);
  line-height: 1.8;
}

.pp2-tour-lead {
  max-width: 40ch;
  margin-top: 22px;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.pp2-tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.pp2-tour-hero-media {
  position: relative;
}

.pp2-tour-image-card,
.pp2-tour-detail-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 201, 168, 0.14);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pp2-tour-image-card {
  border-radius: 28px;
  background: #111612;
}

.pp2-tour-image-card img,
.pp2-tour-detail-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
}

.pp2-tour-image-card img {
  aspect-ratio: 0.9;
}

.pp2-tour-detail-card {
  position: absolute;
  right: -22px;
  bottom: -38px;
  width: min(270px, 44%);
  border-radius: 24px;
  background: linear-gradient(180deg, #141915 0%, #1a201b 100%);
}

.pp2-tour-detail-card img {
  aspect-ratio: 0.94;
}

.pp2-tour-detail-card figcaption {
  padding: 16px 18px 18px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(244, 239, 230, 0.72);
}

.pp2-tour-section-intro {
  max-width: 720px;
  margin-bottom: 38px;
}

.pp2-tour-section-title {
  font-size: clamp(2.8rem, 4.3vw, 4.6rem);
  line-height: 0.95;
}

.pp2-tour-section-copy {
  margin-top: 16px;
  max-width: 52ch;
  font-size: 1rem;
}

.pp2-tour-card-grid,
.pp2-tour-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pp2-tour-card,
.pp2-tour-faq-item,
.pp2-tour-note-panel {
  border: 1px solid rgba(214, 201, 168, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01)),
    rgba(15, 20, 16, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pp2-tour-card,
.pp2-tour-faq-item {
  padding: 26px 24px 24px;
  border-radius: 24px;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pp2-tour-card:hover,
.pp2-tour-faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 201, 168, 0.22);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.pp2-tour-card-index {
  display: inline-flex;
  margin-bottom: 16px;
  color: rgba(214, 201, 168, 0.86);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.pp2-tour-card h3,
.pp2-tour-faq-item h3 {
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  line-height: 0.98;
}

.pp2-tour-card p,
.pp2-tour-faq-item p {
  margin-top: 12px;
  font-size: 0.96rem;
}

.pp2-tour-booking-copy {
  align-self: start;
}

.pp2-tour-note-panel {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 22px 22px 24px;
  border-radius: 24px;
}

.pp2-tour-note-panel p {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
}

.pp2-tour-note-panel p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(214, 201, 168, 0.72);
  transform: translateY(-50%);
}

.pp2-tour-booking-shell {
  min-width: 0;
  width: 100%;
  max-width: 780px;
  justify-self: end;
}

.pp2-tour-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp2-tour-closing {
  padding-top: clamp(52px, 8vw, 94px);
  padding-bottom: clamp(90px, 10vw, 130px);
}

.pp2-tour-closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 0;
  border-top: 1px solid rgba(214, 201, 168, 0.14);
}

.pp2-tour-closing-copy {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
  max-width: 13ch;
}

@media (min-width: 1101px) {
  .pp2-tour-booking-copy {
    position: sticky;
    top: 138px;
  }
}

@media (max-width: 1100px) {

  .pp2-tour-hero-grid,
  .pp2-tour-booking-grid,
  .pp2-tour-card-grid,
  .pp2-tour-faq-grid {
    grid-template-columns: 1fr;
  }

  .pp2-tour-hero-media {
    max-width: 760px;
  }

  .pp2-tour-booking-shell {
    max-width: none;
    justify-self: stretch;
  }

  .pp2-tour-detail-card {
    right: 16px;
    bottom: -26px;
  }
}

@media (max-width: 900px) {
  .pp2-tour-page {
    padding-top: 96px;
  }

  .pp2-tour-section {
    padding: 62px 0;
  }

  .pp2-tour-title {
    max-width: 11ch;
  }

  .pp2-tour-actions,
  .pp2-tour-closing-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pp2-tour-actions .pp2-btn,
  .pp2-tour-closing-inner .pp2-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pp2-tour-page {
    padding-top: 84px;
  }

  .pp2-tour-image-card {
    border-radius: 22px;
  }

  .pp2-tour-detail-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    border-radius: 20px;
  }

  .pp2-tour-detail-card img {
    aspect-ratio: 1.35;
  }

  .pp2-tour-card,
  .pp2-tour-faq-item,
  .pp2-tour-note-panel {
    border-radius: 20px;
  }

  .pp2-tour-card,
  .pp2-tour-faq-item {
    padding: 22px 18px 20px;
  }

  .pp2-tour-note-panel {
    padding: 18px;
  }
}

.pp2-about-page {
  padding: 0;
}

body.page-about,
body.page-explore,
body.page-template-page-about {
  scroll-snap-type: y proximity;
}

.pp2-about-section {
  position: relative;
  padding: clamp(72px, 9vw, 128px) 0;
}

.pp2-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.pp2-about-hero-wrap .pp2-inner {
  align-items: flex-start;
  text-align: left;
}

.pp2-about-hero-wrap .pp2-copy {
  max-width: min(620px, 100%);
  margin-right: auto;
}

.pp2-about-hero-wrap .pp2-copy h1 {
  max-width: 10ch;
  margin-left: 0;
  margin-right: auto;
}

.pp2-about-hero-wrap .pp2-copy p {
  max-width: 35ch;
  margin-left: 0;
  margin-right: auto;
}

.pp2-about-hero-wrap .pp2-interior-hero-actions {
  justify-content: flex-start;
}

.pp2-about-hero {
  padding-top: clamp(38px, 7vw, 88px);
}

.pp2-about-hero-grid,
.pp2-about-split-grid,
.pp2-about-experience-grid,
.pp2-about-philosophy-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(32px, 5vw, 82px);
}

.pp2-about-hero-grid,
.pp2-about-experience-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.pp2-about-split-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
}

.pp2-about-philosophy-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.pp2-about-hero-copy,
.pp2-about-hero-media,
.pp2-about-story-copy,
.pp2-about-transform-intro,
.pp2-about-transform-copy,
.pp2-about-experience-copy,
.pp2-about-detail-frame,
.pp2-about-philosophy-intro,
.pp2-about-philosophy-copy,
.pp2-about-quote-wrap,
.pp2-about-closing-inner {
  position: relative;
  z-index: 1;
}

.pp2-about-eyebrow {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-about-title,
.pp2-about-section-title,
.pp2-about-quote-text {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fbf4eb;
}

.pp2-about-title {
  max-width: 8ch;
  font-size: clamp(3.6rem, 6vw, 6.2rem);
  line-height: 0.9;
}

.pp2-about-section-title {
  max-width: 20ch;
  font-size: clamp(2.8rem, 4.6vw, 3rem);
  line-height: 0.94;
}

.pp2-about-lead,
.pp2-about-story-copy p,
.pp2-about-section-copy,
.pp2-about-transform-copy p,
.pp2-about-experience-copy p,
.pp2-about-philosophy-copy p {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  color: rgba(244, 239, 230, 0.82);
  font-size: clamp(1rem, 1.28vw, 1.1rem);
  line-height: 1.86;
}

.pp2-about-lead {
  max-width: 34ch;
  margin-top: 22px;
}

.pp2-about-lead-muted {
  color: rgba(244, 239, 230, 0.68);
}

.pp2-about-story-copy,
.pp2-about-experience-copy,
.pp2-about-philosophy-copy {
  display: grid;
  gap: 16px;
}

.pp2-about-origin-grid,
.pp2-about-transform-grid,
.pp2-about-experience-grid--editorial,
.pp2-about-philosophy-grid--editorial {
  position: relative;
  z-index: 1;
}

.pp2-about-origin-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 0.92fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}

.pp2-about-origin-copy {
  max-width: 430px;
}

.pp2-about-origin .pp2-about-section-title {
  font-weight: 700;
}

.pp2-about-origin-lead {
  margin: 20px 0 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.28vw, 1.1rem);
  line-height: 1.86;
  letter-spacing: 0;
  color: rgba(244, 239, 230, 0.82);
  max-width: 30ch;
}

.pp2-about-origin-body {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  max-width: 40ch;
}

.pp2-about-origin-frame {
  margin: 0;
  width: min(100%, 500px);
  justify-self: start;
  transform: translateY(-18px);
  overflow: hidden;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 28px;
  background: #111612;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pp2-about-transform-frame,
.pp2-about-experience-frame {
  margin: 0;
  width: min(100%, 500px);
  overflow: hidden;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 28px;
  background: #111612;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pp2-about-transform-frame {
  justify-self: end;
}

.pp2-about-experience-frame {
  justify-self: start;
}

.pp2-about-origin-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 0.96;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.9);
}

.pp2-about-section-copy {
  max-width: 55ch;
  margin-top: 18px;
}

.pp2-about-hero-frame,
.pp2-about-image-stack,
.pp2-about-detail-frame,
.pp2-about-wide-image {
  position: relative;
  isolation: isolate;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 201, 168, 0.14);
  background: #111612;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pp2-about-origin-frame::before,
.pp2-about-transform-frame::before,
.pp2-about-experience-frame::before,
.pp2-about-detail-frame::before,
.pp2-about-wide-image::before,
.pp2-about-origin-frame::after,
.pp2-about-transform-frame::after,
.pp2-about-experience-frame::after,
.pp2-about-detail-frame::after,
.pp2-about-wide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.pp2-about-origin-frame::before,
.pp2-about-transform-frame::before,
.pp2-about-experience-frame::before,
.pp2-about-detail-frame::before,
.pp2-about-wide-image::before {
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 34%);
}

.pp2-about-origin-frame::after,
.pp2-about-transform-frame::after,
.pp2-about-experience-frame::after,
.pp2-about-detail-frame::after,
.pp2-about-wide-image::after {
  background: linear-gradient(to bottom, rgba(6, 11, 8, 0.02), rgba(6, 11, 8, 0.12) 46%, rgba(6, 11, 8, 0.44) 100%);
}

.pp2-about-hero-frame {
  border-radius: 30px;
}

.pp2-about-image-stack,
.pp2-about-detail-frame {
  border-radius: 26px;
}

.pp2-about-transform-frame,
.pp2-about-experience-frame {
  border-radius: 28px;
}

.pp2-about-wide-image {
  position: relative;
  z-index: 1;
  margin: 34px auto 0;
  width: min(1080px, calc(100% - 72px));
  border-radius: 30px;
}

.pp2-about-transform .pp2-about-wide-image {
  margin-top: 0;
}

.pp2-about-hero-frame img,
.pp2-about-image-stack img,
.pp2-about-detail-frame img,
.pp2-about-wide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.9);
}

.pp2-about-hero-frame img {
  aspect-ratio: 0.88;
}

.pp2-about-image-stack img {
  aspect-ratio: 0.82;
}

.pp2-about-detail-frame img {
  aspect-ratio: 0.9;
}

.pp2-about-wide-image img {
  aspect-ratio: 1.95;
}

.pp2-about-origin-frame img,
.pp2-about-transform-frame img,
.pp2-about-experience-frame img,
.pp2-about-detail-frame img,
.pp2-about-wide-image img {
  filter: saturate(0.88) contrast(1.06) brightness(0.84);
  transform: scale(1.01);
}

.pp2-about-transform-frame img,
.pp2-about-experience-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
}

.pp2-about-transform-intro,
.pp2-about-transform-copy {
  position: relative;
  z-index: 1;
}

.pp2-about-transform-intro {
  max-width: 500px;
  justify-self: start;
  display: grid;
  gap: 18px;
}

.pp2-about-transform-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(26px, 3.4vw, 46px);
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pp2-about-transform-grid .pp2-about-transform-copy {
  margin-top: 0;
  display: grid;
  gap: 16px;
  max-width: 40ch;
  justify-self: start;
}

.pp2-about-experience-grid--editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.82fr);
  gap: clamp(26px, 3.2vw, 44px);
  max-width: 980px;
  margin: 0 auto;
  align-items: center;
}

.pp2-about-experience-copy-wrap {
  max-width: 500px;
  justify-self: start;
}

.pp2-about-experience-copy-wrap .pp2-about-section-copy {
  max-width: 38ch;
  margin-top: 24px;
}

.pp2-about-experience-copy-wrap .pp2-about-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pp2-about-gallery-band {
  padding-top: clamp(44px, 6vw, 72px);
}

.pp2-about-gallery-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.pp2-about-gallery-intro .pp2-about-section-title {
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.pp2-about-gallery-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  max-width: 1220px;
  margin: 0 auto;
}

.pp2-about-gallery-card {
  min-width: 0;
}

.pp2-about-gallery-cover {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.pp2-about-gallery-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8, 12, 10, 0.04), rgba(8, 12, 10, 0.34));
  pointer-events: none;
}

.pp2-about-gallery-cover:hover,
.pp2-about-gallery-cover:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.pp2-about-gallery-cover:focus-visible {
  outline: 2px solid rgba(216, 181, 122, 0.84);
  outline-offset: 3px;
}

.pp2-about-gallery-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04) brightness(0.9);
  transition: transform 0.5s ease, filter 0.35s ease;
}

.pp2-about-gallery-cover:hover img,
.pp2-about-gallery-cover:focus-visible img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.05) brightness(0.96);
}

.pp2-about-gallery-cover-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 14, 12, 0.56);
  color: #fbf4eb;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pp2-about-gallery-trigger {
  display: none;
}

.pp2-about-gallery-copy {
  padding: 12px 2px 0;
  text-align: center;
}

.pp2-about-gallery-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1;
  color: #fbf4eb;
}

.pp2-about-gallery-copy p {
  margin: 8px auto 0;
  max-width: 24ch;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(244, 239, 230, 0.72);
}

.pp2-about-philosophy-grid--editorial {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 0.94fr);
  gap: clamp(26px, 3.2vw, 44px);
  max-width: 980px;
  margin: 0 auto;
  align-items: center;
}

.pp2-about-detail-frame {
  width: min(100%, 460px);
  justify-self: end;
}

.pp2-about-philosophy-copy-wrap {
  max-width: 500px;
  justify-self: start;
}

.pp2-about-philosophy-copy-wrap .pp2-about-section-title {
  max-width: 16ch;
}

.pp2-about-philosophy-copy-wrap .pp2-about-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pp2-about-quote {
  padding-top: clamp(54px, 8vw, 96px);
  padding-bottom: clamp(54px, 8vw, 96px);
}

.pp2-about-quote-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.pp2-about-quote-mark {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.8rem, 9vw, 7rem);
  line-height: 0.8;
  color: rgba(214, 201, 168, 0.78);
}

.pp2-about-quote-text {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.pp2-about-quote-credit {
  margin: 20px 0 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-about-closing {
  padding-top: clamp(58px, 9vw, 106px);
  padding-bottom: clamp(92px, 11vw, 136px);
}

.pp2-about-closing-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(214, 201, 168, 0.14);
}

.pp2-about-actions {
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {

  .pp2-about-origin-grid,
  .pp2-about-transform-grid,
  .pp2-about-experience-grid--editorial,
  .pp2-about-philosophy-grid--editorial {
    grid-template-columns: 1fr;
  }

  .pp2-about-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp2-about-origin-frame,
  .pp2-about-transform-frame,
  .pp2-about-experience-frame {
    width: min(100%, 640px);
    justify-self: start;
    transform: none;
  }

  .pp2-about-transform-intro {
    order: 1;
  }

  .pp2-about-transform-frame {
    order: 2;
  }

  .pp2-about-transform-grid .pp2-about-transform-copy,
  .pp2-about-experience-copy-wrap,
  .pp2-about-philosophy-copy-wrap {
    justify-self: start;
  }

  .pp2-about-section-title,
  .pp2-about-title {
    max-width: 11ch;
  }
}

@media (max-width: 900px) {

  body.page-about,
  body.page-explore,
  body.page-template-page-about {
    scroll-snap-type: none;
  }

  .pp2-about-page {
    padding-top: 0;
  }

  .pp2-about-hero-wrap .pp2-inner {
    align-items: center;
    text-align: center;
  }

  .pp2-about-hero-wrap .pp2-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .pp2-about-hero-wrap .pp2-copy h1,
  .pp2-about-hero-wrap .pp2-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .pp2-about-hero-wrap .pp2-interior-hero-actions {
    justify-content: center;
  }

  .pp2-about-section {
    padding: 62px 0;
  }

  .pp2-about-closing-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pp2-about-actions {
    width: 100%;
  }

  .pp2-about-actions .pp2-btn {
    width: 100%;
    justify-content: center;
  }

  .pp2-about-gallery-intro {
    margin-bottom: 26px;
  }
}

@media (max-width: 640px) {
  .pp2-about-page {
    padding-top: 0;
  }

  .pp2-about-origin-frame {
    border-radius: 22px;
  }

  .pp2-about-transform-frame,
  .pp2-about-experience-frame,
  .pp2-about-detail-frame {
    border-radius: 22px;
  }

  .pp2-about-gallery-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pp2-about-gallery-cover-label {
    left: 12px;
    bottom: 12px;
    padding: 7px 10px;
  }

  .pp2-about-gallery-copy p {
    max-width: 30ch;
  }

  .pp2-about-hero-frame,
  .pp2-about-image-stack,
  .pp2-about-detail-frame,
  .pp2-about-wide-image {
    border-radius: 22px;
  }

  .pp2-about-wide-image {
    width: min(1280px, calc(100% - 24px));
    margin-top: 26px;
  }

  .pp2-about-wide-image img {
    aspect-ratio: 1.25;
  }
}

.pp2-faq-page {
  padding: 0;
}

.pp2-faq-section {
  position: relative;
  padding: clamp(70px, 8vw, 120px) 0;
}

.pp2-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.pp2-faq-hero {
  padding-top: clamp(38px, 7vw, 84px);
}

.pp2-faq-hero-grid,
.pp2-faq-content-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(32px, 5vw, 76px);
}

.pp2-faq-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.pp2-faq-content-grid {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
}

.pp2-faq-hero-copy,
.pp2-faq-hero-media,
.pp2-faq-intro-rail,
.pp2-faq-closing-inner {
  position: relative;
  z-index: 1;
}

.pp2-faq-hero-wrap {
  overflow: visible;
}

.pp2-faq-hero-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 11, 8, 0), rgba(6, 11, 8, 0.44));
  z-index: 2;
}

.pp2-faq-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(244, 239, 230, 0.62);
  transition: color 220ms ease, transform 220ms ease;
}

.pp2-faq-scroll-cue:hover {
  color: rgba(244, 239, 230, 0.88);
}

.pp2-faq-scroll-cue span:last-child {
  font-size: 0.95rem;
  transform: translateY(-1px);
}

.pp2-faq-content {
  position: relative;
  z-index: 3;
  margin-top: -56px;
  padding-top: clamp(102px, 10vw, 146px);
}

.pp2-faq-eyebrow {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-faq-title,
.pp2-faq-section-title,
.pp2-faq-item-question {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fbf4eb;
}

.pp2-faq-title {
  max-width: 10ch;
  font-size: clamp(3.3rem, 5.6vw, 5.8rem);
  line-height: 0.92;
}

.pp2-faq-section-title {
  max-width: 13ch;
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  line-height: 0.95;
}

.pp2-faq-lead,
.pp2-faq-section-copy,
.pp2-faq-item-answer p,
.pp2-faq-aside-list li {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  color: rgba(244, 239, 230, 0.82);
  font-size: clamp(1rem, 1.24vw, 1.08rem);
  line-height: 1.84;
}

.pp2-faq-lead {
  max-width: 38ch;
  margin-top: 22px;
}

.pp2-faq-jump-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.pp2-faq-jump-link {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  color: rgba(244, 239, 230, 0.82);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.pp2-faq-jump-link:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 201, 168, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.pp2-faq-jump-link span {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 201, 168, 0.9);
}

.pp2-faq-hero-frame,
.pp2-faq-aside-card,
.pp2-faq-item {
  border: 1px solid rgba(214, 201, 168, 0.14);
  background: rgba(255, 255, 255, 0.026);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pp2-faq-hero-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #111612;
}

.pp2-faq-hero-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.88);
}

.pp2-faq-aside-card {
  margin-top: -44px;
  margin-left: auto;
  width: min(340px, calc(100% - 24px));
  padding: 22px 22px 24px;
  border-radius: 22px;
  backdrop-filter: blur(14px);
}

.pp2-faq-aside-label {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 201, 168, 0.82);
}

.pp2-faq-aside-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.pp2-faq-intro-rail {
  position: sticky;
  top: 118px;
}

.pp2-faq-section-copy {
  max-width: 34ch;
  margin-top: 18px;
}

.pp2-faq-rail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pp2-faq-list {
  display: grid;
  gap: 18px;
}

.pp2-faq-item {
  overflow: hidden;
  border-radius: 24px;
}

.pp2-faq-item summary {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

.pp2-faq-item summary::-webkit-details-marker {
  display: none;
}

.pp2-faq-item-index {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 201, 168, 0.9);
}

.pp2-faq-item-question {
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.02;
}

.pp2-faq-item-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(214, 201, 168, 0.18);
}

.pp2-faq-item-toggle::before,
.pp2-faq-item-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: rgba(244, 239, 230, 0.86);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.pp2-faq-item-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pp2-faq-item[open] .pp2-faq-item-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.pp2-faq-item-answer {
  padding: 0 24px 24px 88px;
}

.pp2-faq-inline-link {
  display: inline-block;
  margin-top: 18px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(214, 201, 168, 0.92);
}

.pp2-faq-inline-link:hover {
  color: #fbf4eb;
}

.pp2-faq-closing {
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(94px, 11vw, 136px);
}

.pp2-faq-closing-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(214, 201, 168, 0.14);
}

@media (max-width: 1100px) {

  .pp2-faq-hero-grid,
  .pp2-faq-content-grid {
    grid-template-columns: 1fr;
  }

  .pp2-faq-intro-rail {
    position: static;
  }

  .pp2-faq-section-title,
  .pp2-faq-title {
    max-width: 12ch;
  }
}

@media (max-width: 900px) {
  .pp2-faq-page {
    padding-top: 0;
  }

  .pp2-faq-content {
    margin-top: -36px;
    padding-top: 86px;
  }

  .pp2-faq-section {
    padding: 62px 0;
  }

  .pp2-faq-closing-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pp2-faq-closing-inner .pp2-btn {
    width: 100%;
    justify-content: center;
  }

  .pp2-faq-item-answer {
    padding-left: 24px;
  }
}

@media (max-width: 640px) {
  .pp2-faq-page {
    padding-top: 0;
  }

  .pp2-faq-scroll-cue {
    margin-top: 20px;
  }

  .pp2-faq-content {
    margin-top: -22px;
    padding-top: 74px;
  }

  .pp2-faq-hero-frame,
  .pp2-faq-item,
  .pp2-faq-aside-card {
    border-radius: 20px;
  }

  .pp2-faq-aside-card {
    width: 100%;
    margin-top: 16px;
  }

  .pp2-faq-item summary {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 14px;
    padding: 20px 18px;
  }

  .pp2-faq-item-answer {
    padding: 0 18px 20px;
  }

  .pp2-faq-rail-actions {
    flex-direction: column;
  }

  .pp2-faq-rail-actions .pp2-btn {
    width: 100%;
    justify-content: center;
  }
}

.pp2-tour-page-hero {
  padding-top: 0;
}

.pp2-tour-hero-wrap {
  position: relative;
  z-index: 0;
  margin-top: -126px;
  padding-top: 126px;
  min-height: clamp(560px, 78svh, 760px);
  overflow: visible;
}

.pp2-tour-hero-wrap .pp2-inner {
  min-height: clamp(520px, 72svh, 680px);
  padding: 92px 0 88px;
}

.pp2-tour-hero-wrap .pp2-copy {
  max-width: 760px;
}

.pp2-tour-hero-wrap .pp2-copy h1 {
  max-width: 12ch;
}

.pp2-tour-hero-wrap .pp2-copy p {
  max-width: 40ch;
}

.pp2-tour-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.pp2-tour-scroll-cue {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(244, 239, 230, 0.62);
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.pp2-tour-scroll-cue:hover,
.pp2-tour-scroll-cue:focus-visible {
  color: rgba(251, 244, 235, 0.92);
  transform: translateY(2px);
}

.pp2-tour-scroll-cue span:last-child {
  font-size: 1rem;
  line-height: 1;
}

.pp2-tour-booking--first {
  z-index: 1;
  margin-top: -64px;
  padding-top: calc(clamp(68px, 9vw, 118px) + 12px);
  scroll-margin-top: 96px;
}

.pp2-tour-booking--first .pp2-tour-booking-grid {
  align-items: start;
}

.pp2-tour-booking--first .pp2-tour-booking-copy {
  max-width: 36rem;
}

.pp2-tour-booking--first .pp2-tour-section-title {
  max-width: 24ch;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.02;
}

.pp2-tour-booking--first .pp2-tour-section-copy {
  max-width: 40ch;
}

.pp2-tour-form-reassurance {
  margin: 18px 0 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  text-align: center;
  color: rgba(244, 239, 230, 0.68);
}

.pp2-tour-page-hero .pp2-tour-expect {
  padding-top: clamp(36px, 5vw, 64px);
}

@media (min-width: 641px) {
  .pp2-tour-hero-wrap .pp2-copy h1 {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .pp2-tour-hero-wrap {
    margin-top: -96px;
    padding-top: 96px;
  }

  .pp2-tour-hero-wrap .pp2-inner {
    min-height: clamp(480px, 66svh, 620px);
    padding: 82px 0 78px;
  }

  .pp2-tour-booking--first {
    margin-top: -34px;
    padding-top: calc(62px + 18px);
  }

  .pp2-tour-page-hero .pp2-tour-expect {
    padding-top: 40px;
  }

  .pp2-tour-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pp2-tour-hero-actions .pp2-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pp2-interior-hero-wrap {
    margin-top: -84px;
    padding-top: 84px;
  }

  .pp2-tour-hero-wrap {
    margin-top: -84px;
    padding-top: 84px;
  }

  .pp2-tour-hero-wrap .pp2-inner {
    min-height: 440px;
    padding: 64px 0 62px;
  }

  .pp2-tour-scroll-cue {
    margin-top: 22px;
  }

  .pp2-tour-booking--first {
    margin-top: -18px;
    padding-top: calc(62px + 10px);
    scroll-margin-top: 82px;
  }
}

.pp2-packages-page {
  padding: 0;
}

body.page-packages,
body.page-template-page-packages,
body.page-contact,
body.page-template-page-contact,
body.page-book-a-tour,
body.page-template-page-book-a-tour,
body.page-faq,
body.page-template-page-faq {
  scroll-snap-type: y proximity;
}

.pp2-packages-section {
  position: relative;
  padding: clamp(70px, 8vw, 122px) 0;
}

.pp2-packages-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.pp2-packages-hero {
  padding-top: clamp(40px, 7vw, 86px);
}

.pp2-packages-hero-grid,
.pp2-packages-listing-grid,
.pp2-packages-guidance-grid,
.pp2-packages-testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(32px, 5vw, 78px);
}

.pp2-packages-hero-grid,
.pp2-packages-guidance-grid,
.pp2-packages-testimonial-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.pp2-packages-guidance-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.pp2-packages-listing-grid {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
}

.pp2-packages-hero-copy,
.pp2-packages-hero-media,
.pp2-packages-intro-rail,
.pp2-packages-guidance-copy,
.pp2-packages-guidance-frame,
.pp2-packages-cheers-wrap,
.pp2-packages-testimonial-copy,
.pp2-packages-testimonial-frame,
.pp2-packages-closing-inner {
  position: relative;
  z-index: 1;
}

.pp2-packages-eyebrow {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-packages-title,
.pp2-packages-section-title,
.pp2-package-name,
.pp2-package-price,
.pp2-packages-quote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fbf4eb;
}

.pp2-packages-title {
  max-width: 10.5ch;
  font-size: clamp(3.3rem, 5.8vw, 5.9rem);
  line-height: 0.92;
}

.pp2-packages-section-title {
  max-width: 16ch;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
  line-height: 0.95;
}

.pp2-packages-lead,
.pp2-packages-section-copy,
.pp2-packages-note-block p,
.pp2-package-detail-list li,
.pp2-package-price-label,
.pp2-package-price-note,
.pp2-package-label,
.pp2-packages-quote-credit,
.pp2-packages-quote-source {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  color: rgba(244, 239, 230, 0.82);
  font-size: clamp(1rem, 1.22vw, 1.08rem);
  line-height: 1.84;
}

.pp2-packages-lead {
  max-width: 38ch;
  margin-top: 22px;
}

.pp2-packages-section-copy {
  max-width: 54ch;
  margin-top: 18px;
}

.pp2-packages-hero-frame,
.pp2-packages-guidance-frame,
.pp2-packages-testimonial-frame,
.pp2-package-panel,
.pp2-packages-note-block,
.pp2-packages-cheers-wrap {
  border: 1px solid rgba(214, 201, 168, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.01)),
    rgba(15, 20, 16, 0.72);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pp2-packages-hero-frame,
.pp2-packages-guidance-frame,
.pp2-packages-testimonial-frame {
  margin: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 30px;
  background: #111612;
}

.pp2-packages-guidance-frame {
  width: min(100%, 500px);
  justify-self: end;
}

.pp2-packages-guidance-frame::before,
.pp2-packages-testimonial-frame::before,
.pp2-packages-guidance-frame::after,
.pp2-packages-testimonial-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.pp2-packages-guidance-frame::before,
.pp2-packages-testimonial-frame::before {
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 34%);
}

.pp2-packages-guidance-frame::after,
.pp2-packages-testimonial-frame::after {
  background: linear-gradient(to bottom, rgba(6, 11, 8, 0.02), rgba(6, 11, 8, 0.14) 46%, rgba(6, 11, 8, 0.46) 100%);
}

.pp2-packages-hero-frame img,
.pp2-packages-guidance-frame img,
.pp2-packages-testimonial-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.86);
}

.pp2-packages-hero-frame img {
  aspect-ratio: 0.9;
}

.pp2-packages-guidance-frame img,
.pp2-packages-testimonial-frame img {
  aspect-ratio: 0.92;
}

.pp2-packages-guidance-frame img {
  aspect-ratio: 0.86;
}

.pp2-packages-intro-rail {
  position: sticky;
  top: 118px;
}

.pp2-packages-note-block {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding: 22px 22px 24px;
  border-radius: 24px;
}

.pp2-packages-note-block p {
  position: relative;
  padding-left: 18px;
  font-size: 0.95rem;
}

.pp2-packages-note-block p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(214, 201, 168, 0.72);
  transform: translateY(-50%);
}

.pp2-packages-overview-shell {
  display: grid;
  gap: 26px;
}

.pp2-packages-tour-prompt {
  display: grid;
  gap: 10px;
  padding: 22px 24px 24px;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
}

.pp2-packages-tour-prompt-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fbf4eb;
}

.pp2-packages-tour-prompt-copy,
.pp2-packages-inline-cta p,
.pp2-packages-decision-note {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1.74;
  color: rgba(244, 239, 230, 0.76);
}

.pp2-packages-tour-prompt .pp2-btn {
  justify-self: start;
  margin-top: 4px;
}

.pp2-packages-overview-strip {
  display: grid;
  gap: 10px;
}

.pp2-packages-overview-head,
.pp2-packages-overview-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(160px, 0.8fr) minmax(120px, 0.55fr);
  gap: 18px;
  align-items: center;
}

.pp2-packages-overview-head {
  padding: 0 18px 10px;
  border-bottom: 1px solid rgba(214, 201, 168, 0.14);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 201, 168, 0.78);
}

.pp2-packages-overview-row {
  padding: 16px 18px;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.pp2-packages-overview-row:hover,
.pp2-packages-overview-row:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(214, 201, 168, 0.26);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.pp2-packages-overview-name,
.pp2-packages-overview-fit,
.pp2-packages-overview-price {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
}

.pp2-packages-overview-name {
  font-size: 0.94rem;
  font-weight: 600;
  color: #fbf4eb;
}

.pp2-packages-overview-fit {
  font-size: 0.88rem;
  color: rgba(244, 239, 230, 0.68);
}

.pp2-packages-overview-price {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(214, 201, 168, 0.92);
}

.pp2-packages-package-list {
  display: grid;
  gap: 18px;
}

.pp2-packages-inline-cta {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 8px 2px 0;
}

.pp2-packages-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(214, 201, 168, 0.92);
}

.pp2-packages-inline-link:hover {
  color: #fbf4eb;
}

.pp2-packages-package-block {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 1.05fr);
  gap: 28px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.01)),
    rgba(15, 20, 16, 0.72);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  scroll-margin-top: 120px;
}

.pp2-packages-package-meta {
  display: grid;
  gap: 22px;
}

.pp2-packages-package-price-wrap {
  display: grid;
  gap: 0;
}

.pp2-packages-package-summary {
  margin: 16px 0 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(244, 239, 230, 0.78);
  max-width: 34ch;
}

.pp2-package-label,
.pp2-package-price-label,
.pp2-packages-quote-credit,
.pp2-packages-quote-source {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pp2-package-label,
.pp2-package-price-label,
.pp2-packages-quote-credit {
  color: rgba(214, 201, 168, 0.86);
}

.pp2-package-name {
  margin-top: 10px;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.96;
}

.pp2-package-detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.pp2-package-price {
  margin-top: 10px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.92;
}

.pp2-package-price-note {
  margin-top: 12px;
  color: rgba(244, 239, 230, 0.68);
  font-size: 0.92rem;
}

.pp2-packages-cheers {
  padding-top: clamp(48px, 7vw, 84px);
  padding-bottom: clamp(48px, 7vw, 84px);
}

.pp2-packages-decision {
  padding-top: clamp(54px, 8vw, 96px);
  padding-bottom: clamp(54px, 8vw, 96px);
}

.pp2-packages-decision-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 36px clamp(24px, 4vw, 44px) 40px;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.01)),
    rgba(15, 20, 16, 0.72);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  text-align: center;
}

.pp2-packages-decision-inner .pp2-packages-section-title,
.pp2-packages-decision-inner .pp2-packages-section-copy {
  margin-left: auto;
  margin-right: auto;
}

.pp2-packages-decision-note {
  margin-top: 16px;
}

.pp2-packages-cheers-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px clamp(24px, 4vw, 44px) 40px;
  border-radius: 28px;
  text-align: center;
}

.pp2-packages-cheers-wrap .pp2-packages-section-title,
.pp2-packages-cheers-wrap .pp2-packages-section-copy {
  margin-left: auto;
  margin-right: auto;
}

.pp2-packages-quote {
  display: grid;
  gap: 18px;
  margin: 20px 0 0;
}

.pp2-packages-quote p {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.08;
}

.pp2-packages-quote p+p {
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.82;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(244, 239, 230, 0.8);
}

.pp2-packages-quote-credit {
  margin-top: 22px;
}

.pp2-packages-quote-source {
  margin-top: 8px;
  color: rgba(244, 239, 230, 0.58);
}

.pp2-packages-closing {
  padding-top: clamp(58px, 9vw, 104px);
  padding-bottom: clamp(92px, 11vw, 136px);
}

.pp2-packages-closing-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(214, 201, 168, 0.14);
}

.pp2-packages-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pp2-packages-actions-centered {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {

  .pp2-packages-hero-grid,
  .pp2-packages-listing-grid,
  .pp2-packages-guidance-grid,
  .pp2-packages-testimonial-grid,
  .pp2-packages-package-block {
    grid-template-columns: 1fr;
  }

  .pp2-packages-intro-rail {
    position: static;
  }

  .pp2-packages-title,
  .pp2-packages-section-title {
    max-width: 12ch;
  }
}

@media (max-width: 900px) {

  body.page-packages,
  body.page-template-page-packages,
  body.page-contact,
  body.page-template-page-contact,
  body.page-book-a-tour,
  body.page-template-page-book-a-tour,
  body.page-faq,
  body.page-template-page-faq {
    scroll-snap-type: none;
  }

  .pp2-packages-page {
    padding-top: 0;
  }

  .pp2-contact-hero-wrap .pp2-inner {
    min-height: 620px;
    align-items: flex-start;
    padding-top: 326px;
    padding-bottom: 56px;
    text-align: left;
  }

  .pp2-contact-hero-wrap .pp2-bg {
    background-position: 44% 32%;
  }

  .pp2-contact-hero-wrap .pp2-copy {
    width: min(100%, 620px);
    margin-left: 0;
    margin-right: auto;
    padding-left: 25px;
  }

  .pp2-contact-hero-wrap .pp2-copy h1,
  .pp2-contact-hero-wrap .pp2-copy p {
    margin-left: 0;
    margin-right: 0;
  }

  .pp2-contact-hero-wrap .pp2-copy p {
    white-space: nowrap;
  }

  .pp2-contact-hero-wrap .pp2-interior-hero-actions {
    justify-content: flex-start;
  }

  .pp2-packages-hero-wrap .pp2-inner {
    align-items: flex-start;
    padding-top: 150px;
    text-align: left;
  }

  .pp2-packages-hero-wrap .pp2-copy {
    margin-left: 0;
    margin-right: auto;
    padding-left: 25px;
  }

  .pp2-packages-hero-wrap .pp2-copy h1 {
    margin-left: 0;
    margin-right: 0;
  }

  .pp2-packages-hero-wrap .pp2-interior-hero-actions {
    justify-content: flex-start;
  }

  .pp2-packages-section {
    padding: 62px 0;
  }

  .pp2-packages-closing-inner,
  .pp2-packages-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pp2-packages-actions .pp2-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pp2-contact-hero-wrap .pp2-inner {
    min-height: 520px;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 42px;
    text-align: center;
  }

  .pp2-contact-hero-wrap .pp2-bg {
    background-position: 46% 30%;
  }

  .pp2-contact-hero-wrap .pp2-copy {
    width: min(100%, 100%);
    margin-left: auto;
    margin-right: auto;
    padding: 24px 22px 24px 25px;
  }

  .pp2-contact-hero-wrap .pp2-copy h1 {
    max-width: 9ch;
    white-space: normal;
  }

  .pp2-contact-hero-wrap .pp2-copy p {
    max-width: 30ch;
    white-space: normal;
  }

  .pp2-packages-hero-wrap .pp2-copy h1 {
    max-width: 14ch;
  }

  .pp2-packages-hero-wrap .pp2-inner {
    align-items: center;
    padding-top: 150px;
    text-align: center;
  }

  .pp2-packages-hero-wrap .pp2-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 22px;
  }

  .pp2-packages-hero-wrap .pp2-copy h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .pp2-packages-hero-wrap .pp2-interior-hero-actions {
    justify-content: center;
  }

  .pp2-contact-hero-wrap .pp2-copy h1,
  .pp2-contact-hero-wrap .pp2-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .pp2-contact-hero-wrap .pp2-interior-hero-actions {
    justify-content: center;
  }

  .pp2-packages-page {
    padding-top: 0;
  }

  .pp2-packages-guidance-frame {
    width: 100%;
  }

  .pp2-packages-overview-head,
  .pp2-packages-overview-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pp2-packages-hero-frame,
  .pp2-packages-guidance-frame,
  .pp2-packages-testimonial-frame,
  .pp2-packages-package-block,
  .pp2-packages-tour-prompt,
  .pp2-packages-decision-inner,
  .pp2-packages-note-block,
  .pp2-packages-cheers-wrap {
    border-radius: 20px;
  }

  .pp2-packages-package-block {
    padding: 22px 18px 20px;
  }

  .pp2-packages-note-block,
  .pp2-packages-cheers-wrap {
    padding: 20px 18px 22px;
  }
}

.pp2-contact-page {
  padding: 0;
}

.pp2-contact-section {
  position: relative;
  padding: clamp(70px, 9vw, 122px) 0;
}

.pp2-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.pp2-contact-hero {
  padding-top: clamp(34px, 7vw, 86px);
}

.pp2-contact-hero-grid,
.pp2-contact-inquiry-grid,
.pp2-contact-location-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(30px, 4.8vw, 72px);
}

.pp2-contact-hero-grid,
.pp2-contact-inquiry-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.pp2-contact-location-inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
}

.pp2-contact-hero-copy,
.pp2-contact-hero-media,
.pp2-contact-context,
.pp2-contact-form-shell,
.pp2-contact-location-copy,
.pp2-contact-location-card,
.pp2-contact-closing-inner {
  position: relative;
  z-index: 1;
}

.pp2-contact-eyebrow,
.pp2-contact-note-label,
.pp2-contact-location-label {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-contact-title,
.pp2-contact-section-title,
.pp2-contact-form-title,
.pp2-contact-note-card h3,
.pp2-contact-closing-line {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fbf4eb;
}

.pp2-contact-title {
  max-width: 9ch;
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: 0.92;
}

.pp2-contact-section-title,
.pp2-contact-form-title {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 0.96;
}

.pp2-contact-form-title {
  max-width: 18ch;
}

.pp2-contact-lead,
.pp2-contact-section-copy,
.pp2-contact-note-card p,
.pp2-contact-form-copy,
.pp2-contact-location-address {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.82;
  color: rgba(244, 239, 230, 0.8);
}

.pp2-contact-lead {
  max-width: 38ch;
  margin-top: 22px;
}

.pp2-contact-lead-muted {
  color: rgba(244, 239, 230, 0.66);
}

.pp2-contact-section-copy,
.pp2-contact-form-copy {
  max-width: 54ch;
  margin-top: 16px;
}

.pp2-contact-hero-frame,
.pp2-contact-form-shell,
.pp2-contact-note-card,
.pp2-contact-location-card,
.pp2-contact-closing-inner {
  border: 1px solid rgba(214, 201, 168, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01)),
    rgba(15, 20, 16, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 28px 80px rgba(0, 0, 0, 0.22);
}

.pp2-contact-hero-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #111612;
}

.pp2-contact-hero-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 0.94;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.9);
}

.pp2-contact-intro-block {
  max-width: 700px;
}

.pp2-contact-inquiry-intro {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.pp2-contact-inquiry-intro .pp2-contact-section-copy {
  margin-left: auto;
  margin-right: auto;
}

.pp2-contact-quick-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.pp2-contact-quick-note {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(214, 201, 168, 0.12);
  border-radius: 18px;
  background: rgba(15, 20, 16, 0.52);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(244, 239, 230, 0.78);
}

.pp2-contact-quick-note a {
  color: #f5f1e8;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 176, 106, 0.35);
}

.pp2-contact-quick-note a:hover {
  color: #d4b06a;
  border-color: rgba(212, 176, 106, 0.7);
}

.pp2-contact-note-list {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.pp2-contact-note-card {
  padding: 24px 24px 22px;
  border-radius: 24px;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pp2-contact-note-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 201, 168, 0.22);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.pp2-contact-note-card h3 {
  font-size: clamp(1.75rem, 2.25vw, 2.3rem);
  line-height: 0.98;
}

.pp2-contact-note-card p {
  margin-top: 12px;
}

.pp2-contact-note-card a,
.pp2-contact-location-card a {
  color: #f5f1e8;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 176, 106, 0.35);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.pp2-contact-note-card a:hover,
.pp2-contact-location-card a:hover {
  color: #d4b06a;
  border-color: rgba(212, 176, 106, 0.7);
}

.pp2-contact-form-shell {
  padding: clamp(24px, 3vw, 34px);
  border: 0;
  border-radius: 28px;
}

.pp2-contact-form-shell-wide {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
}

.pp2-contact-form-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: start;
  max-width: none;
  margin: 0;
  text-align: left;
}

.pp2-contact-form-heading-copy {
  max-width: 720px;
}

.pp2-contact-tour-card {
  display: grid;
  gap: 12px;
  padding: 20px 20px 22px;
  border: 1px solid rgba(212, 176, 106, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(212, 176, 106, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(21, 18, 14, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.18);
}

.pp2-contact-tour-card-label {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 201, 168, 0.86);
}

.pp2-contact-tour-card-copy {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(244, 239, 230, 0.8);
}

.pp2-contact-tour-card .pp2-btn {
  justify-self: start;
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.74rem;
  border-color: rgba(212, 176, 106, 0.34);
  background: rgba(255, 255, 255, 0.04);
}

.pp2-contact-tour-card .pp2-btn:hover {
  border-color: rgba(212, 176, 106, 0.56);
  background: rgba(212, 176, 106, 0.08);
}

.pp2-contact-form-embed {
  margin-top: 28px;
}

.pp2-contact-form-meta {
  max-width: 560px;
  margin: 26px auto 0;
  text-align: center;
}

.pp2-contact-form-meta-line {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(244, 239, 230, 0.72);
}

.pp2-contact-form-meta-line+.pp2-contact-form-meta-line {
  margin-top: 10px;
}

.pp2-contact-form-meta-line a {
  color: #f5f1e8;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 176, 106, 0.35);
}

.pp2-contact-form-meta-line a:hover {
  color: #d4b06a;
  border-color: rgba(212, 176, 106, 0.7);
}

.pp2-contact-form-shell .wpforms-container,
.pp2-contact-form-shell .wpforms-container-full {
  margin: 0;
  color: #f5f1e8;
}

.pp2-contact-form-shell .wpforms-form {
  display: block;
}

.pp2-contact-form-shell .wpforms-field-container {
  display: block;
}

.pp2-contact-form-shell .wpforms-field {
  padding: 0 !important;
  margin-bottom: 18px;
}

.pp2-contact-form-shell .wpforms-field:last-child {
  margin-bottom: 0;
}

.pp2-contact-form-shell .wpforms-field-label,
.pp2-contact-form-shell .wpforms-field-label-inline,
.pp2-contact-form-shell .wpforms-field label {
  margin-bottom: 10px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.72) !important;
}

.pp2-contact-form-shell .wpforms-field-label-inline,
.pp2-contact-form-shell .wpforms-field-checkbox label,
.pp2-contact-form-shell .wpforms-field-radio label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
  font-weight: 400;
}

.pp2-contact-form-shell input,
.pp2-contact-form-shell textarea,
.pp2-contact-form-shell select,
.pp2-contact-form-shell .wpforms-form input,
.pp2-contact-form-shell .wpforms-form textarea,
.pp2-contact-form-shell .wpforms-form select {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid rgba(214, 201, 168, 0.16) !important;
  border-radius: 16px;
  background: rgba(8, 10, 9, 0.72) !important;
  color: #f5f1e8 !important;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  padding: 15px 16px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.pp2-contact-form-shell .wpforms-form input.wpforms-field-small,
.pp2-contact-form-shell .wpforms-form input.wpforms-field-medium,
.pp2-contact-form-shell .wpforms-form input.wpforms-field-large,
.pp2-contact-form-shell .wpforms-form select.wpforms-field-small,
.pp2-contact-form-shell .wpforms-form select.wpforms-field-medium,
.pp2-contact-form-shell .wpforms-form select.wpforms-field-large,
.pp2-contact-form-shell .wpforms-form textarea.wpforms-field-small,
.pp2-contact-form-shell .wpforms-form textarea.wpforms-field-medium,
.pp2-contact-form-shell .wpforms-form textarea.wpforms-field-large,
.pp2-contact-form-shell .wpforms-form .wpforms-field-row.wpforms-field-small,
.pp2-contact-form-shell .wpforms-form .wpforms-field-row.wpforms-field-medium,
.pp2-contact-form-shell .wpforms-form .wpforms-field-row.wpforms-field-large {
  width: 100% !important;
  max-width: 100% !important;
}

.pp2-contact-form-shell .wpforms-form input[type="text"],
.pp2-contact-form-shell .wpforms-form input[type="email"],
.pp2-contact-form-shell .wpforms-form input[type="tel"],
.pp2-contact-form-shell .wpforms-form input[type="number"],
.pp2-contact-form-shell .wpforms-form input[type="url"],
.pp2-contact-form-shell .wpforms-form textarea,
.pp2-contact-form-shell .wpforms-form select {
  min-height: 54px;
}

.pp2-contact-form-shell select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(244, 239, 230, 0.7) 50%),
    linear-gradient(135deg, rgba(244, 239, 230, 0.7) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.pp2-contact-form-shell input::placeholder,
.pp2-contact-form-shell textarea::placeholder,
.pp2-contact-form-shell .wpforms-form input::placeholder,
.pp2-contact-form-shell .wpforms-form textarea::placeholder {
  color: rgba(244, 239, 230, 0.44) !important;
}

.pp2-contact-form-shell .wpforms-field-description,
.pp2-contact-form-shell .wpforms-pagebreak-sublabel,
.pp2-contact-form-shell .wpforms-field-sublabel {
  margin-top: 8px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(244, 239, 230, 0.56) !important;
}

.pp2-contact-form-shell .wpforms-field-row {
  display: grid;
  gap: 18px;
  width: 100% !important;
  max-width: 100% !important;
}

.pp2-contact-form-shell .wpforms-field-row.wpforms-field-medium,
.pp2-contact-form-shell .wpforms-field-row.wpforms-field-large {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp2-contact-form-shell .wpforms-field-row-block {
  width: auto;
  padding: 0;
}

.pp2-contact-form-shell .wpforms-form .wpforms-one-half,
.pp2-contact-form-shell .wpforms-form .wpforms-three-sixths,
.pp2-contact-form-shell .wpforms-form .wpforms-two-fourths {
  width: calc(50% - 9px) !important;
}

.pp2-contact-form-shell .wpforms-form .wpforms-one-third,
.pp2-contact-form-shell .wpforms-form .wpforms-two-sixths {
  width: calc(33.3333% - 12px) !important;
}

.pp2-contact-form-shell .wpforms-form .wpforms-two-thirds,
.pp2-contact-form-shell .wpforms-form .wpforms-four-sixths {
  width: calc(66.6667% - 6px) !important;
}

.pp2-contact-form-shell .wpforms-form .wpforms-one-fourth {
  width: calc(25% - 14px) !important;
}

.pp2-contact-form-shell .wpforms-form .wpforms-three-fourths {
  width: calc(75% - 5px) !important;
}

.pp2-contact-form-shell .wpforms-form .wpforms-first {
  margin-left: 0 !important;
  clear: both !important;
}

.pp2-contact-form-shell .wpforms-form .wpforms-field .wpforms-field-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pp2-contact-form-shell .wpforms-form .wpforms-field .wpforms-field-row .wpforms-field-row-block {
  flex: 1 1 0;
  min-width: 0;
}

.pp2-contact-form-shell ul.wpforms-image-choices,
.pp2-contact-form-shell ul.wpforms-field-required,
.pp2-contact-form-shell ul.wpforms-list-inline,
.pp2-contact-form-shell ul.wpforms-list-vertical {
  margin: 0;
}

.pp2-contact-form-shell .wpforms-field-radio ul,
.pp2-contact-form-shell .wpforms-field-checkbox ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp2-contact-form-shell .wpforms-field-radio li,
.pp2-contact-form-shell .wpforms-field-checkbox li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(214, 201, 168, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.pp2-contact-form-shell .wpforms-field-radio input,
.pp2-contact-form-shell .wpforms-field-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #d4b06a;
}

.pp2-contact-form-shell .wpforms-field-radio label,
.pp2-contact-form-shell .wpforms-field-checkbox label {
  margin: 0 !important;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(244, 239, 230, 0.82) !important;
}

.pp2-contact-form-shell input:focus,
.pp2-contact-form-shell textarea:focus,
.pp2-contact-form-shell select:focus,
.pp2-contact-form-shell .wpforms-form input:focus,
.pp2-contact-form-shell .wpforms-form textarea:focus,
.pp2-contact-form-shell .wpforms-form select:focus {
  outline: none;
  border-color: rgba(212, 176, 106, 0.62) !important;
  box-shadow: 0 0 0 3px rgba(212, 176, 106, 0.12) !important;
  background: rgba(12, 15, 13, 0.84) !important;
}

.pp2-contact-form-shell textarea {
  min-height: 170px;
  resize: vertical;
}

.pp2-contact-form-shell .wpforms-head-container,
.pp2-contact-form-shell .wpforms-title,
.pp2-contact-form-shell .wpforms-description {
  display: none;
}

.pp2-contact-form-shell .wpforms-field-divider,
.pp2-contact-form-shell hr {
  border: 0;
  border-top: 1px solid rgba(214, 201, 168, 0.12);
  margin: 6px 0;
}

.pp2-contact-form-shell .wpforms-submit-container {
  margin-top: 8px;
}

.pp2-contact-form-shell .wpforms-submit-spinner {
  margin-left: 10px;
}

.pp2-contact-form-shell .wpforms-form button[type="submit"],
.pp2-contact-form-shell .wpforms-form input[type="submit"],
.pp2-contact-form-shell .wpforms-form button.wpforms-submit,
.pp2-contact-form-shell .wpforms-form input.wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(212, 176, 106, 0.6) !important;
  background: #d4b06a !important;
  color: #111111 !important;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(212, 176, 106, 0.12);
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.pp2-contact-form-shell .wpforms-form button[type="submit"]:hover,
.pp2-contact-form-shell .wpforms-form input[type="submit"]:hover,
.pp2-contact-form-shell .wpforms-form button.wpforms-submit:hover,
.pp2-contact-form-shell .wpforms-form input.wpforms-submit:hover {
  transform: translateY(-2px);
  background: #e0be7a !important;
  border-color: #e0be7a !important;
  color: #111111 !important;
  box-shadow: 0 14px 28px rgba(212, 176, 106, 0.16);
}

.pp2-contact-form-shell .wpforms-submit:focus-visible,
.pp2-contact-form-shell .wpforms-form button[type="submit"]:focus-visible,
.pp2-contact-form-shell .wpforms-form input[type="submit"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 176, 106, 0.18), 0 14px 28px rgba(212, 176, 106, 0.16);
}

.pp2-contact-form-shell .wpforms-confirmation-container-full,
.pp2-contact-form-shell .wpforms-error-container {
  border-radius: 18px;
  background: rgba(8, 10, 9, 0.72);
  color: #f5f1e8;
}

.pp2-contact-form-shell .wpforms-confirmation-container-full {
  padding: 18px 20px;
  border: 1px solid rgba(214, 201, 168, 0.18);
  line-height: 1.7;
}

.pp2-contact-form-shell .wpforms-confirmation-container-full p,
.pp2-contact-form-shell .wpforms-error-container p {
  margin: 0;
  color: #f5f1e8 !important;
}

.pp2-contact-form-shell label.wpforms-error,
.pp2-contact-form-shell em.wpforms-error,
.pp2-contact-form-shell .wpforms-required-label {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #efb0a6 !important;
}

.pp2-contact-form-shell input.wpforms-error,
.pp2-contact-form-shell textarea.wpforms-error,
.pp2-contact-form-shell select.wpforms-error {
  border-color: rgba(239, 176, 166, 0.7);
  box-shadow: 0 0 0 3px rgba(239, 176, 166, 0.12);
}

.pp2-contact-form-shell .wpforms-field-required,
.pp2-contact-form-shell .wpforms-required-label {
  color: #d4b06a !important;
}

@media (max-width: 700px) {

  .pp2-contact-form-shell .wpforms-form .wpforms-five-sixths,
  .pp2-contact-form-shell .wpforms-form .wpforms-four-sixths,
  .pp2-contact-form-shell .wpforms-form .wpforms-four-fifths,
  .pp2-contact-form-shell .wpforms-form .wpforms-one-fifth,
  .pp2-contact-form-shell .wpforms-form .wpforms-one-fourth,
  .pp2-contact-form-shell .wpforms-form .wpforms-one-half,
  .pp2-contact-form-shell .wpforms-form .wpforms-one-sixth,
  .pp2-contact-form-shell .wpforms-form .wpforms-one-third,
  .pp2-contact-form-shell .wpforms-form .wpforms-three-fourths,
  .pp2-contact-form-shell .wpforms-form .wpforms-three-fifths,
  .pp2-contact-form-shell .wpforms-form .wpforms-three-sixths,
  .pp2-contact-form-shell .wpforms-form .wpforms-two-fourths,
  .pp2-contact-form-shell .wpforms-form .wpforms-two-fifths,
  .pp2-contact-form-shell .wpforms-form .wpforms-two-sixths,
  .pp2-contact-form-shell .wpforms-form .wpforms-two-thirds {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }

  .pp2-contact-form-shell .wpforms-field-row.wpforms-field-medium,
  .pp2-contact-form-shell .wpforms-field-row.wpforms-field-large {
    grid-template-columns: 1fr;
  }

  .pp2-contact-form-shell .wpforms-form .wpforms-field .wpforms-field-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.pp2-contact-location-card {
  padding: 28px 28px 30px;
  border-radius: 28px;
}

.pp2-contact-location-address {
  margin-top: 6px;
  font-size: 1.12rem;
}

.pp2-contact-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.pp2-contact-location-actions .pp2-btn {
  border-bottom: 0;
}

.pp2-contact-closing {
  padding-top: 42px;
  padding-bottom: clamp(92px, 10vw, 130px);
}

.pp2-contact-closing-inner {
  padding: clamp(30px, 4vw, 42px) clamp(22px, 4vw, 44px);
  border-radius: 26px;
  text-align: center;
}

.pp2-contact-closing-line {
  max-width: 18ch;
  margin: 0 auto;
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 1;
}

@media (max-width: 1100px) {

  .pp2-contact-quick-notes {
    grid-template-columns: 1fr;
  }

  .pp2-contact-hero-grid,
  .pp2-contact-inquiry-grid,
  .pp2-contact-location-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .pp2-contact-page {
    padding-top: 0;
  }

  .pp2-contact-section {
    padding: 62px 0;
  }

  .pp2-contact-location-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pp2-contact-location-actions .pp2-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pp2-contact-page {
    padding-top: 0;
  }

  .pp2-contact-form-shell-wide {
    width: 100%;
    max-width: none;
  }

  .pp2-contact-form-heading {
    grid-template-columns: 1fr;
  }

  .pp2-contact-hero-frame,
  .pp2-contact-form-shell,
  .pp2-contact-note-card,
  .pp2-contact-location-card,
  .pp2-contact-closing-inner {
    border-radius: 20px;
  }

  .pp2-contact-form-shell,
  .pp2-contact-note-card,
  .pp2-contact-location-card,
  .pp2-contact-closing-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pp2-contact-form-shell button[type="submit"],
  .pp2-contact-form-shell input[type="submit"] {
    width: 100%;
  }
}

.pp2-estimator-page {
  padding: 0;
}

.pp2-estimator-section {
  position: relative;
  padding: clamp(72px, 9vw, 116px) 0 clamp(92px, 10vw, 136px);
}

.pp2-estimator-shell,
.pp2-estimator-lock-card {
  border: 1px solid rgba(214, 201, 168, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01)),
    rgba(15, 20, 16, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 28px 80px rgba(0, 0, 0, 0.22);
}

.pp2-estimator-shell {
  padding: clamp(24px, 3.6vw, 36px);
}

.pp2-estimator-lock-shell {
  display: flex;
  justify-content: center;
}

.pp2-estimator-lock-card {
  width: min(100%, 680px);
  padding: clamp(26px, 4vw, 40px);
  text-align: center;
}

.pp2-estimator-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}

.pp2-estimator-eyebrow {
  margin: 0 0 12px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.62);
}

.pp2-estimator-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fbf4eb;
}

.pp2-estimator-copy,
.pp2-estimator-note p,
.pp2-estimator-password-form-wrap label {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.82;
  color: rgba(244, 239, 230, 0.8);
}

.pp2-estimator-copy {
  max-width: 52ch;
  margin-top: 16px;
}

.pp2-estimator-note {
  padding: 20px 20px 22px;
  border: 1px solid rgba(212, 176, 106, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(212, 176, 106, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(21, 18, 14, 0.72);
}

.pp2-estimator-password-form-wrap {
  max-width: 420px;
  margin: 26px auto 0;
}

.pp2-estimator-password-form-wrap form {
  display: grid;
  gap: 14px;
}

.pp2-estimator-password-form-wrap label {
  display: block;
  text-align: left;
}

.pp2-estimator-password-form-wrap input[type="password"] {
  width: 100%;
  margin-top: 10px;
  border: 1px solid rgba(214, 201, 168, 0.16);
  border-radius: 16px;
  background: rgba(8, 10, 9, 0.72);
  color: #f5f1e8;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  padding: 15px 16px;
  box-sizing: border-box;
}

.pp2-estimator-password-form-wrap input[type="submit"] {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(212, 176, 106, 0.6);
  border-radius: 999px;
  background: #d4b06a;
  color: #111111;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.pp2-estimator-password-form-wrap input[type="password"]:focus {
  outline: none;
  border-color: rgba(212, 176, 106, 0.62);
  box-shadow: 0 0 0 3px rgba(212, 176, 106, 0.12);
}

.pp2-estimator-password-form-wrap .post-password-form p {
  margin: 0;
}

.pp2-estimator-plugin-wrap .wce-estimator {
  margin: 0;
}

@media (max-width: 900px) {
  .pp2-estimator-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {

  .pp2-estimator-shell,
  .pp2-estimator-lock-card {
    border-radius: 20px;
  }

  .pp2-estimator-shell,
  .pp2-estimator-lock-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pp2-estimator-password-form-wrap input[type="submit"] {
    width: 100%;
  }
}