@charset "UTF-8";
:root{--paper:#f6f4ed;--ink:#252224;--purple:#392066;--lilac:#e5ddeb;--muted:#716b70;--line:#d6d0c9;--green:#dce88f;--width:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,'Yu Gothic','Hiragino Kaku Gothic ProN',sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;background:none}button:disabled{cursor:not-allowed;background:#dfdbe3;color:#675e70;border-color:#dfdbe3}:focus-visible{outline:3px solid #9178b4;outline-offset:5px}img{display:block;max-width:100%}h1,h2,h3,p{overflow-wrap:anywhere}svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.5}.skip{position:fixed;left:20px;top:-100px;background:white;padding:14px;z-index:100}.skip:focus{top:15px}.announcement{background:var(--purple);color:#fff;text-align:center;padding:10px 20px;font-size:10px;letter-spacing:2px;min-height:32px}.header{height:98px;max-width:var(--width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.brand{display:block;width:170px}.logo-crop{height:64px;width:160px;overflow:hidden;display:block;position:relative;mix-blend-mode:multiply}.logo-crop img{position:absolute;width:230px;max-width:none;height:230px;left:-28px;top:-85px;mix-blend-mode:multiply}.header nav{display:flex;gap:44px;text-align:center}.header nav a{font-size:11px;font-weight:700;letter-spacing:1.2px;padding:14px 0}.header nav a span{display:block;font-size:9px;font-weight:400;letter-spacing:0;margin-top:6px;color:var(--muted)}.header nav a:hover{color:#79509b}.icon-button{display:grid;place-content:center;width:42px;height:42px;font-size:28px;border-radius:50%}.icon-button:hover{background:var(--lilac)}main{min-height:65vh;outline:none}.wrap{max-width:var(--width);margin:auto}.hero{display:grid;grid-template-columns:45% 55%;position:relative;min-height:625px;border-bottom:1px solid var(--line);overflow:hidden}.hero-copy{position:relative;z-index:1;padding:65px 0}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;color:#654787;line-height:1.6}.hero h1{font-size:clamp(64px,6.5vw,90px);line-height:.96;letter-spacing:-5.5px;margin:26px 0 28px;font-weight:800}.hero h1 em{font-style:normal;color:#593786}.hero h2{font-size:19px;letter-spacing:1px}.hero-copy p{font-size:12px;line-height:2.2;color:var(--muted);white-space:pre-line}.button{display:inline-flex;justify-content:center;align-items:center;gap:38px;min-height:50px;padding:15px 23px;background:var(--purple);color:white;font-size:12px;border:1px solid var(--purple);transition:background .2s,transform .2s}.button:hover:not(:disabled){background:#593786;transform:translateY(-2px)}.button.secondary{color:var(--purple);background:transparent}.button.secondary:hover{background:var(--lilac)}.hero .button{margin-top:23px}.hero-art{position:relative;min-width:0}.hero-art:before{content:'';position:absolute;background:#dfd4eb;width:90%;aspect-ratio:1;border-radius:50%;top:40px;left:2%}.hero-art>img{position:absolute;width:100%;height:100%;object-fit:contain;object-position:center bottom;bottom:0;right:0}.stamp{position:absolute;right:3%;bottom:28px;border-radius:50%;background:var(--green);width:106px;height:106px;display:grid;place-content:center;text-align:center;transform:rotate(12deg);font-size:14px;font-weight:bold;border:1px solid var(--ink)}.hero-side{position:absolute;right:0;top:45px;writing-mode:vertical-rl;letter-spacing:4px;font-size:9px}.ribbon{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:1.5px;padding:21px 0}.section{padding-top:60px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px}.section-title h2{font-size:36px;letter-spacing:-1.5px;margin:0;line-height:1.1}.section-title h2 b{color:#79569a}.section-title p{font-size:11px;color:var(--muted);margin:12px 0 0}.text-link{font-size:11px;border-bottom:1px solid;padding:7px 0;white-space:nowrap}.selection{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.card{min-width:0}.card-photo{aspect-ratio:4/4.3;background:#e8e4de;position:relative;overflow:hidden}.card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card:hover .card-photo img{transform:scale(1.025)}.card-photo.contain{background:var(--lilac)}.card-photo.contain img{object-fit:contain;padding:28px;mix-blend-mode:multiply}.tag{position:absolute;left:14px;top:14px;background:var(--paper);padding:8px 11px;font-size:9px;letter-spacing:1px}.tag.dark{background:var(--purple);color:white}.card-meta{padding:17px 0 0;position:relative}.card-meta .eyebrow{font-size:9px;font-weight:400;letter-spacing:1.5px}.card h3{font-size:15px;margin:9px 25px 10px 0}.card p{font-size:12px;margin:0;color:var(--muted)}.card-arrow{position:absolute;right:0;top:29px;font-size:20px}.editorial{display:grid;grid-template-columns:1fr 1fr;background:var(--lilac);margin:65px 0 0;min-height:320px}.editorial>img{width:100%;height:100%;max-height:390px;object-fit:cover}.editorial-copy{padding:44px 50px}.editorial h2{font-size:29px;line-height:1.6;white-space:pre-line;margin:15px 0}.editorial p{font-size:12px;line-height:2.2;white-space:pre-line}.editorial .text-link{display:inline-block;margin-top:10px}.purchase-guide{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin:65px 0 55px;gap:40px;padding-top:28px}.purchase-guide span{font-size:10px;color:#79509b;letter-spacing:2px}.purchase-guide h3{font-size:14px;margin:12px 0}.purchase-guide p{font-size:11px;line-height:1.9;color:var(--muted)}.footer{background:#302638;color:#eee8f2;padding:45px max(5vw,calc((100vw - var(--width))/2)) 20px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding-bottom:35px}.footer-wordmark{font-size:38px;font-weight:bold;letter-spacing:-2px}.footer p{font-size:11px;color:#c5bacf}.footer .eyebrow{color:#b7a3cc;display:block;margin-bottom:15px}.footer a{display:block;font-size:11px;margin:12px 0;color:#e0d9e7}.footer a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #594d62;display:flex;justify-content:space-between;padding-top:20px;font-size:9px;letter-spacing:1px;color:#b7aabd}.page-top{padding:45px 0 28px}.breadcrumb{font-size:10px;color:var(--muted);margin-bottom:28px}.page-top h1{font-size:52px;letter-spacing:-2px;margin:10px 0}.page-top p{font-size:12px;line-height:2;color:var(--muted)}.catalog-tools{display:flex;justify-content:space-between;gap:20px;margin:10px 0 28px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.filters{display:flex;gap:8px;flex-wrap:wrap}.chip{padding:9px 15px;border:1px solid var(--line);border-radius:30px;font-size:11px}.chip[aria-pressed=true]{background:var(--purple);color:white;border-color:var(--purple)}.sort{border:0;background:transparent;padding:8px;font-size:11px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 25px;margin-bottom:65px}.result-count{font-size:11px;color:var(--muted);margin-bottom:20px}.empty{padding:70px 20px;text-align:center;background:#eeebe4;grid-column:1/-1}.empty h2{font-size:23px}.empty p{font-size:13px;line-height:2;white-space:pre-line}.empty .button{margin-top:15px}.loading{padding:100px 5%;text-align:center;color:var(--muted)}.detail-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;margin-bottom:60px}.product-main-image{width:100%;aspect-ratio:4/5;object-fit:contain;background:#e9e5df}.thumbs{display:flex;gap:12px;margin-top:15px;flex-wrap:wrap}.thumbs button{padding:0;border:2px solid transparent;width:70px;height:80px}.thumbs button[aria-pressed=true]{border-color:var(--purple)}.thumbs img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:18px}.product-info h1{font-size:32px;line-height:1.5;margin:18px 0}.product-price{font-size:26px;margin:20px 0}.product-price small{font-size:11px;margin-left:10px;color:var(--muted)}.product-description{font-size:14px;line-height:2;white-space:pre-line;margin:25px 0}.product-note{font-size:11px;color:var(--muted);line-height:1.9;white-space:pre-line}.purchase-box{padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:30px 0}.purchase-box .button{width:100%;font-size:14px}.product-info details{border-bottom:1px solid var(--line);padding:18px 0;font-size:12px}.product-info summary{cursor:pointer;font-weight:bold}.product-info details p{white-space:pre-line;line-height:2;color:var(--muted)}.status-pill{display:inline-block;font-size:10px;background:var(--lilac);padding:7px 10px;letter-spacing:1px}.article{max-width:760px;margin:0 auto;padding:45px 0 75px}.article h1{font-size:32px;line-height:1.5;white-space:pre-line}.article h2{font-size:20px;margin-top:35px}.article p{font-size:14px;line-height:2.2;white-space:pre-line}.article .wide-image{width:100%;max-height:600px;object-fit:cover;margin:30px 0}.journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-bottom:65px}.search-dialog{background:var(--paper);color:var(--ink);border:0;width:min(680px,calc(100% - 32px));padding:30px}.search-dialog::backdrop{background:#21182dcc;backdrop-filter:blur(4px)}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:30px}.dialog-heading h2{font-size:20px;margin:0}.search-dialog label{display:block;font-size:12px;margin-bottom:10px}.search-row{display:flex;gap:10px}.search-row input{min-width:0;flex:1;padding:13px;border:1px solid var(--line);background:white}.search-row .button{white-space:nowrap}.back-link{font-size:12px;display:inline-block;margin-bottom:25px}
@media(min-width:1600px){:root{--width:1360px}.hero{min-height:690px}}@media(max-width:1350px){.wrap,.header{margin-left:5%;margin-right:5%}}@media(max-width:800px){.header{height:82px}.header nav{gap:20px}.brand{width:125px}.logo-crop{transform:scale(.85);transform-origin:left center}.hero{min-height:570px;grid-template-columns:48% 52%}.hero h1{font-size:62px;letter-spacing:-4px}.hero h2{font-size:16px}.hero-art:before{top:90px}.hero-side{display:none}.hero-art>img{height:85%}.stamp{width:75px;height:75px;font-size:11px}.hero-copy{padding-top:55px}.selection{gap:15px}.card h3{font-size:13px}.editorial-copy{padding:28px}.editorial h2{font-size:24px}.detail-layout{gap:30px}.product-info h1{font-size:25px}.footer-top{grid-template-columns:1.3fr 1fr 1fr}.catalog-grid{gap:30px 15px}}
@media(max-width:600px){.announcement{font-size:8px;letter-spacing:1px;padding:9px 12px}.header{gap:5px;height:76px}.header nav{gap:17px}.header nav a{font-size:9px;letter-spacing:.5px}.header nav a span{font-size:8px}.header nav a:last-child{display:none}.brand{width:115px}.icon-button{width:35px;height:35px}.hero{display:block;min-height:820px}.hero-copy{padding-top:38px;padding-bottom:0}.hero h1{font-size:67px;line-height:.96;letter-spacing:-4px;margin:22px 0}.hero h2{font-size:16px;letter-spacing:.5px;margin-top:20px}.hero-copy p{font-size:11px}.hero .button{margin-top:14px;padding:13px 20px;min-height:46px}.hero-art{position:absolute;right:0;bottom:0;height:380px;width:90%}.hero-art>img{height:100%}.hero-art:before{top:15px;width:92%;max-height:340px}.stamp{bottom:15px}.ribbon{font-size:7px;letter-spacing:.4px;padding:16px 0;gap:10px}.section{padding-top:40px}.section-title h2{font-size:27px;letter-spacing:-1px}.section-title p{font-size:10px}.text-link{font-size:10px}.selection{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.selection .editorial-card:last-child{display:none}.card-photo{aspect-ratio:3/4}.tag{font-size:8px;left:8px;top:8px;padding:6px 7px;letter-spacing:.3px}.card-photo.contain img{padding:10px}.card-meta{padding-top:13px}.card-meta .eyebrow{font-size:8px;letter-spacing:.6px}.card h3{font-size:13px;line-height:1.6;margin:8px 15px 8px 0}.card p{font-size:11px}.card-arrow{font-size:15px;top:24px}.editorial{grid-template-columns:1fr;margin-top:42px}.editorial>img{height:240px}.editorial-copy{padding:30px 25px}.editorial h2{font-size:25px}.purchase-guide{grid-template-columns:1fr;gap:18px;margin:40px 0;padding-top:24px}.purchase-guide>div{display:grid;grid-template-columns:42px 1fr;align-items:baseline}.purchase-guide p{grid-column:2;margin:0}.purchase-guide h3{margin:0 0 7px}.footer{padding:35px 5% 22px}.footer-top{grid-template-columns:1fr 1fr;gap:22px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{font-size:8px;gap:20px}.footer-bottom span:last-child{text-align:right;max-width:150px}.page-top{padding-top:30px}.page-top h1{font-size:39px}.breadcrumb{line-height:1.8}.catalog-tools{flex-wrap:wrap;gap:12px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px;margin-bottom:40px}.detail-layout{grid-template-columns:1fr;gap:20px}.product-main-image{aspect-ratio:4/4.5}.product-info{padding-top:4px}.product-info h1{font-size:25px}.product-description{font-size:13px}.article{padding:28px 0 45px}.article h1{font-size:26px}.article p{font-size:13px}.journal-grid{grid-template-columns:1fr;gap:30px}.search-dialog{padding:23px}.search-row{flex-direction:column}.search-row input{width:100%}.dialog-heading h2{font-size:17px}.empty{padding:45px 15px}.empty h2{font-size:19px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}


/* Familiα / independent print edition. Scoped to the home page. */
body:has(.home-zine) .header .brand{mix-blend-mode:multiply}
.home-zine{isolation:isolate}
body:has(.home-zine){background:#f5f1e8}
body:has(.home-zine) .announcement{background:#492774;font-family:monospace;font-size:10px;letter-spacing:1.8px}
body:has(.home-zine) .header{border-bottom:2px solid #342b39;height:94px}
body:has(.home-zine) .header .brand{transform:rotate(-4deg)}
body:has(.home-zine) .header nav a{font-family:monospace;font-weight:700}
body:has(.home-zine) .footer{background:#40245d}
.home-zine{--purple:#512d7b;--paper:#f5f1e8;--ink:#29252b;position:relative}
.home-zine:before{content:'';position:absolute;inset:0;background-image:radial-gradient(#4b3c5829 .55px,transparent .8px),radial-gradient(#4b3c581a .65px,transparent .85px);background-size:7px 9px,11px 13px;background-position:0 0,4px 7px;opacity:.3;pointer-events:none;z-index:-1}
.edition-line{display:flex;justify-content:space-between;padding:14px 0;font-family:monospace;font-size:10px;letter-spacing:1px;border-bottom:1px solid #bdb4c0}
.home-zine .hero{min-height:650px;grid-template-columns:48% 52%;border:0;overflow:visible;isolation:isolate}
.home-zine .hero-copy{padding:37px 0 44px;z-index:3;pointer-events:none}
.home-zine .hero-copy a{pointer-events:auto}
.zine-label{display:inline-block;font-family:monospace;font-size:10px;letter-spacing:1.5px;border:1px solid #756382;padding:7px 11px;transform:rotate(-2deg);color:#512d7b}
.home-zine .hero h1{font-family:'Arial Black',Impact,Arial,sans-serif;font-weight:950;font-size:clamp(85px,8.2vw,118px);line-height:.81;letter-spacing:-7px;margin:30px 0 22px;overflow-wrap:normal}
.home-zine .hero h1>span{display:block}
.home-zine .hero h1 .roots{color:#512d7b;transform:rotate(-3deg);transform-origin:left center;margin-left:30px;margin-top:6px;text-shadow:2px 1px 0 #f5f1e8}
.home-zine .hero h1 em{display:inline-block;position:relative;font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:.53em;letter-spacing:-2px;font-weight:900;font-style:italic;color:#29252b;line-height:1.2;margin-top:15px}
.home-zine .hero h1 em:after{content:'';position:absolute;left:0;right:-10px;bottom:-3px;height:11px;border-top:3px solid #68418d;border-radius:50%;transform:rotate(-3deg)}
.home-zine .hero-message{padding-left:6px;max-width:400px}
.home-zine .hero h2{font-size:18px;margin:21px 0 11px;letter-spacing:1px}
.home-zine .hero-copy p{font-size:12px;line-height:1.95;color:#655c66}
.hero-actions{display:flex;align-items:center;gap:24px}
.home-zine .hero .button{margin-top:13px;min-width:175px;border:1px solid #2d2238;box-shadow:4px 4px 0 #c6b4d7;transform:rotate(-1deg)}
.home-zine .hero .button:hover{transform:rotate(0deg) translateY(-2px);background:#32203f}
.hand-note{font-family:'Segoe Print','Comic Sans MS',cursive;font-size:15px;color:#674e7b;transform:rotate(-8deg);margin-top:16px}
.home-zine .hero-art{margin:28px 0 0;z-index:1}
.home-zine .hero-art:before{display:none}
.record-sleeve{position:absolute;width:87%;height:88%;top:10px;left:6%;background:#bba6cc;transform:rotate(4deg);border:1px solid #8b729e;box-shadow:7px 9px 0 #ded6df;overflow:hidden;background-image:repeating-linear-gradient(0deg,transparent 0 3px,#512d7b0b 3px 4px)}
.record-sleeve:after{content:'';position:absolute;left:22%;top:21%;width:67%;aspect-ratio:1;border-radius:50%;border:1px solid #73558c;box-shadow:0 0 0 18px #af96c140,0 0 0 19px #73558c60,0 0 0 39px #af96c140,0 0 0 40px #73558c60}
.record-sleeve>span{font-family:Impact,'Arial Black',sans-serif;font-size:clamp(70px,7.5vw,110px);font-weight:bold;letter-spacing:-5px;color:#f5f1e8;display:block;transform:rotate(-1deg);padding:15px 12px;line-height:1}
.record-sleeve>small{position:absolute;bottom:13px;right:18px;font-family:monospace;color:#51386a;font-size:9px;letter-spacing:2px}
.home-zine .hero-art>img{height:96%;width:104%;max-width:none;object-fit:contain;right:-5%;bottom:3%;filter:drop-shadow(4px 5px 0 #271b3530);z-index:1}
.coast-snapshot{position:absolute;width:190px;left:-45px;bottom:19px;z-index:2;margin:0;padding:9px 9px 26px;background:#fdf9ed;border:1px solid #d2c6b9;box-shadow:2px 5px 3px #36273a24;transform:rotate(-8deg)}
.coast-snapshot:before{content:'';position:absolute;top:-12px;left:55px;width:73px;height:27px;background:#c8b4d7bb;transform:rotate(5deg);clip-path:polygon(3% 0,98% 3%,94% 15%,100% 35%,96% 70%,99% 100%,0 96%,4% 70%,0 40%)}
.coast-snapshot img{width:100%;height:113px;object-fit:cover;object-position:center 62%;filter:saturate(.55)}
.coast-snapshot figcaption{position:absolute;bottom:7px;left:0;width:100%;text-align:center;font-size:9px;color:#5e5261}
.family-stamp{position:absolute;right:-9px;top:16px;z-index:3;width:118px;height:118px;border-radius:50%;background:#f4eddf;border:2px solid #59357d;color:#59357d;box-shadow:0 0 0 5px #f4eddf;display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(12deg)}
.family-stamp b{font-size:25px;line-height:.9;letter-spacing:-1px;text-align:center;margin:8px 0;font-weight:900}
.family-stamp span{font-family:monospace;font-size:7px;letter-spacing:.7px}
.art-caption{position:absolute;bottom:0;right:7%;font-family:monospace;font-size:8px;letter-spacing:2px}
.culture-strip{margin:17px -1% 0;padding:17px 3%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#512d7b;color:#f5f1e8;transform:rotate(-1deg);border-top:1px solid #3c2356;border-bottom:1px solid #3c2356}
.culture-strip span{font-family:'Arial Black',Arial,sans-serif;font-size:19px;letter-spacing:-.4px;font-weight:900}
.culture-strip b{font-size:23px;font-weight:400;color:#cbb5de}
.home-zine .section{padding-top:65px}
.section-kicker{display:block;font-family:monospace;font-size:10px;letter-spacing:1.3px;color:#604475;margin-bottom:12px}
.home-zine .section-title{align-items:center;border-bottom:2px solid #3d3342;padding-bottom:22px;margin-bottom:28px}
.home-zine .section-title h2{font-size:55px;font-weight:950;font-family:'Arial Black',Arial,sans-serif;letter-spacing:-3px}
.home-zine .section-title h2 em{font-family:Georgia,serif;font-weight:normal;color:#512d7b;letter-spacing:-4px;font-size:1.12em}
.home-zine .section-title p{font-size:12px;margin-top:12px}
.home-zine .text-link{font-family:monospace;font-weight:bold;border-bottom:2px solid #614978;padding:10px 0;white-space:normal}
.home-zine .selection{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.home-zine .selection:has(>.card:only-child){grid-template-columns:minmax(0,420px) 1fr}
.home-zine .selection:has(>.card:only-child):after{content:'FEWER THINGS.\A MORE FEELING.';white-space:pre-line;display:grid;align-content:center;justify-content:center;font-family:Impact,'Arial Black',Arial,sans-serif;font-size:clamp(35px,4.3vw,64px);font-weight:900;letter-spacing:-2px;line-height:1.03;color:#8b729e;transform:rotate(-4deg);background:radial-gradient(ellipse at center,#e9e1ea 0 47%,transparent 47%);margin:30px 40px}
.home-zine .selection .card-photo{aspect-ratio:4/4.6;background:#e7e2da;border:1px solid #cfc5d2;padding:12px}
.home-zine .selection .card-photo img{object-fit:contain}
.home-zine .selection .tag{left:12px;top:12px;border:1px solid #665276;font-family:monospace;font-size:9px;background:#f5f1e8;color:#512d7b}
.home-zine .selection .tag.dark{background:#512d7b;color:#f5f1e8}
.home-zine .selection .card-meta{border-top:1px solid #c9bdcf;margin-top:10px}
.home-zine .selection .card h3{font-size:16px;margin-top:9px}
.home-zine .selection .card p{color:#615464;font-size:12px}
.selection-footnote{display:flex;justify-content:space-between;padding:22px 0;border-bottom:1px solid #c8bdcd;margin-top:18px;font-size:9px;font-family:monospace;letter-spacing:1px;color:#786882}
.zine-journal{display:grid;grid-template-columns:.85fr 2fr;gap:45px;padding:75px 0 55px;position:relative}
.journal-heading h2{font-family:'Arial Black',Arial,sans-serif;font-size:65px;line-height:.9;letter-spacing:-4px;margin:24px 0}
.journal-heading h2 em{font-family:Georgia,serif;font-weight:normal;font-size:1.17em;color:#512d7b}
.journal-heading p{font-size:12px;line-height:2.1;margin:28px 0}
.journal-doodle{display:block;font-family:'Segoe Print',cursive;font-size:80px;color:#73558a;line-height:1.2;margin-left:60px;transform:rotate(15deg)}
.journal-stories{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.journal-stories .card:first-child{transform:rotate(-3deg);margin-top:38px}
.journal-stories .card:last-child{transform:rotate(3deg);margin-top:0}
.journal-stories .card-photo{border:9px solid #fbf8ef;box-shadow:1px 3px 0 #c7bccc;aspect-ratio:4/4.8;overflow:visible}
.journal-stories .card-photo>img{object-fit:cover}
.journal-stories .card-photo.contain{background:#d0bfdf}
.journal-stories .card-photo.contain>img{object-fit:contain;padding:18px}
.journal-stories .tag{font-family:monospace;font-size:8px;top:auto;bottom:14px;left:-17px;transform:rotate(-4deg);background:#512d7b;color:white;box-shadow:2px 2px 0 #f5f1e8}
.journal-stories .card-meta{padding:23px 9px 0}
.journal-stories .card h3{font-size:14px}
.journal-stories .eyebrow{font-family:monospace;font-size:8px;letter-spacing:.6px}
.journal-stories .card:hover .card-photo img{transform:none}
.home-zine .editorial{background:transparent;grid-template-columns:1.05fr 1fr;margin:35px 0 0;gap:70px;border-top:2px solid #3d3342;padding-top:50px}
.street-photo{position:relative;transform:rotate(-2deg);border:12px solid #fcf9ef;box-shadow:2px 3px 0 #c9bdca;margin:6px 0 20px}
.street-photo>img{width:100%;height:410px;object-fit:cover;filter:saturate(.8)}
.photo-tape{position:absolute;top:-29px;left:36%;height:37px;width:130px;background:#bca5cdaa;transform:rotate(4deg);clip-path:polygon(0 0,98% 0,96% 20%,100% 40%,97% 70%,99% 100%,2% 100%,4% 80%,0 45%,3% 25%)}
.photo-caption{display:block;font-family:monospace;font-size:9px;padding-top:12px;letter-spacing:1px}
.home-zine .editorial-copy{padding:20px 0 0}
.home-zine .editorial h2{font-size:31px;line-height:1.7;letter-spacing:1px;margin:26px 0 20px}
.home-zine .editorial p{font-size:12px;line-height:2}
.people-note{font-family:'Arial Black',Arial,sans-serif;font-size:33px;font-weight:900;line-height:1;letter-spacing:-1px;color:#8d739e;margin-top:36px;transform:rotate(-4deg)}
.people-note em{font-family:Georgia,serif;font-size:1.2em;color:#512d7b;font-weight:normal}
.home-zine .purchase-guide{border-top:1px dashed #9b8ba5;margin-top:70px;margin-bottom:40px}
.home-zine .purchase-guide>div>span{font-family:monospace;border:1px solid #9b84ab;padding:5px 7px}
.home-zine .purchase-guide h3{margin-top:20px}
.bottom-signoff{display:flex;justify-content:space-between;align-items:center;padding:35px 0 50px;border-top:2px solid #3d3342;gap:25px}
.bottom-signoff>span:first-child{font-family:'Arial Black',Arial,sans-serif;font-size:clamp(35px,5vw,68px);font-weight:950;line-height:.98;letter-spacing:-3px}
.bottom-signoff em{font-family:Georgia,serif;color:#512d7b;font-weight:normal}
.signoff-note{font-size:13px;line-height:2;transform:rotate(-5deg)}
.bottom-signoff a{width:78px;height:78px;border:1px solid #512d7b;display:grid;place-content:center;border-radius:50%;font-size:42px;color:#512d7b;flex-shrink:0}
@media(max-width:1000px){
.home-zine .hero{min-height:610px}.home-zine .hero h1{font-size:85px;letter-spacing:-5px}.home-zine .hero h2{font-size:16px}.hand-note{display:none}.coast-snapshot{width:145px;left:-25px;bottom:25px}.coast-snapshot img{height:95px}.coast-snapshot:before{left:36px}.family-stamp{width:95px;height:95px;right:0;top:5px}.family-stamp b{font-size:21px}.family-stamp span{font-size:6px}.home-zine .hero-art>img{height:87%;bottom:9%}.culture-strip span{font-size:15px}.culture-strip b{font-size:17px}.journal-heading h2{font-size:48px}.zine-journal{gap:25px}.journal-stories{gap:19px}.home-zine .editorial{gap:40px}.street-photo>img{height:370px}.home-zine .editorial h2{font-size:25px}.people-note{font-size:28px}.home-zine .selection:has(>.card:only-child){grid-template-columns:minmax(0,350px) 1fr}.home-zine .selection:has(>.card:only-child):after{margin:20px 0;font-size:37px}
}
@media(max-width:600px){
body:has(.home-zine) .header{height:77px}.edition-line{font-size:8px;letter-spacing:0;padding:12px 0}.edition-line>span:nth-child(2){display:none}.home-zine .hero{display:flex;flex-direction:column;min-height:0;overflow:hidden;margin:0 -2%;padding:0 2%}.home-zine .hero-copy{padding:26px 0 0}.zine-label{font-size:8px;letter-spacing:1px;padding:5px 8px}.home-zine .hero h1{font-size:86px;line-height:.8;letter-spacing:-6px;margin:25px 0 20px}.home-zine .hero h1 .roots{margin-left:29px;margin-top:6px}.home-zine .hero h1 em{font-size:.51em;margin-top:12px;letter-spacing:-2px}.home-zine .hero h2{font-size:16px;line-height:1.7;margin-top:23px}.home-zine .hero-copy p{font-size:11px;line-height:1.9}.home-zine .hero .button{min-height:46px;margin-top:11px;min-width:175px}.hero-actions{gap:15px}.hand-note{display:block;font-size:12px;max-width:145px}.home-zine .hero-art{position:relative;width:100%;height:424px;right:auto;bottom:auto;margin:20px 0 0}.record-sleeve{width:79%;height:86%;left:13%;top:14px}.record-sleeve>span{font-size:65px;letter-spacing:-3px;padding:11px 9px}.record-sleeve>small{font-size:7px;letter-spacing:.4px;right:10px}.home-zine .hero-art>img{height:100%;width:102%;right:-4%;bottom:0}.coast-snapshot{width:127px;left:2%;bottom:17px;padding:7px 7px 22px}.coast-snapshot img{height:81px}.coast-snapshot figcaption{font-size:7px;bottom:6px}.coast-snapshot:before{width:53px;left:30px;height:23px}.family-stamp{top:17px;right:3%;width:84px;height:84px;border-width:1px;box-shadow:0 0 0 3px #f4eddf}.family-stamp b{font-size:20px;margin:5px 0}.family-stamp span{font-size:5px}.art-caption{font-size:6px;right:2%;bottom:0;letter-spacing:.8px}.culture-strip{display:grid;grid-template-columns:repeat(6,1fr);padding:12px 3%;gap:5px;margin:24px -1% 0}.culture-strip span{font-size:10px;letter-spacing:-.4px;text-align:center}.culture-strip b{display:none}.home-zine .section{padding-top:43px}.home-zine .section-title{align-items:flex-end;gap:15px;padding-bottom:17px;margin-bottom:23px}.section-kicker{font-size:8px;letter-spacing:.7px;margin-bottom:10px}.home-zine .section-title h2{font-size:36px;letter-spacing:-2px}.home-zine .section-title h2 em{letter-spacing:-2px}.home-zine .section-title p{font-size:10px;line-height:1.8;max-width:230px}.home-zine .section-title .text-link{font-size:9px;min-width:85px;max-width:85px;line-height:1.8}.home-zine .selection{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 16px}.home-zine .selection:has(>.card:only-child){grid-template-columns:minmax(0,1fr)}.home-zine .selection:has(>.card:only-child):after{display:none}.home-zine .selection .card-photo{padding:8px}.home-zine .selection:has(>.card:only-child) .card-photo{aspect-ratio:1/1.05}.home-zine .selection .card h3{font-size:14px}.selection-footnote{font-size:8px;letter-spacing:.3px;padding:18px 0;margin-top:12px;gap:15px}.selection-footnote>span:last-child{max-width:125px;text-align:right;line-height:1.6}.zine-journal{grid-template-columns:1fr;gap:20px;padding:43px 0 35px}.journal-heading{position:relative}.journal-heading h2{font-size:49px;letter-spacing:-3px;margin:20px 0}.journal-heading h2 br{display:none}.journal-heading p{font-size:11px;line-height:1.8;margin:18px 0}.journal-heading .text-link{display:inline-block}.journal-doodle{position:absolute;right:28px;bottom:10px;font-size:62px;margin:0}.journal-stories{gap:21px;padding:0 7px}.journal-stories .card:first-child{margin-top:30px}.journal-stories .card:last-child{margin-top:9px;display:block}.journal-stories .card-photo{border-width:6px}.journal-stories .card-photo.contain>img{padding:7px}.journal-stories .tag{font-size:6px;padding:6px 7px;left:-11px;bottom:8px}.journal-stories .card-meta{padding:17px 2px 0}.journal-stories .card h3{font-size:12px;margin-right:10px;line-height:1.7}.journal-stories .card p{font-size:10px}.journal-stories .eyebrow{font-size:7px;letter-spacing:0}.home-zine .editorial{grid-template-columns:1fr;gap:25px;margin:30px 0 0;padding-top:33px}.street-photo{margin:8px 5px 0;border-width:9px}.street-photo>img{height:285px}.photo-caption{font-size:8px;padding-top:9px}.photo-tape{height:29px;width:96px;top:-23px}.home-zine .editorial-copy{padding:13px 7px 0}.home-zine .editorial h2{font-size:26px;line-height:1.65;margin-top:21px}.home-zine .editorial p{font-size:11px}.people-note{font-size:30px;margin-top:30px;line-height:1.1}.home-zine .purchase-guide{margin-top:47px;margin-bottom:35px;padding-top:22px;gap:22px}.home-zine .purchase-guide>div{grid-template-columns:43px 1fr;gap:5px}.home-zine .purchase-guide h3{margin:0 0 6px;font-size:12px}.home-zine .purchase-guide>div>span{padding:3px 5px;width:30px;font-size:9px}.bottom-signoff{padding:28px 0 38px;gap:15px;flex-wrap:wrap}.bottom-signoff>span:first-child{font-size:39px;letter-spacing:-2px;flex:1;line-height:1.03}.signoff-note{order:3;font-size:11px;margin-top:10px;transform:rotate(-3deg)}.bottom-signoff a{width:52px;height:52px;font-size:29px}
}
@media(max-width:360px){.home-zine .hero h1{font-size:76px}.home-zine .hero h2{font-size:14px}.hand-note{display:none}.home-zine .hero-art{height:385px}.home-zine .section-title h2{font-size:30px}.culture-strip span{font-size:9px}}
.home-zine .hero-art>img:is([src$=".jpg"],[src$=".jpeg"],[src$=".webp"]){width:97%;height:79%;top:75px;right:0;bottom:auto;object-fit:cover;border:11px solid #faf6eb;box-shadow:2px 5px 0 #34223b24;transform:rotate(-3deg);filter:none}
@media(max-width:600px){.home-zine .hero-art>img:is([src$=".jpg"],[src$=".jpeg"],[src$=".webp"]){height:77%;width:95%;top:69px;right:1%;border-width:8px}}
