/* Home page styles */
.hero { position: relative; display: grid; grid-template-columns: minmax(300px, .95fr) minmax(380px, 1.05fr); align-items: center; min-height: 720px; height: min(100vh, 920px); padding-top: var(--header-height); overflow: hidden; background: radial-gradient(circle at 78% 50%, rgba(20, 94, 255, .11), transparent 27%), linear-gradient(110deg, var(--black) 36%, #080b0c 100%); }
.hero-copy { position: relative; z-index: 2; margin-left: 30px; padding-bottom: 4rem; } .hero h1 { margin: 0 0 2.5rem; font-size: clamp(8rem, 13vw, 10.8rem); } .hero-lede { max-width: 30rem; margin-bottom: 2.3rem; color: var(--silver); font-size: clamp(1.1rem, 1.8vw, 1.5rem); line-height: 1.4; } .hero-lede strong { color: var(--white); font-weight: 500; } .hero-actions { display: flex; align-items: center; gap: 2rem; } .hero-meta { display: flex; align-items: center; gap: 1rem; margin-top: 4.3rem; color: var(--muted); font: 16px var(--mono); letter-spacing: .1em; text-transform: uppercase; } .meta-rule { display: inline-block; width: 82px; height: 1px; background: var(--line); }
.hero-visual { position: relative; height: 76%; max-height: 630px; } .hero-frame { position: relative; width: 80%; height: 100%; margin-left: auto; padding: 11px; border: 1px solid rgba(213, 222, 231, .27); transform: rotate(2.2deg); } .hero-frame::before, .hero-frame::after { position: absolute; z-index: 2; width: 21px; height: 21px; border: 1px solid var(--green); content: ""; } .hero-frame::before { top: -6px; left: -6px; border-right: 0; border-bottom: 0; } .hero-frame::after { right: -6px; bottom: -6px; border-left: 0; border-top: 0; } .hero-image { width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .58)), url("imagens/image8.png") center/cover; filter: saturate(.72) contrast(1.08); } .hero-caption { position: absolute; right: 0; bottom: 2.5rem; display: flex; flex-direction: column; gap: .4rem; color: var(--silver); font: 16px var(--mono); letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; } .hero-caption span:last-child { color: var(--turquoise); } .hero-cross { position: absolute; color: var(--green); font: 22px var(--mono); } .cross-one { top: 12%; left: 6%; } .cross-two { bottom: 21%; left: 17%; color: var(--turquoise); } .hero-watermark { position: fixed; z-index: 0; top: 50%; left: 50%; width: min(45vw, 540px); pointer-events: none; opacity: .03; transform: translate(-50%, -50%) rotate(-9deg); } .hero-watermark img { display: block; width: 100%; filter: grayscale(1) brightness(3); } .scroll-hint { position: absolute; bottom: 1.8rem; left: calc(var(--page-gutter) + 30px); display: flex; align-items: center; gap: 1rem; color: var(--muted); font: 16px var(--mono); letter-spacing: .13em; text-transform: uppercase; } .scroll-arrow { color: var(--turquoise); font-size: 1.1rem; }

.manifesto { display: grid; grid-template-columns: 1fr 2fr .6fr; align-items: center; min-height: 430px; border-bottom: 1px solid var(--line); background: var(--ink); } .display-line { margin: 0; font: 800 clamp(3.5rem, 5.8vw, 6.3rem)/.83 var(--display); letter-spacing: -.04em; text-transform: uppercase; } .display-line span { color: var(--turquoise); } .manifesto-copy { display: flex; align-items: flex-end; gap: clamp(2rem, 8vw, 9rem); } .body-copy { max-width: 290px; color: var(--muted); font-size: 20px; line-height: 1.8; } .manifesto-mark { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 130px; height: 160px; margin-left: auto; border: 1px solid var(--line); transform: rotate(8deg); } .manifesto-mark span { color: var(--green); font: 700 4.5rem/.8 var(--display); } .manifesto-mark small { margin-top: 1rem; color: var(--muted); font: 16px/1.5 var(--mono); text-align: center; text-transform: uppercase; }

.works, .specialties, .flash-section, .process, .about, .care, .final-cta { padding-top: 12rem; padding-bottom: 5rem; } .section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; } .section-heading h2, .process-heading h2, .about-copy h2, .care-intro h2 { margin: 0; font-size: clamp(3.6rem, 5.8vw, 6.3rem); } .section-heading > .text-link { margin-bottom: .4rem; } .section-heading h2 em { display: inline-block; font-size: 1.12em; } .heading-note { max-width: 260px; margin: 0 3rem 0 0; color: var(--silver); font: 18px/1.45 var(--mono); text-transform: uppercase; }
.filter-row, .flash-tabs { display: flex; gap: 1.5rem; border-bottom: 1px solid var(--line); } .filter-row { margin-bottom: 1.5rem; } .filter, .flash-tab { position: relative; padding: 0 0 1rem; background: none; color: var(--muted); font: 16px var(--mono); letter-spacing: .1em; text-transform: uppercase; } .filter.active, .filter:hover, .flash-tab.active { color: var(--white); } .filter.active::after, .flash-tab.active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; } .filter.active::after { background: var(--green); } .flash-tab.active::after { background: var(--turquoise); }
.work-carousel { position: relative; } .work-carousel-viewport { width: 100%; overflow: hidden; } .work-grid { display: flex; flex-wrap: nowrap; gap: 14px; width: max-content; margin: 0; transition: transform .5s cubic-bezier(.2, .75, .25, 1); } .work-card { position: relative; flex: 0 0 clamp(230px, 24vw, 330px); width: clamp(230px, 24vw, 330px); height: clamp(420px, 38vw, 560px); overflow: hidden; background: var(--card); border: 1px solid rgba(213, 222, 231, .16); } .work-card.reveal { opacity: 1; transform: none; } .work-image { position: absolute; inset: 0; background-color: #0b0d0e; background-position: center; background-repeat: no-repeat; background-size: contain; } .work-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .85)); content: ""; } .work-overlay { position: absolute; z-index: 1; right: 1.4rem; bottom: 1.25rem; left: 1.4rem; display: flex; flex-direction: column; gap: .25rem; } .work-overlay span, .work-overlay small { color: var(--turquoise); font: 16px var(--mono); letter-spacing: .12em; text-transform: uppercase; } .work-overlay strong { font: 600 1.55rem var(--display); text-transform: uppercase; } .work-overlay small { display: flex; justify-content: space-between; color: var(--silver); } .work-overlay i { color: var(--green); font-style: normal; } .work-carousel-controls { position: absolute; z-index: 4; top: 50%; right: -28px; left: -28px; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); } .work-carousel-control { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: rgba(5, 5, 5, .88); color: var(--silver); font-size: 22px; pointer-events: auto; } .image-1 { background-image: url("imagens/image1.png"); } .image-2 { background-image: url("imagens/image2.png"); } .image-3 { background-image: url("imagens/image3.png"); } .image-4 { background-image: url("imagens/image4.png"); } .image-5 { background-image: url("imagens/image5.png"); } .image-6 { background-image: url("imagens/image6.png"); } .image-7 { background-image: url("imagens/image7.png"); }

.specialties, .process, .care { background: var(--ink); } .specialty-list, .process-steps, .care-list { border-top: 1px solid var(--line); } .specialty { display: grid; grid-template-columns: 12% 35% 1fr 40px; align-items: center; gap: 1rem; min-height: 125px; border-bottom: 1px solid var(--line); } .specialty-number, .process-step > span { color: var(--green); font: 16px var(--mono); } .specialty h3 { margin: 0; font: 600 clamp(2.2rem, 3.8vw, 4rem) var(--display); text-transform: uppercase; } .specialty p, .process-step p { max-width: 280px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.65; } .specialty-arrow { color: var(--turquoise); font-size: 1.25rem; text-align: right; }

.flash-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); } .flash-intro h2 { margin: 0 0 2rem; font-size: clamp(4.2rem, 6.8vw, 7.2rem); } .flash-intro > p:not(.section-kicker), .process-heading > p:last-child, .care-intro > p:not(.section-kicker) { max-width: 270px; margin-bottom: 2rem; color: var(--muted); font-size: 20px; line-height: 1.7; } .flash-tabs { gap: 1.7rem; margin-bottom: 1.5rem; } .flash-tab span { margin-left: .3rem; color: var(--green); } .flash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; } .flash-card { background: var(--card); border: 1px solid rgba(213, 222, 231, .1); } .flash-art { position: relative; display: grid; place-items: center; height: 250px; overflow: hidden; } .flash-art::before, .flash-art::after { position: absolute; width: 145px; height: 190px; border: 1px solid rgba(17, 216, 207, .45); border-radius: 50%; content: ""; transform: rotate(35deg); } .flash-art::after { width: 112px; height: 160px; border-color: rgba(121, 242, 13, .55); transform: rotate(-35deg); } .flash-art span { position: relative; z-index: 1; color: var(--silver); font: 7rem var(--display); } .flash-art-1 { background: radial-gradient(circle, #293738, #0b0e0e); } .flash-art-2 { background: radial-gradient(circle, #183b42, #0a0c0c); } .flash-art-3 { background: radial-gradient(circle, #29272b, #0b0b0b); } .flash-art-4 { background: radial-gradient(circle, #27302a, #090b0a); } .flash-art-2 span { color: var(--turquoise); } .flash-art-3 span { color: var(--green); } .flash-info { padding: 1rem; } .flash-info > div:first-child, .flash-bottom { display: flex; align-items: center; justify-content: space-between; gap: .5rem; } .flash-code, .status, .flash-info p, .flash-bottom strong, .flash-open { font-family: var(--mono); text-transform: uppercase; } .flash-code, .status { font-size: 16px; letter-spacing: .08em; } .flash-code { color: var(--silver); } .status { color: var(--green); white-space: nowrap; } .status.reserved { color: var(--turquoise); } .flash-info h3 { margin: .85rem 0 .25rem; font: 600 1.6rem var(--display); text-transform: uppercase; } .flash-info p { margin-bottom: 1.5rem; color: var(--muted); font-size: 16px; } .flash-bottom strong { color: var(--silver); font-size: 16px; } .flash-open { padding: 0; background: none; color: var(--turquoise); }

.process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; } .process-heading h2, .care-intro h2 { margin-bottom: 2rem; } .process-step { display: grid; grid-template-columns: 50px 1fr 1fr; align-items: start; gap: 1.25rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); } .process-step h3 { margin: -.25rem 0 0; font: 600 2.6rem var(--display); text-transform: uppercase; }
.about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; min-height: 580px; } .about-visual { position: relative; min-height: 500px; padding: 1rem 1rem 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .about-image { width: 100%; height: 100%; transform: scale(.86) rotate(-2deg); filter: saturate(.72) contrast(1.08); } .about-image img { display: block; width: 85%; height: 100%; object-fit: cover; } .about-tag { position: absolute; right: -1px; bottom: 2rem; padding: .75rem 1rem; background: var(--green); color: var(--black); font: 16px/1.5 var(--mono); text-transform: uppercase; } .about-copy .body-copy { max-width: 430px; margin-bottom: 1rem; font-size: 20px; } .about-copy .text-link { margin-top: 1.5rem; }
.care { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; } .care-item { display: grid; grid-template-columns: 45px 1fr 30px; align-items: start; width: 100%; padding: 1.3rem 0; border-bottom: 1px solid var(--line); background: none; color: var(--white); text-align: left; } .care-item > span { color: var(--green); font: 16px var(--mono); } .care-item strong { font: 600 2.55rem var(--display); line-height: .9; text-transform: uppercase; } .care-item i { color: var(--turquoise); font: 1.4rem var(--sans); font-style: normal; text-align: right; } .care-item.active i { transform: rotate(45deg); } .care-answer { display: none; grid-column: 2; max-width: 410px; color: var(--muted); font-size: 20px; line-height: 1.6; } .care-item.active .care-answer { display: block; margin-top: .8rem; }
.final-cta { position: relative; overflow: hidden; background: radial-gradient(circle, rgba(17, 216, 207, .08), transparent 35%); text-align: center; } .final-cta .section-kicker { justify-content: center; } .final-cta h2 { margin: 0 0 2.5rem; font-size: clamp(4.6rem, 8.8vw, 9.2rem); } .final-ornament { position: absolute; top: 50%; left: 50%; color: rgba(121, 242, 13, .06); font: 800 22rem/.8 var(--display); pointer-events: none; transform: translate(-50%, -50%) rotate(-8deg); } .final-cta > *:not(.final-ornament) { position: relative; z-index: 1; }
.site-footer { display: grid; grid-template-columns: 1fr 1.7fr; gap: 5vw; padding-top: 4.5rem; padding-bottom: 2rem; } .footer-name { display: block; color: var(--white); font: 800 26px/.9 var(--display); text-transform: uppercase; } .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .footer-links div { display: flex; flex-direction: column; gap: .8rem; } .footer-links a, .footer-links span { color: var(--muted); font: 16px var(--mono); text-transform: uppercase; } .footer-links span { color: var(--turquoise); }
.mobile-sticky-cta { display: none; }
.modal { position: fixed; z-index: 30; inset: 0; display: none; place-items: center; padding: 1rem; } .modal.open { display: grid; } .modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .8); backdrop-filter: blur(8px); } .modal-dialog { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; width: min(720px, 100%); max-height: 90vh; overflow: auto; background: var(--card); border: 1px solid var(--line); } .modal-close { position: absolute; z-index: 2; top: .75rem; right: .9rem; width: 34px; height: 34px; background: rgba(0, 0, 0, .45); color: var(--white); font-size: 1.4rem; } .modal-art { display: grid; place-items: center; min-height: 430px; background: radial-gradient(circle, #293738, #0b0e0e); } .modal-art::before { color: var(--silver); content: "*"; font: 11rem var(--display); } .modal-content { padding: 3.5rem 2rem 2rem; } .modal-content > .status { display: block; margin-top: .75rem; } .modal-content h2 { margin: 1.3rem 0 2rem; font-size: 4rem; } .modal-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; padding: 1.3rem 0; margin-bottom: 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .modal-specs span:last-child { grid-column: 1 / -1; } .modal-specs small, .modal-specs strong { display: block; font-family: var(--mono); text-transform: uppercase; } .modal-specs small { color: var(--muted); font-size: 16px; } .modal-specs strong { font-size: 16px; } .modal-content p { margin-bottom: 1.5rem; color: var(--muted); font-size: 20px; line-height: 1.6; }
.whatsapp-float { position: fixed; z-index: 18; right: 24px; bottom: 24px; display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid rgba(255, 255, 255, .78); border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .46); } .whatsapp-float svg { width: 32px; height: 32px; fill: currentColor; }

@media (max-width: 850px) {
  .hero { display: block; min-height: clamp(560px, 79svh, 720px); height: auto; padding-top: var(--header-height); padding-bottom: 3rem; background-image: linear-gradient(180deg, rgba(5, 5, 5, .4), var(--black)), url("imagens/image8.png"); background-position: center; background-size: cover; } .hero-copy { margin-left: 16px; padding-bottom: 0; } .hero h1 { margin-bottom: 2rem; font-size: clamp(4rem, 18vw, 6rem); } .hero-lede { margin-bottom: 1.8rem; font-size: 14px; line-height: 1.35; } .hero-actions { gap: 1.5rem; } .hero-actions .button { width: 159px; min-height: 66px; padding: .8rem 1rem; justify-content: space-between; gap: .5rem; font-size: 16px; line-height: 1.15; } .hero-actions .text-link { max-width: 104px; line-height: 1.4; } .hero-visual { display: none; } .hero-meta { margin-top: 3.2rem; font-size: 14px; } .hero-watermark { width: 82vw; opacity: .06; } .scroll-hint { bottom: 1.4rem; left: calc(1.25rem + 16px); }
  .manifesto { display: block; min-height: 0; padding-top: 4rem; padding-bottom: 5rem; } .manifesto-copy { display: block; } .manifesto .body-copy { margin-top: 2rem; } .manifesto-mark { margin: 3rem 0 0 auto; }
  .works, .specialties, .flash-section, .process, .about, .care, .final-cta { padding-top: 5rem; padding-bottom: 5rem; } .section-heading { display: block; margin-bottom: 1.8rem; } .section-heading > .text-link, .heading-note { display: inline-flex; margin-top: 2rem; } .section-heading h2, .process-heading h2, .about-copy h2, .care-intro h2 { font-size: clamp(3.25rem, 15vw, 5.4rem); } .display-line { font-size: clamp(3.3rem, 14vw, 5.3rem); }
  .work-grid { gap: 10px; } .work-card { flex-basis: min(76vw, 290px); width: min(76vw, 290px); height: min(130vw, 520px); } .work-overlay { right: .8rem; bottom: .8rem; left: .8rem; } .work-overlay strong { font-size: 1.25rem; } .work-carousel-controls { right: 4px; left: 4px; }
  .specialty { grid-template-columns: 38px 1fr 25px; padding: 1.5rem 0; } .specialty p { grid-column: 2; margin-top: -.7rem; } .specialty-arrow { grid-column: 3; grid-row: 1; }
  .flash-section, .process, .care { display: block; } .flash-intro { margin-bottom: 3rem; } .flash-grid { gap: 8px; } .flash-art { height: 190px; } .flash-art span { font-size: 5rem; } .flash-info { padding: .75rem; } .flash-info h3 { font-size: 1.25rem; } .flash-bottom { display: block; } .flash-bottom strong, .flash-open { display: block; margin-top: .6rem; }
  .process-steps, .care-list { margin-top: 3rem; } .process-step { grid-template-columns: 40px 1fr; gap: .75rem; } .process-step p { grid-column: 2; } .about { display: block; } .about-visual { min-height: 400px; margin-bottom: 3.5rem; } .about-image { transform: scale(.92) rotate(-1deg); }
  .care-item { grid-template-columns: 35px 1fr 20px; } .care-answer { grid-column: 2 / -1; } .final-cta h2 { font-size: clamp(4.3rem, 18vw, 7rem); } .site-footer { display: block; padding-top: 3.5rem; } .footer-links { margin-top: 3rem; gap: 1rem; } .footer-links div:last-child { grid-column: 1 / -1; margin-top: 1rem; } .footer-bottom { margin-top: 3rem; line-height: 1.7; }
  .modal-dialog { display: block; max-height: 92vh; } .modal-art { min-height: 230px; } .modal-content { padding: 2rem 1.25rem 1.5rem; } .modal-content h2 { font-size: 3rem; }
  .mobile-sticky-cta { position: fixed; z-index: 19; right: 24px; bottom: 18px; left: 24px; display: flex; align-items: center; justify-content: space-between; padding: .65rem 1.1rem; background: var(--green); color: var(--black); box-shadow: 0 8px 25px rgba(0, 0, 0, .4); font: 16px var(--mono); letter-spacing: .08em; text-transform: uppercase; } .mobile-sticky-cta span { font-size: 1rem; } .whatsapp-float { right: 28px; bottom: 67px; width: 46px; height: 46px; } .whatsapp-float svg { width: 25px; height: 25px; }
}
@media (max-width: 420px) { .hero-actions { flex-wrap: wrap; gap: 1.2rem; } .filter-row, .flash-tabs { gap: 1rem; overflow-x: auto; } .filter, .flash-tab { flex: 0 0 auto; white-space: nowrap; } .flash-info > div:first-child { align-items: flex-start; flex-direction: column; gap: .5rem; } .footer-links { grid-template-columns: 1fr; } }

/* Mobile refinements */
@media (max-width: 850px) {
  .hero {
    display: block;
    min-height: clamp(500px, 68svh, 620px);
    height: auto;
    padding-top: var(--header-height);
    padding-bottom: 3rem;
    overflow: hidden;
    isolation: isolate;
    background-color: var(--black);
    background-image: url("imagens/image8.png");
    background-position: center;
    background-size: cover;
  }

  .hero::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, .98) 0%,
        rgba(5, 5, 5, .92) 33%,
        rgba(5, 5, 5, .55) 61%,
        rgba(5, 5, 5, .9) 100%
      );
    content: "";
    pointer-events: none;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin-left: 0;
    padding-top: 4rem;
    padding-bottom: 0;
    min-width: 0;
  }

  .hero .eyebrow {
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .12em;
  }

  .hero .eyebrow-line {
    width: 30px;
    flex: 0 0 30px;
  }

  .hero h1 {
    margin-bottom: 2rem;
    font-size: clamp(4.5rem, 20vw, 6.5rem);
  }

  .hero-lede {
    max-width: 180px;
    margin-bottom: 1.8rem;
    font-size: 14px;
    line-height: 1.35;
  }

  .hero-actions {
    gap: 1.5rem;
    margin-top: .25rem;
  }

  .hero-actions .button {
    width: 159px;
    min-height: 66px;
    padding: .8rem 1rem;
    justify-content: space-between;
    gap: .5rem;
    font-size: 16px;
    line-height: 1.15;
  }

  .hero-actions .text-link {
    max-width: 104px;
    line-height: 1.4;
  }

  .hero-visual,
  .hero-meta,
  .scroll-hint {
    display: none;
  }

  .hero-watermark {
    position: absolute;
    z-index: 1;
    display: block;
    width: 72vw;
    opacity: .05;
  }

  .manifesto {
    display: block;
    min-width: 0;
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .manifesto-copy {
    display: block;
    min-width: 0;
  }

  .manifesto .body-copy {
    margin-top: 2rem;
  }

  .manifesto-mark {
    margin: 3rem 0 0 auto;
  }

  .works,
  .specialties,
  .flash-section,
  .process,
  .about,
  .care,
  .final-cta {
    min-width: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-heading {
    display: block;
    min-width: 0;
    margin-bottom: 1.8rem;
  }

  .section-heading > .text-link,
  .heading-note {
    display: inline-flex;
    margin-top: 2rem;
  }

  .section-heading h2,
  .process-heading h2,
  .about-copy h2,
  .care-intro h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .display-line {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: clamp(2.9rem, 13vw, 5rem);
  }

  .work-grid {
    gap: 10px;
  }

  .work-carousel-viewport {
    touch-action: pan-y;
    user-select: none;
  }

  .work-carousel-viewport.is-dragging {
    cursor: grabbing;
  }

  .work-card {
    flex-basis: min(76vw, 290px);
    width: min(76vw, 290px);
    height: min(130vw, 520px);
  }

  .work-overlay {
    right: .8rem;
    bottom: .8rem;
    left: .8rem;
  }

  .work-overlay strong {
    font-size: 1.25rem;
  }

  .work-carousel-controls {
    right: 4px;
    left: 4px;
  }

  .specialty {
    min-width: 0;
    grid-template-columns: 38px 1fr 25px;
    padding: 1.5rem 0;
  }

  .specialty h3,
  .care-item strong {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .specialty p {
    grid-column: 2;
    margin-top: -.7rem;
  }

  .specialty-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .flash-section,
  .process,
  .care {
    display: block;
  }

  .flash-grid {
    min-width: 0;
    gap: 8px;
  }

  .flash-intro {
    margin-bottom: 3rem;
  }

  .flash-art {
    height: 190px;
  }

  .flash-art span {
    font-size: 5rem;
  }

  .flash-info {
    padding: .75rem;
  }

  .flash-info h3 {
    font-size: 1.25rem;
  }

  .flash-bottom {
    display: block;
  }

  .flash-bottom strong,
  .flash-open {
    display: block;
    margin-top: .6rem;
  }

  .process-steps,
  .care-list {
    margin-top: 3rem;
  }

  .process-step {
    grid-template-columns: 40px 1fr;
    gap: .75rem;
  }

  .process-step p {
    grid-column: 2;
  }

  .about {
    display: block;
  }

  .about-visual {
    min-height: 400px;
    margin-bottom: 3.5rem;
  }

  .about-image {
    transform: scale(.92) rotate(-1deg);
  }

  .care-item {
    min-width: 0;
    grid-template-columns: 35px 1fr 20px;
  }

  .care-answer {
    grid-column: 2 / -1;
  }

  .final-cta h2 {
    font-size: clamp(4.3rem, 18vw, 7rem);
  }

  .site-footer {
    display: block;
    min-width: 0;
    padding-top: 3.5rem;
  }

  .footer-links {
    margin-top: 3rem;
    gap: 1rem;
  }

  .footer-links div:last-child {
    grid-column: 1 / -1;
    margin-top: 1rem;
  }

  .footer-bottom {
    margin-top: 3rem;
    line-height: 1.7;
  }

  .modal-dialog {
    display: block;
    max-height: 92vh;
  }

  .modal-art {
    min-height: 230px;
  }

  .modal-content {
    padding: 2rem 1.25rem 1.5rem;
  }

  .modal-content h2 {
    font-size: 3rem;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 19;
    right: 24px;
    bottom: 18px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: .55rem 1.1rem;
    background: var(--green);
    color: var(--black);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .4);
    font: 14px var(--mono);
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mobile-sticky-cta span {
    font-size: 1rem;
  }

  .whatsapp-float {
    right: 28px;
    bottom: 68px;
    width: 46px;
    height: 46px;
  }

  .whatsapp-float svg {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 420px) {
  .hero-actions {
    flex-wrap: wrap;
    gap: 1.2rem;
  }

  .filter-row,
  .flash-tabs {
    gap: 1rem;
    overflow-x: auto;
  }

  .filter,
  .flash-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .flash-info > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: .5rem;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

/* Anchor spacing for the fixed top navigation */
#trabalhos,
#flashes,
#sobre,
#cuidados {
  scroll-margin-top: 6rem;
}

/* Tighter vertical rhythm on desktop */
@media (min-width: 851px) {
  .works,
  .specialties,
  .flash-section,
  .process,
  .about,
  .care,
  .final-cta {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .manifesto {
    min-height: 360px;
  }

  .about {
    min-height: 480px;
  }
}

/* Lower the hero photo on mobile */
@media (max-width: 850px) {
  .hero {
    background-position: center calc(50% + 35px);
  }
}


/* Hide the hero booking button on mobile */
@media (max-width: 850px) {
  .hero-actions .button {
    display: none;
  }

  .hero-actions {
    justify-content: flex-start;
  }
}


/* Mobile hero photo visibility and section separation */
@media (max-width: 850px) {
  .hero {
    min-height: clamp(620px, 74svh, 700px);
    background-size: auto 112%;
    background-position: center calc(50% + 20px);
  }

  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, .82) 0%,
        rgba(5, 5, 5, .66) 34%,
        rgba(5, 5, 5, .3) 68%,
        rgba(5, 5, 5, .72) 100%
      );
  }

  .hero-actions .button {
    display: none !important;
  }

  .manifesto {
    padding-top: 5rem;
  }
}


/* Lighter mobile hero overlay */
@media (max-width: 850px) {
  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, .7) 0%,
        rgba(5, 5, 5, .52) 34%,
        rgba(5, 5, 5, .2) 68%,
        rgba(5, 5, 5, .6) 100%
      );
  }
}


/* Stronger mobile hero overlay */
@media (max-width: 850px) {
  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, .88) 0%,
        rgba(5, 5, 5, .74) 34%,
        rgba(5, 5, 5, .42) 68%,
        rgba(5, 5, 5, .8) 100%
      );
  }
}


/* Keep the mobile watermark fixed at the viewport center */
@media (max-width: 850px) {
  .hero-watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 72vw;
    transform: translate(-50%, -50%) rotate(-9deg);
  }
}


/* Mobile hero layers: watermark behind the photo */
@media (max-width: 850px) {
  .hero {
    background-color: var(--black);
    background-image: none;
  }

  .hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url("imagens/image8.png");
    background-position: center calc(50% + 20px);
    background-size: auto 112%;
    content: "";
  }

  .hero::before {
    z-index: 2;
  }

  .hero-watermark {
    z-index: 0;
  }

  .hero-copy {
    z-index: 3;
  }
}


/* Keep watermark visible over section backgrounds, below their content */
@media (max-width: 850px) {
  .hero {
    isolation: auto;
  }

  .hero-watermark {
    position: fixed;
    z-index: 1;
  }

  main > section:not(.hero) > * {
    position: relative;
    z-index: 2;
  }
}


/* Emphasize the mobile hero portfolio link */
@media (max-width: 850px) {
  .hero-actions .text-link {
    max-width: 132px;
    padding-bottom: .6rem;
    border-bottom-width: 2px;
    border-color: var(--turquoise);
    color: var(--turquoise);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .08em;
  }

  .hero-actions .text-link span {
    color: var(--green);
    font-size: 1.2rem;
  }
}


@media (max-width: 850px) {
  .hero-actions .text-link {
    border-color: rgba(213, 222, 231, .75);
    color: var(--white);
  }
}


/* WhatsApp floating icon */
.whatsapp-float {
  border: 3px solid rgba(238, 242, 241, .9);
  background: radial-gradient(circle at 34% 25%, #39dc84 0%, #25d366 48%, #18bf5a 100%);
  box-shadow: 0 6px 0 rgba(76, 82, 86, .2), 0 12px 20px rgba(0, 0, 0, .25);
}

.whatsapp-float svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
}

@media (max-width: 850px) {
  .whatsapp-float {
    right: 22px;
    bottom: 74px;
    width: 60px;
    height: 60px;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

/* Stronger and lower mobile portfolio link */
@media (max-width: 850px) {
  .hero-actions .text-link {
    margin-top: 1.5rem;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .85);
  }

  .hero-actions .text-link span {
    text-shadow: 0 2px 8px rgba(0, 0, 0, .75);
  }
}


/* Remove a seta dos trabalhos recentes no mobile */
@media (max-width: 850px) {
  .work-overlay i { display: none; }
}


@media (max-width: 850px) {
  .work-carousel-controls { display: none; }
}
