:root {
  color-scheme: light;
  --paper: #faf7f2;
  --white: #fff;
  --card: #f4efe6;
  --ink: #181512;
  --muted: #5e564d;
  --yellow: #f2c230;
  --ochre: #8c6700;
  --line: rgba(24, 21, 18, .12);
  --green: #25d366;
  --max-width: 1200px;
  --gutter: clamp(22px, 5vw, 68px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 "Manrope", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ochre); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-160%); background: var(--ink); color: var(--white); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.site-header { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 82px; padding-inline: max(var(--gutter), calc((100vw - var(--max-width)) / 2)); border-bottom: 1px solid var(--line); background: rgba(250, 247, 242, .96); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { display: block; height: 46px; width: auto; max-width: 170px; object-fit: contain; }
.brand-mark { display: grid; width: 46px; aspect-ratio: 1; place-items: center; background: var(--yellow); color: var(--ink); font-size: 15px; font-weight: 800; letter-spacing: -.06em; }
.brand-name { font-size: 17px; font-weight: 800; line-height: 1.2; }
.brand-name small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.site-nav[hidden] { display: none; }
.site-nav a, .header-actions a { font-size: 13px; font-weight: 800; }
.site-nav a:hover, .site-footer a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions a { padding: 10px 13px; border: 1px solid var(--line); }
.header-actions a:last-child { border-color: var(--yellow); background: var(--yellow); }
.menu-toggle { display: none; width: 46px; height: 46px; place-content: center; gap: 5px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: currentColor; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, .contact-card h2 { font-family: "Fraunces", Georgia, serif; font-weight: 600; letter-spacing: -.025em; text-wrap: balance; }
.eyebrow { margin: 0; color: var(--ochre); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: clamp(44px, 7vw, 96px); padding-block: clamp(52px, 7vw, 90px) 66px; }
.hero-copy { min-width: 0; }
.hero h1 { max-width: 10ch; margin: 17px 0 20px; font-size: clamp(3.3rem, 6.2vw, 5.3rem); line-height: .98; }
.hero h1 span { color: var(--ochre); }
.lede { max-width: 54ch; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.trust-badge { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding: 8px 12px; border: 1px solid var(--line); background: var(--white); font-size: 12px; font-weight: 800; }
.trust-badge::before { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); content: ""; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: background-color .16s ease, color .16s ease, transform .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #e5b51d; }
.button-secondary { border-color: var(--line); background: transparent; }
.button-secondary:hover, .button-light:hover { background: var(--card); }
.button-outline-light { border: 1px solid rgba(255, 255, 255, 0.35); background: transparent; color: var(--white); }
.button-outline-light:hover { background: rgba(255, 255, 255, 0.12); color: var(--white); }
.button-whatsapp { background: var(--green); color: #102518; }
.quick-contact { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.quick-contact a { display: grid; gap: 1px; }
.quick-contact span { color: var(--muted); font-size: 10px; }
.quick-contact strong { font-size: 12px; }
.hero-media { min-width: 0; }
.hero-visual { position: relative; margin: 0; padding: 0 12px 12px 0; }
.hero-visual::before { position: absolute; z-index: -1; inset: 20px -12px -12px 24px; background: var(--yellow); content: ""; }
.hero-visual img { display: block; width: 100%; height: clamp(360px, 38vw, 480px); object-fit: cover; }
.hero-visual figcaption { position: absolute; right: 12px; bottom: 12px; left: 0; display: grid; gap: 4px; padding: 15px 18px; background: var(--ink); color: var(--white); font-size: 12px; }
.hero-visual figcaption span, .shop-service-note > span { color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual figcaption strong { line-height: 1.4; }
.hero-visual figcaption p { margin: 0; color: #e9e2d8; font-size: 11px; line-height: 1.5; }
.shop-service-note { display: grid; gap: 3px; padding: 15px 12px 0 0; }
.shop-service-note > span { color: var(--ochre); }
.shop-service-note strong { font-size: 13px; line-height: 1.45; }
.shop-service-note p { margin: 0; color: var(--muted); font-size: 12px; }
.hero-points { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 24px 0 0; margin: 36px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-points li { font-size: 12px; font-weight: 800; }
.hero-points li::before { display: inline-block; width: 7px; height: 7px; margin: 0 9px 1px 0; background: var(--ochre); content: ""; }
.stats-band { background: var(--ink); color: var(--white); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 24px; }
.stats article { display: grid; align-content: center; gap: 1px; min-height: 70px; padding-inline: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.stats article:first-child { padding-left: 0; border-left: 0; }
.stats strong { color: var(--yellow); font-size: clamp(23px, 3vw, 31px); letter-spacing: -.04em; line-height: 1.2; }
.stats span { color: #e9e2d8; font-size: 11px; }
.section { padding-block: clamp(76px, 10vw, 124px); }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading h2, .contact-card h2 { max-width: 17ch; margin: 12px 0 14px; font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1.03; }
.section-heading > p:last-child { max-width: 62ch; margin-bottom: 0; color: var(--muted); }
.services-grid, .service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card, .service-item { position: relative; display: flex; min-height: 245px; flex-direction: column; align-items: flex-start; padding: 23px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-card:nth-child(3n + 2), .service-item:nth-child(3n + 2) { background: var(--card); }
.service-number, .service-icon { color: var(--ochre); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.service-tag { margin-left: 7px; color: var(--muted); font-size: 10px; font-weight: 700; }
.service-card h3, .service-item h3 { margin: 31px 0 8px; font-size: 17px; line-height: 1.35; }
.service-card p, .service-item p { max-width: 34ch; margin-bottom: 18px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-card > a, .service-cta { margin-top: auto; color: var(--ochre); font-size: 12px; font-weight: 800; }
.service-card > a:hover, .service-cta:hover { text-decoration: underline; text-underline-offset: 4px; }
.process-section { background: var(--yellow); }
.process-section .eyebrow { color: var(--ink); }
.process-section .section-heading { margin-bottom: 34px; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 4vw, 54px); padding: 0; margin: 0; list-style: none; }
.timeline li { display: flex; align-items: flex-start; gap: 16px; padding-top: 19px; border-top: 1px solid rgba(24,21,18,.45); }
.timeline li > span { display: grid; flex: 0 0 42px; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-size: 12px; font-weight: 800; }
.timeline h3 { margin: 3px 0 7px; font-size: 16px; line-height: 1.35; }
.timeline p { max-width: 31ch; margin-bottom: 0; color: #383126; font-size: 13px; line-height: 1.65; }
.contact-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(34px, 8vw, 108px); padding-block: clamp(76px, 10vw, 126px); }
.contact-card { padding: clamp(28px, 5vw, 58px); background: var(--ink); color: var(--white); }
.contact-card .eyebrow { color: var(--yellow); }
.contact-card h2 { font-size: clamp(2.4rem, 4vw, 3.5rem); }
.contact-card > p { color: #e9e2d8; }
.button-light { background: var(--white); color: var(--ink); }
.contact-details { display: grid; gap: 0; margin-top: 25px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.contact-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.contact-label { color: #c9c0b5; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; min-width: 90px; }
.contact-val { color: var(--white); font-size: 14px; font-weight: 700; }
.contact-val:hover { color: var(--yellow); text-decoration: underline; }
.copy-button { border: 1px solid rgba(255, 255, 255, 0.3); padding: 5px 11px; background: rgba(255, 255, 255, 0.08); color: var(--white); font: 700 11px 'Manrope', system-ui, sans-serif; cursor: pointer; border-radius: 4px; transition: background .15s ease, color .15s ease; }
.copy-button:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.hours-badge { display: inline-flex; margin-top: 20px; padding: 7px 10px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 800; }
.contact-meta { display: grid; }
.contact-meta article { padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-meta article:first-child { border-top: 1px solid var(--line); }
.contact-meta span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.contact-meta strong { font-size: 15px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-block: 22px 34px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-logo { display: block; height: 28px; width: auto; object-fit: contain; }
.site-footer p { margin: 0; font-size: 11px; }
.site-footer a { color: var(--ink); font-size: 11px; font-weight: 800; }
.mobile-action-bar { display: none; }
.copy-toast { position: fixed; z-index: 30; right: 20px; bottom: 20px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.15); background: var(--ink); color: var(--white); box-shadow: 0 8px 28px rgba(24,21,18,.2); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease; }
.copy-toast.is-visible, .copy-toast[aria-hidden="false"] { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  :root { --gutter: 36px; }
  .hero { grid-template-columns: 1fr .88fr; gap: 36px; }
  .hero h1 { font-size: clamp(3rem, 6.4vw, 4.5rem); }
  .header-actions a:first-child { display: none; }
  .stats article { padding-inline: 16px; }
  .service-card, .service-item { padding-inline: 19px; }
  .contact-section { gap: 42px; }
}
@media (max-width: 768px) {
  :root { --gutter: 25px; }
  html { scroll-padding-top: 78px; }
  .site-header { min-height: 72px; }
  .brand-logo { height: 38px; }
  .menu-toggle { display: grid; }
  .site-nav { position: absolute; top: calc(100% - 1px); right: var(--gutter); left: var(--gutter); display: grid; gap: 0; padding: 8px 16px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 22px rgba(24,21,18,.08); }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 43px; }
  .hero h1 { max-width: 11ch; font-size: clamp(3.3rem, 12vw, 4.8rem); }
  .lede { font-size: 16px; }
  .hero-media { max-width: 620px; }
  .hero-visual { width: calc(100% - 12px); }
  .hero-visual img { height: clamp(300px, 65vw, 430px); }
  .hero-points { grid-column: auto; gap: 10px 17px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 10px; }
  .stats article { min-height: 78px; padding-inline: 14px; }
  .stats article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .stats article:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.2); }
  .services-grid, .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card, .service-item { min-height: 225px; }
  .service-card:nth-child(3n + 2), .service-item:nth-child(3n + 2) { background: var(--white); }
  .service-card:nth-child(4n + 2), .service-card:nth-child(4n + 3), .service-item:nth-child(4n + 2), .service-item:nth-child(4n + 3) { background: var(--card); }
  .timeline { grid-template-columns: 1fr; gap: 24px; }
  .contact-section { grid-template-columns: 1fr; }
  .mobile-action-bar { position: fixed; z-index: 15; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 8px var(--gutter) calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 -6px 20px rgba(24,21,18,.08); }
  .mobile-action-bar a { display: grid; min-height: 48px; align-content: center; justify-items: center; padding: 4px; background: var(--paper); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .01em; line-height: 1.2; text-align: center; }
  .mobile-action-bar a:nth-child(2) { background: var(--green); color: #102518; }
  .site-footer { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .copy-toast { right: var(--gutter); bottom: calc(80px + env(safe-area-inset-bottom)); }
}
@media (max-width: 480px) {
  :root { --gutter: 20px; }
  .brand-logo { height: 33px; }
  .brand-mark { width: 42px; }
  .brand-name { font-size: 15px; }
  .hero { padding-top: 35px; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: 10px; }
  .quick-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .quick-contact a:last-child { grid-column: 1 / -1; }
  .hero-visual img { height: 300px; }
  .hero-visual figcaption { padding: 12px; }
  .stats strong { font-size: 23px; }
  .section { padding-block: 68px; }
  .section-heading h2, .contact-card h2 { font-size: clamp(2.35rem, 10vw, 3.15rem); }
  .services-grid, .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-item { min-height: 205px; padding: 20px; }
  .service-card h3, .service-item h3 { margin-top: 23px; }
  .service-card:nth-child(n), .service-item:nth-child(n) { background: var(--white); }
  .service-card:nth-child(even), .service-item:nth-child(even) { background: var(--card); }
  .contact-card { padding: 27px 22px; }
  .contact-row { gap: 9px; }
  .contact-label { min-width: 76px; font-size: 10px; }
  .contact-val { font-size: 13px; }
  .copy-button { flex: 0 0 auto; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-brand { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
