@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
      var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
      var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --navy: #0b1d34;
  --navy-mid: #12284a;
  --navy-light: #1a3560;
  --steel: #2d5282;
  --amber: #d4891a;
  --amber-light: #e9a030;
  --cream: #f5f0e8;
  --off-white: #eef2f7;
  --text-muted: #8a9ab5;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--navy);
  color: var(--off-white);
  -webkit-font-smoothing: antialiased;
  font-family: Barlow, sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  letter-spacing: 0.02em;
  font-family:
    Barlow Condensed,
    sans-serif;
}
.nav {
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0b1d34f2;
  border-bottom: 1px solid #d4891a33;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 3rem;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.nav-logo {
  color: var(--off-white);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}
.nav-logo span {
  color: var(--amber);
}
.nav-links {
  gap: 2.5rem;
  list-style: none;
  display: flex;
}
.nav-links a {
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--amber-light);
}
.nav-cta {
  background: var(--amber);
  border-radius: 2px;
  padding: 0.55rem 1.4rem;
  color: var(--navy) !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover {
  background: var(--amber-light) !important;
  color: var(--navy) !important;
}
.hero {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 8rem 3rem 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  background: linear-gradient(
    135deg,
    var(--navy) 0%,
    var(--navy-mid) 50%,
    var(--navy-light) 100%
  );
  z-index: 0;
  position: absolute;
  inset: 0;
}
.hero-grid-overlay {
  z-index: 1;
  background-image:
    linear-gradient(#2d528214 1px, #0000 1px),
    linear-gradient(90deg, #2d528214 1px, #0000 1px);
  background-size: 60px 60px;
  position: absolute;
  inset: 0;
}
.hero-accent-line {
  background: linear-gradient(
    180deg,
    transparent,
    var(--amber),
    var(--amber-light),
    transparent
  );
  z-index: 2;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-inner {
  position: relative;
  width: 100%;
}
.hero-content {
  z-index: 3;
  max-width: 900px;
  position: relative;
}
.hero-eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
}
.hero-eyebrow:before {
  content: "";
  background: var(--amber);
  width: 32px;
  height: 2px;
}
.hero-title {
  text-transform: uppercase;
  color: var(--off-white);
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 800;
  line-height: 0.92;
}
.hero-title .accent {
  color: var(--amber);
  display: block;
}
.hero-subtitle {
  color: var(--text-muted);
  max-width: 540px;
  margin-bottom: 2.5rem;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.7;
}
.hero-actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}
.btn-primary {
  background: var(--amber);
  color: var(--navy);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  padding: 0.9rem 2rem;
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.15s;
  display: inline-block;
}
.btn-primary:hover {
  background: var(--amber-light);
  transform: translateY(-1px);
}
.btn-outline {
  color: var(--off-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  border: 1.5px solid #eef2f74d;
  border-radius: 2px;
  padding: 0.9rem 2rem;
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
  display: inline-block;
}
.btn-outline:hover {
  border-color: var(--amber);
  color: var(--amber);
}
.hero-stats {
  z-index: 3;
  flex-direction: column;
  gap: 2rem;
  display: flex;
  position: absolute;
  bottom: 4rem;
  right: 0;
}
.hero-stat {
  text-align: right;
}
.hero-stat-num {
  color: var(--off-white);
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}
.hero-stat-num span {
  color: var(--amber);
}
.hero-stat-label {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
}
.stats-bar {
  background: var(--amber);
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 3rem;
  display: flex;
}
.stats-bar-item {
  align-items: center;
  gap: 1rem;
  display: flex;
}
.stats-bar-num {
  color: var(--navy);
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.stats-bar-text {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-mid);
  max-width: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.stats-bar-divider {
  background: #0b1d3440;
  width: 1px;
  height: 40px;
}
section {
  padding: 6rem 3rem;
}
.section-label {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
}
.section-label:before {
  content: "";
  background: var(--amber);
  width: 24px;
  height: 2px;
}
.section-title {
  text-transform: uppercase;
  color: var(--off-white);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1;
}
.services {
  background: var(--navy-mid);
  position: relative;
}
.services-header {
  max-width: 600px;
  margin-bottom: 4rem;
}
.services-desc {
  color: var(--text-muted);
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
.services-grid {
  background: transparent;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  display: grid;
}
.service-card {
  background: linear-gradient(135deg, rgba(18, 40, 74, 0.4) 0%, rgba(11, 29, 52, 0.6) 100%);
  border: 1px solid rgba(45, 82, 130, 0.25);
  border-radius: 8px;
  cursor: default;
  padding: 3.5rem 2.2rem 2.8rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.service-card:before {
  content: "";
  background: linear-gradient(90deg, var(--amber), var(--amber-light));
  width: 0;
  height: 3px;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  top: 0;
  left: 0;
}
.service-card:hover {
  background: linear-gradient(135deg, rgba(26, 53, 96, 0.6) 0%, rgba(18, 40, 74, 0.8) 100%);
  border-color: rgba(212, 137, 26, 0.4);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 50px rgba(212, 137, 26, 0.05);
  transform: translateY(-6px);
}
.service-card:hover:before {
  width: 100%;
}
/* Removed featured service card overrides to keep all cards uniform */
.service-icon {
  width: 48px;
  height: 48px;
  color: var(--amber);
  margin-bottom: 1.8rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.service-card:hover .service-icon {
  transform: scale(1.1) translateY(-2px);
}
.service-num {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  transition: all 0.4s ease;
}
.service-card:hover .service-num {
  -webkit-text-stroke: 1px rgba(212, 137, 26, 0.25);
  transform: scale(1.05);
}
.service-name {
  text-transform: uppercase;
  color: var(--off-white);
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  font-weight: 800;
}
.service-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.65;
}
/* Removed featured service card header size override */
.about {
  background: var(--navy);
}
.about-inner {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  display: grid;
}
.about-visual {
  padding-bottom: 3rem;
  position: relative;
}
.about-box {
  background: var(--navy-mid);
  border: 1px solid #2d528266;
  padding: 3rem;
  position: relative;
}
.about-box:after {
  content: "";
  border: 1.5px solid var(--amber);
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -12px;
  right: -12px;
}
.about-address-card {
  background: var(--amber);
  z-index: 1;
  padding: 1.4rem 1.8rem;
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
}
.about-address-label {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.3rem;
  font-size: 0.65rem;
  font-weight: 700;
}
.about-address-text {
  color: var(--navy);
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.about-big-label {
  color: #2d528226;
  text-transform: uppercase;
  margin-bottom: -1rem;
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
}
.about-text {
  color: var(--text-muted);
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
.about-highlights {
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
  display: flex;
}
.about-highlight {
  color: var(--off-white);
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
}
.about-highlight:before {
  content: "";
  background: var(--amber);
  flex-shrink: 0;
  width: 20px;
  height: 2px;
}
.why {
  background: var(--navy-mid);
  position: relative;
  overflow: hidden;
}
.why-bg-text {
  color: #2d528212;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 18rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -2rem;
  right: -3rem;
}
.why-grid {
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
  display: grid;
  position: relative;
}
.why-card {
  border-top: 2px solid #2d528266;
  padding: 2rem 0;
  transition: border-color 0.3s;
}
.why-card:hover {
  border-color: var(--amber);
}
.why-num {
  color: var(--amber);
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.why-title {
  text-transform: uppercase;
  color: var(--off-white);
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.why-text {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.7;
}
.contact {
  background: var(--navy);
}
.contact-inner {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 5rem;
  display: grid;
}
.contact-info {
  padding-top: 0.5rem;
}
.contact-item {
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2.5rem;
  display: flex;
}
.contact-icon {
  width: 44px;
  height: 44px;
  color: var(--amber);
  background: #d4891a1f;
  border: 1px solid #d4891a4d;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.contact-item-label {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
}
.contact-item-value {
  color: var(--off-white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.contact-item-value a {
  color: var(--off-white);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-item-value a:hover {
  color: var(--amber-light);
}
.contact-form {
  background: var(--navy-mid);
  border: 1px solid #2d52824d;
  padding: 2.5rem;
}
.form-title {
  text-transform: uppercase;
  color: var(--off-white);
  margin-bottom: 1.75rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-label {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  display: block;
}
.form-input {
  width: 100%;
  color: var(--off-white);
  background: #ffffff0a;
  border: 1px solid #2d528266;
  border-radius: 2px;
  outline: none;
  padding: 0.75rem 1rem;
  font-family: Barlow, sans-serif;
  font-size: 0.9rem;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.form-input:focus {
  border-color: var(--amber);
  background: #d4891a0a;
}
.form-input::placeholder {
  color: #8a9ab580;
}
textarea.form-input {
  resize: vertical;
  min-height: 110px;
}
footer {
  background: #070f1c;
  border-top: 1px solid #2d52824d;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
}
.footer-logo {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--off-white);
  font-family:
    Barlow Condensed,
    sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}
.footer-logo span {
  color: var(--amber);
}
.footer-copy {
  color: var(--text-muted);
  font-size: 0.78rem;
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .nav {
    padding: 1rem 1.5rem;
  }
  .hero {
    padding: 7rem 1.5rem 12rem;
  }
  .hero-stats {
    flex-direction: row;
    gap: 1.5rem;
    bottom: 2rem;
    right: 0;
  }
  .hero-stat {
    text-align: left;
  }
  .stats-bar {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem;
  }
  .stats-bar-divider {
    display: none;
  }
  section {
    padding: 4rem 1.5rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  /* Removed mobile featured card layout override */
  .about-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about-visual {
    display: none;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  footer {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 540px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 3.5rem;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-eyebrow {
  animation: 0.6s 0.1s both fadeInUp;
}
.hero-title {
  animation: 0.7s 0.25s both fadeInUp;
}
.hero-subtitle {
  animation: 0.7s 0.4s both fadeInUp;
}
.hero-actions {
  animation: 0.7s 0.55s both fadeInUp;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

.nav-logo {
  text-decoration: none;
}

.nav-links a[aria-current="page"] {
  color: var(--amber-light);
}

.page-main > section:not(.hero):first-child {
  padding-top: calc(6rem + 86px);
}

@media (max-width: 900px) {
  .page-main > section:not(.hero):first-child {
    padding-top: calc(4rem + 72px);
  }
}

/* 1200px site frame and motion polish */
:root {
  --site-width: 1200px;
  --site-gutter: clamp(1.5rem, 4vw, 3rem);
  --site-pad: max(var(--site-gutter), calc((100vw - var(--site-width)) / 2));
}

.nav,
.hero,
.stats-bar,
section,
footer {
  padding-left: var(--site-pad);
  padding-right: var(--site-pad);
}

.nav {
  gap: 2rem;
}

.hero-inner,
.services-header,
.services-grid,
.about-inner,
.why > .section-label,
.why > .section-title,
.why-grid,
.contact-inner,
footer {
  max-width: var(--site-width);
  margin-left: auto;
  margin-right: auto;
}

.stats-bar {
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

/* Removed hero-stats absolute positioning from site-pad since it is relative to hero-inner now */

.service-card,
.why-card,
.about-box,
.contact-form,
.contact-item,
.stats-bar-item {
  will-change: transform, opacity;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.nav {
  animation: navDrop 0.65s ease both;
}

.hero-grid-overlay {
  animation: gridDrift 18s linear infinite;
}

.hero-accent-line {
  animation: accentPulse 3s ease-in-out infinite;
}

.stats-bar-num,
.service-icon,
.contact-icon {
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    background 0.28s ease;
}

.stats-bar-item:hover .stats-bar-num,
.service-card:hover .service-icon,
.contact-item:hover .contact-icon {
  transform: translateY(-3px) scale(1.04);
}

.why-card,
.service-card,
.contact-form {
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.why-card:hover,
.service-card:hover,
.contact-form:hover {
  transform: translateY(-4px);
}

@keyframes navDrop {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 60px;
  }
}

@keyframes accentPulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .nav,
  .hero,
  .stats-bar,
  section,
  footer {
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
  }

/* Removed screen-gutter absolute positioning for hero-stats */
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Responsive refinement and contact form presentation */
.nav {
  max-width: none;
}

.nav-logo,
.nav-links {
  min-width: 0;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 110;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle .bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--off-white);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  z-index: 95;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.contact-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.contact > div:last-child {
  min-width: 0;
}

.contact-form {
  border-color: rgba(212, 137, 26, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    var(--navy-mid);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  background: linear-gradient(90deg, var(--amber), var(--amber-light));
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.form-title {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

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

.form-input {
  min-height: 48px;
}

select.form-input {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--amber) 50%),
    linear-gradient(135deg, var(--amber) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 12px) 52%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

textarea.form-input {
  min-height: 140px;
}

.contact-form .btn-primary {
  min-height: 52px;
}

@media (max-width: 1180px) {
  .hero-title {
    font-size: clamp(3.7rem, 8vw, 6.5rem);
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .about-inner,
  .contact-inner {
    gap: clamp(2rem, 5vw, 4rem);
  }
}

@media (max-width: 900px) {
  .nav {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #070f1c;
    border-left: 1px solid rgba(212, 137, 26, 0.25);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 6rem 2rem 2rem;
    gap: 1.5rem;
    margin: 0;
    z-index: 105;
    display: flex;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    display: block;
    font-size: 1.1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-cta {
    text-align: center;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    border-bottom: none !important;
  }

  /* Hamburger transform when menu is active */
  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding-top: 9.5rem;
  }

  .hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 2.75rem;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: clamp(1.5rem, 5vw, 2.25rem);
  }
}

@media (max-width: 720px) {
  :root {
    --site-gutter: 1.15rem;
  }

  .hero-title {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-stats,
  .stats-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    text-align: center;
  }

  .hero-stat {
    background: rgba(255, 255, 255, 0.035);
    border-left: 2px solid var(--amber);
    padding: 0.85rem 1rem;
  }

  .stats-bar {
    gap: 0;
  }

  .stats-bar-item {
    justify-content: space-between;
    padding: 0.75rem 0;
    width: 100%;
  }

  .services-grid,
  .why-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-card,
  .contact-form {
    padding: 1.5rem;
  }

  .about-big-label {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .contact-item {
    gap: 1rem;
    margin-top: 1.65rem;
  }
}

@media (max-width: 420px) {
  .nav {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .nav-logo {
    font-size: 1.25rem;
  }

  .hero {
    padding-top: 11.5rem;
  }

  .section-title {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .contact-icon {
    height: 40px;
    width: 40px;
  }

  .contact-item-value,
  .form-input {
    font-size: 0.88rem;
  }
}
