:root { --deep: #102d1d; }
.page-hero { padding: 0 0 18px; background: var(--paper); }
.page-hero-panel { min-height: 540px; position: relative; overflow: hidden; display: flex; align-items: end; border-radius: 0 0 18px 18px; color: #fff; background: var(--deep, #102d1d); isolation: isolate; }
.page-hero-panel::before { content: ""; position: absolute; z-index: -2; inset: 0; background: var(--hero-image) center / cover no-repeat; }
.page-hero-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(10,32,19,.88), rgba(10,32,19,.28)), linear-gradient(0deg, rgba(10,32,19,.55), transparent 65%); }
.page-hero-content { width: min(1180px, calc(100% - 88px)); margin-inline: auto; padding: 70px 0; }
.page-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.page-kicker::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.page-hero h1 { max-width: 900px; margin: 0 0 26px; font-size: clamp(50px, 5.8vw, 84px); font-weight: 600; letter-spacing: -.048em; line-height: 1; }
.page-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); font-size: 16px; }

.catalog { padding: 100px 0 115px; }
.catalog .section-heading { margin-bottom: 40px; }
.catalog-note { margin-top: 34px; padding: 24px 26px; display: flex; justify-content: space-between; gap: 30px; align-items: center; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); }
.catalog-note p { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; }

.services-page { padding: 105px 0; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-large { min-height: 360px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.service-large:nth-child(2) { background: var(--cream); }
.service-large:nth-child(3) { color: #fff; background: var(--olive); }
.service-large-number { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 10px; color: var(--deep); background: var(--yellow); font-size: 11px; font-weight: 850; }
.service-large h2 { margin: 0 0 16px; font-size: 27px; font-weight: 600; letter-spacing: -.03em; line-height: 1.12; }
.service-large p { margin: 0; color: var(--muted); font-size: 14px; }
.service-large:nth-child(3) p { color: rgba(255,255,255,.78); }
.process-band { padding: 90px 0; color: #fff; background: var(--deep); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.process-grid h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); font-weight: 570; letter-spacing: -.04em; line-height: 1.08; }
.process-steps { display: grid; }
.process-step { padding: 20px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.process-step b { color: var(--yellow); font-size: 12px; }
.process-step h3 { margin: 0 0 4px; font-size: 15px; }
.process-step p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }

.contact-page { padding: 100px 0; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin: 0 0 24px; font-size: clamp(38px, 4.5vw, 58px); font-weight: 570; letter-spacing: -.04em; line-height: 1.08; }
.contact-copy > p { color: var(--muted); }
.contact-direct { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-direct span { display: block; margin-bottom: 7px; color: var(--orange); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-direct a { font-weight: 750; }
.contact-form { padding: 35px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--paper); font: inherit; font-size: 14px; outline: none; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(92,151,0,.1); }
.form-button { min-height: 50px; padding: 0 22px; border: 0; border-radius: 9px; color: var(--deep); background: var(--yellow); font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; }

.error-main { min-height: calc(100vh - 102px); padding: 0 0 18px; display: flex; background: var(--paper); }
.error-panel { width: 100%; min-height: calc(100vh - 120px); position: relative; overflow: hidden; display: grid; place-items: center; border-radius: 0 0 18px 18px; color: #fff; background: var(--deep); isolation: isolate; }
.error-panel::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url('/assets/recolte-cacao.jpg') center / cover; }
.error-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(10,32,19,.82); }
.error-content { width: min(760px, calc(100% - 40px)); padding: 70px 0; text-align: center; }
.error-code { display: block; margin-bottom: 18px; color: var(--yellow); font-size: clamp(110px, 20vw, 240px); font-weight: 650; letter-spacing: -.1em; line-height: .72; }
.error-content h1 { margin: 0 0 22px; font-size: clamp(36px, 4.8vw, 58px); letter-spacing: -.04em; line-height: 1.08; }
.error-content p { max-width: 590px; margin: 0 auto; color: rgba(255,255,255,.74); }
.error-actions { margin-top: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.error-actions a { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; font-size: 12px; font-weight: 800; }
.error-actions a:first-child { color: var(--deep); border-color: var(--yellow); background: var(--yellow); }

@media (max-width: 900px) {
  .service-list { grid-template-columns: 1fr; }
  .service-large { min-height: 280px; }
  .process-grid, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 600px) {
  .page-hero-panel { min-height: 500px; }
  .page-hero-content { width: min(100% - 32px, 1180px); padding: 58px 0; }
  .page-hero h1 { font-size: 46px; }
  .catalog, .services-page, .contact-page { padding: 75px 0; }
  .catalog-note { align-items: flex-start; flex-direction: column; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
}
