:root {
  --bg: #fffaf6;
  --bg-alt: #ffffff;
  --fg: #1a1523;
  --fg-muted: #635f6d;
  --accent: #7c3aed;
  --accent-2: #ec4899;
  --accent-3: #f97316;
  --border: #ece5f5;
  --radius: 16px;
  --max-width: 1080px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

a { color: inherit; text-decoration: none; }

h1, h2, h3 { line-height: 1.15; margin: 0 0 16px; letter-spacing: -0.02em; }

h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }

p { color: var(--fg-muted); margin: 0 0 16px; }

.text-accent {
  color: var(--accent);
}

.eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-2);
  margin: 0 0 12px;
}

/* Header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 246, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

.logo { font-weight: 800; font-size: 1.15rem; letter-spacing: -0.02em; }

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a { color: var(--fg-muted); font-size: 0.95rem; font-weight: 600; transition: color 0.15s; }
.nav-links a:hover { color: var(--accent); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--fg);
}

/* Hero */
.hero {
  position: relative;
  padding: 110px 24px 90px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  z-index: -1;
}

.hero::before {
  width: 380px;
  height: 380px;
  background: #f97316;
  top: -140px;
  right: -80px;
}

.hero::after {
  width: 320px;
  height: 320px;
  background: #7c3aed;
  bottom: -120px;
  left: -100px;
  opacity: 0.25;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero-sub { font-size: 1.15rem; max-width: 560px; }

.hero-photo {
  display: flex;
  justify-content: center;
}

.hero-photo img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.25), 0 20px 40px -12px rgba(124, 58, 237, 0.35);
}

.btn {
  display: inline-block;
  margin-top: 8px;
  padding: 13px 24px;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 8px 20px -8px rgba(124, 58, 237, 0.55);
}

.btn:hover { transform: translateY(-2px); }

.btn-outline {
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--fg);
  box-shadow: none;
}

.btn-outline:hover { border-color: var(--accent); transform: translateY(-2px); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Sections */
.section { padding: 70px 24px; border-top: 1px solid var(--border); }

/* Work grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  transition: transform 0.18s, box-shadow 0.18s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px -16px rgba(26, 21, 35, 0.18);
}

.card-thumb {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: top;
  border-radius: calc(var(--radius) - 6px);
  margin-bottom: 16px;
  background: #f4effb;
  border: 1px solid var(--border);
}

.card-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.tag-blue { background: #3b82f6; }
.tag-purple { background: #8b5cf6; }
.tag-orange { background: #f59e0b; }
.tag-pink { background: #ec4899; }
.tag-green { background: #10b981; }
.tag-coral { background: #f43f5e; }

.card h3 { font-size: 1.1rem; margin-bottom: 8px; }

.card-link {
  display: block;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 4px;
}

.card-link:hover { color: var(--accent-2); }

/* About / contact */
.contact { max-width: 640px; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: stretch;
  max-width: 920px;
}

.about-photo {
  display: flex;
  min-height: 340px;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius);
  box-shadow: 0 14px 28px -14px rgba(26, 21, 35, 0.3);
  border: 5px solid #fff;
  display: block;
}

/* Focus / what I bring */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.focus-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 22px;
}

.focus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.focus-purple { background: #7c3aed; }
.focus-pink { background: #ec4899; }
.focus-orange { background: #f97316; }

.focus-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.focus-card p { margin: 0; font-size: 0.95rem; }

@media (max-width: 780px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { order: -1; justify-content: center; min-height: 0; }
  .about-photo img { width: 220px; height: 260px; }
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 28px 24px;
}

.site-footer p { margin: 0; font-size: 0.85rem; }

/* Responsive nav */
@media (max-width: 780px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-sub { margin-left: auto; margin-right: auto; }

  .hero-actions { justify-content: center; }

  .hero-photo { order: -1; }

  .hero-photo img { max-width: 220px; }
}

@media (max-width: 640px) {
  .nav-toggle { display: flex; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-alt);
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--border);
    display: none;
  }

  .nav-links.open { display: flex; }

  .nav-links li { border-top: 1px solid var(--border); }

  .nav-links a { display: block; padding: 16px 24px; }

  .hero { padding: 90px 24px 60px; }
}
