/** Shopify CDN: Minification failed

Line 1246:0 Unexpected "}"

**/
/* ==========================================================================
   ZAETH ESSENTIAL — Hero Section
   Concrete typography + optional mid-nav · layout otherwise unchanged
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Oswald:wght@600;700&display=swap");

.zaeth-hero {
  --zaeth-bg: #050505;
  --zaeth-text: #f2f0ec;
  --zaeth-text-muted: #8a8680;
  --zaeth-accent: #b8b4ae;
  --zaeth-overlay: 0.35;
  --zaeth-typo-scale: 1;
  --zaeth-typo-opacity: 0.48;
  --zaeth-header-height: 80px;
  --zaeth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zaeth-font-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --zaeth-font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --zaeth-font-display: "Oswald", "Arial Narrow", Impact, sans-serif;

  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100svh;
  height: 100svh;
  max-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--zaeth-bg);
  color: var(--zaeth-text);
  font-family: var(--zaeth-font-sans);
  -webkit-font-smoothing: antialiased;
}

.zaeth-hero__svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .zaeth-hero *,
  .zaeth-hero *::before,
  .zaeth-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.zaeth-hero .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.zaeth-hero__header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 60;
  height: var(--zaeth-header-height);
  background: transparent !important;
  pointer-events: none;
}

.zaeth-hero__header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 clamp(1rem, 3vw, 2.75rem);
  background: transparent !important;
  pointer-events: none;
}

.zaeth-hero__header-left,
.zaeth-hero__header-right,
.zaeth-hero__logo,
.zaeth-hero__menu-btn,
.zaeth-hero__nav-link,
.zaeth-hero__icon-btn,
.zaeth-hero__mid-link {
  pointer-events: auto;
}

.zaeth-hero__header-left {
  display: flex;
  align-items: center;
  z-index: 2;
}

.zaeth-hero__header-right {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
  z-index: 2;
}

.zaeth-hero__menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0;
  border: 0;
  background: transparent;
  color: var(--zaeth-text);
  cursor: pointer;
  font: inherit;
}

.zaeth-hero__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 18px;
}

.zaeth-hero__hamburger span {
  display: block;
  height: 1px;
  width: 100%;
  background: currentColor;
  transition: transform 0.4s var(--zaeth-ease), opacity 0.3s ease;
}

.zaeth-hero__menu-btn.is-open .zaeth-hero__hamburger span:first-child {
  transform: translateY(3px) rotate(45deg);
}
.zaeth-hero__menu-btn.is-open .zaeth-hero__hamburger span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.zaeth-hero__menu-label,
.zaeth-hero__nav-link {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--zaeth-text);
  line-height: 1;
  transition: opacity 0.35s var(--zaeth-ease);
}

.zaeth-hero__nav-link:hover,
.zaeth-hero__menu-btn:hover .zaeth-hero__menu-label {
  opacity: 0.55;
}

/* Centered logo — absolute so mid-nav doesn’t shift it */
.zaeth-hero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--zaeth-text);
  line-height: 1;
  z-index: 1;
  transition: opacity 0.35s var(--zaeth-ease);
}

.zaeth-hero__logo:hover { opacity: 0.75; }

.zaeth-hero__logo-primary {
  font-family: var(--zaeth-font-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
}

.zaeth-hero__logo-secondary {
  margin-top: 0.2rem;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.55em;
  text-indent: 0.55em;
  text-transform: uppercase;
  opacity: 0.85;
}

.zaeth-hero__logo-img {
  display: block;
  max-height: 48px;
  width: auto;
}

/* ---- Optional mid-nav (desktop) ---- */
.zaeth-hero__mid-nav {
  display: none;
  align-items: center;
  gap: clamp(1.75rem, 3.2vw, 3.25rem);
  margin-right: clamp(0.5rem, 1.5vw, 1.5rem);
}

@media (min-width: 990px) {
  .zaeth-hero__mid-nav {
    display: flex;
  }
}

.zaeth-hero__mid-link {
  position: relative;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--zaeth-text);
  line-height: 1.2;
  padding: 0.35rem 0;
  opacity: 0.85;
  transition: opacity 0.4s var(--zaeth-ease), letter-spacing 0.45s var(--zaeth-ease);
}

.zaeth-hero__mid-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.45s var(--zaeth-ease), opacity 0.45s var(--zaeth-ease);
}

.zaeth-hero__mid-link:hover {
  opacity: 1;
  letter-spacing: 0.34em;
}

.zaeth-hero__mid-link:hover::after {
  transform: scaleX(1);
  opacity: 0.7;
}

.zaeth-hero__icon-btn {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--zaeth-text);
  transition: opacity 0.35s var(--zaeth-ease), transform 0.45s var(--zaeth-ease);
}

.zaeth-hero__icon-btn:hover {
  opacity: 0.55;
  transform: rotate(45deg);
}

.zaeth-hero__star-icon {
  width: 18px;
  height: 18px;
}

/* Mobile nav panel */
.zaeth-hero__mobile-nav {
  position: absolute;
  top: var(--zaeth-header-height);
  left: 0;
  right: 0;
  z-index: 70;
  pointer-events: auto;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.78) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.25rem clamp(1rem, 3vw, 2.75rem) 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.4s var(--zaeth-ease), transform 0.4s var(--zaeth-ease), visibility 0.4s;
}

.zaeth-hero__mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zaeth-hero__mobile-nav[hidden] {
  display: block !important; /* controlled via .is-open; keep for a11y toggle */
  pointer-events: none;
}

.zaeth-hero__mobile-nav.is-open[hidden] {
  pointer-events: auto;
}

.zaeth-hero__mobile-nav-inner {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.zaeth-hero__mobile-link {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--zaeth-text);
  padding: 0.4rem 0;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.zaeth-hero__mobile-link:hover { opacity: 1; }

@media (min-width: 990px) {
  .zaeth-hero__mobile-nav { display: none !important; }
}

/* ==========================================================================
   STAGE (unchanged composition)
   ========================================================================== */
.zaeth-hero__stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--zaeth-bg);
}

.zaeth-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  will-change: transform;
  background: var(--zaeth-bg);
}

.zaeth-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}

.zaeth-hero__bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(40, 38, 36, 0.28) 0%, transparent 70%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, calc(var(--zaeth-overlay))) 100%);
  pointer-events: none;
}

/* ==========================================================================
   CONCRETE HERO TYPOGRAPHY
   ========================================================================== */
.zaeth-hero__typo {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: transform;
  transform: translateY(-6%);
  opacity: var(--zaeth-typo-opacity);
}

.zaeth-hero__typo-stack {
  position: relative;
  display: grid;
  place-items: center;
  line-height: 0;
}

.zaeth-hero__typo-layer {
  grid-area: 1 / 1;
  font-family: var(--zaeth-font-display);
  font-size: calc(clamp(5rem, 19.5vw, 18rem) * var(--zaeth-typo-scale));
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
}

/* Soft depth plate — sits behind stone */
.zaeth-hero__typo-layer--shadow {
  color: transparent;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 4px 10px rgba(0, 0, 0, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.04);
  transform: translate3d(0.5px, 1.5px, 0);
  opacity: 0.85;
}

/* Main concrete body */
.zaeth-hero__typo-layer--stone {
  color: #9a9690;
  background-image:
    /* subtle pits / imperfect fill */
    radial-gradient(ellipse 2px 1.5px at 20% 30%, rgba(0, 0, 0, 0.35), transparent 60%),
    radial-gradient(ellipse 1.5px 2px at 55% 62%, rgba(0, 0, 0, 0.28), transparent 60%),
    radial-gradient(ellipse 2px 1px at 78% 40%, rgba(255, 255, 255, 0.12), transparent 60%),
    radial-gradient(ellipse 1px 1px at 35% 75%, rgba(0, 0, 0, 0.4), transparent 60%),
    /* soft vertical stone gradient */
    linear-gradient(
      180deg,
      #d2cec6 0%,
      #b4b0a8 22%,
      #8e8a84 55%,
      #6a6762 82%,
      #4e4c48 100%
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* edge wear + micro depth */
  text-shadow:
    0 -0.5px 0 rgba(255, 255, 255, 0.12),
    0 0.5px 0 rgba(0, 0, 0, 0.35);
  /* will be combined with SVG filter via inline style */
}

/* Vertical grain wash (multiply over glyphs) */
.zaeth-hero__typo-layer--grain {
  color: transparent;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 2px,
      rgba(0, 0, 0, 0.14) 2px,
      rgba(0, 0, 0, 0.14) 3px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 1px,
      rgba(255, 255, 255, 0.03) 1px,
      rgba(255, 255, 255, 0.03) 2px
    );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  opacity: 0.55;
  pointer-events: none;
}

/* Specular / edge-wear highlight along tops of letters */
.zaeth-hero__typo-layer--wear {
  color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.06) 18%,
    transparent 42%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: soft-light;
  opacity: 0.65;
  pointer-events: none;
}

/* Safari fallback when SVG filter is unsupported / heavy */
@supports not (filter: url("#x")) {
  .zaeth-hero__typo-layer--stone {
    filter: contrast(1.12) brightness(0.92) !important;
  }
}

/* ==========================================================================
   VIGNETTE / SMOKE / MODEL — unchanged
   ========================================================================== */
.zaeth-hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 62% at 50% 48%, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, transparent 16%, transparent 84%, rgba(0, 0, 0, 0.45) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 16%, transparent 72%, rgba(0, 0, 0, 0.7) 100%);
  opacity: calc(0.55 + var(--zaeth-overlay) * 0.4);
}

.zaeth-hero__smoke {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  will-change: transform;
  overflow: hidden;
}

.zaeth-hero__smoke-plume {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  mix-blend-mode: screen;
  animation: zaeth-smoke-drift 16s ease-in-out infinite;
}

.zaeth-hero__smoke-plume--1 {
  width: min(58vw, 680px);
  height: min(90vh, 900px);
  left: -8%;
  top: 5%;
  opacity: 0.38;
  background: radial-gradient(ellipse at 40% 40%, rgba(245, 242, 236, 0.95) 0%, rgba(190, 186, 178, 0.35) 38%, transparent 68%);
  animation-duration: 18s;
}

.zaeth-hero__smoke-plume--2 {
  width: min(55vw, 640px);
  height: min(85vh, 860px);
  right: -10%;
  left: auto;
  top: 10%;
  opacity: 0.34;
  background: radial-gradient(ellipse at 60% 45%, rgba(245, 242, 236, 0.9) 0%, rgba(180, 176, 168, 0.32) 40%, transparent 70%);
  animation-delay: -6s;
  animation-duration: 20s;
}

.zaeth-hero__smoke-plume--3 {
  width: min(95vw, 1100px);
  height: min(42vh, 420px);
  left: 50%;
  top: 58%;
  opacity: 0.28;
  background: radial-gradient(ellipse at 50% 50%, rgba(235, 230, 222, 0.85) 0%, rgba(160, 156, 148, 0.25) 45%, transparent 72%);
  animation-delay: -3s;
  animation-duration: 14s;
}

@keyframes zaeth-smoke-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  33% { transform: translate3d(2%, -2%, 0) scale(1.05); }
  66% { transform: translate3d(-2%, 1.5%, 0) scale(0.97); }
}

.zaeth-hero__model {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(62vw, 780px);
  height: min(92vh, 980px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  will-change: transform;
  pointer-events: none;
}

.zaeth-hero__model-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: contrast(1.06) saturate(0.88);
  user-select: none;
  -webkit-user-drag: none;
}

.zaeth-hero__model-placeholder {
  width: 55%;
  height: 75%;
  margin-bottom: 8%;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  color: var(--zaeth-text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
}

.zaeth-hero__sections {
  position: absolute;
  z-index: 50;
  left: clamp(1rem, 3vw, 2.75rem);
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  gap: 0.95rem;
}

.zaeth-hero__section-num {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
  transition: opacity 0.4s var(--zaeth-ease), transform 0.4s var(--zaeth-ease);
}

.zaeth-hero__section-num.is-active { opacity: 1; }

.zaeth-hero__section-num.is-active::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  margin-left: 0.6rem;
  background: currentColor;
}

.zaeth-hero__section-num:hover {
  opacity: 1;
  transform: translateX(2px);
}

.zaeth-hero__tagline {
  position: absolute;
  z-index: 50;
  left: clamp(1rem, 3vw, 2.75rem);
  bottom: clamp(1.5rem, 4vh, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: 7rem;
}

.zaeth-hero__tagline-icon {
  width: 14px;
  height: 14px;
  color: var(--zaeth-text);
  opacity: 0.85;
}

.zaeth-hero__tagline-text {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--zaeth-text);
}

.zaeth-hero__scroll-side {
  position: absolute;
  z-index: 50;
  right: clamp(0.85rem, 2.5vw, 2.25rem);
  top: 50%;
  transform: translateY(-40%);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
}

.zaeth-hero__scroll-side-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
  white-space: nowrap;
}

.zaeth-hero__scroll-side-line {
  position: relative;
  display: block;
  width: 1px;
  height: 88px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.08));
}

.zaeth-hero__scroll-side-dot {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  animation: zaeth-dot-pulse 2.4s var(--zaeth-ease) infinite;
}

@keyframes zaeth-dot-pulse {
  0%, 100% { opacity: 1; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.35; transform: translateX(-50%) scale(0.7); }
}

.zaeth-hero__scroll-btn {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: clamp(1.25rem, 3.5vh, 2.5rem);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zaeth-text);
  cursor: pointer;
  transition: opacity 0.35s var(--zaeth-ease);
}

.zaeth-hero__scroll-btn:hover { opacity: 0.55; }

.zaeth-hero__scroll-mouse {
  display: block;
  width: 16px;
  height: 26px;
  border: 1px solid rgba(242, 240, 236, 0.55);
  border-radius: 10px;
  position: relative;
}

.zaeth-hero__scroll-wheel {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 5px;
  border-radius: 2px;
  background: currentColor;
  transform: translateX(-50%);
  animation: zaeth-wheel 1.8s var(--zaeth-ease) infinite;
}

@keyframes zaeth-wheel {
  0% { opacity: 1; transform: translateX(-50%) translateY(0); }
  70% { opacity: 0; transform: translateX(-50%) translateY(8px); }
  100% { opacity: 0; transform: translateX(-50%) translateY(0); }
}

.zaeth-hero__scroll-label {
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  text-transform: uppercase;
  opacity: 0.65;
}

/* Entrance */
.zaeth-hero:not(.is-ready) .zaeth-hero__header,
.zaeth-hero:not(.is-ready) .zaeth-hero__typo,
.zaeth-hero:not(.is-ready) .zaeth-hero__model,
.zaeth-hero:not(.is-ready) .zaeth-hero__sections,
.zaeth-hero:not(.is-ready) .zaeth-hero__tagline,
.zaeth-hero:not(.is-ready) .zaeth-hero__scroll-side,
.zaeth-hero:not(.is-ready) .zaeth-hero__scroll-btn,
.zaeth-hero:not(.is-ready) .zaeth-hero__smoke {
  opacity: 0;
}

.zaeth-hero.is-ready .zaeth-hero__header,
.zaeth-hero.is-ready .zaeth-hero__sections,
.zaeth-hero.is-ready .zaeth-hero__tagline,
.zaeth-hero.is-ready .zaeth-hero__scroll-side,
.zaeth-hero.is-ready .zaeth-hero__scroll-btn,
.zaeth-hero.is-ready .zaeth-hero__smoke {
  animation: zaeth-fade-rise 1.15s var(--zaeth-ease) both;
}

.zaeth-hero.is-ready .zaeth-hero__typo,
.zaeth-hero.is-ready .zaeth-hero__model {
  animation: zaeth-fade-opacity 1.2s var(--zaeth-ease) both;
}

.zaeth-hero.is-ready .zaeth-hero__typo { animation-delay: 0.08s; }
.zaeth-hero.is-ready .zaeth-hero__model { animation-delay: 0.2s; }
.zaeth-hero.is-ready .zaeth-hero__header { animation-delay: 0.32s; }
.zaeth-hero.is-ready .zaeth-hero__smoke { animation-delay: 0.28s; }
.zaeth-hero.is-ready .zaeth-hero__sections { animation-delay: 0.45s; }
.zaeth-hero.is-ready .zaeth-hero__tagline { animation-delay: 0.52s; }
.zaeth-hero.is-ready .zaeth-hero__scroll-side { animation-delay: 0.52s; }
.zaeth-hero.is-ready .zaeth-hero__scroll-btn { animation-delay: 0.65s; }

@keyframes zaeth-fade-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes zaeth-fade-opacity {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Preserve typography opacity after entrance */
.zaeth-hero.is-ready .zaeth-hero__typo {
  animation-name: zaeth-typo-in;
}

@keyframes zaeth-typo-in {
  from { opacity: 0; }
  to { opacity: var(--zaeth-typo-opacity); }
}

/* Responsive */
@media (max-width: 989px) {
  .zaeth-hero__menu-label { display: none; }

  .zaeth-hero__model {
    width: min(78vw, 560px);
    height: min(88vh, 860px);
  }

  .zaeth-hero__typo-layer {
    font-size: calc(clamp(3.8rem, 17vw, 11rem) * var(--zaeth-typo-scale));
  }

  .zaeth-hero__sections { left: 0.85rem; }
}

@media (max-width: 749px) {
  .zaeth-hero__header-inner { padding: 0 1rem; }
  .zaeth-hero__nav-link[data-zaeth-search] { display: none; }

  .zaeth-hero__sections { display: none !important; }
  .zaeth-hero__scroll-side { display: none !important; }

  .zaeth-hero__tagline {
    left: 1rem;
    bottom: 5.5rem;
  }

  .zaeth-hero__model {
    width: min(96vw, 480px);
    height: min(82vh, 720px);
  }

  .zaeth-hero__typo-layer {
    font-size: calc(clamp(3rem, 20vw, 6.5rem) * var(--zaeth-typo-scale));
  }

  .zaeth-hero__smoke-plume--1,
  .zaeth-hero__smoke-plume--2 {
    opacity: 0.3;
    filter: blur(32px);
  }
}

@media (min-width: 1200px) {
  .zaeth-hero__model {
    width: min(48vw, 820px);
    height: min(94vh, 1040px);
  }
}
/* ==========================================================================
   ZAETH Collection Showcase
   Append to zaeth-essential.css
   ========================================================================== */

.zaeth-col {
  --zc-bg: #050505;
  --zc-text: #f2f0ec;
  --zc-muted: #9a968e;
  --zc-accent: #c4b89a;
  --zc-border: #2a2a2a;
  --zc-pad-d: 88px;
  --zc-pad-m: 56px;
  --zc-gap: 20px;
  --zc-cols: 5;
  --zc-mobile-w: 78%;
  --zc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zc-font: "Helvetica Neue", Helvetica, Arial, sans-serif;

  background: var(--zc-bg);
  color: var(--zc-text);
  font-family: var(--zc-font);
  padding: var(--zc-pad-m) 0;
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
  padding-bottom: clamp(3rem, 6vw, 5rem) !important;
  background: #000 !important;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 990px) {
  .zaeth-col { padding: var(--zc-pad-d) 0; }
}

.zaeth-col__inner {
  width: min(100% - 2.5rem, 1280px);
  margin: 0 auto;
}

/* ---- Quote ---- */
.zaeth-col__quote-block {
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.zaeth-col__index {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.zaeth-col__index-line {
  width: 1px;
  height: 14px;
  background: var(--zc-accent);
  opacity: 0.65;
}

.zaeth-col__index-num {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  color: var(--zc-accent);
  opacity: 0.85;
}

.zaeth-col__quote-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  width: min(100%, var(--zc-quote-max, 520px));
  text-align: center;
}

.zaeth-col__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.zaeth-col__quote-icon {
  width: 18px;
  height: 18px;
  color: var(--zc-accent);
}

.zaeth-col__quote-icon img,
.zaeth-col__quote-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zaeth-col__quote {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: var(--zc-quote-size-m);
  font-weight: 400;
  letter-spacing: var(--zc-quote-tracking, 0.28em);
  text-transform: uppercase;
  line-height: 1.55;
  color: var(--zc-quote-color, #b8b4ae);
}

@media (min-width: 750px) {
  .zaeth-col__quote { font-size: var(--zc-quote-size-d); }
}

.zaeth-col__quote-line { display: block; }

/* ---- Header ---- */
.zaeth-col__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 750px) {
  .zaeth-col__header {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.zaeth-col__label {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--zc-text);
}

.zaeth-col__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--zc-muted);
  transition: color 0.45s var(--zc-ease);
}

.zaeth-col__view-all-arrow {
  transition: transform 0.45s var(--zc-ease);
}

@media (hover: hover) and (pointer: fine) {
  .zaeth-col__view-all:hover { color: var(--zc-text); }
  .zaeth-col__view-all:hover .zaeth-col__view-all-arrow { transform: translateX(4px); }
}

/* ---- Track / Grid ---- */
.zaeth-col__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--zc-mobile-w);
  gap: var(--zc-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.zaeth-col__track::-webkit-scrollbar { display: none; }

@media (min-width: 990px) {
  .zaeth-col__track {
  align-items: stretch;
}
}

/* ---- Card ---- */
.zaeth-col__card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;          /* no grey box */
  border: 1px solid transparent;    /* only featured gets accent */
  box-shadow: none;
  transform: none;
  transition: border-color 0.5s var(--zc-ease), box-shadow 0.5s var(--zc-ease);
}

.zaeth-col__card.is-featured {
  border-color: var(--zc-accent);
  box-shadow:
    0 0 0 1px rgba(196, 184, 154, 0.2),
    0 0 32px rgba(196, 184, 154, 0.1);
  transform: none;                 /* no “pop” scale — looks cheap */
  z-index: 1;
}

.zaeth-col__card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1;
}

/* Tall editorial frame — image only */
.zaeth-col__media {
  position: relative;
  aspect-ratio: 3 / 4.35;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08); /* hairline, not heavy */
}

.zaeth-col__card.is-featured .zaeth-col__media {
  border-color: transparent; /* outer card border is enough */
}
.zaeth-col__media-breathe {
  width: 100%;
  height: 100%;
  transform: scale(1.001);
  transform-origin: center 40%;
  will-change: transform;
  transition: transform 0.5s var(--zc-ease), filter 0.5s var(--zc-ease);
  filter: brightness(0.98) contrast(1.04);
}
.zaeth-col__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.zaeth-col__img--ph {
  opacity: 0.35;
  background: #111;
}

/* Thin info bar under image (like reference) */
.zaeth-col__meta {
  padding: 0.85rem 0.65rem 0.35rem;
  text-align: center;
  background: transparent;
  border-top: 0;
}
.zaeth-col__title {
  margin: 0;
  font-size: 0.5625rem;            /* smaller = more luxury */
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #f2f0ec;
}
.zaeth-col__price {
  margin: 0.35rem 0 0;
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgba(154, 150, 142, 0.9);
}

/* Tiny swatches — bottom left under price row */
.zaeth-col__swatches {
  list-style: none;
  margin: 0;
  padding: 0.55rem 0.65rem 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-start;
}

.zaeth-col__swatch {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
  background: var(--zc-swatch, transparent);
  background-image: var(--zc-swatch-img, none);
  background-size: cover;
  background-position: center;
}

.zaeth-col__swatch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zaeth-col__swatch-fallback {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.zaeth-col__swatch-fallback--img {
  background-image: var(--zc-swatch-img);
  background-size: cover;
}

@media (hover: hover) and (pointer: fine) {
  .zaeth-col[data-hover="true"] .zaeth-col__card:hover {
    border-color: var(--zc-accent);
    box-shadow: 0 0 20px rgba(196, 184, 154, 0.08);
  }

  .zaeth-col[data-hover="true"] .zaeth-col__card:hover .zaeth-col__media-breathe {
    transform: scale(1.03);
    filter: brightness(1.05) contrast(1.04);
    animation-play-state: paused;
  }
}

/* Featured should still win over hover scale tricks */
.zaeth-col__card.is-featured:hover {
  border-color: var(--zc-accent);
}

  .zaeth-col__swatch:hover {
    transform: scale(1.12);
    border-color: rgba(255, 255, 255, 0.7);
  }
}

/* Breathing */
.zaeth-col.is-ready[data-breathing="true"] .zaeth-col__media-breathe {
  animation: zc-breathe 20s ease-in-out infinite alternate;
}

@keyframes zc-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.02); }
}

/* Entrance */
.zaeth-col[data-entrance="true"] [data-zc-anim="quote"],
.zaeth-col[data-entrance="true"] [data-zc-anim="header"],
.zaeth-col[data-entrance="true"] [data-zc-card] {
  opacity: 0;
}

.zaeth-col.is-inview [data-zc-anim="quote"] {
  animation: zc-fade-up 1s var(--zc-ease) both;
}

.zaeth-col.is-inview [data-zc-anim="header"] {
  animation: zc-fade 0.9s var(--zc-ease) 0.12s both;
}

.zaeth-col.is-inview [data-zc-card] {
  animation: zc-fade-up 0.85s var(--zc-ease) both;
}

.zaeth-col.is-inview [data-zc-card]:nth-child(1) { animation-delay: 0.18s; }
.zaeth-col.is-inview [data-zc-card]:nth-child(2) { animation-delay: 0.26s; }
.zaeth-col.is-inview [data-zc-card]:nth-child(3) { animation-delay: 0.34s; }
.zaeth-col.is-inview [data-zc-card]:nth-child(4) { animation-delay: 0.42s; }
.zaeth-col.is-inview [data-zc-card]:nth-child(5) { animation-delay: 0.5s; }
.zaeth-col.is-inview [data-zc-card]:nth-child(6) { animation-delay: 0.58s; }
.zaeth-col.is-inview [data-zc-card]:nth-child(n + 7) { animation-delay: 0.66s; }

@keyframes zc-fade-up {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes zc-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .zaeth-col.is-ready[data-breathing="true"] .zaeth-col__media-breathe,
  .zaeth-col.is-inview [data-zc-anim="quote"],
  .zaeth-col.is-inview [data-zc-anim="header"],
  .zaeth-col.is-inview [data-zc-card] {
    animation: none !important;
  }

  .zaeth-col[data-entrance="true"] [data-zc-anim="quote"],
  .zaeth-col[data-entrance="true"] [data-zc-anim="header"],
  .zaeth-col[data-entrance="true"] [data-zc-card] {
    opacity: 1 !important;
    transform: none !important;
  }

  .zaeth-col__media-breathe,
  .zaeth-col__card {
    transition: none !important;
  }
}

/* ==========================================================================
   FIX: Collection track + cards (desktop grid / mobile swipe)
   ========================================================================== */

.zaeth-col__inner {
  width: min(100% - 2rem, 1280px);
  margin: 0 auto;
  max-width: 100%;
}

/* MOBILE / TABLET — real horizontal swipe */
.zaeth-col__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  cursor: grab;
  padding: 0 0 0.5rem;
  margin: 0;
  scrollbar-width: none;
  grid-template-columns: none !important;
  grid-auto-columns: unset !important;
  grid-auto-flow: unset !important;
}

.zaeth-col__track::-webkit-scrollbar {
  display: none;
}

.zaeth-col__track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

/* Each card: one main + peek of next */
.zaeth-col__card {
  flex: 0 0 78% !important;
  width: 78% !important;
  max-width: 78% !important;
  min-width: 78% !important;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  transform: none !important;
}

.zaeth-col__card.is-featured {
  border-color: var(--zc-accent, #c4b89a);
  box-shadow: 0 0 24px rgba(196, 184, 154, 0.12);
  transform: none !important;
}

.zaeth-col__media {
  aspect-ratio: 4 / 5;
  background: #000;
  overflow: hidden;
}

.zaeth-col__meta {
  display: block !important;
  padding: 0.75rem 0.5rem 0.25rem;
  text-align: center;
}

.zaeth-col__title {
  display: block !important;
  font-size: 0.5625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f2f0ec;
}

.zaeth-col__price {
  display: block !important;
  margin-top: 0.3rem;
  font-size: 0.5625rem;
  color: #9a968e;
}

.zaeth-col__swatches {
  display: flex !important;
  padding: 0.5rem 0.5rem 0.85rem;
}

/* DESKTOP — 5 equal cards, no giant slide */
@media (min-width: 990px) {
  .zaeth-col__track {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px;
    overflow: visible !important;
    scroll-snap-type: none;
    cursor: default;
    touch-action: auto;
    padding-bottom: 0;
  }

  .zaeth-col__card {
    flex: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .zaeth-col__media {
    aspect-ratio: 3 / 4.2;
  }
}

/* If Theme Editor is mid-width, still show multiple cards */
@media (min-width: 750px) and (max-width: 989px) {
  .zaeth-col__card {
    flex: 0 0 42% !important;
    width: 42% !important;
    max-width: 42% !important;
    min-width: 42% !important;
  }
}

/* Theme Editor controlled title + price size */
.zaeth-col__title {
  font-size: var(--zc-title-size, 13px) !important;
  letter-spacing: 0.16em;
  line-height: 1.35;
}

.zaeth-col__price {
  font-size: var(--zc-price-size, 12px) !important;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
}

/* Full-width Collection Showcase — desktop */
@media (min-width: 990px) {
  .zaeth-col__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: clamp(1.5rem, 3vw, 3rem);
    padding-right: clamp(1.5rem, 3vw, 3rem);
    box-sizing: border-box;
  }

  .zaeth-col__track {
    width: 100% !important;
  }
}

/* ==========================================================================
   ZAETH Material Story — append to zaeth-essential.css
   ========================================================================== */

.zaeth-mat {
  --zm-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zm-font: "Helvetica Neue", Helvetica, Arial, sans-serif;

  position: relative;
  width: 100%;
  margin: 0;
  padding: var(--zm-pad-t, 0) 0 var(--zm-pad-b, 0);
  background: var(--zm-bg, #0a0a0a);
  color: var(--zm-text, #c8c4bc);
  font-family: var(--zm-font);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.zaeth-material-section {
  margin: 0 !important;
  padding: 0 !important;
}

.zaeth-mat__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  align-items: stretch;
  gap: var(--zm-gap-d, 64px);
  width: 100%;
  min-height: var(--zm-h-d, 760px);
  height: var(--zm-h-d, 760px);
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Index */
.zaeth-mat__index {
  position: absolute;
  left: clamp(0.75rem, 1.5vw, 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  pointer-events: none;
}

.zaeth-mat__index-line {
  width: 1px;
  height: 2.5rem;
  background: var(--zm-divider, #6a6358);
  opacity: 0.7;
}

.zaeth-mat__index-num {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.625rem;
  letter-spacing: 0.28em;
  color: var(--zm-divider, #6a6358);
}

/* Media — ~65% */
.zaeth-mat__media {
  position: relative;
  min-width: 0;
  height: 100%;
}

.zaeth-mat__media-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050505;
}

.zaeth-mat__media-stage {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.9s var(--zm-ease);
}

.zaeth-mat__img,
.zaeth-mat__video,
.zaeth-mat__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--zm-object-fit, cover);
  object-position: var(--zm-object-pos, center center);
}

.zaeth-mat__video--mobile { display: none; }

.zaeth-mat__placeholder {
  background: #141414;
}

.zaeth-mat__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: #000;
  opacity: var(--zm-overlay, 0.12);
}

/* Content — ~35% */
.zaeth-mat__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding-right: clamp(1.5rem, 4vw, 4rem);
  padding-left: 0;
}

.zaeth-mat__content-inner {
  width: min(100%, var(--zm-content-max, 380px));
  max-width: var(--zm-text-width, 280px);
}

.zaeth-mat__heading {
  margin: 0 0 1.75rem;
  max-width: var(--zm-heading-max, 320px);
  font-size: var(--zm-heading-d, 28px);
  font-weight: var(--zm-heading-w, 500);
  letter-spacing: var(--zm-heading-track, 0.18em);
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--zm-heading, #b8956e);
}

.zaeth-mat__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: var(--zm-text-width, 280px);
}

.zaeth-mat__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: var(--zm-body-size, 14px);
  font-weight: 400;
  letter-spacing: var(--zm-body-track, 0.02em);
  line-height: var(--zm-body-lh, 1.7);
  color: var(--zm-text, #c8c4bc);
  transition: opacity 0.45s var(--zm-ease);
}

.zaeth-mat__feature-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 0.2em;
}

.zaeth-mat__feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zaeth-mat__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.zaeth-mat__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.25rem 0;
  text-decoration: none;
  color: var(--zm-text, #c8c4bc);
  transition: color 0.45s var(--zm-ease);
}

.zaeth-mat__cta-label {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.zaeth-mat__cta-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.55s var(--zm-ease);
}

.zaeth-mat__cta-arrow svg {
  width: 22px;
  height: 8px;
  display: block;
}

.zaeth-mat__cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.55;
  transition: transform 0.55s var(--zm-ease);
}

.zaeth-mat__cta--secondary {
  opacity: 0.7;
}

/* Breathing */
.zaeth-mat.is-ready[data-breathing="true"] .zaeth-mat__media-stage {
  animation: zm-breathe 15s ease-in-out infinite;
}

@keyframes zm-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.015); }
}

/* Hover — desktop only */
@media (hover: hover) and (pointer: fine) {
  .zaeth-mat[data-hover-zoom="true"] .zaeth-mat__media-frame:hover .zaeth-mat__media-stage {
    transform: scale(1.03);
    animation-play-state: paused;
  }

  .zaeth-mat__cta:hover {
    color: var(--zm-heading, #b8956e);
  }

  .zaeth-mat__cta:hover::after {
    transform: scaleX(1);
  }

  .zaeth-mat__cta:hover .zaeth-mat__cta-arrow {
    transform: translateX(8px);
  }

  .zaeth-mat__feature:hover {
    opacity: 0.7;
  }
}

/* Entrance */
.zaeth-mat[data-anim="true"][data-fade="true"] [data-zm-anim="media"] .zaeth-mat__media-stage,
.zaeth-mat[data-anim="true"][data-fade="true"] [data-zm-stagger] {
  opacity: 0;
}

.zaeth-mat[data-anim="true"][data-fade="true"] [data-zm-anim="media"] .zaeth-mat__media-stage {
  transform: scale(1.08);
}

.zaeth-mat[data-anim="true"][data-slide="true"] [data-zm-stagger] {
  transform: translate3d(0, 16px, 0);
}

.zaeth-mat.is-inview [data-zm-anim="media"] .zaeth-mat__media-stage {
  animation: zm-media-in 0.95s var(--zm-ease) both;
}

.zaeth-mat.is-inview[data-breathing="true"] [data-zm-anim="media"] .zaeth-mat__media-stage {
  animation:
    zm-media-in 0.95s var(--zm-ease) both,
    zm-breathe 15s ease-in-out 1s infinite;
}

.zaeth-mat.is-inview [data-zm-stagger] {
  animation: zm-up 0.85s var(--zm-ease) both;
}

.zaeth-mat.is-inview .zaeth-mat__heading { animation-delay: 0.12s; }
.zaeth-mat.is-inview .zaeth-mat__feature:nth-child(1) { animation-delay: 0.22s; }
.zaeth-mat.is-inview .zaeth-mat__feature:nth-child(2) { animation-delay: 0.3s; }
.zaeth-mat.is-inview .zaeth-mat__feature:nth-child(3) { animation-delay: 0.38s; }
.zaeth-mat.is-inview .zaeth-mat__feature:nth-child(4) { animation-delay: 0.46s; }
.zaeth-mat.is-inview .zaeth-mat__feature:nth-child(n + 5) { animation-delay: 0.54s; }
.zaeth-mat.is-inview .zaeth-mat__actions { animation-delay: 0.62s; }

@keyframes zm-media-in {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes zm-up {
  from { opacity: 0; transform: translate3d(0, 16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Tablet */
@media (max-width: 989px) {
  .zaeth-mat__inner {
    min-height: var(--zm-h-t, 640px);
    height: var(--zm-h-t, 640px);
    gap: calc(var(--zm-gap-d, 64px) * 0.7);
  }

  .zaeth-mat__heading {
    font-size: var(--zm-heading-t, 24px);
  }

  .zaeth-mat__content {
    padding-right: 1.5rem;
  }
}

/* Mobile — stack */
@media (max-width: 749px) {
  .zaeth-mat__inner {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    gap: var(--zm-gap-m, 28px);
    padding: 0 0 2.5rem;
  }

  .zaeth-mat__index {
    top: calc(var(--zm-img-h-m, 360px) / 2);
  }

  .zaeth-mat__media {
    height: var(--zm-img-h-m, 360px);
  }

  .zaeth-mat__video--desktop { display: none; }
  .zaeth-mat__video--mobile { display: block; }

  /* If no separate mobile video, keep desktop visible */
  .zaeth-mat__media-frame:not(:has(.zaeth-mat__video--mobile)) .zaeth-mat__video--desktop {
    display: block;
  }

  .zaeth-mat__content {
    align-items: flex-start;
    padding: 0 1.25rem;
  }

  .zaeth-mat__content-inner,
  .zaeth-mat__features {
    max-width: none;
    width: 100%;
  }

  .zaeth-mat__heading {
    font-size: var(--zm-heading-m, 22px);
    margin-bottom: 1.35rem;
  }

  .zaeth-mat__actions {
    margin-top: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zaeth-mat.is-ready[data-breathing="true"] .zaeth-mat__media-stage,
  .zaeth-mat.is-inview [data-zm-anim="media"] .zaeth-mat__media-stage,
  .zaeth-mat.is-inview [data-zm-stagger] {
    animation: none !important;
  }

  .zaeth-mat[data-anim="true"] [data-zm-anim="media"] .zaeth-mat__media-stage,
  .zaeth-mat[data-anim="true"] [data-zm-stagger] {
    opacity: 1 !important;
    transform: none !important;
  }

  .zaeth-mat__media-stage,
  .zaeth-mat__cta,
  .zaeth-mat__cta-arrow,
  .zaeth-mat__cta::after {
    transition: none !important;
  }
}

/* ==========================================================================
   ZAETH Community Gallery
   Append to assets/zaeth-essential.css
   ========================================================================== */

.zaeth-community {
  --zc-bg: #000000;
  --zc-divider: #2a2a2a;
  --zc-text: #ffffff;
  --zc-muted: #a1a1a1;
  --zc-gap: 0px;
  --zc-cols: 5;
  --zc-mobile-w: 72vw;
  --zc-panel-w: 22%;
  --zc-heading-size: 11px;
  --zc-hashtag-size: 18px;
  --zc-desc-size: 11px;
  --zc-number-size: 12px;
  --zc-pad-top: 0px;
  --zc-pad-bottom: 0px;
  --zc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zc-duration: 600ms;

  position: relative;
  width: 100%;
  background-color: var(--zc-bg);
  color: var(--zc-text);
  padding-top: var(--zc-pad-top);
  padding-bottom: var(--zc-pad-bottom);
  overflow: hidden;
}

.zaeth-community__divider {
  width: 100%;
  height: 1px;
  background-color: var(--zc-divider);
  opacity: 0.9;
}

.zaeth-community__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: clamp(420px, 62vh, 720px);
}

/* --------------------------------------------------------------------------
   Left panel
   -------------------------------------------------------------------------- */

.zaeth-community__panel {
  flex: 0 0 var(--zc-panel-w);
  max-width: var(--zc-panel-w);
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2vw, 2rem);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 2.5vw, 2.75rem);
  box-sizing: border-box;
}

.zaeth-community__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-shrink: 0;
  min-height: 7.5rem;
}

.zaeth-community__indicator-line {
  display: block;
  width: 1px;
  flex: 1 1 auto;
  min-height: 1.75rem;
  background-color: var(--zc-muted);
  opacity: 0.55;
}

.zaeth-community__number {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: inherit;
  font-size: var(--zc-number-size);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
  color: var(--zc-muted);
  text-transform: uppercase;
  white-space: nowrap;
}

.zaeth-community__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: 14rem;
}

.zaeth-community__heading,
.zaeth-community__hashtag,
.zaeth-community__description {
  margin: 0;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--zc-text);
}

.zaeth-community__heading {
  font-size: var(--zc-heading-size);
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1.4;
  color: var(--zc-muted);
}

.zaeth-community__hashtag {
  font-size: var(--zc-hashtag-size);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
}

.zaeth-community__description {
  font-size: var(--zc-desc-size);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.45;
  color: var(--zc-muted);
  margin-top: 0.15rem;
}

/* ==========================================================================
   ZAETH Community Gallery
   Append to assets/zaeth-essential.css
   ========================================================================== */

/* Kill Shopify section wrapper gap that creates a thick black bar */
.shopify-section.zaeth-section-community-gallery {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.zaeth-community {
  --zc-bg: #000000;
  --zc-divider: #2a2a2a;
  --zc-text: #ffffff;
  --zc-muted: #a1a1a1;
  --zc-gap: 0px;
  --zc-cols: 5;
  --zc-mobile-w: 72vw;
  --zc-panel-w: 22%;
  --zc-heading-size: 11px;
  --zc-hashtag-size: 18px;
  --zc-desc-size: 11px;
  --zc-number-size: 12px;
  --zc-pad-top: 0px;
  --zc-pad-bottom: 0px;
  --zc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zc-duration: 600ms;

  position: relative;
  width: 100%;
  margin: 0;
  background-color: var(--zc-bg);
  color: var(--zc-text);
  /* No padding above the hairline — padding sits on the inner content only */
  padding: 0 0 var(--zc-pad-bottom);
  overflow: hidden;
  /* Flush 1px hairline — not a thick black bar */
  border-top: 1px solid var(--zc-divider);
  box-sizing: border-box;
}

.zaeth-community--no-divider {
  border-top: 0;
}

/* Legacy divider element — force to true 1px hairline, never a bar */
.zaeth-community__divider {
  display: none;
}

.zaeth-community__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: clamp(420px, 62vh, 720px);
  padding-top: var(--zc-pad-top);
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   Left panel
   -------------------------------------------------------------------------- */

.zaeth-community__panel {
  flex: 0 0 var(--zc-panel-w);
  max-width: var(--zc-panel-w);
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2vw, 2rem);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 2.5vw, 2.75rem);
  box-sizing: border-box;
}

.zaeth-community__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-shrink: 0;
  min-height: 7.5rem;
}

.zaeth-community__indicator-line {
  display: block;
  width: 1px;
  flex: 1 1 auto;
  min-height: 1.75rem;
  background-color: var(--zc-muted);
  opacity: 0.55;
}

.zaeth-community__number {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: inherit;
  font-size: var(--zc-number-size);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
  color: var(--zc-muted);
  text-transform: uppercase;
  white-space: nowrap;
}

.zaeth-community__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: 14rem;
}

.zaeth-community__heading,
.zaeth-community__hashtag,
.zaeth-community__description {
  margin: 0;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--zc-text);
}

.zaeth-community__heading {
  font-size: var(--zc-heading-size);
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1.4;
  color: var(--zc-muted);
}

.zaeth-community__hashtag {
  font-size: var(--zc-hashtag-size);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
}

.zaeth-community__description {
  font-size: var(--zc-desc-size);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.45;
  color: var(--zc-muted);
  margin-top: 0.15rem;
}

/* --------------------------------------------------------------------------
   Gallery
   -------------------------------------------------------------------------- */

.zaeth-community__gallery {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(var(--zc-cols), minmax(0, 1fr));
  gap: var(--zc-gap);
  min-width: 0;
  align-self: stretch;
}

.zaeth-community__item {
  position: relative;
  margin: 0;
  min-width: 0;
  height: 100%;
}

.zaeth-community__item--featured {
  z-index: 1;
}

.zaeth-community__trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.zaeth-community__trigger:focus-visible {
  outline: 1px solid var(--zc-text);
  outline-offset: -1px;
}

.zaeth-community__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 62vh, 720px);
  overflow: hidden;
  background-color: #111;
}

.zaeth-community__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform var(--zc-duration) var(--zc-ease);
  will-change: transform;
}

.zaeth-community__img--placeholder {
  opacity: 0.35;
  background: #1a1a1a;
}

.zaeth-community__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--zc-duration) var(--zc-ease);
}

.zaeth-community__meta {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.25rem;
  pointer-events: none;
  z-index: 2;
}

.zaeth-community__username {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity var(--zc-duration) var(--zc-ease),
    transform var(--zc-duration) var(--zc-ease);
}

.zaeth-community__view {
  position: absolute;
  left: 50%;
  top: calc(50% + 1.35rem);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: transparent;
  opacity: 0;
  transform: translate(-50%, 6px);
  transition:
    opacity var(--zc-duration) var(--zc-ease),
    transform var(--zc-duration) var(--zc-ease),
    background-color 200ms ease,
    border-color 200ms ease;
  pointer-events: none;
}

.zaeth-community__product-link {
  position: absolute;
  inset: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.zaeth-community__caption {
  margin: 0;
}

/* Hover — desktop only, gated by data-hover */
@media (hover: hover) and (pointer: fine) {
  .zaeth-community[data-hover="true"] .zaeth-community__item:hover .zaeth-community__img,
  .zaeth-community[data-hover="true"] .zaeth-community__item:focus-within .zaeth-community__img {
    transform: scale(1.03);
  }

  .zaeth-community[data-hover="true"] .zaeth-community__item:hover .zaeth-community__overlay,
  .zaeth-community[data-hover="true"] .zaeth-community__item:focus-within .zaeth-community__overlay {
    opacity: 1;
  }

  .zaeth-community[data-hover="true"] .zaeth-community__item:hover .zaeth-community__username,
  .zaeth-community[data-hover="true"] .zaeth-community__item:focus-within .zaeth-community__username {
    opacity: 1;
    transform: translateY(0);
  }

  .zaeth-community[data-hover="true"] .zaeth-community__item:hover .zaeth-community__view,
  .zaeth-community[data-hover="true"] .zaeth-community__item:focus-within .zaeth-community__view {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .zaeth-community[data-hover="true"] .zaeth-community__view:hover,
  .zaeth-community[data-hover="true"] .zaeth-community__view:focus-visible {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    outline: none;
  }
}

/* --------------------------------------------------------------------------
   Entrance animation (Intersection Observer)
   -------------------------------------------------------------------------- */

.zaeth-community [data-zc-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 900ms var(--zc-ease),
    transform 900ms var(--zc-ease);
  transition-delay: calc(var(--zc-stagger, 0) * 90ms);
}

.zaeth-community [data-zc-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zaeth-community__panel[data-zc-animate] {
  transition-delay: 0ms;
}

@media (prefers-reduced-motion: reduce) {
  .zaeth-community [data-zc-animate],
  .zaeth-community__img,
  .zaeth-community__overlay,
  .zaeth-community__username,
  .zaeth-community__view {
    transition: none !important;
    transform: none !important;
  }

  .zaeth-community [data-zc-animate] {
    opacity: 1;
  }
}

/* --------------------------------------------------------------------------
   Tablet — 3 columns
   -------------------------------------------------------------------------- */

@media screen and (max-width: 989px) {
  .zaeth-community__inner {
    flex-direction: column;
    min-height: 0;
  }

  .zaeth-community__panel {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
    padding: 2.25rem 1.5rem 1.75rem;
    gap: 1.25rem;
  }

  .zaeth-community__indicator {
    min-height: 5.5rem;
  }

  .zaeth-community__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zaeth-community__media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

/* --------------------------------------------------------------------------
   Mobile — horizontal snap gallery
   -------------------------------------------------------------------------- */

@media screen and (max-width: 749px) {
  .zaeth-community__panel {
    padding: 2rem 1.25rem 1.5rem;
  }

  .zaeth-community__copy {
    max-width: none;
  }

  .zaeth-community__hashtag {
    font-size: clamp(14px, 4.2vw, 18px);
  }

  .zaeth-community__gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--zc-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0.25rem;
  }

  .zaeth-community__gallery::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .zaeth-community__item {
    flex: 0 0 var(--zc-mobile-w);
    width: var(--zc-mobile-w);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .zaeth-community__item:first-child {
    margin-left: 0;
  }

  .zaeth-community__media {
    aspect-ratio: 4 / 5;
  }

  /* Disable hover chrome on touch layouts */
  .zaeth-community__username,
  .zaeth-community__view {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Lightbox
   -------------------------------------------------------------------------- */

.zaeth-community-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 320ms var(--zc-ease),
    visibility 320ms var(--zc-ease);
}

.zaeth-community-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zaeth-community-lightbox[hidden] {
  display: none;
}

.zaeth-community-lightbox.is-open[hidden] {
  display: flex;
}

.zaeth-community-lightbox__backdrop {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
}

.zaeth-community-lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(92vw, 920px);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  touch-action: pan-y;
}

.zaeth-community-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(88vh - 3.5rem);
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.zaeth-community-lightbox__caption {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.zaeth-community-lightbox__caption [data-zc-lightbox-text]:empty,
.zaeth-community-lightbox__caption [data-zc-lightbox-user]:empty {
  display: none;
}

.zaeth-community-lightbox__close,
.zaeth-community-lightbox__nav {
  position: absolute;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
  opacity: 0.75;
  transition: opacity 200ms ease;
}

.zaeth-community-lightbox__close:hover,
.zaeth-community-lightbox__nav:hover,
.zaeth-community-lightbox__close:focus-visible,
.zaeth-community-lightbox__nav:focus-visible {
  opacity: 1;
  outline: none;
}

.zaeth-community-lightbox__close {
  top: 1rem;
  right: 1.25rem;
  font-size: 2rem;
}

.zaeth-community-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  padding: 1rem;
}

.zaeth-community-lightbox__nav--prev {
  left: 0.5rem;
}

.zaeth-community-lightbox__nav--next {
  right: 0.5rem;
}

@media screen and (max-width: 749px) {
  .zaeth-community-lightbox__nav {
    font-size: 2rem;
    padding: 0.65rem;
  }

  .zaeth-community-lightbox__nav--prev {
    left: 0;
  }

  .zaeth-community-lightbox__nav--next {
    right: 0;
  }
}

/* Utility — Dawn-compatible visually-hidden fallback */
.zaeth-community .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==========================================================================
   ZAETH Universal Footer
   Append to assets/zaeth-essential.css
   ========================================================================== */

/* Kill Shopify section wrapper gap that creates a thick black bar */
.shopify-section.zaeth-section-footer {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.zaeth-footer {
  --zf-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zf-duration: 700ms;

  position: relative;
  width: 100%;
  margin: 0;
  background: var(--zf-bg, #000);
  color: var(--zf-text, #fff);
  overflow: clip;
  /* Flush 1px hairline — not a thick black bar */
  border-top: 1px solid var(--zf-divider, #2a2a2a);
  box-sizing: border-box;
}

.zaeth-footer--no-divider {
  border-top: 0;
}

.zaeth-footer__top-divider {
  display: none;
}

.zaeth-footer__shell {
  width: min(100%, var(--zf-max, 1440px));
  margin-inline: auto;
  padding:
    var(--zf-pad-d-t, 96px)
    clamp(1.25rem, 4vw, 3rem)
    var(--zf-pad-d-b, 64px);
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   Desktop grid — 5 columns
   -------------------------------------------------------------------------- */

.zaeth-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 0.85fr)) minmax(0, 1.25fr);
  gap: var(--zf-gap, 48px);
  align-items: start;
}

.zaeth-footer--minimal .zaeth-footer__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  justify-content: space-between;
}

.zaeth-footer--minimal .zaeth-footer__col--brand {
  max-width: 28rem;
}

.zaeth-footer--campaign .zaeth-footer__grid {
  grid-template-columns: minmax(0, 1.2fr) repeat(auto-fit, minmax(140px, 0.8fr)) minmax(0, 1.3fr);
}

/* Brand */

.zaeth-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.zaeth-footer__logo-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  line-height: 0;
}

.zaeth-footer__logo {
  display: block;
  width: var(--zf-logo-w, 140px);
  height: auto;
  max-width: 100%;
}

.zaeth-footer__logo--secondary {
  width: calc(var(--zf-logo-w, 140px) * 0.55);
  margin-top: 0.35rem;
}

.zaeth-footer__wordmark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 0.95;
  color: var(--zf-text, #fff);
}

.zaeth-footer__submark {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--zf-muted, #808080);
}

.zaeth-footer__tagline {
  margin: 0.55rem 0 0;
  font-size: var(--zf-b-size, 12px);
  font-weight: var(--zf-b-weight, 400);
  letter-spacing: var(--zf-b-track, 0.12em);
  line-height: 1.5;
  color: var(--zf-text, #fff);
}

.zaeth-footer--uppercase .zaeth-footer__tagline,
.zaeth-footer--uppercase .zaeth-footer__submark,
.zaeth-footer--uppercase .zaeth-footer__heading,
.zaeth-footer--uppercase .zaeth-footer__link,
.zaeth-footer--uppercase .zaeth-footer__policy-link,
.zaeth-footer--uppercase .zaeth-footer__copyright {
  text-transform: uppercase;
}

.zaeth-footer__copyright {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: var(--zf-muted, #808080);
}

.zaeth-footer__copyright--desktop {
  margin-top: auto;
  padding-top: 2.75rem;
}

.zaeth-footer__col--brand {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* Headings + links */

.zaeth-footer__heading {
  margin: 0 0 1.35rem;
  font-size: var(--zf-h-size, 12px);
  font-weight: var(--zf-h-weight, 600);
  letter-spacing: var(--zf-h-track, 0.18em);
  line-height: 1.3;
  color: var(--zf-text, #fff);
}

.zaeth-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.zaeth-footer__link {
  display: inline-block;
  font-size: var(--zf-b-size, 12px);
  font-weight: var(--zf-b-weight, 400);
  letter-spacing: var(--zf-b-track, 0.12em);
  line-height: 1.4;
  color: var(--zf-text, #fff);
  text-decoration: none;
  transition: color 280ms var(--zf-ease), opacity 280ms var(--zf-ease);
}

.zaeth-footer__link:hover,
.zaeth-footer__link:focus-visible {
  color: var(--zf-hover, #a1a1a1);
  outline: none;
}

.zaeth-footer__link[aria-current='page'] {
  color: var(--zf-muted, #808080);
}

/* Accordion — mobile only chrome */

.zaeth-footer__accordion-btn {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  border: 0;
  border-top: 1px solid var(--zf-divider, #2a2a2a);
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.zaeth-footer__accordion-btn .zaeth-footer__heading {
  margin: 0;
}

.zaeth-footer__accordion-icon {
  position: relative;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.zaeth-footer__accordion-icon::before,
.zaeth-footer__accordion-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  transition: transform 320ms var(--zf-ease), opacity 320ms var(--zf-ease);
}

.zaeth-footer__accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.zaeth-footer__accordion-icon::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.zaeth-footer__accordion-btn[aria-expanded='true'] .zaeth-footer__accordion-icon::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}

/* Newsletter */

.zaeth-footer__newsletter-desc {
  margin: -0.55rem 0 1.35rem;
  font-size: var(--zf-b-size, 12px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: var(--zf-muted, #808080);
  text-transform: none;
  max-width: 22rem;
}

.zaeth-footer__form {
  margin: 0;
}

.zaeth-footer__field {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid var(--zf-input-border, #fff);
  background: var(--zf-input-bg, #000);
  min-height: 48px;
  transition: border-color 280ms var(--zf-ease);
}

.zaeth-footer__field:focus-within {
  border-color: var(--zf-accent, #c5a070);
}

.zaeth-footer__input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--zf-input-text, #fff);
  padding: 0.85rem 1rem;
  font-size: var(--zf-b-size, 12px);
  letter-spacing: 0.04em;
  outline: none;
  appearance: none;
  border-radius: 0;
}

.zaeth-footer__input::placeholder {
  color: var(--zf-muted, #808080);
  opacity: 1;
}

.zaeth-footer__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--zf-button, #fff);
  padding: 0 1rem;
  cursor: pointer;
  transition: color 280ms var(--zf-ease);
}

.zaeth-footer__submit:hover,
.zaeth-footer__submit:focus-visible {
  color: var(--zf-accent, #c5a070);
  outline: none;
}

.zaeth-footer__submit-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zaeth-footer__submit-arrow {
  display: inline-flex;
  transition: transform 420ms var(--zf-ease);
}

.zaeth-footer__submit--arrow:hover .zaeth-footer__submit-arrow,
.zaeth-footer__submit--arrow:focus-visible .zaeth-footer__submit-arrow {
  transform: translateX(8px);
}

.zaeth-footer__message {
  margin: 0.75rem 0 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.zaeth-footer__message--success {
  color: var(--zf-accent, #c5a070);
}

.zaeth-footer__message--error {
  color: #d47373;
}

.zaeth-footer__privacy-note {
  margin-top: 0.85rem;
  font-size: 10px;
  line-height: 1.5;
  color: var(--zf-muted, #808080);
  max-width: 22rem;
}

.zaeth-footer__privacy-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Social */

.zaeth-footer__social {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--zf-social-gap, 12px);
}

.zaeth-footer__social--mobile {
  display: none;
}

.zaeth-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--zf-social-size, 36px);
  height: var(--zf-social-size, 36px);
  color: var(--zf-social, #fff);
  text-decoration: none;
  transition: color 280ms var(--zf-ease), opacity 280ms var(--zf-ease), border-color 280ms var(--zf-ease), background-color 280ms var(--zf-ease);
}

.zaeth-footer__social--outline .zaeth-footer__social-link {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.zaeth-footer__social--filled .zaeth-footer__social-link {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.zaeth-footer__social--minimal .zaeth-footer__social-link {
  width: auto;
  height: auto;
  padding: 0.15rem;
}

.zaeth-footer__social-link:hover,
.zaeth-footer__social-link:focus-visible {
  color: var(--zf-social-hover, #a1a1a1);
  opacity: 0.85;
  outline: none;
}

.zaeth-footer__social--outline .zaeth-footer__social-link:hover,
.zaeth-footer__social--outline .zaeth-footer__social-link:focus-visible {
  border-color: var(--zf-social-hover, #a1a1a1);
  opacity: 1;
}

/* Bottom bar */

.zaeth-footer__bottom {
  margin-top: var(--zf-bottom-gap, 40px);
}

.zaeth-footer__bottom-divider {
  width: 100%;
  height: 1px;
  background: var(--zf-divider, #2a2a2a);
  margin-bottom: 1.5rem;
}

.zaeth-footer__bottom-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    'policies badge'
    'copy badge';
  align-items: end;
  gap: 1.25rem 2rem;
}

.zaeth-footer__policies {
  grid-area: policies;
}

.zaeth-footer__policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
}

.zaeth-footer__policy-link {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--zf-muted, #808080);
  text-decoration: none;
  transition: color 280ms var(--zf-ease);
}

.zaeth-footer__policy-link:hover,
.zaeth-footer__policy-link:focus-visible {
  color: var(--zf-text, #fff);
  outline: none;
}

.zaeth-footer__badge {
  grid-area: badge;
  width: var(--zf-badge-size, 100px);
  height: var(--zf-badge-size, 100px);
  justify-self: end;
  align-self: center;
  grid-row: 1 / span 2;
}

.zaeth-footer__badge-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zaeth-footer__badge--rotate .zaeth-footer__badge-img {
  animation: zaeth-footer-spin 120s linear infinite;
  will-change: transform;
}

.zaeth-footer__copyright--mobile {
  display: none;
  grid-area: copy;
}

@keyframes zaeth-footer-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Entrance */

.zaeth-footer[data-animate='true'] [data-zf-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity var(--zf-duration) var(--zf-ease),
    transform var(--zf-duration) var(--zf-ease);
}

.zaeth-footer[data-animate='true'] [data-zf-col] {
  transition-delay: calc(var(--zf-i, 0) * 80ms);
}

.zaeth-footer[data-animate='true'] [data-zf-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .zaeth-footer[data-animate='true'] [data-zf-animate],
  .zaeth-footer__submit-arrow,
  .zaeth-footer__social-link,
  .zaeth-footer__link {
    transition: none !important;
    transform: none !important;
  }

  .zaeth-footer[data-animate='true'] [data-zf-animate] {
    opacity: 1;
  }

  .zaeth-footer__badge--rotate .zaeth-footer__badge-img {
    animation: none !important;
  }
}

/* Utility */

.zaeth-footer .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------------------------------------------------------------
   Tablet
   -------------------------------------------------------------------------- */

@media screen and (max-width: 989px) {
  .zaeth-footer__shell {
    padding:
      var(--zf-pad-t-t, 72px)
      clamp(1.25rem, 4vw, 2rem)
      var(--zf-pad-t-b, 56px);
  }

  .zaeth-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 2rem;
  }

  .zaeth-footer__col--brand {
    grid-column: 1 / -1;
  }

  .zaeth-footer__col--newsletter {
    grid-column: 1 / -1;
    max-width: 28rem;
  }

  .zaeth-footer__heading {
    font-size: var(--zf-h-size-t, 12px);
  }

  .zaeth-footer__link,
  .zaeth-footer__tagline,
  .zaeth-footer__newsletter-desc,
  .zaeth-footer__input {
    font-size: var(--zf-b-size-t, 12px);
  }

  .zaeth-footer__bottom-inner {
    grid-template-columns: 1fr auto;
  }
}

/* --------------------------------------------------------------------------
   Mobile — redesigned experience
   Order: logo → tagline → newsletter → accordions → social → policies → ©
   -------------------------------------------------------------------------- */

@media screen and (max-width: 749px) {
  .zaeth-footer__shell {
    padding:
      var(--zf-pad-m-t, 56px)
      1.25rem
      var(--zf-pad-m-b, 48px);
  }

  .zaeth-footer__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .zaeth-footer__col--brand {
    order: 1;
    margin-bottom: 1.75rem;
  }

  .zaeth-footer__col--newsletter {
    order: 2;
    margin-bottom: 1.75rem;
    max-width: none;
  }

  .zaeth-footer__col--nav {
    order: 3;
  }

  .zaeth-footer__social--desktop,
  .zaeth-footer__copyright--desktop,
  .zaeth-footer__heading--desktop {
    display: none;
  }

  .zaeth-footer__accordion-btn {
    display: flex;
  }

  .zaeth-footer__col--nav .zaeth-footer__links {
    display: none;
    padding: 0 0 1.15rem;
    gap: 0.95rem;
  }

  .zaeth-footer__col--nav.is-open .zaeth-footer__links {
    display: flex;
  }

  .zaeth-footer__col--nav:last-of-type .zaeth-footer__accordion-btn {
    border-bottom: 1px solid var(--zf-divider, #2a2a2a);
  }

  .zaeth-footer__heading {
    font-size: var(--zf-h-size-m, 12px);
    margin-bottom: 1rem;
  }

  .zaeth-footer__link,
  .zaeth-footer__tagline,
  .zaeth-footer__newsletter-desc,
  .zaeth-footer__input {
    font-size: var(--zf-b-size-m, 12px);
  }

  .zaeth-footer__tagline {
    margin-top: 0.85rem;
  }

  .zaeth-footer__bottom {
    order: 4;
    margin-top: 2rem;
  }

  .zaeth-footer__bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .zaeth-footer__social--mobile {
    display: flex;
    margin: 0;
  }

  .zaeth-footer__policies {
    width: 100%;
  }

  .zaeth-footer__policy-list {
    flex-direction: column;
    gap: 0.85rem;
  }

  .zaeth-footer__badge {
    align-self: center;
    margin: 0.25rem 0;
  }

  .zaeth-footer__copyright--mobile {
    display: block;
    margin-top: 0.25rem;
  }

  .zaeth-footer__field {
    min-height: 52px;
  }

  .zaeth-footer__social-link {
    min-width: 44px;
    min-height: 44px;
  }

  .zaeth-footer__social--minimal .zaeth-footer__social-link {
    min-width: 40px;
    min-height: 40px;
  }
}
/* ==========================================================================
   ZAETH ESSENTIAL — PROFESSIONAL HERO V3
   Editorial luxury treatment.
   Append-only override: preserves collection/material/community/footer styles.
   ========================================================================== */

.zaeth-hero {
  --zaeth-hero-max: 1920px;
  background: #050505;
}

.zaeth-hero__stage {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.035), transparent 42%),
    #050505;
}

.zaeth-hero__bg {
  transform-origin: 50% 50%;
}

.zaeth-hero__bg-img {
  opacity: .76;
  filter: saturate(.72) contrast(1.08) brightness(.86);
  transform: scale(1.025);
  transition: transform 1.8s cubic-bezier(.22,1,.36,1);
}

.zaeth-hero:hover .zaeth-hero__bg-img {
  transform: scale(1.045);
}

.zaeth-hero__bg-gradient {
  background:
    radial-gradient(ellipse 48% 62% at 50% 42%,
      rgba(255,255,255,.055) 0%,
      rgba(255,255,255,.012) 32%,
      transparent 68%),
    linear-gradient(90deg,
      rgba(0,0,0,.48) 0%,
      rgba(0,0,0,.08) 22%,
      rgba(0,0,0,.02) 50%,
      rgba(0,0,0,.10) 78%,
      rgba(0,0,0,.52) 100%),
    linear-gradient(180deg,
      rgba(0,0,0,.38) 0%,
      transparent 20%,
      transparent 68%,
      rgba(0,0,0,.72) 100%);
}

/* RELENTLESS becomes a watermark instead of competing with the model. */
.zaeth-hero__typo {
  z-index: 2;
  top: -1%;
  bottom: auto;
  height: 92%;
  align-items: center;
  transform: translateY(-1%);
  opacity: .22 !important;
  mix-blend-mode: screen;
}

.zaeth-hero__typo-stack {
  transform: scaleX(.96);
}

.zaeth-hero__typo-layer {
  font-size: calc(clamp(5rem, 16.2vw, 15.5rem) * var(--zaeth-typo-scale));
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .84;
}

.zaeth-hero__typo-layer--shadow {
  opacity: .45;
  text-shadow:
    0 1px 0 rgba(0,0,0,.55),
    0 18px 42px rgba(0,0,0,.26);
}

.zaeth-hero__typo-layer--stone {
  filter: none !important;
  background-image:
    linear-gradient(180deg,
      rgba(238,235,229,.88) 0%,
      rgba(168,164,157,.62) 46%,
      rgba(86,83,78,.46) 100%);
  text-shadow:
    0 0 1px rgba(255,255,255,.08),
    0 12px 30px rgba(0,0,0,.22);
}

.zaeth-hero__typo-layer--grain {
  opacity: .24;
}

.zaeth-hero__typo-layer--wear {
  opacity: .28;
}

/* Subject separation: brighter, larger and more photographic. */
.zaeth-hero__model {
  z-index: 5;
  width: min(68vw, 980px);
  height: min(96vh, 1040px);
  transform: translateX(-50%);
}

.zaeth-hero__model::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: min(42vw, 680px);
  height: min(58vh, 650px);
  transform: translate(-50%, 0);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,.15) 0%,
      rgba(214,210,202,.055) 32%,
      transparent 72%);
  filter: blur(58px);
  opacity: .82;
  z-index: -1;
  pointer-events: none;
}

.zaeth-hero__model::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4%;
  width: min(52vw, 820px);
  height: 26%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.34) 42%,
      transparent 74%);
  filter: blur(22px);
  z-index: -1;
  pointer-events: none;
}

.zaeth-hero__model-img {
  filter:
    brightness(1.12)
    contrast(1.08)
    saturate(.72)
    drop-shadow(0 34px 58px rgba(0,0,0,.46));
  transform: translateZ(0);
}

/* Smoke is now atmospheric instead of becoming the hero itself. */
.zaeth-hero__smoke {
  z-index: 4;
  opacity: .58;
}

.zaeth-hero__smoke-plume {
  filter: blur(54px);
  mix-blend-mode: screen;
}

.zaeth-hero__smoke-plume--1 {
  width: min(42vw, 560px);
  height: min(70vh, 700px);
  left: -13%;
  top: 8%;
  opacity: .19;
}

.zaeth-hero__smoke-plume--2 {
  width: min(40vw, 540px);
  height: min(68vh, 680px);
  right: -13%;
  top: 12%;
  opacity: .16;
}

.zaeth-hero__smoke-plume--3 {
  width: min(72vw, 900px);
  height: min(28vh, 300px);
  left: 50%;
  top: 67%;
  opacity: .12;
}

/* Cleaner cinematic grade. */
.zaeth-hero__vignette {
  z-index: 6;
  opacity: .78;
  background:
    radial-gradient(ellipse 54% 70% at 50% 43%,
      transparent 0%,
      transparent 48%,
      rgba(0,0,0,.18) 72%,
      rgba(0,0,0,.66) 100%),
    linear-gradient(90deg,
      rgba(0,0,0,.36) 0%,
      transparent 13%,
      transparent 87%,
      rgba(0,0,0,.36) 100%),
    linear-gradient(180deg,
      rgba(0,0,0,.22) 0%,
      transparent 18%,
      transparent 72%,
      rgba(0,0,0,.64) 100%);
}

/* Fine photographic grain. */
.zaeth-hero__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: .075;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(circle at 0 0,
      rgba(255,255,255,.45) 0,
      rgba(255,255,255,.45) .45px,
      transparent .55px,
      transparent 2.2px);
  background-size: 7px 7px;
}

/* Quieter editorial UI. */
.zaeth-hero__sections {
  left: clamp(1.5rem, 3.4vw, 3.25rem);
  gap: .72rem;
}

.zaeth-hero__section-num {
  font-size: .58rem;
  letter-spacing: .16em;
  opacity: .32;
}

.zaeth-hero__section-num.is-active {
  opacity: .92;
}

.zaeth-hero__section-num.is-active::after {
  width: 28px;
  margin-left: .72rem;
  opacity: .8;
}

.zaeth-hero__tagline {
  left: clamp(1.5rem, 3.4vw, 3.25rem);
  bottom: clamp(1.75rem, 4.5vh, 3.5rem);
  max-width: 10rem;
  gap: .8rem;
}

.zaeth-hero__tagline-icon {
  width: 12px;
  height: 12px;
  opacity: .68;
}

.zaeth-hero__tagline-text {
  font-size: .52rem;
  letter-spacing: .24em;
  line-height: 1.55;
  opacity: .72;
}

.zaeth-hero__scroll-side {
  right: clamp(1.15rem, 3vw, 2.75rem);
  gap: 1.05rem;
}

.zaeth-hero__scroll-side-text {
  font-size: .53rem;
  letter-spacing: .34em;
  opacity: .62;
}

.zaeth-hero__scroll-side-line {
  height: 72px;
  background: linear-gradient(180deg,
    rgba(255,255,255,.52),
    rgba(255,255,255,.06));
}

.zaeth-hero__scroll-side-dot {
  width: 4px;
  height: 4px;
}

.zaeth-hero__scroll-btn {
  bottom: clamp(1.15rem, 3vh, 2rem);
}

.zaeth-hero__scroll-mouse {
  width: 15px;
  height: 24px;
  border-color: rgba(242,240,236,.42);
}

.zaeth-hero__scroll-label {
  font-size: .46rem;
  letter-spacing: .34em;
  opacity: .52;
}

/* Slower entrance = more premium. */
.zaeth-hero.is-ready .zaeth-hero__typo {
  animation-duration: 1.6s;
}

.zaeth-hero.is-ready .zaeth-hero__model {
  animation-duration: 1.7s;
}

.zaeth-hero.is-ready .zaeth-hero__sections,
.zaeth-hero.is-ready .zaeth-hero__tagline,
.zaeth-hero.is-ready .zaeth-hero__scroll-side,
.zaeth-hero.is-ready .zaeth-hero__scroll-btn {
  animation-duration: 1.35s;
}

/* Responsive art direction. */
@media (max-width: 989px) {
  .zaeth-hero__bg-img {
    opacity: .72;
  }

  .zaeth-hero__model {
    width: min(82vw, 680px);
    height: min(91vh, 880px);
  }

  .zaeth-hero__model::before {
    width: 62vw;
    height: 52vh;
    filter: blur(48px);
  }

  .zaeth-hero__typo {
    opacity: .18 !important;
    height: 84%;
  }

  .zaeth-hero__typo-layer {
    font-size: calc(clamp(4.1rem, 17vw, 10.5rem) * var(--zaeth-typo-scale));
  }

  .zaeth-hero__tagline {
    left: 1.15rem;
    bottom: 5.2rem;
  }
}

@media (max-width: 749px) {
  .zaeth-hero {
    min-height: 100svh;
    height: 100svh;
  }

  .zaeth-hero__bg-img {
    object-position: 50% 42%;
    opacity: .70;
    transform: scale(1.045);
  }

  .zaeth-hero__bg-gradient {
    background:
      radial-gradient(ellipse 75% 55% at 50% 40%,
        rgba(255,255,255,.045) 0%,
        transparent 64%),
      linear-gradient(180deg,
        rgba(0,0,0,.34) 0%,
        transparent 24%,
        rgba(0,0,0,.08) 58%,
        rgba(0,0,0,.78) 100%);
  }

  .zaeth-hero__typo {
    top: 3%;
    height: 66%;
    opacity: .11 !important;
    transform: translateY(-2%);
  }

  .zaeth-hero__typo-layer {
    font-size: calc(clamp(3.7rem, 20vw, 7.2rem) * var(--zaeth-typo-scale));
    letter-spacing: -.055em;
  }

  .zaeth-hero__model {
    width: min(138vw, 820px);
    height: min(112vh, 980px);
    left: 50%;
    bottom: -8%;
    transform: translateX(-50%);
  }

  .zaeth-hero__model-img {
    width: 118%;
    height: 118%;
    max-width: none;
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(2%) scale(1.14);
    transform-origin: center bottom;
  }

  .zaeth-hero__model-img {
    filter:
      brightness(1.08)
      contrast(1.06)
      saturate(.68)
      drop-shadow(0 26px 46px rgba(0,0,0,.52));
  }

  .zaeth-hero__smoke-plume--1,
  .zaeth-hero__smoke-plume--2 {
    opacity: .10;
  }

  .zaeth-hero__smoke-plume--3 {
    opacity: .08;
  }

  .zaeth-hero__tagline {
    left: 1rem;
    bottom: 4.75rem;
    max-width: 8.5rem;
  }

  .zaeth-hero__tagline-text {
    font-size: .49rem;
    letter-spacing: .2em;
  }

  .zaeth-hero__scroll-btn {
    bottom: 1.25rem;
  }

  .zaeth-hero__stage::after {
    opacity: .05;
  }
}

/* ==========================================================================
   ZAETH ESSENTIAL — MOBILE HERO FINAL VISIBILITY FIX
   - Restore RELENTLESS as a visible editorial watermark
   - Increase lower-left "DESIGNED TO BE REMEMBERED." readability
   - Keep the enlarged model unchanged
   ========================================================================== */

@media (max-width: 749px) {

  /* RELENTLESS: visible behind the model, but still secondary */
  .zaeth-hero__typo {
    z-index: 2;
    opacity: .27 !important;
    top: 2%;
    height: 67%;
    transform: translateY(0);
  }

  .zaeth-hero__typo-layer {
    font-size: calc(clamp(3.9rem, 21vw, 7.5rem) * var(--zaeth-typo-scale));
    letter-spacing: -.045em;
  }

  .zaeth-hero__typo-layer--stone {
    background-image:
      linear-gradient(
        180deg,
        rgba(224,221,215,.95) 0%,
        rgba(169,165,158,.78) 48%,
        rgba(104,100,94,.66) 100%
      );
    text-shadow:
      0 1px 0 rgba(255,255,255,.08),
      0 8px 22px rgba(0,0,0,.25);
  }

  .zaeth-hero__typo-layer--shadow {
    opacity: .7;
  }

  .zaeth-hero__typo-layer--grain {
    opacity: .18;
  }

  .zaeth-hero__typo-layer--wear {
    opacity: .32;
  }

  /* Lower-left brand statement: readable on real phones */
  .zaeth-hero__tagline {
    z-index: 50;
    left: 1.05rem;
    bottom: 4.9rem;
    max-width: 10.5rem;
    gap: .72rem;
  }

  .zaeth-hero__tagline-icon {
    width: 16px;
    height: 16px;
    opacity: .9;
  }

  .zaeth-hero__tagline-text {
    font-size: .66rem;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1.65;
    color: rgba(242,240,236,.92);
    opacity: 1;
    text-shadow: 0 1px 8px rgba(0,0,0,.7);
  }

  /* Slightly stronger local contrast behind the statement */
  .zaeth-hero__tagline::after {
    content: "";
    position: absolute;
    left: -.45rem;
    bottom: -.5rem;
    width: 9rem;
    height: 4.8rem;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(
      ellipse at left center,
      rgba(0,0,0,.34) 0%,
      rgba(0,0,0,.12) 48%,
      transparent 76%
    );
    filter: blur(8px);
  }

  /* Keep the scroll control clear of the enlarged model */
  .zaeth-hero__scroll-btn {
    z-index: 50;
    bottom: 1.15rem;
  }

  .zaeth-hero__scroll-label {
    font-size: .5rem;
    letter-spacing: .32em;
    opacity: .7;
  }
}

/* ZAETH — MOBILE NEW HERO IMAGE FIT
   Append this AFTER the previous hero CSS.
   The new hero artwork is already visually large, so remove the
   previous V3/V4 enlargement and let the image fit naturally.
*/
@media (max-width: 749px) {
  .zaeth-hero__model {
    width: 100vw !important;
    height: 100svh !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
  }

  .zaeth-hero__model-img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
    transform-origin: center bottom !important;
  }

  /* Keep the editorial typography visible without fighting the artwork. */
  .zaeth-hero__typo {
    opacity: .24 !important;
  }

  /* Keep the lower-left statement readable. */
  .zaeth-hero__tagline {
    left: 1.05rem !important;
    bottom: 4.9rem !important;
  }

  .zaeth-hero__tagline-text {
    font-size: .66rem !important;
    letter-spacing: .18em !important;
    line-height: 1.65 !important;
  }
}