:root {
  --paper: #f4f0e7;
  --paper-light: #fbf8f1;
  --ink: #263330;
  --ink-soft: #52605c;
  --clay: #b95837;
  --clay-dark: #934329;
  --sage: #778176;
  --line: rgba(38, 51, 48, .18);
  --white: #fffdf8;
  --whatsapp: #187a4c;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 1060px); }
.section { padding: 120px 0; }

.skip-link { position: fixed; z-index: 200; left: 16px; top: -80px; padding: 10px 16px; color: #fff; background: var(--clay); }
.skip-link:focus { top: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 26px; font-weight: 650; line-height: .98; letter-spacing: -.052em; }
h1 { font-size: clamp(4rem, 8vw, 7.3rem); }
h2 { font-size: clamp(3.1rem, 5.7vw, 5.5rem); }
h1 em, h2 em {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
p { color: var(--ink-soft); }
.overline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--clay-dark);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.overline > span { width: 34px; height: 3px; border-radius: 80% 30% 50% 70%; background: var(--clay); transform: rotate(-2deg); }
.overline-light { color: #e7a68e; }
.overline-light > span { background: #d47757; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 14px 23px;
  font-weight: 780;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-whatsapp { color: #fff; background: var(--whatsapp); }
.button-whatsapp:hover { background: #11643d; }
.button-dark { color: var(--paper-light); background: var(--ink); }
.button-dark:hover { background: #101d19; }
.button-large { min-height: 62px; padding-inline: 30px; }
.wa-icon { display: inline-grid; width: 25px; height: 25px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .8rem; }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; transition: background .2s, box-shadow .2s; }
.site-header.is-scrolled { position: fixed; background: rgba(244,240,231,.95); box-shadow: 0 8px 30px rgba(38,51,48,.08); backdrop-filter: blur(10px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 33px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.1rem; font-weight: 850; letter-spacing: -.045em; text-decoration: none; }
.brand-brush { position: relative; display: inline-block; width: 34px; height: 17px; background: var(--clay); border-radius: 65% 35% 55% 40%; transform: rotate(-7deg); }
.brand-brush::after { content: ""; position: absolute; right: -4px; top: 6px; width: 10px; height: 4px; border-radius: 50%; background: var(--paper); }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { font-size: .81rem; font-weight: 720; text-decoration: none; }
.main-nav a:hover { color: var(--clay); }
.language-switcher { display:flex; align-items:center; gap:5px; }
.language-switcher a { display:grid; min-width:27px; height:27px; place-items:center; border-radius:50%; color:var(--ink-soft); font-size:.64rem; font-weight:800; text-decoration:none; }
.language-switcher a:hover,.language-switcher a.is-active { color:var(--paper-light); background:var(--ink); }
.whatsapp-link { display: inline-flex; align-items: center; gap: 8px; color: var(--whatsapp); font-size: .82rem; font-weight: 800; text-decoration: none; }
.whatsapp-header { padding: 10px 14px; border: 1px solid rgba(24,122,76,.35); }
.wa-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--whatsapp); box-shadow: 0 0 0 4px rgba(24,122,76,.12); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 6px auto; background: var(--ink); }

.hero { position: relative; min-height: 790px; padding: 145px 0 100px; overflow: hidden; }
.hero::before { content: ""; position: absolute; left: -100px; top: 280px; width: 340px; height: 40px; border-radius: 40% 60% 30% 70%; background: rgba(185,88,55,.1); transform: rotate(-9deg); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 78px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 40px 0; }
.hero-lead { max-width: 660px; margin-bottom: 34px; font-size: clamp(1.05rem, 1.6vw, 1.24rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.text-button { display: inline-flex; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--ink); font-size: .86rem; font-weight: 760; text-decoration: none; }
.direct-note { margin: 27px 0 0; font-size: .79rem; }
.direct-note span { margin-right: 7px; color: var(--clay); font-weight: 900; }
.hero-photo { position: relative; padding: 22px 22px 52px; background: #e6dfd2; transform: rotate(1.4deg); box-shadow: 0 25px 60px rgba(38,51,48,.13); }
.hero-photo::before { content: ""; position: absolute; z-index: 2; width: 120px; height: 32px; left: 50%; top: -16px; background: rgba(219,204,173,.72); transform: translateX(-50%) rotate(-2deg); box-shadow: inset 0 0 0 1px rgba(100,80,55,.06); }
.photo-frame { height: 540px; overflow: hidden; background: #ddd; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; filter: saturate(.78) contrast(.96); }
.hand-note { position: absolute; right: 28px; bottom: 10px; color: var(--clay-dark); font-family: "Segoe Print", "Bradley Hand", cursive; font-size: .9rem; line-height: 1.25; transform: rotate(-3deg); }
.paint-line { position: absolute; right: -20px; bottom: 30px; width: 42%; height: 18px; border-radius: 35% 65% 45% 55%; background: var(--clay); opacity: .8; transform: rotate(-2deg); }

.personal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.45); }
.personal-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.personal-grid p { position: relative; margin: 0; padding: 34px 35px 34px 64px; border-right: 1px solid var(--line); font-size: .79rem; }
.personal-grid p:first-child { border-left: 1px solid var(--line); }
.personal-grid p > span { position: absolute; left: 25px; top: 35px; color: var(--clay); font-size: .7rem; font-weight: 800; }
.personal-grid strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: .96rem; }

.services { background: var(--paper-light); }
.intro-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-bottom: 70px; }
.intro-row h2 { margin-bottom: 0; }
.intro-row > p { max-width: 430px; margin-bottom: 8px; }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 55px 1.1fr 1.45fr auto; gap: 30px; align-items: center; min-height: 128px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.service-row:hover { padding-inline: 15px; background: var(--paper); }
.service-no { color: var(--clay); font-size: .7rem; font-weight: 800; }
.service-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.service-row p { margin: 0; font-size: .88rem; }
.service-row a { font-size: .77rem; font-weight: 800; text-decoration: none; }
.service-row a span { margin-left: 8px; color: var(--clay); }

.craft { background: var(--sage); }
.craft-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.craft-card { position: relative; padding: 66px 55px 48px; background: var(--paper-light); box-shadow: 18px 18px 0 rgba(38,51,48,.18); transform: rotate(-1deg); }
.tape-label { position: absolute; top: -16px; left: 42px; padding: 8px 30px; color: #665e51; background: rgba(226,211,180,.93); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transform: rotate(1.5deg); }
.craft-card blockquote { margin: 0 0 28px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem,3vw,2.65rem); line-height: 1.22; letter-spacing: -.03em; }
.craft-card p { margin: 0; }
.simple-steps { margin: 0; padding: 0; list-style: none; }
.simple-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.26); color: #fff; }
.simple-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.26); }
.simple-steps > li > span { color: #e9d2c3; font-family: Georgia,serif; font-size: 1.5rem; font-style: italic; }
.simple-steps h3 { margin: 0 0 3px; font-size: 1.05rem; }
.simple-steps p { margin: 0; color: rgba(255,255,255,.72); font-size: .87rem; }

.calculator { color: var(--paper); background: var(--ink); }
.calculator-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.calculator-copy { position: sticky; top: 120px; }
.calculator-copy h2 { color: var(--paper-light); }
.calculator-copy h2 em { color: #d98769; }
.calculator-copy > p { max-width: 400px; color: rgba(255,255,255,.64); }
.calculator-stamp { display: inline-block; margin-top: 36px; padding: 15px 23px; border: 2px solid rgba(217,135,105,.62); border-radius: 50%; color: #dc947a; font-size: .65rem; line-height: 1.1; text-align: center; text-transform: uppercase; transform: rotate(-7deg); }
.calculator-stamp strong { display: block; margin-top: 4px; font-family: Georgia,serif; font-size: .9rem; font-weight: 400; text-transform: none; }
.quote-form { padding: clamp(24px,4vw,48px); color: var(--ink); background: var(--paper); }
.form-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.form-section-title > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--paper); background: var(--clay); font-size: .7rem; font-weight: 800; }
.form-section-title strong { font-family: Georgia,serif; font-size: 1.3rem; font-weight: 400; }
.form-section-contact { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 16px; color: var(--ink); font-size: .78rem; font-weight: 750; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; border: 1px solid #cfc8bb; border-radius: 0; outline: 0; color: var(--ink); background: var(--white); transition: border-color .2s, box-shadow .2s; }
.quote-form input, .quote-form select { height: 52px; padding: 0 13px; }
.quote-form textarea { min-height: 92px; padding: 13px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(185,88,55,.11); }
.input-suffix { position: relative; }
.input-suffix input { padding-right: 50px; }
.input-suffix span { position: absolute; right: 15px; bottom: 14px; color: var(--ink-soft); }
.estimate-result { position: relative; margin: 16px 0 0; padding: 26px 28px; color: var(--paper-light); background: var(--clay); overflow: hidden; }
.estimate-result::after { content: ""; position: absolute; right: -35px; bottom: -50px; width: 150px; height: 110px; border: 20px solid rgba(255,255,255,.1); border-radius: 50%; transform: rotate(-15deg); }
.estimate-result > span, .estimate-result > strong, .estimate-result > small { display: block; }
.estimate-result > span { font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.estimate-result > strong { margin: 6px 0 2px; font-family: Georgia,serif; font-size: clamp(1.8rem,4vw,2.6rem); font-weight: 400; line-height: 1; }
.estimate-result > strong i { margin-inline: 7px; font-size: .85rem; font-weight: 400; }
.estimate-result > small { color: rgba(255,255,255,.72); font-size: .68rem; }
.estimate-result > p { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.75); font-size: .72rem; }
.estimate-result.is-manual > strong { font-size: 1.5rem; }
.consent { display: flex !important; gap: 9px; align-items: flex-start; color: var(--ink-soft) !important; font-weight: 500 !important; }
.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin: 2px 0 0; }
.form-actions { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10px; margin-top: 18px; }
.form-note { margin: 14px 0 0; font-size: .7rem; line-height: 1.5; }
.form-status { min-height: 0; margin: 8px 0 0; color: var(--clay-dark); font-size: .76rem; font-weight: 750; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.areas { background: var(--paper-light); }
.areas-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.areas-inner h2 { margin-bottom: 0; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { padding: 12px 17px; border: 1px solid var(--line); color: var(--ink-soft); background: var(--paper); font-size: .78rem; transform: rotate(-1deg); }
.area-tags span:nth-child(2n) { transform: rotate(1deg); }

.faq { padding-top: 0; background: var(--paper-light); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color: var(--clay); font-family: Georgia,serif; font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 45px 22px 0; font-size: .87rem; }

.contact-cta { position: relative; padding: 120px 0; color: var(--paper); text-align: center; background: var(--clay); overflow: hidden; }
.contact-cta::before, .contact-cta::after { content: ""; position: absolute; width: 370px; height: 95px; border-radius: 50%; border: 24px solid rgba(255,255,255,.08); transform: rotate(-18deg); }
.contact-cta::before { left: -130px; top: 30px; }
.contact-cta::after { right: -110px; bottom: 25px; }
.contact-inner { position: relative; z-index: 2; }
.contact-script { display: block; margin-bottom: 10px; color: #f0c5b5; font-family: "Segoe Print","Bradley Hand",cursive; font-size: 1.2rem; transform: rotate(-2deg); }
.contact-cta h2 { color: var(--paper-light); }
.contact-cta h2 em { color: #fff; }
.contact-cta p { max-width: 600px; margin: 0 auto 28px; color: rgba(255,255,255,.78); }
.contact-cta small { display: block; margin-top: 15px; color: rgba(255,255,255,.65); }

.site-footer { padding: 65px 0 45px; color: var(--paper); background: #18231f; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .7fr .8fr; gap: 40px; }
.brand-footer { margin-bottom: 14px; }
.brand-footer .brand-brush::after { background: #18231f; }
.site-footer p { color: rgba(255,255,255,.48); font-size: .8rem; }
.site-footer strong { display:block; margin-bottom: 13px; color: rgba(255,255,255,.48); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a:not(.brand) { display:block; margin: 7px 0; color: rgba(255,255,255,.8); font-size: .8rem; text-decoration:none; }
.footer-end { display:flex; flex-direction:column; align-items:flex-end; color:rgba(255,255,255,.4); font-size:.72rem; }
.floating-whatsapp { position: fixed; z-index: 120; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 12px 18px; border-radius: 30px; color: #fff; background: var(--whatsapp); box-shadow: 0 10px 32px rgba(13,80,48,.28); font-size: .8rem; font-weight: 800; text-decoration: none; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp > span:first-child { display:grid; width:25px; height:25px; place-items:center; border:1px solid #fff; border-radius:50%; font-size:.72rem; }

.legal-page { min-height:100vh; background:var(--paper); }
.legal-header { padding:22px 0; color:var(--paper); background:var(--ink); }
.legal-header .container { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.legal-header .brand-brush::after { background:var(--ink); }
.legal-header > .container > a:last-child { color:rgba(255,255,255,.75); font-size:.84rem; font-weight:700; text-decoration:none; }
.legal-content { width:min(calc(100% - 30px),820px); margin:0 auto; padding:80px 0 100px; }
.legal-content h1 { font-size:clamp(2.8rem,7vw,4.8rem); }
.legal-content h2 { margin:42px 0 14px; font-size:1.5rem; letter-spacing:-.025em; line-height:1.2; }
.legal-content p,.legal-content li { color:var(--ink-soft); font-size:.93rem; }
.legal-notice { margin:28px 0; padding:18px 20px; border-left:4px solid var(--clay); background:var(--white); }

.reveal { opacity:0; transform:translateY(20px); transition:opacity .65s ease,transform .65s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .section { padding:90px 0; }
  .main-nav { gap:16px; }
  .header-inner { gap:20px; }
  .whatsapp-header { padding:9px 11px; }
  .hero-grid { grid-template-columns:1fr 1fr; gap:42px; }
  .photo-frame { height:470px; }
  .intro-row { gap:50px; }
  .craft-grid { gap:60px; }
  .calculator-grid { grid-template-columns:1fr; gap:45px; }
  .calculator-copy { position:static; }
  .calculator-copy > p { max-width:650px; }
  .areas-inner,.faq-grid { gap:55px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-end { align-items:flex-start; }
}

@media (max-width: 760px) {
  .container,.narrow { width:min(calc(100% - 30px),var(--container)); }
  .section { padding:70px 0; }
  .site-header { position:absolute; }
  .site-header.is-scrolled { position:fixed; }
  .header-inner { min-height:68px; }
  .menu-toggle { display:block; margin-left:auto; }
  .language-switcher { order:2; }
  .menu-toggle { order:3; margin-left:0; }
  .main-nav { position:fixed; inset:68px 0 auto; display:none; flex-direction:column; align-items:stretch; gap:0; padding:18px 22px 28px; background:var(--paper); box-shadow:0 25px 40px rgba(38,51,48,.12); }
  .main-nav.is-open { display:flex; }
  .main-nav a { padding:14px 0; border-bottom:1px solid var(--line); font-size:.95rem; }
  .whatsapp-header { display:none; }
  .hero { min-height:auto; padding:110px 0 75px; }
  .hero-grid { grid-template-columns:1fr; gap:55px; }
  .hero-copy { padding:0; }
  h1 { font-size:clamp(3.6rem,16vw,5.2rem); }
  h2 { font-size:clamp(2.8rem,13vw,4rem); }
  .hero-actions { align-items:stretch; }
  .hero-actions .button { width:100%; }
  .text-button { width:100%; justify-content:center; }
  .hero-photo { width:calc(100% - 18px); margin-left:9px; padding:13px 13px 45px; }
  .photo-frame { height:420px; }
  .paint-line { width:70%; bottom:17px; }
  .personal-grid { grid-template-columns:1fr; }
  .personal-grid p,.personal-grid p:first-child { border-left:1px solid var(--line); border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
  .intro-row { grid-template-columns:1fr; gap:20px; margin-bottom:45px; }
  .service-row { grid-template-columns:40px 1fr auto; gap:15px; min-height:auto; padding:23px 0; }
  .service-row p { grid-column:2 / -1; }
  .service-row:hover { padding-inline:8px; }
  .craft-grid,.areas-inner,.faq-grid { grid-template-columns:1fr; gap:50px; }
  .craft-card { padding:55px 28px 37px; box-shadow:9px 9px 0 rgba(38,51,48,.18); }
  .form-row,.form-actions { grid-template-columns:1fr; gap:0; }
  .quote-form { padding:28px 18px; }
  .areas { padding-bottom:90px; }
  .faq { padding-top:0; }
  .contact-cta { padding:90px 0; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .floating-whatsapp { right:14px; bottom:14px; min-width:55px; min-height:55px; justify-content:center; padding:12px; }
  .floating-whatsapp > span:last-child { display:none; }
}

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