:root {
  --bg: #080808;
  --bg-soft: #141414;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --text: #f8f4ef;
  --muted: #d1cbc3;
  --line: rgba(255, 255, 255, 0.12);
  --orange: #f57b20;
  --orange-deep: #b95408;
  --steel: #bcc3cb;
  --sky: #67aef7;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(103, 174, 247, 0.2), transparent 28%),
    radial-gradient(circle at top right, rgba(245, 123, 32, 0.18), transparent 26%),
    linear-gradient(180deg, #0a0a0a 0%, #131313 52%, #0a0a0a 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
}

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

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

button {
  font: inherit;
}

.site-shell {
  position: relative;
}

.topbar,
.hero,
.service-ribbon,
.services,
.gallery,
.trust-strip,
.process,
.story,
.footer {
  width: var(--container);
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(10, 10, 10, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(245, 123, 32, 0.4);
  flex: none;
}

.brand strong,
.section-heading h2,
.hero h1,
.service-content h3,
.feature-copy h3,
.process h3,
.story h2,
.footer h2 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.01em;
}

.brand strong {
  display: block;
  font-size: 1.25rem;
}

.brand span {
  display: block;
  font-size: 0.84rem;
  color: var(--muted);
}

.topnav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  color: var(--muted);
}

.topnav a {
  position: relative;
  padding-bottom: 0.15rem;
}

.topnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--orange), var(--sky));
  transition: transform 180ms ease;
}

.topnav a:hover::after,
.topnav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary {
  color: #101010;
  background: linear-gradient(135deg, #ffa14f, var(--orange));
  box-shadow: 0 14px 30px rgba(245, 123, 32, 0.25);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: #ffb16b;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.hero h1 {
  margin: 0;
  max-width: 13.5ch;
  font-size: clamp(2.15rem, 4.2vw, 4.1rem);
  line-height: 0.92;
}

.hero-text,
.section-heading p,
.feature-copy p,
.story-copy p,
.footer-grid p,
.service-content p,
.process p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 62ch;
  margin: 1.1rem 0 0;
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.7rem 0;
}

.hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--muted);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--sky));
  box-shadow: 0 0 0 5px rgba(245, 123, 32, 0.12);
}

.hero-visual {
  position: relative;
  min-height: 0;
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.03);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-main {
  aspect-ratio: 1.06;
  border-radius: 36px 12px 36px 12px;
  transform: rotate(-3deg);
}

.hero-card-side {
  position: absolute;
  right: -2%;
  bottom: -7%;
  width: min(36%, 220px);
  aspect-ratio: 0.8;
  border-radius: 18px 30px 18px 30px;
  transform: rotate(6deg);
}

.hero-card-note,
.metric-box {
  position: absolute;
  left: 1rem;
  right: 1rem;
  background: rgba(7, 7, 7, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-card-note {
  bottom: 1rem;
  right: auto;
  padding: 0.55rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
}

.metric-box {
  bottom: 1rem;
  padding: 0.95rem;
  border-radius: 16px;
}

.metric-box strong {
  display: block;
  font-size: 1.35rem;
  color: #fff4eb;
}

.metric-box span,
.hero-card-note strong {
  display: block;
  margin-top: 0.35rem;
}

.hero-card-note strong {
  font-size: 1rem;
  line-height: 1.4;
}

.tag {
  display: inline-flex;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(245, 123, 32, 0.18);
  color: #ffd7b7;
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-badges {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  max-width: 100%;
  margin-top: 1rem;
}

.hero-badges span {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

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

.service-ribbon div,
.trust-strip article {
  padding: 1.25rem 1.35rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
}

.service-ribbon strong,
.trust-strip strong {
  display: block;
  margin-bottom: 0.38rem;
  font-size: 1.05rem;
}

.service-ribbon span,
.trust-strip span {
  color: var(--muted);
}

.services,
.gallery,
.process,
.story,
.contact-section {
  padding: clamp(3.4rem, 7vw, 5.6rem) 0 0;
}

.section-heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.6rem;
}

.section-heading h2,
.footer h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  line-height: 0.95;
}

.split-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
  align-items: end;
  gap: 1rem 2rem;
}

.split-heading p:last-child {
  margin: 0;
}

.service-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

.service-filter {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 999px;
  padding: 0.78rem 1rem;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-filter:hover,
.service-filter.is-active {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(245, 123, 32, 0.18), rgba(103, 174, 247, 0.12));
  border-color: rgba(245, 123, 32, 0.4);
}

.service-stage {
  position: relative;
}

.service-panel {
  display: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: stretch;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.service-panel.is-active {
  display: grid;
}

.service-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 24px 10px 24px 10px;
}

.service-content {
  padding: 1rem;
  align-self: center;
}

.service-content h3,
.feature-copy h3,
.process h3 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.5rem, 2.25vw, 2.3rem);
  line-height: 1;
}

.service-content ul,
.story-side ul {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.service-content li,
.story-side li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
}

.service-content li::before,
.story-side li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--orange);
}

.gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 1.2rem;
}

.feature-showcase,
.story-panel {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.feature-visual {
  border-radius: 28px 12px 28px 12px;
  overflow: hidden;
  min-height: 440px;
  background: #060606;
}

.feature-visual img,
.feature-visual video {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.thumb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-content: start;
}

.thumb-card {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

.thumb-card:hover,
.thumb-card.is-selected {
  transform: translateY(-3px);
  border-color: rgba(245, 123, 32, 0.42);
}

.thumb-card img,
.thumb-card video {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.thumb-card-video {
  position: relative;
}

.thumb-card-video::after {
  content: "Assista";
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.75);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.trust-strip strong {
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  color: #fff1e5;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.process-grid article {
  position: relative;
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.process-grid span {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(245, 123, 32, 0.28), rgba(103, 174, 247, 0.18));
  font-weight: 800;
}

.story-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
}

.story-side {
  padding: 1.6rem;
  border-radius: 28px 12px 28px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.story-side img {
  width: min(140px, 42%);
  margin-bottom: 1rem;
  border-radius: 50%;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 1.35rem;
}

.contact-card,
.map-card {
  padding: 1.45rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.contact-section .split-heading {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: start;
  gap: 1.2rem 2.4rem;
  margin-bottom: 1.9rem;
}

.contact-section .split-heading > div {
  display: grid;
  justify-items: start;
  width: fit-content;
  max-width: 100%;
  justify-self: center;
}

.contact-section .section-heading h2 {
  max-width: 13.5ch;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.contact-section .section-heading p:last-child {
  max-width: 42ch;
}

.contact-card-head h3,
.map-details h3 {
  margin: 0.85rem 0 0.55rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  line-height: 1;
}

.contact-card-head p,
.map-details p,
.form-note,
.contact-highlights span {
  color: var(--muted);
  line-height: 1.7;
}

.contact-form {
  margin-top: 1.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
}

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

.field span {
  font-size: 0.9rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(209, 203, 195, 0.7);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(245, 123, 32, 0.45);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 4px rgba(245, 123, 32, 0.08);
}

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

.field-full {
  margin-top: 0.95rem;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.form-note {
  margin: 0;
  max-width: 34ch;
}

.map-card {
  display: grid;
  gap: 1rem;
}

.map-frame {
  overflow: hidden;
  min-height: 380px;
  border-radius: 26px 12px 26px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  filter: grayscale(0.1) contrast(1.05);
}

.map-details {
  display: grid;
  gap: 0.8rem;
}

.contact-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.contact-highlights div {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-highlights strong {
  display: block;
  margin-bottom: 0.35rem;
}

.footer {
  padding: clamp(3.4rem, 7vw, 5.2rem) 0 2rem;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.5rem;
  border-radius: 30px;
  border: 1px solid rgba(245, 123, 32, 0.24);
  background:
    linear-gradient(135deg, rgba(245, 123, 32, 0.14), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.3rem;
}

.footer-grid > div {
  padding: 1.2rem 1.3rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.footer-grid strong {
  display: block;
  margin-bottom: 0.55rem;
}

@media (max-width: 1100px) {
  .topbar {
    border-radius: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero,
  .gallery-layout,
  .story-panel,
  .contact-layout,
  .service-panel,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .section-heading h2,
  .footer h2 {
    max-width: 100%;
  }

  .contact-section .section-heading p:last-child {
    max-width: 100%;
  }

  .contact-section .split-heading > div {
    width: 100%;
    justify-self: start;
  }

  .hero-card-side {
    width: min(38%, 240px);
  }

  .process-grid,
  .footer-grid,
  .form-grid,
  .contact-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .topnav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-card-side {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(68%, 260px);
    margin: -2rem 0 0 auto;
  }

  .hero-badges {
    position: static;
    max-width: 100%;
    margin-top: 1rem;
  }

  .service-ribbon,
  .trust-strip,
  .process-grid,
  .footer-grid,
  .form-grid,
  .contact-highlights {
    grid-template-columns: 1fr;
  }

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

  .feature-visual,
  .feature-visual img,
  .feature-visual video {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .topbar {
    margin-top: 0.75rem;
    padding: 0.9rem;
  }

  .brand {
    width: 100%;
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    gap: 1.1rem;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.8rem);
  }

  .hero-text,
  .section-heading p,
  .feature-copy p,
  .story-copy p,
  .footer-grid p,
  .service-content p,
  .process p,
  .service-ribbon span,
  .trust-strip span {
    line-height: 1.6;
  }

  .hero-card-main {
    aspect-ratio: 0.92;
  }

  .hero-card-side {
    width: 72%;
  }

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

  .thumb-card img,
  .thumb-card video {
    height: 220px;
  }

  .feature-showcase,
  .story-panel,
  .service-panel,
  .contact-card,
  .map-card,
  .footer-cta {
    padding: 1rem;
  }

  .service-content,
  .story-side {
    padding: 0.6rem;
  }

  .contact-section .split-heading {
    gap: 0.9rem;
    margin-bottom: 1.3rem;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 300px;
  }
}

@media (max-height: 820px) and (min-width: 1024px) {
  .hero {
    padding-top: 1.6rem;
    gap: 1.2rem;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 3.6vw, 3.35rem);
  }

  .hero-text {
    margin-top: 0.8rem;
  }

  .hero-actions {
    margin: 1.2rem 0;
  }

  .service-ribbon {
    margin-top: 1.4rem;
  }
}
