:root {
  --ink: #101112;
  --ink-soft: #181a1c;
  --orange: #ff5a1f;
  --orange-dark: #d9410c;
  --paper: #f4f4f0;
  --white: #ffffff;
  --gray: #777b7e;
  --line: #d7d8d4;
  --line-dark: rgba(255, 255, 255, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, input, textarea, button { font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { color: white; background: var(--orange); }
*:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.site-shell { overflow: clip; }
.language-toggle { position: fixed; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.language-toggle:not(:checked) ~ .site-shell .lang-es { display: none !important; }
.language-toggle:checked ~ .site-shell .lang-en { display: none !important; }
.language-toggle:checked ~ .site-shell .language-control i b { transform: translateX(16px); }

.site-header { min-height: 92px; padding: 0 4.2vw; display: grid; grid-template-columns: 265px 1fr auto; align-items: center; gap: 40px; position: relative; z-index: 40; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.brand { width: 238px; height: 62px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; justify-content: center; gap: clamp(24px, 3.2vw, 52px); }
.site-header nav a { font-size: 11px; font-weight: 780; text-transform: uppercase; letter-spacing: .12em; transition: color .2s; }
.site-header nav a:hover { color: var(--orange); }
.header-tools, .language-control { display: flex; align-items: center; }
.header-tools { gap: 24px; }
.language-control { gap: 7px; color: #666a6c; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .12em; user-select: none; }
.language-control i { width: 34px; height: 18px; padding: 2px; display: block; background: #d9dad7; border-radius: 18px; }
.language-control b { width: 14px; height: 14px; display: block; border-radius: 50%; background: var(--orange); transition: transform .25s ease; }
.header-cta { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; gap: 28px; color: white; background: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; transition: background .2s; }
.header-cta:hover { background: var(--orange); }
.header-cta > span:last-child { font-size: 16px; }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(440px, .94fr); color: white; background: var(--ink); }
.hero-copy { min-height: 720px; padding: clamp(78px, 9vh, 118px) 6.5vw 54px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::before { content: "811310"; position: absolute; right: 2vw; bottom: -1.2vw; color: rgba(255,255,255,.025); font-size: clamp(120px, 16vw, 260px); font-weight: 900; letter-spacing: -.09em; pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: #a5a8aa; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow > span:first-child { width: 35px; height: 2px; display: block; background: var(--orange); }
.eyebrow.dark { color: #65696b; }
.eyebrow.light { color: #a5a8aa; }
.hero h1, .section-heading h2, .company-copy h2, .faq-intro h2, .contact-heading h2 { margin: 31px 0 0; font-size: clamp(64px, 7.5vw, 122px); font-weight: 850; line-height: .84; letter-spacing: -.074em; text-transform: uppercase; }
.hero h1 em, .section-heading h2 em, .company-copy h2 em, .contact-heading h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; margin: 37px 0 0; color: #b9bcbd; font-size: 16px; line-height: 1.7; }
.hero-actions { margin-top: 42px; display: flex; gap: 12px; }
.button { min-height: 58px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 35px; border: 1px solid rgba(255,255,255,.32); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-orange { border-color: var(--orange); color: white; background: var(--orange); }
.button-orange:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.button-ghost:hover { border-color: white; background: white; color: var(--ink); }
.hero-meta { margin-top: auto; padding-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.hero-meta > div { padding: 0 20px; border-left: 1px solid var(--line-dark); }
.hero-meta > div:first-child { padding-left: 0; border-left: 0; }
.hero-meta small { display: block; margin-bottom: 8px; color: #666b6d; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.hero-meta strong { font-size: 14px; font-weight: 750; }
.hero-media { min-height: 720px; position: relative; overflow: hidden; background: #26292b; }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,17,18,.12) 30%, rgba(16,17,18,.82) 100%); }
.hero-media::after { content: ""; position: absolute; inset: 24px; z-index: 2; border: 1px solid rgba(255,255,255,.24); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 55% center; filter: saturate(.72) contrast(1.08); }
.hero-media-label { position: absolute; left: 58px; right: 58px; bottom: 52px; z-index: 3; }
.hero-media-label span { color: #c7c8c7; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.hero-media-label strong { max-width: 560px; margin-top: 10px; display: block; font-size: clamp(28px, 3.1vw, 52px); font-weight: 800; line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.hero-index { position: absolute; top: 46px; right: 49px; z-index: 3; font-size: 9px; font-weight: 800; letter-spacing: .16em; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: white; }
.trust-strip p { min-height: 80px; margin: 0; padding: 20px 4vw; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.trust-strip p:last-child { border-right: 0; }
.trust-strip p > span:first-child { color: var(--orange); font-size: 9px; }

.section { padding: 125px 6.5vw; }
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 8vw; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 4px; }
.section-heading h2, .company-copy h2, .contact-heading h2 { font-size: clamp(50px, 6.2vw, 98px); }
.section-heading > p { max-width: 580px; margin: 0 0 4px; color: #65696b; font-size: 15px; line-height: 1.75; }
.service-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #bfc1bd; border-left: 1px solid #bfc1bd; }
.service-grid article { min-height: 330px; padding: 37px; display: flex; flex-direction: column; position: relative; border-right: 1px solid #bfc1bd; border-bottom: 1px solid #bfc1bd; background: transparent; transition: background .25s, color .25s; }
.service-grid article:hover { color: white; background: var(--ink); }
.card-number { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-grid h3 { max-width: 620px; margin: auto 0 19px; font-size: clamp(27px, 3vw, 44px); font-weight: 780; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.service-grid p { max-width: 660px; margin: 0; color: #696d6e; font-size: 13px; line-height: 1.65; transition: color .25s; }
.service-grid article:hover p { color: #b4b7b8; }
.card-line { width: 0; height: 4px; position: absolute; left: 0; bottom: 0; background: var(--orange); transition: width .3s; }
.service-grid article:hover .card-line { width: 100%; }

.company { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); background: var(--ink); color: white; }
.company-image { min-height: 830px; position: relative; overflow: hidden; }
.company-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,17,18,.72)); }
.company-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center; filter: saturate(.65) contrast(1.05); }
.image-caption { position: absolute; left: 35px; right: 35px; bottom: 26px; z-index: 2; display: flex; justify-content: space-between; color: #dedfdd; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.company-copy { padding: 112px 6.2vw; }
.company-copy h2 { margin-top: 30px; }
.company-copy .large-copy { margin-top: 38px; color: white; font-size: 20px; font-weight: 590; line-height: 1.55; }
.company-copy > p:not(.large-copy) { color: #9a9d9e; font-size: 14px; line-height: 1.75; }
.company-points { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.company-points div { min-height: 125px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.company-points strong { color: var(--orange); font-size: 13px; text-transform: uppercase; }
.company-points span { margin-top: 7px; color: #969a9b; font-size: 10px; }

.business-profile { padding: 80px 6.5vw; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: white; border-bottom: 1px solid var(--line); }
.profile-label { color: var(--orange); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.business-profile h2 { margin: 19px 0 0; font-size: clamp(34px, 4vw, 58px); font-weight: 820; letter-spacing: -.05em; }
.business-profile dl { margin: 0; border-top: 1px solid var(--line); }
.business-profile dl > div { min-height: 74px; padding: 17px 0; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.business-profile dt { color: #7b7f81; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.business-profile dd { margin: 0; font-size: 14px; font-weight: 650; line-height: 1.45; }

.process { background: var(--paper); }
.section-heading.compact { display: block; }
.process-grid { margin-top: 80px; border-top: 1px solid #bfc1bd; }
.process-grid article { min-height: 190px; padding: 32px 0; display: grid; grid-template-columns: 110px 1fr; align-items: center; border-bottom: 1px solid #bfc1bd; }
.process-grid article > span { color: var(--orange); font-size: 12px; font-weight: 850; }
.process-grid h3 { margin: 0 0 12px; font-size: clamp(25px, 3.4vw, 50px); font-weight: 780; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.process-grid p { max-width: 760px; margin: 0; color: #6a6d6e; font-size: 13px; line-height: 1.65; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; color: white; background: var(--ink-soft); }
.faq-intro h2 { max-width: 500px; margin-top: 30px; font-size: clamp(48px, 5.5vw, 82px); }
.faq-intro > p { max-width: 420px; color: #999d9e; font-size: 14px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { min-height: 92px; padding: 25px 0; display: grid; grid-template-columns: 38px 1fr 28px; align-items: center; gap: 16px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--orange); font-size: 9px; font-weight: 800; }
.faq-list summary strong { font-size: 15px; line-height: 1.4; }
.faq-list summary i { font-size: 21px; font-style: normal; font-weight: 350; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { margin: -2px 38px 28px 54px; color: #a4a8a9; font-size: 13px; line-height: 1.7; }

.contact { padding: 125px 6.5vw; display: grid; grid-template-columns: .86fr 1.14fr; gap: 8vw; background: var(--white); }
.contact-heading > p { max-width: 600px; margin: 32px 0 0; color: #686c6e; font-size: 14px; line-height: 1.75; }
.contact-links { margin-top: 50px; border-top: 1px solid var(--line); }
.contact-links a { min-height: 88px; padding: 17px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; position: relative; border-bottom: 1px solid var(--line); }
.contact-links small { grid-column: 1 / -1; color: #838788; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.contact-links strong { font-size: clamp(17px, 2vw, 25px); letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-links a > span { color: var(--orange); font-size: 18px; }
.contact-form { padding: 46px; color: white; background: var(--ink); box-shadow: 0 28px 70px rgba(16,17,18,.14); }
.form-top { margin-bottom: 38px; padding-bottom: 19px; display: flex; justify-content: space-between; color: #777c7e; border-bottom: 1px solid var(--line-dark); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.contact-form label { margin-bottom: 25px; display: flex; flex-direction: column; gap: 10px; color: #a5a9aa; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.contact-form input, .contact-form textarea { width: 100%; padding: 11px 0; color: white; border: 0; border-bottom: 1px solid #4c5051; border-radius: 0; outline: 0; background: transparent; resize: vertical; font-size: 14px; font-weight: 450; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form button { width: 100%; min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: white; border: 0; background: var(--orange); cursor: pointer; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.contact-form button:hover { background: var(--orange-dark); }
.contact-form button > span:last-child { font-size: 17px; }
.contact-form > small { margin-top: 15px; display: block; color: #777b7d; font-size: 9px; line-height: 1.5; }

.footer { padding: 72px 6.5vw 28px; color: white; background: #090a0b; }
.footer-main { padding-bottom: 57px; display: grid; grid-template-columns: 1.45fr .5fr .85fr; gap: 8vw; border-bottom: 1px solid var(--line-dark); }
.footer-brand { width: min(310px, 100%); padding: 12px 17px; display: block; background: white; }
.footer-main h3 { margin: 0 0 20px; color: #707577; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-nav a, .footer-contact a, .footer-contact p { margin: 0; color: #c2c5c6; font-size: 11px; line-height: 1.45; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--orange); }
.legal-row { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-dark); }
.legal-row details { padding: 23px 23px 23px 0; border-right: 1px solid var(--line-dark); }
.legal-row details + details { padding-left: 23px; }
.legal-row details:last-child { border-right: 0; }
.legal-row summary { display: flex; justify-content: space-between; list-style: none; cursor: pointer; color: #b7bbbc; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.legal-row summary::-webkit-details-marker { display: none; }
.legal-row summary span { color: var(--orange); font-size: 15px; }
.legal-row p { color: #777c7e; font-size: 9px; line-height: 1.7; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #5f6466; font-size: 8px; font-weight: 750; letter-spacing: .12em; }
.mobile-call { display: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 230px 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 44%; }
  .hero-copy { padding-left: 5vw; padding-right: 5vw; }
  .company { grid-template-columns: 1fr 1fr; }
  .company-copy { padding-left: 5vw; padding-right: 5vw; }
}

@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .site-header { min-height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; gap: 15px; }
  .brand { width: 180px; height: 52px; }
  .header-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding: 82px 24px 44px; }
  .hero h1 { font-size: clamp(58px, 17vw, 88px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .button { justify-content: space-between; }
  .hero-meta { padding-top: 50px; }
  .hero-meta > div { padding: 0 11px; }
  .hero-media { min-height: 610px; }
  .hero-media::after { inset: 15px; }
  .hero-media-label { left: 32px; right: 32px; bottom: 36px; }
  .hero-index { top: 30px; right: 30px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p { min-height: 66px; padding: 18px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip p:last-child { border-bottom: 0; }
  .section, .contact { padding: 88px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2, .company-copy h2, .contact-heading h2 { font-size: clamp(47px, 14vw, 72px); }
  .service-grid { margin-top: 55px; grid-template-columns: 1fr; }
  .service-grid article { min-height: 280px; padding: 30px; }
  .company { grid-template-columns: 1fr; }
  .company-image { min-height: 520px; }
  .company-copy { padding: 86px 24px; }
  .business-profile { padding: 70px 24px; grid-template-columns: 1fr; gap: 45px; }
  .business-profile dl > div { grid-template-columns: 1fr; gap: 8px; }
  .process-grid { margin-top: 56px; }
  .process-grid article { min-height: 210px; grid-template-columns: 48px 1fr; }
  .faq { grid-template-columns: 1fr; gap: 60px; }
  .contact { grid-template-columns: 1fr; gap: 66px; }
  .contact-form { padding: 34px 24px; }
  .footer { padding: 68px 24px 26px; }
  .footer-main { grid-template-columns: 1fr; gap: 46px; }
  .legal-row { grid-template-columns: 1fr; }
  .legal-row details, .legal-row details + details { padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .footer-bottom { flex-direction: column; }
  .mobile-call { min-height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; color: white; background: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
  .mobile-call > span:last-child { font-size: 12px; }
}

@media (max-width: 480px) {
  .site-header { padding-right: 16px; }
  .brand { width: 157px; }
  .language-control { gap: 5px; }
  .hero-copy { min-height: 650px; }
  .hero-actions { gap: 10px; }
  .hero-meta strong { font-size: 11px; }
  .hero-media { min-height: 520px; }
  .company-image { min-height: 440px; }
  .company-points { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-links strong { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
