@font-face {
  font-family: "Ink Free";
  src: local("Ink Free"), local("InkFree");
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --paper-2: #ffffff;
  --paper-3: #f4f4f4;
  --ink: #2a2723;
  --muted: #6b645c;
  --subtle: #8a8278;
  --line: #e6e6e6;
  --copper: #c4a574;
  --copper-deep: #9a7a4f;
  --hero-fg: #f3efe6;
  --hero-muted: #cfc8bc;
  --veil: rgba(18, 16, 14, 0.52);
  --display: Georgia, "Iowan Old Style", "Palatino Linotype", "Times New Roman", serif;
  --script: "Ms Madi", "Segoe Script", cursive;
  --inkfree: "Ink Free", "Patrick Hand", "Segoe Print", cursive;
  --sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: var(--paper);
  --fg: var(--ink);
  --border: var(--line);
  --surface: var(--paper-2);
}

* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; background: var(--paper); color: var(--ink); }
body {
  margin: 0;
  font-family: var(--sans);
  line-height: 1.55;
  background: var(--paper);
  color: var(--ink);
}
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin: 0;
}
p { margin: 0; text-wrap: pretty; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.skip { position: absolute; left: -999px; }
.skip:focus {
  left: 1rem; top: 0.75rem; z-index: 50;
  background: var(--ink); color: var(--paper);
  padding: .5rem .75rem;
}

header.site {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: none;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(12px);
}
.page-home header.site {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(12, 10, 8, 0.45), transparent);
  backdrop-filter: none;
}
.page-home header.site .brand,
.page-home header.site nav a { color: var(--hero-muted); }
.page-home header.site nav a[aria-current="page"],
.page-home header.site nav a:hover,
.page-home header.site .brand:hover { color: var(--hero-fg); }

.bar {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.brand {
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}
.brand span { font-size: .72rem; letter-spacing: .22em; margin-left: .15rem; }
nav { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; }
nav a {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
}
nav a[aria-current="page"],
nav a:hover { color: var(--ink); }

.wrap { max-width: 72rem; margin: 0 auto; padding: 4.5rem 1.25rem; }
.narrow { max-width: 42rem; margin: 0 auto; padding: 4.5rem 1.25rem; }
#intro .wrap { max-width: 80rem; }
.motto-band .wrap { max-width: 80rem; padding-top: 3.5rem; padding-bottom: 3.5rem; }

.cinematic {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--hero-fg);
  overflow: hidden;
}
.cinematic-bg {
  position: absolute;
  inset: 0;
}
.cinematic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.92) contrast(1.03);
}
.cinematic-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(12,10,8,.04) 0%,
      rgba(12,10,8,.10) 32%,
      rgba(12,10,8,.42) 58%,
      rgba(12,10,8,.65) 100%),
    linear-gradient(to top,
      rgba(12,10,8,.30) 0%,
      transparent 42%);
}
.cinematic-inner {
  position: relative;
  z-index: 1;
  width: min(36rem, 46vw);
  margin-right: clamp(1rem, 4vw, 3.5rem);
  text-align: left;
  padding: 6rem 0 4rem;
}
.cinematic .kicker {
  color: #f5f2eb;
  font-weight: 500;
  letter-spacing: .18em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}
.cinematic h1 {
  font-size: clamp(1.75rem, 3.4vw, 3.1rem);
  line-height: 1.1;
  font-weight: 400;
  margin-top: 1rem;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.85);
}
.cinematic h1 .h1-line {
  white-space: normal;
}
.cinematic .lede {
  margin: 1.35rem 0 0;
  max-width: 32rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75), 0 2px 14px rgba(0, 0, 0, 0.6);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

/* Mobile landscape and short landscape screens (e.g., phones turned horizontal <= 932px width and <= 500px height) */
@media (orientation: landscape) and (max-height: 520px) {
  .cinematic {
    align-items: center;
    justify-content: flex-end;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .cinematic-bg img {
    object-position: 2% center;
  }
  .cinematic-veil {
    background:
      linear-gradient(to right,
        rgba(12,10,8,.02) 0%,
        rgba(12,10,8,.15) 30%,
        rgba(12,10,8,.58) 55%,
        rgba(12,10,8,.82) 100%),
      linear-gradient(to top,
        rgba(12,10,8,.45) 0%,
        transparent 50%);
  }
  .cinematic-inner {
    width: min(28rem, 50vw);
    margin-right: clamp(0.75rem, 3vw, 2rem);
    text-align: left;
    padding: 2.25rem 0 1.5rem;
  }
  .cinematic .kicker {
    font-size: 0.65rem;
    letter-spacing: .12em;
    margin-bottom: 0.25rem;
  }
  .cinematic h1 {
    font-size: clamp(1.15rem, 3.2vw, 1.65rem);
    line-height: 1.1;
    margin-top: 0.35rem;
  }
  .cinematic .lede {
    margin-top: 0.5rem;
    font-size: 0.78rem;
    line-height: 1.42;
    max-width: 25rem;
  }
  .hero-actions {
    gap: 0.75rem;
    margin-top: 1rem;
  }
  .hero-actions .btn {
    min-height: 2.2rem;
    padding: 0 0.9rem;
    font-size: 0.62rem;
  }
  .hero-actions .play {
    font-size: 0.62rem;
    gap: 0.45rem;
  }
  .hero-actions .play-disc {
    width: 2rem;
    height: 2rem;
  }
  .hero-actions .play-disc svg {
    width: 9px;
    height: 10px;
  }
}

/* Tablet landscape & medium screens where subject is on the left */
@media (min-width: 800px) and (max-width: 1200px) and (min-height: 521px) {
  .cinematic-bg img {
    object-position: 5% center;
  }
  .cinematic-inner {
    width: min(32rem, 44vw);
    margin-right: 1.5rem;
    padding: 5rem 0 3rem;
  }
  .cinematic h1 {
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  }
  .cinematic .lede {
    font-size: 0.96rem;
    line-height: 1.55;
    max-width: 28rem;
  }
}

/* Tablet portrait (e.g., iPad, tablets held vertically ~600px - 799px) */
@media (min-width: 600px) and (max-width: 799px) and (min-height: 521px) {
  .cinematic {
    align-items: flex-end;
    justify-content: center;
    min-height: calc(100dvh + 2.75rem);
  }
  .cinematic-bg img {
    object-position: 18% center;
  }
  .cinematic-veil {
    background:
      linear-gradient(to top,
        rgba(12,10,8,.72) 0%,
        rgba(12,10,8,.28) 42%,
        rgba(12,10,8,.08) 100%);
  }
  .cinematic-inner {
    width: min(64rem, calc(100% - 2.5rem));
    margin-right: 0;
    text-align: left;
    padding: 0 0 1.25rem;
  }
  .cinematic .kicker {
    font-size: 0.85rem;
    letter-spacing: .20em;
  }
  .cinematic h1 {
    font-size: clamp(2.35rem, 4.5vw, 3.25rem);
    line-height: 1.12;
  }
  .cinematic .lede {
    font-size: 1.2rem;
    line-height: 1.65;
    max-width: 42rem;
  }
  .hero-actions {
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .hero-actions .btn {
    font-size: 0.82rem;
    min-height: 3.25rem;
    padding: 0 1.75rem;
  }
  .hero-actions .play {
    font-size: 0.82rem;
  }
}

/* Mobile portrait screens (< 600px) */
@media (max-width: 599px) and (orientation: portrait) {
  .cinematic {
    align-items: flex-end;
    justify-content: center;
    min-height: calc(100dvh + 2.75rem);
  }
  .cinematic-bg img { object-position: 18% center; }
  .cinematic-veil {
    background:
      linear-gradient(to top,
        rgba(12,10,8,.72) 0%,
        rgba(12,10,8,.28) 42%,
        rgba(12,10,8,.08) 100%);
  }
  .cinematic-inner {
    width: min(64rem, calc(100% - 2.5rem));
    margin-right: 0;
    text-align: left;
    padding: 0 0 0.65rem;
  }
  .cinematic h1 .h1-line {
    white-space: normal;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.4rem;
  border-radius: 2px;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.btn-copper {
  border: 1px solid var(--copper);
  color: var(--hero-fg);
  background: transparent;
}
.btn-copper:hover { background: color-mix(in srgb, var(--copper) 18%, transparent); }
.btn-outline {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
}
.btn-outline:hover { border-color: var(--ink); }
.btn-fill {
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
}
.btn-fill:hover { background: #1a1816; }

.play {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: #ffffff;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.play-disc {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  color: #1a1816;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.play-disc svg { display: block; margin-left: 2px; }
.play:hover .play-disc { transform: scale(1.04); }

.kicker {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
h1.lead { font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.1; margin-top: 1rem; }
.lede { margin-top: 1.5rem; font-size: 1.125rem; color: var(--muted); max-width: 36rem; }

.photo {
  width: 100%;
  border-radius: 2px;
  border: 1px solid var(--line);
  object-fit: cover;
}
.caption { margin-top: .75rem; font-size: .85rem; color: var(--subtle); }

.band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }

.motto {
  margin: 0;
  padding: 0 8% 0 5%;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100%;
}
.motto .kicker {
  font-size: 2.16rem;
  letter-spacing: .14em;
  text-align: left;
  color: var(--subtle);
}
.motto-photo {
  object-position: center 12%;
  width: 100%;
  max-height: none;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #2a2723;
  border: 0;
  border-radius: 0;
}
.motto-quote {
  margin: 1.15rem 0 0;
  width: 100%;
  max-width: none;
  text-align: center;
}
.motto-line {
  font-family: var(--display);
  font-size: clamp(2.75rem, 5.4vw, 4.15rem);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-align: center;
  text-wrap: pretty;
}
.motto-line + .motto-line { margin-top: .2rem; }
.motto-name {
  font-family: var(--script);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1.15;
  margin-top: 1.15rem;
  padding-top: 0;
  color: #000;
  text-align: right;
}
@media (min-width: 800px) {
  .motto-split { grid-template-columns: 0.9fr 1.1fr; gap: 4.5rem; align-items: center; }
}

.motto-band {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.suno-band {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 4.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.suno-music-notes-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.suno-music-notes-bg svg {
  position: absolute;
  color: #c8c5be;
  opacity: 0.28;
  transition: transform 0.4s ease;
}

.suno-band .wrap {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.suno-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.suno-header .section-title {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--ink);
  letter-spacing: -0.02em;
}

.suno-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 2rem;
  width: 100%;
}

@media (min-width: 680px) and (max-width: 1023px) {
  .suno-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .suno-showcase-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.suno-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
}

.suno-card:hover {
  transform: translateY(-2px);
  border-color: var(--copper);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.suno-card-header {
  padding: 1.5rem 1.25rem 1rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 680px) {
  .suno-card-header {
    min-height: 10rem;
    height: auto;
  }
}

.suno-card-title {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}

.suno-card-subtext {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.suno-player-wrapper {
  padding: 0 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.suno-video-portrait {
  position: relative;
  width: 100%;
  max-width: 18rem;
  aspect-ratio: 9 / 16;
  background: #11100e;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.suno-video-portrait video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #1a1816;
}

/* Individual browser fullscreen pseudo-classes for the video element */
.suno-video-portrait video:fullscreen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  max-width: 100vw !important;
}

.suno-video-portrait video:-webkit-full-screen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  max-width: 100vw !important;
}

.suno-video-portrait video:-moz-full-screen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  max-width: 100vw !important;
}

.suno-video-portrait video:-ms-fullscreen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  max-width: 100vw !important;
}

/* Generic video fullscreen fallback */
video:fullscreen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
}

video:-webkit-full-screen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
}

video:-moz-full-screen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
}

video:-ms-fullscreen {
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  width: 100vw !important;
  height: 100vh !important;
}

/* Backdrops */
video::backdrop {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

*::backdrop {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

::-webkit-backdrop {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

.suno-placeholder-screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(145deg, #22201d, #141210);
  color: var(--hero-fg);
  gap: 0.75rem;
}

.suno-placeholder-screen .suno-badge {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  border: 1px solid rgba(196, 165, 116, 0.3);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
}

.suno-placeholder-screen h4 {
  font-family: var(--display);
  font-size: 1.15rem;
  margin: 0;
  color: #ffffff;
}

.suno-placeholder-screen p {
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--hero-muted);
}

.suno-controls-bar {
  width: 100%;
  max-width: 18rem;
  box-sizing: border-box;
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  background: #faf8f5;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.55rem 0.65rem;
}

.suno-progress-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.suno-progress-bar {
  flex: 1 1 auto;
  min-width: 0;
  height: 5px;
  background: #e2ded5;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.suno-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--copper-deep);
  border-radius: 999px;
  transition: width 0.1s linear;
}

.suno-time-display {
  font-size: 0.72rem;
  font-family: var(--sans);
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  flex-shrink: 0;
}

.suno-buttons-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.25rem;
}

.suno-btn-group {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.suno-ctrl-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--ink);
  cursor: pointer;
  padding: 0.35rem 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 500;
  gap: 0.25rem;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.suno-ctrl-btn:hover {
  background: #ede9e1;
  border-color: rgba(0, 0, 0, 0.08);
}

.suno-ctrl-btn svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.suno-play-btn {
  background: var(--ink);
  color: var(--paper);
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  font-weight: 600;
}

.suno-play-btn:hover {
  background: #11100e;
  color: #ffffff;
}

.suno-play-btn svg {
  fill: currentColor;
}

.toolkit-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  background-color: #d6d6d6;
  background-image:
    url('../media/Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg'),
    url('/media/Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg'),
    url('media/Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg'),
    url('../media/toolkit-bg.jpg'),
    url('/media/toolkit-bg.jpg'),
    url('toolkit-bg.jpg'),
    url('Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--ink);
  box-shadow: none;
}
.toolkit-band .toolkit-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.toolkit-band .toolkit-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.98) contrast(1.02);
}
.toolkit-band .wrap {
  position: relative;
  z-index: 1;
}
.toolkit-band::before,
.toolkit-band::after {
  display: none;
}
.toolkit-band .section-title {
  font-family: 'Rubik Glitch', system-ui, sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  text-align: right;
  letter-spacing: .06em;
}
.notes-band {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: none;
}

.ai-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  background-color: #0d0f14;
  background-image: url('../media/AI_and_me.jpg'), url('/media/AI_and_me.jpg'), url('AI_and_me.jpg');
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
  border-top: none;
  box-shadow: none;
  color: #f3f3f5;
  padding: 4.5rem 0;
}

.ai-band .ai-bg,
.ai-band .ai-veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ai-band .ai-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: brightness(0.85) contrast(1.05);
}

.ai-band .ai-veil {
  background:
    linear-gradient(to bottom,
      rgba(10, 12, 17, 0.78) 0%,
      rgba(10, 12, 17, 0.52) 40%,
      rgba(10, 12, 17, 0.84) 100%);
}

.ai-band .wrap {
  position: relative;
  z-index: 1;
}

.ai-band .section-title {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.ai-band .muted {
  color: rgba(230, 234, 242, 0.85);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.ai-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.25rem;
}
@media (min-width: 640px) {
  .ai-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
  .ai-grid { grid-template-columns: 1fr 1fr 1fr; }
}

.ai-band .card {
  background: rgba(14, 18, 26, 0.68);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f0f2f7;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ai-band .card:hover {
  transform: translateY(-2px);
  background: rgba(20, 25, 36, 0.82);
  border-color: rgba(240, 150, 60, 0.45);
}

.ai-band .card h3 {
  color: #ffffff;
  font-size: 1.25rem;
}

.ai-band .card p {
  color: rgba(220, 225, 235, 0.82);
  margin-top: .75rem;
}

.life-split {
  display: grid;
  min-height: 78vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .life-split { grid-template-columns: 1fr 1fr; }
}
.life-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 32rem;
  display: flex;
  align-items: flex-start;
  color: var(--hero-fg);
}
.life-bg,
.life-veil {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.life-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  filter: blur(7px);
}
.life-home .life-bg img {
  filter: blur(7px) brightness(1.42) saturate(1.08);
}
.life-veil {
  background:
    linear-gradient(to bottom,
      rgba(12, 10, 8, 0.48) 0%,
      rgba(12, 10, 8, 0.28) 42%,
      rgba(12, 10, 8, 0.42) 100%);
}
.life-home .life-veil {
  background:
    linear-gradient(to bottom,
      rgba(12, 10, 8, 0.28) 0%,
      rgba(12, 10, 8, 0.16) 42%,
      rgba(12, 10, 8, 0.28) 100%);
}
.life-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
}
.life-inner .section-title {
  color: var(--hero-fg);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  margin: 0;
}

.work-day {
  position: relative;
  margin-top: 1.75rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 799px) {
  .work-day { width: 100%; }
}
.life-work .life-veil {
  background:
    linear-gradient(to bottom,
      rgba(12, 10, 8, 0.40) 0%,
      rgba(12, 10, 8, 0.26) 42%,
      rgba(12, 10, 8, 0.42) 100%);
}
.work-path {
  list-style: none;
  margin: 0 0 0 .4rem;
  padding: 0 0 0 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  position: relative;
  z-index: 1;
  border-left: 1px dashed rgba(196, 165, 116, 0.5);
}
.work-node {
  display: flex;
  align-items: center;
  gap: .85rem;
  position: relative;
  margin: 0;
  padding: .95rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(243, 239, 230, 0.16);
  background: rgba(12, 10, 8, 0.58);
  backdrop-filter: blur(12px);
  color: var(--hero-fg);
  font-size: 1rem;
  line-height: 1.35;
}
.work-node::before {
  content: "";
  position: absolute;
  left: calc(-1.4rem - 5px);
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 8px rgba(196, 165, 116, 0.9);
}
.work-node .ico {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: var(--copper);
}

@keyframes neuron {
  to { stroke-dashoffset: -48; }
}

.photo-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
}
.photo-band-bg,
.photo-band-veil {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.photo-band-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.photo-band-veil {
  background:
    linear-gradient(to bottom,
      color-mix(in srgb, var(--paper) 28%, transparent),
      color-mix(in srgb, var(--paper) 55%, transparent) 55%,
      color-mix(in srgb, var(--paper) 72%, transparent));
}
.photo-band-park .photo-band-bg img {
  object-position: center;
  filter: brightness(0.74) saturate(0.88) contrast(1.05);
}
.photo-band-park .photo-band-veil {
  background:
    linear-gradient(to bottom,
      rgba(18, 16, 14, 0.28),
      rgba(18, 16, 14, 0.16) 45%,
      color-mix(in srgb, var(--paper) 55%, rgba(18, 16, 14, 0.22)));
}
.photo-band .wrap { position: relative; z-index: 1; }
.photo-band .section-title { color: var(--ink); }
.photo-band .card,
.photo-band .note,
.photo-band .chip {
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(8px);
  border-color: color-mix(in srgb, var(--line) 70%, transparent);
}
.two { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 800px) {
  .two { grid-template-columns: 1fr 1fr; }
  .intro-split { grid-template-columns: 0.9fr 1.55fr; gap: 3rem; }
}

.video {
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid var(--line);
  background: #1a1816;
  margin: 0;
  width: 80%;
  justify-self: center;
}
.video-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1a1816;
}
.video-stage video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
.video-play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(12, 10, 8, 0.28);
  cursor: pointer;
}
.video-play:hover .play-disc,
.video-play:focus-visible .play-disc {
  transform: scale(1.06);
}
.video-play:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: -4px;
}
.video-stage.is-playing .video-play {
  display: none;
}
.pill {
  border: 1px solid rgba(243,239,230,.25);
  padding: .25rem .75rem;
  border-radius: 999px;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--hero-muted);
}

figcaption {
  border-top: 1px solid var(--line);
  padding: .75rem 1rem;
  font-size: .85rem;
  color: var(--muted);
  background: var(--paper);
}

.cards { display: grid; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width: 640px) { .cards { grid-template-columns: 1fr 1fr; } }
.card {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 2px;
  padding: 1.5rem;
}
.card h3 { font-size: 1.3rem; }
.card p { margin-top: .75rem; color: var(--muted); }

.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.chip {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: .35rem .85rem;
  font-size: .85rem;
  color: var(--muted);
}

.notes { display: grid; gap: 1rem; margin-top: 2rem; }
.note,
.note-expandable {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.note:hover,
.note-expandable:hover {
  border-color: var(--copper-deep);
}
.note-expandable.is-open {
  border-color: var(--copper);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.note-trigger {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: 1.25rem;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 640px) {
  .note-trigger {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.note-trigger-main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.note-trigger h3 {
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0;
  font-weight: 400;
  transition: color 0.15s ease;
}
.note-expandable:hover .note-trigger h3,
.note-expandable.is-open .note-trigger h3 {
  color: var(--copper-deep);
}

.note-trigger-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  align-self: flex-start;
}
@media (min-width: 640px) {
  .note-trigger-meta {
    align-self: center;
  }
}

.note-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--line) 40%, transparent);
  color: var(--muted);
  transition: transform 0.25s ease, background-color 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.note-expandable.is-open .note-toggle-icon {
  transform: rotate(180deg);
  background: color-mix(in srgb, var(--copper) 20%, transparent);
  color: var(--copper-deep);
}

.note-body {
  display: none;
  padding: 0 1.25rem 1.5rem 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 60%, transparent);
  animation: noteFadeIn 0.25s ease forwards;
}
.note-expandable.is-open .note-body {
  display: block;
}

@keyframes noteFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.note-body-inner {
  padding-top: 1.25rem;
  max-width: 48rem;
}
.note-body .note-meta-line {
  font-size: 0.85rem;
  color: var(--subtle);
  margin-bottom: 0.5rem;
}
.note-body .note-context {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  font-style: italic;
}
.note-body .prose p {
  margin-top: 0.9rem;
  font-size: 1.02rem;
  line-height: 1.68;
  color: var(--ink);
}
.note-body .prose p:first-child {
  margin-top: 0;
}

.note-close-btn {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--muted);
  background: var(--paper-2);
  border: 1px solid var(--line);
  padding: 0.35rem 0.85rem;
  border-radius: 3px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.note-close-btn:hover {
  color: var(--copper-deep);
  border-color: var(--copper-deep);
  background: var(--paper);
}

.note {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.25rem;
}
@media (min-width: 640px) { .note.row { flex-direction: row; justify-content: space-between; align-items: baseline; } }
.note h3 { font-size: 1.25rem; font-weight: 400; }

.muted { color: var(--muted); }
.subtle { color: var(--subtle); font-size: .85rem; }
.mt3 { margin-top: .75rem; }
.mt6 { margin-top: 1.5rem; }
.section-title { font-size: 1.85rem; }

article.role { border-top: 1px solid var(--line); padding-top: 2.5rem; margin-top: 3rem; }
article.role h2 { font-size: 1.85rem; margin-top: .5rem; }
.prose p { margin-top: 1rem; font-size: 1.05rem; color: var(--muted); }

.empty {
  margin-top: 3rem;
  border: 1px dashed var(--line);
  border-radius: 2px;
  background: var(--paper-2);
  padding: 4rem 1.5rem;
  text-align: center;
}

.page-sound .empty {
  background: #1c1a18;
  border-color: #3a3630;
  color: var(--hero-fg);
}
.page-sound .empty .muted { color: #b7b0a6; }
.page-sound .empty .section-title { color: var(--hero-fg); }

footer { border-top: 1px solid var(--line); background: var(--paper); }
.foot {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-size: .9rem;
  color: var(--muted);
}
@media (min-width: 640px) {
  .foot { flex-direction: row; justify-content: space-between; align-items: center; }
}
.foot a { color: var(--ink); }

.foot-actions {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .foot-actions {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.foot-note {
  color: var(--muted);
}
.foot-links {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.foot-btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .95rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink) !important;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.foot-btn:hover {
  border-color: var(--copper-deep);
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.foot-ico {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  color: var(--copper-deep);
}
.back {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
  font-size: .9rem;
}
.back:hover { color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  .play-disc { transform: none !important; }
}
