@charset "UTF-8";
:root{--purple:#7727c5;--lilac:#e8d7fa;--ink:#17131b;--paper:#fff;--muted:#665f6c}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-underline-offset:5px}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #ac68f4;outline-offset:5px}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.05em;line-height:1.08}h3{font-size:20px;line-height:1.35}.header{padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-family:Georgia,serif;font-size:29px;font-weight:bold;line-height:1.1;letter-spacing:-1px}.brand small{display:block;font-family:Arial,sans-serif;font-size:10px;letter-spacing:2px;margin-top:8px}.bead-mark{font-size:48px;color:var(--purple);font-weight:normal}.header nav{display:flex;align-items:center;gap:34px;font-size:14px}.header nav a{text-decoration:none}.header nav a:hover{text-decoration:underline}.nav-contact{border:1px solid #ccc2d4;border-radius:50px;padding:10px 21px}.nav-contact span{margin-left:16px}.hero{margin:0 16px;background:var(--ink);border:10px solid var(--purple);display:grid;grid-template-columns:1fr 1fr;min-height:630px;color:white}.hero-copy{padding:65px 9%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:bold;line-height:1.6}.hero .eyebrow{color:#d2b0ef;margin-bottom:25px}h1{font-size:clamp(60px,6.3vw,96px)}h1 em{font-weight:normal;color:#c28af1}.intro{font-size:18px;max-width:390px;color:#e2dce6;margin:25px 0 30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;border-radius:50px;padding:15px 24px;text-decoration:none;font-size:15px;font-weight:bold;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.light{background:var(--lilac);color:var(--ink)}.dark{background:var(--ink);color:white}.hero-note{margin-top:42px;font-size:13px;color:#c3b8cd;display:flex;align-items:center;gap:12px}.hero-note span{font-size:25px;color:#c28af1}.hero-photo{position:relative;min-width:0;background:#080707}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo figcaption{position:absolute;bottom:24px;left:24px;background:#ffffffeb;border-radius:40px;padding:8px 18px;color:var(--ink);font-size:13px}.ribbon{display:flex;justify-content:space-around;align-items:center;padding:25px 4%;gap:20px;border-bottom:1px solid #e6dfee;font-size:12px;letter-spacing:2px;font-weight:bold}.ribbon b{color:var(--purple);font-size:25px;font-weight:normal}.section{padding:85px 6%;max-width:1600px;margin:auto}h2{font-size:clamp(36px,3.5vw,55px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-heading .eyebrow,.about .eyebrow{color:var(--purple);margin-bottom:15px}.section-heading>p{font-size:15px;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.creation{text-decoration:none}.photo-wrap{height:390px;position:relative;overflow:hidden;background:#e8e0eb;border-radius:10px}.photo-wrap img{width:100%;height:100%;transition:transform .35s}.creation:first-child img{object-position:center 80%}.creation:nth-child(2) img{object-position:center 30%}.creation:hover img{transform:scale(1.035)}.expand{position:absolute;right:15px;bottom:15px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:white;font-size:22px}.card-caption{padding-top:20px}.card-caption p{font-size:14px;color:var(--muted);margin-top:6px}.collection-note{font-size:14px;color:var(--muted);margin-top:35px}.collection-note a{color:var(--purple)}.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:8%;background:#f5eefb;max-width:none;align-items:center}.about-photo{height:530px;border-radius:10px;overflow:hidden}.about-photo img{width:100%;height:100%;object-position:50% 55%}.about-copy{max-width:610px}.about-copy>p:not(.eyebrow){margin-top:24px;color:#514a58}.personal{border-top:1px solid #d7c8e5;margin-top:30px;padding-top:26px;display:flex;gap:20px}.personal>span{font-size:40px;color:var(--purple);line-height:1}.personal h3{font-size:18px}.personal p{font-size:15px;margin-top:10px;color:#514a58}.contact{max-width:none;background:var(--purple);color:white;text-align:center;padding-top:75px;padding-bottom:65px}.contact .eyebrow{color:#e6caf9;margin-bottom:20px}.contact>p:not(.eyebrow){margin-top:24px}.contact-actions{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:30px}.phone{font-size:18px}.phone span{margin-left:10px}.contact .location{font-size:13px;color:#e6caf9}footer{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:30px 5%;font-size:12px}footer a{text-decoration:none}.footer-brand{font-family:Georgia,serif;font-size:22px}.footer-brand span{font-family:Arial,sans-serif;font-size:12px;margin-left:6px}dialog{border:0;border-radius:12px;background:#17131b;color:white;padding:20px;max-width:90vw;max-height:94dvh}dialog::backdrop{background:#000c}dialog img{max-height:77dvh;max-width:80vw;object-fit:contain;margin:auto}dialog p{padding-top:12px;text-align:center;font-size:14px}.close{position:absolute;right:25px;top:25px;border:0;background:white;color:var(--ink);border-radius:50%;width:44px;height:44px;font-size:20px;cursor:pointer}.skip{position:fixed;left:12px;top:-100px;background:white;padding:10px;z-index:5}.skip:focus{top:12px}body:has(dialog[open]){overflow:hidden}
@media(min-width:1600px){.hero{max-width:1568px;margin:auto}.hero-photo img{max-height:750px}}
@media(max-width:900px){.hero{min-height:540px}.hero-copy{padding:40px 7%}h1{font-size:64px}.hero .eyebrow{font-size:10px}.intro{font-size:16px}.hero-note{margin-top:25px}.section{padding:65px 5%}.photo-wrap{height:300px}.section-heading{align-items:start}.section-heading>p{max-width:210px}.about{gap:5%}.about-photo{height:480px}footer{flex-wrap:wrap}}
@media(max-width:760px){.header{padding:19px 5%;gap:18px;flex-wrap:wrap}.brand{font-size:26px}.bead-mark{font-size:40px}.header nav{width:100%;justify-content:space-between;gap:12px;font-size:13px}.nav-contact{padding:7px 14px}.hero{margin:0 8px;border-width:6px;grid-template-columns:1fr}.hero-copy{padding:40px 7% 32px}h1{font-size:65px}.hero .eyebrow{font-size:10px;letter-spacing:1.5px;margin-bottom:20px}.intro{max-width:310px;margin:22px 0}.hero-note{margin-top:24px}.hero-photo img{height:auto;aspect-ratio:1/1;object-fit:contain}.hero-photo figcaption{bottom:15px;left:15px;font-size:12px}.ribbon{padding:20px 5%;flex-wrap:wrap;gap:10px 22px;font-size:10px;letter-spacing:1px}.ribbon b{font-size:18px}.ribbon b:last-of-type{display:none}.section{padding:55px 6%}.section-heading{display:block;margin-bottom:27px}.section-heading>p{max-width:none;margin-top:18px}.eyebrow{font-size:10px;letter-spacing:1.5px}h2{font-size:39px}.gallery{grid-template-columns:1fr;gap:30px}.photo-wrap{height:380px}.card-caption{padding-top:14px}.collection-note{line-height:1.8}.collection-note a{display:block}.about{grid-template-columns:1fr;gap:32px}.about-photo{height:360px}.contact-actions{flex-direction:column;gap:22px}.contact>p br{display:none}.contact{padding:60px 7%}footer{flex-direction:column;align-items:flex-start;gap:12px;padding:27px 6%}.footer-brand span{display:block;margin:5px 0 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

