:root {
  --header-height: 96px;
  --page-pad: clamp(24px, 5.5vw, 92px);
  --sage: #75806b;
  --sage-deep: #38483f;
  --sage-soft: #dfe4d8;
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
.quote p,
.services li,
.faq summary {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: -0.055em;
  font-weight: 500;
}

h2 {
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.92;
}

h3 {
  letter-spacing: -0.045em;
}

em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.eyebrow,
.hero-copy > p,
.project div > p {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header-height);
  padding: 0 var(--page-pad);
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  backdrop-filter: none;
  transition:
    height 420ms ease,
    color 420ms ease,
    background-color 420ms ease,
    border-color 420ms ease,
    box-shadow 420ms ease;
}

header.scrolled,
header.open {
  height: 78px;
  color: var(--ink);
  background: rgba(244, 241, 235, 0.96);
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(23, 23, 23, 0.06);
  backdrop-filter: blur(16px);
}

.brand img {
  display: block;
  width: clamp(190px, 18vw, 270px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  transition: filter 420ms ease;
}

header:not(.scrolled):not(.open) .brand img {
  filter: brightness(0) invert(1);
}

header nav {
  gap: clamp(18px, 2.2vw, 38px);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

header nav a {
  position: relative;
  padding: 10px 0;
}

header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  transition: right 320ms ease;
}

header nav a:hover::after,
header nav a:focus-visible::after {
  right: 0;
}

.header-cta {
  border: 1px solid currentColor;
  padding: 12px 17px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background-color 280ms ease,
    color 280ms ease;
}

.header-cta:hover {
  color: var(--ink);
  background: #fff;
}

header.scrolled .header-cta:hover {
  color: #fff;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.hero img {
  width: 100%;
  height: 100svh;
  min-height: 720px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.015);
  animation: heroImageIn 1.5s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-media {
  display: block;
  width: 100%;
  height: 100svh;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(11, 16, 30, 0.79) 0%, rgba(11, 16, 30, 0.53) 31%, rgba(11, 16, 30, 0.06) 63%),
    linear-gradient(0deg, rgba(8, 11, 19, 0.74) 0%, transparent 36%);
}

.hero-copy {
  left: var(--page-pad);
  bottom: 18vh;
  width: min(810px, 56vw);
  animation: heroCopyIn 1s 180ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-copy h1 {
  margin: 0.18em 0 0.28em;
  font-size: clamp(60px, 6.7vw, 112px);
  line-height: 0.91;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero-copy h1 em {
  color: rgba(255, 255, 255, 0.69);
}

.hero-copy > span {
  width: min(540px, 88%);
  font-size: clamp(13px, 1vw, 16px);
  color: rgba(255, 255, 255, 0.82);
}

.hero-copy > div {
  margin-top: 30px;
}

.hero .button {
  color: var(--ink);
  background: rgba(244, 241, 235, 0.94);
}

.hero .button:hover {
  background: #fff;
}

.hero-facts {
  position: absolute;
  z-index: 3;
  left: var(--page-pad);
  right: var(--page-pad);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.hero-facts span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-facts b {
  color: var(--copper);
  font-weight: 600;
}

.hero-scroll {
  position: absolute;
  z-index: 4;
  right: var(--page-pad);
  bottom: 110px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: #fff;
  transition: transform 300ms ease;
}

.hero-scroll:hover {
  transform: translateY(5px);
}

.caption {
  right: calc(var(--page-pad) + 62px);
  bottom: 117px;
}

.button {
  padding: 16px 22px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 260ms ease,
    background-color 260ms ease,
    color 260ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  padding: clamp(110px, 12vw, 190px) var(--page-pad);
  background: var(--off);
}

.intro > .eyebrow {
  grid-column: 1 / 4;
  padding-top: 12px;
}

.intro > h2 {
  grid-column: 4 / 10;
  margin: 0;
}

.intro > div {
  grid-column: 10 / 13;
  align-self: end;
  max-width: none;
  padding-left: clamp(24px, 3vw, 52px);
  border-left: 1px solid var(--line);
}

.intro > div p:last-child {
  color: var(--muted);
}

.editorial-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: 690px;
  background: #fff;
}

.editorial-mosaic figure {
  grid-column: 1 / 5;
  margin: 0;
  overflow: hidden;
}

.editorial-mosaic figure img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.editorial-mosaic figure:hover img {
  transform: scale(1.025);
}

.mosaic-statement {
  grid-column: 5 / 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 6vw, 100px);
  background: var(--off);
}

.mosaic-statement h2 {
  margin: 0.35em 0;
  font-size: clamp(45px, 4.6vw, 78px);
}

.mosaic-statement > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
}

.mosaic-statement .text-link {
  align-self: flex-start;
  margin-top: 28px;
}

.mosaic-principles {
  grid-column: 10 / 13;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(44px, 5vw, 84px);
  list-style: none;
  background: #ebe5da;
}

.mosaic-principles li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid #cfc6b8;
}

.mosaic-principles b {
  font-size: 11px;
  color: var(--copper);
}

.mosaic-principles span {
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.projects {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2.4vw, 42px);
  padding: clamp(120px, 13vw, 210px) var(--page-pad);
}

.projects .section-head {
  grid-column: 1 / 9;
  padding: 0 0 clamp(70px, 8vw, 130px);
}

.project,
.project.reverse {
  display: block;
  margin: 0 0 clamp(80px, 11vw, 170px);
}

.project:nth-of-type(1) {
  grid-column: 1 / 8;
}

.project:nth-of-type(2) {
  grid-column: 8 / 13;
  margin-top: 12vw;
}

.project:nth-of-type(3) {
  grid-column: 3 / 11;
}

.project.reverse img,
.project.reverse div {
  grid-column: auto;
  grid-row: auto;
}

.project img {
  display: block;
  width: 100%;
  height: clamp(440px, 62vw, 860px);
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.project:nth-of-type(2) img {
  height: clamp(390px, 43vw, 650px);
}

.project:hover img {
  transform: scale(1.012);
}

.project div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  column-gap: 34px;
  padding: 26px 0 0;
}

.project div > p,
.project h3 {
  grid-column: 1;
}

.project h3 {
  margin: 0.08em 0;
  font-size: clamp(38px, 4vw, 66px);
}

.project span,
.project .case-open {
  grid-column: 2;
}

.project span {
  grid-row: 1 / span 2;
  color: var(--muted);
}

.project .case-open {
  justify-self: start;
  align-self: end;
}

.quote {
  padding: clamp(100px, 12vw, 190px) var(--page-pad);
  background: var(--ink);
}

.quote p {
  max-width: 1220px;
  font-size: clamp(58px, 7.4vw, 122px);
  line-height: 0.94;
}

.process {
  padding: clamp(100px, 11vw, 170px) var(--page-pad) 0;
  color: #fff;
  background: var(--ink);
}

.process .section-head {
  padding: 0 0 clamp(64px, 8vw, 120px);
}

.process .section-head h2 {
  max-width: 920px;
}

.process ol {
  margin: 0 calc(var(--page-pad) * -1);
  border-top-color: rgba(255, 255, 255, 0.22);
}

.process li {
  min-height: 300px;
  padding: 38px clamp(20px, 2.5vw, 42px);
  border-right-color: rgba(255, 255, 255, 0.18);
}

.process h3 {
  font-size: clamp(26px, 2.5vw, 42px);
}

.process p {
  color: rgba(255, 255, 255, 0.6);
}

.services {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: var(--off);
}

.services > div {
  grid-column: 1 / 7;
  padding: clamp(80px, 9vw, 150px) var(--page-pad);
  color: #fff;
  background: var(--blue);
}

.services > div h2 {
  font-size: clamp(54px, 6vw, 96px);
}

.services ul {
  grid-column: 7 / 13;
  align-self: center;
  padding: clamp(64px, 7vw, 112px);
}

.services li {
  padding: 24px 0;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.08;
}

.about {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: #fff;
}

.about > div:first-child {
  grid-column: 1 / 8;
  padding: clamp(90px, 10vw, 170px) var(--page-pad);
  background: #ebe5da;
}

.about > div:last-child {
  grid-column: 8 / 13;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(72px, 8vw, 132px);
}

.about p:not(.eyebrow) {
  color: var(--muted);
}

.faq {
  padding: clamp(110px, 12vw, 190px) var(--page-pad);
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 8vw, 140px);
}

.faq summary {
  font-size: clamp(22px, 2vw, 32px);
  letter-spacing: -0.035em;
}

.faq details {
  padding: 26px 0;
}

.content {
  padding: clamp(110px, 12vw, 190px) var(--page-pad);
  text-align: left;
}

.content h2 {
  max-width: 1100px;
}

.content p:last-child {
  margin: 30px 0 0 auto;
}

.contact {
  padding: clamp(100px, 11vw, 170px) var(--page-pad);
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(70px, 9vw, 150px);
}

.contact h2 {
  font-size: clamp(58px, 6.5vw, 104px);
}

.contact input,
.contact select,
.contact textarea {
  padding: 14px 0;
}

footer {
  padding: 70px var(--page-pad) 90px;
}

footer .brand img {
  filter: none;
}

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 850ms cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 850ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.process li.reveal:nth-child(2),
.mosaic-principles li.reveal:nth-child(2) {
  transition-delay: 90ms;
}

.process li.reveal:nth-child(3),
.mosaic-principles li.reveal:nth-child(3) {
  transition-delay: 180ms;
}

.process li.reveal:nth-child(4) {
  transition-delay: 270ms;
}

.process li.reveal:nth-child(5) {
  transition-delay: 360ms;
}

@keyframes heroImageIn {
  from { opacity: 0; transform: scale(1.07); }
  to { opacity: 1; transform: scale(1.015); }
}

@keyframes heroCopyIn {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  :root { --page-pad: clamp(24px, 4.5vw, 58px); }

  .intro > .eyebrow { grid-column: 1 / 4; }
  .intro > h2 { grid-column: 4 / 13; }
  .intro > div { grid-column: 4 / 11; margin-top: 54px; padding-left: 0; border-left: 0; }

  .editorial-mosaic figure { grid-column: 1 / 7; }
  .mosaic-statement { grid-column: 7 / 13; }
  .mosaic-principles { grid-column: 1 / 13; flex-direction: row; padding: 22px var(--page-pad); }
  .mosaic-principles li { flex: 1; border-right: 1px solid #cfc6b8; border-bottom: 0; padding: 24px; }

  .project div { grid-template-columns: 1fr; }
  .project span,
  .project .case-open { grid-column: 1; }
  .project span { grid-row: auto; }

  .process ol { grid-template-columns: repeat(3, 1fr); }
  .services > div { grid-column: 1 / 6; }
  .services ul { grid-column: 6 / 13; }
}

@media (max-width: 900px) {
  :root { --header-height: 76px; }

  header,
  header.scrolled,
  header.open {
    height: 76px;
    padding: 0 20px;
  }

  .brand img {
    width: 176px;
    height: 48px;
  }

  header nav,
  .header-cta {
    display: none;
  }

  .menu {
    display: block;
    padding: 10px 0;
    border: 0;
    color: inherit;
    background: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  header.open nav {
    position: fixed;
    inset: 76px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 48px 24px;
    color: var(--ink);
    background: var(--off);
  }

  header.open nav a {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    font-size: clamp(28px, 8vw, 48px);
    font-weight: 500;
    letter-spacing: -0.05em;
    text-transform: none;
  }

  .hero img {
    min-height: 700px;
    object-position: 68% center;
  }

  .hero-copy {
    left: 20px;
    bottom: 150px;
    width: calc(100% - 40px);
  }

  .hero-copy h1 {
    font-size: clamp(44px, 11.8vw, 68px);
    letter-spacing: -0.06em;
  }

  .hero-copy > span {
    width: min(460px, 100%);
  }

  .hero-copy > div {
    flex-direction: row;
    align-items: center;
  }

  .hero-facts {
    left: 20px;
    right: 20px;
  }

  .hero-facts span {
    min-height: 76px;
    padding: 14px 10px;
    gap: 7px;
    font-size: 8px;
  }

  .hero-scroll,
  .caption {
    display: none;
  }

  .intro {
    display: block;
    padding: 100px 20px;
  }

  .intro > h2 {
    margin-top: 45px;
  }

  .intro > div {
    margin-top: 48px;
  }

  .editorial-mosaic {
    display: grid;
    grid-template-columns: 1fr;
  }

  .editorial-mosaic figure,
  .mosaic-statement,
  .mosaic-principles {
    grid-column: 1;
  }

  .editorial-mosaic figure img {
    min-height: 66vh;
  }

  .mosaic-statement {
    padding: 80px 20px;
  }

  .mosaic-principles {
    padding: 10px 20px;
  }

  .projects {
    display: block;
    padding: 110px 20px;
  }

  .project,
  .project.reverse,
  .project:nth-of-type(1),
  .project:nth-of-type(2),
  .project:nth-of-type(3) {
    margin: 0 0 100px;
  }

  .project img,
  .project:nth-of-type(2) img {
    height: min(70vh, 680px);
  }

  .quote {
    padding: 100px 20px;
  }

  .process {
    padding: 100px 20px 0;
  }

  .process ol {
    grid-template-columns: 1fr 1fr;
    margin: 0 -20px;
  }

  .process li {
    min-height: 240px;
  }

  .services {
    display: block;
  }

  .services > div,
  .services ul {
    padding: 90px 20px;
  }

  .about {
    display: block;
  }

  .about > div:first-child,
  .about > div:last-child {
    padding: 90px 20px;
  }

  .faq,
  .contact {
    display: grid;
    grid-template-columns: 1fr;
    padding: 100px 20px;
  }

  .content {
    padding: 100px 20px;
  }

  footer {
    padding: 70px 20px 110px;
  }
}

@media (max-width: 560px) {
  .hero-copy {
    bottom: 132px;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 11.5vw, 54px);
  }

  .hero-copy > span {
    font-size: 12px;
  }

  .hero-copy > div {
    gap: 14px;
  }

  .hero .button {
    padding: 13px 15px;
  }

  .hero-facts span:nth-child(2) {
    display: none;
  }

  .hero-facts {
    grid-template-columns: 1fr 1fr;
  }

  .mosaic-principles {
    flex-direction: column;
  }

  .mosaic-principles li {
    border-right: 0;
    border-bottom: 1px solid #cfc6b8;
  }

  .process ol {
    grid-template-columns: 1fr;
  }

  .process li {
    min-height: auto;
  }

  .project img,
  .project:nth-of-type(2) img {
    height: 58vh;
  }

  .contact form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero img,
  .hero-copy {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Refinamento orgânico e conversão */
.intro > div .text-link,
.services-heading .text-link {
  display: inline-flex;
  margin-top: 28px;
}

.process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 calc(var(--page-pad) * -1);
  padding: 34px var(--page-pad);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.process-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.process-cta .button,
.faq-cta {
  flex: 0 0 auto;
  background: var(--copper);
}

.faq-cta {
  margin-top: 34px;
}

.services {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.services > .services-heading {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(84px, 9vw, 150px) var(--page-pad);
  color: #fff;
  background: var(--sage-deep);
  border-radius: 0 clamp(54px, 7vw, 128px) clamp(54px, 7vw, 128px) 0;
}

.services-media {
  grid-column: 6 / 13;
  grid-row: 1;
  min-height: clamp(420px, 52vw, 740px);
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 0 clamp(72px, 9vw, 150px);
  background: var(--sage-soft);
}

.services-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: translate3d(0, var(--scroll-shift, 0px), 0) scale(1.11);
  transition: transform 120ms linear;
  will-change: transform;
}

.services > ul {
  grid-column: 6 / 13;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
  padding: clamp(52px, 6vw, 92px);
}

.services li {
  border-bottom: 1px solid var(--line);
}

.project img,
.editorial-mosaic figure,
.story-media,
.story-gallery figure img {
  border-radius: clamp(24px, 4vw, 72px) clamp(10px, 1.8vw, 30px) clamp(34px, 6vw, 96px) clamp(10px, 2.5vw, 42px);
}

.project:nth-of-type(even) img,
.story-gallery figure:nth-of-type(even) img {
  border-radius: clamp(10px, 2vw, 34px) clamp(34px, 6vw, 96px) clamp(12px, 2vw, 36px) clamp(28px, 5vw, 82px);
}

.projects,
.faq,
.contact-invite {
  position: relative;
}

.projects::before,
.faq::before {
  content: "";
  position: absolute;
  top: -34px;
  left: -4%;
  width: 108%;
  height: 68px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: inherit;
}

.contact-invite .contact-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-action > p {
  margin: 0 auto;
}

@media (max-width: 900px) {
  :root { --header-height: 82px; }

  header,
  header.scrolled,
  header.open {
    top: max(10px, env(safe-area-inset-top));
    right: 12px;
    bottom: auto;
    left: 12px;
    width: auto;
    height: 58px;
    padding: 6px 7px 6px 12px;
    border: 1px solid rgba(185, 130, 104, 0.35);
    border-radius: 999px;
    color: #8d5f49;
    background: rgba(244, 241, 235, 0.94);
    box-shadow: 0 12px 34px rgba(23, 23, 23, 0.12);
    backdrop-filter: blur(16px);
  }

  header .brand { display: none; }

  header .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-right: auto;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #8d5f49;
    font-size: 10px;
  }

  .menu {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(141, 95, 73, 0.34);
    border-radius: 50%;
    color: #8d5f49;
    font-size: 0;
  }

  .menu::before,
  .menu::after {
    content: "";
    position: absolute;
    left: 12px;
    width: 18px;
    height: 1.5px;
    background: currentColor;
    transition: transform 260ms ease, top 260ms ease;
  }

  .menu::before { top: 17px; }
  .menu::after { top: 24px; }
  header.open .menu::before { top: 21px; transform: rotate(45deg); }
  header.open .menu::after { top: 21px; transform: rotate(-45deg); }

  header.open nav {
    inset: calc(max(10px, env(safe-area-inset-top)) + 68px) 12px 12px;
    padding: 32px 24px;
    border: 1px solid var(--line);
    border-radius: 30px;
    box-shadow: 0 22px 60px rgba(23, 23, 23, 0.15);
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    padding-top: calc(max(10px, env(safe-area-inset-top)) + 72px);
    background: transparent;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    order: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 26px 20px 34px;
    color: var(--ink);
    background: transparent;
  }

  .hero-copy .eyebrow,
  .hero-copy > p,
  .hero-copy > span,
  .hero-copy .text-link {
    color: var(--warm-gray);
  }

  .hero-copy .button {
    color: #fff;
    background: var(--ink);
  }

  .hero-copy h1 {
    font-size: clamp(40px, 11.2vw, 58px);
    line-height: 0.94;
  }

  .hero-copy h1 em {
    color: var(--copper);
  }

  .hero-copy > div {
    flex-wrap: wrap;
  }

  .hero > .hero-media {
    position: relative;
    z-index: 1;
    order: 2;
    flex: 1 1 auto;
    width: 100%;
    height: 50svh;
    min-height: 380px;
    overflow: hidden;
    border-radius: 0;
  }

  .hero > .hero-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transform: none;
  }

  .hero::after {
    top: auto;
    bottom: 0;
    height: 52svh;
    background: linear-gradient(0deg, rgba(15, 25, 20, 0.76), transparent 48%);
  }

  .hero-facts {
    z-index: 4;
  }

  .mobile-cta { display: none !important; }

  .process-cta {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 -20px;
    padding: 36px 20px 46px;
  }

  .services {
    display: flex;
    flex-direction: column;
  }

  .services > .services-heading {
    order: 1;
    padding: 96px 20px 108px;
    border-radius: 0 0 64px 0;
  }

  .services-media {
    order: 2;
    min-height: 58svh;
    border-radius: 0 62px 0 62px;
  }

  .services > ul {
    order: 3;
    display: block;
    padding: 62px 20px 92px;
  }

  .project img,
  .editorial-mosaic figure,
  .story-media {
    border-radius: 36px 14px 52px 14px;
  }
}

@media (max-width: 560px) {
  .hero-copy > span { font-size: 13px; }
  .hero-copy > div { align-items: flex-start; flex-direction: column; }
  .hero > .hero-media { min-height: 340px; }
  .hero > .hero-media img { object-position: center; }
}

@media (prefers-reduced-motion: reduce) {
  .services-media img { transform: none; transition: none; }
}

body.dialog-open {
  overflow: hidden;
}

.organic-section {
  position: relative;
  isolation: isolate;
}

.organic-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -46px;
  left: -5%;
  width: 110%;
  height: 92px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: inherit;
}

.about {
  overflow: hidden;
  color: #fff;
  background: var(--sage-deep);
}

.about > .about-heading {
  position: relative;
  overflow: hidden;
  background: var(--sage-deep);
}

.about > .about-copy {
  color: var(--ink);
  background: var(--sage-soft);
}

.about .about-copy p:not(.eyebrow) {
  color: #4e584d;
}

.botanical-accent {
  position: absolute;
  right: -10%;
  bottom: -24%;
  width: min(46vw, 560px);
  height: auto;
  opacity: 0.42;
  pointer-events: none;
}

.contact-invite {
  background: var(--sage-deep);
}

.contact-invite .contact-action {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  padding: clamp(54px, 6vw, 96px);
  color: var(--ink);
  background: var(--sage-soft);
}

.contact-action > p {
  position: relative;
  z-index: 1;
  max-width: 540px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.3;
}

.contact-action .button {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  background: var(--sage-deep);
}

.contact-action > img {
  position: absolute;
  right: -14%;
  bottom: -40%;
  width: min(36vw, 480px);
  opacity: 0.22;
  pointer-events: none;
}

.lead-dialog {
  width: min(1320px, 96vw);
  max-width: none;
  height: min(900px, 94svh);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: var(--ink);
  background: var(--off);
}

.lead-dialog::backdrop {
  background: rgba(16, 26, 24, 0.82);
  backdrop-filter: blur(6px);
}

.lead-close {
  position: fixed;
  z-index: 4;
  top: max(3.5vh, 22px);
  right: max(3vw, 22px);
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(23, 23, 23, 0.48);
  cursor: pointer;
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
  height: 100%;
  overflow: auto;
}

.lead-visual {
  position: sticky;
  top: 0;
  height: min(900px, 94svh);
  overflow: hidden;
  background: var(--sage-deep);
}

.lead-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(21, 32, 27, 0.76), transparent 62%);
}

.lead-house {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.lead-logo {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: 42px;
  width: min(62%, 270px);
  filter: brightness(0) invert(1);
}

.lead-visual > p {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 44px;
  left: 42px;
  margin: 0;
  color: #fff;
  font: 400 clamp(38px, 4vw, 70px)/0.96 "Cormorant Garamond", Georgia, serif;
}

.lead-panel {
  padding: clamp(68px, 6vw, 110px);
  background: var(--off);
}

.lead-panel h2 {
  margin: 0.28em 0 0.72em;
  font-size: clamp(42px, 4.7vw, 74px);
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
}

.lead-form label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  display: block;
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid #a8aa9f;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
}

.lead-form .full,
.lead-form .privacy,
.lead-form .success {
  grid-column: 1 / -1;
}

.lead-form .button {
  justify-self: start;
  margin-top: 8px;
  background: var(--sage-deep);
}

.lead-form .privacy {
  color: var(--muted);
}

.lead-form .success {
  display: none;
  padding: 38px;
  color: #fff;
  background: var(--sage-deep);
}

.lead-form .success h3 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 58px);
}

@media (max-width: 900px) {
  .botanical-accent {
    right: -25%;
    width: 90vw;
  }

  .contact-invite .contact-action {
    padding: 80px 20px;
  }

  .contact-invite .contact-action .button {
    display: inline-block;
  }

  .lead-dialog {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
  }

  .lead-close {
    top: 16px;
    right: 16px;
  }

  .lead-layout {
    display: block;
    height: 100%;
  }

  .lead-visual {
    position: relative;
    height: 38svh;
    min-height: 300px;
  }

  .lead-logo {
    top: 24px;
    left: 20px;
    width: 190px;
  }

  .lead-visual > p {
    right: 20px;
    bottom: 24px;
    left: 20px;
    font-size: clamp(34px, 10vw, 52px);
  }

  .lead-panel {
    padding: 62px 20px 100px;
  }
}

@media (max-width: 560px) {
  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form .full,
  .lead-form .privacy,
  .lead-form .success {
    grid-column: 1;
  }
}

/* Primeira dobra mobile imersiva, com cabeçalho sobre a imagem. */
@media (max-width: 900px) {
  header,
  header.scrolled,
  header.open {
    inset: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "contact brand menu";
    align-items: center;
    width: 100%;
    height: calc(72px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 14px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  header:not(.scrolled):not(.open) {
    color: #fff;
    background: transparent;
    backdrop-filter: none;
  }

  header.scrolled,
  header.open {
    color: #8d5f49;
    background: rgba(244, 241, 235, 0.96);
    box-shadow: 0 8px 28px rgba(23, 23, 23, 0.08);
    backdrop-filter: blur(16px);
  }

  header .brand {
    grid-area: brand;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
  }

  header .brand img {
    width: clamp(116px, 34vw, 148px);
    height: 44px;
    object-position: center;
  }

  header:not(.scrolled):not(.open) .brand img {
    filter: brightness(0) invert(1);
  }

  header.scrolled .brand img,
  header.open .brand img {
    filter: none;
  }

  header .header-cta {
    grid-area: contact;
    justify-self: start;
    min-height: 40px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid currentColor;
    color: inherit;
    background: transparent;
    font-size: 8px;
    line-height: 1;
  }

  header.scrolled .header-cta,
  header.open .header-cta {
    color: #8d5f49;
    background: transparent;
  }

  header .menu {
    grid-area: menu;
    justify-self: end;
    width: 42px;
    height: 42px;
    border-color: currentColor;
    color: inherit;
    background: transparent;
  }

  header.open nav {
    inset: calc(72px + env(safe-area-inset-top)) 12px 12px;
  }

  .hero {
    position: relative;
    display: block;
    min-height: 100svh;
    padding: 0;
    color: #fff;
    background: var(--ink);
  }

  .hero > .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .hero > .hero-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero-copy {
    position: absolute;
    z-index: 3;
    top: clamp(132px, 17svh, 180px);
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    padding: 0;
    color: #fff;
    background: transparent;
  }

  .hero-copy > p,
  .hero-copy > span,
  .hero-copy .text-link {
    color: rgba(255, 255, 255, 0.84);
  }

  .hero-copy h1 em {
    color: rgba(255, 255, 255, 0.72);
  }

  .hero-copy .button {
    color: var(--ink);
    background: rgba(244, 241, 235, 0.94);
  }

  .hero::after {
    inset: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(180deg, rgba(10, 15, 13, 0.64) 0%, rgba(10, 15, 13, 0.2) 52%, rgba(10, 15, 13, 0.78) 100%),
      linear-gradient(90deg, rgba(10, 15, 13, 0.34), transparent 78%);
  }
}
