:root {
  --cream: #f8f3eb;
  --paper: rgba(255, 251, 244, 0.72);
  --gold: #f1cb63;
  --gold-deep: #d4ad40;
  --green: #6ea468;
  --green-deep: #4d8654;
  --wine: #66170d;
  --red: #b3484f;
  --ink: #542117;
  --shadow: rgba(92, 44, 22, 0.15);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Noto Serif TC", serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(241, 203, 99, 0.22), transparent 30%),
    radial-gradient(circle at bottom right, rgba(110, 164, 104, 0.18), transparent 35%),
    linear-gradient(135deg, #fbf7f1 0%, #f8f3eb 52%, #f0ece5 100%);
  overflow-x: hidden;
}

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

.page-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.7;
  animation: drift 14s ease-in-out infinite;
}

.orb-gold {
  top: 4%;
  left: -3%;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(241, 203, 99, 0.48), transparent 70%);
}

.orb-green {
  right: -4%;
  bottom: 12%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(110, 164, 104, 0.4), transparent 72%);
  animation-delay: -4s;
}

.orb-red {
  top: 52%;
  left: 42%;
  width: 13rem;
  height: 13rem;
  background: radial-gradient(circle, rgba(179, 72, 79, 0.28), transparent 72%);
  animation-delay: -8s;
}

.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 23, 13, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 23, 13, 0.045) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
  opacity: 0.45;
  pointer-events: none;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 3.5rem;
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 4rem 0;
}

.copy-panel {
  position: relative;
}

.brand-lockup {
  width: min(350px, 76vw);
  padding: 1.1rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 244, 0.38));
  box-shadow:
    0 28px 60px rgba(102, 23, 13, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand-logo {
  width: 100%;
  border-radius: 1.4rem;
  box-shadow: 0 20px 45px rgba(102, 23, 13, 0.12);
}

.eyebrow {
  margin: 2rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: 0.42em;
  color: rgba(84, 33, 23, 0.78);
}

h1 {
  margin: 1.05rem 0 0;
  font-size: clamp(3rem, 7.4vw, 5.85rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: var(--wine);
  text-wrap: balance;
}

.opening-copy {
  margin: 1.2rem 0 0;
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--green-deep);
}

.support-copy {
  max-width: 34rem;
  margin: 1.4rem 0 0;
  font-size: clamp(1rem, 1.65vw, 1.16rem);
  line-height: 1.95;
  color: rgba(84, 33, 23, 0.82);
}

.status-card {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem 1.3rem;
  border: 1px solid rgba(102, 23, 13, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 45px rgba(102, 23, 13, 0.08);
  backdrop-filter: blur(14px);
}

.status-label,
.status-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--wine);
}

.status-line {
  display: inline-block;
  width: 4.6rem;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--red));
  border-radius: 999px;
  transform-origin: left center;
  animation: linePulse 3s ease-in-out infinite;
}

.visual-panel {
  position: relative;
  min-height: 42rem;
}

.visual-frame {
  position: absolute;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(92, 44, 22, 0.16);
}

.visual-primary {
  inset: 2rem 0 8rem 5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 246, 231, 0.32));
  padding: 0.9rem;
  animation: floatCard 8.5s ease-in-out infinite;
}

.visual-secondary {
  right: 2rem;
  bottom: 1rem;
  width: 48%;
  aspect-ratio: 0.92;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 244, 0.3));
  padding: 0.85rem;
  animation: floatCard 9.5s ease-in-out infinite reverse;
}

.image-wrap {
  position: relative;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(102, 23, 13, 0.02), transparent 36%),
    linear-gradient(180deg, transparent 48%, rgba(102, 23, 13, 0.14) 100%);
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.accent-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.15rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 251, 246, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 35px rgba(92, 44, 22, 0.12);
}

.accent-card-gold {
  top: 0;
  right: 3.6rem;
  color: #7b5f15;
  border: 1px solid rgba(241, 203, 99, 0.52);
}

.accent-card-green {
  left: 0;
  bottom: 9.5rem;
  color: #38633e;
  border: 1px solid rgba(110, 164, 104, 0.52);
}

.accent-card-red {
  right: 0;
  bottom: -0.2rem;
  color: #7a2229;
  border: 1px solid rgba(179, 72, 79, 0.4);
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.2rem, -1rem, 0) scale(1.04);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(0.6deg);
  }
}

@keyframes linePulse {
  0%,
  100% {
    transform: scaleX(0.92);
    opacity: 0.82;
  }
  50% {
    transform: scaleX(1.04);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 2.6rem;
    padding: 3rem 0 4rem;
  }

  .copy-panel {
    text-align: center;
  }

  .brand-lockup {
    margin: 0 auto;
  }

  .support-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .visual-panel {
    min-height: 35rem;
    width: min(100%, 42rem);
    margin: 0 auto;
  }

  .visual-primary {
    inset: 1.8rem 1.4rem 7rem 1.4rem;
  }

  .visual-secondary {
    width: 42%;
    right: 0;
  }

  .accent-card-green {
    left: 1rem;
  }
}

@media (max-width: 720px) {
  .hero {
    width: min(100% - 1.4rem, 38rem);
    padding-top: 2rem;
  }

  h1 {
    letter-spacing: 0.03em;
  }

  .eyebrow {
    letter-spacing: 0.28em;
  }

  .opening-copy {
    letter-spacing: 0.12em;
  }

  .status-card {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 1.2rem;
  }

  .visual-panel {
    min-height: 29rem;
  }

  .visual-primary {
    inset: 1rem 0 6.5rem;
  }

  .visual-secondary {
    width: 58%;
    right: 0;
    bottom: 0;
  }

  .accent-card {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
  }

  .accent-card-gold {
    top: -0.2rem;
    right: 1rem;
  }

  .accent-card-green {
    left: 0;
    bottom: 6.6rem;
  }

  .accent-card-red {
    right: 0;
    bottom: -0.8rem;
  }
}
