@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#faf7f2;--bg-card:#fff;--text-primary:#1c1917;--text-secondary:#78716c;--text-tertiary:#a8a29e;--accent:#bfa17f;--accent-hover:#aa8b69;--accent-light:#f4efea;--border-color:#1c19170f;--shadow-sm:0 2px 8px #1c191708;--shadow-md:0 10px 30px #1c19170d;--font-serif:"Cormorant Garamond", serif;--font-sans:"Outfit", sans-serif;--transition:all .4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}.page-container{flex-direction:column;width:100%;min-height:100vh;display:flex}.hero-panel{background-color:var(--text-primary);flex-direction:column;justify-content:flex-end;width:100%;height:45vh;min-height:340px;padding:2rem 2rem 6.5rem;display:flex;position:relative;overflow:hidden}.hero-carousel{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-carousel .embla__viewport{width:100%;height:100%;position:relative;overflow:hidden}.hero-carousel .embla__container{width:100%;height:100%;display:flex;position:relative}.hero-carousel .carousel-slide.embla__slide{background-position:50%;background-size:cover;flex:0 0 100%;min-width:0;height:100%}.carousel-dots{z-index:12;gap:.75rem;display:flex;position:absolute;bottom:5.5rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background-color:#ffffff73;border:none;border-radius:50%;outline:none;width:9px;height:9px;padding:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.dot:hover{background-color:#fffffff2;transform:scale(1.2)}.dot.active{background-color:#fff;transform:scale(1.35);box-shadow:0 0 10px #ffffff80}.dot:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hero-panel:after{content:"";z-index:1;background:linear-gradient(#1c191700 0%,#1c191726 30%,#1c191799 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-quote{z-index:2;color:#fff;font-family:var(--font-serif);max-width:600px;margin-bottom:.5rem;position:relative}.hero-quote p{margin-bottom:.5rem;font-size:clamp(1.25rem,3.5vw + .5rem,1.8rem);font-style:italic;font-weight:300;line-height:1.3}.hero-quote span{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;opacity:.85;font-size:.75rem}.content-panel{background-color:var(--bg-primary);flex-direction:column;align-items:center;width:100%;padding:2.5rem 1.5rem;display:flex}.profile-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:580px;margin-bottom:2.5rem;display:flex}.avatar-wrapper{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--accent) 100%);width:100px;height:100px;box-shadow:var(--shadow-md);z-index:10;border-radius:50%;margin-top:-4.5rem;margin-bottom:1.5rem;padding:4px;position:relative}.avatar{object-fit:cover;border:3px solid var(--bg-card);border-radius:50%;width:100%;height:100%}.username{letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.title-tagline{font-family:var(--font-serif);color:var(--text-secondary);margin-bottom:1rem;font-size:1.25rem;font-style:italic}.location-badge{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;display:inline-flex}.location-badge svg{width:14px;height:14px;fill:var(--accent)}.bio-text{color:var(--text-secondary);max-width:480px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.tags-list{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.5rem;display:flex}.tag{text-transform:uppercase;letter-spacing:.05em;background-color:var(--accent-light);color:var(--text-primary);border:1px solid #bfa17f33;border-radius:9999px;padding:.4rem .95rem;font-size:.75rem;font-weight:500;transition:all .2s}.links-section{flex-direction:column;gap:1rem;width:100%;max-width:580px;margin-bottom:3.5rem;display:flex}.link-card{background-color:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.link-card:before{content:"";background-color:var(--accent);width:4px;height:100%;transition:var(--transition);transform-origin:bottom;position:absolute;top:0;left:0;transform:scaleY(0)}.link-card:hover{box-shadow:var(--shadow-md);border-color:#bfa17f4d;transform:translateY(-2px)}.link-card:hover:before{transform:scaleY(1)}.link-left{align-items:center;gap:1.25rem;min-width:0;display:flex}.icon-container{background-color:var(--accent-light);width:44px;min-width:44px;height:44px;color:var(--accent);transition:var(--transition);border-radius:10px;justify-content:center;align-items:center;display:flex}.link-card:hover .icon-container{background-color:var(--accent);color:#fff}.icon-container svg{fill:currentColor;width:22px;height:22px}.link-details{text-align:left;flex-direction:column;min-width:0;display:flex}.link-title{color:var(--text-primary);margin-bottom:.15rem;font-size:1rem;font-weight:600}.link-subtitle{color:var(--text-secondary);font-size:.8rem}.chevron-arrow{color:var(--text-tertiary);transition:var(--transition);align-items:center;display:flex}.link-card:hover .chevron-arrow{color:var(--accent);transform:translate(3px)}.chevron-arrow svg{fill:currentColor;width:18px;height:18px}.links-row-2{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.link-card-half .link-left{gap:.85rem}.link-card-half .link-title{overflow-wrap:break-word}.link-card-half .link-subtitle{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (width<=520px){.links-row-2{gap:.65rem}.link-card-half{padding:1rem .75rem}.link-card-half .link-left{gap:.65rem}.link-card-half .link-title{font-size:.85rem}.link-card-half .link-subtitle{font-size:.72rem}.link-card-half .chevron-arrow{display:none}}.gallery-section{width:100%;max-width:580px;margin-bottom:3.5rem}.section-title{font-family:var(--font-serif);text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500;position:relative}.section-title:after{content:"";background-color:var(--accent);width:40px;height:1px;margin:.5rem auto 0;display:block}.gallery-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.gallery-item{aspect-ratio:4/5;box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid var(--border-color);border-radius:12px;display:block;position:relative;overflow:hidden}.gallery-image{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.gallery-overlay{opacity:1;width:100%;height:100%;transition:var(--transition);z-index:2;background:linear-gradient(#1c19171a 30%,#1c1917b3 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;display:flex;position:absolute;top:0;left:0}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-category{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.25rem;font-size:.7rem;font-weight:600}.gallery-caption{font-family:var(--font-serif);color:#fff;font-size:1.1rem;font-style:italic}.collab-card{background-color:var(--accent-light);text-align:center;width:100%;max-width:580px;box-shadow:var(--shadow-sm);border:1px dashed #bfa17f66;border-radius:16px;margin-bottom:3rem;padding:2rem}.collab-title{font-family:var(--font-serif);margin-bottom:.5rem;font-size:1.4rem;font-weight:500}.collab-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.collab-button{background-color:var(--text-primary);color:var(--bg-primary);transition:var(--transition);border-radius:30px;align-items:center;gap:.6rem;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #1c191726}.collab-button svg{fill:currentColor;width:16px;height:16px}.collab-button:hover{background-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 20px #bfa17f4d}footer{text-align:center;color:var(--text-tertiary);letter-spacing:.05em;width:100%;padding-top:1rem;padding-bottom:2rem;font-size:.75rem}@media (width>=992px){.page-container{flex-direction:row}.hero-panel{width:45%;height:100vh;min-height:100vh;padding:4rem;position:fixed;top:0;left:0}.carousel-dots{bottom:2.5rem}.content-panel{justify-content:center;width:55%;min-height:100vh;margin-left:45%;padding:5rem 3rem 3rem}.avatar-wrapper{width:110px;height:110px;margin-top:0}.hero-quote p{font-size:2.2rem}}@media (width>=1200px){.hero-panel{width:40%}.content-panel{width:60%;margin-left:40%}}.link-card.highlight-card{background-color:var(--bg-card);border-color:#bfa17f59;box-shadow:0 4px 20px #bfa17f14}.link-card.highlight-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 30px #bfa17f29}.coffee-icon{background:var(--accent-light);color:var(--accent-hover)}
