  :root {
    --black: #080808;
    --dark: #101010;
    --card: #141414;
    --border: rgba(255,255,255,0.07);
    --white: #f5f2ed;
    --gold: #c9a84c;
    --gold-dim: rgba(201,168,76,0.12);
    --gold-line: rgba(201,168,76,0.35);
    --muted: rgba(245,242,237,0.42);
    --text: rgba(245,242,237,0.82);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { background: var(--black); color: var(--white); font-family: 'Syne', sans-serif; overflow-x: hidden; cursor: none; }

  /* CURSOR — see antiGravity.css for enhanced cursor styles */

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 30px 64px; transition: all 0.4s ease; }
  nav.scrolled { padding: 18px 64px; background: rgba(8,8,8,0.93); backdrop-filter: blur(24px); border-bottom: 1px solid var(--border); }
  /* .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; letter-spacing: 0.06em; color: var(--white); text-decoration: none; } */
  /* .nav-logo span { color: var(--gold); } */
  .nav-logo{width: 200px;height: 75px; object-fit: cover;}
  .nav-links { display: flex; gap: 44px; list-style: none; }
  .nav-links a { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.3s; position: relative; }
  .nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.3s; }
  .nav-links a:hover { color: var(--white); }
  .nav-links a:hover::after { width: 100%; }

  /* HERO */
  #hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 64px 84px; position: relative; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 72% 38%, rgba(201,168,76,0.07) 0%, transparent 68%), radial-gradient(ellipse 35% 50% at 15% 75%, rgba(201,168,76,0.04) 0%, transparent 60%), #080808; }
  .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%); }
  .hero-eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 30px; opacity: 0; animation: fadeUp 1s ease 0.3s forwards; position: relative; display: flex; align-items: center; gap: 16px; }
  .hero-eyebrow::before { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); flex-shrink: 0; }
  .hero-name { font-family: 'Cormorant Garamond', serif; font-size: clamp(60px, 9.5vw, 132px); font-weight: 300; line-height: 0.9; letter-spacing: -0.02em; color: var(--white); opacity: 0; animation: fadeUp 1s ease 0.5s forwards; position: relative; margin-bottom: 36px; }
  .hero-name em { font-style: italic; color: var(--gold); }
  .hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; opacity: 0; animation: fadeUp 1s ease 0.8s forwards; position: relative; }
  .hero-tagline { font-size: 15px; color: var(--muted); line-height: 1.75; max-width: 380px; }
  .hero-tagline strong { color: var(--white); font-weight: 600; }
  .hero-stats { display: flex; gap: 52px; align-items: flex-end; }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--white); line-height: 1; text-align: right; }
  .stat-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-top: 5px; text-align: right; }
  .scroll-hint { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0; animation: fadeIn 1.2s ease 1.5s forwards; }
  .scroll-line { width: 1px; height: 56px; background: linear-gradient(to bottom, var(--gold), transparent); animation: pulse 2.2s ease-in-out infinite; }
  @keyframes pulse { 0%,100%{opacity:1;transform:scaleY(1)} 50%{opacity:0.3;transform:scaleY(0.5)} }

  /* MARQUEE */
  .marquee-wrap { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 18px 0; overflow: hidden; background: var(--dark); }
  .marquee-track { display: flex; animation: marquee 28s linear infinite; white-space: nowrap; }
  .m-item { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); padding: 0 36px; flex-shrink: 0; }
  .m-item b { color: var(--gold); font-weight: 400; }
  @keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

  /* SECTIONS */
  section { padding: 120px 64px; }
  .s-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: flex; align-items: center; gap: 14px; }
  .s-label::after { content: ''; width: 50px; height: 1px; background: var(--gold-line); }
  .s-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 5vw, 66px); font-weight: 300; line-height: 1.02; color: var(--white); margin-bottom: 64px; }
  .s-title em { font-style: italic; color: var(--gold); }

  /* ABOUT */
  #about { background: var(--dark); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
  .about-text p { font-family: 'Cormorant Garamond', serif; font-size: 19px; line-height: 1.85; color: var(--text); margin-bottom: 24px; }
  .about-text p strong { color: var(--white); font-weight: 600; }
  .speaking-card { margin-top: 44px; border: 1px solid var(--gold-line); padding: 30px 34px; background: var(--gold-dim); position: relative; }
  .speaking-card::before { content: '"'; font-family: 'Cormorant Garamond', serif; font-size: 88px; color: var(--gold); opacity: 0.25; position: absolute; top: -18px; left: 22px; line-height: 1; pointer-events: none; }
  .speaking-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: var(--white); margin-bottom: 10px; line-height: 1.4; }
  .speaking-meta { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
  /* .about-right {} */
  .discipline-list { margin-bottom: 52px; }
  .d-item { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--border); transition: all 0.3s; }
  .d-item:first-child { border-top: 1px solid var(--border); }
  .d-item:hover { padding-left: 14px; border-color: var(--gold-line); }
  .d-name { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; color: var(--white); letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.3s; }
  .d-item:hover .d-name { color: var(--gold); }
  .d-sub { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--muted); letter-spacing: 0.1em; margin-top: 3px; }
  .d-num { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--muted); }
  .tools-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
  .tools-row { display: flex; flex-wrap: wrap; gap: 8px; }
  .tool { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--border); padding: 7px 14px; transition: all 0.3s; }
  .tool:hover { color: var(--gold); border-color: var(--gold-line); }

  /* WORK */
  #work { background: var(--black); }
  .filter-row { display: flex; gap: 4px; margin-bottom: 56px; flex-wrap: wrap; }
  .fbtn { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); background: none; border: 1px solid var(--border); padding: 10px 22px; cursor: none; transition: all 0.28s; }
  .fbtn.active, .fbtn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
  .work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px; }
  .wc { position: relative; overflow: hidden; background: var(--card); cursor: none; }
  .wc:nth-child(1) { grid-column: span 7; grid-row: span 2; }
  .wc:nth-child(2) { grid-column: span 5; }
  .wc:nth-child(3) { grid-column: span 5; }
  .wc:nth-child(4) { grid-column: span 4; }
  .wc:nth-child(5) { grid-column: span 4; }
  .wc:nth-child(6) { grid-column: span 4; }
  .wc:nth-child(7) { grid-column: span 5; }
  .wc:nth-child(8) { grid-column: span 7; }
  .wc-img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; display: block; transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.5s; filter: brightness(0.72) saturate(0.88); }
  .wc:hover .wc-img { transform: scale(1.07); filter: brightness(0.42) saturate(0.6); }
  .wc-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 26px; background: linear-gradient(to top, rgba(8,8,8,0.88) 0%, transparent 100%); transition: transform 0.4s ease; }
  .wc:hover .wc-info { transform: translateY(-6px); }
  .wc-cat { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
  .wc-name { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; color: var(--white); letter-spacing: 0.03em; }
  .wc-desc { font-family: 'Cormorant Garamond', serif; font-size: 14px; color: var(--muted); line-height: 1.5; margin-top: 8px; opacity: 0; transition: opacity 0.4s 0.08s; }
  .wc:hover .wc-desc { opacity: 1; }
  .wc-link { margin-top: 14px; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; opacity: 0; transition: opacity 0.4s 0.12s; }
  .wc:hover .wc-link { opacity: 1; }

  /* EXPERIENCE */
  #experience { background: var(--dark); }
  .exp-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 88px; }
  .exp-sidebar p { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--text); line-height: 1.75; margin-bottom: 36px; }
  .btn-gold { display: inline-flex; align-items: center; gap: 10px; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--black); background: var(--gold); padding: 16px 32px; text-decoration: none; transition: all 0.3s; cursor: none; }
  .btn-gold:hover { background: var(--white); }
  .btn-outline { display: inline-flex; align-items: center; gap: 10px; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); background: transparent; border: 1px solid var(--gold-line); padding: 15px 32px; text-decoration: none; transition: all 0.3s; cursor: none; margin-top: 12px; }
  .btn-outline:hover { background: var(--gold-dim); border-color: var(--gold); }
  /* .exp-list {} */
  .exp-item { border-bottom: 1px solid var(--border); padding: 40px 0; display: grid; grid-template-columns: 140px 1fr; gap: 36px; transition: padding-left 0.3s; }
  .exp-item:first-child { border-top: 1px solid var(--border); }
  .exp-item:hover { padding-left: 16px; }
  .exp-yr { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.09em; color: var(--gold); line-height: 1.4; }
  .exp-yr span { display: block; color: var(--muted); font-size: 10px; margin-top: 4px; }
  .exp-co { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--white); letter-spacing: 0.02em; margin-bottom: 5px; }
  .exp-role { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
  .exp-desc { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--text); line-height: 1.72; }

  /* RECOGNITION */
  #recognition { background: var(--black); }
  .rec-card { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--border); }
  .rec-l { background: var(--card); padding: 68px; display: flex; flex-direction: column; justify-content: space-between; min-height: 420px; }
  .rec-qmark { font-family: 'Cormorant Garamond', serif; font-size: 110px; color: var(--gold); opacity: 0.18; line-height: 0.75; margin-bottom: 20px; }
  .rec-q { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-style: italic; font-weight: 300; color: var(--white); line-height: 1.42; margin-bottom: 44px; }
  .rec-inst { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--white); margin-bottom: 5px; }
  .rec-det { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.12em; color: var(--gold); text-transform: uppercase; }
  .rec-r { background: var(--dark); padding: 68px; display: flex; flex-direction: column; justify-content: center; gap: 44px; }
  .rec-stat { border-left: 2px solid var(--gold-line); padding-left: 26px; }
  .rec-snum { font-family: 'Cormorant Garamond', serif; font-size: 54px; font-weight: 300; color: var(--white); line-height: 1; }
  .rec-slabel { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
  .rec-ssub { font-family: 'Cormorant Garamond', serif; font-size: 14px; color: var(--muted); font-style: italic; margin-top: 3px; }

  /* CONTACT */
  #contact { background: var(--dark); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
  .c-intro { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--text); line-height: 1.75; margin-bottom: 52px; }
  .c-intro strong { color: var(--white); }
  /* .c-items {} */
  .c-item { display: flex; align-items: flex-start; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--border); text-decoration: none; transition: padding-left 0.3s; cursor: none; }
  .c-item:first-child { border-top: 1px solid var(--border); }
  .c-item:hover { padding-left: 12px; }
  .c-icon { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.1em; color: var(--gold); text-transform: uppercase; min-width: 64px; padding-top: 3px; }
  .c-val { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 500; color: var(--white); transition: color 0.3s; }
  .c-item:hover .c-val { color: var(--gold); }
  .c-sub { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 3px; }
  .c-form-box { background: var(--card); border: 1px solid var(--border); padding: 52px; }
  .c-form-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--white); margin-bottom: 36px; }
  .fg { margin-bottom: 22px; }
  .fl { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 8px; }
  .fi, .ft { width: 100%; background: var(--dark); border: 1px solid var(--border); color: var(--white); font-family: 'Cormorant Garamond', serif; font-size: 16px; padding: 14px 16px; outline: none; transition: border-color 0.3s; resize: none; cursor: none; }
  .fi:focus, .ft:focus { border-color: var(--gold-line); }
  .fi::placeholder, .ft::placeholder { color: var(--muted); }
  .ft { min-height: 120px; }
  .f-submit { width: 100%; background: var(--gold); color: var(--black); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; padding: 18px; border: none; cursor: none; transition: background 0.3s; margin-top: 8px; }
  .f-submit:hover { background: var(--white); }

  /* FOOTER */
  footer { background: var(--black); border-top: 1px solid var(--border); padding: 40px 64px; display: flex; justify-content: space-between; align-items: center; }
  .f-logo { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 300; color: var(--muted); letter-spacing: 0.05em; }
  .f-logo span { color: var(--gold); }
  .f-copy { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.1em; color: var(--muted); }
  .f-links { display: flex; gap: 24px; }
  .f-links a { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.3s; }
  .f-links a:hover { color: var(--gold); }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .rd1 { transition-delay: 0.1s; }
  .rd2 { transition-delay: 0.22s; }
  .rd3 { transition-delay: 0.34s; }

  @keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
  @keyframes fadeIn { from{opacity:0} to{opacity:1} }

  @media(max-width:900px){
    nav{padding:20px 24px}
    nav.scrolled{padding:14px 24px}
    .nav-links{display:none}
    #hero{padding:0 24px 64px}
    section{padding:80px 24px}
    .about-grid,.contact-grid,.rec-card,.exp-grid{grid-template-columns:1fr;gap:40px}
    .wc:nth-child(n){grid-column:span 12}
    footer{flex-direction:column;gap:16px;text-align:center;padding:32px 24px}
    .hero-bottom{flex-direction:column;gap:32px;align-items:flex-start}
    .hero-stats{gap:28px}
    .rec-l,.rec-r{padding:40px 32px}
  }