:root {
  --ink: #0c0e11;
  --ink-soft: #171b20;
  --paper: #f5f6f7;
  --white: #ffffff;
  --muted: #697079;
  --line: #d9dde1;
  --red: #ed3326;
  --red-dark: #b92119;
  --blue: #1676c4;
  --blue-soft: #e8f3fc;
  --max: 1180px;
  --header: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }
.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header);
  background: rgba(12, 14, 17, .94);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}
.nav-shell { width: min(calc(100% - 40px), var(--max)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--white); }
.brand img { width: 43px; height: 42px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.08rem; letter-spacing: 0; }
.brand small { margin-top: 4px; color: #c9cdd2; font-size: .72rem; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #d9dde1; font-size: .94rem; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 23px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 16px; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; color: var(--white); }
.nav-cta svg { width: 18px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--white); }

.hero { position: relative; min-height: calc(100svh - 54px); padding-top: var(--header); color: var(--white); overflow: hidden; display: grid; align-items: center; }
.hero-image { position: absolute; inset: 0; background: url("assets/photos/hero.jpg") center 39% / cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,8,.95) 0%, rgba(5,6,8,.82) 38%, rgba(5,6,8,.3) 68%, rgba(5,6,8,.15) 100%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 40px), var(--max)); margin-inline: auto; padding: 100px 0 140px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: #d9dde1; text-transform: uppercase; font-size: .77rem; font-weight: 750; letter-spacing: 0; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
.eyebrow.dark { color: #555d66; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: 6.25rem; line-height: .95; letter-spacing: 0; }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: #e3e5e8; font-size: 1.42rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 17px; border: 1px solid transparent; border-radius: 6px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(12,14,17,.3); }
.button-ghost:hover { border-color: var(--white); }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); background: rgba(12,14,17,.9); border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof div { min-width: 165px; padding: 18px 22px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 1.03rem; }
.hero-proof span { margin-top: 2px; color: #aeb4bb; font-size: .78rem; }

.service-band { padding: 104px 0; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 56px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { margin-bottom: 0; font-size: 4.2rem; line-height: 1.04; letter-spacing: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 1.03rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 250px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.service-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 28px; background: #fde9e7; color: var(--red); border-radius: 7px; }
.service-icon.blue { background: var(--blue-soft); color: var(--blue); }
.service-icon svg { width: 23px; }
.service-card h3 { margin-bottom: 10px; font-size: 1.17rem; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-card span { display: block; margin-top: 22px; color: #454c54; font-size: .77rem; font-weight: 750; }

.projects-section { padding: 104px 0; color: var(--white); background: var(--ink); }
.section-heading.light > p { color: #aeb4bb; }
.project-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter-button { min-height: 40px; padding: 8px 13px; color: #bec3c8; background: transparent; border: 1px solid #343940; border-radius: 6px; }
.filter-button.active, .filter-button:hover { color: var(--white); background: var(--red); border-color: var(--red); }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 290px; gap: 10px; }
.project-item { position: relative; margin: 0; overflow: hidden; border-radius: 7px; background: #22262b; }
.project-item.hidden-project { display: none; }
.project-item.project-tall { grid-row: span 2; }
.project-item.project-wide { grid-column: span 2; }
.project-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-item:hover img { transform: scale(1.035); }
.project-item figcaption { position: absolute; inset: auto 0 0; padding: 42px 16px 14px; background: linear-gradient(transparent, rgba(5,6,8,.9)); }
.project-item strong, .project-item span { display: block; }
.project-item strong { font-size: .96rem; }
.project-item span { color: #c0c5ca; font-size: .76rem; }

.about-section { padding: 104px 0; background: var(--white); }
.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p { max-width: 600px; color: var(--muted); font-size: 1.02rem; }
.check-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 680; }
.check-list svg { width: 20px; color: var(--red); }
.about-image { position: relative; height: 620px; overflow: hidden; border-radius: 8px; background: var(--ink); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.about-badge { position: absolute; left: 18px; bottom: 18px; padding: 14px 16px; background: rgba(12,14,17,.9); color: var(--white); border-left: 3px solid var(--red); }
.about-badge strong, .about-badge span { display: block; }
.about-badge span { color: #c8cdd2; font-size: .78rem; }

.brands-band { padding: 30px 0; color: var(--white); background: #171b20; border-top: 1px solid #2b3036; }
.brands-band .section-shell { display: flex; align-items: center; gap: 28px; }
.brands-band p { min-width: max-content; margin: 0; color: #8f969e; font-size: .78rem; text-transform: uppercase; font-weight: 750; }
.brand-list { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.brand-list span { color: #e3e6e9; font-size: .88rem; font-weight: 760; }

.contact-section { padding: 104px 0; color: var(--white); background: #0f1216; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p { max-width: 520px; color: #aeb4bb; }
.contact-links { display: grid; gap: 9px; margin-top: 34px; }
.contact-links a, .contact-links > div { display: flex; align-items: center; gap: 13px; padding: 11px 0; color: var(--white); }
.contact-links svg { width: 21px; color: var(--red); }
.contact-links span { display: grid; }
.contact-links small { color: #8f969e; }
.contact-form { padding: 30px; color: var(--ink); background: var(--white); border-radius: 8px; }
.contact-form label { display: grid; gap: 6px; margin-bottom: 15px; font-size: .85rem; font-weight: 720; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cbd0d5; border-radius: 6px; background: #fbfbfc; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,51,38,.12); }
.submit-button { width: 100%; border: 0; }
.contact-form > small { display: block; margin-top: 10px; color: var(--muted); text-align: center; }
.hidden { display: none; }

.site-footer { padding: 46px 0 30px; color: #aeb4bb; background: #090b0d; border-top: 1px solid #24282d; }
.footer-layout { display: grid; grid-template-columns: 130px 1fr auto; gap: 24px 36px; align-items: center; }
.footer-brand img { width: 105px; height: 105px; object-fit: contain; }
.footer-layout p { margin: 0; max-width: 400px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: #e2e5e8; font-size: .88rem; }
.footer-layout > small { grid-column: 2 / -1; padding-top: 16px; border-top: 1px solid #23272c; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 50; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.28); }
.floating-whatsapp svg { width: 25px; }

.thanks-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; color: var(--white); background: var(--ink); }
.thanks-content { width: min(100%, 680px); text-align: center; }
.thanks-content > img { width: 110px; height: 105px; margin: 0 auto 24px; object-fit: contain; }
.thanks-content .eyebrow { justify-content: center; }
.thanks-content h1 { max-width: none; margin-bottom: 18px; font-size: 5.4rem; }
.thanks-content > p:not(.eyebrow) { color: #bdc2c8; font-size: 1.08rem; }
.thanks-content .hero-actions { justify-content: center; margin-top: 30px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: var(--header) 0 auto; display: none; padding: 18px 20px 24px; background: #101318; border-bottom: 1px solid #2a2f35; }
  .site-nav.open { display: grid; gap: 0; }
  .site-nav > a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid #262b31; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 14px; justify-content: center; }
  .section-heading, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  h1 { font-size: 4.6rem; }
  .section-heading h2, .about-copy h2, .contact-copy h2 { font-size: 3.2rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-proof { left: 0; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { min-width: 0; }
  .about-image { height: 520px; }
  .footer-layout { grid-template-columns: 100px 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .footer-layout > small { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --header: 66px; }
  .section-shell, .nav-shell, .hero-content { width: min(calc(100% - 28px), var(--max)); }
  .brand small { font-size: .68rem; }
  .hero { min-height: 92svh; align-items: end; }
  .hero-image { background-position: 51% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(5,6,8,.22) 0%, rgba(5,6,8,.42) 38%, rgba(5,6,8,.96) 75%, #050608 100%); }
  .hero-content { padding: 118px 0 170px; }
  h1 { font-size: 3.3rem; }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { display: grid; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); width: 100%; }
  .hero-proof div { padding: 13px 9px; text-align: center; }
  .hero-proof strong { font-size: .86rem; }
  .hero-proof span { font-size: .65rem; }
  .service-band, .projects-section, .about-section, .contact-section { padding: 76px 0; }
  .section-heading h2, .about-copy h2, .contact-copy h2 { font-size: 2.25rem; }
  .thanks-content h1 { font-size: 3.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 235px; }
  .project-item.project-wide { grid-column: span 2; }
  .project-item figcaption { padding-inline: 11px; }
  .project-item strong { font-size: .83rem; }
  .about-image { height: 470px; }
  .brands-band .section-shell { align-items: flex-start; flex-direction: column; gap: 12px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 20px; }
  .footer-layout { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-brand img { margin-inline: auto; }
  .footer-links { justify-content: center; }
  .footer-layout > small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
