:root { --paper: #f4f0e8; --ink: #202321; --muted: #72756d; --line: #d8d5cb; --coral: #ed6b4e; --sage: #b8c7a9; --lavender: #c5b8d8; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: ui-sans-serif, system-ui, "PingFang SC", "Microsoft YaHei", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.site-header, .section-shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding: 28px 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 500 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; color: var(--paper); background: var(--ink); border-radius: 50%; font: 600 14px "Noto Serif SC", serif; }
.nav-links { display: flex; gap: 31px; color: var(--muted); font: 500 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.nav-links a, .social-links a, .email-link, [data-back-to-top] { transition: color .2s ease; }
.nav-links a:hover, .social-links a:hover, .email-link:hover, [data-back-to-top]:hover { color: var(--coral); }
.hero { display: grid; grid-template-columns: 1fr .9fr; align-items: center; min-height: 590px; padding: 55px 0 95px; }
.eyebrow, .section-label, .card-meta, .art-note { color: var(--muted); font: 500 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--coral); }
.eyebrow span { display: inline-block; width: 22px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 630px; margin: 25px 0 28px; font: 600 clamp(50px, 7vw, 91px)/1.05 "Noto Serif SC", serif; letter-spacing: -.075em; }
h1 em, .contact h2 em { color: var(--coral); font-style: normal; }
.hero-description { max-width: 430px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.button { display: inline-flex; align-items: center; gap: 22px; margin-top: 22px; padding: 16px 19px; font: 500 11px "DM Mono", monospace; letter-spacing: .04em; }
.button-primary { color: #fff; background: var(--ink); }
.button-primary span { color: var(--coral); font-size: 16px; }
.button-primary:hover { background: var(--coral); }
.hero-art { position: relative; width: min(440px, 100%); height: 400px; justify-self: end; }
.sun { position: absolute; top: 8px; right: 12px; width: 112px; height: 112px; border-radius: 50%; background: var(--coral); }
.portrait-card { position: absolute; inset: 47px 30px 0 46px; overflow: hidden; background: var(--sage); transform: rotate(4deg); }
.portrait-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 40%, rgba(255,255,255,.2)); }
.portrait-head { position: absolute; top: 54px; left: 50%; width: 127px; height: 155px; background: #c88c6d; border-radius: 48% 48% 44% 44%; transform: translateX(-50%); }
.portrait-head::after { content: ""; position: absolute; top: -18px; left: -12px; width: 150px; height: 75px; background: #252526; border-radius: 60% 60% 20% 20%; }
.portrait-body { position: absolute; bottom: -50px; left: 50%; width: 245px; height: 187px; background: #d45d47; border-radius: 50% 50% 0 0; transform: translateX(-50%); }
.portrait-caption { position: absolute; right: 17px; bottom: 15px; color: rgba(32,35,33,.65); font: 500 10px/1.3 "DM Mono", monospace; letter-spacing: .12em; }
.art-note { position: absolute; writing-mode: vertical-rl; }
.note-top { top: 92px; left: 7px; }
.note-bottom { right: 4px; bottom: 3px; }
.about { border-top: 1px solid var(--line); padding: 36px 0 115px; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding: 63px 5% 0; }
.section-kicker { color: var(--coral); font: 500 12px "DM Mono", monospace; letter-spacing: .12em; }
h2 { margin: 13px 0 0; font: 600 clamp(35px, 4.5vw, 61px)/1.12 "Noto Serif SC", serif; letter-spacing: -.06em; }
.about-text { padding-top: 17px; color: var(--muted); font-size: 15px; line-height: 2; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.tags span { padding: 8px 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 20px; font: 500 10px "DM Mono", monospace; }
.vlogs { padding-bottom: 126px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.section-heading > p { max-width: 230px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.vlog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.vlog-card { min-width: 0; }
.vlog-cover { position: relative; height: 260px; overflow: hidden; }
.vlog-cover > span { position: absolute; top: 16px; left: 17px; z-index: 2; color: rgba(32,35,33,.7); font: 500 11px "DM Mono", monospace; }
.cover-one { background: #d5c4a1; }.cover-two { background: #d9c0b9; }.cover-three { background: #a9b7c3; }
.cover-sun, .moon { position: absolute; width: 77px; height: 77px; border-radius: 50%; background: #e88955; }
.cover-sun { top: 55px; right: 53px; }.moon { top: 49px; right: 58px; background: #ece6c9; box-shadow: -13px 5px 0 #a9b7c3; }
.cover-hill, .city { position: absolute; bottom: -54px; left: -10%; width: 125%; height: 150px; background: #879c79; border-radius: 50% 50% 0 0; transform: rotate(-7deg); }.city { bottom: 0; height: 92px; background: #687585; border-radius: 0; transform: none; clip-path: polygon(0 60%, 10% 48%, 20% 68%, 29% 25%, 38% 58%, 50% 38%, 59% 60%, 70% 19%, 78% 55%, 90% 42%, 100% 62%, 100% 100%, 0 100%); }
.window { position: absolute; inset: 28px 43px 0; border: 9px solid rgba(255,255,255,.55); border-bottom: 0; }.plant { position: absolute; left: 28px; bottom: -6px; width: 105px; height: 125px; background: #738b67; border-radius: 50% 50% 10% 10%; transform: rotate(-17deg); }
.card-meta { display: flex; justify-content: space-between; margin-top: 18px; font-size: 9px; }.card-meta span:last-child { color: var(--coral); }
.vlog-card h3 { margin: 15px 0 8px; font: 600 18px "Noto Serif SC", serif; }.vlog-card p { margin: 0; color: var(--muted); font-size: 12px; }
.contact { padding-bottom: 95px; }.contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding: 72px 8%; background: var(--lavender); }.contact-side { padding-top: 14px; }.contact-side > p { max-width: 300px; color: rgba(32,35,33,.68); font-size: 14px; line-height: 1.8; }.email-link { display: inline-block; margin: 20px 0 32px; border-bottom: 1px solid var(--ink); font: 500 14px "DM Mono", monospace; }.email-link span { color: var(--coral); }.social-links { display: flex; flex-wrap: wrap; gap: 19px; color: rgba(32,35,33,.65); font: 500 10px "DM Mono", monospace; }
.site-footer { display: flex; justify-content: space-between; padding: 24px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font: 10px "DM Mono", monospace; letter-spacing: .1em; }.site-footer button { padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .1em; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
@media (max-width: 720px) { .site-header, .section-shell { width: min(100% - 36px, 560px); }.site-header { padding: 20px 0; }.nav-links { gap: 13px; font-size: 9px; }.hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding: 60px 0 82px; }.hero-copy { position: relative; z-index: 1; }.hero-art { align-self: center; height: 330px; margin-top: 34px; transform: scale(.82); transform-origin: top center; }.portrait-card { inset: 47px 20px 0 40px; } h1 { font-size: clamp(48px, 14vw, 70px); }.about-content, .contact-box { grid-template-columns: 1fr; gap: 30px; padding-left: 0; padding-right: 0; }.about-content { padding-top: 45px; }.about { padding-bottom: 85px; }.section-heading { display: block; margin-bottom: 32px; }.section-heading > p { margin-top: 18px; }.vlog-grid { grid-template-columns: 1fr; gap: 49px; }.vlog-cover { height: min(78vw, 360px); }.contact-box { padding: 46px 28px; }.site-footer { font-size: 8px; } }
