@font-face {
  font-family: "Manrope";
  src: url("./fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("./fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f3f3f1;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: #ffffff;
  --surface-soft: #e9e9e6;
  --accent: #b02b2c;
  --accent-soft: rgba(176, 43, 44, 0.2);
  --text: #121212;
  --muted: #5a5a5a;
  --line: rgba(18, 18, 18, 0.08);
  --line-strong: rgba(18, 18, 18, 0.16);
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
  --radius-xl: 0px;
  --radius-lg: 0px;
  --radius-md: 0px;
  --container: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  color: #111111;
  background: rgba(176, 43, 44, 0.85);
}

::-moz-selection {
  color: #111111;
  background: rgba(176, 43, 44, 0.85);
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), transparent 34%),
    radial-gradient(circle at bottom right, rgba(214, 214, 214, 0.65), transparent 28%),
    linear-gradient(180deg, #f8f8f7 0%, #eeeeeb 100%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.6;
}

.site-shell::before {
  top: -6rem;
  right: -5rem;
  width: 18rem;
  height: 18rem;
  background: rgba(176, 43, 44, 0.18);
}

.site-shell::after {
  left: -4rem;
  bottom: 5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(205, 205, 205, 0.7);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding-top: 1rem;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-logo {
  width: auto;
  height: 3.4rem;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(135deg, #101010, #b02b2c);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.brand-text {
  font-size: 1.1rem;
  color: #ffffff;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.04em;
}

.site-nav a {
  padding: 0.8rem 1rem;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.74);
  border-radius: 0;
  transition: 180ms ease;
}

.page-hero h1 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.01em;
}

.site-nav a:hover,
.site-nav a.active {
  color: #ffffff;
  background: rgba(176, 43, 44, 0.22);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  transition: 180ms ease;
}

.social-link svg {
  width: 1.05rem;
  height: 1.05rem;
}

.social-link:hover {
  color: #ffffff;
  border-color: rgba(176, 43, 44, 0.42);
  background: rgba(176, 43, 44, 0.24);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.25rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.4rem;
  height: 2px;
  margin: 0.22rem 0;
  border-radius: 0;
  background: #ffffff;
}

.hero,
.page-hero {
  padding: 5.5rem 0 2.5rem;
}

.hero-cover,
.page-hero-cover {
  position: relative;
  isolation: isolate;
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.52), rgba(10, 10, 10, 0.64)),
    url("hero-background.svg") center/cover no-repeat;
}

.page-hero-cover {
  padding-top: 9rem;
}

.hero.hero-cover {
  overflow: hidden;
  animation: heroBackgroundShift 18s ease-in-out infinite alternate;
}

.hero.hero-cover {
  cursor: none;
}

.hero.hero-cover a,
.hero.hero-cover button {
  cursor: none;
}

.hero-cover::before,
.page-hero-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.35) 55%, rgba(10, 10, 10, 0.6) 100%);
}

.hero.hero-cover::after {
  content: "";
  position: absolute;
  inset: auto auto -12% -10%;
  width: 34rem;
  height: 34rem;
  z-index: -1;
  background: radial-gradient(circle, rgba(176, 43, 44, 0.14), rgba(176, 43, 44, 0));
  animation: heroGlowFloat 11s ease-in-out infinite;
}

.page-hero.page-hero-cover {
  overflow: hidden;
  animation: heroBackgroundShift 18s ease-in-out infinite alternate;
}

.page-hero.page-hero-cover::after {
  content: "";
  position: absolute;
  inset: auto -8% -16% auto;
  width: 26rem;
  height: 26rem;
  z-index: -1;
  background: radial-gradient(circle, rgba(176, 43, 44, 0.12), rgba(176, 43, 44, 0));
  animation: heroGlowFloat 12s ease-in-out infinite;
}

.hero-cover .eyebrow,
.page-hero-cover .eyebrow,
.hero-cover .hero-text,
.page-hero-cover .page-intro,
.hero-cover h1,
.page-hero-cover h1 {
  color: #ffffff;
}

.page-hero-cover .page-intro,
.hero-cover .hero-text {
  color: rgba(255, 255, 255, 0.82);
}

.page-hero-cover + .section,
.hero-cover + .section {
  margin-top: 0;
}

.hero-cover .hero-stats div {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-cover .hero-stats span {
  color: rgba(255, 255, 255, 0.72);
}

.hero-cover .button-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.hero-cover .button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-grid,
.split-grid,
.about-grid,
.contact-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: 1fr;
  align-items: center;
  min-height: calc(100vh - 9rem);
}

.hero-copy {
  max-width: 62rem;
}

.hero-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease;
}

.hero-cursor::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(176, 43, 44, 0.28), rgba(176, 43, 44, 0));
  filter: blur(8px);
  transform: translate(-50%, -50%);
}

.hero.hero-cover.is-cursor-active .hero-cursor {
  opacity: 1;
}

.hero-cursor-horizontal,
.hero-cursor-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(176, 43, 44, 0.45);
  transform: translate(-50%, -50%);
}

.hero-cursor-horizontal {
  width: 44px;
  height: 2px;
}

.hero-cursor-vertical {
  width: 2px;
  height: 44px;
}

.hero.hero-cover .hero-copy > * {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.9s ease forwards;
}

.page-hero.page-hero-cover .container > * {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.9s ease forwards;
}

.page-hero.page-hero-cover .container .eyebrow {
  animation-delay: 0.08s;
}

.page-hero.page-hero-cover .container h1 {
  animation-delay: 0.18s;
}

.page-hero.page-hero-cover .container .page-intro {
  animation-delay: 0.32s;
}

.page-hero.page-hero-cover .container .page-hero-visual {
  animation-delay: 0.46s;
}

.hero.hero-cover .hero-copy .eyebrow {
  animation-delay: 0.08s;
}

.hero.hero-cover .hero-copy h1 {
  animation-delay: 0.18s;
}

.hero.hero-cover .hero-copy .eyebrow,
.hero.hero-cover .hero-copy h1 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.hero.hero-cover .hero-copy .eyebrow {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: rgba(176, 43, 44, 0.96);
}

.hero.hero-cover .hero-copy h1 {
  max-width: none;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero.hero-cover .hero-copy .hero-text {
  animation-delay: 0.32s;
}

.hero.hero-cover .hero-copy .hero-actions {
  animation-delay: 0.46s;
}

.hero.hero-cover .hero-copy .hero-stats {
  animation-delay: 0.58s;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #7a1f20;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 14ch;
  margin-bottom: 1.4rem;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

h2 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
}

h3 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.hero-text,
.page-intro,
.info-card p,
.detail-card p,
.benefit-item p,
.mini-card p,
.pillar-card p,
.timeline-item p,
.contact-panel p,
.statement-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.85rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: var(--accent);
}

.button-primary:hover {
  background: #8f2021;
  border-color: #8f2021;
}

.button-secondary {
  color: var(--text);
  border-color: rgba(176, 43, 44, 0.5);
  background: rgba(255, 255, 255, 0.7);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero-stats div,
.info-card,
.detail-card,
.mini-card,
.pillar-card,
.benefit-item,
.timeline-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
}

.hero-stats div {
  padding: 1rem;
  border-radius: var(--radius-md);
}

.hero-stats strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.95rem;
}

.glass-card,
.statement-card,
.contact-panel,
.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.56));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.feature-panel,
.statement-card,
.contact-panel {
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.showcase-label,
.visual-badge {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  border-radius: 0;
  color: #6f1a1b;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(176, 43, 44, 0.25);
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.status-dot::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #888888;
  box-shadow: 0 0 0 0.3rem rgba(136, 136, 136, 0.16);
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 1.8rem 0 0;
  list-style: none;
}

.feature-list li {
  padding: 0.9rem 1rem;
  border-radius: 0;
  color: var(--text);
  background: linear-gradient(90deg, rgba(176, 43, 44, 0.14), rgba(17, 17, 17, 0.04));
}

.section {
  padding: 3rem 0 7rem;
}

.section-contrast {
  padding-top: 6rem;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.64), rgba(10, 10, 10, 0.78)),
    url("hero-background.svg") center/cover no-repeat;
}

.section-contrast .eyebrow,
.section-contrast h2,
.section-contrast h3 {
  color: #ffffff;
}

.section-contrast .eyebrow {
  color: rgba(176, 43, 44, 0.92);
}

.section-contrast .benefit-item {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.section-contrast .benefit-item p {
  color: rgba(255, 255, 255, 0.78);
}

.section-head {
  display: grid;
  gap: 0.6rem;
  max-width: 48rem;
  margin-bottom: 2.2rem;
}

.service-grid,
.service-detail-grid,
.values-grid,
.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

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

.faq-grid,
.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.seo-link-card,
.faq-item {
  display: block;
}

.seo-link-card p,
.faq-item p {
  margin-bottom: 0;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary h3 {
  margin-bottom: 0;
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
  margin: 0;
}

.faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-icon::before {
  width: 1rem;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 1rem;
}

.faq-item[open] .faq-icon::after {
  opacity: 0;
}

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

.info-card,
.detail-card,
.mini-card,
.pillar-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
}

.detail-card h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  line-height: 1;
}

.news-card {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  box-shadow: var(--shadow);
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.65rem;
  color: #ffffff;
  background: var(--accent);
}

.news-card h3 {
  margin-bottom: 0;
}

.news-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  color: var(--accent);
  font-weight: 700;
}

.news-link::after {
  content: ">";
}

.service-overview-section {
  position: relative;
}

.service-overview-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  width: min(100% - 2rem, 1320px);
  height: 1px;
  background: linear-gradient(90deg, rgba(18, 18, 18, 0), rgba(18, 18, 18, 0.12), rgba(18, 18, 18, 0));
  transform: translateX(-50%);
}

.showcase-feature-section {
  position: relative;
  margin-top: 1.5rem;
  padding-top: 4.2rem;
  background:
    radial-gradient(circle at top right, rgba(176, 43, 44, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(246, 246, 243, 0.95));
}

.showcase-feature-section .section-head {
  padding-top: 0.6rem;
}

.showcase-feature-section .section-head h2 {
  max-width: 18ch;
}

.showcase-feature-section .slider-toolbar {
  margin-bottom: 1.3rem;
}

.showcase-slider {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.5rem 0;
  cursor: grab;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
  user-select: none;
}

.showcase-slider::-webkit-scrollbar {
  display: none;
}

.showcase-track {
  display: flex;
  gap: 1.2rem;
  width: max-content;
}

.showcase-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.slider-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.slider-arrow {
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid rgba(18, 18, 18, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.slider-arrow:hover {
  transform: translateY(-2px);
  background: rgba(176, 43, 44, 0.18);
  border-color: rgba(176, 43, 44, 0.34);
}

.slider-arrow span {
  font-size: 1.1rem;
  font-weight: 800;
}

.showcase-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 380px;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.68);
  transition: transform 220ms ease, border-color 220ms ease;
}

.showcase-image {
  position: relative;
  min-height: 280px;
  padding: 1.1rem;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at top right, rgba(176, 43, 44, 0.42), transparent 28%),
    linear-gradient(135deg, #1b1b1b 0%, #7d7d7d 100%);
  transition: transform 280ms ease, filter 280ms ease;
}

.showcase-image::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
}

.showcase-image span {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.8rem;
  border-radius: 0;
  color: #111111;
  font-size: 0.82rem;
  font-weight: 800;
  background: rgba(176, 43, 44, 0.95);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.showcase-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.showcase-image-media::before {
  display: none;
}

.showcase-image-media {
  cursor: zoom-in;
}

.showcase-image-alt {
  background:
    radial-gradient(circle at bottom left, rgba(176, 43, 44, 0.35), transparent 30%),
    linear-gradient(135deg, #dededb 0%, #8f8f89 100%);
}

.showcase-image-soft {
  background:
    radial-gradient(circle at top left, rgba(176, 43, 44, 0.3), transparent 26%),
    linear-gradient(135deg, #5d5d5d 0%, #d9d9d4 100%);
}

.showcase-copy {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  flex: 1;
  padding: 1.2rem 1.25rem 1.35rem;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(18, 18, 18, 0.1);
  background: rgba(176, 43, 44, 0.12);
  color: #111111;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.showcase-card:hover {
  transform: translateY(-10px);
  border-color: rgba(176, 43, 44, 0.34);
}

.showcase-card:hover .showcase-image {
  transform: scale(1.03);
  filter: saturate(1.05);
}

.showcase-card:hover .showcase-image span {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(176, 43, 44, 0.24);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(8px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1180px);
  max-height: 88vh;
}

.lightbox-image {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #111111;
}

.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 90;
  width: min(calc(100% - 2rem), 38rem);
}

.cookie-panel {
  display: grid;
  gap: 1.1rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(16, 17, 18, 0.96), rgba(16, 17, 18, 0.99));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
}

.cookie-copy h2 {
  margin-bottom: 0.7rem;
  color: #ffffff;
}

.cookie-copy p:last-child,
.cookie-option p,
.cookie-note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.cookie-options {
  display: grid;
  gap: 0.8rem;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.cookie-option strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #ffffff;
}

.cookie-option-toggle {
  cursor: pointer;
}

.cookie-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.25rem 0.7rem;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(176, 43, 44, 0.9);
}

.cookie-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.cookie-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-switch-slider {
  position: relative;
  width: 3.4rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  transition: background 180ms ease, border-color 180ms ease;
}

.cookie-switch-slider::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #ffffff;
  transition: transform 180ms ease;
}

.cookie-switch input:checked + .cookie-switch-slider {
  border-color: rgba(176, 43, 44, 0.4);
  background: rgba(176, 43, 44, 0.32);
}

.cookie-switch input:checked + .cookie-switch-slider::before {
  transform: translateX(1.35rem);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cookie-note a {
  color: #ffffff;
}

.cookie-note a:hover {
  color: var(--accent);
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.6rem));
  }
}

@keyframes showcase-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.6rem));
  }
}

@keyframes heroBackgroundShift {
  from {
    background-position: center, center;
  }

  to {
    background-position: center, 54% center;
  }
}

@keyframes heroGlowFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
  }

  50% {
    transform: translate3d(40px, -28px, 0);
    opacity: 1;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroOrbPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0.4rem 0.65rem;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: var(--accent);
}

.split-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.benefit-stack,
.timeline {
  display: grid;
  gap: 1rem;
}

.benefit-item,
.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  border-radius: var(--radius-lg);
}

.benefit-item {
  grid-template-columns: 1fr;
}

.logo-slider {
  position: relative;
  overflow: hidden;
  padding: 0.35rem 0;
}

.logo-track {
  display: flex;
  gap: 1.2rem;
  width: max-content;
  animation: logo-scroll 18s linear infinite;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-card {
  flex: 0 0 calc((var(--container) - 3.6rem) / 4);
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background: #ffffff;
}

.logo-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.84;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.02);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(240, 240, 237, 0.85));
  box-shadow: var(--shadow);
}

.cta-section {
  margin-top: 1rem;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.96)),
    url("hero-background.svg") center/cover no-repeat;
}

.cta-banner-full {
  min-height: 320px;
  padding: 4.5rem 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cta-banner-full .eyebrow,
.cta-banner-full h2 {
  color: #ffffff;
}

.cta-banner-full .eyebrow {
  color: rgba(176, 43, 44, 0.95);
}

.cta-banner-full h2 {
  max-width: 20ch;
  text-wrap: balance;
}

.cta-banner-light {
  min-height: 0;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 248, 245, 0.9));
}

.cta-banner-light .eyebrow {
  color: #7a1f20;
}

.cta-banner-light h2 {
  max-width: 22ch;
  color: var(--text);
}

.page-hero {
  padding-bottom: 1rem;
}

.page-hero-cover {
  min-height: 420px;
  display: flex;
  align-items: end;
}

.page-hero-cover .container {
  width: min(calc(100% - 2rem), var(--container));
}

.page-hero h1 {
  max-width: 14ch;
}

.page-intro {
  max-width: 46rem;
  font-size: 1.05rem;
}

.page-hero-visual {
  margin-top: 2rem;
}

.visual-card {
  padding: 1.3rem;
  border: 1px solid rgba(176, 43, 44, 0.28);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(176, 43, 44, 0.14));
  box-shadow: var(--shadow);
}

.visual-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.visual-panel {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22)),
    linear-gradient(135deg, #202020, #7e7e7e);
}

.visual-panel-accent {
  color: #111111;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.04)),
    linear-gradient(135deg, #b02b2c, #d46d6d);
}

.page-hero.page-hero-cover .visual-card {
  animation: heroFadeUp 1s ease 0.4s both;
}

.process-grid {
  display: grid;
  gap: 2rem;
}

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

.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0;
  font-weight: 800;
  color: #ffffff;
  background: var(--accent);
}

.section-contrast .timeline-item {
  align-content: start;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(12, 12, 12, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.section-contrast .timeline-item h3 {
  margin-bottom: 0.65rem;
}

.section-contrast .timeline-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.about-grid {
  grid-template-columns: 1fr 1.05fr;
  align-items: start;
}

.statement-card {
  height: 100%;
}

.contact-grid {
  grid-template-columns: 0.8fr 1fr;
  align-items: start;
}

.contact-intro {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1.35rem;
  align-items: stretch;
}

.contact-intro-copy {
  display: grid;
  gap: 0.8rem;
}

.contact-intro-copy .eyebrow {
  margin-bottom: 0;
}

.contact-intro-copy h2,
.contact-intro-copy p {
  margin-bottom: 0;
}

.contact-portrait {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.contact-note {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.contact-resource-links {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.contact-resource-links .button {
  width: 100%;
}

.contact-list a,
.contact-list span {
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(17, 17, 17, 0.04);
}

.legal-content {
  display: grid;
  gap: 1.25rem;
}

.legal-content .section-head {
  gap: 0.3rem;
  margin-bottom: 0;
}

.legal-content .section-head h2 {
  margin-bottom: 0;
}

.legal-content .legal-section-head {
  margin-top: 1.65rem;
}

.legal-content .contact-list {
  gap: 0.55rem;
  margin-top: 0;
}

.legal-content p {
  margin: 0;
}

.legal-content .section-head + p,
.legal-content .section-head + .contact-list {
  margin-top: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.form-feedback {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.04);
}

.form-feedback p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-feedback-success {
  border-color: rgba(176, 43, 44, 0.24);
  background: rgba(176, 43, 44, 0.08);
}

.form-feedback-error {
  border-color: rgba(176, 43, 44, 0.38);
  background: rgba(176, 43, 44, 0.12);
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.form-row label {
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
}

.form-row input[aria-invalid="true"],
.form-row select[aria-invalid="true"],
.form-row textarea[aria-invalid="true"] {
  border-color: rgba(176, 43, 44, 0.7);
  background: rgba(255, 244, 244, 0.96);
}

.form-row textarea {
  resize: vertical;
}

.field-error {
  color: #8d2021;
  font-size: 0.92rem;
  line-height: 1.5;
}

.site-footer {
  padding: 0;
}

.footer-full {
  width: 100%;
  padding: 3.2rem 0 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(176, 43, 44, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(16, 17, 18, 0.98), rgba(16, 17, 18, 1));
}

.brand-footer {
  margin-bottom: 0.9rem;
}

.footer-logo {
  height: 3.8rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 0.9fr;
  gap: 2rem;
  align-items: start;
  padding-bottom: 2rem;
}

.footer-region {
  display: grid;
  gap: 1rem;
  padding: 0 0 2rem;
}

.footer-region-disclosure {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.2rem;
}

.footer-region-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.footer-region-summary::-webkit-details-marker {
  display: none;
}

.footer-region-toggle {
  position: relative;
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
}

.footer-region-toggle::before,
.footer-region-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-region-toggle::before {
  width: 0.95rem;
  height: 2px;
}

.footer-region-toggle::after {
  width: 2px;
  height: 0.95rem;
}

.footer-region-disclosure[open] .footer-region-toggle::after {
  opacity: 0;
}

.footer-region-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  padding-top: 1rem;
}

.footer-region-links a {
  color: #ffffff;
}

.footer-region-links a:hover {
  color: var(--accent);
}

.footer-brand {
  max-width: 26rem;
}

.footer-column {
  display: grid;
  gap: 0.8rem;
  color: var(--muted);
}

.footer-column a,
.footer-column span {
  color: #ffffff;
}

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

.footer-title {
  margin-bottom: 0.4rem;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-bottom-right {
  display: grid;
  justify-items: end;
  gap: 0.9rem;
}

.footer-social-links {
  gap: 0.45rem;
}

.footer-social-links .social-link {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.footer-legal a {
  color: #ffffff;
}

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

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

@media (max-width: 960px) {
  .hero-grid,
  .split-grid,
  .about-grid,
  .contact-grid,
  .contact-intro,
  .timeline,
  .service-grid,
  .service-detail-grid,
  .values-grid,
  .pillars,
  .visual-panels {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-grid {
    gap: 1.4rem;
    min-height: auto;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom-right,
  .footer-legal {
    justify-items: flex-start;
    justify-content: flex-start;
  }

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

  .faq-grid,
  .news-grid,
  .seo-link-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card {
    flex-basis: 320px;
    min-height: 440px;
  }

  .logo-card {
    flex-basis: calc((100vw - 3.8rem) / 2);
  }

  .cookie-banner {
    right: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }
}

@media (max-width: 760px) {
  .site-shell::before,
  .site-shell::after,
  .hero.hero-cover::after,
  .page-hero.page-hero-cover::after {
    display: none;
  }

  .site-header {
    padding-top: 0.75rem;
  }

  .nav-wrap {
    position: relative;
    border-radius: 1.4rem;
  }

  .header-actions {
    margin-left: auto;
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-toggle {
    display: inline-block;
    order: 3;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.4rem;
    background: rgba(10, 10, 10, 0.98);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: var(--shadow);
    z-index: 5;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.95rem 1rem;
    color: #ffffff;
    background: transparent;
  }

  .site-nav a:hover,
  .site-nav a.active {
    background: rgba(176, 43, 44, 0.34);
  }

  .social-link {
    width: 2.45rem;
    height: 2.45rem;
  }

  h1 {
    font-size: clamp(2.6rem, 15vw, 4.4rem);
  }

  .hero,
  .page-hero {
    padding-top: 3.75rem;
  }

  .page-hero-cover {
    padding-top: 7.75rem;
  }

  .feature-panel,
  .statement-card,
  .contact-panel,
  .contact-form,
  .cta-banner,
  .footer-full {
    padding: 1.4rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .footer-bottom {
    padding-top: 1rem;
  }

  .showcase-slider {
    overflow-x: auto;
    padding-bottom: 0.4rem;
  }

  .showcase-track {
    animation: none;
    width: auto;
  }

  .showcase-card {
    flex-basis: min(84vw, 320px);
    min-height: 420px;
  }

  .slider-toolbar {
    justify-content: flex-start;
  }

  .slider-arrow {
    width: 2.8rem;
    height: 2.8rem;
  }

  .logo-slider {
    overflow-x: auto;
  }

  .logo-track {
    animation: none;
    width: auto;
  }

  .logo-card {
    flex-basis: min(70vw, 260px);
    min-height: 96px;
  }

  .hero-cover,
  .page-hero-cover {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
    animation: none !important;
  }

  .page-hero-cover {
    padding-top: 7.35rem;
  }

  .hero.hero-cover,
  .page-hero.page-hero-cover,
  .hero.hero-cover .hero-copy > *,
  .page-hero.page-hero-cover .container > *,
  .page-hero.page-hero-cover .visual-card,
  [data-reveal] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-cover .hero-stats div,
  .social-link {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header,
  .hero-cover,
  .page-hero-cover,
  .hero-grid,
  .hero-copy,
  .hero-stats {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .cookie-option {
    align-items: flex-start;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-panel {
    gap: 0.95rem;
    padding: 1rem;
    max-height: calc(100dvh - 2rem);
  }
}

@media (max-width: 420px) {
  .cookie-banner {
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  .cookie-option {
    padding: 0.8rem 0.85rem;
  }

  .cookie-panel {
    padding: 0.9rem;
    max-height: calc(100dvh - 1.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.hero-cover,
  .page-hero.page-hero-cover,
  .hero.hero-cover::after,
  .page-hero.page-hero-cover::after,
  .hero.hero-cover .hero-copy > *,
  .page-hero.page-hero-cover .container > *,
  .page-hero.page-hero-cover .visual-card,
  .showcase-track,
  .logo-track,
  [data-reveal] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  .hero.hero-cover {
    cursor: auto;
  }

  .hero-cursor {
    display: none;
  }
}
