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

:root {
  --bg: #171c18;
  --bg-warm: #252018;
  --ink: #f1efe6;
  --ink-soft: #d8d2c2;
  --muted: #aaa392;
  --muted-strong: #c5bdaa;
  --glass: rgba(20, 24, 21, 0.58);
  --glass-strong: rgba(25, 30, 26, 0.72);
  --glass-dark: rgba(18, 22, 20, 0.62);
  --line: rgba(255, 255, 255, 0.18);
  --line-dark: rgba(255, 255, 255, 0.12);
  --brand-red: #cf171f;
  --brand-red-2: #f05b3f;
  --sage: #789269;
  --sage-dark: #3f563e;
  --gold: #d7af68;
  --cream: #211d17;
  --deep: #111513;
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.30);
  --shadow-lg: 0 30px 95px rgba(0, 0, 0, 0.42);
  --glow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 20px 80px rgba(0, 0, 0, 0.32);
  --radius: 30px;
  --radius-sm: 18px;
  --blur: 26px;
  --container: min(1320px, calc(100% - 40px));
  --body-slide-1: url("../images/collection-sadr.jpeg");
  --body-slide-2: url("../images/category-casseroles.jpeg");
  --body-slide-3: url("../images/collection-carina.jpeg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: linear-gradient(135deg, #111812 0%, #241711 46%, #172318 100%);
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: transparent;
  color: var(--ink);
  font-family: "RestoYekan", "Tahoma", sans-serif;
  line-height: 1.8;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  display: none;
}

body::after {
  display: none;
}

.body-range-bg,
.body-range-bg span {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.body-range-bg {
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #111812 0%, #241711 46%, #172318 100%);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.body-range-bg span {
  background-position: center;
  background-size: cover;
  filter: saturate(1.18) contrast(1.08) brightness(0.96);
  opacity: 0;
  transform: scale(1.02);
  animation: bodyPhotoCrossfade 24s ease-in-out infinite;
}

.body-range-bg span:nth-child(1) {
  background-image: var(--body-slide-1);
}

.body-range-bg span:nth-child(2) {
  background-image: var(--body-slide-2);
  animation-delay: 8s;
}

.body-range-bg span:nth-child(3) {
  background-image: var(--body-slide-3);
  animation-delay: 16s;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: rgba(207, 23, 31, 0.18);
  color: var(--brand-red);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  width: var(--container);
  margin: 14px auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(18, 22, 19, 0.18);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(var(--blur)) saturate(1.4);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(1.4);
}

.site-header.is-scrolled {
  background: rgba(18, 22, 19, 0.26);
  box-shadow: 0 22px 78px rgba(0, 0, 0, 0.42);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 74px;
  padding: 0 12px 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  min-height: 54px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.brand:hover,
.brand:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: var(--glow);
}

.brand img {
  width: 84px;
  height: auto;
}

.desktop-nav,
.desktop-nav .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.desktop-nav a,
.desktop-nav .menu-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  opacity: 0.86;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav .menu-list a:hover,
.desktop-nav .menu-list a:focus-visible {
  border-color: rgba(207, 23, 31, 0.16);
  background: rgba(255, 255, 255, 0.12);
  color: #ff706d;
  opacity: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.header-actions,
.hero-actions,
.product-row,
.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header-actions {
  justify-content: flex-end;
}

.text-action,
.cart-action,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 0.85rem;
  font-weight: 800;
}

.text-action,
.cart-action {
  padding: 0 16px;
}

.text-action:hover,
.cart-action:hover,
.menu-toggle:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: var(--glow);
}

.cart-action {
  gap: 8px;
  color: var(--brand-red);
}

.cart-action strong {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-2));
  color: #fff;
  font-size: 0.75rem;
  box-shadow: 0 9px 20px rgba(207, 23, 31, 0.28);
}

.menu-toggle {
  display: none;
  justify-content: center;
  width: 42px;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: var(--ink);
}

.mobile-nav {
  display: none;
  width: calc(100% - 24px);
  margin: 0 auto 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(18, 22, 19, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-nav a {
  display: block;
  padding: 13px 14px;
  border-radius: 18px;
  color: var(--ink-soft);
  font-weight: 800;
}

.mobile-nav a:hover {
  background: rgba(207, 23, 31, 0.08);
  color: var(--brand-red);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 82svh;
  margin: 28px 0 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--deep);
  isolation: isolate;
}

.hero-bg,
.footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg {
  z-index: -3;
  transform: scale(1.04);
  filter: saturate(1.24) contrast(1.12) brightness(0.92) hue-rotate(-8deg);
  animation: heroImageRange 18s ease-in-out infinite;
}

.hero-bg::selection {
  background: transparent;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 18% 24%, rgba(240, 91, 63, 0.28), transparent 22rem),
    radial-gradient(circle at 78% 30%, rgba(120, 146, 105, 0.26), transparent 26rem),
    linear-gradient(90deg, rgba(12, 15, 13, 0.08), rgba(12, 15, 13, 0.62) 68%),
    linear-gradient(180deg, rgba(12, 15, 13, 0.28), rgba(12, 15, 13, 0.05) 48%, rgba(12, 15, 13, 0.34));
  mix-blend-mode: normal;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  background:
    conic-gradient(from 210deg at 52% 48%, transparent 0 16%, rgba(255, 255, 255, 0.24) 18%, transparent 22% 48%, rgba(207, 23, 31, 0.22) 54%, transparent 62% 100%);
  filter: blur(22px);
  opacity: 0.55;
  animation: prismSweep 11s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 8% 10% auto;
  z-index: -1;
  width: min(480px, 52vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 91, 63, 0.32), transparent 68%);
  filter: blur(28px);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  margin-right: max(28px, calc((100% - 1320px) / 2));
  padding: clamp(54px, 8vw, 96px) clamp(24px, 4vw, 46px) clamp(42px, 6vw, 68px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  box-shadow: 0 32px 95px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  animation: floatIn 0.8s ease both;
}

.floating-covers {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.float-cover {
  position: absolute;
  width: clamp(118px, 13vw, 220px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  filter: saturate(1.08) contrast(1.03);
  opacity: 0;
  visibility: hidden;
  animation: none;
}

.cover-one {
  top: 18%;
  left: 8%;
  transform: rotate(-9deg);
}

.cover-two {
  top: 13%;
  left: 24%;
  width: clamp(92px, 10vw, 165px);
  animation-delay: -1.7s;
}

.cover-three {
  right: 7%;
  bottom: 17%;
  width: clamp(112px, 12vw, 190px);
  transform: rotate(8deg);
  animation-delay: -3.1s;
}

.cover-four {
  left: 14%;
  bottom: 10%;
  width: clamp(96px, 11vw, 176px);
  transform: rotate(11deg);
  animation-delay: -4.2s;
}

.cover-five {
  top: 36%;
  right: 18%;
  width: clamp(86px, 9vw, 150px);
  transform: rotate(-13deg);
  animation-delay: -5.4s;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--brand-red);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.6;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.hero h1 {
  margin: 0;
  direction: ltr;
  text-align: right;
  font-size: clamp(3.2rem, 9vw, 7.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.3);
}

.hero-copy {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.03rem, 2vw, 1.32rem);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.button,
.product-row button,
.mini-button,
.contact-form button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.button::after,
.product-row button::after,
.contact-form button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(110%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transition: transform 0.55s ease;
}

.button:hover,
.button:focus-visible,
.product-row button:hover,
.mini-button:hover,
.contact-form button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(21, 23, 22, 0.18);
}

.button:hover::after,
.product-row button:hover::after,
.contact-form button:hover::after {
  transform: translateX(-110%);
}

.button.primary,
.contact-form button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .button {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-2));
  color: #fff;
  box-shadow: 0 15px 34px rgba(207, 23, 31, 0.28);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.button.ghost:hover {
  background: rgba(255, 255, 255, 0.24);
}

.button.dark,
.product-row button,
.mini-button {
  background: linear-gradient(135deg, #151716, #303632);
  color: #fff;
}

.intro-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: var(--container);
  margin: -44px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(var(--blur)) saturate(1.25);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(1.25);
}

.intro-strip div {
  position: relative;
  padding: 27px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.54);
}

.intro-strip div:last-child {
  border-left: 0;
}

.intro-strip div::before {
  content: "";
  position: absolute;
  inset: 16px auto auto 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 23, 31, 0.16), transparent 68%);
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.intro-strip span {
  color: var(--muted);
  font-size: 0.9rem;
}

.assurance-section {
  padding-bottom: 42px;
}

.assurance-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.assurance-grid article,
.service-grid article,
.docs-app {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.34));
  box-shadow: var(--shadow);
  backdrop-filter: blur(var(--blur)) saturate(1.24);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(1.24);
}

.assurance-grid article,
.service-grid article {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.assurance-grid article:hover,
.service-grid article:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
}

.assurance-grid article::after,
.service-grid article::after {
  content: "";
  position: absolute;
  inset: auto -38px -48px auto;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 175, 104, 0.2), transparent 70%);
}

.assurance-grid i,
.service-grid i,
.tile-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(207, 23, 31, 0.16);
  border-radius: 18px;
  background: rgba(207, 23, 31, 0.08);
  color: var(--brand-red);
  font-size: 1.12rem;
}

.assurance-grid h3,
.service-grid h3 {
  margin: 22px 0 10px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 900;
}

.assurance-grid p,
.service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.assurance-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-red);
  font-weight: 900;
  border-bottom: 1px solid rgba(207, 23, 31, 0.26);
}

.assurance-grid a:hover {
  border-color: currentColor;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 98px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-heading.compact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
}

.section-heading h2,
.feature-copy h2,
.contact-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.1rem, 4.6vw, 4.25rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.section-heading p:not(.eyebrow),
.feature-copy p,
.contact-panel p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.series-tabs {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.series-tabs button {
  min-width: 124px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted-strong);
  font-weight: 900;
}

.series-tabs button:hover {
  background: rgba(255, 255, 255, 0.56);
}

.series-tabs button.is-active {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-2));
  color: #fff;
  box-shadow: 0 12px 28px rgba(207, 23, 31, 0.24);
}

.series-panel,
.collection-card,
.product-card,
.info-card,
.news-card,
.no-results,
.wp-content-card,
.woocommerce-shell,
.woocommerce ul.products li.product {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.36));
  box-shadow: var(--shadow);
  backdrop-filter: blur(var(--blur)) saturate(1.28);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(1.28);
}

.series-panel {
  display: none;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 0;
  overflow: hidden;
}

.series-panel.is-active {
  display: grid;
  animation: softReveal 0.45s ease both;
}

.series-media,
.feature-image {
  min-height: 440px;
  overflow: hidden;
}

.series-media img,
.category-tile img,
.collection-card img,
.product-card img,
.news-card img,
.feature-image img,
.woocommerce ul.products li.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.55s ease;
}

.series-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 74px);
}

.series-copy span,
.product-tag {
  color: var(--brand-red);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.series-copy h3,
.collection-card h3,
.product-card h3,
.news-card h3,
.info-card h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.series-copy h3 {
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
}

.series-copy p,
.collection-card p,
.product-card p,
.info-card p {
  color: var(--muted);
}

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

.category-tile {
  position: relative;
  min-height: 244px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius);
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.category-tile::before,
.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.category-tile::before {
  background: linear-gradient(180deg, transparent 20%, rgba(11, 15, 13, 0.78));
}

.category-tile::after {
  opacity: 0;
  background: linear-gradient(135deg, rgba(207, 23, 31, 0.72), rgba(120, 146, 105, 0.35));
  backdrop-filter: blur(2px);
}

.category-tile span {
  position: absolute;
  inset-inline: 22px;
  bottom: 22px;
  z-index: 2;
  font-size: 1.22rem;
  font-weight: 900;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.category-tile .tile-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.category-tile:hover::after {
  opacity: 1;
}

.category-tile:hover img,
.collection-card:hover img,
.product-card:hover img,
.news-card:hover img,
.woocommerce ul.products li.product:hover img {
  transform: scale(1.055);
  filter: saturate(1.1);
}

.feature-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  width: var(--container);
  min-height: 590px;
  margin: 12px auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 175, 104, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(17, 21, 19, 0.92), rgba(50, 67, 45, 0.92));
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.feature-copy {
  align-self: center;
  padding: clamp(38px, 6vw, 88px);
}

.feature-copy h2,
.contact-panel h2 {
  color: #fff;
}

.feature-copy .eyebrow {
  color: #bfe09a;
}

.feature-copy p,
.contact-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.collection-card {
  display: grid;
  grid-template-columns: 45% 1fr;
  min-height: 336px;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.collection-card:hover,
.product-card:hover,
.info-card:hover,
.news-card:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-lg);
}

.collection-card.inverted {
  background: linear-gradient(135deg, rgba(17, 21, 19, 0.92), rgba(54, 65, 57, 0.82));
  color: #fff;
}

.collection-card.inverted h3 {
  color: #fff;
}

.collection-card.inverted p {
  color: rgba(255, 255, 255, 0.72);
}

.collection-card div,
.product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.collection-card h3 {
  direction: ltr;
  text-align: right;
  font-size: 1.5rem;
}

.collection-card a {
  width: fit-content;
  margin-top: auto;
  color: var(--brand-red);
  font-weight: 900;
  border-bottom: 1px solid rgba(207, 23, 31, 0.28);
}

.collection-card a:hover {
  border-color: currentColor;
}

.shop-preview {
  position: relative;
}

.shop-preview::before {
  content: "";
  position: absolute;
  inset: 42px 50% 42px auto;
  width: 48vw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(46px);
  transform: translateX(50%);
  pointer-events: none;
}

.shop-toolbar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 16px;
  margin-bottom: 24px;
}

.shop-toolbar label,
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-size: 0.88rem;
  font-weight: 900;
}

.shop-toolbar input,
.shop-toolbar select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.shop-toolbar input,
.shop-toolbar select,
.contact-form input,
.contact-form select {
  min-height: 52px;
  padding: 0 16px;
}

.shop-toolbar input:focus,
.shop-toolbar select:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  outline: none;
  border-color: rgba(207, 23, 31, 0.32);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 4px rgba(207, 23, 31, 0.08);
}

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

.product-card {
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-card img {
  aspect-ratio: 4 / 3;
}

.product-body p {
  margin: 10px 0 0;
}

.product-row {
  justify-content: space-between;
  margin-top: 18px;
}

.product-row strong {
  color: var(--ink-soft);
  font-size: 0.93rem;
  font-weight: 900;
}

.product-card.is-hidden {
  display: none;
}

.no-results {
  margin: 22px 0 0;
  padding: 22px;
  color: var(--muted);
  text-align: center;
  font-weight: 900;
}

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

.info-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 28px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.info-card::after {
  content: "";
  position: absolute;
  inset: auto -35px -45px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 23, 31, 0.13), transparent 70%);
}

.info-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(207, 23, 31, 0.16);
  border-radius: 16px;
  background: rgba(207, 23, 31, 0.08);
  color: var(--brand-red);
  font-size: 1.05rem;
  font-weight: 900;
}

.info-card h3 {
  margin: 24px 0 10px;
  font-size: 1.18rem;
}

.info-card p {
  margin: 0;
  font-size: 0.94rem;
}

.info-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-red);
  font-weight: 900;
  border-bottom: 1px solid rgba(207, 23, 31, 0.24);
}

.info-card a:hover {
  border-color: currentColor;
}

.app-docs-section {
  padding-top: 26px;
}

.docs-app {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  overflow: hidden;
  padding: 18px;
  border-radius: 38px;
}

.docs-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 12%, rgba(207, 23, 31, 0.28), transparent 18rem),
    linear-gradient(135deg, rgba(17, 21, 19, 0.95), rgba(54, 65, 57, 0.88));
  color: #fff;
}

.docs-sidebar h2 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.docs-sidebar p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
}

.app-badge {
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

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

.docs-panel article {
  min-height: 205px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.docs-panel span {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 900;
}

.docs-panel h3 {
  margin: 14px 0 8px;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.docs-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-section {
  padding-top: 22px;
}

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

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: start;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 38px;
  background:
    radial-gradient(circle at 8% 8%, rgba(207, 23, 31, 0.28), transparent 22rem),
    radial-gradient(circle at 95% 90%, rgba(215, 175, 104, 0.18), transparent 20rem),
    linear-gradient(135deg, rgba(17, 21, 19, 0.92), rgba(39, 48, 42, 0.92));
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.contact-panel .eyebrow {
  color: #ffd49b;
}

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

.contact-form label {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form label:last-of-type {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.contact-form textarea {
  min-height: 124px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form option {
  color: var(--ink);
}

.contact-form button {
  justify-self: start;
}

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

.news-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 138px;
  overflow: hidden;
  padding: 15px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.news-card img {
  aspect-ratio: 230 / 112;
  border-radius: 22px;
}

.news-card time {
  color: var(--sage-dark);
  font-size: 0.8rem;
  font-weight: 900;
}

.news-card h3 {
  margin-top: 6px;
  font-size: 1rem;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}

.footer-bg {
  opacity: 0.55;
  filter: saturate(0.9) contrast(1.08);
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(207, 23, 31, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(17, 21, 19, 0.92), rgba(17, 21, 19, 0.8));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.footer-inner,
.footer-bottom {
  position: relative;
  width: var(--container);
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1fr;
  gap: 34px;
  padding: 82px 0 48px;
}

.footer-inner section {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.footer-logo {
  width: 96px;
  height: auto;
  margin-bottom: 18px;
}

.site-footer h2 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 900;
}

.site-footer p,
.site-footer section > a,
.footer-menu a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer section > a,
.footer-menu a {
  display: block;
  margin: 10px 0;
}

.site-footer section > a:hover,
.footer-menu a:hover,
.socials a:hover {
  color: #fff;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.partner-logos img {
  width: 82px;
  max-height: 58px;
  object-fit: contain;
  opacity: 0.84;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.14));
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.partner-logos img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.socials a {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
}

.wp-page,
.woocommerce-shell {
  min-height: 54vh;
}

.wp-content-card,
.woocommerce-shell {
  padding: clamp(26px, 4vw, 44px);
}

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

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

.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.woocommerce ul.products li.product img {
  aspect-ratio: 4 / 3;
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-right: 18px;
  margin-left: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ink);
  font-weight: 900;
}

.woocommerce ul.products li.product .price {
  color: var(--brand-red);
  font-weight: 900;
}

@keyframes bodyThemeRange {
  0%,
  28% {
    background-color: #101411;
  }
  34%,
  62% {
    background-color: #1f1a14;
  }
  68%,
  94% {
    background-color: #151c16;
  }
  100% {
    background-color: #101411;
  }
}

@keyframes bodyPhotoCrossfade {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  8%,
  33% {
    opacity: 1;
    transform: scale(1.07);
  }
  41%,
  100% {
    opacity: 0;
    transform: scale(1.11);
  }
}

@keyframes bodyOverlayRange {
  0%,
  28% {
    opacity: 1;
  }
  34%,
  62% {
    opacity: 1;
  }
  68%,
  94% {
    opacity: 0.96;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heroImageRange {
  0%,
  28% {
    content: url("../images/hero-sadr.jpg");
    transform: scale(1.04) skewY(-1deg);
    filter: saturate(1.24) contrast(1.12) brightness(0.92) hue-rotate(-8deg);
  }
  34%,
  62% {
    content: url("../images/collection-sadr.jpeg");
    transform: scale(1.1) skewY(1.2deg);
    filter: saturate(1.32) contrast(1.16) brightness(0.9) hue-rotate(10deg);
  }
  68%,
  94% {
    content: url("../images/collection-carina.jpeg");
    transform: scale(1.07) skewX(-1.2deg);
    filter: saturate(1.22) contrast(1.14) brightness(0.9) hue-rotate(-16deg);
  }
  100% {
    content: url("../images/hero-sadr.jpg");
    transform: scale(1.04) skewY(-1deg);
    filter: saturate(1.24) contrast(1.12) brightness(0.92) hue-rotate(-8deg);
  }
}

@keyframes prismSweep {
  from {
    transform: translate3d(-4%, -2%, 0) rotate(-8deg) scale(1);
  }
  to {
    transform: translate3d(4%, 3%, 0) rotate(10deg) scale(1.08);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes softReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glassDrift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -18px;
  }
}

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

@media (max-width: 1180px) {
  .site-header {
    border-radius: 30px;
  }

  .desktop-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .header-actions {
    grid-column: 2;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .collection-grid,
  .assurance-grid,
  .service-grid,
  .info-grid,
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .intro-strip,
  .category-grid,
  .info-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .series-panel,
  .contact-panel,
  .docs-app,
  .feature-band {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    min-height: 320px;
  }

  .series-media,
  .feature-image {
    min-height: 320px;
  }

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

@media (max-width: 680px) {
  :root {
    --container: min(100% - 28px, 1320px);
    --radius: 24px;
  }

  .site-header {
    top: 8px;
    margin-top: 8px;
    border-radius: 26px;
  }

  .header-inner {
    gap: 10px;
    min-height: 64px;
    padding: 0 8px 0 10px;
  }

  .brand {
    width: 92px;
    min-height: 46px;
  }

  .brand img {
    width: 72px;
  }

  .text-action {
    display: none;
  }

  .cart-action {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    min-height: 74svh;
    margin-top: 18px;
    border-radius: 0;
  }

  .hero-content {
    width: var(--container);
    margin-right: 14px;
    padding: 46px 22px 38px;
    border-radius: 28px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 18vw, 4.9rem);
  }

  .intro-strip,
  .assurance-grid,
  .category-grid,
  .collection-grid,
  .docs-panel,
  .info-grid,
  .product-grid,
  .service-grid,
  .footer-inner,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .floating-covers {
    opacity: 0.48;
  }

  .cover-two,
  .cover-five {
    display: none;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .intro-strip {
    margin-top: 16px;
  }

  .intro-strip div {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  }

  .intro-strip div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 62px 0;
  }

  .section-heading.compact {
    display: block;
  }

  .category-tile {
    min-height: 198px;
  }

  .collection-card {
    grid-template-columns: 1fr;
  }

  .collection-card img {
    aspect-ratio: 4 / 3;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Unified hero-image glass theme */
:root {
  --page-glass: rgba(18, 22, 19, 0.42);
  --page-glass-strong: rgba(18, 22, 19, 0.58);
  --page-glass-line: rgba(255, 255, 255, 0.18);
}

body {
  color: #fff;
  background: #101411;
}

.body-range-bg span {
  display: none;
}

.body-range-bg {
  background:
    linear-gradient(90deg, rgba(12, 15, 13, 0.14), rgba(12, 15, 13, 0.38) 68%),
    linear-gradient(180deg, rgba(12, 15, 13, 0.22), rgba(12, 15, 13, 0.08) 48%, rgba(12, 15, 13, 0.32)),
    url("../images/hero-sadr.jpg") center / cover fixed;
}

body::before,
body::after {
  display: none !important;
}

.site-header,
.site-header.is-scrolled,
.intro-strip,
.hero-content,
.assurance-grid article,
.service-grid article,
.category-tile,
.collection-card,
.product-card,
.info-card,
.docs-panel,
.docs-panel article,
.news-card,
.contact-form,
.woocommerce-shell,
.woocommerce ul.products li.product,
.site-footer,
.mobile-nav {
  border-color: var(--page-glass-line) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)), var(--page-glass) !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(22px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.18) !important;
}

main > section:not(.hero),
.site-footer {
  width: min(100% - 28px, 1480px);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid var(--page-glass-line);
  border-radius: 34px;
}

.section,
.site-footer {
  padding-right: clamp(18px, 3vw, 42px);
  padding-left: clamp(18px, 3vw, 42px);
}

.intro-strip {
  width: min(100% - 28px, 1480px);
  margin-right: auto;
  margin-left: auto;
}

.hero {
  background: transparent;
}

.hero-bg {
  filter: saturate(1.1) contrast(1.08) brightness(0.92);
}

.hero-shade {
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, rgba(12, 15, 13, 0.10), rgba(12, 15, 13, 0.54) 68%),
    linear-gradient(180deg, rgba(12, 15, 13, 0.22), rgba(12, 15, 13, 0.04) 48%, rgba(12, 15, 13, 0.28));
}

body,
body *:not(.fa-solid):not(.fa-brands):not(.fa-regular),
.desktop-nav,
.desktop-nav a,
.mobile-nav a,
.section-heading h2,
.section-heading p,
.eyebrow,
.assurance-grid h3,
.assurance-grid p,
.service-grid h3,
.service-grid p,
.category-tile h3,
.category-tile p,
.collection-card h3,
.collection-card p,
.product-card h3,
.product-card p,
.info-card h3,
.info-card p,
.docs-panel h3,
.docs-panel p,
.news-card h3,
.news-card p,
.site-footer h2,
.site-footer p,
.site-footer a,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  color: #fff !important;
}

.product-card .meta,
.product-card small,
.hero-copy,
.hero-stats span,
.intro-strip span,
.section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 680px) {
  main > section:not(.hero),
  .intro-strip,
  .site-footer {
    width: min(100% - 18px, 1480px);
    border-radius: 24px;
  }
}

/* Hero content full-width fix + full-page background coverage */
html,
body {
  min-height: 100%;
  background:
    linear-gradient(90deg, rgba(12, 15, 13, 0.14), rgba(12, 15, 13, 0.38) 68%),
    linear-gradient(180deg, rgba(12, 15, 13, 0.22), rgba(12, 15, 13, 0.08) 48%, rgba(12, 15, 13, 0.32)),
    url("../images/hero-sadr.jpg") center / cover fixed !important;
}

.body-range-bg {
  inset: 0;
  min-height: 100svh;
}

.site-header {
  margin-bottom: 0;
}

.hero {
  margin-top: 0;
  min-height: calc(100svh - 20px);
  padding: 116px 14px 42px;
}

.hero-content {
  width: min(100%, 1480px);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(34px, 5vw, 76px) clamp(22px, 5vw, 72px);
  border-radius: 34px;
}

@media (max-width: 680px) {
  .hero {
    margin-top: 0;
    min-height: auto;
    padding: 96px 9px 28px;
  }

  .hero-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 18px;
    border-radius: 24px;
  }
}

/* Series section glass color fix */
.series-section .series-tabs,
.series-section .series-panel {
  border-color: var(--page-glass-line) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)), rgba(18, 22, 19, 0.46) !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(22px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.18) !important;
}

.series-section .series-copy,
.series-section .series-copy h3,
.series-section .series-copy p,
.series-section .series-copy span,
.series-section .series-tabs button {
  color: #fff !important;
}

.series-section .series-copy span {
  color: rgba(255, 255, 255, 0.78) !important;
}

.series-section .series-tabs button:hover,
.series-section .series-tabs button.is-active {
  background: rgba(255, 255, 255, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 34px rgba(0, 0, 0, 0.22) !important;
}

.series-section .series-media img {
  filter: saturate(1.08) contrast(1.05) brightness(0.92);
}

.series-section .button.dark {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

/* Bottom app-style navigation */
.bottom-app-nav {
  position: fixed;
  right: 50%;
  bottom: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: min(620px, calc(100% - 28px));
  padding: 8px;
  border: 1px solid var(--page-glass-line);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)), rgba(18, 22, 19, 0.54);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  transform: translateX(50%);
}

.bottom-app-nav a {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff !important;
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.bottom-app-nav a:hover,
.bottom-app-nav a:focus-visible,
.bottom-app-nav a.is-active {
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 34px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.bottom-app-nav i {
  font-size: 0.95rem;
}

body {
  padding-bottom: 92px;
}

@media (max-width: 680px) {
  .bottom-app-nav {
    bottom: 10px;
    gap: 4px;
    width: min(100% - 16px, 520px);
    padding: 6px;
  }

  .bottom-app-nav a {
    flex-direction: column;
    gap: 2px;
    min-height: 52px;
    padding: 5px 4px;
    font-size: 0.68rem;
  }

  .bottom-app-nav i {
    font-size: 1rem;
  }
}

/* Remove top hero image layer; keep page background only */
.hero-bg,
.hero-shade,
.hero::before,
.hero::after {
  display: none !important;
}

.hero {
  background: transparent !important;
}

/* Loader, social float and generated page sections */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(240, 91, 63, 0.22), transparent 22rem),
    linear-gradient(135deg, rgba(8, 11, 9, 0.96), rgba(28, 21, 16, 0.94));
  animation: loaderExit 2s ease forwards;
}

.loader-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: 168px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  animation: loaderPulse 1.2s ease-in-out infinite alternate;
}

.loader-orbit img {
  width: 96px;
  max-height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

.loader-orbit span {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.72);
  border-right-color: rgba(240, 91, 63, 0.54);
  animation: loaderSpin 1.1s linear infinite;
}

.loader-orbit span:nth-child(3) {
  inset: 10px;
  animation-duration: 1.7s;
  animation-direction: reverse;
}

.loader-orbit span:nth-child(4) {
  inset: -24px;
  opacity: 0.44;
  animation-duration: 2.1s;
}

.social-float {
  position: fixed;
  left: 18px;
  top: 50%;
  z-index: 31;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--page-glass-line);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)), rgba(18, 22, 19, 0.54);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  transform: translateY(-50%);
}

.social-float a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #fff !important;
  font-size: 1.05rem;
}

.social-float a:hover,
.social-float a:focus-visible {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(2px);
}

.page-section {
  min-height: 48svh;
  display: grid;
  place-items: center;
}

.page-hero-card {
  width: min(100%, 1180px);
  padding: clamp(30px, 5vw, 72px);
  border: 1px solid var(--page-glass-line);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)), rgba(18, 22, 19, 0.46);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.page-hero-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-weight: 900;
}

.page-hero-card h2 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #fff !important;
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.08;
}

.page-hero-card p {
  max-width: 780px;
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 1.08rem;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderPulse {
  from {
    transform: scale(0.96);
  }
  to {
    transform: scale(1.03);
  }
}

@keyframes loaderExit {
  0%,
  78% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 780px) {
  .social-float {
    left: 10px;
    padding: 6px;
  }

  .social-float a {
    width: 38px;
    height: 38px;
  }
}

/* Section spacing and hero text slider */
main > section {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.hero {
  margin-top: 0 !important;
}

.hero-slider {
  display: grid;
  min-height: 560px;
  overflow: hidden;
}

.hero-slide {
  grid-area: 1 / 1;
  align-self: center;
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  animation: heroTextSlider 15s ease-in-out infinite;
}

.hero-slide:nth-child(2) {
  animation-delay: 5s;
}

.hero-slide:nth-child(3) {
  animation-delay: 10s;
}

.hero-slide h1,
.hero-slide h2 {
  margin: 0;
  direction: rtl;
  text-align: right;
  color: #fff !important;
  font-size: clamp(3rem, 8vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

@keyframes heroTextSlider {
  0%,
  6% {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    pointer-events: none;
  }
  11%,
  29% {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
  35%,
  100% {
    opacity: 0;
    transform: translateY(-22px) scale(0.985);
    pointer-events: none;
  }
}

@media (max-width: 680px) {
  main > section {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }

  .hero-slider {
    min-height: 620px;
  }

  .hero-slide h1,
  .hero-slide h2 {
    font-size: clamp(2.7rem, 15vw, 4.6rem);
  }
}

/* Right floating contact popover */
.contact-float {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 32;
  transform: translateY(-50%);
}

.contact-float-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 62px;
  min-height: 86px;
  border: 1px solid var(--page-glass-line);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)), rgba(18, 22, 19, 0.56);
  color: #fff;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  font-weight: 900;
}

.contact-float-button i {
  font-size: 1.22rem;
}

.contact-popover {
  position: absolute;
  top: 50%;
  right: calc(100% + 14px);
  width: min(330px, calc(100vw - 120px));
  padding: 18px;
  border: 1px solid var(--page-glass-line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)), rgba(18, 22, 19, 0.64);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(26px) saturate(1.22);
  -webkit-backdrop-filter: blur(26px) saturate(1.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(14px, -50%) scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.contact-float:hover .contact-popover,
.contact-float:focus-within .contact-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
}

.popover-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.78rem;
  font-weight: 900;
}

.contact-popover h3 {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.35;
}

.contact-popover a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #fff !important;
}

.contact-popover a:hover,
.contact-popover a:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
}

.contact-popover a i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.contact-popover a strong,
.contact-popover a small {
  display: block;
}

.contact-popover a strong {
  font-weight: 900;
}

.contact-popover a small {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.78rem;
}

@media (max-width: 780px) {
  .contact-float {
    right: 10px;
  }

  .contact-float-button {
    width: 52px;
    min-height: 74px;
    font-size: 0.76rem;
  }

  .contact-popover {
    width: min(300px, calc(100vw - 86px));
    right: calc(100% + 10px);
  }
}
