/* ============================================================
   KRY PORTFOLIO — About + Contact Page
   ============================================================ */

/* ── Dynamic decorative animations ──────────────────────── */
@keyframes star-a {
  0%, 100% { transform: rotate(-22deg) scale(1);     opacity: 0.85; }
  50%       { transform: rotate(6deg)  scale(0.55);  opacity: 0.12; }
}
@keyframes star-b {
  0%, 100% { transform: rotate(35deg)  scale(1);     opacity: 0.70; }
  50%       { transform: rotate(12deg) scale(0.60);  opacity: 0.18; }
}
@keyframes star-c {
  0%, 100% { transform: translateY(0)     rotate(0deg)   scale(1);    opacity: 0.75; }
  33%       { transform: translateY(-14px) rotate(22deg)  scale(0.88); opacity: 0.90; }
  66%       { transform: translateY(8px)   rotate(-10deg) scale(1.06); opacity: 0.55; }
}
@keyframes star-d {
  0%, 100% { transform: rotate(-48deg) scale(1);     opacity: 0.55; }
  50%       { transform: rotate(-20deg) scale(0.72); opacity: 0.22; }
}
@keyframes star-e {
  0%, 100% { transform: rotate(60deg)  scale(1);     opacity: 0.65; }
  40%       { transform: rotate(40deg) scale(1.12);  opacity: 0.90; }
  80%       { transform: rotate(75deg) scale(0.50);  opacity: 0.10; }
}
@keyframes star-f {
  0%, 100% { transform: translateX(0)    rotate(15deg) scale(1);    opacity: 0.80; }
  50%       { transform: translateX(10px) rotate(-5deg) scale(0.65); opacity: 0.20; }
}
@keyframes spark-tilt-l {
  0%, 100% { transform: rotate(-8deg)  scale(1);    opacity: 0.85; }
  50%       { transform: rotate(4deg)  scale(0.88); opacity: 0.50; }
}
@keyframes spark-tilt-r {
  0%, 100% { transform: rotate(8deg)   scale(1);    opacity: 0.85; }
  50%       { transform: rotate(-4deg) scale(0.88); opacity: 0.50; }
}
@keyframes spark-float-l {
  0%, 100% { transform: translateY(-50%) rotate(-6deg) scale(1);    opacity: 0.82; }
  50%       { transform: translateY(-50%) rotate(10deg) scale(0.92); opacity: 0.48; }
}
@keyframes spark-float-r {
  0%, 100% { transform: translateY(-50%) rotate(6deg)   scale(1);    opacity: 0.82; }
  50%       { transform: translateY(-50%) rotate(-10deg) scale(0.92); opacity: 0.48; }
}

/* ── Page base ───────────────────────────────────────────── */
.about-page {
  background: #1e1a12;
  color: var(--color-ivory);
  font-family: 'Rethink Sans', sans-serif;
}

/* ── Shared helpers ──────────────────────────────────────── */
.eyebrow--purple { color: rgba(107, 102, 138, 0.85); }

.script-accent {
  font-family: 'Parisienne', cursive;
  font-style: italic;
  font-weight: 400;
}


/* ══════════════════════════════════════════════════════════
   ACT I — THE DESIGNER
══════════════════════════════════════════════════════════ */
.s01 {
  background: #1e1a12;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 8rem 4rem 5rem;
}

/* Full-width centered eyebrow above the content row */
.s01-eyebrow {
  width: 100%;
  text-align: center !important;
  flex-shrink: 0;
}

/* Decorative elements */
.s01-deco { position: absolute; pointer-events: none; user-select: none; }
/* star near "Meet" heading */
.s01-star-tl { top: 28%;    left: 5%;   width: clamp(50px, 5.5vw, 78px);  animation: star-a 3.4s ease-in-out infinite; }
/* star near the photo stack (top-right) */
.s01-star-tr { top: 18%;   right: 5%;  width: clamp(28px, 3.2vw, 48px);  animation: star-d 2.7s ease-in-out infinite 0.5s; }
/* star bottom-left */
.s01-star-bl { bottom: 8%;  left: 15%;  width: clamp(36px, 4vw, 58px);   animation: star-c 5.2s ease-in-out infinite 1.1s; }
/* spark near body text — partially off-screen left */
.s01-spark-bl {
  top: 52%; left: -5%;
  width: clamp(130px, 15vw, 210px);
  filter: brightness(0) invert(1);
  animation: spark-tilt-l 4.8s ease-in-out infinite 0.3s;
}
/* spark near bottom-right photo */
.s01-spark-br {
  bottom: 0; right: -2%;
  width: clamp(130px, 15vw, 210px);
  filter: brightness(0) invert(1);
  animation: spark-tilt-r 4.0s ease-in-out infinite 1.6s;
}

/* Inner layout */
.s01-inner {
  display: flex;
  align-items: center;
  gap: 6rem;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

/* Text side */
.s01-text { flex: 1; }

.s01-heading {
  font-size: clamp(3.5rem, 7vw, 6rem);
  color: var(--color-ivory);
  line-height: 1.1;
  margin: 0 0 1.5rem;
  font-weight: 400;
}

/* "Meet" → Parisienne script */
.s01-meet {
  font-family: 'Parisienne', cursive;
  font-weight: 400;
}

/* "Kry." → Rethink Sans, not bold */
.s01-kry {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
}

.s01-intro {
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  color: rgba(250,246,237,0.90);
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.s01-body {
  font-size: clamp(0.82rem, 1.2vw, 0.92rem);
  color: rgba(250,246,237,0.65);
  line-height: 1.8;
  margin-bottom: 1rem;
  max-width: 480px;
}

/* Photos side — pre-made polaroid PNGs */
.s01-photos {
  flex-shrink: 0;
  position: relative;
  width: 500px;
  height: 520px;
}

.kry-photo {
  position: absolute;
  width: 320px;
  height: auto;
  display: block;
}

.kry-photo-back {
  top: 0; left: 0;
  transform: rotate(-5deg);
  z-index: 1;
}

.kry-photo-front {
  bottom: 0; right: 0;
  transform: rotate(4deg);
  z-index: 2;
}

@media (max-width: 1100px) {
  .s01-photos { width: 400px; height: 420px; }
  .kry-photo { width: 260px; }
}

@media (max-width: 900px) {
  .s01 { padding: 7rem 2rem 4rem; gap: 2rem; }
  .s01-inner { flex-direction: column; gap: 2rem; }
  .s01-photos { width: 300px; height: 320px; }
  .kry-photo { width: 200px; }
  .s01-body { max-width: 100%; }
}


/* ══════════════════════════════════════════════════════════
   ACT II — THE PHILOSOPHY  (full-width, soft-lavender bg)
══════════════════════════════════════════════════════════ */
.s02 {
  background: var(--color-soft-lavender); /* #b5b0c8 */
  position: relative;
  padding: 5rem 3rem;
  overflow: hidden;
  text-align: center;
  color: var(--color-near-black);
  border-radius: 40px;
  margin: 0 0; /* flush but corners round against dark bg */
}

.s02-deco { position: absolute; pointer-events: none; user-select: none; }
.s02-star-tl { top: 6%;    left: 2%;  width: clamp(50px, 6vw, 90px);  opacity: 0.65; animation: star-b 3.8s ease-in-out infinite 0.8s; }
.s02-star-tr { top: 6%;    right: 2%; width: clamp(50px, 6vw, 90px);  opacity: 0.58; animation: star-e 4.6s ease-in-out infinite 2.0s; }
.s02-star-bl { bottom: 6%; left: 4%;  width: clamp(36px, 4vw, 60px);  opacity: 0.50; animation: star-f 3.1s ease-in-out infinite 0.2s; }

.s02-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.s02-heading {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: var(--color-near-black);
  line-height: 1.1;
  margin: 1rem 0 0.75rem;
}
.s02-heading .script-accent {
  color: var(--color-deep-purple);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
}

.s02-subtitle {
  font-size: 0.95rem;
  color: var(--color-dark-espresso);
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.s02-desc {
  font-size: 0.88rem;
  color: rgba(44, 43, 58, 0.80);
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

/* K R Y cards — mid-purple */
.s02-kry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
  text-align: left;
}

.s02-kry-card {
  background: var(--color-mid-purple); /* #6060a0 */
  border-radius: 20px;
  padding: 2rem 1.75rem;
  color: var(--color-ivory);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.s02-kry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

.s02-kry-letter {
  font-family: 'Parisienne', cursive;
  font-size: 2rem;
  color: rgba(250,246,237,0.65);
  display: block;
  margin-bottom: 0.5rem;
}

.s02-kry-title {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-ivory);
  margin-bottom: 0.2rem;
}

.s02-kry-sub {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250,246,237,0.50);
  margin-bottom: 0.75rem;
}

.s02-kry-desc {
  font-size: 0.8rem;
  line-height: 1.65;
  color: rgba(250,246,237,0.80);
}

.s02-quote {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(44,43,58,0.70);
  font-style: italic;
  max-width: 620px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .s02-kry-grid { grid-template-columns: 1fr; }
  .s02 { padding: 4rem 1.5rem; }
}


/* ══════════════════════════════════════════════════════════
   ACT III — IDENTITY IN MOTION
══════════════════════════════════════════════════════════ */
.s03 {
  background: #1e1a12;
  position: relative;
  overflow: hidden;
  padding: 5rem 2rem;
}

.s03-deco { position: absolute; pointer-events: none; user-select: none; }
.s03-star-tl { top: 6%;  left: 4%;  width: clamp(40px, 5vw, 70px);  opacity: 0.68; animation: star-d 3.6s ease-in-out infinite 1.3s; }
.s03-star-tr { top: 8%;  right: 5%; width: clamp(36px, 4.5vw, 60px); opacity: 0.55; animation: star-a 2.9s ease-in-out infinite 0.6s; }
.s03-spark-l {
  left: -2%; top: 50%;
  width: clamp(120px, 14vw, 200px);
  filter: brightness(0) invert(1);
  animation: spark-float-l 5.0s ease-in-out infinite 0.4s;
}
.s03-spark-r {
  right: -2%; top: 50%;
  width: clamp(120px, 14vw, 200px);
  filter: brightness(0) invert(1);
  animation: spark-float-r 4.3s ease-in-out infinite 1.8s;
}

.s03-inner {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.s03-heading {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--color-ivory);
  line-height: 1.1;
  margin: 1rem 0 1.5rem;
}
.s03-heading .script-accent {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: var(--color-soft-lavender);
}

.s03-body {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(250,246,237,0.70);
  margin-bottom: 1rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrap {
  margin: 2.5rem auto 0;
  max-width: 680px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
}

.video-iframe {
  width: 100%;
  height: 100%;
  display: block;
}


/* ══════════════════════════════════════════════════════════
   ACT IV — MULTIMEDIA SKILLSET
══════════════════════════════════════════════════════════ */
.s04 {
  background: #1e1a12;
  padding: 5rem 3rem 6rem;
}

.s04-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.s04-heading {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--color-ivory);
  line-height: 1.1;
  margin: 1rem 0 0.75rem;
}
.s04-heading .script-accent {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--color-soft-lavender);
}

.s04-subtitle {
  font-size: 0.875rem;
  color: rgba(250,246,237,0.55);
  margin-bottom: 3.5rem;
}

/* Diamond/cross layout */
.skill-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  grid-template-rows: auto auto auto;
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
}

.skill-top    { grid-column: 2; grid-row: 1; width: 100%; max-width: 360px; }
.skill-left   { grid-column: 1; grid-row: 2; width: 100%; }
.skill-center { grid-column: 2; grid-row: 2; align-self: center; }
.skill-right  { grid-column: 3; grid-row: 2; width: 100%; }
.skill-bottom { grid-column: 2; grid-row: 3; width: 100%; max-width: 360px; }

.skill-card {
  background: var(--color-soft-lavender); /* #b5b0c8 */
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  color: var(--color-near-black);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.28s ease,
              background 0.28s ease;
  cursor: default;
}
.skill-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: var(--color-lilac-main);
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}

.skill-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin: 0 auto 0.75rem;
  display: block;
}

.skill-title {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-near-black);
  margin-bottom: 0.2rem;
}

.skill-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted-purple);
  margin-bottom: 0.625rem;
}

.skill-desc {
  font-size: 0.78rem;
  line-height: 1.65;
  color: rgba(44,43,58,0.75);
  margin-bottom: 1rem;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.skill-tag {
  font-size: 9px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(96,96,160,0.15);
  color: var(--color-deep-purple);
  font-weight: 500;
}

/* Center decorative ivory star — rotates on hover */
.skill-center-spark {
  width: clamp(100px, 13vw, 180px);
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.skill-center:hover .skill-center-spark {
  transform: rotate(180deg) scale(1.1);
}

@media (max-width: 900px) {
  .skill-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .skill-top, .skill-left, .skill-center,
  .skill-right, .skill-bottom { grid-column: auto; grid-row: auto; width: 100%; }
  .skill-center { display: none; }
}

@media (max-width: 680px) {
  .skill-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .skill-top, .skill-left, .skill-center,
  .skill-right, .skill-bottom { grid-column: 1; grid-row: auto; width: 100%; }
  .skill-center { display: none; }
}


/* ══════════════════════════════════════════════════════════
   ACT V — FUN FACTS
══════════════════════════════════════════════════════════ */
.s05 {
  background: #1e1a12;
  position: relative;
  overflow: hidden;
  padding: 5rem 2rem 6rem;
}

.s05-deco { position: absolute; pointer-events: none; user-select: none; }
.s05-star-1 { top: 4%;    left: 2%;   width: clamp(44px, 5vw, 70px);   opacity: 0.72; animation: star-c 4.2s ease-in-out infinite 0.3s; }
.s05-star-2 { top: 4%;    right: 3%;  width: clamp(36px, 4vw, 55px);   opacity: 0.55; animation: star-b 3.0s ease-in-out infinite 1.7s; }
.s05-star-3 { bottom: 6%; left: 3%;   width: clamp(70px, 8vw, 110px);  opacity: 0.65; animation: star-e 5.5s ease-in-out infinite 0.9s; }
.s05-star-4 { bottom: 5%; right: 4%;  width: clamp(30px, 3.5vw, 48px); opacity: 0.50; animation: star-f 2.6s ease-in-out infinite 2.4s; }



.s05-inner {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.s05-heading {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--color-ivory);
  line-height: 1.2;
  margin: 1rem 0 0.5rem;
}
.s05-heading .script-accent {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  color: var(--color-soft-lavender);
}

.s05-note {
  font-family: 'Rethink Sans', sans-serif;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 400;
  color: rgba(250,246,237,0.45);
}

.s05-subtitle {
  font-size: 0.85rem;
  color: rgba(250,246,237,0.50);
  margin-bottom: 2.5rem;
}

/* Facts + photo row */
/* ── Facts editorial layout ─────────────────────────────────── */
.facts-editorial {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

/* Photo sidebar */
.facts-aside {
  flex-shrink: 0;
  width: 190px;
  position: sticky;
  top: 6rem;
}
.fact-aside-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  transform: rotate(4deg);
  transform-origin: center top;
  transition: transform 0.4s ease;
}
.facts-aside:hover .fact-aside-photo {
  transform: rotate(1.5deg);
}

/* Strip list */
.facts-list {
  flex: 1;
  text-align: left;
}

.fact-row {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s ease;
  cursor: default;
}
.facts-list .fact-row:first-child {
  border-top: 1px solid rgba(255,255,255,0.07);
}
.fact-row:hover .fact-row-text {
  color: rgba(250,246,237,0.88);
}
.fact-row:hover .fact-row-num {
  color: rgba(181,176,200,0.55);
}

.fact-row-num {
  font-family: 'Parisienne', cursive;
  font-size: 3rem;
  color: rgba(181,176,200,0.28);
  line-height: 0.9;
  min-width: 2.75rem;
  flex-shrink: 0;
  text-align: right;
  transition: color 0.2s ease;
}

.fact-row-text {
  font-size: 0.84rem;
  line-height: 1.78;
  color: rgba(250,246,237,0.62);
  padding-top: 0.5rem;
  transition: color 0.2s ease;
  text-align: left;
}

/* Fact 07 — full-width pull-quote */
.fact-quote {
  position: relative;
  background: rgba(96,96,160,0.12);
  border: 1px solid rgba(96,96,160,0.22);
  border-radius: 24px;
  padding: 2.5rem 3rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  overflow: hidden;
}

.fact-quote-watermark {
  font-family: 'Parisienne', cursive;
  font-size: clamp(6rem, 12vw, 10rem);
  color: rgba(181,176,200,0.08);
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
  margin-top: -0.5rem;
}

.fact-quote-body {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding-top: 0.25rem;
}

.fact-quote-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(181,176,200,0.55);
}

.fact-quote-text {
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  line-height: 1.85;
  color: rgba(250,246,237,0.78);
  font-style: italic;
}

/* Spotify */
.spotify-wrap {
  text-align: center;
}

.spotify-label {
  font-size: 0.85rem;
  color: rgba(250,246,237,0.60);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.spotify-wrap-player {
  width: 100%;
  max-width: 820px;
  height: clamp(280px, 45vw, 400px);
  position: relative;
  margin: 0 auto;
}

.spotify-iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  border-radius: 12px;
  display: block;
}

@media (max-width: 768px) {
  .facts-editorial {
    flex-direction: column;
    gap: 0;
  }
  .facts-aside {
    position: static;
    width: 140px;
    margin: 0 auto 1.5rem;
  }
  .fact-row-num { font-size: 2.2rem; min-width: 2rem; }
  .fact-quote {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.75rem 1.5rem;
  }
  .fact-quote-watermark { font-size: 4rem; }
}


/* ══════════════════════════════════════════════════════════
   ACT VI — CTA + CONTACT
══════════════════════════════════════════════════════════ */
.s06 {
  background: linear-gradient(
    180deg,
    #1e1a12                    0%,
    #2a2318                    12%,
    #4a3c2e                    26%,
    #a0907a                    40%,
    #d8cfc0                    52%,
    var(--color-ivory)         60%,
    #ede8f0                    70%,
    #d0cade                    80%,
    #c0bad0                    90%,
    var(--color-soft-lavender) 100%
  );
  padding: 5rem 2rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.contact-card {
  background: var(--color-ivory);
  border-radius: 28px;
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(2.5rem, 6vw, 5rem);
  width: 100%;
  max-width: 1060px;
  box-shadow: 0 4px 40px rgba(44,35,24,0.10),
              0 1px 0 rgba(255,255,255,0.60) inset;
  color: var(--color-black);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.contact-eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--color-muted-purple);
  margin: 0;
}

.contact-heading {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.25;
  color: var(--color-near-black);
  margin: 0;
}

.contact-spark { color: var(--color-mid-purple); }

.contact-subheading {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  color: var(--color-black);
  font-style: italic;
  display: block;
}

.btn-contact-big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 3rem;
  border-radius: 999px;
  border: none;
  background: var(--color-mid-purple);
  color: #fff;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.btn-contact-big:hover {
  background: var(--color-deep-purple);
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(250, 246, 237, 0.55), 0 0 48px rgba(250, 246, 237, 0.25);
}

/* ══════════════════════════════════════════════════════════
   CONTACT MODAL
══════════════════════════════════════════════════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 18, 10, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.modal-card {
  display: flex;
  width: 100%;
  max-width: 860px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  transform: translateY(28px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal-overlay.is-open .modal-card {
  transform: translateY(0);
}

/* Left branding panel */
.modal-left {
  flex: 0 0 40%;
  background: #2c2b3a;
  padding: 3rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.modal-heading {
  font-family: 'Rethink Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--color-ivory);
  line-height: 1.1;
  margin: 0;
}

.modal-tagline {
  font-size: 0.80rem;
  color: rgba(250, 246, 237, 0.45);
  line-height: 1.75;
  margin: 0;
}

/* Right form panel */
.modal-right {
  flex: 1;
  background: var(--color-lilac-surface);
  padding: 2rem 2.25rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(44, 43, 58, 0.09);
  color: var(--color-near-black);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.modal-close:hover { background: rgba(44, 43, 58, 0.18); }

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  padding-top: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.form-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-near-black);
}

.form-note {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-mid-purple);
  font-size: 0.62rem;
}

.form-input {
  background: var(--color-near-black);
  color: rgba(250, 246, 237, 0.85);
  border: none;
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.82rem;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.2s ease;
}
.form-input:focus { background: #38374a; }

.form-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='rgba%28250%2C246%2C237%2C0.45%29' stroke-width='2.5' stroke-linecap='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.25rem;
}

.form-textarea {
  resize: vertical;
  min-height: 80px;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.btn-form-submit {
  background: var(--color-ivory);
  color: var(--color-near-black);
  border: none;
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.btn-form-submit:hover { background: #e8e0d0; transform: translateY(-1px); }
.btn-form-submit:disabled { opacity: 0.65; cursor: default; transform: none; }

@media (max-width: 640px) {
  .modal-card { flex-direction: column; max-height: 90vh; overflow-y: auto; }
  .modal-left { flex: 0 0 auto; padding: 2.5rem 2rem 2rem; }
  .modal-right { padding: 1.5rem 1.75rem 2rem; }
}


/* ══════════════════════════════════════════════════════════
   ABOUT+CONTACT — RESPONSIVE ADDITIONS
══════════════════════════════════════════════════════════ */

/* Mobile-only line breaks — hidden on desktop/tablet */
.mob-br { display: none; }

/* ── Tablet (768–1024px) ─────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
  .s01-inner { gap: 3rem; }
  .s01-photos { flex-direction: row; gap: 1rem; }
  .s02-kry-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-editorial { gap: 2rem; }
  .facts-aside { width: 160px; }
  .skill-grid { gap: 1rem; }
  .contact-card { padding: 2rem 2.5rem; }
  .s04 { padding: 4rem 2rem 5rem; }

  /* Center-align all section headings on tablet */
  .s02-heading,
  .s03-heading,
  .s04-heading,
  .s05-heading,
  .s02-subtitle,
  .s03-body,
  .s04-subtitle,
  .s05-subtitle { text-align: center; }
  .eyebrow { text-align: center; display: block; }
}

/* ── Mobile (< 768px) ───────────────────────────────────── */
@media (max-width: 767px) {
  /* Sections — tighter padding */
  .s01, .s02, .s03, .s04, .s05, .s06 { padding: 3.5rem 1.25rem 4rem; }

  /* Show mobile-only line breaks */
  .mob-br { display: block; }

  /* Center-align section headings + eyebrows */
  .s02-heading,
  .s03-heading,
  .s04-heading,
  .s05-heading,
  .s02-subtitle,
  .s03-body,
  .s04-subtitle,
  .s05-subtitle { text-align: center; }
  .eyebrow { text-align: center; display: block; }

  /* Tight line-height for multi-line mobile headings */
  .s02-heading,
  .s03-heading,
  .s04-heading,
  .s05-heading { line-height: 0.95; }

  /* S01 — stack photos below text */
  .s01-inner { flex-direction: column; gap: 2rem; }
  .s01-photos { width: min(260px, 80vw); height: min(280px, 85vw); }
  .kry-photo { width: min(130px, 38vw); height: auto; }
  .kry-photo-back { transform: rotate(-4deg); }
  .s01-spark-bl, .s01-spark-br { display: none; }
  .s01-star-tl, .s01-star-tr { display: none; }

  /* S02 — KRY grid single column */
  .s02-kry-grid { grid-template-columns: 1fr; gap: 1rem; }

  /* S03 — hide side sparks on mobile */
  .s03-spark-l, .s03-spark-r { display: none; }
  .video-wrap { margin-top: 1.5rem; }

  /* S04 — skill grid stack */
  .skill-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .skill-card { min-height: auto; }
  .skill-center { display: none; }

  /* S05 — facts editorial stack */
  .facts-editorial { flex-direction: column; gap: 0; }
  .facts-aside { position: static; width: 120px; margin: 0 auto 1.5rem; }
  .fact-row-num { font-size: 2rem; min-width: 2.25rem; }
  .fact-quote { flex-direction: column; gap: 0.5rem; padding: 1.75rem 1.25rem; }
  .fact-quote-watermark { font-size: 3.5rem; }

  /* S06 contact card */
  .contact-card { padding: 2rem 1.25rem; border-radius: 20px; }
  .contact-heading { font-size: clamp(1.4rem, 5vw, 2rem); }
  .btn-contact-big { width: 100%; }
}

/* ── Small mobile (< 480px) ──────────────────────────────── */
@media (max-width: 480px) {
  .s01, .s02, .s03, .s04, .s05, .s06 { padding: 3rem 1rem 3.5rem; }
  .s05-heading { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .facts-editorial { gap: 0; }
  .fact-quote-text { font-size: 0.82rem; }
  .s02-heading .script-accent { font-size: clamp(1.8rem, 7vw, 3rem); }
}
