/* ============ USkin — uskincare.eu ============ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..600;1,9..144,400..500&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --cream:    #FAF8F5;
  --cream-2:  #FDF2EF;
  --paper:    #FFFFFF;
  --ink:      #1B1714;
  --muted:    #6B635D;
  --faint:    #A79F98;
  --teal:     #3BB9A6;
  --teal-dk:  #2C9A89;
  --pink:     #E59A98;
  --pink-soft:#F6D9D5;
  --line:     rgba(27,23,20,0.09);
  --shadow:   0 30px 80px -30px rgba(60,40,35,0.30);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* grain + atmosphere */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 78% -5%, rgba(229,154,152,0.22), transparent 60%),
    radial-gradient(50% 45% at 8% 8%, rgba(59,185,166,0.12), transparent 60%);
}
body::after {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.shell { position: relative; z-index: 1; }

/* ---------- nav ---------- */
nav.top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px, 6vw, 80px);
  backdrop-filter: blur(14px);
  background: rgba(250,248,245,0.72);
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}
nav.top.scrolled { border-bottom-color: var(--line); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 4px 14px -4px rgba(229,154,152,.6); }
.brand b { font-family: var(--serif); font-weight: 600; font-size: 22px; letter-spacing: -.01em; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.pill {
  font-size: 13px; font-weight: 600; color: var(--teal-dk);
  background: rgba(59,185,166,0.12); padding: 8px 16px; border-radius: 100px;
  border: 1px solid rgba(59,185,166,0.22);
}

/* ---------- hero ---------- */
.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center;
  padding: clamp(40px, 7vw, 96px) clamp(20px, 6vw, 80px) clamp(40px, 6vw, 80px);
  max-width: 1280px; margin: 0 auto;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--teal-dk); margin-bottom: 26px;
}
.eyebrow::before { content: ''; width: 26px; height: 1.5px; background: var(--teal); display: inline-block; }
.hero h1 {
  font-family: var(--serif); font-weight: 500; letter-spacing: -.02em;
  font-size: clamp(40px, 6vw, 74px); line-height: 1.02; color: var(--ink);
}
.hero h1 em { font-style: italic; color: var(--pink); }
.hero p.lede {
  font-size: clamp(16px, 1.5vw, 19px); color: var(--muted);
  margin: 26px 0 36px; max-width: 30em;
}
.cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.btn-store {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--ink); color: #fff; padding: 15px 26px; border-radius: 100px;
  font-weight: 600; font-size: 15px; transition: transform .25s, box-shadow .25s;
  box-shadow: 0 14px 34px -14px rgba(27,23,20,.5);
}
.btn-store:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(27,23,20,.55); }
.btn-store small { display: block; font-size: 10.5px; font-weight: 500; opacity: .7; letter-spacing: .04em; }
.btn-store span { font-size: 17px; line-height: 1; }
.soon { font-size: 14px; color: var(--faint); font-weight: 500; }

/* hero visual */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  width: clamp(220px, 26vw, 300px); border-radius: 38px; overflow: hidden;
  border: 8px solid #14110f; box-shadow: var(--shadow);
  transform: rotate(2.5deg); background: #14110f;
}
.phone img { width: 100%; }
.float-icon {
  position: absolute; left: -6%; top: 8%; width: clamp(72px, 9vw, 104px); height: auto;
  border-radius: 24px; box-shadow: 0 22px 50px -16px rgba(229,154,152,.7);
  transform: rotate(-8deg); animation: bob 5s ease-in-out infinite;
}
.blob-badge {
  position: absolute; right: -4%; bottom: 12%;
  background: var(--paper); border-radius: 20px; padding: 14px 18px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px;
  animation: bob2 6s ease-in-out infinite;
}
.blob-badge .ring {
  width: 46px; height: 46px; border-radius: 50%;
  background: conic-gradient(var(--teal) 78%, #ECE7E2 0); display: grid; place-items: center;
}
.blob-badge .ring i { width: 36px; height: 36px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: 15px; }
.blob-badge b { font-size: 13px; display: block; }
.blob-badge small { font-size: 11.5px; color: var(--muted); }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-12px) rotate(-8deg); } }
@keyframes bob2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- marquee strip ---------- */
.strip {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--cream-2);
  display: flex; gap: 60px; justify-content: center; flex-wrap: wrap;
  padding: 26px clamp(20px, 6vw, 80px); text-align: center;
}
.strip div { font-size: 14px; color: var(--muted); font-weight: 500; }
.strip b { font-family: var(--serif); font-weight: 600; color: var(--ink); font-size: 26px; display: block; }

/* ---------- features ---------- */
.section { max-width: 1180px; margin: 0 auto; padding: clamp(64px, 9vw, 120px) clamp(20px, 6vw, 80px); }
.section-head { max-width: 32em; margin-bottom: 60px; }
.section-head h2 {
  font-family: var(--serif); font-weight: 500; letter-spacing: -.02em;
  font-size: clamp(30px, 4vw, 46px); line-height: 1.08;
}
.section-head p { color: var(--muted); margin-top: 16px; font-size: 17px; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--paper); border-radius: 28px; padding: 30px 28px 0;
  border: 1px solid var(--line); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card .tag {
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal-dk);
}
.card h3 { font-family: var(--serif); font-weight: 500; font-size: 25px; margin: 12px 0 10px; letter-spacing: -.01em; }
.card p { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
.card .shot { margin-top: auto; border-radius: 18px 18px 0 0; overflow: hidden; box-shadow: 0 -10px 30px -20px rgba(0,0,0,.3); }
.card .shot img { width: 100%; transform: translateY(6px); }
.card.tint-pink { background: linear-gradient(180deg, #FDF2EF, var(--paper)); }
.card.tint-teal { background: linear-gradient(180deg, #ECF7F4, var(--paper)); }

/* ---------- quote ---------- */
.quote-wrap { background: var(--ink); color: #fff; }
.quote {
  max-width: 1000px; margin: 0 auto; padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 80px); text-align: center;
}
.quote .mark { width: 56px; margin: 0 auto 30px; opacity: .9; }
.quote p {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(24px, 3.5vw, 40px); line-height: 1.25; letter-spacing: -.01em;
}
.quote p b { color: var(--pink); font-style: normal; font-weight: 500; }

/* ---------- footer ---------- */
footer.site {
  background: var(--cream-2); border-top: 1px solid var(--line);
  padding: clamp(56px, 7vw, 88px) clamp(20px, 6vw, 80px) 40px;
}
.foot-grid { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; }
.foot-brand { max-width: 24em; }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand p { color: var(--muted); font-size: 14.5px; }
.foot-cols { display: flex; gap: 70px; flex-wrap: wrap; }
.foot-cols h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin-bottom: 16px; }
.foot-cols a { display: block; color: var(--muted); font-size: 14.5px; margin-bottom: 11px; transition: color .2s; }
.foot-cols a:hover { color: var(--ink); }
.foot-bottom {
  max-width: 1180px; margin: 56px auto 0; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 13px; color: var(--faint);
}
.disclaimer { max-width: 1180px; margin: 18px auto 0; font-size: 12px; color: var(--faint); line-height: 1.6; }

/* ---------- legal pages ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: clamp(48px, 7vw, 90px) clamp(20px, 6vw, 40px) 80px; }
.legal h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5vw, 52px); letter-spacing: -.02em; }
.legal .updated { color: var(--faint); font-size: 14px; margin: 10px 0 44px; }
.legal h2 { font-family: var(--serif); font-weight: 600; font-size: 22px; margin: 38px 0 12px; letter-spacing: -.01em; }
.legal p { color: var(--muted); margin-bottom: 4px; font-size: 16px; }
.legal a { color: var(--teal-dk); font-weight: 600; }
.legal a:hover { text-decoration: underline; }

/* ---------- reveal on load ---------- */
.reveal { opacity: 0; transform: translateY(22px); animation: rise .9s cubic-bezier(.2,.7,.3,1) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.d1{animation-delay:.05s}.d2{animation-delay:.16s}.d3{animation-delay:.27s}.d4{animation-delay:.38s}.d5{animation-delay:.5s}

/* ---------- responsive ---------- */
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; text-align: center; gap: 56px; }
  .eyebrow, .cta-row { justify-content: center; }
  .hero p.lede { margin-left: auto; margin-right: auto; }
  .features { grid-template-columns: 1fr; }
  .nav-links .hide-sm { display: none; }
  .float-icon { left: 2%; }
}
@media (max-width: 520px) {
  .strip { gap: 32px; }
  .blob-badge { right: -2%; padding: 11px 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .float-icon, .blob-badge { animation: none !important; opacity: 1 !important; transform: none !important; }
}
