@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #161714;
  --ink-soft: #24251f;
  --paper: #f4f0e7;
  --paper-bright: #fffdf8;
  --muted: #6b6a62;
  --line: rgba(22, 23, 20, 0.14);
  --gold: #b8792d;
  --gold-light: #d6a45d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(26, 24, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-bright);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  background: rgba(22, 23, 20, 0.94);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  font-family: "Archivo Black", sans-serif;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand-mark {
  color: var(--gold-light);
  font-size: 1.75rem;
}

.brand-name {
  color: var(--white);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.brand-llc {
  color: rgba(255, 255, 255, 0.55);
  font-family: "Manrope", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  padding: 13px 20px;
  color: var(--white);
  background: var(--gold);
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  background: #99601f;
  transform: translateY(-2px);
}

.button-light {
  color: var(--ink);
  background: var(--paper-bright);
}

.button-light:hover {
  color: var(--white);
  background: var(--gold);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.36);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.nav-quote {
  margin-left: 4px;
}

.menu-toggle {
  width: 50px;
  height: 50px;
  display: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
}

.menu-toggle .close-icon,
.menu-toggle[aria-expanded="true"] .menu-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .close-icon {
  display: block;
}

.mobile-nav {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(14, 15, 13, 0.96) 0%, rgba(20, 21, 18, 0.9) 48%, rgba(20, 21, 18, 0.5) 100%),
    var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 58px;
  padding-block: 72px;
}

.hero-copy {
  max-width: 720px;
}

.hero h1,
.page-hero h1,
.section-title,
.contact-title,
.thank-you h1 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.25rem, 7vw, 6.75rem);
}

.hero h1 span {
  color: var(--gold-light);
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-card {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 28px 28px 0 rgba(184, 121, 45, 0.18);
  transform: rotate(2deg);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 1.14;
  object-fit: cover;
}

.hero-card-label {
  position: absolute;
  right: -18px;
  bottom: 30px;
  padding: 13px 16px;
  color: var(--ink);
  background: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.trust-strip {
  background: var(--gold);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 30px;
  border-right: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-number {
  font-family: "Archivo Black", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.trust-item p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.section {
  padding-block: 108px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.6fr);
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 52px;
}

.section-title {
  max-width: 760px;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.section-intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: repeat(2, minmax(240px, auto));
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--paper-bright);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:first-child {
  grid-row: 1 / 3;
  color: var(--white);
  background: var(--ink-soft);
}

.service-card:last-child {
  grid-column: 2 / 4;
}

.service-card:hover {
  z-index: 2;
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.service-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--gold);
  font-family: "Archivo Black", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  opacity: 0.34;
}

.service-icon {
  width: 46px;
  height: 46px;
  margin-bottom: auto;
  color: var(--gold);
}

.service-card h3 {
  margin: 28px 0 8px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.service-card p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
}

.service-card:first-child p {
  color: rgba(255, 255, 255, 0.64);
}

.about-callout {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.about-callout::after {
  content: "FMJ";
  position: absolute;
  right: -20px;
  bottom: -70px;
  color: rgba(255,255,255,0.035);
  font-family: "Archivo Black", sans-serif;
  font-size: min(30vw, 25rem);
  line-height: 1;
  letter-spacing: -0.1em;
}

.about-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.about-stat {
  border-top: 1px solid rgba(255,255,255,0.22);
  padding-top: 28px;
}

.about-stat strong {
  display: block;
  color: var(--gold-light);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.08em;
}

.about-stat span {
  display: block;
  max-width: 270px;
  margin-top: 18px;
  color: rgba(255,255,255,0.66);
  font-weight: 700;
}

.about-copy .section-title {
  margin-bottom: 28px;
}

.about-copy p {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.68);
  font-size: 1.08rem;
}

.contact-section {
  color: var(--ink);
  background: var(--paper-bright);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-info {
  padding: clamp(36px, 6vw, 70px);
  color: var(--white);
  background: var(--gold);
}

.contact-title {
  font-size: clamp(2.75rem, 5vw, 5rem);
}

.contact-info > p {
  margin: 24px 0 38px;
  color: rgba(255,255,255,0.82);
}

.phone-list {
  display: grid;
  gap: 12px;
}

.phone-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,0.3);
}

.phone-link span {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phone-link strong {
  font-size: 1.05rem;
}

.quote-form {
  display: grid;
  gap: 20px;
  padding: clamp(32px, 6vw, 70px);
  background: var(--white);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--paper-bright);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgba(184, 121, 45, 0.18);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.submit-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.site-footer {
  padding-block: 48px;
  color: rgba(255,255,255,0.66);
  background: var(--ink);
}

.footer-layout {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-copy,
.copyright {
  margin: 0;
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 700;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(90px, 15vw, 170px);
  color: var(--white);
  background: var(--ink);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(184,121,45,.34), transparent 33%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(3.3rem, 8vw, 7.5rem);
}

.page-hero p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 1.12rem;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.story-visual {
  position: relative;
  padding: 18px;
  background: var(--ink);
  box-shadow: 24px 24px 0 var(--gold-light);
}

.story-visual img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
}

.story-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.08rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 58px;
}

.value-card {
  padding: 28px;
  border-top: 4px solid var(--gold);
  background: var(--paper);
}

.value-card h3 {
  margin: 0 0 10px;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

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

.cta-band {
  color: var(--white);
  background: var(--gold);
}

.cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-block: 54px;
}

.cta-layout h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.thank-you {
  min-height: calc(100svh - 82px);
  display: grid;
  place-items: center;
  padding-block: 70px;
  text-align: center;
  color: var(--white);
  background: var(--ink);
}

.thank-you-card {
  max-width: 720px;
}

.thank-you-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  color: var(--ink);
  background: var(--gold-light);
}

.thank-you-mark svg {
  width: 34px;
}

.thank-you h1 {
  font-size: clamp(3rem, 8vw, 6rem);
}

.thank-you p {
  max-width: 580px;
  margin: 24px auto 32px;
  color: rgba(255,255,255,.68);
  font-size: 1.08rem;
}

@media (max-width: 900px) {
  .site-header {
    isolation: isolate;
    background: var(--ink);
    backdrop-filter: none;
  }

  .desktop-nav,
  .nav-quote {
    display: none;
  }

  .menu-toggle {
    display: grid;
    background: var(--ink-soft);
  }

  .mobile-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    min-height: calc(100vh - 82px);
    min-height: calc(100dvh - 82px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 26px 20px 36px;
    color: var(--white);
    background-color: var(--ink);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .mobile-nav[data-open="true"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a:not(.button) {
    padding: 17px 2px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-family: "Archivo Black", sans-serif;
    font-size: clamp(1.7rem, 8vw, 2.5rem);
    letter-spacing: -0.04em;
  }

  .mobile-nav .button {
    margin-top: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout,
  .about-layout,
  .contact-layout,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 52px;
    padding-block: 72px 86px;
  }

  .hero-card {
    width: min(100%, 510px);
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .service-card:first-child {
    grid-row: auto;
  }

  .service-card:last-child {
    grid-column: 1 / 3;
  }

  .about-layout,
  .story-grid {
    gap: 52px;
  }

  .contact-info,
  .quote-form {
    padding: 48px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand-mark {
    font-size: 1.45rem;
  }

  .brand-name {
    font-size: 0.78rem;
  }

  .brand-llc {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .mobile-nav {
    min-height: calc(100vh - 72px);
    min-height: calc(100dvh - 72px);
  }

  .hero-layout {
    padding-block: 56px 70px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-card {
    width: calc(100% - 12px);
    box-shadow: 14px 14px 0 rgba(184, 121, 45, 0.22);
  }

  .hero-card-label {
    right: -12px;
    bottom: 18px;
  }

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

  .trust-item {
    min-height: auto;
    padding: 20px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.24);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 76px;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 34px;
  }

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

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

  .service-card,
  .service-card:last-child {
    min-height: 245px;
    grid-column: auto;
  }

  .about-stat strong {
    font-size: 5rem;
  }

  .contact-info,
  .quote-form {
    padding: 34px 22px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .phone-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .footer-layout,
  .cta-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    gap: 12px 18px;
  }

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

  .story-visual {
    box-shadow: 12px 12px 0 var(--gold-light);
  }

  .cta-layout .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
