/** Shopify CDN: Minification failed

Line 584:2 Unexpected "{"
Line 584:3 Expected identifier but found "%"
Line 607:2 Unexpected "{"
Line 607:3 Expected identifier but found "%"
Line 641:2 Unexpected "{"
Line 641:3 Expected identifier but found "%"
Line 779:2 Unexpected "{"
Line 779:3 Expected identifier but found "%"
Line 803:2 Unexpected "{"
Line 803:3 Expected identifier but found "%"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.notfound { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; max-width: 36rem; margin: 0 auto; padding: clamp(3rem, 8vw, 6rem) 0; text-align: center; }
  .notfound__code { margin: 0; color: var(--blue-100); font-size: clamp(4rem, 12vw, 7rem); font-weight: 700; line-height: 1; letter-spacing: -0.02em; }
  .notfound__title { margin: 0; color: var(--navy); font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 500; }
  .notfound__text { margin: 0; color: var(--ink-muted); font-size: 1rem; line-height: 1.6; }
  .notfound__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin-top: 0.75rem; }
  .notfound__btn { display: inline-flex; align-items: center; padding: 0.75rem 1.4rem; border: 1px solid var(--brand-blue); border-radius: var(--radius-pill); background: var(--brand-blue); color: #fff; font-size: 0.95rem; font-weight: 500; text-decoration: none; transition: background 0.15s ease, color 0.15s ease; }
  .notfound__btn:hover { background: var(--navy); border-color: var(--navy); }
  .notfound__btn--ghost { background: transparent; color: var(--brand-blue); }
  .notfound__btn--ghost:hover { background: var(--blue-50); color: var(--navy); border-color: var(--brand-blue); }
  .notfound__contact { display: flex; gap: 0.5rem; margin-top: 1rem; }
/* END_SECTION:404 */

/* START_SECTION:article (INDEX:1) */
.post { width: 100%; max-width: 52rem; margin: 0 auto; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .post__crumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; color: var(--ink-muted); font-size: 0.85rem; }
  .post__crumbs a { color: var(--ink-muted); text-decoration: none; }
  .post__crumbs a:hover { color: var(--brand-blue); }
  .post__meta { margin: 0 0 0.6rem; color: var(--brand-blue); font-size: 0.85rem; font-weight: 500; }
  .post__title { margin: 0 0 1rem; color: var(--navy); font-size: clamp(1.6rem, 3.2vw, 2.25rem); font-weight: 600; line-height: 1.3; }
  .post__lead { color: var(--ink-muted); font-size: 1.08rem; line-height: 1.7; }
  .post__lead p { margin: 0; }

  .post__hero { margin: 1.5rem 0 2rem; border-radius: var(--radius-card); overflow: hidden; background: var(--blue-50); box-shadow: var(--shadow-card); aspect-ratio: 16 / 9; }
  .post__hero-img { width: 100%; height: 100%; object-fit: cover; }

  .post__body { color: var(--ink); font-size: 1.02rem; line-height: 1.85; }
  .post__body p { margin: 0 0 1.1rem; }
  .post__body h2 { margin: 2.25rem 0 0.9rem; padding-left: 0.8rem; border-left: 4px solid var(--brand-blue); color: var(--navy); font-size: 1.35rem; font-weight: 600; line-height: 1.35; }
  .post__body h3 { margin: 1.75rem 0 0.7rem; color: var(--navy); font-size: 1.12rem; font-weight: 600; }
  .post__body h4 { margin: 1.4rem 0 0.5rem; color: var(--navy); font-size: 1rem; font-weight: 600; }
  .post__body a { color: var(--brand-blue); text-decoration: underline; text-underline-offset: 2px; }
  .post__body a:hover { color: var(--navy); }
  .post__body strong { color: var(--navy); font-weight: 600; }
  .post__body img { width: 100%; height: auto; margin: 1.5rem 0; border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
  .post__body p:has(> img:only-child) { margin: 0; }
  .post__body ul, .post__body ol { margin: 0 0 1.25rem; padding: 0; list-style: none; display: grid; gap: 0.6rem; }
  .post__body ul li { position: relative; padding-left: 1.4rem; }
  .post__body ul li::before { content: ""; position: absolute; left: 0.1rem; top: 0.68em; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--brand-blue); }
  .post__body ol { counter-reset: post-ol; }
  .post__body ol li { position: relative; padding-left: 2.1rem; counter-increment: post-ol; }
  .post__body ol li::before { content: counter(post-ol); position: absolute; left: 0; top: 0.2em; display: flex; align-items: center; justify-content: center; width: 1.45rem; height: 1.45rem; border-radius: 50%; background: var(--blue-50); color: var(--brand-blue); font-size: 0.8rem; font-weight: 600; }
  .post__body blockquote { margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 4px solid var(--blue-100); border-radius: 0 var(--radius-card) var(--radius-card) 0; background: var(--surface-alt); color: var(--ink-muted); }
  .post__body table { width: 100%; margin: 0 0 1.25rem; border-collapse: collapse; font-size: 0.95rem; }
  .post__body th, .post__body td { padding: 0.6rem 0.75rem; border-bottom: 1px solid var(--hairline); text-align: left; vertical-align: top; }
  .post__body th { color: var(--navy); background: var(--surface-alt); }
  .post__body hr { margin: 2rem 0; border: 0; border-top: 1px solid var(--hairline); }
  .post--skip-first .post__body > p:first-child:has(> img:only-child) { display: none; }

  .post__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--hairline); }
  .post__back { color: var(--brand-blue); font-weight: 500; text-decoration: none; }
  .post__back:hover { color: var(--navy); }
  .post__cta { display: inline-flex; align-items: center; padding: 0.7rem 1.3rem; border: 0; border-radius: var(--radius-pill); background: var(--brand-blue); color: #fff; font-size: 0.95rem; font-weight: 500; text-decoration: none; cursor: pointer; transition: background 0.15s ease; }
  .post__cta:hover { background: var(--navy); }

  .post__comments { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--hairline); }
  .post__comments-title { margin: 0 0 1rem; color: var(--navy); font-size: 1.3rem; font-weight: 500; }
  .post__comment { padding: 0.9rem 1rem; margin-bottom: 0.75rem; border: 1px solid var(--hairline); border-radius: var(--radius-card); }
  .post__comment-meta { margin: 0 0 0.35rem; color: var(--ink-muted); font-size: 0.85rem; }
  .post__comment-form { display: grid; gap: 0.5rem; max-width: 32rem; margin-top: 1.5rem; }
  .post__comment-form h3 { margin: 0 0 0.25rem; color: var(--navy); font-size: 1.05rem; font-weight: 500; }
  .post__comment-form label { color: var(--ink-muted); font-size: 0.85rem; }
  .post__comment-form input, .post__comment-form textarea { padding: 0.6rem 0.8rem; border: 1px solid var(--hairline); border-radius: 10px; }
  .post__comment-form button { justify-self: start; margin-top: 0.5rem; }

  @media (max-width: 749px) {
    .post__hero { aspect-ratio: 4 / 3; margin: 1.25rem 0 1.5rem; }
    .post__body { font-size: 1rem; line-height: 1.8; }
    .post__body h2 { font-size: 1.2rem; }
  }
/* END_SECTION:article */

/* START_SECTION:blog (INDEX:2) */
.blog { width: 100%; max-width: var(--page-width); margin: 0 auto; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .blog__crumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; color: var(--ink-muted); font-size: 0.85rem; }
  .blog__crumbs a { color: var(--ink-muted); text-decoration: none; }
  .blog__crumbs a:hover { color: var(--brand-blue); }
  .blog__head { margin-bottom: 1.5rem; }
  .blog__title { margin: 0; color: var(--navy); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; }
  .blog__subtitle { margin: 0.5rem 0 0; color: var(--ink-muted); font-size: 0.98rem; }
  .blog__empty { color: var(--ink-muted); }
  .blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

  .blog-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-card); overflow: hidden; text-decoration: none; box-shadow: var(--shadow-card); transition: transform 0.15s ease, box-shadow 0.15s ease; }
  .blog-card:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(4, 44, 83, 0.06), 0 16px 32px rgba(4, 44, 83, 0.1); }
  .blog-card__media { display: block; aspect-ratio: 16 / 10; background: var(--blue-50); overflow: hidden; }
  .blog-card__img, .blog-card__ph, .blog-card__ph-svg { width: 100%; height: 100%; object-fit: cover; }
  .blog-card__ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--blue-50), var(--blue-100)); }
  .blog-card__ph-svg { fill: rgba(24, 95, 165, 0.35); width: 34%; height: 34%; }
  .blog-card__body { display: flex; flex-direction: column; gap: 0.45rem; padding: 1rem 1.1rem 1.15rem; }
  .blog-card__meta { color: var(--brand-blue); font-size: 0.8rem; font-weight: 500; }
  .blog-card__title { color: var(--navy); font-size: 1.08rem; font-weight: 500; line-height: 1.35; }
  .blog-card__excerpt { color: var(--ink-muted); font-size: 0.9rem; line-height: 1.55; }
  .blog-card__more { margin-top: 0.3rem; color: var(--brand-blue); font-size: 0.88rem; font-weight: 500; }

  .blog__pagination { display: flex; justify-content: center; margin-top: 2rem; font-size: 0.95rem; }
  .blog__pagination .page, .blog__pagination .prev, .blog__pagination .next, .blog__pagination .deco { display: inline-flex; align-items: center; justify-content: center; min-width: 2.2rem; height: 2.2rem; margin: 0 0.15rem; padding: 0 0.6rem; border: 1px solid var(--hairline); border-radius: 8px; color: var(--navy); }
  .blog__pagination a { color: inherit; text-decoration: none; }
  .blog__pagination .current { background: var(--brand-blue); border-color: var(--brand-blue); color: #fff; }
  .blog__pagination .deco { border: 0; }

  @media (max-width: 989px) { .blog__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 749px) { .blog__grid { grid-template-columns: 1fr; gap: 1rem; } }
/* END_SECTION:blog */

/* START_SECTION:cart (INDEX:3) */
.cart { width: 100%; max-width: var(--page-width); margin: 0 auto; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .cart__head { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; }
  .cart__title { margin: 0; color: var(--navy); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; }
  .cart__count { color: var(--ink-muted); font-size: 0.95rem; }

  .cart__layout { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 1.5rem; align-items: start; }
  .cart__lines { display: grid; gap: 1rem; }

  .cart-line { display: grid; grid-template-columns: 9rem minmax(0, 1fr) auto; gap: 1.1rem; padding: 1rem; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
  .cart-line__media { display: block; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; background: var(--blue-50); }
  .cart-line__img, .cart-line__ph, .cart-line__ph-svg { width: 100%; height: 100%; object-fit: cover; }
  .cart-line__ph { display: flex; align-items: center; justify-content: center; }
  .cart-line__ph-svg { fill: rgba(24, 95, 165, 0.35); width: 40%; height: 40%; }
  .cart-line__info { display: flex; flex-direction: column; gap: 0.35rem; min-width: 0; }
  .cart-line__title { color: var(--navy); font-size: 1.02rem; font-weight: 500; line-height: 1.4; text-decoration: none; }
  .cart-line__title:hover { color: var(--brand-blue); }
  .cart-line__variant { color: var(--ink-muted); font-size: 0.88rem; }
  .cart-line__props { display: flex; flex-wrap: wrap; gap: 0.4rem 0.75rem; margin: 0.1rem 0 0; padding: 0; list-style: none; font-size: 0.85rem; color: var(--navy); }
  .cart-line__props li { padding: 0.2rem 0.6rem; border-radius: var(--radius-pill); background: var(--blue-50); }
  .cart-line__props span { color: var(--ink-muted); margin-right: 0.35rem; }
  .cart-line__unit { margin-top: 0.15rem; color: var(--ink); font-size: 0.95rem; }
  .cart-line__unit span { color: var(--ink-muted); font-size: 0.85rem; }
  .cart-line__remove { align-self: flex-start; margin-top: auto; color: var(--ink-muted); font-size: 0.85rem; text-decoration: underline; text-underline-offset: 2px; }
  .cart-line__remove:hover { color: var(--sale); }
  .cart-line__side { display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; }
  .cart-line__label { color: var(--ink-muted); font-size: 0.8rem; }
  .cart-qty { display: inline-flex; align-items: center; border: 1px solid var(--hairline); border-radius: var(--radius-pill); overflow: hidden; background: var(--surface); }
  .cart-qty__btn { width: 2.2rem; height: 2.2rem; border: 0; background: transparent; color: var(--brand-blue); font-size: 1.1rem; cursor: pointer; }
  .cart-qty__btn:hover { background: var(--blue-50); }
  .cart-qty__input { width: 2.8rem; height: 2.2rem; border: 0; text-align: center; font-size: 0.95rem; color: var(--navy); background: transparent; -moz-appearance: textfield; }
  .cart-qty__input::-webkit-outer-spin-button, .cart-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
  .cart-qty__input:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: -2px; }
  .cart-line__total { margin-top: auto; color: var(--price); font-size: 1.1rem; font-weight: 600; }
  .cart__update { display: flex; justify-content: flex-end; }
  .cart__update-btn { padding: 0.45rem 0.9rem; border: 1px solid var(--hairline); border-radius: var(--radius-pill); background: var(--surface); color: var(--ink-muted); font-size: 0.85rem; cursor: pointer; }
  .cart__update-btn:hover { color: var(--navy); border-color: var(--blue-100); }

  .cart__summary { position: sticky; top: 5rem; display: flex; flex-direction: column; gap: 0.75rem; padding: 1.25rem; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
  .cart__summary-title { margin: 0 0 0.25rem; color: var(--navy); font-size: 1.1rem; font-weight: 500; }
  .cart__row { display: flex; justify-content: space-between; align-items: baseline; padding-top: 0.5rem; border-top: 1px solid var(--hairline); color: var(--ink); }
  .cart__row strong { color: var(--price); font-size: 1.35rem; font-weight: 600; }
  .cart__note { margin: 0; color: var(--ink-muted); font-size: 0.82rem; line-height: 1.5; }
  .cart__btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.8rem 1.4rem; border: 0; border-radius: var(--radius-pill); background: var(--brand-blue); color: #fff; font-size: 1rem; font-weight: 500; text-decoration: none; cursor: pointer; transition: background 0.15s ease; }
  .cart__btn:hover { background: var(--navy); }
  .cart__checkout { width: 100%; margin-top: 0.25rem; }
  .cart__continue { text-align: center; color: var(--brand-blue); font-size: 0.9rem; font-weight: 500; text-decoration: none; }
  .cart__continue:hover { color: var(--navy); }
  .cart__assurance { margin: 0; text-align: center; color: var(--ink-muted); font-size: 0.8rem; }

  .cart__empty { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; max-width: 30rem; margin: 2rem auto 0; padding: 2.5rem 1.5rem; text-align: center; border: 1px dashed var(--blue-100); border-radius: var(--radius-card); background: var(--surface-alt); }
  .cart__empty-icon { color: var(--brand-blue); }
  .cart__empty-title { margin: 0.25rem 0 0; color: var(--navy); font-size: 1.25rem; font-weight: 500; }
  .cart__empty-text { margin: 0 0 0.75rem; color: var(--ink-muted); font-size: 0.95rem; }

  @media (max-width: 989px) {
    .cart__layout { grid-template-columns: 1fr; }
    .cart__summary { position: static; }
  }
  @media (max-width: 749px) {
    .cart-line { grid-template-columns: 6rem minmax(0, 1fr); }
    .cart-line__side { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; padding-top: 0.75rem; border-top: 1px solid var(--hairline); }
    .cart-line__label { display: none; }
    .cart-line__total { margin-top: 0; }
  }
/* END_SECTION:cart */

/* START_SECTION:category-tiles (INDEX:4) */
.cat-tiles {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem) 0;
  }
  .cat-tiles__title {
    margin: 0 0 1.25rem;
    color: var(--navy);
    font-weight: 500;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  }
  .cat-tiles__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .cat-tiles__tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.55rem;
    padding: 1.5rem 1rem;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-card);
    text-decoration: none;
    height: 100%;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .cat-tiles__tile:hover {
    transform: translateY(-2px);
    border-color: var(--blue-100);
    box-shadow: var(--shadow-card);
  }
  .cat-tiles__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: var(--blue-50);
    color: var(--brand-blue);
  }
  .cat-tiles__icon svg { width: 1.6rem; height: 1.6rem; }
  .cat-tiles__label {
    color: var(--navy);
    font-weight: 500;
    font-size: 1rem;
  }
  .cat-tiles__caption {
    color: var(--ink-muted);
    font-size: 0.8rem;
  }

  @media (max-width: 749px) {
    .cat-tiles__grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .cat-tiles__tile { padding: 1.15rem 0.75rem; }
  }
/* END_SECTION:category-tiles */

/* START_SECTION:collection (INDEX:5) */
.collection { width: 100%; max-width: var(--page-width); margin: 0 auto; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .collection__crumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; color: var(--ink-muted); font-size: 0.85rem; }
  .collection__crumbs a { color: var(--ink-muted); text-decoration: none; }
  .collection__crumbs a:hover { color: var(--brand-blue); }
  .collection__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
  .collection__title { margin: 0; color: var(--navy); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; }
  .collection__desc { margin-top: 0.5rem; max-width: 46rem; color: var(--ink-muted); font-size: 0.98rem; line-height: 1.6; }
  .collection__desc p { margin: 0 0 0.5rem; }
  .collection__count { flex: none; color: var(--ink-muted); font-size: 0.9rem; white-space: nowrap; }
  .collection__empty { color: var(--ink-muted); }
  .collection__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
  .collection__pagination { display: flex; justify-content: center; margin-top: 2rem; font-size: 0.95rem; }
  .collection__pagination .page, .collection__pagination .prev, .collection__pagination .next, .collection__pagination .deco { display: inline-flex; align-items: center; justify-content: center; min-width: 2.2rem; height: 2.2rem; margin: 0 0.15rem; padding: 0 0.6rem; border: 1px solid var(--hairline); border-radius: 8px; color: var(--navy); }
  .collection__pagination a { color: inherit; text-decoration: none; }
  .collection__pagination .current { background: var(--brand-blue); border-color: var(--brand-blue); color: #fff; }
  .collection__pagination .deco { border: 0; }

  @media (max-width: 989px) { .collection__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 749px) {
    .collection__grid { grid-template-columns: 1fr; gap: 1rem; }
    .collection__head { flex-direction: column; align-items: flex-start; }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:6) */
.colls { width: 100%; max-width: var(--page-width); margin: 0 auto; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .colls__crumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; color: var(--ink-muted); font-size: 0.85rem; }
  .colls__crumbs a { color: var(--ink-muted); text-decoration: none; }
  .colls__crumbs a:hover { color: var(--brand-blue); }
  .colls__title { margin: 0 0 1.5rem; color: var(--navy); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; }
  .colls__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
  .coll-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-card); overflow: hidden; text-decoration: none; box-shadow: var(--shadow-card); transition: transform 0.15s ease, box-shadow 0.15s ease; }
  .coll-card:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(4, 44, 83, 0.06), 0 16px 32px rgba(4, 44, 83, 0.1); }
  .coll-card__media { display: block; aspect-ratio: 16 / 10; background: var(--blue-50); overflow: hidden; }
  .coll-card__img, .coll-card__ph, .coll-card__ph-svg { width: 100%; height: 100%; object-fit: cover; }
  .coll-card__ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--blue-50), var(--blue-100)); }
  .coll-card__ph-svg { fill: rgba(24, 95, 165, 0.35); width: 34%; height: 34%; }
  .coll-card__body { display: flex; flex-direction: column; gap: 0.35rem; padding: 1rem 1.1rem 1.15rem; }
  .coll-card__title { color: var(--navy); font-size: 1.1rem; font-weight: 500; }
  .coll-card__meta { color: var(--brand-blue); font-size: 0.85rem; font-weight: 500; }
  .coll-card__desc { color: var(--ink-muted); font-size: 0.9rem; line-height: 1.5; }
  @media (max-width: 989px) { .colls__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 749px) { .colls__grid { grid-template-columns: 1fr; gap: 1rem; } }
/* END_SECTION:collections */

/* START_SECTION:contact (INDEX:7) */
.contact { width: 100%; max-width: var(--page-width); margin: 0 auto; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .contact__crumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; color: var(--ink-muted); font-size: 0.85rem; }
  .contact__crumbs a { color: var(--ink-muted); text-decoration: none; }
  .contact__crumbs a:hover { color: var(--brand-blue); }
  .contact__head { max-width: 46rem; margin-bottom: 1.75rem; }
  .contact__title { margin: 0; color: var(--navy); font-size: clamp(1.6rem, 3.2vw, 2.25rem); font-weight: 600; line-height: 1.3; }
  .contact__intro { margin: 0.75rem 0 0; color: var(--ink-muted); font-size: 1.02rem; line-height: 1.7; }
  .contact__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 1.5rem; align-items: start; }
  .contact__sub { margin: 0 0 1rem; color: var(--navy); font-size: 1.15rem; font-weight: 500; }
  .contact__channels { display: flex; flex-direction: column; gap: 0.75rem; }
  .contact__channels .contact__sub { margin-bottom: 0.25rem; }

  .contact-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 0.9rem; padding: 0.9rem 1rem; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-card); box-shadow: var(--shadow-card); text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease; }
  .contact-card:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(4, 44, 83, 0.06), 0 16px 32px rgba(4, 44, 83, 0.1); }
  .contact-card__icon { display: flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--blue-50); color: var(--brand-blue); }
  .contact-card__icon svg { width: 1.4rem; height: 1.4rem; }
  .contact-card__icon--line { background: rgba(6, 199, 85, 0.12); color: var(--line); }
  .contact-card__icon--whatsapp { background: rgba(37, 211, 102, 0.12); color: var(--whatsapp); }
  .contact-card__body { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
  .contact-card__title { color: var(--navy); font-weight: 500; overflow-wrap: anywhere; }
  .contact-card__text { color: var(--ink-muted); font-size: 0.85rem; }
  .contact-card__arrow { color: var(--brand-blue); font-weight: 500; }
  .contact__hours { margin: 0.25rem 0 0; color: var(--ink-muted); font-size: 0.9rem; }
  .contact__hours span { margin-right: 0.5rem; color: var(--navy); font-weight: 500; }

  .contact__form-card { padding: clamp(1.25rem, 3vw, 1.75rem); background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
  .contact__form { display: flex; flex-direction: column; gap: 1rem; }
  .contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
  .contact__field { display: flex; flex-direction: column; gap: 0.35rem; }
  .contact__field--full { grid-column: 1 / -1; }
  .contact__field span { color: var(--ink-muted); font-size: 0.85rem; }
  .contact__field input, .contact__field textarea { padding: 0.65rem 0.85rem; border: 1px solid var(--hairline); border-radius: 10px; font-size: 0.95rem; color: var(--navy); background: var(--surface); }
  .contact__field input:focus-visible, .contact__field textarea:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 1px; border-color: var(--blue-bright); }
  .contact__field textarea { resize: vertical; min-height: 7rem; }
  .contact__submit { align-self: flex-start; padding: 0.75rem 1.5rem; border: 0; border-radius: var(--radius-pill); background: var(--brand-blue); color: #fff; font-size: 0.95rem; font-weight: 500; cursor: pointer; transition: background 0.15s ease; }
  .contact__submit:hover { background: var(--navy); }
  .contact__success { margin: 0; padding: 0.75rem 1rem; border-radius: 10px; background: var(--rating-green-bg); color: var(--rating-green); font-size: 0.95rem; }
  .contact__form .errors { margin: 0; padding: 0.75rem 1rem; border-radius: 10px; background: #fdecec; color: var(--sale); font-size: 0.9rem; }
  .contact__form .errors ul { margin: 0.25rem 0 0; padding-left: 1.2rem; }

  .contact__extra { max-width: 52rem; margin-top: 2.5rem; color: var(--ink); line-height: 1.8; }
  .contact__extra p { margin: 0 0 1rem; }
  .contact__extra h2 { margin: 2rem 0 0.8rem; padding-left: 0.8rem; border-left: 4px solid var(--brand-blue); color: var(--navy); font-size: 1.3rem; font-weight: 600; }

  @media (max-width: 989px) { .contact__layout { grid-template-columns: 1fr; } }
  @media (max-width: 749px) { .contact__grid { grid-template-columns: 1fr; } .contact__submit { align-self: stretch; } }
/* END_SECTION:contact */

/* START_SECTION:custom-cta (INDEX:8) */
.custom-cta {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem) 0;
  }
  .custom-cta__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    background: var(--navy-deep);
    background-image: radial-gradient(120% 140% at 100% 0, rgba(55,138,221,.35), transparent 60%);
    border-radius: var(--radius-card);
    padding: clamp(1.75rem, 4vw, 2.75rem);
    color: #fff;
  }
  .custom-cta__heading { margin: 0; font-weight: 500; font-size: clamp(1.35rem, 3vw, 1.9rem); }
  .custom-cta__body { margin: 0.6rem 0 0; color: rgba(255,255,255,.82); font-size: 1rem; max-width: 40em; }
  .custom-cta__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

  @media (max-width: 749px) {
    .custom-cta__card { flex-direction: column; align-items: flex-start; }
    .custom-cta__actions { width: 100%; }
    .custom-cta__actions .contact-btn { flex: 1; justify-content: center; }
  }
/* END_SECTION:custom-cta */

/* START_SECTION:custom-section (INDEX:9) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:featured-tours (INDEX:10) */
.featured {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem) 0;
  }
  .featured__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }
  .featured__title {
    margin: 0;
    color: var(--navy);
    font-weight: 500;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  }
  .featured__subtitle {
    margin: 0.4rem 0 0;
    color: var(--ink-muted);
    font-size: 0.95rem;
  }
  .featured__all {
    flex: none;
    color: var(--brand-blue);
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .featured__all:hover { color: var(--navy); }
  .featured__grid {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), 1fr);
    gap: 1.25rem;
  }
  @media (max-width: 989px) {
    .featured__grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 749px) {
    .featured__grid { grid-template-columns: 1fr; gap: 1rem; }
    .featured__head { flex-direction: column; align-items: flex-start; }
  }
/* END_SECTION:featured-tours */

/* START_SECTION:footer (INDEX:11) */
.site-footer {
    background: var(--surface-alt);
    border-top: 1px solid var(--hairline);
    margin-top: 2rem;
  }
  .site-footer__inner {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 3.5rem) var(--page-margin);
    display: grid;
    grid-template-columns: 1.4fr 2fr;
    gap: 2.5rem;
  }
  .site-footer__tagline { margin: 1rem 0 0; color: var(--ink-muted); font-size: 0.92rem; max-width: 28em; line-height: 1.6; }
  .site-footer__contact { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; color: var(--ink-muted); font-size: 0.9rem; }
  .site-footer__contact a { color: var(--navy); text-decoration: none; }
  .site-footer__contact a:hover { color: var(--brand-blue); }
  .site-footer__social { display: flex; gap: 0.6rem; margin-top: 1rem; }

  .site-footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); gap: 1.5rem; }
  .site-footer__col-title { margin: 0 0 0.75rem; color: var(--navy); font-size: 0.95rem; font-weight: 600; }
  .site-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
  .site-footer__col a { color: var(--ink-muted); text-decoration: none; font-size: 0.9rem; }
  .site-footer__col a:hover { color: var(--brand-blue); }

  .site-footer__bottom { border-top: 1px solid var(--hairline); }
  .site-footer__bottom-inner {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 1rem var(--page-margin);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .site-footer__copy { color: var(--ink-muted); font-size: 0.85rem; }
  .site-footer__payment { display: flex; gap: 0.5rem; flex-wrap: wrap; }
  .site-footer__payment svg { height: 1.5rem; width: auto; }

  @media (max-width: 749px) {
    .site-footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  }
/* END_SECTION:footer */

/* START_SECTION:guides (INDEX:12) */
.guides { max-width: var(--page-width); margin: 0 auto; padding: clamp(1.5rem, 4vw, 3rem) 0; }
  .guides__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
  .guides__title { margin: 0; color: var(--navy); font-weight: 500; font-size: clamp(1.3rem, 2.5vw, 1.6rem); }
  .guides__subtitle { margin: 0.4rem 0 0; color: var(--ink-muted); font-size: 0.95rem; }
  .guides__all { flex: none; color: var(--brand-blue); font-weight: 500; font-size: 0.95rem; text-decoration: none; white-space: nowrap; }
  .guides__all:hover { color: var(--navy); }
  .guides__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

  .guide-card {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-card);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--shadow-card);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .guide-card:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(4,44,83,.06), 0 16px 32px rgba(4,44,83,.1); }
  .guide-card__media { display: block; aspect-ratio: 16 / 10; background: var(--blue-50); overflow: hidden; }
  .guide-card__img, .guide-card__ph, .guide-card__ph-svg { width: 100%; height: 100%; object-fit: cover; }
  .guide-card__ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--blue-50), var(--blue-100)); }
  .guide-card__ph-svg { fill: rgba(24,95,165,.35); width: 34%; height: 34%; }
  .guide-card__body { display: flex; flex-direction: column; gap: 0.4rem; padding: 0.95rem 1.05rem 1.1rem; }
  .guide-card__meta { color: var(--brand-blue); font-size: 0.8rem; font-weight: 500; }
  .guide-card__title { color: var(--navy); font-weight: 500; font-size: 1.05rem; line-height: 1.35; }
  .guide-card__excerpt { color: var(--ink-muted); font-size: 0.88rem; line-height: 1.5; }

  @media (max-width: 989px) { .guides__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 749px) { .guides__grid { grid-template-columns: 1fr; } .guides__head { flex-direction: column; align-items: flex-start; } }
/* END_SECTION:guides */

/* START_SECTION:header (INDEX:13) */
.site-header {
    background: var(--surface);
    border-bottom: 1px solid var(--hairline);
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .site-header__inner {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0.7rem var(--page-margin);
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .site-header__brand { margin-right: auto; }
  .site-header__actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .site-header__cart {
    position: relative;
    display: inline-flex;
    color: var(--navy);
    padding: 0.35rem;
  }
  .site-header__cart-count {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.25rem;
    border-radius: var(--radius-pill);
    background: var(--price);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  {% # Desktop nav row %}
  .site-header__nav { border-top: 1px solid var(--hairline); }
  .site-header__nav-inner {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 var(--page-margin);
    display: flex;
    gap: 1.75rem;
  }
  .site-header__nav-link {
    display: inline-block;
    padding: 0.75rem 0;
    color: var(--navy);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid transparent;
  }
  .site-header__nav-link:hover {
    color: var(--brand-blue);
    border-bottom-color: var(--brand-blue);
  }

  {% # Mobile drawer %}
  .site-header__drawer { position: static; }
  .site-header__burger {
    display: none;
    list-style: none;
    cursor: pointer;
    color: var(--navy);
    padding: 0.25rem;
    line-height: 0;
  }
  .site-header__burger::-webkit-details-marker { display: none; }
  .site-header__drawer-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--surface);
    border-bottom: 1px solid var(--hairline);
    box-shadow: var(--shadow-card);
    padding: 0.5rem var(--page-margin) 1.25rem;
  }
  .site-header__drawer[open] .site-header__drawer-panel { display: block; }
  .site-header__drawer-nav { display: flex; flex-direction: column; }
  .site-header__drawer-nav a {
    padding: 0.85rem 0.25rem;
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid var(--hairline);
  }
  .site-header__drawer-loc { margin-top: 1rem; }

  {% # Responsive: collapse to single row + drawer on small screens %}
  @media (max-width: 749px) {
    .site-header__nav { display: none; }
    .site-header__burger { display: inline-flex; }
    .site-header__loc { display: none; }
    .site-header__line .contact-btn__label { display: none; }
    .site-header__line .contact-btn { padding: 0.5rem; }
    .site-header__inner { gap: 0.6rem; }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:14) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero-search (INDEX:15) */
.hero {
    position: relative;
    background: var(--blue-50);
    padding: clamp(2.5rem, 6vw, 5rem) var(--page-margin) 0;
  }
  .hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .hero__fuji {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: clamp(220px, 34vw, 460px);
    height: auto;
    opacity: 0.9;
  }
  .hero__content {
    position: relative;
    max-width: var(--page-width);
    margin: 0 auto;
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
  }
  .hero__eyebrow {
    color: var(--brand-blue);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    margin: 0 0 0.75rem;
  }
  .hero__heading {
    margin: 0;
    color: var(--navy-deep);
    font-weight: 500;
    font-size: clamp(1.9rem, 4.5vw, 3.2rem);
    line-height: 1.2;
    max-width: 16em;
  }
  .hero__subheading {
    margin: 1rem 0 0;
    color: var(--navy);
    font-size: clamp(1rem, 2vw, 1.2rem);
    max-width: 34em;
  }
  .hero__content { z-index: 1; }

  {% # Photo mode: full-bleed background photo + brand scrim + white text %}
  .hero--photo {
    background: var(--navy-deep);
    min-height: clamp(380px, 46vw, 560px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 44, 83, 0.78) 0%, rgba(4, 44, 83, 0.5) 42%, rgba(4, 44, 83, 0.05) 78%);
  }
  .hero--photo .hero__eyebrow { color: #bcd7f5; }
  .hero--photo .hero__heading { color: #ffffff; }
  .hero--photo .hero__subheading { color: rgba(255, 255, 255, 0.92); }

  {% # White search card overlapping the hero bottom edge %}
  .hero__search {
    position: relative;
    z-index: 2;
    max-width: var(--page-width);
    margin: 0 auto;
    transform: translateY(50%);
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    padding: 0.85rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    align-items: end;
  }
  .hero__search-field { display: flex; flex-direction: column; gap: 0.3rem; min-width: 0; }
  .hero__search-field label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ink-muted);
    padding-left: 0.15rem;
  }
  .hero__search-field input,
  .hero__search-field select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--hairline);
    border-radius: 10px;
    padding: 0.7rem 0.8rem;
    font-size: 0.95rem;
    color: var(--navy);
    background: var(--surface);
  }
  .hero__search-field input:focus-visible,
  .hero__search-field select:focus-visible {
    outline: 2px solid var(--blue-bright);
    outline-offset: 1px;
    border-color: var(--blue-bright);
  }
  .hero__search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 100%;
    min-height: 2.9rem;
    padding: 0 1.4rem;
    border: 0;
    border-radius: 10px;
    background: var(--brand-blue);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
  }
  .hero__search-btn:hover { background: var(--navy); }

  {% # Give room below the section for the overlapping card %}
  .shopify-section:has(.hero__search) { margin-bottom: 3.5rem; }

  @media (max-width: 749px) {
    .hero__search {
      grid-template-columns: 1fr;
      transform: translateY(1.25rem);
    }
    .hero__search-field--dest,
    .hero__search-field,
    .hero__search-btn { grid-column: 1 / -1; }
    .hero__search-btn { padding: 0.85rem; }
    .shopify-section:has(.hero__search) { margin-bottom: 1.5rem; }
    .hero__fuji { opacity: 0.5; }
  }
/* END_SECTION:hero-search */

/* START_SECTION:main-tour (INDEX:16) */
.tour { max-width: var(--page-width); margin: 0 auto; padding: 1.25rem 0 2.5rem; }
  .tour__crumbs { display: flex; gap: 0.5rem; align-items: center; flex-wrap: wrap; color: var(--ink-muted); font-size: 0.85rem; margin-bottom: 1.1rem; }
  .tour__crumbs a { color: var(--brand-blue); text-decoration: none; }
  .tour__crumbs a:hover { text-decoration: underline; }
  .tour__crumbs-current { color: var(--ink-muted); }

  .tour__hero { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: start; }
  .tour__panel { position: sticky; top: 6.5rem; display: flex; flex-direction: column; gap: 1.1rem; }

  .tour__tags { display: flex; gap: 0.5rem; margin-bottom: 0.6rem; flex-wrap: wrap; }
  .tour__tag { font-size: 0.78rem; font-weight: 600; padding: 0.25rem 0.6rem; border-radius: var(--radius-pill); }
  .tour__tag--sale { background: #fdecec; color: var(--sale); }
  .tour__tag--confirm { background: var(--rating-green-bg); color: var(--rating-green); }
  .tour__title { margin: 0; color: var(--navy); font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 500; line-height: 1.3; }
  .tour__spots { margin: 0.5rem 0 0; color: var(--ink-muted); font-size: 0.95rem; }
  .tour__meta-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 0.85rem; }
  .tour__quick-actions { display: flex; gap: 0.5rem; }
  .tour__icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border: 1px solid var(--hairline); border-radius: 50%; background: #fff; color: var(--navy); cursor: pointer; }
  .tour__icon-btn:hover { border-color: var(--blue-100); color: var(--brand-blue); }

  .tour__quick { list-style: none; margin: 0; padding: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; background: var(--surface-alt); border-radius: var(--radius-card); }
  .tour__quick li { display: flex; align-items: center; gap: 0.5rem; color: var(--ink); font-size: 0.9rem; }
  .tour__quick-ico { color: var(--brand-blue); flex: none; display: inline-flex; }

  .tour__price { display: flex; flex-direction: column; gap: 0.25rem; }
  .tour__child { margin: 0; color: var(--ink-muted); font-size: 0.85rem; }

  .tour__buy { display: flex; flex-direction: column; gap: 0.75rem; padding: 1.1rem; border: 1px solid var(--hairline); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
  .tour__form { display: flex; flex-direction: column; gap: 0.75rem; margin: 0; }
  .tour__variant, .tour__qty { display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.82rem; font-weight: 600; color: var(--ink-muted); }
  .tour__variant select, .tour__qty input { border: 1px solid var(--hairline); border-radius: 10px; padding: 0.6rem 0.7rem; font-size: 0.95rem; color: var(--navy); background: #fff; }
  .tour__qty input { width: 5.5rem; }
  .tour__cta { border: 0; border-radius: 12px; background: var(--brand-blue); color: #fff; font-size: 1.05rem; font-weight: 500; padding: 0.9rem 1rem; cursor: pointer; transition: background 0.15s ease; }
  .tour__cta:hover { background: var(--navy); }
  .tour__buy .shopify-payment-button { margin-top: 0.1rem; }
  .tour__line .contact-btn { width: 100%; justify-content: center; }
  .tour__soldout { margin: 0; padding: 0.9rem; text-align: center; background: var(--surface-alt); border-radius: 10px; color: var(--ink-muted); font-weight: 500; }
  .tour__assure { display: flex; align-items: center; gap: 0.4rem; margin: 0; color: var(--rating-green); font-size: 0.82rem; }

  .tour__content { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 2.25rem; max-width: 52rem; }
  .tour__block-title { margin: 0 0 1.1rem; color: var(--navy); font-size: 1.3rem; font-weight: 500; }
  .tour__highlights { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
  .tour__highlights li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--ink); font-size: 0.95rem; line-height: 1.5; }
  .tour__hl-ico { flex: none; color: var(--sun); margin-top: 0.05rem; }

  .tour__reviews-summary { margin-bottom: 1.1rem; }
  .tour__review-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .tour__review { margin: 0; padding: 1.1rem 1.25rem; background: var(--surface-alt); border-radius: var(--radius-card); }
  .tour__review p { margin: 0 0 0.6rem; color: var(--ink); font-size: 0.92rem; line-height: 1.6; }
  .tour__review cite { color: var(--ink-muted); font-size: 0.85rem; font-style: normal; }
  .tour__reviews-note, .tour__desc { color: var(--ink-muted); }
  .tour__reviews-note { margin: 1rem 0 0; font-size: 0.82rem; font-style: italic; }

  .tour__policy { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
  .tour__policy li { display: flex; gap: 0.75rem; align-items: baseline; color: var(--ink); font-size: 0.95rem; }
  .tour__policy-tier { flex: none; min-width: 6.5rem; font-weight: 600; font-size: 0.85rem; padding: 0.2rem 0.5rem; border-radius: 6px; text-align: center; }
  .tour__policy-tier--full { background: var(--rating-green-bg); color: var(--rating-green); }
  .tour__policy-tier--half { background: #faeeda; color: #854f0b; }
  .tour__policy-tier--none { background: #fdecec; color: var(--sale); }
  .tour__desc { font-size: 0.98rem; line-height: 1.7; color: var(--ink); }
  .tour__desc > p { margin: 0 0 1rem; }
  .tour__desc .tour-lead { font-size: 1.05rem; color: var(--navy); }
  .tour__desc h3 { margin: 1.75rem 0 0.8rem; color: var(--navy); font-size: 1.1rem; font-weight: 600; }
  .tour__desc ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.55rem; }
  .tour__desc ul li { position: relative; padding-left: 1.4rem; }
  .tour__desc ul li::before { content: ""; position: absolute; left: 0.1rem; top: 0.6em; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--brand-blue); }
  .tour__desc ol.tour-itin { margin: 0; padding: 0; list-style: none; }
  .tour__desc ol.tour-itin li { position: relative; padding: 0 0 1.1rem 1.5rem; border-left: 2px solid var(--hairline); }
  .tour__desc ol.tour-itin li:last-child { padding-bottom: 0; border-left-color: transparent; }
  .tour__desc ol.tour-itin li::before { content: ""; position: absolute; left: -0.46rem; top: 0.15em; width: 0.75rem; height: 0.75rem; border-radius: 50%; background: #fff; border: 2px solid var(--brand-blue); }
  .tour__desc ol.tour-itin li strong { color: var(--navy); }

  /* Standard info sections (cost / notes / visa) */
  .tour__info-sub { margin: 0 0 0.65rem; font-size: 1rem; font-weight: 600; color: var(--navy); }
  .tour__cost { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 2rem; }
  .tour__cost ul, .tour__notes { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
  .tour__cost li, .tour__notes li { position: relative; padding-left: 1.4rem; color: var(--ink); font-size: 0.95rem; line-height: 1.55; }
  .tour__cost-col--inc li::before { content: "✓"; position: absolute; left: 0; top: -0.02em; color: var(--rating-green); font-weight: 700; }
  .tour__cost-col--exc li::before { content: "✕"; position: absolute; left: 0; top: -0.02em; color: var(--sale); font-weight: 700; }
  .tour__notes li::before { content: ""; position: absolute; left: 0.15rem; top: 0.6em; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--brand-blue); }
  .tour__visa-intro { margin: 0 0 1rem; color: var(--ink); font-size: 0.95rem; line-height: 1.6; }
  @media (max-width: 749px) { .tour__cost { grid-template-columns: 1fr; gap: 1.25rem; } }

  @media (max-width: 989px) {
    .tour__hero { grid-template-columns: 1fr; }
    .tour__panel { position: static; }
  }
  @media (max-width: 749px) {
    .tour__quick { grid-template-columns: 1fr; }
    .tour__highlights, .tour__review-cards { grid-template-columns: 1fr; }
  }
/* END_SECTION:main-tour */

/* START_SECTION:multiday-tours (INDEX:17) */
.multiday {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem) 0;
  }
  .multiday__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }
  .multiday__title { margin: 0; color: var(--navy); font-weight: 500; font-size: clamp(1.3rem, 2.5vw, 1.6rem); }
  .multiday__subtitle { margin: 0.4rem 0 0; color: var(--ink-muted); font-size: 0.95rem; }
  .multiday__all { flex: none; color: var(--brand-blue); font-weight: 500; font-size: 0.95rem; text-decoration: none; white-space: nowrap; }
  .multiday__all:hover { color: var(--navy); }
  .multiday__list { display: flex; flex-direction: column; gap: 1.25rem; }
  @media (max-width: 749px) {
    .multiday__head { flex-direction: column; align-items: flex-start; }
  }
/* END_SECTION:multiday-tours */

/* START_SECTION:page (INDEX:18) */
.page { width: 100%; max-width: 52rem; margin: 0 auto; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem); }
  .page__crumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; color: var(--ink-muted); font-size: 0.85rem; }
  .page__crumbs a { color: var(--ink-muted); text-decoration: none; }
  .page__crumbs a:hover { color: var(--brand-blue); }
  .page__title { margin: 0 0 1.5rem; color: var(--navy); font-size: clamp(1.6rem, 3.2vw, 2.25rem); font-weight: 600; line-height: 1.3; }
  .page__empty { color: var(--ink-muted); }
  .page__body { color: var(--ink); font-size: 1.02rem; line-height: 1.85; }
  .page__body p { margin: 0 0 1.1rem; }
  .page__body h2 { margin: 2.25rem 0 0.9rem; padding-left: 0.8rem; border-left: 4px solid var(--brand-blue); color: var(--navy); font-size: 1.35rem; font-weight: 600; line-height: 1.35; }
  .page__body h3 { margin: 1.75rem 0 0.7rem; color: var(--navy); font-size: 1.12rem; font-weight: 600; }
  .page__body h4 { margin: 1.4rem 0 0.5rem; color: var(--navy); font-size: 1rem; font-weight: 600; }
  .page__body a { color: var(--brand-blue); text-decoration: underline; text-underline-offset: 2px; }
  .page__body a:hover { color: var(--navy); }
  .page__body strong { color: var(--navy); font-weight: 600; }
  .page__body img { width: 100%; height: auto; margin: 1.5rem 0; border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
  .page__body ul, .page__body ol { margin: 0 0 1.25rem; padding: 0; list-style: none; display: grid; gap: 0.6rem; }
  .page__body ul li { position: relative; padding-left: 1.4rem; }
  .page__body ul li::before { content: ""; position: absolute; left: 0.1rem; top: 0.68em; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--brand-blue); }
  .page__body ol { counter-reset: page-ol; }
  .page__body ol li { position: relative; padding-left: 2.1rem; counter-increment: page-ol; }
  .page__body ol li::before { content: counter(page-ol); position: absolute; left: 0; top: 0.2em; display: flex; align-items: center; justify-content: center; width: 1.45rem; height: 1.45rem; border-radius: 50%; background: var(--blue-50); color: var(--brand-blue); font-size: 0.8rem; font-weight: 600; }
  .page__body blockquote { margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 4px solid var(--blue-100); border-radius: 0 var(--radius-card) var(--radius-card) 0; background: var(--surface-alt); color: var(--ink-muted); }
  .page__body table { width: 100%; margin: 0 0 1.25rem; border-collapse: collapse; font-size: 0.95rem; }
  .page__body th, .page__body td { padding: 0.6rem 0.75rem; border-bottom: 1px solid var(--hairline); text-align: left; vertical-align: top; }
  .page__body th { color: var(--navy); background: var(--surface-alt); }
  .page__body hr { margin: 2rem 0; border: 0; border-top: 1px solid var(--hairline); }
  @media (max-width: 749px) { .page__body { font-size: 1rem; line-height: 1.8; } .page__body h2 { font-size: 1.2rem; } }
/* END_SECTION:page */

/* START_SECTION:password (INDEX:19) */
.pw { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.25rem; min-height: 100svh; padding: 2rem var(--page-margin); background-color: var(--navy-deep); background-image: linear-gradient(rgba(4, 44, 83, 0.72), rgba(4, 44, 83, 0.8)), var(--pw-bg); background-size: cover; background-position: center; }
  .pw__card { display: flex; flex-direction: column; align-items: center; gap: 0.9rem; width: 100%; max-width: 30rem; padding: clamp(1.75rem, 4vw, 2.5rem); background: var(--surface); border-radius: 16px; box-shadow: 0 24px 60px rgba(4, 44, 83, 0.35); text-align: center; }
  .pw__logo { margin-bottom: 0.25rem; }
  .pw__title { margin: 0; color: var(--navy); font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 600; }
  .pw__msg { margin: 0; color: var(--ink-muted); font-size: 0.98rem; line-height: 1.65; }
  .pw__contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 0.25rem; }
  .pw__details { width: 100%; margin-top: 0.75rem; padding-top: 0.9rem; border-top: 1px solid var(--hairline); }
  .pw__summary { cursor: pointer; color: var(--brand-blue); font-size: 0.9rem; font-weight: 500; list-style: none; }
  .pw__summary::-webkit-details-marker { display: none; }
  .pw__form { display: grid; gap: 0.4rem; margin-top: 0.9rem; text-align: left; }
  .pw__label { color: var(--ink-muted); font-size: 0.85rem; }
  .pw__row { display: flex; gap: 0.5rem; }
  .pw__input { flex: 1; min-width: 0; padding: 0.65rem 0.85rem; border: 1px solid var(--hairline); border-radius: 10px; font-size: 0.95rem; color: var(--navy); }
  .pw__input:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 1px; border-color: var(--blue-bright); }
  .pw__btn { flex: none; padding: 0 1.2rem; border: 0; border-radius: 10px; background: var(--brand-blue); color: #fff; font-size: 0.95rem; font-weight: 500; cursor: pointer; }
  .pw__btn:hover { background: var(--navy); }
  .pw__foot { margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; }
/* END_SECTION:password */

/* START_SECTION:search (INDEX:21) */
.search {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem) var(--page-margin);
  }
  .search__title {
    margin: 0 0 1.25rem;
    color: var(--navy);
    font-weight: 500;
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
  .search__form {
    display: flex;
    gap: 0.6rem;
    max-width: 40rem;
    margin-bottom: 1.5rem;
  }
  .search__input {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--hairline);
    border-radius: 10px;
    padding: 0.7rem 0.9rem;
    font-size: 0.95rem;
    color: var(--navy);
    background: var(--surface);
  }
  .search__input:focus-visible {
    outline: 2px solid var(--blue-bright);
    outline-offset: 1px;
    border-color: var(--blue-bright);
  }
  .search__submit {
    flex: none;
    border: 0;
    border-radius: 10px;
    padding: 0 1.3rem;
    background: var(--brand-blue);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease;
  }
  .search__submit:hover { background: var(--navy); }
  .search__count,
  .search__empty {
    margin: 0 0 1.25rem;
    color: var(--ink-muted);
    font-size: 0.95rem;
  }
  .search__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  @media (max-width: 989px) {
    .search__grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 749px) {
    .search__grid { grid-template-columns: 1fr; gap: 1rem; }
  }

  .search__misc {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-card);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--shadow-card);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .search__misc:hover { transform: translateY(-2px); }
  .search__misc-img,
  .search__misc-ph {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background: var(--blue-50);
  }
  .search__misc-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
  }
  .search__misc-ph-svg { width: 40%; height: 40%; fill: rgba(24, 95, 165, 0.35); }
  .search__misc-title {
    padding: 0.85rem 0.95rem;
    color: var(--navy);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.35;
  }
  .search__misc:hover .search__misc-title { color: var(--brand-blue); }

  .search__pagination {
    margin-top: 1.75rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
/* END_SECTION:search */

/* START_SECTION:trust-bar (INDEX:22) */
.trust {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem) 0;
  }
  .trust__grid {
    list-style: none;
    margin: 0;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    background: var(--surface-alt);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-card);
  }
  .trust__item { display: flex; align-items: center; gap: 0.85rem; }
  .trust__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #fff;
    color: var(--brand-blue);
    border: 1px solid var(--hairline);
  }
  .trust__icon svg { width: 1.4rem; height: 1.4rem; }
  .trust__label { margin: 0; color: var(--navy); font-weight: 500; font-size: 0.98rem; }
  .trust__caption { margin: 0.15rem 0 0; color: var(--ink-muted); font-size: 0.82rem; }

  @media (max-width: 989px) { .trust__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 749px) { .trust__grid { grid-template-columns: 1fr; } }
/* END_SECTION:trust-bar */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:23) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:24) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:contact-button (INDEX:25) */
.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border-radius: var(--radius-pill);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    border: 1px solid transparent;
    transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
  }
  .contact-btn__icon svg { width: 1.15rem; height: 1.15rem; display: block; }
  .contact-btn--icon-only { padding: 0.5rem; }

  {% # Solid — channel colour fill %}
  .contact-btn--solid.contact-btn--line { background: var(--line); color: #fff; }
  .contact-btn--solid.contact-btn--whatsapp { background: var(--whatsapp); color: #fff; }
  .contact-btn--solid:hover { opacity: 0.9; }

  {% # Ghost — outline in channel colour %}
  .contact-btn--ghost { background: #fff; }
  .contact-btn--ghost.contact-btn--line { color: var(--line); border-color: var(--line); }
  .contact-btn--ghost.contact-btn--whatsapp { color: var(--whatsapp); border-color: var(--whatsapp); }
  .contact-btn--ghost:hover { background: var(--surface-alt); }

  {% # Chip — subtle neutral, coloured icon %}
  .contact-btn--chip {
    background: var(--surface-alt);
    color: var(--navy);
    padding: 0.4rem 0.7rem;
    font-size: 0.85rem;
  }
  .contact-btn--chip.contact-btn--line .contact-btn__icon { color: var(--line); }
  .contact-btn--chip.contact-btn--whatsapp .contact-btn__icon { color: var(--whatsapp); }
  .contact-btn--chip:hover { background: var(--blue-50); }
/* END_SNIPPET:contact-button */

/* START_SNIPPET:date-booking (INDEX:27) */
.booking { display: block; }
  .booking__empty { margin: 0; padding: 1rem; text-align: center; background: var(--surface-alt); border-radius: 10px; color: var(--ink-muted); }
  .booking__form { display: flex; flex-direction: column; gap: 1.25rem; margin: 0; }
  .booking__step-head { display: flex; align-items: center; gap: 0.55rem; margin-bottom: 0.7rem; }
  .booking__step-n { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--brand-blue); color: #fff; font-size: 0.82rem; font-weight: 600; }
  .booking__step-title { margin: 0; font-size: 1rem; font-weight: 500; color: var(--navy); }

  .booking__cal { border: 1px solid var(--hairline); border-radius: var(--radius-card); padding: 0.85rem; }
  .booking__cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.6rem; }
  .booking__cal-label { font-weight: 600; color: var(--navy); }
  .booking__nav { width: 2rem; height: 2rem; border: 1px solid var(--hairline); background: #fff; border-radius: 8px; cursor: pointer; color: var(--navy); font-size: 1.1rem; line-height: 1; }
  .booking__nav:hover:not(:disabled) { border-color: var(--blue-100); color: var(--brand-blue); }
  .booking__nav:disabled { opacity: 0.35; cursor: default; }
  .booking__weekdays, .booking__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
  .booking__weekdays { margin-bottom: 4px; }
  .booking__weekdays span { text-align: center; font-size: 0.72rem; color: var(--ink-muted); padding: 0.2rem 0; }
  .booking__day { aspect-ratio: 1; border: 1px solid transparent; border-radius: 8px; background: transparent; font-size: 0.85rem; color: var(--ink); cursor: default; display: flex; align-items: center; justify-content: center; padding: 0; }
  .booking__day--empty { visibility: hidden; }
  .booking__day--ok { background: var(--blue-50); color: var(--navy); font-weight: 500; cursor: pointer; }
  .booking__day--ok:hover { background: var(--blue-100); }
  .booking__day--out { color: var(--ink-muted); text-decoration: line-through; background: var(--surface-alt); cursor: not-allowed; }
  .booking__day--past { color: var(--hairline); cursor: default; }
  .booking__day--none { color: var(--ink-muted); opacity: 0.4; cursor: default; }
  .booking__day--sel { background: var(--brand-blue); color: #fff; font-weight: 600; }
  .booking__legend { list-style: none; margin: 0.75rem 0 0; padding: 0; display: flex; gap: 1rem; flex-wrap: wrap; }
  .booking__legend li { display: flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: var(--ink-muted); }
  .booking__dot { width: 0.7rem; height: 0.7rem; border-radius: 3px; }
  .booking__dot--ok { background: var(--blue-50); border: 1px solid var(--blue-100); }
  .booking__dot--out { background: var(--surface-alt); }
  .booking__dot--sel { background: var(--brand-blue); }

  .booking__stepper { display: flex; align-items: center; gap: 0.6rem; }
  .booking__pm { width: 2.4rem; height: 2.4rem; border: 1px solid var(--hairline); background: #fff; border-radius: 10px; font-size: 1.2rem; color: var(--navy); cursor: pointer; }
  .booking__pm:hover:not(:disabled) { border-color: var(--blue-100); color: var(--brand-blue); }
  .booking__pm:disabled { opacity: 0.4; cursor: default; }
  .booking__qty { width: 3.5rem; height: 2.4rem; text-align: center; border: 1px solid var(--hairline); border-radius: 10px; font-size: 1rem; color: var(--navy); background: #fff; }
  .booking__seats { font-size: 0.82rem; color: var(--coral); }

  .booking__summary { display: flex; flex-direction: column; gap: 0.5rem; padding: 0.9rem 1rem; background: var(--surface-alt); border-radius: var(--radius-card); }
  .booking__row { display: flex; align-items: baseline; justify-content: space-between; font-size: 0.9rem; color: var(--ink); }
  .booking__row--dates { color: var(--ink-muted); }
  .booking__dates-val { color: var(--navy); font-weight: 500; }
  .booking__row--total { border-top: 1px solid var(--hairline); padding-top: 0.5rem; margin-top: 0.15rem; }
  .booking__row--total span:first-child { font-weight: 500; color: var(--navy); }
  .booking__total-val { color: var(--price); font-weight: 600; font-size: 1.35rem; }

  .booking__cta { border: 0; border-radius: 12px; background: var(--brand-blue); color: #fff; font-size: 1.05rem; font-weight: 500; padding: 0.9rem 1rem; cursor: pointer; transition: background 0.15s ease; }
  .booking__cta:hover:not(:disabled) { background: var(--navy); }
  .booking__cta:disabled { background: var(--blue-100); color: #fff; cursor: not-allowed; }
  .booking__assure { display: flex; align-items: center; gap: 0.4rem; margin: 0; color: var(--rating-green); font-size: 0.82rem; }
/* END_SNIPPET:date-booking */

/* START_SNIPPET:image (INDEX:29) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:isshojp-logo (INDEX:30) */
.isshojp-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    line-height: 1;
  }
  .isshojp-logo__icon {
    display: block;
    width: var(--logo-h);
    height: var(--logo-h);
    flex: none;
  }
  .isshojp-logo__icon svg {
    width: 100%;
    height: 100%;
  }
  .isshojp-logo__word {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: calc(var(--logo-h) * 0.72);
  }
  .isshojp-logo__word-a { color: var(--navy); }
  .isshojp-logo__word-b { color: var(--blue-bright); }

  {% # Inverse: for dark surfaces — white tile field, blue stem, white wordmark %}
  .isshojp-logo--inverse .isshojp-logo__tile { fill: #ffffff; }
  .isshojp-logo--inverse .isshojp-logo__stem { fill: var(--brand-blue); }
  .isshojp-logo--inverse .isshojp-logo__word-a,
  .isshojp-logo--inverse .isshojp-logo__word-b { color: #ffffff; }
/* END_SNIPPET:isshojp-logo */

/* START_SNIPPET:localization-selectors (INDEX:31) */
.loc-selectors {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }
  .loc-selectors__form { margin: 0; }
  .loc-selectors__label { display: block; }
  .loc-selectors__select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--hairline);
    background: #fff
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%235b6675' stroke-width='1.4' d='M1 1l4 4 4-4'/%3E%3C/svg%3E")
      no-repeat right 0.6rem center;
    color: var(--navy);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.4rem 1.6rem 0.4rem 0.7rem;
    border-radius: var(--radius-pill);
    cursor: pointer;
  }
  .loc-selectors__select:hover { border-color: var(--blue-100); }
  .loc-selectors__select:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 1px; }
  .visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap; border: 0;
  }
/* END_SNIPPET:localization-selectors */

/* START_SNIPPET:multiday-card (INDEX:33) */
.md-card {
    display: grid;
    grid-template-columns: 20rem 1fr;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .md-card:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(4,44,83,.06), 0 16px 32px rgba(4,44,83,.1); }
  .md-card__media {
    position: relative;
    display: block;
    background: var(--blue-50);
    overflow: hidden;
    min-height: 12rem;
  }
  .md-card__img, .md-card__ph, .md-card__ph-svg { width: 100%; height: 100%; object-fit: cover; }
  .md-card__ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--blue-50), var(--blue-100)); }
  .md-card__ph-svg { fill: rgba(24,95,165,.35); width: 35%; height: 35%; }
  .md-card__duration {
    position: absolute;
    top: 0.7rem; left: 0.7rem;
    padding: 0.3rem 0.6rem;
    border-radius: var(--radius-pill);
    background: var(--multiday);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
  }
  .md-card__body { display: flex; flex-direction: column; gap: 0.6rem; padding: 1.1rem 1.25rem 1.25rem; }
  .md-card__title { margin: 0; font-size: 1.2rem; font-weight: 500; }
  .md-card__title a { color: var(--navy); text-decoration: none; }
  .md-card__title a:hover { color: var(--brand-blue); }
  .md-card__spots { margin: 0; color: var(--ink-muted); font-size: 0.9rem; }
  .md-card__tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
  .md-card__tag {
    background: var(--multiday-bg);
    color: var(--multiday);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-pill);
  }
  .md-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 0.75rem; margin-top: auto; padding-top: 0.35rem; }
  .md-card__cta {
    flex: none;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: var(--brand-blue);
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease;
  }
  .md-card__cta:hover { background: var(--navy); }

  @media (max-width: 749px) {
    .md-card { grid-template-columns: 1fr; }
    .md-card__media { aspect-ratio: 16 / 9; min-height: 0; }
  }
/* END_SNIPPET:multiday-card */

/* START_SNIPPET:price (INDEX:34) */
.price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35em;
    color: var(--price);
    font-weight: 600;
  }
  .price__from {
    color: var(--ink-muted);
    font-weight: 400;
    font-size: 0.8em;
  }
  .price__compare {
    color: var(--ink-muted);
    font-weight: 400;
    text-decoration: line-through;
    font-size: 0.8em;
  }
  .price__amount { line-height: 1.1; }
  .price__unit {
    color: var(--ink-muted);
    font-weight: 400;
    font-size: 0.8em;
  }
  .price--sm { font-size: 1rem; }
  .price--md { font-size: 1.375rem; }
  .price--lg { font-size: 1.75rem; }
/* END_SNIPPET:price */

/* START_SNIPPET:rating-badge (INDEX:35) */
.rating {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .rating__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    height: 1.75rem;
    padding: 0 0.4rem;
    border-radius: 8px 8px 8px 2px;
    background: var(--brand-blue);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    font-variant-numeric: tabular-nums;
  }
  .rating__meta {
    font-size: 0.85rem;
    color: var(--ink-muted);
  }
  .rating__word {
    color: var(--navy);
    font-weight: 500;
  }
/* END_SNIPPET:rating-badge */

/* START_SNIPPET:tour-card (INDEX:36) */
.tour-card {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .tour-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(4, 44, 83, 0.06), 0 16px 32px rgba(4, 44, 83, 0.1);
  }
  .tour-card__media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
    background: var(--blue-50);
    overflow: hidden;
  }
  .tour-card__img,
  .tour-card__ph,
  .tour-card__ph-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tour-card__ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
  }
  .tour-card__ph-svg { fill: rgba(24, 95, 165, 0.35); width: 40%; height: 40%; }
  .tour-card__badge {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
  }
  .tour-card__badge--sale { background: var(--sale); }
  .tour-card__corner {
    position: absolute;
    right: 0.6rem;
    bottom: 0.6rem;
    padding: 0.25rem 0.55rem;
    border-radius: var(--radius-pill);
    background: rgba(4, 44, 83, 0.72);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    backdrop-filter: blur(2px);
  }
  .tour-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.85rem 0.95rem 1rem;
  }
  .tour-card__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35;
  }
  .tour-card__title a {
    color: var(--navy);
    text-decoration: none;
  }
  .tour-card__title a:hover { color: var(--brand-blue); }
  .tour-card__spots {
    margin: 0;
    font-size: 0.85rem;
    color: var(--ink-muted);
    line-height: 1.4;
  }
  .tour-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.35rem;
  }
  .tour-card__cta {
    flex: none;
    padding: 0.6rem 0.9rem;
    border-radius: 10px;
    background: var(--brand-blue);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease;
  }
  .tour-card__cta:hover { background: var(--navy); }
/* END_SNIPPET:tour-card */

/* START_SNIPPET:tour-gallery (INDEX:37) */
.tour-gallery { display: flex; flex-direction: column; gap: 0.65rem; }
  .tour-gallery__main {
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-card);
    overflow: hidden;
    background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
    border: 1px solid var(--hairline);
  }
  .tour-gallery__main-img { width: 100%; height: 100%; object-fit: cover; }
  .tour-gallery__ph { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
  .tour-gallery__ph-svg { fill: rgba(24,95,165,.35); width: 30%; height: 30%; }
  .tour-gallery__thumbs {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.5rem;
  }
  .tour-gallery__thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: var(--blue-50);
  }
  .tour-gallery__thumb.is-active { border-color: var(--brand-blue); }
  .tour-gallery__thumb-img { width: 100%; height: 100%; object-fit: cover; }
  .tour-gallery__more {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(4,44,83,.55);
    color: #fff; font-weight: 600; font-size: 0.95rem;
  }
/* END_SNIPPET:tour-gallery */

/* START_SNIPPET:tour-includes (INDEX:38) */
.includes { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .includes__col { border-radius: var(--radius-card); padding: 1.1rem 1.25rem; }
  .includes__col--yes { background: var(--rating-green-bg); }
  .includes__col--no { background: var(--surface-alt); }
  .includes__title { margin: 0 0 0.75rem; font-size: 1rem; font-weight: 600; }
  .includes__col--yes .includes__title { color: var(--rating-green); }
  .includes__col--no .includes__title { color: var(--ink-muted); }
  .includes ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
  .includes li { display: flex; gap: 0.55rem; color: var(--ink); font-size: 0.92rem; line-height: 1.45; }
  .includes__mark {
    flex: none;
    display: inline-flex; align-items: center; justify-content: center;
    width: 1.15rem; height: 1.15rem; margin-top: 0.1rem;
    border-radius: 50%;
    background: var(--rating-green); color: #fff; font-size: 0.72rem;
  }
  .includes__mark--no { background: var(--ink-muted); }
  .includes__note { grid-column: 1 / -1; margin: 0; color: var(--ink-muted); font-size: 0.82rem; font-style: italic; }
  @media (max-width: 749px) { .includes { grid-template-columns: 1fr; } }
/* END_SNIPPET:tour-includes */

/* START_SNIPPET:tour-itinerary (INDEX:39) */
.timeline__list { list-style: none; margin: 0; padding: 0; }
  .timeline__item { position: relative; display: flex; gap: 1rem; padding: 0 0 1.5rem 0; }
  .timeline__item:last-child { padding-bottom: 0; }
  .timeline__marker {
    position: relative;
    flex: none;
    width: 14px; height: 14px;
    margin-top: 0.3rem;
    border-radius: 50%;
    background: var(--brand-blue);
    box-shadow: 0 0 0 4px var(--blue-50);
  }
  .timeline__item::before {
    content: "";
    position: absolute;
    left: 6px; top: 1.4rem; bottom: -0.2rem;
    width: 2px;
    background: var(--hairline);
  }
  .timeline__item:last-child::before { display: none; }
  .timeline__time { display: inline-block; color: var(--brand-blue); font-weight: 600; font-size: 0.85rem; }
  .timeline__title { margin: 0.15rem 0 0.25rem; color: var(--navy); font-size: 1.02rem; font-weight: 500; }
  .timeline__desc { margin: 0; color: var(--ink-muted); font-size: 0.9rem; line-height: 1.55; }
  .timeline__note { margin: 1rem 0 0; color: var(--ink-muted); font-size: 0.82rem; font-style: italic; }
/* END_SNIPPET:tour-itinerary */