:root {
  --ink: #12202b;
  --muted: #5e6c77;
  --line: #dce3e8;
  --paper: #ffffff;
  --soft: #f4f7f8;
  --navy: #0b1b27;
  --navy-2: #122c3d;
  --orange: #d9682b;
  --orange-dark: #a94817;
  --blue: #497b9c;
  --wrap: min(1120px, calc(100% - 40px));
  --display: "Space Grotesk", Inter, system-ui, sans-serif;
  --sans: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.1; letter-spacing: -.025em; }
p { margin: 0; }
::selection { background: #f0b28d; color: var(--ink); }
:focus-visible { outline: 3px solid rgba(73,123,156,.35); outline-offset: 3px; }

.skip { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: white; border: 1px solid var(--line); border-radius: 5px; }
.skip:focus { top: 12px; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { width: var(--wrap); min-height: 74px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { width: 44px; height: 44px; object-fit: cover; border-radius: 7px; flex: 0 0 auto; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name strong { font-family: var(--display); font-size: 19px; letter-spacing: .02em; }
.brand-name small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.menu { display: flex; align-items: center; gap: 27px; color: #42515c; font-size: 14px; font-weight: 600; }
.menu a { position: relative; padding: 7px 0; }
.menu a:hover, .menu a[aria-current="page"] { color: var(--orange-dark); }
.menu a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--orange); }
.menu .contact-link { padding: 9px 14px; color: white; background: var(--navy); border-radius: 5px; }
.menu .contact-link:hover { color: white; background: var(--navy-2); }
.menu .contact-link::after { display: none; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 5px; display: grid; place-items: center; font-weight: 700; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-panel { position: absolute; right: 0; top: 50px; width: min(280px, calc(100vw - 40px)); padding: 10px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(18,32,43,.14); }
.mobile-panel a { display: block; padding: 12px; border-bottom: 1px solid var(--line); font-weight: 600; }
.mobile-panel a:last-child { border-bottom: 0; }

.hero { color: white; background: var(--navy); border-bottom: 5px solid var(--orange); overflow: hidden; }
.hero-inner { width: var(--wrap); margin: 0 auto; padding: clamp(72px, 9vw, 122px) 0; position: relative; }
.hero-inner::after { content: ""; position: absolute; width: 460px; height: 460px; right: -160px; top: -210px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.kicker { display: block; margin-bottom: 22px; color: #efad83; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { position: relative; z-index: 1; max-width: 18ch; font-size: clamp(2.45rem, 6vw, 4.9rem); }
.hero .lead { position: relative; z-index: 1; max-width: 66ch; margin-top: 25px; color: #d4dfe6; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 1px solid transparent; border-radius: 5px; font-weight: 750; transition: .16s ease; }
.btn-primary { color: white; background: var(--orange); border-color: var(--orange); }
.btn-primary:hover { background: #e27d47; border-color: #e27d47; }
.btn-secondary { color: white; border-color: rgba(255,255,255,.38); }
.btn-secondary:hover { border-color: white; background: rgba(255,255,255,.06); }
.btn-dark { color: white; background: var(--navy); border-color: var(--navy); }
.btn-dark:hover { background: var(--navy-2); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-weight: 750; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.page-hero { background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero-inner { width: var(--wrap); margin: 0 auto; padding: clamp(56px, 8vw, 92px) 0; }
.page-hero .kicker { color: var(--orange-dark); }
.page-hero h1 { max-width: 19ch; font-size: clamp(2.3rem, 5vw, 4.2rem); }
.page-hero p { max-width: 68ch; margin-top: 22px; color: var(--muted); font-size: clamp(1.02rem, 1.55vw, 1.18rem); }

.section { width: var(--wrap); margin: 0 auto; padding: clamp(64px, 8vw, 104px) 0; }
.section.compact { padding-top: clamp(45px, 6vw, 70px); padding-bottom: clamp(45px, 6vw, 70px); }
.band { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 44px; }
.overline { display: block; margin-bottom: 14px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-head h2 { font-size: clamp(1.85rem, 3.8vw, 3rem); }
.section-head p { margin-top: 16px; color: var(--muted); font-size: 1.06rem; }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.intro-grid h2 { font-size: clamp(1.85rem, 3.6vw, 2.85rem); }
.intro-grid .copy { display: grid; gap: 18px; color: var(--muted); font-size: 1.06rem; }

.capability-list { border-top: 1px solid var(--ink); }
.capability { display: grid; grid-template-columns: 80px minmax(220px,.8fr) 1.2fr; gap: 28px; padding: 29px 0; border-bottom: 1px solid var(--line); align-items: start; }
.capability .num { color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.capability h3 { font-size: 1.3rem; }
.capability p { color: var(--muted); }

.process { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }
.process li { list-style: none; min-height: 200px; padding: 25px 24px 25px 0; border-bottom: 1px solid var(--line); }
.process li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.process li::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 42px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.process h3 { font-size: 1.12rem; }
.process p { margin-top: 10px; color: var(--muted); font-size: .95rem; }

.project-feature { display: grid; grid-template-columns: 1fr 1.2fr; border: 1px solid var(--line); background: white; }
.project-visual { min-height: 330px; padding: 42px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: var(--navy); }
.project-visual .project-code { color: #efad83; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-visual strong { max-width: 10ch; font-family: var(--display); font-size: clamp(2.5rem,5vw,4.8rem); line-height: .95; }
.project-content { padding: clamp(32px,5vw,58px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.project-content h2, .project-content h3 { font-size: clamp(1.7rem,3vw,2.4rem); }
.project-content p { margin-top: 17px; color: var(--muted); }
.project-content .text-link { margin-top: 25px; }

.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.detail { padding: clamp(28px,4vw,46px); background: white; }
.detail .tag { display: block; margin-bottom: 28px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.detail h3 { font-size: 1.35rem; }
.detail p { margin-top: 13px; color: var(--muted); }
.detail ul { margin: 16px 0 0; padding-left: 19px; color: var(--muted); }
.detail li + li { margin-top: 8px; }

.plain-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.plain-list li { display: grid; grid-template-columns: minmax(200px,.65fr) 1.35fr; gap: 32px; list-style: none; padding: 25px 0; border-bottom: 1px solid var(--line); }
.plain-list strong { font-family: var(--display); font-size: 1.08rem; }
.plain-list span { color: var(--muted); }

.quote { padding: clamp(38px,6vw,72px); color: white; background: var(--navy); }
.quote p { max-width: 29ch; font-family: var(--display); font-size: clamp(1.65rem,3.5vw,2.8rem); line-height: 1.2; }
.quote small { display: block; margin-top: 24px; color: #b9c9d3; }

.contact-options { border-top: 1px solid var(--ink); }
.contact-option { display: grid; grid-template-columns: 90px minmax(230px,.8fr) 1.2fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.contact-option .num { color: var(--orange-dark); font-weight: 800; }
.contact-option h2 { font-size: 1.28rem; }
.contact-option p { color: var(--muted); }
.contact-box { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: clamp(32px,5vw,56px); background: var(--soft); border: 1px solid var(--line); }
.contact-box h2 { font-size: clamp(1.65rem,3vw,2.4rem); }
.contact-box p { margin-top: 10px; color: var(--muted); }

.cta-band { color: white; background: var(--navy); }
.cta-inner { width: var(--wrap); margin: 0 auto; padding: clamp(52px,7vw,82px) 0; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.cta-inner h2 { max-width: 25ch; font-size: clamp(1.8rem,4vw,3rem); }
.cta-inner p { max-width: 64ch; margin-top: 12px; color: #bdcbd4; }

.footer { color: #bfccd4; background: #07131c; }
.footer-inner { width: var(--wrap); margin: 0 auto; padding: 42px 0; display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 6px; }
.footer-brand strong { display: block; color: white; font-family: var(--display); }
.footer-brand small, .footer-meta { color: #8294a0; font-size: 12px; }
.footer-meta { text-align: right; }

@media (max-width: 860px) {
  .menu { display: none; }
  .mobile-nav { display: block; }
  .intro-grid, .project-feature, .cta-inner { grid-template-columns: 1fr; }
  .capability, .contact-option { grid-template-columns: 55px 1fr; }
  .capability p, .contact-option p { grid-column: 2; }
  .process { grid-template-columns: repeat(2,1fr); }
  .process li:nth-child(3) { border-left: 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .contact-box { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --wrap: min(100% - 28px, 1120px); }
  .brand-logo { width: 40px; height: 40px; }
  .brand-name small { display: none; }
  .hero-inner::after { display: none; }
  .hero h1 { font-size: clamp(2.25rem,12vw,3.25rem); }
  .capability, .contact-option { grid-template-columns: 1fr; gap: 8px; }
  .capability p, .contact-option p { grid-column: auto; }
  .process { grid-template-columns: 1fr; padding: 0; }
  .process li, .process li + li { min-height: 0; padding: 24px 0; border-left: 0; }
  .process li::before { margin-bottom: 18px; }
  .plain-list li { grid-template-columns: 1fr; gap: 7px; }
  .project-visual { min-height: 250px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-meta { text-align: left; }
}

/* Direção editorial: menos cartões, mais contexto e linguagem humana */
.hero-inner::after { display: none; }
.hero h1 { max-width: 15ch; }
.human-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px, 8vw, 100px); align-items: start; }
.human-intro h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
.human-intro .copy { display: grid; gap: 18px; color: var(--muted); font-size: 1.06rem; }
.voices { margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.voices li { list-style: none; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--display); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.voices li::before { content: "“"; margin-right: 7px; color: var(--orange); }

.editorial-list { border-top: 1px solid var(--ink); }
.editorial-item { display: grid; grid-template-columns: minmax(220px,.72fr) 1.28fr; gap: clamp(24px,5vw,72px); padding: 29px 0; border-bottom: 1px solid var(--line); }
.editorial-item h3 { font-size: 1.3rem; }
.editorial-item p { color: var(--muted); }

.situations { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.situation { padding: 30px 28px 32px 0; }
.situation + .situation { padding-left: 28px; border-left: 1px solid var(--line); }
.situation span { display: block; margin-bottom: 34px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.situation h3 { font-size: 1.25rem; }
.situation p { margin-top: 11px; color: var(--muted); }

.story-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(28px,5vw,64px); }
.story-column { padding-top: 20px; border-top: 2px solid var(--orange); }
.story-column h3 { font-size: 1.18rem; }
.story-column p { margin-top: 12px; color: var(--muted); }

.work-note { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(36px,8vw,110px); align-items: start; }
.work-note h2 { font-size: clamp(1.9rem,4vw,3.15rem); }
.work-note .copy { display: grid; gap: 18px; color: var(--muted); font-size: 1.06rem; }
.work-note .copy strong { color: var(--ink); }

.project-context { max-width: 720px; margin-bottom: 42px; color: var(--muted); font-size: 1.06rem; }

.contact-cases { border-top: 1px solid var(--ink); }
.contact-case { display: grid; grid-template-columns: minmax(210px,.7fr) 1.3fr; gap: clamp(24px,5vw,70px); padding: 28px 0; border-bottom: 1px solid var(--line); }
.contact-case h2 { font-size: 1.28rem; }
.contact-case p { color: var(--muted); }

@media (max-width: 860px) {
  .human-intro, .work-note { grid-template-columns: 1fr; }
  .situations, .story-columns { grid-template-columns: 1fr; }
  .situation, .situation + .situation { padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .situation:last-child { border-bottom: 0; }
  .situation span { margin-bottom: 14px; }
}
@media (max-width: 560px) {
  .editorial-item, .contact-case { grid-template-columns: 1fr; gap: 8px; }
}


/* Produtos com imagens reais e visualização de capacidade */
.product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(22px,3vw,34px); }
.product-card { overflow: hidden; background: white; border: 1px solid var(--line); }
.product-image { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #e8eef2; }
.product-image-dark { background: #07131c; }
.product-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.018); }
.product-copy { padding: clamp(24px,3vw,34px); }
.product-status { display: block; margin-bottom: 13px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-copy h2, .product-copy h3 { font-size: clamp(1.55rem,2.6vw,2.1rem); }
.product-copy p { margin-top: 14px; color: var(--muted); }
.product-copy .text-link { display: inline-block; margin-top: 25px; }
.product-page-hero h1 { max-width: 16ch; }
.product-hero-visual { width: var(--wrap); margin: clamp(-30px,-3vw,-12px) auto clamp(50px,7vw,90px); overflow: hidden; background: #07131c; border: 1px solid #193142; }
.product-hero-visual img { display: block; width: 100%; height: auto; }

@media (max-width: 860px) {
  .product-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .product-copy { padding: 22px; }
  .product-hero-visual { width: 100%; border-left: 0; border-right: 0; }
}
