@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--paper:#fcfbf6;--ink:#232b28;--yellow:#f6c542;--green:#244e44;--muted:#666b63;--line:#d9dacf;--body:'DM Sans',sans-serif;--heading:'Space Grotesk',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--body)}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #bd541f;outline-offset:5px}button{color:inherit}header{max-width:1392px;margin:auto;padding:24px 52px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;font:700 24px/.9 var(--heading);letter-spacing:-1px;gap:10px}.brand small{font-size:12px;letter-spacing:1px}.brand strong{font-size:15px;letter-spacing:1px}.brand-mark{position:relative;display:grid;place-items:center;width:48px;height:52px;background:var(--yellow);font:900 47px/.8 Georgia;clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%)}.brand-mark span{position:absolute;right:3px;top:0;font:18px Georgia}nav{display:flex;align-items:center;gap:36px;font-weight:500;font-size:14px}.nav-feature{padding:10px 16px;border:1.5px solid var(--ink);border-radius:4px}.nav-feature span{margin-left:15px}.hero{max-width:1392px;margin:auto;display:grid;grid-template-columns:1.02fr 1fr;align-items:center;gap:54px;padding:68px 52px 64px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.55px;line-height:1.5}.hero .eyebrow{display:flex;align-items:center;gap:10px;letter-spacing:1.15px}.star{font-size:26px;color:#b47d16}h1,h2,h3,p{margin-top:0}h1{font:700 clamp(44px,4.65vw,70px)/1.06 var(--heading);letter-spacing:-3px;margin:26px 0}h1 em{font-family:Georgia,serif;font-weight:500;position:relative}h1 em:after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:6px;background:var(--yellow);transform:rotate(-5deg);z-index:-1}.intro{font-size:21px;line-height:1.55;max-width:430px;margin:0 0 16px}.hero-detail{font-size:15px;color:var(--muted);margin-bottom:30px}.button{border:1.5px solid var(--ink);border-radius:3px;padding:13px 21px;display:inline-flex;align-items:center;gap:28px;font-weight:600;font-size:14px;transition:transform .2s,box-shadow .2s}.button:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--ink)}.primary{background:var(--yellow)}.text-link{font-size:14px;margin-left:24px;border-bottom:1px solid var(--ink);padding-bottom:4px}.hero-note{font-family:Georgia,serif;font-style:italic;color:#74786d;font-size:14px;margin-top:29px}.hero-note span{font:25px Georgia;margin-right:6px}.hero-art{position:relative;min-width:0}.cover{border:2px solid var(--ink);border-radius:4px;height:460px;position:relative;overflow:hidden;background-image:linear-gradient(0deg,rgba(15,31,26,.92),transparent 43%),url('sandy-cape.png');background-size:100% 100%,210% auto;background-position:center,99% 8%;box-shadow:7px 7px 0 #e5e6dc;transform:rotate(1.4deg)}.issue{position:absolute;top:18px;left:18px;background:var(--paper);border:1.5px solid var(--ink);font-size:12px;font-weight:700;letter-spacing:1.6px;padding:6px 11px}.cover-bottom{position:absolute;bottom:25px;left:27px;color:white}.cover-bottom small{font-size:12px;letter-spacing:2px;color:#f8d462}.cover-bottom h2{font:700 36px/1.08 var(--heading);letter-spacing:-1.2px;margin:10px 0 0}.sticker{position:absolute;right:-21px;top:-26px;border:2px solid var(--ink);border-radius:50%;width:108px;height:108px;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(12deg);font-size:15px;line-height:1.2;box-shadow:3px 3px 0 var(--ink)}.sticker strong{font-size:12px;margin:4px 0}.sticker small{font:italic 12px Georgia}.art-caption{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:22px;gap:8px}.ticker{background:var(--yellow);display:flex;align-items:center;justify-content:space-around;gap:30px;overflow:hidden;white-space:nowrap;padding:15px 0;border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);font:700 13px var(--heading);letter-spacing:1.5px}.ticker b{font-size:20px}.chronicles{max-width:1392px;margin:auto;padding:70px 52px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}.section-heading .eyebrow{color:var(--muted);margin-bottom:10px}.section-heading h2{font:700 43px/1.15 var(--heading);letter-spacing:-2px;margin:0}.section-heading h2 span{color:#bc8618}.section-heading>p{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 4px}.filters{display:flex;gap:7px;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:30px;flex-wrap:wrap}.filters button{background:transparent;border:1px solid transparent;border-radius:4px;font-size:14px;padding:8px 16px;font-weight:500}.filters button:hover{background:#eeeede}.filters button.active{background:var(--ink);color:white}.filters small{font-size:12px;margin-left:5px;opacity:.6}.cards{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:26px}.card{min-width:0}.image-button{border:1.5px solid var(--ink);border-radius:4px;background:#e1e9d7;padding:0;width:100%;height:242px;position:relative;text-align:left;overflow:hidden;display:block}.card-image{height:100%;width:100%;background-image:url('sandy-cape.png');transition:transform .3s}.image-button:hover .card-image{transform:scale(1.04)}.comic-crop{background-size:210% auto;background-position:0 7%}.beach-crop{background-size:210% auto;background-position:0 98%}.image-tag{position:absolute;top:13px;left:13px;padding:3px 9px;background:white;border:1px solid var(--ink);font-size:12px;letter-spacing:1px;font-weight:700}.image-tag.yellow{background:var(--yellow)}.round-arrow{position:absolute;right:13px;bottom:13px;border:1px solid var(--ink);background:var(--paper);border-radius:50%;width:33px;height:33px;text-align:center;line-height:30px;font-size:22px}.story-art{background:var(--green);color:#f7eecb;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.story-kicker{font-size:12px;letter-spacing:2px;color:#d5dfce}.story-title{font:700 40px/.98 var(--heading);letter-spacing:-1.5px}.story-title em{font:italic 43px/.98 Georgia;color:var(--yellow)}.story-foot{font-size:12px;line-height:1.4;color:#d5dfce}.card-body{padding:20px 0 0}.meta{font-size:12px;font-weight:700;letter-spacing:1px;color:var(--muted);margin-bottom:11px}.meta span{padding:0 7px}.card h3{font:700 24px/1.17 var(--heading);letter-spacing:-.6px;margin-bottom:13px}.card h3 button{border:0;padding:0;background:none;font:inherit;text-align:left}.card h3 button:hover{text-decoration:underline;text-underline-offset:4px}.card-body>p:not(.meta){font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:18px}.read-link{background:none;border:0;border-bottom:1px solid var(--line);width:100%;display:flex;justify-content:space-between;padding:0 0 14px;font-size:13px;font-weight:700}.read-link:hover{border-color:var(--ink)}.collection-note{text-align:center;font:italic 15px Georgia;color:var(--muted);margin:36px 0 0}.crew{max-width:1288px;margin:0 auto 65px;border-top:1px solid var(--line);padding-top:60px;display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center}.crew-photo{height:370px;background-image:url('sandy-cape.png');background-size:207% auto;background-position:99% 100%;border:2px solid var(--ink);transform:rotate(-2deg);border-radius:3px;position:relative;margin-left:25px}.photo-label{position:absolute;bottom:-15px;left:20px;background:var(--paper);border:1.5px solid var(--ink);padding:7px 14px;font:700 12px var(--heading);letter-spacing:1.5px;transform:rotate(2deg)}.crew-copy{padding-right:40px}.crew-copy .eyebrow{color:var(--muted)}.crew h2{font:700 41px/1.1 var(--heading);letter-spacing:-1.5px;margin-bottom:25px}.crew-copy>p:not(.eyebrow){font-size:16px;color:var(--muted);max-width:480px}.crew-signoff{font:italic 27px Georgia;margin-top:25px}.crew-signoff span{color:#ad7812}.crew-signoff .star{padding-left:18px}.closing{background:var(--yellow);text-align:center;padding:55px 25px 60px;border-block:1.5px solid var(--ink)}.closing .eyebrow{font-size:12px;letter-spacing:2px}.closing h2{font:700 43px/1.12 var(--heading);letter-spacing:-1.7px;margin:18px 0 25px}.dark{background:var(--ink);color:white}.dark:hover{box-shadow:3px 3px 0 #fcfbf6}footer{max-width:1392px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:33px 52px;font-size:12px}.footer-brand{font:700 13px var(--heading);letter-spacing:.7px}.footer-brand span{color:#ae7614;padding-left:10px}footer p{margin:0;color:var(--muted)}footer>a:last-child{font-size:12px}.empty-state{text-align:center;border:1px dashed #9fa79a;padding:45px 25px;background:#f1f2e8}.empty-state h3{font:700 30px var(--heading)}.empty-state>p:not(.eyebrow){color:var(--muted);max-width:470px;margin:0 auto 25px}.video-symbol{font-size:50px;line-height:1}.empty-state .eyebrow{margin-top:20px}[hidden]{display:none!important}.skip{position:absolute;top:-100px;left:15px;background:var(--yellow);padding:10px;z-index:10}.skip:focus{top:10px}dialog{width:min(960px,95vw);max-height:94vh;padding:0;border:2px solid var(--ink);border-radius:6px;background:var(--paper);color:var(--ink)}dialog::backdrop{background:rgba(12,24,21,.8)}.reader-toolbar{position:sticky;top:0;z-index:2;background:var(--paper);border-bottom:1px solid var(--line);padding:14px 22px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;letter-spacing:1px}.reader-toolbar button{background:var(--yellow);border:1px solid var(--ink);border-radius:3px;padding:5px 13px;font-size:14px;letter-spacing:0}.reader-toolbar button span{font-size:20px;margin-left:10px}.reader-heading{padding:35px 30px 10px}.reader-heading h2,.prose h2{font:700 44px/1.1 var(--heading);letter-spacing:-1.5px}.reader-heading>p:last-child{color:var(--muted)}.full-comic{display:block;width:100%;height:auto}.transcript{padding:25px 30px;font-size:16px}.transcript summary{cursor:pointer;font-weight:700}.transcript p{margin-top:15px}.prose{max-width:690px;margin:auto;padding:45px 35px 55px}.prose .standfirst{font-size:22px;line-height:1.4;color:var(--muted);margin-bottom:30px}.prose p{font-size:17px;line-height:1.8}.prose blockquote{border-left:4px solid var(--yellow);margin:32px 0;padding:0 0 0 25px;font:italic 26px/1.4 Georgia}.prose .eyebrow{font-size:12px}.story-signature{font-family:Georgia;font-style:italic;margin-top:35px}.story-signature small{font-family:var(--body);font-size:13px}.prose h3{font:700 25px var(--heading)}
@media(min-width:1500px){.crew{max-width:1250px}}@media(max-width:1100px){header{padding:22px 30px}.hero{padding:55px 30px;gap:35px}h1{letter-spacing:-2px}.cover{height:430px}.text-link{display:inline-block;margin:18px 0 0 15px}.hero-detail br{display:none}.chronicles{padding:55px 30px}.crew{margin:0 30px 55px;gap:50px}.crew-photo{margin-left:0}.crew-copy{padding:0}.crew h2{font-size:35px}.cards{gap:20px}.image-button{height:220px}.story-title{font-size:34px}.story-title em{font-size:37px}footer{padding:30px}}@media(max-width:760px){header{padding:20px;gap:15px}.brand{font-size:21px}.brand strong{font-size:13px}.brand-mark{width:40px;height:45px;font-size:39px}nav{gap:18px}nav>a:first-child,nav>a:nth-child(2){display:none}.nav-feature{font-size:12px;padding:8px 11px}.nav-feature span{margin-left:7px}.hero{grid-template-columns:1fr;padding:36px 24px 37px;gap:37px}.hero .eyebrow{font-size:12px;letter-spacing:.8px}h1{font-size:clamp(43px,9.7vw,67px);margin:16px 0 24px}.intro{font-size:19px;max-width:500px}.hero-detail{font-size:15px;margin-bottom:25px}.text-link{margin-left:23px}.hero-note{margin-top:23px}.hero-art{margin:5px 9px 0 0}.cover{height:440px;background-position:center,99% 8%}.sticker{right:-14px;top:-15px;width:88px;height:88px;font-size:13px}.sticker strong{font-size:12px}.sticker small{font-size:12px}.cover-bottom h2{font-size:33px}.art-caption{font-size:12px}.ticker{justify-content:flex-start;gap:25px;font-size:12px;padding:13px 20px}.chronicles{padding:43px 24px}.section-heading{display:block}.section-heading h2{font-size:36px}.section-heading>p{margin-top:18px;font-size:14px}.section-heading>p br{display:none}.eyebrow{font-size:12px}.filters{gap:4px;padding-bottom:20px}.filters button{padding:7px 11px;font-size:13px}.filters small{display:none}.cards{grid-template-columns:1fr;gap:32px}.image-button{height:280px}.card h3{font-size:26px}.card-body>p:not(.meta){font-size:16px}.read-link{font-size:14px}.story-art{padding:28px}.story-title{font-size:45px}.story-title em{font-size:47px}.story-kicker{font-size:12px}.story-foot{font-size:12px}.comic-crop{background-position:0 9%}.beach-crop{background-position:0 100%}.crew{grid-template-columns:1fr;gap:40px;margin:0 24px 45px;padding-top:35px}.crew-photo{height:340px;margin:0 10px}.crew h2{font-size:36px}.crew-copy>p:not(.eyebrow){max-width:none}.closing h2{font-size:36px}footer{padding:28px 24px;display:flex;flex-wrap:wrap;gap:13px}footer p{flex-basis:100%;order:3;font-size:12px}footer>a:last-child{margin-left:auto}.reader-toolbar{padding:12px}.reader-toolbar>span{font-size:12px}.prose{padding:30px 22px}.reader-heading{padding:28px 22px 6px}.reader-heading h2,.prose h2{font-size:35px}.reader-heading>p:last-child{font-size:15px}.prose blockquote{font-size:23px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Merch follows the existing editorial palette and typography. */
.merch{max-width:1392px;margin:0 auto;padding:0 52px 70px}.merch-feature{display:grid;grid-template-columns:1.15fr 1fr;gap:52px;align-items:center;border:1.5px solid var(--ink);border-radius:4px;padding:34px;background:#f1f2e8}.merch-art{margin:0;min-width:0}.merch-art a{display:block;background:white;border:1px solid var(--line);border-radius:3px;overflow:hidden}.merch-art img{width:100%;height:auto;display:block}.merch-art figcaption{font-size:12px;color:var(--muted);margin-top:12px}.merch-copy .eyebrow{color:var(--green);font-size:12px}.merch-copy h3{font:700 33px/1.15 var(--heading);letter-spacing:-1px;margin-bottom:17px}.merch-quote{font:italic 23px/1.4 Georgia,serif}.merch-copy>p:not(.eyebrow):not(.merch-quote){font-size:16px;color:var(--muted)}.merch-copy .button{margin-top:6px}.merch-copy>p.merch-checkout{font-size:14px!important;margin:18px 0 0;line-height:1.6}.nav-merch{border-bottom:2px solid var(--yellow)}
@media(max-width:1100px){.merch{padding:0 30px 55px}.merch-feature{gap:30px;padding:25px}.merch-copy h3{font-size:29px}nav{gap:24px}}
@media(max-width:760px){.merch{padding:0 24px 45px}.merch-feature{grid-template-columns:1fr;gap:28px;padding:20px}.merch-copy h3{font-size:30px}.merch-quote{font-size:22px}nav{gap:13px}.nav-merch{font-size:13px}.nav-feature{font-size:12px}footer>a:last-child{margin-left:0}}
@media(max-width:380px){header{flex-wrap:wrap}header nav{width:100%;justify-content:flex-end}}

/* Supplied Ares brand artwork, shown uncropped. */
header{padding-top:12px;padding-bottom:12px}.brand{flex-shrink:0}.site-logo{display:block;width:132px;height:132px;object-fit:contain}.footer-brand img{display:block;width:100px;height:100px;object-fit:contain}
@media(max-width:760px){.site-logo{width:96px;height:96px}.footer-brand img{width:80px;height:80px}header{padding-top:10px;padding-bottom:10px}}
@media(max-width:380px){header{flex-wrap:nowrap}header nav{width:auto}}

/* First comic feature; Sandy Cape is the upcoming chapter. */
.cover{background-image:linear-gradient(0deg,rgba(15,31,26,.92),transparent 43%),url('opposable-thumbs-comic.png');background-size:100% 100%,205% auto;background-position:center,0 0}.comic-crop{background-image:url('opposable-thumbs-comic.png');background-size:205% auto;background-position:0 0}

.video-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block}.video-player-wrap{padding:0 24px 24px;text-align:center}.sandy-video{display:block;width:100%;max-width:430px;max-height:70vh;aspect-ratio:9/16;object-fit:contain;margin:0 auto;background:#14241e;border-radius:4px}.video-fallback{font-size:14px;margin:16px 0 0}.video-fallback a{text-decoration:underline;text-underline-offset:4px}

.duck-crop{background-image:url('great-duck-detour-comic.png');background-size:205% auto;background-position:100% 9%}

.beard-crop{background-image:url('the-beard-incident-comic.png');background-size:205% auto;background-position:100% 7%}

/* Story links keep the card layout and work without JavaScript. */
.card h3 a:hover{text-decoration:underline;text-underline-offset:4px}

.footer-follow{min-width:0}.social-links{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:10px;font-size:14px;font-weight:600}.social-links a{color:var(--green);text-decoration:underline;text-underline-offset:4px;padding:5px 0}.social-links a:hover{color:var(--ink)}@media(max-width:700px){.footer-follow{flex-basis:100%;order:3}.footer-follow p{margin:0}.social-links{justify-content:flex-start}}

/* Schnauzer merchandise and custom enquiries. */
.merch-intro{max-width:780px;font-size:17px;color:var(--muted);margin:0 0 28px}.custom-merch{max-width:1288px;margin:0 auto 65px;padding:38px 40px;display:grid;grid-template-columns:1.1fr 1fr;gap:58px;background:var(--green);color:var(--paper);border:1.5px solid var(--ink);border-radius:4px}.custom-merch>div{min-width:0}.custom-merch .eyebrow{color:var(--yellow);font-size:14px}.custom-merch h2{font:700 clamp(30px,3.5vw,44px)/1.14 var(--heading);letter-spacing:-1px;margin:0 0 24px}.custom-merch h2 em{font-family:Georgia,serif;color:var(--yellow);font-weight:400}.custom-merch p{font-size:16px;max-width:560px}.custom-merch-enquiry{border-left:1px solid #71968b;padding-left:34px}.custom-merch h3{font:700 24px/1.3 var(--heading);margin-bottom:18px}.custom-merch .button{color:var(--ink);font-size:16px;gap:16px}.custom-merch .custom-email{margin:18px 0;overflow-wrap:anywhere}.custom-email a{text-decoration:underline;text-underline-offset:4px}.custom-merch .custom-note{font-size:14px;color:#e0e8df;margin-bottom:0}.custom-merch a:focus-visible{outline-color:var(--yellow)}
@media(max-width:1392px){.custom-merch{margin-left:52px;margin-right:52px}}@media(max-width:1100px){.custom-merch{margin-left:30px;margin-right:30px;padding:30px;gap:30px}}@media(max-width:760px){.custom-merch{grid-template-columns:1fr;margin:0 24px 45px;padding:25px 22px;gap:20px}.custom-merch-enquiry{border-left:0;border-top:1px solid #71968b;padding:24px 0 0}.custom-merch .button{padding:12px 14px;max-width:100%}.merch-intro{font-size:16px}}
