.site-header { position: fixed; z-index: 100; top: 10px; left: 10px; right: 10px; padding: 0; transition: top .35s var(--ease), left .35s var(--ease), right .35s var(--ease), padding .35s var(--ease); }
.nav-shell { width: 100%; min-height: 68px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 26px; border: 1px solid transparent; border-radius: 10px 10px 0 0; background: rgba(255,255,255,.96); transition: width .35s var(--ease), min-height .35s var(--ease), padding .35s var(--ease), background .35s, border .35s, border-radius .35s, box-shadow .35s, backdrop-filter .35s; }
.site-header.is-scrolled { top: 0; left: 0; right: 0; padding: 10px 24px; }
.site-header.is-scrolled .nav-shell { width: min(980px, calc(100vw - 48px)); min-height: 58px; padding: 0 10px 0 22px; border-color: rgba(11,11,11,.14); border-radius: 999px; background: rgba(245, 245, 242, .86); box-shadow: 0 10px 30px rgba(0,0,0,.09); backdrop-filter: blur(18px) saturate(1.05); }
.nav-brand { justify-self: start; font-family: var(--display); font-size: 23px; font-weight: 950; letter-spacing: -.055em; }
.nav-brand span { color: var(--yellow); }
.nav-links { display: flex; justify-content: center; gap: clamp(20px, 3.2vw, 50px); }
.nav-links a { position: relative; min-height: 44px; display: flex; align-items: center; padding: 10px 0; font-size: 14px; font-weight: 700; }
.nav-links a::after { content: ""; position: absolute; left: 50%; bottom: 5px; width: 0; height: 3px; border-radius: 100%; background: var(--yellow); transform: translateX(-50%) rotate(-2deg); transition: width .3s var(--ease); }
.nav-links a.is-active { color: var(--blue); }
.nav-links a.is-active::after { width: 105%; }
.nav-contact { min-height: 44px; justify-self: end; padding: 9px 18px; border: 0; border-radius: 0; background: var(--ink); color: white; cursor: pointer; font-size: 12px; font-weight: 750; }
.site-header.is-scrolled .nav-contact { min-height: 44px; border-radius: 999px; }
.nav-menu-button { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: center; isolation: isolate; border: 10px solid #0c0c0c; border-radius: 18px; padding: 78px 4vw 60px; background: #fff; }
.hero::after { content: ""; position: absolute; z-index: 4; left: 20%; right: 20%; bottom: 0; height: 32%; background: linear-gradient(transparent, rgba(255,255,255,.92) 62%, #fff 84%); pointer-events: none; }
.hero-greeting { position: absolute; z-index: 8; top: 14%; left: 50%; margin: 0; color: #545451; font-size: 13px; transform: translate(calc(-50% + var(--px, 0px)), var(--py, 0px)); transition: transform .18s ease-out; white-space: nowrap; }
.hero-words { position: absolute; z-index: 1; left: 50%; top: 43%; width: min(1320px, 88vw); transform: translate(-50%, -50%); text-align: center; }
.hero-word { display: block; font-family: var(--display); font-size: clamp(86px, 13.8vw, 205px); font-weight: 950; line-height: .72; letter-spacing: -.08em; white-space: nowrap; }
.hero-word--solid { color: var(--ink); }
.hero-word--outline { color: transparent; -webkit-text-stroke: 1.4px rgba(24,24,23,.20); font-size: clamp(88px, 14.5vw, 230px); }
.hero-portrait-wrap { position: absolute; z-index: 3; left: 50%; bottom: -17.5%; width: min(47vw, 700px); height: min(100vh, 900px); transform: translateX(calc(-50% + var(--px, 0px))) translateY(var(--py, 0px)); transition: transform .18s ease-out; }
.hero-portrait { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; filter: grayscale(1) contrast(1.02); }
.hero-actions { position: absolute; z-index: 8; left: 50%; bottom: 12.5%; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-button { min-width: 132px; min-height: 45px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid #d7d9df; background: #fff; cursor: pointer; font-size: 13px; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.hero-button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(24,24,23,.12); }
.hero-button--dark { border-color: #080808; background: #080808; color: white; }
.hero-summary { position: absolute; z-index: 8; bottom: 5.5%; display: grid; gap: 3px; color: #242422; font-size: 12px; }
.hero-summary span { color: #73736f; font-size: 10px; letter-spacing: .04em; }
.hero-summary--left { left: 3vw; }
.hero-summary--right { right: 3vw; text-align: right; }
.scroll-cue { position: absolute; z-index: 8; left: 50%; bottom: 3.2%; display: grid; gap: 2px; border: 0; background: none; color: #777773; cursor: pointer; font-size: 11px; transform: translateX(-50%); }
.scroll-cue span:last-child { color: #8a8a86; font-size: 18px; animation: cue 1.8s infinite var(--ease); }
@keyframes cue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

.education-section { overflow: hidden; background: linear-gradient(140deg, #ededeb, var(--paper) 45%, #e7e7e4); }
.section-heading--offset { width: min(760px, calc(100% - 10vw)); margin-left: max(5vw, calc((100vw - 1240px)/2)); }
.route-stage { position: relative; width: var(--content); min-height: 900px; margin: auto; border: 1px solid rgba(11,11,11,.18); border-radius: var(--radius-lg); background: rgba(255,255,255,.58); box-shadow: inset 0 0 90px rgba(0,0,0,.045); }
.route-map { position: absolute; z-index: 1; inset: 5% 4%; width: 92%; height: 90%; overflow: visible; }
.map-grid path { fill: none; stroke: rgba(11,11,11,.075); stroke-width: 1; stroke-dasharray: 2 8; }
.map-land path { fill: rgba(11,11,11,.075); }
.map-coast path { fill: none; stroke: rgba(11,11,11,.32); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.route-map text { fill: var(--ink); font-size: 14px; font-weight: 850; letter-spacing: .14em; }
.route-map .map-region-label { fill: rgba(11,11,11,.16); font: 900 56px var(--display); letter-spacing: .08em; }
.route-map .map-water-label { fill: rgba(11,11,11,.24); font-size: 10px; letter-spacing: .26em; }
.route-halo, .route-path { fill: none; stroke-linecap: round; stroke-dashoffset: 1; transition: stroke-dashoffset 2.2s var(--ease); }
.route-halo { stroke: var(--yellow); stroke-width: 15; stroke-dasharray: 1; opacity: .76; }
.route-path { stroke: var(--ink); stroke-width: 4; stroke-dasharray: .018 .032; }
.route-ring { fill: none; stroke: var(--yellow); stroke-width: 3; opacity: 0; transform: scale(.35); transform-box: fill-box; transform-origin: center; transition: opacity .4s 1.1s, transform .55s 1.1s; }
.route-ring--two { transition-delay: 1.8s; }
.route-node { fill: var(--yellow); stroke: var(--ink); stroke-width: 5; opacity: 0; transition: opacity .4s 1.2s, transform .5s 1.2s; transform: scale(.3); transform-box: fill-box; transform-origin: center; }
.route-node--two { transition-delay: 1.9s; }
.plane { fill: var(--yellow); stroke: var(--ink); stroke-width: 1.25; opacity: 0; transition: opacity .4s 1.4s; }
.is-drawn .route-path, .is-drawn .route-halo { stroke-dashoffset: 0; }
.is-drawn .route-ring { opacity: 1; transform: scale(1); }
.is-drawn .route-node { opacity: 1; transform: scale(1); }
.is-drawn .plane { opacity: 1; animation: planeFloat 2.4s 1.5s ease-in-out infinite; }
@keyframes planeFloat { 50% { translate: 3px -6px; } }
.city-coord { fill: var(--muted) !important; font-size: 8px !important; font-weight: 700 !important; letter-spacing: .09em !important; }
.route-caption { position: absolute; z-index: 2; left: 50%; bottom: 22px; padding: 4px 8px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .2em; transform: translateX(-50%); }
.education-card { position: absolute; z-index: 3; width: min(370px, 34vw); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.94); box-shadow: var(--shadow-soft); transition: transform .45s var(--ease), box-shadow .45s var(--ease), opacity .8s var(--ease) var(--delay,0ms); }
.education-card:hover { box-shadow: var(--shadow-hover); }
.education-card--1 { left: 6%; top: 9%; transform: rotate(-1.7deg); }
.education-card--1.is-visible:hover { transform: rotate(0) translateY(-8px); }
.education-card--2 { right: 4%; bottom: 6%; transform: rotate(1.5deg); }
.education-card--2.is-visible:hover { transform: rotate(0) translateY(-8px); }
.education-photo { position: relative; height: 205px; overflow: hidden; }
.education-campus { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.education-card:hover .education-campus { transform: scale(1.045); }
.education-card-copy { padding: 22px; }
.education-school-row { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px; margin: 12px 0 14px; }
.school-logo { width: 52px; height: 52px; display: grid; place-items: center; }
.school-logo img { width: 100%; height: 100%; object-fit: contain; }
.school-logo--crest { width: 56px; height: 56px; }
.card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.education-card h3 { margin: 0; font-size: 25px; line-height: 1.2; }
.education-place { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.education-card-copy > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.chips { display: flex; gap: 7px; }
.chips span { padding: 4px 10px; border-radius: 999px; background: var(--paper-cool); font-size: 11px; }

.experience-section { overflow: hidden; background: radial-gradient(circle at 4% 18%, rgba(240,201,40,.16), transparent 20%), radial-gradient(circle at 94% 64%, rgba(0,0,0,.055), transparent 25%), var(--paper); }
.section-heading--center { text-align: center; }
.section-heading--center .eyebrow, .contact-content > .eyebrow { margin-left: auto; margin-right: auto; }
.section-heading--center > p:last-child { margin: 22px auto 0; }
.experience-timeline { position: relative; width: var(--content); margin: auto; display: grid; gap: 128px; }
.timeline-line { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.timeline-line path { fill: none; stroke: rgba(11,11,11,.72); stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: .01 .014; stroke-dashoffset: 1; vector-effect: non-scaling-stroke; transition: stroke-dashoffset 3.3s var(--ease); }
.experience-timeline.is-drawn .timeline-line path { stroke-dashoffset: 0; }
.experience-entry { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(410px,.9fr) 76px minmax(460px,1.1fr); align-items: center; gap: 22px; }
.experience-entry--right { grid-template-columns: minmax(460px,1.1fr) 76px minmax(410px,.9fr); }
.experience-entry--right .experience-card { grid-column: 3; }
.experience-entry--right .experience-photos { grid-column: 1; grid-row: 1; }
.timeline-dot { position: relative; grid-column: 2; grid-row: 1; z-index: 3; width: 46px; height: 46px; display: grid; place-items: center; justify-self: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(241,241,238,.94), 0 0 0 7px rgba(11,11,11,.16); color: var(--ink); font-size: 10px; font-weight: 900; }
.experience-card { grid-column: 1; grid-row: 1; padding: clamp(24px, 3vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); }
.tone-blue, .tone-lilac { box-shadow: 12px 14px 0 rgba(11,11,11,.09), var(--shadow-soft); }
.tone-pink, .tone-champagne { box-shadow: -12px 14px 0 rgba(240,201,40,.34), var(--shadow-soft); }
.experience-company-heading { display: flex; align-items: center; gap: 12px; margin: 14px 0 3px; }
.experience-company-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; }
.experience-company-logo { display: block; flex: 0 0 auto; width: auto; height: 40px; object-fit: contain; }
.experience-company-logo--tencent { width: 92px; height: 36px; }
.experience-company-logo--netease { width: 54px; height: 40px; }
.experience-company-logo--shein { width: 82px; height: 30px; }
.experience-company-heading--qiye h3 { font-size: clamp(27px, 3vw, 40px); line-height: 1.02; }
.experience-company-text-title { margin: 14px 0 3px; font-family: var(--display); font-size: clamp(27px,3vw,40px); line-height: 1.02; letter-spacing: -.045em; }
.experience-logo-title { display: flex; align-items: center; min-height: 66px; margin: 13px 0 3px; }
.experience-logo-title img { display: block; width: auto; max-width: 100%; object-fit: contain; }
.experience-logo-title--tencent img { width: clamp(190px,19vw,255px); }
.experience-logo-title--netease img { width: clamp(112px,11vw,148px); max-height: 82px; }
.experience-logo-title--shein img { width: clamp(172px,17vw,225px); }
.experience-role { margin: 8px 0 18px; color: var(--blue); font-weight: 750; }
.experience-summary { color: var(--muted); }
.experience-columns { display: grid; grid-template-columns: minmax(150px,.75fr) minmax(220px,1.25fr); gap: 18px; margin: 28px 0 0; }
.experience-columns h4 { margin: 0 0 12px; font-size: 12px; letter-spacing: .12em; }
.experience-columns h4 span { display: inline-block; padding: 5px 9px 4px; background: var(--yellow); box-shadow: 3px 3px 0 rgba(11,11,11,.13); }
.experience-columns ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.experience-columns li + li { margin-top: 6px; }
.highlight-list { display: grid; gap: 11px; padding: 0 !important; list-style: none; }
.highlight-list li { display: grid; grid-template-columns: 18px minmax(0,1fr); align-items: start; gap: 7px; }
.highlight-list li + li { margin-top: 0; }
.highlight-list span { color: var(--ink); font-size: 18px; line-height: 1.25; }
.highlight-list strong { color: var(--muted); font-size: clamp(15px,1.35vw,18px); font-weight: 500; line-height: 1.5; letter-spacing: 0; }
.metric-number { padding: 0; background: none; color: #bd9500; font: inherit; font-weight: 900; }
.experience-photos { position: relative; z-index: 1; grid-column: 3; grid-row: 1; min-height: 570px; isolation: isolate; }
.archive-photo { position: absolute; z-index: var(--photo-z, 1); width: 66%; margin: 0; padding: 8px 8px 27px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow-soft); transition: transform .4s var(--ease), box-shadow .4s var(--ease), z-index .1s; }
.archive-photo img { display: block; width: 100%; height: auto; max-height: 385px; object-fit: contain; background: #e9e9e7; }
.archive-photo figcaption { position: absolute; bottom: 6px; left: 12px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.archive-photo--1 { top: 0; left: 0; transform: rotate(-5deg); }
.archive-photo--2 { top: 5%; right: 0; transform: rotate(4deg); }
.archive-photo--3 { bottom: 1%; left: 3%; transform: rotate(2.5deg); }
.archive-photo--4 { right: 1%; bottom: 2%; transform: rotate(-3.5deg); }
.archive-photo--wide { width: 75%; }
.archive-photo--landscape { width: 68%; }
.archive-photo--portrait { width: 54%; }
.experience-photos--4 .archive-photo--1 { width: 74%; }
.experience-photos--4 .archive-photo--2 { width: 51%; }
.experience-photos--4 .archive-photo--3 { width: 64%; }
.experience-photos--4 .archive-photo--4 { width: 72%; }
.archive-photo--people { box-shadow: 0 23px 48px rgba(17,17,17,.2); }
.archive-photo:hover { z-index: 99; transform: rotate(0) translateY(-9px) scale(1.02); box-shadow: 0 28px 54px rgba(17,17,17,.2); }

.interests-section { overflow: hidden; background: #e9e9e6; }
.interests-section::before { content: "LIFE / IN MOTION"; position: absolute; top: 9%; right: -3%; color: transparent; -webkit-text-stroke: 1px rgba(24,24,23,.09); font-family: var(--display); font-size: clamp(60px, 10vw, 150px); letter-spacing: -.07em; transform: rotate(90deg); transform-origin: center; }
.interests-intro { position: relative; z-index: 2; width: min(720px, calc(100vw - 64px)); margin-left: max(5vw, calc((100vw - 1240px)/2)); margin-bottom: 100px; }
.interests-intro svg { position: absolute; width: 140px; right: -140px; bottom: -30px; overflow: visible; }
.interests-intro svg path { fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; }
.interest-collage { width: var(--content); margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 110px clamp(34px,6vw,92px); align-items: start; }
.interest-card { position: relative; }
.interest-card--dance, .interest-card--music { grid-column: 1; }
.interest-card--perfume, .interest-card--fitness { grid-column: 2; margin-top: 120px; }
.interest-trigger { width: 100%; display: grid; gap: 18px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.interest-images { position: relative; height: clamp(440px,42vw,600px); isolation: isolate; }
.interest-image { position: absolute; width: 56%; height: 78%; object-fit: cover; border: 8px solid var(--paper-bright); background: #d8d8d5; box-shadow: var(--shadow-soft); transition: transform .5s var(--ease), filter .4s; }
.interest-image--1 { z-index: 1; left: 0; top: 3%; transform: rotate(-3deg); }
.interest-image--2 { z-index: 2; right: 0; top: 11%; transform: rotate(3deg); }
.interest-image--3 { z-index: 3; left: 23%; bottom: 0; width: 52%; height: 72%; transform: rotate(-.7deg); }
.interest-images--2 .interest-image { width: 61%; height: 84%; }
.interest-images--2 .interest-image--1 { left: 2%; top: 0; }
.interest-images--2 .interest-image--2 { right: 1%; top: auto; bottom: 0; }
.interest-card--dance .interest-image--1 { width: 72%; height: 56%; object-fit: contain; background: #111; }
.interest-card--dance .interest-image--2 { width: 46%; height: 80%; }
.interest-card--dance .interest-image--3 { left: 26%; width: 48%; height: 73%; }
.interest-trigger:hover .interest-image--1, .interest-trigger[aria-expanded="true"] .interest-image--1 { transform: rotate(-.5deg) translateY(-6px) scale(1.015); }
.interest-trigger:hover .interest-image--2, .interest-trigger[aria-expanded="true"] .interest-image--2 { transform: rotate(.7deg) translateY(-4px) scale(1.015); }
.interest-trigger:hover .interest-image--3, .interest-trigger[aria-expanded="true"] .interest-image--3 { transform: rotate(.2deg) translateY(-7px) scale(1.015); }
.interest-index { position: absolute; z-index: 4; top: 18px; right: 18px; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); color: var(--ink); font: 900 12px var(--sans); }
.interest-copy { padding-left: 4px; }
.interest-copy > span { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .2em; }
.interest-copy h3 { margin: 2px 0; font-family: var(--display); font-size: clamp(34px, 4vw, 60px); letter-spacing: -.055em; line-height: 1; }
.interest-copy p { max-width: 460px; margin: 10px 0 4px; color: var(--muted); }
.interest-copy small { color: var(--blue); font-family: var(--serif); font-style: italic; }
.interest-more { position: absolute; right: 0; bottom: 10px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-bright); color: var(--blue); font-size: 22px; transition: transform .35s var(--ease); }
.interest-trigger[aria-expanded="true"] + .interest-story + .interest-more, .is-expanded .interest-more { transform: rotate(45deg); }
.interest-story { margin-top: 18px; padding: 22px; border: 1px dashed rgba(11,11,11,.42); border-radius: var(--radius); background: rgba(255,255,255,.7); animation: unfold .4s var(--ease); }
.interest-story p { margin-top: 0; color: var(--muted); }
.interest-story button { padding: 0; border: 0; background: none; color: var(--blue); cursor: pointer; font-weight: 750; }
@keyframes unfold { from { opacity: 0; transform: translateY(-10px) rotate(-.5deg); } }
.easter-egg { width: var(--content); margin: 90px auto 0; color: #8b8780; font-size: 11px; letter-spacing: .08em; cursor: pointer; text-align: right; }
.easter-egg.is-found { color: var(--blue); }

.guestbook-section { display: grid; grid-template-columns: .8fr 1.05fr; gap: 58px 7vw; padding-left: max(5vw, calc((100vw - 1240px)/2)); padding-right: max(5vw, calc((100vw - 1240px)/2)); background: radial-gradient(circle at 18% 25%, rgba(240,201,40,.18), transparent 23%), var(--paper); }
.guestbook-heading { align-self: center; }
.guestbook-heading h2 { font-size: clamp(50px, 6.5vw, 94px); }
.demo-notice { max-width: 540px; margin-top: 28px; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.62); color: var(--muted); font-size: 12px; }
.demo-notice span { margin-right: 7px; color: var(--ink); background: var(--yellow); }
.message-form { align-self: center; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.82); box-shadow: var(--shadow-soft); transform: rotate(.7deg); }
.message-form label { position: relative; display: grid; gap: 8px; margin-bottom: 20px; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.message-form input, .message-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.74); padding: 13px 15px; color: var(--ink); font-size: 15px; font-weight: 500; letter-spacing: 0; outline: none; transition: border .2s, box-shadow .2s; resize: vertical; }
.message-form input:focus, .message-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(240,201,40,.34); }
.char-count { position: absolute; right: 12px; bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 500; }
.form-row { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 16px; }
.form-status { margin: 0; color: var(--muted); font-size: 12px; }
.form-status.is-error { color: var(--ink); text-decoration: underline wavy var(--yellow); }
.form-status.is-success { color: var(--ink); background: var(--yellow-soft); }
.message-form button:disabled { cursor: wait; opacity: .7; }
.message-stream-wrap { grid-column: 1 / -1; margin-top: 28px; }
.message-stream-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 0 8px 14px; }
.message-stream-heading span, .approved-heading > span { color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.message-stream-heading p { margin: 0; color: var(--muted); font: italic 15px var(--serif); }
.message-stream { position: relative; height: clamp(330px,34vw,500px); overflow: hidden; border-top: 1px dashed rgba(11,11,11,.34); border-bottom: 1px dashed rgba(11,11,11,.34); background: linear-gradient(90deg, rgba(241,241,238,1), transparent 9% 91%, rgba(241,241,238,1)); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.message-float { position: absolute; top: var(--float-top); left: 0; display: flex; align-items: center; gap: 10px; width: max-content; max-width: min(420px,70vw); padding: 10px 16px; border: 1px solid rgba(11,11,11,.18); border-radius: 999px; background: rgba(255,255,255,.88); box-shadow: 0 10px 28px rgba(11,11,11,.09); white-space: nowrap; transform: translate3d(calc(100vw + 80px),0,0) rotate(var(--float-tilt)); animation: messageDrift var(--float-duration) linear var(--float-delay) infinite; will-change: transform; }
.message-float:nth-child(3n+2) { background: #fff4a6; }
.message-float:nth-child(3n+3) { background: #e5e5e2; }
.message-float strong { flex: 0 0 auto; font-size: 11px; letter-spacing: .06em; }
.message-float strong::after { content: "·"; margin-left: 10px; color: #bd9500; }
.message-float span { overflow: hidden; max-width: 310px; color: var(--ink); font: 15px/1.25 var(--serif); text-overflow: ellipsis; }
@keyframes messageDrift { to { transform: translate3d(-120%,0,0) rotate(var(--float-tilt)); } }
.approved-messages { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(210px,.45fr) minmax(0,1.55fr); gap: 34px; align-items: start; margin-top: 48px; padding-top: 34px; border-top: 1px solid var(--line); }
.approved-heading h3 { margin: 8px 0 10px; font-family: var(--display); font-size: clamp(34px,4vw,58px); line-height: .95; letter-spacing: -.05em; }
.approved-heading p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.message-wall { min-height: 230px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 20px; }
.message-loading, .message-empty { grid-column: 1 / -1; color: var(--muted); text-align: center; }
.message-note { min-height: 170px; padding: 22px; border: 1px solid rgba(52,49,42,.12); border-radius: 4px 18px 12px 10px; background: #fff9cf; box-shadow: 0 13px 28px rgba(60,54,39,.10); transform: rotate(var(--note-rotate)); transition: transform .3s var(--ease), box-shadow .3s; }
.message-note:nth-child(3n+2) { background: #ededeb; }
.message-note:nth-child(3n+3) { background: #ffffff; }
.message-note:hover { transform: rotate(0) translateY(-6px); box-shadow: var(--shadow-soft); }
.message-note.is-new { animation: noteDrop .7s var(--ease); }
@keyframes noteDrop { 0% { opacity: 0; transform: translateY(-60px) rotate(-5deg) scale(.9); } 70% { transform: translateY(5px) rotate(1deg); } }
.message-note-top { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.message-note-top strong { color: var(--blue); }
.message-note p { margin: 24px 0 0; font-family: var(--serif); font-size: 15px; line-height: 1.7; }

.contact-section { position: relative; min-height: 100svh; overflow: hidden; display: grid; place-items: center; isolation: isolate; scroll-margin-top: 0; background: radial-gradient(circle at 84% 18%, rgba(240,201,40,.2), transparent 18%), linear-gradient(180deg, #f1f1ee, #fafafa 42%, #ddddda); }
.contact-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; touch-action: none; }
.contact-content { width: min(920px, calc(100vw - 48px)); padding: 120px 0 190px; text-align: center; }
.contact-content h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 9vw, 132px); line-height: .78; letter-spacing: -.075em; }
.contact-content h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-family: var(--serif); font-weight: 400; text-decoration: none; }
.contact-content > p:not(.eyebrow) { max-width: 590px; margin: 32px auto; color: var(--muted); font-size: clamp(16px, 1.6vw, 20px); }
.contact-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.contact-chip { position: relative; min-width: 0; display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.74); backdrop-filter: blur(10px); color: var(--ink); text-align: left; cursor: copy; transition: transform .25s var(--ease), background .25s, box-shadow .25s; }
.contact-chip small { grid-column: 1; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.contact-chip strong { grid-column: 1; overflow: hidden; font-size: clamp(11px,1.15vw,14px); text-overflow: ellipsis; white-space: nowrap; }
.contact-chip span { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 12px; font-weight: 900; }
.contact-chip:hover, .contact-chip:focus-visible { transform: translateY(-4px); background: #fff; box-shadow: var(--shadow-soft); }
.contact-chip.is-saved { border-color: var(--ink); background: #fff8cb; }
.site-footer { position: absolute; z-index: 2; left: 4vw; right: 4vw; bottom: 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 24px; padding: 12px 16px; border: 1px solid rgba(24,24,23,.12); border-radius: 14px; background: rgba(250,250,248,.86); box-shadow: 0 10px 28px rgba(11,11,11,.08); backdrop-filter: blur(14px); color: var(--muted); font-size: 10px; }
.signature { color: var(--ink); font: italic 28px var(--serif); text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 5px; }
.site-footer p { margin: 0; text-align: center; }
.site-footer a { justify-self: end; color: var(--ink); font-weight: 700; }
