.page-home--new {
  background:
    radial-gradient(circle at 78% 8%, rgba(139, 58, 34, 0.12), transparent 25rem),
    #f3eee7;
}

.page-home--new .site-header {
  padding-bottom: 0;
}

.new-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  min-height: calc(100svh - 104px);
  padding-top: clamp(56px, 7vw, 100px);
  padding-bottom: clamp(90px, 10vw, 144px);
}

.new-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8b3a22;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.new-kicker::before {
  width: 32px;
  height: 1px;
  background: currentColor;
  content: "";
}

.new-kicker--light {
  color: rgba(255, 247, 239, 0.66);
}

.new-hero h1,
.new-statement h2,
.new-section__heading h2,
.new-contact h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.new-hero h1 {
  max-width: 760px;
  margin-top: 28px;
  font-size: clamp(3.6rem, 6.1vw, 6.85rem);
}

.new-hero__copy > p {
  max-width: 670px;
  margin: 32px 0 0;
  color: rgba(23, 21, 21, 0.7);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.new-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.new-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.new-button--dark {
  background: #171515;
  color: #fff8f1;
}

.new-button--line {
  border-color: rgba(23, 21, 21, 0.18);
}

.new-button--green {
  background: #c8df56;
  color: #123d31;
}

.new-button--paper {
  background: #f7f2eb;
  color: #171515;
}

.new-button--line-light {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.new-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 58px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(23, 21, 21, 0.12);
}

.new-facts div {
  min-width: 0;
}

.new-facts dt {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.new-facts dd {
  margin: 8px 0 0;
  color: rgba(23, 21, 21, 0.56);
  font-size: 0.76rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.new-hero__visual {
  position: relative;
  min-height: 690px;
}

.new-hero__visual::before {
  position: absolute;
  inset: 6% 10% 8% 3%;
  border: 1px solid rgba(139, 58, 34, 0.16);
  border-radius: 48% 48% 8px 8px;
  content: "";
}

.new-hero__main-image,
.new-hero__detail-image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  box-shadow: 0 30px 80px rgba(65, 39, 27, 0.14);
}

.new-hero__main-image {
  top: 0;
  right: 0;
  width: 78%;
  height: 78%;
  border-radius: 240px 240px 12px 12px;
}

.new-hero__main-image img,
.new-hero__detail-image img,
.new-brand-card__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-hero__detail-image {
  bottom: 0;
  left: 0;
  width: 38%;
  height: 39%;
  border: 10px solid #f3eee7;
  border-radius: 8px;
}

.new-hero__seal {
  position: absolute;
  right: 2%;
  bottom: 4%;
  display: grid;
  width: 132px;
  height: 132px;
  place-content: center;
  border-radius: 50%;
  background: #8b3a22;
  color: #fff8f1;
  text-align: center;
  transform: rotate(6deg);
}

.new-hero__seal span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.new-hero__seal strong {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 0.8;
}

.new-hero__caption {
  position: absolute;
  right: 4%;
  bottom: 0;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.new-statement {
  padding: clamp(96px, 12vw, 168px) 0;
  background: #171515;
  color: #fff8f1;
}

.new-statement__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 9vw, 130px);
}

.new-statement h2,
.new-section__heading h2,
.new-contact h2 {
  margin-top: 24px;
  font-size: clamp(2.9rem, 5vw, 5.2rem);
}

.new-statement__body {
  padding-top: 46px;
}

.new-statement__body p {
  margin: 0;
  color: rgba(255, 248, 241, 0.7);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.8;
}

.new-statement__body p + p {
  margin-top: 28px;
}

.new-section {
  padding-top: clamp(100px, 12vw, 172px);
}

.new-section__heading {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  column-gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.new-section__heading .new-kicker {
  margin-top: 22px;
}

.new-section__heading h2 {
  grid-column: 2;
}

.new-section__heading > p {
  grid-column: 2;
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(23, 21, 21, 0.64);
  font-size: 1.06rem;
  line-height: 1.7;
}

.new-brand-grid {
  display: grid;
  gap: 24px;
  margin-top: 70px;
}

.new-brand-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  min-height: 620px;
  overflow: hidden;
  border-radius: 10px;
}

.new-brand-card__copy {
  position: relative;
  padding: clamp(40px, 6vw, 78px);
}

.new-brand-card__number {
  position: absolute;
  top: 32px;
  right: 36px;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
}

.new-brand-card__copy > img {
  width: min(330px, 76%);
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.new-brand-card__copy h3 {
  max-width: 580px;
  margin: 58px 0 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.new-brand-card__copy p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.new-brand-card__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.new-brand-card__copy li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.new-brand-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.new-text-link {
  border-bottom: 1px solid currentColor;
  color: #c8df56;
  font-size: 0.85rem;
  font-weight: 800;
}

.new-text-link--light {
  color: #f7f2eb;
}

.new-brand-card--packaging {
  background: #123d31;
  color: #fff;
}

.new-brand-card--packaging .new-brand-card__copy > img {
  filter: brightness(0) invert(1);
}

.new-brand-card--flexnote {
  background: #161930;
  color: #fff;
}

.new-brand-card--flexnote .new-brand-card__copy > img {
  filter: brightness(0) invert(1);
}

.new-brand-card__gallery {
  display: grid;
  grid-template-rows: 1.15fr 0.85fr;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.new-brand-card__gallery img {
  min-height: 0;
}

.new-brand-card__gallery--flexnote {
  position: relative;
  display: block;
  padding: 0;
  background: #ece7dc;
}

.new-brand-card__gallery--flexnote img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14%;
  opacity: 0.92;
}

.new-brand-card__gallery--flexnote div {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  color: #171515;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.new-section__heading--compact {
  max-width: 960px;
}

.new-process {
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid rgba(23, 21, 21, 0.14);
  list-style: none;
}

.new-process li {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(40px, 8vw, 110px);
  padding: 34px 0;
  border-bottom: 1px solid rgba(23, 21, 21, 0.14);
}

.new-process li > span {
  color: #8b3a22;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
}

.new-process h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 600;
}

.new-process p {
  margin: 10px 0 0;
  color: rgba(23, 21, 21, 0.62);
}

.new-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(50px, 9vw, 120px);
  margin-top: clamp(100px, 12vw, 172px);
  margin-bottom: 40px;
  padding: clamp(48px, 7vw, 88px);
  border-radius: 10px;
  background: #8b3a22;
  color: #fff8f1;
}

.new-contact__intro > p {
  margin: 24px 0 0;
  color: rgba(255, 248, 241, 0.7);
}

.new-contact__details {
  display: grid;
  align-content: start;
  margin: 0;
  font-style: normal;
}

.new-contact__details div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.new-contact__details span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 248, 241, 0.56);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-contact__details p,
.new-contact__details a {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-home--new .site-footer {
  margin-top: 0;
}

@media (max-width: 960px) {
  .new-hero {
    grid-template-columns: 1fr;
  }

  .new-hero__visual {
    min-height: 600px;
  }

  .new-brand-card {
    grid-template-columns: 1fr;
  }

  .new-brand-card__gallery {
    min-height: 460px;
  }

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

@media (max-width: 700px) {
  .new-hero {
    gap: 56px;
    min-height: auto;
    padding-top: 44px;
  }

  .new-hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.7rem);
  }

  .new-facts {
    gap: 10px;
  }

  .new-hero__visual {
    min-height: 470px;
  }

  .new-hero__main-image {
    width: 88%;
    height: 77%;
  }

  .new-hero__detail-image {
    width: 45%;
    height: 38%;
    border-width: 6px;
  }

  .new-hero__seal {
    width: 104px;
    height: 104px;
  }

  .new-statement__grid,
  .new-section__heading,
  .new-process li {
    grid-template-columns: 1fr;
  }

  .new-section__heading h2,
  .new-section__heading > p {
    grid-column: 1;
  }

  .new-section__heading .new-kicker {
    margin: 0 0 22px;
  }

  .new-brand-card {
    min-height: 0;
  }

  .new-brand-card__copy {
    padding: 40px 28px;
  }

  .new-brand-card__copy h3 {
    margin-top: 42px;
  }

  .new-brand-card__gallery {
    min-height: 360px;
  }

  .new-process li {
    gap: 12px;
  }

  .new-contact {
    width: 100%;
    margin-bottom: 0;
    padding: 56px 24px;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .new-button {
    transition: none;
  }
}
