@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..700&family=Parisienne&family=Poppins:wght@300;400;500;600;700&display=swap');

/* ===== colors.css ===== */
:root{
--plum-900:#2E1A38;--plum-800:#3D2247;--plum-700:#5B3566;--plum-600:#734280;--plum-500:#8C5A96;
--lavender-500:#A87DBA;--lavender-400:#BE9BCE;--lavender-300:#D5B8E0;--lavender-200:#E8D6EE;--lavender-100:#F3E9F6;--lavender-50:#F9F2FA;
--blush-400:#E8AFC3;--blush-300:#F0C9D6;--blush-200:#F7DEE7;--blush-100:#FCEEF3;
--cream-200:#F3E7DA;--cream-100:#FBF6F0;--ivory-50:#FDFBF8;
--gold-500:#B8863F;--gold-400:#C9A15A;--gold-300:#DDBE85;
--white:#FFFFFF;--ink-900:#1E1225;
--bg-page:var(--ivory-50);--bg-surface:var(--white);--bg-elevated:var(--lavender-100);--bg-sunken:var(--cream-100);
--text-primary:var(--plum-900);--text-secondary:var(--plum-700);--text-muted:#8A7690;--text-on-dark:var(--lavender-50);
--accent-primary:var(--plum-700);--accent-primary-hover:var(--plum-800);--accent-soft:var(--lavender-300);--accent-gold:var(--gold-400);
--border-subtle:var(--lavender-200);--border-strong:var(--lavender-400);
--state-success:#6E8F6B;--state-error:#B5566B;--state-warning:var(--gold-500);
}

/* ===== typography.css ===== */
:root{
--font-display:'Playfair Display',Georgia,serif;
--font-script:'Parisienne',cursive;
--font-body:'Poppins','Segoe UI',sans-serif;
--text-display-xl:clamp(2.75rem,5vw,4.5rem);
--text-display-lg:clamp(2.25rem,4vw,3.25rem);
--text-display-md:2rem;
--text-heading-lg:1.5rem;
--text-heading-md:1.25rem;
--text-body-lg:1.0625rem;
--text-body-md:0.9375rem;
--text-body-sm:0.8125rem;
--text-caption:0.6875rem;
--lh-display:1.08;/* @kind other */
--lh-heading:1.25;/* @kind other */
--lh-body:1.6;/* @kind other */
--ls-caps:0.12em;--ls-tight:-0.01em;
--fw-regular:400;/* @kind other */
--fw-medium:500;/* @kind other */
--fw-semibold:600;/* @kind other */
}

/* ===== spacing.css ===== */
:root{
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;
--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;
--container-max:1200px;
}

/* ===== effects.css ===== */
:root{
--shadow-sm:0 2px 8px rgba(91,53,102,0.08);
--shadow-md:0 8px 24px rgba(91,53,102,0.12);
--shadow-lg:0 20px 48px rgba(91,53,102,0.16);
--shadow-glow:0 0 0 4px rgba(190,155,206,0.25);
--ease-standard:cubic-bezier(.4,0,.2,1);/* @kind other */
--ease-graceful:cubic-bezier(.22,.61,.36,1);/* @kind other */
--duration-fast:150ms;/* @kind other */
--duration-standard:250ms;/* @kind other */
--duration-slow:420ms;/* @kind other */
--blur-soft:14px;
}

/* ===== base.css ===== */
*{box-sizing:border-box}
body{margin:0;background:var(--bg-page);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-body-md);line-height:var(--lh-body)}
h1,h2,h3{font-family:var(--font-display);margin:0;letter-spacing:var(--ls-tight)}
a{color:var(--accent-primary)}
a:hover{color:var(--accent-primary-hover)}

/* ===== shop.css ===== */
/* ============================================================
   NightnGirl — shop UI kit
   Soft-lavender editorial layout: frosted panels floating on an
   aurora wash, serif display + script accents, pill actions.
   ============================================================ */

body { margin: 0; background: var(--lavender-50); }

.ng-app {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(900px 620px at 8% -6%,  #FFFFFF 0%, rgba(255,255,255,0) 62%),
    radial-gradient(760px 560px at 96% 4%,  #F0DEF2 0%, rgba(240,222,242,0) 58%),
    radial-gradient(880px 620px at 50% 108%, #F7E4EC 0%, rgba(247,228,236,0) 60%),
    linear-gradient(180deg, #F8F0F9 0%, #F4E9F6 46%, #FAF3F8 100%);
}

/* ---- decorative aura + sparkles ---------------------------- */
.ng-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  pointer-events: none;
  z-index: 0;
}
.ng-sparkle { position: absolute; pointer-events: none; opacity: .7; z-index: 1; }
.ng-sparkle svg { display: block; }
.ng-flora { position: absolute; pointer-events: none; z-index: 1; }
.ng-flora svg { display: block; filter: drop-shadow(0 6px 14px rgba(91, 53, 102, .12)); }

/* ---- shell ------------------------------------------------- */
.ng-shell { position: relative; z-index: 2; max-width: 1460px; margin: 0 auto; padding: 0 40px; }
.ng-section { position: relative; z-index: 2; padding: 44px 0; }

.ng-panel {
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 36px;
  box-shadow: 0 26px 60px rgba(91, 53, 102, .10);
}
.ng-panel--tint { background: rgba(249, 242, 250, .72); }

/* ---- type -------------------------------------------------- */
.ng-eyebrow {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--lavender-500);
  font-weight: 500;
}
.ng-h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.9rem, 5.4vw, 4.6rem);
  line-height: .98;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--plum-700);
  margin: 14px 0 0;
}
.ng-h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 2.9vw, 2.4rem);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--plum-800);
  margin: 0;
}
.ng-h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: .01em;
  color: var(--plum-800);
  margin: 0;
}
.ng-script {
  font-family: var(--font-script);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--lavender-500);
}
.ng-lede { font-size: 14.5px; line-height: 1.75; color: var(--text-secondary); }
.ng-muted { font-size: 13px; color: var(--text-muted); }
.ng-label {
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ---- buttons ----------------------------------------------- */
.ng-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--duration-standard) var(--ease-graceful),
              box-shadow var(--duration-standard) var(--ease-graceful),
              background var(--duration-standard) var(--ease-standard);
}
.ng-btn--solid {
  background: linear-gradient(135deg, #B48AC6 0%, #8C5A96 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(140, 90, 150, .32);
}
.ng-btn--solid:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(140, 90, 150, .38); }
.ng-btn--ghost {
  background: rgba(255, 255, 255, .78);
  color: var(--plum-700);
  border: 1px solid var(--lavender-300);
}
.ng-btn--ghost:hover { background: #fff; transform: translateY(-2px); }
.ng-btn--block { width: 100%; }
.ng-btn__star {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .28);
  font-size: 11px;
  line-height: 1;
}
.ng-btn--ghost .ng-btn__star { background: var(--lavender-100); color: var(--lavender-500); }

.ng-link {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--plum-600);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ng-link:hover { color: var(--plum-800); }

/* ---- header ------------------------------------------------ */
.ng-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250, 244, 251, .82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 214, 238, .7);
}
.ng-header__inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ng-wordmark {
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--plum-800);
  cursor: pointer;
  white-space: nowrap;
}
.ng-wordmark .ng-script { font-size: 1.9rem; line-height: .8; letter-spacing: 0; }
.ng-nav { display: flex; gap: 30px; }
.ng-nav span {
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-secondary);
  cursor: pointer;
  transition: color var(--duration-fast) var(--ease-standard);
}
.ng-nav span:hover { color: var(--plum-800); }
.ng-nav .ng-nav--on { color: var(--plum-800); font-weight: 600; }
.ng-burger { display: none; }

/* ---- mobile menu ------------------------------------------- */
.ng-mobilemenu { position: fixed; inset: 0; z-index: 95; }
.ng-mobilemenu__panel {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 300px;
  max-width: 84vw;
  background: var(--lavender-50);
  box-shadow: var(--shadow-lg);
  padding: 22px 22px 28px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.ng-mobilemenu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 6px;
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--plum-800);
  border-bottom: 1px solid var(--border-subtle);
  cursor: pointer;
}
.ng-mobilemenu__item:hover { color: var(--plum-600); }
.ng-header__actions { display: flex; align-items: center; gap: 16px; }
.ng-icon-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .7);
  border: 1px solid var(--lavender-200);
  color: var(--plum-700);
  cursor: pointer;
  position: relative;
  transition: background var(--duration-fast) var(--ease-standard);
}
.ng-icon-btn:hover { background: #fff; }
.ng-badge-count {
  position: absolute;
  top: -5px; right: -5px;
  min-width: 19px; height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--plum-700);
  color: #fff;
  font-size: 10.5px;
  display: grid; place-items: center;
}

/* ---- hero -------------------------------------------------- */
.ng-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 48px;
  align-items: center;
  padding: 52px 0 34px;
}
.ng-hero__copy { max-width: 560px; position: relative; z-index: 3; }
.ng-hero__cta { display: flex; align-items: center; gap: 18px; margin-top: 30px; flex-wrap: wrap; }
.ng-hero__proof { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.ng-hero__faces { display: flex; }

.ng-hero__figure { position: relative; justify-self: stretch; width: 100%; }
.ng-hero__moon {
  position: absolute;
  inset: -16% -8% -16% -8%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 46% 42%, #FFFFFF 0%, #F2E1F3 46%, rgba(242,225,243,0) 74%);
  z-index: 0;
}
.ng-hero__frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 2;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: 0 34px 74px rgba(91, 53, 102, .22);
  background: var(--lavender-200);
}
.ng-hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; display: block; }

.ng-stamp {
  position: absolute;
  left: -42px; bottom: -34px;
  z-index: 3;
  width: 132px; height: 132px;
  border-radius: 50%;
  background: linear-gradient(150deg, #EFE0F4 0%, #D9BEE4 100%);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 16px 34px rgba(91, 53, 102, .2);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--plum-700);
}

/* ---- shop-the-look strip ----------------------------------- */
.ng-lookbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ng-look {
  position: relative;
  aspect-ratio: 4 / 3.1;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: 0 16px 40px rgba(91, 53, 102, .13);
  background: var(--lavender-100);
}
.ng-look img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--duration-slow) var(--ease-graceful);
}
.ng-look:hover img { transform: scale(1.05); }
.ng-look__veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(46, 26, 56, .58) 0%, rgba(46, 26, 56, .12) 32%, rgba(46, 26, 56, 0) 58%);
}
.ng-look__meta {
  position: absolute;
  left: 20px; right: 18px; bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}
.ng-look__title { font-family: var(--font-display); font-size: 1.1rem; }
.ng-look__price { font-size: 12.5px; opacity: .9; margin-top: 2px; }
.ng-look__go {
  width: 36px; height: 36px;
  flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .9);
  color: var(--plum-700);
}

/* ---- story panel ------------------------------------------- */
.ng-story {
  display: grid;
  grid-template-columns: .82fr 1.1fr .78fr;
  gap: 40px;
  align-items: center;
  padding: 26px;
}
.ng-story__media {
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-md);
  background: var(--lavender-100);
}
.ng-story__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block; }
.ng-story__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px solid var(--border-subtle);
  padding-left: 34px;
}
.ng-feature { display: flex; align-items: center; gap: 14px; }
.ng-chip {
  width: 38px; height: 38px;
  flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--lavender-100);
  border: 1px solid var(--lavender-200);
  color: var(--plum-600);
}
.ng-chip .material-symbols-outlined { font-size: 19px; }
.ng-signature {
  font-family: var(--font-script);
  font-size: 2rem;
  color: var(--plum-600);
  margin-top: 18px;
}

/* ---- section head ------------------------------------------ */
.ng-sechead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

/* ---- product grid ------------------------------------------ */
.ng-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.ng-card { cursor: pointer; }
.ng-card__media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 5 / 8;
  background: var(--lavender-100);
  box-shadow: 0 14px 34px rgba(91, 53, 102, .12);
}
.ng-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  display: block;
  transition: transform var(--duration-slow) var(--ease-graceful);
}
.ng-card:hover .ng-card__media img { transform: scale(1.05); }
.ng-card__flag {
  position: absolute;
  top: 12px; left: 12px;
  background: rgba(255, 255, 255, .92);
  color: var(--plum-700);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
}
.ng-card__heart {
  position: absolute;
  top: 10px; right: 10px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  display: grid; place-items: center;
  color: var(--text-muted);
  transition: color var(--duration-fast) var(--ease-standard);
}
.ng-card__heart .material-symbols-outlined { font-size: 19px; }
.ng-card__heart--on { color: var(--plum-600); }
.ng-card__go {
  position: absolute;
  right: 12px; bottom: 12px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: var(--plum-700);
  display: grid; place-items: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--duration-standard) var(--ease-graceful),
              transform var(--duration-standard) var(--ease-graceful);
}
.ng-card:hover .ng-card__go { opacity: 1; transform: translateY(0); }
.ng-card__body { padding: 13px 4px 0; }
.ng-card__price { display: flex; align-items: baseline; gap: 9px; margin-top: 5px; }
.ng-card__price b { font-weight: 500; color: var(--plum-800); }
.ng-card__price s { color: var(--text-muted); font-size: 12.5px; }

/* ---- feature band ------------------------------------------ */
.ng-feature-band {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 0;
  overflow: hidden;
  align-items: stretch;
}
.ng-feature-band--rev { grid-template-columns: .9fr 1fr; }
.ng-feature-band__copy { padding: 46px 44px; align-self: center; }
.ng-feature-band__media { position: relative; min-height: 440px; background: var(--lavender-100); }
.ng-feature-band__media img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  display: block;
}

/* ---- why / stats ------------------------------------------- */
.ng-two { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: stretch; }
.ng-why { padding: 34px 36px; }
.ng-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; margin-top: 24px; }
.ng-why__item { display: flex; gap: 13px; }
.ng-why__item p { margin: 3px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--text-muted); }
.ng-why__item h4 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--plum-800);
}
.ng-stats { padding: 34px 36px; }
.ng-stats__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.ng-stat {
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 22px;
  padding: 22px 18px;
  text-align: center;
}
.ng-stat b {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2.15rem;
  color: var(--plum-700);
  line-height: 1;
  margin-bottom: 8px;
}

/* ---- vision / mission / purpose ---------------------------- */
.ng-vmp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; padding: 40px 44px; }
.ng-vmp__col + .ng-vmp__col { border-left: 1px solid var(--border-subtle); padding-left: 36px; }
.ng-vmp p { margin: 12px 0 0; font-size: 13px; line-height: 1.75; color: var(--text-secondary); }

/* ---- core values ------------------------------------------- */
.ng-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ng-value {
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 24px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(91, 53, 102, .07);
}
.ng-value h4 {
  margin: 0 0 7px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--plum-800);
}
.ng-value p { margin: 0; font-size: 12px; line-height: 1.65; color: var(--text-muted); }

/* ---- founder note ------------------------------------------ */
.ng-founder { padding: 48px 56px; text-align: center; }

/* ---- testimonials ------------------------------------------ */
.ng-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ng-quote { padding: 24px 26px; display: flex; flex-direction: column; gap: 16px; }
.ng-quote__mark {
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: .6;
  color: var(--lavender-400);
}
.ng-quote p { margin: 0; font-size: 13px; line-height: 1.7; color: var(--text-secondary); }
.ng-quote__who { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.ng-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(150deg, #E8D6EE, #D5B8E0);
  color: var(--plum-700);
  font-size: 12px;
  font-weight: 600;
  flex: none;
}

/* ---- closing CTA ------------------------------------------- */
.ng-closing { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center; padding: 42px 44px; }
.ng-closing__meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.ng-closing__meta div { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--text-secondary); }
.ng-closing__meta .material-symbols-outlined { font-size: 18px; color: var(--lavender-500); }

/* ---- footer ------------------------------------------------ */
.ng-footer { position: relative; z-index: 2; background: var(--plum-900); color: var(--lavender-200); }
.ng-footer__inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 52px 40px 30px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, .85fr);
  gap: 34px;
}
.ng-footer h5 {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-300);
}
.ng-footer li { list-style: none; font-size: 12.5px; margin: 9px 0; color: var(--lavender-300); cursor: pointer; }
.ng-footer li:hover { color: #fff; }
.ng-footer ul { margin: 0; padding: 0; }
.ng-footer__bar {
  max-width: 1460px;
  margin: 0 auto;
  padding: 16px 40px 30px;
  border-top: 1px solid rgba(213, 184, 224, .16);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 11.5px;
  color: var(--lavender-400);
}

/* ---- product page ------------------------------------------ */
.ng-pdp { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; padding: 30px; align-items: start; }
.ng-pdp__hero {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--lavender-100);
  box-shadow: var(--shadow-md);
}
.ng-pdp__hero img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block; }
.ng-pdp__thumbs { display: flex; gap: 10px; margin-top: 12px; }
.ng-thumb {
  width: 62px; height: 78px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: var(--lavender-100);
  flex: none;
}
.ng-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; }
.ng-thumb--on { border-color: var(--plum-600); }
.ng-size {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  display: grid; place-items: center;
  font-size: 12.5px;
  cursor: pointer;
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, .6);
  color: var(--text-secondary);
  transition: all var(--duration-fast) var(--ease-standard);
}
.ng-size--on { border-color: var(--plum-600); background: var(--lavender-100); color: var(--plum-700); font-weight: 500; }
.ng-tabs { display: flex; gap: 26px; border-bottom: 1px solid var(--border-subtle); margin: 30px 0 18px; }
.ng-tab {
  padding-bottom: 11px;
  cursor: pointer;
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.ng-tab--on { color: var(--plum-800); border-bottom-color: var(--plum-600); }
.ng-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.ng-trust div { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-muted); }
.ng-trust .material-symbols-outlined { font-size: 18px; color: var(--lavender-500); }

/* ---- category page ----------------------------------------- */
.ng-cathead { padding: 20px 0 4px; position: relative; z-index: 2; }
.ng-empty-cat { padding: 60px 40px 56px; text-align: center; position: relative; overflow: hidden; }

/* ---- cart drawer ------------------------------------------- */
.ng-scrim {
  position: absolute; inset: 0;
  background: rgba(46, 26, 56, .42);
  backdrop-filter: blur(var(--blur-soft));
  -webkit-backdrop-filter: blur(var(--blur-soft));
}
.ng-drawer {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 408px;
  max-width: 92vw;
  background: var(--lavender-50);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}
.ng-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  border-bottom: 1px solid var(--border-subtle);
}
.ng-drawer__body { flex: 1; overflow-y: auto; padding: 20px 26px; display: flex; flex-direction: column; gap: 16px; }
.ng-drawer__foot { padding: 20px 26px; border-top: 1px solid var(--border-subtle); background: rgba(255,255,255,.6); }
.ng-line { display: flex; gap: 13px; }
.ng-line__media {
  width: 66px; height: 84px;
  border-radius: 14px;
  overflow: hidden;
  flex: none;
  background: var(--lavender-100);
}
.ng-line__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ng-empty { text-align: center; padding: 40px 10px; color: var(--text-muted); font-size: 13px; line-height: 1.7; }

/* ---- responsive -------------------------------------------- */
@media (max-width: 1080px) {
  .ng-grid { grid-template-columns: repeat(2, 1fr); }
  .ng-vmp { grid-template-columns: 1fr; gap: 24px; }
  .ng-vmp__col + .ng-vmp__col { border-left: none; padding-left: 0; border-top: 1px solid var(--border-subtle); padding-top: 24px; }
  .ng-values { grid-template-columns: repeat(2, 1fr); }
  .ng-story { grid-template-columns: 1fr 1fr; }
  .ng-story__list { grid-column: 1 / -1; border-left: none; padding-left: 0; border-top: 1px solid var(--border-subtle); padding-top: 26px; }
  .ng-two, .ng-quotes, .ng-feature-band, .ng-closing, .ng-pdp { grid-template-columns: 1fr; }
  .ng-footer__inner { grid-template-columns: 1fr 1fr; }
  .ng-nav { display: none; }
  .ng-burger { display: grid; }
  .ng-stamp { left: auto; right: -18px; bottom: -22px; }
}
@media (max-width: 880px) {
  .ng-header .ng-btn { display: none; }
}
@media (max-width: 760px) {
  .ng-hero { grid-template-columns: 1fr; padding-top: 30px; }
  .ng-hero__figure { justify-self: stretch; }
  .ng-hero__frame { aspect-ratio: 4 / 3; border-radius: 26px; }
  .ng-stamp { left: auto; right: -6px; bottom: -26px; width: 104px; height: 104px; font-size: 8.5px; }
  .ng-story { grid-template-columns: 1fr; }
  .ng-quotes { grid-template-columns: 1fr; }
  .ng-grid { grid-template-columns: 1fr; }
  .ng-footer__inner { grid-template-columns: 1fr; }
  .ng-shell { padding: 0 18px; }
  .ng-values { grid-template-columns: 1fr; }
  .ng-lookbook { grid-template-columns: 1fr; }
  .ng-feature-band__copy, .ng-closing, .ng-why, .ng-stats, .ng-vmp, .ng-founder { padding: 28px 22px; }
  .ng-empty-cat { padding: 40px 22px; }
  .ng-flora { display: none; }
  .ng-hide-mobile { display: none; }
  .ng-header__actions .ng-btn { display: none; }
  .ng-header__inner { padding: 12px 18px; gap: 12px; }
}

.material-symbols-outlined{font-family:'Material Symbols Outlined';font-size:22px;user-select:none;line-height:1}
