:root{--paper:#f0e5ce;--ink:#20231d;--red:#9e3325;--gold:#c89336;--rule:#24281f;--muted:#665d4d;--panel:#e3d4b8;--serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10;opacity:.13;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23887048' opacity='.28' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}a{color:inherit}button,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}img{display:block;width:100%;height:100%;object-fit:cover}.announcement{background:var(--ink);color:var(--paper);text-align:center;padding:9px 20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.16em}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1440px;margin:auto;padding:28px 5%;border-bottom:2px solid var(--rule)}.brand{font-family:var(--serif);font-weight:900;text-decoration:none;line-height:.85;font-size:32px;letter-spacing:-1.7px;text-transform:uppercase}.brand span{display:block;font-family:Arial,sans-serif;font-size:10px;line-height:1.5;letter-spacing:3px;margin-top:10px}.nav{display:flex;align-items:center;gap:34px}.nav a{text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.09em;border-bottom:2px solid transparent;padding:8px 0}.nav a[aria-current=page]{border-color:var(--red)}.header-note{font-family:var(--serif);font-style:italic;font-size:15px;text-align:right}.wrap{max-width:1320px;margin:auto;width:90%}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:5%;padding:54px 0 60px;align-items:center}.eyebrow{font-weight:800;font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin:0 0 22px;display:flex;align-items:center;gap:12px}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}.hero h1{font-family:var(--serif);font-size:clamp(64px,7.9vw,112px);font-weight:900;letter-spacing:-.065em;line-height:.87;text-transform:uppercase;margin:0 0 26px}.hero h1 em{font-style:normal;color:var(--red)}.hero p.intro{max-width:420px;font-size:18px;line-height:1.65;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;border:1px solid var(--ink);background:var(--red);color:#fff6e4;padding:15px 23px;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.1em;box-shadow:4px 4px 0 var(--ink);transition:transform .15s,box-shadow .15s}.button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--ink)}.button.secondary{background:transparent;color:var(--ink)}.small-link{font-size:13px;font-weight:700;text-underline-offset:5px}.hero-actions{display:flex;gap:27px;align-items:center;flex-wrap:wrap}.hero-image{position:relative;margin:0;aspect-ratio:.96;border:1px solid var(--ink);padding:10px;background:var(--panel);transform:rotate(2deg)}.hero-image img{object-position:50% 51%}.image-tag{position:absolute;left:-20px;bottom:32px;background:var(--gold);color:#242018;border:2px solid #242018;padding:13px 20px;font-family:var(--serif);font-weight:900;text-transform:uppercase;font-size:20px;transform:rotate(-6deg);line-height:1.05}.image-tag small{font:700 10px Arial,sans-serif;letter-spacing:.12em;display:block;margin-top:7px}.caption{font-size:11px;letter-spacing:.06em;text-transform:uppercase;margin:14px 0 0;color:var(--muted)}.proof{display:grid;grid-template-columns:repeat(3,1fr);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);margin-bottom:80px}.proof div{text-align:center;padding:20px 10px;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.proof div+div{border-left:1px solid var(--ink)}.proof b{color:var(--red);padding-right:9px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-head h2,.story h2,.split h2{font-family:var(--serif);font-size:clamp(38px,4.2vw,62px);letter-spacing:-.05em;line-height:1;margin:0;text-transform:uppercase}.section-head p{margin:0}.artist-feature{display:grid;grid-template-columns:.88fr 1.12fr;border:2px solid var(--ink);margin-bottom:80px;background:var(--panel)}.flash-preview{height:480px;overflow:hidden}.flash-preview img{object-position:center 39%}.artist-info{padding:50px 12%;display:flex;flex-direction:column;justify-content:center;align-items:start;border-left:2px solid var(--ink)}.artist-info h3{font-family:var(--serif);font-size:clamp(50px,5.6vw,80px);line-height:.9;letter-spacing:-.06em;margin:0;text-transform:uppercase}.artist-info p{max-width:390px}.artist-info .button{margin-top:15px}.pill{border:1px solid var(--ink);padding:4px 9px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.split{padding:65px 0 72px;border-top:2px solid var(--ink);display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:start}.split p{margin:0 0 20px;font-size:18px}.split h2 em{color:var(--red);font-style:normal}.ratio{font-family:var(--serif);font-size:clamp(75px,10vw,140px);font-weight:900;letter-spacing:-.07em;line-height:1;color:var(--red)}.ratio span{font-size:.5em;font-weight:400;vertical-align:12%}.ratio-label{display:flex;justify-content:space-between;max-width:340px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.footer{background:var(--ink);color:var(--paper);padding:38px 5% 25px}.footer-top{max-width:1320px;margin:auto;display:flex;justify-content:space-between;gap:20px;align-items:center}.footer .brand{font-size:27px}.footer-nav{display:flex;gap:24px;font-size:13px}.footer-bottom{max-width:1320px;margin:35px auto 0;padding-top:20px;border-top:1px solid #777363;font-size:12px;display:flex;justify-content:space-between;gap:25px}.preview-tools{max-width:1320px;margin:28px auto 0;padding-top:20px;border-top:1px solid #777363;display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px}.preview-tools button{border:1px solid #8d8878;background:none;color:var(--paper);border-radius:0;padding:5px 9px;font-size:12px}.preview-tools button[aria-pressed=true]{background:var(--paper);color:var(--ink)}.artist-hero h1{font-size:clamp(68px,9vw,125px)}.artist-hero .hero-image{transform:rotate(-2deg);aspect-ratio:.95}.artist-hero .hero-image img{object-position:50% 35%}.collection{padding:0 0 75px}.concept-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}.concept-card{padding:28px;border:1px solid var(--ink);background:var(--panel);display:flex;flex-direction:column;align-items:start;min-height:240px}.concept-number{color:var(--red);font:italic 28px var(--serif)}.concept-card h3{font-family:var(--serif);font-size:28px;line-height:1.1;margin:22px 0 8px}.concept-card p{margin:0 0 25px;font-size:15px}.concept-card button{border:0;background:none;padding:0;color:var(--ink);text-decoration:underline;text-underline-offset:5px;font-size:13px;font-weight:700;margin-top:auto}.notice{font-size:13px;color:var(--muted);max-width:700px;margin:24px 0}.story{padding:70px 0 75px;display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:start}.story h1{font-family:var(--serif);font-size:clamp(65px,8vw,105px);line-height:.9;letter-spacing:-.06em;text-transform:uppercase;margin:0 0 30px}.story h1 em{font-style:normal;color:var(--red)}.story p{font-size:18px}.placeholder{margin-top:36px;padding:28px;border:1px dashed var(--ink)}.placeholder h2{font-size:27px}.placeholder p{font-size:16px;margin-bottom:0}.story-art{border:1px solid var(--ink);padding:10px;transform:rotate(2deg);height:650px}.faq{padding-bottom:70px;max-width:850px}.faq h2{font:900 40px var(--serif);letter-spacing:-.04em}.faq details{border-top:1px solid var(--ink);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--ink)}.faq summary{font-weight:700;cursor:pointer}.faq details p{max-width:720px}dialog{background:var(--paper);color:var(--ink);border:2px solid var(--ink);max-width:600px;width:calc(100% - 40px);padding:35px;box-shadow:10px 10px #0005}dialog::backdrop{background:#151711bc}dialog h2{font:900 44px/1 var(--serif);letter-spacing:-.05em}dialog .close{float:right;background:none;border:1px solid var(--ink);padding:4px 10px;color:inherit}dialog .eyebrow{margin-top:30px}body[data-theme=night]{--paper:#22251f;--ink:#efe2c6;--red:#e69a6c;--gold:#d6ad58;--rule:#d1c6ae;--muted:#cec3ab;--panel:#34372e}body[data-theme=red]{--paper:#a33125;--ink:#f5e7cc;--red:#f5ca71;--gold:#dbb052;--rule:#f5e7cc;--muted:#f1d3b3;--panel:#873024}body[data-theme=night] .button,body[data-theme=red] .button{color:#22251f}body[data-theme=night] .button.secondary,body[data-theme=red] .button.secondary{color:var(--ink)}@media(min-width:1550px){.hero{padding-top:70px}.hero h1{font-size:120px}}@media(max-width:900px){.header-note{display:none}.nav{gap:22px}.hero{gap:5%;padding-top:40px}.hero h1{font-size:clamp(55px,8.7vw,85px)}.artist-info{padding:35px 8%}.flash-preview{height:420px}.concept-grid{gap:12px}.concept-card{padding:20px}.story-art{height:550px}}@media(max-width:640px){.site-header{padding:22px 5%;flex-wrap:wrap;justify-content:center;gap:15px}.brand{font-size:29px;text-align:center}.nav{width:100%;justify-content:center;gap:28px}.nav a{font-size:12px}.announcement{font-size:10px;letter-spacing:.1em}.hero{grid-template-columns:1fr;padding:35px 0;gap:36px}.hero h1{font-size:clamp(68px,16.5vw,102px)}.hero p.intro{font-size:17px}.hero-image{width:94%;margin:auto;aspect-ratio:1.05}.image-tag{left:-10px}.proof{margin-bottom:45px}.proof div{font-size:10px;letter-spacing:.07em;padding:15px 9px}.proof b{display:block;padding:0;font-size:16px}.section-head{align-items:start}.section-head h2{font-size:37px}.artist-feature{grid-template-columns:1fr;margin-bottom:45px}.flash-preview{height:330px}.artist-info{border-left:0;border-top:2px solid var(--ink);padding:32px}.artist-info h3{font-size:64px}.split{grid-template-columns:1fr;padding:40px 0;gap:28px}.ratio{font-size:120px}.split p{font-size:17px}.footer-top{flex-direction:column;align-items:start}.footer .brand{text-align:left}.footer-bottom{flex-direction:column;gap:8px;font-size:11px}.concept-grid{grid-template-columns:1fr}.concept-card{min-height:200px;padding:25px}.story{grid-template-columns:1fr;padding:40px 0;gap:35px}.story-art{height:440px}.story h1{font-size:72px}.story p{font-size:17px}.eyebrow{font-size:11px}.artist-hero h1{font-size:88px}.section-head .pill{max-width:110px;text-align:center}.footer-nav{gap:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.hero:not(.artist-hero) h1{font-size:clamp(48px,5.6vw,88px);letter-spacing:-.065em;line-height:.96}@media(min-width:641px)and (max-width:900px){.hero:not(.artist-hero) h1{font-size:clamp(38px,5.6vw,51px)}}@media(max-width:640px){.hero:not(.artist-hero) h1{font-size:clamp(43px,11.8vw,70px)}}.hero>*,.artist-feature>*,.story>*,.split>*{min-width:0}.button{max-width:100%;text-align:center}.artist-hero h1{font-size:clamp(52px,6.2vw,96px)}@media(max-width:640px){.artist-hero h1{font-size:clamp(44px,13.5vw,80px)}.artist-info .button{gap:12px;padding:15px}.artist-feature{grid-template-columns:minmax(0,1fr)}}.founder-story{grid-template-columns:1.06fr .94fr;gap:7%;align-items:center;padding-top:65px}.founder-story h1{font-size:clamp(42px,4.6vw,68px);line-height:.98;letter-spacing:-.055em}.founder-story .founder-intro{font-size:21px;line-height:1.65}.founder-story p{max-width:610px}.founder-photo{margin:0;position:relative;padding:12px 12px 0;background:var(--panel);border:1px solid var(--ink);transform:rotate(2deg);box-shadow:10px 12px 0 var(--ink)}.founder-photo img{aspect-ratio:3/4;height:auto;object-fit:cover}.founder-photo figcaption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 10px}.founder-photo figcaption span{font:italic 25px var(--serif)}.founder-photo figcaption small{font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-align:right}.story-chapter{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%;padding:65px 0;border-top:1px solid var(--ink)}.chapter-label span{font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.13em}.chapter-label h2{font:900 clamp(36px,4vw,55px)/1.06 var(--serif);text-transform:uppercase;letter-spacing:-.05em;margin:22px 0}.chapter-label h2 em{color:var(--red);font-style:normal}.chapter-copy p{font-size:18px;line-height:1.85;margin:0 0 22px}.chapter-copy p:last-child{margin-bottom:0}.connection-art{max-width:780px;margin:0 auto 55px;border:1px solid var(--ink);padding:8px;background:#f2e6ce}.connection-art img{height:auto;aspect-ratio:3/2;object-fit:contain}.story-pullquote{text-align:center;padding:60px 7%;margin:0 0 60px;background:var(--ink);color:var(--paper);border:1px solid var(--ink)}.story-pullquote .eyebrow{justify-content:center}.story-pullquote blockquote{font:italic clamp(29px,3.5vw,47px)/1.3 var(--serif);margin:30px 0}.story-pullquote>p:last-child{max-width:620px;margin:0 auto;font-size:17px}.paired-flash{padding:60px 0 70px;border-top:2px solid var(--ink)}.flash-intro{font-size:18px;max-width:650px;margin-bottom:35px}.flash-pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px}.flash-pair-grid figure{margin:0}.flash-pair-grid figure>a{display:block;border:1px solid var(--ink);padding:10px;background:#f2e6ce}.flash-pair-grid img{height:auto;aspect-ratio:2/3;object-fit:contain}.flash-pair-grid figcaption{padding:25px 0}.flash-pair-grid figcaption>span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--red)}.flash-pair-grid h3{font:900 clamp(26px,2.8vw,38px)/1.1 var(--serif);letter-spacing:-.04em;margin:12px 0}.flash-pair-grid figcaption p{margin:0 0 20px}.paired-flash .notice{max-width:850px}.founder-story .small-link{display:inline-block;margin-top:12px}@media(max-width:900px){.founder-story{gap:5%}.founder-photo figcaption{flex-direction:column;align-items:start;gap:6px}.founder-photo figcaption small{text-align:left}.story-chapter{gap:7%;grid-template-columns:.85fr 1.15fr}.founder-story .founder-intro{font-size:18px}}@media(max-width:640px){.founder-story{grid-template-columns:minmax(0,1fr);padding:40px 0 55px;gap:32px}.founder-story h1{font-size:clamp(37px,9.2vw,58px)}.founder-photo{width:94%;margin:0 auto;box-shadow:6px 7px 0 var(--ink)}.founder-photo figcaption{padding:17px 8px}.story-chapter{grid-template-columns:minmax(0,1fr);gap:15px;padding:35px 0}.chapter-label h2{font-size:39px;margin:17px 0}.chapter-copy p{font-size:17px;line-height:1.8}.connection-art{margin:5px auto 35px;padding:5px}.story-pullquote{padding:35px 7%;margin:0 0 35px}.story-pullquote blockquote{font-size:29px}.story-pullquote blockquote br{display:none}.flash-pair-grid{grid-template-columns:minmax(0,1fr);gap:25px}.paired-flash{padding:35px 0}.paired-flash .section-head{flex-direction:column}.paired-flash .section-head .pill{max-width:none}.flash-pair-grid h3{font-size:30px}.flash-intro{font-size:17px}}.den-header{display:grid;grid-template-columns:1.15fr 1fr;gap:8%;padding:65px 0 40px;align-items:end}.den-header h1{font:900 clamp(64px,7.8vw,112px)/.94 var(--serif);letter-spacing:-.065em;text-transform:uppercase;margin:0 0 15px}.den-header h1 em{color:var(--red);font-style:normal}.den-tagline{font:italic 27px var(--serif);margin:20px 0 0}.den-intro{max-width:460px;padding-bottom:5px}.den-intro p{font-size:18px;line-height:1.7;margin:0 0 20px}.den-meta{display:flex;justify-content:space-between;gap:20px;border-top:2px solid var(--ink);border-bottom:1px solid var(--ink);padding:17px 0;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.den-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:55px 30px;padding:35px 0 60px}.den-product{min-width:0;border:1px solid var(--ink);background:var(--paper)}.product-image-wrap{background:#ebe8e1;border-bottom:1px solid var(--ink)}.product-zoom{display:block;position:relative;padding:0;border:0;background:none;width:100%;color:#222}.product-zoom img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain}.zoom-label{position:absolute;right:12px;bottom:12px;background:#f4ebd8;color:#24231d;border:1px solid #24231d;font-size:12px;padding:6px 10px}.photo-labels{display:grid;grid-template-columns:1fr 1fr;text-align:center;padding:8px;color:#3f3b32;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;border-top:1px solid #d0cbbf}.product-info{padding:28px}.product-heading{display:flex;justify-content:space-between;align-items:start;gap:14px}.product-heading .eyebrow{font-size:10px;margin-bottom:10px;letter-spacing:.09em;gap:8px}.product-heading .eyebrow:before{width:18px;flex-shrink:0}.product-heading h2{font:900 clamp(26px,2.4vw,35px)/1.05 var(--serif);letter-spacing:-.04em;margin:0}.product-price{font:700 24px var(--serif);white-space:nowrap;color:var(--red);padding-top:24px}.product-story{font-size:16px;line-height:1.7;margin:20px 0 23px}.color-picker,.size-picker{border:0;padding:0;margin:0}.color-picker legend,.size-picker legend{font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-weight:700;width:100%}.color-picker legend strong,.size-picker legend strong{font-weight:400;text-transform:none;letter-spacing:0;margin-left:8px;color:var(--muted);font-size:13px}.color-options{display:flex;gap:8px;flex-wrap:wrap}.color-choice{cursor:pointer;display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--muted);font-size:12px;position:relative}.color-choice:has(input:checked){border:2px solid var(--ink);padding:6px 8px;background:var(--panel)}.color-choice input,.size-options input{position:absolute;opacity:0;width:1px;height:1px}.color-choice:has(input:focus-visible),.size-options label:has(input:focus-visible){outline:3px solid var(--red);outline-offset:3px}.swatch{width:17px;height:17px;display:inline-block;flex-shrink:0;background:var(--swatch);border:1px solid #777;border-radius:50%}.print-finish{font-size:13px;min-height:21px;margin:11px 0 24px;color:var(--muted)}.size-options{display:flex;gap:9px;flex-wrap:wrap}.size-options label{cursor:pointer;position:relative}.size-options span{display:flex;width:48px;height:42px;align-items:center;justify-content:center;border:1px solid var(--ink);font-size:13px;font-weight:700}.size-options input:checked+span{background:var(--ink);color:var(--paper)}.selection-summary{font-size:12px;line-height:1.5;min-height:36px;margin:16px 0 12px;color:var(--muted)}.product-details{border-top:1px solid var(--muted);border-bottom:1px solid var(--muted);padding:15px 0;font-size:14px}.product-details summary{font-weight:700;cursor:pointer}.product-details p{line-height:1.6;margin:15px 0 0}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:22px}.product-bottom>span{text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.1em}.product-bottom a{font-size:12px}.den-note{border-top:2px solid var(--ink);padding:35px 0 60px;display:grid;grid-template-columns:1fr 1fr;gap:10%}.den-note h2{font:900 35px/1.05 var(--serif);letter-spacing:-.035em;margin:0}.den-note p{font-size:15px;margin:0;line-height:1.8;color:var(--muted)}.product-dialog{max-width:1150px;padding:25px;max-height:92vh;overflow:auto}.product-dialog h2{font-size:30px;line-height:1.1;margin:5px 90px 5px 0}.product-dialog-color{margin:10px 0 20px;font-size:14px}.product-dialog img{width:100%;height:auto;max-height:65vh;object-fit:contain}.product-dialog .caption{margin-bottom:0}.den-home-link{border:2px solid var(--ink);padding:35px;margin:0 0 65px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--panel)}.den-home-link h2{font:900 45px/1 var(--serif);letter-spacing:-.04em;text-transform:uppercase;margin:0}.den-home-link .eyebrow{margin-bottom:15px}.den-home-link p:last-child{margin-bottom:0}.nav{gap:25px}.footer-nav{flex-wrap:wrap}@media(max-width:1000px){.site-header,.nav{gap:18px}.nav a{font-size:12px}.product-info{padding:21px}.product-heading{flex-direction:column;gap:8px}.product-price{padding-top:0}.product-heading h2{font-size:30px}.den-header{gap:5%}.den-header h1{font-size:75px}.den-grid{gap:30px 20px}}@media(max-width:700px){.header-note{display:none}.site-header{flex-wrap:wrap;justify-content:center}.nav{justify-content:center;flex-wrap:wrap;gap:8px 20px}.nav a{font-size:11px}.den-header{grid-template-columns:minmax(0,1fr);gap:25px;padding:38px 0 30px}.den-header h1{font-size:clamp(59px,14vw,88px)}.den-header .eyebrow{font-size:10px}.den-tagline{font-size:25px}.den-intro p{font-size:17px}.den-meta{font-size:10px;gap:20px}.den-meta span:last-child{white-space:nowrap}.den-grid{grid-template-columns:minmax(0,1fr);gap:30px;padding:25px 0 40px}.product-info{padding:23px}.product-heading{flex-direction:row}.product-price{font-size:22px;padding-top:22px}.product-heading h2{font-size:27px}.product-heading .eyebrow{font-size:9px}.product-story{font-size:15px}.size-options{gap:8px}.size-options span{width:44px}.color-choice{font-size:11px}.den-note{grid-template-columns:minmax(0,1fr);gap:20px;padding:30px 0 45px}.den-home-link{flex-direction:column;align-items:start;padding:25px;margin-bottom:40px}.den-home-link h2{font-size:35px}.product-dialog{padding:20px;width:calc(100% - 24px)}.product-dialog h2{font-size:23px;margin-right:75px}.zoom-label,.photo-labels{font-size:10px}}.hero-image.hoodie-hero{aspect-ratio:3/4;max-height:660px;width:auto;max-width:100%;margin-inline:auto}.hoodie-back-crop{display:block;width:100%;height:100%;overflow:hidden;background:#e9e7e0}.hoodie-back-crop img{width:200%;max-width:none;height:100%;object-fit:fill;transform:translate(-50%)}.hero:not(.artist-hero) h1{font-size:clamp(43px,4.65vw,73px)}.clothes-line{white-space:nowrap}@media(min-width:641px)and (max-width:900px){.hero:not(.artist-hero) h1{font-size:clamp(31px,4.8vw,43px)}}@media(max-width:640px){.hero:not(.artist-hero) h1{font-size:clamp(30px,9.3vw,57px)}.hero-image.hoodie-hero{width:88%;max-height:none}}.brand-with-emblem{display:flex;align-items:center;gap:12px}.brand-with-emblem .brand-emblem{width:76px;height:76px;object-fit:contain;flex-shrink:0}@media(max-width:900px){.brand-with-emblem{font-size:26px}.brand-with-emblem .brand-emblem{width:58px;height:58px}.brand-with-emblem span{font-size:9px;letter-spacing:2px}}@media(max-width:640px){.brand-with-emblem{font-size:25px;text-align:left;gap:9px}.brand-with-emblem .brand-emblem{width:57px;height:57px}}body{position:relative;isolation:isolate}body:after{content:"";position:absolute;top:190px;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.095;background-image:url(tattoo-edge-ornaments.png),url(tattoo-edge-ornaments.png);background-position:left top,right 340px;background-size:140px auto;background-repeat:repeat-y}body[data-theme=night]:after{filter:invert(1);opacity:.12}@media(max-width:1550px){body:after{background-size:65px auto;opacity:.07}}@media(max-width:700px){body:after{background-size:33px auto;opacity:.055}}html{overflow-x:clip}.generic-page{padding-top:60px;padding-bottom:80px;min-height:60vh}.generic-page h1{font:900 clamp(34px,5vw,68px)/1.05 Georgia;letter-spacing:-.04em}.generic-page form{display:grid;gap:16px;max-width:600px}.generic-page input,.generic-page select{padding:14px;background:var(--paper);color:var(--ink);border:1px solid var(--ink);max-width:100%}.native-product{display:grid;grid-template-columns:1fr 1fr;gap:50px}.native-product img{height:auto}@media(max-width:700px){.native-product{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/styles.css.map */
