/* ================================
   sbuj_0 creator landing page
   Main theme: #A68B64
================================ */

:root {
  --brand: #A68B64;
  --brand-dark: #6f583c;
  --brand-deep: #4e3b27;
  --cream: #fffaf1;
  --cream-2: #f8eedf;
  --cream-3: #f1dfc6;
  --honey: #e9aa43;
  --honey-light: #ffd384;
  --ink: #493520;
  --soft-line: rgba(166, 139, 100, 0.33);
  --shadow: 0 12px 28px rgba(91, 67, 40, 0.11);
  --shadow-soft: 0 8px 18px rgba(91, 67, 40, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(166,139,100,.10), transparent 28%),
    linear-gradient(180deg, #f8f4ee 0%, #efe8de 100%);
  color: var(--ink);
  font-family: "Nunito", system-ui, sans-serif;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  background: var(--cream);
  box-shadow: 0 0 45px rgba(70, 50, 30, 0.08);
}

/* HERO */
.hero {
  position: relative;
  min-height: 470px;
  padding: 45px 22px 80px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.9), transparent 25%),
    linear-gradient(180deg, #fffaf3 0%, #fffdf9 100%);
  overflow: hidden;
}

.hero-wave {
  position: absolute;
  top: 0;
  left: -4%;
  width: 108%;
  height: 84px;
  background: linear-gradient(180deg, #b99d76 0%, var(--brand) 100%);
  border-radius: 0 0 45% 45% / 0 0 55% 55%;
  clip-path: polygon(
    0 0, 100% 0, 100% 55%,
    95% 70%, 90% 56%, 85% 73%, 80% 58%,
    75% 72%, 70% 55%, 65% 70%, 60% 58%,
    55% 73%, 50% 57%, 45% 72%, 40% 57%,
    35% 72%, 30% 56%, 25% 73%, 20% 57%,
    15% 72%, 10% 58%, 5% 72%, 0 58%
  );
}

.honey-drip {
  position: absolute;
  top: 68px;
  background: var(--honey);
  box-shadow: inset 0 -4px 0 rgba(180, 111, 26, .15);
  border-radius: 0 0 18px 18px;
  z-index: 1;
}

.honey-drip-1 {
  right: 11%;
  width: 30px;
  height: 55px;
}

.honey-drip-2 {
  right: 7.5%;
  width: 17px;
  height: 36px;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(680px, 100%);
  margin: 45px auto 0;
  text-align: center;
}

.avatar-ring {
  width: 145px;
  height: 145px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff7e8;
  border: 7px solid rgba(255,255,255,.92);
  outline: 3px solid #efd6ae;
  box-shadow: 0 12px 24px rgba(92, 61, 31, 0.12);
  position: relative;
  display: grid;
  place-items: center;
}

.hero h1 {
  margin: 10px 0 2px;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(58px, 8vw, 96px);
  line-height: .96;
  color: var(--brand-dark);
  text-shadow:
    0 4px 0 #fff,
    0 0 0 4px #f1dbc0;
  letter-spacing: -2px;
}

.tagline {
  margin: 18px 0 0;
  font-size: clamp(15px, 2vw, 21px);
  font-weight: 700;
  color: #6b4c2f;
}

.tagline span {
  color: var(--brand);
  padding: 0 4px;
}

.sparkle,
.heart,
.bee {
  position: absolute;
  z-index: 2;
  user-select: none;
}

.sparkle-a {
  left: 7%;
  top: 180px;
  color: #dfb56b;
  font-size: 34px;
}

.sparkle-b {
  right: 7%;
  top: 190px;
  color: #dfb56b;
  font-size: 31px;
}

.heart-a {
  left: 11%;
  top: 145px;
  color: #d6ad71;
  font-size: 30px;
  transform: rotate(-12deg);
}

.bee-a {
  right: 15%;
  top: 220px;
  font-size: 29px;
  transform: rotate(7deg);
}

/* BEAR */
.mascot-left {
  position: absolute;
  left: 4.5%;
  bottom: 10px;
  z-index: 2;
}

.peek-bear {
  position: absolute;
  right: -34px;
  bottom: 40px;
  z-index: 2;
  transform: rotate(8deg);
}

.bear-pot {
  position: relative;
}

.bear-pot-lg {
  width: 160px;
  height: 175px;
}

.bear-pot-avatar {
  width: 105px;
  height: 112px;
}

.bear {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 92px;
  height: 92px;
  z-index: 2;
}

.bear-pot-lg .bear {
  width: 110px;
  height: 110px;
}

.bear-pot-avatar .bear {
  width: 74px;
  height: 74px;
}

.face {
  position: absolute;
  inset: 12px 8px 0;
  border-radius: 48% 48% 45% 45%;
  background: #d2a06c;
  border: 4px solid #2f261e;
  display: block;
}

.ear {
  position: absolute;
  top: 4px;
  width: 31px;
  height: 31px;
  background: #d9a56d;
  border: 4px solid #2f261e;
  border-radius: 50%;
  z-index: 0;
}

.ear::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #f1c993;
  border: 2px solid #2f261e;
}

.ear-left {
  left: 2px;
}

.ear-right {
  right: 2px;
}

.eye {
  position: absolute;
  top: 38%;
  width: 7px;
  height: 9px;
  background: #201a15;
  border-radius: 50%;
}

.eye-left {
  left: 27%;
}

.eye-right {
  right: 27%;
}

.muzzle {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translateX(-50%);
  width: 34px;
  height: 26px;
  border-radius: 50%;
  background: #f4ddb7;
}

.muzzle b {
  position: absolute;
  width: 8px;
  height: 6px;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  background: #15110f;
  border-radius: 60% 60% 50% 50%;
}

.muzzle b::before,
.muzzle b::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 10px;
  height: 8px;
  border-bottom: 2px solid #17120e;
}

.muzzle b::before {
  right: 2px;
  border-radius: 0 0 0 9px;
}

.muzzle b::after {
  left: 2px;
  border-radius: 0 0 9px 0;
}

.paw {
  position: absolute;
  width: 26px;
  height: 25px;
  background: #d19c66;
  border: 3px solid #2f261e;
  border-radius: 50%;
  bottom: 0;
  z-index: 4;
}

.paw-left {
  left: 18px;
}

.paw-right {
  right: 18px;
}

.pot {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 98px;
  height: 72px;
  background: #9c6f3c;
  border: 4px solid #4a3422;
  border-radius: 13px 13px 35px 35px;
  z-index: 3;
  overflow: visible;
}

.bear-pot-avatar .pot {
  width: 65px;
  height: 46px;
  border-width: 3px;
}

.pot::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 6px;
  right: 6px;
  height: 18px;
  background: var(--honey-light);
  border: 3px solid #6f4b27;
  border-radius: 50%;
}

.pot::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 27px;
  right: 8px;
  top: 4px;
  background: var(--honey);
  border-radius: 0 0 14px 14px;
  box-shadow: -25px 5px 0 -5px var(--honey);
}

.pot span {
  position: absolute;
  inset: 27px 0 auto;
  text-align: center;
  color: #f5d5a1;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  letter-spacing: .5px;
  font-size: 15px;
}

.peek-bear .bear {
  position: relative;
  left: 0;
  transform: none;
  width: 125px;
  height: 125px;
}

/* MAIN */
main {
  padding: 0 22px 70px;
}

.section {
  width: min(920px, 100%);
  margin: 0 auto 38px;
}

.section-title {
  width: fit-content;
  min-width: 250px;
  margin: 0 auto 30px;
  padding: 10px 28px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #c7a87b, var(--brand));
  color: white;
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .7px;
  box-shadow: 0 8px 18px rgba(120, 87, 52, 0.14);
}

.section-title span {
  font-size: 13px;
  margin: 0 10px;
  vertical-align: 2px;
}

.cards-grid {
  display: grid;
  gap: 28px;
}

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

.link-card,
.email-card {
  text-decoration: none;
}

.link-card {
  position: relative;
  min-height: 138px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 28px;
  background: rgba(255, 253, 248, .95);
  border: 2px solid #ecd8b9;
  border-radius: 28px;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(91, 67, 40, 0.15);
  border-color: #cfb083;
}

.icon-circle {
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f2dfc2;
  color: var(--brand-deep);
  border: 1px solid #ead2ae;
  font-family: "Baloo 2", sans-serif;
  font-size: 43px;
  font-weight: 800;
}

.tiktok-icon {
  font-size: 46px;
  padding-bottom: 4px;
}

.ig-outline {
  width: 38px;
  height: 38px;
  border: 4px solid var(--brand-deep);
  border-radius: 10px;
  position: relative;
}

.ig-outline::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 4px solid var(--brand-deep);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ig-outline i {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  background: var(--brand-deep);
}

.card-copy {
  min-width: 0;
  flex: 1;
}

.card-copy strong {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 29px;
  line-height: 1.1;
  color: var(--brand-deep);
}

.card-copy span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 800;
  color: #765739;
}

.arrow {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d5b07c;
  color: white;
  font-size: 42px;
  line-height: 1;
  padding-bottom: 5px;
}

.mini-bear,
.mini-pot-bear {
  position: absolute;
  z-index: 2;
  user-select: none;
  filter: drop-shadow(0 5px 5px rgba(69, 45, 24, 0.08));
}

.mini-bear {
  color: #7d5f42;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  font-size: 27px;
}

.mini-bear-top-left {
  left: -11px;
  top: -25px;
  transform: rotate(-7deg);
}

.mini-pot-bear {
  font-size: 38px;
}

.mini-pot-bear-top {
  right: 18px;
  top: -33px;
}

/* COUPONS */
.discount-section {
  margin-top: 32px;
}

.coupon-card {
  position: relative;
  min-height: 260px;
  padding: 28px 24px 23px;
  background:
    linear-gradient(180deg, rgba(255,252,246,.95), rgba(250,241,228,.96));
  border: 2px solid #ead1ae;
  border-radius: 28px;
  box-shadow: var(--shadow);
  text-align: center;
  overflow: visible;
}

.coupon-card::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px dashed #e1bd88;
  border-radius: 20px;
  pointer-events: none;
}

.coupon-tag {
  position: absolute;
  left: 31px;
  top: 30px;
  color: #d39d54;
  font-size: 43px;
  transform: rotate(42deg);
  z-index: 1;
}

.coupon-sparkle,
.coupon-heart {
  position: absolute;
  right: 35px;
  top: 40px;
  color: #e3b86d;
  z-index: 1;
}

.coupon-heart {
  color: #df9f68;
}

.coupon-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-family: "Baloo 2", sans-serif;
  font-size: 38px;
  color: var(--brand-deep);
}

.code-pill {
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 2px dashed #dfba85;
  border-radius: 16px;
  padding: 11px 20px;
  margin-bottom: 22px;
  background: #f8ecdb;
  color: #6f5335;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.code-pill:hover {
  transform: translateY(-2px);
  background: #f4e2c8;
}

.code-pill b {
  color: var(--brand-deep);
}

.brand-button {
  position: relative;
  z-index: 1;
  width: min(100%, 330px);
  min-height: 58px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(180deg, #b99464, #987244);
  color: white;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 7px 14px rgba(88, 57, 31, 0.14);
  transition: transform .18s ease, filter .18s ease;
}

.brand-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.brand-button span {
  font-size: 30px;
  line-height: 0;
}

.discount-bear {
  bottom: -22px;
  font-size: 44px;
}

.discount-bear.left {
  left: -10px;
}

.discount-bear.right {
  right: -10px;
}

/* CONTACT */
.contact-section {
  margin-top: 54px;
}

.email-card {
  position: relative;
  width: min(700px, 100%);
  min-height: 118px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 23px 30px;
  border: 2px solid #ead2ae;
  border-radius: 25px;
  background: #fffdf9;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.email-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(91, 67, 40, 0.14);
}

.envelope {
  font-size: 31px;
}

.email-divider {
  width: 2px;
  height: 62px;
  background: repeating-linear-gradient(
    to bottom,
    #ddbf91 0 7px,
    transparent 7px 13px
  );
}

.email-text {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 800;
  color: var(--brand-deep);
}

.contact-bear {
  left: 8px;
  top: -31px;
}

.tiny-honey {
  margin-left: auto;
  font-size: 28px;
}

/* FOOTER */
.footer {
  position: relative;
  min-height: 160px;
  padding: 70px 20px 25px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, #dfc194 0%, #c9a97b 100%);
  clip-path: polygon(
    0 22%, 4% 15%, 8% 23%, 12% 13%, 16% 23%, 20% 14%, 24% 22%,
    28% 12%, 32% 23%, 36% 14%, 40% 22%, 44% 13%, 48% 22%,
    52% 12%, 56% 23%, 60% 14%, 64% 22%, 68% 13%, 72% 23%,
    76% 14%, 80% 22%, 84% 13%, 88% 22%, 92% 14%, 96% 22%, 100% 15%,
    100% 100%, 0 100%
  );
}

.footer-copy {
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #725233;
}

.footer-copy span {
  color: #8f6541;
}

.footer-pot {
  font-size: 28px;
  margin-top: -8px;
}

.footer-bear {
  position: absolute;
  right: 7%;
  bottom: 10px;
  font-size: 70px;
}

.flower {
  position: absolute;
  bottom: 20px;
  color: #fff3d9;
  font-size: 38px;
}

.flower-left {
  left: 4%;
}

.flower-right {
  right: 2.5%;
}

/* TOAST */
.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 20px);
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--brand-deep);
  color: white;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,.16);
}

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

/* RESPONSIVE */
@media (max-width: 820px) {
  .hero {
    min-height: 500px;
  }

  .cards-grid.two {
    grid-template-columns: 1fr;
  }

  .mascot-left {
    left: -32px;
    transform: scale(.78);
    transform-origin: bottom left;
  }

  .peek-bear {
    right: -62px;
    transform: rotate(8deg) scale(.78);
  }

  .bee-a {
    right: 9%;
  }

  .section {
    margin-bottom: 34px;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 470px;
    padding-inline: 15px;
  }

  .hero-inner {
    margin-top: 62px;
  }

  .avatar-ring {
    width: 126px;
    height: 126px;
  }

  .mascot-left {
    left: -50px;
    bottom: -5px;
    transform: scale(.66);
  }

  .peek-bear {
    right: -75px;
    bottom: 55px;
    transform: rotate(8deg) scale(.65);
  }

  .heart-a {
    left: 7%;
  }

  .bee-a {
    right: 7%;
    top: 240px;
  }

  main {
    padding-inline: 14px;
  }

  .section-title {
    min-width: 205px;
    font-size: 19px;
    padding: 9px 19px;
  }

  .link-card {
    min-height: 118px;
    padding: 21px 18px;
    gap: 15px;
  }

  .icon-circle {
    width: 63px;
    height: 63px;
    font-size: 34px;
  }

  .ig-outline {
    width: 32px;
    height: 32px;
  }

  .card-copy strong {
    font-size: 25px;
  }

  .card-copy span {
    font-size: 16px;
  }

  .arrow {
    width: 44px;
    height: 44px;
    font-size: 35px;
  }

  .coupon-card {
    min-height: 245px;
  }

  .email-card {
    padding: 22px 18px;
    gap: 14px;
  }

  .email-divider {
    display: none;
  }

  .email-card .icon-circle {
    width: 56px;
    height: 56px;
  }

  .tiny-honey {
    display: none;
  }

  .footer-bear {
    font-size: 56px;
    right: 4%;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
