:root {
  --bg: #edf3ef;
  --surface: #ffffff;
  --surface-soft: #f5f9f6;
  --ink: #132025;
  --muted: #5c6b6f;
  --line: #d6e1da;
  --brand: #0b8f56;
  --brand-deep: #066641;
  --brand-soft: #dff5e9;
  --warning: #a86610;
  --warning-soft: #fff1dc;
  --ci-wild: #2a4b3c;
  --ci-earth: #9e673a;
  --ci-canvas: #f3ecd5;
  --shadow: 0 18px 40px rgba(19, 32, 37, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(11, 143, 86, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(19, 32, 37, 0.06), transparent 22%),
    linear-gradient(180deg, #f7fbf8 0%, var(--bg) 100%);
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.visually-hidden {
  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: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--brand);
  color: #ffffff;
  z-index: 100;
}

.shell {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(247, 251, 248, 0.84);
  border-bottom: 1px solid rgba(214, 225, 218, 0.85);
}

.site-header--sub {
  background: rgba(255, 255, 255, 0.88);
}

.header-bar,
.section-heading,
.search-module__head,
.summary-card__head,
.map-group__head,
.story-card,
.contact-panel,
.notice-card,
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-bar {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.brand__mark,
.directory-card__icon,
.service-card__icon,
.search-result__icon,
.quick-link__icon,
.mini-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand__mark {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--brand), #18ae6f);
  font-size: 20px;
  box-shadow: 0 12px 24px rgba(11, 143, 86, 0.24);
}

.brand__text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.main-nav,
.header-utility,
.search-tags,
.quick-links,
.action-row,
.contact-panel__actions,
.site-footer__links,
.service-card__tags,
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.header-nav-group,
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-utility {
  align-items: center;
}

.header-utility a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.main-nav {
  justify-content: flex-end;
}

.header-nav-group {
  margin-left: auto;
}

.main-nav a,
.header-utility a,
.site-footer__links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 600;
}

.main-nav a:hover,
.header-utility a:hover,
.site-footer__links a:hover,
.chip-button:hover,
.quick-link:hover,
.directory-card:hover,
.service-card:hover,
.sponsored-card:hover,
.hub-card:hover,
.mini-card:hover,
.search-result:hover {
  border-color: rgba(11, 143, 86, 0.34);
  color: var(--brand-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(19, 32, 37, 0.1);
}

.hero,
.subhero {
  padding: 30px 0 10px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(300px, 0.82fr);
  gap: 20px;
  align-items: start;
}

.hero__content,
.hero__aside {
  display: grid;
  gap: 18px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-deep);
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow--muted {
  color: var(--muted);
}

.eyebrow--soft {
  color: rgba(255, 255, 255, 0.76);
}

.hero__content h1,
.subhero__content h1,
.coming-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.hero__lead,
.subhero__lead,
.section-heading p,
.feature-card p,
.service-card p,
.directory-card p,
.story-card p,
.contact-panel p,
.notice-card p,
.mini-card p,
.summary-card p,
.search-module__head p,
.search-result__body span,
.site-footer__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.74;
}

.hero__lead {
  max-width: 720px;
  font-size: 18px;
}

.search-module,
.summary-card,
.directory-card,
.service-card,
.story-card,
.feature-card,
.roadmap-card,
.contact-panel,
.notice-card,
.mini-card,
.map-group {
  background: var(--surface);
  border: 1px solid rgba(214, 225, 218, 0.95);
  box-shadow: var(--shadow);
}

.search-module,
.summary-card,
.story-card,
.contact-panel,
.notice-card {
  border-radius: var(--radius-xl);
}

.search-module,
.summary-card,
.feature-card,
.roadmap-card,
.contact-panel,
.notice-card,
.map-group {
  padding: 24px;
}

.search-module {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 246, 0.98) 100%);
  border-color: rgba(11, 143, 86, 0.12);
}

.quick-section {
  margin-top: 0;
}

.auth-brief {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(214, 225, 218, 0.95);
  box-shadow: var(--shadow);
}

.auth-brief__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.section-heading,
.search-module__head,
.summary-card__head,
.map-group__head {
  align-items: end;
}

.section-heading--compact {
  margin-bottom: 16px;
}

.section-heading--light h2,
.section-heading--light p,
.section-heading--light .eyebrow,
.feature-card--ink h3,
.feature-card--ink p {
  color: #ffffff;
}

.section-heading h2,
.search-module__head h2,
.summary-card__head h2,
.story-card h2,
.feature-card h3,
.roadmap-card h3,
.contact-panel h2,
.notice-card h2,
.map-group__head h3 {
  margin: 0;
  letter-spacing: -0.04em;
}

.section-heading h2,
.search-module__head h2,
.story-card h2,
.contact-panel h2,
.notice-card h2 {
  font-size: 30px;
}

.search-form {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 143, 86, 0.18);
  box-shadow:
    0 18px 34px rgba(19, 32, 37, 0.08),
    inset 0 0 0 1px rgba(11, 143, 86, 0.03);
}

.search-form input {
  min-width: 0;
  padding: 0 16px;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 18px;
  color: var(--ink);
}

.search-form button,
.button {
  border: 0;
  border-radius: 999px;
  font-weight: 700;
}

.search-form button,
.button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), #16a466);
  box-shadow: 0 12px 24px rgba(11, 143, 86, 0.2);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}

.button--small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.button--secondary {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

.search-results {
  margin-top: 16px;
}

.search-results__meta {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 10px;
}

.search-results__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.search-results__list,
.dock-grid,
.service-grid,
.hub-grid,
.feature-grid,
.roadmap-grid,
.mini-grid,
.map-groups {
  display: grid;
  gap: 16px;
}

.search-result,
.quick-link,
.directory-card,
.service-card,
.sponsored-card,
.hub-card,
.mini-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.search-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 14px 16px;
  min-height: 132px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(214, 225, 218, 0.95);
  background: #ffffff;
}

.search-result__body {
  min-width: 0;
  grid-column: 1 / -1;
}

.search-result__body strong,
.mini-card strong {
  display: block;
  margin-bottom: 4px;
}

.search-result__body strong {
  font-size: 16px;
}

.search-result .status-badge {
  justify-self: end;
}

.search-empty {
  padding: 16px;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  color: var(--muted);
}

.chip-button,
.tag-pill {
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--muted);
}

.chip-button {
  padding: 10px 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(19, 32, 37, 0.04);
}

.quick-links {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quick-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-width: 0;
  min-height: 96px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 249, 246, 0.96) 100%);
  border: 1px solid rgba(214, 225, 218, 0.95);
}

.quick-link__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}

.quick-link__body strong {
  font-size: 16px;
}

.quick-link__body span,
.stat-box__label,
.service-card__domain {
  color: var(--muted);
}

.quick-link .status-badge {
  grid-column: 1 / -1;
  justify-self: start;
}

.summary-card--soft {
  background: linear-gradient(180deg, #ffffff, var(--surface-soft));
}

.flow-list {
  margin: 18px 0 0;
  padding-left: 18px;
  line-height: 1.75;
}

.flow-list li + li {
  margin-top: 8px;
}

.stats-grid {
  margin-top: 18px;
}

.stat-box {
  flex: 1 1 180px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  border: 1px solid var(--line);
}

.stat-box__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.stat-box__value,
.notice-card__meta {
  font-family: "Space Grotesk", sans-serif;
}

.stat-box__value {
  display: block;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.section {
  padding: 26px 0;
}

.section--tight {
  padding-top: 6px;
  padding-bottom: 6px;
}

.launcher-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(42, 75, 60, 0.08);
  color: var(--ci-wild);
  line-height: 1.7;
}

.section--surface {
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(214, 225, 218, 0.7);
  border-bottom: 1px solid rgba(214, 225, 218, 0.7);
}

.section--brief {
  padding-bottom: 48px;
}

.section--ink {
  background:
    radial-gradient(circle at top right, rgba(21, 134, 87, 0.25), transparent 28%),
    linear-gradient(180deg, #142229 0%, #102027 100%);
}

.dock-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  gap: 18px;
}

.hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.hub-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recommendation-stack {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.recommendation-stack .hub-grid {
  margin-top: 0;
}

.sponsored-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(214, 225, 218, 0.95);
  background:
    linear-gradient(180deg, rgba(248, 250, 248, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 16px 30px rgba(19, 32, 37, 0.07);
}

.sponsored-card--wide {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  align-items: end;
  gap: 24px;
}

.sponsored-card--sponsored {
  border-color: rgba(42, 75, 60, 0.2);
  background:
    linear-gradient(180deg, rgba(243, 236, 213, 0.74) 0%, rgba(255, 255, 255, 1) 100%);
}

.sponsored-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sponsored-card__eyebrow,
.slot-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sponsored-card__eyebrow {
  padding: 8px 12px;
  background: rgba(42, 75, 60, 0.06);
  color: var(--ci-wild);
}

.slot-badge {
  min-width: 64px;
  padding: 8px 12px;
}

.slot-badge--sponsored {
  background: rgba(42, 75, 60, 0.1);
  color: var(--ci-wild);
}

.slot-badge--fallback {
  background: rgba(19, 32, 37, 0.06);
  color: var(--muted);
}

.sponsored-card__body h3 {
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}

.sponsored-card__body p,
.sponsored-card__sponsor {
  margin: 0;
  line-height: 1.72;
}

.sponsored-card__body p {
  color: var(--muted);
}

.sponsored-card__sponsor {
  margin-top: 10px;
  color: var(--ci-wild);
  font-weight: 700;
}

.sponsored-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(42, 75, 60, 0.14);
  background: rgba(42, 75, 60, 0.06);
  color: var(--ci-wild);
  font-weight: 700;
}

.sponsored-card--inline .sponsored-card__cta {
  margin-top: auto;
}

.hub-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 246, 0.98) 100%);
  border: 1px solid rgba(214, 225, 218, 0.92);
  box-shadow: var(--shadow);
}

.hub-card--project {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 236, 213, 0.56) 100%);
}

.hub-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hub-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 14px 24px rgba(19, 32, 37, 0.14);
}

.hub-card__body h3 {
  margin: 0 0 8px;
  letter-spacing: -0.03em;
}

.hub-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hub-card__cta {
  margin-top: auto;
  color: var(--brand-deep);
  font-weight: 700;
}

.hub-card__cta::after,
.service-card__cta::after {
  content: " ↗";
}

#overlanding-hub .hub-card {
  background: linear-gradient(180deg, rgba(42, 75, 60, 0.08) 0%, rgba(255, 255, 255, 0.98) 78%);
  border-color: rgba(42, 75, 60, 0.16);
}

#overlanding-hub .hub-card__body h3 {
  font-size: 22px;
}

#community-hub .hub-card,
#content-hub .hub-card,
#bdcrew-hub .hub-card,
#community-hub .sponsored-card,
#content-hub .sponsored-card,
#bdcrew-hub .sponsored-card {
  padding: 20px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.feature-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card--wide {
  grid-column: span 2;
}

.feature-card--ink {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.directory-card,
.service-card,
.mini-card {
  border-radius: var(--radius-lg);
}

.directory-card {
  display: flex;
  gap: 14px;
  padding: 18px;
}

.directory-card__icon,
.service-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  flex-shrink: 0;
  font-size: 18px;
  box-shadow: 0 16px 26px rgba(19, 32, 37, 0.16);
}

.search-result__icon,
.quick-link__icon,
.mini-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
  font-size: 15px;
}

.service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 249, 246, 0.98) 100%);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(135deg, var(--brand), #16a466);
}

.service-card--coming {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 241, 220, 0.44) 100%);
}

.directory-card__body,
.service-card__body {
  min-width: 0;
}

.directory-card__top,
.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.directory-card h3,
.service-card h3,
.story-card h2 {
  margin: 0 0 8px;
}

.service-card__domain {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.tag-pill {
  padding: 8px 12px;
  font-size: 13px;
}

.service-card__cta {
  margin-top: auto;
  color: var(--brand-deep);
  font-weight: 700;
}

.service-card__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-card--coming .service-card__cta {
  color: var(--warning);
}

.story-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.subhero__content,
.coming-hero {
  padding: 20px 0 8px;
}

.auth-callback-shell {
  padding: 22px 24px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(214, 225, 218, 0.95);
  box-shadow: var(--shadow);
}

.callback-meta {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  color: var(--muted);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.roadmap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.roadmap-card__label,
.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
}

.roadmap-card__label {
  min-width: 70px;
  margin-bottom: 16px;
  padding: 8px 12px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
}

.map-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.mini-card {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 16px;
}

.notice-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  text-align: right;
}

.status-badge {
  min-width: 70px;
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.status-badge--live {
  color: var(--brand-deep);
  background: var(--brand-soft);
}

.status-badge--coming {
  color: var(--warning);
  background: var(--warning-soft);
}

.status-badge--project {
  color: #7c4f1d;
  background: rgba(243, 236, 213, 0.92);
}

.status-badge--neutral {
  color: #475569;
  background: rgba(226, 232, 240, 0.8);
}

.site-footer {
  border-top: 1px solid rgba(214, 225, 218, 0.95);
  background: rgba(255, 255, 255, 0.82);
}

.site-footer__inner {
  min-height: 104px;
}

.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-weight: 700;
}

.powered-by img {
  height: 28px;
  width: auto;
}

.accent--guide {
  background: linear-gradient(135deg, #0b8f56, #17ab6c);
}

.accent--bdcrew {
  background: linear-gradient(135deg, #1f2937, #334155);
}

.accent--magazine {
  background: linear-gradient(135deg, #0d9488, #14b8a6);
}

.accent--earth {
  background: linear-gradient(135deg, #8b5a34, #b6783d);
}

.accent--rwtc {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.accent--about {
  background: linear-gradient(135deg, #475569, #64748b);
}

.accent--spot {
  background: linear-gradient(135deg, #a86610, #d97706);
}

.accent--meet {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.accent--cafe {
  background: linear-gradient(135deg, #db2777, #be185d);
}

.brand-hero-section {
  padding-bottom: 26px;
}

.brand-hero,
.brand-concept-grid,
.brand-usage-grid {
  display: grid;
  gap: 20px;
}

.brand-hero,
.brand-concept-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
}

.brand-kicker,
.brand-value-card__eyebrow,
.brand-example__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand-kicker {
  margin-bottom: 16px;
  padding: 9px 14px;
  background: rgba(42, 75, 60, 0.1);
  color: var(--ci-wild);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.brand-hero__copy {
  padding-top: 12px;
}

.brand-hero__visual {
  display: grid;
  gap: 16px;
}

.brand-logo-card,
.brand-caption-card,
.brand-concept-card,
.brand-value-card,
.brand-color-card,
.brand-usage-card {
  background: var(--surface);
  border: 1px solid rgba(214, 225, 218, 0.95);
  box-shadow: var(--shadow);
}

.brand-logo-card,
.brand-caption-card,
.brand-concept-card,
.brand-value-card,
.brand-color-card,
.brand-usage-card {
  border-radius: var(--radius-xl);
}

.brand-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(42, 75, 60, 0.1), transparent 34%),
    linear-gradient(180deg, #fffef9 0%, #f7f4e8 100%);
}

.brand-logo-card--compact {
  min-height: 280px;
}

.brand-logo-card img {
  width: min(100%, 420px);
  height: auto;
}

.brand-caption-card,
.brand-concept-card,
.brand-value-card,
.brand-color-card,
.brand-usage-card {
  padding: 24px;
}

.brand-caption-card strong,
.brand-value-card h3,
.brand-concept-card h3,
.brand-usage-card h3 {
  display: block;
  margin-bottom: 10px;
}

.brand-caption-card p,
.brand-value-card p,
.brand-concept-card p,
.brand-usage-card p,
.brand-color-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.74;
}

.brand-value-grid,
.brand-color-grid,
.brand-note-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.brand-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-value-card__eyebrow {
  margin-bottom: 14px;
  padding: 7px 12px;
  background: rgba(42, 75, 60, 0.1);
  color: var(--ci-wild);
  font-size: 14px;
  letter-spacing: 0.04em;
}

.brand-concept-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.brand-copy-stack {
  display: grid;
  gap: 18px;
}

.brand-color-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-color-card {
  overflow: hidden;
  padding: 0;
}

.brand-color-card__swatch {
  min-height: 168px;
}

.brand-color-card--green .brand-color-card__swatch {
  background: var(--ci-wild);
}

.brand-color-card--brown .brand-color-card__swatch {
  background: var(--ci-earth);
}

.brand-color-card--cream .brand-color-card__swatch {
  background:
    linear-gradient(180deg, #faf5e6 0%, var(--ci-canvas) 100%);
  border-bottom: 1px solid rgba(19, 32, 37, 0.08);
}

.brand-color-card__body {
  padding: 24px;
}

.brand-color-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.brand-color-card__head h3 {
  margin: 0;
}

.brand-color-card__head code {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(19, 32, 37, 0.06);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.brand-color-meta {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.brand-color-meta div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(214, 225, 218, 0.95);
}

.brand-color-meta dt,
.brand-color-meta dd {
  margin: 0;
}

.brand-color-meta dt {
  color: var(--muted);
  font-weight: 700;
}

.brand-color-meta dd {
  text-align: right;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand-usage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.brand-example {
  min-height: 180px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.brand-example__title {
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-example strong {
  font-size: 30px;
  letter-spacing: -0.05em;
}

.brand-example p {
  margin: 0;
  line-height: 1.55;
}

.brand-example--main {
  background:
    linear-gradient(160deg, var(--ci-wild) 0%, #203a2f 70%);
  color: var(--ci-canvas);
}

.brand-example--main .brand-example__title,
.brand-example--contrast .brand-example__title {
  background: rgba(243, 236, 213, 0.14);
  color: var(--ci-canvas);
}

.brand-example--main strong {
  color: var(--ci-canvas);
}

.brand-example--main p {
  color: rgba(243, 236, 213, 0.82);
}

.brand-example--main::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: var(--ci-earth);
}

.brand-example--light {
  background:
    linear-gradient(180deg, #fffdf5 0%, var(--ci-canvas) 100%);
  border: 1px solid rgba(42, 75, 60, 0.12);
  color: var(--ci-wild);
}

.brand-example--light .brand-example__title {
  background: rgba(42, 75, 60, 0.08);
  color: var(--ci-wild);
}

.brand-example--light p {
  color: rgba(42, 75, 60, 0.78);
}

.brand-example--contrast {
  background:
    linear-gradient(180deg, #223f33 0%, var(--ci-wild) 100%);
  color: var(--ci-canvas);
}

.brand-example--contrast strong {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 14px;
  background: rgba(243, 236, 213, 0.12);
  color: var(--ci-canvas);
}

.brand-example--contrast p {
  color: rgba(243, 236, 213, 0.82);
}

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

.story-card--brand {
  align-items: center;
}

.roadmap-page .shell {
  width: min(1400px, calc(100% - 40px));
}

.roadmap-page .section-heading {
  align-items: flex-start;
}

.roadmap-measure {
  max-width: 760px;
}

.roadmap-hero-section {
  padding-bottom: 26px;
}

.roadmap-hero,
.roadmap-grid,
.roadmap-flow-groups,
.roadmap-proof-strip {
  display: grid;
  gap: 20px;
}

.roadmap-hero {
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  align-items: start;
}

.roadmap-hero__copy {
  padding-top: 12px;
}

.roadmap-hero__aside {
  display: grid;
  gap: 16px;
}

.roadmap-kicker,
.roadmap-flow-group__label,
.roadmap-offer-card__label,
.roadmap-phase-card__time,
.roadmap-card-block__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.roadmap-kicker {
  margin-bottom: 16px;
  padding: 9px 14px;
  background: rgba(42, 75, 60, 0.08);
  color: var(--ci-wild);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.roadmap-hero__summary {
  margin: 20px 0 0;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: rgba(42, 75, 60, 0.08);
  color: var(--ci-wild);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.roadmap-panel,
.roadmap-proof-card,
.roadmap-card-block,
.roadmap-flow-group,
.roadmap-offer-card,
.roadmap-phase-card,
.roadmap-party-card {
  background: var(--surface);
  border: 1px solid rgba(214, 225, 218, 0.95);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.roadmap-panel,
.roadmap-card-block,
.roadmap-flow-group,
.roadmap-offer-card,
.roadmap-phase-card,
.roadmap-party-card {
  padding: 24px;
}

.roadmap-proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roadmap-proof-card {
  padding: 18px;
}

.roadmap-proof-card strong,
.roadmap-panel h2,
.roadmap-card-block h3,
.roadmap-flow-group h3,
.roadmap-offer-card h3,
.roadmap-phase-card h3,
.roadmap-party-card h3 {
  display: block;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}

.roadmap-proof-card p,
.roadmap-panel p,
.roadmap-card-block p,
.roadmap-flow-group p,
.roadmap-offer-card p,
.roadmap-phase-card p,
.roadmap-party-card p,
.roadmap-contact-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.74;
}

.roadmap-grid {
  margin-top: 20px;
}

.roadmap-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.roadmap-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roadmap-card-block--accent {
  background:
    linear-gradient(180deg, rgba(243, 236, 213, 0.76) 0%, rgba(255, 255, 255, 1) 100%);
}

.roadmap-card-block__index {
  margin-bottom: 16px;
  padding: 8px 12px;
  background: rgba(42, 75, 60, 0.08);
  color: var(--ci-wild);
  font-size: 13px;
}

.roadmap-flow-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.roadmap-flow-strip span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(214, 225, 218, 0.95);
  color: var(--ci-wild);
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(19, 32, 37, 0.05);
}

.roadmap-flow-strip span:not(:last-child)::after {
  content: "→";
  color: rgba(42, 75, 60, 0.46);
  font-family: "Space Grotesk", sans-serif;
}

.roadmap-flow-group {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 246, 0.98) 100%);
}

.roadmap-flow-group__label {
  margin-bottom: 14px;
  padding: 8px 12px;
  background: rgba(42, 75, 60, 0.08);
  color: var(--ci-wild);
  font-size: 13px;
}

.roadmap-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.75;
}

.roadmap-list li + li {
  margin-top: 8px;
}

.roadmap-offer-grid {
  align-items: stretch;
}

.roadmap-offer-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roadmap-offer-card--primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 246, 0.98) 100%);
}

.roadmap-offer-card__label {
  padding: 8px 12px;
  background: rgba(11, 143, 86, 0.12);
  color: var(--brand-deep);
  font-size: 13px;
}

.roadmap-offer-card__label--secondary {
  background: rgba(19, 32, 37, 0.08);
  color: var(--muted);
}

.roadmap-meta-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.roadmap-meta-list div {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(214, 225, 218, 0.95);
}

.roadmap-meta-list dt,
.roadmap-meta-list dd {
  margin: 0;
}

.roadmap-meta-list dt {
  color: var(--muted);
  font-weight: 700;
}

.roadmap-meta-list dd {
  line-height: 1.7;
}

.roadmap-offer-card .button {
  margin-top: auto;
}

.roadmap-phase-grid {
  align-items: stretch;
}

.roadmap-phase-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(243, 236, 213, 0.42) 0%, rgba(255, 255, 255, 1) 100%);
}

.roadmap-phase-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.roadmap-phase-card__time {
  padding: 8px 12px;
  background: rgba(42, 75, 60, 0.08);
  color: var(--ci-wild);
  font-size: 13px;
}

.roadmap-party-card {
  min-height: 100%;
}

.roadmap-contact-panel {
  align-items: center;
}

@media (max-width: 1120px) {
  .hero__grid,
  .roadmap-hero,
  .roadmap-grid--four,
  .feature-grid,
  .roadmap-grid,
  .map-groups {
    grid-template-columns: 1fr;
  }

  .roadmap-proof-strip,
  .roadmap-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-hero,
  .brand-concept-grid,
  .brand-value-grid,
  .brand-color-grid,
  .brand-usage-grid,
  .brand-note-grid {
    grid-template-columns: 1fr;
  }

  .feature-card--wide {
    grid-column: span 1;
  }

  .dock-grid,
  .service-grid,
  .hub-grid,
  .hub-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 780px) {
  .roadmap-page .shell {
    width: min(calc(100% - 24px), 1400px);
  }

  .shell {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .header-bar,
  .section-heading,
  .search-module__head,
  .summary-card__head,
  .story-card,
  .contact-panel,
  .notice-card,
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-utility {
    width: 100%;
    justify-content: flex-start;
  }

  .search-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-right: -4px;
  }

  .chip-button {
    white-space: nowrap;
  }

  .header-nav-group,
  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .search-form {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .sponsored-card--wide {
    grid-template-columns: 1fr;
  }

  .sponsored-card__cta {
    width: 100%;
  }

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

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

  .search-form button,
  .button {
    width: 100%;
  }

  .story-card__actions,
  .contact-panel__actions {
    width: 100%;
  }

  .notice-card__meta {
    align-items: flex-start;
    text-align: left;
  }

  .brand-color-card__head,
  .brand-color-meta div {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-color-meta dd {
    text-align: left;
  }

  .roadmap-flow-strip {
    gap: 8px;
  }

  .roadmap-flow-strip span {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .hero,
  .subhero {
    padding-top: 28px;
  }

  .brand__text {
    font-size: 24px;
  }

  .hero__content h1,
  .subhero__content h1,
  .coming-hero h1,
  .section-heading h2,
  .search-module__head h2,
  .story-card h2,
  .contact-panel h2,
  .notice-card h2 {
    font-size: 28px;
  }

  .dock-grid,
  .service-grid,
  .hub-grid,
  .roadmap-proof-strip,
  .roadmap-grid--three,
  .quick-links,
  .mini-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .search-module,
  .summary-card,
  .feature-card,
  .roadmap-panel,
  .roadmap-card-block,
  .roadmap-flow-group,
  .roadmap-offer-card,
  .roadmap-phase-card,
  .roadmap-party-card,
  .roadmap-card,
  .contact-panel,
  .notice-card,
  .map-group,
  .sponsored-card,
  .brand-caption-card,
  .brand-concept-card,
  .brand-value-card,
  .brand-color-card__body,
  .brand-usage-card {
    padding: 20px;
  }

  .brand-logo-card {
    min-height: 280px;
    padding: 24px;
  }

  .brand-example strong {
    font-size: 25px;
  }
}
