/*
 * Oriza Home Tours
 * Page-specific styles. Loaded only for page-home-tours.php.
 */

.oriza-home-tours {
  --oht-ink: #102e33;
  --oht-ink-soft: #3f585c;
  --oht-teal: #023742;
  --oht-teal-2: #0a4d55;
  --oht-blue: #1281b8;
  --oht-sky: #dceff4;
  --oht-orange: #e77731;
  --oht-sand: #f4efe5;
  --oht-mist: #f4f8f8;
  --oht-paper: #fffdf8;
  --oht-line: rgba(16, 46, 51, 0.14);
  --oht-white-line: rgba(255, 255, 255, 0.18);
  --oht-radius: 22px;
  --oht-font: "Open Sans", Arial, sans-serif;
  background: var(--oht-paper);
  color: var(--oht-ink);
  font-family: var(--oht-font);
  font-size: 16px;
  line-height: 1.65;
  overflow: hidden;
}

.page-template-page-home-tours .header__area {
  background: rgba(255, 253, 248, 0.96);
  border-bottom-color: rgba(16, 46, 51, 0.08);
}

.page-template-page-home-tours .header__area.header-sticky {
  background: rgba(255, 253, 248, 0.98);
}

.page-template-page-home-tours .main-menu ul li a {
  color: var(--oht-ink, #102e33);
}

/* Match the configured Wetland header-4 Sign Up treatment on this template. */
.page-template-page-home-tours .header__right-btn .w-btn-blue-header {
  background: #1281b8;
  border: 0;
  border-radius: 25px;
  box-shadow: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 32px;
}

.page-template-page-home-tours .header__right-btn .w-btn-blue-header::after {
  display: none;
}

.page-template-page-home-tours .header__right-btn .w-btn-blue-header:hover {
  background: #0f1432;
  box-shadow: none;
  color: #fff;
}

.page-template-page-home-tours .progress-wrap {
  color: var(--oht-blue, #1281b8);
}

.oriza-home-tours *,
.oriza-home-tours *::before,
.oriza-home-tours *::after {
  box-sizing: border-box;
}

.oriza-home-tours h1,
.oriza-home-tours h2,
.oriza-home-tours h3,
.oriza-home-tours p,
.oriza-home-tours ul,
.oriza-home-tours ol,
.oriza-home-tours dl {
  margin-top: 0;
}

.oriza-home-tours h1,
.oriza-home-tours h2,
.oriza-home-tours h3 {
  color: inherit;
  font-family: var(--oht-font);
  letter-spacing: -0.045em;
}

.oriza-home-tours a {
  text-decoration: none;
}

.oriza-home-tours a:focus-visible {
  outline: 3px solid rgba(18, 129, 184, 0.4);
  outline-offset: 4px;
}

.oht-shell {
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: 100%;
}

.oht-section {
  padding: 138px 0;
  position: relative;
}

.oht-eyebrow,
.oht-kicker {
  align-items: center;
  color: var(--oht-blue);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.16em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.oht-eyebrow span {
  background: var(--oht-orange);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.oht-heading {
  margin-bottom: 72px;
  max-width: 780px;
}

.oht-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.oht-heading--center .oht-kicker {
  justify-content: center;
}

.oht-heading h2,
.oht-split-heading h2,
.oht-editorial-copy h2,
.oht-connected__copy h2 {
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 600;
  line-height: 1.04;
  margin-bottom: 0;
}

.oht-split-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  margin-bottom: 72px;
}

.oht-split-heading > p,
.oht-editorial-copy > p,
.oht-connected__copy > p {
  color: var(--oht-ink-soft);
  font-size: 18px;
  line-height: 1.72;
  margin-bottom: 5px;
}

/* Hero */
.oht-hero {
  background: var(--oht-paper);
  min-height: 810px;
  overflow: hidden;
  padding: 66px 0 96px;
  position: relative;
}

.oht-hero::after {
  background: var(--oht-sand);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.oht-orbit {
  border: 1px solid rgba(18, 129, 184, 0.14);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.oht-orbit--one {
  height: 580px;
  right: -370px;
  top: -180px;
  width: 580px;
}

.oht-orbit--two {
  bottom: -400px;
  height: 670px;
  left: -470px;
  width: 670px;
}

.oht-hero__grid {
  align-items: center;
  display: grid;
  gap: 55px;
  grid-template-columns: minmax(400px, 0.8fr) minmax(620px, 1.2fr);
}

.oht-hero__copy {
  padding: 22px 0 30px;
  position: relative;
  z-index: 2;
}

.oht-hero h1 {
  font-size: clamp(58px, 6.2vw, 88px);
  font-weight: 600;
  line-height: 0.98;
  margin-bottom: 32px;
  max-width: 690px;
}

.oht-lede {
  color: var(--oht-ink-soft);
  font-size: 19px;
  line-height: 1.72;
  margin-bottom: 35px;
  max-width: 580px;
}

.oht-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 39px;
}

.oht-button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 56px;
  padding: 15px 24px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.oht-button:hover {
  transform: translateY(-2px);
}

.oht-button--primary {
  background: var(--oht-teal);
  color: #fff;
  padding-left: 29px;
  padding-right: 29px;
}

.oht-button--primary:hover {
  background: var(--oht-teal-2);
  color: #fff;
}

.oht-button--text {
  color: var(--oht-ink);
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.oht-button--text:hover {
  color: var(--oht-blue);
}

.oht-proof {
  align-items: center;
  color: #667a7d;
  display: flex;
  font-size: 13px;
  gap: 9px;
  margin-bottom: 0;
}

.oht-proof span {
  color: var(--oht-blue);
}

.oht-hero__visual {
  margin-right: -160px;
  min-height: 625px;
  position: relative;
}

.oht-app-frame {
  background: #f7f9f9;
  border: 1px solid rgba(16, 46, 51, 0.13);
  border-radius: 14px;
  box-shadow: 0 30px 70px rgba(2, 55, 66, 0.13);
  overflow: hidden;
}

.oht-app-frame--hero {
  left: 0;
  position: absolute;
  top: 0;
  width: 840px;
}

.oht-appbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--oht-line);
  display: flex;
  gap: 18px;
  height: 57px;
  padding: 0 20px;
}

.oht-appbar__mark {
  align-items: center;
  background: var(--oht-teal);
  border-radius: 7px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.oht-appbar__search {
  background: #f3f5f6;
  border-radius: 5px;
  color: #9aa5a7;
  font-size: 10px;
  margin-left: 54px;
  padding: 8px 14px;
  width: 260px;
}

.oht-appbar__plus {
  align-items: center;
  background: var(--oht-blue);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 29px;
  justify-content: center;
  margin-left: auto;
  width: 29px;
}

.oht-appbody {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  min-height: 493px;
}

.oht-appnav {
  background: #fff;
  border-right: 1px solid var(--oht-line);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 24px 13px;
}

.oht-appnav b {
  color: var(--oht-teal);
  font-size: 16px;
  margin: 0 9px 17px;
}

.oht-appnav span {
  border-radius: 5px;
  color: #607276;
  font-size: 9px;
  font-weight: 600;
  padding: 9px 10px;
}

.oht-appnav span.is-active {
  background: #edf5f6;
  color: var(--oht-teal);
}

.oht-appmain {
  padding: 28px 26px;
}

.oht-tour-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}

.oht-ui-label {
  color: #8c9a9d;
  display: block;
  font-size: 9px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.oht-tour-head h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.oht-status {
  background: #eaf6ed;
  border: 1px solid #cde7d2;
  border-radius: 20px;
  color: #377b45;
  font-size: 8px;
  font-weight: 700;
  padding: 5px 9px;
}

.oht-tour-meta {
  background: #fff;
  border: 1px solid var(--oht-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 17px;
}

.oht-tour-meta span {
  color: var(--oht-ink);
  font-size: 10px;
  font-weight: 700;
  padding: 12px 15px;
}

.oht-tour-meta span + span {
  border-left: 1px solid var(--oht-line);
}

.oht-tour-meta small {
  color: #8b999c;
  display: block;
  font-size: 7px;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.oht-tour-workspace {
  display: grid;
  gap: 14px;
  grid-template-columns: 178px minmax(0, 1fr);
}

.oht-days,
.oht-day-detail {
  background: #fff;
  border: 1px solid var(--oht-line);
}

.oht-days {
  display: flex;
  flex-direction: column;
  padding: 14px 0 9px;
}

.oht-days > b {
  font-size: 10px;
  padding: 0 13px 9px;
}

.oht-days button {
  background: var(--oht-ink);
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 7px;
  margin: 0 13px 9px;
  padding: 6px;
  pointer-events: none;
}

.oht-days > span {
  align-items: center;
  border-top: 1px solid var(--oht-line);
  color: #657679;
  display: flex;
  font-size: 8px;
  gap: 8px;
  padding: 10px 11px;
}

.oht-days > span.is-current {
  background: #f1f7f8;
  color: var(--oht-ink);
  font-weight: 700;
}

.oht-days i {
  color: var(--oht-blue);
  font-size: 7px;
  font-style: normal;
}

.oht-day-detail {
  padding: 16px;
}

.oht-day-detail__head {
  border-bottom: 1px solid var(--oht-line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-bottom: 13px;
}

.oht-day-detail__head span {
  color: var(--oht-blue);
  font-size: 8px;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
}

.oht-day-detail__head b {
  font-size: 11px;
}

.oht-day-detail__head em {
  color: #95a1a3;
  font-size: 8px;
  font-style: normal;
}

.oht-item {
  align-items: center;
  border-bottom: 1px solid var(--oht-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 25px 1fr auto;
  padding: 13px 0;
}

.oht-item i {
  border-radius: 50%;
  display: block;
  height: 21px;
  position: relative;
  width: 21px;
}

.oht-item i::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.oht-item--stay i { background: #d3a14b; }
.oht-item--activity i { background: var(--oht-blue); }

.oht-item span {
  font-size: 9px;
  font-weight: 700;
}

.oht-item small {
  color: #8c999b;
  display: block;
  font-size: 7px;
  font-weight: 500;
}

.oht-item > b {
  color: #657679;
  font-size: 7px;
  font-weight: 500;
}

.oht-price-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.oht-price-row span { color: #6e7e81; font-size: 8px; }
.oht-price-row strong { color: var(--oht-teal); font-size: 17px; }

.oht-float {
  align-items: center;
  background: #fff;
  border: 1px solid var(--oht-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 13px 15px;
  position: absolute;
  width: 190px;
}

.oht-float span {
  color: #8b989a;
  font-size: 8px;
  grid-column: 1;
}

.oht-float b {
  font-size: 10px;
  grid-column: 1;
}

.oht-float i {
  align-items: center;
  background: #eaf6ed;
  border-radius: 50%;
  color: #3d8048;
  display: flex;
  font-size: 9px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / 3;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.oht-float--lead {
  bottom: 28px;
  left: -44px;
}

.oht-float--estimate {
  bottom: -16px;
  left: 340px;
}

.oht-float--estimate i {
  background: #e9f3f8;
  color: var(--oht-blue);
}

/* Workflow */
.oht-workflow {
  background: var(--oht-teal);
  color: #fff;
  padding: 120px 0 126px;
}

.oht-workflow .oht-kicker {
  color: #8ec4d0;
}

.oht-workflow h2 {
  color: #fff;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 500;
  line-height: 1.04;
  margin-bottom: 0;
}

.oht-journey {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  margin: 0;
  padding: 31px 0 0;
  position: relative;
}

.oht-journey::before {
  background: var(--oht-white-line);
  content: "";
  height: 1px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 47px;
}

.oht-journey li {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 19px;
  position: relative;
  text-align: center;
}

.oht-journey span {
  align-items: center;
  background: var(--oht-teal);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #9bcbd4;
  display: flex;
  font-size: 9px;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
  z-index: 1;
}

.oht-journey li:nth-child(3) span,
.oht-journey li:nth-child(4) span {
  background: var(--oht-orange);
  border-color: var(--oht-orange);
  color: #fff;
}

.oht-journey b {
  font-size: 13px;
  font-weight: 600;
}

/* Tour builder */
.oht-tour-builder {
  background: var(--oht-paper);
}

.oht-builder-stage {
  background: #f4f6f6;
  border: 1px solid var(--oht-line);
  border-radius: var(--oht-radius);
  overflow: hidden;
}

.oht-builder-stage__top {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--oht-line);
  display: flex;
  justify-content: space-between;
  min-height: 84px;
  padding: 18px 28px;
}

.oht-builder-stage__top small,
.oht-builder-stage__top b {
  display: block;
}

.oht-builder-stage__top small {
  color: #879497;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.oht-builder-stage__top b {
  font-size: 17px;
  font-weight: 600;
}

.oht-stage-actions {
  align-items: center;
  display: flex;
  font-size: 10px;
  gap: 17px;
}

.oht-stage-actions span {
  color: var(--oht-ink-soft);
}

.oht-stage-actions strong {
  background: var(--oht-ink);
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
}

.oht-builder-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 270px minmax(420px, 1fr) 245px;
  min-height: 575px;
  padding: 22px;
}

.oht-builder-days,
.oht-builder-detail,
.oht-builder-summary {
  background: #fff;
  border: 1px solid var(--oht-line);
  border-radius: 8px;
}

.oht-builder-days {
  overflow: hidden;
}

.oht-builder-days__title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

.oht-builder-days__title b { font-size: 13px; }

.oht-builder-days__title span,
.oht-builder-detail__title > span {
  background: var(--oht-ink);
  border-radius: 3px;
  color: #fff;
  font-size: 8px;
  padding: 7px 9px;
}

.oht-builder-days article {
  border-top: 1px solid var(--oht-line);
  min-height: 102px;
  padding: 18px 19px;
  position: relative;
}

.oht-builder-days article.is-selected {
  background: #edf5f6;
  box-shadow: inset 3px 0 0 var(--oht-blue);
}

.oht-builder-days article small,
.oht-builder-days article b {
  display: block;
  padding-right: 45px;
}

.oht-builder-days article small {
  color: var(--oht-blue);
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.oht-builder-days article b {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.oht-builder-days article i {
  color: #7b8a8d;
  font-size: 10px;
  font-style: normal;
  position: absolute;
  right: 13px;
  top: 16px;
}

.oht-builder-detail {
  padding: 34px;
}

.oht-builder-detail__title {
  align-items: center;
  border-bottom: 1px solid var(--oht-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 21px;
}

.oht-builder-detail__title small {
  color: var(--oht-blue);
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oht-builder-detail__title h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.oht-builder-detail > p {
  color: #657679;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 560px;
}

.oht-builder-item {
  align-items: center;
  border-top: 1px solid var(--oht-line);
  display: grid;
  gap: 13px;
  grid-template-columns: 13px 1fr auto;
  padding: 21px 0;
}

.oht-dot {
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}

.oht-dot--gold { background: #d7a044; }
.oht-dot--blue { background: var(--oht-blue); }
.oht-dot--teal { background: var(--oht-teal); }

.oht-builder-item small,
.oht-builder-item b {
  display: block;
}

.oht-builder-item small {
  color: #8a989a;
  font-size: 8px;
  margin-bottom: 1px;
}

.oht-builder-item b {
  font-size: 12px;
  font-weight: 600;
}

.oht-builder-item > span {
  color: #7d8c8f;
  font-size: 8px;
}

.oht-builder-summary {
  align-self: start;
  margin-top: 32px;
  padding: 25px;
}

.oht-builder-summary > small {
  color: #849295;
  display: block;
  font-size: 9px;
  letter-spacing: 0.09em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.oht-builder-summary dl { margin-bottom: 15px; }

.oht-builder-summary dl div {
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  padding: 6px 0;
}

.oht-builder-summary dt { color: #7b8a8d; font-weight: 400; }
.oht-builder-summary dd { color: var(--oht-ink); font-weight: 700; margin: 0; }
.oht-builder-summary hr { border: 0; border-top: 1px solid var(--oht-line); margin: 14px 0; }
.oht-builder-summary > span { color: #7e8c8f; display: block; font-size: 8px; }
.oht-builder-summary > strong { display: block; font-size: 27px; margin: 1px 0 14px; }
.oht-builder-summary > em { color: var(--oht-blue); display: block; font-size: 8px; font-style: normal; line-height: 1.4; }

.oht-capabilities {
  border-bottom: 1px solid var(--oht-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.oht-capabilities li {
  align-items: center;
  border-top: 1px solid var(--oht-line);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 14px;
  min-height: 76px;
  padding: 18px 20px;
}

.oht-capabilities li + li { border-left: 1px solid var(--oht-line); }
.oht-capabilities span { color: var(--oht-blue); font-size: 9px; }

/* CRM editorial */
.oht-crm {
  background: var(--oht-mist);
}

.oht-editorial-grid {
  align-items: center;
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(350px, 0.72fr) minmax(580px, 1.28fr);
}

.oht-editorial-copy h2 {
  margin-bottom: 32px;
}

.oht-editorial-copy > p {
  margin-bottom: 47px;
}

.oht-index-list {
  border-bottom: 1px solid var(--oht-line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.oht-index-list li {
  align-items: center;
  border-top: 1px solid var(--oht-line);
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 15px;
  min-height: 54px;
}

.oht-index-list span {
  color: var(--oht-blue);
  font-size: 9px;
}

.oht-crm-visual {
  padding: 0 0 60px 28px;
  position: relative;
}

.oht-crm-visual::before {
  border: 1px solid rgba(18, 129, 184, 0.2);
  border-radius: 50%;
  content: "";
  height: 370px;
  left: -70px;
  position: absolute;
  top: -65px;
  width: 370px;
}

.oht-image-window {
  background: #fff;
  border: 1px solid rgba(16, 46, 51, 0.22);
  border-radius: 12px;
  box-shadow: 0 25px 55px rgba(2, 55, 66, 0.1);
  overflow: hidden;
  position: relative;
}

.oht-image-window__bar {
  align-items: center;
  border-bottom: 1px solid var(--oht-line);
  display: flex;
  gap: 6px;
  height: 40px;
  padding: 0 15px;
}

.oht-image-window__bar i {
  background: #d5dcdd;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.oht-image-window__bar i:first-child { background: var(--oht-orange); }
.oht-image-window__bar span { color: #849295; font-size: 8px; margin-left: 9px; }

.oht-crm-board {
  background: #f3f6f6;
  color: var(--oht-ink);
  padding: 18px;
}

.oht-crm-board__head {
  align-items: center;
  background: #fff;
  border: 1px solid #dce4e5;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  min-height: 62px;
  padding: 10px 13px;
}

.oht-crm-board__head > div:first-child {
  align-items: baseline;
  display: flex;
  gap: 9px;
}

.oht-crm-board__head small {
  color: var(--oht-blue);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oht-crm-board__head b { font-size: 16px; }
.oht-crm-board__head > div:first-child span { color: #728184; font-size: 8px; }

.oht-crm-board__actions { align-items: center; display: flex; gap: 8px; }
.oht-crm-board__actions span,
.oht-crm-board__actions strong { border: 1px solid #d6e0e1; border-radius: 4px; font-size: 8px; padding: 7px 9px; }
.oht-crm-board__actions strong { background: var(--oht-teal); border-color: var(--oht-teal); color: #fff; font-weight: 600; }

.oht-crm-pipeline {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oht-crm-column {
  background: #e9eeee;
  border: 1px solid #d9e2e3;
  border-radius: 6px;
  min-height: 315px;
  padding: 9px;
}

.oht-crm-column > header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 29px;
  padding: 0 2px 7px;
}

.oht-crm-column > header b { font-size: 9px; font-weight: 700; }
.oht-crm-column > header span { align-items: center; background: #d7e0e1; border-radius: 50%; color: #536669; display: flex; font-size: 7px; height: 18px; justify-content: center; width: 18px; }
.oht-crm-column--booked > header span { background: #d9ebe3; color: #317057; }

.oht-crm-column article {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-left: 3px solid var(--oht-blue);
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(15, 54, 60, 0.045);
  margin-bottom: 7px;
  min-height: 83px;
  padding: 9px 8px 7px;
}

.oht-crm-column:nth-child(2) article { border-left-color: var(--oht-orange); }
.oht-crm-column:nth-child(3) article { border-left-color: #8176a8; }
.oht-crm-column--booked article { border-left-color: #4a9a74; }
.oht-crm-column article small { color: #879497; display: block; font-size: 6px; letter-spacing: 0.06em; margin-bottom: 3px; text-transform: uppercase; }
.oht-crm-column article b { display: block; font-size: 9px; font-weight: 700; line-height: 1.3; }
.oht-crm-column article p { color: #637477; font-size: 7px; line-height: 1.35; margin: 3px 0 8px; }
.oht-crm-column article footer { align-items: center; border-top: 1px solid #edf1f1; display: flex; justify-content: space-between; padding-top: 6px; }
.oht-crm-column article footer span { color: #7c8b8e; font-size: 6px; }
.oht-crm-column article footer em { color: var(--oht-teal); font-size: 7px; font-style: normal; font-weight: 700; }

.oht-crm-note {
  background: var(--oht-teal);
  bottom: 0;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  min-width: 220px;
  padding: 18px 20px;
  position: absolute;
  right: -24px;
}

.oht-crm-note small,
.oht-crm-note b { display: block; grid-column: 1; }
.oht-crm-note small { color: #98c5cc; font-size: 8px; text-transform: uppercase; }
.oht-crm-note b { font-size: 12px; font-weight: 600; }
.oht-crm-note span { align-self: center; color: #fff; font-size: 10px; grid-column: 2; grid-row: 1 / 3; }

/* Platform map */
.oht-platform {
  background: var(--oht-paper);
}

.oht-platform-map {
  background: radial-gradient(circle at center, rgba(18, 129, 184, 0.055) 0, rgba(18, 129, 184, 0.018) 33%, transparent 63%);
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.oht-platform-core {
  align-items: center;
  background: var(--oht-paper);
  border: 1px solid rgba(18, 129, 184, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(18, 129, 184, 0.045), 0 24px 55px rgba(15, 54, 60, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 270px;
  left: 50%;
  padding: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  z-index: 3;
}

.oht-platform-core::after {
  background: var(--oht-orange);
  border: 6px solid var(--oht-paper);
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: 20px;
  top: 34px;
  width: 20px;
}

.oht-platform-core span {
  color: var(--oht-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oht-platform-core b {
  font-size: 68px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 12px 0;
}

.oht-platform-core small {
  color: #718185;
  font-size: 13px;
}

.oht-platform-map ol {
  bottom: 30px;
  display: grid;
  column-gap: 350px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 1fr);
  left: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 32px;
  top: 30px;
}

.oht-platform-map li {
  align-content: center;
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 28px 8px;
  position: relative;
}

.oht-platform-map li:nth-child(odd) {
  grid-template-columns: 1fr 34px;
  text-align: right;
}

.oht-platform-map li::after {
  background: linear-gradient(90deg, rgba(18, 129, 184, 0.18), rgba(18, 129, 184, 0.72));
  content: "";
  height: 1px;
  position: absolute;
  right: -108px;
  top: 50%;
  width: 104px;
}

.oht-platform-map li:nth-child(even)::after {
  background: linear-gradient(90deg, rgba(18, 129, 184, 0.72), rgba(18, 129, 184, 0.18));
  left: -108px;
  right: auto;
}

.oht-platform-map li > span {
  align-items: center;
  border: 1px solid rgba(18, 129, 184, 0.3);
  border-radius: 50%;
  color: var(--oht-blue);
  display: flex;
  font-size: 9px;
  grid-row: 1 / 3;
  height: 26px;
  justify-content: center;
  margin-top: 2px;
  width: 26px;
}

.oht-platform-map li:nth-child(odd) > span { grid-column: 2; justify-self: end; }
.oht-platform-map li:nth-child(odd) b,
.oht-platform-map li:nth-child(odd) small { grid-column: 1; }

.oht-platform-map li b {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.oht-platform-map li small {
  color: #718185;
  font-size: 11px;
  margin-top: 6px;
}

.oht-platform-line { display: none; }

/* Itinerary proposal */
.oht-experience {
  background: var(--oht-teal);
  color: #fff;
  overflow: hidden;
}

.oht-split-heading--light h2,
.oht-split-heading--light > p {
  color: #fff;
}

.oht-experience .oht-kicker {
  color: #8fc4ce;
}

.oht-split-heading--light > p {
  color: #b7d0d4;
}

.oht-proposal-stage {
  min-height: 640px;
  position: relative;
}

.oht-proposal-desktop {
  background: #fff;
  border-radius: 8px;
  color: var(--oht-ink);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 22px;
  width: 88%;
}

.oht-proposal-nav {
  align-items: center;
  display: flex;
  height: 65px;
  justify-content: space-between;
  padding: 0 35px;
}

.oht-proposal-nav b {
  color: var(--oht-teal);
  font-size: 19px;
}

.oht-proposal-nav span {
  color: #718185;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.oht-proposal-hero {
  background: #d9e9e7;
  min-height: 290px;
  overflow: hidden;
  padding: 52px 58px;
  position: relative;
}

.oht-proposal-hero::before,
.oht-mobile-art::before {
  border: 1px solid rgba(2, 55, 66, 0.15);
  border-radius: 50%;
  bottom: -160px;
  content: "";
  height: 320px;
  position: absolute;
  right: 70px;
  width: 320px;
}

.oht-proposal-hero::after,
.oht-mobile-art::after {
  border-bottom: 70px solid #6d9990;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 115px;
  width: 0;
}

.oht-proposal-hero > div {
  max-width: 480px;
  position: relative;
  z-index: 2;
}

.oht-proposal-hero small {
  color: var(--oht-blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oht-proposal-hero h3 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.06;
  margin: 12px 0 19px;
  max-width: 410px;
}

.oht-proposal-hero p {
  color: #476266;
  font-size: 11px;
  margin-bottom: 0;
}

.oht-sun {
  background: var(--oht-orange);
  border-radius: 50%;
  display: block;
  height: 55px;
  position: absolute;
  right: 115px;
  top: 47px;
  width: 55px;
}

.oht-proposal-day {
  align-items: center;
  border-bottom: 1px solid var(--oht-line);
  display: grid;
  gap: 25px;
  grid-template-columns: 75px 1fr auto;
  min-height: 81px;
  padding: 15px 34px;
}

.oht-proposal-day > span {
  color: var(--oht-blue);
  font-size: 9px;
  font-weight: 700;
}

.oht-proposal-day small,
.oht-proposal-day b {
  display: block;
}

.oht-proposal-day small { color: #899699; font-size: 7px; }
.oht-proposal-day b { font-size: 12px; font-weight: 600; }
.oht-proposal-day em { color: var(--oht-teal); font-size: 9px; font-style: normal; font-weight: 700; }

.oht-proposal-mobile {
  background: var(--oht-paper);
  border: 7px solid #fff;
  border-radius: 27px;
  bottom: -6px;
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.22);
  color: var(--oht-ink);
  min-height: 510px;
  overflow: hidden;
  padding: 0 19px 22px;
  position: absolute;
  right: 0;
  width: 235px;
}

.oht-mobile-top {
  align-items: center;
  display: flex;
  height: 47px;
  justify-content: space-between;
}

.oht-mobile-top b { color: var(--oht-teal); font-size: 13px; }
.oht-mobile-top span { color: #778689; font-size: 8px; }

.oht-mobile-art {
  background: #d9e9e7;
  height: 157px;
  margin: 0 -19px 18px;
  overflow: hidden;
  position: relative;
}

.oht-mobile-art::before {
  bottom: -85px;
  height: 170px;
  right: -15px;
  width: 170px;
}

.oht-mobile-art::after {
  border-bottom-width: 46px;
  border-left-width: 65px;
  border-right-width: 65px;
  right: 8px;
}

.oht-mobile-art .oht-sun {
  height: 31px;
  right: 28px;
  top: 27px;
  width: 31px;
}

.oht-proposal-mobile > small {
  color: var(--oht-blue);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.oht-proposal-mobile > h3 {
  font-size: 24px;
  line-height: 1.1;
  margin: 6px 0 7px;
}

.oht-proposal-mobile > p {
  color: #758589;
  font-size: 8px;
  margin-bottom: 16px;
}

.oht-mobile-entry {
  align-items: center;
  border-top: 1px solid var(--oht-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 25px 1fr;
  padding: 13px 0;
}

.oht-mobile-entry i {
  background: var(--oht-blue);
  border-radius: 50%;
  height: 21px;
  width: 21px;
}

.oht-mobile-entry:last-child i { background: #d7a044; }
.oht-mobile-entry span { font-size: 8px; font-weight: 600; }
.oht-mobile-entry small { color: #899699; display: block; font-size: 6px; }

/* Finished client itinerary */
.oht-proposal-stage {
  min-height: 760px;
  overflow: hidden;
}

.oht-itinerary-stack {
  height: 100%;
  inset: 0;
  position: absolute;
}

.oht-itinerary-page {
  background: #f8f5ed;
  box-shadow: 0 28px 60px rgba(0, 24, 29, 0.3);
  color: var(--oht-ink);
  height: 455px;
  overflow: hidden;
  position: absolute;
  width: 325px;
}

.oht-itinerary-page > header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  height: 42px;
  justify-content: space-between;
  padding: 0 18px;
}

.oht-itinerary-page > header b { color: var(--oht-teal); font-size: 13px; }
.oht-itinerary-page > header span { color: #7a8788; font-size: 7px; letter-spacing: 0.12em; text-transform: uppercase; }

.oht-itinerary-page__image,
.oht-itinerary-cover__image,
.oht-mobile-art {
  background-image: url('../images/oriza-itinerary-tanzania-v1.png');
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.oht-itinerary-page__image { height: 190px; }
.oht-itinerary-page__image--elephants { background-position: 0 0; }
.oht-itinerary-page__image--lodge { background-position: 100% 0; }
.oht-itinerary-page__image--drive { background-position: 0 100%; }
.oht-itinerary-page__image--plains { background-position: 100% 100%; }

.oht-itinerary-page__body { padding: 25px 27px; }
.oht-itinerary-page__body > small,
.oht-itinerary-cover__copy > small { color: var(--oht-orange); display: block; font-size: 8px; font-weight: 700; letter-spacing: 0.13em; margin-bottom: 8px; text-transform: uppercase; }
.oht-itinerary-page__body h3 { font-size: 24px; letter-spacing: -0.035em; line-height: 1.05; margin: 0 0 12px; }
.oht-itinerary-page__body p { color: #607174; font-size: 10px; line-height: 1.55; margin: 0 0 16px; }
.oht-itinerary-page__body > em { border-top: 1px solid #d9dfdc; color: var(--oht-teal); display: block; font-size: 8px; font-style: normal; font-weight: 700; padding-top: 12px; }

.oht-itinerary-route { align-items: center; display: flex; font-size: 8px; font-weight: 700; gap: 8px; }
.oht-itinerary-route i { background: #adc3c4; height: 1px; position: relative; width: 42px; }
.oht-itinerary-route i::after { background: var(--oht-orange); border-radius: 50%; content: ""; height: 5px; position: absolute; right: 0; top: -2px; width: 5px; }

.oht-itinerary-page dl { margin: 20px 0 0; }
.oht-itinerary-page dl div { border-top: 1px solid #d9dfdc; display: flex; justify-content: space-between; padding: 9px 0; }
.oht-itinerary-page dt { color: #758487; font-size: 8px; }
.oht-itinerary-page dd { font-size: 8px; font-weight: 700; margin: 0; }

.oht-itinerary-page--summary { left: 0; top: 140px; transform: rotate(-8deg); z-index: 1; }
.oht-itinerary-page--activity { left: 16%; top: 55px; transform: rotate(-4deg); z-index: 2; }
.oht-itinerary-page--stay { right: 16%; top: 50px; transform: rotate(4deg); z-index: 2; }
.oht-itinerary-page--day { right: 0; top: 135px; transform: rotate(8deg); z-index: 1; }

.oht-itinerary-page--cover {
  background: var(--oht-teal);
  color: #fff;
  height: 555px;
  left: 50%;
  top: 82px;
  transform: translateX(-50%);
  width: 410px;
  z-index: 4;
}

.oht-itinerary-page--cover > header { background: transparent; color: #fff; left: 0; position: absolute; right: 0; top: 0; z-index: 2; }
.oht-itinerary-page--cover > header b,
.oht-itinerary-page--cover > header span { color: #fff; }
.oht-itinerary-cover__image { background-position: 0 0; height: 100%; inset: 0; position: absolute; }
.oht-itinerary-cover__image::after { background: linear-gradient(180deg, rgba(3, 36, 42, 0.1) 20%, rgba(3, 36, 42, 0.88) 88%); content: ""; inset: 0; position: absolute; }
.oht-itinerary-cover__copy { bottom: 65px; left: 34px; position: absolute; right: 34px; z-index: 2; }
.oht-itinerary-cover__copy h3 { color: #fff; font-size: 43px; letter-spacing: -0.05em; line-height: 0.98; margin: 0 0 14px; }
.oht-itinerary-cover__copy p { align-items: center; color: #fff; display: flex; font-size: 11px; gap: 10px; margin: 0; }
.oht-itinerary-cover__copy p i { background: var(--oht-orange); border-radius: 50%; height: 5px; width: 5px; }
.oht-itinerary-page--cover > footer { bottom: 20px; display: flex; gap: 16px; left: 34px; position: absolute; z-index: 2; }
.oht-itinerary-page--cover > footer span { color: rgba(255, 255, 255, 0.72); font-size: 7px; letter-spacing: 0.08em; text-transform: uppercase; }

.oht-proposal-stage > .oht-proposal-mobile {
  bottom: 12px;
  right: 16px;
  transform: scale(0.82);
  transform-origin: right bottom;
  z-index: 5;
}

.oht-proposal-stage .oht-mobile-art { background-position: 100% 100%; }

/* Audience */
.oht-audience {
  background: var(--oht-paper);
}

.oht-audience-list {
  border-bottom: 1px solid var(--oht-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.oht-audience-list li {
  border-top: 1px solid var(--oht-line);
  font-size: 20px;
  font-weight: 600;
  min-height: 150px;
  padding: 29px 24px;
}

.oht-audience-list li + li { border-left: 1px solid var(--oht-line); }
.oht-audience-list span { color: var(--oht-blue); display: block; font-size: 9px; font-weight: 700; margin-bottom: 45px; }

/* Connected workspace */
.oht-connected {
  background: var(--oht-sand);
  border-top: 1px solid rgba(16, 46, 51, 0.08);
}

.oht-connected__grid {
  align-items: center;
  display: grid;
  gap: 55px;
  grid-template-columns: 0.68fr 1.32fr;
}

.oht-connected__copy h2 {
  margin-bottom: 30px;
}

.oht-connected__map {
  height: 565px;
  position: relative;
}

.oht-connected__map::before,
.oht-connected__map::after {
  border: 1px solid rgba(16, 46, 51, 0.13);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.oht-connected__map::before { border-color: rgba(16, 46, 51, 0.2); height: 390px; width: 390px; }
.oht-connected__map::after { border-color: rgba(16, 46, 51, 0.2); height: 545px; width: 545px; }

.oht-map-center,
.oht-map-node {
  align-items: center;
  background: var(--oht-paper);
  border: 1px solid rgba(16, 46, 51, 0.16);
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.oht-map-center {
  border-radius: 50%;
  flex-direction: column;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.oht-map-center b {
  color: var(--oht-teal);
  font-size: 32px;
  letter-spacing: -0.05em;
}

.oht-map-center small { color: #78878a; font-size: 8px; }

.oht-map-node {
  border-radius: 50px;
  border-color: rgba(16, 46, 51, 0.24);
  font-size: 12px;
  font-weight: 700;
  min-height: 47px;
  min-width: 104px;
  padding: 10px 17px;
}

.oht-map-node--crm { left: 6%; top: 24%; }
.oht-map-node--tours { left: 42%; top: 3%; }
.oht-map-node--estimates { right: 2%; top: 25%; }
.oht-map-node--tasks { right: 8%; top: 63%; }
.oht-map-node--expenses { bottom: 2%; right: 36%; }
.oht-map-node--projects { bottom: 12%; left: 8%; }
.oht-map-node--reports { left: 0; top: 52%; }

/* Final CTA */
.oht-final {
  background: var(--oht-blue);
  color: #fff;
  overflow: hidden;
  padding: 140px 0;
  position: relative;
}

.oht-final__route {
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  height: 600px;
  position: absolute;
  right: -280px;
  top: -320px;
  width: 600px;
}

.oht-final__route::before {
  background: var(--oht-orange);
  border: 7px solid var(--oht-blue);
  border-radius: 50%;
  bottom: 36px;
  content: "";
  height: 25px;
  left: 96px;
  position: absolute;
  width: 25px;
}

.oht-final__inner {
  max-width: 990px;
  text-align: center;
}

.oht-final .oht-eyebrow {
  color: #d6edf4;
  justify-content: center;
}

.oht-final h2 {
  color: #fff;
  font-size: clamp(48px, 6.5vw, 86px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
}

.oht-final__inner > p:not(.oht-eyebrow) {
  color: #d7edf4;
  font-size: 18px;
  margin-bottom: 35px;
}

.oht-button--light {
  background: #fff;
  color: var(--oht-teal);
  padding-left: 29px;
  padding-right: 29px;
}

.oht-button--light:hover {
  background: var(--oht-paper);
  color: var(--oht-teal);
}

/* Laptop */
@media (max-width: 1399px) {
  .oht-shell { max-width: 1160px; }
  .oht-hero__grid { gap: 45px; grid-template-columns: minmax(360px, 0.8fr) minmax(540px, 1.2fr); }
  .oht-hero__visual { margin-right: -230px; transform: scale(0.92); transform-origin: left center; }
  .oht-builder-grid { grid-template-columns: 255px minmax(400px, 1fr) 230px; }
  .oht-editorial-grid { gap: 70px; }
}

@media (max-width: 1199px) {
  .oht-shell { padding-left: 32px; padding-right: 32px; }
  .oht-section { padding: 112px 0; }
  .oht-hero { min-height: 740px; padding: 54px 0 90px; }
  .oht-hero__grid { grid-template-columns: minmax(350px, 0.9fr) minmax(500px, 1.1fr); }
  .oht-hero h1 { font-size: 66px; }
  .oht-hero__visual { margin-right: -300px; transform: scale(0.82); }
  .oht-split-heading { gap: 55px; }
  .oht-builder-grid { grid-template-columns: 220px minmax(390px, 1fr); }
  .oht-builder-summary { display: none; }
  .oht-editorial-grid { gap: 55px; grid-template-columns: minmax(310px, 0.8fr) minmax(500px, 1.2fr); }
  .oht-platform-map ol { column-gap: 310px; }
  .oht-proposal-desktop { width: 84%; }
  .oht-connected__grid { gap: 45px; }
}

/* Tablet */
@media (max-width: 991px) {
  .oht-shell { padding-left: 28px; padding-right: 28px; }
  .oht-section { padding: 98px 0; }
  .oht-heading { margin-bottom: 54px; }
  .oht-hero { padding: 66px 0 96px; }
  .oht-hero__grid { display: block; }
  .oht-hero__copy { max-width: 700px; padding-bottom: 65px; }
  .oht-hero h1 { font-size: clamp(58px, 9vw, 76px); max-width: 760px; }
  .oht-lede { max-width: 640px; }
  .oht-hero__visual { margin: 0; min-height: 535px; transform: none; }
  .oht-app-frame--hero { left: 50%; transform: translateX(-50%); width: 760px; }
  .oht-float--lead { left: 3%; }
  .oht-float--estimate { left: auto; right: 4%; }
  .oht-workflow { padding: 98px 0 105px; }
  .oht-journey { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
  .oht-journey::before { display: none; }
  .oht-journey li { border-top: 1px solid var(--oht-white-line); flex-direction: row; justify-content: flex-start; padding-top: 16px; text-align: left; }
  .oht-journey span { flex: 0 0 34px; }
  .oht-split-heading { align-items: start; gap: 30px; grid-template-columns: 1fr; }
  .oht-split-heading > p { max-width: 680px; }
  .oht-builder-grid { grid-template-columns: 210px minmax(0, 1fr); }
  .oht-capabilities { grid-template-columns: repeat(2, 1fr); }
  .oht-capabilities li:nth-child(3) { border-left: 0; }
  .oht-editorial-grid { grid-template-columns: 1fr; }
  .oht-editorial-copy { max-width: 690px; }
  .oht-crm-visual { max-width: 760px; padding-left: 0; }
  .oht-platform-map { min-height: 730px; overflow: visible; padding-top: 270px; }
  .oht-platform-core { height: 235px; top: 118px; width: 235px; }
  .oht-platform-core b { font-size: 58px; }
  .oht-platform-map ol { column-gap: 54px; grid-template-rows: repeat(3, 118px); inset: auto 15px 30px; position: absolute; }
  .oht-platform-map ol::before { background: rgba(18, 129, 184, 0.2); bottom: 20px; content: ""; left: 50%; position: absolute; top: -23px; width: 1px; }
  .oht-platform-map li { padding: 20px 28px; }
  .oht-platform-map li::after { right: -27px; width: 25px; }
  .oht-platform-map li:nth-child(even)::after { left: -27px; }
  .oht-proposal-stage { min-height: 680px; }
  .oht-itinerary-page { height: 410px; width: 280px; }
  .oht-itinerary-page__image { height: 165px; }
  .oht-itinerary-page--summary { left: -65px; top: 130px; }
  .oht-itinerary-page--activity { left: 2%; top: 70px; }
  .oht-itinerary-page--stay { right: 2%; top: 65px; }
  .oht-itinerary-page--day { right: -65px; top: 125px; }
  .oht-itinerary-page--cover { height: 520px; top: 80px; width: 360px; }
  .oht-itinerary-cover__copy h3 { font-size: 38px; }
  .oht-proposal-desktop { width: calc(100% - 115px); }
  .oht-proposal-hero { padding-left: 42px; }
  .oht-proposal-hero h3 { font-size: 39px; }
  .oht-audience-list { grid-template-columns: repeat(2, 1fr); }
  .oht-audience-list li:nth-child(3) { border-left: 0; }
  .oht-connected__grid { grid-template-columns: 1fr; }
  .oht-connected__copy { max-width: 650px; }
  .oht-connected__map { margin: 0 auto; max-width: 650px; width: 100%; }
}

/* Mobile */
@media (max-width: 767px) {
  .page-template-page-home-tours .header__padding { padding-bottom: 14px; padding-top: 14px; }
  .oht-shell { padding-left: 20px; padding-right: 20px; }
  .oht-section { padding: 78px 0; }
  .oht-kicker, .oht-eyebrow { font-size: 10px; margin-bottom: 18px; }
  .oht-heading { margin-bottom: 40px; }
  .oht-heading h2,
  .oht-split-heading h2,
  .oht-editorial-copy h2,
  .oht-connected__copy h2 { font-size: 39px; line-height: 1.06; }
  .oht-split-heading { margin-bottom: 43px; }
  .oht-split-heading > p,
  .oht-editorial-copy > p,
  .oht-connected__copy > p { font-size: 16px; }
  .oht-hero { min-height: auto; padding: 46px 0 72px; }
  .oht-hero__copy { padding-bottom: 45px; padding-top: 8px; }
  .oht-hero h1 { font-size: clamp(47px, 13vw, 62px); line-height: 1; margin-bottom: 25px; }
  .oht-lede { font-size: 16px; margin-bottom: 28px; }
  .oht-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 29px; }
  .oht-button--primary { width: 100%; }
  .oht-button--text { min-height: 42px; }
  .oht-proof { align-items: flex-start; line-height: 1.5; }
  .oht-hero__visual { min-height: 385px; }
  .oht-app-frame--hero { left: 0; transform: none; width: 610px; }
  .oht-app-frame { box-shadow: 0 22px 45px rgba(2, 55, 66, 0.12); }
  .oht-appbar { height: 46px; }
  .oht-appbody { grid-template-columns: 105px minmax(0, 1fr); min-height: 390px; }
  .oht-appnav { padding-top: 18px; }
  .oht-appmain { padding: 20px; }
  .oht-float { display: none; }
  .oht-workflow { padding: 76px 0 80px; }
  .oht-workflow h2 { font-size: 40px; }
  .oht-workflow .oht-heading { text-align: left; }
  .oht-workflow .oht-heading .oht-kicker { justify-content: flex-start; }
  .oht-journey { gap: 0; grid-template-columns: 1fr; padding-top: 0; }
  .oht-journey li { min-height: 62px; padding: 13px 0; }
  .oht-journey span { height: 30px; width: 30px; }
  .oht-builder-stage { border-radius: 12px; }
  .oht-builder-stage__top { align-items: flex-start; flex-direction: column; gap: 14px; padding: 18px; }
  .oht-builder-stage__top b { font-size: 14px; }
  .oht-builder-grid { display: block; min-height: auto; padding: 10px; }
  .oht-builder-days { display: grid; grid-template-columns: repeat(4, 165px); margin-bottom: 10px; overflow-x: auto; scrollbar-width: none; }
  .oht-builder-days::-webkit-scrollbar { display: none; }
  .oht-builder-days__title { grid-column: 1 / -1; padding: 14px; position: sticky; left: 0; }
  .oht-builder-days article { border-left: 1px solid var(--oht-line); border-top: 1px solid var(--oht-line); min-height: 85px; }
  .oht-builder-detail { padding: 20px 17px; }
  .oht-builder-detail__title { align-items: flex-start; gap: 12px; }
  .oht-builder-detail__title h3 { font-size: 21px; }
  .oht-builder-item { grid-template-columns: 12px 1fr; }
  .oht-builder-item b { font-size: 13px; }
  .oht-builder-item > span { display: none; }
  .oht-capabilities { grid-template-columns: 1fr; margin-top: 23px; }
  .oht-capabilities li + li { border-left: 0; }
  .oht-capabilities li { min-height: 60px; padding-left: 4px; }
  .oht-editorial-grid { gap: 50px; }
  .oht-editorial-copy > p { margin-bottom: 33px; }
  .oht-crm-visual { max-width: 100%; min-width: 0; padding-bottom: 45px; width: 100%; }
  .oht-crm-visual::before { height: 230px; left: -90px; top: -30px; width: 230px; }
  .oht-image-window { border-radius: 8px; }
  .oht-crm-board { max-width: 100%; overflow-x: auto; padding: 13px; width: 100%; }
  .oht-crm-board__head,
  .oht-crm-pipeline { min-width: 650px; }
  .oht-crm-note { min-width: 190px; right: -8px; }
  .oht-platform-map { background-position: center top; min-height: 850px; padding-top: 245px; }
  .oht-platform-core { height: 210px; padding: 28px; top: 105px; width: 210px; }
  .oht-platform-core b { font-size: 50px; }
  .oht-platform-map ol { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(6, 92px); inset: auto 0 20px; padding-left: 0; }
  .oht-platform-map ol::before { bottom: 42px; left: 15px; top: -28px; }
  .oht-platform-map li,
  .oht-platform-map li:nth-child(odd) { grid-template-columns: 42px 1fr; min-height: 92px; padding: 17px 0; text-align: left; }
  .oht-platform-map li::after,
  .oht-platform-map li:nth-child(even)::after { display: none; }
  .oht-platform-map li > span,
  .oht-platform-map li:nth-child(odd) > span { background: var(--oht-paper); grid-column: 1; grid-row: 1 / 3; justify-self: start; position: relative; z-index: 1; }
  .oht-platform-map li:nth-child(odd) b,
  .oht-platform-map li:nth-child(odd) small { grid-column: 2; }
  .oht-platform-map li b { font-size: 19px; }
  .oht-experience { padding-bottom: 90px; }
  .oht-proposal-stage { min-height: 680px; margin-left: -20px; margin-right: -20px; }
  .oht-itinerary-page { height: 350px; width: 235px; }
  .oht-itinerary-page__image { height: 135px; }
  .oht-itinerary-page__body { padding: 18px; }
  .oht-itinerary-page__body h3 { font-size: 19px; }
  .oht-itinerary-page--summary { display: none; }
  .oht-itinerary-page--activity { left: -70px; top: 120px; transform: rotate(-6deg); }
  .oht-itinerary-page--stay { right: -70px; top: 115px; transform: rotate(6deg); }
  .oht-itinerary-page--day { right: -18px; top: 72px; transform: rotate(3deg); z-index: 2; }
  .oht-itinerary-page--cover { height: 465px; left: 50%; top: 105px; width: 310px; }
  .oht-itinerary-cover__copy { bottom: 58px; left: 25px; right: 25px; }
  .oht-itinerary-cover__copy h3 { font-size: 34px; }
  .oht-itinerary-page--cover > footer { left: 25px; }
  .oht-proposal-desktop { left: -20px; top: 0; width: 540px; }
  .oht-proposal-nav { height: 49px; padding: 0 21px; }
  .oht-proposal-hero { min-height: 220px; padding: 32px 28px; }
  .oht-proposal-hero h3 { font-size: 34px; max-width: 315px; }
  .oht-proposal-hero .oht-sun { right: 65px; }
  .oht-proposal-day { grid-template-columns: 60px 1fr; padding-left: 22px; }
  .oht-proposal-day em { display: none; }
  .oht-proposal-mobile { bottom: -5px; right: -8px; transform: scale(0.68); transform-origin: right bottom; }
  .oht-audience .oht-heading { text-align: left; }
  .oht-audience .oht-heading .oht-kicker { justify-content: flex-start; }
  .oht-audience-list { grid-template-columns: 1fr; }
  .oht-audience-list li { align-items: center; display: flex; font-size: 18px; gap: 20px; min-height: 75px; padding: 18px 4px; }
  .oht-audience-list li + li { border-left: 0; }
  .oht-audience-list span { margin: 0; }
  .oht-connected__map { height: 390px; transform: scale(0.88); transform-origin: center; width: 113%; margin-left: -6.5%; }
  .oht-connected__map::before { height: 245px; width: 245px; }
  .oht-connected__map::after { height: 360px; width: 360px; }
  .oht-map-center { height: 105px; width: 105px; }
  .oht-map-center b { font-size: 23px; }
  .oht-map-node { font-size: 9px; min-height: 37px; min-width: 78px; padding: 7px 11px; }
  .oht-final { padding: 96px 0; }
  .oht-final h2 { font-size: 51px; }
  .oht-final__inner > p:not(.oht-eyebrow) { font-size: 16px; }
  .oht-button--light { width: 100%; }
}

@media (max-width: 420px) {
  .oht-hero__visual { min-height: 350px; transform: scale(0.91); transform-origin: left top; width: 110%; }
  .oht-proposal-mobile { bottom: -20px; right: -35px; transform: scale(0.6); }
  .oht-connected__map { transform: scale(0.78); width: 128%; margin-left: -14%; }
}

@media (prefers-reduced-motion: reduce) {
  .oriza-home-tours *,
  .oriza-home-tours *::before,
  .oriza-home-tours *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .oht-button,
  .oht-float,
  .oht-final__route { display: none !important; }
  .oriza-home-tours,
  .oht-workflow,
  .oht-experience,
  .oht-final { background: #fff !important; color: #000 !important; }
  .oht-section { break-inside: avoid; padding: 50px 0; }
}
