/*
Theme Name: Beta Tec Soluções
Theme URI: https://beta-tec.ricardostefaneli.chatgpt.site/
Author: RCM Marketing
Author URI: https://rcmconsultoria.com.br/
Description: Tema WordPress responsivo para a Beta Tec, com homepage comercial, catálogo, formulário de atendimento e recebimento de currículos.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: beta-tec
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ink: #141713;
  --ink-soft: #586057;
  --green: #20391b;
  --green-deep: #152713;
  --green-mid: #2d5426;
  --yellow: #f4d719;
  --yellow-soft: #fae96c;
  --orange: #dd6d2a;
  --cream: #f6f6f1;
  --paper: #ffffff;
  --line: rgba(20, 23, 19, 0.13);
  --shadow: 0 20px 60px rgba(18, 31, 17, 0.13);
  --radius: 18px;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-body); margin: 0; max-width: 100%; overflow-x: hidden; }
body, button, input, select, textarea { font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-size: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.site-shell { min-height: 100vh; }
.container { margin: 0 auto; max-width: 1240px; padding-left: 32px; padding-right: 32px; width: 100%; }

/* Elementor compatibility: keep legacy sections inside the viewport. */
.elementor,
.elementor-page,
.elementor-location-header,
.elementor-location-footer { max-width: 100%; overflow-x: hidden; }
.elementor .elementor-section,
.elementor .elementor-container,
.elementor .elementor-row,
.elementor .elementor-column,
.elementor .elementor-widget-wrap,
.elementor .elementor-widget,
.elementor .elementor-widget-container { box-sizing: border-box; max-width: 100%; min-width: 0; }
.elementor .elementor-section > .elementor-container { margin-left: auto; margin-right: auto; width: 100%; }
.elementor .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1240px; }
.elementor .elementor-widget img,
.elementor .elementor-widget iframe,
.elementor .elementor-widget video { height: auto; max-width: 100%; }

.topbar { background: var(--green-deep); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.topbar-inner { align-items: center; display: flex; justify-content: space-between; min-height: 35px; }
.topbar a { color: var(--yellow-soft); letter-spacing: .06em; }
.topbar a strong { color: #fff; margin-left: 10px; }

.site-header { background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(20,23,19,.1); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.nav-wrap { align-items: center; display: flex; justify-content: space-between; min-height: 90px; }
.brand { align-items: center; display: inline-flex; gap: 9px; min-width: 155px; }
.brand-symbol { height: 54px; object-fit: contain; width: 57px; }
.brand-type { display: flex; flex-direction: column; line-height: .9; }
.brand-type strong { color: #050605; font-family: Arial Black, Arial, sans-serif; font-size: 22px; letter-spacing: -.09em; }
.brand-type small { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .16em; margin-left: 2px; margin-top: 5px; }
.nav-links { align-items: center; display: flex; gap: 27px; }
.nav-links .menu { align-items: center; display: flex; gap: 27px; list-style: none; margin: 0; padding: 0; }
.nav-links .menu-item { list-style: none; margin: 0; padding: 0; }
.nav-links .menu-item > a { color: #4f594f; font-size: 12px; font-weight: 600; transition: color 180ms ease; }
.nav-links .menu-item > a:hover { color: var(--green); }
.nav-links .menu-item.nav-cta > a { background: var(--yellow); color: var(--ink); padding: 14px 17px; }
.nav-links > a:not(.nav-cta) { color: #4f594f; font-size: 12px; font-weight: 600; transition: color 180ms ease; }
.nav-links > a:not(.nav-cta):hover { color: var(--green); }
.nav-cta, .button { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 14px; justify-content: center; letter-spacing: .02em; padding: 14px 17px; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta { background: var(--yellow); color: var(--ink); }
.nav-cta span, .button span { font-size: 17px; line-height: .8; }
.nav-toggle { background: transparent; border: 0; display: none; padding: 8px; }
.nav-toggle span { background: var(--green); display: block; height: 2px; margin: 5px 0; width: 23px; }

.hero { background: radial-gradient(circle at 80% 15%, rgba(102,139,83,.32), transparent 30%), linear-gradient(115deg, var(--green-deep) 0%, var(--green) 58%, #315b27 100%); color: #fff; min-height: 650px; overflow: hidden; position: relative; }
.hero::before { background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 54px 54px; content: ""; inset: 0 0 0 54%; mask-image: linear-gradient(90deg, transparent, black 28%); opacity: .35; pointer-events: none; position: absolute; }
.hero-grid { align-items: center; display: grid; gap: 48px; grid-template-columns: .9fr 1.1fr; min-height: 615px; position: relative; z-index: 1; }
.hero-copy { padding: 64px 0 70px; }
.eyebrow { align-items: center; color: var(--green); display: flex; font-size: 10px; font-weight: 800; gap: 9px; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: var(--yellow-soft); }
.eyebrow-dot { background: currentColor; border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
.hero h1 { font-size: clamp(48px,6vw,82px); font-weight: 650; letter-spacing: -.075em; line-height: .97; margin: 27px 0 25px; max-width: 670px; }
.hero-lead { color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.7; margin: 0; max-width: 510px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; margin-top: 37px; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: var(--yellow-soft); }
.text-link { align-items: center; color: var(--green); display: inline-flex; font-size: 12px; font-weight: 700; gap: 12px; padding-bottom: 6px; position: relative; }
.text-link::after { background: currentColor; bottom: 0; content: ""; height: 1px; left: 0; position: absolute; transition: width 180ms ease; width: 32px; }
.text-link:hover::after { width: 100%; }
.text-link-light { color: rgba(255,255,255,.82); }
.hero-proof { border-top: 1px solid rgba(255,255,255,.2); display: flex; gap: 31px; margin-top: 58px; max-width: 545px; padding-top: 18px; }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { color: var(--yellow); font-size: 20px; font-weight: 750; letter-spacing: -.05em; }
.hero-proof span { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.hero-visual { height: 500px; margin-top: 12px; position: relative; }
.hero-frame { box-shadow: 0 25px 45px rgba(5,14,5,.36); overflow: hidden; position: absolute; }
.hero-frame img { height: 100%; object-fit: cover; width: 100%; }
.hero-frame-back { border: 1px solid rgba(255,255,255,.36); height: 310px; opacity: .48; right: 0; top: 0; transform: rotate(4deg); width: 60%; }
.hero-frame-front { background: var(--paper); bottom: 12px; height: 380px; left: 3%; width: 75%; z-index: 2; }
.hero-frame-front img { object-position: 54% center; }
.hero-frame-front::after { background: linear-gradient(180deg, transparent 48%, rgba(9,22,7,.72)); content: ""; inset: 0; position: absolute; }
.visual-note { bottom: 20px; display: flex; gap: 15px; left: 22px; position: absolute; z-index: 1; }
.visual-note span { align-items: center; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); display: flex; font-size: 10px; height: 34px; justify-content: center; width: 34px; }
.visual-note strong { align-self: center; color: #fff; font-size: 12px; font-weight: 650; max-width: 130px; }
.hero-stamp { align-items: center; background: var(--yellow); bottom: 15px; color: var(--ink); display: flex; gap: 9px; padding: 13px 17px 13px 12px; position: absolute; right: 0; transform: rotate(-3deg); z-index: 3; }
.hero-stamp span { border: 2px solid var(--ink); border-radius: 50%; font-size: 13px; font-weight: 900; height: 37px; line-height: 34px; text-align: center; width: 37px; }
.hero-stamp small { font-size: 9px; font-weight: 800; letter-spacing: .06em; line-height: 1.25; text-transform: uppercase; }
.hero-bottom-line { align-items: center; bottom: 28px; display: flex; gap: 8px; position: absolute; right: 32px; z-index: 2; }
.hero-bottom-line span { background: var(--yellow); border-radius: 50%; height: 9px; width: 9px; }

.section { padding: 116px 0; }
.intro { background: var(--cream); }
.intro-grid { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.section-heading h2, .section-topline h2, .process-heading h2, .clients h2, .materials h2, .contact h2 { font-size: clamp(35px,4vw,57px); font-weight: 650; letter-spacing: -.065em; line-height: 1.03; margin: 24px 0 0; }
.section-heading h2 { max-width: 570px; }
.intro-copy { align-self: end; max-width: 520px; padding-bottom: 5px; }
.intro-copy p { color: var(--ink-soft); font-size: 15px; line-height: 1.75; margin: 0 0 20px; }
.intro-copy .lead-copy { color: var(--ink); font-size: 20px; letter-spacing: -.025em; line-height: 1.45; }
.intro-copy .text-link { margin-top: 12px; }
.principles-grid { display: grid; gap: 17px; grid-template-columns: repeat(3,1fr); margin-top: 76px; }
.principle-card { background: var(--paper); min-height: 235px; padding: 28px 29px; position: relative; }
.principle-card::before { background: var(--yellow); content: ""; height: 4px; left: 0; position: absolute; top: 0; width: 70px; }
.principle-icon { color: var(--yellow); display: block; font-size: 28px; font-weight: 700; height: 40px; }
.card-kicker { color: var(--green-mid); font-size: 9px; font-weight: 850; letter-spacing: .16em; margin: 8px 0 13px; text-transform: uppercase; }
.principle-card h3, .service-card h3, .equipment-card h3, .catalogue-callout h3, .process-item h3, .form-heading h3 { font-size: 21px; font-weight: 670; letter-spacing: -.04em; line-height: 1.1; margin: 0; }
.principle-card > p:last-child { color: var(--ink-soft); font-size: 13px; line-height: 1.55; margin: 13px 0 0; max-width: 250px; }
.principle-card-dark { background: var(--green); color: #fff; }
.principle-card-dark .card-kicker, .principle-card-dark > p:last-child { color: rgba(255,255,255,.67); }

.section-dark { background: var(--green-deep); color: #fff; }
.services { position: relative; }
.services::after { background: var(--yellow); content: ""; height: 180px; opacity: .9; position: absolute; right: -90px; top: -90px; transform: rotate(45deg); width: 180px; }
.section-topline { align-items: end; display: flex; gap: 60px; justify-content: space-between; position: relative; z-index: 1; }
.section-topline h2 { max-width: 680px; }
.section-side-copy { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; margin: 0 0 5px; max-width: 265px; }
.service-grid { display: grid; gap: 14px; grid-template-columns: repeat(3,1fr); margin-top: 65px; position: relative; z-index: 1; }
.service-card { background: #fbfbf7; color: var(--ink); min-height: 335px; padding: 27px 28px 24px; position: relative; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { box-shadow: 0 20px 45px rgba(0,0,0,.2); transform: translateY(-5px); }
.service-card:nth-child(4) { grid-column: span 2; }
.service-card:nth-child(5) { background: var(--yellow); }
.service-card:nth-child(5) .card-kicker, .service-card:nth-child(5) a { color: var(--ink); }
.service-meta { align-items: center; display: flex; justify-content: space-between; }
.service-meta span { color: rgba(20,23,19,.35); font-size: 12px; font-weight: 750; }
.service-meta i { background: var(--yellow); border-radius: 50%; display: block; height: 12px; width: 12px; }
.service-green .service-meta i { background: var(--green-mid); }
.service-orange .service-meta i { background: var(--orange); }
.service-blue .service-meta i { background: #417795; }
.service-card .card-kicker { margin-top: 38px; }
.service-card h3 { font-size: 26px; max-width: 300px; }
.service-card > p:not(.card-kicker) { color: #667066; font-size: 13px; line-height: 1.65; margin: 16px 0 0; max-width: 430px; }
.service-card a, .equipment-card a { bottom: 24px; color: var(--green); font-size: 11px; font-weight: 750; left: 28px; position: absolute; }
.service-card a span, .equipment-card a span { font-size: 16px; margin-left: 10px; }

.process { background: var(--yellow); padding-bottom: 100px; padding-top: 100px; }
.process-wrap { display: grid; gap: 75px; grid-template-columns: .7fr 1.3fr; }
.process-heading h2 { max-width: 350px; }
.process-list { border-top: 1px solid rgba(20,23,19,.28); }
.process-item { align-items: center; border-bottom: 1px solid rgba(20,23,19,.28); display: grid; gap: 24px; grid-template-columns: 48px 1fr; min-height: 85px; }
.process-item > span { color: rgba(20,23,19,.45); font-size: 11px; font-weight: 750; }
.process-item h3 { font-size: 16px; }
.process-item p { color: rgba(20,23,19,.65); font-size: 12px; margin: 5px 0 0; }

.equipment { background: var(--cream); }
.equipment-heading .section-side-copy { color: var(--ink-soft); }
.filter-row { display: flex; gap: 8px; margin: 52px 0 25px; }
.filter-button { background: transparent; border: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 650; padding: 11px 17px; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.filter-button:hover, .filter-button.is-active { background: var(--green); border-color: var(--green); color: #fff; }
.equipment-grid { display: grid; gap: 17px; grid-template-columns: repeat(3,1fr); }
.equipment-card { background: var(--paper); display: flex; flex-direction: column; min-height: 420px; overflow: hidden; position: relative; }
.equipment-image-wrap { height: 230px; overflow: hidden; position: relative; }
.equipment-image-wrap::after { background: linear-gradient(180deg, transparent 65%, rgba(15,24,12,.32)); content: ""; inset: 0; position: absolute; }
.equipment-image-wrap img { height: 100%; object-fit: cover; transition: transform 350ms ease; width: 100%; }
.equipment-card:hover .equipment-image-wrap img { transform: scale(1.06); }
.equipment-image-wrap > span { bottom: 15px; color: #fff; font-size: 11px; font-weight: 750; left: 17px; position: absolute; z-index: 1; }
.equipment-info { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 23px 25px; position: relative; }
.equipment-info .card-kicker { margin: 0 0 9px; }
.equipment-card h3 { font-size: 22px; }
.equipment-card p:not(.card-kicker) { color: var(--ink-soft); font-size: 12px; line-height: 1.55; margin: 11px 0 0; max-width: 280px; }
.equipment-card .equipment-cta { align-items: center; background: var(--yellow); bottom: auto; color: var(--ink); display: inline-flex; flex-shrink: 0; font-size: 11px; font-weight: 750; gap: 8px; left: auto; margin-top: auto; padding: 12px 15px; position: static; transition: background 180ms ease, transform 180ms ease; width: fit-content; }
.equipment-card .equipment-cta:hover { background: var(--yellow-soft); transform: translateY(-2px); }
.equipment-card .equipment-cta span { margin-left: 2px; }
.catalogue-callout { align-items: center; background: var(--green); color: #fff; display: flex; justify-content: space-between; margin-top: 17px; padding: 24px 27px; }
.catalogue-callout > div { align-items: center; display: flex; gap: 17px; }
.catalogue-callout .card-kicker { color: var(--yellow); margin: 0 0 8px; }
.catalogue-callout h3 { font-size: 20px; }
.catalogue-mark { align-items: center; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); display: flex; font-size: 12px; font-weight: 900; height: 48px; justify-content: center; width: 48px; }
.button-dark { background: var(--yellow); color: var(--ink); }

.clients { background: var(--yellow); padding-bottom: 104px; padding-top: 104px; }
.clients-layout { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.clients h2 { max-width: 550px; }
.clients > .container > div:first-child > p { color: rgba(20,23,19,.68); font-size: 14px; line-height: 1.6; margin: 22px 0 0; max-width: 400px; }
.client-list { border-top: 1px solid rgba(20,23,19,.38); }
.client-list span { align-items: center; border-bottom: 1px solid rgba(20,23,19,.38); display: flex; font-size: 15px; font-weight: 600; gap: 22px; min-height: 47px; }
.client-list i { color: rgba(20,23,19,.45); font-size: 10px; font-style: normal; font-weight: 750; }

.careers { background: var(--paper); }
.careers-grid { align-items: start; display: grid; gap: 90px; grid-template-columns: 1fr .85fr; }
.careers h2 { font-size: clamp(42px,5vw,64px); font-weight: 650; letter-spacing: -.065em; line-height: 1.03; margin: 24px 0 0; max-width: 570px; }
.careers-lead { color: var(--ink-soft); font-size: 17px; line-height: 1.65; margin: 27px 0 0; max-width: 500px; }
.career-points { border-top: 1px solid var(--line); margin-top: 55px; max-width: 500px; }
.career-points > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 34px 1fr; min-height: 62px; }
.career-points span { color: var(--orange); font-size: 10px; font-weight: 800; }
.career-points p { color: var(--ink-soft); font-size: 12px; line-height: 1.45; margin: 0; }
.career-form { background: var(--cream); color: var(--ink); padding: 34px 34px 31px; }
.career-form label { color: var(--ink-soft); display: block; font-size: 10px; font-weight: 700; letter-spacing: .05em; margin-top: 17px; text-transform: uppercase; }
.career-form input, .career-form select, .career-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(20,23,19,.23); border-radius: 0; color: var(--ink); display: block; font-size: 13px; margin-top: 8px; outline: 0; padding: 10px 0; resize: vertical; width: 100%; }
.career-form input:focus, .career-form select:focus, .career-form textarea:focus { border-color: var(--green); }
.career-form input::placeholder, .career-form textarea::placeholder { color: rgba(20,23,19,.36); }
.career-form select { appearance: auto; }
.career-form .resume-label { margin-top: 25px; }
.career-form .resume-input { border: 1px dashed rgba(20,23,19,.3); cursor: pointer; padding: 13px 12px; }
.career-form .resume-input::file-selector-button { background: var(--green); border: 0; color: #fff; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; margin-right: 12px; padding: 10px 12px; }
.form-hint { color: rgba(20,23,19,.52); font-size: 10px; margin: 10px 0 0; }

.materials { background: var(--paper); padding-bottom: 92px; padding-top: 92px; }
.materials-wrap { align-items: end; display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; }
.materials h2 { font-size: 42px; max-width: 350px; }
.material-links { border-top: 1px solid var(--line); }
.material-links a { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 74px; transition: padding 180ms ease, color 180ms ease; }
.material-links a:hover { color: var(--green-mid); padding-left: 8px; }
.material-links span { color: var(--ink-soft); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.material-links strong { font-size: 15px; font-weight: 650; }
.material-links b { color: var(--yellow); font-size: 18px; margin-left: 16px; }

.contact { padding-bottom: 126px; padding-top: 120px; }
.contact-grid { display: grid; gap: 90px; grid-template-columns: 1fr .85fr; }
.contact h2 { font-size: clamp(42px,5vw,64px); max-width: 600px; }
.contact-copy > p { color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.7; margin: 27px 0 0; max-width: 430px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.18); margin-top: 57px; max-width: 490px; }
.contact-details a { border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; padding: 16px 0; }
.contact-details span { color: rgba(255,255,255,.46); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.contact-details strong { color: var(--yellow-soft); font-size: 12px; font-weight: 650; text-align: right; }
.contact-form { background: #f9f9f3; color: var(--ink); padding: 34px 34px 31px; }
.form-heading { align-items: start; display: flex; gap: 17px; margin-bottom: 29px; }
.form-heading > span { color: var(--orange); font-size: 11px; font-weight: 800; padding-top: 3px; }
.form-heading h3 { font-size: 26px; }
.contact-form label { color: var(--ink-soft); display: block; font-size: 10px; font-weight: 700; letter-spacing: .05em; margin-top: 17px; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(20,23,19,.23); border-radius: 0; color: var(--ink); display: block; font-size: 13px; margin-top: 8px; outline: 0; padding: 10px 0; resize: vertical; width: 100%; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(20,23,19,.36); }
.contact-form select { appearance: auto; }
.button-submit { border: 0; margin-top: 29px; width: 100%; }
.form-feedback { color: var(--green-mid); font-size: 11px; line-height: 1.45; margin: 13px 0 0; }

.site-footer { background: #0d1b0c; color: #fff; padding: 38px 0 22px; }
.footer-top { align-items: center; display: flex; justify-content: space-between; }
.footer-brand .brand-type strong { color: #fff; }
.footer-brand .brand-type small { color: var(--yellow); }
.footer-top > p { color: rgba(255,255,255,.51); font-size: 11px; line-height: 1.5; margin: 0; max-width: 280px; }
.footer-back { color: var(--yellow); font-size: 11px; font-weight: 700; }
.footer-back span { font-size: 17px; margin-left: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .08em; margin-top: 33px; padding-top: 18px; text-transform: uppercase; }
.floating-whatsapp { align-items: center; background: var(--yellow); bottom: 18px; box-shadow: 0 11px 30px rgba(12,31,10,.23); color: var(--ink); display: flex; font-size: 11px; font-weight: 800; gap: 9px; padding: 13px 16px; position: fixed; right: 22px; z-index: 15; }
.floating-whatsapp span { border: 1px solid var(--ink); border-radius: 50%; font-size: 13px; height: 23px; line-height: 20px; text-align: center; width: 23px; }

/* WordPress and Elementor compatibility */
.admin-bar .site-header { top: 32px; }
.site-shell-elementor { min-height: 50vh; }
.content-narrow { max-width: 900px; }
.inner-page { background: var(--cream); min-height: 55vh; }
.inner-page h1 { font-size: clamp(42px, 6vw, 76px); letter-spacing: -.07em; line-height: 1; margin: 24px 0 35px; max-width: 780px; }
.inner-page > .container > p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.entry-meta { color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.entry-content { color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--ink); letter-spacing: -.04em; line-height: 1.15; margin: 38px 0 14px; }
.entry-content a { color: var(--green-mid); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { height: auto; margin: 24px 0; }
.posts-list { border-top: 1px solid var(--line); margin-top: 50px; }
.post-card { border-bottom: 1px solid var(--line); padding: 26px 0; }
.post-card h2 { font-size: 27px; letter-spacing: -.04em; margin: 7px 0 10px; }
.post-card h2 a:hover { color: var(--green-mid); }
.post-card p:not(.entry-meta) { color: var(--ink-soft); line-height: 1.6; margin: 0; }
.wp-block-button__link { background: var(--yellow); border-radius: 0; color: var(--ink); }
.wp-block-image img { height: auto; }

@media (max-width: 980px) {
  .container { padding-left: 24px; padding-right: 24px; }
  .nav-links { gap: 16px; }
  .nav-links > a:not(.nav-cta) { font-size: 11px; }
  .hero-grid { gap: 20px; grid-template-columns: 1fr 1fr; }
  .hero-visual { height: 420px; }
  .hero-frame-front { height: 330px; }
  .hero-frame-back { height: 260px; }
  .intro-grid, .process-wrap, .contact-grid, .careers-grid { gap: 44px; }
  .section-topline { gap: 30px; }
  .service-card { min-height: 370px; }
}

@media (max-width: 760px) {
  .topbar-inner { justify-content: center; min-height: 31px; }
  .topbar-inner > span { display: none; }
  .topbar a { font-size: 9px; }
  .topbar a strong { margin-left: 5px; }
  .nav-wrap { min-height: 76px; }
  .brand-symbol { height: 47px; width: 49px; }
  .brand-type strong { font-size: 19px; }
  .nav-toggle { display: block; }
  .nav-links { align-items: stretch; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 16px 30px rgba(18,31,17,.13); display: none; flex-direction: column; gap: 0; left: 0; padding: 10px 24px 18px; position: absolute; right: 0; top: 76px; }
  .nav-links.is-open { display: flex; }
  .nav-links .menu { align-items: stretch; display: flex; flex-direction: column; gap: 0; }
  .nav-links > a:not(.nav-cta), .nav-links .menu-item > a { border-bottom: 1px solid var(--line); font-size: 13px; padding: 14px 0; }
  .nav-links .menu-item.nav-cta > a { border-bottom: 0; display: flex; margin-top: 14px; padding: 14px 17px; }
  .nav-cta { margin-top: 14px; }
  .hero { min-height: auto; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 80px 0 20px; }
  .hero h1 { font-size: clamp(48px,15vw,72px); max-width: 550px; }
  .hero-lead { font-size: 14px; }
  .hero-proof { gap: 19px; margin-top: 42px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { height: 390px; margin: 0 0 55px; width: 100%; }
  .hero-frame-front { height: 310px; left: 0; width: 80%; }
  .hero-frame-back { height: 250px; width: 61%; }
  .hero-stamp { bottom: 10px; }
  .section { padding: 78px 0; }
  .intro-grid, .process-wrap, .clients-layout, .materials-wrap, .contact-grid, .careers-grid { display: block; }
  .intro-copy { margin-top: 28px; }
  .principles-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .principle-card { min-height: 190px; }
  .section-topline { align-items: start; display: block; }
  .section-side-copy { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .service-card, .service-card:nth-child(4) { grid-column: auto; min-height: 320px; }
  .process { padding-bottom: 76px; padding-top: 76px; }
  .process-list { margin-top: 45px; }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-card { min-height: 400px; }
  .catalogue-callout { align-items: start; display: block; }
  .catalogue-callout .button { margin-top: 22px; width: 100%; }
  .clients-layout { display: block; }
  .client-list { margin-top: 45px; }
  .careers-lead { font-size: 15px; }
  .career-points { margin-top: 38px; }
  .career-form { margin-top: 50px; padding: 27px 22px 24px; }
  .materials h2 { font-size: 37px; }
  .material-links { margin-top: 42px; }
  .contact-grid { display: flex; flex-direction: column; }
  .contact-form { margin-top: 10px; padding: 27px 22px 24px; }
  .contact-details { margin-top: 42px; }
  .footer-top { align-items: start; display: grid; gap: 23px; grid-template-columns: 1fr 1fr; }
  .footer-top > p { grid-column: span 2; grid-row: 2; }
  .footer-back { justify-self: end; padding-top: 17px; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom span:last-child { display: block; }
  .floating-whatsapp { bottom: 13px; right: 13px; }
}

@media (max-width: 420px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .hero-proof { gap: 12px; }
  .hero-proof strong { font-size: 17px; }
  .hero-proof span { font-size: 7px; letter-spacing: .02em; }
  .hero-visual { height: 320px; }
  .hero-frame-front { height: 255px; }
  .hero-frame-back { height: 205px; }
  .hero-stamp { padding: 10px; }
  .hero-stamp small { font-size: 8px; }
  .filter-row { flex-wrap: wrap; }
  .filter-button { flex: 1 0 44%; }
}
