.mobile-home {
  display: none;
}

@media (min-width: 768px) {
  .mobile-home {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.mobile-home-open {
    overflow: hidden;
  }

  body[data-page="home"] {
    min-height: 100%;
    background: #f7f8fa;
  }

  body[data-page="home"] > .container {
    display: none !important;
  }

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

  .mobile-home {
    display: block;
    width: 100%;
    overflow-x: clip;
    color: #1a1a1a;
    background: #f7f8fa;
  }

  .mobile-home a {
    color: inherit;
    text-decoration: none;
  }

  .mobile-home img {
    display: block;
    max-width: 100%;
  }

  .mobile-home__header {
    position: sticky;
    top: 0;
    z-index: 40;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
    backdrop-filter: blur(10px);
  }

  .mobile-home__logo {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    max-width: 150px;
  }

  .mobile-home__logo-text {
    width: 104px;
    display: grid;
    gap: 3px;
  }

  .mobile-home__logo-text img {
    width: 100%;
    height: auto;
  }

  .mobile-home__logo-mark {
    width: 34px;
    height: auto;
  }

  .mobile-home__menu-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 8px;
    background: #1a1a1a;
    cursor: pointer;
  }

  .mobile-home__menu-button span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #fff;
  }

  .mobile-home__overlay[hidden],
  .mobile-home__menu[hidden] {
    display: none !important;
  }

  .mobile-home__overlay {
    position: fixed;
    inset: 64px 0 0;
    z-index: 35;
    background: rgba(0, 0, 0, 0.36);
  }

  .mobile-home__menu {
    position: fixed;
    top: 64px;
    right: 12px;
    left: 12px;
    z-index: 45;
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(26, 26, 26, 0.16);
  }

  .mobile-home__menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-home__menu a[aria-current="page"] {
    color: #fff;
    background: #1a1a1a;
  }

  .mobile-home__hero {
    background: #fff;
  }

  .mobile-home__hero-media {
    width: 100%;
  }

  .mobile-home__hero-media img {
    width: 100%;
    aspect-ratio: 39 / 20;
    object-fit: cover;
    object-position: center;
  }

  .mobile-home__hero-card {
    width: calc(100% - 32px);
    margin: -28px auto 0;
    position: relative;
    z-index: 1;
    padding: 20px 18px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.06);
  }

  .mobile-home__eyebrow,
  .mobile-home__proof {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
  }

  .mobile-home__proof {
    margin: 14px 0 0;
  }

  .mobile-home__proof::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 999px;
    background: #1a1a1a;
    vertical-align: 2px;
  }

  .mobile-home__hero h1,
  .mobile-home__section-head h2,
  .mobile-home__partners h2 {
    margin: 0;
    color: #1a1a1a;
    letter-spacing: 0;
  }

  .mobile-home__hero h1 {
    font-size: clamp(26px, 7.2vw, 30px);
    line-height: 1.3;
    font-weight: 700;
  }

  .mobile-home__hero-card > p:not(.mobile-home__eyebrow):not(.mobile-home__proof),
  .mobile-home__section-head p,
  .mobile-home__card p,
  .mobile-home__destination-card p,
  .mobile-home__story-list p,
  .mobile-home__steps p {
    margin: 12px 0 0;
    color: rgba(26, 26, 26, 0.68);
    font-size: 15px;
    line-height: 1.7;
  }

  .mobile-home__actions {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .mobile-home__button {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
  }

  .mobile-home .mobile-home__button--primary {
    color: #fff;
    background: #1a1a1a;
  }

  .mobile-home .mobile-home__button--secondary {
    color: #1a1a1a;
    border: 1px solid rgba(26, 26, 26, 0.2);
    background: #fff;
  }

  .mobile-home__section {
    padding: 34px 16px 0;
  }

  .mobile-home__partners {
    padding-top: 28px;
  }

  .mobile-home__partners h2,
  .mobile-home__section-head h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .mobile-home__partner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }

  .mobile-home__partner-list span,
  .mobile-home__pill-row span,
  .mobile-home__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 999px;
    background: #fff;
    color: rgba(26, 26, 26, 0.72);
    font-size: 14px;
    white-space: nowrap;
  }

  .mobile-home__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mobile-home__stats article,
  .mobile-home__card,
  .mobile-home__destination-card,
  .mobile-home__story-list article,
  .mobile-home__steps article {
    overflow: hidden;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 8px;
    background: #fff;
  }

  .mobile-home__stats article {
    display: grid;
    gap: 6px;
    padding: 18px 14px;
  }

  .mobile-home__stats strong {
    font-size: 28px;
    line-height: 1;
  }

  .mobile-home__stats span {
    color: rgba(26, 26, 26, 0.62);
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-home__service-list,
  .mobile-home__destination-list,
  .mobile-home__story-list,
  .mobile-home__steps,
  .mobile-home__footer-grid {
    display: grid;
    gap: 16px;
    margin-top: 18px;
  }

  .mobile-home__card img,
  .mobile-home__destination-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .mobile-home__card div,
  .mobile-home__destination-card div,
  .mobile-home__story-list article,
  .mobile-home__steps article {
    padding: 18px;
  }

  .mobile-home h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
  }

  .mobile-home__steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 999px;
    color: #fff;
    background: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
  }

  .mobile-home__tags {
    display: flex;
    gap: 10px;
    margin: 16px -16px 0 0;
    padding-right: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mobile-home__tags::-webkit-scrollbar {
    display: none;
  }

  .mobile-home__pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .mobile-home__text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #1a1a1a;
    font-weight: 700;
  }

  .mobile-home__story-list strong {
    display: block;
    margin-top: 16px;
    font-size: 24px;
    line-height: 1;
  }

  .mobile-home__story-list span,
  .mobile-home__story-list small {
    display: block;
    margin-top: 6px;
    color: rgba(26, 26, 26, 0.58);
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-home__footer {
    margin-top: 42px;
    padding: 30px 16px 24px;
    color: #fff;
    background: #1a1a1a;
  }

  .mobile-home__footer .mobile-home__logo-text {
    width: 118px;
    filter: invert(1);
  }

  .mobile-home__footer .mobile-home__logo-mark {
    width: 38px;
  }

  .mobile-home__footer-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .mobile-home__footer-brand p {
    flex-basis: 100%;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
  }

  .mobile-home__footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .mobile-home__footer h2 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.4;
  }

  .mobile-home__footer span,
  .mobile-home__footer a {
    min-height: 30px;
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.7;
  }

  .mobile-home__qr {
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 4px;
  }

  .mobile-home__copyright {
    margin: 24px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 380px) {
  .mobile-home__stats,
  .mobile-home__footer-grid {
    grid-template-columns: 1fr;
  }

  .mobile-home__logo-text {
    width: 106px;
  }
}
