/*
Theme Name: Lemão Pisos Industriais
Theme URI: https://example.com/
Author: OpenAI
Description: Landing page institucional inspirada na referência visual da Lemão Pisos Industriais.
Version: 1.3.4
Text Domain: lemao-industrial
*/

:root {
  --navy: #071a57;
  --navy-deep: #06143f;
  --navy-soft: #102b75;
  --orange: #ff6b0a;
  --orange-dark: #ed5700;
  --ink: #0c0d12;
  --muted: #5d6068;
  --paper: #ffffff;
  --mist: #f4f5f7;
  --line: #e3e5ea;
  --container: 1160px;
  --radius: 10px;
  --shadow: 0 9px 30px rgba(7, 26, 87, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Header */
.site-header {
  position: relative;
  z-index: 20;
  height: 84px;
  background: #fff;
  border-bottom: 1px solid #eef0f4;
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 254px; }
.brand-lockup { position: relative; display: inline-flex; align-items: flex-end; height: 57px; color: var(--navy); font-weight: 900; letter-spacing: -2.2px; line-height: .8; }
.brand-mark { position: relative; display: inline-block; width: 25px; height: 42px; margin-right: 2px; border-radius: 8px 8px 3px 3px; background: var(--orange); transform: skewY(-1deg); }
.brand-mark::after { content: ""; position: absolute; right: -10px; bottom: 0; width: 21px; height: 21px; border: 6px solid var(--navy); border-left: 0; border-bottom: 0; border-radius: 0 12px 0 0; }
.brand-name { font-size: 34px; }
.brand-name strong { font-weight: 900; }
.brand-subtitle { position: absolute; left: 31px; bottom: 2px; color: var(--orange); font-size: 12px; line-height: 1; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.custom-logo-link { display: inline-flex; max-height: 65px; }
.custom-logo, .brand-logo { max-height: 58px; width: auto; }
.brand-logo { display: block; max-width: 220px; object-fit: contain; }
.footer-brand .brand-logo { max-height: 46px; max-width: 180px; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 40px; padding: 0; margin: 0; list-style: none; }
.primary-nav a { position: relative; display: inline-block; padding: 30px 0 27px; color: #11131a; font-size: 14px; font-weight: 500; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--navy); }
.primary-nav .current-menu-item > a::after, .primary-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 19px; height: 2px; background: var(--orange); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 7px; padding: 14px 22px; color: #fff; background: var(--navy); font-size: 13px; line-height: 1.1; font-weight: 800; text-transform: uppercase; transition: .2s ease; }
.header-cta { min-width: 170px; padding: 14px 15px; border-radius: 7px; font-size: 12px; text-transform: none; white-space: nowrap; }
.button:hover, .header-cta:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.button--orange { background: var(--orange); }
.button--orange:hover { background: #fff; color: var(--navy); }
.whatsapp-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: 6px; padding: 8px 10px; color: var(--navy); background: #fff; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 390px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4, 18, 52, .98) 0%, rgba(4, 20, 50, .91) 35%, rgba(4, 20, 50, .42) 61%, rgba(4, 20, 50, .1) 100%), var(--hero-image); background-size: cover; background-position: center right; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), transparent 40%, rgba(0,0,0,.15)); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero-content { width: min(620px, 62%); padding: 47px 0 43px; }
.hero h1 { max-width: 610px; margin: 0 0 12px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.04; letter-spacing: -1.7px; font-weight: 900; }
.highlight { color: var(--orange); }
.hero-lead { margin: 0 0 24px; font-size: 17px; line-height: 1.45; font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: 23px; }
.hero-actions .button { min-height: 48px; padding-inline: 22px; }
.hero-note { max-width: 135px; font-size: 13px; line-height: 1.3; font-weight: 700; }
.experience-badge { position: absolute; z-index: 2; right: 0; bottom: 0; display: flex; align-items: center; gap: 16px; width: 265px; min-height: 79px; padding: 14px 21px; border-radius: 16px 16px 0 0; background: var(--navy); }
.experience-badge svg { width: 44px; height: 44px; flex: 0 0 44px; color: var(--orange); }
.experience-badge strong { display: block; margin-bottom: 1px; font-size: 16px; line-height: 1.2; }
.experience-badge span { display: block; font-size: 11px; line-height: 1.35; }

/* Shared sections */
.section { padding: 22px 0 29px; }
.section-heading { margin: 0 auto 16px; text-align: center; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(27px, 3vw, 36px); line-height: 1.15; letter-spacing: -1px; font-weight: 900; }
.section-heading p { margin: 7px 0 0; color: #17181d; font-size: 13px; }

/* Solutions */
.solutions { background: #fff; }
.solution-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.solution-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border-radius: 10px; background: #f6f6f6; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.solution-image { width: 100%; aspect-ratio: 1.44 / 1; object-fit: cover; }
.solution-body { display: flex; flex: 1; flex-direction: column; padding: 15px 18px 14px; }
.line-icon { width: 34px; height: 34px; margin-bottom: 8px; color: var(--orange); }
.solution-card h3 { min-height: 46px; margin: 0 0 8px; color: var(--navy); font-size: 16px; line-height: 1.1; font-weight: 900; }
.solution-card p { flex: 1; margin: 0 0 14px; color: #15161a; font-size: 11.5px; line-height: 1.42; }
.solution-card .button { align-self: stretch; min-height: 30px; padding: 8px 5px; border-radius: 4px; font-size: 10px; }

/* Works gallery */
.works { padding-top: 16px; padding-bottom: 28px; background: var(--navy); color: #fff; }
.works .section-heading { margin-bottom: 13px; }
.works h2 { color: #fff; }
.works .section-heading p { color: #fff; }
.works-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.work-card { position: relative; overflow: hidden; min-width: 0; aspect-ratio: 1.65 / 1; border-radius: 10px; background: #1a2e67; }
.work-card::after { content: ""; position: absolute; inset: 46% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.87)); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.06); }
.work-card figcaption { position: absolute; z-index: 1; right: 8px; bottom: 9px; left: 8px; color: #fff; text-align: center; font-size: 10px; line-height: 1.15; font-weight: 800; text-transform: uppercase; }

/* Why */
.why { padding-top: 17px; padding-bottom: 26px; }
.why .section-heading { margin-bottom: 16px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { display: grid; grid-template-columns: 56px 1fr; gap: 15px; padding: 1px 27px; border-right: 1px solid #d6d7da; }
.benefit:first-child { padding-left: 38px; }
.benefit:last-child { border-right: 0; }
.benefit-icon { width: 49px; height: 49px; color: var(--orange); }
.benefit h3 { margin: 5px 0 5px; color: var(--navy); font-size: 13px; line-height: 1.2; font-weight: 900; }
.benefit p { margin: 0; color: #18191d; font-size: 11px; line-height: 1.38; }

/* CTA */
.final-cta { position: relative; overflow: hidden; min-height: 142px; background: var(--navy); color: #fff; }
.final-cta::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 41%; background: var(--cta-image) center / cover no-repeat; }
.final-cta::after { content: ""; position: absolute; top: -45%; right: 35%; width: 165px; height: 200%; border-radius: 50%; background: var(--orange); transform: rotate(17deg); }
.final-cta .container { position: relative; z-index: 1; display: flex; align-items: center; min-height: 142px; }
.final-cta-copy { width: 56%; }
.final-cta h2 { margin: 0 0 3px; font-size: 25px; line-height: 1.15; letter-spacing: -.6px; font-weight: 900; }
.final-cta p { margin: 0 0 15px; font-size: 14px; font-weight: 700; }
.final-cta-actions { display: flex; align-items: center; gap: 22px; }
.final-cta .button { min-width: 294px; padding: 13px 18px; font-size: 11px; }
.final-cta-note { max-width: 125px; font-size: 11px; line-height: 1.25; font-weight: 700; }

/* Footer */
.image-note { padding: 5px 0; border-bottom: 1px solid #e1e2e5; color: #6b6d74; font-size: 9px; line-height: 1.25; font-style: italic; text-align: center; }
.site-footer { padding: 10px 0 13px; background: var(--navy); color: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand .brand-lockup { height: 42px; color: #fff; transform: scale(.78); transform-origin: left center; }
.footer-brand .brand-mark::after { border-color: #fff; }
.footer-brand .brand-subtitle { color: var(--orange); }
.contact-list { display: flex; align-items: center; justify-content: center; gap: 27px; margin: 0; padding: 0; list-style: none; font-size: 11px; }
.contact-list li { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.contact-list svg { width: 17px; height: 17px; color: #fff; }
.footer-address { max-width: 150px; font-size: 10px; line-height: 1.2; text-align: left; }
.footer-address span { display: block; margin-bottom: 2px; font-size: 9px; font-weight: 500; }
.footer-address strong { font-size: 12px; font-weight: 800; }

/* WordPress content / utility */
.entry-content { max-width: 850px; margin: 60px auto; }
.entry-content > * { margin-bottom: 1em; }
.entry-title { color: var(--navy); }
.alignwide { width: min(100%, 1200px); margin-left: auto; margin-right: auto; }

@media (max-width: 1050px) {
  .header-inner { gap: 18px; }
  .brand { min-width: 220px; }
  .primary-nav ul { gap: 22px; }
  .experience-badge { right: 24px; }
  .benefit { padding-inline: 14px; }
  .benefit:first-child { padding-left: 15px; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 72px; }
  .brand { min-width: 0; }
  .brand-lockup { transform: scale(.82); transform-origin: left center; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { position: absolute; top: 72px; right: 16px; left: 16px; display: none; padding: 10px 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; }
  .primary-nav a { display: block; padding: 10px 0; }
  .primary-nav .current-menu-item > a::after, .primary-nav a[aria-current="page"]::after { bottom: 4px; }
  .header-cta { display: none; }
  .hero { min-height: 525px; }
  .hero::before { background-position: 65% center; }
  .hero-content { width: 100%; max-width: 600px; padding-top: 40px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(35px, 8vw, 52px); }
  .experience-badge { right: 16px; width: 250px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .solution-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 6px); }
  .works-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .work-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 5px); justify-self: center; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(3) { padding-left: 15px; }
  .final-cta::before { width: 35%; opacity: .65; }
  .final-cta::after { right: 25%; }
  .final-cta-copy { width: 72%; }
  .footer-inner { flex-wrap: wrap; justify-content: center; }
  .footer-brand { margin-right: auto; }
  .footer-address { margin-left: auto; }
  .contact-list { order: 3; width: 100%; flex-wrap: wrap; gap: 12px 22px; }
}

@media (max-width: 530px) {
  .hero { min-height: 575px; }
  .hero::before { background-image: linear-gradient(90deg, rgba(4, 18, 52, .97), rgba(4, 20, 50, .72)), var(--hero-image); background-position: 64% center; }
  .hero h1 { font-size: 39px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-note { max-width: 210px; }
  .experience-badge { left: 16px; right: auto; }
  .section { padding-top: 28px; }
  .solution-grid, .works-grid { grid-template-columns: 1fr; }
  .solution-card:last-child, .work-card:last-child { grid-column: auto; max-width: none; }
  .solution-image { aspect-ratio: 1.7 / 1; }
  .benefits-grid { grid-template-columns: 1fr; gap: 18px; }
  .benefit, .benefit:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 17px; }
  .benefit:last-child { border-bottom: 0; padding-bottom: 0; }
  .final-cta { min-height: 285px; }
  .final-cta::before { width: 100%; opacity: .22; }
  .final-cta::after { display: none; }
  .final-cta .container { min-height: 285px; align-items: flex-start; padding-top: 31px; }
  .final-cta-copy { width: 100%; }
  .final-cta-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .final-cta .button { min-width: 0; width: 100%; }
  .footer-inner { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 12px; text-align: center; }
  .footer-brand, .footer-address { margin: 0; }
  .footer-address { justify-self: center; }
  .footer-brand .brand-logo { max-height: 44px; }
  .contact-list { order: 0; width: 100%; flex-direction: column; align-items: center; gap: 8px; }
}
