:root {
  --bg: #0b1114;
  --surface: #111a1e;
  --surface-2: #172328;
  --text: #eef5f3;
  --muted: #9aaca9;
  --faint: #5e7371;
  --line: rgba(203, 229, 222, 0.14);
  --accent: #6de4a8;
  --accent-2: #78bfff;
  --accent-dark: #112d27;
  --shadow: rgba(0, 0, 0, 0.28);
}
:root.light {
  --bg: #f4f8f6;
  --surface: #ffffff;
  --surface-2: #eaf3ef;
  --text: #15211f;
  --muted: #5e706c;
  --faint: #92a19e;
  --line: rgba(21, 33, 31, 0.14);
  --accent: #087e54;
  --accent-2: #1670b8;
  --accent-dark: #dcefe7;
  --shadow: rgba(20, 44, 36, 0.1);
}
* { box-sizing: border-box; }
  .about-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: 90px; }
  .about-copy h2 { font-size: clamp(2.4rem, 4.5vw, 4.4rem); line-height: 1.05; letter-spacing: -3px; margin: 0 0 35px; max-width: 720px; }
  .about-copy .intro-text { max-width: 660px; }
  .about-copy .intro-text p { max-width: 650px; }
  .about-button { margin-top: 12px; }
  .about-photo { width: min(100%, 420px); aspect-ratio: 1 / 1; justify-self: end; position: relative; display: grid; place-items: center; border: 2px solid var(--accent); border-radius: 48% 52% 54% 46% / 45% 43% 57% 55%; background: radial-gradient(circle at 46% 38%, color-mix(in srgb, var(--accent) 25%, transparent), transparent 58%), var(--surface-2); box-shadow: 0 0 45px color-mix(in srgb, var(--accent) 28%, transparent); transform: rotate(2deg); overflow: hidden; }
  .about-photo::before { content: ""; position: absolute; inset: 14px; border: 1px dashed color-mix(in srgb, var(--accent) 55%, transparent); border-radius: inherit; }
  .about-photo-placeholder { display: grid; place-items: center; gap: 8px; transform: rotate(-2deg); color: var(--accent); }
  .about-photo-placeholder strong { font-size: clamp(4.5rem, 8vw, 7rem); letter-spacing: -7px; }
  .about-photo-placeholder span { font: 10px "DM Mono", monospace; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
  .about-photo-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; border-radius: inherit; transform: rotate(-2deg) scale(1.02); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Manrope", sans-serif; transition: background .3s ease, color .3s ease; overflow-x: hidden; }
@media (max-width: 900px) { .about-layout { grid-template-columns: 1fr; gap: 55px; } .about-copy h2 { margin-bottom: 30px; } .about-photo { width: min(82vw, 360px); justify-self: center; } }
.skill-carousel { position: relative; overflow: hidden; }.skill-track { display: flex; width: max-content; gap: 18px; padding: 4px 2px 20px; animation: skill-loop 26s linear infinite; will-change: transform; }.skill-track .skill-item { flex: 0 0 clamp(180px, 22vw, 235px); min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, var(--surface), var(--surface-2)); text-align: center; transition: border-color .2s ease, transform .2s ease; }.skill-track .skill-item:hover { border-color: var(--accent); transform: translateY(-5px); }.skill-track .skill-icon { width: 48px; height: 48px; border: 0; font-size: 46px; display: grid; place-items: center; }.skill-track .skill-item > span:last-child { font-size: 15px; }.skill-carousel-controls { display: none; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.page-glow { position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 80% 0%, rgba(82, 198, 149, .1), transparent 28%), radial-gradient(circle at 0% 55%, rgba(68, 146, 219, .07), transparent 25%); z-index: -1; }
.site-header { width: min(1280px, calc(100% - 72px)); margin: 0 auto; padding: 27px 0; display: flex; align-items: center; justify-content: space-between; gap: 36px; border-bottom: 1px solid var(--line); }
.brand { font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -1.4px; white-space: nowrap; }.brand span { color: var(--accent); }
.main-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 18px; }.main-nav a, .header-contact { font-size: 14px; color: var(--muted); transition: color .2s; }.main-nav a:hover, .header-contact:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 10px; }.icon-button { border: 1px solid var(--line); background: transparent; width: 39px; height: 39px; border-radius: 50%; cursor: pointer; color: var(--muted); font-size: 11px; }.icon-button:hover { border-color: var(--accent); color: var(--accent); }.theme-button { font-size: 17px; }.header-contact { border-left: 1px solid var(--line); padding-left: 24px; margin-left: 10px; }
.section-shell { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }.hero { min-height: calc(100vh - 104px); display: grid; place-items: center; padding: 62px 0 105px; text-align: center; }.hero-copy { width: 100%; }.eyebrow, .section-label, .project-type, .timeline-type { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 1.6px; color: var(--muted); }.eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; text-transform: uppercase; }.hero-greeting { color: var(--accent); font-size: clamp(1.25rem, 2.2vw, 1.8rem); letter-spacing: 0; text-transform: none; font-weight: 600; }.status-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 13%, transparent); }.hero h1 { font-size: clamp(3.7rem, 8vw, 7.8rem); letter-spacing: -7px; line-height: .97; margin: 28px 0 24px; font-weight: 500; }.hero h1 strong { font-weight: 800; }.accent { color: var(--accent); }.hero-role { min-height: 31px; color: var(--muted); font-size: clamp(1.2rem, 2.2vw, 1.75rem); font-weight: 600; margin: 0 0 20px; letter-spacing: -.5px; }.typing-text::after { content: ""; display: inline-block; width: 2px; height: 1.1em; margin-left: 5px; vertical-align: -.15em; background: var(--accent); animation: blink 1s steps(1) infinite; }.hero-description { max-width: 590px; margin: 0 auto; color: var(--muted); line-height: 1.8; font-size: 14px; }.hero-actions { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 34px; }.button { font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; transition: transform .2s ease, background .2s ease, color .2s ease; }.button:hover { transform: translateY(-3px); }.button-primary, .button-outline { border-radius: 999px; padding: 15px 25px; }.button-primary { background: var(--accent); color: #082017; animation: gentle-pulse 2.4s ease-in-out infinite; }.button-primary:hover { animation: none; }.button-outline { border: 1px solid var(--accent); color: var(--accent); }.button-outline:hover { background: var(--accent); color: #082017; }.hero-meta { display: none; }.hero-visual { display: none; }
.hero-visual { position: relative; display: flex; justify-content: center; overflow: hidden; }.portrait-frame { width: min(390px, 80%); aspect-ratio: .83; position: relative; background: linear-gradient(145deg, var(--surface-2), var(--surface)); border: 1px solid var(--line); box-shadow: 25px 25px 0 rgba(100, 220, 168, .08); transform: rotate(3deg); }.portrait-placeholder { position: absolute; inset: 12%; border: 1px dashed color-mix(in srgb, var(--accent) 50%, transparent); display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 15%, transparent), transparent 60%); }.portrait-placeholder span { font-size: clamp(4rem, 9vw, 8rem); font-weight: 800; letter-spacing: -7px; color: var(--accent); opacity: .8; }.portrait-placeholder small { font: 10px "DM Mono", monospace; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; }.portrait-tag { position: absolute; font: 9px "DM Mono", monospace; letter-spacing: 1.5px; padding: 9px 11px; background: var(--accent); color: #092118; }.tag-top { top: 15%; right: -17px; }.tag-bottom { bottom: 14%; left: -26px; background: var(--surface); color: var(--accent); border: 1px solid var(--line); }.orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); border-radius: 50%; pointer-events: none; }.orbit-one { width: 470px; height: 180px; transform: rotate(-25deg); }.orbit-two { width: 500px; height: 245px; transform: rotate(25deg); opacity: .4; }
.intro-band, .skills-section, .career-section, .projects-section { border-top: 1px solid var(--line); padding: 105px 0; }.section-label { display: flex; gap: 18px; color: var(--accent); margin-bottom: 45px; }.section-label span:last-child { color: var(--muted); }.intro-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }.intro-content h2, .section-heading h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -3px; margin: 0; max-width: 680px; }.intro-text { padding-top: 7px; max-width: 410px; }.intro-text p, .section-heading p { color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0 0 20px; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 58px; }.section-heading > p { max-width: 325px; margin-bottom: 3px; }.skill-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.skill-item { display: flex; align-items: center; gap: 16px; padding: 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }.skill-icon { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--accent); font: 12px "DM Mono", monospace; }.icon-react { font-size: 25px; }.icon-java { font-size: 17px; }.icon-db, .icon-git { font-size: 20px; }
.timeline { border-top: 1px solid var(--line); }.timeline-item { display: grid; grid-template-columns: 160px 30px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }.timeline-date { font: 10px "DM Mono", monospace; color: var(--faint); padding-top: 4px; text-transform: uppercase; }.timeline-marker { width: 9px; height: 9px; border: 1px solid var(--accent); border-radius: 50%; margin-top: 5px; position: relative; }.timeline-item:not(:last-child) .timeline-marker:after { content: ""; position: absolute; top: 8px; left: 3px; width: 1px; height: 98px; background: var(--line); }.timeline-item.current .timeline-marker { background: var(--accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 14%, transparent); }.timeline-type { color: var(--accent); margin: 0 0 10px; }.timeline-copy h3 { margin: 0; font-size: 22px; letter-spacing: -1px; }.timeline-copy h4 { color: var(--muted); margin: 7px 0 12px; font-size: 12px; font-weight: 600; }.timeline-copy p:last-child { color: var(--muted); margin: 0; font-size: 13px; line-height: 1.7; max-width: 550px; }
.projects-heading { margin-bottom: 50px; }.project-count { color: var(--faint); font: 11px "DM Mono", monospace; }.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.project-card { border: 1px solid var(--line); background: var(--surface); transition: transform .25s ease, border .25s ease, box-shadow .25s ease; }.project-card:hover { transform: translateY(-8px); border-color: var(--accent); box-shadow: 15px 15px 0 var(--shadow); }.project-art { min-height: 280px; display: grid; place-items: center; position: relative; overflow: hidden; }.project-blue .project-art { background: #12303d; }.project-green .project-art { background: #18362f; }.light .project-blue .project-art { background: #c9e4ec; }.light .project-green .project-art { background: #cde8db; }.terminal, .task-window { width: 65%; background: #081114; color: #d5e9e1; padding: 23px; box-shadow: 12px 12px 0 rgba(0,0,0,.15); font: 11px/2 "DM Mono", monospace; transform: rotate(-4deg); }.terminal-top { display: flex; gap: 5px; margin-bottom: 21px; }.terminal-top i { width: 6px; height: 6px; border-radius: 50%; background: #74918c; }.terminal b { color: #6de4a8; }.terminal-green { color: #6de4a8; }.terminal-muted { color: #71918a; }.task-window { transform: rotate(4deg); display: flex; flex-direction: column; gap: 10px; }.task-title { color: #6de4a8; margin-bottom: 8px; }.task-line { color: #9fb4ae; }.task-line.done { color: #6de4a8; }.art-index { position: absolute; top: 20px; right: 20px; color: rgba(255,255,255,.5); font: 11px "DM Mono", monospace; }.project-info { display: flex; justify-content: space-between; padding: 25px 25px 0; }.project-type { color: var(--accent); margin: 0 0 8px; }.project-info h3 { font-size: 23px; letter-spacing: -1px; margin: 0; }.project-arrow { font-size: 25px; color: var(--accent); }.project-description { padding: 0 25px; color: var(--muted); font-size: 13px; line-height: 1.6; }.project-tags { display: flex; gap: 8px; padding: 8px 25px 27px; }.project-tags span { border: 1px solid var(--line); color: var(--faint); padding: 6px 8px; font: 10px "DM Mono", monospace; }
.contact-section { padding-bottom: 100px; }.contact-card { background: var(--surface-2); padding: 78px 9%; text-align: center; border: 1px solid var(--line); position: relative; overflow: hidden; }.contact-card:after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid color-mix(in srgb, var(--accent) 20%, transparent); border-radius: 50%; right: -170px; bottom: -250px; }.contact-card .section-label { justify-content: center; margin-bottom: 30px; }.contact-card h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -4px; }.contact-card > p { color: var(--muted); font-size: 14px; margin: 20px auto 28px; }.contact-email { color: var(--accent); font: 16px "DM Mono", monospace; }.contact-email span { margin-left: 10px; }.contact-links { margin-top: 50px; display: flex; justify-content: center; gap: 30px; }.contact-links a, .contact-links button { background: none; border: 0; cursor: pointer; color: var(--muted); font-size: 12px; }.contact-links a:hover, .contact-links button:hover { color: var(--accent); }.site-footer { border-top: 1px solid var(--line); padding: 23px 0 30px; display: flex; justify-content: space-between; color: var(--faint); font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .7px; }.site-footer a:hover { color: var(--accent); }
.reveal { opacity: 0; transform: translateY(20px); animation: reveal .8s ease forwards; }.reveal-delay { animation-delay: .18s; } @keyframes reveal { to { opacity: 1; transform: translateY(0); } } @keyframes blink { 50% { opacity: 0; } } @keyframes gentle-pulse { 0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 65%, transparent); } 50% { box-shadow: 0 0 0 15px color-mix(in srgb, var(--accent) 0%, transparent); transform: scale(1.045); } } @keyframes skill-loop { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 9px)); } }
@media (max-width: 900px) { .site-header, .section-shell { width: min(100% - 36px, 1200px); }.site-header { padding: 20px 0; }.main-nav { display: none; }.header-contact { padding-left: 13px; margin-left: 0; }.hero { display: flex; flex-direction: column; align-items: stretch; padding: 55px 0 90px; gap: 65px; }.hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); letter-spacing: -5px; }.hero-role { font-size: 17px; }.hero-meta { margin-top: 45px; }.hero-visual { padding-right: 15px; }.portrait-frame { width: 75%; }.intro-band, .skills-section, .career-section, .projects-section { padding: 75px 0; }.intro-content { display: block; }.intro-content h2 { margin-bottom: 35px; }.section-heading { display: block; margin-bottom: 35px; }.section-heading h2 { margin-bottom: 20px; }.skill-grid { grid-template-columns: 1fr 1fr; }.skill-item { padding: 17px 12px; font-size: 11px; gap: 9px; }.skill-icon { width: 31px; height: 31px; }.timeline-item { grid-template-columns: 1fr 20px; gap: 12px; }.timeline-date { grid-column: 1 / -1; }.timeline-copy { grid-column: 1; grid-row: 2; }.timeline-marker { grid-column: 2; grid-row: 2; }.timeline-item:not(:last-child) .timeline-marker:after { height: 160px; }.project-grid { grid-template-columns: 1fr; }.project-art { min-height: 235px; }.site-footer { flex-direction: column; gap: 13px; }.contact-card { padding: 55px 20px; }.contact-card h2 { letter-spacing: -2px; }.contact-links { gap: 15px; flex-wrap: wrap; }.tag-top { right: -9px; }.tag-bottom { left: -15px; } }

/* Reference-inspired layout, using Raphael's green and blue palette. */
:root { --bg: #0b1018; --surface: #121b27; --surface-2: #172536; --text: #f1f7f5; --muted: #9aa9b8; --faint: #657687; --line: rgba(179, 207, 225, .14); --accent: #69e5a8; --accent-2: #72b9ff; --accent-dark: #102c2a; --shadow: rgba(0, 0, 0, .3); }
:root.light { --bg: #f4f8fb; --surface: #fff; --surface-2: #e9f2f7; --text: #15222d; --muted: #5c6e7c; --faint: #8ea0ad; --line: rgba(21, 34, 45, .14); --accent: #087e54; --accent-2: #1b70b6; --accent-dark: #dcefe7; --shadow: rgba(20, 45, 60, .12); }
body { background: var(--bg); }
#sobre, #skills, #trajetoria, #projetos, #contato { scroll-margin-top: 18px; }
h2 { scroll-margin-top: 20px; }
.page-glow { background: radial-gradient(circle at 12% 10%, rgba(91, 177, 255, .11), transparent 25%), radial-gradient(circle at 88% 34%, rgba(82, 226, 160, .08), transparent 25%); }
.site-header { max-width: 1240px; padding: 21px 0; border-bottom-color: var(--line); }
.brand { font-size: 22px; }
.main-nav a, .header-contact { font-size: 13px; }
.hero { position: relative; min-height: calc(100vh - 83px); padding: 90px 0 120px; overflow: hidden; }
.hero:before { content: "const developer = 'Raphael';\A\Awhile (learning) {\A  keepBuilding();\A}"; white-space: pre; position: absolute; left: -2%; top: 22%; color: color-mix(in srgb, var(--accent-2) 18%, transparent); font: 13px/2 "DM Mono", monospace; transform: rotate(-9deg); opacity: .6; pointer-events: none; }
.hero:after { content: "<section class=portfolio>\A  build(ideas);\A</section>"; white-space: pre; position: absolute; right: -1%; bottom: 20%; color: color-mix(in srgb, var(--accent) 15%, transparent); font: 13px/2 "DM Mono", monospace; transform: rotate(8deg); opacity: .55; pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.hero-greeting { font-family: "Manrope", sans-serif; font-style: italic; font-weight: 700; }
.hero-greeting .status-dot { width: 11px; height: 11px; transform: rotate(45deg); border-radius: 2px; }
.hero h1 { font-size: clamp(3.5rem, 8vw, 7.4rem); margin: 34px 0 24px; letter-spacing: -6px; }
.hero-role { color: var(--muted); font-size: clamp(1.25rem, 2.4vw, 2rem); }
.hero-description { max-width: 600px; font-size: 15px; }
.hero-actions { margin-top: 38px; }
.button-primary, .button-outline { padding: 15px 28px; }
.intro-band, .skills-section, .career-section, .projects-section { padding: 112px 0; border-top: 1px solid var(--line); }
.section-label { align-items: center; gap: 14px; margin-bottom: 42px; font-family: "Manrope", sans-serif; font-style: italic; font-size: 17px; font-weight: 700; letter-spacing: 0; }.section-label span:first-child { display: none; }.section-label span:last-child:before { content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 13px; vertical-align: -2px; border-radius: 3px; background: var(--accent); box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 45%, transparent); transform: rotate(45deg); }.section-label span:last-child { color: var(--accent); }
.about-copy h2, .section-heading h2 { letter-spacing: -3px; }.about-copy h2 { font-size: clamp(2.8rem, 5vw, 5rem); }.about-copy .intro-text p, .section-heading p { font-size: 15px; }
.about-photo { border-radius: 48% 52% 54% 46% / 45% 43% 57% 55%; border-color: var(--accent-2); box-shadow: 0 0 50px color-mix(in srgb, var(--accent-2) 28%, transparent); }
.skills-section .section-heading { display: block; text-align: center; }.skills-section .section-heading h2 { max-width: none; font-size: clamp(2.4rem, 5vw, 4.8rem); }.skills-section .section-heading p { max-width: 650px; margin: 23px auto 50px; }
.skill-carousel { margin: 0 -20px; padding: 0 20px; }.skill-track { gap: 22px; }.skill-track .skill-item { flex-basis: 215px; min-height: 184px; border-radius: 16px; background: linear-gradient(145deg, color-mix(in srgb, var(--surface) 85%, transparent), var(--surface-2)); }.skill-track .skill-icon { font-size: 48px; }
.career-section .section-heading, .projects-section .section-heading { margin-bottom: 52px; }.career-section .section-heading p, .projects-section .section-heading p { max-width: 500px; }.timeline { border-top-color: var(--line); }.timeline-item { padding: 34px 0; }.timeline-copy h3 { font-size: 24px; }.timeline-copy h4 { color: var(--accent-2); }
.project-grid { gap: 25px; }.project-card { border-radius: 14px; overflow: hidden; }.project-art { min-height: 285px; }.project-blue .project-art { background: linear-gradient(135deg, #123648, #162632); }.project-green .project-art { background: linear-gradient(135deg, #12352f, #18272c); }.project-info { padding-top: 28px; }.project-info h3 { font-size: 25px; }
.contact-section { padding-bottom: 110px; }.contact-card { border-radius: 16px; background: linear-gradient(135deg, var(--surface-2), var(--surface)); }.contact-card h2 { letter-spacing: -3px; }.contact-email { color: var(--accent); }
.site-footer { max-width: 1240px; }
@media (max-width: 900px) { .site-header, .section-shell { width: min(100% - 36px, 1240px); }.site-header { padding: 18px 0; }.main-nav { display: none; }.header-contact { padding-left: 12px; margin-left: 0; }.hero { min-height: calc(100vh - 75px); padding: 65px 0 90px; }.hero:before, .hero:after { opacity: .3; font-size: 10px; }.hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); letter-spacing: -4px; }.hero-role { font-size: 17px; }.intro-band, .skills-section, .career-section, .projects-section { padding: 76px 0; }.about-layout { grid-template-columns: 1fr; gap: 55px; }.about-copy h2 { font-size: clamp(2.6rem, 12vw, 4rem); }.about-photo { width: min(82vw, 360px); justify-self: center; }.skills-section .section-heading h2 { font-size: clamp(2.3rem, 11vw, 4rem); }.skill-carousel { margin: 0 -8px; padding: 0 8px; }.skill-track .skill-item { flex-basis: min(72vw, 235px); }.timeline-item { grid-template-columns: 1fr 20px; gap: 12px; }.timeline-date { grid-column: 1 / -1; }.timeline-copy { grid-column: 1; grid-row: 2; }.timeline-marker { grid-column: 2; grid-row: 2; }.project-grid { grid-template-columns: 1fr; }.project-art { min-height: 235px; }.site-footer { flex-direction: column; gap: 13px; } }
.section-label { justify-content: center; text-align: center; }
.section-heading { display: block; text-align: center; }
.section-heading h2 { margin-left: auto; margin-right: auto; }
.section-heading p { margin-left: auto; margin-right: auto; }
.about-copy h2 { text-align: center; margin-left: auto; margin-right: auto; }
.about-copy .intro-text { margin-left: auto; margin-right: auto; text-align: center; }
.about-button { display: flex; width: fit-content; margin-left: auto; margin-right: auto; }
.career-section .timeline { text-align: left; }
.reveal { opacity: 0; transform: translateY(32px); animation: none; }
.reveal.is-visible { animation: reveal-on-scroll .8s cubic-bezier(.2, .7, .2, 1) forwards; }
@keyframes reveal-on-scroll { to { opacity: 1; transform: translateY(0); } }
.career-section .section-heading { margin-bottom: 52px; }
.career-section .timeline { max-width: 1080px; margin: 0 auto; border-top: 0; position: relative; }
.career-section .timeline:before { content: ""; position: absolute; top: 28px; bottom: 28px; left: 142px; width: 1px; background: color-mix(in srgb, var(--accent) 50%, transparent); }
.career-section .timeline-item { position: relative; grid-template-columns: 110px 28px minmax(0, 1fr); gap: 18px; align-items: start; padding: 18px 0; border-bottom: 0; }
.career-section .timeline-date { padding-top: 7px; color: var(--accent); font: 11px "DM Mono", monospace; text-transform: none; text-align: right; }
.career-section .timeline-marker { grid-column: 2; width: 11px; height: 11px; margin: 8px auto 0; background: var(--accent); border: 0; box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 14%, transparent); z-index: 1; }
.career-section .timeline-item:not(:last-child) .timeline-marker:after { display: none; }
.career-section .timeline-copy { grid-column: 3; padding: 22px 24px; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--surface-2) 72%, transparent)); }
.timeline-topline { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.career-section .timeline-type { margin: 0 0 10px; color: var(--accent); font: 10px "DM Mono", monospace; letter-spacing: 1px; }
.timeline-status { padding: 5px 10px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 18%, transparent); color: var(--accent); font: 10px "DM Mono", monospace; }
.career-section .timeline-copy h3 { margin: 0; font-size: 18px; letter-spacing: -.5px; }
.career-section .timeline-copy h4 { margin: 7px 0 11px; color: var(--accent-2); font-size: 12px; }
.career-section .timeline-copy p:last-child { max-width: none; font-size: 12px; }
@media (max-width: 700px) { .career-section .timeline:before { left: 8px; top: 30px; bottom: 30px; }.career-section .timeline-item { grid-template-columns: 16px minmax(0, 1fr); gap: 14px; padding: 14px 0; }.career-section .timeline-date { grid-column: 1 / -1; padding: 0 0 4px; text-align: left; }.career-section .timeline-marker { grid-column: 1; grid-row: 2; margin-top: 8px; }.career-section .timeline-copy { grid-column: 2; grid-row: 2; padding: 18px 16px; }.career-section .timeline-copy h3 { font-size: 16px; } }
.skills-section .section-heading h2, .career-section .section-heading h2, .projects-section .section-heading h2, .contact-section h2 { max-width: none; color: var(--text); }
.accent-word { color: var(--accent); }
.skills-section .section-heading h2, .career-section .section-heading h2, .projects-section .section-heading h2 { white-space: nowrap; }
.skills-section .section-heading p, .career-section .section-heading p, .projects-section .section-heading p { max-width: 680px; margin-top: 24px; }
.contact-section h2 { margin-bottom: 24px; }
@media (max-width: 900px) { .skills-section .section-heading h2, .career-section .section-heading h2, .projects-section .section-heading h2 { white-space: normal; } }
.hero h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); }
.about-copy h2 { font-size: clamp(2.4rem, 4.2vw, 4.1rem); }
.skills-section .section-heading h2, .career-section .section-heading h2, .projects-section .section-heading h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
.contact-section h2 { font-size: clamp(2.2rem, 4.3vw, 4.3rem); }
.career-section .timeline-copy h3 { font-size: 21px; }
h1, h2, h3, h4 { font-family: "Comic Sans MS", "Comic Sans", cursive; }
.site-header { position: sticky; top: 0; z-index: 1000; width: 100%; max-width: none; padding-left: max(36px, calc((100% - 1240px) / 2)); padding-right: max(36px, calc((100% - 1240px) / 2)); background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-header { position: sticky; }
.main-nav { position: absolute; left: 50%; margin: 0; transform: translateX(-50%); }
.main-nav a { font-size: 14px; }
@media (max-width: 900px) { .site-header { width: 100%; padding-left: 18px; padding-right: 18px; } }
