@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,340,500;9..144,600&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap");
.product-line {
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 26px 24px;
  position: relative;
  transition: border-color 0.2s;
}
.product-line:hover {
  border-color: var(--amber-500);
}
.product-line.p1 img {
  aspect-ratio: 16/12;
}
.product-line img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 16px;
  filter: saturate(0.8) brightness(0.88);
}
.product-line h3 {
  font-size: 18px !important;
  color: #fff;
  margin-bottom: 8px;
}
.product-line p:not(.part-tag) {
  font-size: 13.5px;
  color: var(--steel-300);
  line-height: 1.6;
  margin-bottom: 14px;
}
.product-line a {
  font-size: 16.5px;
  color: var(--amber-500);
  font-weight: 500;
}
.product-line .part-title {
  margin-left: 0 !important;
}
.product-line .part-tag {
  position: absolute;
  top: -11px;
  left: 20px;
  background: var(--ink-900);
  border: 1px solid rgba(175, 194, 204, 0.45);
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 2px;
  color: var(--amber-500);
  letter-spacing: 0.06em;
}

.section {
  padding: 40px 48px;
}
.section.pt-56 {
  padding-top: 56px;
}
.section.pt-0 {
  padding-top: 0;
}
.section p {
  font-size: 15.5px;
  color: var(--steel-300);
  line-height: 1.6;
  margin-top: 14px;
}
.section .section-head {
  max-width: 560px;
  margin-bottom: 56px;
}
.section h2 {
  font-size: 34px;
  letter-spacing: -0.01em;
}
.section h3 {
  font-size: 28px;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.section .plate-intro {
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 26px 24px;
}
.section .plate-intro img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 16px;
  filter: saturate(0.8) brightness(0.88);
}
.section .plate-intro > p {
  font-size: 13.5px;
  color: var(--steel-300);
  line-height: 1.6;
  margin-bottom: 20px;
}
.section .eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber-500);
  display: block;
  margin-bottom: 14px;
}

.hero.wp-block-cover {
  min-height: 92vh;
  overflow: hidden;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
.hero.wp-block-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(11, 22, 32, 0.1) 0%, rgba(11, 22, 32, 0.4) 55%, var(--ink-900) 97%);
}
.hero .wp-block-cover__image-background {
  object-position: 55% 35%;
  filter: saturate(0.8) brightness(0.6) contrast(1.05);
}
.hero .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(44px, 6.6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  max-width: 15ch;
}
.hero h1 .lit {
  background-image: var(--hero-img);
  background-size: cover;
  background-position: 60% 30%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: brightness(3.5) saturate(1.3);
}
.hero.child-page h1 {
  font-size: clamp(44px, 6.6vw, 66px);
}
.hero p:not(.hero-spec):not(.eyebrow) {
  font-size: 17px;
  line-height: 1.6;
  color: var(--steel-300);
  max-width: 440px;
  margin: 24px 0 32px;
}
.hero .hero-spec {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  margin: 30px 40px 50px 0;
  font-size: 11px;
  color: var(--steel-300);
  text-align: right;
  line-height: 1.8;
}
.hero .hero-spec b {
  color: var(--amber-500);
  font-weight: 500;
}
.hero .hero-body {
  position: relative;
  z-index: 2;
  padding: 0 48px;
}
.hero .hero-ctas {
  display: flex;
  gap: 14px;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber-500);
  display: block;
  margin-bottom: 14px;
}

:root {
  --ink-900: #0b1620;
  --ink-800: #0f1d28;
  --ink-700: #132632;
  --amber-500: #f2a65a;
  --amber-300: #ffd9a0;
  --steel-300: #afc2cc;
  --steel-100: #dce6ea;
  --pla-basic: #ede6d6;
  --pla-matte: #3c4650;
  --petg: #e8b978;
  --hud-w: 230px;
  --line: rgba(175, 194, 204, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink-900);
  color: var(--steel-100);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hidden {
  display: none;
}

.entry-content {
  flex: 1 0 auto;
}

h1,
h2,
h3 {
  font-family: "Fraunces", serif;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

p {
  margin: 0;
}

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

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

figure {
  margin: 0;
}

:where(main) .is-layout-flow > *,
:where(main) .is-layout-constrained > * {
  margin-block-start: 0;
}

:where(footer).is-layout-flow > *,
:where(footer).is-layout-constrained > *,
:where(footer) .is-layout-flow > *,
:where(footer) .is-layout-constrained > * {
  margin-block-start: 0;
}

.mono {
  font-family: "JetBrains Mono", monospace;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 2px;
  font-size: 14.5px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.btn-primary {
  background: var(--amber-500);
  color: #1a0f04;
}
.btn-primary:hover {
  background: var(--amber-300);
}
.btn-ghost {
  border-color: rgba(175, 194, 204, 0.35);
}
.btn-ghost:hover {
  border-color: var(--amber-500);
  color: var(--amber-500);
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 2px;
  font-size: 14.5px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.2s;
  background: var(--amber-500);
  color: #1a0f04;
}
.wp-block-button__link:hover {
  background: var(--amber-300);
  color: #1a0f04;
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: rgba(175, 194, 204, 0.35);
  color: var(--steel-100);
}
.is-style-outline .wp-block-button__link:hover {
  background: transparent;
  border-color: var(--amber-500);
  color: var(--amber-500);
}

.link-cta {
  margin-left: 0 !important;
}
.link-cta .wp-block-button__link {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12.5px;
  color: var(--amber-500);
  font-weight: 500;
}
.link-cta .wp-block-button__link:hover {
  background: transparent;
  color: var(--amber-300);
}

.hud-nav {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hud-nav.wp-block-navigation {
  margin-top: auto;
}
.hud-nav .wp-block-navigation__container {
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.hud-nav .wp-block-navigation-item {
  width: 100%;
  border-top: 1px solid rgba(175, 194, 204, 0.08);
}
.hud-nav .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  opacity: 1;
  color: var(--amber-500);
}
.hud-nav .wp-block-navigation-item__content {
  font-size: 12.5px;
  color: var(--steel-300);
  padding: 11px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0.6;
}
.hud-nav .wp-block-navigation-item__content:hover {
  opacity: 1;
  color: var(--amber-500);
}
.hud-nav a {
  font-size: 12.5px;
  color: var(--steel-300);
  padding: 11px 0;
  border-top: 1px solid rgba(175, 194, 204, 0.08);
  display: flex;
  justify-content: space-between;
  opacity: 0.6;
}
.hud-nav a.is-active, .hud-nav a:hover {
  opacity: 1;
  color: var(--amber-500);
}

.mobile-nav-links.wp-block-navigation .wp-block-navigation__container {
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.mobile-nav-links .wp-block-navigation-item {
  width: 100%;
}
.mobile-nav-links .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  color: var(--amber-500);
}
.mobile-nav-links .wp-block-navigation-item__content {
  font-size: 15px;
  color: var(--steel-300);
  padding: 16px 0;
  border-top: 1px solid rgba(175, 194, 204, 0.08);
  width: 100%;
}

.hud {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--hud-w);
  height: 100vh;
  z-index: 20;
  background: var(--ink-800);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  overflow-y: auto;
}
.hud-logo {
  font-family: "Fraunces", serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 36px;
}
.hud-logo span {
  color: var(--amber-500);
}
.hud-block {
  margin-bottom: 28px;
}
.hud-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-300);
  opacity: 0.6;
  margin-bottom: 8px;
}
.hud-layer {
  font-size: 24px;
  font-weight: 500;
  color: var(--amber-500);
  line-height: 1;
}
.hud-layer small {
  font-size: 12.5px;
  color: var(--steel-300);
  font-weight: 400;
}
.hud-bar {
  width: 100%;
  height: 3px;
  background: rgba(175, 194, 204, 0.15);
  margin-top: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.hud-bar-fill {
  height: 100%;
  background: var(--amber-500);
}
.hud-cta {
  margin-top: 18px;
}
.hud-cta a {
  display: block;
  text-align: center;
}

.filament-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}

.filament {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--steel-300);
  opacity: 0.45;
}
.filament.active {
  opacity: 1;
}

.swatch {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
.swatch.basic {
  background: var(--pla-basic);
}
.swatch.matte {
  background: var(--pla-matte);
}
.swatch.petg {
  background: var(--petg);
  box-shadow: 0 0 8px rgba(242, 166, 90, 0.6);
}

main {
  margin-left: var(--hud-w);
}

.wrap {
  width: 100%;
  margin: 0;
  padding: 0 48px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-50 {
  margin-top: 50px;
}

.plate-grid {
  gap: 22px;
  align-items: flex-start;
}

.plate-stack .wp-block-post-template {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left !important;
}
.plate-stack .wp-block-post-template > li {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.plate-stack .wp-block-post-template .part {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.intro-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.intro-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.intro-link img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: var(--ink-900);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 16px;
}
.intro-link:hover img {
  border-color: var(--amber-500);
}
.intro-link span {
  font-size: 11px;
  color: var(--steel-300);
}

.filament-path {
  position: relative;
  padding-top: 34px;
}
.filament-path::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--amber-500) 0 6px, transparent 6px 14px);
  opacity: 0.55;
}
.filament-path.stacked::before {
  display: none;
}

.path-steps {
  gap: 22px;
}
.path-steps.stacked {
  gap: 38px;
  max-width: 640px;
}
.path-steps.stacked .path-step {
  padding-left: 26px;
  border-left: 2px dashed rgba(242, 166, 90, 0.4);
}
.path-steps.stacked .path-step::before {
  top: 2px;
  left: -6px;
}
.path-steps.stacked .path-step h4 {
  font-size: 16px;
}
.path-steps.stacked .path-step p {
  font-size: 13.5px;
  line-height: 1.65;
}

.path-step {
  position: relative;
}
.path-step::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--amber-500);
  box-shadow: 0 0 0 4px var(--ink-800);
}
.path-step h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: #fff;
  margin: 0 0 8px;
}
.path-step p {
  font-size: 12.5px;
  color: var(--steel-300);
  line-height: 1.55;
}

.segments {
  background: rgba(175, 194, 204, 0.12);
  border-radius: 4px;
  overflow: hidden;
  gap: 1px;
}
.segments .wp-block-post-template {
  display: flex;
  flex-direction: column;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.segment {
  background: var(--ink-900);
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 26px;
}
.segment .eyebrow {
  margin: 0;
}
.segment h3 {
  font-size: 17px;
  color: #fff;
}
.segment p:not(.eyebrow) {
  font-size: 13px;
  color: var(--steel-300);
  margin-top: 4px;
}
.segment a {
  font-size: 12.5px;
  color: var(--amber-500);
  font-weight: 500;
  white-space: nowrap;
}

.video-placeholder {
  aspect-ratio: 16/9;
  max-width: 640px;
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--steel-300);
  font-size: 13px;
}

.paper {
  background: var(--pla-basic);
  color: #1c2b33;
}
.paper .eyebrow {
  color: #b9762e;
}
.paper h1,
.paper h2 {
  color: #141d22;
}
.paper .section-head p.lead {
  color: #4b5c64;
}

.grid-4 .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-line-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product {
  background: #fff;
  border: 1px solid #e5e1d8;
  border-radius: 4px;
  overflow: hidden;
}
.product h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 8px 0 4px;
  color: #1c2b33;
}
.product .status {
  font-size: 11.5px;
  color: #7a8790;
}
.product .price {
  font-size: 13px;
  color: #1c2b33;
  font-weight: 600;
  margin-top: 6px;
}

.product-img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-img .wp-block-post-featured-image,
.product-img figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.94);
}

.product-info {
  padding: 16px 18px 20px;
}

.product-tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b9762e;
}

.filters {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.filters button {
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #d8d2c4;
  background: transparent;
  color: #4b5c64;
  cursor: pointer;
}
.filters button.is-active {
  background: #1c2b33;
  color: #fff;
  border-color: #1c2b33;
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  margin-bottom: 32px;
  border: 3px solid var(--line);
}

.custom-gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-right: 3px solid var(--line);
  cursor: pointer;
}
.custom-gallery-item:last-child {
  border-right: none;
}
.custom-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
  transition: filter 0.3s;
}
.custom-gallery-item:hover img {
  filter: grayscale(1);
}
.custom-gallery-item:hover figcaption {
  color: var(--amber-500) !important;
}
.custom-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 8px;
  background: linear-gradient(180deg, transparent, rgba(11, 22, 32, 0.9));
  color: #fff;
  font-size: 11.5px;
  text-align: center;
}

.custom-split {
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.custom-split-text h3 {
  font-size: 28px;
  margin-bottom: 14px;
}
.custom-split-text p.lead {
  font-size: 15.5px;
  color: var(--steel-300);
  line-height: 1.6;
  margin-bottom: 20px;
}
.custom-split-text p:not(.eyebrow):not(.lead) {
  font-size: 13.5px;
  color: var(--steel-300);
  line-height: 1.6;
  margin-bottom: 16px;
}
.custom-split-text p:last-child {
  margin-bottom: 0;
}
.custom-split-text .wp-block-list {
  font-size: 15.5px;
  color: var(--steel-300);
  line-height: 1.6;
  padding-left: 10px;
}

.custom-split-image {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.custom-split-image img {
  width: 100%;
  border-radius: 4px;
}

.about-grid {
  gap: 60px;
  align-items: flex-start;
}
.about-grid img {
  border-radius: 4px;
  filter: saturate(0.85) brightness(0.9);
}

.equip-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.equip-list li {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  color: var(--steel-300);
}
.equip-list li b {
  color: #fff;
  font-weight: 500;
}

.callout {
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-left: 3px solid var(--amber-500);
  border-radius: 2px;
  padding: 26px 28px;
  margin-top: 60px;
}
.callout h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
}
.callout p {
  font-size: 13.5px;
  color: var(--steel-300);
  line-height: 1.65;
}

footer.wp-block-group {
  padding: 110px 48px 60px;
  text-align: center;
}
footer.wp-block-group h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
footer.wp-block-group p {
  color: var(--steel-300);
  margin-bottom: 30px;
}

.footlinks {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: var(--steel-300);
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.footlinks p {
  margin: 0;
}
