/* ==========================================================================
   Aurora Nails Lab - website styles
   Design values taken 1:1 from the Claude Design source (Jost, warm neutrals).
   ========================================================================== */

:root {
  --ink: #2c2623;
  --ink-2: #3a322e;
  --muted: #5a504b;
  --muted-2: #8a817b;
  --gold: #b28f52;
  --blush-bg: #fbe4e4;
  --blush-ink: #8a5c5c;
  --blush-ink-2: #6b524d;
  --blush-ink-3: #795b57;
  --blush-border: #e3b9b9;
  --card-bg: #f7f0ec;
  --hairline: #f2eae6;
  --hairline-2: #eee4de;
  --max: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { overflow-x: hidden; }
body {
  font-family: 'Jost', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  background: #ffffff;
}
a { color: var(--ink); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold); }
::selection { background: #f6d5d5; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--max); margin: 0 auto; }

/* Utility for language switching: only show the active language's inline text */
[data-lang-hide] { display: none !important; }

@keyframes anb-fade {
  from { opacity: 0; transform: translateY(2px); }
  to { opacity: 1; transform: none; }
}

/* ---------- Announcement bar ---------- */
.announce { background: var(--blush-bg); color: var(--blush-ink); }
.announce__row {
  max-width: var(--max); margin: 0 auto; padding: 9px 24px;
  display: flex; align-items: center; justify-content: center; gap: 18px;
}
.announce__btn {
  background: none; border: none; padding: 4px; cursor: pointer;
  color: #b98a8a; display: flex; transition: color .2s ease;
}
.announce__btn:hover { color: #8a5c5c; }
.announce__msg {
  font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
  min-width: 230px; text-align: center; animation: anb-fade .35s ease;
}
.announce__msg--wide { min-width: 290px; }
.announce__sub {
  border-top: 1px solid rgba(178,143,82,.22); padding: 7px 24px; text-align: center;
  font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: #a06b6b;
}

/* ---------- Header ---------- */
.header { background: #fff; border-bottom: 1px solid var(--hairline); }
.header__row {
  max-width: var(--max); margin: 0 auto; padding: 24px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
}
.header__left { display: flex; align-items: center; gap: 8px; }
.header__right { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.icon-btn {
  background: none; border: none; padding: 6px; cursor: pointer;
  color: var(--ink-2); display: flex; transition: color .2s ease;
}
.icon-btn:hover { color: var(--gold); }
.header__menu-btn { display: none; align-items: center; }
.logo { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.logo:hover { color: var(--ink); }
.logo__eyebrow {
  font-size: 12px; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); padding-left: .34em;
}
.logo__word { font-size: 23px; font-weight: 600; letter-spacing: .05em; line-height: 1; color: var(--ink); }

.lang-switch {
  background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 6px;
  font-family: inherit; font-size: 12.5px; color: var(--muted); letter-spacing: .03em;
  transition: color .2s ease;
}
.lang-switch:hover { color: var(--gold); }

/* ---------- Nav ---------- */
.nav {
  max-width: var(--max); margin: 0 auto; padding: 0 24px 22px;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 26px;
}
.nav a { font-size: 14px; color: var(--muted); }
.nav a.is-active { color: var(--ink); padding-bottom: 3px; border-bottom: 1.5px solid var(--gold); }

/* ---------- Hero ---------- */
.hero { position: relative; width: 100%; height: 520px; background: #f6eae6; }
.hero__media { position: absolute; inset: 0; }
.hero__overlay {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.hero__inner { text-align: center; pointer-events: none; }
.hero__eyebrow {
  font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.3); margin-bottom: 18px;
}
.hero__btn {
  pointer-events: auto; display: inline-block; background: rgba(255,255,255,.92); color: var(--ink);
  padding: 15px 46px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(2px); transition: all .25s ease;
}
.hero__btn:hover { background: #fff; letter-spacing: .2em; color: var(--ink); }

/* ---------- Sections ---------- */
.section { max-width: var(--max); margin: 0 auto; }
.section--new { padding: 78px 24px 40px; }
.section--why { max-width: 820px; padding: 64px 24px 20px; }
.section--collections { padding: 64px 24px 80px; }
.section--related { padding: 60px 24px 80px; }

.title-home { font-size: 40px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 6px; }
.subline {
  font-size: 14.5px; color: var(--muted-2); margin: 0 0 40px;
  display: flex; align-items: center; gap: 8px;
}
.subline__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); display: inline-block; }

/* ---------- Product grids ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 20px; }
.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }

.card { display: block; color: inherit; transition: opacity .2s ease; }
.card:hover { opacity: .9; color: inherit; }
.card__media {
  position: relative; width: 100%; aspect-ratio: 1 / 1; background: var(--card-bg); overflow: hidden;
}
.card__body { padding: 14px 2px 0; }
.card__name { font-size: 14px; letter-spacing: .02em; color: var(--ink); }
.card__price { font-size: 13.5px; color: var(--muted-2); margin-top: 3px; }
.card__row { padding: 14px 2px 0; display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink); }

/* Image slot placeholder (drop real images in assets/img/) */
.image-slot {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--card-bg); color: #c9b8ad; padding: 16px;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  background-size: cover; background-position: center;
}
.image-slot[style*="url"] { color: transparent; }

.center-btn { display: flex; justify-content: center; margin-top: 52px; }
.btn-dark {
  display: inline-block; background: var(--ink); color: #fff; padding: 15px 52px;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease;
}
.btn-dark:hover { background: #463c37; color: #fff; }

/* ---------- Why we're different (accordion) ---------- */
.section-title-center { text-align: center; font-size: 30px; font-weight: 600; margin: 0 0 40px; }
.section-title-left { font-size: 26px; font-weight: 600; margin: 0 0 32px; }

.accordion { border-top: 1px solid var(--hairline-2); }
.accordion__item { border-bottom: 1px solid var(--hairline-2); }
.accordion__head {
  width: 100%; background: none; border: none; cursor: pointer; font-family: inherit;
  display: flex; align-items: center; gap: 14px; padding: 20px 2px; text-align: left;
}
.accordion__head--between { justify-content: space-between; }
.accordion__icon { color: var(--gold); display: flex; }
.accordion__label { flex: 1; font-size: 15.5px; color: var(--ink); }
.accordion__label--sm { font-size: 15px; }
.accordion__chev { color: #b0a69f; display: flex; }
.accordion__chev svg { transition: transform .25s ease; }
.accordion__item.is-open .accordion__chev svg { transform: rotate(180deg); }
.accordion__panel {
  margin: 0; overflow: hidden; max-height: 0; transition: max-height .3s ease;
}
.accordion__panel p {
  margin: 0; padding: 0 2px 22px 48px; font-size: 14px; line-height: 1.7; color: #7a716c;
}
.accordion__panel--flush p { padding: 0 2px 20px; font-size: 13.5px; }

/* ---------- Footer ---------- */
.footer { background: var(--blush-bg); color: var(--blush-ink-2); }
.footer__grid {
  max-width: var(--max); margin: 0 auto; padding: 64px 24px 40px;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px;
}
.footer__h {
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--blush-ink);
  margin: 0 0 20px; font-weight: 600;
}
.footer__h--gap { margin: 40px 0 16px; }
.footer__links { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footer__links a { color: var(--blush-ink-2); }
.footer__brand-h { font-size: 19px; font-weight: 600; color: #3a2c2a; margin: 0 0 16px; letter-spacing: .02em; }
.footer__brand-p { font-size: 14px; line-height: 1.75; max-width: 520px; margin: 0 0 18px; color: var(--blush-ink-3); }
.newsletter { display: flex; max-width: 340px; border: 1px solid var(--blush-border); background: rgba(255,255,255,.4); }
.newsletter input {
  flex: 1; border: none; background: transparent; padding: 13px 16px;
  font-family: inherit; font-size: 14px; color: var(--blush-ink-2); outline: none;
}
.newsletter button {
  background: none; border: none; border-left: 1px solid var(--blush-border); padding: 0 16px;
  cursor: pointer; color: var(--blush-ink); display: flex; align-items: center; transition: color .2s ease;
}
.newsletter button:hover { color: #5a3838; }
.socials { display: flex; gap: 16px; margin-top: 24px; }
.socials a { color: var(--blush-ink); display: flex; transition: color .2s ease; }
.socials a:hover { color: #5a3838; }
.footer__bar { border-top: 1px solid #f0cccc; }
.footer__bar-row {
  max-width: var(--max); margin: 0 auto; padding: 28px 24px;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px;
}
.footer__region-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #a06b6b; margin-bottom: 8px; }
.pill-select {
  background: rgba(255,255,255,.4); border: 1px solid var(--blush-border); padding: 11px 16px;
  font-family: inherit; font-size: 13px; color: var(--blush-ink-2); cursor: pointer;
  display: flex; align-items: center; gap: 10px; transition: color .2s ease;
}
.pill-select:hover { color: #5a3838; }
.copyright { font-size: 12px; color: #a88; letter-spacing: .02em; }

/* ---------- Mobile drawer ---------- */
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(40,30,28,.42); z-index: 90;
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
}
.drawer-panel {
  position: fixed; top: 0; left: 0; bottom: 0; width: 86%; max-width: 360px; background: #fff;
  z-index: 100; display: flex; flex-direction: column;
  transform: translateX(-102%); transition: transform .34s cubic-bezier(.22,.61,.36,1);
}
body.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
body.drawer-open .drawer-panel { transform: none; box-shadow: 8px 0 40px rgba(0,0,0,.16); }
.drawer__head {
  display: flex; align-items: center; justify-content: space-between; padding: 20px 22px;
  border-bottom: 1px solid var(--hairline);
}
.drawer__logo { display: flex; flex-direction: column; gap: 1px; }
.drawer__logo .logo__eyebrow { font-size: 10px; letter-spacing: .3em; padding-left: 0; }
.drawer__logo .logo__word { font-size: 16px; letter-spacing: .04em; }
.drawer__search-wrap { padding: 18px 22px 6px; }
.drawer__search { display: flex; align-items: center; border: 1px solid #ecdfd8; background: #faf6f3; }
.drawer__search span { display: flex; align-items: center; padding: 0 4px 0 13px; color: #b7ada6; }
.drawer__search input {
  flex: 1; border: none; background: transparent; padding: 13px 13px 13px 8px;
  font-family: inherit; font-size: 14px; color: var(--ink-2); outline: none;
}
.drawer__nav { flex: 1; overflow-y: auto; padding: 6px 22px 20px; display: flex; flex-direction: column; }
.drawer__nav a {
  padding: 15px 2px; border-bottom: 1px solid #f4ece7; font-size: 16px; color: var(--ink);
}
.drawer__nav a:last-child { border-bottom: none; }
.drawer__foot {
  padding: 20px 22px; border-top: 1px solid var(--hairline); background: var(--blush-bg);
  display: flex; flex-direction: column; gap: 16px;
}
.drawer__login { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--blush-ink-2); }
.drawer__login:hover { color: #5a3838; }
.drawer__region { font-size: 12px; color: #a06b6b; letter-spacing: .02em; }

/* ---------- Product page ---------- */
.prod-grid {
  max-width: var(--max); margin: 0 auto; padding: 48px 24px 20px;
  display: grid; grid-template-columns: 1.28fr 1fr; gap: 56px; align-items: start;
}
.gallery { display: flex; flex-direction: column; gap: 16px; }
.gallery__main { position: relative; width: 100%; aspect-ratio: 1 / 1; background: var(--card-bg); overflow: hidden; }
.gallery__thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gallery__thumb { position: relative; aspect-ratio: 1 / 1; background: var(--card-bg); overflow: hidden; }

.buy { position: sticky; top: 24px; }
.buy__eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.buy__title { font-size: 38px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 10px; }
.buy__price { font-size: 20px; color: var(--ink-2); margin-bottom: 28px; }
.buy__label { font-size: 13px; color: var(--muted-2); margin-bottom: 10px; }
.sizes { display: flex; gap: 10px; margin-bottom: 26px; }
.size-pill {
  min-width: 50px; height: 44px; padding: 0 8px; border-radius: 999px; cursor: pointer;
  font-family: inherit; font-size: 14px; transition: all .2s ease;
  border: 1px solid #ddd2cb; background: #fff; color: var(--muted);
}
.size-pill.is-selected { border: 1.5px solid var(--ink); background: var(--ink); color: #fff; }
.qty {
  display: inline-flex; align-items: center; border: 1px solid #ddd2cb; margin-bottom: 24px;
}
.qty button {
  background: none; border: none; width: 42px; height: 44px; cursor: pointer; color: var(--ink-2);
  display: flex; align-items: center; justify-content: center; transition: color .2s ease;
}
.qty button:hover { color: var(--gold); }
.qty span { min-width: 44px; text-align: center; font-size: 15px; }
.btn-atc {
  width: 100%; background: #fff; border: 1.5px solid var(--ink); color: var(--ink); padding: 16px;
  font-family: inherit; font-size: 14px; letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; transition: all .2s ease; margin-bottom: 12px;
}
.btn-atc:hover { background: var(--ink); color: #fff; }
.btn-paypal {
  width: 100%; background: #ffc439; border: none; color: var(--ink); padding: 15px;
  font-family: inherit; font-size: 15px; cursor: pointer; margin-bottom: 10px;
  display: flex; align-items: center; justify-content: center; gap: 6px; transition: filter .2s ease;
}
.btn-paypal:hover { filter: brightness(.96); }
.btn-paypal .pp-with { color: #6b6459; }
.btn-paypal .pp-brand { font-weight: 700; font-style: italic; }
.btn-paypal .pp-blue1 { color: #003087; }
.btn-paypal .pp-blue2 { color: #0070e0; }
.more-pay { text-align: center; margin-bottom: 30px; }
.more-pay a { font-size: 12.5px; color: var(--muted-2); text-decoration: underline; text-underline-offset: 3px; }
.buy__desc { font-size: 14.5px; line-height: 1.75; color: #6b625d; margin: 0 0 22px; }
.buy__specs { font-size: 14px; line-height: 1.9; color: #6b625d; margin-bottom: 30px; }
.share {
  background: none; border: none; cursor: pointer; font-family: inherit;
  display: flex; align-items: center; gap: 8px; padding: 18px 2px; color: var(--muted); font-size: 14px;
  transition: color .2s ease;
}
.share:hover { color: var(--gold); }

/* Mobile floating add-to-cart bar (product page) */
.buybar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: #fff; border-top: 1px solid var(--hairline-2);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  align-items: center; gap: 14px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.07);
}
.buybar__price { font-size: 16px; color: var(--ink-2); white-space: nowrap; }
.buybar__btn {
  flex: 1; background: var(--ink); border: 1.5px solid var(--ink); color: #fff; padding: 15px;
  font-family: inherit; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
  transition: background .2s ease;
}
.buybar__btn:hover { background: #463c37; }

/* How to size card */
.size-card { background: var(--blush-bg); padding: 34px 34px 30px; margin-top: 8px; }
.size-card__title {
  text-align: center; font-size: 22px; font-weight: 600; color: var(--blush-ink);
  margin: 0 0 26px; letter-spacing: .02em;
}
.steps-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { text-align: center; }
.step__num {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.6);
  border: 1px solid var(--blush-border); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; font-size: 14px; color: var(--blush-ink);
}
.step p { font-size: 12.5px; line-height: 1.6; color: var(--blush-ink-3); margin: 0; }
.size-card__sub {
  text-align: center; font-size: 15px; font-weight: 600; color: var(--blush-ink);
  margin: 30px 0 14px; letter-spacing: .06em; text-transform: uppercase;
}
.size-card__sub span { font-weight: 400; text-transform: none; font-size: 12px; color: #a97e7e; }
.size-table { width: 100%; border-collapse: collapse; font-size: 13px; color: var(--blush-ink-3); }
.size-table thead tr { border-bottom: 1px solid var(--blush-border); }
.size-table th { padding: 9px 4px; font-weight: 600; color: var(--blush-ink); }
.size-table th:first-child { text-align: left; }
.size-table tbody tr { border-bottom: 1px solid rgba(227,185,185,.5); }
.size-table tbody tr:last-child { border-bottom: none; }
.size-table td { padding: 9px 4px; text-align: center; }
.size-table td:first-child { text-align: left; font-weight: 500; }

/* ---------- Shop All page ---------- */
.collection-head { max-width: var(--max); margin: 0 auto; padding: 56px 24px 0; text-align: center; }
.collection-head__eyebrow {
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.title-shop { font-size: 46px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 12px; }
.collection-head__desc {
  font-size: 15px; line-height: 1.7; color: var(--muted-2); max-width: 540px; margin: 0 auto;
}

.toolbar { max-width: var(--max); margin: 0 auto; padding: 46px 24px 0; }
.toolbar__row {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
  padding-bottom: 26px; border-bottom: 1px solid var(--hairline);
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  padding: 9px 18px; border-radius: 999px; cursor: pointer; font-family: inherit;
  font-size: 13px; letter-spacing: .02em; transition: all .2s ease;
  border: 1px solid #ecdfd8; background: #fff; color: #6b625d;
}
.chip:hover { border-color: #ddd2cb; }
.chip.is-active { border: 1px solid var(--ink); background: var(--ink); color: #fff; }
.toolbar__meta { display: flex; align-items: center; gap: 20px; }
.toolbar__count { font-size: 13px; color: var(--muted-2); }
.toolbar__sort { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.toolbar__sort span { letter-spacing: .02em; }
.sort-select {
  border: 1px solid #ddd2cb; background: #fff; padding: 9px 30px 9px 12px; font-size: 13px;
  color: var(--ink-2); cursor: pointer; outline: none; font-family: inherit;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238a817b' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 10px center;
}
.section--shop-grid { padding: 40px 24px 80px; }
.grid-shop { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px 20px; }
.card__cat {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #b7ada6; margin-bottom: 5px;
}
.card__name--shop { font-size: 14.5px; }

@media (max-width: 1000px) {
  .grid-shop { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .grid-shop { grid-template-columns: repeat(2, 1fr); }
  .title-shop { font-size: 34px; }
}

/* ---------- Responsive (from design) ---------- */
@media (max-width: 1000px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .grid-4, .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: 1fr; gap: 34px; }
  .buy { position: static; }
  .footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .steps-3 { grid-template-columns: 1fr; gap: 16px; }
  .size-card { padding: 24px 18px; }
  .hero { height: 380px; }
  .hide-sm { display: none !important; }
  .nav { display: none; }
  .header__menu-btn { display: flex; }
  .announce__msg { min-width: 0; font-size: 11px; letter-spacing: .04em; }
  .title-home { font-size: 30px; }
  .buy__title { font-size: 30px; }
  .buybar { display: flex; }
  body.product-page { padding-bottom: 78px; }
}
