/* Patagonia Land Hunter — editorial full-bleed */

.plh-page {
  --plh-overlay: linear-gradient(135deg, rgba(3, 29, 51, 0.78) 0%, rgba(5, 44, 77, 0.52) 50%, rgba(26, 95, 114, 0.38) 100%);
}

.plh-narrow {
  max-width: 42rem;
}

.plh-intro-center {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.plh-hero {
  position: relative;
  min-height: clamp(560px, 88vh, 920px);
  display: flex;
  align-items: flex-end;
  padding: 7rem 0 4.5rem;
  color: #fff;
  overflow: hidden;
}

.plh-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.plh-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.plh-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--plh-overlay);
}

.plh-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.plh-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.08;
  font-weight: 600;
  margin: 0.75rem 0 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 8px 32px rgba(0, 0, 0, 0.35);
}

.plh-hero__lead {
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.96);
  max-width: 44rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3);
}

.plh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.plh-hero__tagline {
  margin-top: 1.5rem;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.plh-hero .eyebrow {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55), 0 4px 16px rgba(0, 0, 0, 0.35);
}

/* Full-bleed bands */
.plh-fullbleed {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.plh-fullbleed img {
  width: 100%;
  height: clamp(220px, 42vw, 520px);
  object-fit: cover;
  object-position: center center;
  display: block;
}

.plh-fullbleed--short img {
  height: clamp(180px, 32vw, 380px);
}

/* Region sections — edge-to-edge photography */
.plh-region {
  position: relative;
  min-height: clamp(420px, 70vh, 720px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}

.plh-region--tall {
  min-height: clamp(480px, 82vh, 860px);
}

.plh-region__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.plh-region__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.plh-region--patagonia .plh-region__media img,
.plh-region__img--patagonia {
  object-position: center 28%;
}

.plh-region--patagonia {
  min-height: clamp(520px, 85vh, 920px);
}

.plh-region--lagos .plh-region__media img {
  object-position: center 40%;
}

.plh-region__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 29, 51, 0.94) 0%, rgba(3, 29, 51, 0.62) 42%, rgba(3, 29, 51, 0.42) 100%);
}

.plh-region__inner {
  position: relative;
  z-index: 1;
  padding: 3rem 0 3.5rem;
  max-width: 36rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.plh-region__text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0.75rem 0 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.plh-region .section-title {
  color: #fff;
  margin: 0;
}

.plh-region .section-label {
  color: rgba(255, 255, 255, 0.82);
}

.plh-checklist--light li {
  color: rgba(255, 255, 255, 0.95);
}

/* Life band — single people photo, full width */
.plh-lifeband {
  position: relative;
  min-height: clamp(320px, 50vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.plh-lifeband > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.plh-lifeband__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 29, 51, 0.75) 0%, rgba(3, 29, 51, 0.4) 50%, rgba(3, 29, 51, 0.55) 100%);
}

.plh-lifeband__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 2rem 1.5rem;
  max-width: 38rem;
}

.plh-lifeband__quote p {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  border-left: 3px solid var(--lake, #5b8fa0);
  padding: 1.1rem 1.25rem;
  background: rgba(3, 29, 51, 0.62);
  border-radius: 0 0.5rem 0.5rem 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* Sections */
.plh-section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.plh-section--light {
  background: var(--surface-soft, #f4f7f8);
}

.plh-section--process {
  background: linear-gradient(180deg, #fff 0%, var(--blue-soft, #e8f1f3) 100%);
}

.plh-section--why {
  background: linear-gradient(180deg, var(--surface-soft, #f4f7f8) 0%, #fff 55%);
}

.plh-section--why .section-title {
  max-width: 24em;
}

.plh-section--intl {
  background: var(--blue-dark, #031d33);
  color: #fff;
}

.plh-section--intl .section-label,
.plh-section--intl .section-title,
.plh-section--intl p,
.plh-section--intl li {
  color: inherit;
}

.plh-section--intl .section-label {
  color: rgba(255, 255, 255, 0.65);
}

.plh-checklist {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.plh-checklist--cols {
  display: grid;
  gap: 0.5rem 1.5rem;
}

@media (min-width: 640px) {
  .plh-checklist--cols {
    grid-template-columns: 1fr 1fr;
  }
}

.plh-checklist li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.plh-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--brand-teal, #1a5f72);
}

.plh-checklist--light li::before {
  background: var(--lake, #5b8fa0);
}

/* Includes */
.plh-includes {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .plh-includes {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
  }
}

.plh-includes li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.55;
  font-size: 0.95rem;
}

.plh-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid var(--brand-teal, #1a5f72);
  border-radius: 50%;
  background: transparent;
}

.plh-risk {
  margin-top: 2.5rem;
  padding: 1.5rem 1.75rem;
  border-left: 3px solid var(--lake, #5b8fa0);
}

.plh-risk h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--blue, #052c4d);
}

.plh-risk p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}

.plh-disclaimer {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--text-muted);
}

/* Process steps */
.plh-steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 700px) {
  .plh-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .plh-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.plh-step {
  padding: 1.35rem 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.plh-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  background: rgba(26, 95, 114, 0.1);
  color: var(--brand-teal, #1a5f72);
  flex-shrink: 0;
}

.plh-step__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.plh-step h3 {
  font-size: 0.98rem;
  margin: 0;
  color: var(--blue, #052c4d);
  line-height: 1.35;
}

.plh-step p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted, #5a6570);
}

.plh-highlight {
  font-size: 1.05rem;
  font-weight: 600;
  color: #c8dde4;
  margin: 1rem 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.plh-partners-box {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.plh-partners-tags {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-top: 0.75rem;
}

.plh-audience {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 600px) {
  .plh-audience {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .plh-audience {
    grid-template-columns: repeat(4, 1fr);
  }
}

.plh-audience-card {
  padding: 1rem;
  font-size: 0.92rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.plh-diff-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

@media (min-width: 540px) {
  .plh-diff-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .plh-diff-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
  }
}

.plh-diff {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.1rem 1.15rem;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(5, 44, 77, 0.1);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.plh-diff:hover {
  border-color: rgba(91, 143, 160, 0.32);
  box-shadow: 0 10px 28px rgba(5, 44, 77, 0.08);
  transform: translateY(-2px);
}

.plh-diff__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, rgba(26, 95, 114, 0.14) 0%, rgba(91, 143, 160, 0.1) 100%);
  color: var(--brand-teal, #1a5f72);
  flex-shrink: 0;
}

.plh-diff__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.plh-diff__body {
  min-width: 0;
  flex: 1;
}

.plh-diff h3 {
  margin: 0 0 0.3rem;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--blue, #052c4d);
  line-height: 1.35;
}

.plh-diff p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--text-muted, #5a6570);
}

/* CTA band */
.plh-cta-band {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5rem) 0;
  color: #fff;
}

.plh-cta-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.plh-cta-band__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.plh-cta-band__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 29, 51, 0.9) 0%, rgba(5, 44, 77, 0.82) 100%);
}

.plh-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .plh-cta-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 2.5rem;
  }
}

.plh-cta-copy h2 {
  font-size: clamp(1.65rem, 3.5vw, 2.2rem);
  margin: 0 0 0.75rem;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 0 4px 16px rgba(0, 0, 0, 0.3);
}

.plh-cta-copy p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.plh-form {
  padding: 1.5rem;
}

.plh-form__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  color: var(--blue, #052c4d);
}

.plh-form__lead {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.plh-form__fields {
  display: grid;
  gap: 0.65rem;
}

.plh-form label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue, #052c4d);
}

.plh-form input,
.plh-form select,
.plh-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(5, 44, 77, 0.15);
  border-radius: 0.5rem;
  font: inherit;
  background: #fff;
}

.plh-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-weight: 400;
  cursor: pointer;
}

.plh-checkbox input {
  width: auto;
  margin-top: 0.2rem;
}

.plh-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.plh-form__submit {
  margin-top: 0.5rem;
  width: 100%;
}

.plh-form-success {
  padding: 1rem 0;
  color: var(--forest, #3d6b5e);
  font-weight: 600;
}

.plh-form-success__note {
  margin: 0.5rem 0 1rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-muted);
}

.plh-form-success__wa {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}

.nav-link--active {
  color: var(--blue, #052c4d);
  font-weight: 600;
}

.plh-page .nav-cta--cal {
  font-size: 0.78rem;
  padding: 0.55rem 0.85rem;
}

.plh-page .nav-cta-pair--solo {
  flex-shrink: 0;
}

@media (max-width: 979px) {
  .plh-page .nav-cta-pair {
    flex-direction: column;
    width: 100%;
  }
}
