:root {
  --ink: #171616;
  --ink-soft: #2b2929;
  --paper: #f3efe8;
  --paper-light: #fbf9f5;
  --wine: #8b1e2d;
  --wine-dark: #68131f;
  --line: rgba(23, 22, 22, .16);
  --light-line: rgba(255, 255, 255, .2);
  --muted: #716d68;
  --radius: 2px;
  --shadow: 0 22px 70px rgba(20, 17, 17, .12);
  --container: min(1320px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {

/* Arax editorial footer — 2026-08-27 */
.footer-cta {
  position: relative;
  overflow: hidden;
  background: #8b1e2d;
  color: #fff;
  padding: 58px 0;
}
.footer-cta::after {
  content: "ARAX";
  position: absolute;
  inset-inline-end: -20px;
  bottom: -68px;
  color: rgba(255,255,255,.055);
  font-family: Arial, sans-serif;
  font-size: clamp(120px, 20vw, 300px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}
.footer-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
.footer-cta .eyebrow {
  margin-bottom: 12px;
  color: rgba(255,255,255,.65);
}
.footer-cta h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.35;
}
.footer-cta-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 190px;
  justify-content: space-between;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
  transition: background .25s ease, color .25s ease;
}
.footer-cta-button:hover {
  background: #fff;
  color: #171616;
}
.site-footer {
  background: #121212 !important;
  color: rgba(255,255,255,.72) !important;
  padding: 0 !important;
}
.site-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.7fr) repeat(3, minmax(150px, .72fr));
  gap: clamp(36px, 5vw, 82px);
  padding-top: 86px;
  padding-bottom: 70px;
}
.site-footer .footer-brand {
  max-width: 520px;
}
.site-footer .footer-signature {
  margin: 0 0 22px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.07em;
}
.site-footer .eyebrow {
  margin-bottom: 18px;
  color: #b78a91;
}
.site-footer .footer-brand h2 {
  max-width: 460px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(27px, 2.5vw, 42px);
  line-height: 1.45;
}
.site-footer .footer-intro {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 14px;
  line-height: 2;
}
.site-footer .footer-social {
  display: flex;
  gap: 24px;
  margin-top: 28px;
}
.site-footer .footer-social a,
.site-footer .footer-contact-link {
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: color .2s ease, border-color .2s ease;
}
.site-footer .footer-social a:hover,
.site-footer .footer-contact-link:hover {
  color: #c99ba2;
  border-color: #c99ba2;
}
.site-footer .footer-column h3 {
  position: relative;
  margin: 5px 0 30px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 15px;
}
.site-footer .footer-column h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background: #8b1e2d;
}
.site-footer .footer-menu {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-menu li {
  margin: 0;
}
.site-footer .footer-menu a {
  color: rgba(255,255,255,.58);
  font-size: 13px;
  transition: color .2s ease, padding .2s ease;
}
.site-footer .footer-menu a:hover {
  color: #fff;
  padding-right: 5px;
}
.site-footer .footer-contact-label {
  margin: 0 0 9px;
  color: rgba(255,255,255,.42);
  font-size: 12px;
}
.site-footer .footer-phone {
  display: block;
  width: fit-content;
  margin-bottom: 4px;
  color: #fff;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 20px;
  letter-spacing: .03em;
}
.site-footer .footer-contact-link {
  display: inline-block;
  margin-top: 24px;
}
.site-footer .footer-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.site-footer .footer-trust > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  padding: 24px 18px;
}
.site-footer .footer-trust > div + div {
  border-right: 1px solid rgba(255,255,255,.1);
}
.site-footer .footer-trust strong {
  color: #fff;
  font-size: 22px;
}
.site-footer .footer-trust span {
  color: rgba(255,255,255,.48);
  font-size: 12px;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: rgba(255,255,255,.35);
  font-size: 11px;
}
.site-footer .footer-bottom p {
  margin: 0;
}
.site-footer .footer-bottom a {
  color: rgba(255,255,255,.6);
}
@media (max-width: 980px) {
  .site-footer .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .site-footer .footer-contact-wrap {
    grid-column: 2 / -1;
  }
}
@media (max-width: 700px) {
  .footer-cta {
    padding: 42px 0;
  }
  .footer-cta-inner {
    display: block;
  }
  .footer-cta h2 {
    font-size: 28px;
  }
  .footer-cta-button {
    width: 100%;
    margin-top: 28px;
  }
  .site-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
    padding-top: 58px;
    padding-bottom: 46px;
  }
  .site-footer .footer-brand,
  .site-footer .footer-contact-wrap {
    grid-column: 1 / -1;
  }
  .site-footer .footer-brand h2 {
    font-size: 30px;
  }
  .site-footer .footer-trust {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-trust > div {
    justify-content: space-between;
    padding: 16px 0;
  }
  .site-footer .footer-trust > div + div {
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-brand,
  .site-footer .footer-contact-wrap {
    grid-column: auto;
  }
}

  margin: 0;
  overflow-x: clip;
  direction: rtl;
  color: var(--ink);
  background: var(--paper-light);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.screen-reader-text {
  position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: -100px; right: 24px; z-index: 9999; background: #fff; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.eyebrow {
  margin: 0 0 18px;
  color: var(--wine);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3, h4 { margin: 0; line-height: 1.35; font-weight: 700; }
h1 { font-size: clamp(44px, 6.3vw, 104px); letter-spacing: -.035em; }
h2 { font-size: clamp(34px, 4vw, 66px); letter-spacing: -.025em; }
h3 { font-size: clamp(20px, 2vw, 30px); }
p { margin: 0 0 1.15em; }

.site-header {
  position: relative;
  z-index: 1000;
  background: rgba(251, 249, 245, .97);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease, transform .3s ease;
}
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 12px 35px rgba(0,0,0,.08); }
.site-header__utility { background: var(--ink); color: rgba(255,255,255,.74); font-size: 12px; }
.utility-row { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-row p { margin: 0; }
.utility-row a { direction: ltr; }
.site-header__main { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 170px; }
.brand .custom-logo-link { display: inline-flex; }
.brand .custom-logo { max-height: 60px; width: auto; }
.brand__latin { font-family: Georgia, serif; font-size: 32px; line-height: 1; letter-spacing: .18em; }
.brand__persian { padding-right: 13px; border-right: 1px solid var(--line); color: var(--muted); font-size: 11px; white-space: nowrap; }
.site-navigation { justify-self: center; }
.site-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 36px); margin: 0; padding: 0; list-style: none; }
.site-menu li { position: relative; }
.site-menu a { position: relative; display: block; padding: 30px 0; font-size: 14px; white-space: nowrap; }
.site-menu > li > a::after { content: ""; position: absolute; right: 0; bottom: 23px; width: 0; height: 1px; background: var(--wine); transition: width .25s ease; }
.site-menu > li:hover > a::after, .site-menu > .current-menu-item > a::after { width: 100%; }
.site-menu .sub-menu { position: absolute; top: 100%; right: -22px; min-width: 230px; margin: 0; padding: 14px 22px; list-style: none; background: var(--paper-light); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.site-menu > li:nth-last-child(-n+2) > .sub-menu { right: auto; left: 0; }
.site-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.site-menu .sub-menu a { padding: 10px 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; background: var(--wine); color: #fff; font-size: 13px; transition: background .2s ease; }
.header-cta:hover { background: var(--wine-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; background: transparent; border: 1px solid var(--line); }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: .25s ease; }

.hero { position: relative; min-height: min(860px, calc(100vh - 126px)); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink-soft); color: #fff; }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media { background: linear-gradient(135deg, #2d2826, #151414); background-position: center; background-size: cover; transform: scale(1.02); animation: hero-in 1.6s cubic-bezier(.2,.75,.25,1) both; }
.hero__veil { background: linear-gradient(90deg, rgba(12,11,11,.2), rgba(12,11,11,.78) 75%), linear-gradient(0deg, rgba(12,11,11,.65), transparent 50%); }
.hero__content { position: relative; z-index: 2; padding-block: clamp(120px, 16vh, 190px) 92px; }
.hero__content .eyebrow { color: #e0a8ae; }
.hero h1 { max-width: 850px; }
.hero__text { max-width: 650px; margin: 28px 0 36px; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.5vw, 21px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__signature { position: absolute; bottom: -45px; left: -10px; z-index: 1; color: rgba(255,255,255,.055); font: 700 clamp(150px, 25vw, 410px)/1 Georgia, serif; letter-spacing: -.08em; }
@keyframes hero-in { from { opacity: .25; transform: scale(1.12); } to { opacity: 1; transform: scale(1.02); } }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid transparent; font-size: 14px; transition: .25s ease; }
.button--light { background: #fff; color: var(--ink); }
.button--light:hover { background: var(--paper); transform: translateY(-2px); }
.button--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.button--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.button--wine { background: var(--wine); color: #fff; }
.button--wine:hover { background: var(--wine-dark); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; color: var(--wine); font-weight: 700; font-size: 14px; }

.section { padding-block: clamp(88px, 11vw, 160px); }
.section--categories { background: var(--paper); }
.section--dark { background: var(--ink); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading > p { max-width: 470px; color: var(--muted); }
.section-heading--light > p, .section-heading--light .text-link { color: rgba(255,255,255,.68); }
.section-heading--light .eyebrow { color: #d499a2; }

.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 240px; gap: 18px; }
.category-tile { position: relative; overflow: hidden; background: #d8d0c5; color: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.03); }
.category-tile--1 { grid-column: span 5; grid-row: span 2; }
.category-tile--2 { grid-column: span 4; }
.category-tile--3 { grid-column: span 3; }
.category-tile--4 { grid-column: span 3; }
.category-tile--5 { grid-column: span 4; }
.category-tile--6 { grid-column: span 12; }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.category-tile:hover img { transform: scale(1.045); }
.category-tile__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,13,12,.72), rgba(15,13,12,.04) 65%); }
.category-tile__content { position: absolute; right: 28px; bottom: 24px; display: flex; flex-direction: column; }
.category-tile__content strong { font-size: clamp(20px, 2.2vw, 34px); }
.category-tile__content small { color: rgba(255,255,255,.72); }
.category-tile--empty { background: linear-gradient(145deg, #393330, #1e1c1b); }

.heritage { background: var(--paper-light); overflow: hidden; }
.heritage__grid { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.heritage__year { color: var(--wine); font: 700 clamp(100px, 16vw, 240px)/1 Georgia, serif; letter-spacing: -.08em; direction: ltr; opacity: .95; }
.heritage__content { max-width: 660px; }
.heritage__content > p:not(.eyebrow) { margin: 30px 0; color: var(--muted); font-size: 18px; }
.heritage__facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.heritage__facts div { display: flex; align-items: baseline; gap: 15px; padding: 28px 0; border-left: 1px solid var(--line); }
.heritage__facts div:last-child { border-left: 0; }
.heritage__facts strong { color: var(--wine); font: 700 46px/1 Georgia, serif; }
.heritage__facts span { color: var(--muted); font-size: 13px; }

.product-editorial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-editorial:nth-child(even) { margin-top: 70px; }
.product-editorial__media { display: block; aspect-ratio: 4/5; overflow: hidden; background: #282525; }
.product-editorial__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.product-editorial:hover img { transform: scale(1.035); }
.product-editorial__meta { display: flex; justify-content: space-between; align-items: start; gap: 16px; padding-top: 18px; border-top: 1px solid var(--light-line); }
.product-editorial__meta h3 { font-size: 18px; }
.product-editorial__meta span { color: rgba(255,255,255,.6); font-size: 12px; white-space: nowrap; }

.services { background: var(--paper-light); }
.services-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 60px 1fr 1.1fr 30px; align-items: center; gap: 35px; min-height: 138px; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }
.service-row:hover { padding-inline: 22px; background: var(--paper); }
.service-row > span { color: var(--wine); font: 700 15px Georgia, serif; }
.service-row h3 { font-size: clamp(21px, 2vw, 31px); }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.service-row b { color: var(--wine); font-size: 25px; }

.projects { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.editorial-card { background: var(--paper-light); }
.editorial-card:nth-child(2) { transform: translateY(55px); }
.editorial-card__media { display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--ink-soft); }
.editorial-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.editorial-card:hover img { transform: scale(1.035); }
.editorial-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(255,255,255,.08); font: 700 70px Georgia, serif; }
.editorial-card__content { padding: 28px; }
.editorial-card__content .eyebrow { margin-bottom: 10px; }
.editorial-card__content h3 { margin-bottom: 14px; }
.editorial-card__content p { color: var(--muted); font-size: 14px; }

.craft { background: #e4ddd3; }
.craft__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.craft__steps { margin: 0; padding: 0; list-style: none; counter-reset: craft; }
.craft__steps li { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 25px 0; border-top: 1px solid rgba(0,0,0,.18); }
.craft__steps li:last-child { border-bottom: 1px solid rgba(0,0,0,.18); }
.craft__steps span { color: var(--wine); font: 700 18px Georgia, serif; }
.craft__steps h3 { margin-bottom: 6px; font-size: 22px; }
.craft__steps p { margin: 0; color: var(--muted); font-size: 14px; }

.trust-band { padding-block: 45px; background: var(--wine); color: #fff; }
.trust-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-band__grid div { display: flex; flex-direction: column; gap: 5px; padding-inline: 30px; border-left: 1px solid rgba(255,255,255,.24); }
.trust-band__grid div:last-child { border-left: 0; }
.trust-band__grid strong { font-size: 20px; }
.trust-band__grid span { color: rgba(255,255,255,.7); font-size: 12px; }

.final-cta { background: var(--paper-light); text-align: center; }
.final-cta__inner { max-width: 850px; }
.final-cta h2 { margin-bottom: 24px; }
.final-cta p:not(.eyebrow) { color: var(--muted); }
.final-cta .button { margin-top: 12px; }

.site-footer { padding-top: 90px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 80px; padding-bottom: 70px; }
.footer-brand h2 { max-width: 630px; margin-bottom: 20px; font-size: clamp(34px, 4vw, 62px); }
.footer-brand > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.55); }
.site-footer h3 { margin-bottom: 20px; font-size: 15px; }
.footer-menu, .footer-contact { margin: 0; padding: 0; list-style: none; }
.footer-menu a, .footer-contact a { display: inline-block; padding: 5px 0; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-menu a:hover, .footer-contact a:hover { color: #fff; }
.footer-widgets { padding-block: 30px; border-top: 1px solid var(--light-line); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; border-top: 1px solid var(--light-line); color: rgba(255,255,255,.4); font-size: 11px; }
.footer-bottom p { margin: 0; }

.page-main { min-height: 70vh; }
.page-hero { padding: 130px 0 70px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1050px; font-size: clamp(44px, 6vw, 92px); }
.page-hero--article { padding-bottom: 90px; }
.prose { max-width: 980px; padding-block: 75px 120px; font-size: 17px; }
.prose > * { max-width: 820px; margin-inline: auto; }
.prose h2, .prose h3 { margin-top: 2em; margin-bottom: .7em; }
.prose img, .prose .alignwide { max-width: 1180px; width: min(1180px, 100%); margin-block: 40px; margin-inline: 50%; transform: translateX(50%); }
.article-cover { margin-top: 50px; }
.article-cover img { width: 100%; max-height: 760px; object-fit: cover; }
.archive-grid { padding-block: 80px 130px; }
.archive-description { max-width: 650px; color: var(--muted); }
.pagination { padding-bottom: 100px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--line); }
.pagination .current { background: var(--wine); color: #fff; border-color: var(--wine); }
.not-found { min-height: 70vh; display: grid; place-items: center; padding-block: 100px; text-align: center; }
.not-found h1 { margin-bottom: 20px; }

.woocommerce-shell { padding-block: 70px 120px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 35px; color: var(--muted); font-size: 12px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 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; }
.woocommerce ul.products li.product a img { aspect-ratio: 4/5; object-fit: cover; margin: 0 0 18px!important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ink); font-size: 18px!important; }
.woocommerce ul.products li.product .price { color: var(--wine)!important; font-size: 13px!important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0!important; background: var(--ink)!important; color: #fff!important; }
.woocommerce div.product { padding-top: 70px; }
.woocommerce div.product .product_title { font-size: clamp(36px, 4vw, 64px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--wine); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  :root { --container: min(100% - 40px, 960px); }
  .site-header__main { grid-template-columns: auto auto 1fr; min-height: 78px; gap: 15px; }
  .menu-toggle { display: block; order: 3; justify-self: end; }
  .header-cta { display: none; }
  .site-navigation { position: fixed; inset: 112px 0 0; z-index: 999; display: none; padding: 35px 30px; overflow: auto; background: var(--paper-light); }
  .site-navigation.is-open { display: block; }
  .site-menu { display: block; }
  .site-menu a { padding: 13px 0; font-size: 20px; border-bottom: 1px solid var(--line); }
  .site-menu > li > a::after { display: none; }
  .site-menu .sub-menu { position: static; display: block; min-width: auto; padding: 0 25px; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .site-menu .sub-menu a { font-size: 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .category-grid { grid-auto-rows: 210px; }
  .category-tile--1 { grid-column: span 7; }
  .category-tile--2 { grid-column: span 5; }
  .category-tile--3, .category-tile--4 { grid-column: span 5; }
  .category-tile--5 { grid-column: span 7; }
  .heritage__grid, .craft__grid { grid-template-columns: 1fr; gap: 45px; }
  .heritage__year { font-size: 155px; }
  .product-editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .service-row { grid-template-columns: 45px 1fr; gap: 14px 22px; padding-block: 25px; }
  .service-row p { grid-column: 2; }
  .service-row b { display: none; }
  .trust-band__grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-card:nth-child(2) { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --container: calc(100vw - 30px); }
  body { font-size: 14px; }
  .site-header__utility { display: none; }
  .site-header__main { min-height: 72px; }
  .brand { min-width: 0; }
  .brand__latin { font-size: 26px; }
  .brand__persian { display: none; }
  .site-navigation { inset-block-start: 72px; }
  .hero { min-height: calc(100svh - 72px); }
  .hero__veil { background: linear-gradient(0deg, rgba(12,11,11,.86), rgba(12,11,11,.16) 72%); }
  .hero__content { padding-bottom: 52px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero__signature { left: 0; max-width: 100%; overflow: hidden; font-size: 120px; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding-inline: 16px; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 38px; }
  .category-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 310px; gap: 12px; }
  .category-tile { grid-column: auto!important; grid-row: auto!important; }
  .heritage__year { font-size: 110px; }
  .heritage__facts { grid-template-columns: 1fr; }
  .heritage__facts div { border-left: 0; border-bottom: 1px solid var(--line); }
  .heritage__facts div:last-child { border-bottom: 0; }
  .product-editorial-grid { grid-template-columns: 1fr; }
  .product-editorial:nth-child(even) { margin-top: 0; }
  .product-editorial__media { aspect-ratio: 4/5; }
  .services-list { border-top: 0; }
  .service-row { grid-template-columns: 34px 1fr; }
  .editorial-grid { grid-template-columns: 1fr; }
  .craft__grid { gap: 40px; }
  .trust-band__grid { grid-template-columns: 1fr; gap: 0; }
  .trust-band__grid div { padding: 20px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 90px 0 45px; }
  .prose { padding-block: 55px 85px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 25px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}


/* Arax retail redesign — inspired by premium international furniture stores */
:root {
  --arax-gray-950: #1e1f20;
  --arax-gray-800: #3f4142;
  --arax-gray-650: #67696a;
  --arax-gray-300: #d7d8d8;
  --arax-gray-150: #ececea;
  --arax-gray-075: #f5f5f3;
  --arax-wine: #8b1e2d;
}
body {
  background: var(--arax-gray-075);
}
.site-header.site-header--editorial {
  position: relative;
  inset: auto;
  z-index: 100;
  width: 100%;
  background: transparent;
  box-shadow: none;
}
.site-header--editorial .site-header__utility {
  height: 36px;
  padding: 0;
  background: var(--arax-gray-950);
  color: rgba(255,255,255,.82);
  border: 0;
}
.site-header--editorial .utility-row {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.site-header--editorial .utility-row p,
.site-header--editorial .utility-row span {
  margin: 0;
  font-size: 10px;
  letter-spacing: .12em;
}
.site-header--editorial .utility-row span {
  color: rgba(255,255,255,.45);
  font-family: Arial, sans-serif;
}
.site-header--editorial .site-header__bar {
  background: var(--arax-gray-650);
}
.site-header--editorial .site-header__main {
  min-height: 82px;
  display: grid;
  grid-template-columns: 190px minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(24px,4vw,62px);
}
.site-header--editorial .brand {
  width: 190px;
  max-width: 190px;
  height: 62px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.site-header--editorial .brand .custom-logo-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header--editorial .brand img,
.site-header--editorial .brand .custom-logo {
  width: auto !important;
  max-width: 180px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain;
  object-position: right center;
}
.site-header--editorial .brand__latin,
.site-header--editorial .brand__persian {
  color: #fff;
}
.site-header--editorial .site-navigation {
  justify-self: center;
}
.site-header--editorial .site-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px,2.2vw,34px);
  margin: 0;
  padding: 0;
}
.site-header--editorial .site-menu > li > a {
  position: relative;
  padding: 29px 0 26px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 400;
}
.site-header--editorial .site-menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .25s ease;
}
.site-header--editorial .site-menu > li > a:hover::after,
.site-header--editorial .site-menu > .current-menu-item > a::after {
  width: 100%;
}
.site-header--editorial .header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.site-header--editorial .header-phone {
  direction: ltr;
  color: rgba(255,255,255,.72);
  font-family: Arial,sans-serif;
  font-size: 11px;
}
.site-header--editorial .header-cta {
  min-width: 142px;
  padding: 12px 16px;
  background: var(--arax-gray-950);
  color: #fff;
  border: 1px solid var(--arax-gray-950);
  text-align: center;
  font-size: 12px;
}
.site-header--editorial .header-cta:hover {
  background: var(--arax-wine);
  border-color: var(--arax-wine);
}
.hero {
  min-height: clamp(620px,76vh,860px);
  display: grid;
  align-items: center;
  margin: 0;
  background: #333;
}
.hero__media {
  background-position: center;
  background-size: cover;
  transform: none;
}
.hero__veil {
  background: linear-gradient(90deg,rgba(15,16,16,.22),rgba(15,16,16,.56) 72%,rgba(15,16,16,.72));
}
.hero__content {
  max-width: 740px;
  margin-right: max(0px,calc((100vw - 1320px)/2));
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
.hero .eyebrow {
  color: rgba(255,255,255,.72);
}
.hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(48px,6vw,92px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.035em;
}
.hero__text {
  max-width: 590px;
  color: rgba(255,255,255,.74);
  font-size: 16px;
}
.hero__signature {
  display: none;
}
.hero__actions {
  gap: 12px;
}
.hero .button {
  min-width: 170px;
  padding: 14px 24px;
}
.hero .button--light {
  background: #fff;
  color: var(--arax-gray-950);
}
.hero .button--ghost {
  border-color: rgba(255,255,255,.65);
  color: #fff;
}
.section {
  padding-top: clamp(78px,9vw,132px);
  padding-bottom: clamp(78px,9vw,132px);
}
.section--categories {
  background: var(--arax-gray-075);
}
.section-heading {
  align-items: end;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(30,31,32,.14);
  padding-bottom: 26px;
}
.section-heading h2 {
  font-size: clamp(32px,4vw,56px);
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.category-tile,
.category-tile[class*="category-tile--"] {
  grid-column: auto;
  grid-row: auto;
  min-height: 390px;
  aspect-ratio: .92;
  overflow: hidden;
  background: #d8d8d5;
}
.category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.category-tile:hover img {
  transform: scale(1.035);
}
.category-tile__shade {
  background: linear-gradient(0deg,rgba(15,15,15,.6),rgba(15,15,15,0) 60%);
}
.category-tile__content {
  right: 28px;
  left: 28px;
  bottom: 26px;
}
.category-tile__content strong {
  font-size: 22px;
}
.heritage {
  background: #d9dada;
}
.heritage__grid {
  grid-template-columns: .72fr 1.3fr 1fr;
}
.heritage__year {
  color: var(--arax-gray-650);
  opacity: .28;
}
.heritage__content h2 {
  font-size: clamp(36px,4.6vw,68px);
}
.products-showcase.section--dark {
  background: #e6e6e3;
  color: var(--arax-gray-950);
}
.products-showcase .section-heading--light h2,
.products-showcase .section-heading--light .text-link,
.products-showcase .product-editorial__meta h3,
.products-showcase .product-editorial__meta a {
  color: var(--arax-gray-950);
}
.products-showcase .section-heading--light {
  border-color: rgba(30,31,32,.14);
}
.products-showcase .product-editorial__media {
  background: #d4d4d1;
}
.products-showcase .product-editorial__meta span {
  color: #6b6d6e;
}
.product-editorial-grid {
  gap: 18px;
}
.product-editorial__media {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.product-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}
.product-editorial:hover .product-editorial__media img {
  transform: scale(1.025);
}
.services {
  background: #f5f5f3;
}
.service-row {
  grid-template-columns: 70px 1fr 1.25fr 36px;
  border-color: rgba(30,31,32,.14);
}
.service-row:hover {
  background: #fff;
}
.projects {
  background: #dedfdf;
}
.craft {
  background: var(--arax-gray-950);
  color: #fff;
}
.craft h2,
.craft h3 {
  color: #fff;
}
.craft p {
  color: rgba(255,255,255,.58);
}
.craft__steps li {
  border-color: rgba(255,255,255,.13);
}
.trust-band {
  background: var(--arax-gray-650);
}
.final-cta {
  background: var(--arax-gray-075);
}
.final-cta__inner {
  max-width: 900px;
  text-align: center;
}
.final-cta__inner .eyebrow {
  justify-content: center;
}
.button--wine {
  background: var(--arax-wine);
}
@media (max-width: 1100px) {
  .site-header--editorial .site-header__main {
    grid-template-columns: 150px 1fr auto;
  }
  .site-header--editorial .brand {
    width: 150px;
  }
  .site-header--editorial .brand img,
  .site-header--editorial .brand .custom-logo {
    max-width: 145px !important;
  }
  .site-header--editorial .header-phone {
    display: none;
  }
}
@media (max-width: 820px) {
  .site-header--editorial .utility-row span {
    display: none;
  }
  .site-header--editorial .site-header__main {
    min-height: 70px;
    grid-template-columns: 1fr auto;
  }
  .site-header--editorial .brand {
    width: 142px;
    height: 54px;
  }
  .site-header--editorial .header-actions {
    display: none;
  }
  .site-header--editorial .menu-toggle {
    display: flex;
    grid-column: 2;
  }
  .site-header--editorial .site-navigation {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .hero {
    min-height: 650px;
  }
  .hero__content {
    margin: 0;
    padding-inline: 28px;
  }
  .hero h1 {
    font-size: clamp(42px,11vw,66px);
  }
  .category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .category-tile,
  .category-tile[class*="category-tile--"] {
    min-height: 320px;
  }
  .heritage__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .site-header--editorial .site-header__utility {
    height: 30px;
  }
  .site-header--editorial .utility-row {
    height: 30px;
  }
  .site-header--editorial .site-header__main {
    min-height: 64px;
  }
  .site-header--editorial .brand {
    width: 126px;
    height: 48px;
  }
  .site-header--editorial .brand img,
  .site-header--editorial .brand .custom-logo {
    max-width: 122px !important;
    max-height: 44px !important;
  }
  .hero {
    min-height: 570px;
  }
  .hero__content {
    padding-inline: 20px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero__text {
    font-size: 14px;
  }
  .hero__actions {
    display: grid;
  }
  .hero .button {
    width: 100%;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-tile,
  .category-tile[class*="category-tile--"] {
    min-height: 440px;
    aspect-ratio: 4/5;
  }
  .service-row {
    grid-template-columns: 38px 1fr;
  }
  .service-row p {
    grid-column: 2;
  }
}


/* Arax Storefront V3 — structural rebuild */
.arax-v3-header { position:relative; z-index:200; background:#fff; }
.arax-v3-topbar { height:34px; background:#242526; color:#ddd; }
.arax-v3-topbar .container { height:34px; display:flex; align-items:center; justify-content:center; gap:24px; }
.arax-v3-topbar span { font:10px Arial,sans-serif; letter-spacing:.16em; color:#8e9091; }
.arax-v3-topbar p { margin:0; font-size:11px; }
.arax-v3-navwrap { background:#707273; }
.arax-v3-navrow { min-height:76px; display:grid; grid-template-columns:160px 1fr 150px; align-items:center; gap:38px; direction:rtl; }
.arax-v3-logo { width:150px; display:flex; align-items:center; gap:9px; color:#fff; line-height:1; }
.arax-v3-logo strong { color:#fff; font-size:28px; font-weight:900; letter-spacing:-.08em; }
.arax-v3-logo small { width:38px; color:rgba(255,255,255,.55); font-size:8px; line-height:1.5; }
.arax-v3-nav { justify-self:center; }
.arax-v3-menu { display:flex; align-items:center; justify-content:center; gap:30px; margin:0; padding:0; list-style:none; }
.arax-v3-menu li { position:relative; margin:0; }
.arax-v3-menu a { display:block; padding:28px 0 25px; color:rgba(255,255,255,.9); font-size:12px; white-space:nowrap; }
.arax-v3-menu a::after { content:""; position:absolute; right:0; bottom:20px; width:0; height:1px; background:#fff; transition:.25s; }
.arax-v3-menu a:hover::after,.arax-v3-menu .current-menu-item>a::after { width:100%; }
.arax-v3-tools { justify-self:end; display:flex; align-items:center; gap:16px; }
.arax-v3-tools>a { color:#fff; font-size:11px; }
.arax-v3-tools .arax-v3-contact { padding:11px 17px; background:#262728; }
.arax-v3-toggle { display:none; }

.arax-v3 { background:#f1f2f2; }
.arax-v3-hero { position:relative; height:min(76vh,760px); min-height:610px; overflow:hidden; background:#222; }
.arax-v3-slides,.arax-v3-slide { position:absolute; inset:0; }
.arax-v3-slide { opacity:0; visibility:hidden; transition:opacity .7s ease,visibility .7s; }
.arax-v3-slide.is-active { opacity:1; visibility:visible; }
.arax-v3-slide-image { width:100%; height:100%; object-fit:cover; display:block; }
.arax-v3-slide-fallback { background-position:center; background-size:cover; }
.arax-v3-slide-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,10,10,.08),rgba(10,10,10,.28) 45%,rgba(10,10,10,.7)); }
.arax-v3-slide-copy { position:relative; z-index:2; height:100%; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding-left:52%; color:#fff; }
.arax-v3-slide-copy p { margin:0 0 18px; font:700 11px Arial,sans-serif; letter-spacing:.16em; color:#d1d1d1; }
.arax-v3-slide-copy h1 { margin:0 0 18px; max-width:640px; color:#fff; font-size:clamp(44px,5.4vw,82px); line-height:1.22; letter-spacing:-.045em; }
.arax-v3-slide-copy span { max-width:530px; color:rgba(255,255,255,.75); font-size:15px; }
.arax-v3-slide-copy>a { display:inline-flex; margin-top:32px; min-width:160px; justify-content:center; padding:14px 22px; background:#fff; color:#202122; font-size:12px; }
.arax-v3-slider-controls { position:absolute; z-index:5; right:50%; bottom:24px; transform:translateX(50%); display:flex; align-items:center; gap:18px; }
.arax-v3-slider-controls>button { width:38px; height:38px; padding:0; border:1px solid rgba(255,255,255,.45); background:transparent; color:#fff; cursor:pointer; }
.arax-v3-slider-dots { display:flex; gap:8px; }
.arax-v3-slider-dots button { width:26px; height:2px; padding:0; border:0; background:rgba(255,255,255,.38); cursor:pointer; }
.arax-v3-slider-dots button.is-active { background:#fff; }

.arax-v3-section { padding:105px 0; }
.arax-v3-heading { margin-bottom:44px; text-align:center; }
.arax-v3-heading p { margin:0 0 12px; color:#8b1e2d; font:700 10px Arial,sans-serif; letter-spacing:.2em; }
.arax-v3-heading h2 { color:#232425; font-size:clamp(32px,4vw,54px); }
.arax-v3-heading--row { display:flex; align-items:end; justify-content:space-between; text-align:right; border-bottom:1px solid #cfd0d0; padding-bottom:22px; }
.arax-v3-heading--row div p { text-align:right; }
.arax-v3-heading--row>a { color:#444; font-size:12px; border-bottom:1px solid #999; }

.arax-v3-needs { background:#f1f2f2; }
.arax-v3-category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.arax-v3-category { position:relative; min-height:510px; overflow:hidden; background:#c8caca; }
.arax-v3-category img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.arax-v3-category>span { position:absolute; inset:0; background:linear-gradient(0deg,rgba(12,12,12,.68),transparent 64%); }
.arax-v3-category>div { position:absolute; right:28px; left:28px; bottom:25px; color:#fff; }
.arax-v3-category h3 { margin:0 0 5px; color:#fff; font-size:24px; }
.arax-v3-category p { margin:0; color:rgba(255,255,255,.68); font-size:12px; }
.arax-v3-category:hover img { transform:scale(1.035); }

.arax-v3-products { background:#fff; }
.arax-v3-product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:42px 18px; }
.arax-v3-product-image { display:block; aspect-ratio:4/5; overflow:hidden; background:#e5e6e6; }
.arax-v3-product-image img { width:100%; height:100%; object-fit:cover; transition:transform .65s ease; }
.arax-v3-product:hover img { transform:scale(1.03); }
.arax-v3-product>div { padding-top:15px; }
.arax-v3-product h3 { margin:0 0 3px; font-size:15px; font-weight:500; }
.arax-v3-product p { margin:0; color:#777; font-size:12px; }

.arax-v3-story { display:grid; grid-template-columns:1.15fr .85fr; min-height:650px; background:#d6d7d7; }
.arax-v3-story-image { background:linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.12)),url('https://araxe.ir/wp-content/uploads/2026/08/IMG_1905-scaled.jpeg') center/cover no-repeat; }
.arax-v3-story-copy { display:flex; flex-direction:column; justify-content:center; padding:80px clamp(44px,7vw,110px); }
.arax-v3-story-copy>p,.arax-v3-contact-band p { margin:0 0 16px; color:#8b1e2d; font:700 10px Arial,sans-serif; letter-spacing:.2em; }
.arax-v3-story-copy h2 { max-width:560px; margin-bottom:22px; font-size:clamp(38px,4.4vw,66px); }
.arax-v3-story-copy span { max-width:580px; color:#5f6162; }
.arax-v3-story-copy a { width:max-content; margin-top:30px; padding-bottom:5px; border-bottom:1px solid #343536; font-size:12px; }

.arax-v3-benefits { background:#2a2b2c; color:#fff; }
.arax-v3-benefits .container { display:grid; grid-template-columns:repeat(4,1fr); }
.arax-v3-benefits .container>div { padding:36px 24px; text-align:center; border-left:1px solid rgba(255,255,255,.12); }
.arax-v3-benefits .container>div:last-child { border:0; }
.arax-v3-benefits strong { display:block; color:#fff; font-size:24px; }
.arax-v3-benefits span { color:rgba(255,255,255,.55); font-size:11px; }
.arax-v3-contact-band { padding:78px 0; background:#8b1e2d; color:#fff; }
.arax-v3-contact-band .container { display:flex; align-items:end; justify-content:space-between; gap:42px; }
.arax-v3-contact-band p { color:rgba(255,255,255,.58); }
.arax-v3-contact-band h2 { color:#fff; font-size:clamp(30px,3.6vw,52px); }
.arax-v3-contact-band a { flex:0 0 auto; padding:15px 28px; background:#fff; color:#232425; font-size:12px; }

@media(max-width:1050px){
 .arax-v3-navrow{grid-template-columns:130px 1fr auto;gap:20px}
 .arax-v3-menu{gap:18px}
 .arax-v3-menu a{font-size:11px}
 .arax-v3-tools>a:first-child{display:none}
 .arax-v3-slide-copy{padding-left:42%}
}
@media(max-width:820px){
 .arax-v3-topbar span{display:none}
 .arax-v3-navrow{min-height:68px;grid-template-columns:1fr auto}
 .arax-v3-logo{width:130px}
 .arax-v3-toggle{display:flex;grid-column:2}
 .arax-v3-tools{display:none}
 .arax-v3-nav{display:none;grid-column:1/-1;justify-self:stretch;background:#656768}
 .arax-v3-nav.is-open{display:block}
 .arax-v3-menu{display:grid;gap:0;padding:12px 0 18px}
 .arax-v3-menu a{padding:11px 20px}
 .arax-v3-menu a::after{display:none}
 .arax-v3-hero{height:650px;min-height:650px}
 .arax-v3-slide-copy{padding:60px 26px;justify-content:flex-end}
 .arax-v3-slide-shade{background:linear-gradient(0deg,rgba(10,10,10,.78),rgba(10,10,10,.08) 70%)}
 .arax-v3-slide-copy h1{font-size:54px}
 .arax-v3-category-grid{grid-template-columns:1fr 1fr}
 .arax-v3-category:last-child{grid-column:1/-1}
 .arax-v3-product-grid{grid-template-columns:1fr 1fr}
 .arax-v3-story{grid-template-columns:1fr}
 .arax-v3-story-image{min-height:520px}
 .arax-v3-benefits .container{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
 .arax-v3-topbar{height:30px}.arax-v3-topbar .container{height:30px}
 .arax-v3-logo strong{font-size:24px}
 .arax-v3-hero{height:590px;min-height:590px}
 .arax-v3-slide-copy h1{font-size:40px}
 .arax-v3-slide-copy span{font-size:13px}
 .arax-v3-section{padding:72px 0}
 .arax-v3-category-grid{grid-template-columns:1fr}
 .arax-v3-category,.arax-v3-category:last-child{grid-column:auto;min-height:470px}
 .arax-v3-product-grid{gap:30px 12px}
 .arax-v3-heading--row{align-items:flex-start}
 .arax-v3-story-image{min-height:390px}
 .arax-v3-story-copy{padding:58px 24px}
 .arax-v3-benefits .container{grid-template-columns:1fr}
 .arax-v3-benefits .container>div{border-left:0;border-bottom:1px solid rgba(255,255,255,.12)}
 .arax-v3-contact-band .container{display:block}
 .arax-v3-contact-band a{display:inline-block;margin-top:28px}
}


/* V3 nested navigation correction */
.arax-v3-menu .sub-menu {
  position:absolute;
  z-index:300;
  top:100%;
  right:-18px;
  min-width:230px;
  display:block;
  margin:0;
  padding:12px 0;
  list-style:none;
  background:#fff;
  box-shadow:0 16px 45px rgba(0,0,0,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s;
}
.arax-v3-menu li:hover>.sub-menu,
.arax-v3-menu li:focus-within>.sub-menu {
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.arax-v3-menu .sub-menu li { width:100%; }
.arax-v3-menu .sub-menu a {
  padding:9px 18px;
  color:#303132;
  font-size:11px;
}
.arax-v3-menu .sub-menu a::after { display:none; }
.arax-v3-menu .sub-menu a:hover { background:#f0f0ef; }
@media(max-width:820px){
 .arax-v3-menu .sub-menu{position:static;min-width:0;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#5e6061;padding:0 18px}
 .arax-v3-menu li.is-open>.sub-menu,.arax-v3-menu li:hover>.sub-menu{display:block}
 .arax-v3-menu .sub-menu a{color:#fff;padding:8px 20px}
}


/* V3 hero copy positioning */
.arax-v3-slide-copy { position:absolute; inset:0; }
