.announcement {
  text-align: center;
  padding: 10px 18px;
  background: var(--cream);
  color: #151515;
  font-size: .9rem;
  font-weight: 800;
}

.logo {
  font-weight: 950;
  letter-spacing: .16em;
  font-size: 1.45rem;
}

.nav-links {
  display: flex;
  gap: 30px;
  color: var(--muted);
  font-size: .95rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn:focus-visible,
.chip:focus-visible {
  outline: 3px solid rgba(201,149,89,.45);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--cream);
  color: #111;
  border-color: var(--cream);
}

.btn-dark {
  background: #111;
  color: white;
  border-color: #111;
}

.btn-ghost {
  background: rgba(255,255,255,.04);
  color: var(--ink);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 7.1rem);
  line-height: .88;
  letter-spacing: -.09em;
  margin-bottom: 26px;
}

h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  line-height: .94;
  letter-spacing: -.07em;
  margin-bottom: 16px;
}

.hero p {
  color: var(--muted);
  font-size: 1.18rem;
  max-width: 610px;
  margin-bottom: 22px;
}

.section-head p,
.muted {
  color: var(--muted);
  font-size: 1.08rem;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 26px;
  border: 1px solid rgba(201,149,89,.34);
  border-radius: 999px;
  background: rgba(201,149,89,.1);
  color: var(--cream);
  font-size: .92rem;
  font-weight: 850;
}

.hero-urgency {
  color: var(--gold);
  font-size: .92rem;
  font-weight: 850;
  margin-bottom: 24px;
}

.micro-proof span::before,
.benefit-list li::before {
  content: "✓";
  font-weight: 950;
}

.micro-proof span::before {
  color: var(--gold);
  margin-right: 7px;
}

.visual {
  position: relative;
  min-height: 610px;
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    #151816;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 38px;
}

.visual::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(201,149,89,.32), transparent 66%);
  top: 44px;
  right: -80px;
}

/* CSS illustration used while product photography is not available. */
.shirt-wrap {
  position: relative;
  width: 330px;
  height: 430px;
  z-index: 2;
}

.shirt-body {
  position: absolute;
  inset: 64px 42px 0;
  background: linear-gradient(145deg, #f5efe5, #cfc4b4);
  border-radius: 54px 54px 28px 28px;
  box-shadow: 0 36px 90px rgba(0,0,0,.28);
}

.sleeve {
  position: absolute;
  top: 92px;
  width: 112px;
  height: 188px;
  background: linear-gradient(145deg, #eee4d7, #c9bdac);
  border-radius: 40px;
  z-index: -1;
}

.sleeve.left {
  left: 0;
  transform: rotate(27deg);
}

.sleeve.right {
  right: 0;
  transform: rotate(-27deg);
}

.collar {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 62px;
  background: #151816;
  border-radius: 0 0 80px 80px;
  z-index: 3;
}

.patch {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 210px;
  background: rgba(13,15,14,.78);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  z-index: 4;
  backdrop-filter: blur(14px);
}

.patch strong {
  display: block;
  margin-bottom: 4px;
}

.patch small {
  color: var(--muted);
}

.before-after {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 210px;
  background: rgba(247,244,237,.95);
  color: #111;
  border-radius: 24px;
  padding: 16px;
  z-index: 5;
  box-shadow: var(--shadow);
}

.ba-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.ba-box {
  min-height: 78px;
  border-radius: 16px;
  background: #ddd3c3;
  position: relative;
  overflow: hidden;
}

.ba-box.before::after,
.ba-box.after::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 52px;
  border-radius: 50%;
  top: 16px;
  left: 17px;
}

.ba-box.before::after {
  background: rgba(224,106,79,.55);
  filter: blur(2px);
}

.ba-box.after::after {
  background: rgba(23,61,50,.12);
}

.pain-main,
.pain-side,
.card,
.product-panel,
.quote,
details {
  background: rgba(255,255,255,.045);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: 0 20px 70px rgba(0,0,0,.16);
}

.product-panel {
  background: var(--cream);
  color: #111;
}

.pain-main {
  padding: 38px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pain-main h3 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.pain-main p {
  color: var(--muted);
  max-width: 620px;
  margin-top: 18px;
}

.pain-tags {
  gap: 10px;
  margin-top: 34px;
}

.tag {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(247,244,237,.08);
  color: var(--muted);
  font-size: .9rem;
}

.pain-side {
  padding: 30px;
  background: var(--cream);
  color: #111;
}

.pain-side p {
  color: #5d554d;
  margin-top: 12px;
}

.stat {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.08em;
  margin: 28px 0 10px;
  color: var(--green);
}

.card {
  padding: 30px;
  min-height: 250px;
}

.icon {
  font-size: 2rem;
  margin-bottom: 20px;
}

.card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.card p {
  color: var(--muted);
}

.product-image {
  min-height: 500px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 35%, rgba(201,149,89,.34), transparent 28%),
    linear-gradient(145deg, #ede3d5, #cbbda9);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-mini {
  width: 260px;
  height: 340px;
  border-radius: 52px 52px 30px 30px;
  background: #111;
  box-shadow: 0 32px 80px rgba(0,0,0,.26);
  position: relative;
}

.product-mini::after {
  content: "ARYD";
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.32);
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 900;
}

.product-info {
  padding: 10px 6px;
}

.product-info .eyebrow {
  color: var(--green);
}

.product-info p {
  color: #5d554d;
}

.launch-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(23,61,50,.1);
  color: var(--green);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.price-row {
  align-items: end;
  gap: 14px;
  margin: 22px 0;
}

.price {
  font-size: 3.8rem;
  line-height: .9;
  font-weight: 950;
  letter-spacing: -.08em;
  color: var(--green);
}

.old-price {
  color: #756b60;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.price-note {
  font-weight: 850;
  color: #403a34;
}

.option-label {
  color: #5d554d;
  font-weight: 850;
  font-size: .92rem;
  margin-bottom: 8px;
}

.chips {
  gap: 10px;
}

.chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.chip:hover {
  transform: translateY(-1px);
}

.chip.active {
  background: #111;
  color: white;
}

.benefit-list {
  list-style: none;
}

.benefit-list li {
  color: #5d554d;
  display: flex;
  gap: 10px;
}

.benefit-list li::before {
  color: var(--green);
}

.product-trust span {
  padding: 12px;
  border-radius: 16px;
  background: rgba(23,61,50,.08);
  color: #403a34;
  font-size: .84rem;
  font-weight: 850;
  text-align: center;
}

.quote {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.quote p {
  color: var(--muted);
  margin-bottom: 18px;
}

.stars {
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: .08em;
}

.quote strong {
  color: var(--ink);
}

.quote-meta {
  color: var(--muted);
  font-size: .86rem;
  margin-top: 4px;
}

details {
  padding: 22px 24px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  color: var(--muted);
  margin-top: 12px;
}

.final-cta {
  padding: 80px 28px;
  border-radius: 44px;
  background:
    radial-gradient(circle at top left, rgba(201,149,89,.28), transparent 34%),
    var(--cream);
  color: #111;
  text-align: center;
  box-shadow: var(--shadow);
}

.final-cta p {
  color: #5d554d;
  max-width: 690px;
  margin: 18px auto 30px;
  font-size: 1.1rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--cream);
  color: #111;
  font-weight: 900;
  box-shadow: var(--shadow);
  transition: opacity .22s ease, transform .22s ease;
  z-index: 20;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
