@font-face {
  font-family: "VouSseka Karla";
  src: url("../fonts/karla-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --vs-ivory: #f7efe7;
  --vs-burgundy: #7a1f28;
  --vs-deep: #3b0e16;
  --vs-charcoal: #2d2222;
  --vs-gold: #b89a58;
  --vs-border: #d8c7b8;
  --vs-serif: "New York", "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", "Droid Serif", Times, "Source Serif Pro", serif;
  --vs-sans: Helvetica, Arial, sans-serif;
  --vs-button: "VouSseka Karla", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vousseka-child-theme {
  margin: 0;
  background: var(--vs-ivory);
  color: var(--vs-charcoal);
  --theme-text-color: var(--vs-charcoal);
  --theme-link-initial-color: var(--vs-charcoal);
  --theme-link-hover-color: var(--vs-burgundy);
  --theme-button-background-initial-color: var(--vs-burgundy);
  --theme-button-background-hover-color: var(--vs-deep);
  --theme-button-text-initial-color: #fff;
  --theme-button-text-hover-color: #fff;
  font-family: var(--vs-sans);
  font-size: 14px;
  line-height: normal;
  letter-spacing: .025em;
}
/* Broadcast's `.page` selector is an inner content component. WordPress also
   adds `page` to the body, so reset that accidental whole-document constraint. */
body.page.vousseka-child-theme {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background: var(--vs-ivory);
}
body.vs-drawer-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
.screen-reader-text, .vs-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.vs-skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 8px;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  z-index: 10001;
}

.vs-announcement {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-burgundy);
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
}
.vs-site-header {
  position: sticky;
  top: 0;
  height: 116px;
  background: var(--vs-ivory);
  border-bottom: 1px solid var(--vs-border);
  z-index: 500;
}
.admin-bar .vs-site-header { top: 32px; }
.vs-header-inner {
  width: 100%;
  height: 100%;
  padding: 15px 4vw;
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  align-items: center;
}
.vs-logo { display: inline-flex; width: 155px; }
.vs-logo img { width: 155px; height: auto; display: block; }
.vs-desktop-nav { display: flex; justify-content: center; align-items: center; gap: 30px; }
.vs-nav-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 12px 0;
  color: var(--vs-charcoal);
  font-family: var(--vs-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .075em;
  text-decoration: none;
  cursor: pointer;
}
.vs-nav-link:hover, .vs-nav-link:focus-visible { color: var(--vs-burgundy); }
.vs-nav-item { position: relative; }
.vs-mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translate(-50%, -8px);
  min-width: 230px;
  padding: 24px;
  display: grid;
  gap: 14px;
  background: var(--vs-ivory);
  border: 1px solid var(--vs-border);
  box-shadow: 0 12px 32px rgb(59 14 22 / 12%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
  z-index: 20;
}
.vs-mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}
.vs-mega-menu--shop { grid-template-columns: repeat(2, minmax(140px, 1fr)); min-width: 380px; }
.vs-mega-menu a { font-size: 12px; letter-spacing: .075em; text-decoration: none; }
.vs-mega-menu a:hover { color: var(--vs-burgundy); }
.vs-nav-item > button[aria-expanded="true"] + .vs-mega-menu,
.vs-nav-item:hover .vs-mega-menu,
.vs-nav-item:focus-within .vs-mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.vs-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.vs-icon-button {
  min-width: 32px;
  height: 40px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--vs-charcoal);
  text-decoration: none;
  cursor: pointer;
}
.vs-icon-button img { display: block; width: 22px; height: 22px; object-fit: contain; }
.vs-language { position: relative; }
.vs-language-button span:last-child { font-size: 13px; letter-spacing: .06em; }
.vs-language-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 150px;
  padding: 14px;
  margin: 0;
  list-style: none;
  background: var(--vs-ivory);
  border: 1px solid var(--vs-border);
  opacity: 0;
  visibility: hidden;
}
.vs-language-button[aria-expanded="true"] + .vs-language-menu { opacity: 1; visibility: visible; }
.vs-language-menu a { display: block; padding: 6px; text-decoration: none; }
.vs-cart-button { position: relative; }
.vs-cart-count {
  position: absolute;
  right: -1px;
  top: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vs-burgundy);
  color: #fff;
  font-size: 9px;
  line-height: 1;
}
.vs-mobile-menu-button { display: none; }

.vs-home { width: 100%; overflow: hidden; }
.vs-editorial { position: relative; width: 100%; }
.vs-editorial-media, .vs-editorial-media img { display: block; width: 100%; height: 100%; }
.vs-editorial-media img { object-fit: cover; }
.vs-editorial--overlay { height: 600px; }
.vs-editorial--hero { height: 720px; }
.vs-editorial--journal { height: 520px; }
.vs-editorial--overlay .vs-editorial-media { position: absolute; inset: 0; }
.vs-editorial--overlay .vs-editorial-content {
  position: absolute;
  left: 7.1vw;
  top: 50%;
  transform: translateY(-50%);
  width: min(492px, 42vw);
  z-index: 2;
}
.vs-editorial h1, .vs-editorial h2, .vs-section-heading, .vs-icon-card h3,
.vs-method-card h3, .vs-collection-card h3, .vs-service-card h3,
.vs-newsletter h2, .vs-site-footer h2 {
  margin: 0;
  font-family: var(--vs-serif);
  font-weight: 400;
  letter-spacing: 0;
}
.vs-editorial h1, .vs-editorial h2 { font-size: 48px; line-height: 1.02; }
.vs-editorial--hero h1 { max-width: 492px; }
.vs-editorial--major h2 { max-width: 492px; }
.vs-editorial--split h2 { max-width: 492px; }
.vs-editorial-content > p:not(.vs-eyebrow) { max-width: 455px; margin: 18px 0 0; font-size: 14px; line-height: normal; }
.vs-editorial--hero .vs-editorial-content > p:not(.vs-eyebrow) { max-width: 374px; }
.vs-eyebrow {
  margin: 0 0 12px;
  color: var(--vs-gold);
  font-size: 12px;
  line-height: normal;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.vs-tone-burgundy { color: #fff; }
.vs-button {
  min-height: 40px;
  margin-top: 24px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vs-burgundy);
  border-radius: 0;
  background: var(--vs-burgundy);
  color: #fff;
  font-family: var(--vs-button);
  font-size: 12px;
  line-height: normal;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.vs-button:hover { background: var(--vs-deep); color: #fff; }
.vs-editorial--split {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--vs-ivory);
}
.vs-editorial--split .vs-editorial-content {
  align-self: center;
  padding: clamp(40px, 7vw, 112px);
}
.vs-section--ivory { background: var(--vs-ivory); color: var(--vs-charcoal); }
.vs-section--burgundy { background: var(--vs-burgundy); color: #fff; }
.vs-section--burgundy .vs-section-heading,
.vs-section--burgundy h2,
.vs-section--burgundy h3,
.vs-tone-burgundy h1,
.vs-tone-burgundy h2,
.vs-tone-burgundy h3,
.vs-tone-burgundy p { color: inherit !important; }
.vs-wrapper { width: 100%; padding: 56px 4vw; }
.vs-section-heading { font-size: 48px; line-height: 1.02; }
.vs-path-section .vs-section-heading,
.vs-method-section .vs-section-heading,
.vs-collections-section .vs-section-heading { text-align: center; }
.vs-path-section .vs-section-intro,
.vs-collections-section .vs-section-intro {
  max-width: 680px;
  margin: 18px auto 42px;
  text-align: center;
}
.vs-grid { display: grid; }
.vs-path-section .vs-wrapper { padding-top: 44px; padding-bottom: 44px; }
.vs-path-grid { grid-template-columns: repeat(6, 1fr); gap: 24px; margin-top: 32px; }
.vs-icon-card { min-width: 0; text-align: center; color: #fff; text-decoration: none; }
.vs-icon-card img { width: auto; height: 68px; max-width: 100%; object-fit: contain; }
.vs-icon-card h3 { min-height: 2.6em; margin-top: 8px; font-size: 26px; line-height: 1.2; }
.vs-icon-card span, .vs-collection-card span, .vs-service-card span {
  display: inline-block;
  margin-top: 16px;
  color: var(--vs-gold);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vs-method-section .vs-wrapper { padding: 56px 5vw; }
.vs-method-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 32px; }
.vs-method-card { text-align: center; padding: 18px; }
.vs-method-card img { width: auto; height: 90px; object-fit: contain; }
.vs-method-card h3 { margin-top: 14px; font-size: 26px; line-height: 1.2; }
.vs-method-card p { margin: 10px 0 0; }
.vs-collection-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.vs-collection-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--vs-burgundy);
  border-radius: 0;
  background: #fff;
  color: var(--vs-charcoal);
  text-decoration: none;
}
.vs-collection-card img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.vs-collection-card > div { min-height: 103px; padding: 18px; background: var(--vs-burgundy); }
.vs-collection-card h3 {
  color: var(--vs-ivory) !important;
  font-family: var(--vs-serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
.vs-collection-card span {
  margin-top: 14px;
  color: var(--vs-ivory);
  font-family: var(--vs-sans);
  font-weight: 400;
}
.vs-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.vs-service-card { min-height: 221px; text-align: center; text-decoration: none; }
.vs-service-card img { width: auto; height: 88px; max-width: 100%; object-fit: contain; }
.vs-service-card h3 { margin-top: 14px; font-size: 26px; line-height: 1.1; }

.vs-newsletter { min-height: 439px; display: grid; grid-template-columns: 42% 58%; background: var(--vs-ivory); }
.vs-newsletter-content { align-self: center; padding: 70px 7.5vw 70px 10.4vw; }
.vs-newsletter h2 { font-size: 38px; line-height: 1.2; }
.vs-newsletter-content > p:not(.vs-eyebrow) { max-width: 285px; margin: 14px 0 0; line-height: 1.25; }
.vs-newsletter-image {
  min-height: 439px;
  background: url("../images/newsletter-image.jpg") center / cover no-repeat;
}
.vs-newsletter-form { margin-top: 24px; display: flex; flex-direction: column; max-width: 265px; }
.vs-newsletter-form input {
  width: 100%;
  height: 58px;
  padding: 20px 0 8px;
  border: 0;
  border-bottom: 1px solid #a89b91;
  border-radius: 0;
  background: transparent;
  color: var(--vs-charcoal);
}
.vs-newsletter-form button {
  width: 100%;
  height: 40px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid var(--vs-burgundy);
  background: var(--vs-burgundy);
  color: #fff;
  font-family: var(--vs-button);
  font-size: 11px;
  letter-spacing: .08em;
  cursor: pointer;
}
.vs-form-message { color: var(--vs-burgundy); }
.vs-site-footer { padding: 60px 4vw 30px; background: var(--vs-ivory); border-top: 1px solid var(--vs-border); }
.vs-footer-grid { display: grid; grid-template-columns: 32% 22% 22% 22%; gap: 1%; }
.vs-footer-brand { padding-right: 50px; }
.vs-footer-brand img { display: block; width: 225px; max-width: 100%; height: auto; }
.vs-footer-brand p, .vs-footer-column a { font-size: 13px; line-height: 1.5; }
.vs-site-footer h2 { margin-bottom: 18px; color: var(--vs-deep); font-size: 21px; }
.vs-footer-column ul { margin: 0; padding: 0; list-style: none; }
.vs-footer-column li + li { margin-top: 8px; }
.vs-footer-column a { text-decoration: none; }
.vs-footer-column a:hover { color: var(--vs-burgundy); }
.vs-footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--vs-border); font-size: 12px; }

.vs-migrated-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.vs-migrated-content > .shopify-section,
.vs-migrated-content > section { width: 100%; }

/* Imported Shopify markup already contains complete block structure. Keep its
   original typography and make lazy-loaded source media visible without the
   Shopify JavaScript runtime. */
.vs-migrated-content .rte h1,
.vs-migrated-content .rte h2,
.vs-migrated-content .rte h3,
.vs-migrated-content .rte h4,
.vs-migrated-content .article__title,
.vs-migrated-content .widget__title {
  font-family: var(--vs-serif);
  font-weight: 400;
}
.vs-migrated-content .rte { line-height: normal; }
.vs-migrated-content .rte h1,
.vs-migrated-content .rte h2,
.vs-migrated-content .rte h3,
.vs-migrated-content .rte h4,
.vs-migrated-content .article__title,
.vs-migrated-content .widget__title { color: #2d2222; }
body.page .vs-migrated-content .rte p { margin-top: 0; margin-bottom: .5em; }
body.page .vs-migrated-content .rte h2 { margin: 24px 0; font-size: 48px; line-height: 1.2; }
body.page .vs-migrated-content .rte h3 { margin: 19px 0; font-size: 38px; line-height: 1.2; }
.vs-migrated-content .lazy-image.is-loading,
.vs-migrated-content img.is-loading,
body.vousseka-journal-index .lazy-image.is-loading,
body.vousseka-journal-index img.is-loading {
  opacity: 1 !important;
  visibility: visible !important;
}

.vs-overlay { position: fixed; inset: 0; background: rgb(0 0 0 / 40%); z-index: 900; }
.vs-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(380px, 92vw);
  height: 100dvh;
  padding: 54px 30px 30px;
  overflow: auto;
  background: var(--vs-ivory);
  transform: translateX(105%);
  transition: transform .25s ease;
  z-index: 1000;
}
.vs-drawer.is-open { transform: translateX(0); }
.vs-drawer-close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--vs-charcoal);
  cursor: pointer;
}
.vs-drawer-close img { width: 22px; height: 22px; }
.vs-drawer h2 { font-family: var(--vs-serif); font-size: 30px; font-weight: 400; }
.vs-mobile-drawer nav { display: grid; }
.vs-mobile-drawer nav a { padding: 14px 0; border-bottom: 1px solid var(--vs-border); font-size: 18px; text-decoration: none; }
.vs-drawer-eyebrow { color: var(--vs-gold); font-size: 11px; letter-spacing: .14em; }
.vs-mobile-language { margin-top: 30px; display: flex; gap: 12px; }
.vs-mobile-language > img { width: 22px; height: 22px; }
.vs-mobile-language ul { margin: 0; padding: 0; list-style: none; }
.vs-mobile-language li + li { margin-top: 8px; }
.vs-search-panel {
  position: fixed;
  top: 144px;
  left: 0;
  width: 100%;
  padding: 45px 7vw;
  background: var(--vs-ivory);
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 1000;
}
.vs-search-panel[hidden] { display: none !important; }
.vs-search-panel.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.vs-search-panel form { max-width: 900px; margin: 0 auto; }
.vs-search-panel label { display: block; margin-bottom: 18px; font-family: var(--vs-serif); font-size: 34px; }
.vs-search-row { display: flex; }
.vs-search-row input[type="search"] { flex: 1; min-width: 0; height: 46px; padding: 0 14px; border: 1px solid var(--vs-border); background: transparent; }
.vs-search-row .vs-button { margin: 0; height: 46px; }
.vs-mini-cart .woocommerce-mini-cart { margin: 22px 0; padding: 0; list-style: none; }
.vs-mini-cart .woocommerce-mini-cart-item { padding: 14px 0 14px 74px; min-height: 72px; border-bottom: 1px solid var(--vs-border); }
.vs-mini-cart .woocommerce-mini-cart-item img { width: 58px; height: 58px; object-fit: cover; margin-left: -74px; float: left; }
.vs-mini-cart .woocommerce-mini-cart__buttons { display: grid; gap: 8px; }
.vs-mini-cart .button { border-radius: 0 !important; background: var(--vs-burgundy) !important; color: #fff !important; text-align: center; }
.vs-mobile-bottom-nav { display: none; }

/* Journal index: reproduce the source two-column editorial listing. */
body.vousseka-journal-index .vs-editorial {
  position: relative;
  width: 100%;
  height: var(--vs-desktop-height, 620px);
  min-height: var(--vs-desktop-height, 620px);
  overflow: hidden;
}
body.vousseka-journal-index .vs-editorial__media,
body.vousseka-journal-index .vs-editorial__media picture,
body.vousseka-journal-index .vs-editorial__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body.vousseka-journal-index .vs-editorial__media img { object-fit: cover; }
body.vousseka-journal-index .vs-editorial__content {
  position: absolute;
  top: 50%;
  left: 7.1vw;
  width: min(492px, 42vw);
  transform: translateY(-50%);
  z-index: 2;
}
body.vousseka-journal-index .vs-editorial__content h1 {
  margin: 0;
  font-family: var(--vs-serif);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.02;
  color: #2d2222;
}
body.vousseka-journal-index .vs-editorial__content .vs-eyebrow { margin-bottom: 18px; }
body.vousseka-journal-index .vs-editorial__content > p:not(.vs-eyebrow) { max-width: 455px; }
body.vousseka-journal-index .blog-listing {
  width: 100%;
  max-width: none;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 48px 32px;
}
body.vousseka-journal-index .blog-listing .article { width: auto !important; min-width: 0; }
body.vousseka-journal-index .article__title a {
  color: #2d2222;
  text-decoration: none;
}

/* Journal articles: keep the source two-column composition and one working
   WordPress-backed comment form. */
body.vousseka-journal-article .article__hero .article__title {
  font-family: var(--vs-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #020101;
}
body.vousseka-journal-article .article__content .rte { line-height: normal; }
body.vousseka-journal-article .article__content h2,
body.vousseka-journal-article .article__content h3 {
  font-family: var(--vs-serif);
  font-weight: 400;
  line-height: 1.2;
  color: #2d2222;
}
body.vousseka-journal-article .article__content h2 { margin: 24px 0; font-size: 48px; }
body.vousseka-journal-article .article__content h3 { margin: 19px 0; font-size: 38px; }
body.vousseka-journal-article .article__hero img,
body.vousseka-journal-article .article__content img,
body.vousseka-journal-article .sidebar img { opacity: 1 !important; visibility: visible !important; }
body.vousseka-journal-article .comments-form { width: 100%; }
body.vousseka-journal-article .comment-form input[type="text"],
body.vousseka-journal-article .comment-form textarea {
  width: 100%;
  border: 1px solid var(--vs-border);
  border-radius: 0;
  background: transparent;
}
body.vousseka-journal-article .comment-form input[type="text"] { min-height: 46px; padding: 10px 12px; }
body.vousseka-journal-article .comment-form textarea { min-height: 158px; padding: 12px; }

/* Complete Instant Consultation panel from the Broadcast source. */
.vs-instant-hero { height: 520px; }
.vs-private-chat {
  width: 100%;
  margin: 0;
  padding: 64px clamp(24px, 5vw, 80px);
  color: #382925;
  background: #f7f2ea;
  border-top: 1px solid #d8c7b8;
  border-bottom: 1px solid #d8c7b8;
}
.vs-private-chat__inner {
  display: grid;
  grid-template-columns: minmax(260px, 34%) minmax(0, 66%);
  align-items: center;
  gap: clamp(36px, 6vw, 96px);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.vs-private-chat__eyebrow,
.vs-private-chat__panel-eyebrow {
  margin: 0 0 18px;
  color: var(--vs-gold);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .18em;
}
.vs-private-chat__heading {
  max-width: 520px;
  margin: 0 0 22px;
  color: #382925;
  font-family: var(--vs-serif);
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1.02;
}
.vs-private-chat__text { max-width: 480px; font-size: 16px; line-height: 1.65; }
.vs-private-chat__text p,
.vs-private-chat__privacy p,
.vs-private-chat__panel-text p { margin: 0; }
.vs-private-chat__status { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 22px; }
.vs-private-chat__status span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  color: #741e31;
  background: rgb(184 154 88 / 10%);
  border: 1px solid #d8c7b8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.vs-private-chat__privacy { max-width: 480px; color: #6a5951; font-size: 12px; line-height: 1.55; }
.vs-private-chat__panel {
  min-width: 0;
  min-height: 560px;
  padding: clamp(28px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fffdfc;
  border: 1px solid #d8c7b8;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgb(59 14 22 / 10%);
}
.vs-private-chat__panel-inner { width: 100%; max-width: 520px; text-align: center; }
.vs-private-chat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 24px;
  color: #741e31;
  background: rgb(116 30 49 / 8%);
  border: 1px solid rgb(184 154 88 / 55%);
  border-radius: 50%;
}
.vs-private-chat__icon svg { width: 34px; height: 34px; fill: currentColor; }
.vs-private-chat__panel-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.vs-private-chat__panel-eyebrow span { width: 7px; height: 7px; background: #741e31; border-radius: 50%; box-shadow: 0 0 0 4px rgb(116 30 49 / 10%); }
.vs-private-chat__panel-heading {
  margin: 0 0 18px;
  color: #382925;
  font-family: var(--vs-serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.08;
}
.vs-private-chat__panel-text { max-width: 430px; margin: 0 auto; color: #6a5951; font-size: 15px; line-height: 1.65; }
.vs-private-chat__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 13px 24px;
  color: #fff9f0;
  background: #741e31;
  border: 1px solid #741e31;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.vs-private-chat__button:hover { color: #fff9f0; background: #581323; border-color: #581323; transform: translateY(-1px); }
.vs-private-chat__button:focus-visible { outline: 2px solid var(--vs-gold); outline-offset: 3px; }
.vs-private-chat__button-note { margin: 14px 0 0; color: #6a5951; font-size: 12px; }

/* WooCommerce catalogue and product pages */
.woocommerce .site-main, .woocommerce-page .site-main,
.vs-product-page, .vs-collection-page, .vs-search-page { background: var(--vs-ivory); }
.woocommerce .price { color: var(--vs-charcoal) !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .vs-search-header button {
  border-radius: 0 !important;
  background: var(--vs-burgundy) !important;
  color: #fff !important;
  font-family: var(--vs-button);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.woocommerce span.onsale { background: var(--vs-burgundy); border-radius: 0; }

.vs-product-page { width: 100%; }
.vs-product-detail { width: 100%; }
.vs-product-layout {
  width: 100%;
  padding: 40px 4vw 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr);
  gap: 49px;
  align-items: start;
}
.vs-product-gallery { min-width: 0; display: grid; gap: 16px; }
.vs-product-image { margin: 0; width: 100%; overflow: hidden; background: #f4ece3; }
.vs-product-image img { display: block; width: 100%; height: auto; margin: 0; }
.vs-product-image video { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; background: #f4ece3; }
.vs-product-thumbnails { display: none; }
.vs-product-summary { min-width: 0; padding: 4px 0 40px; }
.vs-product-vendor {
  margin: 0 0 17px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
}
.vs-product-title {
  margin: 0;
  max-width: 590px;
  font-family: var(--vs-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}
.vs-product-rating { margin-top: 12px; }
.vs-product-price { margin: 16px 0 22px; font-size: 18px; line-height: 1.2; }
.vs-product-price .price { font-size: inherit; }
.vs-product-description { font-size: 14px; line-height: 1.55; }
.vs-product-description > :first-child { margin-top: 0; }
.vs-product-description em { font-family: var(--vs-serif); font-size: 17px; }
.vs-product-description details {
  margin: 0 !important;
  padding: 16px 0 !important;
  border-top: 1px solid var(--vs-border) !important;
}
.vs-product-description details:last-child { border-bottom: 1px solid var(--vs-border) !important; }
.vs-product-description summary { position: relative; padding-right: 28px; font-weight: 600; list-style: none; cursor: pointer; }
.vs-product-description summary::-webkit-details-marker { display: none; }
.vs-product-description summary::after { content: "+"; position: absolute; right: 2px; top: -2px; font-size: 20px; font-weight: 400; }
.vs-product-description details[open] summary::after { content: "−"; }
.vs-product-purchase { margin-top: 22px; }
.vs-product-purchase form.cart, .vs-product-purchase .variations_form { margin: 0; }
.vs-product-purchase table.variations { width: 100%; margin: 0 0 12px; border: 0; }
.vs-product-purchase table.variations tr { display: block; margin-bottom: 16px; }
.vs-product-purchase table.variations th,
.vs-product-purchase table.variations td { display: block; width: 100%; padding: 0; border: 0; text-align: left; }
.vs-product-purchase table.variations th { margin-bottom: 7px; }
.vs-product-purchase table.variations label { font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.vs-product-purchase select,
.vs-product-purchase input.qty {
  min-height: 46px;
  border: 1px solid var(--vs-border);
  border-radius: 0;
  background: transparent;
}
.vs-product-purchase select { width: 100%; padding: 0 38px 0 12px; }
.vs-product-purchase .reset_variations { display: inline-block; margin-top: 6px; font-size: 11px; }
.vs-product-purchase .woocommerce-variation-price { margin: 8px 0; }
.vs-product-purchase .single_variation_wrap .woocommerce-variation-availability { margin: 0 0 8px; }
.vs-product-purchase .woocommerce-variation-add-to-cart,
.vs-product-purchase form.cart:not(.variations_form) { display: grid; grid-template-columns: 80px 1fr; gap: 10px; }
.vs-product-purchase .single_add_to_cart_button { min-height: 48px; }
.vs-product-assurance { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--vs-border); color: #6c5c55; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.vs-related-products { padding: 56px 4vw 70px; border-top: 1px solid var(--vs-border); }
.vs-related-products > .related > h2 { margin: 0 0 30px; font-family: var(--vs-serif); font-size: 40px; font-weight: 400; }

.vs-collection-hero { position: relative; width: 100%; height: 620px; overflow: hidden; color: var(--vs-charcoal); }
.vs-collection-hero::after { content: ""; position: absolute; inset: 0; background: transparent; }
.vs-collection-hero__media, .vs-collection-hero__media img { display: block; width: 100%; height: 100%; }
.vs-collection-hero__media img { object-fit: cover; }
.vs-collection-hero__content {
  position: absolute;
  z-index: 2;
  left: 7.1vw;
  top: 51%;
  transform: translateY(-50%);
  width: min(492px, 39vw);
  color: var(--vs-charcoal);
}
.vs-collection-hero__content .vs-eyebrow { margin-bottom: 10px; }
.vs-collection-hero h1 {
  margin: 0;
  font-family: var(--vs-serif);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--vs-charcoal);
}
.vs-collection-header h1, .vs-search-header h1 {
  margin: 0;
  font-family: var(--vs-serif);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.vs-collection-description { margin-top: 21px; max-width: 280px; font-size: 14px; line-height: 1.45; }
.vs-collection-description p { margin: 0; }
.vs-collection-header { min-height: 330px; padding: 76px 4vw; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.vs-collection-header .vs-collection-description { max-width: 760px; }
.vs-catalogue { width: 100%; }
.vs-catalogue-toolbar {
  min-height: 62px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--vs-border);
  border-bottom: 1px solid var(--vs-border);
}
.vs-catalogue-filter { position: relative; justify-self: start; }
.vs-catalogue-filter > summary { display: inline-flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; font-size: 12px; letter-spacing: .08em; }
.vs-catalogue-filter > summary::-webkit-details-marker { display: none; }
.vs-catalogue-filter > summary::before { content: ""; width: 14px; height: 14px; display: block; background: url("../icons/filter.svg") center / contain no-repeat; }
.vs-catalogue-filter > summary::after { display: none; }
.vs-catalogue-filter__panel { position: absolute; z-index: 50; top: 36px; left: -12px; width: 310px; padding: 24px; background: var(--vs-ivory); border: 1px solid var(--vs-border); box-shadow: 0 12px 26px rgb(59 14 22 / 10%); }
.vs-filter-heading { margin: 0 0 12px; font-family: var(--vs-serif); font-size: 20px; }
.vs-catalogue-filter__panel ul { margin: 0; padding: 0; list-style: none; }
.vs-catalogue-filter__panel li + li { margin-top: 8px; }
.vs-catalogue-filter__panel a { font-size: 12px; text-decoration: none; }
.vs-catalogue-count { display: none; font-size: 12px; color: #6c5c55; }
.vs-catalogue-count .woocommerce-result-count { margin: 0; }
.vs-catalogue-sort { justify-self: end; }
.vs-catalogue-sort .woocommerce-ordering { margin: 0; }
.vs-catalogue-sort select { min-width: 190px; height: 40px; padding: 0 32px 0 10px; border: 0; background: transparent url("../icons/nav-arrow-down.svg") right 6px center / 14px 14px no-repeat; font-size: 12px; text-transform: uppercase; appearance: none; }

/* Full Broadcast editorial collection landings. */
.vs-editorial-collection { width: 100%; }
.vs-editorial-section { width: 100%; color: var(--vs-charcoal); background: var(--vs-ivory); }
.vs-editorial-section.vs-tone-burgundy { color: #f7efe7; background: var(--vs-burgundy); }
.vs-editorial-section.vs-tone-burgundy .hero__title,
.vs-editorial-section.vs-tone-burgundy .hero__rte,
.vs-editorial-section.vs-tone-burgundy .hero__rte p,
.vs-editorial-section.vs-tone-burgundy .column__text,
.vs-editorial-section.vs-tone-burgundy .column__text p { color: #f7efe7 !important; }
.vs-editorial-section.vs-tone-burgundy .hero__subheading,
.vs-editorial-section.vs-tone-burgundy .column__heading { color: var(--vs-gold) !important; }
.vs-editorial-section--hero,
.vs-editorial-section--story {
  min-height: 520px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vs-editorial-section--hero { min-height: 650px; }
.vs-editorial-section__media { min-width: 0; min-height: 100%; margin: 0; overflow: hidden; }
.vs-editorial-section__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vs-editorial-section__content {
  min-width: 0;
  padding: 56px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vs-editorial-section--hero .vs-editorial-section__content { padding: 78px 10.5vw 56px; }
.vs-editorial-section__inner { width: min(1180px, 92vw); margin: 0 auto; padding: 64px 0; }
.vs-editorial-section .hero__subheading {
  margin: 0 0 18px;
  color: var(--vs-gold);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.vs-editorial-section .hero__title {
  margin: 0;
  font-family: var(--vs-serif);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
}
.vs-editorial-section--hero .hero__title { max-width: 430px; font-size: 60px; line-height: 1; }
.vs-editorial-section--hero .hero__subheading { font-size: 14px; line-height: normal; }
.vs-editorial-section .hero__rte { max-width: 620px; margin-top: 18px; font-size: 14px; line-height: 1.45; }
.vs-editorial-section--hero .hero__rte,
.vs-editorial-section--hero .hero__rte p { font-size: 16px; line-height: normal; }
.vs-editorial-section .hero__rte p { margin: 0; }
.vs-editorial-section .hero__rte p + p { margin-top: 12px; }
.vs-editorial-section .divider-holder { width: 100%; margin: 0; }
.vs-editorial-section .divider { width: 100%; margin: 2px 0 18px; border: 0; border-top: 1px solid currentColor; opacity: .24; }
.vs-editorial-section--intro .vs-editorial-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 8%;
  align-items: center;
}
.vs-editorial-section--intro .hero__subheading,
.vs-editorial-section--intro .hero__title { grid-column: 1; }
.vs-editorial-section--intro .hero__rte { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.vs-editorial-section--intro .divider-holder,
.vs-editorial-section--intro .hero__subheading:last-child { grid-column: 2; }
.vs-editorial-section--columns .vs-editorial-section__inner { padding-top: 30px; padding-bottom: 48px; }
.vs-editorial-section--columns .grid__heading-holder { margin-bottom: 34px; }
.vs-editorial-section--columns .grid__heading-holder .grid__heading { margin: 0; font-family: var(--vs-serif); font-size: 40px; font-weight: 400; }
.vs-editorial-section--columns .grid__heading-holder .grid__description { max-width: 720px; margin-top: 12px; }
.vs-editorial-section--columns .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 26px;
}
.vs-editorial-section--columns .grid-item { min-width: 0; padding-top: 16px; border-top: 1px solid var(--vs-border); }
.vs-editorial-section--columns .column__heading { margin: 0 0 10px; color: var(--vs-gold); font-size: 11px; line-height: 1.25; font-weight: 600; letter-spacing: .14em; }
.vs-editorial-section--columns .column__text { font-size: 13px; line-height: 1.5; }
.vs-editorial-section--columns .column__text p { margin: 0; }
.vs-editorial-section--story.vs-tone-burgundy .column__heading,
.vs-editorial-section--story.vs-tone-burgundy .tick { color: var(--vs-gold); }
.vs-editorial-section--story .cc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.vs-editorial-section--story .cc-grid > div { padding-top: 14px; border-top: 1px solid rgb(184 154 88 / 55%); }
.vs-editorial-section--story .cc-grid p { margin: 12px 0 0; line-height: 1.7; }
.vs-editorial-section--cta { min-height: 293px; text-align: center; }
.vs-editorial-section--cta .vs-editorial-section__inner {
  width: 100%;
  min-height: 293px;
  padding: 48px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vs-editorial-section--cta .hero__title { font-size: 40px; }
.vs-editorial-section--cta .hero__rte { margin-left: auto; margin-right: auto; }
.vs-editorial-section .hero__button { width: 100%; margin-top: 24px; display: flex; justify-content: center; }
.vs-editorial-section .hero__button .btn { min-height: 42px; padding: 11px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--vs-burgundy); background: var(--vs-burgundy); color: #fff; text-decoration: none; }
.vs-editorial-section.vs-tone-burgundy .hero__button .btn { border-color: #f7efe7; background: #f7efe7; color: var(--vs-burgundy); }

/* Prevent WordPress/Blocksy blue defaults from leaking into migrated CTAs. */
.vousseka-child-theme main .wp-block-button__link,
.vousseka-child-theme main a.button,
.vousseka-child-theme main button.button,
.vousseka-child-theme main input[type="submit"],
.vousseka-child-theme main .btn--primary {
  border-color: var(--vs-burgundy) !important;
  background-color: var(--vs-burgundy) !important;
  color: #fff !important;
}
.vousseka-child-theme main a:not([class]) { color: #301717; }
.vousseka-child-theme main a:not([class]):hover { color: rgb(48 23 23 / 70%); }
.vousseka-child-theme main .vs-tone-burgundy .btn--primary {
  border-color: #f7efe7 !important;
  background-color: #f7efe7 !important;
  color: var(--vs-burgundy) !important;
}
.woocommerce ul.products,
.vs-search-results ul.products {
  width: 100%;
  margin: 0 !important;
  padding: 32px 4vw 70px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px 24px;
  list-style: none;
  clear: both;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.vs-search-results ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vs-product-card__link { display: block; color: var(--vs-charcoal); text-decoration: none; }
.vs-product-card__link:hover,
.vs-product-card__link:focus-visible { color: var(--vs-burgundy); }
.vs-product-card__media { position: relative; display: block; width: 100%; aspect-ratio: 5 / 6; overflow: hidden; background: #f3eae1; }
.vs-product-card__image { position: absolute; inset: 0; width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: cover; transition: opacity .28s ease, transform .45s ease; }
.vs-product-card__image--hover { opacity: 0; }
.vs-product-card__link:hover .vs-product-card__image--primary { opacity: 0; }
.vs-product-card__link:hover .vs-product-card__image--hover { opacity: 1; transform: scale(1.015); }
.vs-product-card__badge { position: absolute; top: 12px; left: 12px; padding: 7px 9px; background: var(--vs-burgundy); color: #fff; font-size: 10px; letter-spacing: .07em; }
.vs-product-card__vendor { display: block; margin-top: 15px; color: #786a63; font-size: 10px; letter-spacing: .08em; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.vs-search-results .woocommerce-loop-product__title {
  margin: 5px 0 7px !important;
  padding: 0 !important;
  font-family: var(--vs-serif);
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.23;
  color: var(--vs-charcoal);
}
.vs-product-card__price { display: block; font-size: 13px; }

/* Keep customer-facing navigation and footer links on the Shopify palette,
   even when Blocksy's global stylesheet loads after this theme asset. */
body.vousseka-child-theme .vs-mobile-drawer a,
body.vousseka-child-theme .vs-language-menu a,
body.vousseka-child-theme .vs-mobile-bottom-nav a,
body.vousseka-child-theme .vs-site-footer a {
  color: var(--vs-charcoal);
}
body.vousseka-child-theme .vs-mobile-drawer a:hover,
body.vousseka-child-theme .vs-mobile-drawer a:focus-visible,
body.vousseka-child-theme .vs-language-menu a:hover,
body.vousseka-child-theme .vs-language-menu a:focus-visible,
body.vousseka-child-theme .vs-mobile-bottom-nav a:hover,
body.vousseka-child-theme .vs-mobile-bottom-nav a:focus-visible,
body.vousseka-child-theme .vs-site-footer a:hover,
body.vousseka-child-theme .vs-site-footer a:focus-visible {
  color: var(--vs-burgundy);
}
.woocommerce nav.woocommerce-pagination { margin: 0 0 70px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.vs-no-products { padding: 70px 4vw; text-align: center; }

.vs-search-header { padding: 80px 4vw 64px; text-align: center; }
.vs-search-header form { max-width: 720px; margin: 34px auto 0; display: grid; grid-template-columns: 1fr 140px; }
.vs-search-header input { min-width: 0; height: 50px; padding: 0 16px; border: 1px solid var(--vs-border); border-radius: 0; background: transparent; }
.vs-search-header button { border: 0; }
.vs-search-results { border-top: 1px solid var(--vs-border); }
.vs-search-count { margin: 0; padding: 28px 4vw 0; text-align: center; }
.vs-comments { width: min(860px, calc(100% - 40px)); margin: 70px auto; padding-top: 44px; border-top: 1px solid var(--vs-border); }
.vs-comments h2, .vs-comments .comment-reply-title { font-family: var(--vs-serif); font-size: 34px; font-weight: 400; }
.vs-comments .comment-list { padding-left: 0; list-style: none; }
.vs-comments input:not([type="submit"]), .vs-comments textarea { width: 100%; border: 1px solid var(--vs-border); border-radius: 0; background: transparent; }
.vs-comments input:not([type="submit"]) { height: 46px; }
.vs-comments textarea { min-height: 150px; }

.woocommerce-cart .ct-container-full, .woocommerce-checkout .ct-container-full,
.woocommerce-account .ct-container-full { padding: 60px 4vw; }
.woocommerce-cart .vs-migrated-content,
.woocommerce-checkout .vs-migrated-content,
.woocommerce-account .vs-migrated-content { width: min(1180px, 92vw); min-height: 420px; margin: 0 auto; padding: 56px 0 80px; }
.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table { border-color: var(--vs-border); }
.woocommerce-cart .button,
.woocommerce-checkout .button,
.woocommerce-account .button { border-radius: 0 !important; }

@media (max-width: 1024px) {
  .vs-header-inner { grid-template-columns: 190px 1fr 190px; padding-inline: 24px; }
  .vs-desktop-nav { gap: 18px; }
  .vs-nav-link { font-size: 12px; }
  .vs-language-button span:last-child { display: none; }
}

@media (min-width: 750px) {
  .vs-editorial--hero .vs-editorial-content { top: calc(50% + 12px); }
}

@media (max-width: 749px) {
  body.vousseka-child-theme { padding-bottom: 64px; }
  .admin-bar .vs-site-header { top: 46px; }
  .vs-announcement { height: 36px; padding-inline: 12px; font-size: 10px; text-align: center; }
  .vs-site-header { height: 70px; }
  .vs-header-inner { grid-template-columns: 1fr auto; padding: 10px 16px; }
  .vs-logo { width: 105px; }
  .vs-logo img { width: 105px; }
  .vs-desktop-nav, .vs-language, .vs-account-link { display: none; }
  .vs-header-actions { gap: 3px; }
  .vs-mobile-menu-button { display: inline-flex; order: -1; }
  .vs-icon-button { min-width: 34px; padding: 0 3px; }
  .vs-icon-button img { width: 20px; height: 20px; }
  .vs-editorial--hero { height: 560px; }
  .vs-editorial--major { height: 720px; }
  .vs-editorial--journal { height: 560px; }
  .vs-editorial--overlay .vs-editorial-content {
    left: 18px;
    top: 24px;
    transform: none;
    width: calc(100% - 36px);
  }
  .vs-editorial h1, .vs-editorial h2 { font-size: 34px; line-height: .98; }
  .vs-editorial--hero h1,
  .vs-editorial--major h2,
  .vs-editorial--split h2 { max-width: 330px; }
  .vs-eyebrow { margin-bottom: 12px; font-size: 10px; }
  .vs-editorial-content > p:not(.vs-eyebrow) { margin-top: 8px; font-size: 12px; line-height: 1.25; }
  .vs-editorial--hero .vs-editorial-content > p:not(.vs-eyebrow) { max-width: 320px; line-height: 1.25; }
  .vs-editorial--hero .vs-button { min-width: 0; }
  .vs-button { min-height: 36px; margin-top: 12px; padding: 10px 14px; font-size: 10px; }
  .vs-wrapper { padding: 30px 16px; }
  .vs-section-heading { font-size: 34px; }
  .vs-path-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; margin-top: 24px; }
  .vs-icon-card img { height: 58px; }
  .vs-icon-card h3 { font-size: 18px; }
  .vs-icon-card span { margin-top: 8px; font-size: 10px; }
  .vs-editorial--split { min-height: 0; display: flex; flex-direction: column; }
  .vs-editorial--split .vs-editorial-media { width: 100%; aspect-ratio: 3 / 4; flex: none; }
  .vs-editorial--split .vs-editorial-content { padding: 32px 20px 44px; }
  .vs-method-section .vs-wrapper { padding: 36px 16px; }
  .vs-method-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
  .vs-method-card { padding: 16px; }
  .vs-method-card img { height: 72px; }
  .vs-method-card h3 { font-size: 21px; }
  .vs-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
  .vs-collection-card > div { min-height: 122px; padding: 16px; display: flex; flex-direction: column; }
  .vs-collection-card h3 { font-size: 19px; white-space: nowrap; }
  .vs-collection-card span { margin-top: auto; font-size: 10px; }
  .vs-service-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
  .vs-service-card { min-height: 190px; }
  .vs-service-card img { height: 72px; }
  .vs-service-card h3 { font-size: 18px; }
  .vs-newsletter { display: flex; flex-direction: column-reverse; }
  .vs-newsletter-image { min-height: 340px; }
  .vs-newsletter-content { padding: 38px 20px 48px; }
  .vs-newsletter h2 { font-size: 32px; }
  .vs-newsletter-form { flex-direction: column; gap: 8px; }
  .vs-newsletter-form { max-width: none; }
  .vs-site-footer { padding: 36px 20px 24px; }
  .vs-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .vs-footer-brand { padding-right: 0; }
  .vs-footer-brand img { width: 180px; }
  .vs-footer-bottom { margin-top: 32px; }
  .vs-search-panel { top: 106px; padding: 34px 20px; }
  .vs-search-panel label { font-size: 28px; }
  .vs-search-row { flex-direction: column; gap: 8px; }
  .vs-search-row .vs-button { width: 100%; }
  .vs-product-layout { padding: 0 0 48px; display: flex; flex-direction: column; gap: 0; }
  .vs-product-gallery { width: 100%; padding: 24px 16px 20px; display: block; }
  .vs-product-image { display: none; aspect-ratio: 1; }
  .vs-product-image.is-active { display: block; }
  .vs-product-image img { width: 100%; height: 100%; object-fit: cover; }
  .vs-product-thumbnails { margin-top: 10px; display: grid; grid-auto-flow: column; grid-auto-columns: 75px; gap: 10px; overflow-x: auto; scrollbar-width: none; }
  .vs-product-thumbnails::-webkit-scrollbar { display: none; }
  .vs-product-thumbnails button { width: 75px; height: 75px; padding: 0; border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; }
  .vs-product-thumbnails button[aria-current="true"] { border-bottom-color: var(--vs-burgundy); }
  .vs-product-thumbnails img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .vs-product-thumbnails video { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
  .vs-product-summary { padding: 0 16px 12px; }
  .vs-product-vendor { margin: 0 0 16px; font-size: 14px; line-height: 1; }
  .vs-product-title { max-width: 273px; font-size: 20px; line-height: 24px; }
  .vs-product-price { margin: 12px 0 8px; font-size: 20px; }
  .vs-product-description { font-size: 13px; }
  .vs-product-description em { font-size: 16px; }
  .vs-product-purchase .woocommerce-variation-add-to-cart,
  .vs-product-purchase form.cart:not(.variations_form) { grid-template-columns: 70px 1fr; }
  .vs-related-products { padding: 38px 16px 48px; }
  .vs-related-products > .related > h2 { font-size: 32px; }
  .vs-collection-hero { height: auto; display: flex; flex-direction: column; color: var(--vs-charcoal); overflow: visible; }
  .vs-collection-hero::after { display: none; }
  .vs-collection-hero__content { position: static; order: 1; transform: none; width: 100%; min-height: 107.5px; padding: 20px 18px; background: var(--vs-ivory); }
  .vs-collection-hero__media { order: 2; width: 100%; height: auto; aspect-ratio: 3 / 4; }
  .vs-collection-hero__media img { object-fit: cover; }
  .vs-collection-hero h1, .vs-collection-header h1, .vs-search-header h1 { font-size: 38px; }
  .vs-collection-hero .vs-eyebrow { margin: 0 0 6px; color: var(--vs-gold); font-size: 9px; line-height: normal; }
  .vs-collection-hero h1 { font-size: 24px; line-height: 1.05; }
  .vs-collection-hero .vs-collection-description { max-width: none; margin-top: 6px; font-size: 11px; line-height: 1.35; }
  .vs-collection-header { min-height: 250px; padding: 48px 20px; }
  .vs-catalogue-toolbar { min-height: 60px; padding: 0 16px; grid-template-columns: 1fr 1fr; }
  .vs-catalogue-count { display: none; }
  .vs-catalogue-sort select { min-width: 0; max-width: 170px; }
  .vs-catalogue-filter__panel { position: fixed; top: 106px; bottom: 64px; left: 0; width: min(330px, 90vw); overflow: auto; }
  .vs-editorial-section--hero,
  .vs-editorial-section--story { min-height: 0; display: flex; flex-direction: column; }
  .vs-editorial-section--hero .vs-editorial-section__content,
  .vs-editorial-section--story .vs-editorial-section__content { order: 1; padding: 44px 22px; }
  .vs-editorial-section--hero .vs-editorial-section__media,
  .vs-editorial-section--story .vs-editorial-section__media { order: 2; width: 100%; min-height: 0; aspect-ratio: 5 / 4; }
  .vs-editorial-section .hero__title { font-size: 32px; }
  .vs-editorial-section .hero__rte { font-size: 14px; }
  .vs-editorial-section--hero .vs-editorial-section__media { order: 1; aspect-ratio: 10 / 7; }
  .vs-editorial-section--hero .vs-editorial-section__content { order: 2; padding: 48px 40px; }
  .vs-editorial-section--hero .hero__subheading { margin: 0 0 16px; font-size: 14px; line-height: normal; }
  .vs-editorial-section--hero .hero__title { margin: 0 0 16px; font-size: 42px; line-height: 42px; }
  .vs-editorial-section--hero .hero__rte { margin: 0 0 16px; font-size: 16px; line-height: normal; }
  .vs-editorial-section--hero .divider-holder { margin: 0 0 20px; }
  .vs-editorial-section--hero .divider { margin: 0; }
  .vs-editorial-section__inner { width: 100%; padding: 46px 22px; }
  .vs-editorial-section--intro .vs-editorial-section__inner { display: block; }
  .vs-editorial-section--intro .hero__rte { margin-top: 18px; }
  .vs-editorial-section--columns .vs-editorial-section__inner { padding-top: 34px; padding-bottom: 42px; }
  .vs-editorial-section--columns .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .vs-editorial-section--columns:has(.grid__heading-holder) .grid { grid-template-columns: 1fr; }
  .vs-editorial-section--columns .grid__heading-holder .grid__heading { font-size: 30px; }
  .vs-editorial-section--story .cc-grid { grid-template-columns: 1fr; gap: 20px; }
  .vs-editorial-section--cta .vs-editorial-section__inner { padding-top: 48px; padding-bottom: 48px; }
  .vs-editorial-section--cta .hero__title { font-size: 28px; }
  .woocommerce ul.products,
  .vs-search-results ul.products { padding: 18px 12px 48px !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .vs-product-card__vendor { margin-top: 10px; font-size: 9px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .vs-search-results .woocommerce-loop-product__title { font-size: 16px !important; line-height: 1.2; }
  .vs-product-card__price { font-size: 12px; }
  .vs-search-header { padding: 48px 18px 36px; }
  .vs-search-header form { margin-top: 24px; grid-template-columns: 1fr; gap: 8px; }
  .vs-search-header button { min-height: 46px; }
  .vs-search-count { padding: 22px 16px 0; }
  .woocommerce-cart .vs-migrated-content,
  .woocommerce-checkout .vs-migrated-content,
  .woocommerce-account .vs-migrated-content { width: 100%; min-height: 360px; padding: 36px 18px 56px; }
  .vs-comments { margin-top: 46px; }
  .vs-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--vs-ivory);
    border-top: 1px solid var(--vs-border);
    z-index: 700;
  }
  .vs-mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; text-decoration: none; font-size: 10px; }
  .vs-mobile-bottom-nav img { width: 25px; height: 25px; object-fit: contain; }
  body.vousseka-journal-index .blog-listing { grid-template-columns: 1fr !important; gap: 34px; }
  body.vousseka-journal-index .vs-editorial {
    height: var(--vs-mobile-height, 720px);
    min-height: var(--vs-mobile-height, 720px);
  }
  body.vousseka-journal-index .vs-editorial__content {
    top: auto;
    bottom: 54px;
    left: 22px;
    width: calc(100% - 44px);
    transform: none;
  }
  body.vousseka-journal-index .vs-editorial__content h1 { font-size: 44px; }
  body.page .vs-migrated-content .rte h2,
  body.vousseka-journal-article .article__content h2 { margin: 17px 0; font-size: 34px; }
  body.page .vs-migrated-content .rte h3,
  body.vousseka-journal-article .article__content h3 { margin: 14px 0; font-size: 28px; }
  body.vousseka-journal-article .article__hero .article__title { font-size: 38px; line-height: 1.1; }
  body.vousseka-journal-article .comment-form .form-row { display: block; }
  body.vousseka-journal-article .comment-form .form-row .form-field { width: 100%; }
  .vs-instant-hero { height: 540px; }
  .vs-private-chat { padding: 40px 16px 96px; }
  .vs-private-chat__inner { grid-template-columns: 1fr; gap: 28px; }
  .vs-private-chat__heading { max-width: 330px; margin-bottom: 16px; font-size: 40px; line-height: 1.04; }
  .vs-private-chat__text { max-width: 340px; font-size: 15px; line-height: 1.55; }
  .vs-private-chat__status { margin: 22px 0 18px; }
  .vs-private-chat__panel { min-height: 380px; padding: 42px 22px; border-radius: 14px; }
  .vs-private-chat__icon { width: 64px; height: 64px; margin-bottom: 20px; }
}
