:root {
  --stydra-bg: #f7f8fb;
  --stydra-surface: #ffffff;
  --stydra-surface-soft: #f0f3f7;
  --stydra-text: #2b3036;
  --stydra-text-soft: #5f6772;
  --stydra-border: rgba(102, 114, 138, 0.18);
  --stydra-primary: #5d4ebe;
  --stydra-primary-dark: #4d3fa6;
  --stydra-magenta: #b100b9;
  --stydra-navy: #17142e;
  --stydra-radius: 28px;
  --stydra-radius-lg: 36px;
  --stydra-shadow: 0 20px 80px rgba(74, 64, 142, 0.12);
  --stydra-shadow-strong: 0 30px 90px rgba(37, 24, 94, 0.16);
  --stydra-shell: min(1200px, calc(100vw - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(160, 142, 255, 0.18), transparent 28%),
    radial-gradient(circle at right 20%, rgba(255, 170, 218, 0.12), transparent 24%),
    var(--stydra-bg);
  color: var(--stydra-text);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.shell {
  width: var(--stydra-shell);
  margin: 0 auto;
}

.button,
button,
input[type="submit"],
.wp-element-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.wp-element-button:hover {
  transform: translateY(-1px);
}

.button--primary,
.button.button--primary,
.place-order-button,
.single_add_to_cart_button,
.wc-block-components-button,
.checkout-button,
.add_to_cart_button {
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
  color: #fff;
  box-shadow: 0 18px 40px rgba(93, 78, 190, 0.24);
  padding: 16px 28px;
}

.button--pill {
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-primary-dark));
  color: #fff;
  padding: 13px 22px;
}

.button--ghost,
.button.button--ghost,
.added_to_cart,
.button--light,
.button--ghost-light {
  border: 1px solid rgba(93, 78, 190, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--stydra-primary);
  padding: 16px 28px;
  backdrop-filter: blur(16px);
}

.button--light {
  color: var(--stydra-navy);
  background: #fff;
}

.button--ghost-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(93, 78, 190, 0.09);
  color: var(--stydra-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--magenta {
  color: var(--stydra-magenta);
  background: rgba(177, 0, 185, 0.08);
}

h1,
h2,
h3,
h4,
.site-branding__link,
.site-footer__brand {
  font-family: "Epilogue", sans-serif;
  letter-spacing: -0.04em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.site-branding-group {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.site-branding {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-branding__link {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

.site-branding__meta {
  font-size: 0.75rem;
  line-height: 1.2;
  color: var(--stydra-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.site-branding-logo {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}

.site-branding-logo__img {
  height: calc(1.8rem + (0.75rem * 1.2) + 4px);
  width: auto;
  max-width: none;
  object-fit: contain;
}

.site-navigation .menu {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-navigation a {
  color: var(--stydra-text-soft);
  font-weight: 600;
}

.site-navigation .current-menu-item > a,
.site-navigation a:hover {
  color: var(--stydra-primary);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-cart {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--stydra-border);
  position: relative;
}

.header-cart__icon {
  font-size: 1.2rem;
  color: var(--stydra-primary);
}

.header-cart__count {
  position: absolute;
  top: -4px;
  right: -3px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--stydra-magenta);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.site-header__toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--stydra-border);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.site-header__toggle span {
  width: 18px;
  height: 2px;
  background: var(--stydra-text);
  border-radius: 999px;
}

.section {
  padding: 44px 0 100px;
}

.hero {
  position: relative;
  padding: 80px 0 90px;
  overflow: hidden;
}

.hero__aurora,
.hero::before,
.hero::after {
  position: absolute;
  inset: auto;
  content: "";
  pointer-events: none;
}

.hero__aurora {
  top: 8%;
  left: 50%;
  width: 1000px;
  height: 1000px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(137, 124, 255, 0.2), rgba(247, 248, 251, 0) 60%);
}

.hero::before {
  right: -80px;
  top: 140px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(177, 0, 185, 0.08);
  filter: blur(60px);
}

.hero::after {
  left: -80px;
  bottom: 20px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(93, 78, 190, 0.12);
  filter: blur(70px);
}

.hero__grid,
.shop-hero__grid,
.editorial-grid,
.stydra-single-product__hero,
.stydra-checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.hero__content h1,
.entry-hero h1,
.shop-hero h1,
.stydra-single-product__summary h1,
.stydra-checkout-header h1 {
  margin: 18px 0 20px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
}

.hero__content p,
.section-heading p,
.editorial-grid__copy p,
.shop-hero p,
.entry-hero p,
.stydra-checkout-header p {
  max-width: 640px;
  color: var(--stydra-text-soft);
  font-size: 1.07rem;
}

.hero__actions,
.cta-banner__actions,
.stydra-single-product__actions,
.stydra-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-card,
.panel,
.quote-card,
.ecosystem-card,
.product-card,
.entry-card,
.entry-article,
.bento-card,
.checkout-panel,
.checkout-summary-card,
.checkout-support-card,
.stydra-cart-row,
.cart-collaterals .cart_totals,
.woocommerce-notices-wrapper > * {
  border-radius: var(--stydra-radius);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--stydra-shadow);
  backdrop-filter: blur(20px);
}

.hero-card,
.panel {
  min-height: 520px;
  padding: 28px;
}

.hero-card {
  position: relative;
  overflow: hidden;
}

.hero-card__note,
.quote-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(36, 28, 76, 0.1);
}

.hero-card__note strong,
.quote-card p {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.hero-card__note span,
.quote-card span {
  color: var(--stydra-text-soft);
  font-size: 0.94rem;
}

.quote-card {
  position: static;
}

.quote-card p {
  margin: 0 0 8px;
  font-size: 1.6rem;
  color: var(--stydra-primary);
}

.editorial-grid__copy h2,
.section-heading h2,
.cta-banner h2,
.stydra-bento__intro h2 {
  margin: 18px 0;
  font-size: clamp(2.4rem, 4.4vw, 4.2rem);
  line-height: 1;
}

.editorial-grid__visual {
  display: grid;
  gap: 22px;
}

.panel--soft {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ecosystem-stack {
  display: grid;
  gap: 26px;
}

.ecosystem-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  padding: 34px;
  overflow: hidden;
}

.ecosystem-card--night {
  background: linear-gradient(135deg, #191633, #25204b);
  color: #fff;
}

.ecosystem-card--light {
  background: linear-gradient(135deg, rgba(241, 250, 245, 0.9), rgba(255, 255, 255, 0.85));
}

.ecosystem-card--glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 230, 255, 0.8));
}

.ecosystem-card__copy h3 {
  margin: 10px 0 4px;
  font-size: 2.2rem;
}

.ecosystem-card__copy h4 {
  margin: 0 0 14px;
  font-size: 2rem;
  color: var(--stydra-primary);
}

.ecosystem-card--night .ecosystem-card__copy h4 {
  color: #a9a0ff;
}

.ecosystem-card__label,
.stydra-product-tile__category {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--stydra-magenta);
}

.ecosystem-card__copy p,
.stydra-product-tile__content p,
.product-card__content p,
.stydra-single-product__excerpt,
.stydra-bento__intro p,
.bento-card p {
  color: var(--stydra-text-soft);
}

.ecosystem-card--night .ecosystem-card__copy p,
.ecosystem-card--night .feature-list li {
  color: rgba(255, 255, 255, 0.78);
}

.ecosystem-card__media,
.stydra-product-tile__visual,
.product-card__visual,
.shop-hero__visual,
.product-visual-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  border-radius: var(--stydra-radius);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(17, 18, 30, 0.92), rgba(93, 78, 190, 0.3));
}

.feature-list,
.site-footer__links,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.feature-list li,
.site-footer__links li,
.woocommerce-error li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.feature-list li::before,
.site-footer__links li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
  flex: 0 0 auto;
}

.product-showcase,
.stydra-products-grid,
.post-stream,
.stydra-bento__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card,
.stydra-product-tile {
  padding: 18px;
  list-style: none;
}

.product-card__visual,
.stydra-product-tile__visual {
  position: relative;
  min-height: 280px;
  margin-bottom: 18px;
}

.product-card__content h3,
.stydra-product-tile__content h2 {
  margin: 0 0 10px;
  font-size: 1.7rem;
}

.product-card__footer,
.stydra-product-tile__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.product-card__footer a,
.stydra-product-tile__footer a,
.stydra-cart-row__details a {
  color: var(--stydra-primary);
  font-weight: 700;
}

.price,
.stydra-single-product__price .price,
.stydra-cart-row__subtotal,
.review-total-row--grand span:last-child {
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--stydra-text);
}

.product-card__badge,
.onsale {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--stydra-magenta);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-banner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: center;
  padding: 44px;
  border-radius: var(--stydra-radius-lg);
  background: linear-gradient(135deg, #2b2160, #6b49d5);
  color: #fff;
  box-shadow: var(--stydra-shadow-strong);
}

.site-footer {
  padding: 28px 0 36px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 26px;
  padding: 30px 34px;
  border-radius: var(--stydra-radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--stydra-shadow);
}

.site-footer__brand {
  margin: 0 0 8px;
  font-size: 1.8rem;
}

.site-footer__title {
  margin: 0 0 14px;
  font-size: 0.84rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stydra-primary);
}

.site-footer__text,
.site-footer__links a,
.site-footer__bottom {
  color: var(--stydra-text-soft);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  font-size: 0.9rem;
}

.content-shell {
  padding: 42px 0 90px;
}

.entry-article,
.entry-card {
  padding: 32px;
}

.entry-card__title,
.entry-article h1 {
  margin: 0 0 18px;
}

.archive-description {
  color: var(--stydra-text-soft);
}

.shop-hero {
  padding: 40px 0 14px;
}

.shop-hero__copy {
  display: grid;
  gap: 18px;
}

.shop-hero__visual {
  min-height: 360px;
}

.stydra-shop-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.stydra-shop-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(93, 78, 190, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--stydra-text-soft);
  font-size: 0.92rem;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.stydra-shop-pill:hover,
.stydra-shop-pill.is-active {
  color: var(--stydra-primary);
  border-color: rgba(93, 78, 190, 0.28);
  background: rgba(194, 185, 255, 0.18);
  transform: translateY(-1px);
}

.stydra-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
  padding: 28px;
}

.stydra-shop-toolbar h2,
.stydra-shop-empty h2 {
  margin: 16px 0 10px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.stydra-shop-toolbar p,
.stydra-shop-empty p {
  margin: 0;
  color: var(--stydra-text-soft);
}

.stydra-shop-toolbar__meta,
.stydra-shop-ordering {
  display: grid;
  gap: 14px;
}

.stydra-shop-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.stydra-shop-ordering {
  justify-items: end;
}

.stydra-shop-ordering .woocommerce-result-count {
  margin: 0;
  color: var(--stydra-text-soft);
}

.stydra-shop-ordering .woocommerce-ordering {
  width: min(100%, 280px);
  margin: 0;
}

.products.stydra-products-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stydra-product-tile__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stydra-product-tile__price {
  display: grid;
  gap: 6px;
}

.stydra-product-tile__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.stydra-product-tile__actions .button,
.stydra-product-tile__actions .added_to_cart {
  padding: 12px 18px;
}

.stydra-shop-pagination {
  margin-top: 28px;
}

.stydra-shop-empty {
  padding: 34px;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.stydra-catalog-page {
  padding-bottom: 80px;
}

.stydra-catalog-hero {
  padding: 130px 0 28px;
}

.stydra-catalog-hero__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.stydra-catalog-hero__copy {
  max-width: 720px;
}

.stydra-catalog-label {
  display: block;
  margin-bottom: 18px;
  color: var(--stydra-magenta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stydra-catalog-title {
  margin: 0 0 18px;
  max-width: 680px;
  font-size: clamp(3.8rem, 8vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stydra-catalog-subtitle {
  margin: 0;
  max-width: 420px;
  color: var(--stydra-text-soft);
  font-size: 1.22rem;
  line-height: 1.5;
}

.stydra-catalog-controls {
  min-width: 320px;
  display: grid;
  gap: 16px;
}

.stydra-catalog-chips {
  display: flex;
  gap: 10px;
  padding-bottom: 4px;
  overflow-x: auto;
}

.stydra-catalog-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: rgba(90, 96, 98, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(93, 78, 190, 0.06);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.stydra-catalog-chip:hover,
.stydra-catalog-chip.is-active {
  transform: translateY(-1px);
  background: var(--stydra-surface-soft);
  color: var(--stydra-text);
}

.stydra-catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.stydra-catalog-sort-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.stydra-catalog-sort-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(90, 96, 98, 0.84);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(93, 78, 190, 0.06);
}

.stydra-catalog-sort-pill.is-active {
  background: rgba(242, 244, 245, 0.96);
  color: var(--stydra-text);
}

.stydra-catalog-count {
  color: rgba(90, 96, 98, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.stydra-catalog-sort select {
  min-width: 220px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 18px;
  box-shadow: 0 10px 24px rgba(93, 78, 190, 0.06);
}

.stydra-catalog-grid-section {
  padding: 12px 0 0;
}

.stydra-catalog-editorial {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.stydra-catalog-feature,
.stydra-catalog-vertical,
.stydra-catalog-compact,
.stydra-catalog-wide,
.stydra-catalog-mini,
.stydra-premium-tile {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 48px rgba(93, 78, 190, 0.07);
}

.stydra-catalog-feature {
  grid-column: span 8;
  min-height: 460px;
}

.stydra-catalog-feature__media,
.stydra-catalog-wide__media {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(135deg, rgba(13, 17, 28, 0.96), rgba(56, 64, 140, 0.54));
}

.stydra-catalog-feature__media img,
.stydra-catalog-wide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stydra-catalog-feature__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.12), transparent);
}

.stydra-catalog-feature__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 34px;
}

.stydra-catalog-feature__eyebrow,
.stydra-catalog-wide__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.stydra-catalog-feature__eyebrow {
  color: rgba(194, 185, 255, 0.94);
}

.stydra-catalog-feature__content h2,
.stydra-catalog-wide__content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 3.8vw, 4rem);
  line-height: 0.95;
}

.stydra-catalog-feature__content p,
.stydra-catalog-wide__content p {
  margin: 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
}

.stydra-catalog-feature__actions,
.stydra-catalog-wide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.stydra-catalog-primary-link,
.stydra-catalog-secondary-link,
.stydra-catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 18px;
  font-weight: 800;
}

.stydra-catalog-primary-link {
  background: var(--stydra-primary);
  color: #fff;
}

.stydra-catalog-secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.stydra-catalog-button {
  background: rgba(255, 255, 255, 0.96);
  color: var(--stydra-primary);
}

.stydra-catalog-vertical {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
}

.stydra-catalog-vertical__media,
.stydra-catalog-compact__media {
  display: block;
  background: var(--stydra-surface-soft);
}

.stydra-catalog-vertical__media {
  aspect-ratio: 1 / 1;
}

.stydra-catalog-vertical__media img,
.stydra-catalog-compact__media img,
.stydra-catalog-mini__thumb img,
.stydra-premium-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stydra-catalog-vertical__content,
.stydra-catalog-compact__content,
.stydra-catalog-wide__content,
.stydra-catalog-mini__content,
.stydra-premium-tile__content {
  display: grid;
  gap: 10px;
}

.stydra-catalog-vertical__content {
  padding: 24px 24px 26px;
}

.stydra-catalog-vertical__eyebrow,
.stydra-premium-tile__eyebrow {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--stydra-magenta);
}

.stydra-catalog-vertical__content h3,
.stydra-catalog-compact__content h3,
.stydra-catalog-mini__content h4,
.stydra-premium-tile__content h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
}

.stydra-catalog-vertical__content p,
.stydra-catalog-compact__content p,
.stydra-catalog-mini__content p,
.stydra-premium-tile__content p {
  margin: 0;
  color: var(--stydra-text-soft);
}

.stydra-catalog-vertical__footer,
.stydra-premium-tile__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.stydra-catalog-price,
.stydra-catalog-price .price {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--stydra-text);
}

.stydra-catalog-vertical__footer .stydra-catalog-button,
.stydra-catalog-mini__action .stydra-catalog-button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  border-radius: 999px;
  background: var(--stydra-magenta);
  color: #fff;
  font-size: 0;
}

.stydra-catalog-vertical__footer .stydra-catalog-button::before,
.stydra-catalog-mini__action .stydra-catalog-button::before {
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
}

.stydra-catalog-compact {
  grid-column: span 4;
  display: grid;
  gap: 0;
  background: var(--stydra-surface-soft);
}

.stydra-catalog-compact__media {
  height: 178px;
}

.stydra-catalog-compact__content {
  padding: 24px 24px 0;
}

.stydra-catalog-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 24px 24px;
  color: var(--stydra-primary);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stydra-catalog-wide {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #241f5e;
}

.stydra-catalog-wide__content {
  position: relative;
  z-index: 1;
  align-content: center;
  padding: 34px;
}

.stydra-catalog-wide__eyebrow {
  color: rgba(255, 161, 128, 0.84);
}

.stydra-catalog-wide__media {
  position: relative;
}

.stydra-catalog-mini-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stydra-catalog-mini,
.stydra-catalog-mini--accent {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
}

.stydra-catalog-mini__thumb {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--stydra-surface-soft);
}

.stydra-catalog-mini__content h4 {
  font-size: 1.18rem;
}

.stydra-catalog-mini__content p {
  font-size: 0.84rem;
}

.stydra-catalog-mini--accent {
  background: rgba(255, 215, 245, 0.48);
}

.stydra-catalog-secondary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.stydra-premium-tile-wrapper {
  list-style: none;
}

.stydra-premium-tile {
  display: grid;
  gap: 0;
}

.stydra-premium-tile__media {
  display: block;
  height: 240px;
  background: var(--stydra-surface-soft);
}

.stydra-premium-tile__content {
  padding: 22px;
}

.stydra-premium-tile__content h3 {
  font-size: 1.6rem;
}

.stydra-premium-tile__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.stydra-premium-tile__actions a,
.stydra-premium-tile__button {
  color: var(--stydra-primary);
  font-size: 0.88rem;
  font-weight: 800;
}

.stydra-premium-tile__button.button {
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--stydra-primary);
  color: #fff;
}

.stydra-editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.stydra-editorial-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 48px rgba(93, 78, 190, 0.07);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.stydra-editorial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 64px rgba(93, 78, 190, 0.1);
}

.stydra-editorial-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(18, 19, 33, 0.96), rgba(93, 78, 190, 0.42));
}

.stydra-editorial-card__media img,
.stydra-editorial-card__media .stydra-media-orb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.stydra-editorial-card:hover .stydra-editorial-card__media img,
.stydra-editorial-card:hover .stydra-editorial-card__media .stydra-media-orb {
  transform: scale(1.06);
}

.stydra-editorial-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.18), transparent);
}

.stydra-editorial-card__content {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 22px 22px 24px;
}

.stydra-editorial-card__eyebrow {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--stydra-magenta);
}

.stydra-editorial-card__content h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  line-height: 0.98;
}

.stydra-editorial-card__content p {
  margin: 0;
  color: var(--stydra-text-soft);
}

.stydra-editorial-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-top: 12px;
}

.stydra-editorial-card__price,
.stydra-editorial-card__price .price {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.stydra-editorial-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.stydra-editorial-card__link {
  color: var(--stydra-primary);
  font-size: 0.88rem;
  font-weight: 800;
}

.stydra-editorial-card__add.button {
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--stydra-magenta);
  color: #fff;
  box-shadow: none;
}

.stydra-editorial-card--feature {
  grid-column: span 8;
  min-height: 470px;
}

.stydra-editorial-card--feature .stydra-editorial-card__media {
  position: absolute;
  inset: 0;
}

.stydra-editorial-card--feature .stydra-editorial-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 34px;
}

.stydra-editorial-card--feature .stydra-editorial-card__eyebrow {
  color: rgba(194, 185, 255, 0.98);
}

.stydra-editorial-card--feature .stydra-editorial-card__content h2,
.stydra-editorial-card--feature .stydra-editorial-card__content p,
.stydra-editorial-card--wide .stydra-editorial-card__content h2,
.stydra-editorial-card--wide .stydra-editorial-card__content p {
  color: #fff;
}

.stydra-editorial-card--feature .stydra-editorial-card__content h2 {
  max-width: 380px;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.stydra-editorial-card--feature .stydra-editorial-card__content p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.7);
}

.stydra-editorial-card--feature .stydra-editorial-card__footer {
  justify-content: flex-start;
}

.stydra-editorial-card--feature .stydra-editorial-card__price {
  display: none;
}

.stydra-editorial-card--feature .stydra-editorial-card__link,
.stydra-editorial-card--wide .stydra-editorial-card__link {
  display: none;
}

.stydra-editorial-card--feature .stydra-editorial-card__add.button {
  background: var(--stydra-primary);
}

.stydra-editorial-card--tall {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-height: 470px;
}

.stydra-editorial-card--tall .stydra-editorial-card__media {
  aspect-ratio: 1 / 1;
}

.stydra-editorial-card--compact {
  grid-column: span 4;
}

.stydra-editorial-card--compact .stydra-editorial-card__media {
  height: 190px;
}

.stydra-editorial-card--wide {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #231b57;
}

.stydra-editorial-card--wide .stydra-editorial-card__media {
  order: 2;
  min-height: 100%;
}

.stydra-editorial-card--wide .stydra-editorial-card__content {
  order: 1;
  align-content: center;
  padding: 34px;
}

.stydra-editorial-card--wide .stydra-editorial-card__eyebrow {
  color: rgba(255, 161, 128, 0.88);
}

.stydra-editorial-card--wide .stydra-editorial-card__content p {
  color: rgba(224, 227, 248, 0.72);
}

.stydra-editorial-card--wide .stydra-editorial-card__price,
.stydra-editorial-card--wide .stydra-editorial-card__price .price {
  color: #fff;
}

.stydra-editorial-card--wide .stydra-editorial-card__actions {
  justify-content: flex-start;
}

.stydra-editorial-card--wide .stydra-editorial-card__add.button {
  background: #fff;
  color: #231b57;
}

.stydra-editorial-card--mini,
.stydra-editorial-card--mini-accent {
  grid-column: span 4;
}

.stydra-editorial-card--mini .stydra-editorial-card__content,
.stydra-editorial-card--mini-accent .stydra-editorial-card__content {
  padding: 18px 18px 20px;
}

.stydra-editorial-card--mini .stydra-editorial-card__media,
.stydra-editorial-card--mini-accent .stydra-editorial-card__media {
  height: 112px;
  margin: 18px 18px 0;
  border-radius: 20px;
}

.stydra-editorial-card--mini .stydra-editorial-card__content h2,
.stydra-editorial-card--mini-accent .stydra-editorial-card__content h2 {
  font-size: 1.26rem;
}

.stydra-editorial-card--mini .stydra-editorial-card__content p,
.stydra-editorial-card--mini-accent .stydra-editorial-card__content p {
  font-size: 0.84rem;
}

.stydra-editorial-card--mini .stydra-editorial-card__add.button,
.stydra-editorial-card--mini-accent .stydra-editorial-card__add.button {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stydra-editorial-card--mini .stydra-editorial-card__add.button::before,
.stydra-editorial-card--mini-accent .stydra-editorial-card__add.button::before {
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
}

.stydra-editorial-card--mini .stydra-editorial-card__add.button,
.stydra-editorial-card--mini-accent .stydra-editorial-card__add.button {
  font-size: 0;
}

.stydra-editorial-card--mini-accent {
  background: rgba(255, 215, 245, 0.48);
}

.stydra-editorial-card--mini-accent .stydra-editorial-card__media {
  background: rgba(255, 193, 244, 0.55);
}

.stydra-editorial-card--mini-accent .stydra-editorial-card__add.button {
  background: var(--stydra-magenta);
}

.stydra-shop-pagination {
  margin-top: 32px;
}

.stydra-shop-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stydra-shop-pagination a,
.stydra-shop-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--stydra-text-soft);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(93, 78, 190, 0.06);
}

.stydra-shop-pagination .current {
  background: var(--stydra-primary);
  color: #fff;
}

.stydra-catalog-empty {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  box-shadow: 0 20px 48px rgba(93, 78, 190, 0.06);
}

.stydra-catalog-cta {
  position: relative;
  margin-top: 44px;
  padding: 54px 30px;
  border-radius: 48px;
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
  overflow: hidden;
}

.stydra-catalog-cta__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.stydra-catalog-cta__content h2 {
  margin: 0 0 14px;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 0.95;
  color: #fff;
}

.stydra-catalog-cta__content p {
  margin: 0 auto 28px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.04rem;
}

.stydra-catalog-cta__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.stydra-catalog-cta__form input {
  max-width: 340px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.stydra-catalog-cta__form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.stydra-catalog-cta__form button {
  padding: 16px 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--stydra-primary);
  font-weight: 800;
}

.stydra-catalog-cta__glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.35;
}

.stydra-catalog-cta__glow--left {
  top: -120px;
  left: -100px;
  background: rgba(194, 185, 255, 0.5);
}

.stydra-catalog-cta__glow--right {
  right: -100px;
  bottom: -120px;
  background: rgba(255, 161, 128, 0.48);
}

.woocommerce-result-count,
.woocommerce-ordering {
  margin: 0 0 22px;
}

.woocommerce-ordering select,
.input-text,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  width: 100%;
  border: 1px solid rgba(118, 124, 126, 0.14);
  border-radius: 18px;
  background: var(--stydra-surface-soft);
  padding: 16px 18px;
  color: var(--stydra-text);
  font: inherit;
}

.woocommerce form .form-row label {
  display: block;
  margin: 0 0 8px;
  color: var(--stydra-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.stydra-single-product {
  padding: 40px 0 80px;
}

.stydra-single-product__media {
  min-width: 0;
}

.stydra-single-product__summary {
  display: grid;
  gap: 14px;
}

.product-visual-frame {
  position: relative;
  min-height: 560px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--stydra-shadow-strong);
}

.product-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.product-visual-frame__badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--stydra-primary);
}

.stydra-single-product__lead {
  margin: 0;
  font-size: 1.2rem;
  color: var(--stydra-text-soft);
}

.stydra-single-product__price .price {
  margin: 6px 0 0;
}

.stydra-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.stydra-chip {
  padding: 11px 15px;
  border-radius: 16px;
  background: var(--stydra-surface-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.stydra-security-note {
  margin-top: 16px;
  color: var(--stydra-text-soft);
  font-size: 0.92rem;
}

.cart.variations_form,
.variations_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.variations {
  width: 100%;
}

.single_variation_wrap,
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.quantity .qty {
  max-width: 110px;
}

.stydra-bento {
  margin-top: 36px;
}

.stydra-bento__grid {
  margin-top: 22px;
}

.bento-card {
  padding: 28px;
}

.bento-card--wide {
  grid-column: span 2;
}

.bento-card--accent {
  background: linear-gradient(135deg, var(--stydra-magenta), #7d1bbe);
  color: #fff;
}

.bento-card--accent p {
  color: rgba(255, 255, 255, 0.82);
}

.stydra-product-content {
  margin-top: 28px;
  padding: 32px;
  border-radius: var(--stydra-radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--stydra-shadow);
}

.stydra-premium-product {
  display: grid;
  gap: 56px;
  padding: 26px 0 90px;
}

.stydra-premium-product__hero-card {
  padding: 22px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 58px rgba(93, 78, 190, 0.1);
  backdrop-filter: blur(16px);
}

.stydra-premium-product__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 34px;
  align-items: flex-start;
}

.stydra-premium-product__visual {
  display: grid;
  gap: 18px;
}

.stydra-premium-product__frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(15, 18, 43, 0.12);
  min-height: 100%;
}

.stydra-premium-product__image-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.stydra-premium-product__frame img,
.stydra-premium-product__frame .stydra-media-orb {
  width: 100%;
  height: auto;
  min-height: 580px;
  object-fit: cover;
}

.stydra-premium-product__frame-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px);
  color: var(--stydra-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stydra-premium-product__gallery {
  display: flex;
  gap: 12px;
}

.stydra-premium-product__gallery-item {
  width: 92px;
  height: 92px;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(93, 78, 190, 0.08);
}

.stydra-premium-product__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stydra-premium-product__summary {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 100%;
  padding: 12px 20px 12px 8px;
}

.stydra-premium-product__breadcrumb {
  display: flex;
  gap: 8px;
  color: var(--stydra-text-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stydra-premium-product__breadcrumb .is-active {
  color: var(--stydra-primary);
}

.stydra-premium-product__title {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 800;
  overflow: visible;
  padding: 0 0.08em 10px 0;
  --stydra-title-scale: 1;
  --stydra-title-base-scale: 1;
}

.stydra-title-base,
.stydra-title-gap,
.stydra-title-accent {
  display: inline-block;
  min-width: 0;
}

.stydra-title-base {
  flex: 0 1 auto;
  font-family: "Epilogue", sans-serif;
  font-size: calc(3rem * var(--stydra-title-base-scale, 1) * var(--stydra-title-scale, 1));
  font-weight: 780;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.stydra-title-gap {
  flex: 0 0 auto;
  width: 0.2em;
}

.stydra-title-accent {
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Epilogue", sans-serif;
  font-size: calc(4.2rem * var(--stydra-title-scale, 1));
  font-weight: 860;
  letter-spacing: -0.065em;
  padding-right: 0.06em;
  white-space: nowrap;
}

.stydra-premium-product__excerpt {
  margin: 0;
  max-width: 460px;
  color: var(--stydra-text-soft);
  font-size: 1.08rem;
}

.stydra-premium-product__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  white-space: nowrap;
}

.stydra-premium-product__price {
  font-family: "Epilogue", sans-serif;
  font-size: 2.85rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.stydra-premium-product__price.is-free {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(32, 184, 109, 0.16);
  color: #17804e;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.stydra-premium-product__regular-price {
  color: var(--stydra-text-soft);
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: line-through;
}

.stydra-premium-product__discount {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 161, 128, 0.7);
  color: #6b2200;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stydra-premium-product__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stydra-premium-product__benefit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 18px;
  background: var(--stydra-surface-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.stydra-premium-product__benefit .material-symbols-outlined {
  color: var(--stydra-primary);
}

.stydra-premium-product__benefit-icon--secondary {
  color: var(--stydra-magenta) !important;
}

.stydra-premium-product__benefit-icon--primary {
  color: var(--stydra-primary) !important;
}

.stydra-premium-product__buybox {
  display: block;
}

.stydra-premium-product__buybox form.cart,
.stydra-premium-product__buybox .variations_form.cart {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  width: min(100%, 360px);
}

.stydra-premium-product__buybox .single_add_to_cart_button {
  width: 100%;
  min-height: 68px;
  padding: 0 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-primary-dark));
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 22px 40px rgba(93, 78, 190, 0.2);
}

.stydra-premium-product__buybox .single_add_to_cart_button.is-free-product {
  background: linear-gradient(135deg, #1aa35f, #16884f);
  box-shadow: 0 18px 40px rgba(22, 136, 79, 0.22);
}

.stydra-premium-product__buybox .variations select {
  width: 100%;
  max-width: 360px;
  min-width: 0;
  min-height: 62px;
  border-radius: 20px;
  border: 1px solid rgba(118, 124, 126, 0.12);
  background: rgba(255, 255, 255, 0.94);
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--stydra-primary) 50%),
    linear-gradient(135deg, var(--stydra-primary) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 26px rgba(93, 78, 190, 0.08);
  color: var(--stydra-text);
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  position: relative;
}

.stydra-premium-product__buybox .variations select.stydra-native-select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.stydra-variation-field {
  position: relative;
  width: 100%;
  max-width: 360px;
}

.stydra-variation-picker {
  position: relative;
  width: 100%;
}

.stydra-variation-picker__trigger {
  width: 100%;
  min-height: 62px;
  padding: 0 22px;
  border: 1px solid rgba(118, 124, 126, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(93, 78, 190, 0.08);
  color: var(--stydra-text);
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.stydra-variation-picker__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stydra-variation-picker__trigger:hover,
.stydra-variation-picker.is-open .stydra-variation-picker__trigger,
.stydra-variation-picker__trigger:focus-visible {
  border-color: rgba(93, 78, 190, 0.24);
  box-shadow: 0 16px 34px rgba(93, 78, 190, 0.12);
  transform: translateY(-1px);
  background-color: #fff;
}

.stydra-variation-picker__chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--stydra-primary);
  border-bottom: 2px solid var(--stydra-primary);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  flex: 0 0 auto;
}

.stydra-variation-picker.is-open .stydra-variation-picker__chevron {
  transform: rotate(-135deg) translateY(-1px);
}

.stydra-variation-picker__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 12;
  display: grid;
  gap: 6px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 44px rgba(93, 78, 190, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.stydra-variation-picker.is-open .stydra-variation-picker__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.stydra-variation-picker__option {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  background: transparent;
  color: var(--stydra-text);
  font-family: "Inter", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.stydra-variation-picker__option:hover,
.stydra-variation-picker__option.is-selected {
  background: rgba(194, 185, 255, 0.2);
  color: var(--stydra-primary);
  transform: translateX(2px);
}

.stydra-variation-picker__option.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  transform: none;
}

.stydra-premium-product__buybox .variations select:hover,
.stydra-premium-product__buybox .variations select:focus {
  border-color: rgba(93, 78, 190, 0.24);
  box-shadow: 0 16px 34px rgba(93, 78, 190, 0.12);
  transform: translateY(-1px);
  background-color: #fff;
}

.stydra-premium-product__security {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: var(--stydra-text-soft);
  font-size: 0.8rem;
}

.stydra-premium-product__security .material-symbols-outlined {
  font-size: 1rem;
}

.stydra-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 28px;
}

.stydra-product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 20, 0.82);
  backdrop-filter: blur(6px);
}

.stydra-product-lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1180px);
  max-height: 88vh;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15, 18, 43, 0.34);
}

.stydra-product-lightbox__dialog img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  background: #0e1120;
}

.stydra-product-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

body.stydra-lightbox-open {
  overflow: hidden;
}

.stydra-premium-product__buybox .variations {
  width: 100%;
}

.stydra-premium-product__buybox .variations tbody {
  display: grid;
  gap: 12px;
  width: 100%;
}

.stydra-premium-product__buybox .variations tr {
  display: grid;
  gap: 8px;
  width: 100%;
}

.stydra-premium-product__buybox .variations td,
.stydra-premium-product__buybox .variations th {
  width: 100%;
  display: block;
}

.stydra-premium-product__buybox .variations label {
  color: var(--stydra-text-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stydra-premium-product__buybox .reset_variations {
  display: none !important;
}

.stydra-premium-product__buybox .woocommerce-variation-price {
  display: none !important;
}

.stydra-premium-product__buybox .woocommerce-variation-description,
.stydra-premium-product__buybox .woocommerce-variation-availability {
  color: var(--stydra-text-soft);
  font-size: 0.9rem;
}

.stydra-premium-product__buybox .woocommerce-variation-add-to-cart {
  width: 100%;
}

.stydra-premium-product__buybox .single_variation_wrap {
  width: 100%;
  display: grid;
  gap: 0;
  align-content: start;
}

.stydra-premium-product__buybox .woocommerce-variation.single_variation {
  min-height: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.stydra-premium-architecture {
  display: grid;
  gap: 28px;
}

.stydra-premium-architecture__intro {
  text-align: center;
}

.stydra-premium-architecture__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(2.4rem, 3vw, 3.4rem);
}

.stydra-premium-architecture__intro p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--stydra-text-soft);
}

.stydra-premium-architecture__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stydra-premium-architecture__card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(93, 78, 190, 0.07);
}

.stydra-premium-architecture__card--wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.9fr);
  gap: 18px;
  overflow: hidden;
  background: var(--stydra-surface-soft);
}

.stydra-premium-architecture__copy {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 32px 0 32px 32px;
}

.stydra-premium-architecture__copy h3,
.stydra-premium-architecture__card--accent h3,
.stydra-premium-architecture__card--mini h3 {
  margin: 0;
  font-size: 1.7rem;
}

.stydra-premium-architecture__copy p,
.stydra-premium-architecture__card--accent p,
.stydra-premium-architecture__card--mini p {
  margin: 0;
  color: var(--stydra-text-soft);
}

.stydra-premium-architecture__visual {
  min-height: 340px;
  overflow: hidden;
  border-radius: 22px 0 0 22px;
}

.stydra-premium-architecture__visual img,
.stydra-premium-architecture__visual .stydra-media-orb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stydra-premium-architecture__card--accent {
  display: grid;
  align-content: space-between;
  padding: 30px;
  background: linear-gradient(135deg, var(--stydra-magenta), #7b1cb9);
  color: #fff;
}

.stydra-premium-architecture__card--accent p {
  color: rgba(255, 255, 255, 0.8);
}

.stydra-premium-architecture__card--accent .material-symbols-outlined {
  font-size: 3rem;
}

.stydra-premium-architecture__card--mini {
  padding: 28px;
}

.stydra-premium-architecture__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(93, 78, 190, 0.08);
  color: var(--stydra-primary);
  margin-bottom: 18px;
}

.stydra-premium-product__cta {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #151221;
}

.stydra-premium-product__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(93, 78, 190, 0.24), rgba(177, 0, 185, 0.12));
}

.stydra-premium-product__cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 56px 24px;
  text-align: center;
}

.stydra-premium-product__cta-inner h2 {
  margin: 0;
  max-width: 740px;
  color: #fff;
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.stydra-premium-product__cta-inner p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.stydra-premium-product__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  background: #fff;
  color: #151221;
  font-weight: 800;
}

.stydra-cart-page,
.stydra-checkout-page {
  padding: 26px 0 90px;
}

.stydra-cart-form {
  display: grid;
  gap: 20px;
}

.stydra-cart-list {
  display: grid;
  gap: 18px;
}

.stydra-cart-row {
  display: grid;
  grid-template-columns: 120px 1fr 140px 140px auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.stydra-cart-row__thumb img {
  border-radius: 18px;
}

.stydra-cart-row__details h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.stydra-cart-row__meta,
.stydra-order-line__content span,
.checkout-support-card span,
.woocommerce-terms-and-conditions-wrapper,
.wc_payment_method .payment_box,
.woocommerce-privacy-policy-text {
  color: var(--stydra-text-soft);
  font-size: 0.94rem;
}

.checkout-support-card h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.stydra-cart-row__remove .remove {
  color: #c23b54;
  font-weight: 700;
}

.cart-collaterals {
  margin-top: 26px;
}

.cart_totals {
  padding: 24px;
}

.cart_totals h2 {
  margin-top: 0;
}

.stydra-checkout-header {
  margin-bottom: 18px;
}

.checkout-back {
  color: var(--stydra-primary);
  font-weight: 700;
}

.checkout-panel {
  padding: 28px;
}

.checkout-panel__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.checkout-panel__header span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--stydra-primary);
  color: #fff;
  font-weight: 700;
}

.checkout-panel__header h2,
.checkout-summary-card h2 {
  margin: 0;
  font-size: 1.5rem;
}

.stydra-customer-details,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.stydra-customer-details__billing,
.stydra-customer-details__shipping,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  display: contents;
}

.woocommerce-additional-fields,
.woocommerce-shipping-fields {
  margin-top: 18px;
}

.stydra-checkout-sidebar {
  position: sticky;
  top: 120px;
  align-self: start;
  display: grid;
  gap: 18px;
  min-width: 0;
  padding-right: 0;
}

.checkout-summary-card,
.checkout-support-card {
  padding: 28px;
}

.stydra-order-review {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.stydra-order-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(118, 124, 126, 0.12);
}

.stydra-order-line__thumb {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(93, 78, 190, 0.14), rgba(177, 0, 185, 0.16));
}

.stydra-order-line__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stydra-order-review__totals {
  display: grid;
  gap: 10px;
}

.review-total-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--stydra-text-soft);
}

.review-total-row--grand {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(118, 124, 126, 0.12);
  color: var(--stydra-text);
}

.stydra-payment-panel {
  display: grid;
  gap: 18px;
}

.stydra-gateway-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wc_payment_method {
  padding: 16px 18px;
  border-radius: 22px;
  background: var(--stydra-surface-soft);
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.wc_payment_method.is-selected {
  border-color: rgba(93, 78, 190, 0.3);
  background: rgba(194, 185, 255, 0.22);
}

.wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.payment_box {
  margin-top: 14px;
}

.place-order {
  display: grid;
  gap: 14px;
}

.woocommerce-terms-and-conditions-wrapper {
  order: 2;
}

.place-order-button {
  width: 100%;
}

.woocommerce-checkout-payment .about_paypal,
.woocommerce-checkout-payment img {
  max-height: 32px;
  width: auto;
}

.wc-block-components-main,
.wc-block-components-sidebar,
.wc-block-checkout,
.wc-block-cart,
.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart {
  background: transparent;
}

.wc-block-components-totals-wrapper,
.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.wc-block-cart__submit-container,
.wc-block-components-checkout-step {
  border-radius: var(--stydra-radius);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--stydra-shadow);
}

.stydra-media-orb {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  border-radius: 32px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 25%), linear-gradient(135deg, #121321, #35235f 55%, #7f36cc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 30px 80px rgba(16, 12, 41, 0.32);
  overflow: hidden;
}

.stydra-media-orb::before,
.stydra-media-orb::after,
.stydra-media-orb span {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
}

.stydra-media-orb::before {
  inset: 16% 22% 48% 18%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  transform: rotate(-16deg);
}

.stydra-media-orb::after {
  inset: 46% 12% 10% 36%;
  background: linear-gradient(135deg, rgba(255, 0, 212, 0.18), rgba(255, 175, 143, 0.66));
  filter: blur(22px);
}

.stydra-media-orb span:nth-child(1) {
  width: 68%;
  height: 68%;
  top: 16%;
  left: 12%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(222, 180, 255, 0.42));
  border-radius: 40% 60% 52% 48% / 34% 37% 63% 66%;
  transform: rotate(24deg);
}

.stydra-media-orb span:nth-child(2) {
  width: 44%;
  height: 44%;
  right: 16%;
  top: 28%;
  background: linear-gradient(135deg, rgba(255, 163, 115, 0.78), rgba(177, 0, 185, 0.15));
  border-radius: 55% 45% 39% 61% / 61% 36% 64% 39%;
}

.stydra-media-orb span:nth-child(3) {
  width: 30%;
  height: 30%;
  left: 18%;
  bottom: 14%;
  background: rgba(255, 255, 255, 0.08);
}

.stydra-media-orb--secondary {
  background: linear-gradient(135deg, #081118, #0e3d54 55%, #31c5de);
}

.stydra-media-orb--traderdevx {
  background: linear-gradient(135deg, #111522, #23233f 42%, #6947ff);
}

.stydra-media-orb--stydralife {
  background: linear-gradient(135deg, #081c1b, #0d4d58 48%, #52e0e0);
}

.stydra-media-orb--stydraflux {
  background: linear-gradient(135deg, #161418, #3d1847 48%, #b100b9);
}

.stydra-media-orb--card {
  width: min(100%, 280px);
}

@media (max-width: 1100px) {
  .product-showcase,
  .stydra-products-grid,
  .stydra-bento__grid,
  .site-footer__grid,
  .stydra-cart-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stydra-catalog-hero__header,
  .stydra-editorial-card--wide {
    grid-template-columns: 1fr;
  }

  .stydra-catalog-hero__header {
    display: grid;
    align-items: start;
  }

  .stydra-catalog-editorial,
  .stydra-catalog-mini-row,
  .stydra-catalog-secondary,
  .stydra-premium-architecture__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stydra-catalog-feature,
  .stydra-catalog-wide,
  .stydra-catalog-mini-row {
    grid-column: 1 / -1;
  }

  .stydra-catalog-vertical,
  .stydra-catalog-compact {
    grid-column: span 1;
  }

  .stydra-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stydra-editorial-card--feature,
  .stydra-editorial-card--wide,
  .stydra-editorial-card--compact,
  .stydra-editorial-card--mini,
  .stydra-editorial-card--mini-accent {
    grid-column: span 1;
  }

  .stydra-editorial-card--tall {
    grid-column: span 1;
    min-height: 100%;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stydra-cart-row {
    grid-template-columns: 100px 1fr;
  }

  .stydra-cart-row__qty,
  .stydra-cart-row__subtotal,
  .stydra-cart-row__remove {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .site-header__inner,
  .hero__grid,
  .shop-hero__grid,
  .editorial-grid,
  .ecosystem-card,
  .cta-banner,
  .stydra-single-product__hero,
  .stydra-checkout-grid {
    grid-template-columns: 1fr;
  }

  .site-header__toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-navigation {
    display: none;
    grid-column: 1 / -1;
    padding-top: 8px;
  }

  .site-navigation.is-open {
    display: block;
  }

  .site-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-header__actions {
    justify-self: end;
  }

  .hero-card,
  .panel {
    min-height: 380px;
  }

  .stydra-checkout-sidebar {
    position: static;
  }

  .stydra-shop-toolbar {
    grid-template-columns: 1fr;
  }

  .stydra-shop-badges,
  .stydra-shop-ordering {
    justify-items: start;
  }

  .stydra-catalog-hero {
    padding-top: 114px;
  }

  .stydra-catalog-controls {
    min-width: 0;
  }

  .stydra-catalog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .stydra-editorial-grid {
    grid-template-columns: 1fr;
  }

  .stydra-editorial-card--feature,
  .stydra-editorial-card--tall,
  .stydra-editorial-card--compact,
  .stydra-editorial-card--wide,
  .stydra-editorial-card--mini,
  .stydra-editorial-card--mini-accent {
    grid-column: span 1;
  }

  .stydra-editorial-card--wide .stydra-editorial-card__media {
    order: 0;
    min-height: 240px;
  }

  .stydra-catalog-wide {
    grid-template-columns: 1fr;
  }

  .stydra-premium-product__hero,
  .stydra-premium-architecture__card--wide {
    grid-template-columns: 1fr;
  }

  .stydra-premium-architecture__card--wide {
    grid-column: 1 / -1;
  }

  .stydra-premium-architecture__visual {
    border-radius: 0 0 22px 22px;
    min-height: 260px;
  }

  .stydra-catalog-wide__media {
    position: relative;
    min-height: 280px;
  }

  .stydra-editorial-card--feature {
    min-height: 420px;
  }

  .stydra-editorial-card--feature .stydra-editorial-card__content,
  .stydra-editorial-card--wide .stydra-editorial-card__content {
    padding: 26px;
  }

  .stydra-catalog-sort-pills {
    justify-content: flex-start;
  }

  .stydra-premium-product__summary {
    order: 2;
  }

  .stydra-premium-product__visual {
    order: 1;
  }
}

@media (max-width: 640px) {
  :root {
    --stydra-shell: min(100vw - 24px, 100%);
  }

  .site-header__inner {
    grid-template-columns: 1fr auto auto;
  }

  .site-branding__meta,
  .site-header__actions .button--pill {
    display: none;
  }

  .site-branding-logo__img {
    height: 1.8rem;
  }

  .section,
  .hero {
    padding-bottom: 72px;
  }

  .hero__content h1,
  .entry-hero h1,
  .shop-hero h1,
  .stydra-single-product__summary h1,
  .stydra-checkout-header h1 {
    font-size: 2.7rem;
  }

  .product-showcase,
  .stydra-products-grid,
  .post-stream,
  .stydra-bento__grid,
  .site-footer__grid,
  .stydra-customer-details,
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-additional-fields__field-wrapper,
  .stydra-cart-row {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .panel,
  .checkout-panel,
  .checkout-summary-card,
  .checkout-support-card,
  .entry-card,
  .entry-article,
  .bento-card,
  .cta-banner,
  .site-footer__grid {
    padding: 22px;
  }

  .product-visual-frame {
    min-height: 360px;
  }

  .hero-card__note,
  .product-visual-frame__badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .site-footer__bottom {
    flex-direction: column;
  }

  .stydra-product-tile__footer,
  .stydra-product-tile__actions {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .stydra-catalog-title {
    font-size: 3.4rem;
  }

  .stydra-catalog-subtitle {
    font-size: 1rem;
  }

  .stydra-catalog-cta {
    padding: 34px 18px;
    border-radius: 32px;
  }

  .stydra-catalog-cta__content h2 {
    font-size: 2.5rem;
  }

  .stydra-catalog-cta__form {
    flex-direction: column;
    align-items: stretch;
  }

  .stydra-catalog-cta__form input {
    max-width: none;
  }

  .stydra-editorial-card__footer,
  .stydra-editorial-card__actions {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .stydra-catalog-editorial,
  .stydra-catalog-mini-row,
  .stydra-catalog-secondary,
  .stydra-premium-architecture__grid {
    grid-template-columns: 1fr;
  }

  .stydra-catalog-feature,
  .stydra-catalog-vertical,
  .stydra-catalog-compact,
  .stydra-catalog-wide,
  .stydra-catalog-mini-row {
    grid-column: 1 / -1;
  }

  .stydra-catalog-feature {
    min-height: 360px;
  }

  .stydra-catalog-feature__content,
  .stydra-catalog-vertical__content,
  .stydra-catalog-compact__content,
  .stydra-catalog-wide__content,
  .stydra-premium-tile__content {
    padding: 20px;
  }

  .stydra-catalog-feature__content h2,
  .stydra-catalog-wide__content h3 {
    font-size: 2.4rem;
  }

  .stydra-catalog-vertical__content h3,
  .stydra-catalog-compact__content h3 {
    font-size: 1.6rem;
  }

  .stydra-catalog-mini,
  .stydra-catalog-mini--accent {
    grid-template-columns: 72px 1fr auto;
    gap: 14px;
    padding: 16px;
  }

  .stydra-catalog-mini__thumb {
    width: 72px;
    height: 72px;
  }

  .stydra-premium-product__title {
    padding-right: 0.02em;
  }

  .stydra-title-base {
    font-size: calc(2rem * var(--stydra-title-base-scale, 1) * var(--stydra-title-scale, 1));
  }

  .stydra-title-accent {
    font-size: calc(2.95rem * var(--stydra-title-scale, 1));
  }

  .stydra-premium-product__frame img,
  .stydra-premium-product__frame .stydra-media-orb {
    min-height: 380px;
  }

  .stydra-premium-product__gallery {
    justify-content: center;
  }

  .stydra-premium-product__pricing {
    gap: 10px;
  }

  .stydra-premium-product__price {
    font-size: 2.25rem;
  }

  .stydra-premium-product__buybox,
  .stydra-premium-product__buybox form.cart {
    flex-direction: column;
    align-items: stretch;
  }

  .stydra-premium-product__buybox .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
  }

  .stydra-premium-architecture__copy {
    padding: 22px;
  }

  .stydra-premium-architecture__card--accent,
  .stydra-premium-architecture__card--mini {
    padding: 22px;
  }

  .stydra-premium-product__cta-inner {
    padding: 38px 18px;
  }

}

/* Reference fidelity layer */
.stydra-reference-home {
  overflow-x: hidden;
}

.ref-pill {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(93, 78, 190, 0.1);
  color: var(--stydra-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ref-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 18px;
  font-weight: 700;
}

.ref-button--primary {
  background: linear-gradient(135deg, #5d4ebe, #5041b1);
  color: #fff;
  box-shadow: 0 20px 40px rgba(93, 78, 190, 0.2);
}

.ref-button--ghost {
  border: 2px solid rgba(118, 124, 126, 0.18);
  color: var(--stydra-primary);
  background: rgba(255, 255, 255, 0.78);
}

.ref-button--green {
  background: #15785c;
  color: #fff;
}

.ref-button--magenta {
  background: #aa00aa;
  color: #fff;
}

.ref-button--light {
  background: #fff;
  color: #17142e;
}

.ref-button--glass,
.ref-button--outline {
  border: 1px solid rgba(118, 124, 126, 0.18);
  background: rgba(255, 255, 255, 0.75);
  color: var(--stydra-text);
}

.ref-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0 70px;
  text-align: center;
}

.ref-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.ref-hero h1 {
  margin: 22px 0 24px;
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 800;
  line-height: 0.92;
}

.ref-hero h1 span {
  background: linear-gradient(90deg, #5d4ebe, #aa00aa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ref-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.18rem;
  color: var(--stydra-text-soft);
}

.ref-hero__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.ref-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.85;
}

.ref-hero__glow--a {
  top: 10%;
  right: 6%;
  width: 300px;
  height: 300px;
  background: rgba(170, 0, 170, 0.08);
}

.ref-hero__glow--b {
  left: 8%;
  bottom: 10%;
  width: 220px;
  height: 220px;
  background: rgba(93, 78, 190, 0.12);
}

.ref-editorial {
  background: #f2f4f5;
  padding: 120px 0;
}

.ref-editorial__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: center;
}

.ref-editorial__copy label,
.ref-section-title label {
  color: #aa00aa;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ref-editorial__copy h2,
.ref-section-title h2,
.ref-product-cta__panel h2 {
  margin: 18px 0 22px;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  line-height: 1;
}

.ref-editorial__copy p,
.ref-section-title p {
  margin: 0 0 18px;
  font-size: 1.1rem;
  color: var(--stydra-text-soft);
}

.ref-editorial__image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--stydra-shadow-strong);
}

.ref-editorial__image img,
.ref-chapter__media img,
.ref-product-card__image img,
.ref-cta__panel > img,
.ref-product-bento__wide img,
.ref-product-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ref-editorial__quote {
  width: fit-content;
  margin: -38px 0 0 -26px;
  padding: 26px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(24px);
  box-shadow: var(--stydra-shadow);
}

.ref-editorial__quote p {
  margin: 0 0 6px;
  font-family: "Epilogue", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--stydra-primary);
}

.ref-editorial__quote span {
  color: var(--stydra-text-soft);
}

.ref-chapter {
  padding: 120px 0;
}

.ref-chapter__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.ref-chapter--trader {
  background: #1b1544;
  color: #fff;
}

.ref-chapter--life {
  background: #f0f9f4;
}

.ref-chapter--flux {
  background: var(--stydra-bg);
}

.ref-chapter__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ref-chapter__header h3 {
  margin: 0;
  font-size: 2.6rem;
}

.ref-chapter__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(194, 185, 255, 0.16);
  color: #b3a9ff;
  font-weight: 700;
  font-size: 1.3rem;
}

.ref-chapter--life .ref-chapter__header h3,
.ref-chapter__header--green h3 {
  color: #15785c;
}

.ref-chapter__header--magenta h3 {
  color: #aa00aa;
}

.ref-chapter__copy p {
  margin: 20px 0;
  font-size: 1.18rem;
  color: inherit;
  opacity: 0.82;
}

.ref-chapter__copy ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.ref-chapter__copy li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.ref-chapter__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.8;
}

.ref-chapter__media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--stydra-shadow-strong);
}

.ref-chapter__media--left {
  order: -1;
}

.ref-chapter__media--whiteframe {
  background: #fff;
  padding: 14px;
}

.ref-products {
  background: #f2f4f5;
  padding: 120px 0;
}

.ref-section-title--center {
  text-align: center;
}

.ref-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 34px;
}

.ref-product-card {
  padding: 28px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 16px 36px rgba(30, 40, 68, 0.06);
}

.ref-product-card__image {
  aspect-ratio: 1;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 18px;
  background: #e5e9eb;
}

.ref-product-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.ref-product-card__top h4 {
  margin: 0;
  font-size: 1.7rem;
}

.ref-product-card__top span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 161, 128, 0.24);
  color: #a53d12;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ref-product-card__content p {
  color: var(--stydra-text-soft);
}

.ref-product-card__content a {
  display: inline-block;
  margin-top: 8px;
  color: var(--stydra-primary);
  font-weight: 700;
}

.ref-bento {
  padding: 120px 0;
}

.ref-bento__grid,
.ref-product-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.ref-bento__card,
.ref-product-bento__wide,
.ref-product-bento__accent,
.ref-product-bento__small {
  padding: 38px;
  border-radius: 28px;
}

.ref-bento__card--primary {
  grid-column: span 8;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #5d4ebe;
  color: #fff;
}

.ref-bento__card--primary h3 {
  margin: 0;
  font-size: 4rem;
  line-height: 0.95;
}

.ref-bento__card--secondary {
  grid-column: span 4;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aa00aa;
  color: #fff;
}

.ref-bento__spark,
.ref-bento__infinity {
  font-family: "Epilogue", sans-serif;
  font-size: 4rem;
  font-weight: 800;
}

.ref-bento__card--light {
  grid-column: span 4;
  background: #dee3e5;
}

.ref-bento__card--wide {
  grid-column: span 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #f2f4f5;
}

.ref-bento__chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.ref-bento__chips span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.ref-cta {
  padding: 100px 0;
}

.ref-cta__panel {
  position: relative;
  overflow: hidden;
  padding: 88px 60px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  background: #221d54;
}

.ref-cta__panel > img,
.ref-cta__overlay {
  position: absolute;
  inset: 0;
}

.ref-cta__panel > img {
  opacity: 0.3;
}

.ref-cta__overlay {
  background: linear-gradient(135deg, rgba(93, 78, 190, 0.9), rgba(170, 0, 170, 0.75));
}

.ref-cta__content {
  position: relative;
  z-index: 1;
}

.ref-cta__content p {
  max-width: 700px;
  margin: 0 auto 28px;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
}

.ref-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.ref-product-page {
  padding: 46px 0 100px;
}

.ref-product-hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 100px;
}

.ref-product-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--stydra-shadow-strong);
}

.ref-product-frame__badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--stydra-primary);
  font-size: 0.9rem;
  font-weight: 700;
}

.ref-product-breadcrumb {
  display: flex;
  gap: 8px;
  color: #767c7e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ref-product-breadcrumb span:last-child {
  color: var(--stydra-primary);
}

.ref-product-hero__content h1 {
  margin: 16px 0;
  font-size: clamp(3.2rem, 6vw, 4.8rem);
  line-height: 0.95;
}

.ref-product-hero__lead {
  font-size: 1.15rem;
  color: var(--stydra-text-soft);
}

.ref-product-price {
  margin: 24px 0 18px;
}

.ref-product-price .price {
  font-size: 3rem;
}

.ref-product-price del {
  margin-left: 12px;
  color: #767c7e;
  font-size: 1.2rem;
}

.ref-product-price ins {
  text-decoration: none;
}

.ref-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ref-product-badges span {
  padding: 14px 16px;
  border-radius: 18px;
  background: #f2f4f5;
  font-size: 0.92rem;
  font-weight: 600;
}

.ref-product-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.ref-product-actions form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.ref-product-security {
  margin-top: 18px;
  color: #767c7e;
  font-size: 0.9rem;
}

.ref-product-architecture {
  margin-bottom: 54px;
}

.ref-product-bento__wide {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: end;
  min-height: 390px;
  background: #f2f4f5;
  overflow: hidden;
}

.ref-product-bento__wide h3,
.ref-product-bento__accent h3,
.ref-product-bento__small h4 {
  margin-top: 0;
}

.ref-product-bento__wide img {
  align-self: end;
  border-radius: 18px 18px 0 0;
}

.ref-product-bento__accent {
  grid-column: span 4;
  background: linear-gradient(135deg, #aa00aa, #930093);
  color: #fff;
}

.ref-product-bento__small {
  grid-column: span 4;
  background: #fff;
  box-shadow: 0 10px 24px rgba(30, 40, 68, 0.06);
}

.ref-product-cta__panel {
  padding: 58px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  background: #12101d;
}

.ref-product-cta__panel p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.7);
}

.ref-product-description {
  margin-top: 28px;
  padding: 36px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--stydra-shadow);
}

.ref-checkout-page {
  padding: 36px 0 100px;
}

.ref-checkout-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
}

.ref-checkout-header {
  margin-bottom: 22px;
}

.ref-checkout-header a {
  color: var(--stydra-primary);
  font-weight: 600;
}

.ref-checkout-header h1 {
  margin: 10px 0 6px;
  font-size: 3.6rem;
}

.ref-checkout-header p {
  color: var(--stydra-text-soft);
}

.ref-checkout-panel,
.ref-checkout-summary,
.ref-checkout-support {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(174, 179, 181, 0.18);
  border-radius: 32px;
  box-shadow: var(--stydra-shadow);
}

.ref-checkout-panel {
  padding: 28px;
  margin-bottom: 22px;
}

.ref-checkout-panel__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.ref-checkout-panel__title span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--stydra-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ref-checkout-panel__title h2,
.ref-checkout-summary h2 {
  margin: 0;
  font-size: 1.9rem;
}

.ref-checkout-fields,
.ref-checkout-fields__billing,
.ref-checkout-fields__shipping,
.ref-checkout-fields .woocommerce-billing-fields__field-wrapper,
.ref-checkout-fields .woocommerce-shipping-fields__field-wrapper,
.ref-checkout-fields .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ref-checkout-fields .woocommerce-billing-fields,
.ref-checkout-fields .woocommerce-shipping-fields,
.ref-checkout-fields .woocommerce-additional-fields {
  display: contents;
}

.ref-checkout-fields input,
.ref-checkout-fields select,
.ref-checkout-fields textarea,
.ref-checkout-panel--payment .wc_payment_method {
  border-radius: 18px;
}

.ref-checkout-summary {
  padding: 30px;
}

.ref-checkout-support {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
}

.ref-checkout-support__icon,
.ref-checkout-support button {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 700;
}

.ref-checkout-support__icon {
  background: #ffa180;
  color: #671e00;
}

.ref-checkout-support button {
  margin-left: auto;
  background: #f2f4f5;
  color: var(--stydra-primary);
}

.ref-checkout-support h4 {
  margin: 0 0 4px;
}

.ref-checkout-support p {
  margin: 0;
  color: var(--stydra-text-soft);
  font-size: 0.92rem;
}

.shell--wide {
  max-width: 1440px;
}

.stydra-checkout-page .shell--wide {
  padding-inline: clamp(24px, 3.6vw, 42px);
}

.stydra-checkout-hero {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.stydra-checkout-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.96;
}

.stydra-checkout-notices {
  margin-bottom: 18px;
}

.checkout-layout,
.stydra-checkout-grid--premium {
  display: grid;
  grid-template-columns: minmax(0, 760px) 460px;
  gap: 24px;
  align-items: start;
  justify-content: center;
}

.stydra-checkout-main {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.checkout-panel--details,
.checkout-panel--payment,
.checkout-summary-card--premium {
  padding: 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(21, 18, 33, 0.08);
}

.checkout-panel__header--clean {
  display: block;
  margin-bottom: 22px;
}

.checkout-panel__header--clean h2 {
  margin: 0;
  font-size: 1.55rem;
}

.stydra-checkout-main .woocommerce-billing-fields > h3,
.stydra-checkout-main .woocommerce-shipping-fields > h3,
.stydra-checkout-main .woocommerce-additional-fields > h3 {
  display: none;
}

.stydra-customer-details--premium {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: 100%;
  justify-items: stretch;
}

.stydra-customer-details--premium .stydra-customer-details__billing,
.stydra-customer-details--premium .stydra-customer-details__shipping {
  width: 100%;
  min-width: 0;
  max-width: none;
  justify-self: stretch;
}

.stydra-customer-details--premium .woocommerce-billing-fields__field-wrapper,
.stydra-customer-details--premium .woocommerce-shipping-fields__field-wrapper,
.stydra-customer-details--premium .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: none;
  min-width: 0;
  justify-items: stretch;
  align-items: start;
}

.stydra-customer-details--premium .woocommerce-billing-fields,
.stydra-customer-details--premium .woocommerce-shipping-fields,
.stydra-customer-details--premium .woocommerce-additional-fields {
  display: contents;
}

.stydra-customer-details--premium .form-row {
  float: none;
  width: 100% !important;
  min-width: 0;
  display: block;
  margin: 0;
  max-width: none;
  justify-self: stretch;
  clear: none !important;
}

.stydra-customer-details--premium .form-row-first,
.stydra-customer-details--premium .form-row-last {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.stydra-customer-details--premium .woocommerce-input-wrapper,
.stydra-customer-details--premium .select2-container,
.stydra-customer-details--premium .select2-selection,
.stydra-customer-details--premium .select2-selection__rendered {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
}

.stydra-customer-details--premium .stydra-field--half {
  grid-column: span 1;
}

.stydra-customer-details--premium .stydra-field--third {
  grid-column: span 1;
}

.stydra-customer-details--premium .stydra-field--wide {
  grid-column: 1 / -1;
}

.stydra-customer-details--premium #billing_first_name_field { order: 10; }
.stydra-customer-details--premium #billing_last_name_field { order: 20; }
.stydra-customer-details--premium #billing_postcode_field { order: 30; }
.stydra-customer-details--premium #billing_country_field { order: 40; }
.stydra-customer-details--premium #billing_address_1_field { order: 50; }
.stydra-customer-details--premium #billing_address_2_field { order: 60; }
.stydra-customer-details--premium #billing_city_field { order: 70; }
.stydra-customer-details--premium #billing_state_field { order: 80; }
.stydra-customer-details--premium #billing_phone_field { order: 90; }
.stydra-customer-details--premium #billing_email_field { order: 100; }

.stydra-customer-details--premium label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--stydra-text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stydra-customer-details--premium #billing_email_field label {
  color: #7b3ff2;
}

.stydra-customer-details--premium #billing_email_field input {
  border-color: rgba(123, 63, 242, 0.22);
  background: rgba(243, 237, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 24px rgba(123, 63, 242, 0.08);
}

.stydra-customer-details--premium #billing_email_field .description {
  margin-top: 12px;
  color: var(--stydra-text-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

.stydra-customer-details--premium #billing_email_field .description a {
  color: #f97316;
  font-weight: 800;
  display: inline-block;
  margin-top: 10px;
}

.stydra-checkout-notices .woocommerce-error,
.stydra-checkout-notices .woocommerce-info,
.stydra-checkout-notices .woocommerce-message {
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(123, 63, 242, 0.12) !important;
  border: 1px solid rgba(123, 63, 242, 0.18) !important;
  color: #6d37d8 !important;
}

.stydra-checkout-notices .woocommerce-error li,
.stydra-checkout-notices .woocommerce-info li,
.stydra-checkout-notices .woocommerce-message li,
.stydra-checkout-notices .woocommerce-error,
.stydra-checkout-notices .woocommerce-info,
.stydra-checkout-notices .woocommerce-message {
  color: #6d37d8 !important;
}

.stydra-customer-details--premium .woocommerce-invalid label,
.stydra-customer-details--premium .woocommerce-invalid-required-field label,
.stydra-customer-details--premium .validate-required.woocommerce-invalid label {
  color: #cf2e2e !important;
}

.stydra-customer-details--premium .woocommerce-invalid input,
.stydra-customer-details--premium .woocommerce-invalid select,
.stydra-customer-details--premium .woocommerce-invalid textarea,
.stydra-customer-details--premium .woocommerce-invalid .select2-selection,
.stydra-customer-details--premium .woocommerce-invalid-required-field input,
.stydra-customer-details--premium .woocommerce-invalid-required-field select,
.stydra-customer-details--premium .woocommerce-invalid-required-field textarea,
.stydra-customer-details--premium .woocommerce-invalid-required-field .select2-selection,
.stydra-customer-details--premium .validate-required.woocommerce-invalid input,
.stydra-customer-details--premium .validate-required.woocommerce-invalid select,
.stydra-customer-details--premium .validate-required.woocommerce-invalid textarea,
.stydra-customer-details--premium .validate-required.woocommerce-invalid .select2-selection {
  border-color: rgba(207, 46, 46, 0.48) !important;
  background: rgba(255, 241, 241, 0.96) !important;
  box-shadow: 0 0 0 4px rgba(207, 46, 46, 0.08) !important;
}

.stydra-customer-details--premium #billing_email_field .description a:hover {
  color: #ea580c;
}

.stydra-customer-details--premium input,
.stydra-customer-details--premium select,
.stydra-customer-details--premium textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(145, 151, 153, 0.2);
  background: rgba(246, 247, 251, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  color: var(--stydra-text);
}

.stydra-customer-details--premium textarea {
  min-height: 126px;
  padding-block: 16px;
}

.stydra-customer-details--premium .select2-selection,
.stydra-customer-details--premium .woocommerce-input-wrapper > .select2-container .select2-selection {
  min-height: 58px;
  border-radius: 18px !important;
  border: 1px solid rgba(145, 151, 153, 0.2) !important;
  background: rgba(246, 247, 251, 0.92) !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 18px !important;
}

.stydra-checkout-sidebar {
  top: 108px;
}

.stydra-order-review {
  display: grid;
  gap: 18px;
}

.stydra-order-review__items {
  display: grid;
  gap: 14px;
}

.stydra-order-line {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px;
  border-radius: 24px;
  background: rgba(244, 245, 249, 0.88);
  position: relative;
}

.stydra-order-line.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.stydra-order-line__thumb img,
.stydra-order-line__thumb .stydra-media-orb {
  width: 84px;
  height: 84px;
  border-radius: 20px;
  object-fit: cover;
}

.stydra-order-line__content {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.stydra-order-line__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.stydra-order-line__content strong {
  font-size: 1rem;
  min-width: 0;
}

.stydra-order-line__content .wc-item-meta {
  margin: 0;
  font-size: 0.84rem;
  color: var(--stydra-text-soft);
}

.stydra-order-line__controls {
  display: inline-grid;
  grid-template-columns: 40px 64px 40px;
  gap: 8px;
  align-items: center;
}

.stydra-qty-button,
.stydra-order-line__qty {
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(145, 151, 153, 0.2);
  background: #fff;
  font: inherit;
  text-align: center;
}

.stydra-qty-button {
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
}

.stydra-order-line__total {
  font-family: "Epilogue", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  white-space: nowrap;
}

.stydra-order-line__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.stydra-order-line__remove {
  border: 0;
  background: transparent;
  color: #b03a52;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  flex: 0 0 auto;
}

.stydra-order-review__totals {
  display: grid;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(145, 151, 153, 0.16);
}

.stydra-order-review__coupon {
  display: grid;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(145, 151, 153, 0.16);
}

.stydra-order-review__coupon label {
  color: var(--stydra-text);
  font-size: 0.96rem;
  font-weight: 700;
}

.stydra-order-review__coupon-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.stydra-order-review__coupon-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(145, 151, 153, 0.2);
  background: rgba(246, 247, 251, 0.92);
  font: inherit;
}

.stydra-order-review__coupon-button {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-primary-dark));
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  cursor: pointer;
}

.stydra-payment-panel {
  display: grid;
  gap: 18px;
}

.stydra-payment-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stydra-payment-tabs__button {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(145, 151, 153, 0.18);
  background: rgba(246, 247, 251, 0.92);
  color: var(--stydra-text);
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.stydra-payment-tabs__button.is-active {
  background: linear-gradient(135deg, rgba(93, 78, 190, 0.14), rgba(177, 0, 185, 0.14));
  border-color: rgba(93, 78, 190, 0.24);
  color: var(--stydra-primary);
}

.stydra-gateway-list--tabs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stydra-payment-method {
  display: none;
  padding: 0;
  background: transparent;
  border: 0;
}

.stydra-payment-method.is-selected {
  display: block;
}

.stydra-payment-method__radio,
.stydra-payment-method > .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stydra-payment-method__body {
  padding: 20px;
  border-radius: 24px;
  background: rgba(244, 245, 249, 0.92);
  border: 1px solid rgba(145, 151, 153, 0.14);
}

.stydra-payment-method__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.stydra-payment-method__meta strong {
  font-size: 1rem;
}

.stydra-payment-method .payment_box {
  display: block !important;
  margin-top: 0;
  padding: 0;
  background: transparent;
}

.stydra-payment-method .payment_box::before {
  display: none;
}

.stydra-payment-method .about_paypal,
.stydra-payment-method img {
  max-height: 28px;
  width: auto;
}

.stydra-payment-method [data-funding-source="applepay"],
.stydra-payment-method [data-funding-source="googlepay"],
.stydra-payment-method .googlepay-button,
.stydra-payment-method .applepay-button,
.stydra-payment-method #ppc-button-applepay,
.stydra-payment-method #ppc-button-googlepay {
  display: none !important;
}

.stydra-checkout-payment .woocommerce-privacy-policy-text,
.stydra-checkout-payment .woocommerce-terms-and-conditions-wrapper,
.stydra-checkout-payment .payment_box {
  color: var(--stydra-text-soft);
  font-size: 0.94rem;
}

.stydra-checkout-payment .place-order {
  margin-top: 2px;
}

@media (max-width: 1100px) {
  .stydra-checkout-grid--premium {
    grid-template-columns: 1fr;
  }

  .stydra-checkout-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .checkout-panel--details,
  .checkout-panel--payment,
  .checkout-summary-card--premium {
    padding: 24px;
    border-radius: 28px;
  }

  .stydra-customer-details--premium .woocommerce-billing-fields__field-wrapper,
  .stydra-customer-details--premium .woocommerce-shipping-fields__field-wrapper,
  .stydra-customer-details--premium .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .stydra-customer-details--premium .stydra-field--half,
  .stydra-customer-details--premium .stydra-field--third,
  .stydra-customer-details--premium .stydra-field--wide {
    grid-column: 1 / -1;
  }

  .stydra-order-line {
    grid-template-columns: 72px 1fr;
  }

  .stydra-order-line__meta {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .stydra-payment-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .ref-products__grid,
  .ref-editorial__grid,
  .ref-chapter__grid,
  .ref-product-hero,
  .ref-checkout-grid {
    grid-template-columns: 1fr;
  }

  .ref-product-bento__wide,
  .ref-product-bento__accent,
  .ref-product-bento__small,
  .ref-bento__card--primary,
  .ref-bento__card--secondary,
  .ref-bento__card--light,
  .ref-bento__card--wide {
    grid-column: span 12;
  }

  .ref-chapter__media--left {
    order: 0;
  }
}

@media (max-width: 680px) {
  .ref-hero h1,
  .ref-checkout-header h1 {
    font-size: 2.8rem;
  }

  .ref-editorial,
  .ref-chapter,
  .ref-products,
  .ref-bento,
  .ref-cta {
    padding: 72px 0;
  }

  .ref-products__grid,
  .ref-checkout-fields,
  .ref-checkout-fields__billing,
  .ref-checkout-fields__shipping,
  .ref-checkout-fields .woocommerce-billing-fields__field-wrapper,
  .ref-checkout-fields .woocommerce-shipping-fields__field-wrapper,
  .ref-checkout-fields .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .ref-cta__panel,
  .ref-product-cta__panel,
  .ref-checkout-panel,
  .ref-checkout-summary,
  .ref-product-card,
  .ref-bento__card,
  .ref-product-bento__wide,
  .ref-product-bento__accent,
  .ref-product-bento__small {
    padding: 24px;
  }
}

body.home .ethereal-blend-photo {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at 12% 10%, rgba(146, 132, 248, 0.18), transparent 48%),
    radial-gradient(circle at 86% 84%, rgba(177, 0, 185, 0.1), transparent 55%);
  box-shadow:
    0 26px 70px rgba(22, 27, 52, 0.2),
    0 10px 26px rgba(93, 78, 190, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
}

body.home .ethereal-blend-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    158deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 255, 255, 0.1) 34%,
    rgba(255, 255, 255, 0) 66%
  );
  mix-blend-mode: screen;
}

body.home .ethereal-blend-photo::after {
  content: "";
  position: absolute;
  inset: -28% -22% auto auto;
  width: 56%;
  height: 56%;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 64%);
  opacity: 0.7;
  transform: rotate(-8deg);
}

body.home .ethereal-blend-photo__img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  filter: saturate(1.08) contrast(1.04) brightness(0.985);
  transition: filter 0.6s ease;
}

body.home .ethereal-blend-photo:hover .ethereal-blend-photo__img {
  filter: saturate(1.14) contrast(1.05) brightness(1);
}

body.home .ethereal-blend-photo--no-border {
  border-color: transparent;
  box-shadow:
    0 26px 70px rgba(22, 27, 52, 0.2),
    0 10px 26px rgba(93, 78, 190, 0.16);
}

.footer-branding .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.footer-branding .custom-logo {
  display: block;
  max-height: 32px;
  width: auto;
}

.stydra-newsletter-title {
  font-style: italic;
}

.stydra-newsletter-form {
  margin-bottom: 0;
}

.stydra-newsletter-feedback {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(73, 171, 120, 0.24);
  background: linear-gradient(135deg, rgba(76, 191, 133, 0.14), rgba(117, 211, 157, 0.08));
  box-shadow: 0 10px 24px rgba(43, 130, 87, 0.14);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #1f5138;
}

.stydra-newsletter-feedback::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1f5138;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(73, 171, 120, 0.3);
  margin-top: 1px;
}

.stydra-newsletter-feedback__text {
  display: block;
  margin: 0;
}

.stydra-newsletter-feedback--invalid,
.stydra-newsletter-feedback--error,
.stydra-newsletter-feedback--exists {
  border-color: rgba(176, 58, 82, 0.25);
  background: linear-gradient(135deg, rgba(240, 121, 145, 0.16), rgba(248, 169, 186, 0.1));
  box-shadow: 0 10px 24px rgba(176, 58, 82, 0.14);
  color: #7a1e35;
}

.stydra-newsletter-feedback--invalid::before,
.stydra-newsletter-feedback--error::before,
.stydra-newsletter-feedback--exists::before {
  content: "!";
  color: #7a1e35;
  border-color: rgba(176, 58, 82, 0.3);
  background: rgba(255, 255, 255, 0.84);
}

.site-footer .stydra-newsletter-feedback--source-footer {
  width: 100%;
  max-width: 360px;
}

.stydra-catalog-cta .stydra-newsletter-feedback--source-catalog {
  width: 100%;
  max-width: 560px;
  margin: 16px auto 0;
  justify-content: flex-start;
}

body.stydra-toast-notices-enabled .woocommerce-notices-wrapper,
body.stydra-toast-notices-enabled .stydra-checkout-notices,
body.stydra-toast-notices-enabled .woocommerce-NoticeGroup,
body.stydra-toast-notices-enabled .woocommerce-NoticeGroup-checkout {
  display: none !important;
  margin: 0 !important;
}

#stydra-toast-viewport {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: min(380px, calc(100vw - 24px));
  display: grid;
  gap: 10px;
  pointer-events: none;
}

.stydra-toast {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 10px;
  padding: 12px 12px 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(14, 16, 36, 0.24);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.94);
  color: #19112d;
  pointer-events: auto;
  animation: stydraToastIn 0.22s ease-out;
}

.stydra-toast.is-hiding {
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.stydra-toast--success {
  border-color: rgba(34, 153, 84, 0.42);
  background: linear-gradient(135deg, rgba(36, 180, 101, 0.18), rgba(255, 255, 255, 0.95));
}

.stydra-toast--error {
  border-color: rgba(204, 53, 53, 0.44);
  background: linear-gradient(135deg, rgba(231, 71, 71, 0.2), rgba(255, 255, 255, 0.95));
}

.stydra-toast--info {
  border-color: rgba(99, 67, 198, 0.38);
  background: linear-gradient(135deg, rgba(124, 84, 236, 0.2), rgba(255, 255, 255, 0.95));
}

.stydra-toast__body {
  min-width: 0;
}

.stydra-toast__body ul {
  margin: 0;
  padding-left: 18px;
}

.stydra-toast__body li,
.stydra-toast__body p {
  margin: 0;
  line-height: 1.4;
}

.stydra-toast__close {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 16, 41, 0.08);
  color: rgba(24, 16, 41, 0.72);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.stydra-toast__close:hover {
  background: rgba(24, 16, 41, 0.16);
}

@keyframes stydraToastIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  #stydra-toast-viewport {
    width: min(380px, calc(100vw - 24px));
  }
}

.stydra-institutional-template .stydra-institutional-shell {
  width: min(860px, var(--stydra-shell));
}

.stydra-institutional-template .stydra-institutional-article {
  padding: 34px;
  border-radius: var(--stydra-radius);
}

.stydra-institutional-template .stydra-institutional-hero {
  margin-bottom: 20px;
}

.stydra-institutional-template .stydra-institutional-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.04;
}

.stydra-institutional-template .stydra-institutional-content {
  color: var(--stydra-text);
}

.stydra-institutional-template .stydra-institutional-content h2,
.stydra-institutional-template .stydra-institutional-content h3,
.stydra-institutional-template .stydra-institutional-content h4 {
  margin: 30px 0 12px;
  font-family: "Epilogue", sans-serif;
  letter-spacing: -0.02em;
  color: var(--stydra-text);
}

.stydra-institutional-template .stydra-institutional-content p,
.stydra-institutional-template .stydra-institutional-content li {
  color: var(--stydra-text-soft);
  line-height: 1.75;
}

.stydra-institutional-template .stydra-institutional-content p {
  margin: 0 0 14px;
}

.stydra-institutional-template .stydra-institutional-content ul,
.stydra-institutional-template .stydra-institutional-content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.stydra-institutional-template .stydra-institutional-content a {
  color: var(--stydra-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stydra-page .stydra-container {
  width: min(1100px, var(--stydra-shell));
}

.stydra-page .stydra-page__article {
  padding: 34px;
  border-radius: var(--stydra-radius);
}

.stydra-page .stydra-page__hero {
  margin-bottom: 24px;
}

.stydra-page .stydra-page__hero h1 {
  margin: 12px 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
}

.stydra-page .stydra-page__hero p {
  margin: 0;
  color: var(--stydra-text-soft);
  max-width: 760px;
}

.stydra-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--stydra-shadow);
  padding: 24px;
}

.stydra-card h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
}

.stydra-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stydra-support-faq p {
  margin: 0;
  color: var(--stydra-text-soft);
}

.stydra-support-faq p + p {
  margin-top: 14px;
}

.stydra-support-actions {
  display: grid;
  gap: 10px;
}

.stydra-support-grid--functional {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.9fr);
}

.stydra-support-account-note {
  margin: 0 0 12px;
  color: var(--stydra-text-soft);
  font-size: 0.92rem;
}

.stydra-alert {
  margin-bottom: 16px;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(93, 78, 190, 0.28);
  background: rgba(93, 78, 190, 0.08);
  color: var(--stydra-text);
  font-weight: 600;
}

.stydra-alert--success {
  border-color: rgba(67, 168, 104, 0.35);
  background: rgba(67, 168, 104, 0.12);
}

.stydra-alert--error {
  border-color: rgba(210, 70, 70, 0.32);
  background: rgba(210, 70, 70, 0.1);
}

.stydra-form select {
  width: 100%;
  border: 1px solid rgba(145, 151, 153, 0.24);
  border-radius: 14px;
  background: rgba(246, 247, 251, 0.94);
  color: var(--stydra-text);
  padding: 12px 14px;
  font: inherit;
  min-height: 48px;
}

.stydra-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
}

.stydra-button--primary {
  background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
  color: #fff;
  box-shadow: 0 16px 36px rgba(93, 78, 190, 0.24);
}

.stydra-button--ghost {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(93, 78, 190, 0.18);
  color: var(--stydra-primary);
}

.stydra-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: 18px;
}

.stydra-form {
  display: grid;
  gap: 10px;
}

.stydra-form label {
  font-weight: 600;
  color: var(--stydra-text);
}

.stydra-form input,
.stydra-form textarea {
  width: 100%;
  border: 1px solid rgba(145, 151, 153, 0.24);
  border-radius: 14px;
  background: rgba(246, 247, 251, 0.94);
  color: var(--stydra-text);
  padding: 12px 14px;
  font: inherit;
}

.stydra-form textarea {
  resize: vertical;
  min-height: 140px;
}

.stydra-contact-info p {
  margin: 0;
  color: var(--stydra-text-soft);
}

.stydra-contact-info p + p {
  margin-top: 12px;
}

.stydra-contact-info a {
  color: var(--stydra-primary);
  font-weight: 700;
}

.stydra-ticket-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.stydra-ticket-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(145, 151, 153, 0.2);
  background: rgba(246, 247, 251, 0.9);
}

.stydra-ticket-list__item div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.stydra-ticket-list__item span {
  color: var(--stydra-text-soft);
  font-size: 0.84rem;
}

.stydra-ticket-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.stydra-ticket-status--aberto {
  color: #76511d;
  background: rgba(236, 184, 94, 0.2);
}

.stydra-ticket-status--em_analise {
  color: #2f4e92;
  background: rgba(89, 128, 235, 0.18);
}

.stydra-ticket-status--respondido {
  color: #2a7f45;
  background: rgba(67, 168, 104, 0.14);
}

.stydra-ticket-status--resolvido {
  color: #46606b;
  background: rgba(145, 151, 153, 0.2);
}

.stydra-ticket-message {
  margin-top: 8px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(145, 151, 153, 0.2);
  background: rgba(246, 247, 251, 0.9);
}

.stydra-page--faq .stydra-container {
  width: min(980px, var(--stydra-shell));
}

.stydra-faq-page {
  display: grid;
  gap: 20px;
}

.stydra-faq-hero {
  margin-bottom: 0;
}

.stydra-page--faq .stydra-faq-hero > p:not(.stydra-faq-results) {
  margin: 0;
  max-width: 760px;
  color: var(--stydra-text-soft);
  font-size: 1rem;
  line-height: 1.68;
}

.stydra-faq-search {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(145, 151, 153, 0.2);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(17, 20, 39, 0.08);
}

.stydra-faq-search__input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 50px;
  border-radius: 14px !important;
  border: 1px solid rgba(145, 151, 153, 0.32) !important;
  background: rgba(246, 247, 251, 0.95);
  color: var(--stydra-text);
  padding: 0 14px;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.stydra-faq-search__input:focus {
  outline: none;
  border-color: rgba(93, 78, 190, 0.45);
  box-shadow: 0 0 0 3px rgba(93, 78, 190, 0.15);
}

.stydra-faq-search__clear {
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(93, 78, 190, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: var(--stydra-primary);
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
}

.stydra-faq-results {
  margin: 12px 0 0;
  min-height: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(93, 78, 190, 0.18);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--stydra-primary);
}

.stydra-faq-content .wp-block-search {
  display: none;
}

.stydra-faq-content h2 {
  margin: 24px 0 12px;
  font-family: "Epilogue", sans-serif;
  letter-spacing: -0.02em;
  color: var(--stydra-text);
}

.stydra-faq-content details {
  margin: 0 0 12px;
  border: 1px solid rgba(145, 151, 153, 0.22);
  border-radius: 14px;
  background: rgba(246, 247, 251, 0.9);
  overflow: hidden;
}

.stydra-faq-content details > summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 14px 44px 14px 16px;
  font-weight: 700;
  color: var(--stydra-text);
}

.stydra-faq-content details > summary::-webkit-details-marker {
  display: none;
}

.stydra-faq-content details > summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  font-size: 1.1rem;
}

.stydra-faq-content details[open] > summary {
  border-bottom: 1px solid rgba(145, 151, 153, 0.2);
  background: rgba(93, 78, 190, 0.08);
}

.stydra-faq-content details[open] > summary::after {
  content: "−";
}

.stydra-faq-content details > :not(summary) {
  padding: 14px 16px;
  color: var(--stydra-text-soft);
}

.stydra-faq-content details > :not(summary):last-child {
  padding-bottom: 16px;
}

.stydra-faq-highlight {
  background: linear-gradient(180deg, rgba(194, 185, 255, 0.38) 0%, rgba(194, 185, 255, 0.8) 100%);
  color: #222532;
  border-radius: 4px;
  padding: 0 2px;
}

.stydra-faq-empty {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(145, 151, 153, 0.22);
  background: rgba(246, 247, 251, 0.92);
  color: var(--stydra-text-soft);
}

.stydra-page--downloads .stydra-container {
  width: min(1320px, calc(100vw - 56px));
}

.stydra-page--downloads .stydra-page__article {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 4vw, 56px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 14% 8%, rgba(232, 193, 76, 0.12), transparent 42%),
    radial-gradient(circle at 90% 0%, rgba(232, 193, 76, 0.06), transparent 32%),
    linear-gradient(165deg, rgba(15, 16, 19, 0.96), rgba(8, 9, 11, 0.98));
  box-shadow: 0 26px 62px rgba(7, 7, 11, 0.38);
}

.stydra-downloads-page {
  display: grid;
  gap: clamp(36px, 5vw, 58px);
  color: rgba(244, 240, 233, 0.92);
  font-family: "Inter", sans-serif;
}

.stydra-page--downloads .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.stydra-downloads-hero {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  padding: clamp(40px, 8vw, 94px) 0 clamp(16px, 3vw, 30px);
}

.stydra-downloads-hero__eyebrow {
  margin: 0;
  color: #ccff00;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.stydra-downloads-hero h1 {
  margin: 0;
  max-width: 980px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(3.5rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.stydra-downloads-hero h1 span {
  display: block;
  color: #ccff00;
}

.stydra-downloads-hero__subtitle {
  margin: 0;
  max-width: 640px;
  color: #d0c5af;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  font-family: "Inter", sans-serif !important;
}

.stydra-downloads-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
}

.stydra-downloads-card {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #201f1f;
  box-shadow: 0 10px 24px rgba(3, 3, 4, 0.18);
}

.stydra-downloads-card--main {
  grid-column: span 8;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding: 32px;
  display: grid;
  align-content: space-between;
  gap: 30px;
  transition: none;
}

.stydra-downloads-card--main::after {
  content: "";
  position: absolute;
  right: -4%;
  top: 0;
  width: 54%;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 20, 22, 0.88), rgba(20, 20, 22, 0.24) 48%, rgba(20, 20, 22, 0.12)),
    url("https://stydratech.com/wp-content/uploads/2026/04/dwn_back.png");
  background-position: left center, left center;
  background-size: 100% 100%, 132% auto;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: opacity 0.22s ease;
}

.stydra-downloads-card--main:hover {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(3, 3, 4, 0.18);
}

.stydra-downloads-card--main:hover::after {
  opacity: 0.4;
}

.stydra-downloads-card__intro {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-content: start;
}

.stydra-downloads-terminal {
  width: fit-content;
  color: rgba(204,255,0,.65);
  font-size: clamp(2.6rem, 4vw, 3.2rem);
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 48;
}

.stydra-downloads-card__intro h2 {
  margin: 0;
  font-family: "Manrope", sans-serif !important;
  font-weight: 700;
  color: #e5e2e1;
  font-size: 1.875rem;
  letter-spacing: -0.02em;
}

.stydra-page--downloads .stydra-downloads-card--main > .stydra-downloads-card__intro > h2,
.stydra-page--downloads .stydra-downloads-card--side > h3,
.stydra-page--downloads .stydra-downloads-card--secure > h3 {
  font-family: "Manrope", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.stydra-page--downloads .stydra-downloads-grid .stydra-downloads-side .stydra-downloads-card--side > h3 {
  font-family: "Manrope", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.stydra-page--downloads .stydra-downloads-card--main p,
.stydra-page--downloads .stydra-downloads-card--main li,
.stydra-page--downloads .stydra-downloads-card--main strong,
.stydra-page--downloads .stydra-downloads-card--main a,
.stydra-page--downloads .stydra-downloads-card--side dt,
.stydra-page--downloads .stydra-downloads-card--side dd,
.stydra-page--downloads .stydra-downloads-card--side p,
.stydra-page--downloads .stydra-downloads-card--secure p {
  font-family: "Inter", sans-serif !important;
}

.stydra-page--downloads .stydra-downloads-meta li > .material-symbols-outlined {
  font-family: "Material Symbols Outlined", "Material Symbols Rounded", "Material Icons", sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  white-space: nowrap !important;
  direction: ltr !important;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20 !important;
}

.stydra-downloads-card__intro p {
  margin: 0;
  max-width: 28rem;
  color: #d0c5af;
  line-height: 1.64;
  font-family: "Inter", sans-serif !important;
}

.stydra-downloads-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stydra-downloads-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 68px;
  padding: 20px 40px;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  font-size: 1.06rem;
  font-weight: 700;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
  cursor: pointer;
  font-family: "Inter", sans-serif !important;
}

.stydra-downloads-btn--gold {
  background: linear-gradient(135deg, #ccff00 0%, #97bd00 100%);
  color: #0f0c00;
  box-shadow: none;
}

.stydra-downloads-btn--ghost {
  border-color: rgba(204,255,0,.65);
  background: #0e0e0e;
  color: #ccff00;
}

.stydra-downloads-btn:hover {
  transform: scale(1.02);
}

.stydra-downloads-btn--gold:hover {
  box-shadow: none;
}

.stydra-downloads-btn--ghost:hover {
  border-color: rgba(204,255,0,.65);
  background: rgba(24, 24, 26, 0.16);
}

.stydra-downloads-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.stydra-downloads-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.stydra-downloads-note {
  margin: -6px 0 0;
  color: rgba(210, 206, 197, 0.9);
  font-size: 0.85rem;
  line-height: 1.55;
  font-family: "Inter", sans-serif !important;
}

.stydra-downloads-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  position: relative;
  z-index: 1;
}

.stydra-downloads-meta li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(208, 197, 175, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.stydra-downloads-meta li > .material-symbols-outlined {
  font-size: 0.875rem;
  color: rgba(204,255,0,.65);
}

.stydra-downloads-meta li > span:last-child {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.stydra-downloads-meta strong {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(208, 197, 175, 0.6);
}

.stydra-downloads-side {
  grid-column: span 4;
  display: grid;
  gap: 32px;
}

.stydra-downloads-card--side,
.stydra-downloads-card--secure {
  padding: 24px;
}

.stydra-downloads-card--side {
  background: #1c1b1b;
}

.stydra-downloads-card--side h3,
.stydra-downloads-card--secure h3 {
  margin: 0 0 16px;
  font-family: "Manrope", sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ccff00;
}

.stydra-downloads-specs {
  margin: 0;
  display: grid;
  gap: 14px;
}

.stydra-downloads-specs div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.stydra-downloads-specs dt {
  margin: 0;
  color: #d0c5af;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Inter", sans-serif !important;
}

.stydra-downloads-specs dd {
  margin: 0;
  text-align: right;
  color: #e5e2e1;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.stydra-downloads-card--secure h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.96);
}

.stydra-downloads-card--secure h3::before {
  content: "security";
  font-family: "Material Symbols Outlined";
  font-size: 1.7rem;
  font-weight: 400;
  color: rgba(204,255,0,.65);
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.stydra-downloads-card--secure {
  background: #353534;
}

.stydra-downloads-card--secure p {
  margin: 0;
  color: #d0c5af;
  font-size: 0.875rem;
  line-height: 1.625;
  font-family: "Inter", sans-serif !important;
}

@media (min-width: 768px) {
  .stydra-downloads-hero__subtitle {
    font-size: 1.25rem;
  }
}

.stydra-downloads-software {
  display: grid;
  gap: 18px;
}

.stydra-downloads-software h2 {
  margin: 0;
  font-family: "Manrope", sans-serif !important;
  color: rgba(241, 237, 229, 0.92);
  font-size: 1.45rem;
  letter-spacing: -0.01em;
}

.stydra-downloads-software__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.stydra-downloads-software__card {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(23, 23, 26, 0.9);
  padding: 18px;
  opacity: 0.56;
  pointer-events: none;
  cursor: default;
}

.stydra-downloads-software__card h3 {
  margin: 0 0 5px;
  font-size: 1.16rem;
  color: rgba(237, 233, 225, 0.95);
}

.stydra-downloads-software__card p {
  margin: 0;
  color: rgba(188, 184, 174, 0.94);
  font-size: 0.92rem;
}

@media (max-width: 767px) {
  .stydra-page--downloads .stydra-container {
    width: calc(100vw - 24px);
    margin-left: auto;
    margin-right: auto;
  }

  body.home {
    overflow-x: clip;
  }

  body.home main {
    overflow-x: clip;
  }

  body.home main > section:first-child {
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home main > section:first-child > .absolute .w-\[120\%\] {
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }

  .stydra-institutional-template .stydra-institutional-article {
    padding: 24px;
  }

  .stydra-page .stydra-page__article {
    padding: 24px;
  }

  .stydra-support-grid,
  .stydra-contact-grid {
    grid-template-columns: 1fr;
  }

  .stydra-downloads-grid,
  .stydra-downloads-software__grid {
    grid-template-columns: 1fr;
  }

  .stydra-downloads-card--main,
  .stydra-downloads-side,
  .stydra-downloads-card--side,
  .stydra-downloads-card--secure {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .stydra-downloads-side {
    grid-template-rows: auto;
  }

  .stydra-downloads-hero {
    justify-items: center;
    text-align: center;
    gap: 14px;
    padding-top: 30px;
  }

  .stydra-faq-search {
    grid-template-columns: 1fr;
  }

  .stydra-faq-search__clear {
    width: 100%;
  }

  .stydra-downloads-hero__eyebrow {
    letter-spacing: 0.2em;
  }

  .stydra-downloads-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stydra-downloads-btn {
    width: 100%;
  }

  .stydra-downloads-meta {
    display: grid;
    gap: 8px;
  }

  .stydra-ticket-list__item {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .stydra-button {
    width: 100%;
  }
}
