@font-face{font-family:Phorel Sans;src:url("assets/sans-regular.woff2") format("woff2");font-weight:400;font-display:swap}


@font-face{font-family:Phorel Sans;src:url("assets/sans-bold.woff2") format("woff2");font-weight:700;font-display:swap}


:root{color-scheme:dark;--bg:#171b1d;--surface:#1e2426;--fg:#edf1f0;--muted:#a8b4b7;--accent:#84c4bb;--line:#354044;--image-bg:#111619}


:root[data-theme=light]{color-scheme:light;--bg:#f5f7f6;--surface:#e9eeec;--fg:#182224;--muted:#536569;--accent:#286d65;--line:#c7d3d0;--image-bg:#e0e7e4}


*{box-sizing:border-box}
html{scroll-padding-top:24px}
body{margin:0;background:var(--bg);color:var(--fg);font-family:Phorel Sans,Arial,sans-serif;font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
a{color:inherit;text-decoration:none}
a:hover{color:var(--accent)}
button{cursor:pointer;color:inherit}
a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
p,h1,h2,h3,figure{margin:0}
img,svg{max-width:100%;height:auto}
h1,h2,h3{font-weight:400;line-height:1.12;letter-spacing:-.035em}
p{overflow-wrap:break-word}
main:focus{outline:none}
[hidden]{display:none!important}
.wrap{width:min(1080px,calc(100% - 96px));margin-inline:auto}
.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:9px;font-size:31px;letter-spacing:-1px}
.fish{width:53px;overflow:visible;color:var(--accent)}
.fish-shade-a{stop-color:color-mix(in srgb,var(--accent) 55%,white)}
.fish-shade-b{stop-color:var(--accent)}
.fish-shade-c{stop-color:color-mix(in srgb,var(--accent) 60%,black)}
.fish-highlight{fill:#fff;opacity:.25}
.site-header nav{display:flex;align-items:center;gap:30px;font-size:15px}
.theme-toggle{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);background:transparent;border-radius:50%}
.theme-toggle:hover{border-color:var(--accent)}
.theme-disc{width:15px;height:15px;border:1.5px solid var(--fg);border-radius:50%;background:linear-gradient(90deg,var(--fg) 50%,transparent 50%)}
.intro{padding:54px 0 65px;max-width:720px}
.intro h1{font-size:clamp(38px,4.3vw,54px);margin-bottom:16px}
.intro p{font-size:22px;line-height:1.45;color:var(--muted);max-width:640px}
.accent{color:var(--accent)}
.section-title{font-size:14px;line-height:1.4;color:var(--muted);letter-spacing:.04em;margin-bottom:24px;font-variant-caps:small-caps}
.project{display:grid;grid-template-columns:minmax(0, .85fr) minmax(0, 1.15fr);gap:68px;align-items:center;padding:35px 0 46px;border-bottom:1px solid var(--line)}
.project:first-of-type{padding-top:0}
.project:last-child{border:0}
.project>*{min-width:0}
.project h3{font-size:34px;margin-bottom:14px}
.project-lead{font-size:21px;line-height:1.35;margin-bottom:12px}
.project-copy>p:not(.project-lead){color:var(--muted);font-size:16px}
.project-detail{margin-top:12px}
.project-links{display:flex;flex-wrap:wrap;gap:20px;margin-top:22px}
.text-link{color:var(--accent);font-size:15px;display:inline-block;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px}
.text-link:hover{text-decoration-color:currentColor}
.text-link span{margin-left:4px}
.availability{display:block;color:var(--muted);font-size:13px!important;margin-top:20px}
.project-media{min-width:0}
.image-button{display:block;width:100%;border:1px solid var(--line);border-radius:8px;padding:0;background:var(--image-bg);overflow:hidden;cursor:zoom-in}
.image-button:hover{border-color:var(--accent)}
.image-button img{display:block;width:100%;height:auto}
.project-media figcaption,figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:12px;line-height:1.5;color:var(--muted);margin-top:10px}
.small-link{border:0;padding:0;background:transparent;color:var(--muted);font-size:12px}
.small-link:hover{color:var(--accent)}
.artwork{height:275px;border-radius:8px;background:var(--surface);display:flex;align-items:center;justify-content:center;overflow:hidden}
.artwork img{width:216px;height:216px;object-fit:contain;border-radius:8px}
.smaller{padding:52px 0 65px}
.smaller h2{font-size:27px;margin-bottom:29px}
.hobby-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.hobby-list>*{min-width:0}
.hobby-list h3{font-size:20px;letter-spacing:-.015em;margin-bottom:10px}
.hobby-list p{font-size:15px;color:var(--muted);margin-bottom:15px}
.hobby-list .availability{margin-top:0}
.site-footer{border-top:1px solid var(--line);padding:36px 0 54px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.site-footer h2{font-size:20px;letter-spacing:-.015em;margin-bottom:8px}
.email{font-size:21px;color:var(--accent);text-decoration:underline;text-underline-offset:5px}
.site-footer>a{font-size:14px;color:var(--muted)}
.skip{position:absolute;top:-90px;left:20px;background:var(--surface);padding:12px;z-index:2}
.skip:focus{top:10px}


.guide-heading{padding:32px 0 38px;max-width:850px}
.back-link{font-size:14px;color:var(--muted);display:inline-block;margin-bottom:40px}
.guide-heading .section-title{margin-bottom:18px}
.guide-heading h1{font-size:clamp(38px,4.5vw,57px);line-height:1.06;margin-bottom:22px}
.guide-deck{font-size:21px;color:var(--muted);max-width:730px}
.toolkit{padding:24px 0 32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:55px}
.toolkit h2{font-size:17px;letter-spacing:0;margin-bottom:20px}
.tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.tool-grid a{display:flex;flex-direction:column;min-width:0;font-size:13px;color:var(--muted)}
.tool-grid strong{font-size:17px;color:var(--accent);font-weight:400;margin-bottom:4px}
.tool-grid strong span{margin-left:10px;font-size:13px}
.article-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:65px;align-items:start}
.article-layout>*{min-width:0}
.contents{position:sticky;top:30px}
.contents summary{font-size:14px;cursor:pointer;margin-bottom:16px}
.contents nav{display:flex;flex-direction:column;gap:12px;font-size:14px;color:var(--muted)}
.contents a[aria-current=location]{color:var(--accent)}
.guide-article{max-width:720px}
.guide-article section{margin-bottom:56px;scroll-margin-top:30px}
.guide-article h2{font-size:31px;margin-bottom:21px}
.guide-article h3{font-size:21px;margin:28px 0 12px}
.guide-article p{color:var(--muted);margin-bottom:17px;font-size:17px;line-height:1.7}
.guide-article p a,.article-links a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}
.architecture{margin:28px 0}
.architecture svg{display:block;width:100%;color:var(--accent)}
.architecture rect{fill:var(--surface);stroke:var(--line)}
.architecture text{fill:var(--fg);font-family:Arial,sans-serif;font-size:16px}
.architecture text.sub{fill:var(--muted);font-size:12px}
.connector{stroke:currentColor;stroke-width:1.5;fill:none}
.architecture figcaption{font-size:13px}
.article-screen{margin:28px 0}
.steps{padding-left:22px;color:var(--muted)}
.steps li{padding-left:5px;margin:0 0 16px}
.steps strong{font-weight:400;color:var(--fg)}
.article-note{padding:23px 25px;border-left:2px solid var(--accent);background:var(--surface);margin:26px 0}
.article-note strong{font-weight:400}
.article-note p{margin:8px 0 0;font-size:16px}
.article-links{display:flex;flex-direction:column;gap:12px;font-size:15px}
.article-end{padding:8px 0 55px}
.article-mark{display:block;margin:0 auto;max-width:360px}
#luthier-console{padding-top:32px}


dialog{padding:0;border:1px solid var(--line);border-radius:10px;width:calc(100vw - 48px);max-width:1500px;max-height:calc(100dvh - 48px);background:var(--bg);color:var(--fg);overflow:hidden}
dialog::backdrop{background:#080c0ee8}
.dialog-bar{display:flex;align-items:center;gap:18px;padding:14px 20px;border-bottom:1px solid var(--line)}
.dialog-bar p{flex:1;min-width:0;font-size:15px}
.dialog-bar button{font-size:13px;border:0;background:var(--surface);border-radius:4px;padding:8px 13px;white-space:nowrap}
.image-viewport{overflow:auto;max-height:calc(100dvh - 133px);padding:16px;text-align:center}
.image-viewport img{display:block;margin:auto;width:auto;max-width:100%;max-height:calc(100dvh - 175px);object-fit:contain}
.image-viewport.actual img{width:1629px;max-width:none;max-height:none}
body:has(dialog[open]){overflow:hidden}


@media (min-width:769px){.contents summary{list-style:none;pointer-events:none}
.contents summary::-webkit-details-marker{display:none}}


@media (max-width:900px){.wrap{width:calc(100% - 56px)}
.project{gap:34px}
.article-layout{gap:35px;grid-template-columns:170px minmax(0,1fr)}
.hobby-list{gap:24px}}


@media (max-width:768px){.wrap{width:calc(100% - 40px)}
.site-header{height:82px}
.brand{font-size:27px}
.fish{width:46px}
.site-header nav{gap:17px;font-size:13px}
.theme-toggle{width:32px;height:32px}
.intro{padding:40px 0 48px}
.intro h1{font-size:43px}
.intro p{font-size:20px}
.project{grid-template-columns:minmax(0,1fr);gap:25px;padding:32px 0 38px}
.project h3{font-size:30px}
.project-copy{max-width:580px}
.project-media{width:100%}
.artwork{height:230px}
.artwork img{height:190px;width:190px}
.hobby-list{grid-template-columns:minmax(0,1fr);gap:26px}
.hobby-list article{display:grid;grid-template-columns:110px minmax(0,1fr);column-gap:18px}
.hobby-list h3{grid-row:1/3}
.hobby-list p{margin-bottom:8px}
.hobby-list a,.hobby-list .availability{grid-column:2}
.smaller{padding:28px 0 45px}
.smaller h2{font-size:25px}
.site-footer{padding:29px 0 40px;align-items:flex-start}
.email{font-size:18px}
.site-footer h2{font-size:18px}
.guide-heading{padding:20px 0 30px}
.back-link{margin-bottom:30px}
.guide-heading h1{font-size:40px}
.desktop-break{display:none}
.guide-deck{font-size:19px}
.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.toolkit{margin-bottom:28px}
.article-layout{grid-template-columns:minmax(0,1fr);gap:30px}
.contents{position:static;border-bottom:1px solid var(--line);padding-bottom:12px}
.contents details[open]{padding-bottom:12px}
.guide-article h2{font-size:29px}
.guide-article section{margin-bottom:44px}
.guide-article p{font-size:17px}
.architecture text{font-size:17px}
.architecture text.sub{font-size:13px}
dialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}
.dialog-bar{padding:10px;gap:6px;flex-wrap:wrap}
.dialog-bar p{flex-basis:100%;font-size:14px}
.image-viewport{max-height:calc(100dvh - 136px);padding:7px}
.image-viewport img{max-height:calc(100dvh - 160px)}}


.intro{position:relative;max-width:none;isolation:isolate}
.intro h1,.intro p{position:relative;z-index:1}
.hero-mark{display:block;overflow:visible;pointer-events:none;color:var(--accent)}
.intro>.hero-mark{position:absolute;right:17px;top:24px;z-index:0;width:240px;height:200px}
.hero-wash{fill:none;stroke:currentColor;stroke-width:18;stroke-linecap:round;filter:blur(9px);opacity:.05;animation:heroBreathe 9s ease-in-out infinite}
.hero-wash-b{animation-delay:-4.5s}
.hero-bubble{animation:heroFloat 7s ease-in-out infinite,heroGlint 5.6s ease-in-out infinite}
.hero-fish-swim{transform-origin:130px 100px;animation:heroSwim 6s ease-in-out infinite}
.hero-fish-core{opacity:.8}
.hero-fish-halo{fill:currentColor;opacity:.32;filter:blur(5px)}
@keyframes heroBreathe{0%,100%{opacity:.05}50%{opacity:.13}}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes heroGlint{0%,100%{opacity:.45}50%{opacity:.92}}
@keyframes heroSwim{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-7px) rotate(-5.75deg)}}
.fish-tail{transform-origin:40px 28.5px;animation:fishTail 2.5s ease-in-out infinite}
.fish-jaw{transform-origin:43px 34px;animation:fishJaw 3s ease-in-out infinite}
@keyframes fishTail{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}
@keyframes fishJaw{0%,100%{transform:rotate(0deg)}50%{transform:rotate(5deg)}}
.guide-invitation{margin-top:23px;padding-left:17px;border-left:2px solid var(--accent)}
.guide-invitation>p{font-size:14px;color:var(--muted);line-height:1.55}
.guide-invitation .project-links{margin-top:12px}
.site-footer{position:relative}
.footer-current{margin-left:auto}
.footer-current .hero-mark{width:103px;height:86px}
.footer-current .hero-fish-halo{opacity:.23}
.footer-current .hero-bubble{opacity:.7}


@media (max-width:1000px){.intro>.hero-mark{width:190px;height:158px;right:14px;opacity:.7}
.intro p{max-width:calc(100% - 155px)}}


@media (max-width:768px){.intro>.hero-mark{width:130px;height:108px;top:14px;right:9px;opacity:.75}
.intro p{max-width:100%}
.intro h1{max-width:calc(100% - 60px)}
.footer-current{position:absolute;right:0;top:7px;opacity:.65}
.footer-current .hero-mark{width:80px;height:67px}
.site-footer>a{position:relative;margin-top:62px}
.hobby-list article{display:block}
.hobby-list h3{margin-bottom:9px}
.hobby-list p{max-width:360px}
.hobby-list a,.hobby-list .availability{display:inline-block}}


.artwork{background:transparent;border-radius:0}
.artwork img{border-radius:8px}
.intro{padding-bottom:88px}
#projects{border-top:1px solid var(--line);padding-top:52px}




@media (max-width:768px){.intro{padding-bottom:68px}
#projects{padding-top:36px}}




@font-face{font-family:Phorel Mono;src:url("assets/wordmark-mono.woff2") format("woff2");font-display:swap}


.wordmark-mono{font-family:Phorel Mono,monospace;letter-spacing:-.055em;font-weight:400}
.wordmark-section-title{margin-top:35px;margin-bottom:10px}
#wordmark-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.wordmark-option{border:1px solid var(--line);border-radius:8px;padding:18px;cursor:pointer;min-width:0;margin:0}
.wordmark-option:has(input:checked){background:var(--surface);border-color:var(--accent)}
.wordmark-pair{display:flex;align-items:center;gap:12px;font-size:38px;padding:22px 0 14px;min-width:0}
.wordmark-pair svg{width:65px;height:48px;color:var(--accent);flex:none}
.wordmark-font-name{font-size:11px;color:var(--muted)}
.wordmark-pair svg.wide-mark{width:100px}
.brand .fish.wide-mark{width:76px}
.brand-wordmark.wordmark-mono{font-size:.93em}


@media (max-width:768px){#wordmark-options{grid-template-columns:minmax(0,1fr)}
.wordmark-pair{font-size:36px}
.brand .fish.wide-mark{width:58px}
.brand:has(.wide-mark){gap:6px}
.brand:has(.wide-mark) .brand-wordmark{font-size:.88em}
.wordmark-pair svg.wide-mark{width:90px}}


@media (prefers-reduced-motion:no-preference){.brand:hover .fish{transform:rotate(-6deg)}
.fish{transition:transform 160ms ease}}



@font-face{font-family:Phorel Nerd;src:url("assets/wordmark-nerd.woff2") format("woff2");font-display:swap}




/* Finishing details: a compact optical rail, generous hit areas, no autoplay. */


.brand{font-size:35px;gap:11px}
.brand .fish{width:61px}
.brand .fish.wide-mark{width:85px}
.site-header{height:108px}


.theme-toggle{width:42px;height:42px;border-color:transparent}
.theme-toggle svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.5}
.theme-toggle[data-style=balance] svg{fill:currentColor;stroke:none}
.theme-toggle{color:var(--accent)}


.gallery-track{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:7px;overscroll-behavior-x:contain;touch-action:pan-x pan-y;min-width:0}


.gallery-track::-webkit-scrollbar{display:none}
.gallery-slide{flex:0 0 100%;min-width:0;position:relative;scroll-snap-align:center;scroll-snap-stop:always;border:1px solid transparent;border-radius:7px;padding:0;background:transparent;display:grid;place-items:center;height:330px;cursor:zoom-in;overflow:hidden}


.gallery-slide.screen{background:var(--image-bg);border-color:var(--line);height:auto;aspect-ratio:1629/1221}
.gallery-slide:hover{border-color:var(--accent)}
.gallery-slide img{display:block;object-fit:contain;max-width:100%;max-height:100%;width:auto;height:auto}
.gallery-slide.screen img{width:100%;height:100%}
.gallery-slide.art img{width:230px;height:230px;border-radius:7px}
.gallery-slide.phone img{height:100%;border:1px solid var(--line);border-radius:8px}
.enlarge-hint{position:absolute;bottom:10px;right:10px;width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:14px;color:var(--accent);background:var(--bg);opacity:0}
.gallery-slide:hover .enlarge-hint,.gallery-slide:focus-visible .enlarge-hint{opacity:1}


.gallery .gallery-caption{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin-top:8px;min-height:48px;width:100%;max-width:100%;margin-inline:auto}
.gallery-label{font-size:12px}
.gallery-count{justify-self:end;font-family:Phorel Nerd,monospace;font-size:10px;font-variant-numeric:tabular-nums;letter-spacing:.03em;color:var(--muted)}
.gallery-selectors{display:flex;align-items:center;position:relative;gap:1px}
.gallery-selectors:before{content:"";position:absolute;left:21px;right:21px;top:50%;height:1px;background:var(--line);pointer-events:none}
.gallery-selector{position:relative;width:44px;height:44px;padding:0;border:0;background:transparent;display:grid;place-items:center;color:var(--muted)}
.selector-glyph{width:9px;height:9px;display:block;background:var(--bg);border:1px solid currentColor;position:relative;box-shadow:0 0 0 5px var(--bg)}
.glyph-0{border-radius:50%}
.glyph-1{transform:rotate(45deg);width:8px;height:8px}
.glyph-2{border-radius:2px}
.gallery-selector[aria-pressed=true]{color:var(--accent)}
.gallery-selector[aria-pressed=true] .selector-glyph{scale:1.55}
.gallery-selector[aria-pressed=true] .selector-glyph:after{content:"";position:absolute;width:3px;height:3px;top:50%;left:50%;translate:-50% -50%;background:currentColor;border-radius:50%}
.gallery-selector:hover{color:var(--fg)}


.image-viewport.actual img{width:var(--native-width,1629px)}






@media (prefers-reduced-motion:no-preference){.selector-glyph{transition:scale 160ms ease,color 160ms ease}
.theme-toggle svg{transition:transform 240ms ease}
.theme-toggle:hover svg{transform:rotate(20deg)}}


@media (max-width:768px){.site-header{height:94px;gap:12px}
.brand{font-size:29px;gap:7px}
.brand .fish{width:51px}
.brand .fish.wide-mark{width:65px}
.site-header nav{gap:14px}
.theme-toggle{width:38px;height:38px}
.gallery-slide{height:300px}
.gallery-slide.art img{width:215px;height:215px}
.gallery .gallery-caption{gap:3px}
.gallery-selector{width:40px;height:44px}}


@media (max-width:370px){.site-header{flex-wrap:wrap;justify-content:space-between;height:auto;min-height:106px;gap:0;padding-block:12px}
.site-header nav{gap:13px}
.brand{font-size:27px}
.brand .fish{width:44px}
.brand .fish.wide-mark{width:55px}
.gallery-label{font-size:11px}
.gallery-count{font-size:9px}
.gallery-selector{width:36px}}


@media (max-height:500px){.image-viewport{max-height:calc(100dvh - 140px)}}


@media (max-width:370px){.wordmark-pair{font-size:30px;gap:9px}
.wordmark-pair svg.wide-mark{width:72px}
.wordmark-pair svg{width:58px}
.wordmark-option{padding:15px}}



.email{font-family:Phorel Nerd,monospace;font-size:19px;letter-spacing:-.035em;text-decoration-thickness:1px}






@media (max-width:768px){.email{font-size:17px}}


.gallery-slide{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}


.gallery-slide.phone img{width:100%;height:100%;object-fit:contain;border:0;border-radius:0;min-height:0;min-width:0}


/* Publication details, using the approved palette and typography. */
.guide-article pre{max-width:100%;overflow:auto;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:6px;margin:20px 0;font:13px/1.65 ui-monospace,monospace;tab-size:2}
.guide-article code{font-family:ui-monospace,monospace;font-size:.86em;overflow-wrap:anywhere}.guide-article pre code{font-size:inherit;overflow-wrap:normal}
.guide-article li{color:var(--muted);margin-block:10px}.guide-article li a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.guide-updated{font-size:13px;color:var(--muted);margin-top:18px}.theme-toggle[hidden]{display:none}
.gallery-track:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{.site-header nav,.site-footer,.contents,.toolkit,dialog,.back-link{display:none!important}.wrap{width:100%}.article-layout{display:block}.guide-article{max-width:none}:root{--bg:white;--fg:black;--muted:#333;--accent:#23594f;--surface:#f4f4f4;--line:#ccc}.guide-article pre{white-space:pre-wrap}.guide-article section{break-inside:auto}}


/* Error pages (404, error.html): always dark, numeral above the mark, message below. */
.error-page{position:relative;min-height:100dvh;background:#030d12}
.error-page .site-header{position:absolute;top:0;left:0;right:0;z-index:2}
.error-main{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:32px 24px}
.error-code{font-family:Phorel Mono,monospace;font-size:clamp(64px,14vw,140px);line-height:1;color:var(--accent);text-shadow:0 0 46px rgba(132,196,187,.45)}
.error-mark{display:block;width:clamp(160px,26vw,300px);height:auto;pointer-events:none}
.error-copy{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:8px}
.error-line{max-width:560px;font-size:clamp(20px,2.6vw,26px);font-weight:400;letter-spacing:-.015em;color:var(--fg)}
.error-copy .email{margin-top:0}
.error-page .brand{font-size:18px;gap:6px}
.error-page .brand .fish{width:30px}
@media (max-width:768px){.error-page .brand{font-size:15px;gap:4px}
.error-page .brand .fish{width:26px}}
@media (max-width:370px){.error-page .brand{font-size:14px}
.error-page .brand .fish{width:22px}}
