:root{--black:#070807;--ink:#11130f;--cream:#eee9de;--gold:#b89a5b;--muted:#9e9e94}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--cream);font-family:"DM Sans",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.intro{position:fixed;inset:0;z-index:50;background:#020302;display:grid;place-items:center;overflow:hidden;transition:opacity .8s,visibility .8s}.intro.done{opacity:0;visibility:hidden}.iris{position:absolute;width:12vmin;height:12vmin;border-radius:50%;background:var(--cream);animation:iris 3.8s cubic-bezier(.7,0,.2,1) forwards}.iris:after{content:"";position:absolute;inset:19%;border:1px solid #777;border-radius:50%}.intro-line{position:relative;text-align:center;color:var(--black);margin:0;animation:textin 3.7s both}.intro-line span,.intro-line em{display:block;font-family:"Cormorant Garamond",serif;font-size:clamp(1.5rem,3vw,3rem);font-style:normal}.intro-line strong{display:block;font-family:"Cormorant Garamond",serif;font-size:clamp(4rem,12vw,11rem);font-weight:600;line-height:.72}.intro-line em{margin-top:1.5rem}.skip{position:absolute;right:2rem;bottom:2rem;background:none;border:0;border-bottom:1px solid currentColor;color:#777;padding:.5rem 0;cursor:pointer}.nav{position:absolute;z-index:5;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 4vw}.monogram{font-family:"Cormorant Garamond";font-size:2rem;font-weight:600}.monogram span{color:var(--gold)}nav{display:flex;gap:2rem;align-items:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}nav a:hover{color:var(--gold)}.contact{border:1px solid #777;padding:.8rem 1.2rem;border-radius:99px}.hero{position:relative;min-height:100svh;padding:20vh 8vw 8vh;overflow:hidden;background:radial-gradient(circle at 78% 42%,#20231a 0,transparent 29%),linear-gradient(120deg,#070807 20%,#11130f)}.eyebrow,.label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.eyebrow span{display:inline-block;width:35px;height:1px;background:var(--gold);vertical-align:middle;margin-right:12px}.hero h1{font-family:"Cormorant Garamond",serif;font-weight:500;font-size:clamp(4.5rem,10.5vw,10.5rem);line-height:.73;letter-spacing:-.055em;margin:5vh 0;position:relative;z-index:2}.hero h1 i{color:var(--gold);font-weight:500}.hero-bottom{display:flex;align-items:center;gap:3rem;margin-left:43%;position:relative;z-index:3}.hero-bottom p{max-width:420px;color:#c3c3ba;line-height:1.7}.round-link{border:1px solid #6d6c65;border-radius:50%;width:64px;height:64px;display:grid;place-items:center;font-size:1.5rem;transition:.3s}.round-link:hover{background:var(--gold);color:var(--black);transform:rotate(-45deg)}.target{position:absolute;width:42vw;height:42vw;max-width:620px;max-height:620px;right:-4vw;top:12vh;border:1px solid #7773;border-radius:50%;display:grid;place-items:center}.target:before,.target:after,.target div{content:"";position:absolute;border:1px solid #7773;border-radius:50%;inset:18%}.target:after{inset:36%}.target div{inset:48%;background:var(--gold);border:0}.edition{position:absolute;right:4vw;bottom:4vh;writing-mode:vertical-rl;font-size:.65rem;letter-spacing:.2em;color:#777}.work{background:var(--cream);color:var(--ink);padding:10vw 8vw}.section-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8vw}.section-head p{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}.section-head h2{font-family:"Cormorant Garamond";font-size:clamp(4rem,8vw,8rem);font-weight:500;line-height:.75;margin:0;width:56%}.case{display:grid;grid-template-columns:10% 1fr auto;align-items:center;border-top:1px solid #aaa;padding:3rem 0;transition:.35s}.case:last-child{border-bottom:1px solid #aaa}.case:hover{padding-left:1.5rem;color:#725b2c}.case-no{font:1.2rem "Cormorant Garamond"}.case p,.case span{font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:#777}.case h3{font:500 clamp(2.5rem,6vw,6rem) "Cormorant Garamond";margin:.25rem 0}.case b{font-size:2rem;font-weight:400}.profile{padding:10vw 8vw;background:#12140f}.profile blockquote{font:500 clamp(3rem,6vw,7rem)/.95 "Cormorant Garamond";margin:10vw 0}.profile blockquote i{color:var(--gold)}.profile-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:7vw;border-top:1px solid #555;padding-top:3rem}.profile-grid>p{font:1.6rem/1.55 "Cormorant Garamond"}.profile-grid span{font-size:.65rem;color:var(--gold);text-transform:uppercase;letter-spacing:.18em}.profile-grid div p{line-height:1.9;color:#aaa}footer{padding:8vw;background:var(--gold);color:var(--black);display:grid;grid-template-columns:1fr auto;align-items:end;gap:2rem}footer>div{grid-column:1/-1}footer p{font-size:.8rem;text-transform:uppercase;letter-spacing:.2em}footer a{display:flex;justify-content:space-between;align-items:center;font:500 clamp(4rem,10vw,10rem)/1 "Cormorant Garamond";border-bottom:2px solid #111;padding-bottom:1rem}footer small:last-child{text-align:right}@keyframes iris{0%{transform:scale(.1)}35%,68%{transform:scale(5)}100%{transform:scale(14)}}@keyframes textin{0%,20%{opacity:0;transform:translateY(20px)}35%,72%{opacity:1;transform:none}100%{opacity:0;transform:scale(1.06)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.intro{display:none}}@media(max-width:700px){.nav{padding:1.5rem}.nav nav a:not(.contact){display:none}.hero{padding:20vh 1.5rem 8vh}.hero h1{font-size:clamp(4rem,20vw,7rem)}.hero-bottom{margin:15vh 0 0;align-items:flex-end}.target{width:90vw;height:90vw;right:-40vw;top:22vh}.work,.profile{padding:6rem 1.5rem}.section-head{display:block}.section-head h2{width:auto;margin-top:2rem}.case{grid-template-columns:15% 1fr auto}.case span{display:none}.profile-grid{grid-template-columns:1fr}.profile blockquote br{display:none}footer{padding:5rem 1.5rem;grid-template-columns:1fr}footer small:last-child{text-align:left}}
