@font-face { font-family: Inter; src: url("assets/inter-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url("assets/inter-semibold.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Inter; src: url("assets/inter-bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

* { box-sizing: border-box; }
html { background: #fff; }
body { margin: 0; font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
p, h1, h2, ul { margin: 0; padding: 0; }
ul { list-style: none; }
a:focus-visible { outline: 3px solid #8d2269; outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 18px; border-radius: 8px; background: white; color: #8d2269; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

/* Original artwork, flowing layout and readable breakpoints. */
.design { position: relative; width: 100%; overflow: clip; isolation: isolate; background: linear-gradient(#fff5eb, #fff 90%); }
.decoration { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.ribbon { position: absolute; max-width: none; height: auto; opacity: .24; }
.ribbon-front { left: calc(50% - 1100px); top: 350px; width: 2200px; }
.ribbon-back { left: calc(50% - 1250px); top: 500px; width: 2500px; }

.hero { position: relative; width: 100%; height: clamp(190px, 32svh, 300px); overflow: hidden; background: #f1eee7; border-radius: 0 0 24px 24px; }
.hero img { position: absolute; top: 0; left: 50%; width: auto; height: 100%; max-width: none; transform: translateX(-50%); }
.hero-background { mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); }

.introduction { position: relative; display: flex; align-items: center; justify-content: center; gap: 40px; padding: 24px; background: #fff; color: #f57d1c; border-radius: 0 0 28px 28px; box-shadow: 0 20px 45px -34px #794e3d52; }
.brand { width: 220px; flex-shrink: 0; display: flex; flex-direction: column; gap: 12px; }
.brand-logo, .brand-logo img { width: 220px; height: auto; }
.brand-signature { display: flex; flex-direction: column; gap: 6px; }
.brand-divider { width: 150px; height: 1px; }
.brand-signature p { font-size: 17px; font-weight: 600; line-height: 1.35; white-space: nowrap; }
.intro-divider { flex-shrink: 0; width: 19px; height: 59px; }
.intro-content { width: 288px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.intro-copy { font-size: 20px; font-weight: 600; line-height: 1.35; text-wrap: pretty; }
.benefits-button { display: inline-flex; min-height: 44px; gap: 7px; align-items: center; justify-content: center; padding: 10px 21px; border: 1px solid #d36a0c; border-radius: 100px; background: #fe7801; color: white; box-shadow: inset 0 2px 2px #ffffff40, inset 2px -2px 2px #be5900; }
.benefits-button img { width: 20px; height: 18px; }
.benefits-button span { font-size: 14px; font-weight: 600; line-height: 1.3; }

.scroll-cue { display: flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; min-height: 44px; margin: 14px auto 10px; padding: 6px 12px; color: #8d2269; font-size: 12px; font-weight: 600; letter-spacing: .02em; border-radius: 24px; }
.scroll-cue-arrow { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #8d226933; border-radius: 50%; font-size: 17px; line-height: 1; }
.social-links { position: relative; display: flex; flex-direction: column; gap: 28px; width: min(540px, calc(100% - 40px)); margin: 18px auto 0; padding-bottom: 60px; }
/* Layout boxes match the 1020 × 334 rectangles, not the exported artwork bounds. */
.social-card { position: relative; display: block; width: 100%; aspect-ratio: 1020 / 334; flex-shrink: 0; border-radius: 22px; scroll-margin-top: 20px; overflow: visible; }
.social-card img { position: absolute; top: 0; left: 0; width: 100%; max-width: none; height: auto; pointer-events: none; }
.social-card[aria-disabled="true"] { cursor: default; }
/* Figma rectangle offsets within the unmodified exports; floating icons stay visible. */
.whatsapp img { top: -8.982036%; } /* 30 px above its rectangle. */
.facebook img { top: -.066964%; } /* Fractional export origin. */
.kwai img { top: -3.215127%; left: -2.058824%; width: 102.058824%; } /* x: 21 px, y: 10.7385 px. */
.youtube img { top: -3.489968%; } /* 11.6565 px above its rectangle. */

.footer { position: relative; padding: 40px 28px 22px; border-top: 1px solid #dd5d00; color: #fff; background: linear-gradient(#f57d1c, #dd5d00); }
.footer-inner { width: min(1080px, 100%); margin: 0 auto; }
.footer-columns { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.2fr; align-items: start; gap: 30px; }
.footer-about { display: flex; flex-direction: column; gap: 14px; }
.footer-about img { width: 125px; height: auto; }
.footer-about p { opacity: .85; }
.footer p, .footer li, .footer-bottom a { font-size: 12px; font-weight: 400; line-height: 1.65; }
.footer-column { min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { font-size: 11px; font-weight: 700; letter-spacing: 1.1px; line-height: 1.4; }
.footer-column a { display: flex; align-items: center; min-height: 40px; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding-top: 16px; border-top: 1px solid #ffffff36; }
.footer-bottom p, .footer-bottom a { font-size: 11px; }
.footer-bottom a { display: flex; align-items: center; min-height: 40px; flex-shrink: 0; }
.footer a:hover { text-decoration: underline; text-underline-offset: .2em; }

@media (max-width: 960px) {
  .introduction { gap: 28px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 28px 40px; }
  .footer-about { max-width: 300px; }
  .footer p, .footer li { font-size: 13px; }
}

@media (max-width: 600px) {
  .hero { height: clamp(148px, 25svh, 210px); border-radius: 0 0 18px 18px; }
  .introduction { flex-direction: column; gap: 16px; padding: 20px 20px 18px; border-radius: 0 0 22px 22px; text-align: center; }
  .brand { width: 168px; gap: 8px; align-items: center; }
  .brand-logo, .brand-logo img { width: 168px; }
  .brand-signature { align-items: center; gap: 5px; }
  .brand-divider { width: 112px; }
  .brand-signature p { font-size: 13px; }
  .intro-divider { display: none; }
  .intro-content { width: min(290px, 100%); align-items: center; gap: 10px; }
  .intro-copy { max-width: 270px; font-size: 14px; line-height: 1.45; }
  .benefits-button { padding: 10px 22px; }
  .scroll-cue { margin: 10px auto 8px; }
  .social-links { width: min(420px, calc(100% - 36px)); gap: 20px; padding-bottom: 36px; }
  .social-card { border-radius: 16px; }
  .ribbon-front { width: 1400px; left: calc(50% - 700px); top: 330px; }
  .ribbon-back { width: 1600px; left: calc(50% - 800px); top: 430px; }
  .footer { padding: 28px 22px 18px; }
  .footer-columns { gap: 24px 18px; }
  .footer-about, .footer-contact { grid-column: 1 / -1; }
  .footer-about { max-width: 360px; gap: 12px; }
  .footer-about img { width: 115px; }
  .footer-column { gap: 8px; }
  .footer-column a { min-height: 44px; padding-block: 7px; }
  .footer-contact ul { display: grid; gap: 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 20px; padding-top: 18px; }
  .footer-bottom a { min-height: 44px; }
}

@media (max-width: 359px) {
  .introduction { gap: 12px; padding-block: 16px; }
  .brand, .brand-logo, .brand-logo img { width: 154px; }
  .social-links { width: calc(100% - 28px); }
  .footer { padding-inline: 18px; }
}

@media (min-width: 601px) and (max-height: 600px) {
  .hero { height: 160px; }
  .introduction { padding-block: 18px; }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .social-card[href], .benefits-button, .scroll-cue-arrow { transition: transform 180ms ease; }
  .benefits-button:active, .social-card[href]:active { transform: scale(.96); }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .social-card[href]:hover { transform: translateY(-3px); }
  .benefits-button:hover { transform: translateY(-2px); }
  .scroll-cue:hover .scroll-cue-arrow { transform: translateY(3px); }
}
