:root {
  --ink: #1d2924;
  --ink-soft: #53605a;
  --paper: #f6f5ef;
  --paper-warm: #eae8dd;
  --lime: #dce77a;
  --coral: #e88d70;
  --white: #fffef9;
  --line: rgba(29, 41, 36, .16);
  --dark: #21302a;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Manrope', sans-serif;
  --max-width: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-shell { width: min(calc(100% - 64px), var(--max-width)); margin: 0 auto; }
.section-padding { padding-top: 132px; padding-bottom: 132px; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 64px), var(--max-width)); margin: 0 auto; padding: 26px 0; background: var(--paper); transition: padding .25s, box-shadow .25s; }
.site-header.scrolled { padding: 15px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; letter-spacing: -.04em; }
.brand em { color: var(--coral); font-style: normal; font-weight: 500; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--paper); background: var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.main-nav a { transition: color .2s; }
.main-nav a:hover, .text-link:hover { color: var(--coral); }
.nav-cta { padding: 10px 17px; color: var(--ink) !important; border: 1px solid var(--line); border-radius: 99px; }
.nav-cta span, .button span { margin-left: 8px; font-size: 18px; line-height: 0; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { display: grid; grid-template-columns: 1.03fr .97fr; gap: 78px; min-height: 670px; padding-top: 68px; padding-bottom: 92px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 620px; font-size: clamp(58px, 7.2vw, 95px); }
h1 i, h2 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 475px; margin: 29px 0 33px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 2px; padding: 16px 23px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #32463d; }
.button-light { color: var(--ink); background: var(--lime); }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 12px; font-weight: 800; transition: color .2s; }
.hero-proof { display: flex; gap: 13px; align-items: center; margin-top: 65px; color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.hero-proof p { margin: 0; }
.hero-proof strong { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 28px; height: 28px; margin-right: -7px; color: var(--ink); background: var(--coral); border: 2px solid var(--paper); border-radius: 50%; font-size: 8px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--lime); }
.avatar-stack span:nth-child(3) { background: #b4c7ba; }
.hero-visual { position: relative; width: 100%; max-width: 510px; height: 585px; margin: auto 0 auto auto; }
.hero-photo { position: absolute; inset: 0 0 24px 49px; background: linear-gradient(180deg, rgba(33,48,42,.03), rgba(33,48,42,.34)), url('https://images.unsplash.com/photo-1445116572660-236099ec97a0?auto=format&fit=crop&w=1000&q=85') center/cover; border-radius: 0 0 0 82px; filter: saturate(.78); }
.visual-note { position: absolute; top: 2px; left: 0; z-index: 2; display: flex; gap: 13px; align-items: flex-start; color: var(--ink-soft); font-size: 10px; line-height: 1.3; }
.visual-note span:first-child { color: var(--coral); font-weight: 800; }
.photo-caption { position: absolute; right: -1px; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 20px 23px; color: var(--ink); background: var(--lime); font-size: 12px; line-height: 1.35; }
.photo-caption strong { color: var(--ink); font-weight: 800; }
.caption-arrow { font-size: 23px; }
.floating-card { position: absolute; z-index: 2; padding: 14px 18px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 800; line-height: 1.3; box-shadow: 10px 12px 0 rgba(29,41,36,.09); }
.floating-card small { color: var(--ink-soft); font-size: 9px; font-weight: 600; }
.floating-card-top { top: 106px; right: -27px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--coral); border-radius: 50%; }

.intro-band { padding: 105px 0 112px; color: var(--white); background: var(--dark); }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; }
.eyebrow-light { color: var(--lime); }
.intro-band h2 { max-width: 750px; font-size: clamp(42px, 5vw, 70px); }
.intro-band h2 em { color: var(--lime); }
.section-lead { max-width: 525px; margin: 28px 0 0; color: var(--ink-soft); }
.intro-band .section-lead { color: rgba(255,254,249,.66); }

.section-heading h2 { font-size: clamp(45px, 5.2vw, 72px); }
.problems { padding-bottom: 143px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 76px; }
.problem-card { position: relative; min-height: 245px; padding: 27px 26px 22px; border-top: 1px solid var(--ink); }
.card-number, .service-index { color: var(--coral); font-size: 11px; font-weight: 800; }
.problem-card h3 { max-width: 240px; margin: 38px 0 13px; font-size: 22px; line-height: 1.15; letter-spacing: -.04em; }
.problem-card p { max-width: 270px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.card-line { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: var(--lime); }
.problem-card:nth-child(2) .card-line { background: var(--coral); }
.problem-card:nth-child(3) .card-line { background: #afc8ba; }

.services { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding-top: 130px; padding-bottom: 150px; background: var(--paper-warm); max-width: none; padding-left: max(32px, calc((100% - var(--max-width)) / 2)); padding-right: max(32px, calc((100% - var(--max-width)) / 2)); }
.services-heading .section-lead { max-width: 350px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 46px 1fr 30px; gap: 20px; align-items: start; padding: 27px 0; border-bottom: 1px solid var(--line); }
.service-item h3 { margin: -5px 0 8px; font-size: 20px; letter-spacing: -.035em; }
.service-item p { max-width: 440px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.service-icon, .project-arrow { color: var(--coral); font-size: 24px; line-height: 1; }

.projects { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.projects-heading .text-link { margin-top: 45px; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px; }
.project-card { min-width: 0; }
.project-card-large { margin-top: 0; }
.project-image { position: relative; aspect-ratio: 1.35; overflow: hidden; background-position: center; background-size: cover; transition: border-radius .25s, background-size .4s ease; }
.project-image::after { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; background: linear-gradient(180deg, rgba(29,41,36,.02) 35%, rgba(29,41,36,.62)); content: ''; }
.project-image-cafe { background-image: url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1200&q=85'); }
.project-image-studio { background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1200&q=85'); }
.project-image-cafe { border-radius: 0 0 0 54px; }
.project-image-studio { border-radius: 0 54px 0 0; }
.project-image-cafe::after { border-radius: 0 0 0 54px; }
.project-image-studio:hover { border-radius: 0 66px 0 0; }
.project-image:hover { background-size: 108%; }
.project-art-content { position: absolute; right: 24px; bottom: 23px; left: 24px; z-index: 1; color: var(--white); }
.project-art-content span { display: block; margin-bottom: 14px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-art-content h4 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(28px, 3.2vw, 42px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.project-art-content em { color: var(--lime); font-style: normal; }
.project-art-content strong { font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.mock-browser { position: absolute; inset: 16px 16px 0; overflow: hidden; background: var(--white); box-shadow: 0 14px 26px rgba(29,41,36,.16); }
.mock-browser-bar { display: flex; gap: 5px; height: 19px; align-items: center; padding: 0 10px; background: #e7e5dc; }
.mock-browser-bar span { width: 5px; height: 5px; background: #bd8976; border-radius: 50%; }
.mock-browser-bar span:nth-child(2) { background: #c4c96a; }
.mock-browser-bar span:nth-child(3) { background: #8da99a; }
.mock-nav { display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; color: var(--ink); font-size: 7px; letter-spacing: .03em; }
.mock-nav strong { font-size: 10px; letter-spacing: -.04em; }
.mock-cafe-page { position: relative; height: calc(100% - 17px); overflow: hidden; background: #e9e5d9; }
.mock-cafe-page::before { position: absolute; right: -10%; bottom: -35%; width: 73%; height: 105%; border-radius: 50%; background: #d3d6a1; content: ''; }
.mock-cafe-copy, .mock-studio-copy { position: relative; z-index: 1; padding: 47px 20px; }
.mock-cafe-copy small, .mock-studio-copy small { color: var(--coral); font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.mock-cafe-copy h4, .mock-studio-copy h4 { margin: 10px 0 18px; color: var(--ink); font-family: var(--serif); font-size: clamp(25px, 3.1vw, 36px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.mock-cafe-copy em, .mock-studio-copy em { color: var(--coral); font-style: normal; }
.mock-cafe-copy button { padding: 9px 12px; color: var(--white); background: var(--ink); border: 0; font-size: 7px; }
.mock-cafe-orb { position: absolute; right: 13%; bottom: 12%; width: 88px; height: 88px; border: 8px solid rgba(255,254,249,.58); border-radius: 50%; }
.mock-studio-page { height: calc(100% - 17px); overflow: hidden; color: var(--white); background: #4e5b51; }
.mock-studio-page .mock-nav { color: var(--white); }
.mock-studio-copy h4 { color: var(--white); }
.mock-studio-copy em { color: var(--lime); }
.mock-project-tag { display: inline-block; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.7); font-size: 6px; }
.mock-studio-lines { position: absolute; right: 16px; bottom: 20px; left: 16px; display: flex; gap: 5px; }
.mock-studio-lines span { height: 42px; flex: 1; background: #c5b4a0; }
.mock-studio-lines span:nth-child(2) { background: #8ea494; }
.mock-studio-lines span:nth-child(3) { background: #d4cfc0; }
.project-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid var(--ink); }
.project-card-large .project-meta { position: relative; border-top: 0; }
.project-card-large .project-meta::before { position: absolute; top: 0; right: 0; left: 54px; height: 1px; background: var(--ink); content: ''; }
.project-meta span { color: var(--ink-soft); font-size: 10px; }
.project-meta h3 { margin: 5px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.project-summary { max-width: 310px; margin: 13px 0 10px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.project-meta strong { display: block; max-width: 310px; color: var(--ink); font-size: 11px; line-height: 1.45; }

.process { color: var(--white); background: var(--dark); }
.process-heading h2 em { color: var(--lime); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 23px; margin-top: 78px; }
.process-step { border-top: 1px solid rgba(255,255,255,.27); padding-top: 19px; }
.process-step span { color: var(--lime); font-size: 11px; font-weight: 800; }
.process-step h3 { margin: 53px 0 12px; font-size: 22px; letter-spacing: -.04em; }
.process-step p { max-width: 210px; margin: 0; color: rgba(255,254,249,.63); font-size: 13px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-size: 24px; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 610px; margin: -6px 35px 25px 0; color: var(--ink-soft); font-size: 13px; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 125px; padding-bottom: 125px; color: var(--white); background: var(--coral); max-width: none; padding-left: max(32px, calc((100% - var(--max-width)) / 2)); padding-right: max(32px, calc((100% - var(--max-width)) / 2)); }
.contact h2 { max-width: 590px; font-size: clamp(43px, 5.2vw, 70px); }
.contact h2 em { color: var(--lime); }
.contact-copy > p:not(.eyebrow) { max-width: 400px; margin: 29px 0; color: rgba(29,41,36,.77); }
.contact-email { display: inline-flex; align-items: center; gap: 13px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 14px; font-weight: 800; }
.contact-email span { font-size: 20px; }
.contact-whatsapp { display: inline-flex; align-items: center; gap: 13px; margin-top: 18px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 14px; font-weight: 800; }
.contact-whatsapp span { font-size: 20px; }
.contact-form { display: flex; flex-direction: column; align-items: stretch; padding-top: 5px; }
.contact-form label { margin-bottom: 7px; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 21px; padding: 12px 0; color: var(--ink); background: var(--coral); border: 0; border-bottom: 1px solid rgba(29,41,36,.42); outline: none; resize: none; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(29,41,36,.55); }
@keyframes contact-autofill { to { color: var(--ink); background: var(--coral); } }
.contact-form input:autofill, .contact-form textarea:autofill { color: var(--ink) !important; background-color: var(--coral) !important; animation: contact-autofill 0s both; }
.contact-form input:-webkit-autofill, .contact-form textarea:-webkit-autofill,
.contact-form input:-webkit-autofill:hover, .contact-form textarea:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus, .contact-form textarea:-webkit-autofill:focus { color: var(--ink) !important; -webkit-text-fill-color: var(--ink) !important; caret-color: var(--ink) !important; background-color: var(--coral) !important; -webkit-box-shadow: 0 0 0 1000px var(--coral) inset !important; box-shadow: 0 0 0 1000px var(--coral) inset !important; animation: contact-autofill 0s both; }
.contact-form input:-moz-autofill, .contact-form textarea:-moz-autofill { color: var(--ink) !important; background-color: var(--coral) !important; }
.contact-form .button { align-self: flex-start; margin-top: 8px; }
.form-feedback { min-height: 24px; margin: 14px 0 0; color: var(--ink); font-size: 12px; font-weight: 700; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 30px; padding-bottom: 30px; font-size: 10px; }
.site-footer p { margin: 0; color: var(--ink-soft); }
.site-footer > span { color: var(--ink-soft); }
.back-to-top { position: fixed; left: 24px; bottom: 24px; z-index: 15; display: inline-flex; align-items: center; gap: 7px; padding: 12px 15px; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 999px; box-shadow: 4px 5px 0 rgba(29,41,36,.18); font-size: 12px; font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s, background .2s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: #32463d; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 15; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px 13px 13px; color: var(--ink); background: var(--lime); border: 2px solid var(--ink); border-radius: 999px; box-shadow: 5px 6px 0 var(--ink); font-size: 12px; font-weight: 800; transition: opacity .25s, transform .25s, box-shadow .2s; }
.whatsapp-float.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 5px 9px 0 var(--ink); }
.whatsapp-float-icon { display: grid; place-items: center; width: 25px; height: 25px; color: var(--lime); background: var(--ink); border-radius: 50%; font-size: 16px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 800px) {
  .section-shell, .site-header { width: min(calc(100% - 40px), var(--max-width)); }
  .site-header { padding: 18px 0; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px 0 8px 8px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .nav-cta { padding: 11px 15px !important; text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 56px; min-height: auto; padding-top: 58px; padding-bottom: 85px; }
  .hero h1 { font-size: clamp(58px, 16vw, 88px); }
  .hero-visual { width: calc(100% - 13px); height: 440px; margin: 0 0 0 auto; }
  .floating-card-top { top: 72px; right: -13px; }
  .hero-photo { left: 28px; }
  .photo-caption { padding: 16px; }
  .intro-band { padding: 78px 0 84px; }
  .intro-grid, .services, .projects, .faq, .contact { grid-template-columns: 1fr; gap: 54px; }
  .problem-grid, .process-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .problem-card { min-height: 225px; padding: 22px 16px 20px; }
  .problem-card h3 { margin-top: 30px; font-size: 19px; }
  .services, .contact { padding-left: 20px; padding-right: 20px; }
  .services { padding-top: 85px; padding-bottom: 92px; }
  .projects { padding-top: 90px; padding-bottom: 90px; }
  .project-card-large { margin-top: 0; }
  .process { padding-top: 90px; padding-bottom: 90px; }
  .faq { padding-top: 90px; padding-bottom: 90px; }
  .contact { padding-top: 85px; padding-bottom: 85px; }
  .site-footer { flex-wrap: wrap; }
}

@media (max-width: 500px) {
  .section-shell, .site-header { width: calc(100% - 32px); }
  .section-padding { padding-top: 90px; padding-bottom: 90px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { margin-top: 47px; }
  .hero-visual { height: 390px; }
  .intro-grid { gap: 28px; }
  .intro-band h2 { font-size: 46px; }
  .problem-grid, .process-grid, .project-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 200px; }
  .project-card-large { margin-top: 0; }
  .project-image { aspect-ratio: 1.35; }
  .process-grid { gap: 42px; margin-top: 55px; }
  .process-step h3 { margin-top: 25px; }
  .contact { gap: 45px; }
  .contact h2 { font-size: 49px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .back-to-top { left: 16px; bottom: 16px; padding: 11px 13px; }
  .whatsapp-float { right: 16px; bottom: 16px; padding: 11px 14px 11px 11px; }
}

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