/* ================================================================
   ADRITA WRITER PORTFOLIO — Main Stylesheet
   Nature-inspired green theme · Playfair Display + DM Sans
   ================================================================ */

/* ── ROOT VARIABLES ── */
:root {
  --forest: #140711;
  --deep: #261024;
  --sage: #ff2f92;
  --mint: #ff75bb;
  --light-mint: #ffc6e2;
  --pale: #fff0f7;
  --cream: #fff8fc;
  --white: #ffffff;
  --gold: #ffd166;
  --dark: #09030a;
  --text: #311428;
  --text-light: #7c5671;
  --heading: 'Playfair Display', Georgia, serif;
  --body: 'DM Sans', -apple-system, sans-serif;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Final homepage correction: varied imagery, stronger gallery, cleaner illusion */
.home .site-nav:not(.scrolled) .nav-logo,
.home .site-nav:not(.scrolled) .nav-logo em,
.home .site-nav:not(.scrolled) .nav-links a {
  color: rgba(255, 255, 255, 0.9);
}

.home .site-nav:not(.scrolled) .nav-toggle span {
  background: rgba(255, 255, 255, 0.88);
}

.resn-opening {
  background:
    radial-gradient(circle at 50% 40%, rgba(98, 224, 194, 0.14), transparent 18rem),
    radial-gradient(circle at 24% 18%, rgba(255, 207, 112, 0.1), transparent 14rem),
    linear-gradient(180deg, #061210 0%, #061918 48%, #08222b 100%);
}

.resn-opening::before {
  background:
    linear-gradient(180deg, rgba(1, 8, 9, 0), rgba(1, 8, 9, 0.72)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 90px);
}

.resn-opening-content h1 {
  font-size: 6.8rem;
  max-width: 920px;
}

.opening-tree {
  opacity: 0.95;
  filter: blur(0.2px) drop-shadow(0 26px 46px rgba(0,0,0,0.34));
}

.opening-tree-left {
  background:
    radial-gradient(ellipse at 18% 14%, #06251e 0 20%, transparent 21%),
    radial-gradient(ellipse at 38% 8%, #0b4937 0 18%, transparent 19%),
    radial-gradient(ellipse at 64% 18%, #0e7558 0 22%, transparent 23%),
    radial-gradient(ellipse at 84% 34%, #0b4b3b 0 18%, transparent 19%),
    linear-gradient(78deg, transparent 0 46%, rgba(8, 94, 70, 0.96) 47% 50%, transparent 51%);
}

.opening-tree-right {
  background:
    radial-gradient(ellipse at 82% 12%, #061f1b 0 22%, transparent 23%),
    radial-gradient(ellipse at 58% 8%, #0b513f 0 18%, transparent 19%),
    radial-gradient(ellipse at 30% 22%, #0d7055 0 22%, transparent 23%),
    radial-gradient(ellipse at 12% 40%, #0a3f35 0 17%, transparent 18%),
    linear-gradient(104deg, transparent 0 47%, rgba(8, 88, 68, 0.96) 48% 51%, transparent 52%);
}

.opening-rain span {
  width: 5px;
  height: 44px;
  border-radius: 80% 80% 60% 60%;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.95), transparent 28%),
    linear-gradient(180deg, rgba(185, 248, 255, 0.12), rgba(155, 239, 255, 0.82));
  box-shadow: 0 0 18px rgba(155, 239, 255, 0.3);
}

.opening-waterline {
  height: 34vh;
  background:
    repeating-radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.2) 0 2px, transparent 2px 20px),
    linear-gradient(180deg, rgba(126, 234, 228, 0), rgba(126, 234, 228, 0.52) 62%, rgba(255, 218, 117, 0.2));
}

.water-illusion {
  min-height: 320vh;
  background:
    linear-gradient(180deg, #061918 0%, #08222b 38%, #113039 58%, #fff3bf 100%);
}

.water-illusion-sticky {
  grid-template-columns: minmax(280px, 0.62fr) minmax(460px, 1fr);
  padding-top: 96px;
}

.illusion-copy h2 {
  max-width: 10ch;
}

.illusion-frame {
  min-height: 78svh;
  border-radius: 0;
  box-shadow: 0 60px 130px rgba(0, 0, 0, 0.42);
}

.illusion-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.16), transparent 18%, transparent 82%, rgba(255,255,255,0.12)),
    linear-gradient(180deg, transparent 72%, rgba(255,255,255,0.16));
  opacity: calc(0.24 + (var(--illusion-sun) * 0.42));
  mix-blend-mode: screen;
}

.illusion-frame img {
  object-position: center;
}

.clean-hero {
  padding-top: 126px;
}

.hero-portrait-frame img {
  object-position: center 28%;
}

.feature-visual-frame img {
  object-position: center 32%;
}

.memory-gallery {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef8fb 100%);
}

.memory-gallery::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17,26,47,0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,26,47,0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.5), transparent);
}

.memory-gallery .page-shell {
  position: relative;
  z-index: 1;
}

.memory-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 92px;
  gap: 14px;
  margin-top: 42px;
}

.memory-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #dce9ef;
  box-shadow: 0 18px 44px rgba(17, 26, 47, 0.12);
  transform: translateY(0);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s var(--ease-out-expo);
}

.memory-gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(17, 26, 47, 0.18);
}

.memory-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out-expo), filter 0.45s ease;
}

.memory-gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.02);
}

.memory-gallery-item figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(4, 12, 18, 0.56);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.memory-gallery-item-1 {
  grid-column: span 4;
  grid-row: span 4;
}

.memory-gallery-item-2 {
  grid-column: span 3;
  grid-row: span 3;
}

.memory-gallery-item-3 {
  grid-column: span 5;
  grid-row: span 3;
}

.memory-gallery-item-4 {
  grid-column: span 3;
  grid-row: span 2;
}

.memory-gallery-item-5 {
  grid-column: span 4;
  grid-row: span 2;
}

@media (max-width: 980px) {
  .resn-opening-content h1 {
    font-size: 4.8rem;
  }

  .memory-gallery-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 86px;
  }

  .memory-gallery-item-1,
  .memory-gallery-item-2,
  .memory-gallery-item-3,
  .memory-gallery-item-4,
  .memory-gallery-item-5 {
    grid-column: span 3;
    grid-row: span 3;
  }
}

@media (max-width: 620px) {
  .resn-opening-content h1 {
    font-size: 3.4rem;
  }

  .memory-gallery {
    padding: 76px 0;
  }

  .memory-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
    gap: 10px;
  }

  .memory-gallery-item-1,
  .memory-gallery-item-2,
  .memory-gallery-item-3,
  .memory-gallery-item-4,
  .memory-gallery-item-5 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .memory-gallery-item:first-child,
  .memory-gallery-item:nth-child(6),
  .memory-gallery-item:nth-child(11) {
    grid-column: span 2;
  }
}

/* v7.1 final overrides: keep the delivered build water-only after legacy blocks. */
.botanical-motion,
.botanical-vine,
.botanical-leaf,
.plant-canopy,
.plant-stem-field,
.plant-dew-field,
.plant-hero-light {
  display: none !important;
}

.site-footer {
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--sage), transparent 70%), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(255,255,255,0.08), transparent 22rem),
    linear-gradient(180deg, color-mix(in srgb, var(--forest), #000 8%) 0%, #031013 100%) !important;
}

.site-footer::before {
  opacity: 0.36 !important;
  background:
    repeating-radial-gradient(ellipse at 50% 120%, rgba(255,255,255,0.11) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, rgba(255,255,255,0.04), transparent 28%, transparent 72%, rgba(255,255,255,0.04)) !important;
  animation: footerWaterMove 12s ease-in-out infinite alternate;
}

.site-footer::after {
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--sage), transparent 62%) 0%, transparent 70%) !important;
}

.footer-reveal-stage {
  border-color: rgba(255,255,255,0.14) !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025)) !important;
}

.footer-reveal-stage::before {
  background:
    repeating-radial-gradient(ellipse at 50% 120%, rgba(255,255,255,0.14) 0 1px, transparent 1px 30px),
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--sage), transparent 76%), transparent 20rem) !important;
  animation: footerWaterMove 10s ease-in-out infinite alternate;
}

.footer-reveal-fallback {
  display: flex !important;
  max-width: 100%;
  color: transparent !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.54), #fff 30%, color-mix(in srgb, var(--sage), #fff 42%) 55%, #fff 78%, rgba(255,255,255,0.58));
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 18px 46px rgba(0,0,0,0.22));
  animation: footerNameFlow 7s ease-in-out infinite alternate;
}

.footer-reveal-fallback span {
  display: block;
}

/* v7.2 opening gate, full-image hero, portfolio visuals, and letter footer. */
body.intro-locked {
  overflow: hidden;
}

.site-intro-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--intro-text, #fff);
  background:
    radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--intro-accent, var(--sage)), transparent 56%), transparent 15rem),
    radial-gradient(circle at 76% 18%, rgba(255,255,255,0.12), transparent 18rem),
    linear-gradient(160deg, var(--intro-bg-start, #021214) 0%, var(--intro-bg-mid, #06282d) 48%, var(--intro-bg-end, #02090b) 100%);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s var(--ease-out-expo);
}

.site-intro-gate[hidden] {
  display: none;
}

.site-intro-gate.is-opening {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
}

.site-intro-gate::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.12) 0 1px, transparent 1px 26px),
    linear-gradient(115deg, transparent 0%, color-mix(in srgb, var(--intro-accent, var(--sage)), transparent 86%) 45%, transparent 58%);
  filter: blur(0.2px);
  opacity: 0.42;
  animation: introWaterField 10s ease-in-out infinite alternate;
}

.intro-water-orb {
  position: absolute;
  width: clamp(240px, 38vw, 620px);
  aspect-ratio: 1;
  border-radius: 48% 52% 55% 45%;
  background:
    radial-gradient(circle at 38% 26%, rgba(255,255,255,0.84), rgba(255,255,255,0.16) 17%, transparent 28%),
    radial-gradient(circle at 62% 68%, color-mix(in srgb, var(--intro-accent, var(--sage)), transparent 58%), transparent 38%),
    linear-gradient(135deg, color-mix(in srgb, var(--intro-accent, var(--sage)), #fff 68%), color-mix(in srgb, var(--intro-accent, var(--sage)), #000 58%));
  box-shadow:
    inset 0 0 80px rgba(255,255,255,0.12),
    inset -28px -34px 90px rgba(0,0,0,0.24),
    0 40px 120px color-mix(in srgb, var(--intro-accent, var(--sage)), transparent 72%);
  filter: url("#adrita-water-displace");
  animation: introDropBreathe 4.8s ease-in-out infinite alternate;
}

.intro-water-orb span {
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 2px;
  height: 46vh;
  background: linear-gradient(180deg, rgba(255,255,255,0.55), transparent);
  transform: translateX(-50%);
  opacity: 0.36;
}

.intro-gate-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 32px;
  text-align: center;
}

.intro-gate-copy p {
  margin: 0 0 14px;
  color: color-mix(in srgb, var(--intro-text, #fff), transparent 28%);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.intro-gate-copy h1 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(3.8rem, 10vw, 9rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.intro-gate-copy span {
  display: block;
  max-width: 560px;
  margin: 22px auto 0;
  color: color-mix(in srgb, var(--intro-text, #fff), transparent 28%);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.65;
}

.intro-enter-button {
  margin-top: 30px;
  padding: 16px 30px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: color-mix(in srgb, var(--intro-text, #fff), transparent 88%);
  color: var(--intro-text, #fff);
  font: 800 0.86rem/1 var(--body);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition: transform 0.35s var(--ease-out-expo), background 0.35s ease;
}

.intro-enter-button:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.2);
}

.water-face-hero {
  background:
    radial-gradient(circle at 76% 16%, color-mix(in srgb, var(--sage), transparent 52%), transparent 22rem),
    linear-gradient(180deg, #06191c 0%, var(--forest) 100%) !important;
}

.water-face-hero-image::before {
  content: '';
  position: absolute;
  inset: -7%;
  background-image: var(--hero-image-url);
  background-size: cover;
  background-position: var(--hero-face-position);
  filter: blur(24px) saturate(1.1) brightness(0.62);
  transform: scale(1.08);
  opacity: 0.8;
}

.water-face-hero-image img {
  position: relative;
  z-index: 1;
  object-fit: var(--hero-image-fit, contain) !important;
  object-position: var(--hero-face-position) !important;
  filter: url("#adrita-water-displace") saturate(1.04) contrast(1.03) brightness(0.9) !important;
}

.water-ripple-layer {
  background:
    radial-gradient(circle at var(--water-x) var(--water-y), rgba(255,255,255,0.13), transparent 15rem),
    linear-gradient(105deg, transparent 0%, rgba(122, 229, 232, 0.14) 48%, transparent 58%) !important;
}

.impact-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--sage), transparent 84%), transparent 22rem),
    linear-gradient(180deg, #f8fdff 0%, var(--cream) 100%);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.impact-card {
  min-height: 260px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(16, 35, 33, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,0.9), transparent 32%),
    rgba(255,255,255,0.74);
  box-shadow: 0 26px 72px rgba(13, 42, 50, 0.09);
}

.impact-card strong {
  display: block;
  margin-bottom: 28px;
  color: var(--sage);
  font-family: var(--heading);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.82;
}

.impact-card h3 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 1.18rem;
}

.impact-card p {
  margin: 0;
  color: color-mix(in srgb, var(--text), transparent 26%);
  line-height: 1.7;
}

.footer-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(34px) rotateX(60deg);
  animation: footerLetterReveal 5.8s var(--ease-out-expo) infinite;
  animation-delay: calc(var(--i) * 0.075s);
  transform-origin: 50% 100%;
}

.footer-letter-space {
  width: 0.22em;
}

.adrita-pattern {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 120px) clamp(22px, 5vw, 72px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 15%, color-mix(in srgb, var(--sage), transparent 78%), transparent 22rem),
    linear-gradient(135deg, #ffffff, var(--cream));
}

.adrita-pattern-kicker {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.adrita-pattern-heading {
  color: var(--text);
  font-family: var(--heading);
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.adrita-pattern-heading em {
  color: var(--sage);
}

.adrita-pattern-copy {
  max-width: 640px;
  color: color-mix(in srgb, var(--text), transparent 26%);
  font-size: 1.08rem;
  line-height: 1.75;
}

.adrita-pattern-card-grid > .wp-block-column {
  padding: 24px;
  border: 1px solid rgba(16,35,33,0.08);
  border-radius: 24px;
  background: rgba(255,255,255,0.74);
}

.adrita-pattern-faq details {
  margin: 12px 0;
  padding: 18px 20px;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 72%);
  border-radius: 18px;
  background: var(--faq-card, #fff);
}

.adrita-pattern-reviews .adrita-pattern-card-grid > .wp-block-column {
  background: var(--review-card, #fff);
}

.gallery-layout-magazine .wp-block-gallery,
.gallery-layout-square .wp-block-gallery,
.gallery-layout-polaroid .wp-block-gallery,
.gallery-layout-rail .wp-block-gallery {
  gap: 14px;
}

.gallery-layout-polaroid .wp-block-image {
  padding: 8px 8px 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 29, 32, 0.14);
}

.gallery-layout-rail .wp-block-gallery {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.gallery-layout-rail .wp-block-image {
  min-width: min(78vw, 420px);
  scroll-snap-align: center;
}

@keyframes introWaterField {
  from { transform: translate3d(-1.5%, -1%, 0) rotate(-2deg) scale(1.02); }
  to { transform: translate3d(1.5%, 1%, 0) rotate(2deg) scale(1.06); }
}

@keyframes introDropBreathe {
  from { border-radius: 48% 52% 55% 45%; transform: translateY(0) scale(0.98); }
  to { border-radius: 55% 45% 47% 53%; transform: translateY(-12px) scale(1.03); }
}

@keyframes footerLetterReveal {
  0% { opacity: 0; transform: translateY(34px) rotateX(60deg); filter: blur(8px); }
  14%, 58% { opacity: 1; transform: translateY(0) rotateX(0); filter: blur(0); }
  88%, 100% { opacity: 0; transform: translateY(-22px) rotateX(-30deg); filter: blur(7px); }
}

@media (max-width: 900px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }
}

/* v7.1: clean water-only hero, no leaves, no plant clutter. */
.botanical-motion,
.plant-canopy,
.plant-stem-field,
.plant-dew-field,
.plant-hero-light {
  display: none !important;
}

.water-filter-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.water-face-hero {
  --water-x: 52%;
  --water-y: 42%;
  --water-scroll: 0;
  --hero-face-position: center 32%;
  --hero-overlay-opacity: 0.42;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: clamp(126px, 12vw, 170px) clamp(24px, 6vw, 92px) clamp(48px, 7vw, 92px);
  color: #fff;
  background:
    radial-gradient(circle at 76% 16%, color-mix(in srgb, var(--sage), transparent 52%), transparent 22rem),
    linear-gradient(180deg, #06191c 0%, var(--forest) 100%);
}

.water-face-hero-image,
.water-face-shade,
.water-ripple-layer,
.water-light-layer,
.water-droplet-layer {
  position: absolute;
  inset: 0;
}

.water-face-hero-image {
  z-index: -5;
}

.water-face-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-face-position);
  filter: url("#adrita-water-displace") saturate(1.04) contrast(1.03) brightness(0.86);
  transform: scale(calc(1.025 + (var(--water-scroll) * 0.035)));
  transition: object-position 0.4s ease;
}

.water-face-shade {
  z-index: -4;
  background:
    radial-gradient(circle at var(--water-x) var(--water-y), rgba(255,255,255,0.12), transparent 16rem),
    linear-gradient(90deg, rgba(2, 12, 16, 0.78) 0%, rgba(2, 12, 16, calc(var(--hero-overlay-opacity) * 1)) 44%, rgba(2, 12, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 12, 16, 0.36) 0%, rgba(2, 12, 16, 0.15) 42%, rgba(2, 12, 16, 0.78) 100%);
}

.water-ripple-layer {
  z-index: -3;
  opacity: 0.44;
  background:
    repeating-radial-gradient(ellipse at var(--water-x) var(--water-y), rgba(255,255,255,0.16) 0 1px, transparent 1px 28px),
    linear-gradient(105deg, transparent 0%, rgba(122, 229, 232, 0.18) 48%, transparent 58%);
  mix-blend-mode: screen;
  transform: translate3d(0, calc(var(--water-scroll) * 28px), 0);
  animation: waterSurfaceDrift 12s ease-in-out infinite alternate;
}

.water-light-layer {
  z-index: -2;
  opacity: 0.74;
  background:
    radial-gradient(circle at calc(var(--water-x) + 8%) calc(var(--water-y) - 8%), rgba(255,255,255,0.22), transparent 12rem),
    conic-gradient(from 120deg at 62% 36%, transparent 0deg, rgba(139, 245, 238, 0.16) 52deg, transparent 118deg);
  mix-blend-mode: screen;
  filter: blur(1px);
  animation: waterLightSweep 10s ease-in-out infinite alternate;
}

.water-droplet-layer {
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.water-droplet-layer span {
  position: absolute;
  left: calc((var(--i) * 7.2%) - 3%);
  top: -12vh;
  width: clamp(4px, 0.45vw, 7px);
  height: clamp(22px, 3.4vw, 48px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,0.96), rgba(255,255,255,0.24) 36%, transparent 56%),
    linear-gradient(180deg, rgba(180, 255, 250, 0.18), rgba(149, 238, 232, 0.82));
  box-shadow: 0 0 20px rgba(130, 238, 232, 0.32);
  opacity: 0.58;
  transform: translateY(-12vh);
  animation: waterDropFall 7.2s linear infinite;
  animation-delay: calc(var(--i) * -0.58s);
}

.water-droplet-layer span:nth-child(3n) {
  height: clamp(8px, 1vw, 14px);
  width: clamp(8px, 1vw, 14px);
  border-radius: 999px;
  opacity: 0.72;
}

.water-face-content {
  position: relative;
  z-index: 2;
  max-width: min(880px, 92vw);
  transform: translateY(calc(var(--water-scroll) * -24px));
}

.water-face-content p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.74);
  font-size: clamp(0.76rem, 1.45vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.water-face-content h1 {
  margin: 0;
  max-width: 9ch;
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(4.25rem, 13vw, 11.8rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-shadow: 0 26px 72px rgba(0,0,0,0.34);
}

.water-face-content > span {
  display: block;
  max-width: 580px;
  margin-top: 22px;
  color: rgba(255,255,255,0.74);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.water-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.water-face-hero .btn-outline {
  color: #fff;
  border-color: rgba(255,255,255,0.48);
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(14px);
}

@keyframes waterSurfaceDrift {
  from { transform: translate3d(-1.5%, calc(var(--water-scroll) * 24px), 0) scale(1.02); }
  to { transform: translate3d(1.5%, calc(var(--water-scroll) * 34px), 0) scale(1.05); }
}

@keyframes waterLightSweep {
  from { transform: translate3d(-2%, -1%, 0) rotate(-2deg); }
  to { transform: translate3d(2%, 2%, 0) rotate(2deg); }
}

@keyframes waterDropFall {
  0% { transform: translateY(-14vh); opacity: 0; }
  12% { opacity: 0.62; }
  82% { opacity: 0.58; }
  100% { transform: translateY(116vh); opacity: 0; }
}

.memory-gallery-grid {
  grid-auto-flow: dense;
}

.site-footer {
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--sage), transparent 70%), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(255,255,255,0.08), transparent 22rem),
    linear-gradient(180deg, color-mix(in srgb, var(--forest), #000 8%) 0%, #031013 100%);
}

.site-footer::before {
  opacity: 0.36;
  background:
    repeating-radial-gradient(ellipse at 50% 120%, rgba(255,255,255,0.11) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, rgba(255,255,255,0.04), transparent 28%, transparent 72%, rgba(255,255,255,0.04));
  animation: footerWaterMove 12s ease-in-out infinite alternate;
}

.site-footer::after {
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--sage), transparent 62%) 0%, transparent 70%);
}

.footer-reveal-stage {
  border-color: rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025));
}

.footer-reveal-stage::before {
  background:
    repeating-radial-gradient(ellipse at 50% 120%, rgba(255,255,255,0.14) 0 1px, transparent 1px 30px),
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--sage), transparent 76%), transparent 20rem);
  animation: footerWaterMove 10s ease-in-out infinite alternate;
}

.footer-reveal-fallback {
  display: flex;
  max-width: 100%;
  color: transparent;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.54), #fff 30%, color-mix(in srgb, var(--sage), #fff 42%) 55%, #fff 78%, rgba(255,255,255,0.58));
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 18px 46px rgba(0,0,0,0.22));
  animation: footerNameFlow 7s ease-in-out infinite alternate;
}

.footer-reveal-fallback span {
  display: block;
}

.footer-stage-note {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.62);
}

@keyframes footerNameFlow {
  from { background-position: 0% 50%; transform: translateY(0); }
  to { background-position: 100% 50%; transform: translateY(-4px); }
}

@keyframes footerWaterMove {
  from { transform: translate3d(-1%, 0, 0) scale(1.02); }
  to { transform: translate3d(1%, -2%, 0) scale(1.06); }
}

@media (max-width: 760px) {
  .water-face-hero {
    min-height: 92svh;
    padding-inline: 24px;
  }

  .water-face-content h1 {
    max-width: 7ch;
    font-size: clamp(4rem, 19vw, 6.8rem);
  }

  .water-face-shade {
    background:
      linear-gradient(180deg, rgba(2, 12, 16, 0.3) 0%, rgba(2, 12, 16, 0.56) 40%, rgba(2, 12, 16, 0.9) 100%);
  }
}

/* Final page fixes: portfolio cards must never depend on reveal animation. */
.portfolio-grid {
  align-items: stretch;
}

.portfolio-grid > .portfolio-item {
  display: block;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.portfolio-grid > .portfolio-item[hidden] {
  display: none !important;
}

.portfolio-empty-note {
  margin: 34px auto 0;
  max-width: 620px;
  padding: 28px;
  border: 1px solid rgba(99, 191, 172, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(103, 224, 189, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.82);
  color: #4b6170;
  text-align: center;
  box-shadow: 0 24px 70px rgba(16, 36, 48, 0.08);
}

.vlog-youtube-section {
  padding-top: 28px;
  padding-bottom: 72px;
}

.youtube-vlog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.youtube-video-card,
.vlog-ready-panel,
.vlog-link-list a {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(96, 178, 154, 0.24);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 250, 244, 0.82)),
    radial-gradient(circle at 16% 10%, rgba(122, 229, 190, 0.2), transparent 32%);
  box-shadow: 0 26px 80px rgba(21, 43, 56, 0.12);
}

.youtube-video-card::before,
.vlog-ready-panel::before {
  content: '';
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background: conic-gradient(from 160deg, transparent, rgba(106, 224, 190, 0.2), transparent 28%);
  animation: softAurora 12s linear infinite;
}

@keyframes softAurora {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.04); }
}

.youtube-video-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 30px 30px 18px 18px;
  background: #0b1720;
}

.youtube-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.youtube-video-copy {
  position: relative;
  z-index: 1;
  padding: 26px;
}

.youtube-video-copy span,
.vlog-ready-kicker,
.vlog-link-list span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 38, 33, 0.08);
  color: #1f765c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.youtube-video-copy h2,
.vlog-ready-panel h2 {
  margin: 0 0 10px;
  color: #102321;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.youtube-video-copy p,
.vlog-ready-panel p,
.vlog-link-list small {
  color: #5b6f73;
}

.youtube-video-copy a {
  display: inline-flex;
  margin-top: 14px;
  color: #102321;
  font-weight: 800;
  text-decoration: none;
}

.vlog-ready-panel {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px);
  text-align: center;
}

.vlog-ready-panel > * {
  position: relative;
  z-index: 1;
}

.vlog-ready-panel code {
  display: block;
  max-width: 720px;
  margin: 24px auto 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(9, 24, 26, 0.92);
  color: #c7ffee;
  white-space: normal;
}

.vlog-portfolio-links {
  padding-top: 18px;
  padding-bottom: 100px;
}

.vlog-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.vlog-link-list a {
  display: flex;
  min-height: 190px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s var(--ease-out-expo);
}

.vlog-link-list a:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 90px rgba(21, 43, 56, 0.16);
}

.vlog-link-list strong {
  color: #102321;
  font-size: 1.2rem;
  line-height: 1.35;
}

@media (max-width: 820px) {
  .youtube-vlog-grid,
  .vlog-link-list {
    grid-template-columns: 1fr;
  }
}

/* Liquid hero rebuild */
.liquid-filter-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.liquid-hero {
  --liquid-x: 62%;
  --liquid-y: 42%;
  --liquid-scroll: 0;
  position: relative;
  min-height: 96svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 0 60px 72px;
  color: #ffffff;
  background: #061417;
  isolation: isolate;
}

.liquid-hero::before,
.liquid-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.liquid-hero::before {
  z-index: 3;
  background:
    radial-gradient(circle at var(--liquid-x) var(--liquid-y), rgba(185, 244, 255, 0.32), transparent 16rem),
    linear-gradient(90deg, rgba(3, 12, 15, 0.72) 0%, rgba(3, 12, 15, 0.34) 42%, rgba(3, 12, 15, 0.14) 100%),
    linear-gradient(180deg, transparent 42%, rgba(3, 12, 15, 0.82) 100%);
}

.liquid-hero::after {
  z-index: 6;
  opacity: calc(0.08 + (var(--liquid-scroll) * 0.42));
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 239, 172, 0.9), transparent 9rem),
    linear-gradient(120deg, transparent 42%, rgba(255, 224, 131, 0.28) 44%, transparent 68%);
  mix-blend-mode: screen;
}

.liquid-hero-image,
.liquid-hero-water,
.liquid-hero-rain,
.liquid-hero-sun {
  position: absolute;
  inset: 0;
}

.liquid-hero-image {
  z-index: 1;
}

.liquid-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: url("#liquid-displace") saturate(1.08) contrast(1.04) brightness(0.86);
  transform: scale(calc(1.04 + (var(--liquid-scroll) * 0.04)));
  transform-origin: center;
}

.liquid-hero-water {
  z-index: 4;
  opacity: 0.82;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255,255,255,0.42), transparent 18rem),
    repeating-linear-gradient(104deg, rgba(221, 252, 255, 0.24) 0 2px, transparent 2px 22px),
    linear-gradient(180deg, rgba(121, 230, 232, 0) 0%, rgba(121, 230, 232, 0.42) 48%, rgba(12, 136, 144, 0.24) 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.9) 24%, rgba(0,0,0,0.9) 86%, transparent 100%);
  transform: translateY(calc(-18% + (var(--liquid-scroll) * 18%)));
  mix-blend-mode: screen;
  animation: liquidSheet 7s ease-in-out infinite alternate;
}

.liquid-hero-water::before,
.liquid-hero-water::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.liquid-hero-water::before {
  background:
    repeating-radial-gradient(ellipse at 50% 64%, rgba(255,255,255,0.26) 0 2px, transparent 2px 18px);
  transform: translateY(calc(var(--liquid-scroll) * 10%));
  opacity: 0.62;
}

.liquid-hero-water::after {
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.24), transparent),
    linear-gradient(180deg, rgba(255,255,255,0.28), transparent 36%);
  transform: translateX(calc((var(--liquid-scroll) - 0.5) * 12%));
  opacity: 0.44;
}

.liquid-hero-rain {
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

.liquid-hero-rain span {
  position: absolute;
  top: -12vh;
  left: calc((var(--i) * 4.4%) - 3%);
  width: 4px;
  height: 44px;
  border-radius: 999px 999px 70% 70%;
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,0.95), transparent 28%),
    linear-gradient(180deg, rgba(211, 252, 255, 0), rgba(178, 246, 255, 0.88));
  opacity: 0.64;
  box-shadow: 0 0 18px rgba(178, 246, 255, 0.36);
  animation: liquidDrop 4.6s linear infinite;
  animation-delay: calc(var(--i) * -0.22s);
}

.liquid-hero-rain span:nth-child(3n) {
  height: 70px;
  opacity: 0.42;
}

.liquid-hero-rain span:nth-child(5n) {
  width: 7px;
  height: 7px;
  border-radius: 999px;
}

.liquid-hero-sun {
  z-index: 2;
  opacity: calc(0.18 + (var(--liquid-scroll) * 0.72));
  background:
    radial-gradient(circle at 78% 17%, rgba(255, 247, 207, 0.98) 0 4rem, rgba(255, 205, 89, 0.38) 4.2rem, transparent 17rem);
  mix-blend-mode: screen;
}

.liquid-hero-content {
  position: relative;
  z-index: 8;
  max-width: 860px;
  transform: translateY(calc(var(--liquid-scroll) * -24px));
}

.liquid-hero-content p {
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(224, 250, 255, 0.82);
}

.liquid-hero-content h1 {
  margin: 0;
  max-width: 780px;
  font-family: var(--heading);
  font-size: 6.4rem;
  line-height: 0.94;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 24px 76px rgba(0, 0, 0, 0.46);
}

.liquid-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.liquid-hero .btn-outline {
  color: #ffffff;
  border-color: rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
}

@keyframes liquidSheet {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 120px 40px, 80px 160px, 0 0; }
}

@keyframes liquidDrop {
  from { transform: translateY(-16vh) scaleY(0.84); }
  to { transform: translateY(120vh) scaleY(1.12); }
}

@media (max-width: 900px) {
  .liquid-hero {
    padding: 0 28px 56px;
  }

  .liquid-hero-content h1 {
    font-size: 4.6rem;
  }
}

@media (max-width: 560px) {
  .liquid-hero {
    min-height: 94svh;
    padding: 0 22px 46px;
  }

  .liquid-hero-image img {
    object-position: 54% 28%;
  }

  .liquid-hero-content h1 {
    font-size: 3.35rem;
  }

  .liquid-hero-content p {
    max-width: 260px;
    font-size: 0.72rem;
  }
}

/* Dogstudio-inspired botanical motion layer */
.botanical-motion {
  --botanical-scroll: 0;
  --botanical-x: 50%;
  --botanical-y: 50%;
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.46;
  mix-blend-mode: multiply;
}

.botanical-vine {
  position: absolute;
  top: 12vh;
  width: 180px;
  height: 62vh;
  opacity: calc(0.24 + (var(--botanical-scroll) * 0.18));
  filter: blur(0.2px);
}

.botanical-vine-left {
  left: -86px;
  background:
    radial-gradient(ellipse at 58% 12%, rgba(11, 97, 69, 0.38) 0 18%, transparent 19%),
    radial-gradient(ellipse at 36% 28%, rgba(12, 130, 89, 0.3) 0 15%, transparent 16%),
    radial-gradient(ellipse at 72% 47%, rgba(17, 151, 103, 0.28) 0 16%, transparent 17%),
    linear-gradient(84deg, transparent 0 48%, rgba(8, 82, 61, 0.42) 49% 51%, transparent 52%);
  transform: translateY(calc(var(--botanical-scroll) * -34px)) rotate(4deg);
}

.botanical-vine-right {
  right: -98px;
  background:
    radial-gradient(ellipse at 42% 10%, rgba(8, 82, 61, 0.34) 0 18%, transparent 19%),
    radial-gradient(ellipse at 66% 32%, rgba(17, 151, 103, 0.28) 0 15%, transparent 16%),
    radial-gradient(ellipse at 28% 54%, rgba(12, 130, 89, 0.24) 0 16%, transparent 17%),
    linear-gradient(96deg, transparent 0 48%, rgba(8, 82, 61, 0.38) 49% 51%, transparent 52%);
  transform: translateY(calc(var(--botanical-scroll) * 28px)) rotate(-5deg);
}

.botanical-leaf {
  position: absolute;
  left: calc((var(--leaf) * 8.1%) - 5%);
  top: calc(12% + (var(--leaf) * 5.7%));
  width: 18px;
  height: 34px;
  border-radius: 90% 12% 90% 12%;
  background: linear-gradient(135deg, rgba(43, 167, 115, 0.06), rgba(43, 167, 115, 0.32));
  transform: translate3d(0, calc(var(--botanical-scroll) * -72px), 0) rotate(calc(var(--leaf) * 21deg));
  animation: siteLeafDrift 12s ease-in-out infinite;
  animation-delay: calc(var(--leaf) * -0.82s);
}

@keyframes siteLeafDrift {
  0%, 100% { margin-left: 0; margin-top: 0; }
  45% { margin-left: 24px; margin-top: -18px; }
  72% { margin-left: -14px; margin-top: 14px; }
}

.plant-filter-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.plant-hero {
  --plant-x: 58%;
  --plant-y: 40%;
  --plant-scroll: 0;
  position: relative;
  min-height: 96svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 0 60px 72px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 16%, rgba(107, 219, 154, 0.22), transparent 16rem),
    linear-gradient(180deg, #071410 0%, #0b1d17 52%, #f1ffcf 160%);
  isolation: isolate;
}

.plant-hero::before,
.plant-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.plant-hero::before {
  z-index: 4;
  background:
    radial-gradient(circle at var(--plant-x) var(--plant-y), rgba(218, 255, 220, 0.28), transparent 15rem),
    linear-gradient(90deg, rgba(3, 12, 8, 0.72) 0%, rgba(3, 12, 8, 0.38) 42%, rgba(3, 12, 8, 0.06) 100%),
    linear-gradient(180deg, rgba(3, 12, 8, 0.1) 0%, rgba(3, 12, 8, 0.82) 100%);
}

.plant-hero::after {
  z-index: 8;
  opacity: calc(0.18 + (var(--plant-scroll) * 0.58));
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 244, 183, 0.84), transparent 12rem),
    linear-gradient(118deg, transparent 36%, rgba(255, 231, 141, 0.22) 44%, transparent 70%);
  mix-blend-mode: screen;
}

.plant-hero-image,
.plant-canopy,
.plant-stem-field,
.plant-dew-field,
.plant-hero-light {
  position: absolute;
  inset: 0;
}

.plant-hero-image {
  z-index: 1;
}

.plant-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: url("#plant-organic-displace") saturate(1.08) contrast(1.04) brightness(0.82);
  transform: scale(calc(1.035 + (var(--plant-scroll) * 0.035)));
}

.plant-canopy {
  z-index: 5;
  opacity: 0.9;
  filter: drop-shadow(0 22px 50px rgba(0,0,0,0.32));
  transform-origin: top center;
  animation: canopySway 8s ease-in-out infinite alternate;
}

.plant-canopy-left {
  right: 48%;
  top: -18%;
  bottom: 44%;
  background:
    radial-gradient(ellipse at 16% 26%, rgba(4, 38, 24, 0.94) 0 14%, transparent 15%),
    radial-gradient(ellipse at 36% 18%, rgba(9, 86, 52, 0.9) 0 18%, transparent 19%),
    radial-gradient(ellipse at 56% 28%, rgba(22, 142, 83, 0.86) 0 20%, transparent 21%),
    radial-gradient(ellipse at 78% 42%, rgba(7, 71, 45, 0.9) 0 16%, transparent 17%),
    linear-gradient(80deg, transparent 0 48%, rgba(16, 122, 75, 0.78) 49% 51%, transparent 52%);
}

.plant-canopy-right {
  left: 50%;
  top: -15%;
  bottom: 48%;
  background:
    radial-gradient(ellipse at 84% 24%, rgba(4, 38, 24, 0.9) 0 14%, transparent 15%),
    radial-gradient(ellipse at 62% 18%, rgba(9, 86, 52, 0.86) 0 18%, transparent 19%),
    radial-gradient(ellipse at 42% 30%, rgba(22, 142, 83, 0.8) 0 20%, transparent 21%),
    radial-gradient(ellipse at 22% 44%, rgba(7, 71, 45, 0.86) 0 16%, transparent 17%),
    linear-gradient(100deg, transparent 0 48%, rgba(16, 122, 75, 0.72) 49% 51%, transparent 52%);
  animation-delay: -3s;
}

.plant-stem-field {
  z-index: 6;
  pointer-events: none;
}

.plant-stem-field span {
  position: absolute;
  left: calc((var(--i) * 10%) - 5%);
  bottom: -10%;
  width: 2px;
  height: calc(34vh + (var(--i) * 2.4vh));
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(162, 244, 174, 0.76));
  transform-origin: bottom;
  transform: rotate(calc(-16deg + (var(--i) * 4deg))) scaleY(calc(0.72 + (var(--plant-scroll) * 0.28)));
}

.plant-stem-field span::before,
.plant-stem-field span::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 34px;
  border-radius: 90% 12% 90% 12%;
  background: linear-gradient(135deg, rgba(184, 255, 194, 0.2), rgba(25, 168, 95, 0.72));
  transform-origin: bottom left;
}

.plant-stem-field span::before {
  top: 22%;
  left: 4px;
  transform: rotate(42deg);
}

.plant-stem-field span::after {
  top: 48%;
  right: 4px;
  transform: rotate(-132deg);
}

.plant-dew-field {
  z-index: 7;
  pointer-events: none;
  overflow: hidden;
}

.plant-dew-field span {
  position: absolute;
  top: -10vh;
  left: calc((var(--i) * 5.2%) - 5%);
  width: 8px;
  height: 8px;
  border-radius: 999px 999px 80% 999px;
  background:
    radial-gradient(circle at 35% 26%, rgba(255,255,255,0.95), transparent 24%),
    linear-gradient(145deg, rgba(214, 255, 226, 0.92), rgba(107, 220, 188, 0.34));
  box-shadow: 0 0 22px rgba(170, 255, 207, 0.38);
  opacity: 0.72;
  animation: dewFall 5.8s linear infinite;
  animation-delay: calc(var(--i) * -0.31s);
}

.plant-dew-field span:nth-child(3n) {
  width: 5px;
  height: 22px;
}

.plant-hero-light {
  z-index: 2;
  opacity: calc(0.18 + (var(--plant-scroll) * 0.62));
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 248, 202, 0.9), transparent 13rem);
  mix-blend-mode: screen;
}

.plant-hero-content {
  position: relative;
  z-index: 9;
  max-width: 880px;
  transform: translateY(calc(var(--plant-scroll) * -24px));
}

.plant-hero-content p {
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(231, 255, 222, 0.84);
}

.plant-hero-content h1 {
  margin: 0;
  max-width: 790px;
  font-family: var(--heading);
  font-size: 6.35rem;
  line-height: 0.94;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 24px 76px rgba(0, 0, 0, 0.46);
}

.plant-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.plant-hero .btn-outline {
  color: #ffffff;
  border-color: rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
}

@keyframes canopySway {
  from { transform: translate3d(-10px, calc(var(--plant-scroll) * -18px), 0) rotate(-1.5deg) scale(1.02); }
  to { transform: translate3d(12px, calc(var(--plant-scroll) * -26px), 0) rotate(1.8deg) scale(1.04); }
}

@keyframes dewFall {
  from { transform: translate3d(0, -12vh, 0) scale(0.9); }
  to { transform: translate3d(0, 118vh, 0) scale(1.08); }
}

@media (max-width: 900px) {
  .plant-hero {
    padding: 0 28px 56px;
  }

  .plant-hero-content h1 {
    font-size: 4.5rem;
  }

  .plant-canopy-left {
    right: 30%;
  }

  .plant-canopy-right {
    left: 42%;
  }
}

@media (max-width: 560px) {
  .plant-hero {
    min-height: 94svh;
    padding: 0 22px 46px;
  }

  .plant-hero-image img {
    object-position: 54% 28%;
  }

  .plant-hero-content h1 {
    font-size: 3.35rem;
  }

  .plant-hero-content p {
    max-width: 260px;
    font-size: 0.72rem;
  }
}

/* Resn-inspired opening and sticky water illusion */
.resn-opening {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 120px 24px 72px;
  color: #f8fff8;
  background:
    linear-gradient(180deg, rgba(5, 18, 16, 0.2), rgba(5, 18, 16, 0.9)),
    url("../images/hero.jpeg") center 38% / cover no-repeat;
  isolation: isolate;
}

.resn-opening::before,
.resn-opening::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.resn-opening::before {
  z-index: -1;
  background:
    radial-gradient(circle at 22% 20%, rgba(89, 215, 185, 0.2), transparent 18rem),
    radial-gradient(circle at 82% 12%, rgba(255, 199, 97, 0.16), transparent 16rem),
    linear-gradient(180deg, rgba(4, 14, 18, 0.2), rgba(4, 14, 18, 0.84));
}

.resn-opening::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.45), transparent);
  opacity: 0.34;
}

.resn-opening-content {
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 980px;
  transform: translateY(calc(var(--opening-progress, 0) * -56px));
  opacity: calc(1 - (var(--opening-progress, 0) * 0.62));
}

.resn-opening-content p,
.resn-opening-content span {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(248, 255, 248, 0.72);
}

.resn-opening-content h1 {
  margin: 18px 0 18px;
  font-family: var(--heading);
  font-size: 6rem;
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

.opening-tree {
  position: absolute;
  z-index: 2;
  top: -5%;
  width: 42%;
  height: 62%;
  opacity: 0.84;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,0.28));
  pointer-events: none;
}

.opening-tree-left {
  left: -8%;
  background:
    radial-gradient(ellipse at 20% 10%, #073126 0 22%, transparent 23%),
    radial-gradient(ellipse at 54% 4%, #0b4535 0 18%, transparent 19%),
    radial-gradient(ellipse at 74% 20%, #0d5c45 0 22%, transparent 23%),
    linear-gradient(78deg, transparent 0 46%, rgba(10, 78, 59, 0.95) 47% 50%, transparent 51%);
  transform: rotate(7deg);
}

.opening-tree-right {
  right: -9%;
  background:
    radial-gradient(ellipse at 72% 12%, #082b24 0 24%, transparent 25%),
    radial-gradient(ellipse at 42% 6%, #0e4f3e 0 18%, transparent 19%),
    radial-gradient(ellipse at 22% 26%, #0d664e 0 21%, transparent 22%),
    linear-gradient(104deg, transparent 0 47%, rgba(9, 74, 57, 0.95) 48% 51%, transparent 52%);
  transform: rotate(-7deg);
}

.opening-rain {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.opening-rain span {
  position: absolute;
  top: -14%;
  left: calc((var(--i) * 5.4%) - 2%);
  width: 3px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(168, 238, 255, 0.86), transparent);
  opacity: 0.62;
  animation: openingDrop 4.8s linear infinite;
  animation-delay: calc(var(--i) * -0.31s);
  transform: translateY(calc(var(--opening-progress, 0) * 42vh));
}

.opening-rain span:nth-child(3n) {
  height: 112px;
  opacity: 0.38;
}

.opening-rain span:nth-child(4n) {
  height: 48px;
  background: linear-gradient(180deg, transparent, rgba(255, 224, 144, 0.76), transparent);
}

.opening-waterline {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 28vh;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(174, 239, 255, 0.55), transparent 52%),
    linear-gradient(180deg, rgba(112, 222, 221, 0), rgba(112, 222, 221, 0.58));
  transform: translateY(calc((1 - var(--opening-progress, 0)) * 58%));
  filter: blur(0.5px);
  mix-blend-mode: screen;
}

@keyframes openingDrop {
  from { translate: 0 -20vh; }
  to { translate: 0 124vh; }
}

.water-illusion {
  --illusion-progress: 0;
  --illusion-water: 0;
  --illusion-sun: 0;
  position: relative;
  min-height: 300vh;
  background:
    linear-gradient(180deg, #061719 0%, #092029 42%, #fff4c8 100%);
}

.water-illusion-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1fr);
  align-items: center;
  gap: 56px;
  padding: 110px 60px 54px;
  overflow: hidden;
}

.illusion-copy {
  position: relative;
  z-index: 5;
  max-width: 520px;
  color: #ffffff;
  transform: translateY(calc(var(--illusion-progress) * -34px));
}

.illusion-copy p {
  margin-bottom: 14px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(184, 245, 255, 0.82);
}

.illusion-copy h2 {
  font-family: var(--heading);
  font-size: 4.25rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}

.illusion-frame {
  position: relative;
  z-index: 4;
  min-height: 74svh;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.34);
  transform:
    translateY(calc((1 - var(--illusion-water)) * 28px))
    scale(calc(0.96 + (var(--illusion-sun) * 0.04)));
}

.illusion-frame img,
.illusion-water,
.illusion-ripple,
.illusion-sun,
.illusion-beam {
  position: absolute;
  inset: 0;
}

.illusion-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:
    saturate(calc(1.02 + (var(--illusion-sun) * 0.28)))
    brightness(calc(0.76 + (var(--illusion-sun) * 0.34)));
  transform: scale(calc(1.08 - (var(--illusion-progress) * 0.04)));
}

.illusion-water {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: calc(0.2 + (var(--illusion-water) * 0.78));
  transform: translateY(calc((1 - var(--illusion-water)) * -74%));
}

.illusion-water-a {
  background:
    linear-gradient(180deg, rgba(210, 250, 255, 0), rgba(178, 244, 255, 0.82) 34%, rgba(42, 208, 206, 0.2) 68%, transparent),
    repeating-linear-gradient(100deg, rgba(255,255,255,0.28) 0 2px, transparent 2px 18px);
  filter: blur(2px);
}

.illusion-water-b {
  background:
    radial-gradient(ellipse at 25% 16%, rgba(255,255,255,0.74), transparent 24%),
    radial-gradient(ellipse at 68% 24%, rgba(158,239,255,0.74), transparent 26%),
    linear-gradient(180deg, transparent, rgba(74, 222, 221, 0.46), transparent);
  filter: blur(18px);
}

.illusion-ripple {
  z-index: 3;
  opacity: calc(var(--illusion-water) * (1 - (var(--illusion-sun) * 0.62)));
  background:
    repeating-radial-gradient(ellipse at 50% calc(22% + (var(--illusion-water) * 54%)), rgba(255,255,255,0.2) 0 2px, transparent 2px 18px);
  transform: scale(calc(0.9 + (var(--illusion-water) * 0.18)));
  mix-blend-mode: screen;
}

.illusion-sun {
  z-index: 5;
  opacity: calc(var(--illusion-sun) * 0.94);
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,236,0.98) 0 6%, rgba(255, 208, 97, 0.64) 7% 18%, transparent 34%),
    linear-gradient(180deg, transparent, rgba(255, 242, 194, 0.28));
  mix-blend-mode: screen;
}

.illusion-beam {
  z-index: 6;
  opacity: calc(var(--illusion-sun) * 0.76);
  transform-origin: top right;
  mix-blend-mode: screen;
}

.illusion-beam-a {
  background: linear-gradient(180deg, rgba(255,255,226,0.6), transparent 76%);
  clip-path: polygon(74% 0, 100% 0, 58% 100%, 32% 100%);
}

.illusion-beam-b {
  background: linear-gradient(180deg, rgba(255, 218, 115, 0.42), transparent 70%);
  clip-path: polygon(56% 0, 72% 0, 44% 100%, 26% 100%);
}

@media (max-width: 920px) {
  .resn-opening-content h1 {
    font-size: 4.5rem;
  }

  .water-illusion-sticky {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 100px 28px 40px;
  }

  .illusion-copy h2 {
    font-size: 3rem;
  }

  .illusion-frame {
    min-height: 58svh;
  }
}

@media (max-width: 560px) {
  .resn-opening-content h1 {
    font-size: 3.25rem;
  }

  .resn-opening-content p,
  .resn-opening-content span {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .opening-tree {
    width: 70%;
    height: 44%;
  }

  .illusion-copy h2 {
    font-size: 2.35rem;
  }
}

/* ================================================================
   2026 CLEAN REFRESH
   Calmer motion, lighter palette, face-first imagery
   ================================================================ */

:root {
  --forest: #111a2f;
  --deep: #1c2845;
  --sage: #39c5b8;
  --mint: #93ddff;
  --light-mint: #def7ff;
  --pale: #eef8fb;
  --cream: #f8fbff;
  --white: #ffffff;
  --gold: #ffbf67;
  --dark: #09101f;
  --text: #1d2940;
  --text-light: #637189;
}

body {
  background:
    radial-gradient(circle at top left, rgba(147, 221, 255, 0.18) 0%, transparent 22%),
    linear-gradient(180deg, #fbfdff 0%, #f6fbff 100%);
}

.page-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.site-nav {
  padding: 22px 40px;
}

.site-nav.scrolled {
  background: rgba(248, 252, 255, 0.86);
  box-shadow: 0 18px 46px rgba(17, 26, 47, 0.08);
}

.nav-logo {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  color: var(--forest);
}

.nav-logo em,
.page-header h1 em,
.section-title em {
  color: var(--gold);
}

.nav-links a {
  color: rgba(17, 26, 47, 0.72);
}

.nav-links a:hover,
.nav-links a.active,
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a {
  color: var(--forest);
}

.nav-links a::after {
  background: linear-gradient(90deg, var(--sage), var(--gold));
}

.nav-cta,
.btn-primary {
  background: linear-gradient(135deg, var(--forest), var(--deep));
  box-shadow: 0 16px 40px rgba(17, 26, 47, 0.18);
}

.nav-cta:hover,
.btn-primary:hover {
  box-shadow: 0 20px 48px rgba(17, 26, 47, 0.22);
}

.btn-primary::before {
  background: linear-gradient(135deg, var(--sage), #63d7cc);
}

.btn-outline {
  border-color: rgba(17, 26, 47, 0.14);
  color: var(--forest);
  background: rgba(255, 255, 255, 0.72);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--forest);
  border-color: rgba(57, 197, 184, 0.42);
}

.hero-link-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 26, 47, 0.08);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.3s var(--ease-out-expo), border-color 0.3s ease, box-shadow 0.3s ease;
}

.hero-link-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 197, 184, 0.28);
  box-shadow: 0 16px 30px rgba(17, 26, 47, 0.08);
}

.clean-hero {
  position: relative;
  overflow: hidden;
  padding: 168px 0 108px;
  background:
    radial-gradient(circle at var(--glow-x, 72%) var(--glow-y, 18%), rgba(147, 221, 255, 0.34) 0%, transparent 25%),
    radial-gradient(circle at 18% 14%, rgba(255, 191, 103, 0.18) 0%, transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 255, 0.98) 100%);
}

.clean-hero::before,
.clean-hero::after {
  content: '';
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(24px);
  pointer-events: none;
}

.clean-hero::before {
  top: 88px;
  right: 8%;
  width: 260px;
  height: 260px;
  background: rgba(57, 197, 184, 0.12);
}

.clean-hero::after {
  bottom: 42px;
  left: 6%;
  width: 320px;
  height: 320px;
  background: rgba(255, 191, 103, 0.12);
}

.clean-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.clean-hero-copy {
  position: relative;
  z-index: 1;
}

.clean-hero .hero-buttons,
.clean-hero .hero-links-row {
  opacity: 1;
  animation: none;
}

.clean-hero .hero-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.clean-hero-title {
  font-family: var(--heading);
  font-size: clamp(3.3rem, 6vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: var(--forest);
  max-width: 9ch;
  margin-bottom: 22px;
}

.clean-hero-title em {
  display: inline-block;
  font-style: italic;
}

.clean-hero-lead {
  max-width: 58ch;
  font-size: 1.03rem;
  line-height: 1.86;
  color: var(--text-light);
}

.clean-hero-media,
.feature-visual {
  position: relative;
  transition: transform 0.4s var(--ease-out-expo);
}

.hero-portrait-frame,
.feature-visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 80px rgba(17, 26, 47, 0.16);
}

.hero-portrait-frame::before,
.feature-visual-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 26, 47, 0.12));
  z-index: 1;
}

.hero-portrait-frame img,
.feature-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-portrait-frame {
  min-height: 640px;
}

.feature-visual-frame {
  min-height: 520px;
}

.hero-floating-note {
  position: absolute;
  left: -22px;
  bottom: 28px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 26, 47, 0.06);
  box-shadow: 0 22px 46px rgba(17, 26, 47, 0.12);
}

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

.hero-floating-note span {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
}

.hero-floating-note strong {
  color: var(--forest);
  font-size: 1.08rem;
}

.hero-metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-metric-card,
.mini-stat-card,
.feature-pill-card {
  border-radius: 24px;
  border: 1px solid rgba(17, 26, 47, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(17, 26, 47, 0.08);
}

.hero-metric-card {
  padding: 18px;
}

.hero-metric-card strong,
.mini-stat-card strong {
  display: block;
  font-family: var(--heading);
  font-size: 1.8rem;
  line-height: 1;
  color: var(--forest);
}

.hero-metric-card span,
.mini-stat-card span {
  display: block;
  margin-top: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-light);
}

.feature-split,
.about-summary,
.resource-ribbon {
  padding: 94px 0;
}

.feature-split-secondary {
  background:
    linear-gradient(180deg, rgba(238, 248, 251, 0.85) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.feature-split-grid,
.about-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.feature-pill-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-pill-card {
  padding: 18px 20px;
}

.feature-pill-card strong {
  display: block;
  color: var(--forest);
  margin-bottom: 6px;
}

.feature-pill-card p {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.72;
}

.signal-strip {
  padding: 24px 0;
  background: linear-gradient(90deg, rgba(17, 26, 47, 0.98), rgba(28, 40, 69, 0.98));
  color: rgba(255, 255, 255, 0.9);
}

.signal-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.signal-strip-inner > span {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.signal-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.signal-brand-row span {
  font-family: var(--heading);
  font-size: 1.06rem;
}

.section-heading {
  margin-bottom: 34px;
}

.writing-section.page-shell,
.about-page-shell.page-shell {
  padding-top: 88px;
  padding-bottom: 100px;
}

.about-summary .about-highlights {
  margin-top: 0;
}

.page-header,
.page-header-soft {
  padding: 158px 60px 70px;
  background:
    radial-gradient(circle at 18% 20%, rgba(147, 221, 255, 0.24) 0%, transparent 20%),
    radial-gradient(circle at 82% 16%, rgba(255, 191, 103, 0.18) 0%, transparent 18%),
    linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
  border-bottom: 1px solid rgba(17, 26, 47, 0.06);
}

.page-header::before {
  display: none;
}

.page-header h1 {
  color: var(--forest);
}

.page-header p,
.page-header-story p {
  color: var(--text-light);
}

.writing-card,
.blog-card,
.resource-card,
.contact-form,
.contact-info-card,
.ebook-card {
  border: 1px solid rgba(17, 26, 47, 0.08);
  box-shadow: 0 18px 44px rgba(17, 26, 47, 0.08);
}

.writing-card,
.blog-card,
.resource-card,
.ebook-card {
  background: rgba(255, 255, 255, 0.82);
}

.writing-card:hover,
.blog-card:hover,
.resource-card:hover,
.ebook-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(17, 26, 47, 0.12);
}

.writing-card-badge span {
  background: rgba(57, 197, 184, 0.1);
  color: var(--forest);
}

.writing-card-footer,
.writing-card-footer a {
  color: var(--forest);
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.filter-btn {
  appearance: none;
  border: 1px solid rgba(17, 26, 47, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--forest);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.filter-btn:hover,
.filter-btn.active {
  transform: translateY(-2px);
  border-color: rgba(57, 197, 184, 0.32);
  background: rgba(57, 197, 184, 0.08);
}

.resource-grid,
.mini-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mini-stat-grid {
  margin-top: 32px;
}

.mini-stat-card {
  padding: 22px;
}

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

.milestone-card {
  display: block;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 26, 47, 0.08);
  box-shadow: 0 18px 44px rgba(17, 26, 47, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.milestone-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(17, 26, 47, 0.12);
}

.milestone-year {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 191, 103, 0.14);
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.milestone-card h3 {
  font-family: var(--heading);
  color: var(--forest);
  margin-bottom: 8px;
}

.milestone-card p {
  color: var(--text-light);
  line-height: 1.72;
}

.live-collection-note {
  border-radius: 22px;
  border: 1px solid rgba(17, 26, 47, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-light);
  box-shadow: 0 18px 44px rgba(17, 26, 47, 0.08);
}

.blog-grid.page-shell,
.vlog-grid.page-shell,
.ebook-grid.page-shell,
.contact-grid.page-shell {
  padding-top: 0;
  padding-bottom: 100px;
}

.contact-grid {
  gap: 28px;
}

.contact-info-card h4 {
  color: var(--forest);
}

.contact-info-card p,
.contact-direct-card p {
  color: var(--text-light);
}

.contact-cta {
  background:
    radial-gradient(circle at center, rgba(147, 221, 255, 0.24) 0%, transparent 34%),
    linear-gradient(180deg, #f5fbff 0%, #eef7fb 100%);
}

.contact-cta::before {
  display: none;
}

.site-footer {
  background:
    radial-gradient(circle at 20% 12%, rgba(57, 197, 184, 0.18) 0%, transparent 24%),
    radial-gradient(circle at 80% 14%, rgba(255, 191, 103, 0.16) 0%, transparent 22%),
    linear-gradient(180deg, #0a1222 0%, #101c31 100%);
}

.footer-kicker,
.footer-reveal-meta,
.footer-col h4 {
  color: rgba(255, 255, 255, 0.48);
}

.footer-reveal-stage {
  margin-top: 44px;
}

.footer-reveal-track {
  min-height: auto;
}

.footer-reveal-fallback {
  display: flex;
}

.footer-stage-note {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.72;
}

@media (max-width: 1024px) {
  .page-shell,
  .page-header,
  .page-header-soft {
    padding-left: 28px;
    padding-right: 28px;
  }

  .clean-hero-grid,
  .feature-split-grid,
  .about-summary-grid {
    grid-template-columns: 1fr;
  }

  .hero-metric-row,
  .resource-grid,
  .milestone-grid,
  .mini-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-portrait-frame,
  .feature-visual-frame {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .site-nav {
    padding: 18px 22px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-actions {
    position: absolute;
    top: calc(100% + 12px);
    right: 22px;
    left: 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 26, 47, 0.08);
    box-shadow: 0 26px 50px rgba(17, 26, 47, 0.12);
  }

  .site-nav.nav-open .nav-actions {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .clean-hero {
    padding: 138px 0 88px;
  }

  .clean-hero-title {
    max-width: none;
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .hero-metric-row,
  .resource-grid,
  .milestone-grid,
  .mini-stat-grid,
  .writing-grid,
  .blog-grid,
  .portfolio-grid,
  .ebook-grid,
  .vlog-grid,
  .speaking-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-portrait-frame,
  .feature-visual-frame {
    min-height: 420px;
  }

  .hero-floating-note {
    position: static;
    margin-top: 14px;
  }

  .signal-strip-inner {
    align-items: flex-start;
  }

  .writing-section.page-shell,
  .about-page-shell.page-shell,
  .feature-split,
  .about-summary,
  .resource-ribbon {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--body);
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ── BOTANICAL VINE — grows along left edge on scroll ── */
.vine-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 100vh;
  z-index: 50;
  pointer-events: none;
  overflow: hidden;
}
.vine-svg {
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  height: 300vh;
}
.vine-path {
  stroke: var(--light-mint);
  stroke-width: 1.5;
  fill: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 0.01s linear;
  opacity: 0.4;
}
.vine-leaf {
  fill: var(--mint);
  opacity: 0;
  transform-origin: center;
  transition: opacity 0.6s, transform 0.6s var(--ease-spring);
}
.vine-leaf.visible {
  opacity: 0.35;
  transform: scale(1) rotate(0deg);
}

/* ── FLOATING PARTICLES ── */
.particle {
  position: fixed;
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  animation: particleDrift linear infinite;
}

@keyframes particleDrift {
  0% { opacity: 0; transform: translateY(100vh) scale(0); }
  20% { opacity: 0.3; }
  80% { opacity: 0.15; }
  100% { opacity: 0; transform: translateY(-20vh) scale(1.5); }
}

/* ── NAVIGATION ── */
.site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s var(--ease-out-expo);
}

.site-nav.scrolled {
  background: rgba(244, 250, 246, 0.88);
  backdrop-filter: blur(24px) saturate(180%);
  padding: 16px 60px;
  box-shadow: 0 1px 0 rgba(58, 125, 92, 0.1);
}

.nav-logo {
  font-family: var(--heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--forest);
  letter-spacing: -0.02em;
}
.nav-logo em {
  font-style: italic;
  color: var(--sage);
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  align-items: center;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
  padding: 4px 0;
}

/* Underline grows from center */
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1.5px;
  background: var(--sage);
  transition: all 0.4s var(--ease-out-expo);
  transform: translateX(-50%);
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.current-menu-item > a::after,
.current_page_item > a::after,
.current-menu-ancestor > a::after { width: 100%; }
.nav-links a:hover { color: var(--sage); }
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a { color: var(--sage); }

.nav-cta {
  background: var(--forest);
  color: var(--white) !important;
  padding: 10px 26px;
  border-radius: 100px;
  font-size: 0.82rem !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: all 0.4s var(--ease-out-expo);
  border: none;
  cursor: pointer;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--sage);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(58,125,92,0.25);
}

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 24px;
  position: relative;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--forest);
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nav-toggle span:nth-child(3) { bottom: 0; }

/* ── HERO SECTION ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 60px 100px;
  position: relative;
  overflow: hidden;
}

/* Organic background shapes */
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  animation: blobFloat 12s ease-in-out infinite;
}
.hero-blob-1 {
  width: 500px; height: 500px;
  background: rgba(168, 216, 185, 0.3);
  top: -100px; right: -100px;
  animation-delay: 0s;
}
.hero-blob-2 {
  width: 400px; height: 400px;
  background: rgba(109, 184, 138, 0.2);
  bottom: -50px; left: 10%;
  animation-delay: -4s;
}
.hero-blob-3 {
  width: 300px; height: 300px;
  background: rgba(201, 168, 76, 0.08);
  top: 30%; left: 40%;
  animation-delay: -8s;
}

@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(0.95); }
}

.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ── Text Reveal Animation (clip-path wipe) ── */
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
  clip-path: inset(0 100% 0 0);
  animation: clipReveal 0.8s var(--ease-out-expo) 0.3s forwards;
}
.hero-tag::before {
  content: '';
  width: 36px; height: 2px;
  background: var(--sage);
  flex-shrink: 0;
}

@keyframes clipReveal {
  to { clip-path: inset(0 0% 0 0); }
}

.hero-name {
  font-family: var(--heading);
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 800;
  color: var(--forest);
  line-height: 1.05;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

/* Each word slides up individually */
.hero-name .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.hero-name .word span {
  display: inline-block;
  transform: translateY(110%);
  animation: wordSlideUp 0.9s var(--ease-out-expo) forwards;
}
.hero-name .word:nth-child(1) span { animation-delay: 0.4s; }
.hero-name .word:nth-child(2) span { animation-delay: 0.5s; }
.hero-name .word:nth-child(3) span { animation-delay: 0.6s; }
.hero-name .word:nth-child(4) span { animation-delay: 0.7s; }

@keyframes wordSlideUp {
  to { transform: translateY(0); }
}

.hero-name em {
  font-style: italic;
  color: var(--sage);
  font-weight: 600;
  position: relative;
}

/* Green highlight brush stroke behind italic word */
.hero-name em::before {
  content: '';
  position: absolute;
  bottom: 4px; left: -6px; right: -6px;
  height: 35%;
  background: rgba(168, 216, 185, 0.35);
  z-index: -1;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: left;
  animation: brushStroke 0.6s var(--ease-out-expo) 1s forwards;
}

@keyframes brushStroke {
  to { transform: scaleX(1); }
}

.hero-subtitle {
  font-family: var(--heading);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 400;
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out-expo) 0.9s forwards;
}

.hero-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-light);
  max-width: 500px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out-expo) 1.1s forwards;
}

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

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out-expo) 1.3s forwards;
}

/* ── Buttons ── */
.btn-primary {
  background: var(--forest);
  color: var(--white);
  padding: 15px 34px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s var(--ease-out-expo);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: var(--sage);
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-out-expo);
  z-index: 0;
  border-radius: 100px;
}
.btn-primary:hover::before { transform: translateX(0); }
.btn-primary span { position: relative; z-index: 1; }
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(58,125,92,0.3);
}

.btn-outline {
  border: 2px solid var(--sage);
  color: var(--forest);
  padding: 13px 32px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.4s var(--ease-out-expo);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline:hover {
  background: var(--sage);
  color: var(--white);
  border-color: var(--sage);
  transform: translateY(-2px);
}

/* ── Hero Image ── */
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-photo-wrapper {
  position: relative;
  width: 400px;
  height: 500px;
  opacity: 0;
  animation: heroImageReveal 1.2s var(--ease-out-expo) 0.5s forwards;
}

@keyframes heroImageReveal {
  from {
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.hero-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 220px 220px 32px 32px;
}

/* Organic border ring */
.hero-photo-ring {
  position: absolute;
  top: -16px; right: -16px;
  width: 100%; height: 100%;
  border: 2px solid var(--light-mint);
  border-radius: 220px 220px 32px 32px;
  z-index: -1;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out-expo) 1.2s forwards;
}

/* Floating badge */
.hero-badge {
  position: absolute;
  bottom: 60px;
  left: -50px;
  background: var(--white);
  padding: 14px 22px;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(22,59,40,0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: badgePop 0.6s var(--ease-spring) 1.6s forwards;
}

@keyframes badgePop {
  from { opacity: 0; transform: scale(0.8) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.hero-badge-icon {
  width: 44px; height: 44px;
  background: var(--pale);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.hero-badge-text span {
  display: block;
  font-size: 0.7rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.hero-badge-text strong {
  font-size: 1.15rem;
  color: var(--forest);
  font-weight: 700;
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out-expo) 2s forwards;
}
.hero-scroll span {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 500;
}
.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--sage), transparent);
  position: relative;
  overflow: hidden;
}
.hero-scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  width: 100%;
  height: 50%;
  background: var(--forest);
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { top: -50%; }
  100% { top: 150%; }
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--forest);
  padding: 52px 60px;
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stats-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  position: relative;
}

.stat-item { color: var(--white); }

.stat-number {
  font-family: var(--heading);
  font-size: 3rem;
  font-weight: 700;
  color: var(--light-mint);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

/* ── SECTION SHARED ── */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 12px;
}
.section-tag::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--sage);
}

.section-title {
  font-family: var(--heading);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 700;
  color: var(--forest);
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.section-title em {
  font-style: italic;
  color: var(--sage);
  font-weight: 600;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.75;
  max-width: 560px;
}

/* ── SCROLL REVEAL ANIMATIONS ── */
/* Horizontal slide from left */
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1s var(--ease-out-expo);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Horizontal slide from right */
.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s var(--ease-out-expo);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale up from center */
.reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.9s var(--ease-out-expo);
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Clip reveal from bottom */
.reveal-clip {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s var(--ease-out-expo);
}
.reveal-clip.visible {
  clip-path: inset(0 0 0 0);
}

/* Staggered children */
.stagger-children > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s var(--ease-out-expo);
}
.stagger-children.visible > *:nth-child(1) { transition-delay: 0s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.1s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.2s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.3s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.4s; opacity: 1; transform: none; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.5s; opacity: 1; transform: none; }

/* ── ABOUT SECTION ── */
.about-section {
  padding: 130px 60px;
  max-width: 1300px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  position: relative;
}

.about-img {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out-expo);
}
.about-img:hover img { transform: scale(1.06); }
.about-img.tall { grid-row: span 2; height: 440px; }
.about-img.short { height: 210px; }

.about-img-label {
  position: absolute;
  bottom: 10px; left: 10px;
  background: rgba(22, 59, 40, 0.8);
  backdrop-filter: blur(8px);
  color: var(--white);
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-text p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--text-light);
  margin-bottom: 20px;
}

.about-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}

.highlight-card {
  background: var(--pale);
  padding: 20px;
  border-radius: 14px;
  border-left: 3px solid var(--sage);
  transition: all 0.4s var(--ease-out-expo);
}
.highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(58,125,92,0.1);
}
.highlight-card h4 {
  font-family: var(--heading);
  font-size: 1rem;
  color: var(--forest);
  margin-bottom: 4px;
}
.highlight-card p {
  font-size: 0.84rem !important;
  color: var(--text-light) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ── BRANDS STRIP ── */
.brands-strip {
  padding: 50px 60px;
  background: var(--pale);
}
.brands-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.brands-label {
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 28px;
}
.brands-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.brand-name {
  font-family: var(--heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--sage);
  opacity: 0.5;
  transition: all 0.4s var(--ease-out-expo);
}
.brand-name:hover { opacity: 1; transform: scale(1.05); }

/* ── GALLERY SECTION ── */
.gallery-section {
  padding: 130px 60px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.gallery-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 15% 25%, rgba(58,125,92,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 75%, rgba(109,184,138,0.1) 0%, transparent 50%);
}

.gallery-header {
  max-width: 1300px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.gallery-section .section-tag { color: var(--light-mint); }
.gallery-section .section-tag::before { background: var(--light-mint); }
.gallery-section .section-title { color: var(--white); }
.gallery-section .section-title em { color: var(--mint); }
.gallery-section .section-desc { color: rgba(255,255,255,0.45); }

/* Masonry grid */
.gallery-masonry {
  max-width: 1300px;
  margin: 0 auto;
  columns: 4;
  column-gap: 14px;
  position: relative;
  z-index: 1;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s var(--ease-out-expo);
  /* Magnetic tilt applied via JS */
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.7s var(--ease-out-expo), filter 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.05);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(12, 26, 18, 0.8));
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-overlay span {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ── WRITING / PORTFOLIO CARDS ── */
.writing-section {
  padding: 130px 60px;
  max-width: 1300px;
  margin: 0 auto;
}

.writing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.writing-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(22,59,40,0.05);
  transition: all 0.5s var(--ease-out-expo);
  display: block;
}
.writing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(22,59,40,0.12);
}

.writing-card-thumb {
  height: 180px;
  overflow: hidden;
}
.writing-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out-expo);
}
.writing-card:hover .writing-card-thumb img { transform: scale(1.08); }

.writing-card-badge {
  padding: 16px 24px 0;
}
.writing-card-badge span {
  background: var(--pale);
  color: var(--sage);
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.writing-card-body {
  padding: 14px 24px 24px;
}
.writing-card-body h3 {
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--forest);
  line-height: 1.35;
  margin-bottom: 8px;
}
.writing-card-body p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

.writing-card-footer {
  padding: 0 24px 20px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sage);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}
.writing-card:hover .writing-card-footer { gap: 12px; }

/* ── SPEAKING SECTION ── */
.speaking-section {
  padding: 100px 60px;
  background: var(--pale);
}

.speaking-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.speaking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.speaking-card {
  display: flex;
  gap: 20px;
  background: var(--white);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(22,59,40,0.04);
  transition: all 0.4s var(--ease-out-expo);
}
.speaking-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(22,59,40,0.1);
}
.speaking-card img {
  width: 130px; height: 130px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}
.speaking-card-info h3 {
  font-family: var(--heading);
  font-size: 1.05rem;
  color: var(--forest);
  margin-bottom: 4px;
  line-height: 1.3;
}
.speaking-card-info .event-name {
  font-size: 0.8rem;
  color: var(--sage);
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.speaking-card-info p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.55;
}

/* ── CONTACT CTA ── */
.contact-cta {
  padding: 130px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(168,216,185,0.2) 0%, transparent 60%);
}
.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
}
.contact-inner .section-title { text-align: center; }
.contact-inner p {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.75;
  margin-bottom: 36px;
}

/* ── FOOTER ── */
.site-footer {
  position: relative;
  overflow: clip;
  color: var(--white);
  padding: 56px 0 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 47, 146, 0.2) 0%, transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(255, 209, 102, 0.12) 0%, transparent 28%),
    linear-gradient(180deg, #140711 0%, #09030a 100%);
}
.site-footer::before,
.site-footer::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.site-footer::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 0%, transparent 24%, transparent 76%, rgba(255,255,255,0.04) 100%),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 32px);
  opacity: 0.18;
}
.site-footer::after {
  left: 10%;
  right: 10%;
  bottom: 12%;
  height: 220px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 117, 187, 0.18) 0%, transparent 68%);
  filter: blur(56px);
  opacity: 0.9;
}
.footer-shell {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}
.footer-intro {
  max-width: 420px;
}
.footer-kicker {
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}
.footer-logo-mark {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.28em;
  align-items: baseline;
  color: var(--white);
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  line-height: 0.94;
}
.footer-logo-mark em {
  color: var(--gold);
}
.footer-intro > p:not(.footer-kicker) {
  color: rgba(255,255,255,0.68);
  font-size: 0.95rem;
  margin-top: 16px;
  max-width: 360px;
  line-height: 1.75;
}
.footer-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.76);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.3s var(--ease-out-expo), border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.footer-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 117, 187, 0.32);
  background: rgba(255, 117, 187, 0.12);
  color: var(--white);
}
.footer-pill-static {
  cursor: default;
}
.footer-col h4 {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 18px;
  font-weight: 600;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  margin-bottom: 10px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.footer-col a:hover {
  color: var(--mint);
  transform: translateX(4px);
}

.footer-reveal-stage {
  position: relative;
  margin-top: 54px;
  padding: clamp(22px, 2.8vw, 34px);
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 56%, rgba(255,209,102,0.05) 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
}
.footer-reveal-stage::before,
.footer-reveal-stage::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.footer-reveal-stage::before {
  inset: 8px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 48%, rgba(255, 117, 187, 0.12) 0%, transparent 34%),
    radial-gradient(circle at 80% 30%, rgba(255, 209, 102, 0.12) 0%, transparent 32%),
    linear-gradient(135deg, rgba(15, 5, 12, 0.46) 0%, rgba(15, 5, 12, 0.02) 100%);
}
.footer-reveal-stage::after {
  top: -20%;
  left: -28%;
  width: 26%;
  bottom: -20%;
  opacity: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 48%, rgba(255,255,255,0) 100%);
  filter: blur(8px);
  transform: skewX(-18deg) translateX(0);
  animation: footerSweep 4.8s linear infinite paused;
}
.footer-reveal-stage.is-animating::after,
.footer-reveal-stage.is-revealed::after {
  opacity: 1;
  animation-play-state: running;
}
.footer-reveal-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
.footer-reveal-track {
  position: relative;
  z-index: 1;
  min-height: clamp(180px, 22vw, 290px);
  display: grid;
  place-items: center;
}
.footer-reveal-canvas {
  display: block;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 26px rgba(255, 117, 187, 0.12)) drop-shadow(0 0 24px rgba(255, 209, 102, 0.12));
}
.footer-reveal-fallback {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.14em;
  text-align: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.footer-reveal-fallback .accent {
  font-style: italic;
  color: var(--gold);
}
.footer-reveal-static .footer-reveal-canvas {
  display: none;
}
.footer-reveal-static .footer-reveal-fallback {
  display: flex;
}

.footer-bottom {
  margin: 36px auto 0;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.38);
}

@keyframes footerSweep {
  from { transform: skewX(-18deg) translateX(0); }
  to { transform: skewX(-18deg) translateX(760%); }
}

/* ── PAGE HEADER (for inner pages) ── */
.page-header {
  padding: 160px 60px 80px;
  background: var(--forest);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(109,184,138,0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(168,216,185,0.08) 0%, transparent 50%);
}
.page-header h1 {
  font-family: var(--heading);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: var(--white);
  font-weight: 700;
  position: relative;
  letter-spacing: -0.02em;
}
.page-header h1 em {
  font-style: italic;
  color: var(--mint);
  font-weight: 600;
}
.page-header p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.5);
  margin-top: 12px;
  position: relative;
}

/* ── PORTFOLIO PAGE ── */
.portfolio-filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 8px 22px;
  border-radius: 100px;
  border: 1.5px solid var(--light-mint);
  background: transparent;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: var(--body);
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--forest);
  color: var(--white);
  border-color: var(--forest);
}

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

/* ── BLOG PAGE ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 60px;
}

.blog-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(22,59,40,0.04);
  transition: all 0.4s var(--ease-out-expo);
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(22,59,40,0.1);
}

/* ── VLOG PAGE ── */
.vlog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

.vlog-card {
  background: var(--dark);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  transition: all 0.4s var(--ease-out-expo);
}
.vlog-card:hover { transform: scale(1.02); }
.vlog-card img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.vlog-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--forest);
  transition: all 0.3s;
}
.vlog-card:hover .vlog-play { transform: translate(-50%,-50%) scale(1.1); }

/* ── EBOOK STORE ── */
.ebook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}
.ebook-card {
  background: var(--white);
  border-radius: 18px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(22,59,40,0.04);
  transition: all 0.4s var(--ease-out-expo);
}
.ebook-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(22,59,40,0.12);
}
.ebook-cover {
  width: 180px;
  height: 260px;
  margin: 0 auto 24px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(22,59,40,0.15);
}
.ebook-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.ebook-card h3 {
  font-family: var(--heading);
  font-size: 1.15rem;
  color: var(--forest);
  margin-bottom: 6px;
}
.ebook-card .price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sage);
  margin: 12px 0;
}

/* ── CONTACT PAGE ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 60px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 20px;
  border: 1.5px solid var(--light-mint);
  border-radius: 12px;
  font-family: var(--body);
  font-size: 0.92rem;
  color: var(--text);
  background: var(--white);
  margin-bottom: 16px;
  transition: border-color 0.3s;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--sage);
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.contact-info-card {
  background: var(--pale);
  padding: 28px;
  border-radius: 18px;
  margin-bottom: 16px;
}
.contact-info-card h4 {
  font-family: var(--heading);
  font-size: 1rem;
  color: var(--forest);
  margin-bottom: 4px;
}
.contact-info-card p {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* ── CINEMATIC OVERRIDES ── */
body {
  background:
    radial-gradient(circle at top left, rgba(255, 47, 146, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 209, 102, 0.08), transparent 24%),
    var(--cream);
}

.site-nav.scrolled {
  background: rgba(255, 248, 252, 0.78);
  box-shadow: 0 1px 0 rgba(255, 47, 146, 0.12);
}

.nav-logo em {
  color: var(--sage);
}

.hero-cinematic {
  min-height: 112vh;
  padding: 170px 60px 138px;
  align-items: stretch;
  background: linear-gradient(135deg, #060305 0%, #190814 48%, #2e0b22 100%);
}

.hero-cinematic .hero-media,
.hero-cinematic .hero-colorwash,
.hero-cinematic .hero-grain,
.hero-cinematic .hero-spotlight {
  position: absolute;
  inset: 0;
}

.hero-cinematic .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.12) contrast(1.08) brightness(0.88);
  transform: scale(1.04);
  animation: heroImageFloat 18s ease-in-out infinite alternate;
}

.hero-cinematic::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(6, 2, 7, 0.8) 9%, rgba(10, 4, 9, 0.34) 42%, rgba(9, 4, 8, 0.72) 100%),
    linear-gradient(to top, rgba(8, 3, 8, 0.92), transparent 42%);
  z-index: 1;
}

.hero-cinematic .hero-colorwash {
  mix-blend-mode: screen;
  opacity: 0.55;
  z-index: 2;
}

.hero-colorwash-1 {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 72, 156, 0.72), transparent 28%),
    radial-gradient(circle at 80% 24%, rgba(255, 209, 102, 0.3), transparent 20%),
    radial-gradient(circle at 68% 76%, rgba(255, 94, 170, 0.44), transparent 32%);
  animation: heroWashMove 16s linear infinite;
}

.hero-colorwash-2 {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.3), transparent 16%),
    linear-gradient(90deg, transparent 0%, rgba(255, 47, 146, 0.12) 46%, transparent 100%);
  animation: heroHueShift 12s ease-in-out infinite alternate;
}

.hero-cinematic .hero-grain {
  z-index: 3;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 100% 3px, 3px 100%;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero-cinematic .hero-spotlight {
  z-index: 3;
  background:
    radial-gradient(circle at var(--pointer-x, 72%) var(--pointer-y, 36%), rgba(255, 255, 255, 0.22), transparent 18%),
    radial-gradient(circle at 84% 12%, rgba(255, 209, 102, 0.26), transparent 24%);
  transition: background-position 0.12s ease-out;
  pointer-events: none;
}

.hero-cinematic .hero-content {
  z-index: 4;
  max-width: 1320px;
  min-height: calc(100vh - 308px);
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 32px;
}

.hero-copy {
  max-width: 700px;
  padding: 36px 36px 32px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.18);
  background: linear-gradient(180deg, rgba(12, 4, 10, 0.68), rgba(12, 4, 10, 0.52));
  backdrop-filter: blur(20px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.hero-copy .hero-tag {
  color: rgba(255, 232, 242, 0.92);
}

.hero-copy .hero-tag::before {
  background: var(--light-mint);
}

.hero-signal {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(255, 209, 102, 0.7);
  animation: signalPulse 1.8s ease-out infinite;
}

.hero-cinematic .hero-name {
  color: var(--white);
  font-size: clamp(3.6rem, 7vw, 6rem);
  line-height: 0.98;
}

.hero-cinematic .hero-name em {
  color: transparent;
  background: linear-gradient(90deg, #fff9c8, #ffd166, #ff8fc9, #ffffff);
  background-size: 180% 180%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 24px rgba(255, 92, 173, 0.28);
  animation: heroTextGlow 8s ease-in-out infinite;
}

.hero-cinematic .hero-name em::before {
  background: rgba(255, 47, 146, 0.26);
  bottom: 2px;
}

.hero-cinematic .hero-subtitle {
  color: rgba(255, 233, 244, 0.86);
  font-size: clamp(1.08rem, 1.9vw, 1.55rem);
}

.hero-cinematic .hero-desc {
  color: rgba(255, 231, 242, 0.7);
  max-width: 580px;
}

.hero-links-row,
.page-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-link-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.3s var(--ease-out-expo), background 0.3s ease, border-color 0.3s ease;
}

.hero-link-pill:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.16);
  border-color: rgba(255, 209, 102, 0.4);
}

.page-links-row .hero-link-pill {
  color: var(--forest);
  background: rgba(255, 47, 146, 0.06);
  border-color: rgba(255, 47, 146, 0.12);
}

.page-links-row .hero-link-pill:hover {
  background: rgba(255, 47, 146, 0.12);
  border-color: rgba(255, 47, 146, 0.22);
}

.hero-status-card {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 245, 250, 0.84));
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-status-label {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--sage);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-status-value {
  font-family: var(--heading);
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: var(--forest);
  line-height: 1;
  margin-bottom: 18px;
}

.hero-status-grid {
  display: grid;
  gap: 14px;
}

.hero-status-stat {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 47, 146, 0.08);
}

.hero-status-stat strong {
  display: block;
  font-family: var(--heading);
  font-size: 1.35rem;
  color: var(--forest);
  margin-bottom: 4px;
}

.hero-status-stat span {
  display: block;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.hero-status-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 47, 146, 0.1);
  font-size: 0.82rem;
  color: var(--text-light);
}

.hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  padding: 16px 0;
  background: linear-gradient(90deg, rgba(255, 47, 146, 0.92), rgba(255, 132, 190, 0.88), rgba(255, 209, 102, 0.84));
  box-shadow: 0 -1px 0 rgba(255,255,255,0.14);
}

.hero-marquee span {
  display: inline-block;
  white-space: nowrap;
  min-width: 100%;
  padding-left: 100%;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  animation: marqueeSlide 22s linear infinite;
}

.hero-cinematic .hero-scroll {
  z-index: 4;
  bottom: 76px;
}

.hero-cinematic .hero-scroll span {
  color: rgba(255,255,255,0.62);
}

.hero-cinematic .hero-scroll-line {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), transparent);
}

.hero-cinematic .hero-scroll-line::after {
  background: var(--gold);
}

.stats-bar {
  background: linear-gradient(135deg, #140711 0%, #2a0c20 44%, #5a0c38 100%);
}

.stat-number {
  color: #ffe2f1;
}

.stat-label {
  color: rgba(255,255,255,0.62);
}

.highlight-card,
.writing-card,
.speaking-card,
.blog-card,
.ebook-card,
.resource-card,
.contact-info-card {
  border: 1px solid rgba(255, 47, 146, 0.08);
  box-shadow: 0 14px 40px rgba(49, 20, 40, 0.08);
}

.highlight-card {
  background: rgba(255,255,255,0.88);
}

.highlight-card:hover,
.writing-card:hover,
.speaking-card:hover,
.blog-card:hover,
.ebook-card:hover,
.resource-card:hover {
  box-shadow: 0 22px 60px rgba(49, 20, 40, 0.14);
}

.brands-strip {
  background: linear-gradient(180deg, #fff7fb 0%, #ffeef6 100%);
}

.brand-name:hover {
  color: var(--forest);
}

.gallery-section {
  background: linear-gradient(135deg, #12060f 0%, #220a17 52%, #140711 100%);
}

.gallery-section::before {
  background:
    radial-gradient(ellipse at 18% 20%, rgba(255, 47, 146, 0.25) 0%, transparent 48%),
    radial-gradient(ellipse at 82% 74%, rgba(255, 209, 102, 0.1) 0%, transparent 42%);
}

.gallery-item {
  border: 1px solid rgba(255,255,255,0.06);
}

.writing-card-badge span,
.filter-btn {
  background: rgba(255, 47, 146, 0.08);
  color: #a61a60;
  border-color: rgba(255, 47, 146, 0.16);
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--forest);
  color: var(--white);
}

.speaking-section {
  background: linear-gradient(180deg, #fff1f7 0%, #ffeaf4 100%);
}

.contact-cta::before {
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 47, 146, 0.12) 0%, transparent 60%);
}

.site-footer {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 47, 146, 0.2) 0%, transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(255, 209, 102, 0.12) 0%, transparent 28%),
    linear-gradient(180deg, #140711 0%, #09030a 100%);
}

.footer-col a:hover {
  color: #ffd9ea;
}

.page-header {
  background: linear-gradient(135deg, #140711 0%, #2b0c21 58%, #4b0c31 100%);
}

.page-header::before {
  background:
    radial-gradient(ellipse at 24% 50%, rgba(255, 47, 146, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse at 76% 40%, rgba(255, 209, 102, 0.08) 0%, transparent 48%);
}

.page-header h1 em {
  color: #ffd166;
}

.page-header p {
  color: rgba(255,255,255,0.72);
}

.page-header-story p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.live-collection-note {
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 47, 146, 0.08), rgba(255, 209, 102, 0.14));
  border: 1px solid rgba(255, 47, 146, 0.12);
  color: var(--text);
  line-height: 1.7;
}

.live-collection-note-wide {
  grid-column: 1 / -1;
}

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

.resource-card {
  background: var(--white);
  border-radius: 22px;
  padding: 20px;
  overflow: hidden;
}

.resource-card-art {
  height: 220px;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 18px;
}

.resource-card-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out-expo);
}

.resource-card:hover .resource-card-art img {
  transform: scale(1.06);
}

.contact-direct-card {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255, 247, 251, 0.92));
  border: 1px solid rgba(255, 47, 146, 0.1);
  box-shadow: 0 18px 50px rgba(49, 20, 40, 0.08);
}

.contact-direct-card p {
  color: var(--text-light);
  line-height: 1.8;
}

.about-page-shell,
.generic-page-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 60px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}

.story-visual-main {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 520px;
  box-shadow: 0 30px 80px rgba(49, 20, 40, 0.18);
}

.story-visual-main img,
.story-visual-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-visual-tag {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: var(--white);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.story-visual-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.story-visual-stack img {
  height: 180px;
  border-radius: 22px;
}

.story-content p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-light);
  margin-bottom: 18px;
}

.mini-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.mini-stat-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255, 244, 249, 0.92));
  border: 1px solid rgba(255, 47, 146, 0.08);
  box-shadow: 0 18px 42px rgba(49, 20, 40, 0.08);
}

.mini-stat-card strong {
  display: block;
  font-family: var(--heading);
  font-size: 2rem;
  color: var(--forest);
  margin-bottom: 6px;
}

.mini-stat-card span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-light);
}

.milestone-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.milestone-card {
  display: block;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, #1b0915 0%, #2b0d21 100%);
  color: var(--white);
  box-shadow: 0 22px 60px rgba(20, 7, 17, 0.24);
  transition: transform 0.35s var(--ease-out-expo), box-shadow 0.35s ease;
}

.milestone-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(20, 7, 17, 0.34);
}

.milestone-year {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #ffd166;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.milestone-card h3 {
  font-family: var(--heading);
  font-size: 1.18rem;
  margin-bottom: 10px;
  line-height: 1.24;
}

.milestone-card p {
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

.story-rich-copy {
  max-width: 900px;
  margin-top: 42px;
  padding: 32px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(255, 47, 146, 0.08);
  box-shadow: 0 18px 50px rgba(49, 20, 40, 0.08);
  color: var(--text);
  line-height: 1.9;
}

.future-story {
  --future-progress: 0;
  --future-water-progress: 0;
  --future-sun-progress: 0;
  position: relative;
  height: 320vh;
  background:
    linear-gradient(180deg, #090309 0%, #12060d 22%, #170813 52%, #fff6df 100%);
}

.future-story-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.future-story-sticky::before,
.future-story-sticky::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.future-story-sticky::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 47, 146, 0.24), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(112, 224, 255, 0.22), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(255, 209, 102, calc(var(--future-sun-progress) * 0.34)), transparent 42%);
  opacity: calc(0.28 + (var(--future-progress) * 0.5));
}

.future-story-sticky::after {
  background: linear-gradient(180deg, rgba(4, 2, 5, 0.54), transparent 26%, rgba(255, 248, 224, calc(var(--future-sun-progress) * 0.2)) 100%);
}

.future-story-grid {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 34px;
  align-items: center;
}

.future-story-copy {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.future-story-copy .section-tag {
  color: #ffe7f1;
}

.future-story-copy .section-tag::before {
  background: #ffe7f1;
}

.future-story-copy .section-title {
  color: var(--white);
  max-width: 12ch;
}

.future-story-copy .section-title em {
  color: #ffd166;
}

.future-story-lead {
  color: rgba(255, 238, 244, 0.74);
  font-size: 1rem;
  line-height: 1.9;
  max-width: 56ch;
}

.future-phase-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.future-phase-card {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform 0.4s var(--ease-out-expo), background 0.4s ease;
}

.future-phase-card:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,0.12);
}

.future-phase-card span {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffd166;
}

.future-phase-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-family: var(--heading);
  font-size: 1.08rem;
}

.future-phase-card p {
  color: rgba(255, 238, 244, 0.66);
  font-size: 0.9rem;
  line-height: 1.7;
}

.future-story-stage {
  position: relative;
}

.future-stage-shell {
  position: relative;
  min-height: clamp(460px, 76vh, 700px);
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 32px 90px rgba(7, 3, 7, 0.42);
  background: #0b0309;
  transform: perspective(1200px) rotateY(calc((var(--future-progress) - 0.5) * -7deg)) rotateX(calc((var(--future-sun-progress) - 0.4) * 4deg));
  transition: transform 0.16s linear;
}

.future-stage-shell::before,
.future-stage-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.future-stage-shell::before {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 38px;
  inset: 14px;
  z-index: 8;
}

.future-stage-shell::after {
  z-index: 7;
  background:
    radial-gradient(circle at calc(24% + (var(--future-progress) * 30%)) calc(26% + (var(--future-water-progress) * 8%)), rgba(255,255,255,0.16), transparent 18%),
    linear-gradient(180deg, rgba(3, 2, 4, 0.16), rgba(3, 2, 4, 0.34));
  mix-blend-mode: screen;
}

.future-stage-image,
.future-stage-tone,
.future-waterfall,
.future-water-sheen,
.future-merge-haze,
.future-sunburst,
.future-light-beam,
.future-stage-grid {
  position: absolute;
  inset: 0;
}

.future-stage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.14) brightness(0.84);
  transform: scale(calc(1.04 + (var(--future-sun-progress) * 0.08))) translateY(calc(var(--future-water-progress) * 10px));
}

.future-stage-tone {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 5, 16, 0.2), rgba(12, 5, 16, 0.66)),
    linear-gradient(90deg, rgba(9, 4, 11, 0.56), transparent 38%, rgba(9, 4, 11, 0.36) 100%);
}

.future-waterfall {
  z-index: 3;
  top: -4%;
  height: 74%;
  border-radius: 0 0 42% 42%;
  filter: blur(4px);
  opacity: calc(0.16 + ((1 - var(--future-sun-progress)) * 0.56));
  transform: translateY(calc(var(--future-water-progress) * 58%));
}

.future-waterfall-a {
  background:
    linear-gradient(180deg, rgba(120, 232, 255, 0.56), rgba(120, 232, 255, 0)),
    linear-gradient(90deg, rgba(255,255,255,0.44), rgba(255,255,255,0) 30%);
  clip-path: polygon(0 0, 100% 0, 94% 64%, 78% 100%, 22% 100%, 6% 62%);
}

.future-waterfall-b {
  background:
    linear-gradient(180deg, rgba(54, 180, 255, 0.44), rgba(54, 180, 255, 0)),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.34), transparent 20%);
  clip-path: polygon(14% 0, 92% 0, 86% 54%, 76% 100%, 28% 100%, 14% 56%);
  transform: translateY(calc(var(--future-water-progress) * 64%)) scaleX(0.92);
}

.future-waterfall-c {
  background: linear-gradient(180deg, rgba(168, 244, 255, 0.3), rgba(168, 244, 255, 0));
  clip-path: polygon(22% 0, 78% 0, 72% 48%, 62% 100%, 38% 100%, 28% 50%);
  transform: translateY(calc(var(--future-water-progress) * 70%)) scaleX(0.74);
}

.future-water-sheen {
  z-index: 4;
  inset: auto 0 0 0;
  height: 42%;
  background:
    radial-gradient(circle at 50% 0%, rgba(90, 214, 255, calc(0.22 + (var(--future-water-progress) * 0.28))), transparent 42%),
    linear-gradient(180deg, rgba(120, 232, 255, calc(0.1 + (var(--future-water-progress) * 0.18))), rgba(120, 232, 255, 0) 72%);
  transform: translateY(calc((1 - var(--future-water-progress)) * 18%));
  mix-blend-mode: screen;
}

.future-merge-haze {
  z-index: 5;
  background:
    radial-gradient(circle at 50% calc(38% + (var(--future-water-progress) * 24%)), rgba(255,255,255,0.2), transparent 24%),
    radial-gradient(circle at 54% calc(52% + (var(--future-water-progress) * 22%)), rgba(86, 206, 255, 0.18), transparent 26%);
  opacity: calc(0.1 + (var(--future-water-progress) * 0.48));
  mix-blend-mode: screen;
}

.future-sunburst {
  z-index: 2;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 247, 196, calc(var(--future-sun-progress) * 0.92)), transparent 16%),
    radial-gradient(circle at 76% 14%, rgba(255, 209, 102, calc(var(--future-sun-progress) * 0.68)), transparent 26%);
  opacity: calc(0.1 + (var(--future-sun-progress) * 0.94));
  transform: scale(calc(0.86 + (var(--future-sun-progress) * 0.26)));
  mix-blend-mode: screen;
}

.future-light-beam {
  z-index: 6;
  opacity: calc(var(--future-sun-progress) * 0.8);
  transform-origin: top right;
  mix-blend-mode: screen;
}

.future-light-beam-a {
  background: linear-gradient(180deg, rgba(255, 248, 210, 0.56), transparent 74%);
  clip-path: polygon(86% 0, 100% 0, 66% 100%, 46% 100%);
  transform: translateX(calc(var(--future-sun-progress) * -6%)) scaleY(calc(0.6 + (var(--future-sun-progress) * 0.8)));
}

.future-light-beam-b {
  background: linear-gradient(180deg, rgba(255, 209, 102, 0.34), transparent 68%);
  clip-path: polygon(72% 0, 84% 0, 56% 100%, 42% 100%);
  transform: translateX(calc(var(--future-sun-progress) * -2%)) scaleY(calc(0.48 + (var(--future-sun-progress) * 0.72)));
}

.future-light-beam-c {
  background: linear-gradient(180deg, rgba(255,255,255,0.24), transparent 64%);
  clip-path: polygon(58% 0, 66% 0, 46% 100%, 36% 100%);
  transform: translateX(calc(var(--future-sun-progress) * 2%)) scaleY(calc(0.32 + (var(--future-sun-progress) * 0.68)));
}

.future-stage-grid {
  z-index: 2;
  opacity: calc(0.08 + ((1 - var(--future-sun-progress)) * 0.18));
  background-image:
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 100% 32px, 32px 100%;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 100%);
}

.future-stage-chip {
  position: absolute;
  z-index: 9;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.future-stage-chip-a {
  left: 24px;
  bottom: 24px;
}

.future-stage-chip-b {
  right: 24px;
  top: 24px;
}

@keyframes heroImageFloat {
  0% { transform: scale(1.04) translate3d(0, 0, 0); }
  100% { transform: scale(1.08) translate3d(-18px, 10px, 0); }
}

@keyframes heroWashMove {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(20px, -18px, 0) scale(1.05); }
  100% { transform: translate3d(-18px, 12px, 0) scale(0.98); }
}

@keyframes heroHueShift {
  0% { filter: hue-rotate(0deg); opacity: 0.5; }
  100% { filter: hue-rotate(22deg); opacity: 0.8; }
}

@keyframes heroTextGlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes signalPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 209, 102, 0.55); }
  70% { box-shadow: 0 0 0 16px rgba(255, 209, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 209, 102, 0); }
}

@keyframes marqueeSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-cinematic .hero-content { grid-template-columns: 1fr; gap: 26px; text-align: left; min-height: auto; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-cinematic .hero-desc { margin-left: 0; margin-right: 0; }
  .hero-buttons { justify-content: center; }
  .hero-cinematic .hero-buttons,
  .hero-cinematic .hero-links-row { justify-content: flex-start; }
  .hero-photo-wrapper { width: 320px; height: 400px; margin: 0 auto; }
  .hero-badge { left: auto; right: -20px; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .gallery-masonry { columns: 3; }
  .writing-grid { grid-template-columns: 1fr 1fr; }
  .speaking-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .mini-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .milestone-grid { grid-template-columns: repeat(2, 1fr); }
  .future-story-grid { width: min(100%, calc(100% - 64px)); grid-template-columns: 1fr; gap: 24px; }
  .future-story-copy { padding: 28px; }
  .future-story-copy .section-title { max-width: none; }
  .future-stage-shell { min-height: 520px; }
  .footer-shell { padding: 0 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-intro { max-width: none; grid-column: 1 / -1; }
  .footer-reveal-track { min-height: 220px; }
  .vine-container { display: none; }
}

@media (max-width: 768px) {
  .site-nav { padding: 16px 24px; }
  .site-nav.scrolled { padding: 12px 24px; }
  .nav-links { display: none; }
  .nav-actions {
    position: absolute;
    top: calc(100% + 12px);
    right: 24px;
    width: min(320px, calc(100vw - 48px));
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(20, 7, 17, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    gap: 14px;
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.nav-open .nav-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-nav.nav-open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .site-nav.nav-open .nav-links a {
    color: var(--white);
    padding: 4px 0;
  }
  .site-nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
  .site-nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }
  .nav-toggle { display: block; }
  .hero { padding: 120px 24px 80px; }
  .hero-cinematic {
    min-height: auto;
    padding: 126px 24px 118px;
  }
  .hero-copy {
    padding: 26px 22px;
    border-radius: 26px;
  }
  .hero-cinematic .hero-name {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }
  .hero-status-card {
    padding: 22px;
  }
  .hero-status-grid {
    grid-template-columns: 1fr;
  }
  .hero-marquee span {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
  }
  .stats-bar { padding: 40px 24px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-section { padding: 80px 24px; }
  .about-images { grid-template-columns: 1fr; }
  .about-img.tall { height: 280px; }
  .about-highlights { grid-template-columns: 1fr; }
  .gallery-section { padding: 80px 24px; }
  .gallery-masonry { columns: 2; column-gap: 10px; }
  .gallery-item { margin-bottom: 10px; }
  .writing-section { padding: 80px 24px; }
  .writing-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .speaking-section { padding: 60px 24px; }
  .contact-cta { padding: 80px 24px; }
  .contact-grid { grid-template-columns: 1fr; padding: 60px 24px; }
  .blog-grid { grid-template-columns: 1fr; padding: 60px 24px; }
  .vlog-grid { grid-template-columns: 1fr; padding: 60px 24px; }
  .ebook-grid { grid-template-columns: 1fr; padding: 60px 24px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .about-page-shell,
  .generic-page-shell { padding: 64px 24px; }
  .story-visual-main { min-height: 360px; }
  .story-visual-stack { grid-template-columns: 1fr 1fr; }
  .story-visual-stack img { height: 140px; }
  .mini-stat-grid,
  .milestone-grid { grid-template-columns: 1fr; }
  .future-story { height: 260vh; }
  .future-story-grid { width: calc(100% - 48px); }
  .future-story-copy { padding: 22px; border-radius: 24px; }
  .future-story-lead { font-size: 0.94rem; line-height: 1.75; }
  .future-phase-list { gap: 10px; }
  .future-phase-card { padding: 16px 16px 15px; border-radius: 18px; }
  .future-stage-shell { min-height: 430px; border-radius: 28px; }
  .future-stage-shell::before { inset: 10px; border-radius: 28px; }
  .future-stage-chip { font-size: 0.66rem; letter-spacing: 0.1em; padding: 10px 12px; }
  .future-stage-chip-a { left: 16px; bottom: 16px; }
  .future-stage-chip-b { top: 16px; right: 16px; }
  .site-footer { padding: 48px 0 0; }
  .footer-shell { padding: 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-pill-row { gap: 10px; }
  .footer-pill { width: 100%; justify-content: flex-start; }
  .footer-reveal-stage {
    margin-top: 34px;
    padding: 20px 18px;
    border-radius: 28px;
  }
  .footer-reveal-stage::before { inset: 6px; border-radius: 22px; }
  .footer-reveal-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 14px;
  }
  .footer-reveal-track { min-height: 150px; }
  .footer-reveal-fallback { font-size: clamp(2.5rem, 15vw, 4.4rem); }
  .footer-bottom {
    margin-top: 28px;
    padding: 18px 0 22px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}

/* Final homepage override: keep this after legacy theme CSS. */
.home .site-nav:not(.scrolled) .nav-logo,
.home .site-nav:not(.scrolled) .nav-logo em,
.home .site-nav:not(.scrolled) .nav-links a {
  color: rgba(255, 255, 255, 0.9);
}

.home .site-nav:not(.scrolled) .nav-toggle span {
  background: rgba(255, 255, 255, 0.88);
}

.resn-opening {
  background:
    radial-gradient(circle at 50% 40%, rgba(98, 224, 194, 0.14), transparent 18rem),
    radial-gradient(circle at 24% 18%, rgba(255, 207, 112, 0.1), transparent 14rem),
    linear-gradient(180deg, #061210 0%, #061918 48%, #08222b 100%);
}

.resn-opening::before {
  background:
    linear-gradient(180deg, rgba(1, 8, 9, 0), rgba(1, 8, 9, 0.72)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 90px);
}

.resn-opening-content h1 {
  font-size: 6.8rem;
  max-width: 920px;
}

.opening-tree {
  opacity: 0.95;
  filter: blur(0.2px) drop-shadow(0 26px 46px rgba(0,0,0,0.34));
}

.opening-tree-left {
  background:
    radial-gradient(ellipse at 18% 14%, #06251e 0 20%, transparent 21%),
    radial-gradient(ellipse at 38% 8%, #0b4937 0 18%, transparent 19%),
    radial-gradient(ellipse at 64% 18%, #0e7558 0 22%, transparent 23%),
    radial-gradient(ellipse at 84% 34%, #0b4b3b 0 18%, transparent 19%),
    linear-gradient(78deg, transparent 0 46%, rgba(8, 94, 70, 0.96) 47% 50%, transparent 51%);
}

.opening-tree-right {
  background:
    radial-gradient(ellipse at 82% 12%, #061f1b 0 22%, transparent 23%),
    radial-gradient(ellipse at 58% 8%, #0b513f 0 18%, transparent 19%),
    radial-gradient(ellipse at 30% 22%, #0d7055 0 22%, transparent 23%),
    radial-gradient(ellipse at 12% 40%, #0a3f35 0 17%, transparent 18%),
    linear-gradient(104deg, transparent 0 47%, rgba(8, 88, 68, 0.96) 48% 51%, transparent 52%);
}

.opening-rain span {
  width: 5px;
  height: 44px;
  border-radius: 80% 80% 60% 60%;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.95), transparent 28%),
    linear-gradient(180deg, rgba(185, 248, 255, 0.12), rgba(155, 239, 255, 0.82));
  box-shadow: 0 0 18px rgba(155, 239, 255, 0.3);
}

.opening-waterline {
  height: 34vh;
  background:
    repeating-radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.2) 0 2px, transparent 2px 20px),
    linear-gradient(180deg, rgba(126, 234, 228, 0), rgba(126, 234, 228, 0.52) 62%, rgba(255, 218, 117, 0.2));
}

.water-illusion {
  min-height: 320vh;
  background:
    linear-gradient(180deg, #061918 0%, #08222b 38%, #113039 58%, #fff3bf 100%);
}

.water-illusion-sticky {
  grid-template-columns: minmax(280px, 0.62fr) minmax(460px, 1fr);
  padding-top: 96px;
}

.illusion-copy h2 {
  max-width: 10ch;
}

.illusion-frame {
  min-height: 78svh;
  border-radius: 0;
  box-shadow: 0 60px 130px rgba(0, 0, 0, 0.42);
}

.illusion-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.16), transparent 18%, transparent 82%, rgba(255,255,255,0.12)),
    linear-gradient(180deg, transparent 72%, rgba(255,255,255,0.16));
  opacity: calc(0.24 + (var(--illusion-sun) * 0.42));
  mix-blend-mode: screen;
}

.illusion-frame img {
  object-position: center;
}

.clean-hero {
  padding-top: 126px;
}

.hero-portrait-frame img {
  object-position: center 28%;
}

.feature-visual-frame img {
  object-position: center 32%;
}

.memory-gallery {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef8fb 100%);
}

.memory-gallery::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17,26,47,0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,26,47,0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.5), transparent);
}

.memory-gallery .page-shell {
  position: relative;
  z-index: 1;
}

.memory-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 92px;
  gap: 14px;
  margin-top: 42px;
}

.memory-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #dce9ef;
  box-shadow: 0 18px 44px rgba(17, 26, 47, 0.12);
  transform: translateY(0);
  transition: transform 0.45s var(--ease-out-expo), box-shadow 0.45s var(--ease-out-expo);
}

.memory-gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(17, 26, 47, 0.18);
}

.memory-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out-expo), filter 0.45s ease;
}

.memory-gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.02);
}

.memory-gallery-item figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(4, 12, 18, 0.56);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.memory-gallery-item-1 {
  grid-column: span 4;
  grid-row: span 4;
}

.memory-gallery-item-2 {
  grid-column: span 3;
  grid-row: span 3;
}

.memory-gallery-item-3 {
  grid-column: span 5;
  grid-row: span 3;
}

.memory-gallery-item-4 {
  grid-column: span 3;
  grid-row: span 2;
}

.memory-gallery-item-5 {
  grid-column: span 4;
  grid-row: span 2;
}

@media (max-width: 980px) {
  .resn-opening-content h1 {
    font-size: 4.8rem;
  }

  .memory-gallery-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 86px;
  }

  .memory-gallery-item-1,
  .memory-gallery-item-2,
  .memory-gallery-item-3,
  .memory-gallery-item-4,
  .memory-gallery-item-5 {
    grid-column: span 3;
    grid-row: span 3;
  }
}

@media (max-width: 620px) {
  .resn-opening-content h1 {
    font-size: 3.4rem;
  }

  .memory-gallery {
    padding: 76px 0;
  }

  .memory-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
    gap: 10px;
  }

  .memory-gallery-item-1,
  .memory-gallery-item-2,
  .memory-gallery-item-3,
  .memory-gallery-item-4,
  .memory-gallery-item-5 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .memory-gallery-item:first-child,
  .memory-gallery-item:nth-child(6),
  .memory-gallery-item:nth-child(11) {
    grid-column: span 2;
  }
}
/* v7.1 final overrides: keep this after all legacy blocks. */
.botanical-motion,
.botanical-vine,
.botanical-leaf,
.plant-canopy,
.plant-stem-field,
.plant-dew-field,
.plant-hero-light {
  display: none !important;
}

.site-footer {
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--sage), transparent 70%), transparent 28rem),
    radial-gradient(circle at 82% 24%, rgba(255,255,255,0.08), transparent 22rem),
    linear-gradient(180deg, color-mix(in srgb, var(--forest), #000 8%) 0%, #031013 100%) !important;
}

.site-footer::before {
  opacity: 0.36 !important;
  background:
    repeating-radial-gradient(ellipse at 50% 120%, rgba(255,255,255,0.11) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, rgba(255,255,255,0.04), transparent 28%, transparent 72%, rgba(255,255,255,0.04)) !important;
  animation: footerWaterMove 12s ease-in-out infinite alternate;
}

.site-footer::after {
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--sage), transparent 62%) 0%, transparent 70%) !important;
}

.footer-reveal-stage {
  border-color: rgba(255,255,255,0.14) !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025)) !important;
}

.footer-reveal-stage::before {
  background:
    repeating-radial-gradient(ellipse at 50% 120%, rgba(255,255,255,0.14) 0 1px, transparent 1px 30px),
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--sage), transparent 76%), transparent 20rem) !important;
  animation: footerWaterMove 10s ease-in-out infinite alternate;
}

.footer-reveal-fallback {
  display: flex !important;
  max-width: 100%;
  color: transparent !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.54), #fff 30%, color-mix(in srgb, var(--sage), #fff 42%) 55%, #fff 78%, rgba(255,255,255,0.58));
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 18px 46px rgba(0,0,0,0.22));
  animation: footerNameFlow 7s ease-in-out infinite alternate;
}

.footer-reveal-fallback span {
  display: block;
}

/* v7.2 final critical overrides: placed after legacy footer/hero rules. */
.water-face-hero {
  background:
    radial-gradient(circle at 76% 16%, color-mix(in srgb, var(--sage), transparent 52%), transparent 22rem),
    linear-gradient(180deg, #06191c 0%, var(--forest) 100%) !important;
}

.water-face-hero-image::before {
  content: '';
  position: absolute;
  inset: -7%;
  background-image: var(--hero-image-url);
  background-size: cover;
  background-position: var(--hero-face-position);
  filter: blur(24px) saturate(1.1) brightness(0.62);
  transform: scale(1.08);
  opacity: 0.8;
}

.water-face-hero-image img {
  position: relative;
  z-index: 1;
  object-fit: var(--hero-image-fit, contain) !important;
  object-position: var(--hero-face-position) !important;
  filter: url("#adrita-water-displace") saturate(1.04) contrast(1.03) brightness(0.9) !important;
}

.water-ripple-layer {
  background:
    radial-gradient(circle at var(--water-x) var(--water-y), rgba(255,255,255,0.13), transparent 15rem),
    linear-gradient(105deg, transparent 0%, rgba(122, 229, 232, 0.14) 48%, transparent 58%) !important;
}

.footer-reveal-fallback {
  background: none !important;
  color: inherit !important;
  animation: none !important;
}

.footer-letter {
  display: inline-block !important;
  opacity: 0;
  color: transparent;
  background: linear-gradient(90deg, rgba(255,255,255,0.5), #fff 36%, color-mix(in srgb, var(--sage), #fff 44%) 64%, rgba(255,255,255,0.86));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transform: translateY(34px) rotateX(60deg);
  animation: footerLetterReveal 5.8s var(--ease-out-expo) infinite;
  animation-delay: calc(var(--i) * 0.075s);
}

.footer-letter-space {
  width: 0.22em;
}

/* v7.3 corrections: no hero drops/lines, no side borders, no footer rings. */
.water-ripple-layer,
.water-droplet-layer {
  display: none !important;
}

.water-face-hero {
  background: #06191c !important;
}

.water-face-hero-image::before {
  display: none !important;
}

.water-face-hero-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--hero-face-position) !important;
}

.site-footer::before {
  background:
    linear-gradient(120deg, rgba(255,255,255,0.045), transparent 42%, rgba(255,255,255,0.035)) !important;
  animation: none !important;
}

.footer-reveal-stage::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)) !important;
  animation: none !important;
}

.stagger-children.visible > * {
  opacity: 1;
  transform: none;
}

.memory-gallery-grid > * {
  opacity: 1 !important;
  transform: none !important;
}

/* v7.4 refinements: clearer face hero, filled second scene, compact footer name. */
.water-face-hero {
  padding: clamp(112px, 11vw, 154px) clamp(24px, 6vw, 92px) clamp(34px, 4.6vw, 66px) !important;
}

.water-face-hero-image {
  inset: 0 !important;
}

.water-face-hero-image img {
  filter: url("#adrita-water-displace") saturate(1.04) contrast(1.02) brightness(0.96) !important;
  transform: scale(calc(1.01 + (var(--water-scroll) * 0.028))) !important;
  transform-origin: 58% 36%;
}

.water-face-shade {
  background:
    radial-gradient(circle at var(--water-x) var(--water-y), rgba(255,255,255,0.1), transparent 15rem),
    linear-gradient(90deg, rgba(2, 12, 16, 0.74) 0%, rgba(2, 12, 16, calc(var(--hero-overlay-opacity) * 0.82)) 38%, rgba(2, 12, 16, 0.08) 100%),
    linear-gradient(180deg, rgba(2, 12, 16, 0.3) 0%, rgba(2, 12, 16, 0.07) 46%, rgba(2, 12, 16, 0.72) 100%) !important;
}

.water-face-content {
  max-width: min(690px, 88vw) !important;
  transform: translateY(calc(var(--water-scroll) * -16px)) !important;
}

.water-face-content h1 {
  max-width: 8ch !important;
  font-size: clamp(3.55rem, 9vw, 8.4rem) !important;
  line-height: 0.86 !important;
}

.water-face-content > span {
  max-width: 440px !important;
  margin-top: 14px !important;
  font-size: clamp(0.94rem, 1.45vw, 1.12rem) !important;
}

.water-hero-actions {
  margin-top: 20px !important;
}

.feature-visual-frame {
  min-height: clamp(560px, 58vw, 720px) !important;
  aspect-ratio: 4 / 5 !important;
  display: grid;
  align-items: end;
  background: linear-gradient(180deg, #eaf8f7, #f8fcff) !important;
}

.feature-visual-frame::before {
  z-index: 1;
  background:
    radial-gradient(circle at 54% 28%, rgba(255,255,255,0.2), transparent 22rem),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(8, 30, 32, 0.22)) !important;
}

.feature-visual-frame img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  animation: featurePortraitDrift 8s ease-in-out infinite alternate;
}

.feature-image-note {
  position: relative;
  z-index: 2;
  margin: auto 24px 24px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 26px 60px rgba(7, 29, 32, 0.16);
  backdrop-filter: blur(18px);
}

.feature-image-note span,
.feature-image-note strong {
  display: block;
}

.feature-image-note span {
  margin-bottom: 8px;
  color: var(--sage);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-image-note strong {
  color: var(--forest);
  font-family: var(--heading);
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.feature-image-note p {
  margin: 12px 0 0;
  color: rgba(16, 35, 33, 0.72);
  line-height: 1.6;
}

.footer-reveal-track {
  min-height: clamp(104px, 12vw, 168px) !important;
}

.footer-reveal-fallback {
  width: 100% !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  white-space: nowrap !important;
  font-size: clamp(2.4rem, 6.4vw, 5.8rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  text-transform: none !important;
  overflow: hidden;
}

.footer-reveal-fallback [data-footer-word] {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  width: 100%;
}

.footer-letter-space {
  flex: 0 0 0.22em;
  width: 0.22em !important;
}

@keyframes featurePortraitDrift {
  from { transform: scale(1.018) translate3d(-0.4%, 0, 0); }
  to { transform: scale(1.065) translate3d(0.8%, -0.9%, 0); }
}

@media (max-width: 900px) {
  .feature-visual-frame {
    min-height: 520px !important;
  }

  .water-face-content h1 {
    font-size: clamp(3.2rem, 15vw, 6.2rem) !important;
  }
}

@media (max-width: 620px) {
  .water-face-hero {
    align-items: end;
    padding-bottom: 28px !important;
  }

  .water-face-content > span {
    display: none;
  }

  .water-hero-actions {
    margin-top: 14px !important;
  }

  .feature-visual-frame {
    min-height: 480px !important;
  }

  .feature-image-note {
    margin: auto 14px 14px;
  }

  .footer-reveal-fallback {
    font-size: clamp(2.05rem, 10vw, 3.35rem) !important;
  }
}

/* v7.6 customization layer: section colors, gallery styles, FAQ, reviews, mobile polish. */
body {
  background: var(--section-bg, var(--cream)) !important;
  color: var(--text) !important;
}

.site-nav {
  background: color-mix(in srgb, var(--nav-bg, var(--forest)), transparent 12%) !important;
  color: var(--nav-text, #fff) !important;
}

.site-nav.scrolled,
.site-nav.nav-open {
  background: color-mix(in srgb, var(--nav-bg, var(--forest)), transparent 4%) !important;
}

.nav-logo,
.nav-links a {
  color: var(--nav-text, #fff) !important;
}

.nav-logo em,
.nav-links a.active,
.nav-links a:hover {
  color: var(--nav-active, var(--sage)) !important;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  background: var(--nav-active, var(--sage)) !important;
}

.nav-cta,
.btn-primary,
.intro-enter-button {
  background: var(--button-bg, var(--forest)) !important;
  color: var(--button-text, #fff) !important;
}

.btn-outline {
  border-color: var(--button-outline, var(--sage)) !important;
  color: var(--button-bg, var(--forest)) !important;
}

.water-face-hero {
  color: var(--hero-text, #fff) !important;
}

.water-face-content h1,
.water-face-content p,
.water-face-content > span {
  color: var(--hero-text, #fff) !important;
}

.water-face-shade {
  background:
    radial-gradient(circle at var(--water-x) var(--water-y), color-mix(in srgb, var(--hero-text, #fff), transparent 90%), transparent 15rem),
    linear-gradient(90deg, color-mix(in srgb, var(--hero-shade, #020c10), transparent 24%) 0%, color-mix(in srgb, var(--hero-shade, #020c10), transparent 62%) 38%, transparent 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--hero-shade, #020c10), transparent 72%) 0%, transparent 46%, color-mix(in srgb, var(--hero-shade, #020c10), transparent 26%) 100%) !important;
}

.impact-section,
.writing-section,
.about-summary,
.contact-cta {
  background: var(--section-bg, var(--cream)) !important;
}

.feature-split,
.speaking-section,
.resource-ribbon,
.signal-strip {
  background: var(--section-alt-bg, var(--light-mint)) !important;
}

.impact-card,
.feature-pill-card,
.writing-card,
.highlight-card,
.resource-card,
.speaking-card-info,
.feature-image-note {
  background: var(--card-bg, #fff) !important;
  color: var(--card-text, var(--text)) !important;
}

.impact-card p,
.feature-pill-card p,
.writing-card p,
.highlight-card p,
.resource-card p,
.speaking-card-info p,
.feature-image-note p {
  color: color-mix(in srgb, var(--card-text, var(--text)), transparent 24%) !important;
}

.memory-gallery {
  background: var(--gallery-bg, var(--cream)) !important;
}

.memory-gallery-grid.gallery-layout-mosaic {
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
}

.memory-gallery-grid.gallery-layout-magazine {
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
}

.gallery-layout-magazine .memory-gallery-item {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}

.gallery-layout-magazine .memory-gallery-item:nth-child(3n + 1) {
  grid-column: span 3 !important;
}

.memory-gallery-grid.gallery-layout-square {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-rows: auto;
}

.gallery-layout-square .memory-gallery-item {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 1 !important;
}

.memory-gallery-grid.gallery-layout-polaroid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-rows: auto;
}

.gallery-layout-polaroid .memory-gallery-item {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 4 / 5 !important;
  padding: 10px 10px 42px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 29, 32, 0.14);
  transform: rotate(var(--tilt, -1deg)) !important;
}

.gallery-layout-polaroid .memory-gallery-item:nth-child(even) {
  --tilt: 1.4deg;
}

.gallery-layout-polaroid .memory-gallery-item img {
  border-radius: 18px;
}

.memory-gallery-grid.gallery-layout-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 18px;
}

.gallery-layout-rail .memory-gallery-item {
  flex: 0 0 min(76vw, 420px);
  height: clamp(300px, 45vw, 520px);
  scroll-snap-align: center;
}

.faq-section {
  padding: clamp(82px, 9vw, 132px) 0;
  background: var(--faq-bg, var(--light-mint));
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-card {
  border: 1px solid color-mix(in srgb, var(--sage), transparent 72%);
  border-radius: 24px;
  background: var(--faq-card, #fff);
  color: var(--card-text, var(--text));
  box-shadow: 0 22px 54px rgba(7, 29, 32, 0.08);
  overflow: hidden;
}

.faq-card summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  font-weight: 800;
  color: var(--card-text, var(--text));
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: '+';
  float: right;
  color: var(--sage);
}

.faq-card[open] summary::after {
  content: '-';
}

.faq-card p {
  margin: 0;
  padding: 0 24px 24px;
  color: color-mix(in srgb, var(--card-text, var(--text)), transparent 26%);
  line-height: 1.7;
}

.review-section {
  padding: clamp(82px, 9vw, 132px) 0;
  background: var(--review-bg, var(--cream));
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid color-mix(in srgb, var(--sage), transparent 74%);
  border-radius: 30px;
  background: var(--review-card, #fff);
  color: var(--card-text, var(--text));
  box-shadow: 0 26px 70px rgba(7, 29, 32, 0.08);
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
  color: #f7b928;
  font-size: 1.05rem;
}

.review-card p {
  margin: 0 0 22px;
  color: color-mix(in srgb, var(--card-text, var(--text)), transparent 20%);
  line-height: 1.72;
}

.review-author strong,
.review-author span {
  display: block;
}

.review-author strong {
  color: var(--card-text, var(--text));
}

.review-author span {
  margin-top: 4px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer {
  background: var(--footer-bg, var(--forest)) !important;
  color: var(--footer-text, #fff) !important;
}

.site-footer a,
.site-footer p,
.site-footer .footer-bottom,
.footer-reveal-meta,
.footer-stage-note {
  color: color-mix(in srgb, var(--footer-text, #fff), transparent 32%) !important;
}

.footer-logo-mark,
.footer-reveal-fallback,
.footer-letter {
  color: var(--footer-text, #fff) !important;
}

@media (max-width: 980px) {
  .nav-actions {
    background: color-mix(in srgb, var(--nav-bg, var(--forest)), transparent 4%) !important;
  }

  .faq-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .memory-gallery-grid.gallery-layout-mosaic,
  .memory-gallery-grid.gallery-layout-magazine {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 112px;
  }
}

@media (max-width: 700px) {
  .page-shell {
    width: min(100% - 32px, 1180px);
  }

  .section-title {
    font-size: clamp(2.35rem, 12vw, 4rem) !important;
  }

  .water-face-hero,
  .impact-section,
  .feature-split,
  .memory-gallery,
  .writing-section,
  .about-summary,
  .speaking-section,
  .resource-ribbon,
  .faq-section,
  .review-section,
  .contact-cta {
    overflow-x: hidden;
  }

  .water-hero-actions,
  .hero-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .water-hero-actions a,
  .hero-buttons a {
    justify-content: center;
    text-align: center;
  }

  .memory-gallery-grid.gallery-layout-mosaic,
  .memory-gallery-grid.gallery-layout-magazine {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }

  .gallery-layout-mosaic .memory-gallery-item,
  .gallery-layout-magazine .memory-gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .gallery-layout-mosaic .memory-gallery-item:first-child,
  .gallery-layout-magazine .memory-gallery-item:first-child {
    grid-column: span 2 !important;
  }

  .faq-card summary {
    padding: 18px 18px;
  }

  .faq-card p {
    padding: 0 18px 18px;
  }
}

/* v7.7 final polish: stronger mobile/tablet layout, readable buttons, and footer lettering. */
.site-nav {
  max-width: calc(100vw - 32px);
}

.nav-toggle {
  color: var(--nav-text, #fff) !important;
}

.nav-toggle span {
  background: currentColor !important;
}

.site-intro-gate .intro-enter-button {
  border-color: color-mix(in srgb, var(--intro-text, #fff), transparent 58%) !important;
  background: color-mix(in srgb, var(--intro-text, #fff), transparent 88%) !important;
  color: var(--intro-text, #fff) !important;
}

.water-face-hero .btn-outline {
  border-color: color-mix(in srgb, var(--hero-text, #fff), transparent 46%) !important;
  color: var(--hero-text, #fff) !important;
  background: color-mix(in srgb, var(--hero-shade, #020c10), transparent 76%) !important;
}

.water-face-hero .btn-outline:hover {
  border-color: var(--hero-text, #fff) !important;
  background: color-mix(in srgb, var(--hero-text, #fff), transparent 88%) !important;
}

.water-face-hero-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: var(--hero-image-fit, cover) !important;
  object-position: var(--hero-face-position, center 32%) !important;
}

.feature-image-note {
  max-width: min(100% - 28px, 430px);
}

.footer-reveal-track {
  overflow: hidden;
}

.footer-reveal-fallback {
  max-width: 100%;
  overflow: hidden;
}

.footer-reveal-fallback [data-footer-word] {
  max-width: 100%;
}

.footer-letter {
  color: transparent !important;
  background: linear-gradient(90deg, color-mix(in srgb, var(--footer-text, #fff), transparent 42%), var(--footer-text, #fff) 38%, color-mix(in srgb, var(--sage), var(--footer-text, #fff) 48%) 68%, color-mix(in srgb, var(--footer-text, #fff), transparent 12%));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-logo-mark,
.footer-reveal-fallback.footer-reveal-fallback {
  color: var(--footer-text, #fff) !important;
}

@media (min-width: 901px) {
  .nav-toggle {
    display: none !important;
  }

  .nav-actions {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .water-face-content {
    max-width: min(760px, 74vw) !important;
  }

  .water-face-content h1 {
    font-size: clamp(5.4rem, 13vw, 10rem) !important;
    max-width: 8.4ch;
  }

  .impact-grid,
  .writing-grid,
  .resource-grid,
  .review-grid,
  .speaking-grid,
  .portfolio-grid,
  .blog-grid,
  .vlog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .feature-split-grid,
  .about-summary-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .site-nav {
    top: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    padding: 14px 16px !important;
    border-radius: 24px !important;
  }

  .nav-logo {
    max-width: calc(100vw - 116px);
    overflow: hidden;
    font-size: clamp(1.18rem, 4.8vw, 1.8rem) !important;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-toggle {
    display: inline-grid !important;
    place-items: center;
    width: 46px;
    height: 42px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--nav-text, #fff), transparent 90%);
  }

  .nav-actions {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: 0 !important;
    display: grid !important;
    gap: 14px !important;
    max-height: calc(100svh - 104px);
    padding: 18px !important;
    overflow: auto;
    border: 1px solid color-mix(in srgb, var(--nav-text, #fff), transparent 86%) !important;
    border-radius: 24px !important;
    background: color-mix(in srgb, var(--nav-bg, var(--forest)), transparent 3%) !important;
    box-shadow: 0 26px 62px rgba(0, 18, 22, 0.24) !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .site-nav.nav-open .nav-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-links {
    display: grid !important;
    gap: 8px !important;
    align-items: stretch !important;
    width: 100%;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a,
  .nav-cta {
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
    border-radius: 999px;
  }

  .water-face-hero {
    min-height: 94svh !important;
    padding: 96px 18px 30px !important;
    align-items: end !important;
  }

  .water-face-hero-image img {
    object-position: center 30% !important;
  }

  .water-face-shade {
    background:
      radial-gradient(circle at 58% 24%, color-mix(in srgb, var(--hero-text, #fff), transparent 92%), transparent 15rem),
      linear-gradient(180deg, color-mix(in srgb, var(--hero-shade, #020c10), transparent 70%) 0%, transparent 34%, color-mix(in srgb, var(--hero-shade, #020c10), transparent 12%) 100%),
      linear-gradient(90deg, color-mix(in srgb, var(--hero-shade, #020c10), transparent 18%) 0%, color-mix(in srgb, var(--hero-shade, #020c10), transparent 66%) 58%, transparent 100%) !important;
  }

  .water-face-content {
    width: min(100%, 560px) !important;
    max-width: none !important;
  }

  .water-face-content p {
    max-width: 28rem;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
  }

  .water-face-content h1 {
    max-width: 7.2ch;
    font-size: clamp(3.75rem, 15.5vw, 7.4rem) !important;
    line-height: 0.82 !important;
  }

  .water-face-content > span {
    max-width: 28rem;
    font-size: clamp(0.98rem, 3.1vw, 1.25rem) !important;
  }

  .feature-visual {
    width: 100%;
  }

  .feature-visual-frame {
    min-height: clamp(460px, 72vw, 620px) !important;
    border-radius: 34px !important;
  }

  .feature-image-note {
    margin: auto 14px 14px;
  }

  .memory-gallery-grid.gallery-layout-mosaic,
  .memory-gallery-grid.gallery-layout-magazine {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 130px;
  }

  .gallery-layout-mosaic .memory-gallery-item,
  .gallery-layout-magazine .memory-gallery-item {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }

  .gallery-layout-mosaic .memory-gallery-item:first-child,
  .gallery-layout-magazine .memory-gallery-item:first-child {
    grid-column: span 4 !important;
  }

  .gallery-layout-rail .memory-gallery-item {
    flex-basis: min(86vw, 430px);
  }
}

@media (max-width: 680px) {
  .page-shell,
  .page-header,
  .page-header-soft {
    width: min(100% - 28px, 1180px) !important;
    padding-right: 0;
    padding-left: 0;
  }

  .impact-grid,
  .writing-grid,
  .resource-grid,
  .review-grid,
  .speaking-grid,
  .portfolio-grid,
  .blog-grid,
  .vlog-grid,
  .mini-stat-grid,
  .hero-metric-row {
    grid-template-columns: 1fr !important;
  }

  .water-face-hero {
    min-height: 92svh !important;
    padding: 88px 16px 24px !important;
  }

  .water-face-hero-image img {
    object-position: center 26% !important;
  }

  .water-face-content h1 {
    max-width: 6.4ch;
    font-size: clamp(3.2rem, 18vw, 5.4rem) !important;
  }

  .water-face-content > span {
    display: none;
  }

  .water-hero-actions,
  .hero-buttons {
    gap: 12px;
  }

  .water-hero-actions a,
  .hero-buttons a {
    min-height: 54px;
  }

  .feature-visual-frame {
    min-height: 430px !important;
    border-radius: 28px !important;
  }

  .feature-image-note {
    position: relative;
    margin: 14px;
  }

  .memory-gallery-grid.gallery-layout-mosaic,
  .memory-gallery-grid.gallery-layout-magazine,
  .memory-gallery-grid.gallery-layout-square,
  .memory-gallery-grid.gallery-layout-polaroid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
  }

  .memory-gallery-grid .memory-gallery-item,
  .gallery-layout-mosaic .memory-gallery-item:first-child,
  .gallery-layout-magazine .memory-gallery-item:first-child {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 340px;
    aspect-ratio: 4 / 5 !important;
  }

  .gallery-layout-polaroid .memory-gallery-item {
    transform: none !important;
  }

  .footer-reveal-fallback {
    font-size: clamp(1.92rem, 8.6vw, 3.15rem) !important;
    letter-spacing: -0.055em !important;
  }

  .footer-reveal-track {
    min-height: 92px !important;
  }
}

@media (max-width: 420px) {
  .nav-logo {
    max-width: calc(100vw - 104px);
    font-size: 1.05rem !important;
  }

  .water-face-content h1 {
    font-size: clamp(2.95rem, 17vw, 4.45rem) !important;
  }

  .memory-gallery-grid .memory-gallery-item,
  .gallery-layout-mosaic .memory-gallery-item:first-child,
  .gallery-layout-magazine .memory-gallery-item:first-child {
    min-height: 300px;
  }
}

/* v7.8 pattern and alignment pass: safe full-width blocks, cleaner editor patterns. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.content-page-shell,
.story-rich-copy {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
}

.content-page-shell {
  padding: clamp(64px, 8vw, 96px) 0;
}

.entry-content,
.story-rich-copy {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.85;
}

.entry-content > *,
.story-rich-copy > * {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content > .alignwide,
.story-rich-copy > .alignwide,
.entry-content > .adrita-pattern.alignwide,
.story-rich-copy > .adrita-pattern.alignwide {
  width: min(100%, 1180px);
  max-width: 1180px;
}

.entry-content > .alignfull,
.story-rich-copy > .alignfull,
.entry-content > .adrita-pattern.alignfull,
.story-rich-copy > .adrita-pattern.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.adrita-pattern,
.adrita-pattern * {
  box-sizing: border-box;
}

.adrita-pattern {
  isolation: isolate;
  width: min(100%, 1180px);
  margin: clamp(34px, 6vw, 72px) auto;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 82%);
  box-shadow: 0 28px 80px rgba(7, 29, 32, 0.08);
}

.adrita-pattern.alignfull {
  width: 100%;
  max-width: none;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.adrita-pattern > .wp-block-group__inner-container,
.adrita-pattern .wp-block-group__inner-container {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.adrita-pattern .wp-block-columns {
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin-top: clamp(22px, 3vw, 36px);
  margin-bottom: 0;
}

.adrita-pattern .wp-block-column {
  min-width: 0;
}

.adrita-pattern p,
.adrita-pattern h1,
.adrita-pattern h2,
.adrita-pattern h3,
.adrita-pattern figure,
.adrita-pattern ul {
  margin-top: 0;
}

.adrita-pattern-heading {
  max-width: 980px;
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

.adrita-pattern-copy {
  margin-bottom: 0;
}

.adrita-pattern-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.adrita-pattern-button .wp-block-button__link,
.adrita-pattern-mini-button .wp-block-button__link,
.adrita-pattern .wp-block-button__link {
  border-radius: 999px;
  background: var(--button-bg, var(--forest));
  color: var(--button-text, #fff);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.adrita-pattern-button-outline .wp-block-button__link {
  border: 1px solid var(--button-outline, var(--sage));
  background: transparent !important;
  color: var(--button-bg, var(--forest)) !important;
}

.adrita-pattern-portrait {
  overflow: hidden;
  margin: 0 !important;
  border-radius: clamp(28px, 4vw, 48px);
  background: var(--card-bg, #fff);
  box-shadow: 0 28px 80px rgba(7, 29, 32, 0.16);
}

.adrita-pattern-portrait img {
  display: block;
  width: 100%;
  min-height: clamp(420px, 48vw, 660px);
  object-fit: cover;
  object-position: center 30%;
}

.adrita-pattern-portrait-soft img {
  object-position: center 24%;
}

.adrita-pattern-card-grid,
.adrita-pattern-stat-grid,
.adrita-pattern-media-grid,
.adrita-pattern-timeline-grid {
  align-items: stretch !important;
}

.adrita-pattern-card-grid > .wp-block-column,
.adrita-pattern-stat-grid > .wp-block-column,
.adrita-pattern-media-grid > .wp-block-column,
.adrita-pattern-timeline-grid > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid color-mix(in srgb, var(--sage), transparent 78%);
  border-radius: 26px;
  background: var(--card-bg, rgba(255, 255, 255, 0.78));
  color: var(--card-text, var(--text));
  box-shadow: 0 18px 48px rgba(7, 29, 32, 0.07);
}

.adrita-pattern-card-grid p,
.adrita-pattern-stat-grid p,
.adrita-pattern-media-grid p,
.adrita-pattern-timeline-grid p {
  margin: 0;
  color: color-mix(in srgb, var(--card-text, var(--text)), transparent 20%);
  line-height: 1.68;
}

.adrita-pattern-stat-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sage);
  font-family: var(--heading);
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 0.95;
}

.adrita-pattern-media-grid figure {
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 22px;
}

.adrita-pattern-media-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.adrita-pattern-resource-list {
  display: grid;
  gap: 14px;
  max-width: 860px;
  padding: 0;
  list-style: none;
}

.adrita-pattern-resource-list li {
  padding: 18px 20px;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 78%);
  border-radius: 20px;
  background: var(--card-bg, #fff);
  color: color-mix(in srgb, var(--card-text, var(--text)), transparent 18%);
}

.adrita-pattern-face-hero {
  min-height: min(760px, 92svh);
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 72% 20%, color-mix(in srgb, var(--sage), transparent 62%), transparent 18rem),
    radial-gradient(circle at 18% 86%, rgba(255, 210, 135, 0.2), transparent 20rem),
    linear-gradient(135deg, var(--section-alt-bg, #eef7f0), var(--section-bg, #fff));
}

.adrita-pattern-about,
.adrita-pattern-blog,
.adrita-pattern-resources {
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--sage), transparent 82%), transparent 16rem),
    linear-gradient(135deg, var(--card-bg, #fff), var(--section-bg, #fff));
}

.adrita-pattern-stats,
.adrita-pattern-portfolio,
.adrita-pattern-vlog,
.adrita-pattern-timeline {
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--sage), transparent 78%), transparent 18rem),
    linear-gradient(145deg, var(--section-alt-bg, #f1faf6), var(--section-bg, #fff));
}

.adrita-pattern-contact {
  text-align: center;
  background:
    radial-gradient(circle at center, color-mix(in srgb, var(--sage), transparent 72%), transparent 20rem),
    linear-gradient(135deg, var(--section-bg, #fff), var(--section-alt-bg, #f1faf6));
}

.adrita-pattern-contact .adrita-pattern-copy,
.adrita-pattern-contact .adrita-pattern-heading,
.adrita-pattern-contact .adrita-pattern-buttons {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.adrita-pattern-footer-name {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--sage), transparent 66%), transparent 18rem),
    linear-gradient(180deg, var(--footer-bg, var(--forest)), color-mix(in srgb, var(--footer-bg, var(--forest)), #000 18%));
}

.adrita-pattern-footer-name .adrita-pattern-kicker,
.adrita-pattern-footer-name .adrita-pattern-copy {
  color: color-mix(in srgb, var(--footer-text, #fff), transparent 28%);
}

.adrita-pattern-footer-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto 18px;
  overflow: hidden;
  color: var(--footer-text, #fff);
  font-family: var(--heading);
  font-size: clamp(2.1rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.adrita-pattern-footer-heading span {
  display: inline-block;
  animation: adritaPatternLetterReveal 4.8s var(--ease-out-expo) infinite;
  animation-delay: calc(var(--pattern-letter, 0) * 0.06s);
}

.adrita-pattern-footer-heading span:nth-child(1) { --pattern-letter: 1; }
.adrita-pattern-footer-heading span:nth-child(2) { --pattern-letter: 2; }
.adrita-pattern-footer-heading span:nth-child(3) { --pattern-letter: 3; }
.adrita-pattern-footer-heading span:nth-child(4) { --pattern-letter: 4; }
.adrita-pattern-footer-heading span:nth-child(5) { --pattern-letter: 5; }
.adrita-pattern-footer-heading span:nth-child(6) { --pattern-letter: 6; }
.adrita-pattern-footer-heading span:nth-child(7) { --pattern-letter: 7; }
.adrita-pattern-footer-heading span:nth-child(8) { --pattern-letter: 8; }
.adrita-pattern-footer-heading span:nth-child(9) { --pattern-letter: 9; }
.adrita-pattern-footer-heading span:nth-child(10) { --pattern-letter: 10; }
.adrita-pattern-footer-heading span:nth-child(11) { --pattern-letter: 11; }
.adrita-pattern-footer-heading span:nth-child(12) { --pattern-letter: 12; }
.adrita-pattern-footer-heading span:nth-child(13) { --pattern-letter: 13; }
.adrita-pattern-footer-heading span:nth-child(14) { --pattern-letter: 14; }
.adrita-pattern-footer-heading span:nth-child(15) { --pattern-letter: 15; }
.adrita-pattern-footer-heading span:nth-child(16) { --pattern-letter: 16; }
.adrita-pattern-footer-heading span:nth-child(17) { --pattern-letter: 17; }
.adrita-pattern-footer-heading span:nth-child(18) { --pattern-letter: 18; }

@keyframes adritaPatternLetterReveal {
  0% { opacity: 0; transform: translateY(22px); filter: blur(8px); }
  18%, 64% { opacity: 1; transform: translateY(0); filter: blur(0); }
  100% { opacity: 0; transform: translateY(-16px); filter: blur(7px); }
}

@media (max-width: 900px) {
  .content-page-shell,
  .story-rich-copy {
    width: min(100% - 32px, 1120px);
  }

  .entry-content > .alignfull,
  .story-rich-copy > .alignfull,
  .entry-content > .adrita-pattern.alignfull,
  .story-rich-copy > .adrita-pattern.alignfull {
    width: calc(100vw - 0px);
  }

  .adrita-pattern {
    padding: clamp(46px, 8vw, 76px) clamp(18px, 5vw, 34px);
    border-radius: 28px;
  }

  .adrita-pattern.alignfull {
    border-radius: 0;
  }

  .adrita-pattern .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .adrita-pattern .wp-block-column {
    flex-basis: 100% !important;
  }

  .adrita-pattern-portrait img {
    min-height: clamp(360px, 76vw, 540px);
  }

  .adrita-pattern-footer-heading {
    font-size: clamp(2rem, 10vw, 4.4rem);
  }
}

@media (max-width: 560px) {
  .content-page-shell,
  .story-rich-copy {
    width: min(100% - 26px, 1120px);
  }

  .adrita-pattern {
    margin: 30px auto;
    padding: 42px 18px;
    border-radius: 24px;
  }

  .adrita-pattern.alignfull {
    border-radius: 0;
  }

  .adrita-pattern-heading {
    font-size: clamp(2.15rem, 12vw, 3.6rem);
    line-height: 0.98;
  }

  .adrita-pattern-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .adrita-pattern-buttons .wp-block-button,
  .adrita-pattern-buttons .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .adrita-pattern-portrait img {
    min-height: 330px;
  }

  .adrita-pattern-card-grid > .wp-block-column,
  .adrita-pattern-stat-grid > .wp-block-column,
  .adrita-pattern-media-grid > .wp-block-column,
  .adrita-pattern-timeline-grid > .wp-block-column {
    padding: 20px;
  }

  .adrita-pattern-footer-heading {
    font-size: clamp(1.72rem, 9vw, 2.8rem);
    letter-spacing: -0.07em;
  }
}

/* v7.9 editable gallery + menu polish. */
.site-nav::before {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0%, color-mix(in srgb, var(--nav-active, var(--sage)), transparent 70%) 42%, transparent 58%);
  opacity: var(--nav-motion-opacity, 0.18);
  transform: translateX(-115%);
  animation: adritaNavSoftSweep 7s ease-in-out infinite;
}

.nav-logo,
.nav-actions,
.nav-toggle {
  position: relative;
  z-index: 1;
}

.nav-links a {
  isolation: isolate;
  padding: 9px 12px !important;
  border-radius: 999px;
  color: var(--nav-text, #fff) !important;
  font-size: var(--nav-font-size, 0.92rem) !important;
  letter-spacing: var(--nav-letter-spacing, 0.045em) !important;
  line-height: 1.1;
  transition:
    color var(--nav-motion-duration, 360ms) var(--ease-out-expo),
    transform var(--nav-motion-duration, 360ms) var(--ease-out-expo),
    background-color var(--nav-motion-duration, 360ms) ease;
}

.nav-links a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 120%, color-mix(in srgb, var(--nav-hover-bg, var(--nav-active)), transparent 10%), transparent 70%),
    color-mix(in srgb, var(--nav-hover-bg, var(--nav-active)), transparent 72%);
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity var(--nav-motion-duration, 360ms) ease,
    transform var(--nav-motion-duration, 360ms) var(--ease-out-expo);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--nav-hover-text, #fff) !important;
  transform: translateY(var(--nav-motion-y, -2px)) scale(var(--nav-motion-scale, 1.015));
}

.nav-links a:hover::before,
.nav-links a:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.nav-links a.active,
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a {
  background: color-mix(in srgb, var(--nav-active-bg, var(--nav-hover-bg)), transparent 12%) !important;
  color: var(--nav-active, var(--sage)) !important;
}

.nav-links a.active::before,
.current-menu-item > a::before,
.current_page_item > a::before,
.current-menu-ancestor > a::before {
  opacity: 0.78;
  transform: scale(1);
}

.nav-links a::after {
  bottom: 3px !important;
  background: var(--nav-active, var(--sage)) !important;
}

.nav-cta {
  font-size: var(--nav-font-size, 0.92rem) !important;
  letter-spacing: var(--nav-letter-spacing, 0.045em) !important;
  transition:
    transform var(--nav-motion-duration, 360ms) var(--ease-out-expo),
    box-shadow var(--nav-motion-duration, 360ms) ease,
    background-color var(--nav-motion-duration, 360ms) ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(var(--nav-motion-y, -2px));
}

.memory-gallery-grid,
.memory-gallery-grid.gallery-layout-rail {
  gap: var(--gallery-gap, 18px) !important;
}

.memory-gallery-item {
  border-radius: var(--gallery-radius, 30px) !important;
}

.memory-gallery-item:hover {
  transform: translateY(var(--gallery-hover-y, -6px)) !important;
}

.memory-gallery-item img {
  transition:
    transform 0.8s var(--ease-out-expo),
    filter 0.45s ease;
}

.memory-gallery-item:hover img {
  transform: scale(var(--gallery-hover-scale, 1.06)) !important;
}

.memory-gallery-item figcaption {
  background: color-mix(in srgb, var(--gallery-caption-bg, #071d20), transparent 18%) !important;
  color: var(--gallery-caption-text, #fff) !important;
}

.gallery-layout-polaroid .memory-gallery-item {
  border-radius: var(--gallery-radius, 30px) !important;
}

.gallery-layout-polaroid .memory-gallery-item img {
  border-radius: max(14px, calc(var(--gallery-radius, 30px) - 10px)) !important;
}

@keyframes adritaNavSoftSweep {
  0%, 36% {
    opacity: 0;
    transform: translateX(-115%);
  }
  48% {
    opacity: var(--nav-motion-opacity, 0.18);
  }
  68%, 100% {
    opacity: 0;
    transform: translateX(115%);
  }
}

@media (max-width: 900px) {
  .nav-links a {
    padding: 13px 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav::before {
    animation: none;
    opacity: 0;
  }

  .nav-links a,
  .nav-links a::before,
  .nav-cta,
  .memory-gallery-item,
  .memory-gallery-item img {
    transition: none !important;
  }
}

/* v8.0 personality pass: colorful second scene, About socials, work tree, and YouTube feed polish. */
.impact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(94, 215, 210, 0.32), transparent 24rem),
    radial-gradient(circle at 82% 20%, rgba(255, 184, 108, 0.24), transparent 20rem),
    radial-gradient(circle at 52% 95%, rgba(255, 112, 167, 0.16), transparent 20rem),
    linear-gradient(135deg, #f3fbff 0%, #ecfff7 48%, #fff7ed 100%) !important;
}

.impact-section::after {
  content: '';
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background:
    conic-gradient(from 120deg at 50% 50%, transparent, rgba(94, 215, 210, 0.18), transparent 28%, rgba(255, 184, 108, 0.14), transparent 64%);
  animation: adritaColorDrift 18s linear infinite;
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.impact-section .page-shell {
  position: relative;
  z-index: 1;
}

.impact-card {
  backdrop-filter: blur(18px) saturate(130%);
  transition:
    transform 520ms var(--ease-out-expo),
    box-shadow 520ms ease,
    border-color 520ms ease;
}

.impact-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--sage), transparent 42%);
  box-shadow: 0 34px 92px rgba(20, 62, 65, 0.14);
}

.about-soul-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  margin: clamp(54px, 8vw, 92px) 0;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 70%);
  border-radius: clamp(30px, 4vw, 54px);
  background:
    radial-gradient(circle at 0% 0%, rgba(94, 215, 210, 0.28), transparent 22rem),
    radial-gradient(circle at 95% 16%, rgba(255, 185, 116, 0.28), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(235, 255, 248, 0.88));
  box-shadow: 0 30px 90px rgba(7, 29, 32, 0.09);
}

.about-soul-copy {
  align-self: center;
}

.about-soul-copy p {
  max-width: 620px;
  color: color-mix(in srgb, var(--text), transparent 22%);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.82;
}

.about-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-social-card {
  position: relative;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--sage), #fff 34%), #ffffff);
  color: var(--forest);
  text-decoration: none;
  box-shadow: 0 22px 58px rgba(7, 29, 32, 0.1);
  transition:
    transform 520ms var(--ease-out-expo),
    box-shadow 520ms ease,
    filter 520ms ease;
}

.about-social-card:nth-child(2n) {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(135deg, #ffe2bd, #fff9ee);
}

.about-social-card:nth-child(3n) {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(135deg, #dff1ff, #f7fbff);
}

.about-social-card:hover {
  transform: translateY(-7px) rotate(-0.4deg);
  box-shadow: 0 34px 84px rgba(7, 29, 32, 0.16);
  filter: saturate(1.08);
}

.about-social-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(7, 29, 32, 0.1);
  color: var(--forest);
  font-family: var(--heading);
  font-size: 1.45rem;
}

.about-social-card strong {
  color: var(--forest);
  font-size: 1.1rem;
}

.about-social-card small {
  color: color-mix(in srgb, var(--forest), transparent 32%);
  font-weight: 800;
}

.about-work-tree {
  position: relative;
  display: grid;
  gap: 22px;
  max-width: 1080px;
  margin: 42px auto 0;
  padding: 16px 0;
}

.about-work-tree::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, transparent, var(--sage), #ffb86c, var(--sage), transparent);
  transform: translateX(-50%) scaleY(0);
  transform-origin: 50% 0%;
  transition: transform 1.8s var(--ease-out-expo);
}

.about-work-tree.visible::before {
  transform: translateX(-50%) scaleY(1);
}

.work-tree-node {
  position: relative;
  width: min(46%, 500px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid color-mix(in srgb, var(--sage), transparent 68%);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 10%, rgba(94, 215, 210, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 70px rgba(7, 29, 32, 0.09);
}

.work-tree-node:nth-child(even) {
  justify-self: end;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 184, 108, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.92);
}

.work-tree-node::before {
  content: '';
  position: absolute;
  top: 34px;
  right: -44px;
  width: 44px;
  height: 2px;
  background: color-mix(in srgb, var(--sage), transparent 24%);
}

.work-tree-node::after {
  content: '';
  position: absolute;
  top: 25px;
  right: -56px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--sage);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--sage), transparent 78%);
}

.work-tree-node:nth-child(even)::before {
  right: auto;
  left: -44px;
}

.work-tree-node:nth-child(even)::after {
  right: auto;
  left: -56px;
  background: #ffb86c;
  box-shadow: 0 0 0 8px rgba(255, 184, 108, 0.22);
}

.work-tree-node span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sage), transparent 82%);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.work-tree-node h3 {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.work-tree-node p {
  margin: 0;
  color: color-mix(in srgb, var(--text), transparent 24%);
  line-height: 1.72;
}

.vlog-youtube-section .section-heading {
  margin-bottom: 34px;
}

.vlog-youtube-section .section-heading h2 {
  margin: 8px 0 10px;
  color: var(--forest);
  font-family: var(--heading);
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.vlog-ready-panel a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 20px;
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
}

@keyframes adritaColorDrift {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.05); }
}

@media (max-width: 980px) {
  .about-soul-section {
    grid-template-columns: 1fr;
  }

  .about-work-tree::before {
    left: 12px;
  }

  .work-tree-node,
  .work-tree-node:nth-child(even) {
    width: calc(100% - 42px);
    justify-self: end;
  }

  .work-tree-node::before,
  .work-tree-node:nth-child(even)::before {
    right: auto;
    left: -34px;
    width: 34px;
  }

  .work-tree-node::after,
  .work-tree-node:nth-child(even)::after {
    right: auto;
    left: -45px;
  }
}

@media (max-width: 620px) {
  .about-soul-section {
    padding: 24px;
    border-radius: 30px;
  }

  .about-social-grid {
    grid-template-columns: 1fr;
  }

  .work-tree-node,
  .work-tree-node:nth-child(even) {
    width: calc(100% - 30px);
    padding: 22px;
  }
}

/* v8.1 editable About social cards and animated work tree */
.about-soul-section {
  position: relative;
  color: var(--about-social-text);
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--about-social-bg-start), transparent 54%), transparent 22rem),
    radial-gradient(circle at 96% 14%, color-mix(in srgb, var(--about-social-bg-end), transparent 36%), transparent 20rem),
    linear-gradient(135deg, color-mix(in srgb, var(--about-social-bg-start), #ffffff 54%), color-mix(in srgb, var(--about-social-bg-end), #ffffff 42%));
}

.about-soul-section::before {
  content: '';
  position: absolute;
  inset: -35%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.64), transparent 22rem),
    conic-gradient(from 160deg at 50% 50%, transparent, color-mix(in srgb, var(--about-social-bg-start), transparent 72%), transparent 28%, color-mix(in srgb, var(--about-social-bg-end), transparent 68%), transparent 62%);
  animation: adritaSocialAura var(--about-social-motion-duration) ease-in-out infinite alternate;
  opacity: 0.7;
}

.about-soul-section > * {
  position: relative;
  z-index: 1;
}

.about-soul-copy p,
.about-social-card strong,
.about-social-card small {
  color: var(--about-social-text);
}

.about-social-card {
  isolation: isolate;
  border-radius: var(--about-social-card-radius);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(135deg, var(--social-start, var(--about-social-bg-start)), var(--social-end, var(--about-social-bg-end)));
  color: var(--about-social-text);
  transform: translateY(0) rotate(0deg);
}

.about-social-card::before,
.about-social-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.about-social-card::before {
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 34%),
    radial-gradient(circle at 30% 100%, color-mix(in srgb, var(--social-start, var(--about-social-bg-start)), transparent 58%), transparent 42%);
  opacity: 0.82;
}

.about-social-card::after {
  width: 90px;
  height: 90px;
  right: -28px;
  bottom: -30px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--social-start, var(--about-social-bg-start)), transparent 38%);
  filter: blur(12px);
  transform: scale(0.9);
  transition: transform 520ms var(--ease-out-expo), opacity 520ms ease;
}

.about-social-card:hover {
  transform: translateY(var(--about-social-motion-y)) rotate(var(--about-social-motion-rotate));
}

.about-social-card:hover::after {
  opacity: 0.92;
  transform: scale(1.28);
}

.about-social-card .about-social-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.82), transparent 36%),
    color-mix(in srgb, var(--about-social-icon-bg), var(--social-start, var(--about-social-bg-start)) 38%);
  color: var(--about-social-text);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--social-start, var(--about-social-bg-start)), transparent 72%);
  animation: adritaSocialIconFloat var(--about-social-motion-duration) ease-in-out infinite;
}

.about-social-card:nth-child(2n) .about-social-icon {
  animation-delay: -1.2s;
}

.about-social-card:nth-child(3n) .about-social-icon {
  animation-delay: -2.4s;
}

.about-social-icon svg {
  width: 22px;
  height: 22px;
}

.about-social-letter {
  display: inline-grid;
  place-items: center;
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.about-social-card .about-social-icon .about-social-letter {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  box-shadow: none;
}

.about-work-tree::before {
  background:
    linear-gradient(180deg, transparent 0%, var(--about-tree-line-start) 16%, var(--about-tree-line-mid) 50%, var(--about-tree-line-end) 84%, transparent 100%);
  background-size: 100% 180%;
  transition: transform var(--about-tree-line-duration) var(--ease-out-expo);
}

.about-work-tree.visible::before {
  animation: adritaTreeLineFlow var(--about-tree-float-duration) ease-in-out infinite;
}

.work-tree-node {
  border-color: color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-start)), transparent 64%);
  border-radius: var(--about-tree-card-radius);
  background:
    radial-gradient(circle at 14% 10%, color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-start)), transparent 80%), transparent 42%),
    color-mix(in srgb, var(--about-tree-card-bg), #ffffff 10%);
  color: var(--about-tree-text);
  transition:
    transform 520ms var(--ease-out-expo),
    border-color 520ms ease,
    box-shadow 520ms ease,
    background 520ms ease;
}

.work-tree-node:nth-child(even) {
  background:
    radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-mid)), transparent 78%), transparent 42%),
    color-mix(in srgb, var(--about-tree-card-alt-bg), #ffffff 8%);
}

.about-work-tree.visible .work-tree-node {
  animation: adritaTreeNodeDrift var(--about-tree-float-duration) ease-in-out infinite;
}

.about-work-tree.visible .work-tree-node:nth-child(2n) {
  animation-delay: -1.8s;
}

.about-work-tree.visible .work-tree-node:nth-child(3n) {
  animation-delay: -3s;
}

.work-tree-node:hover {
  border-color: color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-start)), transparent 24%);
  box-shadow:
    0 24px 72px rgba(7, 29, 32, 0.1),
    0 0 0 8px color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-start)), transparent 88%);
}

.work-tree-node::before {
  background: color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-start)), transparent 26%);
}

.work-tree-node::after,
.work-tree-node:nth-child(even)::after {
  background: var(--tree-node-accent, var(--about-tree-line-start));
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-start)), transparent 78%);
}

.work-tree-node span {
  background: color-mix(in srgb, var(--tree-node-accent, var(--about-tree-line-start)), transparent 84%);
  color: var(--about-tree-text);
}

.work-tree-node h3 {
  color: var(--about-tree-text);
}

.work-tree-node p {
  color: color-mix(in srgb, var(--about-tree-text), transparent 22%);
}

.stagger-children.visible > * {
  opacity: 1;
  transform: none;
}

.adrita-pattern-social-icons {
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--about-social-bg-start), transparent 52%), transparent 20rem),
    linear-gradient(135deg, color-mix(in srgb, var(--about-social-bg-start), #ffffff 58%), color-mix(in srgb, var(--about-social-bg-end), #ffffff 42%));
  border-radius: 36px;
}

.adrita-pattern-work-tree .about-work-tree {
  margin-top: 28px;
}

@keyframes adritaSocialAura {
  from {
    transform: translate3d(-2%, -1%, 0) rotate(0deg) scale(1);
  }
  to {
    transform: translate3d(2%, 1%, 0) rotate(10deg) scale(1.04);
  }
}

@keyframes adritaSocialIconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(2deg);
  }
}

@keyframes adritaTreeLineFlow {
  0%,
  100% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
}

@keyframes adritaTreeNodeDrift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--about-tree-float-y));
  }
}

@media (max-width: 980px) {
  .about-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .about-social-grid {
    grid-template-columns: 1fr;
  }

  .about-social-card {
    min-height: 142px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-soul-section::before,
  .about-social-card .about-social-icon,
  .about-work-tree.visible::before,
  .about-work-tree.visible .work-tree-node {
    animation: none;
  }
}

/* v8.3 vlog page cleanup */
.vlog-page-hero {
  padding: 138px 24px 54px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 16%, rgba(94, 215, 210, 0.22), transparent 18rem),
    radial-gradient(circle at 82% 12%, rgba(255, 184, 108, 0.18), transparent 16rem),
    linear-gradient(180deg, #f7fcff 0%, #eef9ff 100%);
  border-bottom: 1px solid rgba(7, 29, 32, 0.08);
}

.vlog-page-hero::before {
  display: none;
}

.vlog-page-hero .eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--sage);
}

.vlog-page-hero h1 {
  margin: 0 auto;
  color: var(--forest);
  font-size: clamp(2.2rem, 6vw, 4.1rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.vlog-page-hero h1 em {
  color: #ffb86c;
}

.vlog-page-hero p {
  max-width: 32rem;
  margin: 14px auto 0;
  color: color-mix(in srgb, var(--text), transparent 22%);
  font-size: 0.98rem;
}

.vlog-page-hero .hero-link-pill {
  border-color: rgba(7, 29, 32, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--forest);
  box-shadow: 0 14px 34px rgba(7, 29, 32, 0.08);
}

.vlog-page-hero .hero-link-pill:hover {
  border-color: color-mix(in srgb, var(--sage), transparent 36%);
  background: #ffffff;
}

.vlog-youtube-section {
  padding-top: 40px;
  padding-bottom: 78px;
}

.vlog-youtube-section .section-heading,
.vlog-portfolio-links .section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.vlog-youtube-section .section-heading h2,
.vlog-portfolio-links .section-heading h2 {
  margin: 8px 0 10px;
  color: var(--forest);
  font-family: var(--heading);
  font-size: clamp(1.95rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.vlog-youtube-section .section-heading p,
.vlog-portfolio-links .section-heading p {
  max-width: 58ch;
  color: color-mix(in srgb, var(--text), transparent 22%);
}

.youtube-vlog-grid {
  gap: 24px;
}

.youtube-video-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 251, 248, 0.88)),
    radial-gradient(circle at 14% 10%, rgba(94, 215, 210, 0.18), transparent 30%);
  box-shadow: 0 20px 56px rgba(7, 29, 32, 0.09);
}

.youtube-video-card::before {
  opacity: 0.55;
}

.youtube-video-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px 30px 18px 18px;
  text-decoration: none;
  background: #081317;
}

.youtube-video-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms var(--ease-out-expo), filter 420ms ease;
}

.youtube-video-card:hover .youtube-video-frame img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.youtube-play-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(7, 29, 32, 0.7);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.youtube-play-badge::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
}

.youtube-video-copy {
  padding: 20px 22px 22px;
}

.youtube-video-copy span {
  margin-bottom: 10px;
}

/* v8.4 inner page header color + divider fix */
.page-header,
.page-header-soft {
  background:
    radial-gradient(
      ellipse at 24% 50%,
      color-mix(in srgb, var(--page-header-glow-1, var(--sage)), transparent 76%) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 76% 40%,
      color-mix(in srgb, var(--page-header-glow-2, var(--button-outline)), transparent 84%) 0%,
      transparent 48%
    ),
    linear-gradient(
      135deg,
      var(--page-header-bg-start, var(--forest)) 0%,
      var(--page-header-bg-end, var(--nav-bg, var(--forest))) 100%
    ) !important;
  border-bottom: 0 !important;
}

.page-header::before,
.page-header-soft::before {
  display: none !important;
}

.page-header h1,
.page-header-soft h1 {
  color: var(--page-header-text, #fff) !important;
}

.page-header h1 em,
.page-header-soft h1 em {
  color: var(--page-header-emphasis, var(--nav-active, var(--sage))) !important;
}

.page-header p,
.page-header-soft p,
.page-header-story p {
  color: color-mix(in srgb, var(--page-header-text, #fff), transparent 28%) !important;
}

.youtube-video-copy h2,
.youtube-video-copy h3 {
  margin: 0 0 8px;
  color: var(--forest);
  font-family: var(--heading);
  font-size: clamp(1.26rem, 2vw, 1.72rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.youtube-video-copy p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.youtube-video-copy a {
  margin-top: 12px;
  font-size: 0.95rem;
}

.vlog-link-list {
  gap: 16px;
}

.vlog-link-list a {
  min-height: 170px;
  padding: 22px;
}

.vlog-link-list strong {
  color: var(--forest);
  font-family: var(--heading);
  font-size: 1.05rem;
  line-height: 1.28;
  letter-spacing: -0.015em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.vlog-link-list small {
  font-size: 0.88rem;
}

@media (max-width: 820px) {
  .vlog-page-hero {
    padding: 122px 22px 46px;
  }

  .youtube-vlog-grid,
  .vlog-link-list {
    grid-template-columns: 1fr;
  }
}

/* v8.7 ebook commerce + resource library motion */
.ebook-library-hero {
  --library-x: 50%;
  --library-y: 32%;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  margin-bottom: 24px;
  padding: clamp(26px, 4vw, 42px);
  background:
    radial-gradient(circle at var(--library-x) var(--library-y), color-mix(in srgb, var(--sage), transparent 78%), transparent 42%),
    linear-gradient(145deg, color-mix(in srgb, var(--section-alt-bg, var(--light-mint)), #fff 35%), color-mix(in srgb, var(--section-bg, var(--cream)), #fff 55%));
  border: 1px solid color-mix(in srgb, var(--sage), transparent 75%);
}

.ebook-library-glow {
  position: absolute;
  inset: -25% -10%;
  background:
    radial-gradient(circle at 35% 32%, color-mix(in srgb, var(--sage), transparent 82%), transparent 35%),
    radial-gradient(circle at 78% 68%, color-mix(in srgb, var(--button-outline), transparent 84%), transparent 38%);
  pointer-events: none;
  animation: libraryAuroraMove 12s ease-in-out infinite alternate;
}

.ebook-library-copy {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.ebook-shelf-grid .ebook-card {
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 76%);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--card-bg, #fff), transparent 6%), color-mix(in srgb, var(--card-bg, #fff), transparent 2%));
  box-shadow: 0 14px 42px rgba(5, 18, 24, 0.08);
  transform: translateZ(0);
  transition: transform 0.32s var(--ease-out-expo), box-shadow 0.32s ease;
}

.ebook-shelf-grid .ebook-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(5, 18, 24, 0.14);
}

.ebook-shelf-grid .ebook-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.resource-link-grid {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ebook-single-wrap {
  margin-top: 16px;
}

.ebook-single-card {
  display: grid;
  grid-template-columns: minmax(200px, 340px) 1fr;
  gap: clamp(18px, 3vw, 32px);
  border-radius: 28px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--sage), transparent 74%);
  background: color-mix(in srgb, var(--card-bg, #fff), transparent 2%);
  box-shadow: 0 20px 65px rgba(7, 24, 32, 0.1);
}

.ebook-single-media img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 74%);
}

.ebook-single-price {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 14px;
  background: color-mix(in srgb, var(--sage), transparent 82%);
  color: var(--forest);
  font-weight: 700;
  margin-bottom: 10px;
}

.ebook-single-preview-note {
  margin: 0 0 10px;
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--text), transparent 28%);
}

.ebook-single-description > *:first-child {
  margin-top: 0;
}

.ebook-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}

.ebook-access-form {
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--button-outline), transparent 72%);
  background: color-mix(in srgb, var(--section-alt-bg, var(--light-mint)), #fff 30%);
  padding: 16px;
}

.ebook-access-form h3 {
  margin: 0 0 6px;
  font-size: 1.04rem;
}

.ebook-access-form p {
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--text), transparent 24%);
}

.ebook-access-form input[type="email"] {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 68%);
  padding: 0 12px;
  margin-bottom: 10px;
}

.ebook-access-notice {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.ebook-access-notice.success {
  background: rgba(36, 199, 123, 0.13);
  color: #0a4f35;
}

.ebook-access-notice.warn {
  background: rgba(255, 184, 108, 0.18);
  color: #614415;
}

.ebook-preview-stage {
  margin-top: 26px;
}

.ebook-preview-stage iframe {
  margin-top: 12px;
  width: 100%;
  min-height: 70vh;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--sage), transparent 72%);
  background: #fff;
}

.about-work-tree .work-tree-node {
  transform-style: preserve-3d;
  transition: transform 0.35s var(--ease-out-expo), box-shadow 0.35s ease;
  animation: treeNodeEntry 0.7s var(--ease-out-expo) both;
  animation-delay: var(--tree-delay, 0ms);
}

.about-work-tree[data-about-tree] {
  --tree-shift-x: 0px;
  --tree-shift-y: 0px;
  --tree-rotate: 0deg;
  position: relative;
  transform: translate3d(var(--tree-shift-x), var(--tree-shift-y), 0) rotate(var(--tree-rotate));
  transition: transform 0.22s ease-out;
}

.about-work-tree .work-tree-node:hover {
  transform:
    perspective(900px)
    rotateX(var(--tilt-y, 0deg))
    rotateY(var(--tilt-x, 0deg))
    translateY(-4px);
  box-shadow: 0 18px 34px rgba(5, 18, 24, 0.15);
}

.about-work-tree::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: 0;
  width: 16px;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, color-mix(in srgb, var(--about-tree-line-mid), transparent 42%) 0 2px, transparent 3px 100%),
    radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--about-tree-line-end), transparent 36%) 0 2px, transparent 3px 100%),
    radial-gradient(circle at 50% 78%, color-mix(in srgb, var(--about-tree-line-start), transparent 45%) 0 2px, transparent 3px 100%);
  animation: treeSparkFlow 4.8s linear infinite;
}

.about-tree-canopy {
  position: absolute;
  inset: -34px 0 auto 0;
  height: 190px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse at 35% 42%, color-mix(in srgb, var(--about-tree-canopy-color), transparent 35%), transparent 58%),
    radial-gradient(ellipse at 68% 38%, color-mix(in srgb, var(--about-tree-canopy-color), transparent 42%), transparent 62%);
  filter: blur(0.2px);
}

.about-tree-canopy::before {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  top: 42px;
  width: 28px;
  height: calc(100% - 24px);
  border-radius: 999px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--about-tree-trunk-color), #fff 18%), color-mix(in srgb, var(--about-tree-trunk-color), #000 8%));
  opacity: 0.44;
}

.about-tree-leaf {
  --leaf-size: clamp(9px, 1.1vw, 14px);
  position: absolute;
  top: var(--leaf-y, 20%);
  left: var(--leaf-x, 40%);
  width: var(--leaf-size);
  height: calc(var(--leaf-size) * 0.66);
  border-radius: 60% 60% 60% 10%;
  background: color-mix(in srgb, var(--about-tree-leaf-color), #fff 10%);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--about-tree-leaf-color), transparent 72%);
  opacity: 0.85;
  transform: translate3d(0, var(--leaf-depth, 0px), 0) rotate(calc((var(--leaf-index) % 7) * 11deg));
  animation: treeLeafSway calc(3.5s / var(--about-tree-motion-strength, 1)) ease-in-out infinite alternate;
  animation-delay: var(--leaf-delay, 0s);
}

.about-work-tree .work-tree-node {
  position: relative;
  z-index: 1;
}

@keyframes libraryAuroraMove {
  from { transform: translate3d(-2%, 0, 0) scale(1.02); opacity: 0.75; }
  to { transform: translate3d(2%, -2%, 0) scale(1.06); opacity: 1; }
}

@keyframes treeSparkFlow {
  from { transform: translateY(-6%); opacity: 0.45; }
  to { transform: translateY(6%); opacity: 1; }
}

@keyframes treeNodeEntry {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes treeLeafSway {
  from { transform: translate3d(-1px, var(--leaf-depth, 0px), 0) rotate(-8deg); }
  to { transform: translate3d(2px, calc(var(--leaf-depth, 0px) + 3px), 0) rotate(10deg); }
}

@media (max-width: 980px) {
  .resource-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ebook-single-media {
    max-width: 320px;
  }

  .about-work-tree::after {
    left: 16px;
  }

  .about-tree-canopy::before {
    left: 2px;
  }
}

@media (max-width: 680px) {
  .resource-link-grid {
    grid-template-columns: 1fr;
  }

  .ebook-library-hero {
    border-radius: 20px;
    padding: 18px;
  }

  .ebook-preview-stage iframe {
    min-height: 58vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ebook-library-glow,
  .about-work-tree::after,
  .about-work-tree .work-tree-node,
  .about-tree-leaf {
    animation: none !important;
    transform: none !important;
  }
}

/* v8.7.2 cinematic tree redesign (C/C/A, natural green mood) */
.about-work-tree[data-tree-style="cinematic"] {
  --tree-core: #214d33;
  --tree-bark: #5c4b35;
  --tree-leaf-main: color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), #3be084 24%);
  padding-top: 120px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--about-tree-canopy-color, #c9f5d8), transparent 65%), transparent 56%),
    linear-gradient(180deg, color-mix(in srgb, #f6fff8, transparent 0%), color-mix(in srgb, #ecfff1, transparent 0%));
}

.about-work-tree[data-tree-style="cinematic"]::before {
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--tree-bark), #fff 10%), color-mix(in srgb, var(--tree-bark), #000 8%));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--tree-bark), transparent 75%),
    0 0 28px color-mix(in srgb, var(--about-tree-line-start), transparent 78%);
}

.about-work-tree[data-tree-style="cinematic"]::after {
  left: calc(50% - 12px);
  width: 24px;
  background:
    radial-gradient(circle at 50% 16%, color-mix(in srgb, var(--about-tree-line-start), transparent 28%) 0 3px, transparent 3px 100%),
    radial-gradient(circle at 50% 52%, color-mix(in srgb, var(--about-tree-line-mid), transparent 22%) 0 3px, transparent 3px 100%),
    radial-gradient(circle at 50% 84%, color-mix(in srgb, var(--about-tree-line-end), transparent 22%) 0 3px, transparent 3px 100%);
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--about-tree-line-start), transparent 55%));
}

.about-work-tree[data-tree-style="cinematic"] .about-tree-canopy {
  inset: -10px 0 auto 0;
  height: 240px;
  background:
    radial-gradient(ellipse at 30% 36%, color-mix(in srgb, var(--tree-leaf-main), transparent 58%), transparent 58%),
    radial-gradient(ellipse at 50% 22%, color-mix(in srgb, var(--tree-leaf-main), transparent 48%), transparent 60%),
    radial-gradient(ellipse at 72% 34%, color-mix(in srgb, var(--tree-leaf-main), transparent 58%), transparent 58%);
}

.about-work-tree[data-tree-style="cinematic"] .about-tree-canopy::before {
  width: 16px;
  left: calc(50% - 8px);
  top: 58px;
  height: calc(100% - 30px);
  opacity: 0.72;
  background: linear-gradient(180deg, color-mix(in srgb, var(--tree-bark), #fff 8%), color-mix(in srgb, var(--tree-bark), #000 4%));
}

.about-work-tree[data-tree-style="cinematic"] .about-tree-leaf {
  width: clamp(10px, 1vw, 13px);
  height: clamp(12px, 1.2vw, 15px);
  border-radius: 66% 20% 66% 20%;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--tree-leaf-main), #fff 22%), color-mix(in srgb, var(--tree-leaf-main), #000 12%));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--tree-leaf-main), transparent 74%),
    0 0 14px color-mix(in srgb, var(--tree-leaf-main), transparent 74%);
  animation-duration: calc(2.6s / var(--about-tree-motion-strength, 1));
}

.about-work-tree[data-tree-style="cinematic"] .work-tree-node {
  backdrop-filter: blur(6px);
  background:
    linear-gradient(145deg, color-mix(in srgb, #ffffff, transparent 0%), color-mix(in srgb, #effff3, transparent 8%)) !important;
  border: 1px solid color-mix(in srgb, var(--about-tree-line-start), transparent 74%);
  box-shadow:
    0 18px 42px rgba(13, 34, 24, 0.12),
    0 0 0 1px color-mix(in srgb, var(--about-tree-line-mid), transparent 82%);
}

.about-work-tree[data-tree-style="cinematic"] .work-tree-node:hover {
  box-shadow:
    0 24px 50px rgba(13, 34, 24, 0.2),
    0 0 18px color-mix(in srgb, var(--about-tree-line-start), transparent 70%);
}

@media (max-width: 980px) {
  .about-work-tree[data-tree-style="cinematic"] {
    padding-top: 92px;
  }
}

/* v8.6 motion accuracy patch: stabilize hero/parallax and filter transitions. */
.water-face-hero {
  --water-x: 62%;
  --water-y: 24%;
  --water-scroll: 0;
}

.water-face-hero-image img {
  will-change: transform, filter;
  transition: transform 0.18s linear, filter 0.35s ease;
}

.water-face-shade,
.water-light-layer,
.water-face-content {
  will-change: transform, background-position;
  transition: transform 0.18s linear;
}

.portfolio-grid > .portfolio-item {
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.portfolio-grid > .portfolio-item.is-hidden,
.portfolio-grid > .portfolio-item[hidden] {
  opacity: 0 !important;
  transform: translateY(8px) scale(0.99) !important;
  pointer-events: none;
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .water-face-hero-image img,
  .water-face-shade,
  .water-light-layer,
  .water-face-content,
  .portfolio-grid > .portfolio-item {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* ═══════ v9.0 — Performance: pause off-screen animations ═══════ */

.water-face-hero,
.intro-gate,
.site-footer,
.ebook-library-hero {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

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

/* ═══════ v9.0 — Tree scroll animation (overrides stagger + ::before) ═══════ */

/* Hide old CSS trunk line — SVG replaces it */
.about-work-tree[data-about-tree]::before {
  display: none !important;
}

.about-work-tree[data-about-tree] {
  position: relative;
}

.about-tree-trunk-line {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

.about-tree-trunk-line line {
  transition: stroke-dashoffset 0.06s linear;
}

/* Individual node scroll reveal — override stagger-children rules */
.about-work-tree[data-about-tree] .work-tree-node {
  position: relative;
  z-index: 1;
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-hidden {
  opacity: 0 !important;
  transform: translateY(55px) scale(0.93) !important;
  animation: none !important;
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transition-delay: var(--tree-delay, 0ms) !important;
}

/* After reveal, allow the drift animation to resume */
.about-work-tree[data-about-tree] .work-tree-node.tree-node-visible.tree-node-settled {
  animation: adritaTreeNodeDrift var(--about-tree-float-duration, 12s) ease-in-out infinite;
}

/* Canopy + leaves progressive reveal */
.about-work-tree[data-about-tree] .about-tree-canopy {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-work-tree[data-about-tree] .about-tree-canopy.canopy-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* ═══════ v9.0 — Footer letter hover interaction ═══════ */

[data-footer-word] {
  cursor: pointer;
}

[data-footer-word] .footer-letter {
  will-change: transform, opacity;
}

/* ═══════ v9.0 — Reduced motion safety ═══════ */

@media (prefers-reduced-motion: reduce) {
  .about-work-tree[data-about-tree] .work-tree-node.tree-node-hidden,
  .about-work-tree[data-about-tree] .work-tree-node.tree-node-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .about-work-tree[data-about-tree] .about-tree-canopy,
  .about-work-tree[data-about-tree] .about-tree-canopy.canopy-visible {
    opacity: 1 !important;
    transform: none !important;
  }
  .about-tree-trunk-line { display: none; }
  [data-footer-word] .footer-letter {
    will-change: auto !important;
  }
}

/* ═══════ v9.0 — Mobile overflow fix ═══════ */

.signal-strip,
.contact-cta { overflow-x: hidden; }

/* ═══════ v9.1 — About life tree: scroll-grown branches + leaf cards ═══════ */
.about-work-tree[data-about-tree] {
  --branch-draw: 0;
  overflow: hidden;
  padding: clamp(110px, 12vw, 150px) clamp(10px, 2vw, 28px) 28px;
}

.about-work-tree[data-about-tree] .about-tree-trunk-line {
  z-index: 1;
}

.about-work-tree[data-about-tree] .about-tree-trunk-line line {
  stroke-linecap: round;
  filter: drop-shadow(0 0 7px color-mix(in srgb, var(--about-tree-line-start), transparent 58%));
}

.about-work-tree[data-about-tree] .about-tree-canopy {
  z-index: 2;
  height: 310px;
  opacity: 1;
  transform: none;
  background:
    radial-gradient(ellipse at 23% 24%, color-mix(in srgb, var(--tree-leaf-main, #56d88b), transparent 52%), transparent 58%),
    radial-gradient(ellipse at 47% 7%, color-mix(in srgb, var(--tree-leaf-main, #56d88b), transparent 42%), transparent 60%),
    radial-gradient(ellipse at 76% 25%, color-mix(in srgb, var(--tree-leaf-main, #56d88b), transparent 54%), transparent 60%);
}

.about-work-tree[data-about-tree] .about-tree-leaf {
  opacity: calc(0.2 + (var(--trunk-draw, 0) * 0.75));
  transform:
    translate3d(0, calc((1 - var(--trunk-draw, 0)) * -26px), 0)
    rotate(calc((var(--leaf-index) % 9) * 13deg));
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.about-work-tree[data-about-tree] .work-tree-node {
  width: min(44%, 485px);
  margin-block: clamp(18px, 2.5vw, 32px);
  padding: clamp(28px, 3.4vw, 42px) clamp(28px, 3.6vw, 48px);
  border-radius: 58% 42% 54% 46% / 30% 58% 42% 70% !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.95), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(235,255,242,0.92)) !important;
  border: 1px solid color-mix(in srgb, var(--tree-node-accent, var(--sage)), transparent 52%) !important;
  box-shadow:
    0 18px 44px rgba(17, 54, 34, 0.13),
    inset 0 0 0 1px rgba(255,255,255,0.65) !important;
  isolation: isolate;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even) {
  justify-self: end;
  border-radius: 42% 58% 46% 54% / 58% 30% 70% 42% !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(odd) {
  justify-self: start;
}

.about-work-tree[data-about-tree] .work-tree-node::before {
  top: 50%;
  right: -68px;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), #fff 18%),
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), #5b422a 18%));
  transform: translateY(-50%) scaleX(var(--branch-draw, 0));
  transform-origin: right center;
  transition: transform 0.18s linear;
  z-index: -1;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::before {
  left: -68px;
  right: auto;
  transform-origin: left center;
}

.about-work-tree[data-about-tree] .work-tree-node::after {
  top: 50%;
  right: -78px;
  width: 22px;
  height: 22px;
  border: 5px solid #fff;
  transform: translateY(-50%) scale(calc(0.65 + (var(--branch-draw, 0) * 0.35)));
  opacity: calc(0.2 + (var(--branch-draw, 0) * 0.8));
  transition: opacity 0.18s linear, transform 0.18s linear;
  background: var(--tree-node-accent, var(--sage));
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::after {
  left: -78px;
  right: auto;
}

.about-work-tree[data-about-tree] .work-tree-node span {
  background: color-mix(in srgb, var(--tree-node-accent, var(--sage)), white 78%);
}

.about-work-tree[data-about-tree] .work-tree-node h3,
.about-work-tree[data-about-tree] .work-tree-node p {
  position: relative;
  z-index: 2;
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf,
.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 75% 15% 75% 15%;
  background: linear-gradient(145deg,
    color-mix(in srgb, var(--tree-node-accent, var(--sage)), #fff 18%),
    color-mix(in srgb, var(--tree-node-accent, var(--sage)), #000 10%));
  opacity: 0.36;
  z-index: 1;
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf {
  width: 22px;
  height: 30px;
  right: 24px;
  top: 20px;
  transform: rotate(34deg);
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf::before {
  width: 14px;
  height: 20px;
  left: -18px;
  top: 20px;
  transform: rotate(-52deg);
}

@media (max-width: 980px) {
  .about-work-tree[data-about-tree] {
    padding-left: 42px;
    padding-right: 12px;
  }

  .about-work-tree[data-about-tree] .about-tree-trunk-line {
    transform: translateX(calc(-50% + 18px));
  }

  .about-work-tree[data-about-tree] .work-tree-node,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even),
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(odd) {
    width: 100%;
    justify-self: stretch;
    border-radius: 34px 54px 34px 54px / 42px 32px 52px 34px !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node::before,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::before {
    left: -42px;
    right: auto;
    width: 42px;
    transform-origin: left center;
  }

  .about-work-tree[data-about-tree] .work-tree-node::after,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::after {
    left: -52px;
    right: auto;
  }
}

/* v9.2 final About tree: reference style leaf cards, clean trunk, backend-safe colors */
.about-work-tree[data-about-tree] {
  --tree-gap: clamp(86px, 11vw, 150px);
  --tree-branch-length: clamp(48px, 6vw, 78px);
  --tree-card-min-height: clamp(178px, 18vw, 236px);
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: var(--tree-gap) !important;
  row-gap: clamp(28px, 4vw, 58px) !important;
  align-items: center;
  max-width: 1180px;
  min-height: 720px;
  margin: clamp(34px, 5vw, 62px) auto 0 !important;
  padding: clamp(92px, 11vw, 136px) clamp(18px, 4vw, 46px) clamp(60px, 7vw, 96px) !important;
  border-radius: clamp(28px, 4vw, 52px);
  overflow: clip !important;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 9%, color-mix(in srgb, var(--about-tree-canopy-color, #c9f5d8), transparent 38%), transparent 34%),
    radial-gradient(circle at 10% 28%, color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), transparent 78%), transparent 30%),
    radial-gradient(circle at 88% 62%, color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), transparent 82%), transparent 34%),
    linear-gradient(180deg, var(--about-tree-bg-start, #eef9ec), var(--about-tree-bg-end, #d8f0cf)) !important;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--about-tree-line-start, #5ed7d2), transparent 80%),
    0 30px 90px rgba(18, 55, 28, 0.11);
}

.about-work-tree[data-about-tree]::before,
.about-work-tree[data-about-tree]::after {
  display: none !important;
}

.about-work-tree[data-about-tree] .about-tree-trunk-line {
  position: absolute !important;
  inset: clamp(52px, 6vw, 78px) 0 clamp(38px, 5vw, 60px) 0 !important;
  width: 100% !important;
  height: auto !important;
  z-index: 2 !important;
  transform: none !important;
  overflow: visible;
}

.about-work-tree[data-about-tree] .about-tree-trunk-line line {
  stroke-width: 8px !important;
  stroke-linecap: round !important;
  filter:
    drop-shadow(0 2px 1px rgba(62, 35, 18, 0.18))
    drop-shadow(0 0 9px color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), transparent 70%)) !important;
}

.about-work-tree[data-about-tree] .about-tree-canopy {
  inset: 22px 0 auto 0 !important;
  height: clamp(120px, 18vw, 210px) !important;
  z-index: 1 !important;
  opacity: calc(0.18 + (var(--trunk-draw, 0) * 0.62)) !important;
  transform: translateY(calc((1 - var(--trunk-draw, 0)) * -22px)) scale(calc(0.9 + (var(--trunk-draw, 0) * 0.1))) !important;
  background:
    radial-gradient(ellipse at 25% 52%, color-mix(in srgb, var(--about-tree-canopy-color, #c9f5d8), transparent 52%), transparent 58%),
    radial-gradient(ellipse at 50% 22%, color-mix(in srgb, var(--about-tree-canopy-color, #c9f5d8), transparent 42%), transparent 60%),
    radial-gradient(ellipse at 75% 52%, color-mix(in srgb, var(--about-tree-canopy-color, #c9f5d8), transparent 56%), transparent 58%) !important;
  pointer-events: none;
}

.about-work-tree[data-about-tree] .about-tree-canopy::before {
  display: none !important;
}

.about-work-tree[data-about-tree] .about-tree-leaf {
  --leaf-size: clamp(10px, 1vw, 15px);
  width: var(--leaf-size) !important;
  height: calc(var(--leaf-size) * 1.35) !important;
  border-radius: 76% 14% 76% 16% !important;
  background:
    linear-gradient(145deg,
      color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), white 24%),
      color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), black 10%)) !important;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), white 22%),
    0 6px 14px color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), transparent 76%) !important;
  opacity: calc(0.16 + (var(--trunk-draw, 0) * 0.84)) !important;
  transform:
    translate3d(0, calc((1 - var(--trunk-draw, 0)) * -28px), 0)
    rotate(calc(-42deg + ((var(--leaf-index) % 11) * 11deg))) !important;
  animation: treeLeafSway calc(3.2s / var(--about-tree-motion-strength, 1)) ease-in-out infinite alternate !important;
}

.about-work-tree[data-about-tree] .work-tree-node {
  grid-column: 2;
  justify-self: start !important;
  width: min(100%, var(--about-tree-card-width, 485px)) !important;
  min-height: var(--tree-card-min-height);
  margin: 0 !important;
  padding: clamp(24px, 3vw, 36px) clamp(26px, 3.6vw, 48px) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: var(--about-tree-text, #071d20) !important;
  border-radius: 54% 46% 46% 54% / 38% 54% 46% 62% !important;
  border: 1px solid color-mix(in srgb, var(--tree-node-accent, var(--sage)), transparent 58%) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.98), transparent 40%),
    radial-gradient(circle at 84% 70%, color-mix(in srgb, var(--tree-node-accent, var(--sage)), transparent 88%), transparent 46%),
    linear-gradient(145deg,
      color-mix(in srgb, var(--about-tree-card-bg, #fff), transparent 0%),
      color-mix(in srgb, var(--about-tree-card-alt-bg, #fffaf0), white 42%)) !important;
  box-shadow:
    0 22px 54px rgba(18, 55, 28, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
  z-index: 5 !important;
  isolation: isolate;
  overflow: visible;
  transform-origin: center;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even) {
  grid-column: 1;
  justify-self: end !important;
  border-radius: 46% 54% 54% 46% / 54% 38% 62% 46% !important;
}

.about-work-tree[data-about-tree] .work-tree-node::before {
  content: "";
  position: absolute;
  top: 50% !important;
  left: calc(var(--tree-branch-length) * -1) !important;
  right: auto !important;
  width: var(--tree-branch-length) !important;
  height: 7px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), black 10%),
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), white 12%)) !important;
  box-shadow: 0 2px 4px rgba(62, 35, 18, 0.15);
  transform: translateY(-50%) scaleX(var(--branch-draw, 0)) rotate(-5deg) !important;
  transform-origin: left center !important;
  transition: transform 0.16s linear !important;
  z-index: -1 !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::before {
  left: auto !important;
  right: calc(var(--tree-branch-length) * -1) !important;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), white 12%),
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), black 10%)) !important;
  transform-origin: right center !important;
  transform: translateY(-50%) scaleX(var(--branch-draw, 0)) rotate(5deg) !important;
}

.about-work-tree[data-about-tree] .work-tree-node::after {
  content: "";
  position: absolute;
  top: 50% !important;
  left: calc((var(--tree-branch-length) + 12px) * -1) !important;
  right: auto !important;
  width: 22px !important;
  height: 22px !important;
  border: 5px solid #fff !important;
  border-radius: 999px !important;
  background: var(--tree-node-accent, var(--sage)) !important;
  box-shadow:
    0 0 0 6px color-mix(in srgb, var(--tree-node-accent, var(--sage)), transparent 78%),
    0 8px 18px rgba(18, 55, 28, 0.12) !important;
  opacity: calc(0.2 + (var(--branch-draw, 0) * 0.8)) !important;
  transform: translateY(-50%) scale(calc(0.68 + (var(--branch-draw, 0) * 0.32))) !important;
  transition: opacity 0.16s linear, transform 0.16s linear !important;
  z-index: 4 !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::after {
  left: auto !important;
  right: calc((var(--tree-branch-length) + 12px) * -1) !important;
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf,
.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  border-radius: 76% 14% 76% 16%;
  background:
    linear-gradient(145deg,
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), white 28%),
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), black 8%));
  opacity: 0.22;
  z-index: 1;
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf {
  width: 24px;
  height: 34px;
  right: 28px;
  top: 22px;
  transform: rotate(34deg);
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even) .tree-card-leaf {
  right: auto;
  left: 28px;
  transform: rotate(-34deg) scaleX(-1);
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf::before {
  width: 15px;
  height: 22px;
  left: -18px;
  top: 20px;
  transform: rotate(-52deg);
}

.about-work-tree[data-about-tree] .work-tree-node span,
.about-work-tree[data-about-tree] .work-tree-node .work-tree-node-kicker {
  position: relative;
  z-index: 3;
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  margin: 0 0 3px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--tree-node-accent, var(--sage)), white 80%) !important;
  color: color-mix(in srgb, var(--about-tree-text, #071d20), black 8%) !important;
  font-family: var(--body) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.about-work-tree[data-about-tree] .work-tree-node h3 {
  position: relative;
  z-index: 3;
  margin: 0 !important;
  max-width: 100%;
  color: var(--about-tree-text, #071d20) !important;
  font-family: var(--heading) !important;
  font-size: var(--about-tree-title-size, 1.26rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.015em !important;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.about-work-tree[data-about-tree] .work-tree-node p {
  position: relative;
  z-index: 3;
  margin: 4px 0 0 !important;
  max-width: 100%;
  color: color-mix(in srgb, var(--about-tree-text, #071d20), transparent 18%) !important;
  font-family: var(--body) !important;
  font-size: var(--about-tree-text-size, 0.94rem) !important;
  line-height: 1.62 !important;
  overflow-wrap: anywhere;
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-hidden {
  opacity: 0 !important;
  transform: translateY(64px) scale(0.9) !important;
  filter: blur(5px);
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s ease !important;
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-visible.tree-node-settled {
  animation: adritaTreeNodeDrift var(--about-tree-float-duration, 7s) ease-in-out infinite !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(2n).tree-node-visible.tree-node-settled {
  animation-delay: -1.4s !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(3n).tree-node-visible.tree-node-settled {
  animation-delay: -2.5s !important;
}

.about-work-tree[data-about-tree] .work-tree-node:hover {
  transform: translateY(-5px) !important;
  box-shadow:
    0 28px 70px rgba(18, 55, 28, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 980px) {
  .about-work-tree[data-about-tree] {
    --tree-gap: 0px;
    --tree-branch-length: 42px;
    grid-template-columns: 1fr !important;
    min-height: 0;
    padding: 86px 16px 54px 58px !important;
    row-gap: 30px !important;
  }

  .about-work-tree[data-about-tree] .about-tree-trunk-line {
    inset: 48px auto 38px 20px !important;
    width: 44px !important;
    transform: none !important;
  }

  .about-work-tree[data-about-tree] .about-tree-trunk-line line {
    transform: translateX(-48%);
  }

  .about-work-tree[data-about-tree] .work-tree-node,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even),
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(odd) {
    grid-column: 1 !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-height: auto;
    border-radius: 42px 58px 42px 58px / 48px 34px 58px 38px !important;
    padding: 24px 24px 24px 28px !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node::before,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::before {
    left: -42px !important;
    right: auto !important;
    width: 42px !important;
    transform-origin: left center !important;
    transform: translateY(-50%) scaleX(var(--branch-draw, 0)) rotate(-5deg) !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node::after,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::after {
    left: -54px !important;
    right: auto !important;
  }

  .about-work-tree[data-about-tree] .about-tree-canopy {
    left: -34px !important;
    right: -14px !important;
  }
}

@media (max-width: 560px) {
  .about-work-tree[data-about-tree] {
    padding: 74px 12px 44px 48px !important;
    border-radius: 28px;
  }

  .about-work-tree[data-about-tree] .work-tree-node,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even),
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(odd) {
    padding: 22px 20px !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node h3 {
    font-size: clamp(1.08rem, 6vw, var(--about-tree-title-size, 1.26rem)) !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node p {
    font-size: clamp(0.86rem, 4vw, var(--about-tree-text-size, 0.94rem)) !important;
    line-height: 1.56 !important;
  }
}

@supports not (overflow: clip) {
  .about-work-tree[data-about-tree] {
    overflow: hidden !important;
  }
}

/* v9.3 About Us artistic tree fix: visible middle trunk, scroll-grown branches, soft leaf motion */
.about-work-tree[data-about-tree] {
  --tree-gap: clamp(100px, 12vw, 170px);
  --tree-branch-length: calc((var(--tree-gap) / 2) + 18px);
  --tree-card-min-height: clamp(168px, 17vw, 226px);
  position: relative !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: var(--tree-gap) !important;
  row-gap: clamp(38px, 5vw, 70px) !important;
  padding-top: clamp(96px, 11vw, 138px) !important;
  padding-bottom: clamp(84px, 8vw, 122px) !important;
  background:
    radial-gradient(ellipse at 50% 8%, color-mix(in srgb, var(--about-tree-canopy-color, #c9f5d8), transparent 30%), transparent 38%),
    radial-gradient(ellipse at 18% 36%, color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), transparent 78%), transparent 34%),
    radial-gradient(ellipse at 82% 58%, color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), transparent 80%), transparent 36%),
    linear-gradient(180deg, var(--about-tree-bg-start, #eef9ec), var(--about-tree-bg-end, #d8f0cf)) !important;
}

.about-work-tree[data-about-tree] .about-tree-trunk-line {
  display: none !important;
}

.about-work-tree[data-about-tree]::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: clamp(70px, 8vw, 104px) !important;
  bottom: clamp(54px, 6vw, 84px) !important;
  left: 50% !important;
  width: clamp(13px, 1.5vw, 19px) !important;
  border-radius: 999px !important;
  transform: translateX(-50%) scaleY(var(--trunk-draw, 0)) !important;
  transform-origin: top center !important;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), black 22%) 0%,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), white 28%) 32%,
      var(--about-tree-trunk-color, #7f694a) 57%,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), black 20%) 100%) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), white 24%),
    0 16px 36px rgba(64, 39, 20, 0.2),
    0 0 26px color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), transparent 82%) !important;
  z-index: 3 !important;
  transition: transform 0.16s linear !important;
}

.about-work-tree[data-about-tree]::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: clamp(76px, 8vw, 112px) !important;
  bottom: clamp(62px, 6vw, 94px) !important;
  left: calc(50% - 4px) !important;
  width: 3px !important;
  border-radius: 999px !important;
  transform: scaleY(var(--trunk-draw, 0)) !important;
  transform-origin: top center !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.05)) !important;
  opacity: 0.72 !important;
  z-index: 4 !important;
  pointer-events: none !important;
  transition: transform 0.16s linear !important;
}

.about-work-tree[data-about-tree] .about-tree-canopy {
  z-index: 2 !important;
  opacity: calc(0.28 + (var(--trunk-draw, 0) * 0.55)) !important;
}

.about-work-tree[data-about-tree] .about-tree-leaf {
  opacity: calc(0.26 + (var(--trunk-draw, 0) * 0.74)) !important;
  animation: adritaLeafSoftFloat calc(4.6s / var(--about-tree-motion-strength, 1)) ease-in-out infinite alternate !important;
  animation-delay: var(--leaf-delay, 0s) !important;
  will-change: transform, opacity !important;
}

.about-work-tree[data-about-tree] .work-tree-node {
  position: relative !important;
  z-index: 8 !important;
  min-height: var(--tree-card-min-height) !important;
  border-radius: 58% 42% 52% 48% / 36% 58% 42% 64% !important;
  transform-origin: center !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even) {
  border-radius: 42% 58% 48% 52% / 58% 36% 64% 42% !important;
}

.about-work-tree[data-about-tree] .work-tree-node::before {
  height: 10px !important;
  left: calc(var(--tree-branch-length) * -1) !important;
  width: var(--tree-branch-length) !important;
  right: auto !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.38), transparent 46%),
    linear-gradient(90deg,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), black 14%) 0%,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), white 6%) 34%,
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), white 12%) 100%) !important;
  transform: translateY(-50%) scaleX(var(--branch-draw, 0)) rotate(-4deg) !important;
  transform-origin: left center !important;
  box-shadow: 0 6px 14px rgba(61, 40, 22, 0.15) !important;
  z-index: 4 !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::before {
  left: auto !important;
  right: calc(var(--tree-branch-length) * -1) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.38), transparent 46%),
    linear-gradient(90deg,
      color-mix(in srgb, var(--tree-node-accent, var(--sage)), white 12%) 0%,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), white 6%) 66%,
      color-mix(in srgb, var(--about-tree-trunk-color, #7f694a), black 14%) 100%) !important;
  transform: translateY(-50%) scaleX(var(--branch-draw, 0)) rotate(4deg) !important;
  transform-origin: right center !important;
}

.about-work-tree[data-about-tree] .work-tree-node::after {
  left: calc((var(--tree-branch-length) + 11px) * -1) !important;
  right: auto !important;
  width: 25px !important;
  height: 25px !important;
  border: 6px solid rgba(255,255,255,0.9) !important;
  z-index: 7 !important;
  box-shadow:
    0 0 0 7px color-mix(in srgb, var(--tree-node-accent, var(--sage)), transparent 78%),
    0 8px 20px rgba(18, 55, 28, 0.15) !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::after {
  left: auto !important;
  right: calc((var(--tree-branch-length) + 11px) * -1) !important;
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf,
.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf::before {
  opacity: 0.3 !important;
  animation: adritaCardLeafBreath calc(5.2s / var(--about-tree-motion-strength, 1)) ease-in-out infinite alternate !important;
  will-change: transform !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(2n) .tree-card-leaf,
.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(2n) .tree-card-leaf::before {
  animation-delay: -1.7s !important;
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-hidden {
  opacity: 0 !important;
  transform: translateY(74px) scale(0.88) !important;
  filter: blur(8px) !important;
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
  transition:
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.95s ease !important;
  transition-delay: var(--tree-delay, 0ms) !important;
}

.about-work-tree[data-about-tree] .work-tree-node.tree-node-visible.tree-node-settled {
  animation: adritaTreeCardGentleMove var(--about-tree-float-duration, 7s) ease-in-out infinite !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(2n).tree-node-visible.tree-node-settled {
  animation-name: adritaTreeCardGentleMoveAlt !important;
}

@keyframes adritaTreeCardGentleMove {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, var(--about-tree-float-y, -8px), 0) rotate(0.45deg); }
}

@keyframes adritaTreeCardGentleMoveAlt {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, calc(var(--about-tree-float-y, -8px) * 0.75), 0) rotate(-0.45deg); }
}

@keyframes adritaLeafSoftFloat {
  0% { transform: translate3d(-2px, -2px, 0) rotate(-14deg) scale(0.96); }
  50% { transform: translate3d(2px, 4px, 0) rotate(4deg) scale(1.02); }
  100% { transform: translate3d(4px, 0, 0) rotate(14deg) scale(0.98); }
}

@keyframes adritaCardLeafBreath {
  0% { transform: rotate(28deg) translate3d(0, 0, 0) scale(0.94); }
  100% { transform: rotate(38deg) translate3d(2px, -3px, 0) scale(1.03); }
}

@media (max-width: 980px) {
  .about-work-tree[data-about-tree] {
    --tree-gap: 0px;
    --tree-branch-length: 46px;
    grid-template-columns: 1fr !important;
    padding-left: 68px !important;
    padding-right: 16px !important;
  }

  .about-work-tree[data-about-tree]::before {
    left: 32px !important;
    width: 13px !important;
  }

  .about-work-tree[data-about-tree]::after {
    left: 28px !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even),
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(odd) {
    grid-column: 1 !important;
    justify-self: stretch !important;
    width: 100% !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node::before,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::before {
    left: -46px !important;
    right: auto !important;
    width: 46px !important;
    transform-origin: left center !important;
    transform: translateY(-50%) scaleX(var(--branch-draw, 0)) rotate(-4deg) !important;
  }

  .about-work-tree[data-about-tree] .work-tree-node::after,
  .about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even)::after {
    left: -59px !important;
    right: auto !important;
  }
}

/* v9.4 About tree leaf motion controls: gentle floating leaves with backend speed/distance options */
.about-work-tree[data-about-tree] .about-tree-leaf {
  --leaf-rise-y: calc((1 - var(--trunk-draw, 0)) * -28px);
  --leaf-motion-x: calc(var(--about-tree-leaf-motion-distance, 7px) * var(--leaf-dir-x, 1));
  --leaf-motion-y: calc(var(--about-tree-leaf-motion-distance, 7px) * var(--leaf-dir-y, -1) * 0.68);
  --leaf-motion-duration-local: calc(var(--about-tree-leaf-motion-duration, 7s) * var(--leaf-duration-multiplier, 1));
  transform-origin: 35% 70% !important;
  transform:
    translate3d(0, var(--leaf-rise-y), 0)
    rotate(var(--leaf-base-rotate, -18deg))
    scale(1) !important;
  animation: adritaTreeLeafOrganicMotion var(--leaf-motion-duration-local) ease-in-out infinite alternate !important;
  animation-delay: var(--leaf-delay, 0s) !important;
}

.about-work-tree[data-about-tree] .about-tree-leaf::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 8%;
  width: 1px;
  height: 80%;
  border-radius: 999px;
  background: color-mix(in srgb, var(--about-tree-leaf-color, #4ecb7f), white 46%);
  opacity: 0.42;
  transform: rotate(-12deg);
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf {
  --card-leaf-rotate: 34deg;
  --card-leaf-flip: 1;
  --card-leaf-x: calc(var(--about-tree-leaf-motion-distance, 7px) * 0.28);
  --card-leaf-y: calc(var(--about-tree-leaf-motion-distance, 7px) * -0.35);
  transform: rotate(var(--card-leaf-rotate)) scaleX(var(--card-leaf-flip)) translate3d(0, 0, 0) !important;
  animation: adritaTreeCardLeafOrganicMotion calc(var(--about-tree-leaf-motion-duration, 7s) * 0.78) ease-in-out infinite alternate !important;
  animation-delay: -0.8s !important;
  transform-origin: 35% 78% !important;
}

.about-work-tree[data-about-tree] .work-tree-node:nth-of-type(even) .tree-card-leaf {
  --card-leaf-rotate: -34deg;
  --card-leaf-flip: -1;
  animation-delay: -2.1s !important;
}

.about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf::before {
  animation: adritaTreeMiniLeafOrganicMotion calc(var(--about-tree-leaf-motion-duration, 7s) * 0.86) ease-in-out infinite alternate !important;
  animation-delay: -1.3s !important;
  transform-origin: 35% 78% !important;
}

@keyframes adritaTreeLeafOrganicMotion {
  0% {
    transform:
      translate3d(calc(var(--leaf-motion-x) * -0.18), calc(var(--leaf-rise-y) + (var(--leaf-motion-y) * -0.14)), 0)
      rotate(calc(var(--leaf-base-rotate, -18deg) - var(--leaf-drift-rotate, 10deg)))
      scale(0.96);
  }
  45% {
    transform:
      translate3d(calc(var(--leaf-motion-x) * 0.58), calc(var(--leaf-rise-y) + (var(--leaf-motion-y) * 0.85)), 0)
      rotate(calc(var(--leaf-base-rotate, -18deg) + (var(--leaf-drift-rotate, 10deg) * 0.35)))
      scale(var(--leaf-swing-scale, 1.03));
  }
  100% {
    transform:
      translate3d(var(--leaf-motion-x), calc(var(--leaf-rise-y) + var(--leaf-motion-y)), 0)
      rotate(calc(var(--leaf-base-rotate, -18deg) + var(--leaf-drift-rotate, 10deg)))
      scale(0.99);
  }
}

@keyframes adritaTreeCardLeafOrganicMotion {
  0% {
    transform:
      rotate(calc(var(--card-leaf-rotate, 34deg) - 3deg))
      scaleX(var(--card-leaf-flip, 1))
      translate3d(0, 0, 0)
      scale(0.98);
  }
  100% {
    transform:
      rotate(calc(var(--card-leaf-rotate, 34deg) + 4deg))
      scaleX(var(--card-leaf-flip, 1))
      translate3d(var(--card-leaf-x), var(--card-leaf-y), 0)
      scale(1.035);
  }
}

@keyframes adritaTreeMiniLeafOrganicMotion {
  0% { transform: rotate(-55deg) translate3d(0, 0, 0) scale(0.94); }
  100% { transform: rotate(-45deg) translate3d(1px, -2px, 0) scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .about-work-tree[data-about-tree] .about-tree-leaf,
  .about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf,
  .about-work-tree[data-about-tree] .work-tree-node .tree-card-leaf::before {
    animation: none !important;
  }
}

/* v12.0.5 About page editable repeaters + thumbnails */
.about-intro-paragraphs p,
.about-personal-paragraphs p {
  margin: 0 0 22px;
  line-height: 1.78;
}

.about-intro-paragraphs p:last-child,
.about-personal-paragraphs p:last-child {
  margin-bottom: 0;
}

.about-page-links-row .hero-link-pill {
  gap: 10px;
}

.hero-link-thumb {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255, 47, 146, 0.12);
}

.hero-link-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-social-thumb {
  width: 100%;
  height: 96px;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.68);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--social-start, var(--about-social-bg-start)), transparent 72%);
}

.about-social-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 520ms var(--ease-out-expo);
}

.about-social-card:hover .about-social-thumb img {
  transform: scale(1.06);
}

.mini-stat-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.writing-card-cover {
  height: 170px;
  overflow: hidden;
  background: var(--pale);
}

.writing-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-out-expo);
}

.writing-card:hover .writing-card-cover img {
  transform: scale(1.08);
}

@media (max-width: 620px) {
  .about-intro-paragraphs p,
  .about-personal-paragraphs p {
    margin-bottom: 18px;
    line-height: 1.7;
  }

  .hero-link-thumb {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}
