:root {
  --orange: #ffad00;
  --ink: #111111;
  --paper: #f7f7f7;
  --line: #dedede;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.site {
  width: 100%;
  margin: 0 auto;
  background: var(--paper);
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 560px;
  padding: 72px 70px 0;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 24px;
  background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
  isolation: isolate;
}
.hero-copy {
  position: relative;
  z-index: 4;
  padding-top: 6px;
  max-width: 580px;
}
h1,
h2 {
  font-family: "Odor Mean Chey", serif;
  margin: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
}
h1 {
  font-size: clamp(44px, 5.8vw, 86px);
  line-height: 0.97;
}
.hero p {
  font-size: 17px;
  line-height: 1.58;
  max-width: 560px;
  margin: 18px 0 25px;
  color: #000000;
}
.ca-wrap {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  width: min(100%, 540px);
  height: 52px;
  border: 1px solid #00000047;
  background: #fff;
  border-radius: 21px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 2px;
  background: #ffffffcc;
  justify-content: space-between;
}
.ca-text {
  flex: 1;
  padding: 0 17px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.copy-btn {
  height: 100%;
  min-width: 96px;
  border: 0.82px solid #000000;
  background: var(--orange);
  color: #000000;
  font:
    600 13px "Poppins",
    sans-serif;
  cursor: pointer;
  border-radius: 21px;
  transition: 0.2s ease;
}
.copy-btn:hover {
  filter: brightness(0.95);
}
.copy-btn:active {
  transform: scale(0.98);
}

.hero-art {
  position: relative;
  min-height: 488px;
  z-index: 2;
}
.rich {
  position: absolute;
  width: min(570px, 54vw);
  max-width: 100%;
  right: -34px;
  bottom: 0;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.13));
  animation: rise 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.worker {
  position: absolute;
  width: 245px;
  left: 0;
  bottom: 0;
  z-index: 3;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.11));
  animation: rise 0.75s 0.12s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.community {
  min-height: 440px;
  background: var(--orange);
  padding: 72px 64px;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 52px;
  align-items: center;
  flex: 1;
}
.story-card {
  position: relative;
  background: #fff;
  border: 3px solid #000000;
  overflow: hidden;
  transform: rotate(-0.25deg);
  transition: 0.25s ease;
}
.story-card:hover {
  transform: translateY(-4px) rotate(0deg);
}
.story-card img {
  display: block;
  width: 100%;
  height: auto;
}
.panel-note {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  padding: 10px 12px;
  max-width: 45%;
  width: 100%;
  z-index: 3;
}
.panel-note h3 {
  margin: 0 0 4px;
  font-family: "Odor Mean Chey", serif;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  font-weight: 400;
}
.panel-note p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #000000;
}
.panel-note.left {
  left: 12px;
  bottom: 12px;
}
.panel-note.right {
  left: 52%;
  top: 12px;
  max-width: 46%;
}
.community-copy {
  padding: 10px 10px 10px 0;
}
h2 {
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.03;
  max-width: 440px;
}
.community-copy p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 470px;
  margin: 18px 0 24px;
}
.socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.social-btn {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 46px;
  padding: 0 18px;
  border-radius: 18px;
  background: #fff;
  color: #000000;
  border: 0.85px solid #000000;
  font-size: 13px;
  font-weight: 600;
  transition: 0.18s ease;
}
.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #000000;
}
.social-btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #000000;
}
.social-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer-note {
  font:
    500 11px "Poppins",
    sans-serif;
  opacity: 0.62;
  margin-top: 20px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 18px);
  padding: 10px 16px;
  border-radius: 999px;
  background: #000000;
  color: #fff;
  font:
    500 13px "Poppins",
    sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 99;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .site {
    width: 100%;
    margin: 0 auto;
  }
  .hero {
    padding: 48px 34px 0;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 8px;
  }
  .hero-copy {
    max-width: none;
  }
  h1 {
    font-size: clamp(48px, 13vw, 78px);
  }
  .hero p {
    font-size: 15px;
    margin-top: 13px;
  }
  .hero-art {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: auto;
    margin-top: 20px;
  }
  .rich {
    width: min(520px, 79vw);
    right: 0;
    max-width: 60%;
    position: relative;
  }
  .worker {
    width: min(220px, 35vw);
    bottom: 0;
    width: 28%;
  }
  .community {
    grid-template-columns: 1fr;
    padding: 52px 34px 56px;
    gap: 38px;
  }
  .panel-note h3 {
    font-size: 22px;
  }
  .panel-note p {
    font-size: 10px;
  }
  .community-copy {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .ca-text {
    max-width: 300px;
  }

  body {
    background: #ffffff;
  }
  .site {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .hero {
    padding: 38px 20px 0;
    overflow: hidden;
  }
  h1 {
    font-size: 53px;
    line-height: 0.98;
  }
  .hero p {
    font-size: 14px;
    line-height: 1.55;
  }
  .ca-wrap {
    height: 48px;
    border-radius: 11px;
  }
  .ca-text {
    font-size: 11px;
    padding-left: 13px;
    max-width: 260px;
  }
  .copy-btn {
    min-width: 82px;
  }
  .hero-art {
    margin-top: 12px;
  }
  .rich {
    width: 70%;
  }
  .worker {
    width: 30%;
  }
  .community {
    padding: 42px 20px 48px;
    gap: 34px;
  }
  .story-card {
    border-width: 4px;
  }
  .panel-note {
    padding: 4px 6px;
    max-width: 37%;
    border-width: 1.5px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.94);
  }
  .panel-note.left {
    left: 5px;
    bottom: 5px;
  }
  .panel-note.right {
    left: 52%;
    top: 5px;
    max-width: 41%;
  }
  .panel-note h3 {
    margin-bottom: 2px;
    font-size: clamp(9px, 2.7vw, 12px);
    line-height: 1;
    white-space: nowrap;
  }
  .panel-note p {
    font-size: clamp(5.5px, 1.75vw, 8px);
    line-height: 1.15;
  }
  h2 {
    font-size: 49px;
  }
  .community-copy p {
    font-size: 14px;
    margin: 14px 0 20px;
  }
  .socials {
    gap: 10px;
  }
  .social-btn {
    height: 44px;
    padding: 0 14px;
    font-size: 12px;
    flex: 1;
    justify-content: center;
    min-width: 150px;
  }
}
@media (max-width: 400px) {
  .ca-text {
    font-size: 9px;
    padding-left: 7px;
    max-width: 178px;
  }
  .copy-btn {
    min-width: 69px;
  }
}

/* =========================================================
   ANIMATION LAYER
   Visual-only additions: no layout/content changes.
   ========================================================= */

.hero-copy h1 {
  opacity: 0;
  animation: heroTitleIn 0.8s 0.08s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-copy > p {
  opacity: 0;
  animation: heroTextIn 0.7s 0.22s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.ca-wrap {
  position: relative;
  opacity: 0;
  animation: heroTextIn 0.7s 0.34s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.rich,
.worker {
  will-change: transform, opacity;
}

.community {
  position: relative;
  overflow: hidden;
}

/* Scroll reveal states are enabled by JS only. */
.animations-ready .reveal-left,
.animations-ready .reveal-right,
.animations-ready .reveal-up {
  opacity: 0;
  transition:
    opacity 0.75s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.animations-ready .reveal-left {
  transform: translate3d(-44px, 18px, 0) rotate(-0.25deg);
}

.animations-ready .reveal-right {
  transform: translate3d(44px, 18px, 0);
}

.animations-ready .reveal-up {
  transform: translate3d(0, 22px, 0) scale(0.96);
}

.animations-ready .reveal-left.is-visible {
  opacity: 1;
  transform: rotate(-0.25deg);
}

.animations-ready .reveal-right.is-visible,
.animations-ready .reveal-up.is-visible {
  opacity: 1;
  transform: none;
}

.animations-ready .story-card.reveal-left.is-visible:hover {
  transform: translateY(-4px) rotate(0deg);
}

/* The labels appear after the story image rather than all at once. */
.animations-ready .story-card:not(.is-visible) .panel-note {
  opacity: 0;
  transform: translateY(12px) scale(0.94);
}

.animations-ready .story-card.is-visible .panel-note {
  animation: panelPop 0.5s cubic-bezier(0.2, 0.9, 0.25, 1.15) both;
}

.animations-ready .story-card.is-visible .panel-note.left {
  animation-delay: 0.24s;
}

.animations-ready .story-card.is-visible .panel-note.right {
  animation-delay: 0.38s;
}

.animations-ready .community-copy.is-visible h2 {
  animation: communityTitleIn 0.65s 0.1s both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.animations-ready .community-copy.is-visible > p {
  animation: softFadeUp 0.6s 0.22s both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.animations-ready .community-copy.is-visible .social-btn {
  animation: socialButtonIn 0.55s both cubic-bezier(0.2, 0.9, 0.25, 1.1);
}

.animations-ready .community-copy.is-visible .social-btn:nth-child(1) {
  animation-delay: 0.34s;
}

.animations-ready .community-copy.is-visible .social-btn:nth-child(2) {
  animation-delay: 0.44s;
}

/* Hover polish */
.copy-btn,
.social-btn {
  position: relative;
  overflow: hidden;
}

.copy-btn::after,
.social-btn::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -45%;
  width: 34%;
  height: 220%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.45);
  transform: rotate(22deg) translateX(-220%);
  transition: transform 0.55s ease;
}

.copy-btn:hover::after,
.social-btn:hover::after {
  transform: rotate(22deg) translateX(520%);
}

.copy-btn.copy-success {
  animation: copySuccess 0.42s ease;
}

.social-btn img {
  transition: transform 0.25s ease;
}

.social-btn:hover img {
  transform: rotate(-7deg) scale(1.12);
}

/* Keyframes */
@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.975);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes panelPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes communityTitleIn {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes softFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes socialButtonIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes copySuccess {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.94);
  }
  100% {
    transform: scale(1);
  }
}

/* Keep movement comfortable for users who disable animation. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .animations-ready .reveal-left,
  .animations-ready .reveal-right,
  .animations-ready .reveal-up {
    opacity: 1;
    transform: none;
  }
}

/* Hero characters: one-time entrance only */
.rich {
  animation: richEnter 0.9s 0.18s cubic-bezier(0.2, 0.8, 0.2, 1) both !important;
}

.worker {
  animation: workerEnter 0.85s 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) both !important;
}

@keyframes richEnter {
  from {
    opacity: 0;
    transform: translate3d(28px, 22px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes workerEnter {
  from {
    opacity: 0;
    transform: translate3d(-24px, 22px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
