:root { --yellow: #fcbf3a; --ink: #414141; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: -60px; left: 20px; padding: 12px 18px; color: #111; background: #fff; transition: top .2s; }
.skip-link:focus { top: 12px; }
.hero { height: 184px; background: #434343 url("assets/background.jpg") center 45% / cover no-repeat; position: relative; display: flex; align-items: flex-start; justify-content: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(20,20,20,.12); pointer-events: none; }
.brand { position: relative; z-index: 2; width: 278px; height: 110px; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-nav { position: absolute; z-index: 2; left: 50%; bottom: 14px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; gap: 28px; width: fit-content; max-width: calc(100% - 40px); padding: 12px 24px 10px; background: rgba(35,35,35,.86); border-bottom: 3px solid var(--yellow); box-shadow: 0 5px 16px rgba(0,0,0,.2); }
.site-nav a { color: #fff; font: 700 11px/1.2 Arial, Helvetica, sans-serif; letter-spacing: .65px; text-decoration: none; text-shadow: 0 1px 2px rgba(0,0,0,.65); white-space: nowrap; transition: color .15s ease, transform .15s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--yellow); }
.site-nav a:hover, .site-nav a:focus-visible { transform: translateY(-1px); }
.menu-toggle { display: none; }
.portfolio { min-height: 1660px; padding: 26px 20px 120px; }
.portfolio.category { min-height: 0; padding-bottom: 78px; }
.portfolio h1 { position: relative; width: fit-content; margin: 0 auto 34px; padding: 0 16px 12px; text-align: center; color: #505050; font: 700 31px/1.25 "Lucida Sans Unicode", "Lucida Grande", sans-serif; letter-spacing: .35px; text-shadow: 0 1px 0 #fff; }
.portfolio h1::after { content: ""; position: absolute; right: 16px; bottom: 0; left: 16px; height: 4px; background: var(--yellow); }
.gallery { width: 940px; max-width: 100%; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.art { display: block; width: 100%; aspect-ratio: 1; padding: 0; overflow: hidden; border: 0; background: #eee; cursor: zoom-in; }
.art img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.art:hover img, .art:focus-visible img { transform: scale(1.025); filter: brightness(.9); }
.redbubble-shop { position: relative; width: min(1100px, calc(100% - 40px)); margin: -42px auto 92px; padding: 58px 62px; display: grid; grid-template-columns: .9fr 1.25fr; gap: 64px; align-items: center; overflow: hidden; background: #3f3f3f url("assets/background.jpg") center / cover no-repeat; color: #fff; }
.gallery > .redbubble-shop { grid-column: 1 / -1; width: 100%; max-width: none; margin: 28px 0; }
.redbubble-shop::before { content: ""; position: absolute; inset: 0; background: rgba(39,39,39,.86); }
.shop-copy, .shop-products { position: relative; z-index: 1; }
.shop-kicker { margin: 0 0 14px; color: var(--yellow); font: 700 10px/1.3 Arial, Helvetica, sans-serif; letter-spacing: 1.8px; }
.shop-copy h2 { margin: 0 0 18px; color: #fff; font: 700 clamp(29px,3.2vw,44px)/1.08 "Lucida Sans Unicode", "Lucida Grande", sans-serif; letter-spacing: -1.5px; }
.shop-copy > p:not(.shop-kicker) { max-width: 390px; margin: 0 0 27px; color: #e6e6e6; font: 400 14px/1.65 "Open Sans", Arial, sans-serif; }
.shop-cta { display: inline-flex; align-items: center; gap: 18px; padding: 14px 18px; color: #292929; background: var(--yellow); text-decoration: none; font: 700 11px/1 Arial, Helvetica, sans-serif; letter-spacing: .8px; transition: transform .18s ease, background .18s ease; }
.shop-cta:hover, .shop-cta:focus-visible { transform: translateY(-2px); background: #fff; }
.shop-cta span { font-size: 17px; }
.shop-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.shop-products a { position: relative; overflow: hidden; aspect-ratio: .78; background: #fff; color: #333; text-decoration: none; }
.shop-products img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.shop-products a:hover img { transform: scale(1.04); }
.shop-products span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 8px 4px; background: rgba(255,255,255,.93); text-align: center; font: 700 9px/1 Arial, Helvetica, sans-serif; letter-spacing: 1px; }
footer { min-height: 158px; padding: 19px 20px 10px; text-align: center; font: 400 13px/1.5 "Open Sans", Arial, sans-serif; }
.contact-page { min-height: 805px; padding: 0 20px 70px; text-align: center; }
.contact-page .maildude { display: block; width: 278px; max-width: 80vw; height: auto; margin: -51px auto 0; }
.contact-page h1 { margin: -18px 0 0; font: 400 30px/1.35 "Open Sans", Arial, sans-serif; }
.contact-page .intro { margin: 0 0 65px; font: 400 15px/1.4 "Open Sans", Arial, sans-serif; }
.contact-form { width: 460px; max-width: 100%; margin: 0 auto; text-align: left; font: 400 13px/1.3 "Open Sans", Arial, sans-serif; }
.contact-form label { display: block; margin: 0 0 11px; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 9px 12px; border: 1px solid #888; color: var(--ink); background: #fff; font: inherit; outline: none; }
.contact-form input { height: 38px; }
.contact-form textarea { height: 129px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #222; }
.contact-form button { width: 100%; height: 40px; border: 0; background: #bcbcbc; color: #000; cursor: pointer; }
.contact-form button:hover { background: var(--yellow); }
.form-note { min-height: 18px; margin: 10px 0 0; text-align: center; }
.book-page { width: 570px; max-width: calc(100% - 40px); min-height: 685px; margin: 0 auto; padding: 0 0 70px; text-align: center; font: 400 13px/1.42 "Open Sans", Arial, sans-serif; }
.book-page > img { display: block; width: 450px; max-width: 100%; height: auto; margin: -19px auto 12px; }
.book-copy { width: 100%; }
.book-page p { margin: 0 auto 15px; }
.book-page .book-contact { margin-top: 17px; font-size: 15px; line-height: 1.45; }
.book-page .book-links { margin: 0 0 3px; font-size: 11px; }
.book-page a, .support-email { color: #d95858; text-decoration: underline; text-underline-offset: 2px; }
.support-email { display: inline-block; margin-top: 5px; font-size: 13px; font-weight: 700; }
footer p { margin: 0 0 2px; }
.socials { display: flex; justify-content: center; gap: 4px; margin-top: 12px; }
.socials a { width: 19px; height: 19px; }
.socials img { display: block; width: 19px; height: 19px; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 0; border: 0; background: transparent; overflow: hidden; }
.lightbox::backdrop { background: rgba(15,15,15,.94); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox > img { max-width: min(88vw, 900px); max-height: 88vh; object-fit: contain; }
.lightbox button { position: fixed; z-index: 2; border: 0; background: transparent; color: #fff; cursor: pointer; font-family: Arial, sans-serif; }
.close { top: 10px; right: 22px; font-size: 46px; font-weight: 200; }
.previous, .next { top: 50%; transform: translateY(-50%); font-size: 68px; padding: 20px; }
.previous { left: 10px; } .next { right: 10px; }
@media (max-width: 800px) {
  .hero { height: 150px; }
  .brand { width: 228px; height: 90px; }
  .menu-toggle { display: grid; position: absolute; z-index: 5; top: 18px; right: 18px; width: 38px; height: 34px; padding: 7px; gap: 4px; border: 0; background: rgba(0,0,0,.45); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: #fff; }
  .site-nav { display: none; top: 0; right: 0; bottom: auto; left: auto; transform: none; width: min(300px, 84vw); max-width: none; padding: 70px 28px 30px; flex-direction: column; align-items: flex-start; gap: 19px; background: rgba(27,27,27,.98); border-bottom: 4px solid var(--yellow); }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 12px; }
  .portfolio { min-height: 1100px; padding: 28px 12px 80px; }
  .contact-page .maildude { margin-top: -30px; }
  .contact-page { padding-top: 0; }
  .book-page > img { margin-top: 0; }
  .portfolio h1 { font-size: clamp(20px, 5vw, 27px); margin-bottom: 22px; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 4px; }
  .redbubble-shop { margin-top: 0; padding: 42px 28px; grid-template-columns: 1fr; gap: 36px; }
  .gallery > .redbubble-shop { margin: 22px 0; }
  .shop-copy { text-align: center; }
  .shop-copy > p:not(.shop-kicker) { margin-right: auto; margin-left: auto; }
}
@media (max-width: 420px) {
  .gallery { grid-template-columns: 1fr; width: 300px; }
  .portfolio { min-height: 0; }
  .previous, .next { font-size: 48px; padding: 8px; }
  .redbubble-shop { width: calc(100% - 24px); padding: 36px 18px; }
  .shop-products { gap: 6px; }
  .shop-products span { right: 4px; bottom: 4px; left: 4px; font-size: 8px; }
}
