:root{--cream:#faf6f1;--ink:#1a1411;--muted:#7a6e65;--accent:#b06b53;--rule:#d9cfc5;--serif:"Cormorant Garamond","Georgia",serif;--sans:"Inter",system-ui,-apple-system,sans-serif}*,:before,:after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--rule);background:#faf6f1cc;justify-content:space-between;align-items:center;padding:1.2rem clamp(1.4rem,4vw,3rem);display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{font-family:var(--serif);letter-spacing:.02em;font-size:1.35rem;font-weight:700}.nav-brand span{color:var(--accent);font-style:italic}.nav-links{gap:1.6rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.85rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--ink)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:6rem 1.5rem 4rem;display:flex}.hero-label{text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:2rem;font-size:.75rem}.hero-title{font-family:var(--serif);flex-direction:column;font-size:clamp(4rem,13vw,11rem);font-weight:400;line-height:.92;display:flex}.hero-title .line{display:block}.hero-title .accent{color:var(--accent);font-style:italic}.hero-rule{background:var(--rule);width:60px;height:1px;margin:2.2rem auto}.hero-sub{max-width:42ch;color:var(--muted);font-size:1.05rem;line-height:1.65}.hero-scroll{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);flex-direction:column;align-items:center;gap:.35rem;margin-top:3.5rem;font-size:.72rem;transition:color .2s;display:inline-flex}.hero-scroll:hover{color:var(--ink)}.hero-scroll .arrow{font-size:1.1rem;animation:2s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.section-label{text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:.5rem;font-size:.72rem}.section-title{font-family:var(--serif);margin-bottom:1.6rem;font-size:clamp(2rem,5vw,3.6rem);font-weight:400;line-height:1.1}.works{padding:5rem 0 3rem;width:100%;max-width:1400px;margin:0 auto;padding-inline:clamp(1rem,3vw,2.4rem)}.gallery-grid{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.5rem;display:grid}.gallery-item{grid-column:span 1}.gallery-item.full{grid-column:1/-1}.gallery-item.full .img-frame{aspect-ratio:16/9}.img-frame{aspect-ratio:3/4;background:#ece5de;border-radius:6px;transition:transform .32s,box-shadow .32s;position:relative;overflow:hidden;box-shadow:0 16px 48px #1a141124}.img-frame img{object-fit:cover}.gallery-item:hover .img-frame{transform:translateY(-5px);box-shadow:0 24px 56px #1a141138}.gallery-item figcaption{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-top:.65rem;font-size:.72rem}.about{max-width:700px;margin:0 auto;padding:5rem clamp(1.4rem,4vw,3rem)}.about-body{color:var(--muted);font-size:1.05rem;line-height:1.7}.contact{text-align:center;padding:5rem clamp(1.4rem,4vw,3rem)}.contact-body{color:var(--muted);max-width:48ch;margin:0 auto 2rem;line-height:1.65}.contact-cards{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.card{color:#fff;border-radius:8px;flex-direction:column;gap:.2rem;min-width:200px;padding:1.4rem 1.6rem;transition:transform .22s,box-shadow .22s;display:flex}.card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #0003}.card-name{font-size:1.05rem;font-weight:600}.card-handle{opacity:.85;font-size:.88rem}.card-ig{background:linear-gradient(135deg,#833ab4,#c13584,#f77737)}.card-fb{background:linear-gradient(135deg,#1877f2,#4599ff)}.site-footer{text-align:center;color:var(--muted);padding:3rem clamp(1.4rem,4vw,3rem) 2rem;font-size:.85rem}.footer-rule{background:var(--rule);width:40px;height:1px;margin:0 auto 1.2rem}@media (max-width:768px){.gallery-grid{grid-template-columns:1fr}.gallery-item.full{grid-column:span 1}.gallery-item.full .img-frame{aspect-ratio:3/4}.hero-title{font-size:clamp(3rem,16vw,6rem)}.contact-cards{flex-direction:column;align-items:center}.card{width:100%;max-width:320px}}
