:root {
  --bg: #0b0d10;
  --bg-soft: #161a20;
  --panel: rgba(21, 24, 30, 0.78);
  --surface: #11151b;
  --ink: #f4f7fb;
  --ink-soft: #a6b0bd;
  --accent: #f24f2b;
  --accent-soft: #32221d;
  --gold: #f29d38;
  --line: #27303a;
  --dark: #090b0e;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% -10%, #2c313c 0%, transparent 34%),
    radial-gradient(circle at 88% 8%, #2a211f 0%, transparent 30%),
    linear-gradient(180deg, #0a0d11 0%, #0f1319 46%, #090c10 100%);
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='%23a08262' fill-opacity='0.12'%3E%3Ccircle cx='15' cy='18' r='1'/%3E%3Ccircle cx='62' cy='24' r='1'/%3E%3Ccircle cx='121' cy='15' r='1'/%3E%3Ccircle cx='24' cy='66' r='1'/%3E%3Ccircle cx='88' cy='72' r='1'/%3E%3Ccircle cx='129' cy='91' r='1'/%3E%3Ccircle cx='36' cy='124' r='1'/%3E%3Ccircle cx='81' cy='129' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

.topbar,
.navbar,
.trend-strip,
main,
footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 4vw;
  background: var(--dark);
  color: #f7ecde;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 4vw;
  backdrop-filter: blur(12px);
  background: rgba(247, 241, 231, 0.8);
  border-bottom: 1px solid rgba(21, 18, 15, 0.08);
}

.brand,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  margin: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Bebas Neue", sans-serif;
  color: var(--ink);
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  transform: rotate(-8deg);
  filter: drop-shadow(0 0 8px rgba(242, 79, 43, 0.45));
}

.brand span {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
}

.menu {
  display: flex;
  gap: 1.15rem;
}

.menu a {
  color: #2f2720;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.actions {
  display: flex;
  gap: 0.45rem;
}

.ghost-btn {
  border: 1px solid var(--line);
  background: rgba(255, 251, 244, 0.92);
  color: var(--ink);
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trend-strip {
  border-top: 1px solid rgba(21, 18, 15, 0.06);
  border-bottom: 1px solid rgba(21, 18, 15, 0.06);
  background: linear-gradient(90deg, #f9f1e7, #f0e1ce 45%, #f8efe3);
  overflow: hidden;
}

.trend-track {
  display: flex;
  width: max-content;
  gap: 1.3rem;
  padding: 0.58rem 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #3e3329;
  animation: ticker 24s linear infinite;
}

.trend-track span {
  padding: 0.15rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(21, 18, 15, 0.07);
}

main {
  width: min(1280px, 92vw);
  margin: 0 auto;
  display: grid;
  gap: 2.6rem;
  padding: 1.7rem 0 3.2rem;
}

.hero {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.6fr 0.85fr;
  align-items: stretch;
}

.hero-content {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 13%, #ffe7d7 0%, transparent 36%),
    linear-gradient(132deg, #fff7ee 0%, #f4e8da 54%, #ead9c8 100%);
}

.hero-content::after {
  content: "LPC";
  position: absolute;
  right: 1rem;
  bottom: -0.55rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(5.5rem, 10vw, 9rem);
  color: rgba(21, 18, 15, 0.07);
  letter-spacing: 0.05em;
  pointer-events: none;
}

.hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 6.8vw, 6rem);
  line-height: 0.82;
  margin: 0.58rem 0 1rem;
  max-width: 11ch;
  letter-spacing: 0.05em;
  text-shadow: 0 0 22px rgba(242, 79, 43, 0.18);
}

.hero p {
  color: var(--ink-soft);
  max-width: 60ch;
  position: relative;
  z-index: 1;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.3rem;
  position: relative;
  z-index: 1;
}

.cta {
  border: none;
  background: linear-gradient(90deg, #17120e, #2a2018);
  color: #fff8ee;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.79rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-size: 0.71rem;
}

.link {
  color: var(--ink);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 210, 158, 0.22), transparent 28%),
    linear-gradient(154deg, #14100d 0%, #2a211a 48%, #3d2c21 100%);
  color: #f4e6d7;
  border-radius: 26px;
  padding: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(21, 18, 15, 0.24);
}

.hero-card h3 {
  font-size: 2.15rem;
  margin: 0.4rem 0 0.6rem;
}

.hero-card p {
  color: #d8bf9f;
}

.hero-card a {
  color: #ffcc84;
  text-decoration: none;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 800;
}

.collections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.collections article {
  border: 1px solid var(--line);
  padding: 1.15rem;
  border-radius: 20px;
  background: var(--panel);
  backdrop-filter: blur(6px);
}

.collections h3 {
  font-size: 1.8rem;
  margin: 0.38rem 0 0.55rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.section-head h2,
.lookbook h2,
.newsletter h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.chips {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.chip {
  border: 1px solid var(--line);
  background: rgba(255, 249, 240, 0.88);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.48rem 0.82rem;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.chip.active {
  border-color: #cb583d;
  background: var(--accent-soft);
  color: #a7371e;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px);
  animation: rise 0.6s ease forwards;
}

.card:nth-child(2) {
  animation-delay: 0.05s;
}

.card:nth-child(3) {
  animation-delay: 0.1s;
}

.card:nth-child(4) {
  animation-delay: 0.15s;
}

.visual {
  position: relative;
  height: 210px;
  display: flex;
  align-items: end;
  padding: 1rem;
  background:
    linear-gradient(148deg, #dbc4aa 0%, #f6ecdf 45%, #e9d8c4 100%);
}

.visual::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.visual p {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f3228;
  position: relative;
  z-index: 1;
}

.visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body {
  padding: 1rem;
}

.body h3 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 0.95;
}

.meta {
  margin: 0.34rem 0 0.65rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.stock-row {
  margin-bottom: 0.55rem;
}

.stock {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.in-stock {
  color: #7ee7a3;
}

.sold-out {
  color: #ff8a8a;
}

.price {
  font-weight: 800;
  letter-spacing: 0.05em;
}

.add-btn {
  border: none;
  background: linear-gradient(90deg, #cf5638, #a33920);
  color: #fff7ef;
  border-radius: 999px;
  padding: 0.58rem 0.82rem;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.add-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.lookbook {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 0.85rem;
  align-items: stretch;
}

.lookbook > div,
.stats {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.25rem;
  background: var(--panel);
}

.stats {
  display: grid;
  gap: 0.62rem;
}

.stats article {
  border: 1px solid rgba(21, 18, 15, 0.11);
  border-radius: 16px;
  padding: 0.72rem 0.78rem;
  background: rgba(255, 255, 255, 0.44);
}

.stats h3 {
  font-size: 2rem;
}

.stats p {
  margin: 0.15rem 0 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
}

.journal {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, 1fr);
}

.journal article {
  border-radius: 20px;
  border: 1px solid var(--line);
  padding: 1.2rem;
  background:
    linear-gradient(160deg, #fff9f0 0%, #f2e5d6 65%, #e9d7c2 100%);
}

.journal h3 {
  margin: 0.48rem 0 0.7rem;
  font-size: clamp(1.8rem, 2.8vw, 2.35rem);
  max-width: 18ch;
}

.journal a {
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.72rem;
  font-weight: 700;
}

.newsletter {
  border-radius: 28px;
  border: 1px solid #443126;
  padding: 2rem;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 194, 121, 0.22), transparent 36%),
    linear-gradient(145deg, #19120e, #2d2018 62%, #452f22);
  color: #f8ead9;
}

.newsletter .eyebrow {
  color: #f2bd71;
}

.newsletter-form {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.95rem;
}

.newsletter-form input {
  flex: 1;
  border-radius: 999px;
  border: 1px solid #8c6d50;
  background: rgba(255, 255, 255, 0.12);
  color: #fff7eb;
  padding: 0.74rem 1rem;
}

.newsletter-form button {
  border: none;
  border-radius: 999px;
  padding: 0.73rem 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.67rem;
  font-weight: 700;
  background: #f2c88d;
  color: #1f150f;
  cursor: pointer;
}

.cart-panel {
  position: fixed;
  right: 1rem;
  top: 6.1rem;
  width: min(390px, 92vw);
  max-height: 78vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  transform: translateX(120%);
  transition: transform 0.28s ease;
  z-index: 40;
}

.cart-panel.open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-items {
  overflow: auto;
  display: grid;
  gap: 0.45rem;
  padding: 0.6rem 0;
}

.cart-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.6rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.cart-item p {
  margin: 0;
}

.cart-footer {
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.full {
  width: 100%;
  margin-top: 0.6rem;
}

footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(21, 18, 15, 0.12);
  padding: 1.1rem 4vw 1.7rem;
  font-size: 0.76rem;
  color: var(--ink-soft);
  background: rgba(255, 251, 245, 0.72);
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.navbar {
  background: rgba(9, 11, 14, 0.82);
  border-bottom: 1px solid var(--line);
}

.menu a,
.brand,
.link {
  color: var(--ink);
}

.ghost-btn {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.trend-strip {
  border-top: 1px solid #1e252f;
  border-bottom: 1px solid #1e252f;
  background: linear-gradient(90deg, #11161d, #1a2029 45%, #11161d);
}

.trend-track {
  color: #dbe2ea;
}

.trend-track span {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #2b3441;
}

.hero-content {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 14%, #3a2520 0%, transparent 35%),
    linear-gradient(132deg, #131820 0%, #1b212b 54%, #11161e 100%);
}

.hero-content::after {
  color: rgba(255, 255, 255, 0.07);
}

.collections article,
.lookbook > div,
.stats,
.journal article {
  background: var(--panel);
  border: 1px solid var(--line);
}

.visual {
  background: linear-gradient(148deg, #1c222d 0%, #232b37 45%, #1a1f28 100%);
}

.visual::before {
  background: rgba(255, 255, 255, 0.08);
}

.visual p {
  color: #d3dae2;
}

.journal a {
  color: #f0f5fb;
}

footer {
  color: #c2ccd8;
  background: rgba(9, 11, 14, 0.7);
  border-top: 1px solid var(--line);
}

.quick-contact {
  margin: 0 auto;
  width: min(1280px, 92vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 11, 14, 0.62);
}

.quick-contact p {
  margin: 0;
  color: #d5deea;
  font-size: 0.82rem;
}

.whatsapp-link {
  text-decoration: none;
  color: #08110b;
  background: #23d366;
  border: 1px solid #19b853;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wa-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  text-decoration: none;
  color: #08110b;
  background: #25d366;
  border: 1px solid #1bb855;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.wa-float.is-highlighted {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.46);
  animation: pulse-wa 1.8s ease-out infinite;
}

@keyframes pulse-wa {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero,
  .lookbook {
    grid-template-columns: 1fr;
  }

  .hero-content,
  .hero-card {
    min-height: 260px;
  }
}

@media (max-width: 740px) {
  .desktop-only,
  .mobile-hide {
    display: none;
  }

  .brand {
    font-size: 1.55rem;
  }

  .brand img {
    width: 28px;
    height: 28px;
  }

  main {
    gap: 1.9rem;
    padding-top: 1.2rem;
  }

  .collections,
  .journal,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .trend-track {
    animation-duration: 18s;
  }

  .quick-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  footer {
    flex-direction: column;
    gap: 0.28rem;
  }
}
