:root {
  --ink: #3d1317;
  --ink-deep: #241316;
  --paper: #f8f5f0;
  --white: #fff;
  --gold: #356962;
  --brand-red: #a3000a;
  --line: rgba(61, 19, 23, .18);
  --muted: #6e6264;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Libre Franklin', 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.skip { position: fixed; z-index: 20; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: .6rem 1rem; }
.skip:focus { transform: none; }

.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 78px); border-bottom: 1px solid var(--line); background: rgba(245,243,238,.94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-logo { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(163,0,10,.12); }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { text-transform: uppercase; letter-spacing: .09em; font-size: .84rem; }
.brand-text small { margin-top: 5px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: .6rem; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 42px); font-size: .82rem; font-weight: 500; }
nav a { text-decoration: none; position: relative; }
nav a:not(.nav-contact)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-contact { border: 1px solid var(--ink); padding: 10px 18px; transition: .2s; }
.nav-contact:hover { background: var(--ink); color: var(--white); }

.hero { min-height: calc(100vh - 94px); padding: clamp(68px, 10vh, 130px) clamp(24px, 8vw, 130px) 70px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); align-items: center; gap: 7vw; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 52vw; height: 52vw; border: 1px solid rgba(177,138,86,.2); border-radius: 50%; right: -30vw; top: -22vw; }
.eyebrow { margin: 0 0 24px; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 850px; margin-bottom: 30px; font-size: clamp(3.25rem, 6.5vw, 7.3rem); }
h1 em { color: var(--gold); font-weight: 400; }
.lead { max-width: 650px; margin-bottom: 42px; color: #705e61; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.button { display: inline-block; padding: 15px 24px; border-radius: 0; font-family: inherit; text-decoration: none; font-size: .82rem; font-weight: 600; letter-spacing: .03em; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand-red); color: var(--white); }
.button-primary:hover { background: var(--ink-deep); }
.text-link { text-underline-offset: 6px; font-size: .82rem; }
.text-link span { color: var(--gold); margin-left: 8px; }
.hero-signature { aspect-ratio: 1; position: relative; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.32); }
.signature-grid { position: absolute; inset: 10%; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 25% 25%; }
.hero-signature img { position: relative; width: 58%; height: auto; border-radius: 50%; box-shadow: 0 24px 60px rgba(61,19,23,.16); }
.hero-signature p { position: absolute; left: 10%; bottom: 5%; color: var(--muted); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.hero-index { position: absolute; bottom: 28px; left: clamp(24px, 5vw, 78px); font-size: .62rem; letter-spacing: .15em; color: var(--muted); }

.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 7vw; padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 130px); background: var(--white); }
.section-label { padding-top: 12px; border-top: 1px solid var(--gold); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.statement { max-width: 960px; margin-bottom: 70px; font-family: var(--serif); font-size: clamp(2rem, 3.8vw, 4.1rem); line-height: 1.2; letter-spacing: -.03em; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; color: var(--muted); }
.intro-columns p { max-width: 440px; }

.services { padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 130px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 80px; }
.section-heading h2, .method h2, .contact h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.6rem); }
.section-heading > p { max-width: 410px; color: var(--muted); }
.service-list { border-top: 1px solid var(--ink); }
.service { display: grid; grid-template-columns: 70px minmax(0, 1fr) 80px; gap: 25px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service > span { color: var(--gold); font-size: .68rem; }
.service > div:nth-child(2) { display: grid; grid-template-columns: minmax(170px, .8fr) 1.2fr; align-items: center; gap: 30px; }
.service h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 3rem); font-weight: 400; }
.service p { max-width: 570px; margin: 0; color: var(--muted); }
.service-icon { justify-self: end; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); font-family: var(--serif); color: var(--gold); transition: .25s; }
.service:hover .service-icon { background: var(--ink); color: var(--white); border-color: var(--ink); transform: rotate(4deg); }

.method { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(90px, 12vw, 160px) clamp(24px, 8vw, 130px); background: var(--ink); color: var(--white); }
.method-copy > p:last-child { max-width: 550px; margin-top: 42px; color: #b8c3cc; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.method-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-steps span { color: var(--gold); font-size: .7rem; }
.method-steps h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.method-steps p { margin: 0; color: #b8c3cc; }

.contact { padding: clamp(90px, 12vw, 170px) clamp(24px, 12vw, 190px); text-align: center; background: var(--brand-red); color: var(--white); }
.contact .eyebrow { color: #e6c5c7; }
.contact h2 { max-width: 1000px; margin: 0 auto 30px; }
.contact > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 38px; }
.button-light,
.button-light:link,
.button-light:visited,
.button-outline,
.button-outline:link,
.button-outline:visited { border: 1px solid var(--white); background: var(--white); color: var(--brand-red); }
.button-light:hover,
.button-light:focus-visible,
.button-outline:hover,
.button-outline:focus-visible { border-color: var(--white); background: var(--white); color: var(--brand-red); }
.contact-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.contact-data { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 30px; max-width: 1050px; margin: 34px auto 0; font-size: .8rem; color: #f3dfe0; }
.contact-data a, .contact-address { display: inline-flex; align-items: center; gap: 9px; color: inherit; text-underline-offset: 5px; }
.contact-data svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; opacity: .92; }
.contact-data .icon-fill { fill: currentColor; stroke: none; }
.availability { max-width: 820px !important; margin: 24px auto 0 !important; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); color: #f8ebec; font-size: .82rem; }
.availability span { margin: 0 8px; opacity: .55; }

.whatsapp-float { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 13px; padding: 10px 10px 10px 18px; border-radius: 999px; background: #fff; color: var(--ink-deep); text-decoration: none; box-shadow: 0 12px 38px rgba(36,19,22,.24); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px); box-shadow: 0 17px 45px rgba(36,19,22,.3); }
.whatsapp-copy { display: flex; flex-direction: column; line-height: 1.25; }
.whatsapp-copy strong { font-size: .78rem; }
.whatsapp-copy small { color: var(--muted); font-size: .68rem; }
.whatsapp-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; }
.whatsapp-icon svg { width: 29px; height: 29px; }

.contact-dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100vh - 32px); margin: auto; padding: clamp(30px, 5vw, 58px); border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(36,19,22,.38); }
.contact-dialog::backdrop { background: rgba(36,19,22,.76); backdrop-filter: blur(5px); }
.contact-dialog[open] { animation: dialog-in .22s ease-out; }
.dialog-close { position: absolute; top: 17px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--ink); font: 300 1.7rem/1 var(--sans); cursor: pointer; }
.dialog-heading h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
.dialog-heading > p:last-child { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; text-align: left; font-size: .78rem; font-weight: 600; }
.form-grid label > span { letter-spacing: .025em; }
.form-grid small { color: var(--muted); font-weight: 400; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 13px 14px; color: var(--ink); background: var(--white); font: inherit; font-size: 1rem; outline: none; }
.form-grid textarea { resize: vertical; min-height: 120px; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--brand-red); box-shadow: 0 0 0 2px rgba(163,0,10,.1); }
.honey { position: absolute !important; left: -9999px !important; }
.form-privacy { margin: 18px 0; color: var(--muted); font-size: .75rem; }
.form-submit { border: 0; background: var(--brand-red); color: var(--white); }
.form-submit:disabled { cursor: default; opacity: .7; }
.form-status { min-height: 25px; margin: 16px 0 0; color: var(--brand-red); font-size: .82rem; font-weight: 600; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding: 60px clamp(24px, 5vw, 78px); background: var(--ink-deep); color: var(--white); }
.brand-footer .brand-logo { box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
footer p { margin: 0; color: #aebac4; font-size: .74rem; }
.copyright { text-align: right; }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
  .hero-signature { width: min(100%, 460px); justify-self: end; }
  .intro { grid-template-columns: 1fr; }
  .section-label { width: 120px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 30px; }
  .service > div:nth-child(2) { grid-template-columns: 1fr; gap: 8px; }
  .method { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .brand-text { display: none; }
  .brand-logo { width: 40px; height: 40px; }
  .nav-contact { padding: 8px 13px; }
  h1 { font-size: clamp(2.8rem, 14.5vw, 4.5rem); }
  .hero { padding-bottom: 80px; }
  .hero-index { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .intro-columns { grid-template-columns: 1fr; gap: 20px; }
  .statement { margin-bottom: 46px; }
  .service { grid-template-columns: 34px 1fr; padding: 28px 0; }
  .service-icon { display: none; }
  .method-steps li { grid-template-columns: 38px 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .brand-footer .brand-text { display: flex; }
  .copyright { text-align: left; }
  .availability span { display: none; }
  .availability strong { display: block; }
  .whatsapp-float { right: 16px; bottom: 16px; padding: 7px; }
  .whatsapp-copy { display: none; }
  .whatsapp-icon { width: 50px; height: 50px; }
  .contact-data { justify-content: flex-start; }
  .contact-data a, .contact-address { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .contact-dialog { padding: 46px 24px 28px; }
}

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