:root {
  --ink: #17110e;
  --ink-soft: #3e322b;
  --rust: #aa3912;
  --rust-dark: #78200d;
  --orange: #d5791c;
  --amber: #e7a33c;
  --cream: #f7f0e6;
  --cream-deep: #eadcc9;
  --paper: #fffaf3;
  --white: #ffffff;
  --muted: #796c63;
  --line: rgba(39, 25, 18, .14);
  --serif: "Prata", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; z-index: 2000; left: 16px; top: -80px; padding: 10px 14px; color: var(--white); background: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3.85rem, 7.1vw, 7.55rem); letter-spacing: -.052em; }
h2 { font-size: clamp(2.65rem, 4.8vw, 5.05rem); letter-spacing: -.044em; }
h3 { font-size: 1.45rem; }
p { color: var(--muted); }

.container-xxl { max-width: 1460px; padding-inline: clamp(20px, 3vw, 46px); }
.section-space { padding: clamp(92px, 10vw, 150px) 0; }
.eyebrow { margin: 0 0 22px; color: var(--rust); font-size: .71rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #ffd088; }

.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 1px solid transparent; font-size: .83rem; font-weight: 700; letter-spacing: .025em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--rust), #ca6117); box-shadow: 0 18px 40px rgba(142, 47, 13, .22); }
.button-primary:hover { color: var(--white); box-shadow: 0 24px 48px rgba(142, 47, 13, .3); }
.button-ghost { color: var(--ink); border-color: rgba(23,17,14,.28); background: rgba(255,255,255,.24); }
.button-ghost:hover { color: var(--rust); border-color: var(--rust); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { color: var(--white); background: #30221b; }

/* Header */
.topbar { height: 92px; z-index: 1000; display: flex; align-items: center; border-bottom: 1px solid transparent; transition: height .3s ease, background .3s ease, box-shadow .3s ease, border-color .3s ease; }
.topbar.scrolled { height: 76px; border-color: var(--line); background: rgba(247,240,230,.92); box-shadow: 0 12px 40px rgba(47, 29, 19, .08); backdrop-filter: blur(18px); }
.brand img { width: 148px; height: 68px; object-fit: contain; object-position: left center; transition: width .3s ease; }
.topbar.scrolled .brand img { width: 132px; }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav a { position: relative; padding: 9px 0; color: var(--ink-soft); font-size: .79rem; font-weight: 600; }
.main-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--rust); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--rust); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-whatsapp { display: inline-flex; align-items: center; gap: 9px; min-height: 43px; padding: 0 17px; border: 1px solid rgba(23,17,14,.22); font-size: .76rem; font-weight: 700; }
.nav-whatsapp i { color: var(--rust); font-size: 1rem; }
.nav-whatsapp:hover { color: var(--white); border-color: var(--rust); background: var(--rust); }
.nav-whatsapp:hover i { color: var(--white); }
.nav-toggle { width: 43px; height: 43px; display: none; place-items: center; padding: 0; border: 0; color: var(--ink); background: transparent; font-size: 1.7rem; }

/* Hero */
.hero { position: relative; min-height: 100vh; overflow: hidden; background: linear-gradient(112deg, #f9f3ea 0%, #f3e8d9 58%, #ead8c2 100%); }
.hero::before { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(76,49,32,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(76,49,32,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 87%); content: ""; }
.hero .row { padding: 128px 0 86px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-orb-one { width: 500px; height: 500px; right: -110px; top: -180px; background: rgba(191,72,17,.12); box-shadow: 0 0 0 75px rgba(191,72,17,.035); }
.hero-orb-two { width: 300px; height: 300px; left: -170px; bottom: -100px; background: rgba(217,150,54,.13); }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; color: var(--rust); font-size: .7rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-kicker span { width: 40px; height: 1px; background: var(--rust); }
.hero h1 { max-width: 680px; font-size: clamp(3.6rem, 5.35vw, 6.35rem); }
.hero h1 em { color: var(--rust); font-style: italic; }
.hero-lead { max-width: 710px; margin: 30px 0 34px; color: #65584f; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 38px; margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; grid-template-columns: auto auto; gap: 0 11px; align-items: center; }
.hero-proof strong { grid-row: span 2; color: var(--rust); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.hero-proof span { color: #695b51; font-size: .78rem; font-weight: 600; }
.hero-visual { position: relative; width: 100%; max-width: 790px; margin-left: auto; padding: 30px 0 42px 48px; }
.hero-visual::before { position: absolute; left: 0; top: 0; width: 78%; height: 78%; border: 1px solid rgba(132,50,17,.23); content: ""; }
.image-frame { position: relative; z-index: 1; overflow: hidden; border-radius: 28px; box-shadow: 0 35px 80px rgba(68,38,23,.22); }
.image-frame::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; content: ""; }
.image-frame img { width: 100%; height: auto; object-fit: contain; object-position: center; transform: scale(1.005); }
.visual-note { position: absolute; z-index: 3; display: flex; color: var(--ink); background: rgba(255,250,243,.93); box-shadow: 0 18px 40px rgba(53,31,19,.14); backdrop-filter: blur(12px); }
.visual-note-top { right: -20px; top: 75px; flex-direction: column; padding: 17px 20px; }
.visual-note-top span { color: var(--rust); font-size: .61rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visual-note-top b { max-width: 180px; margin-top: 4px; font-family: var(--serif); font-size: .98rem; font-weight: 400; }
.visual-note-bottom { left: 4px; bottom: 3px; align-items: center; gap: 9px; padding: 13px 18px; font-size: .75rem; font-weight: 700; }
.visual-note-bottom i { color: var(--orange); }
.visual-stamp { position: absolute; z-index: 3; right: 3px; bottom: 25px; width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); background: linear-gradient(140deg, var(--rust), var(--orange)); box-shadow: 0 16px 32px rgba(119,42,14,.22); transform: rotate(8deg); }
.visual-stamp span { display: block; margin-bottom: -12px; font-family: var(--serif); font-size: 1.4rem; }
.visual-stamp small { font-size: .5rem; font-weight: 700; letter-spacing: .18em; }
.scroll-cue { position: absolute; left: clamp(20px, 3vw, 46px); bottom: 23px; display: flex; align-items: center; gap: 10px; color: rgba(23,17,14,.5); font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { color: var(--rust); animation: scrollCue 1.6s ease-in-out infinite; }
@keyframes scrollCue { 50% { transform: translateY(5px); } }

.brand-strip { overflow: hidden; padding: 15px 0; color: #f9e8d5; background: var(--rust); }
.brand-strip-track { width: max-content; display: flex; align-items: center; gap: 25px; animation: ticker 28s linear infinite; }
.brand-strip span { font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.brand-strip i { color: #ffc56f; font-style: normal; font-size: .7rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Profile */
.profile { background: var(--paper); }
.profile-lead { margin-top: 2px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.45; }
.signature-line { display: grid; grid-template-columns: 46px auto; gap: 0 13px; align-items: center; margin-top: 34px; }
.signature-line > span { grid-row: span 2; height: 1px; background: var(--rust); }
.signature-line b { font-family: var(--serif); font-weight: 400; }
.signature-line small { color: var(--muted); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 82px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { position: relative; min-height: 285px; padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.46); transition: background .25s ease, transform .25s ease; }
.value-grid article:hover { z-index: 2; background: var(--white); transform: translateY(-5px); box-shadow: 0 20px 45px rgba(52,34,24,.08); }
.value-index { position: absolute; right: 25px; top: 22px; color: rgba(23,17,14,.25); font-family: var(--serif); font-size: .8rem; }
.value-grid i { display: block; margin: 25px 0 56px; color: var(--rust); font-size: 1.55rem; }
.value-grid h3 { margin-bottom: 10px; font-size: 1.25rem; }
.value-grid p { margin: 0; font-size: .86rem; }

/* Products */
.products { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 0%, rgba(203,92,22,.18), transparent 28%), #19110d; }
.products::before { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; content: ""; }
.products-glow { position: absolute; right: -210px; bottom: -230px; width: 600px; height: 600px; border: 1px solid rgba(231,163,60,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(231,163,60,.03), 0 0 0 160px rgba(231,163,60,.02); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 62px; }
.section-heading > div { max-width: 900px; }
.section-heading > p { max-width: 420px; margin: 0; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p { color: rgba(255,255,255,.56); }
.product-list { border-top: 1px solid rgba(255,255,255,.16); }
.product-card { display: grid; grid-template-columns: 55px 82px 1fr 60px; gap: 24px; align-items: center; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.13); transition: padding .25s ease, background .25s ease; }
.product-card:hover { padding-inline: 24px; background: rgba(255,255,255,.035); }
.product-card-featured { background: linear-gradient(90deg, rgba(178,65,15,.18), transparent); }
.product-number { color: rgba(255,255,255,.38); font-family: var(--serif); font-size: .88rem; }
.product-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); color: var(--amber); font-size: 1.45rem; }
.product-copy span { color: #ecad54; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-copy h3 { margin: 4px 0 6px; color: var(--white); font-size: clamp(1.45rem, 2.6vw, 2.2rem); }
.product-copy p { max-width: 820px; margin: 0; color: rgba(255,255,255,.52); font-size: .88rem; }
.product-card > a { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.19); color: var(--white); transition: color .25s ease, background .25s ease, transform .25s ease; }
.product-card > a:hover { color: var(--ink); background: var(--amber); transform: rotate(4deg); }

/* Process */
.process { background: var(--cream); }
.process-visual { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(145deg, #d9bf9d, #f1e1ca 58%, #caa77f); box-shadow: inset 0 0 0 1px rgba(69,41,25,.09); }
.process-visual::before { position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.52), transparent 24%), linear-gradient(120deg, rgba(255,255,255,.2), transparent), linear-gradient(rgba(100,62,39,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(100,62,39,.035) 1px, transparent 1px); background-size: auto, auto, 34px 34px, 34px 34px; content: ""; }
.powder-bowl { position: absolute; border: 2px solid rgba(255,255,255,.54); border-radius: 50%; background: rgba(255,255,255,.25); box-shadow: inset 0 -25px 40px rgba(72,43,25,.12), 0 18px 30px rgba(73,46,29,.12); }
.powder-bowl span { position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle at 45% 38%, #fff, #efe5d8 70%, #c9ad8b); box-shadow: inset 0 10px 18px rgba(255,255,255,.7); }
.bowl-one { width: 245px; height: 245px; left: -70px; top: -55px; }
.bowl-two { width: 180px; height: 180px; right: -38px; top: 38px; }
.bowl-two span { background: radial-gradient(circle at 45% 38%, #f7ebcd, #d8b478 72%, #a87937); }
.bowl-three { width: 230px; height: 230px; right: -70px; bottom: -52px; }
.bowl-three span { background: radial-gradient(circle at 45% 38%, #f0d6bd, #c8894e 72%, #91471e); }
.process-sheet { position: absolute; z-index: 2; left: 10%; top: 11%; width: 79%; padding: 34px 35px 28px; color: var(--ink); border: 1px solid rgba(93,55,32,.12); border-radius: 4px 22px 4px 22px; background: linear-gradient(145deg, rgba(255,253,248,.97), rgba(250,239,225,.94)); box-shadow: 0 38px 80px rgba(58,34,19,.25), 14px 15px 0 rgba(127,55,20,.08); backdrop-filter: blur(12px); transform: rotate(-2.2deg); }
.process-sheet::before { position: absolute; z-index: -1; inset: 9px -12px -11px 12px; border: 1px solid rgba(120,74,43,.12); border-radius: 20px 4px 20px 4px; background: rgba(255,248,238,.46); content: ""; transform: rotate(3.5deg); }
.process-sheet::after { position: absolute; right: 25px; top: 0; width: 86px; height: 8px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, var(--rust), var(--orange)); content: ""; }
.process-sheet-clip { position: absolute; z-index: 3; left: 41px; top: -16px; width: 48px; height: 30px; border: 3px solid rgba(79,54,41,.45); border-bottom: 0; border-radius: 18px 18px 0 0; transform: rotate(4deg); }
.process-sheet-clip::after { position: absolute; left: 9px; top: 6px; width: 24px; height: 23px; border: 2px solid rgba(79,54,41,.24); border-bottom: 0; border-radius: 12px 12px 0 0; content: ""; }
.process-sheet-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 21px; border-bottom: 1px solid rgba(69,41,25,.12); }
.sheet-kicker { display: block; margin-bottom: 6px; color: var(--rust); font-size: .58rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.process-sheet h3 { font-size: clamp(1.65rem, 2.4vw, 2.35rem); letter-spacing: -.035em; }
.sheet-status { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(170,57,18,.16); border-radius: 999px; color: var(--rust); background: rgba(213,121,28,.08); font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.sheet-status i { font-size: .72rem; }
.sheet-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 18px 0 5px; }
.sheet-progress span { height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--rust), var(--amber)); box-shadow: inset 0 0 0 1px rgba(87,46,23,.06); }
.sheet-progress span:nth-child(2) { opacity: .72; }
.sheet-progress span:nth-child(3) { opacity: .38; }
.sheet-fields { display: grid; }
.sheet-field { display: grid; grid-template-columns: 33px 42px 1fr; gap: 13px; align-items: start; padding: 17px 0; border-bottom: 1px dashed rgba(69,41,25,.16); }
.sheet-field:last-child { border-bottom: 0; }
.sheet-index { padding-top: 8px; color: rgba(120,32,13,.58); font-family: var(--serif); font-size: .75rem; }
.sheet-field-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(170,57,18,.18); border-radius: 12px 4px 12px 4px; color: var(--rust); background: linear-gradient(145deg, rgba(213,121,28,.12), rgba(255,255,255,.52)); box-shadow: 0 8px 18px rgba(92,50,27,.08); }
.sheet-field-icon i { font-size: 1rem; }
.sheet-field b { display: block; margin-bottom: 2px; font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.sheet-field small { display: block; color: var(--muted); font-size: .71rem; line-height: 1.45; }
.sheet-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.sheet-tags em { padding: 4px 7px; border: 1px solid rgba(69,41,25,.09); border-radius: 999px; color: #745f53; background: rgba(255,255,255,.55); font-family: var(--sans); font-size: .52rem; font-style: normal; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.process-sheet-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 6px; padding-top: 16px; border-top: 1px solid rgba(69,41,25,.12); }
.process-sheet-foot span { display: inline-flex; align-items: center; gap: 7px; color: var(--rust); font-family: var(--sans); font-size: .68rem; font-weight: 700; }
.process-sheet-foot small { color: var(--muted); font-size: .61rem; letter-spacing: .035em; }
.process-seal { position: absolute; z-index: 3; left: 7%; bottom: 7%; width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); background: radial-gradient(circle at 35% 28%, #c95c24, var(--rust) 62%, var(--rust-dark)); box-shadow: 0 16px 30px rgba(103,34,11,.25), inset 0 0 0 6px rgba(255,255,255,.08); transform: rotate(-8deg); }
.process-seal span { display: block; margin-bottom: -20px; font-family: var(--serif); font-size: 1.8rem; }
.process-seal small { font-size: .55rem; font-weight: 700; letter-spacing: .18em; }
.process-lead { margin: 28px 0 32px; font-size: 1rem; }
.step-list { border-top: 1px solid var(--line); }
.step-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.step-list > article > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(170,57,18,.32); border-radius: 50%; color: var(--rust); font-family: var(--serif); }
.step-list h3 { margin-bottom: 5px; font-size: 1.13rem; }
.step-list p { margin: 0; font-size: .87rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 31px; padding-bottom: 6px; border-bottom: 1px solid var(--rust); color: var(--ink); font-size: .85rem; font-weight: 700; }
.text-link i { color: var(--rust); transition: transform .25s ease; }
.text-link:hover i { transform: translateX(5px); }

/* Industries */
.industries { background: var(--paper); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { position: relative; overflow: hidden; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); }
.industry-grid article::after { position: absolute; right: -55px; bottom: -55px; width: 170px; height: 170px; border: 1px solid rgba(170,57,18,.14); border-radius: 50%; box-shadow: 0 0 0 25px rgba(170,57,18,.025); content: ""; }
.industry-grid article > span { position: absolute; right: 23px; top: 20px; color: rgba(23,17,14,.25); font-family: var(--serif); font-size: .8rem; }
.industry-grid article > i { display: block; margin: 24px 0 69px; color: var(--rust); font-size: 1.65rem; }
.industry-grid h3 { margin-bottom: 10px; font-size: 1.33rem; }
.industry-grid p { margin: 0; font-size: .86rem; }
.industry-accent { background: linear-gradient(145deg, #e7a23d, #c85d15) !important; }
.industry-accent h3, .industry-accent > i { color: var(--white) !important; }
.industry-accent p { color: rgba(255,255,255,.72); }
.industry-accent > span { color: rgba(255,255,255,.45) !important; }
.industry-dark { background: var(--ink) !important; }
.industry-dark h3 { color: var(--white); }
.industry-dark p { color: rgba(255,255,255,.56); }
.industry-dark > i { color: var(--amber) !important; }
.industry-dark > span { color: rgba(255,255,255,.32) !important; }
.industry-wide { grid-column: span 4; min-height: 235px; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 28px; background: #f0e1cd !important; }
.industry-wide > i { margin: 0 !important; font-size: 2rem !important; }
.industry-wide h3 { font-size: clamp(1.7rem, 3vw, 2.7rem); }
.industry-wide a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 700; }
.industry-wide a i { color: var(--rust); }

/* FAQ */
.faq { background: #efe2d1; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: grid; grid-template-columns: 52px 1fr 28px; gap: 16px; align-items: center; padding: 27px 0; color: var(--ink); cursor: pointer; font-family: var(--serif); font-size: 1.12rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--rust); font-size: .78rem; }
.faq summary i { color: var(--rust); transition: transform .25s ease; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { max-width: 760px; margin: 0 0 26px 68px; }

/* Contact */
.contact { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: linear-gradient(125deg, #76230e 0%, #aa3b12 48%, #d2701a 100%); }
.contact-pattern { position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at center, transparent 0 35%, rgba(255,255,255,.2) 35.5% 36%, transparent 36.5% 49%, rgba(255,255,255,.15) 49.5% 50%, transparent 50.5%); background-size: 370px 370px; }
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.contact h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.7); font-size: 1.02rem; }
.direct-contact { max-width: 450px; display: grid; grid-template-columns: 1fr auto; margin-top: 34px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.direct-contact small { color: rgba(255,255,255,.56); font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.direct-contact span { grid-column: 1; margin-top: 5px; font-family: var(--serif); font-size: 1.45rem; }
.direct-contact i { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 1.4rem; }
.lead-form { padding: clamp(27px, 4vw, 45px); color: var(--ink); background: rgba(255,250,243,.96); box-shadow: 0 35px 80px rgba(62,18,5,.24); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { margin-bottom: 19px; }
.form-field label { display: block; margin-bottom: 7px; color: #6d5d53; font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(23,17,14,.25); border-radius: 0; outline: none; color: var(--ink); background: transparent; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--rust); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #a4968c; }
.lead-form .button { margin-top: 7px; }

/* Footer */
.footer { position: relative; overflow: hidden; padding: 68px 0 24px; color: #5e4c41; border-top: 1px solid rgba(122,65,34,.14); background: linear-gradient(135deg, #f1e3d2 0%, #e7d0b7 58%, #e1c3a2 100%); }
.footer::before { position: absolute; inset: 0; opacity: .34; background-image: radial-gradient(circle at 82% 20%, rgba(170,57,18,.17), transparent 22%), linear-gradient(rgba(76,49,32,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(76,49,32,.055) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; content: ""; pointer-events: none; }
.footer .container-xxl { position: relative; z-index: 1; }
.footer-main { display: grid; grid-template-columns: 1fr 1.1fr .85fr; gap: 70px; align-items: start; }
.footer-brand { display: inline-block; width: 180px; padding: 0; background: transparent; }
.footer-brand img { filter: drop-shadow(0 7px 16px rgba(79,44,25,.08)); }
.footer-main p { margin: 0; color: #6c584d; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; }
.footer-nav a { color: #3e2f27; font-size: .8rem; font-weight: 700; }
.footer-nav a:hover { color: var(--rust); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(63,41,29,.16); color: rgba(62,47,39,.62); font-size: .73rem; }
.floating-wa { position: fixed; z-index: 998; right: 23px; bottom: 23px; display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 999px; color: var(--white); background: #168b4c; box-shadow: 0 14px 35px rgba(22,139,76,.28); font-size: .82rem; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease; }
.floating-wa:hover { color: var(--white); transform: translateY(-3px); box-shadow: 0 19px 40px rgba(22,139,76,.35); }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1199.98px) {
  .main-nav { gap: 21px; }
  .hero h1 { font-size: clamp(3.45rem, 5.7vw, 5.65rem); }
  .hero-visual { max-width: 700px; padding-left: 32px; }
  .visual-note-top { right: 0; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-wide { grid-column: span 2; }
}

@media (max-width: 991.98px) {
  html { scroll-padding-top: 76px; }
  .topbar { height: 78px; background: rgba(247,240,230,.9); backdrop-filter: blur(18px); }
  .brand img { width: 128px; height: 60px; }
  .nav-toggle { display: grid; }
  .nav-whatsapp span { display: none; }
  .nav-whatsapp { width: 43px; padding: 0; justify-content: center; }
  .main-nav { position: fixed; inset: 78px 16px auto 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 1px solid var(--line); background: rgba(255,250,243,.99); box-shadow: 0 25px 60px rgba(48,29,18,.17); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .main-nav a::after { display: none; }
  .hero .row { padding: 135px 0 90px; }
  .hero h1 { max-width: 780px; font-size: clamp(3.7rem, 8.5vw, 6.2rem); }
  .hero-visual { max-width: 820px; margin: 34px auto 0; }
  .scroll-cue { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .process-visual { max-width: 760px; min-height: 630px; margin: 0 auto 30px; }
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: span 2; }
}

@media (max-width: 767.98px) {
  .container-xxl { padding-inline: 19px; }
  .section-space { padding: 82px 0; }
  h1 { font-size: clamp(3.15rem, 15vw, 5.1rem); }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 4.9rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
  .hero .row { padding-top: 112px; }
  .hero-kicker { align-items: flex-start; line-height: 1.5; }
  .hero-kicker span { margin-top: 7px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hero-visual { padding-left: 14px; padding-bottom: 48px; }
  .hero-visual::before { left: 0; width: 75%; }
  .visual-note-top { right: -6px; top: 48px; padding: 12px 14px; }
  .visual-note-top b { max-width: 145px; font-size: .82rem; }
  .visual-note-bottom { left: -4px; }
  .visual-stamp { width: 68px; height: 68px; }
  .brand-strip-track { gap: 18px; }
  .value-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .value-grid article { min-height: 235px; }
  .value-grid i { margin-bottom: 38px; }
  .product-card { grid-template-columns: 38px 54px 1fr; gap: 14px; padding: 24px 0; }
  .product-icon { width: 48px; height: 48px; }
  .product-card > a { grid-column: 3; width: 45px; height: 45px; }
  .product-card:hover { padding-inline: 10px; }
  .process-visual { min-height: 600px; }
  .process-sheet { left: 5%; top: 9%; width: 90%; padding: 27px 23px 23px; transform: rotate(-1deg); }
  .process-sheet-head { gap: 12px; }
  .sheet-status { padding: 6px 8px; font-size: .5rem; }
  .sheet-field { grid-template-columns: 27px 36px 1fr; gap: 10px; padding: 15px 0; }
  .sheet-field-icon { width: 34px; height: 34px; }
  .process-sheet-foot { align-items: flex-start; flex-direction: column; gap: 4px; }
  .process-seal { left: 4%; bottom: 3%; width: 84px; height: 84px; }
  .industry-grid { grid-template-columns: 1fr; grid-auto-rows: 275px; }
  .industry-wide { grid-column: span 1; min-height: 300px; display: block; }
  .industry-wide > i { margin: 25px 0 58px !important; }
  .industry-wide a { margin-top: 18px; }
  .faq summary { grid-template-columns: 36px 1fr 24px; font-size: 1rem; }
  .faq details p { margin-left: 52px; }
  .contact { padding: 85px 0; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .lead-form .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-wa { right: 15px; bottom: 15px; }
}

@media (max-width: 420px) {
  .brand img { width: 118px; }
  .topbar .container-xxl { padding-inline: 13px; }
  .nav-actions { gap: 4px; }
  .visual-note-top { display: none; }
  .visual-note-bottom { font-size: .66rem; }
  .process-visual { min-height: 625px; }
  .process-sheet { left: 4%; width: 92%; padding-inline: 18px; }
  .process-sheet-head { align-items: flex-start; flex-direction: column; }
  .sheet-status { align-self: flex-start; }
  .sheet-field small { font-size: .66rem; }
  .sheet-tags { gap: 4px; }
  .product-copy h3 { font-size: 1.25rem; }
}
