*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: 1;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img, picture {
  max-width: 100%;
  display: block;
}

main img {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  background-color: #f4f4f4;
}

::selection {
  background-color: rgb(0, 117, 191);
  color: white;
}

@media (max-width: 900px) {
  html {
    font-size: 85%;
  }
}

body {
  color: #0d0d0d;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4 {
  text-wrap: pretty;
  word-wrap: break-word;
  hyphens: manual;
}

h1 {
  font-family: embury-text, serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.4em;
  overflow: wrap;
}
h1 a:hover {
  background: #e25599;
}

.details h1, .gonefishin h1 {
  padding-bottom: 0.8rem;
  margin-bottom: 1.4rem;
  border-bottom: 0.04em solid #0d0d0d;
  width: fit-content;
}

.gonefishin h1 {
  font-size: 2rem;
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  border-bottom: 0.05rem solid #0d0d0d;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  text-transform: uppercase;
}

.events .event {
  font-size: 1rem;
}
.events .event .eventdate {
  line-height: 1.4;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  margin-bottom: 0.1em;
}
.events .event .eventtitle {
  line-height: 1.4;
  font-family: embury-text, serif;
  font-size: 1em;
}
.events .event .eventtitle a {
  color: #e25599;
  text-decoration: underline;
}
.events .event .eventtitle a:hover {
  background: #e25599;
  color: white;
  text-decoration: none;
}
.events .event .eventlocation {
  line-height: 1.4;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 1em;
}

main.aboutpage h1, main.home h1, main.error h1, main.clientspage h1 {
  text-transform: none;
  font-weight: 400;
  font-size: clamp(2.2rem, 3.6vw, 4.4rem);
  line-height: 1.2;
}
main.aboutpage h1 a, main.home h1 a, main.error h1 a, main.clientspage h1 a {
  text-decoration: underline;
  text-decoration-color: #e25599;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.08em;
}
main.aboutpage h1 a:hover, main.home h1 a:hover, main.error h1 a:hover, main.clientspage h1 a:hover {
  background: #e25599;
}
@media (max-width: 900px) {
  main.aboutpage h1, main.home h1, main.error h1, main.clientspage h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  main.aboutpage h1, main.home h1, main.error h1, main.clientspage h1 {
    font-size: 2.2rem;
  }
}
main.aboutpage p, main.home p, main.error p, main.clientspage p {
  font-size: 1.2rem;
}

main.aboutpage h1 {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}

nav ul.mainnav, main.home ul.mainnav {
  font-family: embury-text, serif;
  font-size: 1.6rem;
  font-weight: 700;
}
nav ul.secondarynav, nav ul.headerextralinks, main.home ul.secondarynav, main.home ul.headerextralinks {
  font-size: 1rem;
}
@media (max-width: 900px) {
  nav ul.secondarynav, nav ul.headerextralinks, main.home ul.secondarynav, main.home ul.headerextralinks {
    font-size: 1.4rem;
  }
}
nav ul.secondarynav a:hover, nav ul.mainnav a:hover, nav ul.headerextralinks a:hover, main.home ul.secondarynav a:hover, main.home ul.mainnav a:hover, main.home ul.headerextralinks a:hover {
  background: #e25599;
}
nav ul.secondarynav a.current, nav ul.mainnav a.current, nav ul.headerextralinks a.current, main.home ul.secondarynav a.current, main.home ul.mainnav a.current, main.home ul.headerextralinks a.current {
  color: #e25599;
}
nav ul.secondarynav a.current:hover, nav ul.mainnav a.current:hover, nav ul.headerextralinks a.current:hover, main.home ul.secondarynav a.current:hover, main.home ul.mainnav a.current:hover, main.home ul.headerextralinks a.current:hover {
  color: #0d0d0d;
}
nav ul.sociallinks a:hover, main.home ul.sociallinks a:hover {
  color: #e25599;
}
nav ul.sociallinks i, main.home ul.sociallinks i {
  font-size: 2rem;
}
nav ul.headersociallinks a:hover, main.home ul.headersociallinks a:hover {
  color: #e25599;
}
nav ul.headersociallinks i, main.home ul.headersociallinks i {
  font-size: 1.4rem;
}

.mobilemenu nav ul {
  font-size: 2.2rem;
}
.mobilemenu nav ul.sociallinks i {
  font-size: 3rem;
}

p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-block: 0.6em;
}
@media (max-width: 768px) {
  p {
    font-size: 1.2rem;
  }
}
p a {
  text-decoration: underline;
  text-decoration-color: #e25599;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.08em;
}
p a:hover {
  background: #e25599;
}

.biblio {
  margin-top: 2rem;
}

.biblio p, .shopsummary {
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0;
}
.biblio p .info, .biblio p .title, .shopsummary .info, .shopsummary .title {
  line-height: 1.2;
}
.biblio p a, .shopsummary a {
  font-weight: 700;
  color: #e25599;
}
.biblio p a:hover, .shopsummary a:hover {
  color: #0d0d0d;
}
.biblio p span.price, .shopsummary span.price {
  font-weight: 700;
}

figcaption, .caption, .zoomedsidenote {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}
figcaption a, .caption a, .zoomedsidenote a {
  text-decoration: underline;
  text-decoration-color: #e25599;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.08em;
}
figcaption a:hover, .caption a:hover, .zoomedsidenote a:hover {
  background: #e25599;
}

.filterpanel ul {
  text-wrap: pretty;
}
.filterpanel ul li {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
.filterpanel ul li a:hover {
  color: #e25599;
}

footer {
  font-family: embury-text, serif;
  letter-spacing: -0.02em;
}
footer p {
  font-size: clamp(2.2rem, 3.6vw, 4.4rem);
  line-height: 1.2;
}
footer p a {
  text-decoration: underline;
  text-decoration-color: #e25599;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.08em;
}
footer p a:hover {
  background: #e25599;
}
@media (max-width: 900px) {
  footer p {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  footer p {
    font-size: 2.2rem;
  }
}
footer.small .collapsible > * {
  margin-block: 0.25rem;
}
footer.small .collapsible p {
  font-size: 0.8rem;
  font-family: proxima-nova, sans-serif;
  text-align: center;
  line-height: 1;
}
footer.small .collapsible svg {
  height: 1.2rem;
  margin-inline: auto;
}

@media (min-width: 900px) {
  a:has(img) {
    cursor: none;
  }
}

nav a:has(img) {
  cursor: pointer;
}

#cursor {
  width: 1px;
  height: 1px;
  position: fixed;
  pointer-events: none;
  top: -300px;
  left: -300px;
  z-index: 100000;
  mix-blend-mode: multiply;
}
@media (min-width: 900px) {
  #cursor::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    transition: all 300ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
    background-color: none;
  }
  #cursor.select::after {
    background-color: rgb(0, 117, 191);
    scale: 4;
    transition: all 200ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  }
}

.shopimages a:has(img) {
  cursor: pointer;
}

.maxwidth {
  display: grid;
  grid-template-columns: [fullwidth-start] minmax(1.6rem, 1fr) [maxwidth-start] min(100% - 3.2rem, 1400px) [maxwidth-end] minmax(1.6rem, 1fr) [fullwidth-end];
}
.maxwidth > * {
  grid-area: maxwidth;
}

a.button {
  margin-block: 0.4em -0.4em;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  color: white;
  border-radius: 1.2em;
  width: max-content;
  position: relative;
}
a.button:not(.smallbutton)::before {
  content: "";
  position: absolute;
  inset: -0.1em -0.6em -0.1em -0.4em;
  background: #e25599;
  z-index: -1;
  border-radius: 0.8em;
}
a.button:hover:not(.smallbutton) svg {
  color: #e25599;
}
a.button:hover:not(.smallbutton)::before {
  background: #0d0d0d;
}
a.button svg {
  color: #0d0d0d;
  margin-right: 0.2em;
  width: 0.9rem;
  display: block;
}
a.button:hover, a.button:focus {
  color: white;
}
a.button:hover svg, a.button:focus svg {
  color: white;
}
a.button.smallbutton {
  margin: 0.05em 0.8em 0 0;
  float: left;
  padding: 0.4em;
  position: relative;
}
a.button.smallbutton svg {
  width: 0.9rem;
  display: block;
  margin-right: 0;
}
a.button.smallbutton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e25599;
  z-index: -1;
  border-radius: 50%;
}
a.button.smallbutton:hover::after {
  content: "+";
  position: absolute;
  right: -0.4em;
  top: -0.4em;
  color: #e25599;
  font-weight: 700;
  font-size: 1.2em;
}

.outofstock a.button {
  filter: saturate(0%);
}
.outofstock a.button:hover svg, .outofstock a.button:focus svg {
  color: black;
}
.outofstock a.button:hover::after, .outofstock a.button:focus::after {
  content: none;
}
.outofstock a.button:hover:not(.smallbutton)::before, .outofstock a.button:focus:not(.smallbutton)::before {
  background: #e25599;
}

a.clientsclose, a.mobilemenubutton {
  --buttonsize: 4rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e25599;
  border-radius: 50%;
  width: var(--buttonsize);
  height: var(--buttonsize);
  z-index: 20;
}
a.clientsclose svg, a.mobilemenubutton svg {
  transition: transform 300ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
a.clientsclose.isclosed svg, a.mobilemenubutton.isclosed svg {
  width: 80%;
}
a.clientsclose.isopen svg, a.mobilemenubutton.isopen svg {
  width: 85%;
}
a.clientsclose:hover svg, a.mobilemenubutton:hover svg {
  transform: scale(0.95);
}
a.clientsclose.isopen:hover svg, a.mobilemenubutton.isopen:hover svg {
  transform: scale(1.1);
}

a.clientsclose, a.mobilemenubutton {
  position: relative;
  margin-inline: auto;
  margin-block: calc(var(--buttonsize) / 2 * -1);
}
a.clientsclose:hover, a.mobilemenubutton:hover {
  background: #0d0d0d;
  color: white;
}

a.mobilemenubutton {
  z-index: 19;
  display: none;
  position: fixed;
  top: calc(var(--buttonsize) / 2 + 1rem);
  left: 1rem;
  background: white;
}
@media (max-width: 768px) {
  a.mobilemenubutton {
    display: flex;
  }
}

a.loadbutton, a.redobutton {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  opacity: 1;
  transition: opacity 20ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  text-align: center;
  margin-inline: auto;
  transition: transform 20ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  display: flex;
  align-items: center;
  gap: 0.2em;
}
a.loadbutton.clickedbutton svg, a.redobutton.clickedbutton svg {
  width: 3rem;
}
a.loadbutton svg, a.redobutton svg {
  color: #e25599;
  width: 1.8rem;
  display: block;
}
a.loadbutton.unloaded, a.redobutton.unloaded {
  opacity: 0;
  pointer-events: none;
}
a.loadbutton:hover svg, a.loadbutton:focus svg, a.redobutton:hover svg, a.redobutton:focus svg {
  color: #0d0d0d;
  transition: transform 150ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}

a.loadbutton:hover svg, a.loadbutton:focus svg {
  transform: scale(0.97) translateY(0.05em);
}

a.redobutton:hover svg, a.redobutton:focus svg {
  transform: scale(1.2);
}

.events {
  background: white;
  padding: 0.8rem;
}
.events .event {
  margin-top: 0.8rem;
}

main .illustrations a {
  transition: opacity 600ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
main .illustrations:has(a:hover) a {
  opacity: 0.3;
  transition: opacity 2000ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
main .illustrations:has(a:hover) a:hover {
  opacity: 1;
}

.instagramfeed {
  margin-top: 2rem;
  border: solid 0.4rem #0d0d0d;
  max-width: 32rem;
}
.instagramfeed:has(.imagegrid a:hover) .feeddetails a {
  color: #e25599;
  transition: color 600ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.instagramfeed .imagegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.4rem;
  padding: 0.8rem;
}
.instagramfeed .imagegrid a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.instagramfeed .feeddetails {
  background: white;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  padding: 0.8rem;
}
.instagramfeed .feeddetails a {
  display: flex;
  align-items: center;
  transition: color 300ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.instagramfeed .feeddetails a i {
  font-size: 2rem;
  margin-right: 0.2em;
}
.instagramfeed .feeddetails a:hover {
  color: #e25599;
  transition: color 600ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}

.shoppingcart {
  z-index: 10;
  position: fixed;
  right: 0.6rem;
  top: 0.3rem;
  display: none;
}
.shoppingcart.showcart {
  display: block;
}
.shoppingcart a {
  padding: 0.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: block;
}
.shoppingcart a:hover svg {
  color: #e25599;
}
.shoppingcart svg {
  width: 2rem;
  position: relative;
  display: block;
}
.shoppingcart span.snipcart-items-count {
  position: absolute;
  top: 0.7rem;
  left: 3.7em;
  color: #e25599;
  pointer-events: none;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .shoppingcart {
    top: 1rem;
    right: 1rem;
  }
  .shoppingcart svg {
    width: 2.8rem;
  }
  .shoppingcart span.snipcart-items-count {
    top: 0.8rem;
    left: 2.8rem;
    font-size: 0.8em;
  }
}

.snipcart, .snipcart__font--secondary, .snipcart__font--subtitle, .snipcart__font--subtitle-small, .snipcart-base-button__label, .snipcart-button-link {
  font-family: proxima-nova, sans-serif;
}

.snipcart-button-primary {
  background: #e25599;
}
.snipcart-button-primary:hover {
  background: black;
}

.snipcart-button-link, .snipcart-cart-header .snipcart-modal__close-icon, .snipcart-cart-header__icon {
  color: #e25599;
}
.snipcart-button-link:hover, .snipcart-cart-header .snipcart-modal__close-icon:hover, .snipcart-cart-header__icon:hover {
  color: black;
}

.snipcart__box--badge {
  border: 2px solid black;
  background: white;
  color: #8d5294;
}

.shopsummary {
  margin-top: 1rem;
}
.shopsummary .title {
  margin-right: 0.4rem;
}

.project .shopsummary {
  margin-top: 2rem;
}

.shopitem .shopsummary {
  margin-bottom: 2rem;
}

img.loading {
  animation: contrastAnimation 2.8s infinite;
  animation-timing-function: ease-in-out;
  position: relative;
}

@keyframes contrastAnimation {
  0%, 100% {
    filter: contrast(1.3) opacity(0.65);
  }
  50% {
    filter: contrast(1) opacity(1);
  }
}
.loader {
  display: block;
  text-align: center;
  margin-block: 2rem;
}
.loader span {
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  background: #e25599;
  display: inline-block;
  margin-inline: 0.2rem;
  animation: loaderAnimation 2s infinite ease-in-out;
}
@keyframes loaderAnimation {
  0% {
    filter: blur(0px) saturate(100%);
  }
  50% {
    filter: blur(3px) saturate(90%);
  }
  100% {
    filter: blur(0px) saturate(100%);
  }
}
.loader span:nth-child(2) {
  animation-delay: 200ms;
}
.loader span:nth-child(3) {
  animation-delay: 400ms;
}

.loadingapparatus {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filteritems .filteritem {
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.filteritems .filteritem:nth-child(1) {
  transition-delay: 0ms;
}
.filteritems .filteritem:nth-child(2) {
  transition-delay: 60ms;
}
.filteritems .filteritem:nth-child(3) {
  transition-delay: 120ms;
}
.filteritems .filteritem:nth-child(4) {
  transition-delay: 180ms;
}
.filteritems .filteritem:nth-child(5) {
  transition-delay: 240ms;
}
.filteritems .filteritem:nth-child(6) {
  transition-delay: 300ms;
}
.filteritems .filteritem:nth-child(7) {
  transition-delay: 360ms;
}
.filteritems .filteritem:nth-child(8) {
  transition-delay: 420ms;
}
.filteritems .filteritem:nth-child(9) {
  transition-delay: 480ms;
}
.filteritems .filteritem:nth-child(10) {
  transition-delay: 540ms;
}
.filteritems .filteritem:nth-child(11) {
  transition-delay: 600ms;
}
.filteritems .filteritem:nth-child(12) {
  transition-delay: 660ms;
}
.filteritems .filteritem:nth-child(13) {
  transition-delay: 720ms;
}
.filteritems .filteritem:nth-child(14) {
  transition-delay: 780ms;
}
.filteritems .filteritem:nth-child(15) {
  transition-delay: 840ms;
}
.filteritems .filteritem:nth-child(16) {
  transition-delay: 900ms;
}
.filteritems .filteritem:nth-child(17) {
  transition-delay: 960ms;
}
.filteritems .filteritem:nth-child(18) {
  transition-delay: 1020ms;
}
.filteritems .filteritem:nth-child(19) {
  transition-delay: 1080ms;
}
.filteritems .filteritem:nth-child(20) {
  transition-delay: 1140ms;
}
.filteritems .filteritem:nth-child(21) {
  transition-delay: 1200ms;
}
.filteritems.unloaded .filteritem {
  opacity: 0;
}

.filteritems.unload {
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}

.zoomed {
  pointer-events: none;
  inset: 0;
  z-index: 3;
  position: fixed;
  overflow: hidden;
  background-position: 50% 50%;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.zoomed.zoomedon {
  pointer-events: auto;
  opacity: 1;
}
.zoomed.preferheight {
  background-size: auto 135vh;
}
.zoomed.preferwidth {
  background-size: 135vw auto;
}
@media (width <= 900px) {
  .zoomed {
    display: none;
  }
}

@media (width > 900px) {
  .zoomable {
    cursor: zoom-in;
  }
  .zoomed {
    cursor: zoom-out;
  }
  body.zoomedon {
    overflow: hidden;
  }
  .details.zoomedon {
    display: none;
  }
  .sidebar.zoomedon {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 0.8rem;
    margin-left: -0.8rem;
    width: fit-content;
    padding-right: 0.8rem;
  }
  .zoomedsidenote {
    display: none;
    color: black;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    padding: 0.8rem;
    transform: rotate(180deg);
  }
  .zoomedsidenote.zoomedon {
    display: block;
  }
}
.maincontainer {
  display: grid;
  max-width: 1400px;
  gap: 0.8rem;
  margin-inline: auto;
  grid-template-columns: min(16rem, 20%) 1fr;
  grid-template-areas: "sidebar content";
  align-items: start;
  padding-inline: 1.6rem;
}
.maincontainer .sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 0;
  z-index: 4;
}
.maincontainer main {
  padding-block: 2rem;
  grid-area: content;
}
@media (max-width: 900px) {
  .maincontainer {
    grid-template-columns: 1fr;
    grid-template-areas: "sidebar" "content";
  }
  .maincontainer .sidebar {
    position: static;
  }
}

main.home .introheader {
  margin-bottom: 1.6rem;
}
main.home .introheader h1 {
  margin-top: 1.8rem;
}
main.home .introheader h1:after {
  background: #e25599;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1.6rem;
  position: absolute;
  z-index: -1;
}
main.home .introheader .headerlinks {
  display: flex;
}
main.home .introheader .headerlinks ul.headerextralinks {
  display: flex;
  align-items: center;
}
main.home .introheader .headerlinks ul.headerextralinks li:not(:last-of-type) {
  margin-right: 1rem;
}
main.home .introheader .headerlinks ul.headersociallinks {
  margin-right: 1.6rem;
  display: flex;
}
main.home .introheader .headerlinks ul.headersociallinks li:not(:last-of-type) {
  margin-right: 0.4rem;
}
main.home .introheader .headerlinks ul.headersociallinks a svg {
  display: block;
  width: 1.4rem;
}

.maincontainer nav {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  transition: opacity 1000ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.maincontainer nav ul.mainnav {
  margin-bottom: 0.4rem;
}
.maincontainer nav ul.mainnav li:first-of-type {
  margin-bottom: 3rem;
}
.maincontainer nav ul.mainnav li:not(:first-of-type) {
  margin-block: 1.2rem;
}
.maincontainer nav ul.mainnav a.home {
  display: block;
  max-width: 10rem;
}
.maincontainer nav ul.mainnav a.home picture, .maincontainer nav ul.mainnav a.home img {
  width: 100%;
}
@media (max-width: 900px) {
  .maincontainer nav ul.mainnav a.home {
    max-width: 16rem;
    width: 16rem;
    height: 16rem;
  }
}
.maincontainer nav ul.secondarynav li:not(:first-of-type) {
  margin-block: 1.2rem;
}
.maincontainer nav ul.sociallinks {
  margin-top: auto;
  display: flex;
  padding-bottom: 0.8rem;
}
.maincontainer nav ul.sociallinks li:not(:last-of-type) {
  margin-right: 0.4em;
}
.maincontainer nav ul.sociallinks a svg {
  display: block;
  width: 2rem;
}
.maincontainer nav.off {
  transition: opacity 500ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 900px) {
  .maincontainer nav {
    min-height: auto;
  }
  .maincontainer nav ul.mainnav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .maincontainer nav ul.mainnav li:first-of-type {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  .maincontainer nav ul.mainnav li:first-of-type > * {
    margin-inline: auto;
  }
  .maincontainer nav ul.mainnav li:not(:first-of-type) {
    margin-inline: 0.5rem;
    margin-block: 0.4rem;
  }
  .maincontainer nav ul.secondarynav {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .maincontainer nav ul.secondarynav li, .maincontainer nav ul.secondarynav li:not(:first-of-type) {
    margin-block: 0.4rem;
    margin-inline: 0.5em;
  }
  .maincontainer nav ul.sociallinks {
    justify-content: center;
  }
  .maincontainer nav ul.sociallinks li:not(:last-of-type) {
    margin-right: 0.8em;
  }
}

.maincontainer:has(.introheader h1) nav ul.mainnav a.home {
  max-width: calc(100% - 0.8rem);
  transition: max-width 400ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
@media (max-width: 900px) {
  .maincontainer:has(.introheader h1) nav ul.mainnav a.home {
    max-width: 16rem;
    width: 16rem;
    height: 16rem;
  }
  .maincontainer:has(.introheader h1) nav ul.mainnav li:first-of-type {
    margin-bottom: 0;
  }
}
.maincontainer:has(.introheader h1) .sidebar nav ul.mainnav li:not(:first-of-type), .maincontainer:has(.introheader h1) .sidebar nav ul.secondarynav, .maincontainer:has(.introheader h1) .sidebar nav ul.sociallinks {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  pointer-events: none;
}
@media (max-width: 900px) {
  .maincontainer:has(.introheader h1) .sidebar nav ul.mainnav li:not(:first-of-type), .maincontainer:has(.introheader h1) .sidebar nav ul.secondarynav, .maincontainer:has(.introheader h1) .sidebar nav ul.sociallinks {
    display: none;
  }
}
.maincontainer:has(.introheader h1) nav.reveal ul.mainnav a.home {
  transition: max-width 1000ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  max-width: 10rem;
}
.maincontainer:has(.introheader h1) .sidebar nav.reveal ul.mainnav li:not(:first-of-type), .maincontainer:has(.introheader h1) .sidebar nav.reveal ul.secondarynav, .maincontainer:has(.introheader h1) .sidebar nav.reveal ul.sociallinks {
  opacity: 1;
  transition: opacity 1200ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  pointer-events: auto;
}

.mobilemenu {
  position: fixed;
  width: 100%;
  background: white;
  padding: 9.6rem 1.6rem 3.2rem;
  z-index: 18;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.2);
  transition: transform 400ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.mobilemenu nav {
  min-height: auto;
}
.mobilemenu nav ul.mainnav {
  margin-bottom: 2rem;
}
.mobilemenu nav li {
  margin-bottom: 1rem;
}
.mobilemenu nav ul.sociallinks {
  margin-top: 3rem;
  display: flex;
}
.mobilemenu nav ul.sociallinks li {
  margin-right: 1rem;
}
.mobilemenu nav li.iconhomelink {
  display: none;
}
.mobilemenu nav li.mobilehomelink {
  display: block;
}
.mobilemenu[aria-expanded=false] {
  transform: translateY(-100%);
}

main.home section {
  display: grid;
  gap: 0.8rem;
  padding-block: 0.4rem;
}
main.home section a img, main.home section a picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main.home section.threesblock {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
main.home section.threesblock:not(.flip) > :first-child {
  grid-row: span 2;
  grid-column: span 2;
}
main.home section.threesblock.flip > :nth-child(1) {
  grid-column: 2/4;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  main.home section.threesblock {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  main.home section.threesblock.flip > :nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
main.home section.threesrow {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
@media (max-width: 768px) {
  main.home section.threesrow:not(.keepsmall) {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  main.home section.threesrow:not(.keepsmall) > :first-child {
    grid-column: span 2;
  }
}
main.home section.evens {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
}

main.projects section.project {
  padding-block: 0.4rem;
  display: grid;
  grid-column: all;
  grid-template-columns: [caption-start figures-start] 1.6rem [caption-end images-start] 1fr [figures-end images-end] 0.8rem [details-start] min(18rem, 34%) [details-end];
}
main.projects section.project:not(:last-of-type) {
  padding-bottom: 2.4rem;
}
main.projects section.project .caption, main.projects section.project figcaption {
  grid-column: caption;
  align-self: end;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-inline-end: 0.8rem;
  position: sticky;
  bottom: 0.8rem;
}
main.projects section.project .images {
  display: grid;
  grid-column: images;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
main.projects section.project .images > *:not(.half) {
  grid-column: span 2;
}
main.projects section.project .images a img, main.projects section.project .images a picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.projects section.project .details {
  grid-column: details;
  position: sticky;
  top: 0;
  padding-block: 2rem;
  align-self: start;
}
main.projects section.project .figures {
  grid-column: figures;
  display: grid;
  gap: 0.8rem;
}
main.projects section.project .figures figure {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  grid-template-areas: "caption image";
}
main.projects section.project .figures figure img, main.projects section.project .figures figure .zoomable, main.projects section.project .figures figure picture {
  grid-area: image;
  width: 100%;
}
main.projects section.project .figures figure figcaption {
  grid-area: caption;
}
@media (max-width: 768px) {
  main.projects section.project {
    grid-template-columns: [figures-start caption-start] 1.6rem [caption-end images-start details-start] 1fr [images-end figures-end details-end];
    grid-template-rows: repeat(auto, auto 1fr);
    margin-left: -1.6rem;
  }
  main.projects section.project .caption {
    grid-column: caption;
  }
  main.projects section.project .details {
    grid-column: details;
    position: static;
  }
  main.projects section.project .images {
    grid-column: images;
  }
  main.projects section.project .figures {
    grid-column: figures;
  }
  main.projects section.project .caption, main.projects section.project figcaption {
    justify-self: center;
  }
}

main.aboutpage {
  display: grid;
  grid-template-columns: 1fr min(20rem, 40%);
  grid-template-rows: auto auto;
  grid-template-areas: "content pageextras" "highlights pageextras";
  row-gap: 2.4rem;
  column-gap: 2.4rem;
  padding-bottom: 4rem;
}
@media (max-width: 900px) {
  main.aboutpage {
    display: flex;
    flex-direction: column;
  }
}

.textcontent {
  grid-area: content;
}

.pageextras {
  grid-area: pageextras;
  position: relative;
  justify-self: center;
  width: fit-content;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0.8rem;
}
@media (max-width: 900px) {
  .pageextras {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .pageextras {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: stretch;
  }
}

.highlights {
  margin-top: 1.6rem;
  grid-area: highlights;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .highlights {
    margin-top: 0.8rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }
}

ul.clientspagelist {
  margin-top: 2.4rem;
  --mincolumnsize: 14rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--mincolumnsize), 100%), 1fr));
  gap: 0.4rem;
}
ul.clientspagelist li {
  background: white;
  padding: 1.6rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.clientspagelist li img {
  max-height: 100%;
  object-fit: contain;
}
ul.clientspagelist a li {
  border: dotted 0.1rem #e25599;
  padding: 1.5rem;
}
ul.clientspagelist a:hover li {
  border: solid 0.1rem #e25599;
}

main.filterable {
  padding-top: 0;
  container-type: inline-size;
}

.filteritems {
  z-index: 1;
}

.filterpanel {
  z-index: 3;
  position: sticky;
  top: 0;
  padding-top: 1rem;
  background: #f4f4f4;
  margin-bottom: 2rem;
}
.filterpanel ul {
  padding-bottom: 0.4rem;
  border-bottom: 0.4em #e25599 solid;
}
.filterpanel ul li {
  margin-block: 0.2em;
  display: inline-block;
  position: relative;
}
.filterpanel ul li:not(:last-of-type) {
  margin-right: 0.8em;
}
.filterpanel ul li a {
  padding-left: 1.1em;
}
.filterpanel ul li a::before {
  position: absolute;
  content: "";
  height: 0.8em;
  width: 0.8em;
  top: 0.1em;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  background: #e25599;
  transition: transform 250ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
  transform: scale(0);
}
.filterpanel ul li a::after {
  position: absolute;
  content: "";
  height: 0.8em;
  width: 0.8em;
  top: 0.1em;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  background: white;
  border: 0.14em #0d0d0d solid;
  transform: scale(1.1);
  z-index: -1;
}
.filterpanel ul li a.on::before {
  transform: scale(0.78);
}
.filterpanel ul li.reset {
  margin-right: 1em;
}
.filterpanel ul li.reset::before {
  content: "";
  position: absolute;
  inset: -0.1em -0.2em -0.1em;
  background: #e25599;
  z-index: -1;
  border-radius: 0.6em;
}
.filterpanel ul li.reset a:hover {
  color: #0d0d0d;
}

.filteritems.masonry {
  margin-inline: -0.4rem;
}
.filteritems.masonry a {
  display: block;
}
.filteritems.masonry a img, .filteritems.masonry a picture {
  width: 100%;
}
.filteritems.masonry .filteritem {
  width: calc((100% - 2.4rem) / 3);
  margin-bottom: 0.8rem;
  margin-inline: 0.4rem;
}
@container (width < 700px) {
  .filteritems.masonry .filteritem {
    width: calc((100% - 1.6rem) / 2);
  }
}

.filteritems.shop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@container (width < 700px) {
  .filteritems.shop {
    grid-template-columns: repeat(2, 1fr);
  }
}
.filteritems.shop:has(.filteritem:nth-child(2):nth-last-child(1)) {
  grid-template-columns: repeat(2, 1fr);
}
.filteritems.shop:has(.filteritem:nth-child(1):nth-last-child(1)) {
  grid-template-columns: repeat(2, 1fr);
}
@container (width < 700px) {
  .filteritems.shop:has(.filteritem:nth-child(2):nth-last-child(1)), .filteritems.shop:has(.filteritem:nth-child(1):nth-last-child(1)) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.clientlist {
  display: none;
  --listlogosheight: 12rem;
  --listlogoswidth: 16rem;
  --exampleimageheight: 7rem;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.2);
}
.clientlist .clientscroller {
  position: relative;
  z-index: 10;
  background: white;
}
.clientlist .clientscroller ul.clientlogos {
  display: flex;
  align-items: center;
}
.clientlist .clientscroller ul.clientlogos.dontscroll {
  flex-wrap: wrap;
  justify-content: center;
}
.clientlist .clientscroller ul.clientlogos li {
  height: var(--listlogosheight);
  width: var(--listlogoswidth);
  padding: 2rem;
  flex-shrink: 0;
  transition: opacity 300ms ease-in-out;
  position: relative;
}
.clientlist .clientscroller ul.clientlogos li.fade {
  opacity: 0.3;
  transition: opacity 700ms ease-in-out;
}
.clientlist .clientscroller ul.clientlogos li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.clientlist .clientscroller ul.clientlogos li:has(a)::after {
  content: "";
  inset: 10px;
  border: dotted 0.1rem #e25599;
  position: absolute;
  pointer-events: none;
}
.clientlist .clientscroller ul.clientlogos li:has(a:hover)::after {
  border: solid 0.1rem #e25599;
}
.clientlist ul.clientexamples {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 70rem;
  top: calc(-1 * (var(--exampleimageheight) + var(--listlogosheight)));
  transition: top 300ms ease-in-out;
}
.clientlist ul.clientexamples li {
  display: none;
  position: absolute;
  width: 100%;
  height: var(--exampleimageheight);
}
.clientlist ul.clientexamples li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.clientscroller[data-animated=true] {
  --animationduration: 20s;
}
.clientscroller[data-animated=true] ul.clientlogos {
  animation: clientscroll var(--animationduration) linear infinite;
  width: max-content;
}
.clientscroller[data-animated=true] ul.clientlogos.pause {
  animation-play-state: paused;
}

@keyframes clientscroll {
  to {
    transform: translate(-25%);
  }
}
.clientscroller:has(ul.clientlogos:not(.pause)) + ul.clientexamples {
  top: 0;
}

main.shop.shopclosed, main.shopitem.shopclosed {
  pointer-events: none;
  filter: saturate(0.2) blur(4px);
  opacity: 0.25;
}
main.shop.shopclosed .filterpanel, main.shopitem.shopclosed .filterpanel {
  position: relative;
}

.maincontainer .gonefishin {
  position: relative;
  grid-area: content;
  z-index: 20;
  background: white;
  margin-top: 8rem;
  max-width: 60rem;
  margin-inline: auto;
  padding: 2rem 2rem 1.4rem 2rem;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.2);
}

.shop.filteritems .preview {
  background: white;
  aspect-ratio: 1/1;
  position: relative;
}
.shop.filteritems .preview a {
  width: 100%;
  height: 100%;
}
.shop.filteritems .preview img, .shop.filteritems .preview picture {
  padding: 6%;
  object-fit: contain;
  height: 100%;
  width: 100%;
  transition: opacity 200ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.shop.filteritems .preview img:first-of-type, .shop.filteritems .preview picture:first-of-type {
  position: relative;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.08));
}
.shop.filteritems .preview img:nth-of-type(2), .shop.filteritems .preview picture:nth-of-type(2) {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  object-fit: cover;
}
.shop.filteritems .preview a.hassecondimage:hover img:nth-of-type(2), .shop.filteritems .preview a.hassecondimage:hover picture:nth-of-type(2), .shop.filteritems .preview a.hassecondimage:focus img:nth-of-type(2), .shop.filteritems .preview a.hassecondimage:focus picture:nth-of-type(2) {
  opacity: 1;
  transition: opacity 1000ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.shop.filteritems .item:has(a:hover:not(.button)) .preview a.hassecondimage img:nth-of-type(2), .shop.filteritems .item:has(a:hover:not(.button)) .preview a.hassecondimage picture:nth-of-type(2), .shop.filteritems .item:has(a:focus:not(.button)) .preview a.hassecondimage img:nth-of-type(2), .shop.filteritems .item:has(a:focus:not(.button)) .preview a.hassecondimage picture:nth-of-type(2) {
  opacity: 1;
}

.shop.filteritems .filteritem.outofstock {
  position: relative;
}
.shop.filteritems .filteritem.outofstock a {
  cursor: pointer;
}
.shop.filteritems .filteritem.outofstock .preview a, .shop.filteritems .filteritem.outofstock .shopsummary {
  filter: saturate(0%);
  opacity: 0.7;
  transition: filter 300ms cubic-bezier(0.21, 0.03, 0.28, 0.98), opacity 300ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.shop.filteritems .filteritem.outofstock:hover .preview a {
  filter: saturate(100%);
  opacity: 1;
  transition: filter 500ms cubic-bezier(0.21, 0.03, 0.28, 0.98), opacity 500ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
.shop.filteritems .filteritem.outofstock .preview::after {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "sold out";
  pointer-events: none;
  background: #e25599;
  font-size: 0.7rem;
  padding: 0.1em 0.8em;
}

.shopitem {
  display: grid;
  grid-template-columns: 1fr min(18rem, 34%);
  gap: 1.6rem;
  align-items: start;
}
.shopitem .details {
  padding-top: 2rem;
  position: sticky;
  top: 0;
  align-self: start;
}
.shopitem .shopimages {
  display: grid;
  position: sticky;
  top: 1rem;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
.shopitem .shopimages a, .shopitem .shopimages div.mainshopimage {
  background: white;
  padding: 6%;
  overflow: hidden;
}
.shopitem .shopimages a img, .shopitem .shopimages a picture, .shopitem .shopimages div.mainshopimage img, .shopitem .shopimages div.mainshopimage picture {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shopitem .shopimages div.mainshopimage {
  grid-column: 1/-1;
  order: -1;
}
@media (max-width: 768px) {
  .shopitem {
    grid-template-columns: 1fr;
  }
  .shopitem .details, .shopitem .shopimages {
    position: relative;
  }
}

.mainshopimage.outofstock::after {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  position: absolute;
  top: 1em;
  left: -0.5em;
  content: "sold out";
  pointer-events: none;
  background: #e25599;
  font-size: 1rem;
  padding: 0.1em 0.8em;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mainshopimage.outofstock::after {
    font-size: 0.8rem;
  }
}

footer {
  width: 100%;
  background: white;
}
footer .collapsible {
  padding: 4rem 0;
}
footer .collapsible > * {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 1.6rem;
}
footer.small .collapsible {
  display: flex;
  flex-direction: column;
  padding-block: 1rem;
}
footer.small .collapsible a {
  width: fit-content;
  margin-inline: auto;
}
footer.small .collapsible a svg {
  fill: #0d0d0d;
  transition: fill 300ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
footer.small .collapsible a:hover svg {
  fill: #e25599;
  transition: fill 600ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}

footer {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 800ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
footer .collapsible {
  overflow: hidden;
  transition: padding 800ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}

footer.footerhide {
  grid-template-rows: 0fr;
  transition: grid-template-rows 1500ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
footer.footerhide .collapsible {
  padding-block: 0rem;
  transition: padding 1500ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}

main.error {
  container-type: inline-size;
}

.assortment {
  columns: 3;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
@container (width < 700px) {
  .assortment {
    columns: 2;
  }
}
.assortment a {
  display: block;
  margin-bottom: 0.8rem;
}

.reloadcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

nav a.home {
  z-index: 5;
  position: relative;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  transition: background 500ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}
nav a.home:hover {
  transition: background 1000ms cubic-bezier(0.21, 0.03, 0.28, 0.98);
}

.colourpicker input#colourpicker {
  z-index: 1000000;
  width: 2rem;
  height: 2rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border: 3px solid black;
  display: none;
}
.colourpicker input#colourpicker.revealcolourpicker {
  display: block;
}
