@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#17191a;--panel:#202223;--line:#3b3d3d;--text:#f4f4ef;--muted:#b9bab6;--accent:#ff6337;--heading:'Space Grotesk',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:1rem;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:6px}::selection{background:var(--accent);color:var(--bg)}.wrap{width:min(1440px,calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;top:10px;left:10px;z-index:20;background:var(--text);color:var(--bg);padding:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:12px;font-family:var(--heading);font-size:.76rem;font-weight:700;letter-spacing:.035em;line-height:1.15}.brand-icon{width:43px;height:43px;stroke:var(--accent);fill:none;stroke-width:2.5;stroke-linejoin:round}.brand-bottom{display:flex;justify-content:space-between;font-size:1.7rem;letter-spacing:.035em}.brand-plus{font-size:.8rem;margin-top:4px}.desktop-nav{display:flex;gap:38px;align-items:center;font-size:.9rem}.desktop-nav a{transition:color .18s}.desktop-nav a:hover{color:var(--accent)}.desktop-nav a:last-child{border:1px solid #60615e;padding:12px 20px;display:flex;gap:28px}.hero{display:grid;grid-template-columns:1.12fr 1fr;column-gap:30px;position:relative;padding-top:62px}.eyebrow{font-size:.75rem;letter-spacing:.12em;font-weight:600;margin:0 0 24px;line-height:1.6}.mini-cross{color:var(--accent);margin-right:12px;font-size:1.2rem;line-height:0;vertical-align:middle}.hero h1{font-family:var(--heading);font-size:clamp(3.7rem,6.5vw,6.7rem);line-height:1.025;letter-spacing:-.065em;font-weight:500;margin:0 0 26px}.hero h1 span{color:var(--accent)}.hero-description{max-width:365px;font-size:1rem;line-height:1.75;color:var(--muted);margin:0 0 30px}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:13px 23px;font-size:.9rem;font-weight:600;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button.orange{background:var(--accent);color:#17191a}.button.orange:hover{background:#ff815f}.button span{font-size:1.25rem}.hero-art{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:space-between;min-height:480px}.art-topline,.art-bottomline{display:flex;justify-content:space-between;gap:14px;font-size:.65rem;letter-spacing:.09em;color:var(--muted);position:relative;z-index:1}.art-topline{padding-top:6px}.art-bottomline{padding-bottom:8px}.hero-typography{font-family:var(--heading);font-size:3.4rem;letter-spacing:-.05em;line-height:1.1;color:#4b4d4c;text-align:center}.hero-footer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px 0;margin-top:48px;border-bottom:1px solid var(--line);font-size:.65rem;letter-spacing:.06em;color:var(--muted)}.hero-footer>span:first-child{color:var(--text)}.hero-footer>span:nth-child(2){display:flex;gap:14px}.hero-footer a{font-size:1.2rem;width:32px;height:32px;border:1px solid #525451;border-radius:50%;display:grid;place-content:center}.intro-slice{padding-block:75px;border-bottom:1px solid var(--line)}h2{font-family:var(--heading);font-size:clamp(2.5rem,4vw,4rem);font-weight:500;line-height:1.14;letter-spacing:-.045em;margin:0}.serif{font-family:Georgia,serif;font-weight:400;font-style:italic;letter-spacing:-.045em}.intro-slice>p:last-child{color:var(--muted);max-width:400px}.footer{padding-block:32px;display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted)}
@media(min-width:1600px){.hero{padding-top:80px}.hero-art{min-height:590px}}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:22px}.hero{column-gap:10px}.hero h1{font-size:clamp(3.5rem,7vw,5rem)}.hero-art{min-height:450px}.art-topline span:first-child{display:none}.art-topline{justify-content:flex-end}.hero-footer>span:nth-child(2){font-size:.6rem;gap:6px}}
@media(max-width:700px){.wrap{width:calc(100% - 40px)}.header{height:90px}.brand{font-size:.6rem;gap:8px}.brand-icon{width:34px;height:34px}.brand-bottom{font-size:1.35rem}.desktop-nav a:not(:last-child){display:none}.desktop-nav a:last-child{padding:10px 13px;font-size:.8rem;gap:14px}.hero{padding-top:38px;grid-template-columns:1fr}.hero h1{font-size:clamp(3.65rem,12.5vw,5.5rem)}.hero-description{max-width:340px}.hero-art{margin-top:36px;min-height:370px}.art-topline span:first-child{display:block}.art-topline{justify-content:space-between}.hero-footer{margin-top:20px;padding-block:22px}.hero-footer>span:nth-child(2){display:none}.intro-slice{padding-block:54px}.footer{gap:20px;font-size:.75rem}.eyebrow{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.hero-art{height:530px;min-height:0;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;mix-blend-mode:lighten;mask-image:linear-gradient(to bottom,transparent 0,#000 5%,#000 94%,transparent 100%)}.art-topline,.art-bottomline{font-size:.75rem;letter-spacing:.04em}.art-topline{padding-top:0}.art-bottomline{padding-bottom:0}.hero-footer{font-size:.75rem;letter-spacing:.03em}.hero-footer>span:nth-child(2){font-size:.75rem;gap:11px}.prints-section{padding-block:88px 76px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:44px}.section-heading>p{max-width:285px;color:var(--muted);margin:0 0 5px}.print-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.print-card{min-width:0}.print-picture{aspect-ratio:1/1.05;background:#111314;position:relative;overflow:hidden}.print-picture img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.print-picture img.vase-card{object-fit:contain;padding:20px;background:#111314}.print-card:hover img{transform:scale(1.04)}.picture-number{position:absolute;left:18px;top:16px;z-index:1;font-size:.75rem;color:#d7d9d4}.card-title{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:16px}.card-title h3{font-family:var(--heading);font-size:1.35rem;line-height:1.3;font-weight:500;margin:0;letter-spacing:-.025em}.card-title>span{color:var(--accent);font-size:1.25rem}.print-card>p{font-size:.9rem;color:var(--muted);margin:8px 0 0}.gallery-note{font-size:.75rem;color:var(--muted);margin:28px 0 0}.process-section{background:#222425;padding-block:76px 70px}.process-intro{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:56px}.process-intro>p{font-size:1rem;color:var(--muted);margin:0 0 5px}.process-grid{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}.step{border-top:1px solid #575954;display:flex;justify-content:space-between;padding-top:18px;margin-bottom:35px;font-family:var(--heading);font-size:.9rem;color:var(--accent)}.step>span{font-size:1.4rem;line-height:1}.process-grid h3{font-family:var(--heading);font-size:1.35rem;font-weight:500;line-height:1.3;letter-spacing:-.025em;margin:0 0 14px}.process-grid p{font-size:1rem;color:var(--muted);margin:0;max-width:325px}.questions-section{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;padding-block:92px 96px}.questions{padding-top:8px}.questions details{border-top:1px solid var(--line)}.questions details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:25px;font-size:1rem;font-weight:500;cursor:pointer}summary::-webkit-details-marker{display:none}summary>span{color:var(--accent);font-size:1.4rem;line-height:1;transition:transform .2s}details[open] summary>span{transform:rotate(45deg)}details p{margin:0 0 25px;padding-right:32px;color:var(--muted);font-size:1rem;max-width:550px}summary:hover{color:var(--accent)}.contact-section{background:var(--accent);color:var(--bg);padding:43px 48px 44px;margin-bottom:44px}.contact-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.contact-top .eyebrow{margin:0}.contact-top>span{font-size:3rem;line-height:1}.contact-section h2{font-size:clamp(3.2rem,6.5vw,6.2rem);margin:32px 0 40px;line-height:1.08;letter-spacing:-.055em}.contact-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.contact-bottom p{font-size:1rem;line-height:1.65;margin:0}.contact-placeholder{padding-top:15px;border-top:1px solid #7d3925;min-width:260px}.contact-placeholder span{display:block;font-size:.75rem;letter-spacing:.07em;margin-bottom:6px}.contact-placeholder strong{font-size:1rem;font-weight:600}.footer{border-top:1px solid var(--line);padding-block:30px;font-size:.75rem;align-items:center}.footer-name{font-family:var(--heading);font-size:.875rem;font-weight:600;color:var(--text)}.back-top{display:flex;gap:25px;font-size:.875rem}.back-top:hover{color:var(--accent)}
@media(min-width:1600px){.hero-art{height:610px}}
@media(max-width:1150px){.hero-art{height:485px}.hero-footer>span:nth-child(2){font-size:.75rem;gap:8px}.hero-footer>span:nth-child(2)>span{display:none}.process-grid{gap:28px}.questions-section{gap:32px}.contact-section{padding-inline:35px}.section-heading>p{max-width:260px}}
@media(max-width:900px){.hero-footer>span:nth-child(2){display:none}.hero-art{height:470px}.art-topline span:first-child{display:none}.print-grid{gap:18px}.print-picture{aspect-ratio:1/1.2}.card-title h3{font-size:1.2rem}.section-heading,.process-intro{align-items:flex-start}.section-heading>p,.process-intro>p{max-width:240px}.contact-bottom{align-items:flex-start;flex-direction:column;gap:30px}.process-grid{gap:24px}.questions-section{grid-template-columns:.9fr 1.2fr}}
@media(max-width:700px){.brand{font-size:.75rem;letter-spacing:-.02em}.brand-bottom{font-size:1.45rem}.brand-icon{width:35px;height:35px}.desktop-nav a:last-child{font-size:.875rem;gap:10px;padding:9px 10px}.hero-art{height:440px;margin-top:28px}.hero-image{inset:20px 0;height:400px}.art-topline span:first-child{display:block}.art-topline,.art-bottomline{font-size:.75rem}.hero-footer{margin-top:22px}.prints-section{padding-block:58px}.section-heading,.process-intro{display:block;margin-bottom:30px}.section-heading>p,.process-intro>p{max-width:350px;margin-top:24px}.print-grid{grid-template-columns:1fr;gap:35px}.print-picture{aspect-ratio:1.15/1}.print-picture img.vase-card{padding:15px}.card-title{margin-top:17px}.card-title h3{font-size:1.4rem}.gallery-note{margin-top:30px}.process-section{padding-block:54px}.process-grid{grid-template-columns:1fr;gap:34px;margin-top:35px}.step{margin-bottom:22px}.process-grid p{max-width:none}.questions-section{grid-template-columns:1fr;gap:30px;padding-block:58px}.questions-section h2 br:nth-of-type(2){display:none}.questions-section h2 .serif::before{content:' '}.questions-section .eyebrow{margin-bottom:20px}.questions{padding-top:0}summary{padding-block:21px}details p{padding-right:18px}.contact-section{padding:30px 26px 34px;margin-bottom:30px}.contact-top{gap:16px}.contact-top .eyebrow{font-size:.75rem;letter-spacing:.055em;max-width:230px}.contact-top>span{font-size:2.3rem}.contact-section h2{font-size:clamp(2.6rem,9.4vw,4rem);margin-block:30px}.contact-bottom{gap:30px}.contact-bottom p br{display:none}.contact-placeholder{width:100%;min-width:0}.footer{flex-wrap:wrap;row-gap:20px}.footer-name{width:100%}.footer>span{font-size:.75rem}.back-top{font-size:.875rem;gap:12px}}
@media(max-width:370px){.wrap{width:calc(100% - 32px)}.brand{font-size:.75rem;gap:6px}.brand-icon{width:28px}.desktop-nav a:last-child{font-size:.875rem;padding:8px}.desktop-nav a:last-child span{display:none}.hero h1{font-size:3.4rem}.hero-art{height:390px}.hero-image{height:350px}.contact-section{padding-inline:22px}.contact-section h2{font-size:2.5rem}.footer>span{max-width:180px}}
