:root {
  /* NewObject site theme — Outfit + Be Vietnam Pro */
  --ink: #0c1b2a;
  --ink-soft: #3d5163;
  --paper: #eef2f5;
  --paper-2: #f7f9fb;
  --surface: #ffffff;
  --accent: #ff6b4a;
  --accent-deep: #e24f2e;
  --accent-soft: rgba(255, 107, 74, 0.14);
  --hero-ink: #f4f7fa;
  --hero-muted: #b7c4d0;
  --line: rgba(12, 27, 42, 0.1);
  --line-strong: rgba(12, 27, 42, 0.18);
  --shadow: 0 24px 60px rgba(12, 27, 42, 0.08);
  --radius: 1.25rem;
  --radius-sm: 0.75rem;
  --font-display: "Outfit", sans-serif;
  --font-body: "Be Vietnam Pro", sans-serif;
  --container: min(1140px, calc(100% - 2.5rem));
  --header-h: 4.75rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% -10%, rgba(255, 107, 74, 0.12), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(12, 27, 42, 0.06), transparent 28%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 60;
  background: linear-gradient(90deg, var(--accent), #ffb199);
  transform-origin: left;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  background: rgba(247, 249, 251, 0.86);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}

.site-header.is-scrolled .nav-links a {
  color: var(--ink);
}

.site-header.is-scrolled .nav-toggle span {
  background: var(--ink);
}

.site-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lang-switch {
  display: inline-flex;
  padding: 0.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.site-header.is-scrolled .lang-switch {
  background: rgba(12, 27, 42, 0.06);
  border-color: var(--line);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: rgba(244, 247, 250, 0.75);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-width: 2.4rem;
  min-height: 1.9rem;
  border-radius: 999px;
  cursor: pointer;
}

.site-header.is-scrolled .lang-btn {
  color: var(--ink-soft);
}

.lang-btn.is-active {
  background: var(--accent);
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.75rem;
  color: #fff;
  transition: color 0.3s ease;
}

.brand-mark-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 16px rgba(255, 107, 74, 0.35));
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: inherit;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.site-header.is-scrolled .brand {
  color: var(--ink);
}

.site-header.is-scrolled .brand-name {
  text-shadow: none;
}

.brand:hover {
  opacity: 0.92;
}

.nav-links {
  display: flex;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.nav-links a {
  display: block;
  color: rgba(244, 247, 250, 0.82);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.nav-links a.is-active {
  color: #fff;
  background: rgba(255, 107, 74, 0.92);
}

.site-header.is-scrolled .nav-links a {
  color: var(--ink-soft);
}

.site-header.is-scrolled .nav-links a:hover,
.site-header.is-scrolled .nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(12, 27, 42, 0.06);
}

.site-header.is-scrolled .nav-links a.is-active {
  color: #fff;
  background: var(--accent);
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  background: transparent;
  padding: 0.55rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 0.38rem 0;
  background: var(--hero-ink);
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  color: var(--hero-ink);
  overflow: hidden;
  background: #0c1b2a;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  will-change: transform;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 27, 42, 0.78) 6%, rgba(12, 27, 42, 0.35) 48%, rgba(12, 27, 42, 0.7) 100%),
    linear-gradient(180deg, rgba(12, 27, 42, 0.15) 0%, rgba(12, 27, 42, 0.88) 100%);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: calc(var(--header-h) + 5rem) 0 6rem;
  max-width: 40rem;
}

.brand-mark {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}

.hero h1 {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 20ch;
  color: var(--hero-ink);
}

.hero-lead {
  margin: 0 0 2rem;
  color: var(--hero-muted);
  font-size: 1.08rem;
  max-width: 36ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 2.4rem;
  border: 1.5px solid rgba(244, 247, 250, 0.45);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 0.4rem;
  z-index: 2;
}

.scroll-cue span {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--accent);
  animation: cue-bounce 1.6s ease-in-out infinite;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 30px rgba(255, 107, 74, 0.28);
}

.btn-primary:hover {
  background: var(--accent-deep);
}

.btn-ghost {
  border-color: rgba(244, 247, 250, 0.35);
  color: var(--hero-ink);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-ghost-dark {
  border-color: rgba(244, 247, 250, 0.35);
  color: var(--hero-ink);
}

.btn-ghost-dark:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.contact-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  position: relative;
  scroll-margin-top: calc(var(--header-h) + 1.25rem);
}

#contact .contact-panel {
  scroll-margin-top: calc(var(--header-h) + 1.25rem);
}

.section-header {
  margin-bottom: 2.75rem;
  max-width: 38rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.section-header h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.section-header p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.services {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92));
}

.about {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 107, 74, 0.08), transparent 40%),
    #fff;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.stat-item {
  padding: 1.25rem 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--paper-2);
  border: 1px solid var(--line);
}

.stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
  color: var(--accent-deep);
  line-height: 1;
  margin-bottom: 0.45rem;
}

.stat-item span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.about-point {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f7fafc);
  border: 1px solid var(--line);
}

.about-point h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.about-point p {
  margin: 0;
  color: var(--ink-soft);
}

.project-result {
  margin-top: 0.75rem !important;
  color: var(--accent-deep) !important;
  font-weight: 600;
  font-size: 0.92rem;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem 2rem;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  padding: 1.15rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #d7e2ea;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 19, 29, 0.45);
  color: #fff;
  border-radius: 0.7rem;
  padding: 0.75rem 0.9rem;
  font: inherit;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(255, 107, 74, 0.55);
  border-color: transparent;
}

.form-row input.is-invalid,
.form-row textarea.is-invalid {
  border-color: #ff8f7a;
  box-shadow: 0 0 0 2px rgba(255, 107, 74, 0.25);
}

.field-error {
  min-height: 1.1em;
  color: #ffb4a4;
  font-size: 0.8rem;
}

.contact-form.is-shake {
  animation: form-shake 0.4s ease;
}

@keyframes form-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form.is-shake {
    animation: none;
  }
}

.form-success {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: rgba(46, 180, 130, 0.18);
  border: 1px solid rgba(46, 180, 130, 0.35);
  color: #d8ffe8;
  outline: none;
}

.form-success:focus {
  box-shadow: 0 0 0 2px rgba(46, 180, 130, 0.45);
}

.form-error {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: rgba(220, 60, 60, 0.18);
  border: 1px solid rgba(255, 140, 140, 0.35);
  color: #ffd0d0;
}

.btn-line {
  background: #06c755;
  color: #fff;
}

.btn-line:hover {
  background: #05b34c;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
  color: #eef3f7;
}

.footer-logo strong {
  margin: 0;
}

.footer-logo .brand-mark-icon {
  width: 2rem;
  height: 2rem;
  filter: none;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.service-item {
  position: relative;
  padding: 1.5rem 1.35rem 1.45rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid transparent;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-item:hover {
  transform: translateY(-6px);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.service-item:hover::before {
  opacity: 1;
}

.service-index {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(12, 27, 42, 0.22);
}

.service-item h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.service-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.service-icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  color: var(--accent-deep);
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  background: var(--accent-soft);
}

.service-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.projects {
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 107, 74, 0.08), transparent 35%),
    linear-gradient(180deg, #e7edf2 0%, #f4f7fa 100%);
}

.project-list {
  display: grid;
  gap: 1.25rem;
}

.project-item {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 0;
  min-height: 15rem;
  border-radius: calc(var(--radius) + 0.15rem);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-item:nth-child(even) .project-visual {
  order: 2;
}

.project-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.project-visual {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
}

.project-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.project-item:hover .project-visual img {
  transform: scale(1.06);
}

.project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem 1.9rem;
}

.project-tag {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.project-copy h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 650;
  letter-spacing: -0.02em;
}

.project-copy p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.contact {
  padding-top: clamp(5.5rem, 9vw, 7.5rem);
  padding-bottom: clamp(5rem, 9vw, 7.5rem);
}

.contact-panel {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: calc(var(--radius) + 0.35rem);
  background:
    linear-gradient(145deg, #102335 0%, #0c1b2a 55%, #163047 100%);
  color: var(--hero-ink);
  position: relative;
  overflow: hidden;
}

.contact-panel .section-header h2 {
  color: #fff;
}

.contact-panel::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  right: -6rem;
  bottom: -8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 74, 0.35), transparent 68%);
  pointer-events: none;
}

.contact-panel .section-header {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.contact-panel .eyebrow {
  color: #ffb199;
}

.contact-panel .section-header p:not(.eyebrow) {
  color: var(--hero-muted);
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  margin-bottom: 1.75rem;
}

.contact-block h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.contact-block p,
.contact-link {
  color: var(--hero-muted);
  margin: 0;
}

.contact-link {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: #fff;
}

.contact-cta {
  position: relative;
  z-index: 1;
}

.site-footer {
  background: #08131d;
  color: #9aadb8;
  padding: 2rem 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
}

.footer-brand strong {
  display: block;
  color: #eef3f7;
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.footer-brand p,
.footer-meta p {
  margin: 0;
}

.footer-legal-name {
  margin: 0.15rem 0 0.45rem !important;
  color: #eef3f7;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.45;
}

.footer-links {
  margin-top: 0.85rem !important;
}

.footer-links a {
  color: #c9d6df;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-links a:hover {
  color: #fff;
}

.contact-company {
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.05rem;
}

.legal-page {
  padding-top: calc(var(--header-h) + 2.5rem);
  min-height: 70vh;
}

.legal-panel {
  max-width: 46rem;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem 2rem;
  box-shadow: var(--shadow);
}

.legal-company-label {
  margin: 0 0 0.35rem;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-company-name {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
}

.legal-company-name-en {
  margin: 0.2rem 0 1rem;
  color: var(--ink-soft);
}

.legal-block {
  margin-top: 1.5rem;
}

.legal-block h2 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.legal-block p {
  margin: 0;
  color: var(--ink-soft);
}

.legal-back {
  margin: 2rem 0 0;
}

.legal-back a {
  color: var(--accent-deep);
  font-weight: 600;
}

.footer-site {
  display: inline-block;
  margin-top: 0.55rem;
  color: #ffb199;
  font-weight: 600;
}

.footer-site:hover {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@keyframes cue-bounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(0.55rem); opacity: 0.45; }
}

@media (max-width: 960px) {
  .service-grid,
  .about-points {
    grid-template-columns: 1fr 1fr;
  }

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

  .contact-layout,
  .project-item,
  .project-item:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .project-item:nth-child(even) .project-visual {
    order: 0;
  }

  .project-visual {
    min-height: 12rem;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0.15rem;
    border-radius: 0;
    background: rgba(247, 249, 251, 0.98);
    border-bottom: 1px solid var(--line);
    padding: 0.65rem;
  }

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

  .nav-links a,
  .site-header .nav-links a,
  .site-header.is-scrolled .nav-links a {
    color: var(--ink);
  }

  .nav-links a.is-active,
  .site-header.is-scrolled .nav-links a.is-active {
    color: #fff;
    background: var(--accent);
  }

  .service-grid,
  .about-points,
  .about-stats,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    padding-bottom: 5rem;
  }

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

  .contact-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .hero-media img,
  .project-visual img,
  .scroll-cue span {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
