:root {
  --ink: #f3eee6;
  --muted: #a9a39a;
  --faint: #77736d;
  --base: #151716;
  --surface: #1c1e1c;
  --surface-2: #242624;
  --line: #3b3d39;
  --rust: #b65c3a;
  --rust-light: #d88961;
  --ok: #9fc5a5;
  --max: 1440px;
  --space: 8px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--base); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
body, button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
button { cursor: pointer; }
.section-wrap { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: var(--rust-light); font-size: 12px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", system-ui, sans-serif; line-height: 1.08; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: 56px; font-weight: 600; letter-spacing: 0; }
h2 { margin-bottom: 24px; font-size: 44px; font-weight: 600; letter-spacing: 0; }
h3 { margin-bottom: 8px; font-size: 20px; letter-spacing: 0; }
em { color: var(--rust-light); font-style: normal; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 16px; border-bottom: 1px solid rgba(243,238,230,.1); background: rgba(21,23,22,.96); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .08em; line-height: 1.1; text-decoration: none; }
.brand b { color: var(--rust-light); font-weight: 700; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--rust); color: var(--rust-light); font-family: "Space Grotesk", sans-serif; font-size: 11px; }
.menu-toggle { min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 8px 12px; }
.main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 8px 16px 16px; border-bottom: 1px solid var(--line); background: var(--base); }
.main-nav.is-open { display: grid; }
.main-nav a { display: inline-flex; min-height: 44px; align-items: center; padding: 12px 0; color: var(--muted); text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--ink); }
.nav-cta { color: var(--rust-light) !important; }
.hero { display: grid; gap: 40px; padding-block: 64px 80px; }
.hero-text { max-width: 540px; margin-bottom: 32px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-bottom: 56px; }
.button, .text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; text-decoration: none; }
.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; vertical-align: middle; }
.icon-sm { width: 1em; height: 1em; }
.button { min-height: 48px; padding: 12px 18px; border: 1px solid transparent; font-weight: 700; }
.button-primary { background: var(--rust); color: #fff8f1; }
.button-primary:hover { background: var(--rust-light); color: #23140f; }
.button-light { background: var(--ink); color: var(--base); }
.text-link { color: var(--rust-light); font-weight: 700; }
.text-link:hover { color: var(--ink); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 24px; margin: 0; }
.hero-stats div { min-width: 84px; }
.hero-stats dt { font-family: "SF Mono", "JetBrains Mono", monospace; font-size: 20px; font-variant-numeric: tabular-nums; }
.hero-stats dd { margin: 4px 0 0; color: var(--faint); font-size: 12px; }
.hero-visual { position: relative; min-height: 420px; overflow: hidden; background: var(--surface-2); }
.hero-visual img { height: 100%; min-height: 420px; aspect-ratio: 4 / 5; }
.image-note { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 12px 16px; border-left: 2px solid var(--rust-light); background: rgba(21,23,22,.88); }
.image-note span, .image-note small { display: block; color: var(--muted); font-size: 12px; }
.image-note strong { display: block; margin: 2px 0; overflow-wrap: anywhere; font-family: "Space Grotesk", sans-serif; font-size: 17px; }
.collection-section, .process-section, .faq-section { padding-block: 72px; }
.section-heading { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.heading-note { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; }
.catalog-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--muted); padding: 8px 12px; font-size: 13px; }
.filter span { margin-left: 6px; color: var(--faint); font-family: monospace; }
.filter.active, .filter:hover { border-color: var(--rust-light); color: var(--ink); }
.catalog-count { color: var(--faint); font-family: monospace; font-size: 12px; font-variant-numeric: tabular-nums; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fish-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.fish-card-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--surface-2); }
.fish-card-image img { height: 100%; transition: transform 180ms ease; }
.fish-card:hover .fish-card-image img { transform: scale(1.025); }
.status { position: absolute; top: 12px; left: 12px; padding: 4px 8px; background: rgba(21,23,22,.9); color: var(--ok); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.status.sold { color: var(--faint); }
.fish-card-body { padding: 16px; }
.fish-card-meta, .detail-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--muted); font-size: 12px; }
.fish-card h3 { margin: 8px 0; overflow-wrap: anywhere; }
.fish-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 20px; }
.price { max-width: 100%; overflow-wrap: anywhere; color: var(--rust-light); font-family: "SF Mono", "JetBrains Mono", monospace; font-size: 14px; font-variant-numeric: tabular-nums; }
.card-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.card-action { min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 8px 10px; font-size: 12px; }
.card-action.primary { border-color: var(--rust); color: var(--rust-light); }
.card-action:hover { border-color: var(--rust-light); }
.catalog-state { grid-column: 1 / -1; padding: 48px 16px; border-block: 1px solid var(--line); color: var(--muted); text-align: center; }
.catalog-state.error { color: #e6a08e; }
.story-band, .contact-band { background: var(--surface-2); }
.story-band { padding-block: 72px; }
.story-grid { display: grid; gap: 32px; }
.story-copy { max-width: 560px; color: var(--muted); }
.story-copy p { margin-bottom: 20px; }
.text-link.light { color: var(--ink); }
.process-list { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.process-list article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--rust-light); font-family: monospace; font-size: 12px; }
.process-list p { max-width: 360px; margin-bottom: 0; color: var(--muted); }
.gallery-section { padding-block: 72px; background: #111311; }
.gallery-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
.gallery-grid img { aspect-ratio: 4 / 3; }
.faq-layout { display: grid; gap: 32px; }
.faq-list details { border-top: 1px solid var(--line); padding: 16px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 600; }
.faq-list p { max-width: 620px; margin: 12px 0 0; color: var(--muted); }
.contact-band { padding-block: 72px; }
.contact-inner > p:not(.eyebrow) { max-width: 420px; color: var(--muted); }
.contact-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 40px; color: var(--faint); font-family: monospace; font-size: 11px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-block: 24px; color: var(--faint); font-size: 11px; }
.fish-modal { width: min(calc(100% - 32px), 760px); max-height: calc(100vh - 32px); padding: 0; border: 1px solid var(--line); background: var(--surface); color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.fish-modal::backdrop { background: rgba(10,11,10,.78); }
.modal-close { position: absolute; z-index: 1; top: 12px; right: 12px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); background: var(--base); color: var(--ink); line-height: 1; }
.modal-layout { display: grid; }
.modal-layout img { aspect-ratio: 4 / 3; max-height: 420px; }
.modal-body { padding: 24px; }
.modal-body h2 { margin-bottom: 12px; font-size: 32px; overflow-wrap: anywhere; }
.detail-list { display: grid; gap: 12px; margin: 24px 0; border-top: 1px solid var(--line); }
.detail-list div { display: flex; justify-content: space-between; gap: 16px; padding-top: 12px; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--muted); font-size: 13px; }
.detail-list dd { max-width: 60%; margin: 0; overflow-wrap: anywhere; text-align: right; }
@media (min-width: 720px) {
  h1 { font-size: 88px; }
  h2 { font-size: 64px; }
  .section-wrap { width: min(calc(100% - 64px), var(--max)); }
  .site-header { padding-inline: 32px; }
  .menu-toggle { display: none; }
  .main-nav { position: static; display: flex; align-items: center; gap: 24px; padding: 0; border: 0; background: transparent; }
  .main-nav a { padding: 0; font-size: 13px; }
  .hero { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; padding-block: 96px 120px; }
  .hero-visual { min-height: 600px; }
  .hero-visual img { min-height: 600px; aspect-ratio: 4 / 5; }
  .section-heading { flex-direction: row; align-items: end; justify-content: space-between; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .story-grid, .faq-layout { grid-template-columns: 1fr 1fr; align-items: start; }
  .process-list { grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .process-list article { border-bottom: 0; border-right: 1px solid var(--line); padding-right: 24px; }
  .process-list article:last-child { border-right: 0; }
  .gallery-grid { grid-template-columns: 1.2fr 1fr 1fr; align-items: stretch; }
  .gallery-grid img:first-child { grid-row: span 2; aspect-ratio: 3 / 4; }
  .modal-layout { grid-template-columns: 1fr 1fr; }
  .modal-layout img { height: 100%; max-height: none; aspect-ratio: auto; }
}
@media (min-width: 1080px) { .site-header { padding-inline: max(32px, calc((100vw - var(--max)) / 2)); } }
@media (min-width: 1280px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 112px 136px; }
  h1 { max-width: 820px; font-size: 92px; }
  h2 { font-size: 68px; }
  .hero-visual, .hero-visual img { min-height: 640px; }
  .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
  .story-grid, .faq-layout { gap: 80px; }
}
@media (min-width: 1440px) {
  .hero { gap: 104px; padding-block: 136px 160px; }
  h1 { font-size: 104px; }
  h2 { font-size: 76px; }
  .hero-visual, .hero-visual img { min-height: 700px; }
  .collection-section, .process-section, .faq-section, .story-band, .gallery-section, .contact-band { padding-block: 96px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
:focus-visible { outline: 2px solid var(--rust-light); outline-offset: 3px; }
