:root {
  --paper: #efe8df;
  --paper-deep: #e2d8cc;
  --ink: #092131;
  --night: #1d1e31;
  --night-soft: #292a40;
  --red: #bd1419;
  --cream: #f7efe5;
  --gold: #d8ae43;
  --green: #3f8b4b;
  --cyan: #42bed2;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 252, 247, 0.96) 0 22%, rgba(241, 234, 224, 0.72) 54%, rgba(218, 207, 193, 0.38) 100%),
    linear-gradient(135deg, #f8f2ea 0%, var(--paper) 48%, var(--paper-deep) 100%);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

button {
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
}

.landing {
  position: relative;
  min-height: 100dvh;
  isolation: isolate;
}

.thank-you {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: clamp(24px, 5vw, 72px);
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 20%, rgba(216, 174, 67, 0.2), transparent 22rem),
    radial-gradient(circle at 12% 86%, rgba(189, 20, 25, 0.18), transparent 26rem),
    linear-gradient(180deg, var(--night) 0%, #191a2b 100%);
  isolation: isolate;
}

.thank-you::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 45%, black, transparent 74%);
}

.thank-you__panel {
  width: min(100%, 680px);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(247, 239, 229, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 34px 70px rgba(4, 5, 13, 0.3);
  text-align: center;
  backdrop-filter: blur(18px);
}

.thank-you__logo {
  display: block;
  width: clamp(78px, 12vw, 118px);
  margin: 0 auto 28px;
}

.thank-you__eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thank-you h1 {
  max-width: 8em;
  margin: 0 auto;
  color: var(--cream);
  font-size: clamp(2.9rem, 8vw, 5.6rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.thank-you__copy {
  max-width: 34rem;
  margin: 24px auto 0;
  color: rgba(247, 239, 229, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 650;
  line-height: 1.65;
}

.thank-you__notice {
  margin: 22px 0 0;
  color: rgba(247, 239, 229, 0.58);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.thank-you__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--red);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(4, 5, 13, 0.28);
  transition:
    transform 260ms var(--ease),
    background-color 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.thank-you__button:hover,
.thank-you__button:focus-visible {
  background: #a90f14;
  box-shadow: 0 20px 42px rgba(4, 5, 13, 0.36);
  transform: translateY(-2px);
}

.landing::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.32) 48%, transparent 56%);
  animation: ambient-pan 13s var(--ease) infinite alternate;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: 0;
  background: #f1eee8;
}

.hero__frame {
  position: relative;
  width: 100dvw;
  min-height: 100dvh;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.92), transparent 24rem),
    linear-gradient(135deg, #f6f3ed 0%, #ece7df 52%, #e1ddd6 100%);
  transform: perspective(1200px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translate3d(0, 0, 0);
  transform-origin: center;
  animation: hero-arrive 950ms var(--ease) both;
  will-change: transform;
}

.hero__frame::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(115deg, transparent 0 40%, rgba(255, 255, 255, 0.26) 48%, transparent 58%),
    radial-gradient(circle at 80% 65%, rgba(9, 33, 49, 0.06), transparent 30rem);
  animation: ambient-pan 13s var(--ease) infinite alternate;
}

.hero__brand-logo {
  position: relative;
  z-index: 3;
  display: block;
  width: clamp(76px, 7vw, 118px);
  max-height: 110px;
  object-fit: contain;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  width: min(calc(100% - 56px), 1360px);
  min-height: 100dvh;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) 0;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 660px;
  animation: side-arrive-left 800ms var(--ease) 120ms both;
}

.hero__headline {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: clamp(34px, 5.4dvh, 62px);
  text-align: left;
  animation: headline-arrive 860ms var(--ease) 170ms both;
}

.hero__headline-main {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.1rem, 5.7vw, 6.3rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero__headline h1 {
  position: relative;
  display: inline-block;
  margin: 8px 0 0;
  color: var(--red);
  font-family: "Bodoni 72", Didot, "Bodoni 72 Oldstyle", "Times New Roman", Georgia, serif;
  font-size: clamp(3.05rem, 5.12vw, 5.55rem);
  font-style: italic;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero__headline h1 span {
  position: relative;
  display: inline-block;
  padding: 0 0.18em 0.04em;
  color: var(--ink);
  font-style: normal;
  transform: rotate(-2deg);
}

.hero__headline h1 span::before {
  position: absolute;
  inset: 0.1em -0.06em 0.02em;
  z-index: -1;
  content: "";
  border-radius: 4px;
  background: #f3d45b;
  box-shadow: 0 8px 18px rgba(91, 69, 16, 0.16);
  transform: rotate(1deg);
}

.hero__products {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 34px 70px rgba(27, 20, 14, 0.18);
  animation: can-arrive 860ms var(--ease) 210ms both;
}

.hero__products img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.03);
  user-select: none;
  transform: translate3d(0, 0, 0);
  transition:
    filter 360ms var(--ease),
    transform 360ms var(--ease);
}

.hero__products:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.035);
}

.hero__side {
  position: relative;
  z-index: 2;
  color: var(--ink);
}

.hero__side--left {
  margin-top: clamp(38px, 5.8dvh, 64px);
  animation: side-arrive-left 800ms var(--ease) 360ms both;
}

.hero__new {
  margin: 0;
  color: var(--red);
  font-size: clamp(1.15rem, 1.55vw, 1.62rem);
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero__new--wide {
  margin-top: 10px;
}

.hero__discover {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 2.75vw, 2.8rem);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0;
  margin: 34px 0 0;
}

.hero__stats div {
  min-width: 82px;
  padding-right: 22px;
  border-right: 1px solid rgba(9, 33, 49, 0.35);
}

.hero__stats div + div {
  padding-left: 22px;
}

.hero__stats div:last-child {
  border-right: 0;
}

.hero__stats dt {
  color: rgba(9, 33, 49, 0.42);
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 950;
}

.hero__stats dd {
  margin: 2px 0 0;
  color: rgba(9, 33, 49, 0.42);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__side--right {
  display: grid;
  grid-template-columns: 38px auto;
  gap: 16px;
  align-items: center;
  margin-top: clamp(32px, 4.6dvh, 48px);
  animation: side-arrive-right 800ms var(--ease) 420ms both;
}

.hero__side--right p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.95rem, 1.22vw, 1.24rem);
  font-weight: 950;
  line-height: 1.28;
  text-transform: uppercase;
}

.hero__mic {
  position: relative;
  width: 30px;
  height: 54px;
  color: var(--red);
  border: 4px solid currentColor;
  border-radius: 999px;
}

.hero__mic::before {
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 5px;
  height: 22px;
  content: "";
  background: currentColor;
  transform: translateX(-50%);
}

.hero__mic::after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 33px;
  height: 5px;
  border-radius: 999px;
  content: "";
  background: currentColor;
  transform: translateX(-50%);
}

.hero__mic {
  background:
    linear-gradient(currentColor, currentColor) center 13px / 19px 5px no-repeat,
    linear-gradient(currentColor, currentColor) center 25px / 19px 5px no-repeat,
    linear-gradient(currentColor, currentColor) center 37px / 19px 5px no-repeat;
}

.hero__pager {
  display: none;
}

.hero__pager span {
  width: 24px;
  height: 5px;
  border-radius: 999px;
  background: rgba(9, 33, 49, 0.22);
}

.hero__pager span:first-child {
  background: var(--ink);
}

.hero__shadow {
  position: absolute;
  left: 29%;
  right: 30%;
  bottom: 9.4%;
  height: 5.5%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(32, 24, 18, 0.28), transparent 68%);
  filter: blur(7px);
  opacity: 0.58;
  animation: shadow-breathe 6.5s var(--ease) infinite alternate;
}

.hero__sheen,
.hero__float {
  position: absolute;
  pointer-events: none;
}

.hero__sheen {
  top: 38%;
  bottom: 12%;
  width: 17%;
  opacity: 0;
  mix-blend-mode: screen;
  background: linear-gradient(98deg, transparent 0%, rgba(255, 255, 255, 0.28) 46%, transparent 72%);
  filter: blur(10px);
  transform: translateX(-120%) skewX(-12deg);
  animation: can-sheen 6.8s var(--ease) infinite;
}

.hero__sheen--left {
  left: 29%;
  animation-delay: 1.1s;
}

.hero__sheen--right {
  left: 48%;
  animation-delay: 2.25s;
}

.hero__float--brand {
  top: 4%;
  left: 39.5%;
  width: 21%;
  height: 12%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(189, 20, 25, 0.16), transparent 66%);
  filter: blur(18px);
  animation: float-brand 5.2s var(--ease) infinite alternate;
}

.hero__float--cans {
  left: 32%;
  bottom: 11%;
  width: 36%;
  height: 44%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.28), transparent 70%);
  filter: blur(20px);
  mix-blend-mode: screen;
  animation: float-cans 4.8s var(--ease) infinite alternate;
}

.hero__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: clamp(38px, 5.5dvh, 58px);
  animation: controls-arrive 1s var(--ease) 520ms both;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(9, 33, 49, 0.16);
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  background: rgba(255, 252, 247, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 30px rgba(27, 20, 14, 0.12);
  backdrop-filter: blur(14px);
  font-size: clamp(0.76rem, 1.1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    background-color 280ms var(--ease),
    border-color 280ms var(--ease),
    box-shadow 280ms var(--ease),
    color 280ms var(--ease),
    transform 280ms var(--ease);
}

.hero__button--primary {
  color: var(--cream);
  border-color: rgba(189, 20, 25, 0.82);
  background: var(--red);
}

.hero__button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 18px 36px rgba(27, 20, 14, 0.18);
}

.hero__button:active {
  transform: translateY(1px) scale(0.985);
}

.hero__button:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 5px;
}

.responsibility-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  color: var(--cream);
  background: var(--ink);
  font-size: clamp(0.72rem, 1.1vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  background: var(--night);
}

.product-showcase__item {
  position: relative;
  min-height: clamp(360px, 42vw, 620px);
  margin: 0;
  overflow: hidden;
  background: var(--night);
  isolation: isolate;
}

.product-showcase__item::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 6, 12, 0.05), rgba(5, 6, 12, 0.2)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.16));
  opacity: 0.78;
}

.product-showcase__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.01);
  transition:
    filter 420ms var(--ease),
    transform 520ms var(--ease);
}

.product-showcase__item:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.055);
}

.sponsor {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
  padding: clamp(74px, 9vw, 128px) clamp(18px, 5vw, 72px);
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 24rem),
    radial-gradient(circle at 10% 82%, rgba(189, 20, 25, 0.12), transparent 26rem),
    linear-gradient(180deg, var(--night) 0%, #191a2b 100%);
  isolation: isolate;
}

.sponsor::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 45%, black, transparent 76%);
}

.sponsor__mark {
  position: absolute;
  top: -7.5rem;
  left: 50%;
  z-index: -1;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17rem, 34vw, 34rem);
  font-weight: 900;
  line-height: 0.8;
  transform: translateX(-50%);
  user-select: none;
}

.sponsor__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
  width: min(100%, 1160px);
  margin: 0 auto;
}

.sponsor__intro,
.sponsor-form {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.section-reveal.is-visible .sponsor__intro,
.section-reveal.is-visible .sponsor-form {
  animation: section-rise 840ms var(--ease) both;
}

.section-reveal.is-visible .sponsor-form {
  animation-delay: 150ms;
}

.sponsor h1 {
  max-width: 10.5em;
  margin: 0;
  color: var(--cream);
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sponsor__copy {
  max-width: 37rem;
  margin: 25px 0 0;
  color: rgba(247, 239, 229, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  font-weight: 650;
  line-height: 1.65;
}

.sponsor__disclaimer {
  max-width: 37rem;
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--red);
  color: rgba(247, 239, 229, 0.86);
  background: rgba(255, 255, 255, 0.07);
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  font-weight: 850;
  line-height: 1.5;
}

.sponsor-form {
  position: relative;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(247, 239, 229, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 34px 70px rgba(4, 5, 13, 0.28);
  backdrop-filter: blur(18px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.form-grid + .field--wide,
.field--wide + .field--wide {
  margin-top: 20px;
}

.field span {
  color: rgba(247, 239, 229, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(247, 239, 229, 0.18);
  border-radius: 6px;
  color: var(--cream);
  background: rgba(7, 8, 18, 0.28);
  outline: none;
  transition:
    border-color 260ms var(--ease),
    background-color 260ms var(--ease),
    transform 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.field input {
  height: 52px;
  padding: 0 15px;
}

.field select {
  height: 52px;
  padding: 0 42px 0 15px;
  appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(247, 239, 229, 0.7) 50%),
    linear-gradient(135deg, rgba(247, 239, 229, 0.7) 50%, transparent 50%);
  background-position:
    calc(100% - 23px) 22px,
    calc(100% - 16px) 22px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
}

.field select option {
  color: #191a2b;
  background: var(--cream);
}

.field textarea {
  min-height: 156px;
  padding: 15px;
  resize: vertical;
  line-height: 1.55;
}

.field textarea::placeholder {
  color: rgba(247, 239, 229, 0.38);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(189, 20, 25, 0.85);
  background: rgba(7, 8, 18, 0.43);
  box-shadow: 0 0 0 4px rgba(189, 20, 25, 0.16);
  transform: translateY(-1px);
}

.field input:invalid:not(:placeholder-shown),
.field textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(216, 174, 67, 0.72);
}

.form-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
}

.form-note {
  margin: 0;
  color: rgba(247, 239, 229, 0.54);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

.submit-button {
  position: relative;
  min-height: 52px;
  padding: 0 22px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: var(--cream);
  background: var(--red);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(4, 5, 13, 0.28);
  transition:
    transform 260ms var(--ease),
    background-color 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.submit-button::before,
.submit-button::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 9px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: currentColor;
  transform: translateY(-50%);
  transition: transform 260ms var(--ease);
}

.submit-button::before {
  left: 13px;
}

.submit-button::after {
  right: 13px;
}

.submit-button span {
  position: relative;
  display: block;
  padding: 0 10px;
}

.submit-button:hover {
  background: #a91015;
  box-shadow: 0 20px 38px rgba(4, 5, 13, 0.36);
  transform: translateY(-2px);
}

.submit-button:hover::before {
  transform: translate(2px, -50%);
}

.submit-button:hover::after {
  transform: translate(2px, -50%);
}

.submit-button:active {
  transform: translateY(1px) scale(0.985);
}

.submit-button:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 5px;
}

.form-status {
  min-height: 22px;
  margin: 18px 0 0;
  color: rgba(247, 239, 229, 0.8);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-status.is-success {
  color: #bfe0c5;
}

.form-status.is-error {
  color: #f1c267;
}

@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translate3d(0, 18px, 0) scale(0.985);
  }
  to {
    opacity: 1;
  }
}

@keyframes art-breathe {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes shadow-breathe {
  from {
    opacity: 0.5;
    transform: scaleX(0.98);
  }
  to {
    opacity: 0.66;
    transform: scaleX(1.04);
  }
}

@keyframes can-sheen {
  0%,
  44% {
    opacity: 0;
    transform: translateX(-120%) skewX(-12deg);
  }
  58% {
    opacity: 0.72;
  }
  74%,
  100% {
    opacity: 0;
    transform: translateX(175%) skewX(-12deg);
  }
}

@keyframes float-brand {
  from {
    opacity: 0.34;
    transform: translate3d(-1.4%, 3%, 0) scale(0.94);
  }
  to {
    opacity: 0.58;
    transform: translate3d(1.2%, -2%, 0) scale(1.06);
  }
}

@keyframes float-cans {
  from {
    opacity: 0.22;
    transform: translate3d(-1%, 1.8%, 0) scale(0.98);
  }
  to {
    opacity: 0.44;
    transform: translate3d(1%, -1.2%, 0) scale(1.04);
  }
}

@keyframes controls-arrive {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ambient-pan {
  from {
    transform: translate3d(-1.2%, -0.8%, 0) scale(1.02);
  }
  to {
    transform: translate3d(1.2%, 0.8%, 0) scale(1.04);
  }
}

@keyframes logo-arrive {
  from {
    opacity: 0;
    transform: translate(-50%, -12px) rotate(-1deg);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0) rotate(-1deg);
  }
}

@keyframes headline-arrive {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes can-arrive {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes side-arrive-left {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes side-arrive-right {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes section-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-aspect-ratio: 3 / 2) {
  .hero__frame {
    width: 100dvw;
    height: 100dvh;
  }

  .hero__brand-logo {
    width: clamp(72px, 9vw, 112px);
    max-height: 96px;
  }

  .hero__content {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
  }

  .hero__frame {
    width: 100dvw;
    height: auto;
    min-height: 100dvh;
  }

  .hero__frame::before {
    background-image:
      linear-gradient(115deg, transparent 0 41%, rgba(255, 255, 255, 0.28) 49%, transparent 58%),
      radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.5), transparent 16rem),
      radial-gradient(circle at 18% 78%, rgba(189, 20, 25, 0.055), transparent 14rem);
  }

  .hero__brand-logo {
    width: clamp(70px, 21vw, 96px);
    max-height: 82px;
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100% - 28px, 560px);
    height: auto;
    min-height: 100dvh;
    padding: 28px 0 34px;
  }

  .hero__copy {
    align-items: center;
    max-width: 100%;
    text-align: center;
  }

  .hero__logo {
    top: 4.4%;
    font-size: clamp(3.2rem, 18vw, 4.8rem);
  }

  .hero__headline {
    top: auto;
    left: auto;
    width: 94%;
    margin-top: 26px;
    text-align: center;
  }

  .hero__headline-main {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
    line-height: 0.96;
  }

  .hero__headline h1 {
    max-width: 9.5em;
    font-size: clamp(2.15rem, 10.2vw, 3.15rem);
    line-height: 0.92;
  }

  .hero__products {
    bottom: auto;
    width: 100%;
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .hero__side--left {
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    text-align: center;
  }

  .hero__new {
    font-size: 1rem;
  }

  .hero__discover {
    font-size: 1.55rem;
  }

  .hero__stats {
    justify-content: center;
    margin-top: 18px;
  }

  .hero__stats div {
    min-width: 50px;
    padding-right: 10px;
  }

  .hero__stats div + div {
    padding-left: 10px;
  }

  .hero__stats dt {
    font-size: 0.95rem;
  }

  .hero__stats dd {
    font-size: 0.66rem;
  }

  .hero__side--right {
    right: auto;
    bottom: auto;
    grid-template-columns: 28px auto;
    gap: 11px;
    justify-content: center;
    margin-top: 24px;
    text-align: left;
  }

  .hero__side--right p {
    font-size: 0.78rem;
  }

  .hero__mic {
    width: 24px;
    height: 42px;
    border-width: 3px;
  }

  .hero__mic::before {
    bottom: -15px;
    width: 3px;
    height: 15px;
  }

  .hero__mic::after {
    bottom: -20px;
    width: 24px;
    height: 3px;
  }

  .hero__actions {
    width: min(100% - 28px, 420px);
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
  }

  .hero__button {
    width: 100%;
    min-height: 43px;
  }

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

  .product-showcase__item {
    min-height: 320px;
  }

  .sponsor {
    padding: 64px 16px;
  }

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

  .sponsor h1 {
    max-width: 9em;
  }

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

  .submit-button {
    width: 100%;
  }
}

@media (min-width: 721px) and (max-height: 820px) {
  .hero__content {
    min-height: 100dvh;
    padding-block: 28px;
  }

  .hero__logo {
    top: 3.2%;
    font-size: clamp(3.6rem, 6.4vw, 6rem);
  }

  .hero__headline {
    margin-top: 24px;
  }

  .hero__products {
    min-height: 360px;
  }

  .hero__side--left {
    margin-top: 22px;
  }

  .hero__side--right {
    margin-top: 18px;
  }

  .hero__actions {
    margin-top: 24px;
  }
}

@media (max-width: 440px) {
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .product-showcase__item {
    min-height: 430px;
  }

  .field input {
    height: 50px;
  }

  .submit-button {
    padding-inline: 18px;
    font-size: 0.75rem;
  }
}

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

  .hero__frame {
    transform: none !important;
  }
}
