/** Shopify CDN: Minification failed

Line 358:22 Unexpected "{"
Line 358:31 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:product-recommendations (INDEX:76) */
.touched-you-may-also-like {
    background: #fff;
  }

  .touched-you-may-also-like .container-fluid {
    padding-left: clamp(16px, 7.5vw, 128px);
    padding-right: clamp(16px, 7.5vw, 128px);
  }

  .touched-you-may-also-like .m-section__header {
    margin-bottom: 30px;
  }

  .touched-you-may-also-like .m-section__heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #202020;
  }

  .touched-you-may-also-like .m-product-recommendations__wrapper {
    position: relative;
  }

  .touched-you-may-also-like .m-product-card__media,
  .touched-you-may-also-like .m-product-card__media img,
  .touched-you-may-also-like .m-product-card__media .m-placeholder-svg {
    border-radius: 6px !important;
    overflow: hidden;
  }

  .touched-you-may-also-like .m-product-card__media {
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
  }

  .touched-you-may-also-like .m-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .touched-you-may-also-like .m-product-card__info {
    padding-top: 15px;
  }

  .touched-you-may-also-like .m-product-card__title,
  .touched-you-may-also-like .m-product-card__name,
  .touched-you-may-also-like .m-product-card__title a,
  .touched-you-may-also-like .m-product-card__name a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #202020;
  }

  .touched-you-may-also-like .m-price,
  .touched-you-may-also-like .m-product-card__price {
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }

  .touched-you-may-also-like .m-product-card__price {
    margin-top: 8px;
  }

  .touched-you-may-also-like .m-slider-controls__button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .touched-you-may-also-like .m-slider-controls__button svg {
    width: 18px;
    height: 18px;
  }

  @media screen and (max-width: 749px) {
    .touched-you-may-also-like .m-section__header {
      margin-bottom: 22px;
    }

    .touched-you-may-also-like .m-section__heading {
      font-size: 24px;
    }

    .touched-you-may-also-like .m-product-card__info {
      padding-top: 12px;
    }
  }
/* END_SECTION:product-recommendations */

/* START_SECTION:th-accordion-bento (INDEX:87) */
.th-accordion-bento {
    background: var(--th-accordion-bg);
    color: var(--th-accordion-text);
    padding: 34px 24px 42px;
  }

  .th-accordion-bento__inner {
    max-width: 1040px;
    margin: 0 auto;
  }

  .th-accordion-bento__item {
    border-top: 1px solid var(--th-accordion-line);
  }

  .th-accordion-bento__item:last-child {
    border-bottom: 1px solid var(--th-accordion-line);
  }

  .th-accordion-bento__summary {
    min-height: 72px;
    display: grid;
    grid-template-columns: 46px 1fr 42px;
    gap: 18px;
    align-items: center;
    cursor: pointer;
    list-style: none;
  }

  .th-accordion-bento__summary::-webkit-details-marker {
    display: none;
  }

  .th-accordion-bento__number {
    color: #8b8580;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
  }

  .th-accordion-bento__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .th-accordion-bento__toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    font-size: 23px;
    line-height: 1;
  }

  .th-accordion-bento__item[open] .th-accordion-bento__toggle {
    transform: rotate(45deg);
  }

  .th-accordion-bento__panel {
    padding: 0 0 26px 64px;
  }

  .th-accordion-bento__description {
    max-width: 640px;
    margin: 0 0 16px;
    color: #6f6a64;
    font-size: 14px;
    line-height: 1.55;
  }

  .th-accordion-bento__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 24px;
  }

  .th-accordion-bento__links a {
    color: inherit;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
  }

  .th-accordion-bento__links a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  @media screen and (max-width: 720px) {
    .th-accordion-bento {
      padding: 26px 16px 34px;
    }

    .th-accordion-bento__summary {
      grid-template-columns: 34px 1fr 36px;
      gap: 12px;
      min-height: 64px;
    }

    .th-accordion-bento__title {
      font-size: 18px;
    }

    .th-accordion-bento__panel {
      padding-left: 46px;
    }

    .th-accordion-bento__links {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:th-accordion-bento */

/* START_SECTION:th-browse-by-room (INDEX:88) */
.th-rooms { color: #111; }

  .th-rooms__inner {
    margin: 0 auto;
  }

  .th-rooms__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
  }

  .th-rooms__heading {
    margin: 0;
  }

  .th-rooms__desc {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.45;
    color: #6f6a64;
    max-width: 620px;
  }

  .th-rooms__navs {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
  }

  .th-rooms__nav {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid #d9d4cd;
    background: #fff;
    color: #2b3a2b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 200ms ease, border-color 200ms ease, background 200ms ease;
  }

  .th-rooms__nav:hover { border-color: #2b3a2b; }
  .th-rooms__nav:disabled { opacity: 0.28; cursor: default; }
  .th-rooms__nav svg { width: 20px; height: 20px; }

  .th-rooms__row {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }

  .th-rooms__row::-webkit-scrollbar { display: none; }

  .th-room {
    min-width: 200px;
    position: relative;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    scroll-snap-align: start;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }

  .th-room__media {
    aspect-ratio: 3 / 4;
    overflow: hidden;
  }

  .th-room__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 480ms ease;
  }

  .th-room:hover .th-room__img { transform: scale(1.04); }

  .th-room__bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
  }

  .th-room__label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
  }

  .th-room__plus {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms ease, color 200ms ease;
  }

  .th-room__plus svg { width: 20px; height: 20px; }

  .th-room:hover .th-room__plus { background: currentColor; }
  .th-room:hover .th-room__plus svg { color: #111; }

  @media screen and (max-width: 989px) {
    .th-rooms__navs { display: none; }
    #shopify-section-{{ section.id }} .th-rooms .th-room,
    .th-rooms .th-room { flex: 0 0 72% !important; min-width: 0; }
    .th-room__label { font-size: 16px; }
  }
/* END_SECTION:th-browse-by-room */

/* START_SECTION:th-category-chips (INDEX:89) */
.th-chips { color: #111; }

  .th-chips__inner { margin: 0 auto; }

  .th-chips__heading { margin: 0; }

  .th-chips__desc {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.45;
    color: #6f6a64;
    max-width: 620px;
  }

  .th-chips__rows {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .th-chips__row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .th-chip {
    display: inline-flex;
    align-items: center;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
  }

  .th-chip:hover { transform: translateY(-1px); }

  @media screen and (max-width: 749px) {
    .th-chips__rows { margin-top: 20px; gap: 12px; }
    .th-chips__row {
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 10px;
      scrollbar-width: none;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
    }
    .th-chips__row::-webkit-scrollbar { display: none; }
    .th-chip {
      flex: 0 0 auto;
      scroll-snap-align: start;
      padding: 12px 18px;
      font-size: 14px;
    }
  }
/* END_SECTION:th-category-chips */

/* START_SECTION:th-category-icons (INDEX:90) */
.th-caticons { color: #111; }

  .th-caticons__inner {
    margin: 0 auto;
  }

  .th-caticons__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
  }

  .th-caticons__heading {
    margin: 0;
  }

  .th-caticons__desc {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.45;
    color: #6f6a64;
    max-width: 560px;
  }

  .th-caticons__more {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #c79a3b;
    text-decoration: none;
    white-space: nowrap;
  }

  .th-caticons__more:hover { opacity: 0.82; }

  .th-caticons__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .th-caticons__row::-webkit-scrollbar { display: none; }

  .th-caticon {
    flex: 1 0 118px;
    min-width: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .th-caticon__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #efece5;
    transition: background 200ms ease, transform 200ms ease;
  }

  .th-caticon:hover .th-caticon__badge {
    background: #e6e2d8;
    transform: translateY(-2px);
  }

  .th-caticon__badge svg {
    width: 46%;
    height: 46%;
    color: #2c2c2c;
  }

  .th-caticon__label {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    color: #1f1f1f;
    text-align: center;
  }

  @media screen and (max-width: 989px) {
    .th-caticons__row {
      justify-content: flex-start;
      gap: 14px;
      scroll-snap-type: x mandatory;
    }
    .th-caticon {
      flex: 0 0 96px;
      min-width: 96px;
      scroll-snap-align: start;
    }
    .th-caticon__label { font-size: 13px; margin-top: 12px; }
  }
/* END_SECTION:th-category-icons */

/* START_SECTION:th-hero (INDEX:92) */
.th-hero { position: relative; }

  .th-hero__viewport {
    position: relative;
    height: var(--th-hero-hd, 680px);
    overflow: hidden;
  }

  .th-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 700ms ease;
  }

  .th-hero__slide.is-active { opacity: 1; visibility: visible; }

  .th-hero__imglink { position: absolute; inset: 0; z-index: 3; }

  .th-hero__media { position: absolute; inset: 0; }

  .th-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .th-hero__scrim {
    position: absolute;
    inset: 0;
    background: #000;
    pointer-events: none;
  }

  .th-hero__align {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    padding: clamp(24px, 6vw, 88px);
    pointer-events: none;
  }

  .th-hero__align--top-left { align-items: flex-start; justify-content: flex-start; }
  .th-hero__align--top-center { align-items: flex-start; justify-content: center; }
  .th-hero__align--top-right { align-items: flex-start; justify-content: flex-end; }
  .th-hero__align--middle-left { align-items: center; justify-content: flex-start; }
  .th-hero__align--center { align-items: center; justify-content: center; }
  .th-hero__align--middle-right { align-items: center; justify-content: flex-end; }
  .th-hero__align--bottom-left { align-items: flex-end; justify-content: flex-start; }
  .th-hero__align--bottom-center { align-items: flex-end; justify-content: center; }
  .th-hero__align--bottom-right { align-items: flex-end; justify-content: flex-end; }

  .th-hero__content {
    pointer-events: auto;
    width: 100%;
  }

  .th-hero__content,
  .th-hero__eyebrow,
  .th-hero__heading,
  .th-hero__desc,
  .th-hero__desc p,
  .th-hero__desc strong { color: inherit; }

  .th-hero__content--solid {
    padding: clamp(24px, 3vw, 44px);
    border-radius: 16px;
  }

  .th-hero__eyebrow {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .th-hero__heading {
    margin: 0;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.01em;
  }

  .th-hero__desc {
    margin: 16px 0 0;
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.5;
    opacity: 0.95;
  }

  .th-hero__desc p { margin: 0; }

  .th-hero__btn {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 30px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 200ms ease, background 200ms ease, color 200ms ease, opacity 200ms ease;
  }

  .th-hero__btn:hover { transform: translateY(-2px); opacity: 0.92; }

  .th-hero__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,0.85);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 200ms ease;
  }
  .th-hero__nav:hover { background: #fff; }
  .th-hero__nav svg { width: 22px; height: 22px; }
  .th-hero__nav--prev { left: 18px; }
  .th-hero__nav--next { right: 18px; }

  .th-hero__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .th-hero__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.55);
    cursor: pointer;
    transition: background 200ms ease, transform 200ms ease;
  }
  .th-hero__dot.is-active { background: #fff; transform: scale(1.3); }

  @media screen and (max-width: 749px) {
    .th-hero__viewport { height: var(--th-hero-hm, 560px); }
    .th-hero__align { padding: 22px 22px 62px; }
    .th-hero__nav { display: none; }
    .th-hero__dots { bottom: 26px; }
    .th-hero__align--m-top-left { align-items: flex-start !important; justify-content: flex-start !important; }
    .th-hero__align--m-top-center { align-items: flex-start !important; justify-content: center !important; }
    .th-hero__align--m-top-right { align-items: flex-start !important; justify-content: flex-end !important; }
    .th-hero__align--m-middle-left { align-items: center !important; justify-content: flex-start !important; }
    .th-hero__align--m-center { align-items: center !important; justify-content: center !important; }
    .th-hero__align--m-middle-right { align-items: center !important; justify-content: flex-end !important; }
    .th-hero__align--m-bottom-left { align-items: flex-end !important; justify-content: flex-start !important; }
    .th-hero__align--m-bottom-center { align-items: flex-end !important; justify-content: center !important; }
    .th-hero__align--m-bottom-right { align-items: flex-end !important; justify-content: flex-end !important; }
  }
/* END_SECTION:th-hero */

/* START_SECTION:th-insights-links (INDEX:93) */
.th-insights {
    background: var(--th-insights-bg);
    color: var(--th-insights-text);
    padding: 62px 24px;
  }

  .th-insights__inner {
    max-width: 1220px;
    margin: 0 auto;
  }

  .th-insights__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 24px;
  }

  .th-insights__header p {
    margin: 0 0 8px;
    color: var(--th-insights-muted);
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .th-insights__header h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .th-insights__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .th-insights__card a {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .th-insights__image {
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    margin-bottom: 13px;
    background: #f5f2ee;
  }

  .th-insights__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--th-insights-muted);
    font-size: 11px;
    text-transform: uppercase;
  }

  .th-insights__card strong {
    display: block;
    margin: 8px 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.25;
  }

  .th-insights__text {
    display: block;
    color: var(--th-insights-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .th-insights__button-wrap {
    text-align: center;
    margin-top: 28px;
  }

  .th-insights__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border: 1px solid var(--th-insights-text);
    background: var(--th-insights-text);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  @media screen and (max-width: 990px) {
    .th-insights {
      padding: 48px 16px;
    }

    .th-insights__header {
      display: block;
    }

    .th-insights__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
  }

  @media screen and (max-width: 620px) {
    .th-insights__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:th-insights-links */

/* START_SECTION:th-new-arrivals-switcher (INDEX:94) */
.th-arrivals {
    background: var(--th-arrivals-bg);
    color: var(--th-arrivals-text);
    padding: 64px 24px;
  }

  .th-arrivals__inner {
    max-width: 1220px;
    margin: 0 auto;
  }

  .th-arrivals__header {
    max-width: 660px;
    margin: 0 auto 26px;
    text-align: center;
  }

  .th-arrivals__header p,
  .th-arrivals__copy p {
    margin: 0 0 8px;
    color: var(--th-arrivals-muted);
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .th-arrivals__header h2 {
    margin: 0 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    line-height: 1.12;
    text-transform: uppercase;
  }

  .th-arrivals__header div,
  .th-arrivals__copy div {
    color: var(--th-arrivals-muted);
    font-size: 14px;
    line-height: 1.6;
  }

  .th-arrivals__tabs {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 0 0 28px;
    border-bottom: 1px solid #ded9d2;
  }

  .th-arrivals__tab {
    appearance: none;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--th-arrivals-muted);
    padding: 0 0 13px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .th-arrivals__tab.is-active {
    border-color: var(--th-arrivals-text);
    color: var(--th-arrivals-text);
  }

  .th-arrivals__panel {
    display: grid;
    grid-template-columns: minmax(220px, 300px) 1fr;
    gap: 34px;
    align-items: start;
  }

  .th-arrivals__panel[hidden] {
    display: none;
  }

  .th-arrivals__copy {
    padding-top: 10px;
  }

  .th-arrivals__copy h3 {
    margin: 0 0 12px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    line-height: 1.14;
    text-transform: uppercase;
  }

  .th-arrivals__links {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .th-arrivals__links a {
    color: var(--th-arrivals-text);
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .th-arrivals__products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .th-arrivals__product a {
    color: inherit;
    text-decoration: none;
  }

  .th-arrivals__product-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 12px;
    background: #f4f1ed;
  }

  .th-arrivals__product strong {
    display: block;
    min-height: 36px;
    font-size: 13px;
    line-height: 1.35;
  }

  .th-arrivals__product span {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 700;
  }

  .th-arrivals__feature {
    grid-column: 1 / -1;
  }

  .th-arrivals__feature-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
  }

  @media screen and (max-width: 900px) {
    .th-arrivals {
      padding: 48px 16px;
    }

    .th-arrivals__tabs {
      justify-content: flex-start;
      overflow-x: auto;
    }

    .th-arrivals__panel {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .th-arrivals__products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
  }
/* END_SECTION:th-new-arrivals-switcher */

/* START_SECTION:th-popular-categories (INDEX:95) */
.th-popular-categories { color: #111; }

  .th-popular-categories__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .th-popular-categories__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
  }

  .th-popular-categories__heading {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #2b3a2b;
  }

  .th-popular-categories__more {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #c79a3b;
    text-decoration: none;
    white-space: nowrap;
  }

  .th-popular-categories__more:hover { color: #b1852b; }

  .th-popular-categories__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 245px;
    gap: 4px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .th-popular-categories__feature {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #f2f2f2;
  }

  .th-popular-categories__feature--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .th-popular-categories__feature-link {
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }

  .th-popular-categories__feature-image,
  .th-popular-categories__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .th-popular-categories__feature-image {
    transition: transform 420ms ease;
  }

  .th-popular-categories__feature-link:hover .th-popular-categories__feature-image {
    transform: scale(1.035);
  }

  .th-popular-categories__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.44) 100%);
    pointer-events: none;
  }

  .th-popular-categories__feature-copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.38);
  }

  .th-popular-categories__feature-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .th-popular-categories__feature-text {
    max-width: 360px;
    font-size: 11px;
    line-height: 1.35;
  }

  .th-popular-categories__button {
    margin-top: 4px;
    padding: 8px 22px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
  }

  @media screen and (max-width: 989px) {
    .th-popular-categories__inner { padding: 0 16px; }
    .th-popular-categories__heading { font-size: 24px; }
    .th-popular-categories__features {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-rows: 190px;
      max-width: 680px;
    }
    .th-popular-categories__feature--large {
      grid-column: 1 / -1;
      grid-row: span 2;
    }
  }

  @media screen and (max-width: 640px) {
    .th-popular-categories__features {
      grid-template-columns: 1fr;
      grid-auto-rows: 250px;
      gap: 8px;
    }
    .th-popular-categories__feature--large {
      grid-column: auto;
      grid-row: auto;
    }
  }
/* END_SECTION:th-popular-categories */

/* START_SECTION:th-professional-paths (INDEX:96) */
.th-professional-paths {
    background: var(--th-pro-bg);
    color: var(--th-pro-text);
    padding: 58px 24px;
  }

  .th-professional-paths__inner {
    max-width: 1180px;
    margin: 0 auto;
  }

  .th-professional-paths__header {
    max-width: 620px;
    margin-bottom: 28px;
  }

  .th-professional-paths__header p,
  .th-professional-paths__kicker {
    margin: 0 0 8px;
    color: var(--th-pro-muted);
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .th-professional-paths__header h2 {
    margin: 0 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .th-professional-paths__header div {
    color: var(--th-pro-muted);
    font-size: 14px;
    line-height: 1.6;
  }

  .th-professional-paths__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .th-professional-paths__card {
    border: 1px solid #ded9d2;
    background: #fff;
  }

  .th-professional-paths__card a {
    min-height: 100%;
    display: grid;
    grid-template-columns: 42% 1fr;
    color: inherit;
    text-decoration: none;
  }

  .th-professional-paths__image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
  }

  .th-professional-paths__body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .th-professional-paths__body strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
    line-height: 1.12;
    text-transform: uppercase;
  }

  .th-professional-paths__body span {
    color: var(--th-pro-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .th-professional-paths__body em {
    margin-top: auto;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  @media screen and (max-width: 900px) {
    .th-professional-paths__grid,
    .th-professional-paths__card a {
      grid-template-columns: 1fr;
    }

    .th-professional-paths__image {
      min-height: 220px;
    }
  }
/* END_SECTION:th-professional-paths */

/* START_SECTION:th-promo-strip (INDEX:97) */
.th-promo-strip {
    background: var(--th-promo-bg);
    color: var(--th-promo-text);
  }

  .th-promo-strip__inner {
    max-width: 1180px;
    margin: 0 auto;
    min-height: 78px;
    padding: 18px 24px;
    display: grid;
    grid-template-columns: auto minmax(180px, 0.75fr) minmax(260px, 1fr) auto;
    gap: 22px;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .th-promo-strip__eyebrow,
  .th-promo-strip__cta {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .th-promo-strip__heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .th-promo-strip__text {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
  }

  .th-promo-strip__cta {
    justify-self: end;
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
  }

  @media screen and (max-width: 820px) {
    .th-promo-strip__inner {
      grid-template-columns: 1fr;
      gap: 8px;
      text-align: center;
    }

    .th-promo-strip__cta {
      justify-self: center;
    }
  }
/* END_SECTION:th-promo-strip */

/* START_SECTION:th-service-bar (INDEX:98) */
.th-service-bar {
    background: var(--th-service-bg);
    color: var(--th-service-text);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .th-service-bar__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 22px 28px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
  }

  .th-service-bar__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
  }

  .th-service-bar__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--th-service-accent, #c98f53);
    line-height: 1;
  }

  .th-service-bar__mark svg {
    width: 30px;
    height: 30px;
  }

  .th-service-bar--badge-square .th-service-bar__mark,
  .th-service-bar--badge-circle .th-service-bar__mark {
    width: 48px;
    height: 48px;
    background: var(--th-service-badge, #f0ece5);
  }

  .th-service-bar--badge-square .th-service-bar__mark svg,
  .th-service-bar--badge-circle .th-service-bar__mark svg {
    width: 24px;
    height: 24px;
  }

  .th-service-bar--badge-square .th-service-bar__mark { border-radius: 10px; }
  .th-service-bar--badge-circle .th-service-bar__mark { border-radius: 50%; }

  .th-service-bar__num {
    font-size: 15px;
    font-weight: 700;
  }

  .th-service-bar__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .th-service-bar__copy strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.18;
  }

  .th-service-bar__copy small {
    color: var(--th-service-muted);
    font-size: 12px;
    line-height: 1.25;
  }

  .th-service-bar__dots { display: none; }

  @media screen and (max-width: 989px) {
    .th-service-bar__inner {
      display: flex;
      overflow-x: auto;
      gap: 14px;
      padding: 20px 20px 8px;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 20px;
      scrollbar-width: none;
    }

    .th-service-bar__inner::-webkit-scrollbar { display: none; }

    .th-service-bar__item {
      flex: 0 0 76%;
      max-width: 320px;
      scroll-snap-align: start;
    }

    .th-service-bar__dots {
      display: flex;
      justify-content: center;
      gap: 7px;
      padding: 4px 0 16px;
    }

    .th-service-bar__dot {
      width: 7px;
      height: 7px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.18);
      cursor: pointer;
      transition: background 200ms ease, transform 200ms ease;
    }

    .th-service-bar__dot.is-active {
      background: var(--th-service-accent, #c98f53);
      transform: scale(1.25);
    }
  }
/* END_SECTION:th-service-bar */

/* START_SECTION:th-studio-banner (INDEX:99) */
.th-studio-banner {
    position: relative;
    overflow: hidden;
    background: #111;
    clear: both;
  }

  .th-studio-banner__link {
    position: relative;
    min-height: clamp(360px, 32vw, 520px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 58px clamp(20px, 7vw, 112px);
    color: var(--th-studio-text);
    text-decoration: none;
  }

  .th-studio-banner__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .th-studio-banner__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.48) 46%, rgba(0, 0, 0, 0.16) 100%),
      var(--th-studio-overlay);
    opacity: var(--th-studio-overlay-opacity);
  }

  .th-studio-banner__content {
    position: relative;
    z-index: 1;
    width: min(590px, 100%);
    display: grid;
    gap: 13px;
    text-align: left;
    padding: 32px 34px;
    background: rgba(10, 9, 8, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  }

  .th-studio-banner__eyebrow,
  .th-studio-banner__button {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .th-studio-banner__heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 3.1vw, 46px);
    line-height: 1;
    text-transform: uppercase;
  }

  .th-studio-banner__text {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.55;
  }

  .th-studio-banner__button {
    justify-self: start;
    margin-top: 8px;
    padding: 12px 28px;
    border: 1px solid currentColor;
    border-radius: 999px;
  }

  @media screen and (max-width: 720px) {
    .th-studio-banner__link {
      min-height: 380px;
      justify-content: center;
      padding: 34px 18px;
    }

    .th-studio-banner__content {
      width: min(100%, 430px);
      padding: 26px 22px;
      text-align: center;
    }

    .th-studio-banner__button {
      justify-self: center;
    }
  }
/* END_SECTION:th-studio-banner */

/* START_SECTION:touched-benefits-bar (INDEX:100) */
.touched-benefits-bar {
    background: var(--th-benefits-bg);
    border-top: 1px solid rgba(47, 42, 37, 0.08);
    border-bottom: 1px solid rgba(47, 42, 37, 0.08);
  }

  .touched-benefits-bar__inner {
    max-width: var(--th-benefits-max-width);
    margin: 0 auto;
    padding: var(--th-benefits-padding-y) 28px;
  }

  .touched-benefits-bar__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
  }

  .touched-benefits-bar__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .touched-benefits-bar__icon {
    flex: 0 0 var(--th-benefits-icon-size);
    width: var(--th-benefits-icon-size);
    height: var(--th-benefits-icon-size);
    color: var(--th-benefits-accent);
  }

  .touched-benefits-bar__icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .touched-benefits-bar__copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
    line-height: 1.25;
  }

  .touched-benefits-bar__heading {
    color: var(--th-benefits-heading);
    font-size: 14px;
    font-weight: 700;
  }

  .touched-benefits-bar__text {
    color: var(--th-benefits-text);
    font-size: 12px;
  }

  @media screen and (max-width: 989px) {
    .touched-benefits-bar__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 18px;
    }
  }

  @media screen and (max-width: 749px) {
    .touched-benefits-bar__inner {
      padding-right: 20px;
      padding-left: 20px;
    }

    .touched-benefits-bar__list {
      display: flex;
      gap: 22px;
      overflow-x: auto;
      padding-bottom: 4px;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
    }

    .touched-benefits-bar__item {
      flex: 0 0 235px;
      scroll-snap-align: start;
    }
  }
/* END_SECTION:touched-benefits-bar */

/* START_SECTION:touched-faq (INDEX:103) */
.touched-faq {
    background: var(--th-faq-bg);
    color: var(--th-faq-text);
    padding: var(--th-faq-padding-top) 0 var(--th-faq-padding-bottom);
  }

  .touched-faq__shell {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 0 18px;
  }

  .touched-faq__panel {
    max-width: var(--th-faq-max-width);
  }

  .touched-faq__bar {
    display: grid;
    grid-template-columns: 18px 1fr 18px;
    gap: 4px;
    align-items: center;
    border-bottom: 1px solid var(--th-faq-heading);
    padding-bottom: 19px;
  }

  .touched-faq__mark {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
  }

  .touched-faq__mark::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-left: 1.5px solid var(--th-faq-heading);
    border-bottom: 1.5px solid var(--th-faq-heading);
    transform: rotate(-45deg);
  }

  .touched-faq__title {
    margin: 0;
    color: var(--th-faq-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .touched-faq__minus {
    justify-self: end;
    width: 13px;
    height: 1.5px;
    background: var(--th-faq-heading);
  }

  .touched-faq__intro {
    max-width: 580px;
    margin: 26px 0 20px;
    color: var(--th-faq-muted);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    line-height: 1.55;
  }

  .touched-faq__category {
    margin: 23px 0 13px;
    color: var(--th-faq-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .touched-faq__item {
    border-bottom: 1px solid var(--th-faq-line);
  }

  .touched-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 43px;
    padding: 12px 0;
    color: var(--th-faq-muted);
    cursor: pointer;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0;
    list-style: none;
  }

  .touched-faq__question::-webkit-details-marker {
    display: none;
  }

  .touched-faq__plus {
    position: relative;
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }

  .touched-faq__plus::before,
  .touched-faq__plus::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 2px;
    width: 9px;
    height: 1.5px;
    background: var(--th-faq-muted);
    transition: transform 180ms ease;
  }

  .touched-faq__plus::after {
    transform: rotate(90deg);
  }

  .touched-faq__item[open] .touched-faq__plus::after {
    transform: rotate(0deg);
  }

  .touched-faq__answer {
    padding: 0 22px 18px 0;
    color: var(--th-faq-text);
    font-size: 14px;
    line-height: 1.62;
  }

  .touched-faq__answer p {
    margin: 0 0 10px;
  }

  .touched-faq__answer p:last-child {
    margin-bottom: 0;
  }

  @media screen and (min-width: 990px) {
    .touched-faq__shell {
      padding-left: 34px;
    }
  }

  @media screen and (max-width: 749px) {
    .touched-faq {
      padding-top: calc(var(--th-faq-padding-top) * 0.7);
      padding-bottom: calc(var(--th-faq-padding-bottom) * 0.75);
    }

    .touched-faq__panel {
      max-width: none;
    }

    .touched-faq__bar {
      padding-bottom: 15px;
    }

    .touched-faq__intro {
      margin-top: 22px;
      font-size: 13px;
    }

    .touched-faq__category {
      font-size: 16px;
    }

    .touched-faq__question {
      min-height: 46px;
      font-size: 11px;
    }
  }
/* END_SECTION:touched-faq */

/* START_SECTION:touched-luminous-spaces (INDEX:104) */
.th-luminous-spaces {
    background: var(--th-luminous-bg);
    color: var(--th-luminous-text);
    padding: var(--th-luminous-padding-top) 0 var(--th-luminous-padding-bottom);
    overflow: hidden;
  }

  .th-luminous-spaces__header {
    max-width: 980px;
    margin: 0 auto 30px;
    padding: 0 18px;
    text-align: center;
  }

  .th-luminous-spaces__heading {
    margin: 0;
    color: var(--th-luminous-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .th-luminous-spaces__subheading {
    margin-top: 12px;
    color: var(--th-luminous-muted);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    line-height: 1.55;
  }

  .th-luminous-spaces__subheading p {
    margin: 0;
  }

  .th-luminous-spaces__shell {
    position: relative;
  }

  .th-luminous-spaces__track {
    display: flex;
    gap: var(--th-luminous-card-gap);
    overflow-x: auto;
    padding: 0 18px 22px;
    scroll-padding-left: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .th-luminous-spaces__track::-webkit-scrollbar {
    display: none;
  }

  .th-luminous-spaces__card {
    flex: 0 0 var(--th-luminous-card-width, clamp(280px, 27vw, 500px));
    scroll-snap-align: start;
  }

  .th-luminous-spaces__card--narrow {
    flex-basis: clamp(230px, 16vw, 300px);
  }

  .th-luminous-spaces__card--wide {
    flex-basis: clamp(410px, 30vw, 570px);
  }

  .th-luminous-spaces__link {
    position: relative;
    display: block;
    height: var(--th-luminous-card-height);
    overflow: hidden;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    background: #efebe5;
  }

  .th-luminous-spaces__media,
  .th-luminous-spaces__image,
  .th-luminous-spaces__placeholder {
    display: block;
    width: 100%;
    height: 100%;
  }

  .th-luminous-spaces__image {
    object-fit: cover;
    transition: transform .45s ease;
  }

  .th-luminous-spaces__link:hover .th-luminous-spaces__image,
  .th-luminous-spaces__link:focus-visible .th-luminous-spaces__image {
    transform: scale(1.035);
  }

  .th-luminous-spaces__caption {
    position: absolute;
    right: 14px;
    bottom: 12px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    pointer-events: none;
  }

  .th-luminous-spaces__label {
    max-width: calc(100% - 44px);
    border-radius: 2px;
    background: rgba(255, 255, 255, .92);
    color: #111111;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
  }

  .th-luminous-spaces__arrow {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--th-luminous-overlay);
    color: #ffffff;
    font-size: 23px;
    line-height: 1;
  }

  .th-luminous-spaces__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
  }

  .th-luminous-spaces__control {
    appearance: none;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: #f4f4f4;
    color: #111111;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .th-luminous-spaces__control:hover,
  .th-luminous-spaces__control:focus-visible {
    background: #111111;
    color: #ffffff;
  }

  .th-luminous-spaces__dots {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .th-luminous-spaces__dot {
    appearance: none;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: #d8d8d8;
    cursor: pointer;
  }

  .th-luminous-spaces__dot.is-active {
    background: #111111;
  }

  @media screen and (max-width: 749px) {
    .th-luminous-spaces__header {
      margin-bottom: 22px;
    }

    .th-luminous-spaces__heading {
      font-size: 23px;
    }

    .th-luminous-spaces__subheading {
      font-size: 13px;
    }

    .th-luminous-spaces__track {
      gap: 10px;
      padding-right: 14px;
      padding-left: 14px;
      scroll-padding-left: 14px;
    }

    .th-luminous-spaces__card,
    .th-luminous-spaces__card--narrow,
    .th-luminous-spaces__card--wide {
      flex-basis: 82vw;
    }

    .th-luminous-spaces__link {
      height: 280px;
    }
  }
/* END_SECTION:touched-luminous-spaces */

/* START_SECTION:touched-project-cases (INDEX:105) */
.th-project-cases {
    background: var(--th-cases-bg);
    color: var(--th-cases-text);
    padding: var(--th-cases-padding-top) 18px var(--th-cases-padding-bottom);
  }

  .th-project-cases__inner {
    max-width: 1180px;
    margin: 0 auto;
  }

  .th-project-cases__header {
    max-width: 620px;
    margin-bottom: 32px;
  }

  .th-project-cases__eyebrow {
    margin: 0 0 12px;
    color: var(--th-cases-muted);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .th-project-cases__heading {
    margin: 0;
    color: var(--th-cases-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .th-project-cases__description {
    margin-top: 12px;
    color: var(--th-cases-muted);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    line-height: 1.65;
  }

  .th-project-cases__description p {
    margin: 0;
  }

  .th-project-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .th-project-cases__card-link {
    position: relative;
    display: block;
    min-height: 270px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: #ebe6df;
  }

  .th-project-cases__image,
  .th-project-cases__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
    transition: transform .45s ease;
  }

  .th-project-cases__card-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .62) 100%);
    pointer-events: none;
  }

  .th-project-cases__card-link:hover .th-project-cases__image,
  .th-project-cases__card-link:focus-visible .th-project-cases__image {
    transform: scale(1.035);
  }

  .th-project-cases__overlay {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 1;
  }

  .th-project-cases__title {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.12;
    text-transform: uppercase;
  }

  .th-project-cases__subtitle {
    margin: 8px 0 0;
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
    line-height: 1.35;
  }

  .th-project-cases__button {
    display: inline-flex;
    min-width: 196px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    background: var(--th-cases-button-bg);
    color: var(--th-cases-button-text);
    padding: 15px 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .th-project-cases__button:hover,
  .th-project-cases__button:focus-visible {
    opacity: .82;
  }

  @media screen and (max-width: 989px) {
    .th-project-cases__grid {
      grid-template-columns: 1fr;
    }

    .th-project-cases__card-link,
    .th-project-cases__image,
    .th-project-cases__placeholder {
      min-height: 320px;
    }
  }

  @media screen and (max-width: 749px) {
    .th-project-cases {
      padding-right: 14px;
      padding-left: 14px;
    }

    .th-project-cases__header {
      margin-bottom: 24px;
    }

    .th-project-cases__heading {
      font-size: 19px;
    }

    .th-project-cases__card-link,
    .th-project-cases__image,
    .th-project-cases__placeholder {
      min-height: 280px;
    }

    .th-project-cases__title {
      font-size: 20px;
    }

    .th-project-cases__button {
      width: 100%;
    }
  }
/* END_SECTION:touched-project-cases */

/* START_SECTION:touched-project-type (INDEX:106) */
.th-project-type {
    background: var(--th-project-bg);
    color: var(--th-project-text);
    padding: var(--th-project-padding-top) 16px var(--th-project-padding-bottom);
  }

  .th-project-type__inner {
    max-width: 1060px;
    margin: 0 auto;
  }

  .th-project-type__eyebrow {
    margin: 0 0 14px;
    color: var(--th-project-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .th-project-type__tabs {
    display: flex;
    align-items: stretch;
    gap: 26px;
    min-width: 0;
    overflow-x: auto;
    border-bottom: 1px solid var(--th-project-line);
    scrollbar-width: none;
  }

  .th-project-type__tabs::-webkit-scrollbar {
    display: none;
  }

  .th-project-type__tab {
    position: relative;
    appearance: none;
    flex: 0 0 auto;
    border: 0;
    border-radius: 0;
    padding: 0 0 18px;
    background: transparent;
    color: var(--th-project-muted);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    cursor: pointer;
  }

  .th-project-type__tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: transparent;
  }

  .th-project-type__tab:hover,
  .th-project-type__tab:focus-visible,
  .th-project-type__tab.is-active {
    color: var(--th-project-text);
  }

  .th-project-type__tab.is-active::after {
    background: var(--th-project-accent);
  }

  .th-project-type__panels {
    margin-top: 40px;
  }

  .th-project-type__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: 58px;
    align-items: center;
  }

  .th-project-type__panel[hidden] {
    display: none;
  }

  .th-project-type__media {
    min-height: 420px;
    background: #f7f4ef;
    overflow: hidden;
  }

  .th-project-type__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
  }

  .th-project-type__content {
    max-width: 420px;
  }

  .th-project-type__heading {
    margin: 0 0 22px;
    color: var(--th-project-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .th-project-type__text {
    color: #4d4640;
    font-size: 16px;
    line-height: 1.65;
  }

  .th-project-type__text p {
    margin: 0;
  }

  .th-project-type__text p + p {
    margin-top: 8px;
  }

  .th-project-type__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 32px;
  }

  .th-project-type__button {
    display: inline-flex;
    min-width: 212px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--th-project-accent);
    border-radius: 999px;
    padding: 15px 22px;
    color: var(--th-project-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .th-project-type__button:hover,
  .th-project-type__button:focus-visible {
    background: var(--th-project-accent);
    color: #ffffff;
  }

  @media screen and (max-width: 989px) {
    .th-project-type__inner {
      max-width: 720px;
    }

    .th-project-type__panel {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .th-project-type__content {
      max-width: none;
    }
  }

  @media screen and (max-width: 749px) {
    .th-project-type {
      padding-right: 14px;
      padding-left: 14px;
    }

    .th-project-type__tabs {
      gap: 22px;
    }

    .th-project-type__tab {
      padding-bottom: 15px;
      font-size: 12px;
    }

    .th-project-type__panels {
      margin-top: 28px;
    }

    .th-project-type__media,
    .th-project-type__image {
      min-height: 320px;
    }

    .th-project-type__heading {
      font-size: 25px;
    }

    .th-project-type__text {
      font-size: 15px;
    }

    .th-project-type__button {
      width: 100%;
      min-width: 0;
    }
  }
/* END_SECTION:touched-project-type */

/* START_SECTION:touched-shop-accordion (INDEX:107) */
.touched-shop-accordion {
    background: var(--th-shop-accordion-bg);
    padding: var(--th-shop-accordion-padding-y) 0;
  }

  .touched-shop-accordion__inner {
    max-width: var(--th-shop-accordion-max-width);
    margin: 0 auto;
    padding: 0 24px;
  }

  .touched-shop-accordion__item {
    border-top: 1px solid var(--th-shop-accordion-line);
  }

  .touched-shop-accordion__item:last-child {
    border-bottom: 1px solid var(--th-shop-accordion-line);
  }

  .touched-shop-accordion__summary {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 42px;
    gap: 28px;
    align-items: center;
    min-height: 68px;
    color: var(--th-shop-accordion-heading);
    cursor: pointer;
    list-style: none;
  }

  .touched-shop-accordion__summary::-webkit-details-marker {
    display: none;
  }

  .touched-shop-accordion__number {
    color: var(--th-shop-accordion-text);
    font-size: 12px;
    line-height: 1;
  }

  .touched-shop-accordion__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .touched-shop-accordion__toggle {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    justify-self: end;
    border-radius: 999px;
    background: #111111;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  }

  .touched-shop-accordion__toggle::before,
  .touched-shop-accordion__toggle::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
  }

  .touched-shop-accordion__toggle::after {
    transform: rotate(90deg);
    transition: transform 180ms ease;
  }

  .touched-shop-accordion__item[open] .touched-shop-accordion__toggle::after {
    transform: rotate(0deg);
  }

  .touched-shop-accordion__panel {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 42px;
    gap: 28px;
    padding: 0 0 28px;
  }

  .touched-shop-accordion__text,
  .touched-shop-accordion__links {
    grid-column: 2;
  }

  .touched-shop-accordion__text {
    max-width: 620px;
    margin: 0 0 18px;
    color: var(--th-shop-accordion-text);
    font-size: 14px;
    line-height: 1.5;
  }

  .touched-shop-accordion__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .touched-shop-accordion__link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid var(--th-shop-accordion-line);
    color: var(--th-shop-accordion-heading);
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease;
  }

  .touched-shop-accordion__link:hover {
    border-color: var(--th-shop-accordion-heading);
    background: rgba(17, 17, 17, 0.04);
  }

  @media screen and (max-width: 749px) {
    .touched-shop-accordion__inner {
      padding: 0 18px;
    }

    .touched-shop-accordion__summary {
      grid-template-columns: 30px minmax(0, 1fr) 36px;
      gap: 14px;
      min-height: 62px;
    }

    .touched-shop-accordion__title {
      font-size: 20px;
    }

    .touched-shop-accordion__toggle {
      width: 32px;
      height: 32px;
    }

    .touched-shop-accordion__panel {
      grid-template-columns: 30px minmax(0, 1fr) 36px;
      gap: 14px;
      padding-bottom: 24px;
    }

    .touched-shop-accordion__links {
      gap: 8px;
    }

    .touched-shop-accordion__link {
      min-height: 34px;
      padding: 0 12px;
    }
  }
/* END_SECTION:touched-shop-accordion */

/* START_SECTION:touched-standard (INDEX:109) */
.touched-standard {
    background: var(--th-standard-bg);
    padding: 76px 0 72px;
    overflow: hidden;
  }

  .touched-standard__inner {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
    max-width: var(--th-standard-max-width);
    margin: 0 auto;
    padding: 0 24px;
  }

  .touched-standard__intro {
    max-width: 260px;
  }

  .touched-standard__heading {
    margin: 0;
    color: var(--th-standard-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.06;
    text-transform: uppercase;
  }

  .touched-standard__text {
    margin: 18px 0 0;
    color: var(--th-standard-muted);
    font-size: 13px;
    line-height: 1.45;
  }

  .touched-standard__cards {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 0 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .touched-standard__cards::-webkit-scrollbar {
    display: none;
  }

  .touched-standard__card {
    flex: 0 0 168px;
    scroll-snap-align: start;
  }

  .touched-standard__media {
    display: block;
    width: 100%;
    height: var(--th-standard-image-height);
    overflow: hidden;
    background: #f4f1ed;
  }

  .touched-standard__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
  }

  .touched-standard__media:hover .touched-standard__image {
    transform: scale(1.035);
  }

  .touched-standard__copy {
    margin-top: 14px;
  }

  .touched-standard__card-heading {
    margin: 0;
    color: var(--th-standard-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .touched-standard__card-text {
    margin: 12px 0 0;
    color: var(--th-standard-text);
    font-size: 13px;
    line-height: 1.45;
  }

  @media screen and (max-width: 989px) {
    .touched-standard__inner {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .touched-standard__intro {
      max-width: 520px;
      margin: 0 auto;
      text-align: center;
    }

    .touched-standard__cards {
      padding-right: 4px;
      padding-left: 4px;
    }
  }

  @media screen and (max-width: 749px) {
    .touched-standard {
      padding: 46px 0 44px;
    }

    .touched-standard__inner {
      padding: 0 18px;
    }

    .touched-standard__heading {
      font-size: 24px;
    }

    .touched-standard__card {
      flex-basis: 188px;
    }

    .touched-standard__media {
      height: 210px;
    }
  }
/* END_SECTION:touched-standard */

/* START_SECTION:touched-trust-strip (INDEX:110) */
.touched-trust-strip {
    background: var(--th-trust-bg);
    color: var(--th-trust-text);
    padding: var(--th-trust-padding-top) 20px var(--th-trust-padding-bottom);
    overflow: hidden;
  }

  .touched-trust-strip__inner {
    width: min(100%, 1280px);
    margin: 0 auto;
    text-align: center;
  }

  .touched-trust-strip__heading {
    margin: 0 0 24px;
    color: var(--th-trust-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(24px, 2.1vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .touched-trust-strip__logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: center;
    margin: 0 auto;
  }

  .touched-trust-strip__logo {
    display: flex;
    min-height: 44px;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid rgba(85, 85, 85, .13);
    border-radius: 4px;
    background: rgba(17, 17, 17, .025);
    color: var(--th-trust-muted);
    font-size: clamp(12px, .9vw, 15px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    white-space: normal;
    overflow-wrap: anywhere;
    opacity: .86;
  }

  .touched-trust-strip__logo:nth-child(2n) {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
  }

  .touched-trust-strip__logo:nth-child(3n) {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-transform: none;
  }

  .touched-trust-strip__logo:nth-child(4n) {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
  }

  .touched-trust-strip__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 24px;
    margin-top: 34px;
    color: #4f4a45;
    font-size: 14px;
    line-height: 1.35;
  }

  .touched-trust-strip__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .touched-trust-strip__contact a {
    color: inherit;
    text-decoration: none;
  }

  .touched-trust-strip__contact a:hover,
  .touched-trust-strip__contact a:focus-visible {
    text-decoration: underline;
  }

  @media screen and (max-width: 989px) {
    .touched-trust-strip__logos {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .touched-trust-strip__logos {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .touched-trust-strip__logo {
      min-height: 42px;
      font-size: 12px;
    }

    .touched-trust-strip__contact {
      flex-direction: column;
      gap: 8px;
      margin-top: 28px;
    }
  }
/* END_SECTION:touched-trust-strip */