*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:#fafaf8;color:#1c1c1c;font-family:Cormorant Garamond,Georgia,serif;font-weight:300;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#e8d9a8;color:#1c1c1c}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fafaf8}::-webkit-scrollbar-thumb{background:#c2bdb8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c4a35a}.container{max-width:1200px;margin:0 auto;padding:0 48px}@media (max-width: 768px){.container{padding:0 24px}}.section-label{font-family:Cormorant Garamond,Georgia,serif;font-size:10px;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:#8b8580}.chinese{font-family:"Noto Serif SC",STSong,SimSun,serif}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.reveal.visible{opacity:1;transform:translateY(0)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:28px 48px;transition:padding .4s cubic-bezier(.25,.46,.45,.94),background .4s cubic-bezier(.25,.46,.45,.94),backdrop-filter .4s cubic-bezier(.25,.46,.45,.94)}.nav--scrolled{padding:18px 48px;background:#fafaf8eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(224,218,212,.6)}@media (max-width: 768px){.nav{padding:20px 24px}.nav--scrolled{padding:14px 24px}}.nav__logo a{text-decoration:none;display:flex;align-items:baseline;gap:10px}.nav__logo-zh{font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:22px;font-weight:400;color:#1c1c1c;letter-spacing:.05em;transition:color .3s}.nav__logo-en{font-family:Cormorant Garamond,Georgia,serif;font-size:12px;font-weight:300;letter-spacing:.25em;text-transform:uppercase;color:#8b8580;transition:color .3s}.nav__logo a:hover .nav__logo-zh{color:#c4a35a}.nav__logo a:hover .nav__logo-en{color:#d4b870}.nav__links{display:flex;list-style:none;gap:40px}.nav__links li a{text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px;position:relative}.nav__links li a:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:1px;background:#c4a35a;transition:width .3s cubic-bezier(.25,.46,.45,.94)}.nav__links li a:hover:after{width:100%}@media (max-width: 768px){.nav__links{position:fixed;top:0;right:-100%;width:240px;height:100vh;background:#fafaf8;flex-direction:column;justify-content:center;align-items:center;gap:36px;transition:right .4s cubic-bezier(.25,.46,.45,.94);border-left:1px solid #E0DAD4;box-shadow:-4px 0 32px #1c1c1c0f}.nav__links--open{right:0}}.nav__link-zh{font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:13px;color:#1c1c1c;transition:color .3s}a:hover .nav__link-zh{color:#c4a35a}.nav__link-en{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#8b8580;transition:color .3s}a:hover .nav__link-en{color:#d4b870}.nav__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:101}.nav__burger span{display:block;width:22px;height:1px;background:#1c1c1c;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform-origin:center}.nav__burger--open span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.nav__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__burger--open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}@media (max-width: 768px){.nav__burger{display:flex}}.hero{position:relative;width:100%;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafaf8}.hero__canvas{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.hero__bg-texture{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(ellipse at 20% 80%,rgba(45,90,39,.04) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(196,163,90,.06) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(245,240,232,.8) 0%,transparent 100%);z-index:0}.hero__brush-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero__brush-path{stroke-dasharray:2000;stroke-dashoffset:2000}.hero__brush-path--1{animation:brushStroke 3s cubic-bezier(.16,1,.3,1) .8s forwards}.hero__brush-path--2{animation:brushStroke 2.5s cubic-bezier(.16,1,.3,1) 1.2s forwards}.hero__brush-path--3{animation:brushStroke 2s cubic-bezier(.16,1,.3,1) 1.6s forwards}.hero__golf-flag{position:absolute;right:8%;bottom:12%;width:60px;opacity:0;animation:fadeIn 1.5s cubic-bezier(.25,.46,.45,.94) 2.5s forwards;z-index:2;animation-fill-mode:forwards}.hero__golf-flag svg{width:100%}@media (max-width: 768px){.hero__golf-flag{right:5%;bottom:8%;width:44px}}.hero__content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;padding:0 24px}@media (max-width: 768px){.hero__content{gap:14px}}.hero__name-zh{display:flex;gap:.08em;opacity:0;transform:translateY(20px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.hero__name-zh--visible{opacity:1;transform:translateY(0)}.hero__char{font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:clamp(110px,18vw,200px);font-weight:400;line-height:1;color:#1c1c1c;display:inline-block;opacity:0;transform:translateY(16px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.hero__name-zh--visible .hero__char{opacity:1;transform:translateY(0)}.hero__char{background:linear-gradient(135deg,#1c1c1c,#303030 40%,#1c1c1c 60%,#282828);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.hero__char{font-size:clamp(80px,22vw,140px)}}.hero__divider{display:flex;align-items:center;gap:12px;opacity:0;transform:scaleX(.3);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.hero__divider--visible{opacity:1;transform:scaleX(1)}.hero__divider-line{display:block;width:60px;height:1px;background:linear-gradient(to right,transparent,#C4A35A,transparent)}@media (max-width: 768px){.hero__divider-line{width:40px}}.hero__divider-dot{display:block;width:5px;height:5px;border-radius:50%;background:#c4a35a}.hero__name-en{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(14px,2vw,20px);font-weight:300;letter-spacing:.6em;text-transform:uppercase;color:#8b8580;opacity:0;transform:translateY(12px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94) .1s,transform .8s cubic-bezier(.25,.46,.45,.94) .1s}.hero__name-en--visible{opacity:1;transform:translateY(0)}.hero__quote{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transform:translateY(16px);transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94);margin-top:8px}.hero__quote--visible{opacity:1;transform:translateY(0)}.hero__quote-zh{font-size:clamp(16px,2.5vw,22px);font-weight:300;letter-spacing:.35em;color:#1c1c1c;position:relative}.hero__quote-zh:before,.hero__quote-zh:after{content:"";position:absolute;top:50%;width:20px;height:1px;background:#c4a35a80}.hero__quote-zh:before{right:calc(100% + 14px)}.hero__quote-zh:after{left:calc(100% + 14px)}@media (max-width: 768px){.hero__quote-zh:before,.hero__quote-zh:after{display:none}}.hero__quote-en{font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-size:clamp(13px,1.2vw,14px);font-weight:300;letter-spacing:.08em;color:#8b8580;padding:0 8px;text-align:center}.hero__scroll-hint{position:absolute;bottom:-180px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transition:opacity 1s cubic-bezier(.25,.46,.45,.94);white-space:nowrap}.hero__scroll-hint--visible{opacity:1;animation:float 3s ease-in-out 1s infinite}@media (max-width: 768px){.hero__scroll-hint{bottom:-100px}}.hero__scroll-line{display:block;width:1px;height:48px;background:linear-gradient(to bottom,#C4A35A,transparent);animation:drawLine 1.2s cubic-bezier(.25,.46,.45,.94) 2.5s both}.hero__scroll-text{font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:#8b8580}.gallery{padding:120px 0;background:#fafaf8;position:relative}.gallery:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,#E0DAD4,transparent)}@media (max-width: 768px){.gallery{padding:72px 0}}.gallery__intro{text-align:center;margin-bottom:80px}.gallery__intro .section-label{display:block;margin-bottom:20px}@media (max-width: 768px){.gallery__intro{margin-bottom:48px}}.gallery__main-title{font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:clamp(36px,5vw,56px);font-weight:400;color:#1c1c1c;line-height:1.1;display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.gallery__main-title-sub{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(13px,1.5vw,16px);font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:#8b8580}.gallery__main-subtitle{font-size:15px;font-style:italic;color:#8b8580;font-weight:300}.gallery__section{margin-bottom:80px}.gallery__section:last-child{margin-bottom:0}@media (max-width: 768px){.gallery__section{margin-bottom:56px}}.gallery__section-header{margin-bottom:36px}.gallery__section-header .section-label{display:block;margin-bottom:12px}@media (max-width: 768px){.gallery__section-header{margin-bottom:24px}}.gallery__section-title{font-family:"Noto Serif SC",STSong,SimSun,serif;font-size:clamp(28px,4vw,44px);font-weight:400;color:#1c1c1c;display:flex;align-items:baseline;gap:16px}.gallery__section-title-en{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(12px,1.2vw,15px);font-weight:300;letter-spacing:.28em;text-transform:uppercase;color:#8b8580}.gallery__section-divider{display:flex;align-items:center;gap:16px;margin:72px 0}@media (max-width: 768px){.gallery__section-divider{margin:48px 0}}.gallery__section-divider-line{flex:1;height:1px;background:linear-gradient(to right,transparent,#E0DAD4)}.gallery__section-divider-line:last-child{background:linear-gradient(to left,transparent,#E0DAD4)}.gallery__section-divider-dot{width:5px;height:5px;border-radius:50%;background:#c4a35a;flex-shrink:0}.gallery__columns{column-gap:20px}.gallery__columns--2{columns:2}@media (max-width: 1024px){.gallery__columns--2{columns:2}}@media (max-width: 768px){.gallery__columns--2{columns:1}}.gallery__columns--3{columns:3}@media (max-width: 1024px){.gallery__columns--3{columns:2}}@media (max-width: 768px){.gallery__columns--3{columns:1}}.gcard{break-inside:avoid;margin-bottom:20px;cursor:pointer}.gcard:hover .gcard__image-wrap img{transform:scale(1.025)}.gcard:hover .gcard__image-wrap{box-shadow:0 12px 40px #1c1c1c29}@media (max-width: 768px){.gcard{margin-bottom:14px}}.gcard__image-wrap{position:relative;width:100%;overflow:hidden;background:#f5f0e8;transition:box-shadow .4s cubic-bezier(.25,.46,.45,.94)}.gcard__image-wrap img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;user-select:none}.gcard__caption{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:10px 2px 0;border-top:1px solid rgba(224,218,212,.7)}@media (max-width: 768px){.gcard__caption{flex-direction:column;gap:2px;align-items:flex-start}}.gcard__caption-titles{display:flex;align-items:baseline;gap:10px;min-width:0}.gcard__title-zh{font-size:15px;font-weight:400;color:#1c1c1c;letter-spacing:.06em;white-space:nowrap}.gcard__title-en{font-family:Cormorant Garamond,Georgia,serif;font-size:12px;font-style:italic;font-weight:300;color:#8b8580;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.gcard__title-en{display:none}}.gcard__meta{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#c4a35a;white-space:nowrap;flex-shrink:0}.gcard__meta .chinese{text-transform:none;letter-spacing:.06em;font-size:11px}@media (max-width: 768px){.gcard__meta{font-size:9px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes inkReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes brushStroke{0%{stroke-dashoffset:1000;opacity:0}10%{opacity:1}to{stroke-dashoffset:0;opacity:1}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-8px) rotate(1deg)}66%{transform:translateY(-4px) rotate(-1deg)}}@keyframes golfSwing{0%{transform:rotate(-30deg)}50%{transform:rotate(10deg)}to{transform:rotate(-30deg)}}@keyframes ballRoll{0%{transform:translate(0) rotate(0)}to{transform:translate(60px) rotate(360deg)}}@keyframes inkDrop{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes drawLine{0%{width:0}to{width:100%}}@keyframes pulseGold{0%,to{opacity:.4}50%{opacity:.9}}.about{padding:120px 0;position:relative;overflow:hidden;background:#fafaf8}@media (max-width: 768px){.about{padding:72px 0}}.about__bg-stripe{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(245,240,232,.5) 30%,rgba(245,240,232,.5) 70%,transparent 100%);pointer-events:none}.about__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width: 1024px){.about__inner{grid-template-columns:1fr;gap:48px}}.about__text .section-label{display:block;margin-bottom:24px}.about__heading{display:flex;flex-direction:column;margin-bottom:32px;gap:6px}.about__heading-zh{font-size:clamp(48px,7vw,80px);font-weight:400;line-height:1;color:#1c1c1c;background:linear-gradient(135deg,#1c1c1c,#383838,#1c1c1c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about__heading-en{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(14px,2vw,18px);font-weight:300;letter-spacing:.4em;text-transform:uppercase;color:#8b8580}.about__bio{font-size:clamp(14px,1.4vw,16px);line-height:1.9;color:#1c1c1c;font-weight:300;margin-bottom:20px}.about__bio--zh{font-size:clamp(14px,1.3vw,15px);line-height:2.1;letter-spacing:.04em;color:#1c1c1ce0}.about__bio-divider{width:32px;height:1px;background:#c4a35a;opacity:.5;margin:28px 0}.about__quote{border-left:2px solid #C4A35A;padding:16px 0 16px 24px;margin:0}.about__quote-text{display:block;font-size:clamp(16px,2vw,20px);font-weight:400;letter-spacing:.25em;color:#1c1c1c;margin-bottom:10px}.about__quote-cite{font-style:italic;font-size:13px;color:#8b8580;letter-spacing:.06em;font-family:Cormorant Garamond,Georgia,serif}.about__visual{display:flex;flex-direction:column;align-items:center;gap:32px}.about__portrait{width:100%;max-width:320px;aspect-ratio:3/4;position:relative}@media (max-width: 768px){.about__portrait{max-width:220px}}.about__portrait-inner{width:100%;height:100%;background:linear-gradient(145deg,#f5f0e8,#e8d9a84d);border:1px solid #E0DAD4;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:1px}.about__portrait-inner:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid rgba(196,163,90,.2);pointer-events:none}.about__portrait-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.about__portrait-label{position:absolute;bottom:20px;right:20px;font-size:12px;letter-spacing:.15em;color:#8b8580}.about__golf{width:100%;max-width:320px}@media (max-width: 768px){.about__golf{display:none}}.about__golf-scene{width:100%}.about__golf-ball-anim{animation:ballRoll 3s cubic-bezier(.25,.46,.45,.94) infinite alternate}.footer{background:#fafaf8;padding:0 0 48px;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,#E0DAD4,transparent)}.footer__divider{width:100%;height:60px;overflow:hidden;margin-bottom:60px}.footer__divider svg{width:100%;height:100%}@media (max-width: 768px){.footer__divider{margin-bottom:36px}}.footer__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:60px}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr;gap:40px}}.footer__brand{display:flex;flex-direction:column;gap:8px}.footer__logo-zh{font-size:clamp(40px,8vw,52px);font-weight:400;color:#1c1c1c;line-height:1;letter-spacing:-.02em;background:linear-gradient(135deg,#1c1c1c,#484848);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.footer__logo-en{font-family:Cormorant Garamond,Georgia,serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#8b8580}.footer__tagline{font-size:14px;letter-spacing:.18em;color:#c4a35a;margin-top:8px;font-weight:300}.footer__scorecard{border:1px solid #E0DAD4;padding:20px;position:relative}.footer__scorecard:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:1px solid rgba(196,163,90,.12);pointer-events:none}.footer__scorecard-header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid rgba(196,163,90,.25);padding-bottom:12px;margin-bottom:16px}.footer__scorecard-title{font-family:Cormorant Garamond,Georgia,serif;font-size:13px;font-weight:400;letter-spacing:.1em;color:#1c1c1c}.footer__scorecard-sub{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#8b8580}.footer__scorecard-body{display:flex;flex-direction:column;gap:10px}.footer__scorecard-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#8b8580;letter-spacing:.05em}.footer__scorecard-val{color:#1c1c1c;font-style:italic}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid rgba(224,218,212,.7)}@media (max-width: 768px){.footer__bottom{flex-direction:column;gap:8px;text-align:center}}.footer__copy,.footer__made{font-size:11px;letter-spacing:.12em;color:#8b8580}.footer__made{font-style:italic}@media (pointer: coarse){.ink-cursor__dot,.ink-cursor__ring{display:none}}.ink-cursor__dot{position:fixed;top:0;left:0;width:6px;height:6px;background:#c4a35a;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);margin-left:-3px;margin-top:-3px;transition:width .3s,height .3s,background .3s;mix-blend-mode:multiply}.ink-cursor__dot--hover{width:10px;height:10px;background:#1c1c1c}.ink-cursor__ring{position:fixed;top:0;left:0;width:36px;height:36px;border:1px solid rgba(196,163,90,.5);border-radius:50%;pointer-events:none;z-index:9998;margin-left:-18px;margin-top:-18px;transition:width .3s,height .3s,border-color .3s}.ink-cursor__ring--hover{width:52px;height:52px;margin-left:-26px;margin-top:-26px;border-color:#1c1c1c4d}
