:root {
  --charcoal: #111827;
  --charcoal-2: #334155;
  --muted: #64748b;
  --soft: #f8fafc;
  --soft-2: #f1f5f9;
  --line: #e2e8f0;
  --white: #ffffff;
  --accent: #10b981;
  --accent-dark: #059669;
  --accent-soft: #ecfdf5;
  --shadow: 0 16px 48px rgba(17, 24, 39, 0.08), 0 2px 6px rgba(17, 24, 39, 0.04);
  --max: 1640px;
  --container-trim: clamp(24px, 4vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 760;
}

h2 {
  margin-bottom: 18px;
  font-size: 2.35rem;
  font-weight: 720;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

p {
  color: var(--muted);
}

.container {
  width: min(100% - var(--container-trim), var(--max));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--charcoal);
  color: var(--white);
  padding: 10px 14px;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  animation: headerIn 560ms cubic-bezier(.16, 1, .3, 1) both;
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 28px;
}

.brand {
  --brand-logo-gap: 9px;
  --brand-divider-gap: 13px;

  display: inline-flex;
  align-items: center;
  gap: var(--brand-logo-gap);
  color: var(--charcoal);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 44px;
  height: 39px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.brand:hover img {
  transform: rotate(-4deg) translateY(-1px);
}

.brand strong {
  color: var(--accent);
}

.brand span {
  display: inline-block;
}

.brand span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  margin-right: var(--brand-divider-gap);
  background: #94a3b8;
  vertical-align: middle;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: auto;
}

.primary-nav a {
  border-radius: 8px;
  color: var(--charcoal-2);
  font-size: 0.94rem;
  font-weight: 650;
  padding: 8px 12px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  background: var(--soft-2);
  color: var(--charcoal);
}

.primary-nav a[aria-current="page"] {
  background: var(--charcoal);
  color: var(--white);
}

.primary-nav a:hover {
  transform: translateY(-1px);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 8px;
  background: var(--accent);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 680;
  padding: 11px 18px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 12px 28px rgba(5, 150, 105, 0.2);
  transform: translateY(-2px);
}

.button-secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--charcoal);
}

.button-secondary:hover {
  background: var(--soft-2);
  border-color: #cbd5e1;
  color: var(--charcoal);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.button-small {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 0.92rem;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 18%, rgba(16, 185, 129, 0.12), transparent 28%),
    linear-gradient(180deg, var(--white) 0%, var(--soft) 100%);
  color: var(--charcoal);
  padding: 76px 0 66px;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0 68%, rgba(16, 185, 129, 0.12) 68% 69%, transparent 69% 100%),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(100, 116, 139, 0.08) 118px 119px);
  content: "";
  opacity: 0;
  transform: translateX(-20%);
  animation: graphicSweep 1100ms 220ms cubic-bezier(.16, 1, .3, 1) both;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 38px;
  z-index: 0;
  width: clamp(90px, 14vw, 180px);
  height: 3px;
  background: var(--accent);
  content: "";
  transform-origin: left;
  animation: lineGrow 820ms 520ms cubic-bezier(.16, 1, .3, 1) both;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(22px, 2.4vw, 38px);
}

.hero-content h1 {
  max-width: 820px;
  color: var(--charcoal);
  font-size: clamp(3.48rem, 5.76vw, 5.12rem);
}

.hero-content .eyebrow,
.hero-content p {
  color: var(--muted);
}

.hero-content .eyebrow {
  color: var(--accent-dark);
  font-size: 0.86rem;
}

.hero-content .eyebrow,
.hero-content h1,
.hero-content .hero-copy,
.hero-content .cta-row {
  animation: riseIn 760ms cubic-bezier(.16, 1, .3, 1) both;
}

.hero-content h1 {
  animation-delay: 90ms;
}

.hero-content .hero-copy {
  animation-delay: 180ms;
}

.hero-content .cta-row {
  animation-delay: 270ms;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  font-size: 1.38rem;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: clamp(16px, 1.8vw, 28px);
  align-items: center;
}

.hero-card {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
  animation: riseIn 760ms 180ms cubic-bezier(.16, 1, .3, 1) both;
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.hero-card:hover {
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
  transform: translateY(-5px);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
  transition: filter 520ms ease, transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.hero-card:hover img {
  filter: saturate(1.02) contrast(1.08);
  transform: scale(1.035);
}

.hero-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
  color: var(--charcoal);
  padding: 12px 14px;
  backdrop-filter: blur(12px);
}

.hero-card figcaption span {
  display: block;
  margin-bottom: 2px;
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-card figcaption strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.25;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section {
  padding: 88px 0;
  background: var(--soft);
}

.visual-section {
  padding-top: 84px;
}

.section-muted {
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.08), transparent 34%),
    var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--charcoal);
}

.section-muted h2,
.section-muted h3 {
  color: var(--charcoal);
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 46px;
  align-items: start;
}

.section-copy p {
  max-width: 680px;
}

.section-copy,
.feature-panel,
.section-heading,
.image-copy-grid > *,
.narrow,
.values-grid,
.contact-copy {
  animation: riseIn 720ms cubic-bezier(.16, 1, .3, 1) both;
}

.feature-panel,
.detail-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--charcoal);
  padding: 28px;
}

.feature-panel::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  content: "";
  transform: translateX(-110%);
  transition: transform 720ms cubic-bezier(.16, 1, .3, 1);
}

.feature-panel:hover::before {
  transform: translateX(110%);
}

.feature-panel > * {
  position: relative;
}

.feature-panel h3,
.detail-note h3 {
  color: var(--charcoal);
}

.feature-panel p,
.detail-note p {
  color: var(--muted);
  margin-bottom: 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.centered-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  text-decoration: none;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  animation: riseIn 660ms cubic-bezier(.16, 1, .3, 1) both;
}

.service-card-button {
  width: 100%;
  border: 1px solid var(--line);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.service-card img {
  width: calc(100% + 2px);
  max-width: none;
  margin: -1px -1px 0;
  aspect-ratio: 1.06 / 1;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transition: filter 420ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.service-card div {
  padding: 15px 18px 16px;
}

.service-card::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  content: "→";
  font-size: 1rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-page-grid .service-card::after {
  opacity: 1;
  transform: none;
}

.service-card:nth-child(2) {
  animation-delay: 60ms;
}

.service-card:nth-child(3) {
  animation-delay: 120ms;
}

.service-card:nth-child(4) {
  animation-delay: 180ms;
}

.service-card:nth-child(5) {
  animation-delay: 240ms;
}

.service-card:hover {
  border-color: rgba(16, 185, 129, 0.44);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  transform: translateY(-4px);
}

.service-card:hover::after,
.service-card:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.service-card:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.32);
  outline-offset: 4px;
}

.service-card:hover img {
  filter: saturate(1.02) contrast(1.08);
  transform: scale(1.035);
}

.service-card span,
.values-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

.service-card span {
  margin-bottom: 8px;
}

.service-card h3 {
  margin-bottom: 0;
  padding-right: 18px;
}

.service-page-grid .service-card h3 {
  padding-right: 34px;
}

.image-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: center;
}

.visual-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.compact-heading {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--accent-dark);
  font-weight: 760;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.inventory-gallery figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft-2);
  isolation: isolate;
}

.inventory-gallery figure:nth-child(2),
.inventory-gallery figure:nth-child(4) {
  margin-top: 42px;
}

.inventory-gallery img,
.photo-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1), filter 520ms ease;
}

.inventory-gallery figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(16, 23, 20, 0.78));
  content: "";
  z-index: 1;
}

.inventory-gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  color: var(--white);
  font-weight: 760;
}

.inventory-gallery figure:hover img,
.photo-strip img:hover {
  filter: saturate(1.03) contrast(1.08);
  transform: scale(1.045);
}

.visual-gallery figure,
.visual-gallery figure:nth-child(2),
.visual-gallery figure:nth-child(4) {
  min-height: 300px;
  margin-top: 0;
}

.snapshot-section {
  padding: 54px 0 22px;
}

.service-details-section {
  padding-top: 40px;
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr;
  gap: 12px;
}

.photo-strip img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.photo-strip img:first-child {
  aspect-ratio: 16 / 9;
  object-position: center 42%;
}

.image-copy-grid img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), filter 420ms ease;
}

.image-copy-grid img:hover,
.page-hero img:hover {
  filter: saturate(1) contrast(1.1);
  transform: translateY(-4px);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--charcoal-2);
  font-weight: 620;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--accent);
  content: "✓";
  font-weight: 800;
}

.cta-band {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 20%, rgba(16, 185, 129, 0.16), transparent 25%),
    linear-gradient(135deg, var(--white), var(--accent-soft));
  color: var(--charcoal);
  padding: 64px 0;
  text-align: center;
}

.cta-band h2 {
  color: var(--charcoal);
}

.cta-band p {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.cta-band .eyebrow {
  color: var(--accent-dark);
}

.cta-inner {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 18px;
  max-width: 860px;
}

.cta-inner > div {
  display: grid;
  justify-items: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--soft);
  padding: 42px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(140px, 0.5fr) minmax(220px, 0.7fr);
  gap: 36px;
}

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

.site-footer p {
  max-width: 480px;
  margin-bottom: 0;
  font-size: 0.94rem;
}

.site-footer nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer nav {
  justify-items: center;
  text-align: center;
}

.site-footer a {
  color: var(--charcoal-2);
  font-weight: 650;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--accent-dark);
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
  padding: 68px 0 62px;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 69%, rgba(16, 185, 129, 0.12) 69% 70%, transparent 70%),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(100, 116, 139, 0.08) 118px 119px);
  content: "";
  opacity: 0.7;
  transform: translateX(-18%);
  animation: graphicSweep 1200ms 120ms cubic-bezier(.16, 1, .3, 1) both;
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
}

.page-hero-inner > div:first-child {
  padding-left: clamp(22px, 2.4vw, 38px);
}

.page-hero h1 {
  max-width: 820px;
  color: var(--charcoal);
  font-size: clamp(3.48rem, 5.36vw, 4.82rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  font-size: 1.3rem;
}

.page-hero .eyebrow {
  font-size: 0.86rem;
}

.page-hero img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.06);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), filter 420ms ease;
  animation: riseIn 740ms 120ms cubic-bezier(.16, 1, .3, 1) both;
}

.page-hero-actions {
  margin-top: 26px;
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero p:not(.eyebrow) {
  animation: riseIn 720ms cubic-bezier(.16, 1, .3, 1) both;
}

.page-hero h1 {
  animation-delay: 80ms;
}

.page-hero p:not(.eyebrow) {
  animation-delay: 150ms;
}

.service-detail-list {
  display: grid;
  gap: 18px;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 34px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.service-detail:first-child {
  padding-top: 0;
}

.service-detail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-detail p {
  max-width: 790px;
}

.detail-note {
  border-width: 0 0 0 3px;
  border-color: var(--accent);
  background: transparent;
  border-radius: 0;
  color: var(--charcoal);
  padding: 0 0 0 22px;
}

.detail-note h3 {
  color: var(--charcoal);
}

.detail-note p {
  color: var(--muted);
}

.narrow {
  max-width: 860px;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 0.82fr);
  gap: 48px;
  align-items: center;
  transform: translateX(47px);
}

.about-story-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
  animation: riseIn 720ms cubic-bezier(.16, 1, .3, 1) both;
}

.about-story-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: filter 420ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.about-story-media:hover img {
  filter: saturate(1.02) contrast(1.08);
  transform: scale(1.035);
}

.about-story-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--charcoal);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.35;
  padding: 12px 14px;
  backdrop-filter: blur(12px);
}

.about-story-copy {
  width: calc(100% + 120px);
  max-width: 800px;
  margin-left: 15px;
  animation: riseIn 720ms 80ms cubic-bezier(.16, 1, .3, 1) both;
}

.about-story-copy h2 {
  max-width: 780px;
  font-size: 3.15rem;
}

.about-story-copy .eyebrow {
  font-size: 0.98rem;
}

.about-story-copy .lead {
  font-size: 1.82rem;
  line-height: 1.35;
}

.about-story-copy p:not(.eyebrow):not(.lead) {
  font-size: 1.18rem;
  line-height: 1.58;
}

.lead {
  color: var(--charcoal);
  font-size: 1.45rem;
  line-height: 1.45;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-muted .values-grid {
  border-bottom-color: var(--line);
  border-top-color: var(--line);
}

.values-grid div {
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 30px 28px;
  transition: background 180ms ease, transform 180ms ease;
}

.section-muted .values-grid div {
  border-right-color: var(--line);
}

.values-grid div:last-child {
  border-right: 0;
}

.values-grid div:hover {
  background: var(--accent-soft);
  transform: translateY(-3px);
}

.values-grid p {
  margin-bottom: 0;
}

.contact-hero {
  background: var(--soft);
  padding: 68px 0 76px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1.02fr);
  gap: clamp(22px, 2.6vw, 38px);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 110px;
  padding-left: clamp(22px, 2.4vw, 38px);
}

.contact-copy h1 {
  max-width: 760px;
  color: var(--charcoal);
  font-size: clamp(3.48rem, 5.36vw, 4.82rem);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 680px;
  font-size: 1.26rem;
}

.contact-copy .eyebrow {
  font-size: 0.86rem;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-methods a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.contact-methods a:hover {
  border-color: rgba(16, 185, 129, 0.48);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  transform: translateY(-2px);
}

.contact-methods span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 30px;
  animation: riseIn 740ms 130ms cubic-bezier(.16, 1, .3, 1) both;
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  color: var(--charcoal-2);
  font-size: 0.92rem;
  font-weight: 720;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--charcoal);
  font: inherit;
  padding: 11px 12px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.16);
  outline: none;
}

::placeholder {
  color: #94a3b8;
}

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

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes graphicSweep {
  from {
    opacity: 0;
    transform: translateX(-22%);
  }
  42% {
    opacity: 0.8;
  }
  to {
    opacity: 0.34;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

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

@media (max-width: 920px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 0;
  }

  .primary-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero {
    padding: 64px 0 52px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-content {
    min-height: 0;
    padding-left: 0;
  }

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

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

  .split,
  .image-copy-grid,
  .visual-layout,
  .about-story,
  .page-hero-inner,
  .service-detail,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .page-hero-inner,
  .contact-grid {
    gap: 30px;
  }

  .page-hero-inner > div:first-child,
  .contact-copy {
    padding-left: 0;
  }

  .page-hero h1,
  .contact-copy h1 {
    font-size: 3.2rem;
  }

  .page-hero img {
    aspect-ratio: 16 / 10;
  }

  .compact-heading {
    position: static;
  }

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

  .visual-gallery figure,
  .visual-gallery figure:nth-child(2),
  .visual-gallery figure:nth-child(4) {
    aspect-ratio: 4 / 3;
    min-height: 0;
    margin-top: 0;
  }

  .photo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .photo-strip img:first-child {
    grid-column: span 2;
  }

  .contact-copy {
    position: static;
  }
}

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

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .header-inner {
    column-gap: 8px;
  }

  .site-header .button-small {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.84rem;
  }

  .brand {
    --brand-logo-gap: 6px;
    --brand-divider-gap: 8px;

    font-size: 0.98rem;
  }

  .brand img {
    width: 34px;
    height: 31px;
  }

  .brand span::before {
    height: 24px;
  }

  .primary-nav {
    gap: 2px;
  }

  .primary-nav a {
    padding: 7px 6px;
    font-size: 0.88rem;
  }

  .hero {
    padding: 52px 0 44px;
  }

  .hero-content {
    padding: 0;
  }

  .hero-content h1 {
    font-size: 2.55rem;
  }

  .page-hero h1,
  .contact-copy h1 {
    font-size: 2.55rem;
  }

  .hero-card figcaption {
    position: static;
    border-width: 1px 0 0;
    border-radius: 0;
    box-shadow: none;
  }

  .about-story {
    gap: 28px;
  }

  .about-story-media img {
    aspect-ratio: 4 / 3;
  }

  .about-story-media figcaption {
    position: static;
    border-width: 1px 0 0;
    border-radius: 0;
  }

  .hero-copy,
  .page-hero p:not(.eyebrow),
  .contact-copy > p:not(.eyebrow) {
    font-size: 1.08rem;
  }

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

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

  .section,
  .page-hero,
  .contact-hero {
    padding: 52px 0;
  }

  .visual-section {
    padding-top: 62px;
  }

  .values-grid,
  .section-muted .values-grid {
    border-bottom: 0;
  }

  .values-grid div,
  .section-muted .values-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-left: 0;
    padding-right: 0;
  }

  .section-muted .values-grid div {
    border-bottom-color: var(--line);
  }

  .inventory-gallery {
    grid-template-columns: 1fr;
  }

  .inventory-gallery figure,
  .inventory-gallery figure:nth-child(2),
  .inventory-gallery figure:nth-child(4) {
    min-height: 230px;
    margin-top: 0;
  }

  .visual-gallery figure,
  .visual-gallery figure:nth-child(2),
  .visual-gallery figure:nth-child(4) {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }

  .photo-strip img:first-child {
    grid-column: auto;
  }

  .cta-inner {
    align-items: center;
  }

  .site-footer nav {
    justify-items: start;
    text-align: left;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

.contact-form {
  padding: 22px;
}
}

.inventory-modal {
  width: min(420px, calc(100vw - 32px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.inventory-modal::backdrop {
  background: rgb(15 23 42 / 0.55);
}

.inventory-modal-panel {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgb(15 23 42 / 0.24);
}

.inventory-modal-panel h2 {
  margin: 0;
  font-size: 1.45rem;
}

.inventory-modal-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.inventory-modal-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.service-modal {
  width: min(560px, calc(100vw - 32px));
}

.service-detail-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: none;
  min-height: 100dvh;
  padding: 24px;
  place-items: center;
}

.service-detail-modal:target,
.service-detail-modal.is-open {
  display: grid;
}

.service-detail-modal-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgb(15 23 42 / 0.55);
}

.service-modal-panel {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100vw - 32px));
  gap: 14px;
  padding: 34px;
}

.service-modal-panel .eyebrow {
  margin: 0 42px 0 0;
}

.service-modal-panel h2 {
  padding-right: 28px;
}

.service-modal-panel p:last-child {
  font-size: 1rem;
}
