:root {
  font-synthesis: none;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src: url("../fonts/yekanbakh/YekanBakh-ExtraBlack.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #090707;
  --bg-2: #120d0f;
  --surface: rgba(255, 246, 242, .07);
  --surface-strong: rgba(255, 246, 242, .12);
  --text: #fff7f2;
  --muted: rgba(255, 247, 242, .64);
  --soft: rgba(255, 247, 242, .82);
  --stroke: rgba(255, 229, 221, .16);
  --stroke-strong: rgba(255, 229, 221, .28);
  --blush: #e7a6b5;
  --rose: #c88493;
  --pearl: #fff2e9;
  --champagne: #e8c988;
  --blue: #89aacc;
  --danger: #e28c8c;
  --success: #9ee0bc;
  --radius: 8px;
  --pill: 999px;
  --container: 1220px;
  --font-body: "YekanBakh", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "YekanBakh", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --accent-gradient: linear-gradient(90deg, #e7a6b5 0%, #f3dccd 42%, #e8c988 70%, #89aacc 100%);
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

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

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(231, 166, 181, .16), transparent 28rem),
    radial-gradient(circle at 82% 8%, rgba(137, 170, 204, .12), transparent 24rem),
    linear-gradient(180deg, var(--bg), var(--bg-2) 42%, var(--bg));
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
}

body.rtl,
html[lang^="fa"] body { direction: rtl; }

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.container {
  width: calc(100% - 36px);
  max-width: var(--container);
  margin-inline: auto;
}

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

.skip-link:focus {
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--pearl);
  clip: auto;
}

.sorena-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template: auto 1fr auto / 1fr 1fr;
  gap: 24px;
  padding: clamp(24px, 5vw, 64px);
  color: var(--text);
  background: var(--bg);
  transition: opacity .45s ease, visibility .45s ease;
}

.sorena-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sorena-loader__label {
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.sorena-loader strong {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 8rem);
  font-style: normal;
  font-weight: 900;
}

.sorena-loader__count {
  justify-self: end;
  align-self: end;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 10vw, 8.5rem);
  font-variant-numeric: tabular-nums;
}

.sorena-loader__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, .12);
  transform-origin: left center;
}

.sorena-loader__bar i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent-gradient);
  box-shadow: 0 0 18px rgba(231, 166, 181, .35);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 70;
  padding: 14px 0;
  background: transparent;
  border: 0;
  pointer-events: none;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 8px 10px;
  color: var(--text);
  background: rgba(18, 13, 15, .78);
  border: 1px solid var(--stroke);
  border-radius: var(--pill);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  backdrop-filter: blur(22px);
  pointer-events: auto;
  transition: box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled .site-header__inner {
  background: rgba(18, 13, 15, .9);
  border-color: var(--stroke-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  direction: ltr;
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--bg);
  background: var(--accent-gradient);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: normal;
  box-shadow: 0 0 24px rgba(231, 166, 181, .28);
}

.brand__text { font-size: 1rem; color: var(--text); }
.brand--footer .brand__mark { border-radius: 50%; }
.custom-logo { width: auto; max-height: 48px; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: var(--text);
}

.site-nav__list {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav a {
  display: block;
  padding: 9px 13px;
  color: var(--muted);
  border-radius: var(--pill);
  font-size: .86rem;
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
  color: var(--text);
  background: rgba(255, 255, 255, .08);
}

.header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header-search input {
  width: 128px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--stroke);
  border-radius: var(--pill);
  outline: 0;
}

.header-search input::placeholder { color: rgba(255, 247, 242, .48); }

.header-link,
.cart-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--stroke);
  border-radius: var(--pill);
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
  background: rgba(255, 255, 255, .05);
}

.cart-link {
  color: var(--bg);
  background: var(--pearl);
  border-color: transparent;
}

.cart-link strong {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  color: var(--text);
  background: var(--bg);
  border-radius: 50%;
  font-size: .72rem;
}

.cart-link__icon {
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.cart-link__icon::before {
  position: absolute;
  top: -8px;
  right: 2px;
  left: 2px;
  height: 9px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  content: "";
}

.soft-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 126px 0 72px;
}

.soft-hero__media {
  position: absolute;
  inset: 0;
  opacity: .62;
}

.soft-hero__media img,
.soft-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.05) brightness(.72);
}

.soft-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 7, 7, .96), rgba(9, 7, 7, .54) 45%, rgba(9, 7, 7, .88)),
    linear-gradient(0deg, var(--bg), transparent 36%, rgba(9, 7, 7, .42));
  content: "";
}

.soft-hero__glow {
  position: absolute;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(48px);
  opacity: .34;
  pointer-events: none;
}

.soft-hero__glow--rose { right: 12%; top: 18%; background: var(--blush); }
.soft-hero__glow--pearl { left: 4%; bottom: 14%; background: var(--blue); opacity: .18; }

.soft-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
}

.soft-hero__copy { max-width: 760px; }

.section-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 34px;
  height: 1px;
  background: var(--stroke-strong);
  content: "";
}

.soft-hero h1,
.editorial-heading h2,
.why-copy h2,
.gallery-copy h2,
.consultation-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.soft-hero h1 {
  max-width: 840px;
  margin-top: 24px;
  font-size: clamp(3.7rem, 8.6vw, 8.2rem);
}

.soft-hero p {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.soft-role {
  margin-top: 18px;
  color: var(--muted);
  direction: ltr;
  font-size: .98rem;
}

.soft-role span {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.35em;
  font-style: normal;
  font-weight: 900;
  animation: role-fade-in .4s ease both;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.button,
.text-link,
.inquiry-link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: var(--pill);
  border: 1px solid var(--stroke);
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.button:hover,
.text-link:hover,
.inquiry-link:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 166, 181, .58);
}

.button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  color: var(--bg);
  background: var(--pearl);
  border-color: transparent;
}

.button--secondary,
.text-link,
.inquiry-link {
  color: var(--text);
  background: rgba(255, 255, 255, .05);
}

.hero-proof {
  padding: 22px;
  background: rgba(255, 246, 242, .08);
  border: 1px solid var(--stroke);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-proof span,
.hero-proof small {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.hero-proof strong {
  display: block;
  margin: 14px 0;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
}

.scroll-cue {
  position: absolute;
  right: 50%;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: var(--muted);
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  transform: translateX(50%);
}

.scroll-cue i {
  width: 1px;
  height: 40px;
  background: var(--stroke);
  overflow: hidden;
}

.scroll-cue i::before {
  display: block;
  width: 100%;
  height: 18px;
  background: var(--accent-gradient);
  animation: scroll-down 1.5s ease-in-out infinite;
  content: "";
}

.section {
  position: relative;
  padding: clamp(56px, 8vw, 104px) 0;
}

.editorial-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.editorial-heading--split {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  max-width: none;
}

.editorial-heading h2,
.why-copy h2,
.gallery-copy h2,
.consultation-copy h2 {
  margin-top: 16px;
  font-size: clamp(2.3rem, 5vw, 5.2rem);
}

.editorial-heading p,
.why-copy p,
.gallery-copy p,
.consultation-copy p {
  max-width: 620px;
  color: var(--muted);
}

.catalogue-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.catalogue-tile {
  position: relative;
  min-height: 360px;
  grid-column: span 4;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 30px;
  isolation: isolate;
}

.catalogue-tile--wide { grid-column: span 8; }

.catalogue-tile__media {
  position: absolute;
  inset: 0;
}

.catalogue-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.85) brightness(.78);
  transition: transform .8s ease, filter .8s ease;
}

.catalogue-tile::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(9, 7, 7, .9), transparent 70%);
  content: "";
}

.catalogue-tile__body {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  display: grid;
  gap: 7px;
}

.catalogue-tile small,
.featured-product span,
.editorial-card__content span,
.journal-pill small {
  color: var(--champagne);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.catalogue-tile strong {
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.1;
}

.catalogue-tile__body span:last-child {
  color: var(--soft);
}

.catalogue-tile:hover img { transform: scale(1.06); filter: saturate(1) brightness(.9); }

.product-slider { overflow: visible; }

.featured-product {
  height: auto;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 246, 242, .1), rgba(255, 246, 242, .045));
  border: 1px solid var(--stroke);
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}

.featured-product__media {
  aspect-ratio: 1 / .82;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
}

.featured-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.featured-product:hover img { transform: scale(1.06); }

.featured-product__content { padding: 22px; }

.featured-product h3 {
  margin: 8px 0 16px;
  font-size: 1.45rem;
}

.featured-product dl {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.featured-product dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--stroke);
}

.featured-product dt { color: var(--muted); }
.featured-product dd { margin: 0; color: var(--soft); direction: ltr; }

.slider-controls {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}

.slider-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
}

.slider-button::before {
  color: var(--text);
  content: "←";
}

.slider-button--next::before { content: "→"; }

.industry-editorial {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
}

.industry-panel-stack {
  display: grid;
  gap: 16px;
}

.industry-panel {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 14px;
  background: rgba(255, 246, 242, .055);
  border: 1px solid var(--stroke);
  border-radius: 28px;
}

.industry-panel img {
  height: 132px;
  object-fit: cover;
  border-radius: 20px;
}

.industry-panel h3 { margin: 0 0 8px; font-size: 1.45rem; }
.industry-panel p { margin: 0; color: var(--muted); }

.section--gallery {
  overflow: hidden;
  background: radial-gradient(circle at 50% 20%, rgba(231, 166, 181, .1), transparent 42rem);
}

.gallery-shell {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(30px, 7vw, 92px);
  align-items: center;
}

.gallery-copy {
  position: sticky;
  top: 120px;
}

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

.gallery-card {
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 28px;
  box-shadow: var(--shadow);
  transform: rotate(var(--r));
}

.gallery-card:nth-child(even) { margin-top: 72px; }

.gallery-card img {
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 14px 16px;
  color: var(--soft);
  font-size: .86rem;
}

.why-editorial {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 7vw, 90px);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.benefit-card {
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 246, 242, .06);
  border: 1px solid var(--stroke);
  border-radius: 28px;
}

.benefit-card h3 { margin: 0 0 12px; font-size: 1.35rem; }
.benefit-card p { margin: 0; color: var(--muted); }

.section--stats { padding-top: 0; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stats-grid div {
  padding: 28px;
  text-align: center;
  background: rgba(255, 246, 242, .055);
  border: 1px solid var(--stroke);
  border-radius: 28px;
}

.stats-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.stats-grid span { color: var(--muted); }

.journal-list {
  display: grid;
  gap: 14px;
}

.journal-pill {
  display: grid;
  grid-template-columns: 104px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 14px 18px 14px 14px;
  background: rgba(255, 246, 242, .045);
  border: 1px solid var(--stroke);
  border-radius: 42px;
  transition: background .2s ease, transform .2s ease;
}

.journal-pill:hover {
  background: rgba(255, 246, 242, .085);
  transform: translateY(-2px);
}

.journal-pill__image img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
}

.journal-pill strong {
  display: block;
  margin-top: 4px;
  font-size: 1.25rem;
}

.journal-pill i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  font-style: normal;
}

.section--consultation {
  overflow: hidden;
  padding-top: clamp(96px, 12vw, 150px);
  background: linear-gradient(180deg, transparent, rgba(231, 166, 181, .075));
}

.soft-marquee {
  display: flex;
  width: max-content;
  margin-bottom: 46px;
  color: rgba(255, 247, 242, .08);
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 11rem);
  font-style: normal;
  font-weight: 950;
  line-height: .8;
  white-space: nowrap;
}

.soft-marquee span { padding-inline-end: .28em; }

.consultation-editorial {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 7vw, 80px);
  align-items: center;
}

.consultation-visual {
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.consultation-visual img {
  aspect-ratio: .86;
  height: auto;
  object-fit: cover;
}

.consultation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.consultation-form label,
.woocommerce form .form-row {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.consultation-form__full,
.consultation-form button { grid-column: 1 / -1; }

.consultation-form input,
.consultation-form textarea,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.select2-container--default .select2-selection--single {
  width: 100%;
  color: var(--text);
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  outline: 0;
}

.consultation-form input,
.woocommerce input.input-text,
.woocommerce select,
.select2-container--default .select2-selection--single {
  min-height: 52px;
  padding: 0 16px;
}

.consultation-form textarea,
.woocommerce textarea {
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
}

.form-notice {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border-radius: 18px;
}

.form-notice--success { color: var(--success); background: rgba(158, 224, 188, .1); }
.form-notice--error { color: var(--danger); background: rgba(226, 140, 140, .1); }

.site-footer {
  padding-top: 70px;
  color: var(--soft);
  background: var(--bg);
  border-top: 1px solid var(--stroke);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .9fr;
  gap: 28px;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.site-footer p,
.site-footer address,
.footer-links,
.social-links {
  margin: 14px 0 0;
  color: var(--muted);
  font-style: normal;
}

.footer-links {
  display: grid;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.social-links a {
  padding: 7px 11px;
  border: 1px solid var(--stroke);
  border-radius: var(--pill);
}

.site-footer__bottom {
  margin-top: 42px;
  padding: 18px 0;
  border-top: 1px solid var(--stroke);
}

.site-footer__bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: .86rem;
}

.commerce-main,
.site-main:not(.sorena-home) {
  padding: 130px 0 70px;
}

.woocommerce,
.woocommerce-page {
  color: var(--text);
}

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

.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.site-main article,
.site-main .page {
  padding: 22px;
  color: var(--text);
  background: rgba(255, 246, 242, .055);
  border: 1px solid var(--stroke);
  border-radius: 28px;
}

.woocommerce ul.products li.product a img {
  border-radius: 22px;
}

.woocommerce div.product {
  display: block;
}

.woocommerce table.shop_table,
.woocommerce table.shop_attributes {
  color: var(--text);
  border-color: var(--stroke);
  border-radius: 22px;
  overflow: hidden;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-color: var(--stroke);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  color: var(--text);
  background: rgba(255, 246, 242, .08);
  border-top-color: var(--blush);
}

@keyframes scroll-down {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(220%); }
}

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

@media (max-width: 1120px) {
  .site-header__inner { grid-template-columns: auto auto 1fr; border-radius: 32px; }
  .nav-toggle { display: block; order: 2; }
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 18px;
    left: 18px;
    display: none;
    padding: 16px;
    background: rgba(18, 13, 15, .96);
    border: 1px solid var(--stroke);
    border-radius: 28px;
  }
  .site-nav.is-open { display: block; }
  .site-nav__list { display: grid; justify-content: stretch; }
  .header-actions { justify-self: end; }
  .header-search { display: none; }
  .header-link { display: none; }
  .soft-hero__inner,
  .industry-editorial,
  .gallery-shell,
  .why-editorial,
  .consultation-editorial,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .hero-proof { max-width: 420px; }
  .gallery-copy { position: static; }
  .catalogue-tile,
  .catalogue-tile--wide { grid-column: span 6; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 28px); }
  .site-header { padding: 10px 0; }
  .brand__text { display: none; }
  .cart-link span:not(.cart-link__icon) { display: none; }
  .soft-hero { padding-top: 116px; }
  .soft-hero h1 { font-size: clamp(2.9rem, 14vw, 5.1rem); }
  .editorial-heading--split { display: grid; align-items: start; }
  .catalogue-mosaic,
  .benefit-grid,
  .stats-grid,
  .consultation-form,
  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
  .catalogue-tile,
  .catalogue-tile--wide { grid-column: span 1; min-height: 330px; }
  .industry-panel { grid-template-columns: 1fr; }
  .industry-panel img { width: 100%; height: 190px; }
  .gallery-grid { gap: 12px; }
  .gallery-card:nth-child(even) { margin-top: 34px; }
  .journal-pill {
    grid-template-columns: 72px 1fr;
    border-radius: 28px;
  }
  .journal-pill__image img { width: 64px; height: 64px; }
  .journal-pill i { display: none; }
  .site-footer__bottom .container { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .sorena-loader { display: none; }
}

/* Kia feedback refinement layer */
body {
  font-weight: 300;
}

.sorena-loader {
  grid-template: auto 1fr auto / 1fr;
  place-items: center;
  text-align: center;
}

.sorena-loader__label {
  justify-self: start;
}

.sorena-loader strong {
  grid-column: 1;
  align-self: end;
  font-size: clamp(2.6rem, 8vw, 6.6rem);
  font-weight: 800;
}

.sorena-loader__count {
  justify-self: center;
  align-self: start;
  font-size: clamp(3.4rem, 11vw, 9rem);
  font-weight: 300;
  line-height: .9;
}

.site-header {
  padding: 18px 0;
}

.site-header__inner {
  grid-template-columns: minmax(148px, auto) minmax(280px, 1fr) auto;
  gap: 18px;
  min-height: 74px;
  padding: 9px 12px 9px 18px;
  background: rgba(17, 12, 14, .82);
  border-color: rgba(255, 229, 221, .2);
}

.brand {
  gap: 12px;
  padding-inline: 6px 10px;
  font-weight: 700;
}

.brand__mark {
  width: 48px;
  height: 48px;
  font-weight: 800;
}

.site-nav__list {
  gap: 5px;
}

.site-nav a {
  padding: 10px 15px;
  font-size: .88rem;
  font-weight: 600;
  white-space: nowrap;
}

.site-nav a[href*="#industries"],
.site-nav a[href*="/#industries"] {
  display: none;
}

.header-actions {
  gap: 6px;
  padding: 4px;
  background: rgba(255, 246, 242, .045);
  border: 1px solid rgba(255, 229, 221, .14);
  border-radius: var(--pill);
}

.phone-link,
.header-icon,
.header-search button {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  color: var(--text);
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--stroke);
  border-radius: var(--pill);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.phone-link {
  display: inline-flex;
  gap: 8px;
  padding: 0 13px 0 15px;
  direction: ltr;
  white-space: nowrap;
}

.phone-link strong {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.phone-link span,
.header-search button span,
.header-icon--account span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.phone-link span::before {
  position: absolute;
  inset: 3px 5px 3px 4px;
  border: 2px solid currentColor;
  border-left-width: 4px;
  border-radius: 5px 8px 8px 5px;
  transform: rotate(-18deg);
  content: "";
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search input {
  width: 138px;
  min-height: 42px;
  padding: 0 15px 0 42px;
  font-weight: 300;
}

.header-search button {
  position: absolute;
  left: 0;
  min-width: 42px;
  padding: 0;
  cursor: pointer;
}

.header-search button span::before {
  position: absolute;
  top: 2px;
  right: 3px;
  width: 11px;
  height: 11px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
  content: "";
}

.header-search button span::after {
  position: absolute;
  right: 12px;
  bottom: 3px;
  width: 8px;
  height: 1.8px;
  background: currentColor;
  border-radius: 4px;
  transform: rotate(-45deg);
  content: "";
}

.header-icon {
  padding: 0;
}

.header-icon:hover,
.phone-link:hover,
.header-search button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .09);
  border-color: var(--stroke-strong);
}

.header-icon--account span::before,
.header-icon--account span::after {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  content: "";
}

.header-icon--account span::before {
  top: 1px;
  width: 7px;
  height: 7px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
}

.header-icon--account span::after {
  bottom: 1px;
  width: 14px;
  height: 8px;
  border: 1.8px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.cart-link.header-icon {
  position: relative;
  color: var(--bg);
  background: var(--pearl);
  border-color: transparent;
}

.cart-link.header-icon strong {
  position: absolute;
  top: -5px;
  left: -4px;
  min-width: 20px;
  height: 20px;
  color: var(--text);
  background: #4d3337;
  border: 1px solid rgba(255, 255, 255, .18);
  font-size: .68rem;
}

.cart-link__icon {
  width: 15px;
  height: 13px;
  border: 1.7px solid currentColor;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.cart-link__icon::before {
  top: -8px;
  right: 2px;
  left: 2px;
  height: 9px;
  border-width: 1.7px;
}

.soft-hero {
  min-height: 92svh;
  padding: 112px 0 54px;
}

.soft-hero__media {
  opacity: .68;
}

.soft-hero__media::after {
  background:
    linear-gradient(90deg, rgba(9, 7, 7, .98), rgba(9, 7, 7, .58) 48%, rgba(9, 7, 7, .9)),
    linear-gradient(0deg, var(--bg), transparent 42%, rgba(9, 7, 7, .5));
}

.soft-hero__inner {
  grid-template-columns: minmax(0, 760px);
  align-items: center;
}

.soft-hero__copy {
  max-width: 760px;
  padding-top: 26px;
}

.soft-hero h1 {
  max-width: 760px;
  margin-top: 0;
  font-size: clamp(2.9rem, 6vw, 5.8rem);
  font-weight: 800;
  line-height: 1.13;
}

.soft-hero p {
  max-width: 590px;
  margin-top: 20px;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  font-weight: 300;
  line-height: 1.95;
}

.soft-role {
  margin-top: 12px;
  font-weight: 300;
}

.soft-role span {
  font-weight: 700;
}

.hero__actions {
  gap: 12px;
  margin-top: 28px;
}

.button,
.text-link,
.inquiry-link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  white-space: nowrap;
  font-weight: 700;
}

.button--pulse {
  animation: cta-breathe 2.6s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(255, 242, 233, .3);
}

.hero-proof {
  display: none;
}

.editorial-heading h2,
.why-copy h2,
.gallery-copy h2,
.consultation-copy h2 {
  font-size: clamp(2rem, 4.1vw, 4.35rem);
  font-weight: 800;
}

.editorial-heading p,
.why-copy p,
.gallery-copy p,
.consultation-copy p,
.benefit-card p,
.industry-panel p,
.featured-product dl,
.catalogue-tile__body span:last-child {
  font-weight: 300;
}

.catalogue-tile,
.featured-product,
.industry-panel,
.benefit-card,
.journal-pill,
.stats-grid div,
.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.site-main article,
.site-main .page {
  border-radius: 22px;
}

.catalogue-tile__body::before,
.benefit-card::before,
.industry-panel div::before {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  place-items: center;
  color: var(--bg);
  background: linear-gradient(135deg, var(--pearl), var(--blush));
  border-radius: 50%;
  font-size: .9rem;
  font-weight: 800;
  content: "✦";
}

.industry-panel div::before {
  margin-bottom: 10px;
  content: "•";
}

.benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
}

.benefit-card h3,
.industry-panel h3,
.featured-product h3,
.journal-pill strong {
  font-weight: 700;
}

.consultation-anchor-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 24px;
  color: var(--bg);
  background: var(--accent-gradient);
  border-radius: var(--pill);
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 20px 46px rgba(231, 166, 181, .18);
}

.consultation-form {
  margin-top: 20px;
}

.site-footer {
  padding-top: 46px;
  background: #080606;
}

.site-footer__grid {
  grid-template-columns: 1.25fr .85fr 1fr;
  gap: 22px;
  align-items: start;
}

.site-footer p,
.site-footer address,
.footer-links,
.social-links {
  margin-top: 10px;
}

.site-footer__bottom {
  margin-top: 30px;
  padding: 14px 0;
}

.commerce-main,
.site-main:not(.sorena-home) {
  padding: 128px 0 76px;
}

.commerce-main::before,
.site-main:not(.sorena-home)::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 12%, rgba(231, 166, 181, .12), transparent 28rem),
    radial-gradient(circle at 18% 28%, rgba(137, 170, 204, .1), transparent 24rem);
  pointer-events: none;
  content: "";
}

.shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.shop-sidebar,
.shop-results {
  background: rgba(255, 246, 242, .05);
  border: 1px solid var(--stroke);
  border-radius: 24px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}

.shop-sidebar {
  position: sticky;
  top: 116px;
  padding: 20px;
}

.shop-sidebar h2,
.shop-sidebar h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
}

.shop-sidebar__block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--stroke);
}

.shop-sidebar ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.shop-sidebar li a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, .035);
  border: 1px solid transparent;
  border-radius: 14px;
}

.shop-sidebar li a:hover {
  color: var(--text);
  border-color: var(--stroke);
}

.woocommerce-product-search {
  display: grid;
  gap: 10px;
}

.woocommerce-product-search input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  outline: 0;
}

.woocommerce-product-search button {
  min-height: 44px;
  color: var(--bg);
  background: var(--pearl);
  border: 0;
  border-radius: var(--pill);
  font-weight: 800;
  cursor: pointer;
}

.shop-results {
  padding: 22px;
}

.shop-results__header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--stroke);
}

.shop-results__header h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
}

.shop-results__header > div {
  display: grid;
  gap: 10px;
  justify-items: end;
  min-width: 230px;
  color: var(--muted);
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--stroke);
  border-radius: var(--pill);
}

.woocommerce .products ul,
.woocommerce ul.products {
  gap: 20px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 246, 242, .075), rgba(255, 246, 242, .035));
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 166, 181, .34);
  background: rgba(255, 246, 242, .078);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / .9;
  object-fit: cover;
  margin: 0 0 14px;
  background: rgba(255, 255, 255, .04);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 52px;
  padding: 0;
  margin: 0 0 8px;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin-bottom: 14px;
  color: var(--champagne);
  font-size: 1rem;
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 44px;
  margin: 0;
}

.woocommerce div.product .product_title {
  margin-top: 0;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  font-weight: 800;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--champagne);
  font-size: 1.45rem;
  font-weight: 800;
}

.woocommerce .price--quote,
.price--quote {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--pearl);
  border: 1px solid rgba(232, 199, 162, .28);
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
  padding: .42rem .72rem;
  font-size: .86rem;
  font-weight: 600;
  white-space: nowrap;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.woocommerce .quantity .qty {
  min-height: 48px;
  color: var(--text);
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--stroke);
  border-radius: 14px;
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  color: var(--muted);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .075);
}

@keyframes cta-breathe {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(255, 242, 233, .25);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 0 0 9px rgba(255, 242, 233, 0);
  }
}

.sorena-auth-shell {
  width: min(980px, calc(100% - 32px));
  margin: 130px auto 80px;
  color: var(--text);
}

.sorena-auth-card {
  max-width: 620px;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 246, 242, .055);
  border: 1px solid rgba(255, 229, 221, .18);
  border-radius: 30px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .26);
  backdrop-filter: blur(18px);
}

.sorena-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--stroke);
  border-radius: 999px;
}

.sorena-auth-tab {
  min-height: 46px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 800;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .2s ease;
}

.sorena-auth-tab.is-active {
  color: var(--bg);
  background: var(--pearl);
}

.sorena-auth-panel {
  display: none;
}

.sorena-auth-panel.is-active {
  display: block;
}

.sorena-auth-panel h1 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.35;
  text-align: center;
}

.sorena-auth-panel > p {
  max-width: 480px;
  margin: 0 auto 28px;
  color: var(--muted);
  line-height: 1.9;
  text-align: center;
}

.sorena-auth-form {
  display: grid;
  gap: 18px;
}

.sorena-auth-form .form-row {
  margin: 0;
}

.sorena-auth-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--soft);
  font-weight: 700;
}

.sorena-auth-form input[type="text"],
.sorena-auth-form input[type="email"],
.sorena-auth-form input[type="password"] {
  width: 100%;
  min-height: 54px;
  color: var(--bg);
  background: #fff;
  border: 1px solid rgba(255, 229, 221, .22);
  border-radius: 18px;
  font-family: var(--font-body);
  font-size: 1rem;
}

.sorena-auth-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  color: var(--bg) !important;
  background: var(--pearl) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
}

.sorena-auth-remember {
  display: flex;
  justify-content: flex-start;
  color: var(--muted);
}

.sorena-auth-remember label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.sorena-auth-switch {
  margin-top: 22px !important;
  color: var(--muted);
  text-align: center;
}

.sorena-auth-switch button {
  color: var(--pearl);
  background: transparent;
  border: 0;
  font-family: var(--font-body);
  font-weight: 900;
  cursor: pointer;
}

.sorena-auth-card .lost_password {
  text-align: center;
}

.sorena-auth-card .lost_password a {
  color: var(--pearl);
}

.woocommerce-notices-wrapper {
  width: min(980px, calc(100% - 32px));
  margin-inline: auto;
}

@media (max-width: 700px) {
  .sorena-auth-shell {
    margin-top: 108px;
  }

  .sorena-auth-card {
    border-radius: 24px;
  }
}

@media (min-width: 1121px) {
  .industry-editorial .editorial-heading,
  .why-copy,
  .gallery-copy,
  .consultation-copy {
    position: sticky;
    top: 124px;
    align-self: start;
  }
}

@media (max-width: 1240px) {
  .header-search input {
    width: 112px;
  }

  .phone-link strong {
    display: none;
  }

  .phone-link {
    padding: 0;
  }
}

@media (max-width: 1120px) {
  .site-header {
    padding: 12px 0;
  }

  .site-header__inner {
    grid-template-columns: auto 42px 1fr;
    min-height: 66px;
    border-radius: 26px;
  }

  .header-actions {
    justify-self: end;
  }

  .phone-link strong,
  .header-search {
    display: none;
  }

  .soft-hero {
    min-height: 88svh;
    padding-top: 106px;
  }

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

  .shop-sidebar {
    position: static;
  }

  .shop-results__header {
    display: grid;
  }

  .shop-results__header > div {
    justify-items: start;
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    gap: 10px;
    padding: 8px 10px;
  }

  .brand {
    padding-inline: 0;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .header-actions {
    gap: 4px;
    padding: 3px;
  }

  .phone-link,
  .header-icon,
  .header-search button {
    min-width: 38px;
    height: 38px;
  }

  .soft-hero {
    min-height: 92svh;
    padding: 102px 0 50px;
  }

  .soft-hero h1 {
    font-size: clamp(2.35rem, 11.6vw, 4rem);
  }

  .soft-hero p {
    margin-top: 16px;
    font-size: .96rem;
    line-height: 1.9;
  }

  .hero__actions {
    margin-top: 22px;
  }

  .button,
  .text-link,
  .inquiry-link {
    min-height: 45px;
    padding-inline: 18px;
  }

  .shop-results,
  .shop-sidebar {
    padding: 16px;
  }

  .shop-results__header h1 {
    font-size: 2rem;
  }
}
/* Sorena dynamic island header + intro gate */
.site-header {
  padding: 16px clamp(14px, 3vw, 34px);
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(220px, auto) minmax(360px, 1fr);
  grid-template-areas: "nav brand actions";
  width: min(100%, 1280px);
  min-height: 84px;
  margin-inline: auto;
  padding: 10px 14px;
  gap: 16px;
  direction: ltr;
  border-radius: 999px;
  transition: width .55s cubic-bezier(.22, .61, .36, 1), min-height .55s cubic-bezier(.22, .61, .36, 1), padding .55s cubic-bezier(.22, .61, .36, 1), background .35s ease, box-shadow .35s ease;
}

.site-header .brand {
  grid-area: brand;
  z-index: 2;
  justify-self: center;
  justify-content: center;
  min-width: 160px;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.site-header .custom-logo {
  max-height: 58px;
  transition: max-height .45s cubic-bezier(.22, .61, .36, 1), transform .45s cubic-bezier(.22, .61, .36, 1);
}

.site-header .site-nav {
  grid-area: nav;
  justify-self: start;
  min-width: 0;
  direction: rtl;
}

.site-header .site-nav__list {
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 0;
}

.site-header .site-nav li {
  flex: 0 0 auto;
}

.site-header .site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  transition: width .42s cubic-bezier(.22, .61, .36, 1), min-width .42s cubic-bezier(.22, .61, .36, 1), padding .42s cubic-bezier(.22, .61, .36, 1), color .22s ease, background .22s ease, transform .22s ease;
}

.site-header .site-nav a::before {
  display: none;
  width: 18px;
  height: 18px;
  place-items: center;
  flex: 0 0 18px;
  font-size: 15px;
  line-height: 1;
}

.site-header .site-nav li:nth-child(1) a::before { content: "◈"; }
.site-header .site-nav li:nth-child(2) a::before { content: "✦"; }
.site-header .site-nav li:nth-child(3) a::before { content: "○"; }
.site-header .site-nav li:nth-child(4) a::before { content: "☎"; }

.site-header .header-actions {
  grid-area: actions;
  justify-self: end;
  flex-wrap: nowrap;
  max-width: 100%;
  direction: rtl;
}

.site-header .header-search input {
  transition: width .42s cubic-bezier(.22, .61, .36, 1), opacity .25s ease, padding .35s ease;
}

.site-header.is-compact:not(:hover) .site-header__inner {
  width: min(560px, calc(100% - 28px));
  min-height: 60px;
  padding: 7px 10px;
  grid-template-columns: auto auto auto;
  gap: 8px;
  background: rgba(14, 10, 11, .9);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
}

.site-header.is-compact:not(:hover) .custom-logo {
  max-height: 36px;
}

.site-header.is-compact:not(:hover) .brand {
  min-width: 92px;
  transform: scale(.92);
}

.site-header.is-compact:not(:hover) .brand__text {
  display: none;
}

.site-header.is-compact:not(:hover) .site-nav a {
  width: 42px;
  min-width: 42px;
  padding: 0;
  font-size: 0;
}

.site-header.is-compact:not(:hover) .site-nav a::before {
  display: grid;
  font-size: 16px;
}

.site-header.is-compact:not(:hover) .header-search input,
.site-header.is-compact:not(:hover) .phone-link strong {
  width: 0;
  max-width: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

.site-header.is-compact:not(:hover) .header-search {
  width: 42px;
}

.site-header.is-compact:not(:hover) .phone-link {
  padding-inline: 0;
}

.site-header:hover .site-header__inner,
.site-header.is-hovering .site-header__inner {
  width: min(100%, 1280px);
  min-height: 84px;
  padding: 10px 14px;
}

.site-header:hover .brand,
.site-header.is-hovering .brand {
  transform: scale(1);
}

.sorena-intro-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--text);
  background: #090707;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .55s ease, visibility .55s ease;
}

html.intro-is-active,
html.intro-is-active body {
  overflow: hidden;
}

.sorena-intro-gate.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sorena-intro-gate.is-leaving {
  opacity: 0;
  visibility: hidden;
}

.sorena-intro-gate__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sorena-intro-gate__shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(255, 220, 208, .08), transparent 32%), linear-gradient(180deg, rgba(9, 7, 7, .16), rgba(9, 7, 7, .74));
}

.sorena-intro-gate__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: 28px;
}

.sorena-intro-gate__brand {
  padding: 12px 22px;
  background: rgba(18, 13, 15, .52);
  border: 1px solid rgba(255, 229, 221, .18);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}

.sorena-intro-gate__brand .custom-logo {
  max-height: 72px;
}

.sorena-intro-gate__button {
  min-width: 190px;
  min-height: 54px;
  padding: 0 30px;
  color: #090707 !important;
  background: #fff7f2 !important;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .96rem;
  font-weight: 800;
  cursor: pointer;
  opacity: 0;
  transform: translateY(18px) scale(.96);
  box-shadow: 0 18px 48px rgba(255, 247, 242, .16);
  transition: opacity .45s ease, transform .45s cubic-bezier(.22, .61, .36, 1), background .25s ease;
}

.sorena-intro-gate__button.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sorena-intro-gate__button:hover {
  background: #fff7f2;
  transform: translateY(-1px) scale(1.03);
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "toggle brand actions" "nav nav nav";
  }

  .site-header .nav-toggle {
    grid-area: toggle;
  }

  .site-header .site-nav {
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 10px;
  }

  .site-header__inner,
  .site-header:hover .site-header__inner,
  .site-header.is-hovering .site-header__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "toggle brand actions";
    min-height: 66px;
    padding: 8px 10px;
    gap: 8px;
  }

  .site-header .brand {
    transform: none;
    min-width: 0;
  }

  .site-header .custom-logo {
    max-height: 36px;
  }

  .site-header .header-actions {
    gap: 4px;
  }

  .site-header .phone-link {
    display: none;
  }

  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    padding: 10px;
    background: rgba(18, 13, 15, .94);
    border: 1px solid var(--stroke);
    border-radius: 24px;
    backdrop-filter: blur(18px);
  }

  .site-header .site-nav.is-open {
    display: block !important;
  }

  .site-header .site-nav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .site-header .site-nav a {
    width: 100%;
    font-size: .82rem;
  }

  .site-header.is-compact:not(:hover) .site-header__inner {
    width: min(100%, 520px);
    grid-template-columns: auto 1fr auto;
  }
}

/* Warm Sorena canvas and final mobile refinements */
body {
  color: var(--color-text-dark, #1C1917);
  background:
    radial-gradient(circle at 14% 0%, rgba(212, 165, 160, .22), transparent 34rem),
    radial-gradient(circle at 88% 18%, rgba(232, 224, 216, .6), transparent 30rem),
    linear-gradient(180deg, var(--color-bg, #FAF8F5), #F7F1EA 52%, var(--color-bg, #FAF8F5)) !important;
}

.sorena-home {
  color: var(--color-text-dark, #1C1917);
  background:
    radial-gradient(circle at 18% 8%, rgba(212, 165, 160, .2), transparent 28rem),
    linear-gradient(180deg, var(--color-bg, #FAF8F5), #F7F1EA 48%, var(--color-bg, #FAF8F5));
}

.soft-hero {
  color: var(--text);
  background: #090707;
}

.sorena-home .section,
.sorena-home .site-main,
.sorena-home .shop-preview,
.sorena-home .industry-editorial,
.sorena-home .why-sorena,
.sorena-home .journal,
.sorena-home .consultation,
.site-main:not(.sorena-shop-main):not(.sorena-product-main) {
  color: var(--color-text-dark, #1C1917);
}

.sorena-home .section h1,
.sorena-home .section h2,
.sorena-home .section h3,
.sorena-home .editorial-heading h2,
.sorena-home .why-copy h2,
.sorena-home .consultation-copy h2,
.sorena-home .journal h2 {
  color: var(--color-text-dark, #1C1917);
}

.sorena-home .section p,
.sorena-home .section-kicker,
.sorena-home .editorial-heading p,
.sorena-home .why-copy p,
.sorena-home .consultation-copy p,
.sorena-home .journal-pill p {
  color: var(--color-text-mid, #5C5045);
}

.sorena-home .catalogue-tile,
.sorena-home .featured-product,
.sorena-home .industry-panel,
.sorena-home .benefit-card,
.sorena-home .journal-pill,
.sorena-home .gallery-card,
.sorena-home .consultation-form,
.sorena-home .stats-grid > div {
  color: var(--color-text-dark, #1C1917);
  background: rgba(255, 255, 255, .58);
  border-color: var(--color-border, #E5DDD3);
  box-shadow: 0 18px 54px rgba(28, 25, 23, .08);
}

.sorena-home .catalogue-tile p,
.sorena-home .featured-product p,
.sorena-home .industry-panel p,
.sorena-home .benefit-card p,
.sorena-home .stats-grid span {
  color: var(--color-text-mid, #5C5045);
}

.sorena-home .button--secondary,
.sorena-home .inquiry-link,
.sorena-home .text-link {
  color: var(--color-text-dark, #1C1917);
  border-color: var(--color-border, #E5DDD3);
  background: rgba(255, 255, 255, .42);
}

.sorena-home .soft-hero .button--secondary {
  color: var(--pearl);
  border-color: var(--stroke-strong);
  background: rgba(255, 246, 242, .08);
}

.sorena-auth-shell {
  color: var(--color-text-dark, #1C1917);
}

.sorena-auth-card {
  color: var(--color-text-dark, #1C1917);
  background: rgba(255, 255, 255, .62);
  border-color: var(--color-border, #E5DDD3);
  box-shadow: 0 24px 70px rgba(28, 25, 23, .1);
}

.sorena-auth-panel h1,
.sorena-auth-form label {
  color: var(--color-text-dark, #1C1917);
}

.sorena-auth-panel > p,
.sorena-auth-remember,
.sorena-auth-switch {
  color: var(--color-text-mid, #5C5045);
}

.sorena-auth-switch button,
.sorena-auth-card .lost_password a {
  color: var(--color-accent, #C2956C);
}

.sorena-auth-tabs {
  background: rgba(255, 255, 255, .68);
  border-color: var(--color-border, #E5DDD3);
}

.sorena-auth-tab {
  color: var(--color-text-mid, #5C5045);
}

.sorena-auth-tab.is-active,
.sorena-auth-submit {
  color: #fff !important;
  background: var(--color-cta, #1C1917) !important;
}

@media (max-width: 760px) {
  .site-header,
  .site-header.is-compact,
  .site-header:hover,
  .site-header.is-hovering {
    padding: 10px 10px;
  }

  .site-header__inner,
  .site-header:hover .site-header__inner,
  .site-header.is-hovering .site-header__inner,
  .site-header.is-compact:not(:hover) .site-header__inner {
    width: min(100%, 520px);
    min-height: 64px;
    padding: 8px 10px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    grid-template-areas: "toggle brand actions";
    gap: 8px;
    border-radius: 999px;
    transform: none;
  }

  .site-header .brand,
  .site-header:hover .brand,
  .site-header.is-hovering .brand,
  .site-header.is-compact:not(:hover) .brand {
    width: 116px;
    min-width: 0;
    transform: none;
  }

  .site-header .custom-logo,
  .site-header.is-compact:not(:hover) .custom-logo {
    width: 100%;
    height: auto;
    max-height: 35px;
    object-fit: contain;
  }

  .site-header.is-compact:not(:hover) .site-nav a {
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    font-size: .82rem;
  }

  .site-header.is-compact:not(:hover) .site-nav a::before {
    display: none;
  }

  .site-header.is-compact:not(:hover) .header-search,
  .site-header.is-compact:not(:hover) .phone-link {
    width: auto;
    padding-inline: 0;
  }

  .sorena-auth-shell {
    width: calc(100% - 24px);
    margin-top: 104px;
  }

  .sorena-auth-card {
    padding: 16px 0 28px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .sorena-auth-tabs,
  .sorena-auth-panel {
    margin-inline: 0;
  }

  .sorena-auth-form,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}

/* Final visual QA pass: fix empty hero stretch, pale-background contrast, and media sizing. */
@media (min-width: 761px) {
  .soft-hero {
    min-height: 680px;
    height: clamp(680px, 100svh, 900px);
    max-height: 900px;
    padding-block: 112px 58px;
  }

  .soft-hero__inner {
    min-height: 0;
  }

  .soft-hero__media,
  .soft-hero__media video,
  .soft-hero__media img {
    height: 100%;
    max-height: 900px;
  }
}

.sorena-home .section-kicker {
  color: #8A653F;
}

.sorena-home .editorial-heading p,
.sorena-home .why-copy p,
.sorena-home .gallery-copy p,
.sorena-home .consultation-copy p,
.sorena-home .industry-panel p,
.sorena-home .benefit-card p,
.sorena-home .stats-grid span,
.sorena-home .journal-pill__body,
.sorena-home .featured-product dl,
.sorena-home .featured-product dt,
.sorena-home .featured-product dd {
  color: var(--color-text-mid, #5C5045) !important;
}

.sorena-home .catalogue-tile__body {
  padding: 18px;
  color: var(--pearl);
  background: linear-gradient(135deg, rgba(28, 25, 23, .86), rgba(28, 25, 23, .58));
  border: 1px solid rgba(255, 242, 233, .18);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}

.sorena-home .catalogue-tile small {
  color: #F1D6A0 !important;
}

.sorena-home .catalogue-tile strong,
.sorena-home .catalogue-tile__body span:last-child {
  color: var(--pearl) !important;
}

.sorena-home .featured-product span,
.sorena-home .journal-pill small,
.sorena-home .editorial-card__content span {
  color: #8A653F !important;
}

.sorena-home .consultation-form label,
.sorena-home .consultation-form span,
.sorena-home .consultation-form input,
.sorena-home .consultation-form textarea {
  color: var(--color-text-dark, #1C1917) !important;
}

.sorena-home .consultation-form input,
.sorena-home .consultation-form textarea {
  background: rgba(255, 255, 255, .72) !important;
  border-color: var(--color-border, #E5DDD3) !important;
}

.sorena-home .consultation-form input::placeholder,
.sorena-home .consultation-form textarea::placeholder {
  color: var(--color-text-soft, #9B8F85);
}

.sorena-home .catalogue-tile__media,
.sorena-home .featured-product__media {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, .84), transparent 56%),
    linear-gradient(180deg, #F7F1EA, #ECE1D6);
}

.sorena-home .catalogue-tile__media img,
.sorena-home .featured-product__media img {
  object-fit: contain !important;
  padding: clamp(16px, 2.8vw, 34px);
  filter: saturate(.96) contrast(1.02) brightness(.98);
}

.sorena-home .catalogue-tile:hover img,
.sorena-home .featured-product:hover img {
  transform: scale(1.025);
  filter: saturate(1.02) contrast(1.02) brightness(1);
}

.sorena-home .featured-product__media {
  aspect-ratio: 1 / .74;
}

.sorena-home .featured-product__media img {
  object-fit: cover !important;
  padding: 0;
}

.sorena-home .industry-panel img {
  width: 160px;
  height: 132px;
  object-fit: contain;
  padding: 12px;
  background: #F7F1EA;
}

.sorena-home .gallery-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 18px;
  background: #F7F1EA;
}

.sorena-home .journal-pill__image img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  padding: 10px;
  background: #F7F1EA;
  border: 1px solid var(--color-border, #E5DDD3);
}

.sorena-home .consultation-visual {
  background: #F7F1EA;
}

.sorena-home .consultation-visual img {
  width: 100%;
  aspect-ratio: 1 / .86;
  object-fit: contain;
  padding: clamp(18px, 3vw, 34px);
}

.section--stats {
  padding-block: clamp(40px, 7vw, 78px);
}

.sorena-home .stats-grid {
  padding: clamp(14px, 2vw, 22px);
  background: rgba(255, 255, 255, .48);
  border: 1px solid var(--color-border, #E5DDD3);
  border-radius: 30px;
  box-shadow: 0 18px 54px rgba(28, 25, 23, .08);
}

.sorena-home .stats-grid > div {
  display: grid;
  min-height: 138px;
  align-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(247, 241, 234, .72));
}

.sorena-home .stats-grid strong {
  color: var(--color-cta, #1C1917);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}

@media (max-width: 760px) {
  .soft-hero {
    min-height: 640px;
    height: auto;
    padding-block: 104px 54px;
  }

  .sorena-home .catalogue-tile__media img,
  .sorena-home .featured-product__media img,
  .sorena-home .gallery-card img {
    padding: 16px;
  }

  .sorena-home .industry-panel img {
    width: 100%;
    height: 190px;
  }

  .sorena-home .journal-pill {
    grid-template-columns: 78px 1fr;
  }

  .sorena-home .journal-pill__image img {
    width: 72px;
    height: 72px;
  }

  .sorena-home .stats-grid {
    gap: 10px;
    padding: 10px;
  }

  .sorena-home .stats-grid > div {
    min-height: 112px;
    padding: 18px 12px;
  }
}
