@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f6efe6;--surface: #fff8f3;--surface-soft: #f9f1ea;--text: #403129;--text-muted: #8e7466;--pink: #f2a8bf;--pink-soft: #fde5ed;--sage: #9cb79a;--line: rgba(109, 83, 70, .14);--shadow: 0 18px 45px rgba(74, 49, 35, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:var(--bg);color:var(--text)}img{display:block;max-width:100%}button,a{font:inherit}.homepage{min-height:100vh}.hero-shell{padding:2rem 1.5rem 1rem;display:flex;justify-content:center}.hero-image-wrap{position:relative;width:min(1240px,100%);margin:0 auto;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.hero-image{width:100%;min-height:620px;object-fit:cover;object-position:center center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-menu,.hero-intro{pointer-events:auto}.hero-menu{position:absolute;top:38px;left:38px;width:min(320px,30vw);padding:1.4rem;border-radius:22px;background:#fff9f5f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(214,188,173,.75);box-shadow:0 8px 28px #40271f2e}.hero-intro{position:absolute;top:92px;right:52px;width:min(480px,42vw);padding:1.75rem 1.9rem;border-radius:24px;background:#fffaf6f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(222,197,184,.82);box-shadow:0 10px 30px #52392b24}.hero-menu-header{margin-bottom:1.15rem}.hero-menu-kicker,.section-kicker,.hero-intro-kicker{margin:0 0 .35rem;font-size:.74rem;text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted)}.hero-menu-title,.section-heading h2,.contact-card h2{margin:0;font-family:Fraunces,serif;font-weight:600;line-height:1.05}.hero-menu-title{font-size:1.35rem}.hero-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.hero-menu-link{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;text-align:left;padding:.72rem .8rem;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--text);cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.hero-menu-link:hover,.hero-menu-link:focus-visible{background:var(--pink-soft);border-color:#e7b0c6a6;box-shadow:0 6px 16px #cf86a12e;transform:translateY(-1px);outline:none}.hero-menu-link.is-active{background:linear-gradient(180deg,#fce4edf2,#fff5f8f2);border-color:#e7b0c6e6;box-shadow:0 8px 18px #ca7f9a2e}.hero-menu-label{font-size:.92rem;font-weight:600}.hero-menu-desc{font-size:.77rem;line-height:1.45;color:var(--text-muted)}.hero-intro-title{margin:0 0 .8rem;font-family:Fraunces,serif;font-size:clamp(2rem,1.3rem + 1.7vw,3rem);font-weight:600;line-height:1.08}.hero-intro-body,.section-heading p,.info-card p,.about-card p,.contact-card p{margin:0;color:var(--text-muted);line-height:1.7}.hero-intro-body{margin-bottom:1.4rem;max-width:34rem}.hero-intro-actions,.contact-links{display:flex;flex-wrap:wrap;gap:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1.15rem;border-radius:999px;text-decoration:none;border:1px solid transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--pink);color:#3b2924;box-shadow:0 10px 20px #d482a047}.btn-primary:hover{background:#ec97b1}.btn-ghost{background:#ffffffb3;color:var(--text);border-color:#b89b8d80}.content-section{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.section-soft{position:relative}.section-heading{max-width:680px;margin-bottom:1.5rem}.section-heading.compact{margin-bottom:0}.section-heading h2,.contact-card h2{font-size:clamp(1.8rem,1.3rem + 1vw,2.6rem);margin-bottom:.65rem}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.info-card,.about-card,.contact-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:0 10px 24px #543a2e0f}.info-card{padding:1.4rem}.info-card h3{margin:0 0 .55rem;font-family:Fraunces,serif;font-size:1.25rem}.split-layout{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:1.5rem;align-items:start}.chip-wrap{display:flex;flex-wrap:wrap;gap:.8rem;align-content:flex-start}.skill-chip{display:inline-flex;align-items:center;min-height:42px;padding:.72rem 1rem;border-radius:999px;background:var(--surface);border:1px solid rgba(171,148,138,.3);box-shadow:0 8px 20px #543a2e0d}.about-card,.contact-card{padding:1.7rem}.about-card{max-width:760px}.about-card p+p{margin-top:1rem}.contact-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.contact-links a{display:inline-flex;align-items:center;min-height:44px;padding:.65rem 1rem;border-radius:999px;background:var(--surface-soft);color:var(--text);text-decoration:none;border:1px solid rgba(171,148,138,.24)}.contact-links a:hover{background:var(--pink-soft)}@media(max-width:1180px){.hero-image{min-height:560px}.hero-menu{top:28px;left:28px;width:min(300px,36vw)}.hero-intro{top:auto;bottom:28px;right:28px;width:min(440px,46vw)}}@media(max-width:980px){.hero-shell{padding-inline:1rem}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-menu{top:20px;left:20px;width:min(280px,42vw)}.hero-intro{right:20px;bottom:20px;top:auto;width:min(400px,48vw);padding:1.45rem 1.5rem}.card-grid,.split-layout,.contact-card{grid-template-columns:1fr;flex-direction:column}}@media(max-width:720px){.hero-shell{padding:0;display:block}.hero-image-wrap{border-radius:0}.hero-image{min-height:420px}.hero-overlay{position:static;display:flex;flex-direction:column;gap:1rem;margin-top:-4rem;padding:0 1rem 1rem;background:linear-gradient(to bottom,#f6efe600,#f6efe6 30%)}.hero-menu,.hero-intro{position:static;width:100%;max-width:100%}.content-section{padding:1.5rem 1rem 3rem}.card-grid{grid-template-columns:1fr}}
