/* =========================================================
   Woke Up This Way — Lash & Brow Studio
   Brand: soft coral pink + slate grey on blush white
   ========================================================= */

:root {
  --pink: #ee8a9c;
  --pink-deep: #e0728a;
  --pink-soft: #f8d2da;
  --blush: #fdf1f3;
  --blush-2: #fbe8ec;
  --ink: #4f5167;
  --ink-soft: #80828f;
  --line: #f0e1e5;
  --white: #ffffff;
  --shadow-sm: 0 4px 14px rgba(224, 114, 138, 0.10);
  --shadow-md: 0 14px 40px rgba(224, 114, 138, 0.16);
  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--pink-deep); text-decoration: none; }
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ink);
  line-height: 1.12;
  font-weight: 600;
  margin: 0 0 .5em;
  letter-spacing: .2px;
}
h2 { font-size: clamp(2rem, 4.5vw, 3.1rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1rem; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(4rem, 9vw, 7.5rem) 0; }
.script { font-family: "Parisienne", cursive; color: var(--pink-deep); font-weight: 400; }
.eyebrow {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--pink-deep);
  margin: 0 0 .8rem;
}
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--pink-deep); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: "Poppins", sans-serif; font-weight: 500; font-size: .95rem;
  padding: .85rem 1.7rem; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s;
  letter-spacing: .02em;
}
.btn-primary { background: var(--pink); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--pink-deep); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--pink-soft); }
.btn-ghost:hover { background: var(--blush); border-color: var(--pink); transform: translateY(-3px); }
.btn-block { width: 100%; }
.btn-whatsapp { background: #25d366; color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.28); }
.btn-whatsapp:hover { background: #1ebe5b; transform: translateY(-3px); }

.link-arrow { font-weight: 500; color: var(--pink-deep); }
.link-arrow:hover { color: var(--ink); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(224,114,138,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
  background: var(--pink); color: #fff; font-family: "Cormorant Garamond", serif;
  font-style: italic; font-size: 1.5rem; font-weight: 600; box-shadow: var(--shadow-sm);
}
.brand-mark.big { width: 64px; height: 64px; font-size: 2.3rem; }
.brand-logo { width: 46px; height: 46px; border-radius: 50%; display: block; }
.footer-logo { width: 52px; height: 52px; border-radius: 50%; background: #fff; padding: 3px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: "Cormorant Garamond", serif; font-size: 1.18rem; font-weight: 600; color: var(--ink); }
.brand-sub { font-size: .64rem; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-soft); }

.nav-menu { display: flex; align-items: center; gap: 1.9rem; list-style: none; margin: 0; padding: 0; }
.nav-menu a { color: var(--ink); font-size: .94rem; font-weight: 400; position: relative; }
.nav-menu a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
  background: var(--pink); transition: width .3s var(--ease);
}
.nav-menu a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--pink); color: #fff !important; padding: .55rem 1.25rem; border-radius: 999px; }
.nav-cta:hover { background: var(--pink-deep); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--blush) 0%, #fff 100%); }
.hero-inner { position: relative; z-index: 2; padding: clamp(4rem, 11vw, 8rem) 0 clamp(3.5rem, 8vw, 6rem); max-width: 760px; }
.hero-glow {
  position: absolute; top: -20%; right: -10%; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(238,138,156,.30), rgba(238,138,156,0) 65%);
  filter: blur(10px); z-index: 1; pointer-events: none;
}
.hero-eyebrow {
  text-transform: uppercase; letter-spacing: .28em; font-size: .74rem; font-weight: 600;
  color: var(--pink-deep); margin-bottom: 1.1rem;
}
.hero-title { font-size: clamp(3rem, 9vw, 6rem); margin-bottom: 1.1rem; }
.hero-title .script { font-size: clamp(3.4rem, 10vw, 7rem); display: inline-block; line-height: .9; }
.hero-lead { font-size: clamp(1.05rem, 2.3vw, 1.3rem); max-width: 580px; color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0 2.4rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1.4rem; list-style: none; margin: 0; padding: 0; font-size: .9rem; color: var(--ink-soft); }
.hero-badges li { display: flex; align-items: center; gap: .5rem; }
.hero-badges span { color: var(--pink); }

/* ---------- About ---------- */
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about-photo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--blush-2), var(--pink-soft));
  box-shadow: var(--shadow-md);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo--logo { display: grid; place-items: center; background: linear-gradient(135deg, var(--blush), var(--blush-2)); }
.about-photo--logo img { width: 72%; height: auto; object-fit: contain; filter: drop-shadow(0 12px 26px rgba(224,114,138,.18)); }
.about-copy .eyebrow { margin-bottom: .8rem; }
.about-copy h2 { margin-bottom: 1.1rem; }

/* ---------- Section heads ---------- */
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(2.4rem, 5vw, 3.6rem); }
.section-intro { color: var(--ink-soft); }

/* ---------- Services / Pricing ---------- */
.services { background: linear-gradient(180deg, #fff, var(--blush)); }
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-bottom: 2rem; }
.tab {
  position: relative;
  font-family: "Poppins", sans-serif; font-size: .92rem; font-weight: 500; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px; padding: .6rem 1.3rem;
  cursor: pointer; transition: all .25s var(--ease);
}
.tab:hover { border-color: var(--pink); color: var(--pink-deep); }
.tab.is-active { background: var(--pink); border-color: var(--pink); color: #fff; box-shadow: var(--shadow-sm); }

/* Active pill grows a little set of eyelashes that flick up on select */
.tab.is-active::before {
  content: "";
  position: absolute;
  left: 20px; right: 20px; top: -22px;
  height: 22px;
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%3E%3Cg%20fill='%23e0728a'%3E%3Cpath%20d='M17%2022%20Q16.9%2016%2016.5%2011%20Q18.4%2016%2018.6%2022%20Z'/%3E%3Cpath%20d='M13.4%2022%20Q13.4%2014%2012%207.5%20Q14.6%2014%2015%2022%20Z'/%3E%3Cpath%20d='M9.8%2022%20Q9.9%2012%207.6%204.8%20Q11%2012%2011.4%2022%20Z'/%3E%3Cpath%20d='M6.2%2022%20Q6.4%2011%203.4%203%20Q7.4%2011%207.8%2022%20Z'/%3E%3Cpath%20d='M3%2022%20Q3.2%2011%200.4%203.2%20Q4.2%2011%204.6%2022%20Z'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%3E%3Cg%20fill='%23e0728a'%3E%3Cpath%20d='M3%2022%20Q3.1%2016%203.5%2011%20Q1.6%2016%201.4%2022%20Z'/%3E%3Cpath%20d='M6.6%2022%20Q6.6%2014%208%207.5%20Q5.4%2014%205%2022%20Z'/%3E%3Cpath%20d='M10.2%2022%20Q10.1%2012%2012.4%204.8%20Q9%2012%208.6%2022%20Z'/%3E%3Cpath%20d='M13.8%2022%20Q13.6%2011%2016.6%203%20Q12.6%2011%2012.2%2022%20Z'/%3E%3Cpath%20d='M17%2022%20Q16.8%2011%2019.6%203.2%20Q15.8%2011%2015.4%2022%20Z'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='7'%20height='15'%20viewBox='0%200%207%2015'%3E%3Cg%20fill='%23e0728a'%3E%3Cpath%20d='M1.2%2015%20Q0.9%208%200.5%202%20Q2.5%208%202.8%2015%20Z'/%3E%3Cpath%20d='M4.2%2015%20Q4.5%208%206.5%202%20Q5.3%208%205.8%2015%20Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left bottom, right bottom, center bottom;
  background-size: 20px 22px, 20px 22px, 7px 15px;
  transform-origin: bottom center;
  pointer-events: none;
  animation: lashes-flick .4s var(--ease);
}
@keyframes lashes-flick {
  0%   { opacity: 0; transform: translateY(6px) scaleY(.2); }
  60%  { opacity: 1; transform: translateY(0) scaleY(1.12); }
  100% { opacity: 1; transform: translateY(0) scaleY(1); }
}
@media (prefers-reduced-motion: reduce) {
  .tab.is-active::before { animation: none; }
}

.price-panel { max-width: 720px; margin: 0 auto; animation: fadeUp .5s var(--ease); }
.panel-tagline { text-align: center; color: var(--ink-soft); margin-bottom: 1.4rem; font-style: italic; }
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li {
  display: grid; grid-template-columns: 1fr auto auto; align-items: baseline; gap: 1rem;
  padding: 1rem .4rem; border-bottom: 1px solid var(--line);
}
.price-list li:last-child { border-bottom: 0; }
.pl-name { font-weight: 400; color: var(--ink); }
.pl-name small { color: var(--ink-soft); font-size: .8rem; }
.pl-time { font-size: .82rem; color: var(--ink-soft); white-space: nowrap; }
.pl-price { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 600; color: var(--pink-deep); white-space: nowrap; }
.pl-price em.alt { font-style: normal; font-size: .95rem; color: var(--pink); margin-left: .3rem; }
.price-note { text-align: center; color: var(--ink-soft); font-size: .88rem; margin-top: 1.4rem; }

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 3.2rem; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.price-card h3 { color: var(--pink-deep); margin-bottom: .9rem; }
.card-note { font-size: .82rem; color: var(--ink-soft); margin-bottom: .8rem; }
.pink-note { color: var(--pink-deep); }
.price-list.compact li { padding: .7rem .1rem; }
.price-list.compact .pl-price { font-size: 1.15rem; }

/* Dual-price cards (Threading / Tinting / Combos): two columns with headers */
.dual-head,
.price-list.dual li {
  display: grid;
  grid-template-columns: 1fr 3.8rem 4rem;
  gap: .4rem;
  align-items: baseline;
}
.dual-head { padding: 0 .1rem .5rem; }
.dual-head span {
  font-size: .6rem; text-transform: uppercase; letter-spacing: .04em;
  color: var(--ink-soft); text-align: right; line-height: 1.2; white-space: nowrap;
}
.price-list.dual li { padding: .7rem .1rem; }
.price-list.dual .pl-name { display: block; }
.price-list.dual .pl-name small { display: block; color: var(--ink-soft); font-size: .74rem; margin-top: .15rem; }
.price-list.dual .pl-price { text-align: right; }
.price-list.dual .pl-na { color: var(--ink-soft); font-family: "Poppins", sans-serif; font-weight: 300; }

.price-disclaimer { text-align: center; color: var(--ink-soft); font-size: .8rem; margin-top: 2.4rem; }
.services-cta { text-align: center; margin-top: 1.6rem; }

/* ---------- Gallery ---------- */
.gallery { background: var(--blush); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.gallery-item { aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item:hover { transform: scale(1.02); }
.gallery-item.placeholder { display: grid; place-items: center; background: linear-gradient(135deg, var(--blush-2), var(--pink-soft)); color: var(--pink-deep); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-follow { text-align: center; margin-top: 2rem; color: var(--ink-soft); }

/* ---------- Reviews ---------- */
.reviews { background: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.review-card { background: var(--blush); border-radius: var(--radius); padding: 2rem; border: 1px solid var(--line); }
.stars { color: var(--pink); letter-spacing: .15em; margin-bottom: .8rem; }
.review-card blockquote { margin: 0 0 1rem; font-family: "Cormorant Garamond", serif; font-size: 1.3rem; font-style: italic; color: var(--ink); line-height: 1.4; }
.review-card figcaption { font-size: .88rem; color: var(--ink-soft); font-weight: 500; }
.reviews-cta { text-align: center; margin-top: 2.4rem; }

/* ---------- FAQ + Aftercare ---------- */
.faq { background: var(--blush); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.qa { border-bottom: 1px solid var(--line); padding: .4rem 0; }
.qa summary {
  cursor: pointer; list-style: none; padding: 1rem 2rem 1rem 0; position: relative;
  font-weight: 500; color: var(--ink); font-size: 1.02rem;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--pink-deep); font-size: 1.4rem; transition: transform .3s; }
.qa[open] summary::after { content: "–"; }
.qa p { color: var(--ink-soft); padding-bottom: 1rem; margin: 0; }
.care-list { list-style: none; margin: 0; padding: 0; }
.care-list li { position: relative; padding: .55rem 0 .55rem 1.8rem; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.care-list li::before { content: "✦"; position: absolute; left: 0; top: .6rem; color: var(--pink); }
.care-list strong { color: var(--ink); font-weight: 500; }
.pro-tip { display: block; margin-top: .45rem; color: var(--pink-deep); font-size: .92em; }
.pro-tip strong { color: var(--pink-deep); }

/* ---------- Contact ---------- */
.contact { background: linear-gradient(180deg, var(--blush), #fff); }
.contact-card {
  max-width: 560px; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(2rem, 6vw, 3.4rem); box-shadow: var(--shadow-md);
}
.contact-lead { color: var(--ink-soft); max-width: 420px; margin: 0 auto 1.8rem; }
.btn-lg { font-size: 1.05rem; padding: 1rem 2.2rem; }
.contact-or { font-size: .82rem; text-transform: uppercase; letter-spacing: .18em; color: var(--ink-soft); margin: 1.8rem 0 1.2rem; }
.contact-list { list-style: none; margin: 0 auto; padding: 0; max-width: 380px; text-align: left; }
.contact-list li { display: flex; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.contact-list li:last-child { border-bottom: 0; }
.ci-label { min-width: 92px; color: var(--ink-soft); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; padding-top: 2px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #e9e9ef; padding: 3.2rem 0 1.6rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: .9rem; }
.footer-name { font-family: "Cormorant Garamond", serif; font-size: 1.3rem; margin: 0; color: #fff; }
.footer-tag { margin: 0; font-size: .8rem; color: #b9bac6; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-nav a, .footer-social a { color: #d7d8e0; font-size: .92rem; }
.footer-nav a:hover, .footer-social a:hover { color: var(--pink); }
.footer-social { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-copy { text-align: center; font-size: .8rem; color: #9a9bab; margin: 2.4rem 0 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.4rem; }

/* ---------- Floating WhatsApp ---------- */
.fab-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 56px; height: 56px;
  display: grid; place-items: center; background: #25d366; color: #fff; border-radius: 50%;
  box-shadow: 0 10px 26px rgba(37,211,102,.4); transition: transform .3s var(--ease);
}
.fab-whatsapp:hover { transform: scale(1.08); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; gap: 0; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: .5rem 0;
    transform: translateY(-130%); transition: transform .4s var(--ease); box-shadow: var(--shadow-md);
  }
  .nav-menu.open { transform: translateY(0); }
  .nav-menu li { border-bottom: 1px solid var(--line); }
  .nav-menu li:last-child { border-bottom: 0; }
  .nav-menu a { display: block; padding: 1rem 22px; }
  .nav-menu a:not(.nav-cta)::after { display: none; }
  .nav-cta { background: none; color: var(--pink-deep) !important; border-radius: 0; }
  .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 360px; margin: 0 auto; }
}
@media (max-width: 520px) {
  .container { padding: 0 28px; }
  .nav { height: 68px; }
  .hero-inner { padding-top: clamp(3rem, 9vw, 5rem); }
  .hero-eyebrow { letter-spacing: .16em; font-size: .66rem; }
  .hero-title { font-size: clamp(2.7rem, 13vw, 3.6rem); }
  .hero-title .script { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { gap: .8rem; margin: 1.8rem 0 2rem; }
  .hero-actions .btn { width: 100%; }
  .price-list li { grid-template-columns: 1fr auto; row-gap: .2rem; }
  .pl-time { grid-column: 1 / -1; order: 3; }
  .brand-sub { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* =========================================================
   FEATURABLE GOOGLE-REVIEWS WIDGET (v2)
   ---------------------------------------------------------
   IMPORTANT: the v2 widget is SANDBOXED — Featurable renders it
   inside its own <iframe>, so its cards, fonts, stars, carousel
   and "Powered by" badge CANNOT be styled from this stylesheet.
   External CSS can't cross the iframe boundary.

   Brand the widget INSIDE Featurable:
     Dashboard -> your widget -> Custom CSS
   (see featurable-custom-css.css in the project root for the rules).

   The only thing we control from the site is how the embed box
   sits within the Reviews section: */
#reviews [data-featurable-async],
#reviews .featurable-widget,
#reviews iframe {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 0;
}

/* ---------- Cookie consent banner ---------- */
.cookie-banner {
  position: fixed; left: 16px; bottom: 16px; z-index: 120;
  max-width: 350px; padding: 1.1rem 1.2rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  opacity: 0; transform: translateY(16px); transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.cookie-banner.show { opacity: 1; transform: none; }
.cookie-text { margin: 0 0 .9rem; font-size: .88rem; color: var(--ink); line-height: 1.5; }
.cookie-actions { display: flex; gap: .6rem; justify-content: flex-end; }
.cookie-btn {
  font-family: "Poppins", sans-serif; font-weight: 500; font-size: .85rem;
  padding: .5rem 1.2rem; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.cookie-accept { background: var(--pink); color: #fff; }
.cookie-accept:hover { background: var(--pink-deep); }
.cookie-decline { background: transparent; color: var(--ink-soft); border-color: var(--line); }
.cookie-decline:hover { border-color: var(--pink-soft); color: var(--ink); }
@media (max-width: 520px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 84px; max-width: none; }
}
