body[data-note-design="watercolor-focus"] {
  --focus-ink: oklch(25% 0.055 247);
  --focus-deep: oklch(20% 0.047 248);
  --focus-blue: oklch(48% 0.085 240);
  --focus-mist: oklch(77% 0.042 226);
  --focus-paper: oklch(96% 0.025 85);
  --focus-gold: oklch(76% 0.13 82);
}

body[data-note-design="watercolor-focus"] .article-main {
  padding-top: 5.2rem;
  background: var(--focus-deep);
}

body[data-note-design="watercolor-focus"] .article-main article {
  padding-bottom: 6rem;
  background:
    radial-gradient(circle at 50% 0%, oklch(75% 0.04 225 / 0.13), transparent 30rem),
    linear-gradient(180deg, var(--paper-faint), var(--paper-warm));
}

body[data-note-design="watercolor-focus"] .article-header--art-directed {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: calc(100svh - 5.2rem);
  margin: 0;
  overflow: hidden;
  padding: 0;
  color: var(--focus-ink);
  background: var(--focus-paper);
}

body[data-note-design="watercolor-focus"] .article-hero-media,
body[data-note-design="watercolor-focus"] .article-hero-veil {
  position: absolute;
  inset: 0;
}

body[data-note-design="watercolor-focus"] .article-hero-media {
  z-index: -2;
  overflow: hidden;
}

body[data-note-design="watercolor-focus"] .article-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--hero-position, center);
  animation: focus-print-develop 1.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body[data-note-design="watercolor-focus"] .article-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background: repeating-linear-gradient(0deg, transparent 0 4px, oklch(27% 0.05 245 / 0.08) 5px, transparent 6px);
  mix-blend-mode: multiply;
}

body[data-note-design="watercolor-focus"] .article-hero-veil {
  z-index: -1;
  background:
    linear-gradient(180deg, oklch(97% 0.023 86 / 0.34) 0, oklch(97% 0.023 86 / 0.08) 38%, transparent 58%),
    linear-gradient(90deg, oklch(97% 0.023 86 / 0.09), transparent 30%, transparent 70%, oklch(97% 0.023 86 / 0.09));
}

body[data-note-design="watercolor-focus"] .article-header__inner {
  width: min(calc(100% - 2rem), 82rem);
  min-height: calc(100svh - 5.2rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(4.5rem, 8vh, 6.5rem) 0 3rem;
  text-align: center;
}

body[data-note-design="watercolor-focus"] .article-header__inner .article-meta {
  align-items: center;
  width: fit-content;
  margin-bottom: clamp(1.2rem, 2.3vh, 1.8rem);
  color: oklch(28% 0.05 246 / 0.7);
  animation: focus-copy-in 0.7s ease-out both;
}

body[data-note-design="watercolor-focus"] .article-header__inner .article-meta span:first-child {
  display: inline-flex;
  align-items: center;
  color: var(--focus-paper);
  background: var(--focus-ink);
  border-color: oklch(25% 0.055 247 / 0.66);
  padding-block: 0.3rem;
}

body[data-note-design="watercolor-focus"] .article-header__inner h1 {
  margin: 0 0 clamp(1rem, 2vh, 1.5rem);
  color: var(--focus-ink);
  font: 500 clamp(5.6rem, 10vw, 9.5rem) / 0.82 var(--font-display);
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-shadow: 0 2px 22px oklch(97% 0.023 86 / 0.72);
  animation: focus-copy-in 0.85s var(--ease-out) 0.08s both;
}

body[data-note-design="watercolor-focus"] .article-header__inner > p {
  max-width: 42ch;
  margin: 0;
  color: oklch(27% 0.05 245 / 0.82);
  font-size: clamp(1.02rem, 1.42vw, 1.18rem);
  font-weight: 600;
  line-height: 1.46;
  text-shadow: 0 1px 18px oklch(97% 0.023 86 / 0.82);
  text-wrap: pretty;
  animation: focus-copy-in 0.85s var(--ease-out) 0.2s both;
}

body[data-note-design="watercolor-focus"] .article-bands {
  height: 0.34rem;
  background: linear-gradient(90deg, var(--focus-deep) 0 30%, var(--focus-blue) 30% 62%, var(--focus-mist) 62% 84%, var(--focus-gold) 84% 100%);
}

body[data-note-design="watercolor-focus"] .article-copy > p:first-child {
  color: var(--focus-ink);
  font-size: clamp(1.3rem, 2.2vw, 1.58rem);
  font-weight: 600;
  line-height: 1.5;
}

body[data-note-design="watercolor-focus"] .article-copy blockquote {
  color: var(--focus-ink);
  background: oklch(77% 0.042 226 / 0.17);
  border-color: oklch(47% 0.074 241 / 0.32);
}

body[data-note-design="watercolor-focus"] .article-copy > p:last-child {
  color: var(--focus-deep);
  font-size: clamp(1.24rem, 1.9vw, 1.48rem);
  font-weight: 650;
  line-height: 1.5;
}

@keyframes focus-print-develop {
  from { opacity: 0.86; transform: scale(1.018); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes focus-copy-in {
  from { opacity: 0; transform: translate3d(0, 0.8rem, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 47.98rem) {
  body[data-note-design="watercolor-focus"] .article-main {
    padding-top: 4.8rem;
  }

  body[data-note-design="watercolor-focus"] .article-header--art-directed,
  body[data-note-design="watercolor-focus"] .article-header__inner {
    min-height: calc(100svh - 4.8rem);
  }

  body[data-note-design="watercolor-focus"] .article-hero-media img {
    object-position: 50% center;
  }

  body[data-note-design="watercolor-focus"] .article-hero-veil {
    background:
      linear-gradient(180deg, oklch(97% 0.023 86 / 0.52) 0, oklch(97% 0.023 86 / 0.18) 39%, transparent 59%),
      linear-gradient(90deg, oklch(97% 0.023 86 / 0.12), transparent 80%);
  }

  body[data-note-design="watercolor-focus"] .article-header__inner {
    align-items: flex-start;
    padding: clamp(3rem, 7vh, 4rem) 0 3rem;
    text-align: left;
  }

  body[data-note-design="watercolor-focus"] .article-header__inner .article-meta {
    gap: 0.5rem 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.59rem;
  }

  body[data-note-design="watercolor-focus"] .article-header__inner h1 {
    margin-bottom: 0.95rem;
    font-size: clamp(5.2rem, 25vw, 7rem);
  }

  body[data-note-design="watercolor-focus"] .article-header__inner > p {
    max-width: 29ch;
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-note-design="watercolor-focus"] .article-hero-media img,
  body[data-note-design="watercolor-focus"] .article-header__inner .article-meta,
  body[data-note-design="watercolor-focus"] .article-header__inner h1,
  body[data-note-design="watercolor-focus"] .article-header__inner > p {
    animation: none;
  }
}
