:root {
  --ink: #11100f;
  --paper: #f5f0e8;
  --cream: #ebe3d8;
  --orange: #f05b31;
  --line: rgba(17, 16, 15, 0.16);
}

/* Base independente de frameworks, incluindo os ajustes para navegadores móveis. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
h1, h2, h3, p, figure, blockquote { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
section[id] { scroll-margin-top: 20px; }
.hero > *, .intro > *, .section-heading > *, .service-story > *,
.contact > *, .footer > *, .collections-grid > * { min-width: 0; }

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
}
.brand { width: 144px; height: 48px; overflow: hidden; background: #050505; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.site-header nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); font-size: 13px; }
.site-header nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; transition: color .2s ease; }
.site-header nav a:hover { color: var(--orange); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; justify-self: end; padding: 5px 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-cta span { margin-left: 6px; color: var(--orange); }

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 44% 56%;
  overflow: hidden;
}
.hero-copy { padding: clamp(54px, 8vh, 92px) 4vw 42px 7vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 7vh; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(62px, 7.4vw, 116px); font-weight: 400; letter-spacing: -.065em; line-height: .82; }
.hero h1 em { color: var(--orange); font-weight: 400; }
.hero-description { max-width: 480px; margin: 42px 0 0; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; color: #4f4943; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 36px; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 48px; max-width: 100%; gap: 20px; padding: 17px 21px; background: var(--orange); color: #fff; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: #d84a23; }
.primary-button span { font-size: 18px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link span { margin-left: 8px; color: var(--orange); }
.hero-proof { display: flex; gap: 20px; align-items: center; margin-top: 10vh; }
.hero-proof strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.hero-proof strong span { display: block; margin-top: 2px; color: var(--orange); font-family: Arial, sans-serif; font-size: 8px; letter-spacing: 2px; }
.hero-proof p { margin: 0; padding-left: 20px; border-left: 1px solid var(--line); color: #6b635c; font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.hero-gallery { position: relative; min-height: 720px; background: #d7cabe; }
.hero-image { position: absolute; margin: 0; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; filter: saturate(.8) contrast(.97); transition: transform .6s ease; }
.hero-image:hover img { transform: scale(1.025); }
.hero-image-main { inset: 0 26% 0 0; }
.hero-image-main img { object-position: 50% 45%; }
.hero-image-small { top: 10%; right: 0; width: 30%; height: 50%; border: 10px solid var(--paper); border-right: 0; }
.hero-image figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 28px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.62)); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-stamp { position: absolute; right: 3%; bottom: 5%; width: 178px; height: 178px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 50%; background: var(--orange); color: #fff; transform: rotate(-7deg); }
.hero-stamp > span { font-family: Georgia, serif; font-size: 68px; line-height: 1; }
.hero-stamp small { font-size: 9px; font-weight: 700; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.marquee {
  --marquee-gap: clamp(22px, 3vw, 52px);
  overflow: hidden;
  padding: 24px 0;
  background: var(--orange);
  color: #fff;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-right 28s linear infinite;
}
.marquee-group {
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  align-items: center;
  gap: var(--marquee-gap);
  min-width: 100vw;
  padding-inline: calc(var(--marquee-gap) / 2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(23px, 2.2vw, 36px);
  font-style: italic;
}
.marquee-group > span { display: inline-flex; align-items: center; gap: var(--marquee-gap); white-space: nowrap; }
.marquee i { font-family: Arial, sans-serif; font-size: 13px; font-style: normal; }
.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track { animation-play-state: paused; }
.marquee:focus-visible { outline-offset: -4px; outline-color: var(--ink); }

/* Os dois grupos têm a mesma largura para a repetição não dar saltos. */
@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.intro {
  display: grid;
  grid-template-columns: 2fr 6.5fr 3.5fr;
  gap: 5vw;
  padding: clamp(100px, 12vw, 180px) 6vw;
  background: var(--paper);
}
.section-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-label span { color: var(--orange); }
.section-label.light { color: #bcb7b2; }
.intro-kicker { margin: 0 0 18px; color: var(--orange); font-size: 13px; font-weight: 700; }
.intro h2,
.section-heading h2,
.service-copy h2,
.contact-intro h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .98;
}
.intro h2 { max-width: 860px; font-size: clamp(48px, 6vw, 92px); }
.intro h2 em,
.section-heading h2 em,
.service-copy h2 em,
.contact-intro h2 em { color: var(--orange); font-weight: 400; }
.intro-detail { align-self: end; padding-bottom: 10px; }
.intro-detail p { margin: 0 0 34px; color: #5b544e; font-size: 15px; line-height: 1.75; }
.intro-detail a,
.google-link { display: inline-flex; align-items: center; min-height: 44px; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.intro-detail a span,
.google-link span { color: var(--orange); }

.collections { padding: clamp(100px, 10vw, 150px) 6vw; background: var(--ink); color: #fff; }
.section-heading { display: grid; grid-template-columns: 2.2fr 6.5fr 3.3fr; align-items: end; gap: 4vw; margin-bottom: 72px; }
.section-heading h2 { font-size: clamp(44px, 5vw, 78px); }
.section-heading > p { margin: 0; color: #a9a5a1; font-size: 14px; line-height: 1.7; }
.collections-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, minmax(350px, 37vw)); gap: 14px; }
.collection-card { position: relative; grid-column: 7 / 13; overflow: hidden; min-height: 350px; background: #282624; }
.collection-card:nth-child(2) { grid-row: 1; }
.collection-card:nth-child(3) { grid-column: 7 / 10; grid-row: 2; }
.collection-card:nth-child(4) { grid-column: 10 / 13; grid-row: 2; }
.collection-card.collection-large { grid-column: 1 / 7; grid-row: 1 / 3; }
.collection-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,.61,.36,1), filter .4s ease; }
.collection-card:nth-child(2) img { object-position: 50% 58%; }
.collection-card:nth-child(4) img { object-position: 50% 55%; }
.collection-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 35%, rgba(0,0,0,.82)); }
.collection-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.collection-number { position: absolute; top: 24px; left: 24px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 9px; }
.collection-content { position: absolute; left: 26px; right: 24px; bottom: 88px; overflow-wrap: anywhere; }
.collection-content h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: clamp(26px, 2.4vw, 42px); font-weight: 400; }
.collection-content p { margin: 0; max-width: 320px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.collection-card > a { position: absolute; right: 24px; bottom: 26px; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 19px; transition: transform .2s ease; }
.collection-card > a:hover { transform: rotate(8deg) scale(1.08); }

.service-story { display: grid; grid-template-columns: 48% 52%; background: #171614; color: #fff; }
.service-photo { position: relative; min-height: 860px; }
.service-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-note { position: absolute; left: 36px; bottom: 34px; padding: 15px 18px; background: rgba(245,240,232,.92); color: var(--ink); font-size: 9px; font-weight: 700; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.photo-note span { color: var(--orange); }
.service-copy { padding: clamp(75px, 8vw, 126px) clamp(42px, 8vw, 120px); }
.service-copy h2 { margin-top: 56px; font-size: clamp(46px, 5vw, 78px); }
.service-copy > p { max-width: 540px; margin: 36px 0 48px; color: #a9a5a1; font-size: 15px; line-height: 1.75; }
.service-copy ul { margin: 0 0 50px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.service-copy li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-copy li b { color: var(--orange); font-size: 10px; }
.service-copy li span { color: #aaa6a2; font-size: 12px; line-height: 1.5; }
.service-copy li strong { display: block; margin-bottom: 5px; color: #fff; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.outline-button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 48px; max-width: 100%; gap: 24px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.outline-button span { color: var(--orange); font-size: 18px; }
.outline-button:hover { background: #fff; color: var(--ink); }

.testimonials { padding: clamp(100px, 11vw, 160px) 6vw; background: #e9e0d5; }
.testimonials-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 70px; }
.rating-lockup { display: grid; grid-template-columns: auto auto; column-gap: 14px; align-items: center; }
.rating-lockup strong { grid-row: 1 / 3; font-family: Georgia, serif; font-size: 62px; font-weight: 400; line-height: 1; }
.rating-lockup > span { align-self: end; color: var(--orange); font-size: 11px; letter-spacing: 2px; }
.rating-lockup small { color: #6e665f; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial-grid blockquote { display: flex; flex-direction: column; min-height: 390px; margin: 0; padding: 34px clamp(26px, 3vw, 50px); border-right: 1px solid var(--line); }
.testimonial-grid blockquote:last-child { border-right: 0; }
.quote-mark { color: var(--orange); font-family: Georgia, serif; font-size: 74px; line-height: .7; }
.testimonial-grid blockquote > p { flex: 1; margin: 30px 0 50px; font-family: Georgia, serif; font-size: clamp(22px, 2.1vw, 32px); line-height: 1.25; letter-spacing: -.02em; }
.testimonial-grid footer { display: flex; gap: 18px; align-items: center; }
.testimonial-grid footer > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 9px; }
.testimonial-grid cite { font-style: normal; font-size: 11px; font-weight: 700; }
.testimonial-grid cite small { display: block; margin-top: 4px; color: #847b73; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.google-link { margin-top: 42px; }

.instagram-section { padding: 94px 6vw 110px; background: var(--paper); }
.instagram-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; color: #766d66; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.orange-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--orange); }
.instagram-heading h2 { margin: 10px 0 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 72px); font-weight: 400; letter-spacing: -.04em; text-transform: none; }
.instagram-heading > a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding-bottom: 7px; border-bottom: 1px solid var(--line); color: var(--ink); }
.instagram-heading > a span { color: var(--orange); }
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.instagram-grid a { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #d8d0c6; }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.instagram-grid a:first-child img { object-position: 50% 45%; }
.instagram-grid a:hover img { transform: scale(1.035); }
.instagram-grid a::after { content: '@moveis.unique ↗'; position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px 13px; background: rgba(17,16,15,.82); color: #fff; font-size: 9px; letter-spacing: .1em; opacity: 0; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; }
.instagram-grid a:hover::after { opacity: 1; transform: translateY(0); }

.contact { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--orange); color: #fff; }
.contact-intro { padding: clamp(76px, 9vw, 130px) 7vw; }
.contact-intro .section-label.light { color: rgba(255,255,255,.68); }
.contact-intro .section-label span { color: #fff; }
.contact-intro h2 { margin-top: 58px; font-size: clamp(49px, 5.4vw, 82px); }
.contact-intro h2 em { color: var(--ink); }
.contact-intro > p { max-width: 460px; margin: 34px 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.7; }
.contact-intro .primary-button { background: var(--ink); }
.contact-intro .primary-button:hover { background: #312e2a; }
.contact-details { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(70px, 8vw, 110px) 7vw; background: var(--paper); color: var(--ink); }
.contact-row { position: relative; padding: 36px 0; border-top: 1px solid var(--line); }
.contact-row > span,
.contact-row > div > span { display: block; margin-bottom: 18px; color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-row p { margin: 0; font-family: Georgia, serif; font-size: clamp(26px, 2.7vw, 40px); line-height: 1.32; }
.contact-row > a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 16px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.contact-row.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; border-bottom: 1px solid var(--line); }
.contact-row.split div { display: flex; flex-direction: column; align-items: flex-start; }
.contact-row.split a { display: inline-flex; align-items: center; min-height: 44px; padding-bottom: 6px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 19px; }

.footer { display: grid; grid-template-columns: 1fr 1fr; padding: 80px 6vw 28px; background: #0d0c0b; color: #fff; }
.footer-brand img { width: 190px; height: 62px; object-fit: cover; }
.footer-brand p { margin: 26px 0 0; color: #898581; font-size: 12px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links span { margin-bottom: 8px; color: #716d69; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; font-family: Georgia, serif; font-size: 18px; transition: color .2s ease; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 76px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #716d69; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.floating-whatsapp { position: fixed; z-index: 20; right: max(22px, env(safe-area-inset-right)); bottom: calc(22px + env(safe-area-inset-bottom)); display: flex; align-items: center; min-height: 48px; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.18); font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); background: var(--orange); }

@media (max-width: 1100px) {
  .site-header { gap: 20px; padding-inline: 24px; }
  .site-header nav { gap: 16px; }
  .hero-image-small figcaption { flex-direction: column; gap: 6px; padding: 16px; }
  .intro { grid-template-columns: 1fr 4fr; }
  .intro-detail { grid-column: 2; max-width: 520px; }
  .section-heading { grid-template-columns: 1fr 4fr; }
  .section-heading > p { grid-column: 2; max-width: 580px; }
  .collections-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: auto; }
  .collection-card,
  .collection-card:nth-child(2),
  .collection-card:nth-child(3),
  .collection-card:nth-child(4),
  .collection-card.collection-large { grid-column: auto; grid-row: auto; min-height: 380px; aspect-ratio: 4 / 5; }
  .service-story { grid-template-columns: 1fr; }
  .service-photo { min-height: 0; height: clamp(360px, 60vw, 620px); }
  .service-copy { padding: 72px 6vw; }
  .contact-row.split { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 800px) {
  :root { --mobile-gutter: clamp(20px, 5vw, 32px); }
  html { scroll-padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 4px 16px;
    padding: 12px var(--mobile-gutter) 0;
  }
  .brand { width: 124px; height: 44px; }
  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    margin-top: 8px;
    border-top: 1px solid var(--line);
  }
  .site-header nav a { min-height: 48px; padding-block: 8px; font-size: 13px; line-height: 1.3; text-align: center; }
  .header-cta { grid-column: 2; grid-row: 1; font-size: 14px; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 40px var(--mobile-gutter); }
  .eyebrow { margin-bottom: 30px; font-size: 11px; letter-spacing: .12em; }
  .eyebrow span { flex-shrink: 0; }
  .hero h1 { font-size: clamp(60px, 15.5vw, 92px); line-height: .95; }
  .hero-description { margin-top: 26px; font-size: 17px; }
  .hero-actions { margin-top: 26px; gap: 16px 24px; }
  .primary-button, .outline-button { font-size: 15px; }
  .text-link { font-size: 14px; }
  .hero-proof { gap: 16px; margin-top: 28px; }
  .hero-proof p { padding-left: 16px; font-size: 12px; }
  .hero-proof strong span { font-size: 10px; }
  .hero-gallery { min-height: 0; height: clamp(320px, 90vw, 540px); }
  .hero-image-main { right: 18%; }
  .hero-image-small { width: 36%; height: 50%; }
  .hero-stamp { width: 130px; height: 130px; right: 5%; bottom: 18%; }
  .hero-stamp > span { font-size: 48px; }
  .hero-stamp small { font-size: 8px; }
  .intro { grid-template-columns: 1fr; gap: 28px; padding: 64px var(--mobile-gutter); }
  .intro-detail { grid-column: auto; max-width: 520px; }
  .intro-detail p { font-size: 16px; margin-bottom: 20px; }
  .intro-detail a, .google-link { font-size: 14px; }
  .section-label { font-size: 11px; gap: 10px; padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .section-heading > p { grid-column: auto; }
  .section-heading > p, .service-copy > p, .contact-intro > p { font-size: 16px; }
  .collections { padding: 64px var(--mobile-gutter); }
  .collection-content { left: 20px; right: 20px; }
  .collection-content h3 { font-size: 28px; line-height: 1.15; }
  .collection-content p { font-size: 14px; color: rgba(255,255,255,.9); }
  .collection-card > a { width: 48px; height: 48px; right: 20px; bottom: 20px; }
  .service-photo { height: clamp(320px, 85vw, 520px); }
  .photo-note { left: 20px; bottom: 20px; font-size: 10px; }
  .service-copy { padding: 64px var(--mobile-gutter); }
  .service-copy h2 { margin-top: 28px; }
  .service-copy > p { margin: 26px 0 30px; }
  .service-copy ul { margin-bottom: 28px; }
  .service-copy li { grid-template-columns: 28px minmax(0, 1fr); gap: 12px; }
  .service-copy li span { font-size: 14px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { min-height: 0; padding: 30px 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .testimonial-grid blockquote:last-child { border-bottom: 0; }
  .testimonial-grid blockquote > p { margin: 20px 0 28px; font-size: 26px; }
  .testimonial-grid cite { font-size: 13px; }
  .testimonial-grid cite small { font-size: 10px; }
  .testimonials { padding: 64px var(--mobile-gutter); }
  .testimonials-top { gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
  .rating-lockup small { font-size: 11px; }
  .instagram-section { padding: 64px var(--mobile-gutter); }
  .instagram-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 24px; }
  .instagram-heading h2 { font-size: clamp(32px, 8vw, 54px); overflow-wrap: anywhere; }
  .instagram-heading > a { font-size: 12px; }
  .instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .contact { min-height: 0; grid-template-columns: 1fr; }
  .contact-intro { padding: 64px var(--mobile-gutter); }
  .contact-details { padding: 40px var(--mobile-gutter); }
  .contact-intro h2 { margin-top: 28px; }
  .contact-row p { font-size: clamp(23px, 5.5vw, 36px); overflow-wrap: anywhere; }
  .contact-row > span, .contact-row > div > span { font-size: 11px; margin-bottom: 12px; }
  .contact-row.split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .footer { grid-template-columns: 1fr; padding: 48px var(--mobile-gutter) calc(100px + env(safe-area-inset-bottom)); }
  .footer-links { margin-top: 32px; gap: 24px; }
  .footer-links div { gap: 4px; }
  .footer-links span { font-size: 11px; color: #aaa49e; }
  .footer-brand p { font-size: 14px; }
  .footer-bottom { gap: 12px; align-items: flex-start; flex-direction: column; margin-top: 32px; font-size: 10px; color: #aaa49e; }
  .floating-whatsapp { right: max(16px, env(safe-area-inset-right)); bottom: calc(12px + env(safe-area-inset-bottom)); }
}

@media (max-width: 600px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .primary-button, .outline-button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-image-main { right: 0; }
  .hero-image-small { display: none; }
  .marquee { padding-block: 20px; }
  .intro h2, .section-heading h2, .service-copy h2, .contact-intro h2 { font-size: clamp(36px, 9.8vw, 54px); line-height: 1.08; }
  .collections-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .collection-card,
  .collection-card:nth-child(2),
  .collection-card:nth-child(3),
  .collection-card:nth-child(4),
  .collection-card.collection-large { min-height: 340px; aspect-ratio: 4 / 5; }
  .collection-content h3 { font-size: clamp(28px, 7vw, 36px); }
  .testimonials-top { flex-direction: column; }
  .contact-row.split { grid-template-columns: 1fr; }
  .floating-whatsapp { left: max(16px, env(safe-area-inset-left)); justify-content: center; min-height: 52px; font-size: 15px; }
}

@media (hover: hover) {
  .instagram-grid a:focus-visible::after { opacity: 1; transform: translateY(0); }
}

@media (hover: none) {
  .primary-button:hover, .outline-button:hover, .floating-whatsapp:hover,
  .collection-card > a:hover, .hero-image:hover img, .collection-card:hover img,
  .instagram-grid a:hover img { transform: none; }
}

@media (max-width: 800px) and (orientation: landscape) {
  .site-header { padding-left: max(var(--mobile-gutter), env(safe-area-inset-left)); padding-right: max(var(--mobile-gutter), env(safe-area-inset-right)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .marquee-track { width: 100%; animation: none; transform: none; }
  .marquee-group { width: 100%; min-width: 0; flex-wrap: wrap; justify-content: center; gap: 12px 24px; }
  .marquee-group[aria-hidden="true"], .marquee i { display: none; }
}
