/*
Theme Name: Divan Kozmetik
Theme URI: https://www.divankozmetik.com
Author: Divan Kozmetik
Description: Divan Kozmetik - Nem Bombası profesyonel tek sayfalık tema
Version: 2.0.0
Text Domain: divan
*/

:root {
    --clr-bg:       #FFF7F5;
    --clr-bg-warm:  #FFF0EB;
    --clr-card:     #FFFFFF;
    --clr-ink:      #432C34;
    --clr-ink-soft: #85656E;
    --clr-rose:     #E05682;
    --clr-rose-dk:  #C13B6B;
    --clr-rose-lt:  #FBD9E4;
    --clr-peach:    #FF9E7D;
    --clr-gold:     #E0A14E;
    --clr-gold-dk:  #BE7C2B;
    --clr-white:    #FFFFFF;
    --shadow-sm: 0 2px 12px rgba(67,44,52,0.07);
    --shadow-md: 0 14px 44px rgba(67,44,52,0.12);
    --shadow-glow: 0 22px 60px rgba(224,86,130,0.25);
    --radius: 18px;
    --font-head: "Cormorant Garamond", Georgia, serif;
    --font-body: "Inter", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--clr-bg);
    color: var(--clr-ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: min(1200px, 92%); margin: 0 auto; }

h1, h2, h3, .serif { font-family: var(--font-head); font-weight: 600; line-height: 1.15; }

/* ── Header ── */
.site-header {
    position: fixed; inset: 0 0 auto 0; z-index: 100;
    background: rgba(255,253,251,0.90);
    backdrop-filter: blur(14px);
    transition: background .3s, box-shadow .3s, padding .3s; padding: 18px 0;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); padding: 10px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-rose), var(--clr-rose-dk));
    display: grid; place-items: center; color: #fff; font-family: var(--font-head); font-size: 20px;
    box-shadow: var(--shadow-sm);
}
.brand-name { font-family: var(--font-head); font-size: 22px; letter-spacing: .5px; color: var(--clr-ink); }
.brand-name span { color: var(--clr-rose-dk); }
.brand-sub { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--clr-rose); }

.main-nav ul { display: flex; gap: 34px; align-items: center; }
.main-nav a { font-size: 14.5px; font-weight: 600; color: var(--clr-ink); transition: color .2s; }
.main-nav a:hover { color: var(--clr-rose-dk); }
.nav-cta {
    background: var(--clr-rose); color: #fff !important; padding: 11px 22px;
    border-radius: 999px; font-weight: 600 !important; transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--clr-rose-dk); transform: translateY(-1px); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 40px; height: 40px; position: relative; z-index: 120; }
.nav-toggle span { position: absolute; left: 8px; right: 8px; height: 2px; background: var(--clr-ink); transition: .3s; }
.nav-toggle span:nth-child(1) { top: 13px; }
.nav-toggle span:nth-child(2) { top: 20px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle.open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

/* ── Hero ── */
.hero {
    position: relative; overflow: hidden;
    background: linear-gradient(120deg, #FFF3EE 0%, #FDE3EC 55%, #FFF0E6 100%);
    padding: 96px 0 60px;
}
.hero-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .45; pointer-events: none; }
.hero-blob-1 { width: 380px; height: 380px; background: #FFC3D5; top: -140px; right: -80px; }
.hero-blob-2 { width: 300px; height: 300px; background: #FFD9A8; bottom: -160px; left: -100px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }

/* nem damlaları */
.hero-water { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.hero-wave { position: absolute; bottom: 0; left: 0; width: 100%; height: 80px; opacity: .4; }
.wl-drop {
    position: absolute; width: 22px; height: 22px; border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg); border: 2px solid rgba(120,185,220,0.55);
    background: rgba(190,228,255,0.30); animation: wlDrift 6s ease-in-out infinite;
}
.wl-drop::after {
    content: ""; position: absolute; top: 4px; left: 5px; width: 6px; height: 6px;
    border-radius: 50%; background: rgba(255,255,255,0.75);
}
.wl-d1 { top: 22%; left: 6%;  width: 26px; height: 26px; animation-delay: 0s; }
.wl-d2 { top: 16%; right: 12%; width: 16px; height: 16px; animation-delay: .8s; }
.wl-d3 { bottom: 26%; left: 22%; width: 14px; height: 14px; animation-delay: 1.6s; }
.wl-d4 { top: 34%; right: 30%; width: 34px; height: 34px; animation-delay: 2.2s; opacity: .7; }
.wl-d5 { bottom: 16%; right: 8%;  width: 20px; height: 20px; animation-delay: 3s; }
.wl-d6 { top: 8%;  left: 40%;  width: 12px; height: 12px; animation-delay: 3.8s; }
@keyframes wlDrift {
    0%, 100% { transform: rotate(-45deg) translateY(0); }
    50% { transform: rotate(-45deg) translateY(-12px); }
}
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--clr-rose-dk); font-size: 11.5px; letter-spacing: 3.5px; text-transform: uppercase; font-weight: 700;
    margin-bottom: 14px;
}
.hero-eyebrow::before { content: ""; width: 38px; height: 2px; background: linear-gradient(90deg, var(--clr-gold), var(--clr-rose)); }
.hero h1 {
    font-size: clamp(32px, 4vw, 54px); max-width: 15ch;
    margin-bottom: 14px; color: var(--clr-ink); line-height: 1.1;
}
.hero h1 em { font-style: normal; background: linear-gradient(90deg, var(--clr-rose-dk), var(--clr-rose)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { font-size: 16px; max-width: 52ch; color: var(--clr-ink-soft); margin-bottom: 26px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: 15px;
    transition: transform .2s, box-shadow .2s, background .2s;
}
.btn-primary { background: linear-gradient(135deg, var(--clr-rose), var(--clr-rose-dk)); color: #fff; box-shadow: 0 12px 32px rgba(224,86,130,0.4); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 42px rgba(224,86,130,0.5); }
.btn-ghost { border: 1.5px solid var(--clr-rose); color: var(--clr-rose-dk); background: rgba(255,255,255,0.6); backdrop-filter: blur(4px); transition: background .2s, transform .2s, color .2s; }
.btn-ghost:hover { background: linear-gradient(135deg, var(--clr-rose), var(--clr-rose-dk)); color: #fff; transform: translateY(-3px); }
.btn-gold { background: linear-gradient(135deg, var(--clr-gold), var(--clr-gold-dk)); color: #fff; box-shadow: 0 12px 32px rgba(224,161,78,0.38); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 42px rgba(224,161,78,0.5); }

.hero-stats { display: flex; gap: 34px; margin-top: 30px; flex-wrap: wrap; }
.hero-stat b { display: block; font-family: var(--font-head); font-size: 30px; color: var(--clr-rose-dk); }
.hero-stat span { font-size: 11.5px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--clr-ink-soft); }

.hero-visual { position: relative; z-index: 1; justify-self: center; }
.hero-photo { position: relative; width: min(440px, 100%); }
.hero-ring {
    position: absolute; inset: -12px; border: 2px dashed var(--clr-rose);
    border-radius: 28px; transform: rotate(-3deg); opacity: .5;
}
.hero-photo img {
    width: 100%; border-radius: 24px; aspect-ratio: 4/5; object-fit: cover;
    box-shadow: var(--shadow-glow);
}
.hero-float {
    position: absolute; bottom: 16px; left: -24px;
    background: #fff; border-radius: 14px; box-shadow: var(--shadow-md);
    padding: 10px 16px; display: flex; align-items: center; gap: 10px;
}
.hf-ico { font-size: 20px; }
.hero-float b { display: block; font-family: var(--font-head); font-size: 16px; color: var(--clr-ink); }
.hero-float small { font-size: 11px; color: var(--clr-ink-soft); }

/* ── Section base ── */
.section { padding: 100px 0; }
.section-label {
    font-size: 12.5px; letter-spacing: 4px; text-transform: uppercase; color: var(--clr-rose-dk);
    font-weight: 700; display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.section-label::before { content: ""; width: 40px; height: 1px; background: var(--clr-gold); }
.section-head h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 18px; }
.section-head p { font-size: 17px; color: var(--clr-ink-soft); max-width: 60ch; }

/* ── Intro ── */
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.intro-copy .lead { font-size: 21px; color: var(--clr-ink); margin-bottom: 22px; font-weight: 500; }
.intro-copy p { color: var(--clr-ink-soft); margin-bottom: 16px; }
.intro-points { margin-top: 28px; display: grid; gap: 18px; }
.intro-point { display: flex; gap: 16px; align-items: flex-start; }
.intro-point .ico {
    flex: 0 0 46px; width: 46px; height: 46px; border-radius: 14px;
    background: var(--clr-rose-lt); color: var(--clr-rose-dk);
    display: grid; place-items: center; font-size: 21px;
}
.intro-point h4 { font-family: var(--font-body); font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.intro-point p { font-size: 14.5px; color: var(--clr-ink-soft); margin: 0; }
.intro-img { position: relative; }
.intro-img img { border-radius: var(--radius); box-shadow: var(--shadow-md); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.intro-badge {
    position: absolute; bottom: -24px; left: 30px;
    background: var(--clr-white); border-radius: 16px; box-shadow: var(--shadow-md);
    padding: 16px 22px; display: flex; align-items: center; gap: 12px;
}
.intro-badge .drip { font-size: 26px; }
.intro-badge b { display: block; font-family: var(--font-head); font-size: 19px; }
.intro-badge span { font-size: 12px; color: var(--clr-ink-soft); }

/* ── Products ── */
.products { background: var(--clr-white); position: relative; }
.products::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--clr-rose-lt), transparent);
}
.products-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 56px; flex-wrap: wrap; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card {
    background: var(--clr-bg); border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-sm); transition: transform .35s, box-shadow .35s;
    display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.product-img { position: relative; overflow: hidden; aspect-ratio: 4/4.4; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-tag {
    position: absolute; top: 16px; left: 16px;
    background: rgba(255,255,255,0.93); backdrop-filter: blur(4px);
    color: var(--clr-rose-dk); font-size: 11.5px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 14px; border-radius: 999px;
}
.product-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 24px; margin-bottom: 10px; }
.product-body p { font-size: 14.5px; color: var(--clr-ink-soft); flex: 1; }
.product-meta { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.product-benefit { font-size: 13px; color: var(--clr-rose-dk); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.product-link { font-size: 14px; font-weight: 700; color: var(--clr-ink); display: inline-flex; align-items: center; gap: 8px; transition: color .2s, gap .2s; }
.product-link:hover { color: var(--clr-rose-dk); gap: 12px; }

/* ── Ritual ── */
.ritual { background: var(--clr-rose-lt); position: relative; overflow: hidden; }
.ritual::before {
    content: ""; position: absolute; right: -140px; top: -140px; width: 460px; height: 460px;
    border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.65), transparent 65%);
}
.ritual .section-label { color: var(--clr-rose-dk); }
.ritual .section-head p { color: var(--clr-ink-soft); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 56px; position: relative; }
.step {
    position: relative; padding: 34px 30px;
    background: rgba(255,255,255,0.75); border: 1px solid rgba(200,125,134,0.15);
    border-radius: var(--radius); transition: background .3s, transform .3s, box-shadow .3s;
}
.step:hover { background: #fff; transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-num { font-family: var(--font-head); font-size: 46px; color: var(--clr-rose); line-height: 1; margin-bottom: 16px; display: block; }
.step h3 { font-size: 19px; margin-bottom: 8px; color: var(--clr-ink); }
.step p { font-size: 13.5px; color: var(--clr-ink-soft); }

/* ── Why us ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 56px; }
.why-card {
    background: var(--clr-bg-warm); border-radius: var(--radius); padding: 40px;
    display: flex; gap: 22px; align-items: flex-start; transition: transform .3s, background .3s;
}
.why-card:hover { transform: translateY(-4px); background: #F6ECE4; }
.why-card .ico {
    flex: 0 0 54px; width: 54px; height: 54px; border-radius: 16px;
    background: linear-gradient(135deg, var(--clr-rose), var(--clr-rose-dk));
    color: #fff; display: grid; place-items: center; font-size: 25px;
}
.why-card h3 { font-size: 21px; margin-bottom: 8px; }
.why-card p { font-size: 14.5px; color: var(--clr-ink-soft); }

/* ── Spotlight ── */
.spotlight { background: var(--clr-bg-warm); }
.spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.spotlight-img { position: relative; }
.spotlight-img img { border-radius: var(--radius); aspect-ratio: 1/1; object-fit: cover; width: 100%; box-shadow: var(--shadow-md); }
.spotlight-ring {
    position: absolute; inset: -18px; border: 1.5px dashed var(--clr-rose);
    border-radius: 24px; z-index: -1;
}
.spotlight-copy h2 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 18px; }
.spotlight-copy p { color: var(--clr-ink-soft); margin-bottom: 20px; font-size: 16px; }
.spot-list { display: grid; gap: 14px; margin: 26px 0 34px; }
.spot-list li { display: flex; gap: 12px; align-items: center; font-size: 15px; color: var(--clr-ink); }
.spot-list .ck {
    flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%;
    background: var(--clr-rose-lt); color: var(--clr-rose-dk); display: grid;
    place-items: center; font-size: 13px;
}

/* ── Testimonials ── */
.testimonials-head { text-align: center; margin-bottom: 56px; }
.testimonials-head .section-label { justify-content: center; }
.testimonials-head .section-label::before,
.testimonials-head .section-label::after { content: ""; width: 40px; height: 1px; background: var(--clr-gold); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.tcard {
    background: var(--clr-white); border-radius: var(--radius); padding: 36px 32px;
    box-shadow: var(--shadow-sm); border: 1px solid rgba(200,125,134,0.10);
}
.tcard .stars { color: var(--clr-gold); letter-spacing: 3px; margin-bottom: 18px; font-size: 15px; }
.tcard p { font-size: 15px; color: var(--clr-ink-soft); font-style: italic; margin-bottom: 22px; }
.tcard-author { display: flex; align-items: center; gap: 14px; }
.tcard-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-rose), var(--clr-rose-dk));
    color: #fff; display: grid; place-items: center; font-weight: 700;
    font-family: var(--font-head); font-size: 18px;
}
.tcard-author b { display: block; font-size: 15px; }
.tcard-author span { font-size: 12.5px; color: var(--clr-ink-soft); }

/* ── CTA ── */
.cta { position: relative; text-align: center; color: #fff; overflow: hidden; padding: 110px 0; }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(168,95,104,0.82), rgba(200,125,134,0.55)); }
.cta .container { position: relative; z-index: 2; }
.cta h2 { font-size: clamp(32px, 4.4vw, 52px); max-width: 18ch; margin: 0 auto 18px; }
.cta p { font-size: 17px; color: #FCEFF0; max-width: 50ch; margin: 0 auto 36px; }

/* ── Instagram ── */
.insta { background: var(--clr-white); }
.insta-head { text-align: center; margin-bottom: 50px; }
.insta-head .section-label { justify-content: center; }
.insta-head .section-label::before,
.insta-head .section-label::after { content: ""; width: 40px; height: 1px; background: var(--clr-gold); }
.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.insta-item { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.insta-item::after {
    content: ""; position: absolute; inset: 0;
    background: rgba(200,125,134,0.40); opacity: 0; transition: opacity .3s;
}
.insta-item:hover::after { opacity: 1; }
.insta-item:hover img { transform: scale(1.07); }
.insta-item .ig-ico {
    position: absolute; inset: 0; display: grid; place-items: center;
    color: #fff; opacity: 0; transition: opacity .3s; z-index: 2; font-size: 30px;
}
.insta-item:hover .ig-ico { opacity: 1; }
.insta-follow { text-align: center; margin-top: 44px; }

/* ── Contact ── */
.contact { background: var(--clr-bg-warm); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 50px; align-items: start; }
.contact-info h3 { font-size: 26px; margin-bottom: 14px; }
.contact-info p { color: var(--clr-ink-soft); margin-bottom: 26px; font-size: 15.5px; }
.c-line { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(59,47,51,0.08); }
.c-line .ico {
    flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px;
    background: var(--clr-white); box-shadow: var(--shadow-sm);
    display: grid; place-items: center; color: var(--clr-rose-dk); font-size: 18px;
}
.c-line b { display: block; font-size: 14.5px; }
.c-line span { font-size: 13.5px; color: var(--clr-ink-soft); }
.socials { display: flex; gap: 14px; margin-top: 28px; }
.socials a {
    flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%;
    background: var(--clr-rose); color: #fff; display: grid;
    place-items: center; transition: background .25s, transform .25s;
}
.socials a:hover { background: var(--clr-rose-dk); transform: translateY(-3px); }

.c-form { background: var(--clr-white); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-md); }
.c-form h3 { font-size: 24px; margin-bottom: 6px; }
.c-form .sub { font-size: 14px; color: var(--clr-ink-soft); margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field label { font-size: 13px; font-weight: 600; display: block; margin-bottom: 7px; }
.field input, .field textarea {
    width: 100%; padding: 14px 16px; border: 1.5px solid #E8DBD0; border-radius: 12px;
    font-family: inherit; font-size: 14.5px; background: var(--clr-bg); color: var(--clr-ink);
    transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus {
    outline: none; border-color: var(--clr-rose); box-shadow: 0 0 0 4px rgba(200,125,134,0.12); background: #fff;
}
.c-form .btn { width: 100%; justify-content: center; border: 0; cursor: pointer; }

/* ── Footer ── */
.site-footer { background: var(--clr-bg-warm); border-top: 1px solid var(--clr-rose-lt); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 50px; padding-bottom: 50px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand .brand-name { color: var(--clr-ink); }
.footer-brand p { font-size: 14px; max-width: 34ch; color: var(--clr-ink-soft); }
.footer-col h4 { color: var(--clr-ink); font-family: var(--font-body); font-size: 14px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.footer-col li { margin-bottom: 11px; }
.footer-col a { font-size: 14px; color: var(--clr-ink-soft); transition: color .2s; }
.footer-col a:hover { color: var(--clr-rose-dk); }
.footer-bottom {
    border-top: 1px solid var(--clr-rose-lt); padding: 24px 0;
    display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
    font-size: 13px; color: var(--clr-ink-soft);
}
.footer-bottom span:last-child { color: var(--clr-rose-dk); }

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ── Back to top ── */
.to-top {
    position: fixed; right: 26px; bottom: 26px; z-index: 90;
    width: 50px; height: 50px; border-radius: 50%;
    background: var(--clr-rose); color: #fff; border: 0; cursor: pointer;
    display: grid; place-items: center; font-size: 20px;
    box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s, background .2s;
}
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { background: var(--clr-rose-dk); transform: translateY(-3px); }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .products-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .intro-grid, .spotlight-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-grid { gap: 34px; }
    .hero-photo { width: min(380px, 100%); }
    .intro-badge { left: 16px; }
    .hero-float { left: 10px; }
}
@media (max-width: 760px) {
    .section { padding: 56px 0; }
    .container { width: 94%; }
    .site-header { padding: 12px 0; background: rgba(255,247,245,0.97); backdrop-filter: none; }
    .brand-name { font-size: 18px; }
    .brand-sub { font-size: 9px; letter-spacing: 2px; }
    .brand-mark { width: 38px; height: 38px; font-size: 17px; }
    .main-nav {
        position: fixed; top: 0; left: 0; height: 100dvh; z-index: 110; overflow-y: auto;
        width: min(68vw, 280px);
        background-color: #FFE9EF;
        background-image:
            radial-gradient(circle at 12% 8%, rgba(255,255,255,0.60), transparent 46%),
            radial-gradient(circle at 115% 92%, rgba(255,190,215,0.40), transparent 55%),
            radial-gradient(circle at 85% 12%, rgba(255,255,255,0.35), transparent 38%),
            linear-gradient(160deg, #FFE9EE 0%, #FFF4EC 55%, #FFE3EA 100%);
        box-shadow: 10px 0 34px rgba(67,44,52,0.16);
        padding: 96px 24px 40px;
        transform: translateX(-100%); transition: transform .32s ease;
    }
    .main-nav.open { transform: none; }
    .main-nav ul { flex-direction: column; align-items: flex-start; gap: 4px; text-align: left; width: 100%; }
    .main-nav ul li { text-align: left; width: 100%; border-bottom: 1px solid rgba(67,44,52,0.07); }
    .main-nav a { font-size: 17px; font-weight: 600; color: var(--clr-ink); display: block; padding: 13px 2px; border-radius: 8px; transition: color .2s, padding-left .2s; }
    .main-nav a:hover { color: var(--clr-rose-dk); padding-left: 8px; }
    .main-nav .nav-cta { font-size: 16px; margin-top: 22px; padding: 13px 24px; display: inline-block; border-radius: 999px; }
    .nav-toggle { display: block; }
    .products-grid, .testimonial-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
    .insta-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }

    .section-head,
    .products-head,
    .testimonials-head,
    .why-card,
    .intro-points,
    .tcard,
    .tcard p { text-align: center; }
    .why-card { flex-direction: column; align-items: center; text-align: center; }
    .why-card .ico { margin: 0 auto; }
    .step { text-align: center; }
    .socials { justify-content: center; }

    .spotlight-copy { text-align: left; }
    .spot-list { padding-left: 14px; text-align: left; justify-items: initial; }
    .spot-list li { justify-content: flex-start; gap: 12px; }

    .contact-info { text-align: left; }
    .contact-info .c-line { justify-content: flex-start; gap: 14px; padding-left: 2px; }
    .contact-info h3 { margin-bottom: 10px; }
    .contact-info p { font-size: 14px; }
    .intro-grid .intro-img { order: -1; margin: 0 auto; max-width: 320px; }
    .intro-badge { left: 50%; transform: translateX(-50%); }
    .intro-grid .intro-copy { text-align: center; }
    .intro-grid { gap: 24px; }
    .intro-grid .intro-img { order: -1; margin: 0 auto; max-width: 250px; }
    .intro-copy .lead { font-size: 18px; margin-bottom: 14px; }
    .intro-copy p { font-size: 14px; }
    .intro-points { gap: 12px; margin-top: 20px; text-align: left; }
    .intro-point .ico { flex: 0 0 38px; width: 38px; height: 38px; font-size: 17px; }
    .intro-point h4 { font-size: 14.5px; }
    .intro-point p { font-size: 12.5px; }
    .hero { padding: 72px 0 36px; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; }
    .hero-visual { order: -1; max-width: 300px; margin: 0 auto; width: 100%; }
    .hero-copy { text-align: center; }
    .hero-eyebrow { justify-content: center; margin-bottom: 10px; font-size: 10.5px; }
    .hero-eyebrow::before { display: none; }
    .hero h1 { font-size: clamp(26px, 7vw, 32px); margin: 0 auto 10px; max-width: 15ch; }
    .hero p { font-size: 14px; margin: 0 auto 16px; }
    .hero-actions { justify-content: center; }
    .hero-actions .btn { flex: 1 1 45%; justify-content: center; padding: 12px 12px; font-size: 14px; }
    .hero-stats { justify-content: space-around; gap: 10px; margin-top: 18px; }
    .hero-stat b { font-size: 24px; }
    .hero-stat span { font-size: 10px; letter-spacing: 1px; }
    .hero-photo { width: 100%; }
    .hero-ring { inset: -9px; }
    .hero-float { left: 8px; bottom: 10px; padding: 7px 11px; border-radius: 11px; }
    .hero-float b { font-size: 13px; }
    .hero-float small { font-size: 10px; }
    .hero-blob-1 { width: 220px; height: 220px; }
    .hero-blob-2 { width: 190px; height: 190px; }
    .hero-wave { height: 36px; }

    .intro-badge { left: 50%; transform: translateX(-50%); bottom: 10px; padding: 8px 12px; border-radius: 11px; }
    .intro-badge .drip { font-size: 17px; }
    .intro-badge b { font-size: 14px; }
    .intro-badge span span { font-size: 10px; }
    .products-head { margin-bottom: 34px; }
    .product-card { flex-direction: row; align-items: stretch; box-shadow: var(--shadow-sm); text-align: left; }
    .product-card:hover { transform: none; }
    .product-img { flex: 0 0 42%; aspect-ratio: 1/1.05; }
    .product-tag { top: 10px; left: 10px; font-size: 10px; padding: 5px 10px; }
    .product-body { padding: 14px 16px; }
    .product-body h3 { font-size: 18px; margin-bottom: 6px; }
    .product-body p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; }
    .product-meta { margin-top: 10px; }
    .product-benefit { font-size: 11.5px; }
    .product-link { font-size: 13px; }
    .steps { gap: 18px; margin-top: 38px; }
    .step { padding: 26px 22px; }
    .step-num { font-size: 38px; }
    .why-grid { gap: 18px; margin-top: 38px; }
    .why-card { padding: 26px 20px; gap: 16px; }
    .why-card .ico { flex-basis: 46px; width: 46px; height: 46px; font-size: 21px; }
    .spotlight { padding: 60px 0; }
    .spotlight-grid { gap: 34px; }
    .spotlight-ring { inset: -10px; }
    .insta-grid { gap: 14px; }
    .insta-head { margin-bottom: 30px; }
    .tcard { padding: 26px 20px; }
    .c-form { padding: 26px 20px; }
    .site-footer { padding: 42px 0 0; }
    .footer-brand { grid-column: 1 / -1; text-align: center; }
    .footer-brand .brand { justify-content: center; margin-bottom: 14px; }
    .footer-brand p { margin: 0 auto; font-size: 13px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; padding-bottom: 30px; }
    .footer-col h4 { font-size: 12.5px; margin-bottom: 14px; }
    .footer-col li { margin-bottom: 8px; }
    .footer-col a { font-size: 13px; }
    .footer-bottom { flex-direction: column; justify-content: center; text-align: center; gap: 4px; padding: 18px 0; }
    .footer-bottom span:last-child { font-size: 12px; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 26px; }
    .hero-visual { max-width: 300px; }
    .hero-actions .btn { flex: 1 1 100%; }
    .product-card h3 { font-size: 18px; }
    .c-line { gap: 12px; }
    .socials { gap: 10px; }
}