:root {
  color-scheme: dark;
  --ink: #06131f;
  --navy: #0a2134;
  --panel: rgba(8, 29, 45, .9);
  --line: #dbeaf0;
  --muted: #9cb8c9;
  --grid: rgba(126, 178, 202, .13);
  --orange: #ff6a00;
  --orange-2: #f59a3d;
  --paper: rgba(219, 234, 240, .06);
  --shadow: rgba(0, 0, 0, .42);
  font-family: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--line);
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--ink);
  background-size: 32px 32px, 32px 32px, 8px 8px, 8px 8px, auto;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 20;
  width: 1px;
  height: 1px;
  padding: .7rem 1rem;
  overflow: hidden;
  color: var(--ink);
  background: var(--line);
  clip-path: inset(50%);
}

.skip-link:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
}

.binder-shell {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: .75rem;
  height: 100vh;
  padding: .75rem;
  overflow: hidden;
}

.top-bar,
.sheet-stack,
.sheet,
.review-list blockquote,
.service-detail,
.pricing-philosophy,
.feedback-form,
.contact-card {
  border: 1px solid rgba(219, 234, 240, .45);
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    var(--panel);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 1rem 3rem var(--shadow);
}

.top-bar {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  justify-content: space-between;
  min-height: 5rem;
  padding: .55rem;
}

.brand-mark {
  display: flex;
  min-width: 15rem;
  gap: .75rem;
  align-items: center;
  padding: .55rem .75rem;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 4.15rem;
  height: 3.75rem;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 .5rem rgba(255, 106, 0, .34));
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.brand-mark small {
  margin-top: .15rem;
  color: var(--muted);
  font-size: .7rem;
  text-transform: uppercase;
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(4.8rem, 1fr));
  gap: .35rem;
  align-items: stretch;
  justify-content: end;
  margin-left: auto;
}

.nav-grid a {
  display: grid;
  grid-template-rows: 1.65rem auto;
  min-height: 3.9rem;
  place-items: center;
  padding: .45rem .5rem .35rem;
  border: 1px solid transparent;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-icon {
  position: relative;
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  color: var(--muted);
}

.nav-grid a:hover,
.nav-grid a:focus-visible,
.nav-grid a.is-active {
  border-color: var(--orange);
  color: var(--line);
  outline: 0;
}

.nav-grid a:hover .nav-icon,
.nav-grid a:focus-visible .nav-icon,
.nav-grid a.is-active .nav-icon {
  color: var(--orange);
}

.nav-grid a.is-active {
  box-shadow: inset 0 0 0 1px rgba(255, 106, 0, .7);
}

.nav-label {
  display: block;
}

.icon-home::before {
  content: "";
  position: absolute;
  inset: .55rem .22rem .18rem;
  border: 2px solid currentColor;
  border-top: 0;
}

.icon-home::after {
  content: "";
  position: absolute;
  left: .27rem;
  top: .2rem;
  width: .9rem;
  height: .9rem;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.icon-services::before {
  content: "";
  position: absolute;
  left: .23rem;
  top: .2rem;
  width: .48rem;
  height: .48rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.icon-services::after {
  content: "";
  position: absolute;
  left: .7rem;
  top: .62rem;
  width: .78rem;
  height: .2rem;
  border: 2px solid currentColor;
  border-left: 0;
  transform: rotate(45deg);
  transform-origin: left center;
}

.icon-about::before {
  content: "";
  position: absolute;
  left: .48rem;
  top: .16rem;
  width: .46rem;
  height: .46rem;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-about::after {
  content: "";
  position: absolute;
  left: .27rem;
  bottom: .15rem;
  width: .9rem;
  height: .55rem;
  border: 2px solid currentColor;
  border-radius: 50% 50% 0 0;
}

.icon-blog::before {
  content: "";
  position: absolute;
  inset: .12rem .25rem .12rem .25rem;
  border: 2px solid currentColor;
}

.icon-blog::after {
  content: "";
  position: absolute;
  left: .48rem;
  right: .48rem;
  top: .48rem;
  height: .48rem;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.icon-reviews::before {
  content: "★";
  position: absolute;
  inset: -.12rem 0 0;
  font-size: 1.45rem;
  line-height: 1.45rem;
}

.icon-contact::before {
  content: "";
  position: absolute;
  inset: .25rem .12rem .28rem;
  border: 2px solid currentColor;
}

.icon-contact::after {
  content: "";
  position: absolute;
  left: .25rem;
  top: .42rem;
  width: .95rem;
  height: .7rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.sheet-stack {
  min-height: 0;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

.sheet {
  display: grid;
  grid-template-columns: minmax(19rem, .68fr) minmax(26rem, 1fr);
  gap: clamp(1rem, 2.8vw, 2.4rem);
  min-height: calc(100vh - 7rem);
  margin: .65rem;
  padding: clamp(1rem, 2.8vw, 2rem);
  scroll-snap-align: start;
}

.sheet-blog {
  grid-template-rows: auto auto;
}

.sheet-copy {
  align-self: center;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 .75rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0 0 1rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.9rem, 3.3vw, 3.9rem);
}

h3 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

p {
  line-height: 1.62;
}

.kicker {
  color: var(--orange);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 800;
  text-transform: uppercase;
}

.lead {
  max-width: 38rem;
  color: #d8e7ef;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

.actions,
.service-grid,
.feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.2rem;
}

.button,
.service-region {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  padding: .68rem .95rem;
  border: 1px solid rgba(219, 234, 240, .45);
  color: var(--line);
  background: rgba(219, 234, 240, .04);
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  border-color: var(--orange);
  background: var(--orange);
  color: #140b04;
  font-weight: 800;
}

.button-secondary,
.service-region.is-selected,
.blog-card:hover,
.blog-card:focus-visible,
.blog-card.is-current {
  border-color: var(--orange);
  color: #fff;
}

.button:focus-visible,
.service-region:focus-visible,
.blog-card:focus-visible,
.carousel-control:focus-visible,
.modal-close:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.feature-strip {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-strip li {
  flex: 1 1 10rem;
  padding: .8rem;
  border: 1px solid rgba(219, 234, 240, .35);
  color: var(--muted);
  text-transform: uppercase;
}

.service-region {
  cursor: pointer;
}

.service-detail,
.pricing-philosophy,
.contact-card {
  margin-top: 1rem;
  padding: 1rem;
}

.service-detail ul {
  display: grid;
  gap: .35rem;
  margin: .75rem 0 0;
  padding-left: 1.1rem;
  color: #dcecf2;
  line-height: 1.5;
}

.service-detail p:last-child {
  color: var(--orange-2);
}

.pricing-philosophy {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}

.pricing-philosophy strong {
  flex: 1 0 100%;
  color: #fff;
  text-transform: uppercase;
}

.pricing-philosophy span {
  padding: .34rem .5rem;
  border: 1px solid rgba(255, 106, 0, .6);
  color: var(--orange-2);
  font-size: .72rem;
  text-transform: uppercase;
}

.pricing-philosophy p {
  flex: 1 0 100%;
  margin: .15rem 0 0;
  color: var(--muted);
  font-size: .86rem;
}

.blueprint-frame {
  align-self: center;
  margin: 0;
  min-width: 0;
}

.blueprint-frame img {
  display: block;
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border: 1px solid rgba(219, 234, 240, .38);
  background: #06131f;
}

.blog-carousel {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr) 2.7rem;
  gap: .65rem;
  align-items: center;
  margin-top: 1.3rem;
}

.carousel-window {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: .75rem;
  padding: .05rem .25rem .6rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.blog-card {
  display: grid;
  width: clamp(13.5rem, 72%, 18.5rem);
  flex: 0 0 clamp(13.5rem, 72%, 18.5rem);
  min-height: 14rem;
  align-content: start;
  gap: .75rem;
  padding: 1rem;
  border: 1px solid rgba(219, 234, 240, .45);
  color: var(--muted);
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    rgba(219, 234, 240, .04);
  background-size: 16px 16px, 16px 16px, auto;
  cursor: pointer;
  text-align: left;
  scroll-snap-align: start;
}

.blog-card span,
.blog-card small {
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.5;
}

.blog-card strong {
  color: var(--line);
  font-size: 1.12rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.blog-status {
  min-height: 1.4rem;
  margin: .7rem 0 0;
  color: var(--muted);
  font-size: .72rem;
  text-transform: uppercase;
}

.carousel-control,
.modal-close {
  display: grid;
  min-height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(219, 234, 240, .45);
  color: var(--orange);
  background: rgba(219, 234, 240, .04);
  cursor: pointer;
  font-size: 1.45rem;
}

.carousel-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: .45rem;
  min-height: .75rem;
}

.carousel-dots button {
  width: .48rem;
  height: .48rem;
  padding: 0;
  border: 1px solid var(--orange);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.carousel-dots button.is-current {
  background: var(--orange);
}

.article-modal[hidden] {
  display: none;
}

.article-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.article-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
}

.article-modal-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(62rem, 100%);
  max-height: min(86vh, 54rem);
  border: 1px solid rgba(219, 234, 240, .55);
  background:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px),
    var(--panel);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .6);
}

.article-modal-header {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(219, 234, 240, .35);
}

.article-modal-header h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.6vw, 2.4rem);
}

.article-modal-body {
  min-height: 0;
  padding: 1.2rem;
  overflow-y: auto;
}

.article-modal-body article {
  max-width: 48rem;
}

.article-modal-body ul {
  padding-left: 1.2rem;
}

.article-modal-body p,
.article-modal-body li {
  color: #dcecf2;
}

.modal-close {
  width: 2.8rem;
  aspect-ratio: 1;
  min-height: 0;
}

.review-feedback-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .75rem;
}

.review-list {
  display: grid;
  gap: .75rem;
  max-height: 39vh;
  overflow-y: auto;
  padding-right: .25rem;
}

.review-list blockquote {
  margin: 0;
  padding: 1rem;
  color: #dcecf2;
}

.review-list strong {
  display: block;
  margin-bottom: .45rem;
  color: var(--orange-2);
  font-size: .82rem;
  text-transform: uppercase;
}

.review-list cite {
  display: block;
  margin-top: .55rem;
  color: var(--orange-2);
  font-style: normal;
}

.contact-card {
  display: grid;
  gap: .35rem;
  font-style: normal;
}

.contact-card a {
  color: var(--orange-2);
}

.contact-form,
.feedback-form {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
}

.feedback-form {
  margin-top: 0;
  padding: 1rem;
}

.contact-form label,
.feedback-form label {
  display: grid;
  gap: .32rem;
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.feedback-form input,
.feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(219, 234, 240, .45);
  border-radius: 0;
  padding: .72rem;
  color: var(--line);
  background: rgba(0, 0, 0, .16);
}

.contact-form textarea,
.feedback-form textarea {
  resize: vertical;
}

.form-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.check-row {
  display: flex !important;
  grid-template-columns: none;
  flex-direction: row;
  gap: .55rem;
  align-items: center;
}

.check-row input {
  width: auto;
}

@media (max-width: 980px) {
  .binder-shell {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .top-bar,
  .sheet {
    display: block;
  }

  .nav-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: .75rem;
  }

  .sheet-stack {
    overflow: visible;
    scroll-snap-type: none;
  }

  .sheet {
    min-height: auto;
    margin: .75rem 0;
  }

  .blueprint-frame {
    margin-top: 1.25rem;
  }

}

@media (max-width: 560px) {
  .binder-shell {
    padding: .45rem;
  }

  .brand-mark {
    min-width: 0;
  }

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

  .sheet {
    padding: 1rem;
  }

  .form-pair {
    grid-template-columns: 1fr;
  }

  h1,
  h2 {
    font-size: 2.2rem;
  }
}
