/* [project]/src/index.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --ink: #17313a;
  --muted: #61727a;
  --line: #d9e4e4;
  --paper: #f8faf7;
  --panel: #fff;
  --water: #0f6b7a;
  --sound: #4b8c7a;
  --mark: #c46b4a;
  --shadow: 0 14px 40px #17313a1f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(#0f6b7a0d 1px, transparent 1px),
    linear-gradient(90deg, #0f6b7a0d 1px, transparent 1px),
    var(--paper);
  color: var(--ink);
  background-size: 32px 32px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

main {
  min-height: 80vh;
}

.site-header, .site-footer {
  border-bottom: 1px solid var(--line);
  background: #f8faf7eb;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 56px);
  display: flex;
}

.site-header {
  z-index: 10;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
}

.site-brand {
  color: var(--ink);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav, .site-footer {
  flex-wrap: wrap;
}

.site-nav {
  color: var(--muted);
  gap: 14px;
  font-size: .92rem;
  display: flex;
}

.site-nav a, .site-footer a {
  text-decoration: none;
}

.site-nav a:hover, .site-footer a:hover, .boat-card__title:hover {
  color: var(--water);
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  border-bottom: 0;
  font-size: .9rem;
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: stretch;
  gap: clamp(24px, 5vw, 70px);
  min-height: 74vh;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 56px) clamp(26px, 5vw, 56px);
  display: grid;
}

.hero__copy {
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  display: flex;
}

.eyebrow {
  color: var(--water);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 800;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  letter-spacing: 0;
  max-width: 820px;
  font-size: clamp(3rem, 8vw, 6.6rem);
}

h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.9rem);
}

h3 {
  font-size: 1.2rem;
}

.hero__copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero__panel {
  border: 1px solid var(--line);
  background: var(--panel);
  min-height: 420px;
  box-shadow: var(--shadow);
  border-radius: 8px;
  grid-template-rows: 1fr auto;
  display: grid;
  overflow: hidden;
}

.chart-plate {
  background: radial-gradient(circle at 72% 24%, #c46b4a33 0 9%, #0000 10%), radial-gradient(circle at 32% 66%, #4b8c7a38 0 12%, #0000 13%), repeating-linear-gradient(34deg, #0000 0 18px, #0f6b7a14 19px 20px), linear-gradient(145deg, #e9f1ee, #fbfbf4 62%, #d8e7e6);
  min-height: 280px;
  position: relative;
}

.chart-plate:before {
  content: "";
  border: 2px solid #17313a29;
  border-radius: 50%;
  position: absolute;
  inset: 14%;
}

.chart-plate:after {
  content: "";
  background: var(--mark);
  transform-origin: center;
  width: 2px;
  height: 64%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: rotate(42deg);
}

.hero__stats {
  background: var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  display: grid;
}

.hero__stats div {
  background: #fff;
  padding: 18px;
}

.hero__stats strong {
  font-size: 1.55rem;
  display: block;
}

.hero__stats span {
  color: var(--muted);
  font-size: .86rem;
}

.toolbar, .catalog-results, .featured, .archive-links, .page-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px) clamp(18px, 4vw, 56px);
}

.toolbar {
  gap: 14px;
  display: grid;
}

.toolbar__filters {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  display: grid;
}

.toolbar__group {
  border: 1px solid var(--line);
  background: #ffffffb8;
  border-radius: 8px;
  gap: 12px;
  padding: 14px;
  display: grid;
}

.toolbar__group--search {
  grid-template-columns: 1fr;
}

.toolbar__group--category, .toolbar__group--subcategory {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
}

.toolbar__group--category .select-filter:first-child, .toolbar__group--subcategory .select-filter:first-child {
  grid-column: 1 / -1;
}

.search, .select-filter {
  gap: 6px;
  display: grid;
}

.search span, .select-filter span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

input, select {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 44px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border-radius: 6px;
  padding: 10px 12px;
}

.section-header, .list-hero {
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
  display: flex;
}

.section-header p, .list-hero p {
  max-width: 780px;
  color: var(--muted);
}

.card-grid, .archive-links__grid, .facts-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  display: grid;
}

.boat-card, .archive-links__group, .fact-panel, .source-list li, .empty-state {
  border: 1px solid var(--line);
  background: #ffffffe6;
  border-radius: 8px;
}

.boat-card {
  overflow: hidden;
}

.boat-card__media {
  aspect-ratio: 16 / 9;
  background: #e4eeee;
  text-decoration: none;
  display: block;
}

.boat-card__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.chart-placeholder {
  background-color: #edf4f1;
  background-image: linear-gradient(90deg, #0f6b7a14 1px, #0000 1px), linear-gradient(#0f6b7a14 1px, #0000 1px), none;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: 22px 22px;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.chart-placeholder span {
  aspect-ratio: 1;
  border: 2px solid #17313a38;
  border-radius: 50%;
  width: 38%;
  position: relative;
}

.chart-placeholder span:after {
  content: "";
  background: var(--mark);
  width: 2px;
  height: 76%;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: rotate(38deg);
}

.boat-card__body {
  gap: 8px;
  padding: 16px;
  display: grid;
}

.boat-card__title {
  font-size: 1.18rem;
  font-weight: 800;
  text-decoration: none;
}

.boat-card__type, .boat-card__facts, .card__meta {
  color: var(--muted);
  font-size: .88rem;
}

.boat-card p {
  color: var(--muted);
  margin: 0;
}

.archive-links__group {
  padding: 18px;
}

.builder-card {
  gap: 12px;
  display: grid;
}

.builder-card p, .builder-profile-list p, .builder-profile-summary p {
  color: var(--muted);
  margin: 0;
}

.builder-card__meta {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.builder-card__meta span {
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .8rem;
  line-height: 1.2;
}

.builder-profile-summary {
  margin-bottom: 28px;
}

.builder-profile-summary .fact-panel {
  align-content: start;
  gap: 14px;
  display: grid;
}

.builder-profile-summary h3 {
  margin-top: 8px;
}

.archive-links__group > div:last-child:not(.builder-card__meta) {
  gap: 8px;
  margin-top: 14px;
  display: grid;
}

.archive-links__group a {
  color: var(--muted);
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  display: flex;
}

.archive-links__group a:hover {
  color: var(--water);
}

.subcategory-list {
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.subcategory-list li {
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .84rem;
  line-height: 1.2;
}

.breadcrumb {
  color: var(--muted);
  gap: 8px;
  margin-bottom: 24px;
  font-size: .9rem;
  display: flex;
}

.detail-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  align-items: stretch;
  gap: clamp(22px, 4vw, 48px);
  margin-bottom: 28px;
  display: grid;
}

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

.detail-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.detail-media {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.detail-media .chart-placeholder {
  min-height: 360px;
}

.fact-panel {
  padding: 18px;
}

.fact-panel h2, .fact-panel h3 {
  margin-bottom: 14px;
}

.fact-list, .source-list {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.fact-list li {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  display: flex;
}

.fact-list li > strong {
  text-align: right;
  min-width: 0;
}

.fact-list span:first-child {
  color: var(--muted);
}

.fact-list__nested {
  gap: 6px;
  display: grid;
}

.fact-list__nested > span {
  gap: 2px;
  display: grid;
}

.fact-list__nested strong {
  color: var(--ink);
}

.source-list li {
  padding: 14px;
}

.tag-list {
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
  display: flex;
}

.tag-list a, .tag-list span {
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  padding: 5px 10px;
  text-decoration: none;
}

.empty-state {
  color: var(--muted);
  padding: 24px;
}

@media (max-width: 980px) {
  .hero, .detail-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 640px) {
  .site-header, .site-footer, .site-nav, .section-header, .list-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .toolbar__group--category, .toolbar__group--subcategory, .hero__stats {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=src_index_144e4m2.css.map*/