:root {
  --ink: #11120f;
  --paper: #f2f0e9;
  --paper-2: #e9e6dc;
  --white: #fff;
  --green-line: #9dae80;
  --page: min(100% - 96px, 1440px);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  transform: translateY(-200%);
  background: #fff;
  color: #000;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--page);
  height: 96px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: center;
  color: #fff;
}
.brand {
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -.02em;
}
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-size: .84rem;
  transition: opacity .2s ease;
}
.desktop-nav a:hover { opacity: .62; }
.menu-button {
  width: 34px;
  height: 30px;
  border: 0;
  background: transparent;
  padding: 6px 0;
  display: grid;
  align-content: center;
  gap: 4px;
  cursor: pointer;
}
.menu-button span { height: 2px; background: #fff; display: block; }
.mobile-nav {
  position: absolute;
  right: 0;
  top: 76px;
  width: min(340px, calc(100vw - 40px));
  background: rgba(15,16,13,.97);
  padding: 18px;
}
.mobile-nav a { display: block; color:#fff; text-decoration:none; padding: 12px 4px; }

.hero {
  position: relative;
  min-height: 760px;
  height: 92svh;
  overflow: hidden;
  color: #fff;
  background: #16200f;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-image: url('assets/images/hero.webp');
  background-size: cover;
  background-position: center 52%;
  transform: scale(1.002);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.23) 0%, rgba(0,0,0,.12) 43%, rgba(0,0,0,.08) 100%);
}
.hero-content {
  position: absolute;
  left: max(48px, calc((100vw - min(calc(100vw - 96px), 1440px)) / 2));
  top: 32%;
  z-index: 2;
}
.hero-title { margin: 0 0 44px; font-size: clamp(4rem, 3.6vw, 8.4rem); font-weight: 300; line-height: .86; letter-spacing: .02em; }
.hero-title span { background: #050505; padding: .02em .12em .08em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-concept {
  margin: 0 0 70px 14px;
  font-size: clamp(1.05rem, 1.7vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: .015em;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 8px 11px;
  text-decoration: none;
  font-size: .98rem;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: #070707; }
.button-light { color: #111; background: #fff; }
.hero .button { margin-left: 14px; }
.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%; bottom: 52px;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 14px;
}

.summary {
  width: var(--page);
  margin: 0 auto;
  min-height: 260px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 84px;
  align-items: center;
}
.summary h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: -.03em;
}
.summary mark { color: #fff; background: #080808; padding: 0 .08em; }
.summary-rule { display:block; width: 80%; height:1px; margin-top: 28px; background: var(--green-line); }
.stats { margin: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.stats div { min-width: 0; }
.stats dt { font-size: clamp(1rem,1.45vw,1.38rem); line-height:1; }
.stats dd { margin: 5px 0 0; font-size: .9rem; line-height: 1.05; }

.landscape-section {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color:#fff;
  background:#20301c;
}
.landscape-section > img {
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
  image-rendering:auto;
}
.landscape-overlay { position:absolute; inset:0; background: linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,0,.05) 65%); }
.landscape-copy { position:relative; z-index:2; width: var(--page); margin: 0 auto; }
.eyebrow { margin: 0 0 20px; font-size: .95rem; font-weight: 700; letter-spacing: .02em; }
.eyebrow.dark { color: #5b5b54; }
.landscape-copy h2,
.video-heading h2,
.neighborhood h2 {
  margin:0;
  font-size: clamp(2.8rem, 2.1vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 800;
}
.landscape-copy > p:not(.eyebrow) { max-width: 560px; margin: 36px 0; font-size: 1.04rem; line-height:1.35; }

.architecture { background:#111; }
.gallery-lead {
  position: relative;
  width:100%;
  height: min(82svh, 880px);
  padding:0;
  border:0;
  overflow:hidden;
  background:#111;
  cursor: zoom-in;
  text-align:left;
}
.gallery-lead img { width:100%; height:100%; object-fit:cover; }
.gallery-vignette { position:absolute; inset:0; background: linear-gradient(180deg,transparent 45%,rgba(0,0,0,.34)); }
.gallery-label { position:absolute; left: max(48px, calc((100vw - min(calc(100vw - 96px), 1440px)) / 2)); bottom: 72px; display:flex; align-items:center; gap:14px; font-size: clamp(1.6rem,1vw,3.1rem); color:#fff; }
.gallery-label b { color:#111; background:#fff; padding:.05em .18em; font-weight:800; }
.gallery-label span { background:#0d0d0d; padding:.05em .16em; }
.gallery-count { position:absolute; right: max(48px, calc((100vw - min(calc(100vw - 96px), 1440px)) / 2)); bottom: 78px; color:#fff; font-size:.9rem; }
.gallery-arrow { position:absolute; top:50%; transform:translateY(-50%); color:#fff; font-size:3rem; font-weight:200; }
.gallery-arrow-left { left: 5%; } .gallery-arrow-right { right:5%; }

.editorial-section,
.bird-section,
.wellness,
.plants,
.sources {
  width: var(--page);
  margin: 0 auto;
}
.editorial-section {
  padding: 150px 0;
  display:grid;
  grid-template-columns: .75fr 1.35fr;
  gap: 92px;
  align-items:center;
}
.editorial-copy h2,
.bird-copy h2,
.wellness h2,
.plants h2,
.sources h2 {
  margin:0 0 28px;
  font-size: clamp(2.4rem,4.2vw,4.8rem);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:500;
}
.editorial-copy > p:last-child,
.bird-copy > p:last-child,
.wellness-copy p,
.plants p,
.sources p { font-size:1.05rem; line-height:1.55; max-width: 590px; }
.editorial-image { margin:0; }
.editorial-image img { width:100%; aspect-ratio: 4/3; object-fit:cover; }

.bird-section {
  padding: 40px 0 150px;
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:92px;
  align-items:end;
}
.bird-section figure { margin:0; }
.bird-section img { width:100%; aspect-ratio: 16/9; object-fit:cover; }

.wellness {
  border-top:1px solid #c9c6bb;
  border-bottom:1px solid #c9c6bb;
  padding: 110px 0;
  display:grid;
  grid-template-columns: 1fr .85fr;
  gap: 100px;
}
.wellness-copy { padding-top: 36px; }
.text-link { display:inline-flex; gap:18px; align-items:center; margin-top:22px; font-weight:600; text-decoration:none; border-bottom:1px solid #111; padding-bottom:5px; }

.video-section {
  position: relative;
  margin-top: 150px;
  padding: 120px 0 140px;
  color: #fff;
	
 background: #111a10;

/*
  background-image:
    linear-gradient(
      rgba(5, 8, 5, 0.18),
      rgba(5, 8, 5, 0.18)
    ),
    url("assets/images/croqui_fachada.png");
*/

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-section-inner {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto;
}

.video-heading {
  margin-bottom: 58px;
}

.video-player {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

.video-player video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 72px;
  height: 72px;

  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(2px);

  cursor: pointer;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.video-play:hover {
  background: rgba(0, 0, 0, 0.32);
}

.video-play span {
  position: absolute;
  left: 29px;
  top: 22px;

  width: 0;
  height: 0;

  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
}

.video-player.is-playing .video-play {
  opacity: 0;
  pointer-events: none;
}


.plants { padding: 150px 0; display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }

.plants {
  position: relative;
  z-index: 1;
}

.plants::before {
  content: "";
  position: absolute;
  z-index: -1;

  top: 0;
  bottom: 0;

  left: 50%;
  width: 100vw;
  transform: translateX(-50%);

  background-image:
    linear-gradient(
      rgba(242, 240, 233, 0.72),
      rgba(242, 240, 233, 0.72)
    ),
    url("assets/images/croqui_fachada.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.plan-placeholder {
  min-height: 520px;
  border: 0;
/*  background: #111;*/
  padding: 0;
  overflow: hidden;
}

.plan-cover {
  position: relative;
  cursor: zoom-in;
}

.plan-cover img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.plan-cover-label {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 7px 10px;
  background: #fff;
  color: #111;
  font-size: .82rem;
  letter-spacing: .03em;
}
/*.plan-placeholder { min-height: 520px; border:1px solid #bdb9ac; background:#e8e5db; display:grid; place-items:center; text-align:center; letter-spacing:.06em; font-size:.92rem; color:#67665e; }*/

.neighborhood {
  position:relative;
  min-height: 600px;
  background:#24301f;
  color:#fff;
  display:grid;
  align-items:center;
}
.neighborhood::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 70% 30%,rgba(133,162,100,.35),transparent 38%), linear-gradient(120deg,#1b2518,#384b31); }
.neighborhood-copy { position:relative; width:var(--page); margin:0 auto; max-width:1440px; }
.neighborhood-copy p:last-child { max-width: 600px; line-height:1.55; }

.sources { padding: 120px 0; display:grid; grid-template-columns:1fr 1fr; gap:100px; border-bottom:1px solid #c9c6bb; }

.visit {
  min-height: 620px;
  background: #10110f;
  color:#fff;
  display:grid;
  align-items:center;
}
.visit-copy { width:var(--page); margin:0 auto; }
.visit-copy h2 { margin:0; max-width:1000px; font-size: clamp(3.3rem,6vw,7rem); line-height:.94; letter-spacing:-.055em; font-weight:500; }
.visit-copy > p:not(.eyebrow) { max-width:520px; margin: 34px 0 42px; line-height:1.5; }
.site-footer {
  min-height: 120px;
  width: var(--page);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:36px;
  align-items:center;
  font-size:.82rem;
}

.lightbox {
  width:100vw;
  max-width:none;
  height:100dvh;
  max-height:none;
  margin:0;
  border:0;
  padding:0;
  background:rgba(8,8,7,.98);
  color:#fff;
}
.lightbox::backdrop { background:rgba(0,0,0,.9); }
.lightbox[open] { display:grid; grid-template-columns: 80px 1fr 80px; align-items:center; }
.lightbox figure { margin:0; height:100dvh; display:grid; grid-template-rows:1fr auto; align-items:center; min-width:0; padding:52px 0 26px; }
.lightbox figure img { max-width:100%; max-height: calc(100dvh - 120px); margin:auto; object-fit:contain; }
.lightbox figcaption { display:flex; justify-content:space-between; gap:24px; color:#d0d0ca; font-size:.82rem; padding-top:14px; }
.lightbox-close { position:fixed; z-index:3; top:20px; right:24px; border:0; background:transparent; color:#fff; font-size:2.5rem; cursor:pointer; }
.lightbox-nav { border:0; background:transparent; color:#fff; font-size:4rem; cursor:pointer; height:100%; }

@media (max-width: 980px) {
  :root { --page: min(100% - 40px, 920px); }
  .site-header { height:76px; grid-template-columns:1fr auto; }
  .desktop-nav { display:none; }
  .hero { min-height: 690px; height: 88svh; }
  .hero-media { background-position: 61% 50%; }
  .hero-content { left:20px; top: 28%; }
  .hero-title { font-size: clamp(3.3rem, 13vw, 6.5rem); margin-bottom:32px; }
  .hero-concept { margin-left:8px; font-size:clamp(1rem,4vw,1.5rem); margin-bottom:54px; }
  .hero .button { margin-left:8px; }
  .summary { min-height:auto; padding:70px 0; grid-template-columns:1fr; gap:56px; }
  .summary-rule { width:100%; }
  .stats { grid-template-columns:repeat(2,1fr); row-gap:36px; }
  .landscape-section { min-height: 650px; }
  .landscape-copy { padding:0 2px; }
  .landscape-copy h2 { font-size:clamp(2.6rem,10vw,5rem); }
  .gallery-lead { height:65svh; min-height:520px; }
  .gallery-label { left:20px; bottom:55px; flex-wrap:wrap; gap:8px; font-size:clamp(1.5rem,7vw,2.7rem); }
  .gallery-count { right:20px; bottom:55px; }
  .editorial-section, .bird-section, .wellness, .plants, .sources { grid-template-columns:1fr; gap:56px; padding:100px 0; }
  .bird-section { padding-top:0; }
  .bird-copy { order:-1; }
  .wellness-copy { padding-top:0; }
  .video-section {
  margin-top: 100px;
  padding: 90px 0 100px;
  background-position: center;
}

.video-section-inner {
  width: var(--page);
}

.video-player {
  width: 100%;
}

.video-play {
  width: 62px;
  height: 62px;
}

.video-play span {
  left: 25px;
  top: 19px;

  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 18px;
}
  .plan-placeholder { min-height:360px; }
  .site-footer { grid-template-columns:1fr; gap:8px; padding:34px 0; }
  .lightbox[open] { grid-template-columns:44px 1fr 44px; }
  .lightbox figure { padding-top:64px; }
}

@media (max-width: 620px) {
  .hero { min-height: 650px; height: 86svh; }
  .hero-media { background-position: 59% 50%; }
  .hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.32),rgba(0,0,0,.08)); }
  .hero-title { font-size: 15vw; }
  .button { gap:22px; }
  .stats { gap:22px; }
  .stats dt { font-size:1.05rem; }
  .stats dd { font-size:.82rem; }
  .landscape-section { min-height: 620px; }
  .landscape-section > img { object-position: 55% center; }
  .landscape-copy > p:not(.eyebrow) { max-width: 88%; }
  .gallery-lead { height:58svh; min-height:480px; }
  .gallery-lead img { object-position: 53% center; }
  .gallery-arrow { display:none; }
  .editorial-copy h2, .bird-copy h2, .wellness h2, .plants h2, .sources h2 { font-size:clamp(2.1rem,11vw,3.8rem); }
  .bird-section { gap:40px; }
  .visit { min-height:580px; }
  .lightbox[open] { grid-template-columns:1fr; }
  .lightbox-nav { position:fixed; z-index:2; bottom:16px; width:64px; height:54px; font-size:2.8rem; }
  .lightbox-prev { left:16px; } .lightbox-next { right:16px; }
  .lightbox figure { padding:70px 20px 84px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; animation:none !important; }
}


.gallery-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gallery-lead-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-lead-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VARIAÇÃO ESCURA DA SEÇÃO DE ARQUITETURA */
.editorial-section.editorial-dark {
  background: #1b2118;
  color: #fff;

  /* estende o fundo até as bordas da tela */
  box-shadow: 0 0 0 100vmax #1b2118;
  clip-path: inset(0 -100vmax);
}

/* mantém toda a tipografia sem itálico */
.editorial-section.editorial-dark,
.editorial-section.editorial-dark * {
  font-style: normal;
}

/* texto corrido */
.editorial-section.editorial-dark p {
  color: rgba(255, 255, 255, 0.82);
}

/* título */
.editorial-section.editorial-dark h2 {
  color: #fff;
}

/* identificação CASA 235 */
.editorial-section.editorial-dark .eyebrow {
  color: rgba(255, 255, 255, 0.65);
}

/* negritos */
.editorial-section.editorial-dark strong {
  color: #fff;
}


/* ARQUITETURA — BLOCO ESCURO */
.editorial-section.editorial-dark {
  background: #1b2118;
  color: #fff;

  box-shadow: 0 0 0 100vmax #1b2118;
  clip-path: inset(0 -100vmax);
}


/* remove qualquer itálico herdado */
.editorial-section.editorial-dark,
.editorial-section.editorial-dark * {
  font-style: normal !important;
}


/* identificação CASA 235 */
.editorial-section.editorial-dark .eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-style: normal !important;
}


/* TÍTULO GRANDE */
.editorial-section.editorial-dark h2 {
  margin: 0 0 28px;

  font-size: clamp(3.6rem, 5vw, 5.8rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.045em;
  font-weight: 700 !important;
  font-style: normal !important;

  color: #fff;
}


/* TEXTO DA DIREITA */
.editorial-section.editorial-dark p {
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  font-style: normal !important;

  color: rgba(255, 255, 255, 0.82);
}


/* último destaque em negrito */
.editorial-section.editorial-dark strong {
  font-weight: 700;
  font-style: normal !important;
  color: #fff;
}

.editorial-section.editorial-dark {
  grid-template-columns: 1fr .85fr;
  gap: 100px;
}


.gallery-count {
  position: absolute;
  right: 28px;
  bottom: 63 px;

  padding: 8px 12px;

  background: #111;
  color: #fff;

  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .01em;

  z-index: 3;
}