@font-face { font-family: 'Sorbon Sans'; src: url('fonts/DejaVuSans.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Sorbon Serif'; src: url('fonts/DejaVuSerif.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
:root {
  color-scheme: light;
  --ink: #171511;
  --body: #423d35;
  --paper: #f7f5f1;
  --warm: #e9e2d5;
  --white: #fff;
  --line: #d6cfc4;
  --dark: #171410;
  --gold-deep: #815c27;
  --foil: linear-gradient(112deg, #956729 0%, #d6a957 20%, #fff1bd 37%, #ad7937 54%, #f1d093 74%, #8e632d 100%);
  font-family: 'Sorbon Sans', Arial, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { touch-action: manipulation; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: #debb7a; color: #18140e; }
.wrap { width: min(1150px, calc(100% - 96px)); margin: 0 auto; }
.site-header { position: relative; z-index: 10; background: #151310; color: #fff; border-bottom: 1px solid rgba(223, 184, 113, .22); }
.header-inner { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; flex: none; white-space: nowrap; }
.brand-wordmark { font-size: 1.38rem; font-weight: 600; line-height: 1.1; letter-spacing: .075em; }
.brand-wordmark strong { font-weight: 600; background-image: var(--foil); background-size: 240% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: foil-flow 9s ease-in-out infinite alternate; }
.nav-links { display: flex; align-items: center; gap: clamp(17px, 2.7vw, 34px); font-size: .87rem; }
.nav-links a { color: #f2ede6; transition: color .2s; }
.nav-links a:hover { color: #efc98a; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.language { display: flex; align-items: center; gap: 6px; white-space: nowrap; font-size: .85rem; color: #b9ab94; }
.language-option { border: none; background: transparent; color: #ada79c; min-width: 36px; min-height: 44px; padding: 0 2px; cursor: pointer; transition: color .2s; }
.language-option:hover, .language-option.active { color: #f2c98b; }
.language-option.active { font-weight: 600; }
.header-contact { border: 1px solid #a5824f; border-radius: 12px; color: #f2d09b; min-height: 46px; padding: 10px 17px; font-size: .85rem; white-space: nowrap; transition: background .2s, transform .2s; }
.header-contact:hover { background: #362819; transform: translateY(-2px); }
.intro { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #0d0e10; pointer-events: none; }
.intro.is-opening { animation: intro-hide .85s ease-in forwards; }
.intro::before { content: ''; position: absolute; inset: -8%; background: radial-gradient(circle at 15% 71%, rgba(233,174,86,.16) 0 4px, rgba(233,174,86,.055) 11px, transparent 34px), radial-gradient(circle at 76% 31%, rgba(241,197,113,.17) 0 3px, rgba(241,197,113,.055) 12px, transparent 37px), radial-gradient(circle at 87% 69%, rgba(234,178,89,.12) 0 5px, transparent 34px), radial-gradient(circle at 31% 20%, rgba(241,198,123,.11) 0 2px, transparent 24px), radial-gradient(circle at 56% 84%, rgba(238,180,96,.11) 0 3px, transparent 31px), radial-gradient(circle at 8% 35%, rgba(245,199,120,.1) 0 2px, transparent 20px), radial-gradient(circle at 66% 12%, rgba(241,185,101,.1) 0 2px, transparent 22px), radial-gradient(circle at 42% 59%, rgba(232,172,92,.07) 0 3px, transparent 28px); filter: blur(5px); opacity: .8; animation: lights-drift 6s ease-in-out infinite alternate; }
.intro::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 25%, rgba(4,5,8,.46) 100%); }
.intro-logo { position: relative; z-index: 1; font-size: clamp(2rem, 7.6vw, 5.1rem); font-weight: 600; line-height: 1.15; letter-spacing: .055em; white-space: nowrap; }
.intro.is-opening .intro-logo { animation: logo-open .85s cubic-bezier(.2,.8,.2,1) forwards; }
.intro-logo span { display: block; }
.intro-base { color: #544c3d; }
.intro-color { position: absolute; inset: 0; background-image: var(--foil); background-size: 240% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; clip-path: inset(0 100% 0 0); animation: intro-fill 3.1s cubic-bezier(.2,.6,.2,1) forwards, foil-flow 8s ease-in-out infinite alternate; }
@keyframes intro-fill { to { clip-path: inset(0 0 0 0); } }
@keyframes intro-hide { from { opacity: 1; } to { opacity: 0; visibility: hidden; } }
@keyframes lights-drift { from { transform: translateY(0) scale(1); } to { transform: translateY(-12px) scale(1.035); } }
@keyframes logo-open { from { transform: scale(1); opacity: 1; } to { transform: scale(2.7); opacity: 0; } }
@keyframes foil-flow { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
.eyebrow { display: block; color: var(--gold-deep); font-size: .77rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; line-height: 1.5; }
.eyebrow-light { color: #e4bf86; }
h1, h2 { font-family: 'Sorbon Serif', Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 4.7vw, 4rem); line-height: 1.18; margin: 16px 0 0; color: var(--ink); }
.shimmer-text { font-style: normal; background-image: var(--foil); background-size: 240% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: foil-flow 9s ease-in-out infinite alternate; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 54px; padding: 12px 22px; border-radius: 13px; font-size: .88rem; font-weight: 600; line-height: 1.4; border: 1px solid transparent; cursor: pointer; transition: transform .22s, box-shadow .22s, border-color .22s, background-color .22s; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.98); }
.button-gold { color: #211809; background-image: var(--foil); background-size: 240% 100%; animation: foil-flow 9s ease-in-out infinite alternate; box-shadow: 0 10px 30px rgba(179, 132, 62, .19); }
.button-gold:hover { box-shadow: 0 17px 36px rgba(199, 148, 72, .29); }
.button-outline { color: #f2dfbf; background: transparent; border-color: #a78b61; }
.button-outline:hover { background: #2d251a; }
.hero { min-height: 675px; background: var(--dark); color: #fff; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); position: relative; }
.hero-copy { align-self: center; padding: 85px 45px 90px max(48px, calc((100vw - 1150px)/2)); position: relative; z-index: 1; }
.hero h1 { font-size: clamp(3.1rem, 5.6vw, 5rem); line-height: 1.16; margin: 21px 0 27px; }
.hero h1 span, .hero h1 em { display: block; }
.hero-lead { max-width: 535px; font-size: 1.06rem; line-height: 1.74; margin: 0 0 32px; color: #f1e9dc; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.hero-image { min-height: 675px; position: relative; overflow: hidden; border-radius: 23px 0 0 23px; margin: 18px 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,17,14,.22), transparent 38%), linear-gradient(0deg, rgba(20,17,14,.68), transparent 34%); pointer-events: none; }
.hero-image-caption { position: absolute; z-index: 1; bottom: 28px; right: 32px; text-align: right; color: #fff; font-size: .81rem; line-height: 1.5; }
.section { padding: 108px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr); align-items: end; gap: 42px; margin-bottom: 49px; }
.section-heading p { max-width: 345px; margin: 0; color: var(--body); line-height: 1.8; }
.section-pain { background: #fcfbf8; }
.pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.pain-item { border-top: 2px solid #ab8244; padding: 25px 0 0; }
.item-number { color: var(--gold-deep); font: .87rem ui-monospace, 'SFMono-Regular', Consolas, monospace; letter-spacing: .09em; }
.pain-item h3, .step-grid h3 { font-size: 1.36rem; line-height: 1.35; font-weight: 500; margin: 30px 0 9px; }
.pain-item p, .step-grid p { font-size: .91rem; color: var(--body); margin: 0; line-height: 1.72; }
.promise { background: var(--warm); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 68px; }
.gold-rule { display: block; width: 95px; height: 3px; margin-bottom: 27px; border-radius: 2px; background-image: var(--foil); background-size: 240% 100%; animation: foil-flow 9s ease-in-out infinite alternate; }
.promise-grid > p { margin: 0; font: 400 clamp(1.33rem, 2.3vw, 1.86rem)/1.58 'Sorbon Serif', Georgia, serif; color: #30291f; }
.services { background: #fff; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 72px minmax(210px, .94fr) 1fr; align-items: center; gap: 18px; min-height: 105px; border-bottom: 1px solid var(--line); padding: 20px 1px; }
.service-list h3 { font-size: 1.46rem; line-height: 1.3; font-weight: 500; letter-spacing: -.025em; margin: 0; }
.service-list p { font-size: .93rem; color: var(--body); margin: 0; }
.service-list .item-number { font-size: 1.09rem; }
.about { background: #171410; color: #fff; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.about-image { height: 635px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; filter: grayscale(1) contrast(1.07); }
.about-copy { align-self: center; padding: 76px max(50px, calc((100vw - 1150px)/2)) 77px 78px; }
.about h2 { color: #fff; max-width: 600px; }
.about p { color: #ece3d6; max-width: 540px; line-height: 1.77; margin: 27px 0 30px; }
.about-social { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 37px; padding-top: 20px; border-top: 1px solid #64523d; color: #e7d8c1; font-size: .84rem; }
.about-social div { display: flex; flex-wrap: wrap; gap: 22px; }
.about-social a { color: #eec88d; text-decoration: underline; text-underline-offset: 5px; }
.about-social a:hover { color: #fff; }
.process { background: var(--paper); }
.step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.step-grid article { border-top: 1px solid #ad8d5d; padding-top: 24px; }
.step-grid h3 { margin: 34px 0 9px; }
.contact { background: #171410; color: #fff; border-top: 1px solid #3c3023; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 75px; }
.contact h2 { color: #fff; }
.contact-copy > p { color: #ece3d6; max-width: 460px; margin: 25px 0 24px; }
.phone { display: block; width: fit-content; font: 400 clamp(1.55rem, 2.9vw, 2.22rem) 'Sorbon Serif', Georgia, serif; color: #edc588; margin: 0 0 16px; }
.whatsapp-direct { color: #e7c18a; font-size: .9rem; text-decoration: underline; text-underline-offset: 5px; }
.whatsapp-direct:hover { color: #fff; }
.request-form { background: #24201b; border: 1px solid #554636; border-radius: 20px; padding: 36px; }
.request-form h3 { margin: 0 0 24px; font-size: 1.48rem; color: #fff; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { color: #f1e4d1; font-size: .87rem; }
.field input { width: 100%; min-height: 48px; padding: 10px 12px; background: #15120f; border: 1px solid #8a7760; border-radius: 10px; color: #fff; font-size: 1rem; outline: none; }
.field input::placeholder { color: #c9bba8; }
.field input:focus-visible { border-color: #e8c38d; box-shadow: 0 0 0 3px rgba(232,195,141,.22); }
.form-button { width: 100%; margin-top: 27px; }
.form-note { color: #e0d2bf; font-size: .8rem; line-height: 1.55; margin: 14px 0 0; }
.form-status { color: #f0c989; font-size: .85rem; margin: 10px 0 0; }
.site-footer { background: #100e0c; color: #e7ddcd; border-top: 1px solid #473b2c; padding: 34px 0; font-size: .84rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 23px; flex-wrap: wrap; }
.footer-links a:hover { color: #f3cc8e; }
.copyright { color: #c2b5a1; }
.motion-ready .reveal { opacity: 0; transform: translateY(28px) scale(var(--item-scale, 1)); transition: opacity .78s ease, transform .78s cubic-bezier(.2,.65,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0) scale(var(--item-scale, 1)); }
.motion-ready .reveal.spotlight { --item-scale: 1.032; }
.pain-item, .service-list article, .step-grid article { transform-origin: 15% 50%; }
.mobile-cta { display: none; }
@media (max-width: 1020px) {
  .nav-links { gap: 14px; }
  .header-inner { gap: 16px; }
  .header-actions { gap: 10px; }
  .hero-copy { padding-left: 40px; }
  .about-copy { padding-left: 52px; padding-right: 38px; }
  .contact-grid { gap: 42px; }
}
@media (max-width: 850px) {
  .nav-links { display: none; }
  .hero h1 { font-size: clamp(2.8rem, 6.3vw, 3.8rem); }
  .hero, .hero-image { min-height: 590px; }
  .pain-grid { gap: 22px; }
  .step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-image { height: 560px; }
}
@media (max-width: 680px) {
  .wrap { width: min(100% - 40px, 560px); }
  .header-inner { min-height: 77px; }
  .brand-wordmark { font-size: 1.12rem; }
  .header-contact { padding: 8px 12px; min-height: 42px; font-size: .79rem; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 62px 24px 35px; }
  .hero h1 { font-size: clamp(2.55rem, 10.2vw, 3.55rem); margin: 18px 0 23px; }
  .hero-lead { font-size: 1rem; margin-bottom: 26px; }
  .hero-image { width: calc(100% - 32px); min-height: 0; height: 360px; margin: 0 16px 16px; border-radius: 16px; }
  .hero-image::after { background: linear-gradient(0deg, rgba(20,17,14,.62), transparent 43%); }
  .hero-image-caption { right: 20px; bottom: 18px; }
  .section { padding: 75px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 36px; }
  .section-heading p { max-width: 520px; }
  h2 { font-size: clamp(2.26rem, 8.1vw, 3.2rem); }
  .pain-grid { grid-template-columns: 1fr; gap: 29px; }
  .pain-item h3 { margin: 12px 0 6px; }
  .promise-grid { grid-template-columns: 1fr; gap: 25px; }
  .service-list article { grid-template-columns: 35px 1fr; gap: 6px 12px; min-height: 0; padding: 18px 0; }
  .service-list h3 { font-size: 1.28rem; }
  .service-list p { grid-column: 2; }
  .about { grid-template-columns: 1fr; }
  .about-image { height: 390px; }
  .about-copy { padding: 68px 24px 75px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .request-form { padding: 28px 23px; }
  .site-footer { padding-bottom: 105px; }
  .mobile-cta { position: fixed; z-index: 20; bottom: 0; left: 0; right: 0; display: block; padding: 9px 17px calc(9px + env(safe-area-inset-bottom)); background: rgba(21,19,16,.96); border-top: 1px solid #62513a; }
  .mobile-cta .button { width: 100%; }
}
@media (max-width: 420px) {
  .header-inner { gap: 8px; }
  .brand-wordmark { font-size: .98rem; letter-spacing: .045em; }
  .language { gap: 2px; font-size: .78rem; }
  .language-option { min-width: 30px; }
  .header-contact { display: none; }
  .hero h1 { font-size: clamp(2.18rem, 9.5vw, 2.65rem); }
  .hero-actions { gap: 9px; }
  .hero-actions .button { padding: 11px 15px; }
  .hero-image { height: 315px; }
  .step-grid { grid-template-columns: 1fr; gap: 24px; }
  .step-grid h3 { margin: 13px 0 7px; }
  .form-grid { grid-template-columns: 1fr; gap: 15px; }
  .footer-inner { display: block; }
  .footer-links { margin: 15px 0; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .intro { display: none; }
  .shimmer-text, .button-gold, .gold-rule, .brand-wordmark strong { animation: none; background-position: 50% 50%; }
  .motion-ready .reveal, .motion-ready .reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .button, .header-contact, .language-option, .nav-links a { transition: none; }
}
