section,
header,
footer,
main {
  overflow-x: clip;
  max-width: 100%;
  box-sizing: border-box;
}

.page-hero,
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  color: #EEF3F2;
  background: linear-gradient(135deg, #263B3C 0%, #395966 48%, #587265 100%);
  overflow: hidden;
}

.hero {
  min-height: 92vh;
  min-height: 92dvh;
  padding: calc(var(--header-h) + 2rem) 0 4.5rem;
}

.page-hero {
  min-height: 62vh;
  padding: calc(var(--header-h) + 3rem) 0 4rem;
}

.hero-media,
.page-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  max-width: 100%;
}

.hero-media img,
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.hero-overlay,
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(38, 59, 60, 0.72) 0%, rgba(57, 89, 102, 0.55) 45%, rgba(88, 114, 101, 0.45) 100%);
  mix-blend-mode: multiply;
}

.hero-overlay::after,
.page-hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--overlay-strong);
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--container-wide));
  margin-inline: auto;
}

.hero-content .eyebrow {
  color: rgba(238, 243, 242, 0.7);
  margin-bottom: 1.25rem;
}

.hero h1,
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6.2vw, 5.2rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 14ch;
  margin-bottom: 1.25rem;
}

.hero p,
.page-hero p {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  max-width: 34rem;
  color: rgba(238, 243, 242, 0.86);
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-head.single {
  grid-template-columns: 1fr;
  max-width: 42rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.section-head p {
  color: rgba(37, 45, 44, 0.78);
  line-height: 1.65;
}

.value-prop {
  background: linear-gradient(180deg, #EEF3F2 0%, #DDE7E4 100%);
}

.value-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.value-editorial h2 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  letter-spacing: -0.025em;
  margin: 0.8rem 0 1.4rem;
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.value-item {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(57, 89, 102, 0.18);
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
}

.value-item:last-child {
  border-bottom: 1px solid rgba(57, 89, 102, 0.18);
}

.value-num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--accent-2);
  letter-spacing: 0.08em;
}

.value-item h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.value-item p {
  color: rgba(37, 45, 44, 0.75);
  line-height: 1.6;
}

.signature {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  color: #EEF3F2;
  background: var(--dark);
  overflow: hidden;
}

.signature-media {
  position: absolute;
  inset: 0;
}

.signature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(38, 59, 60, 0.88) 0%, rgba(38, 59, 60, 0.55) 48%, rgba(38, 59, 60, 0.25) 100%);
}

.signature-content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
  max-width: 36rem;
  padding: 5rem 0;
}

.signature-content h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  letter-spacing: -0.025em;
  margin: 0.8rem 0 1.2rem;
}

.signature-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.45;
  opacity: 0.92;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(238, 243, 242, 0.22);
}

.showcase {
  background: var(--bg);
}

.showcase-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.25rem;
}

.showcase-main,
.showcase-side-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-contrast);
  box-shadow: var(--shadow);
}

.showcase-main {
  min-height: 560px;
}

.showcase-side {
  display: grid;
  gap: 1.25rem;
}

.showcase-side-card {
  min-height: 270px;
}

.showcase-main img,
.showcase-side-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.showcase-main:hover img,
.showcase-side-card:hover img {
  transform: scale(1.04);
}

.showcase-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem;
  background: linear-gradient(transparent, rgba(38, 59, 60, 0.82));
  color: #EEF3F2;
  transition: transform 0.45s ease;
}

.showcase-main:hover .showcase-caption,
.showcase-side-card:hover .showcase-caption {
  transform: translateY(-6px);
}

.showcase-caption h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0.4rem 0 0.5rem;
}

.showcase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}

.insight {
  background: linear-gradient(180deg, #DDE7E4 0%, #EEF3F2 100%);
}

.insight-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.insight-visual {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
}

.insight-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.insight-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  letter-spacing: -0.025em;
  margin: 0.7rem 0 1.4rem;
}

.insight-copy p {
  margin-bottom: 1.15rem;
  color: rgba(37, 45, 44, 0.8);
  line-height: 1.7;
}

.insight-copy p.highlight {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--primary);
  font-size: 1.08rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(57, 89, 102, 0.2);
  border-bottom: 1px solid rgba(57, 89, 102, 0.2);
  margin: 1.5rem 0;
}

.services-hybrid {
  background: var(--bg);
}

.services-table {
  border: 1px solid rgba(57, 89, 102, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.service-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.4fr;
  gap: 1rem;
  padding: 1.4rem 1.6rem;
  align-items: center;
  border-bottom: 1px solid rgba(57, 89, 102, 0.12);
  transition: background 0.35s ease;
}

.service-row:last-child {
  border-bottom: 0;
}

.service-row:hover {
  background: rgba(88, 114, 101, 0.08);
}

.service-row.head {
  background: linear-gradient(135deg, #587265, #82958A);
  color: #EEF3F2;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-row h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.service-row p {
  font-size: 0.92rem;
  color: rgba(37, 45, 44, 0.7);
}

.service-row.head p {
  color: inherit;
  opacity: 0.85;
}

.mono {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.timeline {
  background: linear-gradient(180deg, #EEF3F2 0%, #D8E0DE 100%);
}

.timeline-track {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.timeline-track::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--accent-2), var(--primary), var(--secondary));
}

.timeline-item {
  position: relative;
  padding: 0 0 2.75rem 4.2rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: 10px;
  top: 0.35rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--accent);
  box-shadow: 0 0 0 6px rgba(155, 84, 79, 0.12);
}

.timeline-item .day {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 0.45rem;
}

.timeline-item h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.55rem;
}

.timeline-item p {
  color: rgba(37, 45, 44, 0.78);
  line-height: 1.65;
}

.social-proof {
  background: var(--bg);
}

.proof-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.proof-quote,
.proof-case {
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.proof-quote:hover,
.proof-case:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(38, 59, 60, 0.12);
}

.proof-quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

.proof-author {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--natural);
}

.proof-case h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  margin: 0.5rem 0 0.7rem;
}

.proof-case p {
  color: rgba(37, 45, 44, 0.75);
  line-height: 1.6;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(57, 89, 102, 0.14);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(37, 45, 44, 0.45);
}

.cta-block {
  position: relative;
  padding: clamp(5rem, 9vw, 7rem) 0;
  background: linear-gradient(135deg, #263B3C 0%, #395966 55%, #587265 100%);
  color: #EEF3F2;
  text-align: center;
  overflow: hidden;
}

.cta-block h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  letter-spacing: -0.025em;
  max-width: 16ch;
  margin: 0.8rem auto 1.1rem;
}

.cta-block p {
  max-width: 34rem;
  margin: 0 auto 2rem;
  opacity: 0.88;
  line-height: 1.65;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.contact-section {
  background: linear-gradient(180deg, #EEF3F2 0%, #DDE7E4 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.contact-info h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin: 0.7rem 0 1.1rem;
}

.contact-details {
  margin-top: 2rem;
  display: grid;
  gap: 1.1rem;
}

.contact-details dt {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--natural);
  margin-bottom: 0.25rem;
}

.contact-details dd {
  font-weight: 500;
}

.contact-form {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(57, 89, 102, 0.14);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: var(--shadow);
}

.form-group {
  margin-bottom: 1.15rem;
}

.form-group label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  color: var(--primary);
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(57, 89, 102, 0.22);
  background: rgba(238, 243, 242, 0.8);
  border-radius: 14px;
  padding: 0.95rem 1.05rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(57, 89, 102, 0.12);
}

.map-wrap {
  margin-top: 2.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-contrast);
  min-height: 320px;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.js-marquee-wrap {
  overflow: hidden;
  max-width: 100vw;
  padding: 2.5rem 0;
  background: var(--dark);
  color: #EEF3F2;
}

.js-mq-row {
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}

.js-mq-row span {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 38px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.12;
  padding-right: 3rem;
}

.js-mq-row.fwd {
  animation: mq-fwd 42s linear infinite;
}

.js-mq-row.rev {
  animation: mq-rev 48s linear infinite;
  margin-top: 0.5rem;
}

@keyframes mq-fwd {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes mq-rev {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.landscapes {
  background: var(--bg);
}

.landscape-stack {
  display: grid;
  gap: 1.25rem;
}

.landscape-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
  min-height: 320px;
}

.landscape-row:nth-child(even) {
  grid-template-columns: 0.8fr 1.2fr;
}

.landscape-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 280px;
  background: linear-gradient(135deg, #587265, #82958A);
  box-shadow: var(--shadow);
}

.landscape-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.landscape-card:hover img {
  transform: scale(1.045);
}

.landscape-card .cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(38, 59, 60, 0.78));
  color: #EEF3F2;
  transition: transform 0.4s ease;
}

.landscape-card:hover .cap {
  transform: translateY(-5px);
}

.landscape-card .cap h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin-bottom: 0.35rem;
}

.routes {
  background: linear-gradient(180deg, #DDE7E4 0%, #EEF3F2 100%);
}

.routes-list {
  display: grid;
  gap: 1rem;
}

.route-item {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.4rem 1.6rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(57, 89, 102, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.route-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(88, 114, 101, 0.35);
}

.route-code {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.route-item h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.route-item p {
  color: rgba(37, 45, 44, 0.72);
  font-size: 0.95rem;
}

.route-meta {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  text-align: right;
  color: var(--primary);
  white-space: nowrap;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.stat {
  padding: 1.5rem;
  border-radius: var(--radius-sm);
  background: rgba(216, 224, 222, 0.55);
  text-align: center;
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--primary);
  letter-spacing: -0.02em;
}

.stat span {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--natural);
}

.faq {
  background: var(--bg);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(57, 89, 102, 0.16);
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  background: none;
  border: 0;
  padding: 1.35rem 0;
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 1.08rem;
  font-weight: 600;
  min-height: 56px;
}

.faq-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--primary);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.faq-icon::before {
  width: 14px;
  height: 1.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 1.5px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, padding 0.45s ease;
}

.faq-item.is-open .faq-a {
  max-height: 280px;
  padding-bottom: 1.25rem;
}

.faq-a p {
  color: rgba(37, 45, 44, 0.78);
  line-height: 1.65;
}

.page-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.legal-page {
  padding: calc(var(--header-h) + 3rem) 0 5rem;
  background: var(--bg);
}

.legal-page .container {
  max-width: 860px;
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 0.75rem;
}

.legal-page .legal-meta {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--natural);
  margin-bottom: 2.5rem;
}

.legal-page h2 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  margin: 2.2rem 0 0.85rem;
}

.legal-page h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  margin: 1.5rem 0 0.65rem;
}

.legal-page p,
.legal-page li {
  color: rgba(37, 45, 44, 0.82);
  line-height: 1.7;
  margin-bottom: 0.9rem;
}

.legal-page ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.legal-page li {
  list-style: disc;
}

.thanks-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  background: linear-gradient(160deg, #263B3C 0%, #395966 50%, #587265 100%);
  color: #EEF3F2;
  overflow-x: hidden;
  max-width: 100vw;
}

.thanks-inner {
  max-width: 560px;
}

.thanks-inner .eyebrow {
  color: rgba(238, 243, 242, 0.65);
  margin-bottom: 1rem;
}

.thanks-inner h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.thanks-inner p {
  opacity: 0.88;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.stagger.is-in > *:nth-child(1) { transition-delay: 0.05s; }
.stagger.is-in > *:nth-child(2) { transition-delay: 0.12s; }
.stagger.is-in > *:nth-child(3) { transition-delay: 0.19s; }
.stagger.is-in > *:nth-child(4) { transition-delay: 0.26s; }
.stagger.is-in > *:nth-child(5) { transition-delay: 0.33s; }
.stagger.is-in > *:nth-child(6) { transition-delay: 0.4s; }

.stagger.is-in > * {
  opacity: 1;
  transform: translateY(0);
}

.line-icon {
  width: 42px;
  height: 42px;
  stroke: var(--primary);
  stroke-width: 1.5;
  fill: none;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  transition: stroke-dashoffset 1.2s ease;
}

.reveal.is-in .line-icon,
.is-in .line-icon {
  stroke-dashoffset: 0;
}

.inner-hero-compact {
  min-height: 54vh;
}

.dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.dest-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(38, 59, 60, 0.12);
}

.dest-media {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.dest-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.dest-card:hover .dest-media img {
  transform: scale(1.045);
}

.dest-body {
  padding: 1.35rem 1.4rem 1.6rem;
  transition: transform 0.45s ease;
}

.dest-card:hover .dest-body {
  transform: translateY(-4px);
}

.dest-body h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0.45rem 0 0.55rem;
}

.dest-body p {
  color: rgba(37, 45, 44, 0.75);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

.dest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.editorial-split img {
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.editorial-split h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin: 0.7rem 0 1.1rem;
}

.editorial-split p {
  color: rgba(37, 45, 44, 0.78);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.form-error {
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .js-parallax {
    will-change: transform;
  }
}

@media (hover: hover) and (pointer: fine) {
  .dest-card:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 1024px) {
  .section-head,
  .value-grid,
  .showcase-layout,
  .insight-grid,
  .contact-grid,
  .proof-layout,
  .editorial-split,
  .landscape-row,
  .landscape-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .insight-visual {
    position: relative;
    top: 0;
  }

  .service-row {
    grid-template-columns: 1fr 1fr;
  }

  .service-row.head {
    display: none;
  }

  .dest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .route-item {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .route-meta {
    text-align: left;
  }

  .showcase-main {
    min-height: 420px;
  }

  .js-parallax {
    transform: none !important;
  }
}

@media (max-width: 720px) {
  .hero,
  .page-hero {
    align-items: flex-end;
    padding-bottom: 3rem;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 12ch;
  }

  .dest-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}
