:root {
  --bg: #080d16;
  --bg-soft: #0d1522;
  --surface: rgba(255, 248, 235, 0.05);
  --surface-strong: rgba(255, 248, 235, 0.09);
  --surface-muted: rgba(255, 248, 235, 0.06);
  --surface-dark: #ff7700;
  --surface-dark-soft: rgba(255, 119, 0, 0.12);
  --text: #f2e8d8;
  --text-soft: rgba(242, 232, 216, 0.65);
  --text-light: #f2e8d8;
  --accent: #ff7700;
  --accent-dark: #ff9533;
  --accent-soft: rgba(255, 119, 0, 0.14);
  --accent-glow: rgba(255, 119, 0, 0.22);
  --accent-sea: #4d9fff;
  --accent-rose: #ffb37c;
  --border: rgba(255, 248, 235, 0.1);
  --border-dark: rgba(255, 248, 235, 0.07);
  --shadow: 0 28px 76px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.32);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
  --hero-image: url("assets/Gemini_Generated_Image_xavov3xavov3xavo.png");
  --font-ui: "Assistant", "Segoe UI", sans-serif;
  --font-display: "Rubik", "Assistant", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  color-scheme: light;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  font-family: var(--font-ui);
  color: var(--text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #080d16;
  line-height: 1.6;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    linear-gradient(180deg, rgba(5, 8, 15, 0.68) 0%, rgba(5, 8, 15, 0.52) 42%, rgba(5, 8, 15, 0.82) 100%),
    var(--hero-image) center center / cover no-repeat fixed;
  opacity: 1;
}

body::after {
  background: none;
}

body.no-scroll {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

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

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

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

button {
  cursor: pointer;
}

main,
section,
.site-header,
.site-footer {
  max-width: 100%;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: min(calc(var(--container) + 2rem), 100vw);
  min-width: 0;
  margin-inline: auto;
  padding-inline: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(120deg, rgba(238, 223, 193, 0.96), rgba(255, 232, 201, 0.96) 58%, rgba(255, 179, 124, 0.94) 100%);
  border-bottom: 1px solid rgba(255, 179, 124, 0.24);
  box-shadow: 0 14px 34px rgba(255, 119, 0, 0.08);
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease;
}

.site-header.is-inverted {
  background: linear-gradient(120deg, rgba(238, 223, 193, 0.94), rgba(255, 232, 201, 0.94) 52%, rgba(0, 69, 136, 0.18) 100%);
  border-bottom-color: rgba(255, 179, 124, 0.28);
  box-shadow: 0 18px 42px rgba(0, 69, 136, 0.12);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1.25rem;
  width: 100%;
  min-width: 0;
  direction: ltr;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
  max-width: 100%;
  min-width: 0;
  line-height: 1;
}

.logo-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  max-width: 100%;
  min-width: 0;
}

.logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #c27541;
  box-shadow: 0 14px 24px rgba(194, 117, 65, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  flex-shrink: 0;
}

.logo-mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.logo-wordmark,
.logo-submark {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-wordmark {
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  background: linear-gradient(135deg, #ff7700, #ffb37c, #ff7700);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 12px rgba(255, 119, 0, 0.35));
  transition: letter-spacing 0.28s ease, filter 0.28s ease;
}

.logo-submark {
  color: #004588;
  letter-spacing: 0.26em;
  font-size: 0.68rem;
  font-weight: 900;
}

.logo:hover .logo-wordmark,
.logo:focus-visible .logo-wordmark {
  letter-spacing: 0.16em;
  filter: drop-shadow(0 0 18px rgba(255, 119, 0, 0.48));
}

.site-nav {
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  padding: 1rem 1.25rem 1.2rem;
  background: linear-gradient(145deg, rgba(247, 233, 206, 0.98), rgba(255, 241, 220, 0.98) 62%, rgba(255, 190, 140, 0.94) 100%);
  border-bottom: 1px solid rgba(36, 52, 74, 0.08);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 18px 36px rgba(93, 69, 48, 0.12);
  transition: background 0.28s ease, border-color 0.28s ease;
  direction: rtl;
}

.site-header.is-inverted .site-nav {
  background: linear-gradient(145deg, rgba(246, 232, 208, 0.98), rgba(255, 242, 219, 0.98) 58%, rgba(206, 220, 228, 0.96) 100%);
  border-bottom-color: rgba(36, 52, 74, 0.1);
}

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

.site-nav a {
  position: relative;
  padding: 0.85rem 0;
  color: #2c2a27;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 1.04rem;
  letter-spacing: 0.01em;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.site-header.is-inverted .site-nav a {
  color: #26354a;
}

.site-nav a.is-active {
  color: #18334f;
}

.site-header.is-inverted .site-nav a.is-active {
  color: #18334f;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 14%;
  left: 14%;
  bottom: 0.12rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffae35, #ff7700 68%, #004588 100%);
  opacity: 0;
  transform: scaleX(0.6);
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ff7700;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a:focus-visible {
  outline: none;
}

.site-nav a:focus-visible::before {
  content: "";
  position: absolute;
  inset: -0.3rem -0.6rem;
  border-radius: 999px;
  box-shadow: 0 0 0 2px rgba(24, 51, 79, 0.18);
  pointer-events: none;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(36, 52, 74, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.22s ease;
}

.site-header.is-inverted .nav-toggle {
  background: rgba(255, 255, 255, 0.46);
  border-color: rgba(36, 52, 74, 0.14);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: #18334f;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-inverted .nav-toggle span {
  background: #18334f;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.58);
}

.nav-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(24, 51, 79, 0.14);
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.noscript-banner {
  padding: 0.85rem 1rem;
  background: #203754;
  color: var(--text-light);
  text-align: center;
  font-size: 0.95rem;
}

.section {
  padding: 4rem 0;
}

.page main {
  position: relative;
  isolation: isolate;
}

.page main > * {
  position: relative;
  z-index: 1;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 3rem;
  background:
    linear-gradient(180deg, rgba(5, 8, 15, 0.55) 0%, rgba(5, 8, 15, 0.38) 45%, rgba(5, 8, 15, 0.68) 100%),
    var(--hero-image) center 30% / cover no-repeat;
  color: var(--text-light);
}

/* ── Flat hero (no card) ── */
.hero-flat {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  gap: 1.1rem;
  justify-items: center;
}

.hero-flat__eyebrow {
  color: #ffb87a;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-flat__eyebrow::before,
.hero-flat__eyebrow::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: linear-gradient(90deg, transparent, #ffb87a);
  opacity: 0.7;
}
.hero-flat__eyebrow::after {
  background: linear-gradient(90deg, #ffb87a, transparent);
}

.hero-flat__title {
  font-family: "Heebo", var(--font-display);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.7),
    0 4px 24px rgba(0,0,0,0.6),
    0 8px 64px rgba(0,0,0,0.45);
}

.hero-flat__copy {
  max-width: 52ch;
  font-size: clamp(1rem, 2.4vw, 1.1rem);
  line-height: 1.85;
  color: rgba(255, 242, 225, 0.96);
  font-weight: 500;
  text-shadow: 0 1px 12px rgba(0,0,0,0.65);
  margin-inline: auto;
}

.hero-flat .hero-actions {
  margin-top: 0.4rem;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 46%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.16), transparent 16%),
    radial-gradient(circle at 82% 18%, rgba(217, 120, 69, 0.08), transparent 20%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 58%,
      rgba(255, 255, 255, 0.04) 100%
    );
  pointer-events: none;
}

.hero-section .hero-grid {
  position: relative;
  z-index: 1;
}

.page-hero--brand,
.section--brand,
.section--closing,
.portfolio-dark {
  position: relative;
  overflow: hidden;
}

.page-hero--brand::before,
.section--brand::before,
.section--closing::before,
.portfolio-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 84% 70%, rgba(217, 120, 69, 0.04), transparent 24%),
    radial-gradient(circle at 74% 18%, rgba(110, 150, 143, 0.03), transparent 22%);
  opacity: 0.64;
  transform: none;
  pointer-events: none;
}

.page-hero--brand::after,
.section--brand::after,
.section--closing::after,
.portfolio-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 80%,
      rgba(255, 255, 255, 0.04) 100%
    );
  pointer-events: none;
}

.section--soft.section--brand::after {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0) 22%,
      rgba(255, 255, 255, 0) 78%,
      rgba(255, 255, 255, 0.03) 100%
    ),
    radial-gradient(circle at 24% 34%, rgba(110, 150, 143, 0.02), transparent 30%);
}

.page-hero--brand::after {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 24%,
      rgba(255, 255, 255, 0) 76%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    radial-gradient(circle at 80% 20%, rgba(202, 142, 139, 0.04), transparent 22%);
}

.section--closing::after {
  background:
    linear-gradient(
      180deg,
      rgba(19, 38, 63, 0.02) 0%,
      rgba(19, 38, 63, 0.06) 18%,
      rgba(19, 38, 63, 0.1) 50%,
      rgba(19, 38, 63, 0.02) 100%
    ),
    radial-gradient(circle at 82% 50%, rgba(217, 120, 69, 0.04), transparent 24%);
}

.page-hero--brand > .container,
.section--brand > .container,
.section--closing > .container,
.portfolio-dark > .container {
  position: relative;
  z-index: 1;
}

.section--tight {
  padding-top: 0;
}

.section--soft {
  background: transparent;
}

.eyebrow,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading,
.display-title {
  margin: 0.6rem 0 1rem;
  font-size: clamp(2rem, 8vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text);
  text-wrap: balance;
}

.section-heading {
  font-size: clamp(1.8rem, 6vw, 3.2rem);
}

.section-heading--large {
  font-size: clamp(2rem, 7vw, 4rem);
}

.section-copy {
  margin: 0;
  max-width: 64ch;
  color: var(--text-soft);
  font-size: clamp(1rem, 2.4vw, 1.02rem);
  text-wrap: pretty;
}

.section-copy--hero {
  font-size: clamp(1rem, 2.8vw, 1.08rem);
}

.section-copy--light {
  color: rgba(255, 248, 240, 0.9);
}

.page-hero--brand .eyebrow,
.section--brand .eyebrow,
.section--closing .eyebrow,
.portfolio-dark .eyebrow {
  color: var(--accent-dark);
}

.section--closing .eyebrow,
.portfolio-dark .eyebrow {
  color: #f2c097;
}

.page-hero--brand .section-heading,
.section--brand .section-heading {
  color: var(--text);
}

.hero-section .section-heading,
.hero-section .display-title {
  color: var(--text);
}

.page-hero--brand .section-copy,
.section--brand .section-copy,
.portfolio-dark .section-copy {
  color: var(--text-soft);
}

.section--closing .section-heading,
.portfolio-dark .section-heading {
  color: var(--text-light);
}

.section--closing .section-copy,
.section--closing .cta-note,
.portfolio-dark .section-copy {
  color: rgba(255, 248, 240, 0.8);
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-head--light {
  color: var(--text-light);
}

.hero-grid,
.page-hero-grid,
.local-layout,
.lead-shell,
.project-shell {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  min-width: 0;
}

.hero-grid > *,
.page-hero-grid > *,
.local-layout > *,
.lead-shell > *,
.project-shell > *,
.point-list > *,
.services-grid > *,
.trust-grid > *,
.project-grid > *,
.faq-wrapper > *,
.faq-list > * {
  min-width: 0;
}

.hero-grid {
  align-items: stretch;
}

.hero-grid--solo {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.hero-grid--solo .hero-copy {
  width: min(100%, 560px);
  margin-inline: auto;
}

.hero-copy,
.highlight-panel,
.note-panel,
.lead-panel,
.form-panel,
.sidebar-card,
.gallery-card,
.detail-section,
.cta-band,
.service-card,
.project-card,
.point-card,
.process-card,
.trust-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(252, 242, 230, 0.3)),
    var(--surface);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.hero-copy {
  padding: 1.7rem 1.55rem;
  display: grid;
  gap: 0.9rem;
  overflow: hidden;
}

.hero-copy-main {
  display: grid;
  gap: 0.6rem;
  align-content: start;
  justify-items: center;
  text-align: center;
  max-width: 34rem;
  margin-inline: auto;
}

.hero-copy::before,
.highlight-panel::before,
.note-panel::before,
.lead-panel::before,
.form-panel::before,
.sidebar-card::before,
.gallery-card::before,
.detail-section::before,
.cta-band::before,
.service-card::before,
.project-card::before,
.point-card::before,
.process-card::before,
.trust-card::before,
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.38), transparent 34%),
    radial-gradient(circle at top right, rgba(202, 142, 139, 0.14), transparent 28%);
  pointer-events: none;
}

.hero-section .hero-copy,
.hero-section .highlight-panel {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 32px 86px rgba(28, 40, 58, 0.18);
}

.hero-section .hero-copy {
  background: rgba(255, 245, 230, 0.45);
  backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid rgba(255, 179, 124, 0.35);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(255, 119, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hero-grid--solo .hero-card {
  width: min(100%, 560px);
  margin: 0 auto;
}

.hero-section .hero-card {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: clamp(2rem, 5vw, 3.15rem);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 20, 50, 0.92), rgba(0, 40, 80, 0.88) 50%, rgba(20, 5, 0, 0.92));
  border: 1px solid rgba(255, 119, 0, 0.25);
  box-shadow:
    0 0 60px rgba(255, 119, 0, 0.12),
    0 0 120px rgba(255, 119, 0, 0.06),
    0 25px 50px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

.hero-card::before {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 119, 0, 0.12), transparent 22%),
    radial-gradient(circle at 22% 82%, rgba(0, 122, 255, 0.1), transparent 20%);
  opacity: 1;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255, 255, 255, 0.04) 14.3%, transparent 14.6%),
    linear-gradient(0deg, transparent 0 16%, rgba(255, 255, 255, 0.03) 16.3%, transparent 16.6%);
  background-size: 100% 100%, 100% 100%;
  mix-blend-mode: screen;
  opacity: 0.32;
  pointer-events: none;
}

.hero-circuit-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
  opacity: 0.72;
}

.hero-card > *:not(.hero-circuit-bg) {
  position: relative;
  z-index: 1;
}

.hero-section .hero-copy:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(255, 119, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.hero-section .hero-card:hover {
  box-shadow:
    0 0 72px rgba(255, 119, 0, 0.16),
    0 0 140px rgba(255, 119, 0, 0.08),
    0 28px 56px rgba(0, 0, 0, 0.42);
}

.hero-section .highlight-panel {
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.72), rgba(241, 226, 204, 0.78));
}

.highlight-panel,
.note-panel,
.lead-panel,
.form-panel,
.sidebar-card,
.gallery-card,
.detail-section,
.cta-band,
.point-card,
.process-card,
.trust-card {
  padding: 1.5rem;
}

.note-panel h2,
.lead-panel h2,
.sidebar-card h3,
.detail-section h2 {
  margin: 0.6rem 0 0.9rem;
  font-size: clamp(1.24rem, 4.4vw, 1.4rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.note-panel p,
.lead-panel p,
.sidebar-card p,
.detail-section p {
  margin: 0;
  color: var(--text-soft);
  text-wrap: pretty;
}

.hero-section .eyebrow,
.hero-section .card-kicker {
  color: var(--accent-dark);
}

.brand-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
  font-family: var(--font-display);
}

.brand-redrock {
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.28em;
  color: #ff7700;
  text-shadow: 0 0 20px rgba(255, 119, 0, 0.5);
}

.brand-divider {
  color: rgba(255, 119, 0, 0.35);
  font-weight: 300;
}

.brand-studio {
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.65);
}

.hero-section .display-title {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-section .section-copy,
.hero-section .hero-bullets li {
  color: rgba(255, 255, 255, 0.78);
}

.hero-card h1 {
  color: #ffffff;
}

.hero-card p {
  color: rgba(255, 255, 255, 0.78);
}

.hero-card .section-copy--hero {
  max-width: 36ch;
  font-size: 1.08rem;
  line-height: 1.92;
}

.hero-card .cta-button {
  background: #ff7700;
  box-shadow: 0 4px 20px rgba(255, 119, 0, 0.4);
}

.hero-card .cta-button:hover {
  box-shadow: 0 6px 30px rgba(255, 119, 0, 0.65);
  transform: translateY(-2px);
}

@media (max-width: 720px) {
  .hero-grid--solo .hero-card {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }

  .hero-section .hero-card {
    border-radius: 14px;
  }

  .brand-lockup {
    gap: 0.55rem;
    margin-bottom: 1.35rem;
  }
}

@media (max-width: 767px) {
  .container {
    padding-inline: 0.85rem;
  }

  .section {
    padding: 3.15rem 0;
  }

  .hero-section {
    padding: 4.35rem 0 3.35rem;
  }

  .hero-grid--solo .hero-card {
    width: 100%;
    margin: 0;
  }

  .hero-section .hero-card {
    padding: 1.35rem 1.1rem 1.45rem;
    border-radius: 18px;
    box-shadow:
      0 0 32px rgba(255, 119, 0, 0.12),
      0 18px 34px rgba(0, 0, 0, 0.34);
  }

  .hero-card::after {
    opacity: 0.16;
  }

  .hero-circuit-bg {
    opacity: 0.42;
    transform: scale(1.08);
    transform-origin: center;
  }

  .hero-copy-main {
    width: 100%;
    max-width: 100%;
    gap: 0.8rem;
  }

  .brand-lockup {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
  }

  .brand-redrock {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
  }

  .brand-divider {
    font-size: 0.82rem;
  }

  .brand-studio {
    font-size: 0.78rem;
    letter-spacing: 0.26em;
  }

  .hero-section .display-title {
    font-size: clamp(2.35rem, 14vw, 3.5rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  .hero-card .section-copy--hero {
    max-width: 30ch;
    font-size: 0.98rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.82);
  }

  .hero-actions {
    width: 100%;
    margin-top: 0.8rem;
  }

  .hero-card .cta-button {
    width: 100%;
    min-height: 50px;
  }

  .section--local .local-layout,
  .section--services .services-grid,
  .process-grid,
  .faq-wrapper,
  .page-hero-grid,
  .lead-shell,
  .project-shell {
    gap: 1rem;
  }

  .section--local .local-layout > :first-child,
  .section--local .point-card,
  .section--services .service-card,
  .section--process .process-card,
  .portfolio-dark > .container,
  .faq-list,
  .section--closing .cta-band {
    border-radius: 20px;
  }

  .section--local .local-layout > :first-child,
  .section--local .point-card,
  .section--services .service-card,
  .section--process .process-card {
    padding: 1.1rem 1rem;
  }

  .section--local .section-heading,
  .section--services .section-heading,
  .section--process .section-heading,
  .faq-title {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.8rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .section--local .section-copy,
  .section--services .section-copy,
  .section--process .section-copy,
  .faq-left-panel .section-copy {
    font-size: 1rem;
    line-height: 1.75;
  }

  .section--services .service-card h3,
  .section--process .process-card h3,
  .section--local .point-title {
    font-size: 1.18rem;
    line-height: 1.34;
  }

  .section--services .service-card p,
  .section--process .process-card p,
  .section--local .point-summary,
  .faq-answer-inner {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .teaser-grid {
    grid-auto-flow: row;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    margin-top: 1rem;
    gap: 0.85rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .teaser-card {
    min-height: 340px;
    border-radius: 24px;
  }

  .teaser-card img {
    min-height: 340px;
  }

  .hero-actions,
  .stacked-actions,
  .form-actions,
  .price-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions > .btn,
  .stacked-actions > .btn,
  .form-actions > .btn,
  .faq-footer > .btn {
    width: 100%;
  }

  .price-chip,
  .project-card,
  .faq-item {
    width: 100%;
    min-width: 0;
  }

  .filter-row {
    overflow: visible;
    padding-bottom: 0;
  }

  .project-grid {
    gap: 1rem;
    padding: 0.25rem 0;
  }

  .project-card-body {
    padding: 1.15rem 1rem 1.35rem;
  }

  .project-meta {
    justify-content: flex-start;
  }

  .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  }

  .gallery-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .faq-left-panel {
    gap: 0.85rem;
    width: 100%;
  }

  .faq-list {
    padding: 0.75rem;
  }

  .faq-question {
    align-items: flex-start;
    padding: 1.05rem 0.95rem;
    font-size: clamp(1.05rem, 4.8vw, 1.15rem);
  }

  .faq-footer {
    padding: 0.9rem;
  }

  .faq-answer-inner {
    padding: 0 1rem 1.15rem;
    font-size: clamp(0.96rem, 3.8vw, 1rem);
  }

  .footer-shell {
    justify-content: center;
  }
}

.hero-bullets,
.proof-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.hero-bullets li,
.proof-list li {
  position: relative;
  padding-right: 1.2rem;
}

.hero-bullets li::before,
.proof-list li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.hero-section .hero-bullets li::before {
  background: linear-gradient(135deg, var(--accent), var(--accent-sea));
}

.hero-bullets--compact {
  margin-top: 1.5rem;
}

.hero-actions,
.stacked-actions,
.project-links,
.form-actions,
.footer-shell,
.price-row,
.filter-row,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  min-width: 0;
}

.hero-actions {
  margin-top: 1.5rem;
  justify-content: center;
}

.hero-section .hero-actions {
  margin-top: 1rem;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 100%;
  min-height: 48px;
  padding: 0.85em 1.1em;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #d97845 0%, #cf6f59 56%, #b5544f 100%);
  color: #fffaf4;
  font-size: clamp(1rem, 3vw, 1.05rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  box-shadow: 0 16px 36px rgba(185, 95, 59, 0.24);
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.08));
  z-index: -1;
}

.btn:hover {
  transform: translateY(-3px);
  filter: saturate(1.04);
  box-shadow: 0 24px 48px rgba(185, 95, 59, 0.28);
}

.btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.btn--ghost {
  background: rgba(255, 249, 242, 0.54);
  color: var(--text);
  border-color: rgba(36, 52, 74, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.hero-section .btn--ghost,
.section--closing .btn--ghost,
.portfolio-dark .btn--ghost {
  color: var(--text-light);
  border-color: rgba(255, 248, 240, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.btn--soft {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 248, 240, 0.12);
  color: var(--text-light);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.price-row {
  margin-top: 1.25rem;
}

.price-chip {
  display: grid;
  gap: 0.2rem;
  min-width: 160px;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(36, 52, 74, 0.08);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.92), rgba(247, 236, 222, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-section .price-chip {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.84), rgba(244, 229, 208, 0.84));
  border-color: rgba(255, 255, 255, 0.32);
}

.price-chip strong {
  font-size: 1.15rem;
  color: var(--text);
}

.hero-section .price-chip strong {
  color: var(--text);
}

.price-chip span,
.price-chip small {
  color: var(--text-soft);
}

.point-list,
.services-grid,
.trust-grid,
.project-grid {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.section--local .local-layout {
  gap: clamp(1.25rem, 2.8vw, 2.6rem);
  align-items: stretch;
}

.section--local::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 245, 230, 0.12), rgba(255, 232, 201, 0.08));
  z-index: 1;
  opacity: 1;
}

.section--local > .container {
  position: relative;
  z-index: 2;
}

.section--local .local-layout > :first-child,
.section--local .point-card {
  position: relative;
  border: 1px solid rgba(255, 179, 124, 0.28);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 249, 241, 0.52), rgba(255, 220, 186, 0.22) 72%, rgba(255, 240, 223, 0.38) 100%),
    rgba(255, 246, 234, 0.3);
  box-shadow: 0 18px 42px rgba(74, 52, 34, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(1.08);
}

.section--local .local-layout > :first-child {
  padding: clamp(1.4rem, 3vw, 2.15rem);
}

.section--local .local-layout > :first-child::before,
.section--local .point-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.36), transparent 34%),
    radial-gradient(circle at top right, rgba(217, 120, 69, 0.1), transparent 30%);
  pointer-events: none;
}

.section--local .eyebrow {
  color: #c96524;
  text-shadow: none;
}

.section--local .section-heading {
  max-width: 11ch;
  color: #17395d;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 10px 30px rgba(255, 249, 242, 0.24);
  text-wrap: balance;
}

.section--local .section-copy {
  max-width: 35rem;
  color: rgba(24, 39, 58, 0.9);
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.9;
}

.section--local .point-list {
  gap: 1.1rem;
}

.point-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  min-height: 100%;
}

.section--local .point-card {
  padding: 1.28rem 1.35rem;
  min-height: 164px;
}

.point-copy {
  display: grid;
  gap: 0.45rem;
}

.section--local .point-copy {
  gap: 0.55rem;
}

.point-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
  color: var(--text);
}

.section--local .point-title {
  color: #17395d;
  font-size: 1.14rem;
  line-height: 1.28;
  font-weight: 800;
  text-shadow: none;
  text-wrap: balance;
}

.point-summary {
  margin: 0;
  color: var(--text-soft);
}

.section--local .point-summary {
  color: rgba(27, 42, 61, 0.84);
  font-size: 0.99rem;
  font-weight: 500;
  line-height: 1.8;
}

.point-mark {
  color: var(--accent);
  font-size: 1.4rem;
  line-height: 1;
}

.section--local .point-mark {
  color: #cc6a2f;
  font-size: 1.2rem;
  margin-top: 0.08rem;
  text-shadow: 0 8px 18px rgba(255, 119, 0, 0.16);
}

.section--services > .container {
  position: relative;
}

.section--services .eyebrow {
  color: #bf5e23;
  text-shadow: none;
}

.section--services .section-heading {
  max-width: 14ch;
  color: #17395d;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 10px 26px rgba(255, 246, 236, 0.22);
  text-wrap: balance;
}

.section--services .section-copy {
  max-width: 42rem;
  color: rgba(22, 43, 64, 0.94);
  font-size: 1.11rem;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.section--services .services-grid {
  margin-top: 1.25rem;
  gap: 1.15rem;
}

.service-card {
  padding: 1.5rem;
  display: grid;
  gap: 0.85rem;
  min-height: 100%;
  align-content: start;
  overflow: hidden;
}

.section--services .service-card {
  padding: 1.45rem 1.35rem 1.5rem;
  border-color: rgba(255, 179, 124, 0.26);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.54), rgba(245, 225, 202, 0.24) 72%, rgba(236, 225, 214, 0.26) 100%),
    rgba(255, 245, 232, 0.34);
  box-shadow: 0 24px 54px rgba(79, 58, 38, 0.11);
  backdrop-filter: blur(18px) saturate(1.08);
}

.section--services .service-card::before {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.34), transparent 34%),
    radial-gradient(circle at top right, rgba(217, 120, 69, 0.1), transparent 30%);
}

.service-card::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -24px;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: radial-gradient(circle, rgba(110, 150, 143, 0.16), rgba(110, 150, 143, 0));
  pointer-events: none;
}

.section--services .service-card::after {
  top: -24px;
  left: -20px;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(110, 150, 143, 0.12), rgba(110, 150, 143, 0));
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: linear-gradient(145deg, rgba(19, 38, 63, 0.92), rgba(58, 85, 120, 0.82));
  color: var(--text-light);
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 32px rgba(19, 38, 63, 0.16);
}

.section--services .service-icon {
  width: fit-content;
  min-width: 72px;
  height: auto;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  border-radius: 9999px;
  background: rgba(255, 245, 230, 0.5);
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.section--services .service-card:nth-child(1) .service-icon {
  color: #b36a00;
  background: rgba(255, 179, 0, 0.12);
  border-color: rgba(179, 106, 0, 0.35);
}

.section--services .service-card:nth-child(2) .service-icon {
  color: #004588;
  background: rgba(0, 69, 136, 0.1);
  border-color: rgba(0, 69, 136, 0.3);
}

.section--services .service-card:nth-child(3) .service-icon {
  color: #cc5500;
  background: rgba(255, 119, 0, 0.12);
  border-color: rgba(204, 85, 0, 0.35);
}

.service-card .card-kicker {
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(19, 38, 63, 0.08);
  color: rgba(36, 52, 74, 0.82);
  letter-spacing: 0.1em;
}

.service-card h3,
.process-card h3,
.trust-card h3,
.project-card h3 {
  margin: 0.75rem 0 0.6rem;
  font-size: 1.3rem;
}

.section--services .service-card h3 {
  margin-top: 0.9rem;
  color: #17395d;
  font-size: 1.34rem;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.process-card {
  display: grid;
  gap: 0.85rem;
  min-height: 100%;
  flex: 1 1 0;
  min-width: 220px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 119, 0, 0.25);
  border-radius: 16px;
  background: rgba(255, 227, 180, 0.15);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  align-content: start;
}

.section--process {
  position: relative;
  overflow: clip;
}

.section--process > .container {
  position: relative;
  overflow: clip;
}

.section--process .eyebrow {
  color: #bf5e23;
  text-shadow: none;
}

.section--process .section-heading {
  max-width: 12ch;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #17395d;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 10px 26px rgba(255, 246, 236, 0.22);
  text-wrap: balance;
}

.section--process .section-copy {
  max-width: 40rem;
  color: rgba(22, 43, 64, 0.94);
  font-size: 1.11rem;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.section--process .process-card {
  border-color: rgba(255, 179, 124, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.54), rgba(245, 225, 202, 0.24) 72%, rgba(236, 225, 214, 0.26) 100%),
    rgba(255, 245, 232, 0.34);
  box-shadow: 0 24px 54px rgba(79, 58, 38, 0.11);
  backdrop-filter: blur(18px) saturate(1.08);
}

.section--process .process-card h3 {
  color: #17395d;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.section--process .process-card p {
  color: rgba(22, 43, 64, 0.9);
  font-size: 1.01rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: -0.005em;
  text-wrap: pretty;
}

.process-grid {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 1.5rem;
  overflow-x: auto;
  padding: 0.3rem 0.2rem 0.5rem;
}

.process-connector {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 44px;
}

.process-connector__line {
  width: 60px;
  height: 2px;
  border-radius: 999px;
  background: #ff7700;
  box-shadow: 0 0 8px rgba(255, 119, 0, 0.6);
}

.process-connector__arrow {
  width: 0;
  height: 0;
  margin-right: -2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #ff7700;
  filter: drop-shadow(0 0 4px rgba(255, 119, 0, 0.8));
}

.process-card:hover {
  transform: none;
  border-color: rgba(255, 119, 0, 0.6);
  box-shadow: 0 4px 24px rgba(255, 119, 0, 0.15);
}

.process-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.22rem;
  line-height: 1.3;
}

.process-card p {
  margin: 0;
  color: rgba(26, 26, 26, 0.76);
  line-height: 1.72;
}

.service-card p,
.process-card p,
.project-card p,
.project-links a,
.trust-label {
  margin: 0;
  color: var(--text-soft);
}

.section--services .service-card p {
  color: rgba(22, 43, 64, 0.9);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: -0.005em;
  text-wrap: pretty;
}

:is(.service-card, .point-card, .process-card, .project-card, .faq-item, .note-panel, .lead-panel, .form-panel, .sidebar-card, .detail-section, .gallery-card, .price-chip, .filter-chip) {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

:is(.service-card, .point-card, .process-card, .project-card, .faq-item, .note-panel, .lead-panel, .form-panel, .sidebar-card, .detail-section):hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(93, 69, 48, 0.16);
  border-color: rgba(217, 120, 69, 0.18);
}

.portfolio-dark {
  color: var(--text);
}

.portfolio-dark > .container {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 179, 124, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.22), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(255, 179, 124, 0.16), transparent 18%),
    radial-gradient(circle at 78% 82%, rgba(255, 119, 0, 0.08), transparent 16%),
    linear-gradient(145deg, rgba(255, 245, 230, 0.24), rgba(255, 232, 201, 0.16) 68%, rgba(255, 179, 124, 0.1) 100%),
    rgba(255, 245, 230, 0.14);
  box-shadow: 0 20px 54px rgba(255, 119, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px) saturate(1.08);
}

.section-head--portfolio {
  margin-bottom: 0.8rem;
}

.portfolio-proof {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 179, 124, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 245, 230, 0.2), rgba(255, 232, 201, 0.12)),
    rgba(255, 245, 230, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.portfolio-proof-copy {
  margin: 0;
  max-width: 72ch;
  color: rgba(26, 26, 26, 0.74);
  font-size: 0.98rem;
}

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

.portfolio-dark .section-heading {
  color: var(--text);
}

.portfolio-dark .section-copy,
.portfolio-dark .section-copy--light {
  color: var(--text-soft);
}

.portfolio-dark .btn--ghost {
  color: var(--text);
  border-color: rgba(255, 179, 124, 0.24);
  background: rgba(255, 245, 230, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.portfolio-dark .btn--soft {
  color: var(--text);
  border-color: rgba(255, 179, 124, 0.22);
  background: rgba(255, 245, 230, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.hero-actions--subtle {
  margin-top: 0;
}

.teaser-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 88vw);
  gap: 1rem;
  margin-top: 1.4rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x proximity;
}

.teaser-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 241, 224, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.28), rgba(237, 226, 214, 0.18) 72%, rgba(208, 221, 228, 0.14) 100%),
    rgba(255, 247, 238, 0.11);
  min-height: 420px;
  scroll-snap-align: start;
  box-shadow: 0 28px 74px rgba(45, 35, 31, 0.16);
  backdrop-filter: blur(18px) saturate(1.05);
}

.teaser-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at top right, var(--teaser-accent-soft), transparent 30%);
  pointer-events: none;
  z-index: 1;
}

.teaser-link {
  position: relative;
  display: grid;
  min-height: 100%;
  overflow: hidden;
}

.teaser-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
  filter: saturate(1.02) contrast(1.01);
  transition: transform 0.34s ease, filter 0.28s ease;
}

.teaser-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 20, 27, 0) 48%, rgba(15, 20, 27, 0.08) 70%, rgba(15, 20, 27, 0.24) 100%);
  pointer-events: none;
}

.teaser-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 241, 224, 0.28);
  box-shadow: 0 32px 80px rgba(45, 35, 31, 0.2);
}

.teaser-card:hover img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.02);
}

.teaser-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  align-content: end;
  padding: 0.95rem;
}

.teaser-panel {
  position: relative;
  display: grid;
  gap: 0.62rem;
  padding: 0.95rem 0.95rem 1rem;
  border: 1px solid rgba(255, 241, 224, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.34), rgba(237, 226, 214, 0.24) 72%, rgba(208, 221, 228, 0.18) 100%),
    rgba(255, 247, 238, 0.14);
  box-shadow: 0 18px 46px rgba(34, 28, 28, 0.14);
  backdrop-filter: blur(18px) saturate(1.06);
}

.teaser-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.22), transparent 32%),
    radial-gradient(circle at top right, var(--teaser-accent-soft), transparent 28%);
  pointer-events: none;
}

.teaser-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  background: rgba(25, 54, 80, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff7ef;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.teaser-overlay h3 {
  margin: 0;
  color: #1f3d58;
  font-size: clamp(1.18rem, 4.2vw, 1.42rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.teaser-subhead {
  margin: 0;
  max-width: 27ch;
  color: rgba(22, 43, 64, 0.86);
  font-size: 0.97rem;
  line-height: 1.65;
}

.process-index {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.94rem;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 12px rgba(255, 119, 0, 0.4);
}

@media (max-width: 768px) {
  .section--process .section-heading {
    max-width: 9ch;
  }

  .section--process .section-copy {
    max-width: 30ch;
  }

  .process-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
    margin-top: 1.1rem;
    padding: 0;
    overflow: visible;
  }

  .section--process .process-card {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 1rem 1rem 1rem;
    padding-top: 4.1rem;
    border-radius: 20px;
    background:
      linear-gradient(145deg, rgba(255, 250, 242, 0.72), rgba(245, 225, 202, 0.32) 72%, rgba(236, 225, 214, 0.28) 100%),
      rgba(255, 245, 232, 0.48);
    box-shadow: 0 18px 36px rgba(79, 58, 38, 0.1);
  }

  .process-connector {
    width: 2px;
    height: 28px;
    flex-direction: column;
    justify-self: end;
    margin: -0.2rem 1.75rem -0.05rem 0;
  }

  .process-connector__line {
    width: 2px;
    height: 28px;
  }

  .process-connector__arrow {
    margin-top: -2px;
    margin-right: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 9px solid #ff7700;
    border-bottom: 0;
  }

  .process-index {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 38px;
    height: 38px;
    font-size: 0.88rem;
    z-index: 2;
  }

  .section--process .process-card h3,
  .section--process .process-card p {
    padding-inline-end: 2.9rem;
  }

  .section--process .process-card h3 {
    margin: 0;
  }
}

.trust-grid {
  margin-top: 1.5rem;
}

.trust-card {
  display: grid;
  gap: 0.3rem;
  min-height: 136px;
}

.trust-value {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

.trust-label {
  font-size: 0.92rem;
}

.faq-section {
  position: relative;
  padding: 0;
  background: transparent;
  direction: rtl;
  overflow: hidden;
}

.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.faq-section::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 18%),
    radial-gradient(circle at 82% 72%, rgba(255, 119, 0, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), rgba(255, 232, 201, 0.05));
  opacity: 0.9;
}

.faq-section::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.faq-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.faq-left-panel {
  position: sticky;
  top: 6rem;
  flex: 0 0 320px;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.faq-orb {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 119, 0, 0.25), rgba(255, 119, 0, 0) 70%);
  filter: blur(30px);
  animation: orbPulse 4s ease-in-out infinite;
  pointer-events: none;
}

.faq-orb--one {
  top: -3.2rem;
  right: -2.2rem;
}

.faq-orb--two {
  top: 11rem;
  left: -3.5rem;
  animation-delay: 1.4s;
}

@keyframes orbPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }

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

.faq-title {
  position: relative;
  margin: 0;
  font-weight: 800;
  font-size: clamp(1.7rem, 6vw, 2rem);
  line-height: 1.15;
  color: #004588;
  text-wrap: balance;
}

.faq-list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(255, 119, 0, 0.12);
  border-radius: 24px;
  background: rgba(255, 248, 239, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(12px);
}

.faq-item {
  position: relative;
  min-width: 350px;
  border: 1px solid rgba(255, 115, 0, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.42), rgba(255, 240, 220, 0.24));
  box-shadow: 0 14px 28px rgba(120, 71, 28, 0.06);
  overflow: hidden;
  transition: all 0.2s ease;
}

.section--brand :is(.service-card, .point-card, .process-card, .trust-card, .faq-item),
.page-hero--brand :is(.note-panel) {
  box-shadow: 0 24px 70px rgba(19, 38, 63, 0.14);
}

.section--brand .filter-chip {
  background: rgba(255, 249, 242, 0.7);
  border-color: rgba(36, 52, 74, 0.1);
  color: rgba(36, 52, 74, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.section--brand .filter-chip.is-active {
  border-color: rgba(255, 248, 240, 0.24);
  background: linear-gradient(135deg, #13263f, #21405d);
  color: var(--text-light);
  box-shadow: 0 16px 32px rgba(19, 38, 63, 0.16);
}

.faq-item.is-open {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 242, 225, 0.34));
  backdrop-filter: blur(12px);
  border-color: rgba(255, 119, 0, 0.32);
  border-right: 3px solid #ff7700;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255, 119, 0, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  padding: 1.4rem 1.2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
  font-weight: 700;
  color: #004588;
}

.faq-question > span:last-child {
  flex: 1;
  min-width: 0;
}

.faq-question:hover {
  background: rgba(255, 119, 0, 0.06);
}

.faq-arrow {
  flex-shrink: 0;
  color: #ff7700;
  font-size: 1.4rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-arrow {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 400px;
  opacity: 1;
}

.faq-answer-inner {
  padding: 0 1.2rem 1.4rem;
  color: #1a2c3e;
  line-height: 1.75;
}

.faq-answer-inner p {
  margin: 0;
}

.faq-footer {
  display: grid;
  gap: 1rem;
  margin-top: 0.8rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 115, 0, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.faq-footer-copy {
  margin: 0;
  color: rgba(18, 32, 47, 0.82);
}

@media (max-width: 768px) {
  .faq-wrapper {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 1.25rem;
  }

  .faq-left-panel {
    position: static;
    flex-basis: auto;
  }

  .faq-item {
    min-width: 0;
  }

  .faq-list {
    width: 100%;
    padding: 0.8rem;
  }
}

.cta-band {
  display: grid;
  gap: 1.2rem;
}

.section--closing .cta-band {
  position: relative;
  width: min(100%, 700px);
  margin-inline: auto;
  padding: clamp(1.5rem, 3.2vw, 2rem);
  border: 1px solid rgba(255, 119, 0, 0.18);
  border-radius: 20px;
  background: rgba(10, 10, 20, 0.55);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px) saturate(140%);
  overflow: hidden;
}

.cta-band__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.2rem;
}

.cta-neural-grid {
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  width: min(100%, 400px);
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.6;
}

.section--closing .section-heading {
  margin-bottom: 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 40px rgba(255, 119, 0, 0.2);
}

.cta-note {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.section--closing .section-copy {
  color: rgba(255, 255, 255, 0.86);
}

.section--closing .hero-actions {
  margin-top: 0.2rem;
}

.section--closing .btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-light);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.section--closing .btn--ghost:hover {
  border-color: rgba(255, 119, 0, 0.4);
  box-shadow: 0 0 18px rgba(255, 119, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.section--closing .btn {
  background: #ff7700;
  box-shadow: 0 0 20px rgba(255, 119, 0, 0.5), 0 4px 15px rgba(255, 119, 0, 0.3);
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section--closing .btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 28px rgba(255, 119, 0, 0.66), 0 8px 20px rgba(255, 119, 0, 0.34);
}

.section--closing .btn:active {
  transform: translateY(0) scale(0.98);
}

@media (max-width: 767px) {
  .section--closing .cta-band {
    width: 100%;
  }

  .cta-neural-grid {
    opacity: 0.3;
  }
}

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

.note-panel,
.highlight-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(252, 242, 230, 0.3)),
    var(--surface);
}

.filter-row {
  overflow-x: auto;
  padding-bottom: 0.15rem;
}

.filter-chip {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 249, 242, 0.72);
  padding: 0.7rem 1rem;
  color: rgba(36, 52, 74, 0.78);
  font-weight: 800;
  white-space: nowrap;
}

.filter-chip.is-active {
  border-color: rgba(255, 248, 240, 0.24);
  background: linear-gradient(135deg, #13263f, #21405d);
  color: var(--text-light);
}

.project-grid {
  gap: 24px;
  padding: 8px 4px;
}

.project-card {
  overflow: hidden;
  background: rgba(255, 245, 230, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 179, 124, 0.25);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.project-card::after {
  content: "";
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: 10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 119, 0, 0.48), rgba(0, 69, 136, 0.42), transparent);
  opacity: 0.86;
  pointer-events: none;
}

.project-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 48px rgba(255, 119, 0, 0.16);
  border-color: rgba(255, 119, 0, 0.45);
}

.project-card-media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  background: var(--surface-dark);
}

.project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.project-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.04), rgba(26, 26, 26, 0.14) 52%, rgba(0, 69, 136, 0.28) 100%);
  pointer-events: none;
}

.project-card-media::after {
  content: "RUNNING";
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 245, 230, 0.62);
  border: 1px solid rgba(255, 179, 124, 0.25);
  color: #004588;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

.project-card:hover .project-card-media img {
  transform: scale(1.04);
}

.project-card-body {
  display: grid;
  gap: 0.8rem;
  padding: 28px 24px 32px;
  position: relative;
}

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.project-status,
.project-type {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  color: #004588;
  border: 1px solid rgba(255, 179, 124, 0.22);
  overflow-wrap: anywhere;
}

.project-links {
  margin-top: 0.2rem;
}

.project-links a {
  color: var(--accent-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(19, 38, 63, 0.08);
  border: 1px solid rgba(36, 52, 74, 0.08);
  color: rgba(36, 52, 74, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.proof-list--compact {
  margin-top: 0.3rem;
}

.gallery-card {
  overflow: hidden;
}

.gallery-main {
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 2px);
  cursor: zoom-in;
}

.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.gallery-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  background: transparent;
  overflow: hidden;
}

.gallery-thumb.is-active {
  border-color: var(--accent);
}

.gallery-thumb img {
  width: 92px;
  height: 68px;
  object-fit: cover;
}

.detail-section {
  margin-top: 1rem;
}

.project-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.stacked-actions {
  margin-top: 1.2rem;
  flex-direction: column;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(15, 13, 11, 0.92);
  padding: 1.5rem;
}

.lightbox-image {
  max-width: min(92vw, 1280px);
  max-height: 88vh;
  border-radius: var(--radius);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.5rem;
}

.lead-panel,
.form-panel {
  height: 100%;
}

.lead-form {
  display: grid;
  gap: 1rem;
}

.field-grid {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field span {
  font-weight: 800;
  color: var(--text);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font-size: 16px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(36, 52, 74, 0.12);
  border-radius: 14px;
  background: rgba(255, 249, 242, 0.78);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(110, 150, 143, 0.44);
  box-shadow: 0 0 0 4px rgba(110, 150, 143, 0.14);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(36, 52, 74, 0.38);
}

.field select option {
  background: #fffaf4;
  color: var(--text);
}

.field textarea {
  resize: vertical;
}

.form-actions {
  align-items: center;
}

.form-status,
.form-fallback,
.form-success p {
  margin: 0;
  color: var(--text-soft);
}

.form-success {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(110, 150, 143, 0.18);
  border-radius: 16px;
  background: rgba(110, 150, 143, 0.08);
}

.empty-state {
  display: grid;
  gap: 1rem;
  max-width: 560px;
}

.site-footer {
  padding: 2rem 0 2.5rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(36, 52, 74, 0.08);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.22), rgba(239, 225, 205, 0.86));
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.36), transparent 18%),
    radial-gradient(circle at 84% 24%, rgba(110, 150, 143, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  opacity: 1;
  pointer-events: none;
}

.footer-shell {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}

.footer-shell p,
.footer-shell a {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

@media (max-width: 767px) {
  .hero-actions,
  .form-actions,
  .price-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions > .btn,
  .stacked-actions > .btn,
  .form-actions > .btn,
  .faq-footer > .btn {
    width: 100%;
  }

  .price-chip {
    width: 100%;
    min-width: 0;
  }

  .filter-row {
    overflow: visible;
    padding-bottom: 0;
  }

  .project-grid {
    gap: 1rem;
    padding: 0.25rem 0;
  }

  .project-card {
    width: 100%;
  }

  .project-card-body {
    padding: 1.15rem 1rem 1.35rem;
  }

  .project-meta {
    justify-content: flex-start;
  }

  .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  }

  .gallery-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .faq-left-panel {
    width: 100%;
  }

  .faq-question {
    align-items: flex-start;
    padding: 1.05rem 0.95rem;
    font-size: clamp(1.05rem, 4.8vw, 1.15rem);
  }

  .faq-footer {
    padding: 0.9rem;
  }

  .faq-answer-inner {
    padding: 0 1rem 1.15rem;
    font-size: clamp(0.96rem, 3.8vw, 1rem);
  }

  .footer-shell {
    justify-content: center;
  }
}

@media (min-width: 501px) {
  .site-header.is-inverted .site-nav {
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: clamp(2rem, 2.8vw, 2.5rem);
    align-items: center;
  }

  .site-nav a {
    padding: 0;
  }

  .nav-toggle {
    display: none;
  }
}

@media (max-width: 500px) {
  .site-nav {
    left: 50%;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    transform: translateX(-50%);
    padding: 0.95rem 1rem 1.15rem;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }

  .site-nav a {
    width: 100%;
    padding: 0.9rem 0;
  }

  .nav-shell {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    min-height: 72px;
  }

  .logo {
    justify-self: center;
    align-items: center;
    gap: 0.55rem;
  }

  .logo-copy {
    align-items: center;
  }

  .logo-badge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .logo-mark {
    width: 22px;
    height: 22px;
  }

  .logo-wordmark {
    font-size: 1.18rem;
    letter-spacing: 0.12em;
  }

  .logo-submark {
    font-size: 0.56rem;
    letter-spacing: 0.22em;
  }

  .nav-toggle {
    grid-column: 3;
    justify-self: end;
  }
}

@media (max-width: 480px) {
  .container {
    padding-inline: 0.8rem;
  }

  .section {
    padding: 2.35rem 0;
  }

  .hero-section {
    margin-top: 1rem;
    padding: 2rem 0 2rem;
  }

  .page-hero {
    padding-top: 1.6rem;
  }

  :is(
    .hero-copy,
    .highlight-panel,
    .note-panel,
    .lead-panel,
    .form-panel,
    .sidebar-card,
    .gallery-card,
    .detail-section,
    .cta-band,
    .service-card,
    .project-card,
    .point-card,
    .process-card,
    .trust-card,
    .faq-item,
    .faq-list,
    .portfolio-dark > .container
  ) {
    border-radius: 14px;
  }

  .highlight-panel,
  .note-panel,
  .lead-panel,
  .form-panel,
  .sidebar-card,
  .gallery-card,
  .detail-section,
  .cta-band,
  .point-card,
  .process-card,
  .trust-card {
    padding: 1rem;
  }

  .hero-section .hero-card {
    padding: 1.15rem 0.95rem 1.2rem;
    border-radius: 14px;
  }

  .brand-lockup {
    gap: 0.35rem;
    margin-bottom: 0.9rem;
  }

  .brand-redrock {
    font-size: clamp(0.74rem, 3.8vw, 0.9rem);
    letter-spacing: 0.16em;
  }

  .brand-divider {
    font-size: 0.74rem;
  }

  .brand-studio {
    font-size: clamp(0.7rem, 3.4vw, 0.86rem);
    letter-spacing: 0.2em;
  }

  .hero-section .display-title {
    font-size: clamp(1.9rem, 11vw, 2.7rem);
  }

  .section-heading,
  .section-heading--large,
  .faq-title,
  .section--closing .section-heading {
    font-size: clamp(1.55rem, 8.5vw, 2.1rem);
  }

  .section-copy,
  .section-copy--hero,
  .portfolio-proof-copy,
  .faq-footer-copy,
  .faq-answer-inner,
  .section--services .service-card p,
  .section--process .process-card p,
  .section--local .point-summary {
    font-size: clamp(0.96rem, 3.9vw, 1rem);
    line-height: 1.72;
  }

  .service-card h3,
  .process-card h3,
  .project-card h3,
  .point-title,
  .note-panel h2,
  .lead-panel h2,
  .sidebar-card h3,
  .detail-section h2,
  .faq-question {
    font-size: clamp(1.06rem, 5vw, 1.2rem);
  }

  .btn {
    width: 100%;
    font-size: clamp(1rem, 4vw, 1.08rem);
  }

  .portfolio-proof,
  .faq-wrapper {
    padding: 1rem;
  }

  .faq-wrapper {
    gap: 1.2rem;
  }

  .teaser-card {
    min-height: 300px;
  }

  .teaser-card img {
    min-height: 300px;
  }

  .project-card-media::after {
    top: 0.75rem;
    left: 0.75rem;
  }

  .gallery-thumb {
    border-radius: 12px;
  }

  .site-footer {
    padding: 1.6rem 0 2rem;
  }

  .footer-shell {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 760px) {

  .section {
    padding: 5rem 0;
  }

  .hero-section {
    padding: 4.5rem 0 4rem;
  }

  .hero-grid,
  .page-hero-grid,
  .local-layout,
  .lead-shell {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
    align-items: stretch;
  }

  .services-grid,
  .process-grid,
  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .teaser-grid {
    grid-auto-columns: minmax(340px, 36vw);
    align-items: stretch;
  }

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

@media (min-width: 1024px) {
  .section {
    padding: 5.5rem 0;
  }

  .hero-section {
    padding: 5.5rem 0 5rem;
  }

  .hero-flat {
    max-width: 860px;
  }

  .hero-flat__title {
    font-size: clamp(3.2rem, 5.5vw, 4.8rem);
  }

  .hero-section .display-title,
  .page-hero--brand .section-heading,
  .section--brand .section-heading {
    background: linear-gradient(135deg, #152844 0%, #38567b 58%, #d97845 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
  }

  .section--closing .section-heading,
  .portfolio-dark .section-heading {
    background: linear-gradient(135deg, #fff9f2 0%, #f2cca2 42%, #de8756 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
  }

  .section--local .section-heading {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  }

  .portfolio-dark .section-heading {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: var(--text);
    text-shadow: none;
  }

  .section--closing .section-heading {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #fff;
    text-shadow: 0 0 40px rgba(255, 119, 0, 0.2);
  }

  .section--services .section-heading {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #17395d;
    text-shadow: 0 10px 26px rgba(255, 246, 236, 0.22);
  }

  .section--process .section-heading {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #17395d;
    text-shadow: 0 10px 26px rgba(255, 246, 236, 0.22);
  }

  .hero-flat__title {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #ffffff;
    text-shadow: 0 2px 32px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.4);
  }

  .hero-section .hero-card .display-title {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  }

  .hero-grid--solo {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    padding: 1.95rem 1.85rem;
  }

  .hero-grid--solo .hero-copy {
    width: min(100%, 560px);
    min-height: 100%;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    margin-inline: auto;
  }

  .hero-grid--solo .hero-card {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .hero-copy-main {
    width: min(100%, 540px);
    margin-inline: auto;
  }

  .site-nav a {
    font-size: 0.97rem;
  }

  .project-shell {
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.75fr);
    align-items: start;
  }

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

  .process-grid--stacked {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    flex-wrap: nowrap;
  }
}

/* ── Contact Section ─────────────────────────────────────────────────────── */
.contact-section {
  direction: rtl;
  padding: 80px 0;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: stretch;
}

.contact-text {
  padding: 48px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}

.contact-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: var(--text);
  margin: 0 0 16px;
  line-height: 1.2;
}

.contact-subtitle {
  color: var(--text-soft);
  font-family: var(--font-ui);
  margin: 0 0 28px;
  line-height: 1.65;
}

.contact-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-bullets li {
  display: flex;
  gap: 12px;
  color: var(--text);
  font-family: var(--font-ui);
  line-height: 1.5;
}

.contact-bullets li::before {
  content: "✦";
  color: var(--accent);
  flex-shrink: 0;
  font-size: 13px;
  margin-top: 4px;
}

.contact-form-wrapper {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 48px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
}

.contact-form-wrapper input,
.contact-form-wrapper select,
.contact-form-wrapper textarea {
  background: rgba(255, 255, 255, 0.62);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-family: var(--font-ui);
  color: var(--text);
  transition: all 0.25s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
  transform: translateY(-1px);
  outline: none;
}

.contact-form-wrapper .btn[type="submit"] {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  padding: 16px;
  font-family: var(--font-display);
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(255, 119, 0, 0.38);
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-wrapper .btn[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 119, 0, 0.55);
}

@media (max-width: 900px) {
  .contact-inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .contact-text,
  .contact-form-wrapper {
    padding: 32px 24px;
  }
}

/* ================================================================
   DARK REDESIGN — GLOBAL OVERRIDES
   ================================================================ */

/* Header */
.site-header,
.site-header.is-inverted {
  background: rgba(5, 8, 15, 0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 248, 235, 0.08);
  box-shadow: none;
}
.logo-wordmark { color: #f2e8d8; letter-spacing: 0.14em; }
.logo-submark  { color: var(--accent); }

/* Nav links */
.site-nav a,
.site-header.is-inverted .site-nav a {
  color: rgba(242, 232, 216, 0.72);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-header.is-inverted .site-nav a:hover {
  color: #f2e8d8;
}
.site-nav a.is-active,
.site-header.is-inverted .site-nav a.is-active {
  color: #f2e8d8;
}
/* Active underline stays orange */
.site-nav a::after {
  background: var(--accent);
  height: 2px;
}

/* Mobile nav */
.site-nav { background: rgba(5, 8, 15, 0.97); }
.site-header.is-inverted .site-nav { background: rgba(5, 8, 15, 0.97); }
.nav-toggle span { background: #f2e8d8; }
.site-header.is-inverted .nav-toggle span { background: #f2e8d8; }
.nav-toggle,
.site-header.is-inverted .nav-toggle {
  background: rgba(255, 248, 235, 0.06);
  border-color: rgba(255, 248, 235, 0.1);
}

/* Section bands — strip old light gradients, add dark tints */
.section--brand::before,
.section--brand::after,
.page-hero--brand::before,
.page-hero--brand::after,
.section--closing::before,
.section--closing::after,
.hero-section::before,
.hero-section::after,
.faq-section::before,
.faq-section::after { opacity: 0; }

.section--brand,
.section--local,
.section--soft,
.section--services,
.section--process,
.portfolio-dark,
.faq-section { background: transparent; }

.section--local  { background: rgba(10, 18, 32, 0.55); }
.section--services { background: rgba(255, 248, 235, 0.025); }
.portfolio-dark  { background: rgba(5, 8, 15, 0.55); }
.section--process { background: rgba(10, 18, 32, 0.45); }
.faq-section     { background: rgba(5, 8, 15, 0.52); }
.contact-section { background: rgba(8, 13, 22, 0.65); }

/* Hero section own background — strip it, body::before covers it */
.hero-section {
  background: transparent;
  color: var(--text-light);
}

/* Strip ALL card styling */
.service-card,
.process-card,
.point-card,
.trust-card {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 248, 235, 0.09) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
}
.service-card::before,
.process-card::before,
.point-card::before,
.trust-card::before { display: none; }

/* FAQ — list style, no cards */
.faq-item {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 248, 235, 0.09) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.faq-item::before { display: none; }
.faq-item.is-open {
  background: rgba(255, 119, 0, 0.05) !important;
  border-right: 2px solid var(--accent) !important;
}

/* Local angle — strip inner panel bg */
.section--local .local-layout > :first-child {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

/* Eyebrows */
.eyebrow,
.card-kicker,
.section--brand .eyebrow,
.section--local .eyebrow,
.portfolio-dark .eyebrow,
.section--closing .eyebrow,
.page-hero--brand .eyebrow,
.hero-section .eyebrow { color: var(--accent); }

/* Headings — all sections */
h1, h2, h3 { color: var(--text); }

.section--brand .section-heading,
.section--local .section-heading,
.page-hero--brand .section-heading,
.section--services .service-card h3,
.section--process .process-card h3,
.section--local .point-title,
.portfolio-dark .section-heading,
.faq-title { color: var(--text); text-shadow: none; }

/* Body copy — all sections */
.section-copy,
.section--brand .section-copy,
.section--local .section-copy,
.section--local .point-summary,
.section--services .service-card p,
.section--process .process-card p,
.portfolio-dark .section-copy,
.portfolio-dark .section-copy--light,
.portfolio-dark .portfolio-proof-copy { color: var(--text-soft); }

/* Override 1024px gradient-clip text rules */
@media (min-width: 1024px) {
  .section--brand .section-heading,
  .page-hero--brand .section-heading,
  .section--local .section-heading,
  .section--closing .section-heading,
  .portfolio-dark .section-heading,
  .section--services .service-card h3,
  .section--process .process-card h3 {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: var(--text);
    text-shadow: none;
  }
}

/* Process connector */
.process-connector__line  { background: rgba(255, 248, 235, 0.15); }
.process-connector__arrow { border-top-color: rgba(255, 248, 235, 0.15); }
.process-index {
  background: rgba(255, 119, 0, 0.12);
  color: var(--accent);
  border-color: rgba(255, 119, 0, 0.25);
}

/* FAQ text */
.faq-question         { color: var(--text); }
.faq-answer-inner     { color: var(--text-soft); }
.faq-footer-copy      { color: var(--text-soft); }
.faq-left-panel .section-copy,
.faq-left-panel .faq-title { color: var(--text); }

/* Contact */
.contact-title          { color: var(--text); }
.contact-subtitle,
.contact-bullets li     { color: var(--text-soft); }
.contact-text {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}
.contact-form-wrapper {
  background: rgba(255, 248, 235, 0.04);
  border: 1px solid rgba(255, 248, 235, 0.1);
  backdrop-filter: blur(12px);
}

/* Form inputs */
.lead-form input,
.lead-form select,
.lead-form textarea {
  background: rgba(255, 248, 235, 0.07);
  border: 1px solid rgba(255, 248, 235, 0.12);
  color: var(--text);
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--accent);
  background: rgba(255, 248, 235, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 119, 0, 0.15);
}
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: rgba(242, 232, 216, 0.3); }
.lead-form label span             { color: var(--text-soft); }
.lead-form select option          { background: #0d1522; color: var(--text); }
.form-status                      { color: var(--text-soft); }
.form-fallback                    { color: var(--text-soft); }
.form-fallback a                  { color: var(--accent); }

/* Buttons */
.btn {
  background: var(--accent);
  color: #fff;
  border: none;
}
.btn:hover { background: #ff8c1a; }
.cta-button {
  background: var(--accent);
  box-shadow: 0 4px 24px rgba(255, 119, 0, 0.4);
}
.cta-button:hover { box-shadow: 0 6px 36px rgba(255, 119, 0, 0.6); }
.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255, 248, 235, 0.18);
}
.btn--ghost:hover { background: rgba(255, 248, 235, 0.07); }
.btn--soft {
  background: rgba(255, 119, 0, 0.1);
  color: var(--accent);
  border: 1px solid rgba(255, 119, 0, 0.22);
}

/* Footer */
.site-footer {
  background: rgba(5, 8, 15, 0.85);
  border-top: 1px solid rgba(255, 248, 235, 0.07);
  color: var(--text-soft);
}
.site-footer a    { color: var(--text-soft); }
.site-footer a:hover { color: var(--text); }

/* Project & teaser cards */
.project-card {
  background: rgba(255, 248, 235, 0.04);
  border-color: rgba(255, 248, 235, 0.08);
}
.project-card h3,
.project-meta span  { color: var(--text); }
.project-card p     { color: var(--text-soft); }
.teaser-card        { border-color: rgba(255, 248, 235, 0.07); }

/* Price chips */
.price-chip {
  background: rgba(255, 248, 235, 0.06);
  border-color: rgba(255, 248, 235, 0.1);
  color: var(--text);
}
.price-chip strong { color: var(--text); }

/* Portfolio proof */
.portfolio-proof-copy { color: var(--text-soft); }

/* Point mark bullet */
.section--local .point-mark { color: var(--accent); }

/* Service icon */
.service-icon { color: var(--accent); }

/* Noscript */
.noscript-banner {
  background: rgba(5, 8, 15, 0.95);
  color: var(--text);
}
