:root {
  --ink: #38242b;
  --paper: #f8f2e8;
  --paper-2: #fffaf3;
  --pink: #efb7ca;
  --pink-dark: #d95e8b;
  --yellow: #f0d85a;
  --lilac: #d9c1e6;
  --green: #49664d;
  --line: rgba(56, 36, 43, 0.18);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--yellow); color: var(--ink); }

.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 102px; padding: 20px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.is-stuck { position: fixed; height: 76px; background: rgba(248,242,232,.94); backdrop-filter: blur(16px); box-shadow: 0 1px var(--line); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(56, 36, 43, .16); }
.site-header.is-stuck .brand-logo { width: 52px; height: 52px; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 40px); font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--pink-dark); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 18px; border: 1px solid var(--ink); border-radius: 4px; transition: .2s; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-button { display: none; border: 0; background: transparent; padding: 9px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 6px; transition: .25s; }

.hero { min-height: min(900px, 100vh); padding: 145px clamp(24px, 6.5vw, 104px) 70px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); align-items: center; gap: clamp(42px, 6vw, 100px); position: relative; }
.hero::before { content: ""; position: absolute; width: 36vw; height: 36vw; min-width: 420px; min-height: 420px; right: -12vw; top: -14vw; border: 1px solid var(--line); border-radius: 50%; }
.eyebrow, .section-label { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--pink-dark); font-size: 16px; margin-right: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; max-width: 760px; font: 600 clamp(64px, 7.3vw, 116px)/.88 var(--serif); letter-spacing: -.065em; }
h1 em, h2 em { color: var(--pink-dark); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 610px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.6; color: #665158; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { color: white; background: var(--pink-dark); }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; padding: 12px 0 7px; }
.text-link span { margin-left: 8px; }
.hero-note { display: flex; gap: 13px; align-items: center; margin-top: 55px; }
.hero-note .scribble { display: grid; place-items: center; width: 48px; height: 48px; background: var(--yellow); border-radius: 49% 51% 40% 60%; font-size: 24px; transform: rotate(-8deg); }
.hero-note p { margin: 0; font-size: 13px; line-height: 1.5; }

.hero-visual { position: relative; width: min(100%, 620px); justify-self: end; padding: 28px 30px 38px 0; }
.hero-frame { position: relative; overflow: hidden; aspect-ratio: .82; border-radius: 49% 49% 8px 8px / 33% 33% 8px 8px; background: var(--pink); box-shadow: 18px 18px 0 var(--lilac); }
.hero-frame img { height: 100%; object-fit: cover; }
.hero-frame::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.72); border-radius: inherit; pointer-events: none; }
.hero-badge { position: absolute; left: -72px; top: 16%; width: 133px; height: 133px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: var(--yellow); text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.5; transform: rotate(-8deg); box-shadow: 0 0 0 7px var(--paper), 0 0 0 8px var(--ink); }
.hero-badge span { font: italic 700 27px/1 var(--serif); letter-spacing: 0; }
.doodle { position: absolute; font-size: 46px; color: var(--pink-dark); }
.doodle-one { right: -8px; top: 4px; transform: rotate(13deg); }
.doodle-two { left: -25px; bottom: 10%; color: var(--green); font-size: 31px; }
.hero-color-card { position: absolute; right: -24px; bottom: 0; width: 190px; background: var(--paper-2); border: 1px solid var(--ink); padding: 15px; transform: rotate(2deg); }
.hero-color-card span { display: inline-block; width: 29px; height: 29px; margin-right: 5px; border-radius: 50%; background: var(--pink); }
.hero-color-card span:nth-child(2) { background: var(--yellow); }
.hero-color-card span:nth-child(3) { background: var(--lilac); }
.hero-color-card small { display: block; margin-top: 8px; font: 600 10px var(--sans); letter-spacing: .08em; }

.ribbon { background: var(--ink); color: white; overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.ribbon-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 15px 0; animation: ticker 22s linear infinite; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.ribbon-track b { color: var(--yellow); font-size: 17px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 112px); }
.intro { border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
h2 { margin-bottom: 0; font: 600 clamp(48px, 6.2vw, 94px)/.94 var(--serif); letter-spacing: -.055em; }
.intro-copy > p { margin-bottom: 45px; max-width: 560px; font: 500 clamp(20px, 2vw, 30px)/1.45 var(--serif); }
.made-with { display: flex; flex-direction: column; gap: 7px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.made-with strong { color: var(--pink-dark); font-size: 13px; }

.proposals { background: var(--paper-2); }
.section-heading { display: grid; grid-template-columns: 1fr 310px; gap: 50px; align-items: end; margin-bottom: 70px; }
.section-heading > p { margin: 0 0 7px; line-height: 1.65; color: #6c565e; }
.proposal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proposal-card { min-height: 435px; padding: clamp(26px, 3vw, 44px); display: flex; flex-direction: column; border: 1px solid var(--ink); transition: transform .25s, box-shadow .25s; }
.proposal-card:hover { transform: translateY(-8px) rotate(-.5deg); box-shadow: 9px 9px 0 var(--ink); }
.card-pink { background: var(--pink); }
.card-yellow { background: var(--yellow); }
.card-lilac { background: var(--lilac); }
.card-number { font-size: 11px; font-weight: 700; }
.card-icon { height: 104px; display: flex; align-items: center; font: 500 58px/1 var(--serif); }
.proposal-card h3 { max-width: 300px; margin-bottom: 16px; font: 600 clamp(29px, 2.5vw, 40px)/1 var(--serif); letter-spacing: -.03em; }
.proposal-card p { max-width: 360px; margin-bottom: 30px; line-height: 1.55; }
.proposal-card a { width: fit-content; margin-top: auto; padding-bottom: 4px; border-bottom: 1px solid; font-size: 13px; font-weight: 700; }

.portfolio { position: relative; }
.portfolio-title { display: grid; grid-template-columns: 1fr 1.25fr; align-items: start; margin-bottom: 75px; }
.portfolio-title h2 { grid-column: 2; }
.portfolio-title .section-label { grid-column: 1; grid-row: 1; }
.portfolio-grid { display: grid; grid-template-columns: 1.05fr .82fr 1.05fr; gap: clamp(14px, 2vw, 30px); align-items: start; }
.work { margin: 0; }
.work-gold { margin-top: 110px; }
.work-butterfly { margin-top: -45px; }
.work-image { overflow: hidden; background: #eadfd4; }
.work-image img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.work:hover img { transform: scale(1.045); }
.work-tarts .work-image { aspect-ratio: .9; }
.work-gold .work-image { aspect-ratio: .76; }
.work-butterfly .work-image { aspect-ratio: .9; }
.work figcaption { display: flex; flex-direction: column; gap: 5px; padding: 17px 0; border-bottom: 1px solid var(--ink); }
.work figcaption span { color: #806c73; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.work figcaption strong { font: 600 22px var(--serif); }
.portfolio-cta { margin-top: 65px; display: flex; align-items: center; justify-content: center; gap: 25px; }
.portfolio-cta p { margin: 0; font: italic 500 25px var(--serif); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--yellow); }

.process { background: var(--pink); display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.process-copy > p:not(.section-label) { max-width: 460px; margin: 30px 0; font-size: 17px; line-height: 1.6; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { box-shadow: 5px 5px 0 var(--yellow); }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(56,36,43,.45); }
.steps li:last-child { border-bottom: 1px solid rgba(56,36,43,.45); }
.steps > li > span { font: italic 600 24px var(--serif); }
.steps h3 { margin-bottom: 7px; font: 600 clamp(27px, 2.6vw, 41px) var(--serif); letter-spacing: -.03em; }
.steps p { margin: 0; color: #62454f; line-height: 1.55; }

.social { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 9vw, 145px); background: var(--paper-2); }
.social-shot { position: relative; overflow: hidden; aspect-ratio: .95; border: 1px solid var(--ink); box-shadow: -18px 18px 0 var(--lilac); background: #0b0f12; }
.social-shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.social-copy { position: relative; max-width: 660px; }
.social-copy > p:not(.section-label) { max-width: 520px; margin: 30px 0; font-size: 18px; line-height: 1.65; }
.social-flower { position: absolute; right: 2%; top: -60px; color: var(--yellow); font-size: 78px; transform: rotate(10deg); }

.final-cta { position: relative; overflow: hidden; padding: clamp(95px, 12vw, 175px) 24px; background: var(--ink); color: white; text-align: center; }
.final-cta h2 { margin-bottom: 24px; font-size: clamp(60px, 8vw, 120px); }
.final-cta h2 em { color: var(--pink); }
.final-cta > p:not(.section-label) { max-width: 570px; margin: 0 auto 34px; color: #dfd1d5; font-size: 18px; line-height: 1.55; }
.button-light { background: var(--yellow); color: var(--ink); }
.cta-doodle { position: absolute; color: var(--pink); font: 500 clamp(70px, 10vw, 160px) var(--serif); opacity: .45; }
.cta-doodle-one { left: 7vw; top: 22%; transform: rotate(-15deg); }
.cta-doodle-two { right: 9vw; bottom: 20%; color: var(--yellow); }

footer { padding: 38px clamp(24px, 6vw, 95px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--paper-2); }
.footer-brand .brand-logo { width: 76px; height: 76px; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; text-align: center; font-size: 12px; }
.footer-contact a { font-weight: 700; }
footer > p { margin: 0; text-align: right; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 25; display: flex; align-items: center; gap: 10px; padding: 10px 16px 10px 11px; border-radius: 50px; background: var(--green); color: white; box-shadow: 0 8px 26px rgba(56,36,43,.24); font-size: 12px; font-weight: 700; transition: transform .2s; }
.whatsapp:hover { transform: translateY(-4px); }
.whatsapp svg { width: 28px; height: 28px; fill: white; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-up .7s cubic-bezier(.22,.7,.25,1) both; }
@keyframes reveal-up {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-header { height: 82px; padding-inline: 24px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 120px 30px 40px; background: var(--pink); flex-direction: column; justify-content: center; gap: 30px; font: 600 31px var(--serif); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: none; }
  .nav-cta { font: 700 14px var(--sans); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(80vw, 590px); justify-self: center; margin-top: 20px; }
  .hero-badge { left: -50px; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-card { min-height: 330px; }
  .process { grid-template-columns: 1fr; }
  .social { gap: 55px; }
}

@media (max-width: 720px) {
  .brand-logo { width: 54px; height: 54px; }
  .hero { padding: 120px 22px 65px; gap: 42px; }
  h1 { font-size: clamp(54px, 17vw, 79px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-note { margin-top: 35px; }
  .hero-visual { width: calc(100% - 25px); padding-right: 14px; }
  .hero-badge { width: 100px; height: 100px; left: -18px; top: 13%; font-size: 8px; }
  .hero-badge span { font-size: 21px; }
  .hero-color-card { right: -12px; width: 160px; }
  .section { padding: 85px 22px; }
  .intro-grid, .section-heading, .portfolio-title, .social { grid-template-columns: 1fr; }
  .intro-grid { gap: 42px; }
  .section-heading { gap: 30px; margin-bottom: 45px; }
  .portfolio-title h2, .portfolio-title .section-label { grid-column: auto; grid-row: auto; }
  .portfolio-title { margin-bottom: 45px; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .work-tarts { grid-column: 1 / -1; }
  .work-tarts .work-image { aspect-ratio: 1.2; }
  .work-gold { margin-top: 0; }
  .work-butterfly { margin-top: 50px; }
  .portfolio-cta { align-items: flex-start; flex-direction: column; }
  .social-shot { grid-row: 2; box-shadow: -10px 10px 0 var(--lilac); }
  .social-flower { font-size: 55px; right: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-self: center; }
  footer > p { text-align: center; }
  .whatsapp span { display: none; }
  .whatsapp { padding: 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; }
  .reveal { opacity: 1; transform: none; }
}
