:root {
  --eco-black: #020708;
  --eco-deep: #041517;
  --eco-deep-blue: #062b39;
  --eco-ocean: #0c7184;
  --eco-turquoise: #28c8b5;
  --eco-green: #69ad72;
  --eco-sand: #f5d89d;
  --eco-sunset: #ffad4a;
  --eco-coral: #ff754f;
  --eco-cream: #fff7e8;
  --eco-muted: #9bb8b7;
  --eco-line: rgba(214, 255, 244, 0.16);
  --eco-shell: min(1180px, calc(100% - 48px));
}

html {
  background: var(--eco-black);
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}

body.pmd-ecotrip-case {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 22%, rgba(24, 143, 154, 0.08), transparent 28rem),
    var(--eco-black);
  color: var(--eco-cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.pmd-ecotrip-case,
body.pmd-ecotrip-case #outer-wrap,
body.pmd-ecotrip-case #wrap {
  overflow: visible;
}

body.pmd-ecotrip-case h1,
body.pmd-ecotrip-case h2,
body.pmd-ecotrip-case h3,
body.pmd-ecotrip-case h4 {
  margin: 0;
  color: var(--eco-cream);
}

body.pmd-ecotrip-case p,
body.pmd-ecotrip-case figure,
body.pmd-ecotrip-case blockquote {
  margin: 0;
}

body.pmd-ecotrip-case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecotrip-shell {
  width: var(--eco-shell);
  margin-inline: auto;
}

.ecotrip-site-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ecotrip-site-header .wordmark-star,
.ecotrip-site-header .wordmark > span:last-child,
.ecotrip-site-header .project-wordmark > span {
  color: var(--eco-sunset);
}

.ecotrip-site-header .wordmark-star {
  text-shadow: 0 0 18px rgba(255, 173, 74, 0.85);
}

.ecotrip-site-header .desktop-nav .nav-contact {
  background: rgba(2, 20, 24, 0.42);
  border-color: rgba(255, 244, 214, 0.28);
}

.ecotrip-kicker,
.ecotrip-mini-label {
  color: #88dbc8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ecotrip-section-heading {
  max-width: 860px;
  margin-bottom: 58px;
}

.ecotrip-section-heading .ecotrip-kicker {
  margin-bottom: 18px;
}

.ecotrip-section-heading h2 {
  max-width: 920px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.ecotrip-section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.6fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.ecotrip-section-heading-split > p {
  color: var(--eco-muted);
  font-size: 17px;
  line-height: 1.75;
}

.ecotrip-primary-link,
.ecotrip-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ecotrip-primary-link {
  border: 1px solid rgba(255, 245, 218, 0.4);
  border-radius: 999px;
  padding: 13px 20px;
  background: rgba(2, 22, 24, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.ecotrip-primary-link:hover,
.ecotrip-primary-link:focus-visible {
  transform: translateY(-3px);
  border-color: var(--eco-sunset);
  background: rgba(12, 113, 132, 0.6);
}

.ecotrip-text-link {
  padding: 8px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  transition: color 180ms ease, border-color 180ms ease;
}

.ecotrip-text-link:hover,
.ecotrip-text-link:focus-visible {
  color: var(--eco-sunset);
  border-color: var(--eco-sunset);
}

/* Hero beach */

.ecotrip-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 166px max(24px, calc((100vw - 1180px) / 2)) 104px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 8, 9, 0.98) 0%, rgba(0, 10, 12, 0.85) 36%, rgba(0, 18, 21, 0.2) 72%, rgba(0, 8, 10, 0.42) 100%),
    linear-gradient(180deg, rgba(2, 7, 8, 0.2) 0%, rgba(2, 7, 8, 0.02) 44%, rgba(2, 7, 8, 0.9) 100%),
    var(--hero-image) center 62% / cover no-repeat;
}

.ecotrip-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.4;
  background:
    radial-gradient(circle at 8% 18%, white 0 1px, transparent 1.5px),
    radial-gradient(circle at 17% 42%, rgba(255, 255, 255, 0.85) 0 1px, transparent 1.5px),
    radial-gradient(circle at 43% 14%, rgba(255, 231, 178, 0.85) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px),
    radial-gradient(circle at 91% 39%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.5px);
  background-size: 240px 180px, 310px 270px, 390px 330px, 280px 260px, 420px 310px;
  animation: eco-stars-drift 22s linear infinite alternate;
}

.ecotrip-hero::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(180deg, transparent, var(--eco-black));
  pointer-events: none;
}

.ecotrip-sky {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ecotrip-sun {
  position: absolute;
  top: 16%;
  right: 15%;
  width: clamp(86px, 9vw, 144px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #fff9ce 0 10%, #ffd176 30%, #ff9952 64%, rgba(255, 125, 64, 0) 72%);
  box-shadow: 0 0 42px rgba(255, 177, 81, 0.95), 0 0 130px rgba(255, 111, 62, 0.6);
  animation: eco-sun-breathe 5.8s ease-in-out infinite;
}

.ecotrip-cloud {
  position: absolute;
  height: 3px;
  width: 32vw;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 221, 182, 0.7), transparent);
  filter: blur(7px);
  opacity: 0.7;
}

.cloud-one {
  top: 24%;
  right: -10%;
  animation: eco-cloud 20s linear infinite;
}

.cloud-two {
  top: 33%;
  right: 12%;
  opacity: 0.34;
  animation: eco-cloud 27s linear -7s infinite reverse;
}

.ecotrip-mountain {
  position: absolute;
  right: -7%;
  bottom: 30%;
  width: 65%;
  height: 26%;
  opacity: 0.75;
  background: linear-gradient(145deg, rgba(5, 37, 36, 0.22), #062928 58%, #031616);
  clip-path: polygon(0 100%, 12% 53%, 22% 72%, 33% 31%, 45% 67%, 58% 25%, 70% 56%, 84% 11%, 100% 57%, 100% 100%);
}

.mountain-back {
  right: -16%;
  bottom: 35%;
  opacity: 0.45;
  filter: blur(1px);
  transform: scale(1.12);
  animation: eco-mountain 16s ease-in-out infinite alternate;
}

.mountain-front {
  animation: eco-mountain 20s ease-in-out -5s infinite alternate-reverse;
}

.ecotrip-ocean {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 35%;
  overflow: hidden;
  opacity: 0.84;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(25, 181, 178, 0), rgba(5, 46, 55, 0.35) 24%, rgba(1, 17, 19, 0.95)),
    repeating-linear-gradient(175deg, rgba(128, 238, 221, 0.08) 0 2px, transparent 2px 13px);
}

.wave {
  position: absolute;
  left: -15%;
  width: 130%;
  height: 56%;
  border-radius: 50% 50% 0 0;
  transform-origin: center bottom;
}

.wave::before {
  content: "";
  position: absolute;
  inset: -8px 0 auto;
  height: 22px;
  opacity: 0.78;
  background: radial-gradient(ellipse at 50% 100%, rgba(229, 255, 248, 0.82) 0 8%, transparent 9% 100%) 0 0 / 96px 24px repeat-x;
  filter: blur(1px);
}

.wave-back {
  bottom: -20%;
  background: linear-gradient(180deg, rgba(43, 204, 193, 0.1), rgba(7, 76, 84, 0.74));
  animation: eco-wave 11s ease-in-out infinite alternate;
}

.wave-middle {
  bottom: -30%;
  background: linear-gradient(180deg, rgba(82, 213, 202, 0.28), rgba(5, 50, 59, 0.88));
  animation: eco-wave 8s ease-in-out -3s infinite alternate-reverse;
}

.wave-front {
  bottom: -42%;
  background: linear-gradient(180deg, rgba(145, 235, 217, 0.2), #031b20 54%);
  animation: eco-wave 6.5s ease-in-out -1.5s infinite alternate;
}

.shore-foam {
  position: absolute;
  left: -4%;
  bottom: 12%;
  width: 108%;
  height: 3px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(224, 255, 246, 0.7), transparent);
  box-shadow: 0 0 16px rgba(177, 255, 237, 0.55);
  animation: eco-shore 5s ease-in-out infinite;
}

.ecotrip-hero-copy {
  position: relative;
  z-index: 10;
  width: min(760px, 68vw);
}

.ecotrip-hero-copy .ecotrip-kicker {
  margin-bottom: 24px;
  color: var(--eco-sand);
}

.ecotrip-hero-copy h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 8.2vw, 132px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-wrap: balance;
  text-shadow: 0 8px 50px rgba(0, 0, 0, 0.5);
}

.ecotrip-hero-role {
  margin-top: 30px !important;
  color: #b8f2e2;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecotrip-hero-intro {
  max-width: 610px;
  margin-top: 18px !important;
  color: rgba(244, 252, 246, 0.82);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.ecotrip-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.ecotrip-project-stamp {
  position: absolute;
  z-index: 10;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 120px;
  width: 224px;
  border: 1px solid rgba(235, 255, 249, 0.26);
  border-radius: 22px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  background: rgba(0, 21, 24, 0.5);
  backdrop-filter: blur(18px);
}

.ecotrip-project-stamp span {
  color: #8db5b2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecotrip-project-stamp b {
  color: #fff5da;
  font-size: 11px;
  font-weight: 700;
}

.ecotrip-scroll-cue {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.ecotrip-scroll-cue i {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, white, transparent);
  animation: eco-cue 1.8s ease-in-out infinite;
}

/* Proof ribbon */

.ecotrip-proof {
  position: relative;
  z-index: 12;
  padding: 24px 0 92px;
  background: var(--eco-black);
}

.ecotrip-proof-label {
  margin-bottom: 18px !important;
  color: #617c7c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ecotrip-proof-grid {
  border-top: 1px solid var(--eco-line);
  border-bottom: 1px solid var(--eco-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ecotrip-proof-card {
  min-height: 150px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--eco-line);
  background: linear-gradient(145deg, rgba(24, 122, 128, 0.08), transparent 66%);
}

.ecotrip-proof-card:last-child {
  border-right: 0;
}

.ecotrip-proof-card strong {
  color: var(--eco-sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ecotrip-proof-card span {
  color: var(--eco-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Overview */

.ecotrip-overview {
  padding-block: 120px 150px;
}

.ecotrip-overview-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr 0.8fr;
  gap: 20px;
  align-items: stretch;
}

.ecotrip-story-card,
.ecotrip-positioning-card,
.ecotrip-coast-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--eco-line);
  border-radius: 32px;
}

.ecotrip-story-card,
.ecotrip-positioning-card {
  padding: 38px;
  background:
    radial-gradient(circle at 90% 8%, rgba(40, 200, 181, 0.15), transparent 17rem),
    linear-gradient(145deg, rgba(8, 49, 52, 0.72), rgba(2, 15, 17, 0.92));
}

.ecotrip-story-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ecotrip-story-card > p {
  color: #d6e9e5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.5vw, 37px);
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.ecotrip-objective-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ecotrip-objective-list span {
  border: 1px solid var(--eco-line);
  border-radius: 999px;
  padding: 9px 12px;
  color: #a9ccca;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.ecotrip-coast-card img {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.ecotrip-coast-card:hover img {
  transform: scale(1.035);
}

.ecotrip-coast-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(1, 13, 15, 0.84));
}

.ecotrip-coast-card figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 24px 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.ecotrip-coast-card figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #d8f4eb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ecotrip-positioning-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ecotrip-positioning-card .ecotrip-mini-label {
  margin-bottom: 26px;
}

.ecotrip-positioning-card blockquote {
  color: var(--eco-sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.2vw, 46px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.ecotrip-positioning-card > p:last-child {
  margin-top: 34px !important;
  color: var(--eco-muted);
  line-height: 1.75;
}

/* Market landscape */

.ecotrip-market {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 140px 170px;
  background:
    radial-gradient(circle at 78% 15%, rgba(255, 154, 70, 0.12), transparent 28rem),
    linear-gradient(180deg, #03191b, #051f20 62%, #020b0d);
}

.ecotrip-market::before,
.ecotrip-market::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -8%;
  width: 116%;
  height: 180px;
  border-radius: 50%;
  border-top: 1px solid rgba(90, 219, 202, 0.17);
  transform: rotate(-3deg);
}

.ecotrip-market::before {
  top: 42%;
}

.ecotrip-market::after {
  top: 49%;
  opacity: 0.55;
  transform: rotate(2deg);
}

.ecotrip-market-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--eco-line);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(2, 19, 21, 0.6);
}

.ecotrip-market-ribbon article {
  min-height: 186px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--eco-line);
}

.ecotrip-market-ribbon article:last-child {
  border-right: 0;
}

.ecotrip-market-ribbon strong {
  color: #fce2aa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 56px);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.ecotrip-market-ribbon span {
  max-width: 150px;
  color: var(--eco-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ecotrip-audience-map {
  position: relative;
  min-height: 620px;
  margin-top: 72px;
  display: grid;
  place-items: center;
}

.ecotrip-audience-map::before,
.ecotrip-audience-map::after {
  content: "";
  position: absolute;
  inset: 8% 8%;
  border: 1px solid rgba(89, 223, 203, 0.14);
  border-radius: 50%;
}

.ecotrip-audience-map::after {
  inset: 18% 22%;
  border-color: rgba(255, 184, 91, 0.14);
  transform: rotate(-12deg);
}

.ecotrip-audience-core {
  position: relative;
  z-index: 2;
  width: 240px;
  aspect-ratio: 1;
  border: 1px solid rgba(132, 242, 220, 0.35);
  border-radius: 50%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 42% 32%, rgba(77, 228, 203, 0.44), rgba(8, 68, 71, 0.88) 38%, #031c1e 72%);
  box-shadow: 0 0 70px rgba(28, 178, 164, 0.18), inset -22px -18px 45px rgba(0, 0, 0, 0.36);
  text-align: center;
  animation: eco-core-float 7s ease-in-out infinite;
}

.ecotrip-audience-core span {
  color: #a9dcd1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ecotrip-audience-core strong {
  color: #fff3c9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 66px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.ecotrip-audience-core p {
  margin-top: 8px !important;
  color: #c2ded8;
  font-size: 12px;
  line-height: 1.45;
}

.ecotrip-audience-orbits article {
  position: absolute;
  z-index: 2;
  width: 230px;
  border: 1px solid var(--eco-line);
  border-radius: 22px;
  padding: 19px 21px;
  background: rgba(3, 25, 28, 0.8);
  backdrop-filter: blur(14px);
}

.ecotrip-audience-orbits article:nth-child(1) {
  top: 7%;
  left: 7%;
}

.ecotrip-audience-orbits article:nth-child(2) {
  top: 12%;
  right: 5%;
}

.ecotrip-audience-orbits article:nth-child(3) {
  left: 2%;
  bottom: 7%;
}

.ecotrip-audience-orbits article:nth-child(4) {
  right: 7%;
  bottom: 3%;
}

.ecotrip-audience-orbits b {
  display: block;
  color: var(--eco-sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.ecotrip-audience-orbits span {
  display: block;
  margin-top: 8px;
  color: var(--eco-muted);
  font-size: 11px;
  line-height: 1.5;
}

/* Phone / TikTok */

.ecotrip-phone-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 140px;
  background:
    radial-gradient(circle at 76% 50%, rgba(31, 190, 178, 0.16), transparent 33rem),
    radial-gradient(circle at 28% 80%, rgba(255, 134, 71, 0.1), transparent 28rem),
    #02090b;
}

.ecotrip-phone-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.3;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px) 0 0 / 180px 180px,
    radial-gradient(circle at 76% 40%, rgba(115, 246, 219, 0.75) 0 1px, transparent 1.5px) 0 0 / 280px 240px;
}

.ecotrip-phone-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(80px, 11vw, 170px);
  align-items: center;
}

.ecotrip-phone-copy h2 {
  max-width: 650px;
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.5vw, 88px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.ecotrip-phone-copy > p:last-of-type {
  max-width: 620px;
  margin-top: 28px !important;
  color: var(--eco-muted);
  font-size: 17px;
  line-height: 1.75;
}

.ecotrip-reel-notes {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--eco-line);
}

.ecotrip-reel-notes li {
  min-height: 86px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--eco-line);
  opacity: 0.42;
  transition: opacity 350ms ease, transform 350ms ease;
}

.ecotrip-reel-notes li.is-active {
  opacity: 1;
  transform: translateX(9px);
}

.ecotrip-reel-notes li > span {
  color: var(--eco-sunset);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.ecotrip-reel-notes b {
  display: block;
  color: #eefbf6;
  font-size: 14px;
}

.ecotrip-reel-notes p {
  margin-top: 4px !important;
  color: #789995;
  font-size: 12px;
  line-height: 1.45;
}

.ecotrip-phone-stage {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ecotrip-phone-stage::before {
  content: "";
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(99, 234, 208, 0.19);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(46, 209, 181, 0.1);
  animation: eco-orbit-spin 24s linear infinite;
}

.ecotrip-phone {
  position: relative;
  z-index: 3;
  width: 326px;
  height: 670px;
  border: 2px solid rgba(236, 255, 249, 0.52);
  border-radius: 50px;
  padding: 9px;
  background: #050809;
  box-shadow:
    0 50px 120px rgba(0, 0, 0, 0.56),
    0 0 0 7px #091416,
    0 0 60px rgba(40, 200, 181, 0.16);
}

.ecotrip-phone-speaker {
  position: absolute;
  z-index: 7;
  top: 17px;
  left: 50%;
  width: 92px;
  height: 23px;
  border-radius: 999px;
  background: #030708;
  transform: translateX(-50%);
}

.ecotrip-phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: #020607;
}

.ecotrip-reel-track {
  width: 100%;
  height: 100%;
  transition: transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ecotrip-reel {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(1, 8, 9, 0.08), rgba(1, 8, 9, 0.02) 46%, rgba(1, 8, 9, 0.94)),
    var(--reel-poster) center / cover no-repeat;
}

.ecotrip-reel::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(1, 8, 9, 0.8));
}

.ecotrip-reel video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecotrip-video-placeholder {
  position: absolute;
  inset: 0;
  padding: 42px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(180deg, transparent 42%, rgba(1, 9, 10, 0.92));
}

.ecotrip-video-placeholder span {
  margin-top: 38px;
}

.ecotrip-video-placeholder span {
  color: var(--eco-sand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ecotrip-video-placeholder b {
  margin-top: 8px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

.ecotrip-reel-ui {
  position: absolute;
  right: 14px;
  bottom: 96px;
  display: grid;
  gap: 16px;
  justify-items: center;
  color: white;
  font-size: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.ecotrip-reel-avatar {
  width: 38px;
  height: 38px;
  border: 2px solid white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--eco-ocean);
  font-size: 11px;
  font-weight: 900;
}

.ecotrip-reel-caption {
  position: absolute;
  left: 18px;
  right: 58px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  color: white;
  font-size: 12px;
}

.ecotrip-reel-caption span {
  color: rgba(255, 255, 255, 0.8);
}

.reaction {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 62px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(7, 34, 36, 0.68);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.35);
  font-size: 28px;
  backdrop-filter: blur(12px);
  animation: eco-reaction 5s ease-in-out infinite;
}

.reaction-heart {
  top: 12%;
  left: 0;
}

.reaction-laugh {
  top: 24%;
  right: -4%;
  animation-delay: -1.4s;
}

.reaction-like {
  bottom: 20%;
  left: -6%;
  animation-delay: -2.7s;
}

.reaction-cry {
  right: 2%;
  bottom: 8%;
  animation-delay: -3.8s;
}

.ecotrip-reel-progress {
  position: relative;
  z-index: 4;
  margin-top: 28px;
  display: flex;
  gap: 8px;
}

.ecotrip-reel-progress button {
  width: 44px;
  height: 3px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}

.ecotrip-reel-progress button.is-active {
  background: var(--eco-sunset);
  transform: scaleX(1.1);
}

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

/* Strategy current */

.ecotrip-strategy {
  padding-block: 150px 170px;
}

.ecotrip-journey {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--eco-line);
  border-radius: 30px;
  background: linear-gradient(150deg, rgba(5, 42, 45, 0.72), rgba(2, 13, 15, 0.94));
}

.ecotrip-journey article {
  position: relative;
  z-index: 2;
  min-height: 300px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--eco-line);
}

.ecotrip-journey article:last-of-type {
  border-right: 0;
}

.ecotrip-journey article > span {
  color: var(--eco-sunset);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.ecotrip-journey article > b {
  margin-top: auto;
  color: #83d4c5;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ecotrip-journey article > strong {
  margin-top: 8px;
  color: var(--eco-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.14;
}

.ecotrip-journey article > p {
  margin-top: 10px !important;
  color: var(--eco-muted);
  font-size: 11px;
  line-height: 1.5;
}

.ecotrip-journey-wave {
  position: absolute;
  left: -5%;
  top: 36%;
  width: 110%;
  height: 50px;
  border-top: 2px solid rgba(94, 230, 207, 0.52);
  border-radius: 50%;
  transform: rotate(-1deg);
  filter: drop-shadow(0 0 12px rgba(40, 200, 181, 0.35));
}

.ecotrip-channel-system {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ecotrip-channel-system article {
  min-height: 300px;
  border: 1px solid var(--eco-line);
  border-radius: 28px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 92% 12%, rgba(40, 200, 181, 0.14), transparent 14rem),
    rgba(4, 24, 27, 0.75);
}

.ecotrip-channel-system article:nth-child(even) {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 166, 73, 0.13), transparent 14rem),
    rgba(4, 24, 27, 0.75);
}

.ecotrip-channel-system span {
  color: var(--eco-sunset);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ecotrip-channel-system h3 {
  max-width: 460px;
  margin-top: auto !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ecotrip-channel-system p {
  max-width: 500px;
  margin-top: 20px !important;
  color: var(--eco-muted);
  line-height: 1.65;
}

/* Culture editorial gallery */

.ecotrip-culture {
  overflow: hidden;
  padding-block: 150px;
  background:
    radial-gradient(circle at 13% 16%, rgba(255, 125, 65, 0.12), transparent 26rem),
    linear-gradient(180deg, #061b1c, #020a0c);
}

.ecotrip-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 0.8fr;
  grid-template-rows: 460px 340px;
  gap: 18px;
}

.ecotrip-gallery figure {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: 28px;
  background: #0b1d1e;
}

.ecotrip-gallery .gallery-wide {
  grid-column: span 2;
}

.ecotrip-gallery .gallery-tall {
  grid-row: span 2;
}

.ecotrip-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(2, 10, 11, 0.88));
  pointer-events: none;
}

.ecotrip-gallery img {
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 600ms ease;
}

.ecotrip-gallery figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.1);
}

.ecotrip-gallery figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 22px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #e6f3ee;
  font-size: 12px;
  font-weight: 700;
}

.ecotrip-gallery figcaption span {
  color: var(--eco-sunset);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

/* Results sunset */

.ecotrip-results {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding-block: 160px;
  display: flex;
  align-items: center;
  background: var(--sunset-image) center / cover no-repeat;
}

.ecotrip-results-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 9, 11, 0.96) 0%, rgba(1, 10, 11, 0.82) 50%, rgba(1, 8, 9, 0.25) 100%),
    linear-gradient(180deg, rgba(2, 7, 8, 0.28), rgba(2, 7, 8, 0.7));
}

.ecotrip-results-copy {
  max-width: 720px;
}

.ecotrip-results-copy h2 {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.ecotrip-results-copy > p:last-child {
  max-width: 630px;
  margin-top: 28px !important;
  color: rgba(237, 248, 243, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.ecotrip-results-grid {
  max-width: 870px;
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.ecotrip-results-grid article {
  min-height: 146px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7px);
}

.ecotrip-results-grid article:last-child {
  border-right: 0;
}

.ecotrip-results-grid strong {
  color: #fff2c6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.ecotrip-results-grid span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ecotrip-learnings {
  max-width: 870px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ecotrip-learnings article {
  min-height: 154px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px;
  background: rgba(3, 18, 20, 0.42);
  backdrop-filter: blur(10px);
}

.ecotrip-learnings span {
  color: var(--eco-sunset);
  font-family: Georgia, "Times New Roman", serif;
}

.ecotrip-learnings p {
  margin-top: 24px !important;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.55;
}

/* Closing */

.ecotrip-next {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #020708;
}

.ecotrip-next-visual {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 45%;
  background:
    linear-gradient(90deg, #020708, rgba(2, 7, 8, 0.1)),
    linear-gradient(180deg, rgba(2, 7, 8, 0.2), rgba(2, 7, 8, 0.75)),
    var(--next-image) center / cover no-repeat;
}

.ecotrip-next-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 62% 45%, rgba(255, 172, 72, 0.18), transparent 20rem);
  animation: eco-sun-breathe 6s ease-in-out infinite;
}

.ecotrip-next-copy {
  position: relative;
}

.ecotrip-next-copy h2 {
  max-width: 670px;
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.ecotrip-next-copy > div {
  margin-top: 42px;
  display: flex;
  gap: 26px;
  align-items: center;
}

.ecotrip-footer {
  border-top: 1px solid var(--eco-line);
  padding-block: 22px;
  background: var(--eco-black);
  color: #78918f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecotrip-footer .ecotrip-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Reveal motion */

[data-ecotrip-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 850ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-ecotrip-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes eco-stars-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-18px, 12px, 0); }
}

@keyframes eco-sun-breathe {
  0%, 100% { filter: brightness(0.92); transform: scale(0.98); }
  50% { filter: brightness(1.12); transform: scale(1.035); }
}

@keyframes eco-cloud {
  from { transform: translateX(12vw) scaleX(0.92); }
  to { transform: translateX(-30vw) scaleX(1.12); }
}

@keyframes eco-mountain {
  from { transform: translateX(0) scaleY(1); }
  to { transform: translateX(-1.5%) scaleY(1.025); }
}

@keyframes eco-wave {
  from { transform: translate3d(-2%, 6%, 0) rotate(-1deg) scaleX(1.02); }
  to { transform: translate3d(2%, -3%, 0) rotate(1deg) scaleX(0.99); }
}

@keyframes eco-shore {
  0%, 100% { opacity: 0.35; transform: scaleX(0.92) translateY(3px); }
  50% { opacity: 0.9; transform: scaleX(1.02) translateY(-2px); }
}

@keyframes eco-cue {
  0%, 100% { opacity: 0.35; transform: scaleX(0.75); transform-origin: left; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@keyframes eco-core-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes eco-orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes eco-reaction {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-14px) rotate(5deg); }
}

@media (max-width: 1080px) {
  .ecotrip-project-stamp {
    display: none;
  }

  .ecotrip-hero-copy {
    width: min(760px, 82vw);
  }

  .ecotrip-overview-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .ecotrip-positioning-card {
    grid-column: span 2;
    min-height: 360px;
  }

  .ecotrip-phone-layout {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 60px;
  }

  .ecotrip-journey {
    grid-template-columns: repeat(3, 1fr);
  }

  .ecotrip-journey article:nth-child(3) {
    border-right: 0;
  }

  .ecotrip-journey article:nth-child(-n+3) {
    border-bottom: 1px solid var(--eco-line);
  }

  .ecotrip-journey-wave {
    display: none;
  }

  .ecotrip-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 330px 330px;
  }

  .ecotrip-gallery .gallery-tall {
    grid-row: span 2;
  }

  .ecotrip-gallery figure:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 820px) {
  :root {
    --eco-shell: min(100% - 32px, 720px);
  }

  .ecotrip-site-header {
    width: calc(100% - 32px);
    height: 74px;
  }

  .ecotrip-site-header .desktop-nav {
    display: none;
  }

  .ecotrip-site-header .mobile-menu {
    display: block;
  }

  .ecotrip-site-header .mobile-menu summary {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 9px 14px;
    color: white;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .ecotrip-site-header .mobile-menu[open] nav {
    position: absolute;
    top: 62px;
    right: 0;
    width: min(260px, calc(100vw - 32px));
    border: 1px solid var(--eco-line);
    border-radius: 20px;
    padding: 12px;
    display: grid;
    background: rgba(2, 17, 19, 0.96);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(18px);
  }

  .ecotrip-site-header .mobile-menu nav a {
    padding: 11px 12px;
    border-bottom: 1px solid var(--eco-line);
    font-size: 12px;
  }

  .ecotrip-site-header .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .ecotrip-section-heading-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ecotrip-hero {
    min-height: 900px;
    padding: 142px 20px 132px;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(0, 8, 9, 0.86) 0%, rgba(0, 12, 14, 0.32) 40%, rgba(0, 8, 10, 0.86) 100%),
      var(--hero-image) 54% 58% / cover no-repeat;
  }

  .ecotrip-hero-copy {
    width: 100%;
  }

  .ecotrip-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(68px, 15vw, 108px);
    line-height: 0.82;
  }

  .ecotrip-sun {
    top: 46%;
    right: 6%;
  }

  .ecotrip-mountain {
    bottom: 27%;
    width: 100%;
  }

  .ecotrip-proof-grid,
  .ecotrip-market-ribbon,
  .ecotrip-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecotrip-proof-card:nth-child(2),
  .ecotrip-market-ribbon article:nth-child(2),
  .ecotrip-results-grid article:nth-child(2) {
    border-right: 0;
  }

  .ecotrip-proof-card:nth-child(-n+2),
  .ecotrip-market-ribbon article:nth-child(-n+2),
  .ecotrip-results-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--eco-line);
  }

  .ecotrip-overview {
    padding-block: 100px 120px;
  }

  .ecotrip-overview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ecotrip-story-card {
    grid-column: span 2;
    min-height: 410px;
  }

  .ecotrip-positioning-card {
    grid-column: auto;
    min-height: 500px;
  }

  .ecotrip-audience-map {
    min-height: 850px;
  }

  .ecotrip-audience-map::before {
    inset: 17% -4%;
  }

  .ecotrip-audience-orbits article:nth-child(1) {
    top: 4%;
    left: 2%;
  }

  .ecotrip-audience-orbits article:nth-child(2) {
    top: 10%;
    right: 1%;
  }

  .ecotrip-audience-orbits article:nth-child(3) {
    left: 1%;
    bottom: 7%;
  }

  .ecotrip-audience-orbits article:nth-child(4) {
    right: 1%;
    bottom: 1%;
  }

  .ecotrip-phone-layout {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .ecotrip-phone-copy {
    max-width: 680px;
  }

  .ecotrip-channel-system {
    grid-template-columns: 1fr;
  }

  .ecotrip-results {
    min-height: auto;
    background-position: 58% center;
  }

  .ecotrip-learnings {
    grid-template-columns: 1fr;
  }

  .ecotrip-learnings article {
    min-height: 130px;
  }

  .ecotrip-next-visual {
    inset: 0;
    opacity: 0.64;
  }

  .ecotrip-next-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #020708 0%, rgba(2, 7, 8, 0.72) 65%, rgba(2, 7, 8, 0.35));
  }
}

@media (max-width: 560px) {
  :root {
    --eco-shell: calc(100% - 28px);
  }

  .header-identities {
    gap: 12px;
  }

  .project-wordmark {
    padding-left: 14px;
    font-size: 14px;
  }

  .ecotrip-section-heading {
    margin-bottom: 38px;
  }

  .ecotrip-section-heading h2 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1;
  }

  .ecotrip-hero {
    min-height: 860px;
    padding-inline: 14px;
  }

  .ecotrip-hero-copy h1 {
    font-size: clamp(62px, 19vw, 88px);
  }

  .ecotrip-hero-role {
    max-width: 310px;
    font-size: 13px;
  }

  .ecotrip-hero-intro {
    max-width: 340px;
    font-size: 16px;
  }

  .ecotrip-hero-actions,
  .ecotrip-next-copy > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ecotrip-ocean {
    height: 27%;
  }

  .ecotrip-scroll-cue {
    display: none;
  }

  .ecotrip-proof {
    padding-bottom: 66px;
  }

  .ecotrip-proof-card,
  .ecotrip-market-ribbon article,
  .ecotrip-results-grid article {
    min-height: 128px;
    padding: 19px 16px;
  }

  .ecotrip-proof-card strong,
  .ecotrip-market-ribbon strong,
  .ecotrip-results-grid strong {
    font-size: 35px;
  }

  .ecotrip-overview,
  .ecotrip-market,
  .ecotrip-phone-section,
  .ecotrip-strategy,
  .ecotrip-culture,
  .ecotrip-results {
    padding-block: 96px;
  }

  .ecotrip-overview-grid {
    grid-template-columns: 1fr;
  }

  .ecotrip-story-card,
  .ecotrip-positioning-card {
    grid-column: auto;
    min-height: 390px;
    padding: 28px;
  }

  .ecotrip-coast-card {
    min-height: 520px;
  }

  .ecotrip-story-card > p {
    font-size: 25px;
  }

  .ecotrip-positioning-card blockquote {
    font-size: 35px;
  }

  .ecotrip-audience-map {
    min-height: auto;
    margin-top: 54px;
    display: block;
  }

  .ecotrip-audience-map::before,
  .ecotrip-audience-map::after {
    display: none;
  }

  .ecotrip-audience-core {
    width: 210px;
    margin: 0 auto 24px;
  }

  .ecotrip-audience-orbits {
    display: grid;
    gap: 10px;
  }

  .ecotrip-audience-orbits article,
  .ecotrip-audience-orbits article:nth-child(n) {
    position: static;
    width: 100%;
  }

  .ecotrip-phone-copy h2 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .ecotrip-phone-stage {
    min-height: 690px;
  }

  .ecotrip-phone-stage::before {
    width: 380px;
  }

  .ecotrip-phone {
    width: 286px;
    height: 590px;
    border-radius: 44px;
  }

  .ecotrip-phone-screen {
    border-radius: 35px;
  }

  .reaction {
    width: 48px;
    font-size: 22px;
  }

  .reaction-heart {
    left: -2%;
  }

  .reaction-laugh {
    right: -2%;
  }

  .reaction-like {
    left: -2%;
  }

  .reaction-cry {
    right: -1%;
  }

  .ecotrip-journey {
    grid-template-columns: 1fr 1fr;
  }

  .ecotrip-journey article {
    min-height: 235px;
    border-bottom: 1px solid var(--eco-line);
  }

  .ecotrip-journey article:nth-child(even) {
    border-right: 0;
  }

  .ecotrip-journey article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .ecotrip-channel-system article {
    min-height: 270px;
    padding: 28px;
  }

  .ecotrip-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 360px);
  }

  .ecotrip-gallery .gallery-wide,
  .ecotrip-gallery .gallery-tall,
  .ecotrip-gallery figure:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .ecotrip-gallery .gallery-tall {
    height: 470px;
  }

  .ecotrip-results-copy h2,
  .ecotrip-next-copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .ecotrip-next {
    min-height: 650px;
  }

  .ecotrip-footer .ecotrip-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Quan Lan 2026 redesign
   A calm editorial system: dark water, salt white and one sunset accent. */
body.pmd-ecotrip-case {
  --eco-ink: #071b1c;
  --eco-deep: #041315;
  --eco-panel: #0b2728;
  --eco-panel-soft: #123334;
  --eco-sea: #2faaa1;
  --eco-mint: #b8e2d8;
  --eco-salt: #f4f2e9;
  --eco-sand: #e8d9bf;
  --eco-sunset: #ff7047;
  --eco-line: rgba(244, 242, 233, 0.18);
  background: var(--eco-deep);
  color: var(--eco-salt);
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

body.pmd-ecotrip-case .ecotrip-case {
  overflow: clip;
  background:
    radial-gradient(circle at 8% 24%, rgba(47, 170, 161, 0.11), transparent 26rem),
    var(--eco-deep);
}

body.pmd-ecotrip-case .ecotrip-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.pmd-ecotrip-case .ecotrip-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(244, 242, 233, 0.12);
  background: rgba(4, 19, 21, 0.78);
  color: var(--eco-salt);
  backdrop-filter: blur(18px);
}

body.pmd-ecotrip-case .ecotrip-site-header a,
body.pmd-ecotrip-case .mobile-menu summary {
  color: inherit;
}

body.pmd-ecotrip-case .ecotrip-site-header .wordmark,
body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav a {
  text-decoration: none;
}

body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-site-header .nav-contact {
  padding: 11px 16px;
  border: 1px solid rgba(244, 242, 233, 0.34);
  border-radius: 999px;
}

body.pmd-ecotrip-case .ecotrip-site-header .mobile-menu {
  display: none;
}

body.pmd-ecotrip-case .ecotrip-summer-hero {
  position: relative;
  display: grid;
  min-height: max(720px, 100svh);
  padding: 112px 0 48px;
  isolation: isolate;
}

body.pmd-ecotrip-case .ecotrip-summer-video,
body.pmd-ecotrip-case .ecotrip-summer-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.pmd-ecotrip-case .ecotrip-summer-video {
  z-index: -3;
  object-fit: cover;
}

body.pmd-ecotrip-case .ecotrip-summer-scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 19, 21, 0.94) 0%, rgba(4, 19, 21, 0.5) 58%, rgba(4, 19, 21, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 19, 21, 0.86) 0%, transparent 46%),
    linear-gradient(180deg, rgba(4, 19, 21, 0.5) 0%, transparent 30%);
}

body.pmd-ecotrip-case .ecotrip-summer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
}

body.pmd-ecotrip-case .ecotrip-hero-copy {
  max-width: 820px;
}

body.pmd-ecotrip-case .ecotrip-kicker,
body.pmd-ecotrip-case .ecotrip-mini-label,
body.pmd-ecotrip-case .ecotrip-proof-label,
body.pmd-ecotrip-case .ecotrip-plan-grid > article > span {
  margin: 0 0 18px;
  color: var(--eco-mint);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-hero-copy h1 {
  max-width: none;
  margin: 0;
  color: var(--eco-salt);
  font-family: inherit;
  font-size: clamp(74px, 10.3vw, 158px);
  font-weight: 760;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-hero-copy h1 span {
  display: block;
}

body.pmd-ecotrip-case .ecotrip-hero-copy h1 span:last-child {
  margin-left: clamp(30px, 7vw, 108px);
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(244, 242, 233, 0.9);
}

body.pmd-ecotrip-case .ecotrip-hero-role {
  margin: 34px 0 8px;
  color: var(--eco-salt);
  font-size: 15px;
  font-weight: 700;
}

body.pmd-ecotrip-case .ecotrip-hero-intro {
  max-width: 620px;
  margin: 0;
  color: rgba(244, 242, 233, 0.76);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.55;
}

body.pmd-ecotrip-case .ecotrip-hero-actions,
body.pmd-ecotrip-case .ecotrip-next-copy > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

body.pmd-ecotrip-case .ecotrip-primary-link,
body.pmd-ecotrip-case .ecotrip-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  color: var(--eco-salt);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.pmd-ecotrip-case .ecotrip-primary-link {
  padding: 0 20px;
  border-radius: 999px;
  background: var(--eco-sunset);
  color: #20100c;
}

body.pmd-ecotrip-case .ecotrip-text-link {
  border-bottom: 1px solid rgba(244, 242, 233, 0.55);
}

body.pmd-ecotrip-case .ecotrip-project-stamp {
  display: grid;
  grid-template-columns: auto 1fr;
  align-self: end;
  gap: 12px 18px;
  padding: 24px;
  border: 1px solid rgba(244, 242, 233, 0.24);
  background: rgba(4, 19, 21, 0.56);
  backdrop-filter: blur(16px);
}

body.pmd-ecotrip-case .ecotrip-project-stamp span {
  color: var(--eco-mint);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-project-stamp b {
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

body.pmd-ecotrip-case .ecotrip-proof {
  padding: 28px 0;
  border-block: 1px solid var(--eco-line);
  background: var(--eco-salt);
  color: var(--eco-ink);
}

body.pmd-ecotrip-case .ecotrip-proof .ecotrip-proof-label {
  color: #1d6762;
}

body.pmd-ecotrip-case .ecotrip-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

body.pmd-ecotrip-case .ecotrip-proof-card {
  min-height: 110px;
  padding: 8px clamp(16px, 3vw, 36px);
  border-left: 1px solid rgba(7, 27, 28, 0.18);
  background: transparent;
  color: var(--eco-ink);
}

body.pmd-ecotrip-case .ecotrip-proof-card:first-child {
  border-left: 0;
  padding-left: 0;
}

body.pmd-ecotrip-case .ecotrip-proof-card strong {
  display: block;
  color: inherit;
  font-family: inherit;
  font-size: clamp(30px, 4vw, 58px);
  letter-spacing: -0.06em;
  line-height: 1;
}

body.pmd-ecotrip-case .ecotrip-proof-card span {
  display: block;
  margin-top: 10px;
  color: rgba(7, 27, 28, 0.67);
  font-size: 13px;
}

body.pmd-ecotrip-case .ecotrip-overview,
body.pmd-ecotrip-case .ecotrip-research,
body.pmd-ecotrip-case .ecotrip-customer-journey,
body.pmd-ecotrip-case .ecotrip-strategy,
body.pmd-ecotrip-case .ecotrip-documents {
  padding-block: clamp(90px, 11vw, 158px);
}

body.pmd-ecotrip-case .ecotrip-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 42px;
  margin-bottom: clamp(42px, 7vw, 86px);
}

body.pmd-ecotrip-case .ecotrip-section-heading h2,
body.pmd-ecotrip-case .ecotrip-maslow-copy h2,
body.pmd-ecotrip-case .ecotrip-next-copy h2,
body.pmd-ecotrip-case .ecotrip-results-copy h2 {
  margin: 0;
  color: var(--eco-salt);
  font-family: inherit;
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

body.pmd-ecotrip-case .ecotrip-section-heading > p,
body.pmd-ecotrip-case .ecotrip-maslow-copy > p,
body.pmd-ecotrip-case .ecotrip-results-copy > p {
  margin: 0;
  color: rgba(244, 242, 233, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

body.pmd-ecotrip-case .ecotrip-overview-grid-v3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

body.pmd-ecotrip-case .ecotrip-overview-grid-v3 > * {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--eco-line);
  background: var(--eco-panel);
}

body.pmd-ecotrip-case .ecotrip-story-card {
  grid-column: span 7;
  padding: clamp(30px, 5vw, 64px);
}

body.pmd-ecotrip-case .ecotrip-story-card > p {
  margin: 0 0 54px;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

body.pmd-ecotrip-case .ecotrip-project-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0;
}

body.pmd-ecotrip-case .ecotrip-project-facts dt {
  margin-bottom: 6px;
  color: var(--eco-mint);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-project-facts dd {
  margin: 0;
  color: rgba(244, 242, 233, 0.72);
  font-size: 14px;
}

body.pmd-ecotrip-case .ecotrip-sunset-card {
  position: relative;
  grid-column: span 5;
  min-height: 560px;
}

body.pmd-ecotrip-case .ecotrip-sunset-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pmd-ecotrip-case .ecotrip-sunset-card figcaption {
  position: absolute;
  inset: auto 22px 22px;
  padding: 16px 18px;
  background: rgba(4, 19, 21, 0.72);
  color: var(--eco-salt);
  font-size: 13px;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

body.pmd-ecotrip-case .ecotrip-positioning-visible {
  grid-column: span 5;
  padding: clamp(28px, 4vw, 50px);
  background: var(--eco-sunset);
  color: #20100c;
}

body.pmd-ecotrip-case .ecotrip-positioning-visible .ecotrip-mini-label {
  color: rgba(32, 16, 12, 0.68);
}

body.pmd-ecotrip-case .ecotrip-positioning-visible blockquote {
  margin: 0 0 42px;
  color: inherit;
  font-family: inherit;
  font-size: clamp(30px, 4.3vw, 62px);
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

body.pmd-ecotrip-case .ecotrip-positioning-visible > p:last-child {
  max-width: 40ch;
  margin: 0;
  line-height: 1.6;
}

body.pmd-ecotrip-case .ecotrip-challenge-card {
  grid-column: span 7;
  padding: clamp(28px, 4vw, 50px);
}

body.pmd-ecotrip-case .ecotrip-challenge-card h3,
body.pmd-ecotrip-case .ecotrip-competitor-lead h3 {
  margin: 0;
  color: var(--eco-salt);
  font-family: inherit;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

body.pmd-ecotrip-case .ecotrip-challenge-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

body.pmd-ecotrip-case .ecotrip-challenge-card li {
  padding-top: 12px;
  border-top: 1px solid var(--eco-line);
  color: rgba(244, 242, 233, 0.7);
  font-size: 14px;
}

body.pmd-ecotrip-case .ecotrip-tide-transition {
  position: relative;
  height: 148px;
  margin-block: 0;
  overflow: hidden;
  border-block: 1px solid rgba(184, 226, 216, 0.12);
  background: #071d20;
  pointer-events: none;
}

body.pmd-ecotrip-case .ecotrip-transition-wave {
  position: absolute;
  inset: auto -4% 0;
  display: block;
  height: 54px;
  border-radius: 50% 50% 0 0 / 30% 30% 0 0;
  background: rgba(47, 170, 161, 0.16);
}

body.pmd-ecotrip-case .transition-wave-back {
  bottom: 16px;
  opacity: 0.6;
}

body.pmd-ecotrip-case .transition-wave-front {
  height: 38px;
  background: rgba(47, 170, 161, 0.28);
}

body.pmd-ecotrip-case .ecotrip-tide-boat {
  position: absolute;
  z-index: 3;
  bottom: 27px;
  left: 0;
  width: 126px !important;
  max-width: none;
  opacity: 0;
  filter: drop-shadow(0 16px 14px rgba(0, 0, 0, 0.26));
  will-change: transform, opacity;
}

body.pmd-ecotrip-case .ecotrip-tide-boat[data-direction="forward"] {
  transform: translate3d(-150%, 0, 0);
}

body.pmd-ecotrip-case .ecotrip-tide-boat[data-direction="reverse"] {
  right: 0;
  left: auto;
  transform: translate3d(150%, 0, 0) scaleX(-1);
}

body.pmd-ecotrip-case [data-voyage-lane].is-active .ecotrip-tide-boat[data-direction="forward"] {
  animation: eco-sail-forward 6.8s cubic-bezier(0.35, 0.05, 0.62, 0.98) both;
}

body.pmd-ecotrip-case [data-voyage-lane].is-active .ecotrip-tide-boat[data-direction="reverse"] {
  animation: eco-sail-reverse 6.8s cubic-bezier(0.35, 0.05, 0.62, 0.98) both;
}

@keyframes eco-sail-forward {
  0% { opacity: 0; transform: translate3d(-150%, 1px, 0) rotate(-1deg); }
  8% { opacity: 1; }
  48% { transform: translate3d(calc(50vw - 63px), -5px, 0) rotate(1deg); }
  92% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(calc(100vw + 150%), 1px, 0) rotate(-1deg); }
}

@keyframes eco-sail-reverse {
  0% { opacity: 0; transform: translate3d(150%, 1px, 0) scaleX(-1) rotate(-1deg); }
  8% { opacity: 1; }
  48% { transform: translate3d(calc(-50vw + 63px), -5px, 0) scaleX(-1) rotate(1deg); }
  92% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(calc(-100vw - 150%), 1px, 0) scaleX(-1) rotate(-1deg); }
}

body.pmd-ecotrip-case .ecotrip-research {
  padding-bottom: 80px;
}

body.pmd-ecotrip-case .ecotrip-market-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
  border: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-market-ribbon article {
  padding: 26px;
  border-left: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-market-ribbon article:first-child {
  border-left: 0;
}

body.pmd-ecotrip-case .ecotrip-market-ribbon strong {
  display: block;
  margin-bottom: 7px;
  color: var(--eco-mint);
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: -0.04em;
}

body.pmd-ecotrip-case .ecotrip-market-ribbon span {
  color: rgba(244, 242, 233, 0.62);
  font-size: 12px;
}

body.pmd-ecotrip-case .ecotrip-competitor-board {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

body.pmd-ecotrip-case .ecotrip-competitor-board > * {
  border: 1px solid var(--eco-line);
  background: var(--eco-panel);
}

body.pmd-ecotrip-case .ecotrip-competitor-lead {
  grid-column: span 5;
  padding: clamp(28px, 4vw, 48px);
}

body.pmd-ecotrip-case .ecotrip-competitor-lead > p:last-child {
  margin: 38px 0 0;
  color: rgba(244, 242, 233, 0.68);
  line-height: 1.65;
}

body.pmd-ecotrip-case .ecotrip-destination-compare {
  grid-column: span 7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body.pmd-ecotrip-case .ecotrip-destination-compare article {
  padding: 30px 22px;
  border-left: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-destination-compare article:first-child {
  border-left: 0;
}

body.pmd-ecotrip-case .ecotrip-destination-compare article.is-focus {
  background: var(--eco-mint);
  color: var(--eco-ink);
}

body.pmd-ecotrip-case .ecotrip-destination-compare h3 {
  margin: 0 0 54px;
  font: inherit;
  font-size: 22px;
  font-weight: 720;
}

body.pmd-ecotrip-case .ecotrip-destination-compare strong,
body.pmd-ecotrip-case .ecotrip-destination-compare span {
  display: block;
  font-size: 13px;
}

body.pmd-ecotrip-case .ecotrip-destination-compare span {
  margin: 7px 0 30px;
  color: rgba(244, 242, 233, 0.58);
}

body.pmd-ecotrip-case .ecotrip-destination-compare .is-focus span {
  color: rgba(7, 27, 28, 0.6);
}

body.pmd-ecotrip-case .ecotrip-destination-compare p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

body.pmd-ecotrip-case .ecotrip-brand-compare,
body.pmd-ecotrip-case .ecotrip-price-map {
  grid-column: span 6;
  padding: 30px;
}

body.pmd-ecotrip-case .ecotrip-brand-compare > div {
  display: grid;
  grid-template-columns: 0.65fr 1.45fr 0.9fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--eco-line);
  font-size: 12px;
}

body.pmd-ecotrip-case .ecotrip-brand-compare > div span {
  color: rgba(244, 242, 233, 0.6);
}

body.pmd-ecotrip-case .ecotrip-brand-compare > div strong {
  text-align: right;
}

body.pmd-ecotrip-case .ecotrip-brand-compare > div.is-focus strong {
  color: var(--eco-sunset);
}

body.pmd-ecotrip-case .ecotrip-price-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

body.pmd-ecotrip-case .ecotrip-price-track > div {
  min-height: 160px;
  padding: 18px 14px;
  border-left: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-price-track > div:first-child {
  border-left: 0;
}

body.pmd-ecotrip-case .ecotrip-price-track > div.is-focus {
  background: var(--eco-sunset);
  color: #20100c;
}

body.pmd-ecotrip-case .ecotrip-price-track strong,
body.pmd-ecotrip-case .ecotrip-price-track span,
body.pmd-ecotrip-case .ecotrip-price-track small {
  display: block;
}

body.pmd-ecotrip-case .ecotrip-price-track strong {
  font-size: 14px;
}

body.pmd-ecotrip-case .ecotrip-price-track span {
  margin: 22px 0 5px;
  font-size: 12px;
}

body.pmd-ecotrip-case .ecotrip-price-track small {
  opacity: 0.62;
  font-size: 10px;
}

body.pmd-ecotrip-case .ecotrip-swot-line {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

body.pmd-ecotrip-case .ecotrip-swot-line > div {
  padding: 24px;
  border-left: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-swot-line > div:first-child {
  border-left: 0;
}

body.pmd-ecotrip-case .ecotrip-swot-line span {
  display: block;
  margin-bottom: 18px;
  color: var(--eco-mint);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-swot-line b {
  font-size: 13px;
  line-height: 1.45;
}

body.pmd-ecotrip-case .ecotrip-journey-runway {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

body.pmd-ecotrip-case .ecotrip-journey-runway article {
  grid-column: span 4;
  min-height: 340px;
  padding: 28px;
  border-top: 1px solid var(--eco-line);
  background: linear-gradient(180deg, rgba(18, 51, 52, 0.9), rgba(11, 39, 40, 0.72));
}

body.pmd-ecotrip-case .ecotrip-journey-runway article:nth-child(1) { grid-column: span 5; }
body.pmd-ecotrip-case .ecotrip-journey-runway article:nth-child(2) { grid-column: span 7; }
body.pmd-ecotrip-case .ecotrip-journey-runway article:nth-child(6) {
  grid-column: span 12;
  min-height: 260px;
  background: var(--eco-sunset);
  color: #20100c;
}

body.pmd-ecotrip-case .ecotrip-journey-runway article > span {
  color: var(--eco-mint);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-journey-runway article:nth-child(6) > span {
  color: rgba(32, 16, 12, 0.62);
}

body.pmd-ecotrip-case .ecotrip-journey-runway h3 {
  margin: 48px 0 14px;
  color: inherit;
  font: inherit;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

body.pmd-ecotrip-case .ecotrip-journey-runway p {
  max-width: 48ch;
  margin: 0 0 34px;
  color: rgba(244, 242, 233, 0.67);
  font-size: 14px;
  line-height: 1.6;
}

body.pmd-ecotrip-case .ecotrip-journey-runway article:nth-child(6) p {
  color: rgba(32, 16, 12, 0.72);
}

body.pmd-ecotrip-case .ecotrip-journey-runway dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
}

body.pmd-ecotrip-case .ecotrip-journey-runway dt {
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-journey-runway dd {
  margin: 0;
  opacity: 0.72;
  font-size: 12px;
  line-height: 1.45;
}

body.pmd-ecotrip-case .ecotrip-maslow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
  margin-top: clamp(92px, 12vw, 160px);
  padding-top: clamp(70px, 9vw, 110px);
  border-top: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-maslow-copy h2 {
  margin-bottom: 28px;
}

body.pmd-ecotrip-case .ecotrip-maslow-notes {
  margin-top: 46px;
}

body.pmd-ecotrip-case .ecotrip-maslow-notes article {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-maslow-notes b {
  color: var(--eco-mint);
  font-size: 12px;
}

body.pmd-ecotrip-case .ecotrip-maslow-notes span {
  color: rgba(244, 242, 233, 0.65);
  font-size: 12px;
  line-height: 1.5;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 580px;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid > div {
  display: grid;
  place-content: center;
  width: var(--tier-width);
  min-height: var(--tier-height);
  margin-top: -1px;
  padding: 20px 15%;
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
  background: var(--tier-color);
  color: var(--eco-ink);
  text-align: center;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid span,
body.pmd-ecotrip-case .ecotrip-maslow-pyramid b {
  display: block;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid span {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid b {
  margin-top: 5px;
  font-size: clamp(13px, 1.5vw, 20px);
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-five {
  --tier-width: 34%;
  --tier-height: 86px;
  --tier-color: var(--eco-sunset);
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-four {
  --tier-width: 50%;
  --tier-height: 96px;
  --tier-color: #6bc5b9;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-three {
  --tier-width: 66%;
  --tier-height: 106px;
  --tier-color: #81cfc4;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-two {
  --tier-width: 82%;
  --tier-height: 116px;
  --tier-color: #9bd9cf;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-one {
  --tier-width: 100%;
  --tier-height: 126px;
  --tier-color: var(--eco-mint);
}

body.pmd-ecotrip-case .ecotrip-phone-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(90px, 11vw, 150px);
  background: var(--eco-salt);
  color: var(--eco-ink);
}

body.pmd-ecotrip-case .ecotrip-phone-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 10vw, 140px);
}

body.pmd-ecotrip-case .ecotrip-phone-copy h2 {
  margin: 0;
  color: var(--eco-ink);
  font-family: inherit;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 730;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

body.pmd-ecotrip-case .ecotrip-phone-copy > p {
  max-width: 54ch;
  margin: 28px 0 54px;
  color: rgba(7, 27, 28, 0.66);
  line-height: 1.7;
}

body.pmd-ecotrip-case .ecotrip-reel-notes {
  margin: 0;
  padding: 0;
}

body.pmd-ecotrip-case .ecotrip-reel-notes li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(7, 27, 28, 0.18);
  color: rgba(7, 27, 28, 0.47);
  list-style: none;
  transition: color 180ms ease;
}

body.pmd-ecotrip-case .ecotrip-reel-notes li.is-active {
  color: var(--eco-ink);
}

body.pmd-ecotrip-case .ecotrip-reel-notes b {
  font-size: 14px;
}

body.pmd-ecotrip-case .ecotrip-reel-notes p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

body.pmd-ecotrip-case .ecotrip-phone-stage {
  display: grid;
  justify-items: center;
}

body.pmd-ecotrip-case .ecotrip-phone {
  position: relative;
  width: min(330px, 82vw);
  aspect-ratio: 9 / 18.6;
  overflow: hidden;
  border: 9px solid #061718;
  border-radius: 45px;
  background: #061718;
  box-shadow: 0 44px 80px rgba(7, 27, 28, 0.25);
}

body.pmd-ecotrip-case .ecotrip-phone-screen,
body.pmd-ecotrip-case .ecotrip-reel-track,
body.pmd-ecotrip-case .ecotrip-reel,
body.pmd-ecotrip-case .ecotrip-reel video {
  width: 100%;
  height: 100%;
}

body.pmd-ecotrip-case .ecotrip-phone-screen {
  overflow: hidden;
  border-radius: 35px;
}

body.pmd-ecotrip-case .ecotrip-reel-track {
  display: flex;
  transition: transform 420ms cubic-bezier(0.22, 0.75, 0.2, 1);
}

body.pmd-ecotrip-case .ecotrip-reel {
  position: relative;
  flex: 0 0 100%;
  background: #0b2728 var(--reel-poster) center / cover no-repeat;
}

body.pmd-ecotrip-case .ecotrip-reel video {
  object-fit: cover;
}

body.pmd-ecotrip-case .ecotrip-reel-caption {
  position: absolute;
  inset: auto 18px 20px;
  display: grid;
  gap: 4px;
  padding: 16px;
  background: rgba(4, 19, 21, 0.64);
  color: var(--eco-salt);
  font-size: 12px;
  backdrop-filter: blur(12px);
}

body.pmd-ecotrip-case .ecotrip-phone-speaker {
  position: absolute;
  z-index: 5;
  top: 12px;
  left: 50%;
  width: 86px;
  height: 22px;
  border-radius: 999px;
  background: #061718;
  transform: translateX(-50%);
}

body.pmd-ecotrip-case .ecotrip-reel-progress {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}

body.pmd-ecotrip-case .ecotrip-reel-progress button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(7, 27, 28, 0.2);
}

body.pmd-ecotrip-case .ecotrip-reel-progress button.is-active {
  background: var(--eco-sunset);
}

body.pmd-ecotrip-case .ecotrip-plan-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

body.pmd-ecotrip-case .ecotrip-plan-grid > article {
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid var(--eco-line);
  background: var(--eco-panel);
}

body.pmd-ecotrip-case .ecotrip-plan-grid h3 {
  margin: 0;
  color: var(--eco-salt);
  font: inherit;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

body.pmd-ecotrip-case .ecotrip-plan-grid p {
  color: rgba(244, 242, 233, 0.65);
  line-height: 1.6;
}

body.pmd-ecotrip-case .ecotrip-plan-goal { grid-column: span 8; }
body.pmd-ecotrip-case .ecotrip-plan-audience {
  grid-column: span 4;
  background: var(--eco-mint) !important;
  color: var(--eco-ink);
}
body.pmd-ecotrip-case .ecotrip-plan-message {
  grid-column: span 5;
  background: var(--eco-sunset) !important;
  color: #20100c;
}
body.pmd-ecotrip-case .ecotrip-plan-channels { grid-column: span 7; }
body.pmd-ecotrip-case .ecotrip-plan-phases { grid-column: span 7; }
body.pmd-ecotrip-case .ecotrip-plan-learning { grid-column: span 5; }

body.pmd-ecotrip-case .ecotrip-plan-audience > span,
body.pmd-ecotrip-case .ecotrip-plan-message > span {
  color: rgba(7, 27, 28, 0.6);
}

body.pmd-ecotrip-case .ecotrip-plan-audience strong {
  display: block;
  font-size: clamp(80px, 10vw, 132px);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

body.pmd-ecotrip-case .ecotrip-plan-audience p,
body.pmd-ecotrip-case .ecotrip-plan-message p {
  color: rgba(7, 27, 28, 0.7);
}

body.pmd-ecotrip-case .ecotrip-plan-message blockquote {
  margin: 50px 0 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(32px, 4.5vw, 62px);
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

body.pmd-ecotrip-case .ecotrip-plan-goal > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

body.pmd-ecotrip-case .ecotrip-plan-goal > div b {
  padding: 8px 12px;
  border: 1px solid var(--eco-line);
  border-radius: 999px;
  color: var(--eco-mint);
  font-size: 11px;
}

body.pmd-ecotrip-case .ecotrip-plan-channels dl {
  margin: 0;
}

body.pmd-ecotrip-case .ecotrip-plan-channels dl > div {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-plan-channels dt {
  color: var(--eco-mint);
  font-weight: 700;
}

body.pmd-ecotrip-case .ecotrip-plan-channels dd {
  margin: 0;
  color: rgba(244, 242, 233, 0.65);
}

body.pmd-ecotrip-case .ecotrip-plan-phases > div {
  display: grid;
  gap: 0;
}

body.pmd-ecotrip-case .ecotrip-plan-phases section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-plan-phases p {
  margin: 0;
}

body.pmd-ecotrip-case .ecotrip-plan-learning h3 {
  font-size: clamp(30px, 4.3vw, 58px);
}

body.pmd-ecotrip-case .ecotrip-culture {
  padding-block: clamp(90px, 11vw, 150px);
  background: #092527;
}

body.pmd-ecotrip-case .ecotrip-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 18px;
}

body.pmd-ecotrip-case .ecotrip-gallery figure {
  position: relative;
  grid-column: span 5;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
}

body.pmd-ecotrip-case .ecotrip-gallery .gallery-wide {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 700px;
}

body.pmd-ecotrip-case .ecotrip-gallery .gallery-tall {
  grid-column: span 5;
  min-height: 500px;
}

body.pmd-ecotrip-case .ecotrip-gallery figure:last-child {
  grid-column: span 7;
}

body.pmd-ecotrip-case .ecotrip-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.pmd-ecotrip-case .ecotrip-gallery figcaption {
  position: absolute;
  inset: auto 18px 18px;
  padding: 12px 14px;
  background: rgba(4, 19, 21, 0.72);
  color: var(--eco-salt);
  font-size: 12px;
  backdrop-filter: blur(10px);
}

body.pmd-ecotrip-case .ecotrip-document-rail {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1.25fr;
  gap: 18px;
}

body.pmd-ecotrip-case .ecotrip-document-rail > * {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--eco-line);
  background: var(--eco-panel);
  color: var(--eco-salt);
  text-decoration: none;
}

body.pmd-ecotrip-case .ecotrip-document-rail span {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.pmd-ecotrip-case .ecotrip-document-rail p {
  color: rgba(244, 242, 233, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

body.pmd-ecotrip-case .ecotrip-document-rail b {
  display: block;
  margin-top: 84px;
  color: var(--eco-sunset);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-document-rail .is-empty {
  opacity: 0.5;
}

body.pmd-ecotrip-case .ecotrip-results {
  position: relative;
  min-height: 760px;
  padding-block: clamp(100px, 12vw, 170px);
  overflow: hidden;
  isolation: isolate;
  background: #061718 var(--sunset-image) center / cover no-repeat;
}

body.pmd-ecotrip-case .ecotrip-results-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 21, 0.92), rgba(4, 19, 21, 0.58)),
    linear-gradient(0deg, rgba(4, 19, 21, 0.8), transparent);
}

body.pmd-ecotrip-case .ecotrip-results-copy {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 70px;
}

body.pmd-ecotrip-case .ecotrip-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(244, 242, 233, 0.28);
}

body.pmd-ecotrip-case .ecotrip-results-grid article {
  padding: 30px 22px;
  border-left: 1px solid rgba(244, 242, 233, 0.28);
}

body.pmd-ecotrip-case .ecotrip-results-grid article:first-child {
  border-left: 0;
}

body.pmd-ecotrip-case .ecotrip-results-grid strong {
  display: block;
  color: var(--eco-salt);
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -0.05em;
}

body.pmd-ecotrip-case .ecotrip-results-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(244, 242, 233, 0.64);
  font-size: 12px;
}

body.pmd-ecotrip-case .ecotrip-learnings {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 18px;
  margin-top: 70px;
}

body.pmd-ecotrip-case .ecotrip-learnings article {
  padding-top: 18px;
  border-top: 1px solid rgba(244, 242, 233, 0.3);
}

body.pmd-ecotrip-case .ecotrip-learnings b {
  font-size: 15px;
}

body.pmd-ecotrip-case .ecotrip-learnings p {
  color: rgba(244, 242, 233, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

body.pmd-ecotrip-case .ecotrip-next {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  background: var(--eco-deep);
}

body.pmd-ecotrip-case .ecotrip-next-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 21, 0.93), rgba(4, 19, 21, 0.28)),
    var(--next-image) center / cover no-repeat;
  animation: none !important;
}

body.pmd-ecotrip-case .ecotrip-next-visual::before,
body.pmd-ecotrip-case .ecotrip-next-visual::after {
  content: none !important;
  animation: none !important;
}

body.pmd-ecotrip-case .ecotrip-next-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 560px;
  padding-block: 90px;
}

body.pmd-ecotrip-case .ecotrip-next-copy h2 {
  max-width: 740px;
}

body.pmd-ecotrip-case .ecotrip-footer {
  padding: 26px 0;
  border-top: 1px solid var(--eco-line);
  background: var(--eco-deep);
  color: rgba(244, 242, 233, 0.58);
  font-size: 12px;
}

body.pmd-ecotrip-case .ecotrip-footer .ecotrip-shell {
  display: flex;
  justify-content: space-between;
}

body.pmd-ecotrip-case .ecotrip-footer a {
  color: var(--eco-salt);
  text-decoration: none;
}

body.pmd-ecotrip-case .ecotrip-route-boat,
body.pmd-ecotrip-case .ecotrip-performance-stream,
body.pmd-ecotrip-case .ecotrip-destination-marker,
body.pmd-ecotrip-case .reaction {
  display: none !important;
}

body.pmd-ecotrip-case [data-ecotrip-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 600ms ease,
    transform 700ms cubic-bezier(0.22, 0.72, 0.22, 1);
}

body.pmd-ecotrip-case [data-ecotrip-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  body.pmd-ecotrip-case .ecotrip-summer-layout {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-project-stamp {
    max-width: 480px;
  }

  body.pmd-ecotrip-case .ecotrip-section-heading,
  body.pmd-ecotrip-case .ecotrip-results-copy {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-story-card,
  body.pmd-ecotrip-case .ecotrip-sunset-card,
  body.pmd-ecotrip-case .ecotrip-positioning-visible,
  body.pmd-ecotrip-case .ecotrip-challenge-card,
  body.pmd-ecotrip-case .ecotrip-competitor-lead,
  body.pmd-ecotrip-case .ecotrip-destination-compare,
  body.pmd-ecotrip-case .ecotrip-brand-compare,
  body.pmd-ecotrip-case .ecotrip-price-map {
    grid-column: span 12;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-layout,
  body.pmd-ecotrip-case .ecotrip-phone-layout {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid {
    max-width: 680px;
    width: 100%;
    margin-inline: auto;
  }

  body.pmd-ecotrip-case .ecotrip-phone-stage {
    margin-top: 20px;
  }

  body.pmd-ecotrip-case .ecotrip-plan-goal,
  body.pmd-ecotrip-case .ecotrip-plan-audience,
  body.pmd-ecotrip-case .ecotrip-plan-message,
  body.pmd-ecotrip-case .ecotrip-plan-channels,
  body.pmd-ecotrip-case .ecotrip-plan-phases,
  body.pmd-ecotrip-case .ecotrip-plan-learning {
    grid-column: span 6;
  }

  body.pmd-ecotrip-case .ecotrip-document-rail {
    grid-template-columns: 1fr 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-next-copy {
    display: grid;
    align-content: end;
  }
}

@media (max-width: 720px) {
  body.pmd-ecotrip-case .ecotrip-shell {
    width: min(100% - 30px, 1180px);
  }

  body.pmd-ecotrip-case .ecotrip-site-header {
    min-height: 60px;
    padding-inline: 16px;
  }

  body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav {
    display: none;
  }

  body.pmd-ecotrip-case .ecotrip-site-header .mobile-menu {
    position: relative;
    display: block;
  }

  body.pmd-ecotrip-case .ecotrip-site-header .mobile-menu summary {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    text-transform: uppercase;
  }

  body.pmd-ecotrip-case .ecotrip-site-header .mobile-menu nav {
    position: absolute;
    top: 36px;
    right: 0;
    display: grid;
    min-width: 210px;
    padding: 12px;
    border: 1px solid var(--eco-line);
    background: var(--eco-deep);
  }

  body.pmd-ecotrip-case .ecotrip-site-header .mobile-menu nav a {
    padding: 11px 8px;
    color: var(--eco-salt);
    text-decoration: none;
  }

  body.pmd-ecotrip-case .ecotrip-summer-hero {
    min-height: 760px;
    padding-top: 100px;
  }

  body.pmd-ecotrip-case .ecotrip-summer-scrim {
    background:
      linear-gradient(0deg, rgba(4, 19, 21, 0.94) 0%, rgba(4, 19, 21, 0.42) 72%, rgba(4, 19, 21, 0.62) 100%);
  }

  body.pmd-ecotrip-case .ecotrip-hero-copy h1 {
    font-size: clamp(58px, 19vw, 96px);
    letter-spacing: -0.065em;
    line-height: 0.83;
  }

  body.pmd-ecotrip-case .ecotrip-hero-copy h1 span:last-child {
    margin-left: 0;
  }

  body.pmd-ecotrip-case .ecotrip-project-stamp {
    padding: 18px;
  }

  body.pmd-ecotrip-case .ecotrip-proof-grid,
  body.pmd-ecotrip-case .ecotrip-market-ribbon,
  body.pmd-ecotrip-case .ecotrip-results-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-proof-card,
  body.pmd-ecotrip-case .ecotrip-market-ribbon article,
  body.pmd-ecotrip-case .ecotrip-results-grid article {
    border: 0;
    border-top: 1px solid currentColor;
    padding: 20px 12px;
  }

  body.pmd-ecotrip-case .ecotrip-proof-card:nth-child(odd),
  body.pmd-ecotrip-case .ecotrip-market-ribbon article:nth-child(odd),
  body.pmd-ecotrip-case .ecotrip-results-grid article:nth-child(odd) {
    border-right: 1px solid currentColor;
  }

  body.pmd-ecotrip-case .ecotrip-overview-grid-v3,
  body.pmd-ecotrip-case .ecotrip-competitor-board,
  body.pmd-ecotrip-case .ecotrip-plan-grid {
    display: block;
  }

  body.pmd-ecotrip-case .ecotrip-overview-grid-v3 > *,
  body.pmd-ecotrip-case .ecotrip-competitor-board > *,
  body.pmd-ecotrip-case .ecotrip-plan-grid > article {
    margin-bottom: 14px;
  }

  body.pmd-ecotrip-case .ecotrip-sunset-card {
    min-height: 440px;
  }

  body.pmd-ecotrip-case .ecotrip-project-facts,
  body.pmd-ecotrip-case .ecotrip-challenge-card ul,
  body.pmd-ecotrip-case .ecotrip-destination-compare,
  body.pmd-ecotrip-case .ecotrip-price-track,
  body.pmd-ecotrip-case .ecotrip-swot-line {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-destination-compare article,
  body.pmd-ecotrip-case .ecotrip-price-track > div,
  body.pmd-ecotrip-case .ecotrip-swot-line > div {
    min-height: auto;
    border: 0;
    border-top: 1px solid var(--eco-line);
  }

  body.pmd-ecotrip-case .ecotrip-journey-runway {
    display: flex;
    gap: 14px;
    width: calc(100vw - 15px);
    overflow-x: auto;
    padding-right: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.pmd-ecotrip-case .ecotrip-journey-runway article,
  body.pmd-ecotrip-case .ecotrip-journey-runway article:nth-child(6) {
    flex: 0 0 min(84vw, 390px);
    min-height: 420px;
    scroll-snap-align: start;
  }

  body.pmd-ecotrip-case .ecotrip-journey-runway dl,
  body.pmd-ecotrip-case .ecotrip-maslow-notes article {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-layout {
    margin-top: 100px;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid {
    min-height: 470px;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid > div {
    padding-inline: 20%;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-five { --tier-height: 70px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-four { --tier-height: 78px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-three { --tier-height: 86px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-two { --tier-height: 94px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-one { --tier-height: 102px; }

  body.pmd-ecotrip-case .ecotrip-plan-channels dl > div,
  body.pmd-ecotrip-case .ecotrip-plan-phases section {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-gallery {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-gallery figure,
  body.pmd-ecotrip-case .ecotrip-gallery .gallery-wide,
  body.pmd-ecotrip-case .ecotrip-gallery .gallery-tall,
  body.pmd-ecotrip-case .ecotrip-gallery figure:last-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }

  body.pmd-ecotrip-case .ecotrip-document-rail,
  body.pmd-ecotrip-case .ecotrip-learnings {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-document-rail > * {
    min-height: 220px;
  }

  body.pmd-ecotrip-case .ecotrip-document-rail b {
    margin-top: 48px;
  }

  body.pmd-ecotrip-case .ecotrip-next-copy {
    display: grid;
    min-height: 520px;
  }

  body.pmd-ecotrip-case .ecotrip-next-copy > div,
  body.pmd-ecotrip-case .ecotrip-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  body.pmd-ecotrip-case .ecotrip-footer .ecotrip-shell {
    gap: 18px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pmd-ecotrip-case *,
  body.pmd-ecotrip-case *::before,
  body.pmd-ecotrip-case *::after {
    scroll-behavior: auto !important;
  }

  body.pmd-ecotrip-case [data-voyage-lane] .ecotrip-tide-boat {
    display: none;
    animation: none !important;
  }

  body.pmd-ecotrip-case [data-ecotrip-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body.pmd-ecotrip-case .ecotrip-destination-compare article.is-focus h3,
body.pmd-ecotrip-case .ecotrip-destination-compare article.is-focus strong,
body.pmd-ecotrip-case .ecotrip-destination-compare article.is-focus p {
  color: var(--eco-ink);
}

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

/* Archived Ecotrip voyage system v1.6.
   Kept for rollback reference, but excluded from the redesigned page. */
@media not all {

.ecotrip-hero {
  min-height: 100svh;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 241, 166, 0.72), transparent 14rem),
    linear-gradient(180deg, #e9fbff 0%, #bdebf3 44%, #8bd4e1 68%, #ebffff 100%);
}

.ecotrip-hero::before {
  opacity: 0.26;
}

.ecotrip-hero::after {
  height: 18%;
  background: linear-gradient(180deg, transparent, #dff8fb 44%, var(--eco-black));
}

.ecotrip-hero-copy .ecotrip-kicker,
.ecotrip-hero-role {
  color: #075e72;
}

body.pmd-ecotrip-case .ecotrip-hero-copy h1 {
  color: #07384e;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-shadow: 0 8px 40px rgba(255, 255, 255, 0.5);
}

.ecotrip-hero-intro {
  color: rgba(4, 44, 61, 0.8);
  font-weight: 600;
}

.ecotrip-hero .ecotrip-primary-link {
  border-color: rgba(5, 71, 88, 0.28);
  background: rgba(4, 68, 84, 0.86);
  color: white;
}

.ecotrip-hero .ecotrip-text-link {
  border-color: rgba(5, 71, 88, 0.28);
  color: #064a5f;
}

.ecotrip-sun {
  top: 12%;
  right: 13%;
  background: radial-gradient(circle, #fff 0 8%, #fffbd1 24%, #ffd77b 54%, rgba(255, 201, 90, 0) 72%);
  box-shadow: 0 0 55px rgba(255, 234, 154, 0.95), 0 0 180px rgba(255, 207, 95, 0.7);
}

.ecotrip-sun-ray {
  position: absolute;
  z-index: -1;
  top: 16%;
  right: 15%;
  width: 48vw;
  height: 14vh;
  opacity: 0.32;
  background: linear-gradient(90deg, transparent, rgba(255, 251, 211, 0.88), transparent);
  filter: blur(14px);
  transform-origin: right center;
  pointer-events: none;
  animation: eco-ray-sweep 8s ease-in-out infinite alternate;
}

.ecotrip-sun-ray.ray-one {
  transform: rotate(31deg);
}

.ecotrip-sun-ray.ray-two {
  opacity: 0.2;
  transform: rotate(48deg);
  animation-delay: -2.5s;
}

.ecotrip-sun-ray.ray-three {
  opacity: 0.14;
  transform: rotate(63deg);
  animation-delay: -5s;
}

.ecotrip-cloud {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
}

.ecotrip-mountain {
  opacity: 0.58;
  background: linear-gradient(145deg, rgba(137, 210, 201, 0.18), #6db9b5 58%, #397f83);
}

.ecotrip-ocean {
  height: 34%;
  opacity: 0.96;
  background:
    linear-gradient(180deg, rgba(206, 252, 249, 0.08), rgba(39, 170, 183, 0.26) 24%, rgba(5, 82, 103, 0.92)),
    repeating-linear-gradient(175deg, rgba(235, 255, 253, 0.24) 0 2px, transparent 2px 13px);
}

.ecotrip-project-stamp {
  border-color: rgba(7, 70, 84, 0.22);
  background: rgba(236, 253, 255, 0.7);
  box-shadow: 0 24px 60px rgba(15, 76, 91, 0.16);
}

.ecotrip-project-stamp span {
  color: #387684;
}

.ecotrip-project-stamp b {
  color: #07384e;
}

.ecotrip-scroll-cue {
  color: rgba(4, 61, 75, 0.68);
}

.ecotrip-scroll-cue i {
  background: linear-gradient(90deg, #075e72, transparent);
}

body.pmd-ecotrip-case .ecotrip-route-boat {
  position: fixed;
  z-index: 36;
  top: 0;
  left: 0;
  width: clamp(118px, 12vw, 190px) !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 18px 18px rgba(0, 40, 56, 0.28));
  transform: translate3d(var(--boat-x, -240px), var(--boat-y, 72vh), 0) rotate(var(--boat-r, 0deg));
  transform-origin: center;
  will-change: transform, opacity;
}

body.pmd-ecotrip-case .ecotrip-route-boat.is-sailing {
  opacity: 1;
}

body.pmd-ecotrip-case .ecotrip-site-header a {
  color: #07384e;
  text-shadow: none;
}

body.pmd-ecotrip-case .ecotrip-site-header .nav-contact {
  color: white;
}

body.pmd-ecotrip-case .ecotrip-site-header .mobile-menu summary {
  border-color: rgba(7, 56, 78, 0.28);
  color: #07384e;
}

body.pmd-ecotrip-case .ecotrip-site-header .mobile-menu[open] nav a {
  color: white;
}

.ecotrip-proof {
  padding-top: 66px;
}

.ecotrip-proof-card strong,
.ecotrip-results-grid strong,
.ecotrip-market-ribbon strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.ecotrip-overview {
  font-family: Arial, Helvetica, sans-serif;
}

.ecotrip-overview-grid-v2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ecotrip-overview-grid-v2 .ecotrip-story-card {
  grid-column: 1 / -1;
  min-height: 390px;
}

.ecotrip-overview-grid-v2 .ecotrip-flip-card {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.ecotrip-overview-grid-v2 .ecotrip-sunset-card {
  grid-column: 3;
  grid-row: 2;
}

.ecotrip-story-card > p {
  max-width: 900px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(25px, 3vw, 43px);
  font-weight: 600;
  line-height: 1.2;
}

.ecotrip-project-facts {
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--eco-line);
}

.ecotrip-project-facts div {
  padding: 24px 20px 8px 0;
}

.ecotrip-project-facts dt {
  color: #75bdb5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ecotrip-project-facts dd {
  margin: 8px 0 0;
  color: #effbf6;
  font-size: 14px;
  font-weight: 700;
}

.ecotrip-sunset-card {
  min-height: 560px;
}

.ecotrip-flip-card {
  min-height: 560px;
  perspective: 1400px;
  outline: none;
}

.ecotrip-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ecotrip-flip-card:hover .ecotrip-flip-inner,
.ecotrip-flip-card:focus .ecotrip-flip-inner,
.ecotrip-flip-card:focus-within .ecotrip-flip-inner {
  transform: rotateY(-180deg);
}

.ecotrip-flip-front,
.ecotrip-flip-back {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  backface-visibility: hidden;
}

.ecotrip-flip-front {
  justify-content: flex-end;
}

.ecotrip-flip-back {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 247, 208, 0.34), transparent 16rem),
    linear-gradient(135deg, #f58f3b, #b64521);
}

.ecotrip-flip-back .ecotrip-mini-label,
.ecotrip-flip-back h3,
.ecotrip-flip-back li {
  color: white;
}

.ecotrip-flip-back h3 {
  max-width: 720px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(29px, 3.5vw, 48px);
  line-height: 1.06;
}

.ecotrip-flip-back ul {
  margin: 32px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.ecotrip-flip-back li {
  font-size: 14px;
  line-height: 1.55;
}

.ecotrip-market {
  background:
    radial-gradient(circle at 78% 15%, rgba(255, 171, 77, 0.12), transparent 28rem),
    radial-gradient(circle at 14% 42%, rgba(82, 211, 211, 0.16), transparent 32rem),
    linear-gradient(180deg, #03252b, #073840 52%, #020f14);
}

.ecotrip-market::before,
.ecotrip-market::after {
  height: 240px;
  border-top-color: rgba(177, 247, 239, 0.26);
  border-bottom: 1px solid rgba(103, 207, 215, 0.08);
}

.ecotrip-performance-stream {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ecotrip-performance-stream span {
  position: absolute;
  bottom: -10%;
  color: rgba(180, 255, 245, 0.07);
  font-size: clamp(34px, 7vw, 104px);
  font-weight: 900;
  white-space: nowrap;
  animation: eco-data-rise 18s linear infinite;
}

.ecotrip-performance-stream span:nth-child(1) { left: 2%; animation-delay: -2s; }
.ecotrip-performance-stream span:nth-child(2) { left: 38%; animation-delay: -13s; }
.ecotrip-performance-stream span:nth-child(3) { right: 2%; animation-delay: -7s; }
.ecotrip-performance-stream span:nth-child(4) { left: 12%; animation-delay: -16s; }
.ecotrip-performance-stream span:nth-child(5) { left: 58%; animation-delay: -4s; }
.ecotrip-performance-stream span:nth-child(6) { right: 5%; animation-delay: -12s; }
.ecotrip-performance-stream span:nth-child(7) { left: 24%; animation-delay: -9s; }
.ecotrip-performance-stream span:nth-child(8) { left: 6%; animation-delay: -18s; }

.ecotrip-insight-deck {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 20px;
}

.ecotrip-insight-panel {
  min-height: 640px;
  border: 1px solid rgba(181, 246, 237, 0.18);
  border-radius: 30px;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(2, 22, 27, 0.78);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.ecotrip-insight-panel h3 {
  max-width: 710px;
  margin-top: 18px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(29px, 4vw, 50px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ecotrip-insight-rows {
  margin-top: 40px;
  border-top: 1px solid var(--eco-line);
}

.ecotrip-insight-rows div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--eco-line);
}

.ecotrip-insight-rows b,
.ecotrip-opportunity-panel li b {
  color: #ffd495;
  font-size: 12px;
}

.ecotrip-insight-rows span,
.ecotrip-opportunity-panel li span {
  color: #b6d4d1;
  font-size: 13px;
  line-height: 1.6;
}

.ecotrip-opportunity-panel {
  background:
    radial-gradient(circle at 90% 6%, rgba(255, 165, 77, 0.16), transparent 18rem),
    rgba(3, 27, 31, 0.84);
}

.ecotrip-opportunity-panel ol {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: eco-opportunity;
}

.ecotrip-opportunity-panel li {
  counter-increment: eco-opportunity;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 36px 0.6fr 1fr;
  gap: 14px;
  border-top: 1px solid var(--eco-line);
}

.ecotrip-opportunity-panel li::before {
  content: "0" counter(eco-opportunity);
  color: #74cbbd;
  font-size: 11px;
  font-weight: 800;
}

body.pmd-ecotrip-case .ecotrip-reel-avatar {
  width: 38px;
  height: 38px;
  border: 2px solid white;
  border-radius: 50%;
  object-fit: cover;
}

.ecotrip-journey {
  padding-bottom: 104px;
}

.ecotrip-journey article {
  min-height: 316px;
  transition: background 300ms ease, opacity 300ms ease, transform 300ms ease;
}

.ecotrip-journey article.is-passed {
  background: linear-gradient(180deg, rgba(47, 202, 182, 0.14), transparent);
}

.ecotrip-journey article.is-current {
  background: linear-gradient(180deg, rgba(255, 169, 74, 0.2), transparent);
  transform: translateY(-6px);
}

.ecotrip-journey-lane {
  position: absolute;
  z-index: 8;
  right: 18px;
  bottom: 10px;
  left: 18px;
  height: 94px;
  overflow: hidden;
  pointer-events: none;
}

.ecotrip-journey-lane .ecotrip-journey-wave {
  display: block;
  top: auto;
  bottom: -38px;
  left: -4%;
  height: 75px;
  animation: eco-route-wave 5s ease-in-out infinite alternate;
}

.ecotrip-strategy-boat {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 7px;
  width: 116px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.32));
  transform: translate3d(var(--strategy-x, 0px), 0, 0);
  transition: transform 80ms linear;
  will-change: transform;
}

.ecotrip-treasures {
  padding-block: 150px;
}

.ecotrip-treasure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ecotrip-treasure-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--eco-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 110%, rgba(42, 203, 193, 0.22), transparent 24rem),
    linear-gradient(150deg, #073b43, #020f14);
}

.ecotrip-treasure-card::after {
  content: "";
  position: absolute;
  inset: auto -5% -28px;
  height: 100px;
  border-radius: 50%;
  border-top: 2px solid rgba(145, 243, 228, 0.5);
  animation: eco-route-wave 4s ease-in-out infinite alternate;
}

.ecotrip-treasure-trigger {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  border: 0;
  padding: 34px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  background: transparent;
  color: #ffe3ae;
  cursor: pointer;
}

.ecotrip-treasure-trigger img {
  width: min(240px, 70%) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.4));
  transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 650ms ease;
  animation: eco-treasure-float 4s ease-in-out infinite;
}

.ecotrip-treasure-trigger span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ecotrip-treasure-card.is-open .ecotrip-treasure-trigger {
  pointer-events: none;
}

.ecotrip-treasure-card.is-open .ecotrip-treasure-trigger img {
  opacity: 0;
  transform: translate3d(160%, -20%, 0) rotate(8deg);
}

.ecotrip-treasure-card.is-open .ecotrip-treasure-trigger span {
  opacity: 0;
}

.ecotrip-treasure-reveal {
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease 450ms, transform 650ms ease 450ms;
}

.ecotrip-treasure-card.is-open .ecotrip-treasure-reveal {
  opacity: 1;
  transform: none;
}

.ecotrip-treasure-reveal > span {
  color: #63cbbb;
  font-size: 12px;
  font-weight: 800;
}

.ecotrip-treasure-reveal h3 {
  margin-top: auto !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.ecotrip-treasure-reveal p {
  max-width: 500px;
  margin-top: 16px !important;
  color: var(--eco-muted);
}

.ecotrip-treasure-reveal a,
.ecotrip-treasure-reveal em {
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  color: #ffe0a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ecotrip-results {
  overflow: hidden;
}

.ecotrip-route-boat-results {
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.52));
}

.ecotrip-next {
  min-height: 820px;
}

.ecotrip-next-copy {
  padding-block: 120px;
}

.ecotrip-destination-marker {
  position: absolute;
  right: 10%;
  bottom: -10px;
  color: rgba(255, 195, 102, 0.65);
  font-size: clamp(72px, 10vw, 150px);
  line-height: 1;
  text-shadow: 0 0 34px rgba(255, 169, 72, 0.46);
  animation: eco-destination-pulse 3s ease-in-out infinite;
}

@keyframes eco-ray-sweep {
  from { opacity: 0.12; width: 40vw; }
  to { opacity: 0.42; width: 58vw; }
}

@keyframes eco-data-rise {
  from { transform: translate3d(0, 110vh, 0); }
  to { transform: translate3d(0, -210vh, 0); }
}

@keyframes eco-route-wave {
  from { transform: translate3d(-1%, 4px, 0) rotate(-1deg) scaleX(1.02); }
  to { transform: translate3d(1%, -4px, 0) rotate(1deg) scaleX(0.98); }
}

@keyframes eco-treasure-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes eco-destination-pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.94); }
  50% { opacity: 0.9; transform: scale(1.05); }
}

@media (max-width: 1080px) {
  .ecotrip-overview-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecotrip-overview-grid-v2 .ecotrip-story-card {
    grid-column: 1 / -1;
  }

  .ecotrip-overview-grid-v2 .ecotrip-flip-card,
  .ecotrip-overview-grid-v2 .ecotrip-sunset-card {
    grid-column: auto;
    grid-row: auto;
  }

  .ecotrip-insight-deck {
    grid-template-columns: 1fr;
  }

  .ecotrip-insight-panel {
    min-height: auto;
  }

  .ecotrip-journey-lane {
    display: block;
  }
}

@media (max-width: 820px) {
  .ecotrip-hero {
    min-height: 900px;
    background:
      radial-gradient(circle at 82% 27%, rgba(255, 241, 166, 0.7), transparent 12rem),
      linear-gradient(180deg, #e9fbff 0%, #bdebf3 44%, #8bd4e1 70%, #ebffff 100%);
  }

  .ecotrip-hero-copy h1 {
    color: #07384e;
  }

  .ecotrip-project-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecotrip-overview-grid-v2 .ecotrip-story-card {
    grid-column: 1 / -1;
  }

  .ecotrip-overview-grid-v2 .ecotrip-flip-card,
  .ecotrip-overview-grid-v2 .ecotrip-sunset-card {
    grid-column: auto;
  }

  .ecotrip-flip-card,
  .ecotrip-sunset-card {
    min-height: 520px;
  }

  .ecotrip-insight-rows div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ecotrip-opportunity-panel li {
    grid-template-columns: 30px 1fr;
  }

  .ecotrip-opportunity-panel li span {
    grid-column: 2;
  }

  .ecotrip-treasure-grid {
    grid-template-columns: 1fr;
  }

  .ecotrip-route-boat {
    width: 124px !important;
  }
}

@media (max-width: 560px) {
  .ecotrip-sun-ray {
    width: 76vw;
  }

  .ecotrip-route-boat-opening {
    display: none;
  }

  .ecotrip-overview-grid-v2 {
    grid-template-columns: 1fr;
  }

  .ecotrip-overview-grid-v2 .ecotrip-story-card,
  .ecotrip-overview-grid-v2 .ecotrip-flip-card,
  .ecotrip-overview-grid-v2 .ecotrip-sunset-card {
    grid-column: auto;
  }

  .ecotrip-project-facts {
    grid-template-columns: 1fr;
  }

  .ecotrip-project-facts div {
    padding-block: 14px;
    border-bottom: 1px solid var(--eco-line);
  }

  .ecotrip-flip-card,
  .ecotrip-sunset-card {
    min-height: 540px;
  }

  .ecotrip-flip-front,
  .ecotrip-flip-back {
    padding: 25px;
  }

  .ecotrip-insight-panel {
    padding: 25px;
  }

  .ecotrip-opportunity-panel li {
    grid-template-columns: 28px 1fr;
  }

  .ecotrip-journey {
    padding-bottom: 94px;
  }

  .ecotrip-strategy-boat {
    width: 86px !important;
  }

  .ecotrip-treasures {
    padding-block: 96px;
  }

  .ecotrip-treasure-card {
    min-height: 370px;
  }

  .ecotrip-treasure-reveal {
    padding: 28px;
  }

  .ecotrip-route-boat-results {
    width: 104px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-ecotrip-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Ecotrip voyage refinements — v1.6.6 */

body.pmd-ecotrip-case .ecotrip-hero-copy h1 {
  max-width: 860px;
  letter-spacing: -0.028em;
  word-spacing: 0.1em;
  line-height: 0.92;
}

.ecotrip-hero::after {
  height: 36%;
  background:
    linear-gradient(
      180deg,
      rgba(235, 255, 255, 0) 0%,
      rgba(196, 242, 244, 0.16) 18%,
      rgba(86, 164, 171, 0.42) 42%,
      rgba(15, 61, 68, 0.78) 70%,
      var(--eco-black) 100%
    );
}

.ecotrip-proof {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(53, 143, 151, 0.24), transparent 38rem),
    linear-gradient(180deg, #031316 0%, #02090b 38%, var(--eco-black) 100%);
}

body.pmd-ecotrip-case .ecotrip-route-boat.is-sailing {
  animation: eco-route-boat-bob 2.65s ease-in-out infinite;
}

.ecotrip-story-card > p {
  max-width: 940px;
  color: #d6e9e5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.62;
}

.ecotrip-performance-stream span {
  color: rgba(180, 255, 245, 0.08);
  font-size: clamp(22px, 4vw, 58px);
  font-weight: 750;
  letter-spacing: -0.035em;
}

.ecotrip-audience-core {
  box-shadow:
    0 0 32px rgba(88, 255, 224, 0.36),
    0 0 92px rgba(28, 178, 164, 0.32),
    0 0 160px rgba(74, 220, 199, 0.16),
    inset -22px -18px 45px rgba(0, 0, 0, 0.36);
  animation: eco-core-float 7s ease-in-out infinite, eco-core-glow 4.8s ease-in-out infinite;
}

.ecotrip-audience-core::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -26px;
  border: 1px solid rgba(155, 255, 236, 0.28);
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 42px rgba(88, 244, 220, 0.28);
  animation: eco-core-halo 4.8s ease-in-out infinite;
}

.ecotrip-tide-transition {
  position: relative;
  z-index: 10;
  height: clamp(190px, 19vw, 270px);
  margin-block: -1px;
  overflow: hidden;
  isolation: isolate;
}

.ecotrip-tide-transition-market {
  background:
    radial-gradient(ellipse at 20% 78%, rgba(79, 214, 203, 0.18), transparent 36rem),
    linear-gradient(180deg, var(--eco-black) 0%, #031417 28%, #06333a 72%, #03252b 100%);
}

.ecotrip-tide-transition-content {
  background:
    radial-gradient(ellipse at 74% 30%, rgba(75, 213, 201, 0.14), transparent 34rem),
    linear-gradient(180deg, #020f14 0%, #041a1e 42%, #02090b 100%);
}

.ecotrip-tide-transition-strategy {
  background:
    radial-gradient(ellipse at 32% 52%, rgba(255, 173, 74, 0.08), transparent 34rem),
    linear-gradient(180deg, #02090b 0%, #031215 50%, var(--eco-black) 100%);
}

.ecotrip-transition-wave {
  position: absolute;
  z-index: 1;
  left: -8%;
  width: 116%;
  height: 46%;
  border-radius: 50%;
  border-top: 1px solid rgba(181, 249, 239, 0.35);
  filter: drop-shadow(0 -6px 13px rgba(76, 220, 209, 0.12));
  animation: eco-transition-wave 5.5s ease-in-out infinite alternate;
}

.transition-wave-back {
  top: 38%;
  opacity: 0.56;
}

.transition-wave-front {
  top: 55%;
  opacity: 0.9;
  animation-delay: -2.6s;
}

body.pmd-ecotrip-case .ecotrip-tide-boat {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: clamp(104px, 11vw, 168px) !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0;
  filter: drop-shadow(0 15px 14px rgba(0, 0, 0, 0.38));
  transform:
    translate3d(var(--tide-x, -220px), var(--tide-y, 90px), 0)
    rotate(var(--tide-r, 0deg))
    scaleX(var(--tide-direction, 1));
  transform-origin: center;
  transition: opacity 240ms ease;
  will-change: transform, opacity;
}

body.pmd-ecotrip-case .ecotrip-tide-boat[data-direction="reverse"] {
  --tide-direction: -1;
}

body.pmd-ecotrip-case .ecotrip-tide-boat.is-visible {
  opacity: 1;
  animation: eco-tide-boat-rock 2.8s ease-in-out infinite;
}

.ecotrip-market,
.ecotrip-phone-section,
.ecotrip-strategy {
  margin-top: -1px;
}

@keyframes eco-route-boat-bob {
  0%, 100% {
    transform:
      translate3d(var(--boat-x, -240px), calc(var(--boat-y, 72vh) - 3px), 0)
      rotate(calc(var(--boat-r, 0deg) - 1.4deg));
  }
  50% {
    transform:
      translate3d(var(--boat-x, -240px), calc(var(--boat-y, 72vh) + 5px), 0)
      rotate(calc(var(--boat-r, 0deg) + 1.4deg));
  }
}

@keyframes eco-transition-wave {
  from { transform: translate3d(-1.5%, 5px, 0) rotate(-1.2deg) scaleX(1.03); }
  to { transform: translate3d(1.5%, -5px, 0) rotate(1.2deg) scaleX(0.98); }
}

@keyframes eco-tide-boat-rock {
  0%, 100% {
    translate: 0 -3px;
    rotate: -1.2deg;
  }
  50% {
    translate: 0 5px;
    rotate: 1.2deg;
  }
}

@keyframes eco-core-glow {
  0%, 100% {
    filter: brightness(0.96);
  }
  50% {
    filter: brightness(1.12);
  }
}

@keyframes eco-core-halo {
  0%, 100% {
    opacity: 0.38;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}

@media (max-width: 820px) {
  body.pmd-ecotrip-case .ecotrip-hero-copy h1 {
    letter-spacing: -0.02em;
    word-spacing: 0.08em;
    line-height: 0.94;
  }

  .ecotrip-tide-transition {
    height: 190px;
  }
}

@media (max-width: 560px) {
  body.pmd-ecotrip-case .ecotrip-hero-copy h1 {
    font-size: clamp(54px, 16.8vw, 74px);
    letter-spacing: -0.012em;
    word-spacing: 0.08em;
    line-height: 0.96;
  }

  body.pmd-ecotrip-case .ecotrip-route-boat-opening {
    display: block;
    width: 94px !important;
  }

  .ecotrip-tide-transition {
    height: 150px;
  }

  body.pmd-ecotrip-case .ecotrip-tide-boat {
    width: 92px !important;
  }
}
}

/* Quan Lan desktop polish, v2.9.4 */

body.pmd-ecotrip-case .ecotrip-site-header {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 88px;
  min-height: 88px;
  margin: 0;
  padding: 0;
  border-bottom-color: rgba(244, 242, 233, 0.18);
  background: linear-gradient(180deg, rgba(4, 19, 21, 0.78), rgba(4, 19, 21, 0.22));
  box-shadow: none;
  color: var(--eco-salt);
  transform: translateX(-50%);
  backdrop-filter: blur(14px) saturate(120%);
}

body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav {
  gap: 30px;
}

body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav a {
  font-size: 12px;
  letter-spacing: 0.045em;
  text-transform: none;
  transition: color 180ms ease;
}

body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav a:hover,
body.pmd-ecotrip-case .ecotrip-site-header .desktop-nav a:focus-visible {
  color: #ffffff;
}

body.pmd-ecotrip-case .ecotrip-site-header .nav-contact {
  padding: 11px 16px;
  background: rgba(255, 255, 255, 0.035);
}

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

body.pmd-ecotrip-case .ecotrip-summer-hero::before {
  content: none !important;
  display: none !important;
  animation: none !important;
}

body.pmd-ecotrip-case .ecotrip-proof {
  padding: 34px 0 38px;
  border-block-color: rgba(184, 226, 216, 0.16);
  background:
    radial-gradient(circle at 12% 0%, rgba(47, 170, 161, 0.18), transparent 24rem),
    linear-gradient(118deg, #082426 0%, #0b3030 52%, #071d20 100%);
  color: var(--eco-salt);
}

body.pmd-ecotrip-case .ecotrip-proof .ecotrip-proof-label {
  color: var(--eco-mint);
}

body.pmd-ecotrip-case .ecotrip-proof-grid {
  gap: 12px;
}

body.pmd-ecotrip-case .ecotrip-proof-card,
body.pmd-ecotrip-case .ecotrip-proof-card:first-child {
  min-height: 126px;
  padding: 22px 24px;
  border: 1px solid rgba(184, 226, 216, 0.14);
  border-radius: 16px;
  background: rgba(244, 242, 233, 0.035);
  color: var(--eco-salt);
}

body.pmd-ecotrip-case .ecotrip-proof-card span {
  color: rgba(244, 242, 233, 0.62);
}

body.pmd-ecotrip-case .ecotrip-overview-grid-v3 > *,
body.pmd-ecotrip-case .ecotrip-competitor-board > *,
body.pmd-ecotrip-case .ecotrip-journey-runway article,
body.pmd-ecotrip-case .ecotrip-plan-grid > article,
body.pmd-ecotrip-case .ecotrip-gallery figure {
  border-radius: 20px;
}

body.pmd-ecotrip-case .ecotrip-journey-route-card {
  position: relative;
  min-height: 286px;
  margin-top: 20px;
  padding: 30px 34px 24px;
  overflow: hidden;
  border: 1px solid rgba(184, 226, 216, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(47, 170, 161, 0.2), transparent 30rem),
    linear-gradient(125deg, #0b2a2b 0%, #102f30 58%, #082123 100%);
}

body.pmd-ecotrip-case .ecotrip-route-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

body.pmd-ecotrip-case .ecotrip-route-card-heading span {
  color: var(--eco-mint);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-route-card-heading b {
  color: rgba(244, 242, 233, 0.7);
  font-size: 12px;
  font-weight: 550;
}

body.pmd-ecotrip-case .ecotrip-journey-route-card ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

body.pmd-ecotrip-case .ecotrip-journey-route-card li {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px 18px;
  border-left: 1px solid rgba(184, 226, 216, 0.14);
}

body.pmd-ecotrip-case .ecotrip-journey-route-card li:first-child {
  padding-left: 0;
  border-left: 0;
}

body.pmd-ecotrip-case .ecotrip-journey-route-card li > span {
  color: var(--eco-sunset);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

body.pmd-ecotrip-case .ecotrip-journey-route-card li > b {
  color: var(--eco-salt);
  font-size: 12px;
  line-height: 1.35;
}

body.pmd-ecotrip-case .ecotrip-route-card-lane {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 92px;
  overflow: hidden;
  border-top: 1px solid rgba(184, 226, 216, 0.12);
  background:
    linear-gradient(180deg, rgba(47, 170, 161, 0.02), rgba(47, 170, 161, 0.16)),
    repeating-linear-gradient(174deg, rgba(184, 226, 216, 0.08) 0 1px, transparent 1px 13px);
}

body.pmd-ecotrip-case .ecotrip-route-card-lane > span {
  position: absolute;
  right: -4%;
  bottom: -45px;
  left: -4%;
  height: 80px;
  border: 1px solid rgba(184, 226, 216, 0.2);
  border-radius: 50%;
  animation: eco-route-card-wave 5s ease-in-out infinite alternate;
}

body.pmd-ecotrip-case .ecotrip-route-card-lane img {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  left: -150px;
  width: 118px !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0;
  filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.34));
}

body.pmd-ecotrip-case .ecotrip-journey-route-card.is-active .ecotrip-route-card-lane img {
  animation: eco-route-card-sail 8.8s cubic-bezier(0.38, 0.04, 0.62, 0.98) both;
}

@keyframes eco-route-card-sail {
  0% {
    left: -150px;
    opacity: 0;
    transform: translateY(2px) rotate(-1deg);
  }
  8% {
    opacity: 1;
  }
  48% {
    transform: translateY(-5px) rotate(1.2deg);
  }
  92% {
    opacity: 1;
  }
  100% {
    left: calc(100% + 24px);
    opacity: 0;
    transform: translateY(2px) rotate(-1deg);
  }
}

@keyframes eco-route-card-wave {
  from {
    transform: translate3d(-1%, 4px, 0) rotate(-0.6deg);
  }
  to {
    transform: translate3d(1%, -4px, 0) rotate(0.6deg);
  }
}

body.pmd-ecotrip-case .ecotrip-maslow-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: stretch;
  gap: 22px;
}

body.pmd-ecotrip-case .ecotrip-maslow-copy,
body.pmd-ecotrip-case .ecotrip-maslow-pyramid {
  border: 1px solid rgba(184, 226, 216, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(47, 170, 161, 0.13), transparent 20rem),
    rgba(11, 39, 40, 0.72);
}

body.pmd-ecotrip-case .ecotrip-maslow-copy {
  padding: clamp(32px, 4vw, 52px);
}

body.pmd-ecotrip-case .ecotrip-maslow-copy h2 {
  max-width: 560px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.94;
}

body.pmd-ecotrip-case .ecotrip-maslow-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 36px;
}

body.pmd-ecotrip-case .ecotrip-maslow-notes article {
  display: block;
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(184, 226, 216, 0.13);
  border-radius: 14px;
  background: rgba(244, 242, 233, 0.035);
}

body.pmd-ecotrip-case .ecotrip-maslow-notes span {
  display: block;
  margin-top: 10px;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid {
  position: relative;
  min-height: 650px;
  padding: 74px 28px 30px;
  overflow: hidden;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid::before {
  content: "Travel value hierarchy";
  position: absolute;
  top: 28px;
  left: 30px;
  color: rgba(184, 226, 216, 0.66);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid > div {
  min-height: var(--tier-height);
  margin-top: 7px;
  padding: 15px 12%;
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
  background: linear-gradient(115deg, var(--tier-color), color-mix(in srgb, var(--tier-color), #ffffff 13%));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid b {
  font-size: clamp(14px, 1.35vw, 19px);
  letter-spacing: -0.025em;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-five {
  --tier-width: 35%;
  --tier-height: 82px;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-four {
  --tier-width: 51%;
  --tier-height: 90px;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-three {
  --tier-width: 67%;
  --tier-height: 98px;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-two {
  --tier-width: 83%;
  --tier-height: 106px;
}

body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-one {
  --tier-width: 100%;
  --tier-height: 114px;
}

body.pmd-ecotrip-case .ecotrip-phone-section {
  background:
    radial-gradient(ellipse at 78% 46%, rgba(47, 170, 161, 0.18), transparent 25rem),
    linear-gradient(120deg, #eef2e9 0%, #e1ebe5 58%, #d7e5df 100%);
}

body.pmd-ecotrip-case .ecotrip-phone-section::before {
  opacity: 1;
  background:
    radial-gradient(ellipse at 78% 50%, rgba(47, 170, 161, 0.12), transparent 24rem),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.32) 60%, transparent 100%);
}

body.pmd-ecotrip-case .ecotrip-phone-stage::before {
  width: 470px;
  border: 0;
  background: radial-gradient(circle, rgba(47, 170, 161, 0.12), rgba(47, 170, 161, 0.025) 58%, transparent 70%);
  box-shadow: none;
}

body.pmd-ecotrip-case .ecotrip-phone {
  width: min(304px, 82vw);
  height: auto;
  aspect-ratio: 9 / 18.7;
  box-sizing: border-box;
  padding: 3px;
  border: 4px solid #092a2b;
  border-radius: 36px;
  background: #092a2b;
  box-shadow:
    0 34px 70px rgba(7, 27, 28, 0.22),
    0 0 0 1px rgba(7, 27, 28, 0.12);
}

body.pmd-ecotrip-case .ecotrip-phone-screen {
  border-radius: 29px;
}

body.pmd-ecotrip-case .ecotrip-phone-speaker {
  top: 9px;
  width: 58px;
  height: 16px;
  background: #092a2b;
}

body.pmd-ecotrip-case .ecotrip-plan-phases,
body.pmd-ecotrip-case .ecotrip-plan-learning {
  grid-column: span 12;
}

body.pmd-ecotrip-case .ecotrip-plan-phases > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

body.pmd-ecotrip-case .ecotrip-plan-phases section {
  display: block;
  min-height: 150px;
  padding: 10px 28px;
  border-top: 0;
  border-left: 1px solid var(--eco-line);
}

body.pmd-ecotrip-case .ecotrip-plan-phases section:first-child {
  padding-left: 0;
  border-left: 0;
}

body.pmd-ecotrip-case .ecotrip-plan-phases section p {
  margin-top: 14px;
}

body.pmd-ecotrip-case .ecotrip-plan-learning {
  background:
    radial-gradient(circle at 92% 18%, rgba(47, 170, 161, 0.17), transparent 24rem),
    linear-gradient(120deg, #0c2d2e, #0a2325) !important;
}

body.pmd-ecotrip-case .ecotrip-measurement-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.6vw, 22px);
  width: 100%;
  margin: 34px 0 22px;
}

body.pmd-ecotrip-case .ecotrip-measurement-flow span {
  color: var(--eco-salt);
  font-size: clamp(25px, 3vw, 42px);
  white-space: nowrap;
}

body.pmd-ecotrip-case .ecotrip-measurement-flow i {
  color: var(--eco-mint);
  font-size: clamp(22px, 2.7vw, 38px);
  font-style: normal;
  font-weight: 400;
}

body.pmd-ecotrip-case .ecotrip-plan-learning > p {
  max-width: 72ch;
}

body.pmd-ecotrip-case .ecotrip-documents {
  width: min(1280px, calc(100% - 64px));
}

body.pmd-ecotrip-case .ecotrip-document-rail {
  counter-reset: eco-document;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.pmd-ecotrip-case .ecotrip-document-rail > * {
  position: relative;
  display: flex;
  min-height: 238px;
  padding: 34px;
  overflow: hidden;
  flex-direction: column;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(47, 170, 161, 0.09), transparent 48%),
    var(--eco-panel);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
  counter-increment: eco-document;
}

body.pmd-ecotrip-case .ecotrip-document-rail > *::before {
  content: "0" counter(eco-document);
  position: absolute;
  top: 34px;
  right: 34px;
  color: rgba(184, 226, 216, 0.52);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

body.pmd-ecotrip-case .ecotrip-document-rail > a:hover,
body.pmd-ecotrip-case .ecotrip-document-rail > a:focus-visible {
  border-color: rgba(184, 226, 216, 0.46);
  background:
    linear-gradient(135deg, rgba(47, 170, 161, 0.16), transparent 52%),
    var(--eco-panel-soft);
  transform: translateY(-4px);
}

body.pmd-ecotrip-case .ecotrip-document-rail span {
  max-width: calc(100% - 70px);
  font-size: clamp(28px, 3vw, 42px);
}

body.pmd-ecotrip-case .ecotrip-document-rail p {
  max-width: 46ch;
  margin-top: 12px;
  font-size: 14px;
}

body.pmd-ecotrip-case .ecotrip-document-rail b {
  margin-top: auto;
  padding-top: 40px;
}

body.pmd-ecotrip-case .ecotrip-document-rail .is-empty {
  opacity: 0.64;
}

@media (max-width: 980px) {
  body.pmd-ecotrip-case .ecotrip-maslow-layout {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid {
    max-width: none;
  }

  body.pmd-ecotrip-case .ecotrip-measurement-flow {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body.pmd-ecotrip-case .ecotrip-measurement-flow span {
    white-space: normal;
  }
}

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

@media (max-width: 720px) {
  body.pmd-ecotrip-case .ecotrip-site-header {
    width: calc(100% - 30px);
    height: 68px;
    min-height: 68px;
    padding: 0;
  }

  body.pmd-ecotrip-case .ecotrip-proof-grid {
    gap: 8px;
  }

  body.pmd-ecotrip-case .ecotrip-proof-card,
  body.pmd-ecotrip-case .ecotrip-proof-card:first-child {
    min-height: 112px;
    padding: 18px 16px;
    border: 1px solid rgba(184, 226, 216, 0.14);
  }

  body.pmd-ecotrip-case .ecotrip-journey-route-card {
    min-height: 350px;
    padding: 24px 22px 20px;
  }

  body.pmd-ecotrip-case .ecotrip-route-card-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  body.pmd-ecotrip-case .ecotrip-journey-route-card ol {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 12px;
    margin-top: 22px;
  }

  body.pmd-ecotrip-case .ecotrip-journey-route-card li {
    padding: 8px 10px;
  }

  body.pmd-ecotrip-case .ecotrip-journey-route-card li:nth-child(4) {
    padding-left: 0;
    border-left: 0;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-copy {
    padding: 28px 22px;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-copy h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  body.pmd-ecotrip-case .ecotrip-maslow-notes {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-notes article {
    min-height: auto;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid {
    min-height: 520px;
    padding: 64px 12px 18px;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid > div {
    padding-inline: 10%;
  }

  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-five { --tier-height: 70px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-four { --tier-height: 76px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-three { --tier-height: 82px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-two { --tier-height: 88px; }
  body.pmd-ecotrip-case .ecotrip-maslow-pyramid .tier-one { --tier-height: 94px; }

  body.pmd-ecotrip-case .ecotrip-phone {
    width: min(286px, 78vw);
  }

  body.pmd-ecotrip-case .ecotrip-plan-phases > div {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-plan-phases section,
  body.pmd-ecotrip-case .ecotrip-plan-phases section:first-child {
    min-height: auto;
    padding: 18px 0;
    border-top: 1px solid var(--eco-line);
    border-left: 0;
  }

  body.pmd-ecotrip-case .ecotrip-measurement-flow {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
  }

  body.pmd-ecotrip-case .ecotrip-measurement-flow span {
    font-size: clamp(27px, 8vw, 38px);
  }

  body.pmd-ecotrip-case .ecotrip-measurement-flow i {
    transform: rotate(90deg);
  }

  body.pmd-ecotrip-case .ecotrip-documents {
    width: min(100% - 30px, 1280px);
  }

  body.pmd-ecotrip-case .ecotrip-document-rail {
    grid-template-columns: 1fr;
  }

  body.pmd-ecotrip-case .ecotrip-document-rail > * {
    min-height: 210px;
    padding: 26px;
  }

  body.pmd-ecotrip-case .ecotrip-document-rail > *::before {
    top: 26px;
    right: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pmd-ecotrip-case .ecotrip-route-card-lane > span {
    animation: none !important;
  }

  body.pmd-ecotrip-case .ecotrip-journey-route-card .ecotrip-route-card-lane img {
    display: none;
    animation: none !important;
  }
}
