/* ================================================
   AYTHNYK HOME — Navigation Cards Luxury Editorial
================================================= */
.aythnyk-nav-sections {
  padding: 6rem 2rem 7rem;
  background: #0a0804;
}

.aythnyk-nav-sections .container {
  max-width: 1460px;
}

.aythnyk-nav-sections .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #0a0804;
  border-top: 1px solid rgba(196,154,64,.16);
  border-bottom: 1px solid rgba(196,154,64,.16);
}

.aythnyk-nav-sections .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  padding: 0;
}

.aythnyk-nav-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 3.5rem 2rem 2.4rem;
  background:
    radial-gradient(circle at top right, rgba(200,16,46,.08), transparent 35%),
    #0a0804;
  border-right: 1px solid rgba(196,154,64,.14);
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background .35s ease, transform .3s ease, box-shadow .35s ease;
}

.aythnyk-nav-sections .row > [class*="col-"]:last-child .aythnyk-nav-card {
  border-right: none;
}

.aythnyk-nav-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #c8102e;
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}

.aythnyk-nav-card::after {
  content: '';
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 0;
  height: 2px;
  background: #f0c96e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  z-index: 1;
}

.aythnyk-nav-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(200,16,46,.18);
}

.aythnyk-nav-card:hover::before {
  opacity: 1;
}

.aythnyk-nav-card:hover::after {
  transform: scaleX(1);
}

.aythnyk-nav-num,
.aythnyk-nav-title,
.aythnyk-nav-desc,
.aythnyk-nav-cta {
  position: relative;
  z-index: 2;
}

.aythnyk-nav-num {
  font-family: 'DM Sans', sans-serif;
  font-size: .58rem;
  letter-spacing: 5px;
  color: #c8102e;
  margin-bottom: 1.4rem;
  display: block;
}

.aythnyk-nav-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 2.5px;
  color: #f5e0b0;
  margin: 0 0 .9rem;
  transition: color .3s ease;
}

.aythnyk-nav-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: .9rem;
  color: #6b5f45;
  line-height: 1.75;
  max-width: 310px;
  margin: 0 0 2rem;
  flex: 1;
  transition: color .3s ease;
}

.aythnyk-nav-cta {
  font-family: 'DM Sans', sans-serif;
  font-size: .65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: auto;
  display: inline-block;
  transition: letter-spacing .3s ease, color .3s ease;
}

.aythnyk-nav-card:hover .aythnyk-nav-num {
  color: rgba(255,255,255,.62);
}

.aythnyk-nav-card:hover .aythnyk-nav-title {
  color: #fff;
}

.aythnyk-nav-card:hover .aythnyk-nav-desc {
  color: rgba(255,255,255,.78);
}

.aythnyk-nav-card:hover .aythnyk-nav-cta {
  color: #f0c96e;
  letter-spacing: 5px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .aythnyk-nav-sections .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .aythnyk-nav-card {
    min-height: 310px;
    border-bottom: 1px solid rgba(196,154,64,.14);
  }

  .aythnyk-nav-sections .row > [class*="col-"]:nth-child(2n) .aythnyk-nav-card {
    border-right: none;
  }

  .aythnyk-nav-sections .row > [class*="col-"]:nth-last-child(-n+2) .aythnyk-nav-card {
    border-bottom: none;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .aythnyk-nav-sections {
    padding: 4.5rem 1.25rem 5rem;
  }

  .aythnyk-nav-sections .row {
    grid-template-columns: 1fr;
  }

  .aythnyk-nav-card {
    min-height: 260px;
    padding: 2.5rem 1.5rem 2rem;
    border-right: none;
    border-bottom: 1px solid rgba(196,154,64,.14);
  }

  .aythnyk-nav-sections .row > [class*="col-"]:last-child .aythnyk-nav-card {
    border-bottom: none;
  }
}

.aythnyk-cta-primary {
  font-family: 'Courier Prime', monospace;
  font-size: .78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-gold, var(--gold));
  border: 1px solid var(--color-gold, var(--gold));
  background: transparent;
  padding: .65rem 2rem;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: inline-block;
  margin: .3rem;
}
.aythnyk-cta-primary:hover {
  background: var(--color-gold, var(--gold));
  color: var(--bg-dark, #130e05);
  text-decoration: none;
}
.aythnyk-cta-secondary {
  font-family: 'Courier Prime', monospace;
  font-size: .78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-text-muted, #7a5c2e);
  background: transparent;
  border: 1px solid rgba(122,92,46,.4);
  padding: .65rem 2rem;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  display: inline-block;
  margin: .3rem;
}
.aythnyk-cta-secondary:hover {
  color: var(--color-gold, var(--gold));
  border-color: rgba(196,154,64,.5);
  text-decoration: none;
}

/* ── HERO WATERMARK (AYTHNYK) ── */
.ah-hero__logo-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.45);

  width: 1100px;
  height: 1100px;

  pointer-events: none;
  z-index: 0;

  -webkit-mask-image: linear-gradient(to bottom,
    transparent 0%,
    rgba(0,0,0,0.4) 20%,
    rgba(0,0,0,1) 50%,
    rgba(0,0,0,0.4) 80%,
    transparent 100%);
  mask-image: linear-gradient(to bottom,
    transparent 0%,
    rgba(0,0,0,0.4) 20%,
    rgba(0,0,0,1) 50%,
    rgba(0,0,0,0.4) 80%,
    transparent 100%);
}

/* Logo base */
.ah-hero__logo-watermark::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../images/aythnyk/a_logo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.035;
  filter: brightness(1.6) contrast(0.6);
  mix-blend-mode: screen;
}

/* Emotional glow / breath */
.ah-hero__logo-watermark::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../images/aythnyk/a_logo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.05;
  filter: blur(8px) brightness(2);
  mix-blend-mode: screen;

  animation: aythnyk-breathe 6s ease-in-out infinite;
}

@keyframes aythnyk-breathe {
  0%, 100% {
    opacity: 0.02;
    transform: scale(1);
  }

  50% {
    opacity: 0.12;
    transform: scale(1.045);
  }
}

.ah-hero__inner,
.ah-hero__bg-text {
  position: relative;
  z-index: 2;
}

/* ================================================
   QUOTE BANNER — carousel slider
================================================= */
:root {
  --qb-radius: 14px;
  --qb-pad: 12px 18px;
}
.quote-banner {
  background: #0f0b05;
  border-top: 1px solid rgba(212,168,67,0.15);
  border-bottom: 1px solid rgba(212,168,67,0.15);
  border-left: none;
  border-right: none;
  border-radius: 0;
  min-height: 80px;
  height: auto;
  padding: 24px 80px;
  margin: .75rem 0 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: inset 0 0 80px rgba(212,168,67,0.04);
}
.banner--black { background: linear-gradient(90deg, #0a0804, #0f0a05, #0a0804); }
.banner--red   { background: linear-gradient(90deg, #100204, #160306, #100204); border-color: rgba(200,16,46,0.25); }
.qb-track {
  display: flex;
  width: 100%;
  transition: transform .45s ease;
  will-change: transform;
}
.qb-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: var(--qb-pad);
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}
.qb-text {
  margin: 0;
  font-style: italic;
  line-height: 1.25;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 400;
  letter-spacing: .2px;
  max-width: 85ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f5e6c8;
}
.qb-author {
  margin: 0 0 0 .5rem;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  color: var(--ay-primary);
}
.qb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200,16,46,0.2);
  border-radius: 999px;
  cursor: pointer;
  z-index: 2;
  color: var(--ay-primary);
  background: rgba(200,16,46,0.1);
  transition: background .2s ease, border-color .2s ease, transform .1s ease;
}
.qb-nav:hover { background: rgba(200,16,46,0.2); color: var(--ay-light); border-color: rgba(200,16,46,0.4); }
.qb-nav:active { transform: translateY(-50%) scale(.96); }
.qb-prev { left: 8px; }
.qb-next { right: 8px; }
.qb-nav:focus-visible { outline: 2px solid rgba(212,168,67,0.5); outline-offset: 2px; }
.quote-banner-fw .quote-banner { margin-bottom: 0; }
.quote-banner-fw,
.quote-banner {
  position: relative;
  z-index: 5;
  margin-bottom: 0 !important;
}
.quote-banner-fw { margin-bottom: 0.25rem; }

@media (max-width: 575.98px) {
  .quote-banner { padding: 10px 48px; min-height: 75px; }
  .qb-text { font-size: 1.15rem; line-height: 1.45; -webkit-line-clamp: 4; }
  .qb-author { font-size: 1rem; }
}

/* ── AH-* REDESIGN — append only ── */
.ah-page { overflow-x: hidden; }
.ah-section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: .63rem; letter-spacing: 6px;
  text-transform: uppercase; color: #c8102e;
  text-align: center; margin-bottom: 2.5rem;
}
.ah-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  justify-content: center; text-align: center;
  overflow: hidden; padding: 6rem 2rem 4rem;
  background: radial-gradient(ellipse at center,
    #1a0a05 0%, #0a0804 60%, #060402 100%);
}
.ah-hero__bg-text {
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(6rem, 22vw, 20rem);
  font-weight: 700; color: transparent;
  -webkit-text-stroke: 1px rgba(200,16,46,.05);
  letter-spacing: 10px; white-space: nowrap;
  user-select: none; top: 50%; left: 50%;
  transform: translate(-50%, -50%); z-index: 0;
}
.ah-hero__inner { position: relative; z-index: 2; max-width: 800px; }
.ah-hero__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: .65rem; letter-spacing: 6px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem;
}
.ah-hero__name {
  display: flex; flex-direction: column; align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; line-height: .85; margin: 0 0 1.5rem;
}
.ah-hero__line { font-size: clamp(4rem, 18vw, 12rem); color: #f5e0b0; letter-spacing: 14px; }
.ah-hero__line--gold { color: var(--gold); }
.ah-hero__subtitle {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: #6b5f45; letter-spacing: 4px; margin-bottom: 1.5rem;
}
.ah-hero__phrase {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(.95rem, 2vw, 1.2rem);
  color: #7a6840; line-height: 1.7;
  margin: 0 auto 2.5rem; max-width: 500px;
}
.ah-hero__ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.ah-scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); }
.ah-scroll-hint span {
  display: block; width: 1px; height: 50px;
  background: linear-gradient(to bottom, #c8102e, transparent);
  animation: ahScroll 2s ease infinite;
}
@keyframes ahScroll {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
.ah-ticker {
  overflow: hidden;
  background: #c8102e;
  border-top: none;
  border-bottom: none;
  padding: .75rem 0;
}
.ah-ticker__track {
  display: inline-flex; gap: 2rem; white-space: nowrap;
  animation: ahTicker 26s linear infinite;
}
.ah-ticker__track span {
  font-family: 'Cormorant Garamond', serif;
  font-size: .95rem;
  font-style: italic;
  letter-spacing: 2px;
  color: #fff;
}
.ah-ticker__track em { color: rgba(255,255,255,.5); font-style: normal; font-size: .7rem; }
@keyframes ahTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ah-statement { padding: 7rem 2rem; background: #080604; }
.ah-statement__inner { max-width: 760px; margin: 0 auto; }
.ah-statement__label {
  font-family: 'DM Sans', sans-serif; font-size: .63rem;
  letter-spacing: 6px; text-transform: uppercase;
  color: #c8102e; margin-bottom: 2rem;
}
.ah-statement__text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 300; color: #f5e0b0; line-height: 1.2; margin: 0 0 2rem;
}
.ah-statement__text em { color: #c8102e; font-style: italic; }
.ah-statement__body {
  font-family: 'DM Sans', sans-serif; font-size: .9rem;
  color: #6b5f45; line-height: 1.9; max-width: 560px;
}
.ah-works-cta { background: #c8102e; padding: 6rem 2rem; text-align: center; }
.ah-works-cta__inner { max-width: 580px; margin: 0 auto; }
.ah-works-cta__eyebrow {
  font-family: 'DM Sans', sans-serif; font-size: .63rem;
  letter-spacing: 5px; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-bottom: 1rem;
}
.ah-works-cta__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 300; color: #fff; letter-spacing: 4px; margin: 0 0 1.25rem;
}
.ah-works-cta__desc {
  font-family: 'DM Sans', sans-serif; font-size: .88rem;
  color: rgba(255,255,255,.7); line-height: 1.8; margin-bottom: 2rem;
}
.ah-works-btn {
  background: #fff !important;
  color: #c8102e !important;
  border: 2px solid #fff !important;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.ah-works-btn:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
@media (max-width: 600px) {
  .ah-hero { padding: 5rem 1.25rem 3rem; }
  .ah-hero__line { font-size: clamp(3.5rem, 20vw, 7rem); letter-spacing: 8px; }
  .ah-hero__ctas { flex-direction: column; align-items: center; }
  .ah-statement { padding: 5rem 1.25rem; }
  .ah-works-cta { padding: 4rem 1.25rem; }
}

/* ── TOOLS STRIP ── */
.ah-tools-strip {
  background: linear-gradient(
    180deg,
    rgba(196,154,64,.9),
    rgba(196,154,64,.75)
  );
  border-top: none;
  border-bottom: none;
  padding: 3rem 2rem;
}

.ah-tools-strip__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.ah-tools-strip__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ah-tools-strip__label {
  font-family: 'DM Sans', sans-serif;
  font-size: .65rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(10,8,4,.5);
  margin-bottom: .5rem;
}
.ah-tools-strip__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  color: #0a0804;
  margin: 0 0 .5rem;
}
.ah-tools-strip__desc {
  font-family: 'DM Sans', sans-serif;
  font-size: .9rem;
  color: rgba(10,8,4,.7);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
}
.ah-tools-strip__btn {
  flex-shrink: 0;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  font-size: .7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: .75rem 1.75rem;
  background: #0a0804;
  color: var(--gold);
  text-decoration: none;
  border: 1px solid #0a0804;
  border-radius: 2px;
  transition: background .25s ease, color .25s ease;
}
.ah-tools-strip__btn:hover {
  background: transparent;
  color: #0a0804;
  border-color: #0a0804;
  text-decoration: none;
}
@media (max-width: 600px) {
  .ah-tools-strip { padding: 2rem 1.25rem; }
}

/* ═══════════════════════════════════════════════
   RESOURCES / TOOLS (res-*) — aythnyk/tools/
═══════════════════════════════════════════════ */
.res-hero {
  max-width: 860px;
  margin: 0 auto;
  padding: 5rem 2rem 2.5rem;
}
.res-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: .68rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}
.res-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: #f5f5f5;
  margin: 0 0 .75rem;
}
.res-sub {
  font-size: .9rem;
  color: #666;
  max-width: 560px;
}
.res-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 2rem;
  border-top: 1px solid #1e1e1e;
}
.res-label {
  font-size: .62rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 1rem;
}
.res-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1px;
  background: #1e1e1e;
}
.res-grid--featured {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.res-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  background: #0a0a0a;
  text-decoration: none;
  transition: background .25s ease;
}
.res-card:hover { background: #111; }
.res-card__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}
.res-card__logo-placeholder {
  width: 40px;
  height: 40px;
  background: #1e1e1e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 1px;
}
.res-card__body { flex: 1; }
.res-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #f5f5f5;
  margin: 0 0 .35rem;
}
.res-card__tagline {
  font-size: .8rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.res-card__commission {
  font-size: .68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin: .5rem 0 0;
}
.res-card__cta {
  font-size: .7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444;
  margin-top: auto;
  transition: color .25s ease;
}
.res-card:hover .res-card__cta { color: var(--gold); }
@media (max-width: 600px) {
  .res-grid { grid-template-columns: 1fr; }
  .res-section { padding: 1.5rem 1rem; }
  .res-hero { padding: 4rem 1rem 2rem; }
}

/* ═══════════════════════════════════════════════
   RESOURCES / TOOLS (res-*) — aythnyk/tools/
═══════════════════════════════════════════════ */
.res-hero {
  max-width: 860px;
  margin: 0 auto;
  padding: 5rem 2rem 2.5rem;
}
.res-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: .68rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}
.res-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: #f5f5f5;
  margin: 0 0 .75rem;
}
.res-sub {
  font-size: .9rem;
  color: #666;
  max-width: 560px;
}
.res-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 2rem;
  border-top: 1px solid #1e1e1e;
}
.res-label {
  font-size: .62rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 1rem;
}
.res-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1px;
  background: #1e1e1e;
}
.res-grid--featured {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.res-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  background: #0a0a0a;
  text-decoration: none;
  transition: background .25s ease;
}
.res-card:hover { background: #111; }
.res-card__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}
.res-card__logo-placeholder {
  width: 40px;
  height: 40px;
  background: #1e1e1e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 1px;
}
.res-card__body { flex: 1; }
.res-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #f5f5f5;
  margin: 0 0 .35rem;
}
.res-card__tagline {
  font-size: .8rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.res-card__commission {
  font-size: .68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin: .5rem 0 0;
}
.res-card__cta {
  font-size: .7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444;
  margin-top: auto;
  transition: color .25s ease;
}
.res-card:hover .res-card__cta { color: var(--gold); }
@media (max-width: 600px) {
  .res-grid { grid-template-columns: 1fr; }
  .res-section { padding: 1.5rem 1rem; }
  .res-hero { padding: 4rem 1rem 2rem; }
}

/* ═══════════════════════════════════════════
   AYTHNYK — A Logo Watermark (songs-hero)
═══════════════════════════════════════════ */
.ah-logo-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  pointer-events: none;
  z-index: 0;
}
.ah-logo-watermark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/aythnyk/a_logo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.12;
  filter: brightness(2) contrast(1) invert(1);
}
.songs-hero {
  position: relative;
  overflow: hidden;
}
.songs-hero > * {
  position: relative;
  z-index: 1;
}


/* ── Watermark final values ── */

.ah-logo-watermark-img {
  position: absolute !important;
  top: 10% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 220px !important;
  height: 220px !important;
  object-fit: contain !important;
  opacity: 0.07 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* ── AYTHNYK CREATIVE TOOLS STRIP ── */
.ef-stack-strip--aythnyk {
  background: #0a0804;
  border-top: 1px solid rgba(200,16,46,0.15);
  border-bottom: 1px solid rgba(200,16,46,0.15);
  padding: 3.5rem 2rem;
}
.ef-stack-strip--aythnyk .ef-stack-label {
  color: rgba(196,154,64,0.55);
}
.ef-stack-badge--crimson {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(200,16,46,0.4);
  border-radius: 6px;
  font-family: 'DM Mono', monospace;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c8102e;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.ef-stack-item:hover .ef-stack-badge--crimson {
  border-color: #c8102e;
  color: #f5e6c8;
  background: rgba(200,16,46,0.15);
}
.ef-stack-strip--aythnyk .ef-stack-item span:last-child {
  color: rgba(245,230,200,0.35);
}
.ef-stack-strip--aythnyk .ef-stack-item:hover span:last-child {
  color: rgba(245,230,200,0.85);
}

/* ── AYTHNYK CREATIVE TOOLS STRIP — full scoped override ── */
.ef-stack-strip--aythnyk {
  background: #0a0804 !important;
  border-top: 1px solid rgba(200,16,46,0.15) !important;
  border-bottom: 1px solid rgba(200,16,46,0.15) !important;
  padding: 3.5rem 2rem !important;
  text-align: center !important;
}
.ef-stack-strip--aythnyk .ef-stack-label {
  display: block !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 0.6rem !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: rgba(196,154,64,0.55) !important;
  margin-bottom: 2.5rem !important;
}
.ef-stack-strip--aythnyk .ef-stack-logos {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2rem 3rem !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}
.ef-stack-strip--aythnyk .ef-stack-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.6rem !important;
  opacity: 0.5 !important;
  transition: opacity 0.3s ease !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:hover {
  opacity: 1 !important;
}
.ef-stack-badge--crimson {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid rgba(200,16,46,0.4) !important;
  border-radius: 6px !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 0.55rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  color: #c8102e !important;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:hover .ef-stack-badge--crimson {
  border-color: #c8102e !important;
  color: #f5e6c8 !important;
  background: rgba(200,16,46,0.15) !important;
}
.ef-stack-strip--aythnyk .ef-stack-item span:last-child {
  font-family: 'DM Mono', monospace !important;
  font-size: 0.52rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(245,230,200,0.35) !important;
  transition: color 0.3s ease !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:hover span:last-child {
  color: rgba(245,230,200,0.85) !important;
}
@media (max-width: 600px) {
  .ef-stack-strip--aythnyk .ef-stack-logos {
    gap: 1.5rem 2rem !important;
  }
}

/* ── AYTHNYK STRIP — real SVG logos + brand color hover ── */
.ef-stack-strip--aythnyk .ef-stack-item img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
  filter: grayscale(100%) brightness(0.6) !important;
  transition: filter 0.35s ease, transform 0.3s ease !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:hover img {
  filter: grayscale(0%) brightness(1) !important;
  transform: translateY(-2px) !important;
}
/* Individual brand colors */
.ef-stack-strip--aythnyk .ef-stack-item:nth-child(1):hover img {
  filter: invert(1) brightness(1) !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:nth-child(2):hover img {
  filter: brightness(1) saturate(1) hue-rotate(0deg) !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:nth-child(3):hover img {
  filter: invert(60%) sepia(80%) saturate(400%) hue-rotate(155deg) brightness(1.1) !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:nth-child(4):hover img {
  filter: brightness(1.5) !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:nth-child(5):hover img {
  filter: invert(20%) sepia(100%) saturate(500%) hue-rotate(210deg) brightness(1.2) !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:nth-child(6):hover img {
  filter: invert(55%) sepia(60%) saturate(500%) hue-rotate(90deg) brightness(1.1) !important;
}
.ef-stack-strip--aythnyk .ef-stack-item:nth-child(7):hover img {
  filter: invert(40%) sepia(40%) saturate(400%) hue-rotate(250deg) brightness(1.1) !important;
}

/* ── RES CARD — Simple Icons logos ── */
.res-card__logo--si {
  opacity: 0.75;
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.res-card:hover .res-card__logo--si {
  opacity: 1;
  filter: brightness(1.15);
}

/* ── Simple Icons logos — tool cards ── */
.res-card__logo--si {
  width: 36px !important;
  height: 36px !important;
  object-fit: contain !important;
  display: block !important;
  margin-bottom: 0.75rem !important;
  filter: brightness(0.65) !important;
  transition: filter 0.3s ease, transform 0.3s ease !important;
}
a:hover .res-card__logo--si {
  filter: brightness(1.3) !important;
  transform: translateY(-2px) !important;
}

/* ── EF watermark in Aythnyk home's Works CTA section ──
   Mirror of .wh-aythnyk .ah-logo-watermark-img in works.css.
   Adjusted brightness/opacity for contrast against red background. */
.ah-works-cta {
  position: relative;
  overflow: hidden;
}
.ah-works-cta .ah-logo-watermark-img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 580px !important;
  height: 580px !important;
  opacity: 0.15 !important;
  filter: blur(2px) brightness(3) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1134px) {
  .ah-works-cta .ah-logo-watermark-img {
    width: 480px !important;
    height: 480px !important;
  }
}

@media (max-width: 600px) {
  .ah-works-cta .ah-logo-watermark-img {
    width: 380px !important;
    height: 380px !important;
  }
}

@media (max-width: 420px) {
  .ah-works-cta .ah-logo-watermark-img {
    width: 340px !important;
    height: 340px !important;
  }
}

.ah-works-cta__inner {
  position: relative !important;
  z-index: 1 !important;
}
