:root {
  color: #17130f;
  background: #123137;
  font-family:
    ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#showcase,
#projects,
#support,
#standards {
  scroll-margin-top: 92px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #f6eddc;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #c99b42;
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(246, 237, 220, 0.14);
  padding: 14px clamp(18px, 4vw, 52px);
  color: #f6eddc;
  background: rgba(18, 49, 55, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  text-decoration: none;
}

.fish-mark {
  display: inline-flex;
  width: 56px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #c99b42;
}

.fish-mark svg {
  display: block;
  width: 100%;
  height: auto;
}

.fish-mark path,
.fish-mark circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fish-mark circle {
  fill: currentColor;
  stroke: none;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.site-header nav a {
  color: rgba(246, 237, 220, 0.78);
  text-decoration: none;
}

.site-header nav a:hover {
  color: #f6eddc;
}

.topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 5vw, 72px) clamp(20px, 3vw, 36px);
  color: #f6eddc;
  background: #123137;
}

.topline .eyebrow {
  grid-column: 1 / -1;
}

.eyebrow {
  display: block;
  margin: 0;
  color: #c99b42;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  line-height: 1.45;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 1020px;
  font-size: clamp(28px, 3.3vw, 52px);
  line-height: 1.02;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.topline a,
.support-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border: 1px solid rgba(246, 237, 220, 0.22);
  border-radius: 4px;
  padding: 11px 15px;
  color: #f6eddc;
  font-weight: 750;
  text-decoration: none;
  background: rgba(246, 237, 220, 0.08);
}

.topline a,
.support-actions a:first-child {
  border-color: #c99b42;
  color: #17130f;
  background: #c99b42;
}

.intro-band {
  padding: clamp(34px, 6vw, 76px) clamp(18px, 5vw, 72px);
  color: #17130f;
  background: #c99b42;
}

.intro-band p {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.08;
}

.showcase {
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px) 0 clamp(58px, 9vw, 118px);
  color: #f6eddc;
  background:
    linear-gradient(180deg, rgba(18, 49, 55, 0.96), rgba(16, 39, 45, 0.98)),
    #123137;
}

.showcase-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 0 clamp(18px, 5vw, 72px);
}

.showcase-copy {
  max-width: 880px;
  min-width: 0;
}

.showcase-copy h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.showcase-controls {
  display: flex;
  gap: 10px;
}

.carousel-button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 237, 220, 0.24);
  border-radius: 999px;
  color: #f6eddc;
  background: rgba(246, 237, 220, 0.08);
  cursor: pointer;
}

.carousel-button svg {
  width: 24px;
  height: 24px;
}

.carousel-button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  border-color: #c99b42;
  color: #17130f;
  background: #c99b42;
}

.showcase-stage {
  position: relative;
  min-height: clamp(430px, 53vw, 710px);
  margin-top: clamp(18px, 3vw, 34px);
  outline: none;
  perspective: 1600px;
  transform-style: preserve-3d;
}

.showcase-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(74vw, 900px);
  opacity: 0;
  pointer-events: none;
  transform-origin: center center;
  transition:
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    filter 360ms ease;
}

.showcase-card[data-state="active"] {
  opacity: 1;
  pointer-events: auto;
}

.showcase-card[data-state="near"] {
  opacity: 0.56;
  filter: saturate(0.72) brightness(0.78);
}

.showcase-card[data-state="far"] {
  opacity: 0.2;
  filter: saturate(0.42) brightness(0.6);
}

.showcase-card[data-state="hidden"] {
  opacity: 0;
}

.showcase-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.showcase-frame {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(246, 237, 220, 0.2);
  border-radius: 8px;
  background: #10272d;
  box-shadow:
    0 36px 76px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(201, 155, 66, 0.08);
}

.showcase-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.showcase-meta {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 92px;
  padding: 16px 2px 0;
}

.showcase-meta strong,
.showcase-meta small,
.showcase-meta em {
  display: block;
}

.showcase-meta strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
  line-height: 1;
}

.showcase-meta small {
  margin-top: 7px;
  color: #c99b42;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.showcase-meta em {
  max-width: 280px;
  color: rgba(246, 237, 220, 0.7);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  text-align: right;
}

.showcase-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  padding: 4px clamp(18px, 5vw, 72px) 0;
}

.showcase-dots button {
  width: 34px;
  height: 8px;
  border: 1px solid rgba(246, 237, 220, 0.26);
  border-radius: 999px;
  padding: 0;
  background: rgba(246, 237, 220, 0.12);
  cursor: pointer;
}

.showcase-dots button.is-active {
  border-color: #c99b42;
  background: #c99b42;
}

.projects,
.standards,
.support {
  padding: clamp(60px, 9vw, 112px) clamp(18px, 5vw, 72px);
  color: #17130f;
  background: #f6eddc;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section-head > *,
.support-copy,
.shop-panel,
.project-row > *,
.standard-grid article {
  min-width: 0;
}

.section-head h2,
.support h2 {
  max-width: 780px;
  font-size: clamp(38px, 5.5vw, 76px);
  line-height: 0.96;
}

.project-list {
  border-top: 1px solid rgba(23, 19, 15, 0.18);
}

.project-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(170px, auto);
  gap: clamp(16px, 4vw, 42px);
  align-items: center;
  border-bottom: 1px solid rgba(23, 19, 15, 0.18);
  padding: 22px 0;
  color: #17130f;
  text-decoration: none;
}

.project-row:hover {
  color: #8d4736;
}

.project-code {
  color: rgba(23, 19, 15, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.project-row strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 41px);
  font-weight: 500;
  line-height: 1.02;
}

.project-row small {
  display: block;
  margin-top: 7px;
  color: rgba(23, 19, 15, 0.68);
  font-size: 15px;
  line-height: 1.45;
}

.project-row em {
  justify-self: end;
  color: rgba(23, 19, 15, 0.58);
  font-size: 13px;
  font-style: normal;
  overflow-wrap: anywhere;
  text-align: right;
}

.support {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: center;
  color: #f6eddc;
  background: #17130f;
}

.support-copy p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(246, 237, 220, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.support-ledger {
  display: grid;
  max-width: 720px;
  margin-top: 30px;
  border-top: 1px solid rgba(246, 237, 220, 0.16);
}

.support-ledger span {
  display: grid;
  grid-template-columns: minmax(120px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid rgba(246, 237, 220, 0.16);
  padding: 15px 0;
}

.support-ledger strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.05;
}

.support-ledger small {
  color: rgba(246, 237, 220, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.shop-panel {
  display: grid;
  gap: 18px;
}

.shirt {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 237, 220, 0.16);
  border-radius: 8px;
  color: #f6eddc;
  background:
    radial-gradient(circle at 50% 30%, rgba(201, 155, 66, 0.18), transparent 34%),
    #123137;
}

.shirt svg {
  width: min(260px, 78%);
  height: auto;
}

.shirt path {
  fill: none;
  stroke: #c99b42;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shirt span {
  margin-top: 26px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4em;
}

.shop-panel p {
  margin: 0;
  color: rgba(246, 237, 220, 0.7);
  line-height: 1.6;
}

.live-shop {
  display: grid;
  gap: 15px;
  border-top: 1px solid rgba(246, 237, 220, 0.16);
  padding-top: 18px;
}

.live-shop-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.live-shop-head a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(201, 155, 66, 0.72);
  border-radius: 4px;
  padding: 8px 11px;
  color: #17130f;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: #c99b42;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(246, 237, 220, 0.14);
}

.shop-product {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 13px;
  min-width: 0;
  padding: 13px;
  background: #17130f;
}

.shop-product-media {
  display: flex;
  aspect-ratio: 1;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(246, 237, 220, 0.16);
  border-radius: 6px;
  color: #c99b42;
  background: #123137;
}

.shop-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-fish svg {
  width: 72%;
  height: auto;
}

.mini-fish path {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shop-product-body {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 8px;
}

.shop-product-body h3 {
  font-size: 22px;
  line-height: 1.04;
}

.shop-product-body p {
  color: rgba(246, 237, 220, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.shop-product-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.shop-product-footer strong {
  color: #f6eddc;
  font-size: 13px;
}

.shop-product-footer span {
  color: rgba(246, 237, 220, 0.56);
  font-size: 12px;
}

.shop-cta {
  width: fit-content;
  color: #c99b42;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.shop-cta:hover {
  color: #f6eddc;
}

.shop-status {
  font-size: 13px;
}

.drop-list {
  display: grid;
  gap: 1px;
  background: rgba(246, 237, 220, 0.14);
}

.drop-list .eyebrow {
  padding: 0 0 10px;
  background: #17130f;
}

.drop-list div {
  display: grid;
  grid-template-columns: minmax(110px, 0.48fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  background: #17130f;
}

.drop-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.04;
}

.drop-list small {
  color: rgba(246, 237, 220, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 19, 15, 0.16);
}

.standards-note {
  max-width: 720px;
  margin: -12px 0 34px auto;
  color: rgba(23, 19, 15, 0.68);
  font-size: 18px;
  line-height: 1.65;
}

.standard-grid article {
  min-height: 260px;
  padding: 22px;
  background: #f6eddc;
}

.standard-grid span {
  color: #8d4736;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.standard-grid h3 {
  margin-top: 34px;
  font-size: 31px;
  line-height: 1.02;
}

.standard-grid p {
  color: rgba(23, 19, 15, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(246, 237, 220, 0.14);
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(246, 237, 220, 0.74);
  background: #123137;
}

.fish-mark.small {
  width: 46px;
}

.footer p {
  margin: 0;
}

.footer a {
  margin-left: auto;
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .topline,
  .support,
  .section-head {
    grid-template-columns: 1fr;
  }

  .topline a {
    justify-self: start;
  }

  .standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .showcase-top {
    grid-template-columns: 1fr;
  }

  .showcase-controls {
    align-self: start;
  }

  .showcase-stage {
    display: flex;
    gap: 14px;
    min-height: 0;
    margin: 28px 0 0;
    overflow-x: auto;
    padding: 4px 18px 18px;
    perspective: none;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
  }

  .showcase-card {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 min(86vw, 430px);
    width: auto;
    opacity: 1;
    pointer-events: auto;
    scroll-snap-align: center;
    transform: none !important;
  }

  .showcase-card[data-state] {
    filter: none;
  }

  .showcase-frame {
    aspect-ratio: 4 / 3;
  }

  .showcase-meta {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 132px;
  }

  .showcase-meta em {
    max-width: none;
    text-align: left;
  }

  .showcase-dots button {
    width: 24px;
  }
}

@media (max-width: 640px) {
  .site-header nav {
    gap: 12px;
  }

  .topline {
    padding-top: 28px;
  }

  h1 {
    max-width: 350px;
    font-size: 26px;
    line-height: 1.03;
  }

  .topline a,
  .support-actions a {
    min-height: 44px;
  }

  .project-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .project-row em {
    justify-self: start;
    text-align: left;
  }

  .support-ledger span {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .drop-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .shop-products,
  .shop-product {
    grid-template-columns: 1fr;
  }

  .shop-product-media {
    max-width: 170px;
  }

  .standards-note {
    margin: -8px 0 28px;
    font-size: 16px;
  }

  .standard-grid {
    grid-template-columns: 1fr;
  }

  .shirt {
    min-height: 300px;
  }

  .footer a {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .showcase-card {
    transition: none;
  }
}
