:root {
  --green-deep: #14270f;
  --green-strong: #253f18;
  --green: #3f641d;
  --copper: #b86625;
  --cream: #f5eadb;
  --cream-soft: #fbf5eb;
  --sand: #dfcfba;
  --ink: #172015;
  --muted: #62594e;
  --white: #ffffff;
  --line: rgba(23, 32, 21, 0.14);
  --line-light: rgba(255, 255, 255, 0.22);
  --shadow: 0 36px 100px rgba(23, 32, 21, 0.25);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  background: #e9dfd0;
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: geometricPrecision;
}

body.single-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 0;
  background: #23281f;
}

body.review-page {
  padding: 44px 28px 72px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.review-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.review-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
  color: var(--green-strong);
}

.review-header h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.review-header p {
  max-width: 420px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.review-item {
  min-width: 0;
}

.review-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  color: var(--green-strong);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.review-stage {
  color: var(--copper);
}

.review-scale {
  width: 100%;
  overflow: hidden;
  background: #d7c9b7;
}

.review-scale .ad-frame {
  transform-origin: top left;
}

.ad-frame {
  position: relative;
  overflow: hidden;
  width: 1080px;
  height: 1350px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo {
  position: relative;
  z-index: 5;
  width: 210px;
  height: auto;
}

.headline {
  position: relative;
  z-index: 4;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: 0;
}

.headline .accent {
  color: var(--copper);
}

.subhead {
  position: relative;
  z-index: 4;
  margin: 26px 0 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.34;
}

.cta {
  position: relative;
  z-index: 5;
  display: inline-flex;
  min-width: 226px;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border-radius: 7px;
  color: var(--white);
  background: linear-gradient(180deg, #c8792e 0%, #a7581b 100%);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 20px 48px rgba(184, 102, 37, 0.3);
}

.chip-row {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.creative-topo {
  background: var(--cream);
}

.creative-topo .hero-photo {
  position: absolute;
  inset: 0 0 0 360px;
  z-index: 1;
}

.creative-topo .hero-photo .photo {
  object-position: 58% center;
  filter: saturate(0.98) contrast(1.04);
}

.creative-topo .hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245, 234, 219, 0.95) 0%, rgba(245, 234, 219, 0.62) 24%, rgba(245, 234, 219, 0.02) 54%),
    linear-gradient(180deg, rgba(20, 39, 15, 0.03) 40%, rgba(20, 39, 15, 0.42) 100%);
}

.creative-topo .paper-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 500px;
  padding: 68px 62px 70px;
  background:
    radial-gradient(circle at 92% 35%, rgba(255, 255, 255, 0.58), rgba(245, 234, 219, 0) 35%),
    linear-gradient(90deg, rgba(245, 234, 219, 0.98), rgba(245, 234, 219, 0.86));
}

.creative-topo .paper-panel::after {
  content: "";
  position: absolute;
  right: -94px;
  top: 0;
  width: 190px;
  height: 100%;
  background: linear-gradient(90deg, rgba(245, 234, 219, 0.78), rgba(245, 234, 219, 0));
  pointer-events: none;
}

.creative-topo .logo {
  width: 252px;
  margin-bottom: 138px;
}

.creative-topo .headline {
  width: 650px;
  color: var(--green-deep);
  font-size: 74px;
}

.creative-topo .subhead {
  width: 392px;
  color: var(--ink);
}

.creative-topo .chip-row {
  width: 420px;
  margin-top: 48px;
}

.creative-topo .chip {
  border: 1px solid rgba(37, 63, 24, 0.2);
  color: var(--green-strong);
  background: rgba(255, 253, 248, 0.64);
  padding: 0 22px;
}

.creative-topo .cta {
  position: absolute;
  left: 62px;
  bottom: 70px;
}

.creative-topo .brand-line {
  position: absolute;
  left: 604px;
  bottom: 88px;
  z-index: 4;
  width: 390px;
  color: var(--cream-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 8px 26px rgba(20, 39, 15, 0.42);
}

.creative-topo .brand-line::after {
  content: "";
  display: block;
  width: 190px;
  height: 2px;
  margin: 22px auto 0;
  background: rgba(255, 255, 255, 0.64);
}

.creative-meio {
  color: var(--cream-soft);
  background:
    linear-gradient(105deg, var(--green-deep) 0%, var(--green-deep) 55%, var(--cream) 55%, var(--cream) 100%);
}

.creative-meio .photo-large {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 540px;
  height: 780px;
  overflow: hidden;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 88%);
}

.creative-meio .photo-large .photo {
  object-position: 56% 44%;
  filter: saturate(0.96) contrast(1.04);
}

.creative-meio .copy-panel {
  position: absolute;
  left: 64px;
  top: 70px;
  z-index: 4;
  width: 550px;
}

.creative-meio .logo {
  width: 226px;
  margin-bottom: 118px;
}

.creative-meio .headline {
  max-width: 570px;
  font-size: 82px;
}

.creative-meio .subhead {
  max-width: 450px;
  color: rgba(251, 245, 235, 0.86);
  font-size: 28px;
}

.creative-meio .cta {
  margin-top: 42px;
  background: linear-gradient(180deg, #f0a24a 0%, #b86625 100%);
}

.creative-meio .material-band {
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: 72px;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: end;
}

.creative-meio .detail-card {
  height: 390px;
  overflow: hidden;
  border: 10px solid rgba(251, 245, 235, 0.95);
  border-radius: 0;
  background: var(--ink);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.32);
}

.creative-meio .detail-card .photo {
  object-position: 58% center;
  filter: saturate(0.96) contrast(1.05);
}

.creative-meio .checklist {
  display: grid;
  gap: 14px;
}

.creative-meio .chip {
  justify-content: space-between;
  border: 1px solid rgba(37, 63, 24, 0.18);
  color: var(--green-strong);
  background: rgba(255, 253, 248, 0.86);
  padding: 0 20px 0 24px;
}

.creative-meio .chip::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--copper);
}

.creative-meio .vertical-rule {
  position: absolute;
  left: 650px;
  top: 190px;
  z-index: 3;
  width: 1px;
  height: 760px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--line-light), rgba(255, 255, 255, 0));
}

.creative-fundo {
  background: var(--cream);
}

.creative-fundo .cover-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 730px;
  overflow: hidden;
}

.creative-fundo .cover-photo .photo {
  object-position: 52% center;
  filter: saturate(0.96) contrast(1.05);
}

.creative-fundo .cover-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 39, 15, 0.26) 0%, rgba(20, 39, 15, 0.1) 44%, rgba(20, 39, 15, 0.74) 100%),
    linear-gradient(90deg, rgba(20, 39, 15, 0.66), rgba(20, 39, 15, 0.02) 54%, rgba(20, 39, 15, 0.36));
}

.creative-fundo .topbar {
  position: absolute;
  top: 58px;
  left: 66px;
  right: 66px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.creative-fundo .logo {
  width: 224px;
}

.creative-fundo .topbar-line {
  width: 210px;
  height: 2px;
  background: rgba(255, 255, 255, 0.76);
}

.creative-fundo .conversion-panel {
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: 64px;
  z-index: 4;
  min-height: 600px;
  padding: 64px 62px 58px;
  background:
    radial-gradient(circle at 92% 14%, rgba(184, 102, 37, 0.14), rgba(184, 102, 37, 0) 31%),
    rgba(251, 245, 235, 0.96);
  box-shadow: 0 34px 100px rgba(23, 32, 21, 0.24);
}

.creative-fundo .conversion-panel::before {
  content: "";
  position: absolute;
  top: 62px;
  right: 58px;
  width: 190px;
  height: 6px;
  background: var(--copper);
}

.creative-fundo .headline {
  max-width: 690px;
  color: var(--green-deep);
  font-size: 78px;
}

.creative-fundo .subhead {
  max-width: 500px;
  color: var(--muted);
}

.creative-fundo .cta {
  margin-top: 36px;
  background: linear-gradient(180deg, #304d1d 0%, #172b0f 100%);
  box-shadow: 0 20px 48px rgba(20, 39, 15, 0.28);
}

.creative-fundo .conversion-photo {
  position: absolute;
  right: 58px;
  top: 330px;
  width: 318px;
  height: 214px;
  overflow: hidden;
  border: 8px solid var(--cream-soft);
  background: var(--green-deep);
  box-shadow: 0 22px 66px rgba(23, 32, 21, 0.24);
}

.creative-fundo .conversion-photo .photo {
  object-position: 60% center;
}

.creative-fundo .conversion-bar {
  position: absolute;
  left: 58px;
  right: 58px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border-radius: 10px;
  color: var(--cream-soft);
  background: var(--green-deep);
}

.creative-fundo .conversion-bar span {
  display: grid;
  min-height: 72px;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.creative-fundo .conversion-bar span:last-child {
  border-right: 0;
}

@media (max-width: 1180px) {
  body.review-page {
    padding: 28px 18px 54px;
  }

  .review-header {
    display: block;
  }

  .review-header h1 {
    font-size: 46px;
  }

  .review-header p {
    max-width: 620px;
    margin-top: 14px;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
