@font-face {
  font-family: "Cormorant Eterlum";
  src: url("assets/fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Eterlum";
  src: url("assets/fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --terracotta: #942300;
  --ink: #111;
  --soft: #f4f4f2;
  --white: #fff;
  --gold: #e3bf70;
  --muted: #5d5d5a;
  --serif: "Cormorant Eterlum", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: geometricPrecision;
}

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

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

p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  min-height: 74px;
  padding: 12px clamp(20px, 4vw, 54px);
  color: var(--white);
  transition: background 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.site-header.is-scrolled .brand {
  opacity: 1;
  pointer-events: auto;
}

.brand img,
.footer img {
  width: 128px;
  max-height: 54px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 0.92rem;
  font-weight: 600;
}

.header-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: currentColor;
  font-weight: 700;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.site-header.is-scrolled .header-action {
  background: var(--ink);
  color: var(--white);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.btn:hover,
.header-action:hover {
  transform: translateY(-2px);
}

.btn-solid {
  background: var(--terracotta);
  color: var(--white);
}

.btn-ghost {
  background: var(--white);
  color: var(--ink);
}

.btn-ghost.light {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  outline: 1px solid rgba(255, 255, 255, 0.55);
}

.kicker {
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.94;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 8.8rem);
}

h2 {
  font-size: clamp(3rem, 6vw, 6.5rem);
}

.hero {
  position: relative;
  height: 68vh;
  min-height: 520px;
  max-height: 700px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/hero/hero-base.jpg") center / cover;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(92, 22, 0, 0.54) 0%, rgba(92, 22, 0, 0.28) 37%, rgba(0, 0, 0, 0.06) 68%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.34));
}

.hero-content {
  display: flex;
  height: 100%;
  min-height: 100%;
  width: min(88vw, 660px);
  margin-left: clamp(24px, 7vw, 118px);
  padding: 110px 0 70px;
  flex-direction: column;
  justify-content: center;
}

.hero-logo {
  width: clamp(156px, 18vw, 246px);
  margin-bottom: 28px;
}

.hero-slogan {
  width: clamp(230px, 24vw, 380px);
  margin-bottom: 28px;
}

.hero-copy {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.hero-actions,
.product-info .btn,
.model-copy .btn,
.split-panel .btn,
.advisor .btn {
  margin-top: 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.simmons-campaign {
  position: relative;
  display: block;
  height: clamp(800px, 88vh, 900px);
  overflow: hidden;
  background: #081706;
  cursor: pointer;
}

.simmons-campaign picture,
.simmons-campaign-bg,
.simmons-campaign-title {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.simmons-campaign picture {
  display: block;
}

.simmons-campaign-title {
  position: absolute;
  top: 48%;
  left: clamp(28px, 6.8vw, 118px);
  width: clamp(620px, 59vw, 860px);
  height: auto;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  transform: translateY(-44%) scale(1.35);
  transform-origin: left center;
}

.product-focus {
  display: grid;
  min-height: 92svh;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(54px, 7vw, 90px) clamp(22px, 5vw, 80px);
  background: var(--white);
}

.product-visual img {
  width: 100%;
  max-height: 76svh;
  object-fit: contain;
}

.product-info {
  max-width: 520px;
}

.product-info h2 {
  margin: 12px 0 22px;
}

.product-info p,
.model-copy p,
.split-panel p,
.advisor p,
.delivery p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.6;
}

.model-action {
  display: flex;
  align-items: flex-end;
  gap: clamp(22px, 3vw, 40px);
  margin-top: 38px;
  flex-wrap: wrap;
}

.model-action .btn {
  margin-top: 0;
}

.model-action .promo-price {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 3.8vw, 4.2rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.02em;
}

.model-action .promo-price span {
  display: block;
  margin-bottom: 10px;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.split-panel.black .model-action .promo-price {
  color: var(--white);
}

dl {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

dt {
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

dd {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.45;
}

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--ink);
}

.section-title {
  display: flex;
  min-height: 44svh;
  padding: clamp(42px, 7vw, 90px);
  grid-column: 1 / -1;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--white);
}

.section-title h2 {
  max-width: 920px;
  margin-top: 14px;
}

.campaign-tile {
  position: relative;
  height: clamp(310px, 40vh, 450px);
  min-height: 0;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.promo-simmons {
  grid-column: 1 / -1;
  height: clamp(470px, 56vh, 640px);
  min-height: 0;
}

.campaign-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.campaign-tile:not(.dark) img {
  background: var(--white);
}

.campaign-tile::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.68));
  content: "";
}

.campaign-tile span {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.campaign-tile small,
.campaign-tile em {
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.campaign-tile strong {
  max-width: 620px;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.15vw, 3.75rem);
  font-weight: 600;
  line-height: 0.96;
}

.promo-simmons strong {
  font-size: clamp(2rem, 3.45vw, 4.05rem);
}

.campaign-tile em {
  width: fit-content;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.82rem;
}

.campaign-tile:hover img {
  transform: scale(1.035);
}

.model-strip {
  display: grid;
  min-height: 88svh;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(30px, 6vw, 86px);
  padding: clamp(54px, 8vw, 100px) clamp(22px, 5vw, 80px);
  background: #f8f8f8;
}

.model-copy {
  max-width: 560px;
}

.model-copy h2 {
  margin: 12px 0 22px;
}

.model-copy ul {
  display: grid;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.model-image img {
  width: 100%;
  max-height: 76svh;
  object-fit: contain;
}

.split-models {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-panel {
  display: flex;
  min-height: 94svh;
  padding: clamp(38px, 5vw, 70px);
  flex-direction: column;
  justify-content: center;
  gap: clamp(28px, 5vw, 58px);
  background: var(--white);
}

.split-panel.black {
  background: #090909;
  color: var(--white);
}

.split-panel.black p:not(.kicker) {
  color: rgba(255, 255, 255, 0.74);
}

.split-panel img {
  width: 100%;
  height: 56svh;
  object-fit: contain;
  object-position: center center;
}

#cannon img,
#piero img {
  max-height: 58svh;
}

.split-panel div {
  max-width: 620px;
}

.split-panel h2 {
  margin: 10px 0 18px;
}

.split-panel strong {
  display: block;
  margin-top: 22px;
  font-size: 1.02rem;
}

.advisor {
  display: grid;
  min-height: 66svh;
  padding: clamp(54px, 8vw, 108px) clamp(22px, 5vw, 80px);
  align-items: end;
  background: var(--terracotta);
  color: var(--white);
}

.advisor .kicker {
  color: var(--gold);
}

.advisor-copy {
  max-width: 850px;
}

.advisor-copy h2 {
  margin: 12px 0 20px;
}

.advisor-copy p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
}

.advisor .btn-solid {
  background: var(--white);
  color: var(--terracotta);
}

.benefit-line {
  display: flex;
  gap: 12px;
  margin-top: 58px;
  flex-wrap: wrap;
}

.benefit-line span {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.delivery {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.delivery > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.delivery-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: clamp(64px, 10vw, 128px) clamp(22px, 6vw, 92px);
}

.delivery-copy .kicker {
  color: var(--gold);
}

.delivery-copy h2 {
  max-width: 780px;
  margin: 12px 0 20px;
}

.delivery-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 34px clamp(22px, 5vw, 70px);
  background: var(--white);
}

.footer div {
  display: flex;
  gap: 20px;
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: #12b548;
  color: var(--white);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
}

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

.reveal {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(4px);
  transition: opacity 700ms ease, transform 700ms ease, filter 700ms ease;
}

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

.intro-logo {
  transition-delay: 240ms;
}

.intro-slogan {
  transition-delay: 440ms;
}

.intro-copy {
  transition-delay: 620ms;
}

.intro-actions {
  transition-delay: 760ms;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 120px 1fr;
  }

  .nav {
    display: none;
  }

  .header-action {
    justify-self: end;
  }

  .product-focus,
  .model-strip,
  .split-models {
    grid-template-columns: 1fr;
  }

  .campaign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-simmons {
    grid-column: 1 / -1;
    height: clamp(320px, 44vh, 460px);
  }

  .promo-piero {
    grid-column: 1 / -1;
  }

  .campaign-tile {
    height: clamp(320px, 50vh, 430px);
    min-height: 0;
  }

  .promo-simmons {
    height: clamp(420px, 56vh, 560px);
  }

  .simmons-campaign {
    height: clamp(650px, 78vh, 800px);
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 64px;
    padding: 10px 16px;
  }

  .brand img {
    width: 104px;
  }

  .header-action {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .hero {
    height: 76svh;
    min-height: 560px;
    max-height: none;
  }

  .hero-bg {
    background-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(92, 22, 0, 0.54), rgba(92, 22, 0, 0.24)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.36));
  }

  .hero-content {
    min-height: 100%;
    width: auto;
    margin: 0;
    padding: 90px 22px 48px;
    align-items: center;
    text-align: center;
  }

  .hero-logo {
    width: min(48vw, 176px);
  }

  .hero-slogan {
    width: min(66vw, 260px);
  }

  .hero-actions,
  .hero-actions .btn,
  .model-action,
  .product-info .btn,
  .model-copy .btn,
  .split-panel .btn,
  .advisor .btn,
  .delivery .btn {
    width: 100%;
  }

  .model-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .model-action .promo-price {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .product-focus,
  .model-strip,
  .advisor {
    padding: 54px 22px;
  }

  .product-focus,
  .model-strip {
    gap: 34px;
  }

  .product-visual,
  .model-image {
    order: -1;
  }

  .product-visual img,
  .model-image img {
    width: 100%;
    height: min(42svh, 360px);
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
  }

  .product-visual img {
    height: min(46svh, 390px);
  }

  .section-title {
    min-height: 45svh;
    padding: 52px 22px;
  }

  .campaign-tile {
    height: 54svh;
    min-height: 0;
  }

  .campaign-grid {
    grid-template-columns: 1fr;
  }

  .promo-simmons,
  .promo-piero {
    grid-column: 1;
  }

  .promo-simmons {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .campaign-tile span {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .split-panel {
    min-height: auto;
    padding: 46px 22px;
    gap: 32px;
  }

  .split-panel img {
    height: 38svh;
  }

  .benefit-line {
    margin-top: 34px;
  }

  .delivery {
    min-height: 68svh;
  }

  .delivery-copy {
    padding: 72px 22px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer div {
    flex-direction: column;
    gap: 10px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}
