*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --rosa:       #f5b6b0;
  --rosa-mid:   #e89a93;
  --rosa-deep:  #d4837c;
  --rosa-light: #fde8e6;
  --rosa-pale:  #fff5f4;
  --gray-100:   #f3f4f6;
  --gray-200:   #e5e7eb;
  --gray-500:   #6b7280;
  --ink:        #111827;
  --white:      #ffffff;
}

html { height: 100%; }

body {
  font-family: 'Open Sans', system-ui, sans-serif;
  min-height: 100%;
  background: linear-gradient(180deg,#f5b8b4 0%,#f9cac8 10%,#fde0de 20%,#fef0ef 35%,#ffffff 50%) top/100% 650px no-repeat, #ffffff;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 80px;
  overflow-x: hidden;
  position: relative;
}

.bg-hoop {
  position: fixed;
  width: min(680px, 95vw); height: min(680px, 95vw);
  border: 18px solid var(--rosa);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: .035;
  pointer-events: none;
  z-index: 0;
}
.bg-hoop::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 2px dashed var(--rosa);
  opacity: .5;
}

.needle-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 28px;
  z-index: 300;
  overflow: hidden;
  pointer-events: none;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
}
.stitch-row {
  position: absolute;
  top: 12px; left: 0; right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg,
    var(--rosa) 0, var(--rosa) 8px,
    transparent 8px, transparent 18px
  );
  opacity: .45;
}
.stitch-row-2 {
  position: absolute;
  top: 19px; left: 0; right: 0;
  height: 1.5px;
  background: repeating-linear-gradient(90deg,
    var(--rosa-light) 0, var(--rosa-light) 5px,
    transparent 5px, transparent 14px
  );
  opacity: .4;
}
.thread-trace {
  position: absolute;
  top: 12px; left: -100px;
  width: 100px; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--rosa-light) 60%, var(--rosa) 100%);
  opacity: .9;
  animation: traceRun 3.6s linear infinite;
}
@keyframes traceRun {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(100vw + 200px)); }
}
.needle-el {
  position: absolute;
  top: 5px; left: -40px;
  animation: stitchMove 3.6s linear infinite;
  transform-origin: center bottom;
}
@keyframes stitchMove {
   0%  { transform: translate(0vw,  0px)  rotate(0deg); }
   8%  { transform: translate(8vw,  4px)  rotate(3deg); }
  16%  { transform: translate(16vw, 0px)  rotate(0deg); }
  24%  { transform: translate(24vw, 4px)  rotate(3deg); }
  32%  { transform: translate(32vw, 0px)  rotate(0deg); }
  40%  { transform: translate(40vw, 4px)  rotate(3deg); }
  48%  { transform: translate(48vw, 0px)  rotate(0deg); }
  56%  { transform: translate(56vw, 4px)  rotate(3deg); }
  64%  { transform: translate(64vw, 0px)  rotate(0deg); }
  72%  { transform: translate(72vw, 4px)  rotate(3deg); }
  80%  { transform: translate(80vw, 0px)  rotate(0deg); }
  88%  { transform: translate(88vw, 4px)  rotate(3deg); }
 100%  { transform: translate(calc(100vw + 80px), 0px) rotate(0deg); }
}

.wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
}

.hoop-wrap {
  margin-bottom: 20px;
  animation: popIn .7s cubic-bezier(.34,1.56,.64,1) .05s both;
}
@keyframes popIn {
  from { opacity: 0; transform: scale(.4) rotate(-20deg); }
  to   { opacity: 1; transform: scale(1)  rotate(0deg); }
}
.hoop-wrap img {
  display: block; width: 120px; height: 120px; object-fit: contain;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}
.hoop-wrap:hover img { transform: scale(1.06) rotate(-3deg); }

.brand-name {
  font-family: 'Open Sans', serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--ink);
  text-align: center;
  line-height: 1;
  letter-spacing: -.5px;
  animation: fadeUp .5s ease .22s both;
  position: relative;
}
.brand-name::after {
  content: '';
  display: block;
  height: 2px;
  margin: 6px auto 0;
  width: 60%;
  background: repeating-linear-gradient(90deg, var(--rosa) 0, var(--rosa) 4px, transparent 4px, transparent 9px);
  opacity: .5;
}
.brand-name em { font-style: normal; color: var(--rosa-deep); }

.brand-tagline {
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--rosa-mid);
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
  animation: fadeUp .5s ease .3s both;
}

.chain-sep {
  width: 100%;
  margin: 24px 0 28px;
  animation: fadeUp .5s ease .38s both;
}
.chain-sep svg { display: block; overflow: visible; }
.chain-link {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}
.chain-link:nth-child(1)  { animation: drawLink .25s ease .5s  forwards; }
.chain-link:nth-child(2)  { animation: drawLink .25s ease .58s forwards; }
.chain-link:nth-child(3)  { animation: drawLink .25s ease .66s forwards; }
.chain-link:nth-child(4)  { animation: drawLink .25s ease .74s forwards; }
.chain-link:nth-child(5)  { animation: drawLink .25s ease .82s forwards; }
.chain-link:nth-child(6)  { animation: drawLink .25s ease .90s forwards; }
.chain-link:nth-child(7)  { animation: drawLink .25s ease .98s forwards; }
.chain-link:nth-child(8)  { animation: drawLink .25s ease 1.06s forwards; }
.chain-link:nth-child(9)  { animation: drawLink .25s ease 1.14s forwards; }
.chain-link:nth-child(10) { animation: drawLink .25s ease 1.22s forwards; }
.chain-link:nth-child(11) { animation: drawLink .25s ease 1.30s forwards; }
.chain-link:nth-child(12) { animation: drawLink .25s ease 1.38s forwards; }
.chain-link:nth-child(13) { animation: drawLink .25s ease 1.46s forwards; }
.chain-link:nth-child(14) { animation: drawLink .25s ease 1.54s forwards; }
.chain-link:nth-child(15) { animation: drawLink .25s ease 1.62s forwards; }
.chain-link:nth-child(16) { animation: drawLink .25s ease 1.70s forwards; }
.chain-link:nth-child(17) { animation: drawLink .25s ease 1.78s forwards; }
.chain-link:nth-child(18) { animation: drawLink .25s ease 1.86s forwards; }
.chain-link:nth-child(19) { animation: drawLink .25s ease 1.94s forwards; }
.chain-link:nth-child(20) { animation: drawLink .25s ease 2.02s forwards; }
@keyframes drawLink { to { stroke-dashoffset: 0; } }

.xstitch-motif { animation: fadeUp .4s ease 1.2s both; }

.links { display: flex; flex-direction: column; gap: 11px; width: 85%; margin: 0 auto; }

.lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: .92rem;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s, border-color .2s, background .2s;
}
.lnk.vis { animation: riseUp .55s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes riseUp { to { opacity: 1; transform: translateY(0); } }

.lnk::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(110deg,
    transparent 35%, rgba(245,182,176,.18) 50%, transparent 65%
  );
  transform: translateX(-120%);
  transition: transform .55s ease;
  pointer-events: none;
}
.lnk:hover::before { transform: translateX(120%); }

.lnk:hover {
  border-color: var(--rosa);
  background: var(--rosa-pale);
  box-shadow: 0 6px 22px rgba(245,182,176,.25);
  transform: translateY(-3px) scale(1.015);
}
.lnk:active { transform: scale(.97); }

.lnk-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--rosa-light);
  transform: scale(1) rotate(0deg);
  border: 1px solid rgba(245,182,176,.3);
  color: var(--rosa-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .2s, color .2s, transform .25s cubic-bezier(.34,1.56,.64,1);
}
.lnk:hover .lnk-icon { background: var(--rosa); color: var(--white); transform: scale(1.12) rotate(-6deg); }

.lnk-body { flex: 0 1 auto; }
.lnk-title { display: block; line-height: 1.18; color: var(--ink); transition: color .2s; }
.lnk:hover .lnk-title { color: var(--rosa-deep); }
.lnk-sub   { display: block; font-size: .7rem; font-weight: 400; color: var(--gray-500); margin-top: 2px; }
.c-wa {
  background: var(--rosa);
  border-color: var(--rosa-mid);
  color: var(--white);
  box-shadow: 0 6px 24px rgba(245,182,176,.4);
}
.c-wa .lnk-title { color: var(--white); }
.c-wa .lnk-sub   { color: rgba(255,255,255,.82); }
.c-wa .lnk-icon  { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.25); color: var(--white); }
.c-wa:hover {
  background: var(--rosa-mid);
  border-color: var(--rosa-deep);
  box-shadow: 0 8px 28px rgba(232,154,147,.42);
}
.c-wa:hover .lnk-icon { background: rgba(255,255,255,.28); color: var(--white); }
.c-wa::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.6) 50%, transparent 50%) top    / 10px 2px repeat-x,
    linear-gradient(90deg, rgba(255,255,255,.6) 50%, transparent 50%) bottom / 10px 2px repeat-x,
    linear-gradient(0deg,  rgba(255,255,255,.6) 50%, transparent 50%) left   / 2px 10px repeat-y,
    linear-gradient(0deg,  rgba(255,255,255,.6) 50%, transparent 50%) right  / 2px 10px repeat-y;
}

.thread-wave-wrap {
  width: 100%; margin: 22px 0 6px;
  animation: fadeUp .5s ease .82s both;
}
.wave-path-1 {
  stroke-dasharray: 620; stroke-dashoffset: 620;
  animation: drawPath 2.4s ease 1.1s forwards;
}
.wave-path-2 {
  stroke-dasharray: 620; stroke-dashoffset: 620;
  animation: drawPath 2.8s ease 1.3s forwards;
}
@keyframes drawPath { to { stroke-dashoffset: 0; } }

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; width: 85%;
  margin: 24px auto 0;
  animation: fadeUp .5s ease .88s both;
}
.ic {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: 16px;
  padding: 14px;
  text-decoration: none; color: inherit;
  text-align: center;
  position: relative; overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .22s;
}
.ic::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cline x1='0' y1='12' x2='12' y2='0' stroke='%23f5b6b0' stroke-width='0.7' opacity='0.18'/%3E%3C/svg%3E");
  background-size: 12px 12px;
}
.ic::after {
  content: '';
  position: absolute;
  top: 8px; bottom: 8px; left: 0;
  width: 3px; border-radius: 0 2px 2px 0;
  background: repeating-linear-gradient(180deg,
    var(--rosa) 0, var(--rosa) 5px,
    transparent 5px, transparent 10px
  );
  opacity: .5;
}
.ic:hover {
  border-color: var(--rosa);
  box-shadow: 0 4px 22px rgba(245,182,176,.22);
  transform: translateY(-2px);
}
.ic:hover::after { opacity: .9; }
.ic-icon  { font-size: 1.3rem; display: block; margin-bottom: 7px; position: relative; transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
.ic:hover .ic-icon { transform: scale(1.15) rotate(-6deg); }
.ic-label { font-size: .58rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--rosa-mid); display: block; margin-bottom: 3px; position: relative; }
.ic-val   { font-size: .79rem; font-weight: 500; color: var(--ink); line-height: 1.45; display: block; position: relative; }
.ic-sub   { font-size: .68rem; color: var(--gray-500); display: block; margin-top: 2px; position: relative; }

.socials {
  display: flex; gap: 12px;
  margin-top: 24px;
  animation: fadeUp .5s ease .97s both;
}
.soc {
  width: 48px; height: 48px;
  border-radius: 15px;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), border-color .2s, box-shadow .2s;
  position: relative; overflow: hidden;
}
.soc::after {
  content: '';
  position: absolute; inset: 0; border-radius: 15px;
  background:
    linear-gradient(90deg, var(--rosa) 50%, transparent 50%) top    / 7px 1.5px repeat-x,
    linear-gradient(90deg, var(--rosa) 50%, transparent 50%) bottom / 7px 1.5px repeat-x,
    linear-gradient(0deg,  var(--rosa) 50%, transparent 50%) left   / 1.5px 7px repeat-y,
    linear-gradient(0deg,  var(--rosa) 50%, transparent 50%) right  / 1.5px 7px repeat-y;
  opacity: 0; transition: opacity .2s;
}
.soc:hover {
  transform: translateY(-4px) scale(1.08);
  border-color: var(--rosa);
  box-shadow: 0 8px 24px rgba(245,182,176,.3);
}
.soc:hover::after { opacity: .7; }

.foot-ornament {
  display: flex; align-items: center; gap: 12px;
  margin-top: 34px; width: 100%;
  animation: fadeUp .5s ease 1.02s both;
}
.foot-stitch {
  flex: 1; height: 1.5px;
  background: repeating-linear-gradient(90deg,
    var(--rosa) 0, var(--rosa) 5px,
    transparent 5px, transparent 12px
  );
  opacity: .3;
}
.foot-motif {
  font-family: 'Open Sans', serif;
  color: var(--rosa-mid); font-size: .8rem;
  letter-spacing: 5px; opacity: .55;
}
.footer {
  font-size: .68rem; color: var(--gray-500);
  text-align: center; margin-top: 12px;
  line-height: 1.85;
  animation: fadeUp .5s ease 1.06s both;
}
.footer a { color: var(--rosa-deep); text-decoration: none; font-weight: 600; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 400px) {
  .brand-name { font-size: 1.8rem; }
  .hoop-wrap img { width: 100px; height: 100px; }
}

.wa-btn-wrap {
  position: fixed; bottom: 28px; right: 28px; z-index: 99999;
  width: 80px; height: 80px; overflow: visible;
  animation: wa-btn-slide-in 1.6s cubic-bezier(.16,1,.3,1) 1.5s both;
}
.wa-btn-wrap::before, .wa-btn-wrap::after {
  content: ''; position: absolute; border-radius: 50%;
  pointer-events: none;
  animation: waBtnPulse 2s ease-out infinite;
}
.wa-btn-wrap::before { inset: -6px;  background: rgba(245,182,176,.65); }
.wa-btn-wrap::after  { inset: -12px; background: rgba(245,182,176,.3); animation-delay: .4s; }
@keyframes waBtnPulse {
  0%   { transform: scale(.9); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}
.wa-btn-link {
  display: flex; align-items: center; justify-content: center;
  width: 80px; height: 80px;
  text-decoration: none; position: relative; z-index: 1;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; overflow: visible;
}
.wa-btn-link:hover, .wa-btn-link:focus-visible { transform: scale(1.12) rotate(-6deg); outline: none; }
.wa-btn-img { width: 80px; height: 80px; object-fit: contain; display: block; max-width: none; }
.wa-btn-tip {
  position: absolute; right: 90px; top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: #fff; color: #075e54;
  font-size: 13px; font-weight: 700; font-family: sans-serif;
  white-space: nowrap; padding: 7px 14px 7px 10px; border-radius: 30px;
  box-shadow: 0 4px 16px rgba(0,0,0,.14);
  opacity: 0; pointer-events: none;
  transition: opacity .5s ease, transform .5s ease;
  display: flex; align-items: center; gap: 7px; line-height: 1;
}
.wa-btn-tip.wa-tip-visible { opacity: 1; transform: translateY(-50%) translateX(0); }
.wa-btn-dot {
  width: 9px; height: 9px; border-radius: 50%; background: #22c55e; flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(34,197,94,.25);
  animation: waBtnDot 2.4s ease-in-out infinite;
}
@keyframes wa-btn-slide-in {
  from { opacity: 0; transform: translateX(140px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes waBtnDot { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

@media (max-width: 1024px) and (min-width: 769px) {
  .wa-btn-wrap { bottom: 24px; right: 22px; width: 70px; height: 70px; }
  .wa-btn-link { width: 70px; height: 70px; }
  .wa-btn-img  { width: 70px; height: 70px; }
  .wa-btn-tip  { right: 80px; font-size: 12.5px; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .wa-btn-wrap { bottom: 20px; right: 18px; width: 56px; height: 56px; }
  .wa-btn-link { width: 56px; height: 56px; }
  .wa-btn-img  { width: 56px; height: 56px; }
  .wa-btn-tip  { right: 74px; font-size: 12px; padding: 6px 13px 6px 9px; }
}
@media (max-width: 480px) {
  .wa-btn-wrap { bottom: 16px; right: 14px; width: 60px; height: 60px; }
  .wa-btn-link { width: 60px; height: 60px; }
  .wa-btn-img  { width: 60px; height: 60px; }
  .wa-btn-tip  { right: 68px; top: 50%; bottom: auto; transform: translateY(-50%) translateX(6px); font-size: 11px; padding: 6px 11px 6px 8px; }
}
@media (max-width: 360px) {
  .wa-btn-wrap { bottom: 12px; right: 10px; width: 46px; height: 46px; }
  .wa-btn-link { width: 46px; height: 46px; }
  .wa-btn-img  { width: 46px; height: 46px; }
}
