*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #1a1a18;
  --ink-mid: #4a4a46;
  --ink-light: #8a8a84;
  --cream: #f7f4ef;
  --cream-dark: #ede9e0;
  --accent: #2d5a3d;
  --accent-light: #e8f0eb;
  --rule: rgba(26,26,24,0.12);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  cursor: none;
}

/* CURSOR */
.cursor { position: fixed; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .2s, height .2s, background .2s; }
.cursor-ring { position: fixed; width: 32px; height: 32px; border: 1px solid var(--accent); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: width .3s, height .3s, opacity .3s; opacity: .5; }
.cursor.hover { width: 14px; height: 14px; background: var(--ink); }
.cursor-ring.hover { width: 48px; height: 48px; opacity: .2; }

/* PROGRESS */
#progress-bar { position: fixed; top: 0; left: 0; height: 2px; background: var(--accent); z-index: 200; width: 0%; transition: width .1s linear; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(247,244,239,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--rule); padding: 0 5vw; display: flex; justify-content: space-between; align-items: center; height: 60px; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 18px; letter-spacing: .02em; color: var(--ink); text-decoration: none; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mid); text-decoration: none; transition: color .2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.nav-links a:hover { color: var(--accent); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-right { display: flex; align-items: center; gap: 1.5rem; }




/* HERO */
#hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 60px; position: relative; }
.hero-left { padding: 10vh 5vw 8vh 5vw; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--rule); position: relative; z-index: 1; }
.hero-eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 1.5rem; display: flex; align-items: center; gap: .75rem; opacity: 0; animation: fadeUp .6s ease .1s forwards; }
.hero-eyebrow::before { content: ''; display: inline-block; width: 24px; height: 1px; background: var(--accent); }
.hero-name { font-family: 'Playfair Display', serif; font-size: clamp(52px,7vw,88px); line-height: 1; font-weight: 400; margin-bottom: .2em; letter-spacing: -.02em; opacity: 0; animation: fadeUp .6s ease .25s forwards; }
.hero-name em { font-style: italic; color: var(--ink-mid); }
.hero-title { font-size: clamp(16px,2vw,20px); color: var(--ink-mid); font-weight: 300; margin-bottom: 2rem; letter-spacing: .01em; opacity: 0; animation: fadeUp .6s ease .35s forwards; }
.hero-bio { font-size: 15px; color: var(--ink-mid); max-width: 480px; line-height: 1.8; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp .6s ease .45s forwards; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp .6s ease .55s forwards; }
.btn-primary { display: inline-flex; align-items: center; gap: .5rem; background: var(--accent); color: #fff; padding: 12px 28px; font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .2s, transform .15s; }
.btn-primary:hover { background: #1e3f2b; transform: translateY(-2px); }
.btn-outline { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid var(--ink); color: var(--ink); padding: 12px 28px; font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .2s, transform .15s; }
.btn-outline:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }
.btn-resume { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid var(--accent); color: var(--accent); padding: 12px 28px; font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .2s, transform .15s; cursor: none; background: none; }
.btn-resume:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.hero-right { padding: 10vh 5vw 8vh 5vw; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; opacity: 0; animation: fadeUp .6s ease .6s forwards; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 3rem; }
.stat-cell { background: var(--cream-dark); padding: 2rem 1.5rem; transition: transform .2s; position: relative; overflow: hidden; }
.stat-cell::after { content: ''; position: absolute; inset: 0; background: var(--accent); transform: scaleY(0); transform-origin: bottom; transition: transform .3s ease; z-index: 0; opacity: .06; }
.stat-cell:hover::after { transform: scaleY(1); }
.stat-cell:hover { transform: translateY(-2px); }
.stat-number { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; line-height: 1; color: var(--ink); margin-bottom: .3rem; position: relative; z-index: 1; }
.stat-label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-light); font-weight: 500; position: relative; z-index: 1; }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); background: var(--accent-light); padding: 6px 14px; font-weight: 500; transition: background .2s, color .2s; }
.tag:hover { background: var(--accent); color: #fff; }

/* MARQUEE */
.marquee-wrap { background: var(--ink); padding: 1rem 0; overflow: hidden; }
.marquee-track { display: flex; gap: 3rem; white-space: nowrap; animation: marquee 30s linear infinite; }
.marquee-track span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); flex-shrink: 0; }
.marquee-track span.dot { color: var(--accent); font-size: 16px; line-height: 1; }

/* SECTIONS */
section { padding: 8rem 5vw; }
.section-header { display: flex; align-items: baseline; gap: 1.5rem; margin-bottom: 4rem; }
.section-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-light); font-weight: 500; white-space: nowrap; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(32px,4vw,52px); font-weight: 400; line-height: 1.1; letter-spacing: -.01em; }
.section-rule { flex: 1; height: 1px; background: var(--rule); }

/* EXPERIENCE — TIMELINE */
#experience { background: #fff; }
.timeline { position: relative; padding-left: 2rem; }
.timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--rule); }
.exp-item { position: relative; padding: 0 0 3rem 2.5rem; opacity: 0; transform: translateX(-10px); transition: opacity .5s, transform .5s; }
.exp-item.visible { opacity: 1; transform: none; }
.exp-item::before { content: ''; position: absolute; left: -2rem; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--cream-dark); border: 2px solid var(--rule); transition: background .3s, border-color .3s; transform: translateX(50%); }
.exp-item:hover::before { background: var(--accent); border-color: var(--accent); }
.exp-item:first-child::before { background: var(--accent); border-color: var(--accent); }
.exp-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; margin-bottom: 1rem; flex-wrap: wrap; }
.exp-title-group { }
.exp-role { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; letter-spacing: -.01em; margin-bottom: .2rem; }
.exp-company { font-size: 13px; font-weight: 500; color: var(--accent); }
.exp-meta-right { text-align: right; flex-shrink: 0; }
.exp-dates { font-size: 12px; letter-spacing: .06em; color: var(--ink-light); font-weight: 500; text-transform: uppercase; }
.exp-location { font-size: 12px; color: var(--ink-light); }
.exp-bullets { list-style: none; display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1rem; }
.exp-bullets li { font-size: 14px; color: var(--ink-mid); padding-left: 1.25rem; position: relative; line-height: 1.6; }
.exp-bullets li::before { content: '—'; position: absolute; left: 0; color: var(--ink-light); font-size: 12px; }
.exp-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.exp-tag { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-light); border: 1px solid var(--rule); padding: 4px 10px; transition: border-color .2s, color .2s; }
.exp-tag:hover { border-color: var(--accent); color: var(--accent); }

/* SKILLS */
#skills { background: var(--cream); }
.skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 2px; }
.skill-group { background: var(--cream-dark); padding: 2.5rem 2rem; opacity: 0; transform: translateY(20px); transition: opacity .5s, transform .5s; }
.skill-group.visible { opacity: 1; transform: none; }
.skill-group-title { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
.skill-list { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.skill-list li { font-size: 14px; color: var(--ink-mid); display: flex; align-items: center; gap: .6rem; }
.skill-list li::before { content: ''; display: inline-block; width: 4px; height: 4px; background: var(--accent); flex-shrink: 0; transition: transform .2s; }
.skill-list li:hover::before { transform: scale(2); }

/* PROJECTS */
#projects { background: #fff; }
.projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2px; }
.project-card { background: var(--cream); padding: 2.5rem 2rem; opacity: 0; transform: translateY(20px); transition: opacity .5s, transform .5s; position: relative; overflow: hidden; }
.project-card.visible { opacity: 1; transform: none; }
.project-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.project-card:hover::before { transform: scaleX(1); }
.project-number { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--rule); line-height: 1; margin-bottom: .5rem; }
.project-name { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; margin-bottom: .5rem; }
.project-desc { font-size: 14px; color: var(--ink-mid); line-height: 1.7; margin-bottom: 1.25rem; }
.project-results { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.project-result { font-size: 11px; letter-spacing: .06em; background: var(--accent-light); color: var(--accent); padding: 4px 10px; font-weight: 500; }
.project-stack { display: flex; flex-wrap: wrap; gap: .4rem; }
.project-tech { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-light); border: 1px solid var(--rule); padding: 3px 8px; }

/* INTERESTS */
#interests { background: var(--cream-dark); }
.interests-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.interest-block-title { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
.sport-panel { margin-bottom: 2.5rem; }
.sport-label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-light); font-weight: 500; margin-bottom: .75rem; }
.game-card { background: var(--cream); padding: 1rem 1.25rem; margin-bottom: .5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; opacity: 0; transform: translateY(10px); transition: opacity .4s, transform .4s; }
.game-card.visible { opacity: 1; transform: none; }
.game-card.result { border-left: 2px solid var(--accent); }
.game-card.upcoming { border-left: 2px solid var(--rule); }
.game-teams { font-size: 13px; font-weight: 500; color: var(--ink); }
.game-date { font-size: 11px; color: var(--ink-light); letter-spacing: .04em; margin-top: 2px; }
.game-score { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; white-space: nowrap; }
.game-score.win { color: var(--accent); }
.game-score.loss { color: #b94040; }
.upcoming-tag { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-light); border: 1px solid var(--rule); padding: 3px 8px; white-space: nowrap; }
.travel-count { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: .25rem; }
.travel-count-label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 1.5rem; }
.travel-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.travel-chip { font-size: 12px; letter-spacing: .06em; color: var(--ink-mid); background: var(--cream); padding: 6px 14px; display: flex; align-items: center; gap: .5rem; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s, background .2s, color .2s; }
.travel-chip.visible { opacity: 1; transform: none; }
.travel-chip:hover { background: var(--accent); color: #fff; }
.travel-chip::before { content: '✈'; font-size: 10px; opacity: .6; }

/* EDUCATION */
#education { background: #fff; }
.edu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2px; }
.edu-card { background: var(--cream); padding: 2.5rem 2rem; opacity: 0; transform: translateY(20px); transition: opacity .5s, transform .5s; }
.edu-card.visible { opacity: 1; transform: none; }
.edu-school { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; margin-bottom: .4rem; }
.edu-degree { font-size: 14px; color: var(--ink-mid); margin-bottom: .25rem; }
.edu-year { font-size: 12px; color: var(--ink-light); letter-spacing: .06em; text-transform: uppercase; font-weight: 500; }
.edu-note { margin-top: 1.25rem; font-size: 13px; color: var(--ink-light); font-style: italic; }

/* AWARDS */
.awards-strip { background: var(--accent); padding: 4rem 5vw; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 2rem; }
.award-item { color: #fff; opacity: 0; transform: translateY(20px); transition: opacity .5s, transform .5s; }
.award-item.visible { opacity: 1; transform: none; }
.award-source { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; opacity: .6; margin-bottom: .5rem; }
.award-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; margin-bottom: .4rem; }
.award-desc { font-size: 13px; opacity: .75; line-height: 1.6; }

/* CONTACT */
#contact { background: var(--ink); color: #fff; padding: 8rem 5vw; }
#contact .section-title { color: #fff; }
#contact .section-label { color: rgba(255,255,255,.4); }
#contact .section-rule { background: rgba(255,255,255,.12); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-left { }
.contact-sub { font-size: 16px; color: rgba(255,255,255,.6); line-height: 1.8; margin-bottom: 2rem; }
.contact-links { display: flex; flex-direction: column; gap: .75rem; }
.contact-link { display: inline-flex; align-items: center; gap: .75rem; color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; transition: color .2s; }
.contact-link:hover { color: #fff; }
.contact-link-icon { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; transition: border-color .2s, background .2s; }
.contact-link:hover .contact-link-icon { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }

/* CONTACT FORM */
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); font-weight: 500; }
.form-input { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); padding: 12px 16px; font-size: 14px; font-family: inherit; color: #fff; outline: none; transition: border-color .2s; }
.form-input::placeholder { color: rgba(255,255,255,.3); }
.form-input:focus { border-color: var(--accent); }
textarea.form-input { resize: vertical; min-height: 120px; }
.form-submit { background: var(--accent); color: #fff; border: none; padding: 14px 32px; font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; cursor: none; transition: background .2s, transform .15s; align-self: flex-start; }
.form-submit:hover { background: #1e3f2b; transform: translateY(-1px); }
.form-submit:disabled { opacity: .6; cursor: not-allowed; }
.form-success { font-size: 14px; color: var(--accent); padding: 1rem; border: 1px solid var(--accent); display: none; }
.form-success.show { display: block; }

/* FOOTER */
footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); padding: 2rem 5vw; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-left { color: rgba(255,255,255,.3); font-size: 12px; letter-spacing: .06em; }
.footer-built { font-size: 12px; color: rgba(255,255,255,.4); display: flex; align-items: center; gap: .5rem; }
.footer-built a { color: rgba(255,255,255,.6); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); transition: color .2s, border-color .2s; }
.footer-built a:hover { color: #fff; border-color: #fff; }
.claude-badge { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: 4px 10px; font-size: 11px; letter-spacing: .06em; color: rgba(255,255,255,.5); display: inline-flex; align-items: center; gap: .4rem; }
.claude-badge::before { content: '✦'; font-size: 9px; color: var(--accent); }

/* CHATBOT */
#chat-btn { position: fixed; bottom: 2rem; right: 2rem; z-index: 500; width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: #fff; border: none; cursor: none; box-shadow: 0 4px 24px rgba(45,90,61,.35); display: flex; align-items: center; justify-content: center; transition: transform .2s, background .2s; }
#chat-btn:hover { transform: scale(1.1); background: #1e3f2b; }
#chat-btn svg { width: 24px; height: 24px; }
#chat-window { position: fixed; bottom: 6rem; right: 2rem; z-index: 499; width: 360px; max-height: 540px; background: var(--cream); border: 1px solid var(--rule); box-shadow: 0 16px 48px rgba(26,26,24,.15); display: flex; flex-direction: column; transform: scale(.9) translateY(20px); opacity: 0; pointer-events: none; transform-origin: bottom right; transition: transform .25s ease, opacity .25s ease; }
#chat-window.open { transform: scale(1) translateY(0); opacity: 1; pointer-events: all; }
.chat-header { padding: 1rem 1.25rem; border-bottom: 1px solid var(--rule); display: flex; align-items: center; gap: .75rem; }
.chat-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 14px; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.chat-header-name { font-size: 14px; font-weight: 500; color: var(--ink); }
.chat-header-status { font-size: 11px; color: var(--accent); display: flex; align-items: center; gap: 4px; }
.chat-header-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); display: inline-block; animation: pulse 2s infinite; }
#chat-close { background: none; border: none; cursor: none; color: var(--ink-light); font-size: 18px; line-height: 1; padding: 4px; }
#chat-messages { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .75rem; min-height: 0; }
.msg { max-width: 85%; font-size: 13px; line-height: 1.6; padding: .6rem .9rem; animation: msgIn .3s ease; white-space: pre-wrap; }
.msg.bot { background: var(--cream-dark); color: var(--ink); border-radius: 0 12px 12px 12px; align-self: flex-start; }
.msg.user { background: var(--accent); color: #fff; border-radius: 12px 12px 0 12px; align-self: flex-end; }
.msg.typing { padding: .8rem 1rem; }
.typing-dots { display: flex; gap: 4px; }
.typing-dots span { width: 6px; height: 6px; background: var(--ink-light); border-radius: 50%; animation: typingDot 1.2s infinite; }
.typing-dots span:nth-child(2) { animation-delay: .2s; }
.typing-dots span:nth-child(3) { animation-delay: .4s; }
.chat-quick { padding: .5rem 1rem; display: flex; flex-wrap: wrap; gap: .4rem; border-top: 1px solid var(--rule); }
.quick-btn { font-size: 11px; border: 1px solid var(--rule); background: none; padding: 4px 10px; color: var(--ink-mid); cursor: none; transition: border-color .2s, color .2s; letter-spacing: .04em; }
.quick-btn:hover { border-color: var(--accent); color: var(--accent); }
.chat-input-row { padding: .75rem 1rem; border-top: 1px solid var(--rule); display: flex; gap: .5rem; }
#chat-input { flex: 1; border: 1px solid var(--rule); padding: 8px 12px; font-size: 13px; font-family: inherit; outline: none; color: var(--ink); background: var(--cream-dark); transition: border-color .2s; }
#chat-input:focus { border-color: var(--accent); }
#chat-send { background: var(--accent); color: #fff; border: none; padding: 8px 14px; font-size: 13px; cursor: none; transition: background .2s; }
#chat-send:hover { background: #1e3f2b; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes msgIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes typingDot { 0%,60%,100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-5px); opacity: 1; } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* RESPONSIVE */
@media (max-width: 768px) {
  #hero { grid-template-columns: 1fr; }
  .hero-left { border-right: none; border-bottom: 1px solid var(--rule); }
  .exp-item { }
  nav .nav-links { display: none; }
  #chat-window { width: calc(100vw - 2rem); right: 1rem; }
  .interests-grid, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  body { cursor: auto; }
  .cursor, .cursor-ring { display: none; }
}
