/* ─────────────────────────────────────────────────
   HCIFolio — Portfolio Stylesheet (Floral Edition)
   Palette:
     --ink    : #0d0f14  (near-black)
     --surface: #f7f5f0  (warm off-white)
     --panel  : #ffffff
     --accent : #c38b8b  (Muted Floral Rose Rose-Gold Accent)
     --accent2: #8fa89b  (Sage Green Highlight)
     --muted  : #8a8f9d
   Type: DM Serif Display (display) · Inter (body) · JetBrains Mono (code)
   ───────────────────────────────────────────────── */

/* ── RESET & TOKENS ──────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:      #0d0f14;
  --surface:  #faf6f0; /* Slightly warmer botanical cream */
  --panel:    #ffffff;
  --accent:   #b87d7d; /* Aesthetic soft rose gold */
  --accent2:  #7b9e89; /* Elegant sage leaf green */
  --muted:    #8a8f9d;
  --border:   #ebdcd5;
  --radius:   16px; /* Cuter, softer rounded borders */
  --radius-sm: 8px;
  --shadow:   0 4px 20px rgba(184, 125, 125, .06);
  --shadow-lg: 0 12px 44px rgba(184, 125, 125, .12);
  --nav-h:    64px;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', monospace;
  --max-w: 1140px;
  --transition: 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  /* A vibrant, colorful blend of warm roses, soft botanical greens, and sunny creams */
  background-color: #fff7f9;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── UTILITIES ───────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
}

/* ── FLOATING PETALS CONTAINER ───────────────────── */
.petal-container {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
}
.petal {
  position: absolute;
  background: linear-gradient(135deg, #ffdfdf, #fca1a1);
  border-radius: 100% 0 100% 100%;
  opacity: 0.3;
  animation: fall linear infinite;
}

/* ── FLOWER BACKGROUND OVERLAYS ──────────────────── */
.hero::before,
.hero::after,
.section::before,
.section::after,
.contact::before,
.contact::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  background-image:
    url('images/cute-simple-pink-flower-free-png.webp'),
    url('images/simple-flower-illustration-png.webp');
  background-repeat: no-repeat, no-repeat;
  background-position: right 8% top 12%, left 4% bottom 10%;
  background-size: clamp(110px, 14vw, 180px), clamp(90px, 12vw, 140px);
  opacity: .28;
  filter: saturate(1.05) drop-shadow(0 16px 30px rgba(184, 125, 125, .16));
}

.hero::after {
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 200, 215, .18), transparent 22%),
    radial-gradient(circle at 16% 78%, rgba(123, 158, 137, .14), transparent 18%);
}

.section::before {
  background-image:
    url('images/053bc4c4c497b33d7fa7a7a235e91021-simple-delicate-flat-flowers.webp'),
    url('images/8970139cf42dc14023c4c96177d55399-beautiful-simple-flower-flat.webp');
  background-repeat: no-repeat, no-repeat;
  background-position: right 3rem top 2rem, left 2rem bottom 2.5rem;
  background-size: clamp(88px, 10vw, 132px), clamp(72px, 8vw, 110px);
  opacity: .16;
  filter: saturate(1.03);
}

.section::after {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 214, 225, .24), transparent 18%),
    radial-gradient(circle at 88% 82%, rgba(123, 158, 137, .14), transparent 20%);
}

.contact::before {
  background:
    url('images/7d8a914067700ae28241d02b0af851af-simple-hand-drawn-pink-flowers.webp') no-repeat right 5% top 12% / clamp(120px, 14vw, 180px),
    radial-gradient(circle at 16% 20%, rgba(255, 214, 225, .18), transparent 20%);
  opacity: .22;
}

.contact::after {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 232, 238, .10), transparent 18%),
    radial-gradient(circle at 82% 78%, rgba(123, 158, 137, .12), transparent 16%);
}

.hero__inner,
.section > .container,
.contact > .container,
.footer > .container {
  position: relative;
  z-index: 1;
}

.portfolio-bg-layer {
  position: fixed;
  inset: 0;             /* Covers 100% width and height of the window frame */
  z-index: -999;        /* Pushes both the gradient and flowers underneath ALL components */
  pointer-events: none; /* Prevents background elements from blocking clicks on text */
  
  /* Your colorful gradient background profile */
  background: 
    radial-gradient(circle at 15% 20%, rgba(255, 182, 193, 0.55), transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(168, 218, 220, 0.5), transparent 40%),
    radial-gradient(circle at 80% 85%, rgba(255, 230, 109, 0.45), transparent 40%),
    radial-gradient(circle at 25% 70%, rgba(224, 176, 255, 0.45), transparent 45%),
    linear-gradient(135deg, #fffcfd 0%, #f6efff 50%, #f2fcf6 100%);
}

@keyframes fall {
  0% { transform: translateY(-50px) rotate(0deg) scale(0.6); opacity: 0; }
  10% { opacity: 0.4; }
  90% { opacity: 0.4; }
  100% { transform: translateY(105vh) rotate(360deg) scale(1); opacity: 0; }
}

.bg-flower {
  position: absolute;   /* Absolute layout inside the fixed window viewport frame */
  pointer-events: none;
  opacity: 0.38;        /* Soft styling balance so your text contrast is perfectly clear */
  object-fit: contain;
}

.flower-hero-left { z-index: 1; top: 15%; left: -4%; width: 160px; transform: rotate(15deg); }
.flower-hero-right { z-index: 1; top: 40%; right: -3%; width: 180px; transform: rotate(-10deg); }

/* Journey Page */
.flower-journey-left { top: 20%; left: -2%; width: 150px; transform: rotate(35deg); }
.flower-journey-right { bottom: 10%; right: -2%; width: 170px; transform: rotate(-20deg); }

/* About Page */
.flower-about { top: 30%; left: -3%; width: 155px; transform: rotate(12deg); }

/* Skills Page */
.flower-skills { bottom: 5%; right: -2%; width: 160px; transform: rotate(45deg); }

/* Projects Page */
.flower-projects { top: 15%; left: -4%; width: 175px; transform: rotate(-15deg); }

/* ── BUTTONS ─────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: .9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn--primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn--primary:hover { background: #9c6363; border-color: #9c6363; }
.btn--outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}
.btn--outline:hover { background: var(--accent); color: #fff; }
.btn--ghost {
  background: transparent;
  color: var(--muted);
  border-color: var(--border);
}
.btn--ghost:hover { background: var(--border); color: var(--ink); }

/* ── NAV ─────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  background: rgba(250,246,240,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  z-index: 1000;
  transition: box-shadow var(--transition);
}
.nav.scrolled { box-shadow: var(--shadow); }

.nav__inner {
  height: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav__logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -.02em;
}
.nav__dot { color: var(--accent); }

.nav__links {
  display: flex;
  gap: 1.75rem;
  align-items: center;
}
.nav__links a {
  font-size: .875rem;
  font-weight: 500;
  color: var(--muted);
  transition: color var(--transition);
  position: relative;
}
.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 4px;
  background: var(--accent);
  transition: width var(--transition);
  border-radius: 2px;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 10px; }

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__burger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: var(--transition);
}

/* ── HERO ─────────────────────────────────────────── */
.hero {
  min-height: 100svh;
  padding-top: var(--nav-h);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 228, 236, .08), transparent 22%),
    linear-gradient(135deg, #251818 0%, #341f26 42%, #2d2416 100%);
}

.hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 16%, rgba(255, 214, 225, .32) 0 18%, transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(123, 158, 137, .20) 0 12%, transparent 22%),
    radial-gradient(circle at 20% 78%, rgba(255, 201, 216, .16) 0 10%, transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(255, 230, 236, .12) 0 12%, transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .04) 0 1px, transparent 2px),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, .045) 0 1px, transparent 1px 22px);
  background-size: auto, auto, auto, auto, 24px 24px, 48px 48px;
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
  padding-block: 5rem 4rem;
  position: relative;
  z-index: 2;
}

.hero__eyebrow {
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--accent2);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero__name {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
  margin-bottom: .75rem;
}
.hero__name em {
  font-style: italic;
  color: var(--accent);
}

.hero__subtitle {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.6);
  font-weight: 300;
  margin-bottom: 1.5rem;
  letter-spacing: .01em;
}

.hero__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.0625rem;
  color: var(--accent);
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.hero__intro {
  font-size: .9375rem;
  color: rgba(255,255,255,.55);
  max-width: 52ch;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Hero photo frame rounded */
.hero__photo-wrap { position: relative; }

.hero__photo-frame {
  width: clamp(220px, 25vw, 320px);
  aspect-ratio: 3/4;
  border-radius: 120px 120px var(--radius) var(--radius); /* Vaulted top arch look */
  overflow: hidden;
  border: 3px solid rgba(184,125,125,.3);
  background: rgba(255,255,255,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.hero__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.hero__photo-placeholder {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 4;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.2);
  background: rgba(255, 255, 255, .03);
}
.hero__photo-placeholder svg { width: 80px; height: 80px; }

.hero__badge {
  position: absolute;
  bottom: -1rem; right: -0.5rem;
  background: var(--accent2);
  color: #fff;
  z-index: 5;
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 500;
  padding: .5rem 1rem;
  border-radius: var(--radius-sm);
  letter-spacing: .06em;
}

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.4);
  animation: bounce 2s ease-in-out infinite;
}
.hero__scroll svg { width: 24px; height: 24px; }

@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(6px); }
}

/* ── SECTIONS ────────────────────────────────────── */
.section {
  padding-block: clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 214, 225, .26), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(123, 158, 137, .14), transparent 18%),
    linear-gradient(180deg, #fffaf6 0%, #fbf7f2 100%);
  position: relative;
}
.section--alt {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 214, 225, .22), transparent 18%),
    radial-gradient(circle at 84% 82%, rgba(123, 158, 137, .12), transparent 18%),
    linear-gradient(180deg, #fff 0%, #fcf5ef 100%);
}

.section__floral-corner {
  position: absolute;
  top: 0; right: 0;
  width: 180px;
  opacity: 0.05;
  color: var(--ink);
  pointer-events: none;
}

.section__header {
  text-align: center;
  margin-bottom: 3rem;
}
.section__header--left { text-align: left; }

.section__label {
  font-family: var(--font-mono);
  font-size: .75rem;
  color: var(--accent);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
}

.section__lead {
  font-size: 1.0625rem;
  color: #4a4f5e;
  max-width: 68ch;
  margin-inline: auto;
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.8;
}

/* ── TIMELINE ────────────────────────────────────── */
.timeline { display: flex; flex-direction: column; gap: 0; margin-bottom: 3rem; }

.timeline__phase {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1.5rem;
}

.timeline__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: .375rem;
}
.timeline__dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--border);
  border: 3px solid var(--surface);
  box-shadow: 0 0 0 2px var(--muted);
  flex-shrink: 0;
}
.timeline__dot--active {
  background: var(--accent);
  box-shadow: 0 0 0 2px var(--accent);
}
.timeline__line {
  width: 2px;
  flex: 1;
  background: var(--border);
  margin-block: .5rem;
}

.timeline__body { padding-bottom: 3rem; }
.timeline__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 1rem;
}

.timeline__photo-slot {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--border);
  margin-bottom: 1rem;
  max-width: 480px;
}
.timeline__photo-slot.no-img { display: none; }
.timeline__photo-slot img { width: 100%; }
.timeline__photo-caption {
  font-size: .8125rem;
  color: var(--muted);
  padding: .5rem .75rem;
  background: rgba(0,0,0,.03);
}

.timeline__list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  list-style: none;
}
.timeline__list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .9375rem;
  color: #4a4f5e;
}
.timeline__list li::before {
  content: '❀'; /* Custom small flower bullet */
  color: var(--accent);
  flex-shrink: 0;
  margin-top: .05em;
  font-size: 0.8rem;
}

.pullquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--accent);
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: 1.5rem;
  margin-top: 1rem;
}

/* ── ABOUT ───────────────────────────────────────── */
.about__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: start;
}

.about__photo-wrap {
  position: relative;
}

.about__photo-frame {
  position: relative;
  width: clamp(200px, 22vw, 280px);
  aspect-ratio: 3/4;
  border-radius: 100px 100px var(--radius) var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.35)),
    linear-gradient(135deg, rgba(255, 214, 225, .22), rgba(123, 158, 137, .12));
  border: 1px solid rgba(235, 220, 213, .95);
  box-shadow: var(--shadow-lg);
}
.about__photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.about__photo-frame img { object-fit: contain; object-position: center bottom; background: rgba(255,255,255,.18); }

.about__bio {
  font-size: 1rem;
  color: #4a4f5e;
  line-height: 1.85;
  margin-bottom: 2rem;
  max-width: 60ch;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.fact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.fact-card__label {
  font-family: var(--font-mono);
  font-size: .7rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.fact-card__value {
  font-size: .9375rem;
  font-weight: 500;
  color: var(--ink);
}

/* ── SKILLS ──────────────────────────────────────── */
.skills-block { margin-bottom: 2.5rem; }
.skills-block__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: .5rem;
}
.skills-block__desc {
  font-size: .9rem;
  color: var(--muted);
  margin-bottom: 1rem;
  max-width: 60ch;
}

.skill-chips { display: flex; flex-wrap: wrap; gap: .625rem; }
.skill-chip {
  font-family: var(--font-mono);
  font-size: .8125rem;
  padding: .375rem .875rem;
  border-radius: 99px;
  font-weight: 500;
  letter-spacing: .02em;
}
.skill-chip--code { background: rgba(184,125,125,.1); color: #914f4f; }
.skill-chip--tool { background: rgba(123,158,137,.15); color: #436651; }
.skill-chip--ai   { background: rgba(13,15,20,.06); color: var(--ink); }

.skill-chip--icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: transform var(--transition), box-shadow var(--transition);
  vertical-align: middle;
}

.skill-chip--icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.skill-chip--icon:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 20px rgba(184, 125, 125, 0.15);
  border-color: var(--accent);
}

.soft-skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}
.soft-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .625rem;
  font-size: .875rem;
  font-weight: 500;
  color: var(--ink);
  text-align: center;
  transition: box-shadow var(--transition), transform var(--transition);
}
.soft-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.soft-card__icon { width: 28px; height: 28px; color: var(--accent); }

/* ── PROJECTS ────────────────────────────────────── */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}
.project-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  position: relative;
  transition: box-shadow var(--transition), transform var(--transition);
  overflow: hidden;
}
.project-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  opacity: 0;
  transition: opacity var(--transition);
}
.project-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.project-card:hover::before { opacity: 1; }

.project-card__num {
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: .08em;
  margin-bottom: .75rem;
}
.project-card__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: .875rem;
}
.project-card__desc {
  font-size: .9rem;
  color: #4a4f5e;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.project-card__tags span {
  font-family: var(--font-mono);
  font-size: .7rem;
  background: rgba(184,125,125,.08);
  color: var(--accent);
  padding: .25rem .625rem;
  border-radius: 4px;
  font-weight: 500;
}

/* ── WORKSHOP ────────────────────────────────────── */
.workshop__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.workshop__subtitle {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 1rem;
}
.feature-list { display: flex; flex-direction: column; gap: .6rem; }
.feature-list li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  font-size: .9375rem;
  color: #4a4f5e;
}
.feature-list li::before {
  content: '✦';
  color: var(--accent2);
  flex-shrink: 0;
  font-size: .8rem;
  margin-top: .2em;
}
.workshop__screenshot {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--border);
  margin-top: 1.5rem;
}
.workshop__screenshot.no-img { display: none; }
.workshop__placeholder {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(255, 214, 225, .55), transparent 42%),
    linear-gradient(135deg, #fff, #f8eee9);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.workshop__placeholder span {
  max-width: 14ch;
}
.workshop__meta .skill-chips { margin-bottom: 1.5rem; }

/* ── QUALITIES ───────────────────────────────────── */
.qualities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
}
.quality-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow var(--transition), transform var(--transition);
}
.quality-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.quality-card__icon { font-size: 2rem; margin-bottom: .75rem; display: block; }
.quality-card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: .5rem;
}
.quality-card p { font-size: .9rem; color: #4a4f5e; line-height: 1.7; }

/* ── CONTACT ─────────────────────────────────────── */
.contact { background: #1c1313; overflow: hidden; }
.contact {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 214, 225, .08), transparent 18%),
    linear-gradient(135deg, #28171b 0%, #3a2a1e 100%);
  overflow: hidden;
}
.contact .section__header { color: #fff; }
.contact .section__title { color: #fff; }
.contact .section__label { color: var(--accent); }

.contact__lead {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.6);
  max-width: 56ch;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
.contact__row {
  display: flex;
  align-items: center;
  gap: .875rem;
  font-size: .9375rem;
  color: rgba(255,255,255,.75);
}
.contact__row svg { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; }
.contact__row a { color: var(--accent); border-bottom: 1px solid transparent; transition: border-color var(--transition); }
.contact__row a:hover { border-color: var(--accent); }

.contact__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── FOOTER ──────────────────────────────────────── */
.footer {
  background: linear-gradient(180deg, #251518 0%, #160d0f 100%);
  padding-block: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer p { font-size: .8125rem; color: rgba(255,255,255,.35); }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__quote  { text-align: left; }
  .hero__intro  { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__photo-wrap { order: -1; display: flex; justify-content: center; }
  .hero__photo-frame { width: min(80vw, 320px); }
  .hero__badge { right: 0; }

  .about__inner { grid-template-columns: 1fr; }
  .about__photo-frame { margin-inline: auto; width: min(72vw, 280px); }
  .about__bio { max-width: 100%; }
  .section__header--left { text-align: center; }

  .workshop__grid { grid-template-columns: 1fr; }

  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav__links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: var(--nav-h) 0 0 0;
    background: rgba(250, 246, 240, .98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: 1.25rem;
    overflow-y: auto;
    padding: 2rem;
    z-index: 999;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 600px) {
  .facts-grid { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .qualities-grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; text-align: center; }
}

/* ── REDUCED MOTION ──────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .petal-container { display: none; }
}

/* ── FOCUS VISIBLE ───────────────────────────────── */
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
