:root {
  --ink: #111b25;
  --night: #09150f;
  --night-soft: #101f17;
  --cream: #f3f0e6;
  --paper: #fbf9f2;
  --bronze: #b66d24;
  --bronze-light: #d39a57;
  --olive: #33472e;
  --olive-dark: #1c2e22;
  --sage: #9fb18f;
  --line-dark: rgba(23, 36, 27, .16);
  --line-light: rgba(240, 238, 222, .16);
  --muted-dark: #647067;
  --muted-light: #a9b1a9;
  --white: #fff;
  --shadow: 0 28px 70px rgba(7, 17, 11, .14);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --shell: 1240px;
  --header-h: 90px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 26px); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "K2D", "Manrope", sans-serif; line-height: 1.06; letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 4vw, 4.3rem); margin-bottom: 1.25rem; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { color: var(--muted-dark); }
::selection { background: var(--bronze); color: white; }
:focus-visible { outline: 3px solid var(--bronze-light); outline-offset: 4px; }
.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; }
.skip-link { position: fixed; z-index: 10000; top: 10px; left: 10px; padding: .7rem 1rem; background: white; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { position: relative; padding: clamp(84px, 10vw, 150px) 0; }
.section--cream { background: var(--cream); }
.section--dark { background: var(--night); color: var(--cream); }
.section--dark p, .section--olive p { color: var(--muted-light); }
.section--olive { background: var(--olive); color: var(--cream); }
.technical-grid { position: relative; color: var(--cream); background-color: var(--night); background-image: linear-gradient(rgba(189, 161, 108, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(189, 161, 108, .055) 1px, transparent 1px), radial-gradient(circle at 18% 34%, rgba(182, 109, 36, .22), transparent 32%), radial-gradient(circle at 83% 48%, rgba(83, 112, 65, .18), transparent 38%); background-size: 70px 70px, 70px 70px, auto, auto; }
.technical-grid::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(224, 175, 99, .52) 0 1px, transparent 1.5px); background-size: 230px 170px; opacity: .42; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.4rem; color: var(--bronze-light); font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--bronze); }
.display-title { max-width: 820px; margin: 0 0 1.4rem; color: var(--cream); font-size: clamp(3.35rem, 7.2vw, 7.2rem); font-weight: 600; }
.display-title em { color: transparent; font-style: normal; -webkit-text-stroke: 1.2px rgba(244, 239, 221, .72); }
.hero-lead { max-width: 650px; color: #c5ccc5; font-size: clamp(1.03rem, 1.45vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 1rem; border: 1px solid transparent; border-radius: 999px; padding: .8rem 1.25rem; cursor: pointer; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--bronze { background: linear-gradient(135deg, #c17d37, #a85e18); border-color: rgba(255, 220, 171, .34); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 30px rgba(109, 55, 11, .2); }
.button--ghost { color: var(--cream); background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.22); }
.button--ghost:hover { background: rgba(255,255,255,.1); }
.button:disabled { cursor: not-allowed; filter: grayscale(.7); opacity: .55; transform: none; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; margin-top: 2rem; border-bottom: 1px solid rgba(26,38,29,.28); padding-bottom: .3rem; color: var(--ink); font-weight: 800; }
.text-link--light { color: var(--cream); border-color: rgba(255,255,255,.26); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr); gap: clamp(30px, 7vw, 100px); align-items: end; margin-bottom: clamp(44px, 7vw, 82px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: .4rem; font-size: 1.04rem; }
.section-heading--light h2 { color: var(--cream); }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; }
.tag-list span { border: 1px solid var(--line-dark); border-radius: 999px; padding: .3rem .65rem; color: var(--muted-dark); font-size: .72rem; }

/* Header */
.site-progress { position: fixed; z-index: 1001; inset: 0 0 auto; height: 2px; pointer-events: none; }
.site-progress span { display: block; width: 100%; height: 100%; background: var(--bronze-light); transform: scaleX(0); transform-origin: left; }
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-h); border-bottom: 1px solid rgba(241, 238, 220, .1); background: rgba(9, 21, 15, .72); backdrop-filter: blur(14px); transition: background .2s, height .2s; }
.site-header::before { content: ""; position: absolute; inset: 0 auto 0 0; width: max(34vw, calc((100vw - var(--shell)) / 2 + 360px)); background: var(--cream); clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0 100%); }
.site-header.is-scrolled { background: rgba(9, 21, 15, .95); box-shadow: 0 12px 30px rgba(3,8,5,.2); }
.site-header__inner { position: relative; z-index: 1; height: 100%; display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(180px, 1fr); align-items: center; gap: 2rem; }
.site-brand { display: flex; width: 245px; height: 74px; align-items: center; overflow: visible; }
.site-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-footer__brand img { width: 100%; height: auto; object-fit: contain; }
.site-nav ul, .site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-nav ul { display: flex; gap: .25rem; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: .34rem; background: rgba(255,255,255,.035); }
.site-nav a { display: block; border-radius: 999px; padding: .58rem .9rem; color: #b9c0ba; font-size: .82rem; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: rgba(255,255,255,.08); color: white; }
.site-header__cta { justify-self: end; }
.menu-toggle { display: none; width: 48px; height: 48px; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { width: 19px; height: 1px; background: white; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 999; inset: var(--header-h) 0 0; overflow-y: auto; overscroll-behavior: contain; color: var(--ink); background-color: var(--cream); box-shadow: 0 24px 80px rgba(4,12,7,.32); }
.mobile-menu[hidden] { display: none; }
.mobile-menu__surface { position: relative; isolation: isolate; display: flex; min-height: 100%; flex-direction: column; padding: clamp(28px, 5vw, 48px) max(24px, calc((100vw - 900px) / 2)) 28px; background-color: var(--cream); background-image: linear-gradient(rgba(40,57,43,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(40,57,43,.055) 1px, transparent 1px), radial-gradient(circle at 88% 12%, rgba(182,109,36,.14), transparent 28%); background-size: 64px 64px, 64px 64px, auto; }
.mobile-menu__surface::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--bronze), var(--bronze-light) 38%, var(--olive) 38%); }
.mobile-menu__intro { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: clamp(28px, 5vw, 48px); }
.mobile-menu__intro > span { padding-top: .3rem; color: var(--bronze); font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.mobile-menu__intro p { max-width: 470px; margin: 0; color: var(--ink); font-family: "K2D", "Manrope", sans-serif; font-size: clamp(1.2rem, 3vw, 1.65rem); font-weight: 600; line-height: 1.18; }
.mobile-menu ul { counter-reset: mobile-nav; list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-dark); }
.mobile-menu li { counter-increment: mobile-nav; border-bottom: 1px solid var(--line-dark); }
.mobile-menu__link { display: grid; grid-template-columns: 2.2rem minmax(0, 1fr) auto; gap: .7rem; align-items: center; padding: clamp(.9rem, 2.2vw, 1.3rem) .15rem; color: var(--ink); font-family: "K2D", "Manrope", sans-serif; font-size: clamp(1.45rem, 4vw, 2.15rem); font-weight: 600; line-height: 1.1; }
.mobile-menu__link::before { content: "0" counter(mobile-nav); color: var(--bronze); font-family: "Manrope", sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.mobile-menu__link::after { content: "↗"; color: var(--bronze); font-size: 1rem; transition: transform .2s ease; }
.mobile-menu__link:hover, .mobile-menu__link[aria-current="page"] { color: var(--bronze); }
.mobile-menu__link:hover::after { transform: translate(3px, -3px); }
.mobile-menu__cta { width: 100%; justify-content: space-between; margin-top: 1.35rem; border-radius: 13px; padding-inline: 1.15rem; }
.mobile-menu__meta { display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; align-items: center; margin-top: auto; border-radius: 16px; padding: 18px 20px; color: var(--cream); background: var(--olive-dark); }
.mobile-menu__meta > span { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mobile-menu__meta .copy-email { color: var(--cream); text-decoration-color: rgba(255,255,255,.35); }
.mobile-menu:not([hidden]) .mobile-menu__surface { animation: mobile-menu-in .24s ease-out both; }
@keyframes mobile-menu-in { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
body.menu-open .site-header { background: var(--night); backdrop-filter: none; }

/* Footer */
.site-footer { padding: 78px 0 28px; color: var(--cream); background: #07100b; border-top: 1px solid var(--line-light); }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 70px; }
.site-footer__brand { display: block; width: 210px; margin-bottom: 1.2rem; border-radius: 10px; padding: 8px 10px; background: var(--cream); }
.site-footer p { max-width: 440px; color: var(--muted-light); }
.site-footer nav ul { columns: 2; }
.site-footer nav li { margin-bottom: .65rem; }
.site-footer a:hover, .site-footer button:hover { color: var(--bronze-light); }
.site-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.site-footer__contact > span { color: var(--muted-light); font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; }
.copy-email { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; cursor: copy; text-decoration: underline; text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 4px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; border-top: 1px solid var(--line-light); padding-top: 24px; color: #7d887f; font-size: .78rem; }
.floating-whatsapp { position: fixed; z-index: 800; right: 23px; bottom: 23px; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: #16b65c; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.floating-whatsapp svg { width: 30px; }
body.admin-bar .site-header, body.admin-bar .site-progress { top: 32px; }
body.admin-bar .mobile-menu { top: calc(var(--header-h) + 32px); }

/* Forms */
.contact-section { padding-block: clamp(70px, 9vw, 120px); }
.inquiry-card { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(420px, 1.28fr); gap: clamp(40px, 7vw, 90px); border: 1px solid var(--line-light); border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 64px); background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(153,125,74,.08)); box-shadow: var(--shadow); }
.inquiry-card h2 { color: var(--cream); font-size: clamp(2rem, 3.5vw, 3.8rem); }
.inquiry-card p { color: var(--muted-light); }
.contact-direct { display: grid; gap: .25rem; margin-top: 2.2rem; color: var(--muted-light); }
.contact-direct .copy-email { width: fit-content; color: white; font-size: 1.1rem; }
.inquiry-form { display: grid; gap: 1.1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.inquiry-form label { display: grid; gap: .42rem; color: #c6ccc6; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 51px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; padding: .8rem .95rem; color: white; background: rgba(5,12,8,.48); outline: none; text-transform: none; letter-spacing: normal; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--bronze-light); box-shadow: 0 0 0 3px rgba(211,154,87,.16); }
.inquiry-form textarea { min-height: 150px; resize: vertical; }
.inquiry-form option { color: var(--ink); background: white; }
.service-choices { margin: 0; border: 0; padding: 0; }
.service-choices legend { margin-bottom: .5rem; color: #c6ccc6; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.choice-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.choice-chip { display: block !important; cursor: pointer; }
.choice-chip input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-chip span { display: block; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: .56rem .82rem; color: #aeb7af; font-size: .8rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.choice-chip input:checked + span { border-color: var(--bronze-light); color: white; background: rgba(182,109,36,.18); }
.choice-chip input:focus-visible + span { outline: 3px solid var(--bronze-light); outline-offset: 3px; }
.form-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: .5rem; }
.form-status { min-height: 1.5rem; margin: 0; font-size: .83rem; }
.form-status.is-success { color: #85d896; }
.form-status.is-error { color: #ffb092; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

/* Reveals remain readable without JS */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal--delay-1 { transition-delay: .08s; }
.js .reveal--delay-2 { transition-delay: .16s; }
.js .reveal--delay-3 { transition-delay: .24s; }

@media (max-width: 1040px) {
  :root { --header-h: 78px; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-nav--desktop, .site-header__cta { display: none; }
  .menu-toggle { display: grid; justify-self: end; }
  .site-brand { width: 170px; height: 62px; }
  .site-header::before { width: min(76%, 315px); clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 0 100%); }
}

@media (max-width: 782px) {
  body.admin-bar .site-header, body.admin-bar .site-progress { top: 46px; }
  body.admin-bar .mobile-menu { top: calc(var(--header-h) + 46px); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding-block: 76px; }
  .section-heading, .site-footer__grid, .inquiry-card { grid-template-columns: 1fr; }
  .section-heading { gap: 12px; margin-bottom: 38px; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer__grid { gap: 36px; }
  .site-footer nav ul { columns: 1; }
  .site-footer__bottom { flex-direction: column; }
  .inquiry-card { padding: 24px 18px; }
  .mobile-menu__surface { padding-inline: 20px; }
  .mobile-menu__intro { grid-template-columns: 1fr; gap: 5px; }
  .mobile-menu__meta { grid-template-columns: 1fr; }
  .floating-whatsapp { right: 16px; bottom: 16px; }
  .js .reveal--delay-1, .js .reveal--delay-2, .js .reveal--delay-3 { transition-delay: 0s; }
}

@media (max-width: 390px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .button { width: 100%; }
  .mobile-menu__link { grid-template-columns: 1.9rem minmax(0, 1fr) auto; }
  .display-title { font-size: clamp(2.7rem, 14vw, 3.4rem); }
  h2 { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .floating-whatsapp, .site-progress { display: none !important; }
  body { color: #000; background: #fff; }
  main { padding-top: 0 !important; }
}
