/** Shopify CDN: Minification failed

Line 77:14 Expected identifier but found whitespace
Line 77:16 Unexpected "{"
Line 77:26 Expected ":"
Line 77:49 Unexpected ","
Line 77:52 Unexpected "{"
Line 77:62 Expected ":"
Line 277:14 Expected identifier but found whitespace
Line 277:16 Unexpected "{"
Line 277:26 Expected ":"
Line 277:49 Unexpected ","
... and 14 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:discovery-ai-zone (INDEX:17) */
/* Force container to always be centered on all screen sizes */
.shopify-section--discovery-ai-zone .container,
.shopify-section--discovery-ai-zone .container--sm {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-inline-start: auto !important;
  margin-inline-end: auto !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Mobile: override broken Prestige margin formula */
@media screen and (max-width: 749px) {
  .shopify-section--discovery-ai-zone .container,
  .shopify-section--discovery-ai-zone .container--sm {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .discovery-ai-zone__placeholder {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 1.5rem 1rem !important;
  }

  .discovery-ai-zone__header {
    text-align: center !important;
    width: 100% !important;
  }
}
/* END_SECTION:discovery-ai-zone */

/* START_SECTION:discovery-search-bar (INDEX:18) */
.dsb-bar {
  background: #f7f6f3;
  border: 1px solid #e5e1d8;
  border-radius: 6px;
  margin: 24px auto 0;
  max-width: 1280px;
  width: calc(100% - 40px);
  font-family: inherit;
}
.dsb-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: center;
  padding: 28px 32px 22px;
}
.dsb-left { min-width: 0; }
#dsb-bar .dsb-title {
  font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a !important;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.dsb-powered {
  font-size: 11px;
  color: #888;
  margin: 0;
  letter-spacing: 0.02em;
}
.dsb-powered a { color: #6a4fb3; text-decoration: none; font-weight: 600; }
.dsb-powered a:hover { text-decoration: underline; }

.dsb-cols {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.dsb-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 0 22px;
  min-width: 0;
}
.dsb-col-head {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.dsb-ico { display: inline-flex; align-items: center; justify-content: center; }
.dsb-ico--purple { color: #7c4fc9; }
.dsb-ico--orange { color: #e3792c; }
.dsb-col-title {
  font-size: 14px;
  font-weight: 700;
  color: #1f1f1f;
  white-space: nowrap;
}
.dsb-col-sub {
  font-size: 12px;
  color: #8a8a8a;
  margin: 0 0 4px;
  white-space: nowrap;
}

/* Search input */
.dsb-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 230px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.dsb-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 10px 12px;
  font-size: 12px;
  color: #333;
  font-family: inherit;
}
.dsb-search-input:focus { outline: none; }
.dsb-search-go {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: #555;
  padding: 0 12px;
  height: 36px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color .15s;
}
.dsb-search-go:hover { color: #000; }

/* Browse attribute icons */
.dsb-attr-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #555;
  padding: 6px 4px;
}
.dsb-attr { display: inline-flex; transition: color .15s, transform .15s; }
.dsb-attr-row:hover .dsb-attr { color: #1a1a1a; }
.dsb-attr-row:hover .dsb-attr:hover { transform: translateY(-2px); }

/* Buttons */
#dsb-bar .dsb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 200px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  border-radius: 4px;
  cursor: pointer;
  background: #fff !important;
  text-transform: none;
  transition: background .2s, color .2s, border-color .2s;
}
#dsb-bar .dsb-btn--orange { border: 1.5px solid #e0654a !important; color: #e0654a !important; }
#dsb-bar .dsb-btn--orange:hover { background: #e0654a !important; color: #fff !important; }
#dsb-bar .dsb-btn--outline { border: 1px solid #d9d9d9 !important; color: #333 !important; }
#dsb-bar .dsb-btn--outline:hover { background: #f3f1ec !important; border-color: #c9c9c9 !important; }

/* OR pill + separators */
.dsb-or {
  flex: 0 0 auto;
  align-self: center;
  position: relative;
}
.dsb-or span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b29a7d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.dsb-sep {
  flex: 0 0 1px;
  align-self: stretch;
  background: #e5e1d8;
  margin: 6px 0;
}

/* Footer */
.dsb-footer {
  border-top: 1px solid #e5e1d8;
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  color: #888;
}
.dsb-footer a { color: #6a4fb3; text-decoration: none; font-weight: 600; }
.dsb-footer a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 1100px) {
  .dsb-inner { grid-template-columns: 1fr; gap: 18px; padding: 24px 24px 18px; }
  .dsb-left { text-align: center; }
}
@media (max-width: 820px) {
  .dsb-cols { flex-direction: column; align-items: stretch; gap: 18px; }
  .dsb-col { padding: 0; }
  .dsb-or { align-self: center; }
  .dsb-sep { display: none; }
  .dsb-col-sub, .dsb-col-title { white-space: normal; }
  .dsb-search-form, .dsb-btn { max-width: 320px; margin: 0 auto; }
}
/* END_SECTION:discovery-search-bar */

/* START_SECTION:rug-services-grid (INDEX:61) */
.vr-svc {
  padding: 30px 40px 64px;
  background: #fff;
}
.vr-svc__head {
  max-width: 1280px;
  margin: 0 auto 40px;
  text-align: center;
}
.vr-svc__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b29a6a;
  font-weight: 600;
  margin: 0 0 10px;
}
.vr-svc__title {
  font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
  font-size: 34px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.15;
}
.vr-svc__rule {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #d8cbb0;
  position: relative;
}
.vr-svc__rule::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #c9a042;
  transform: translate(-50%, -50%) rotate(45deg);
}
.vr-svc__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.vr-svc-card {
  background: #fcfbf9;
  border: 1px solid #ece7dd;
  border-top: 3px solid var(--accent, #c9a042);
  border-radius: 6px;
  padding: 26px 20px 24px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform .2s, box-shadow .2s;
}
.vr-svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
}
.vr-svc-ico {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 16px;
  color: var(--accent, #c9a042);
  background: var(--accent-bg, #faf6ec);
}
.vr-svc-ico svg { width: 24px; height: 24px; }
.vr-svc-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
}
.vr-svc-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  margin: 0 0 16px;
}
.vr-svc-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}
.vr-svc-list li {
  position: relative;
  padding-left: 22px;
  font-size: 12.5px;
  color: #555;
  line-height: 1.4;
}
.vr-svc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent, #c9a042);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 9px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 9px no-repeat;
}
.vr-svc-lnk {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  color: var(--accent, #1a1a1a);
  transition: gap .2s;
}
.vr-svc-lnk:hover { gap: 9px; }

/* Per-card accent colors */
.vr-svc-card--green  { --accent: #5b8c6e; --accent-bg: #eef4ef; }
.vr-svc-card--orange { --accent: #d9774a; --accent-bg: #fbf0ea; }
.vr-svc-card--blue   { --accent: #4a6fa5; --accent-bg: #eef2f8; }
.vr-svc-card--purple { --accent: #8b6fb8; --accent-bg: #f4f0fa; }
.vr-svc-card--gold   { --accent: #c19a3e; --accent-bg: #faf5e8; }

@media (max-width: 1100px) {
  .vr-svc__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .vr-svc__grid { grid-template-columns: repeat(2, 1fr); }
  .vr-svc { padding: 44px 20px; }
  .vr-svc__title { font-size: 27px; }
}
@media (max-width: 460px) {
  .vr-svc__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:rug-services-grid */

/* START_SECTION:search-results (INDEX:64) */
/* ===== Restyled functional filter sidebar (matches collection mockup) ===== */
  .vfacets { font-family: inherit; }
  .vfacets__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e0d9;
  }
  .vfacets__title {
    font-family: {{ settings.heading_font.family }}, {{ settings.heading_font.fallback_families }};
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    margin: 0;
  }
  .vfacets__clear {
    margin-left: auto;
    font-size: 12px;
    color: #8a8a8a;
    text-decoration: underline;
    cursor: pointer;
  }
  .vfacets__clear:hover { color: #000; }
  .vfacets__close {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #333;
    cursor: pointer;
    padding: 0 4px;
  }

  .vfacet {
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .vfacet__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.01em;
  }
  .vfacet__summary::-webkit-details-marker { display: none; }
  .vfacet__summary::marker { content: ""; }
  .vfacet-caret { opacity: 0.55; transition: transform 0.2s ease; flex-shrink: 0; }
  .vfacet[open] > .vfacet__summary .vfacet-caret { transform: rotate(180deg); }

  .vfacet__list {
    list-style: none;
    margin: 14px 0 2px;
    padding: 0 4px 0 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-height: 280px;
    overflow-y: auto;
  }
  .vfacet__item { margin: 0; }
  .vfacet__label {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 13px;
    color: #4a4a4a;
  }
  .vfacet__label.is-selected { color: #000; font-weight: 600; }
  .vfacet__label.is-disabled { opacity: 0.35; cursor: not-allowed; }
  .vfacet__label input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #1a1a1a;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
  }
  .vfacet__icon { display: inline-flex; width: 20px; height: 20px; flex-shrink: 0; }
  .vfacet__icon svg { width: 100%; height: 100%; fill: none; stroke: #555; stroke-width: 1.5; }
  .vfacet__name { flex: 1; }
  .vfacet__count { color: #9b9b9b; font-size: 12px; }
  .vfacet__lock { font-size: 10px; }
  .vfacet__soon { font-size: 12px; color: #bbb; font-style: italic; }

  @media (max-width: 989px) {
    .vfacets__close { display: block; margin-left: 4px; }
  }
/* END_SECTION:search-results */

/* START_SECTION:service-appointment-form (INDEX:65) */
/* Override Prestige container margin formula on mobile — it breaks narrow viewports */
@media screen and (max-width: 749px) {
  .shopify-section--service-appointment-form .container,
  .shopify-section--service-appointment-form .container--xs {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

.saf-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 36px;
  background: rgb(var(--background, 255 255 255));
  border: 1px solid rgb(var(--text-color, 18 18 18) / 0.1);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgb(0 0 0 / 0.06);
  text-align: center;
}

.saf-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a042;
}

.saf-title {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.saf-intro {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(var(--text-color, 18 18 18) / 0.65);
}

.saf-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.saf-banner {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
}

.saf-banner--success {
  background: #ecf7ec;
  border: 1px solid #b7dcb7;
  color: #1f6b34;
}

.saf-banner--error {
  background: #fdecec;
  border: 1px solid #f0b8b8;
  color: #a32424;
}

.saf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media screen and (max-width: 560px) {
  .saf-row {
    grid-template-columns: 1fr;
  }
}

.saf-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.saf-field label,
.saf-label-text {
  font-size: 12.5px;
  font-weight: 700;
  color: rgb(var(--text-color, 18 18 18));
}

.saf-required {
  color: #c0392b;
}

.saf-optional {
  font-weight: 400;
  color: rgb(var(--text-color, 18 18 18) / 0.5);
}

.saf-input,
.saf-textarea,
.saf-select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgb(var(--text-color, 18 18 18) / 0.15);
  border-radius: 8px;
  background: rgb(var(--background, 255 255 255));
  color: rgb(var(--text-color, 18 18 18));
  font-size: 16px; /* Prevent iOS auto-zoom */
  font-family: inherit;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.saf-input:focus,
.saf-textarea:focus,
.saf-select:focus {
  outline: none;
  border-color: #c9a042;
}

.saf-textarea {
  resize: vertical;
}

.saf-select-wrap {
  position: relative;
}

.saf-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  cursor: pointer;
}

.saf-select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgb(var(--text-color, 18 18 18) / 0.5);
  border-bottom: 1.5px solid rgb(var(--text-color, 18 18 18) / 0.5);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.saf-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 28px 20px;
  border: 1.5px dashed rgb(var(--text-color, 18 18 18) / 0.25);
  border-radius: 10px;
  background: rgb(var(--text-color, 18 18 18) / 0.02);
  color: rgb(var(--text-color, 18 18 18) / 0.6);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
  width: 100%;
}

.saf-dropzone:hover,
.saf-dropzone.is-dragover {
  border-color: #c9a042;
  background: rgb(201 160 66 / 0.06);
}

.saf-dropzone__text {
  font-size: 13px;
  font-weight: 600;
  color: rgb(var(--text-color, 18 18 18) / 0.85);
}

.saf-dropzone__hint {
  font-size: 11.5px;
  color: rgb(var(--text-color, 18 18 18) / 0.45);
}

.saf-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.saf-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.saf-pill {
  position: relative;
  display: inline-flex;
}

.saf-pill input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.saf-pill span {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  border: 1.5px solid rgb(var(--text-color, 18 18 18) / 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: rgb(var(--text-color, 18 18 18) / 0.75);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.saf-pill input:checked + span {
  border-color: #c9a042;
  background: #c9a042;
  color: #fff;
}

.saf-pill input:focus-visible + span {
  outline: 2px solid #c9a042;
  outline-offset: 2px;
}

.saf-submit {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  background: #c9a042;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.saf-submit:hover {
  background: #b38c35;
}

.saf-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  font-size: 11.5px;
  color: rgb(var(--text-color, 18 18 18) / 0.5);
}

/* ---- Responsive: all iPhones ---- */
@media screen and (max-width: 749px) {
  .saf-card {
    padding: 24px 16px !important;
    margin: 0 16px !important;
    max-width: calc(100% - 32px) !important;
    width: auto !important;
    box-sizing: border-box !important;
  }
  .saf-title {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 390px) {
  /* iPhone SE / 12 mini */
  .saf-card {
    padding: 20px 12px !important;
    margin: 0 12px !important;
    max-width: calc(100% - 24px) !important;
  }
}
/* END_SECTION:service-appointment-form */

/* START_SECTION:service-cta (INDEX:67) */
/* Force container to always be centered on all screen sizes */
.shopify-section--service-cta .container,
.shopify-section--service-cta .container--xs {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-inline-start: auto !important;
  margin-inline-end: auto !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 749px) {
  .shopify-section--service-cta .container,
  .shopify-section--service-cta .container--xs {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.svc-cta {
  text-align: center;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.svc-cta__heading {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.svc-cta__text {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(var(--text-color, 18 18 18) / 0.65);
  text-align: center;
}

.svc-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  border-radius: 999px;
  background: #c9a042;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease;
  margin: 0 auto;
}

.svc-cta__button:hover {
  background: #b38c35;
}
/* END_SECTION:service-cta */

/* START_SECTION:style-ai (INDEX:73) */
/* Force container to always be centered on all screen sizes */
.shopify-section--style-ai .container {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-inline-start: auto !important;
  margin-inline-end: auto !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Mobile: full-width container with side padding */
@media screen and (max-width: 749px) {
  .shopify-section--style-ai .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Stack intro text cleanly on mobile */
  .style-ai__intro {
    text-align: left;
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .style-ai__heading {
    font-size: 2rem !important;
    line-height: 1.2;
    word-break: break-word;
  }

  .style-ai__description {
    font-size: 14px !important;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* Stack panels vertically on mobile */
  .style-ai__panels {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .style-ai__panel {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Hide OR connector on mobile to save space */
  .style-ai__connector {
    display: none !important;
  }
}
/* END_SECTION:style-ai */