/*
Theme Name: Zinka Paris
Author: Zinka Paris
Description: Compatibility styles for the optional Zinka Paris wholesale WooCommerce catalogue.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zinka-paris
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
  --cream: #fff9f2;
  --paper: #fffdf9;
  --ink: #21152b;
  --plum: #5b2a86;
  --plum-dark: #3f135f;
  --fuchsia: #e4428d;
  --orange: #ff8a3d;
  --lilac: #eadcf8;
  --blush: #fff0f4;
  --line: rgba(91, 42, 134, 0.22);
  --shadow: 0 20px 60px rgba(63, 19, 95, 0.13);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.screen-reader-text:focus {
  width: auto;
  height: auto;
  top: 8px;
  left: 8px;
  z-index: 100000;
  display: block;
  padding: 14px 18px;
  clip: auto !important;
  clip-path: none;
  border-radius: 8px;
  background: var(--paper);
  color: var(--plum);
}

.admin-bar .site-header {
  top: 32px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 7px 24px;
  background: var(--plum);
  color: white;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
}

.announcement span {
  color: #ffb36e;
}

.site-header {
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 68px);
  background: rgba(255, 249, 242, 0.9);
  border-bottom: 1px solid rgba(33, 21, 43, 0.07);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 15;
}

.custom-logo-link {
  line-height: 0;
}

.custom-logo {
  width: auto;
  max-width: 220px;
  max-height: 56px;
}

.wordmark {
  width: max-content;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  gap: clamp(28px, 4vw, 56px);
  font-size: 14px;
  font-weight: 500;
}

.desktop-nav a,
.footer-links a {
  position: relative;
}

.desktop-nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}

.desktop-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header-actions > a {
  display: grid;
  place-items: center;
  transition: color 180ms ease, transform 180ms ease;
}

.header-actions > a:hover {
  color: var(--fuchsia);
  transform: translateY(-2px);
}

.bag-link {
  position: relative;
}

.bag-link span {
  position: absolute;
  top: -7px;
  right: -10px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fuchsia);
  color: white;
  font-size: 9px;
  font-weight: 700;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  width: 28px;
  height: 28px;
  display: grid;
  align-content: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary i {
  width: 24px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 200ms ease;
}

.mobile-menu[open] summary i:first-child {
  transform: translateY(4px) rotate(45deg);
}

.mobile-menu[open] summary i:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu nav {
  position: absolute;
  top: 48px;
  right: 0;
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mobile-menu nav .menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-menu nav a {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(91, 42, 134, 0.1);
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(540px, 1.12fr);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px clamp(32px, 5vw, 86px);
  padding-right: 30px;
  background:
    radial-gradient(circle at 0 95%, rgba(255, 138, 61, 0.1), transparent 34%),
    var(--cream);
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 26px;
}

.eyebrow-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}

.dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}

.dot-plum { background: var(--plum); }
.dot-pink { background: var(--fuchsia); }
.dot-orange { background: var(--orange); }
.dot-lilac { background: #a991e3; }

.kicker,
.section-kicker {
  margin: 0 0 16px;
  color: var(--plum);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.story h2,
.newsletter h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(66px, 6.15vw, 104px);
  line-height: 0.8;
}

.hero h1 em,
.section-heading h2 em,
.story h2 em,
.newsletter h2 em {
  color: var(--fuchsia);
  font-weight: 500;
}

.hero-intro {
  max-width: 530px;
  margin: 32px 0 0;
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 32px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.button-primary {
  background: linear-gradient(120deg, var(--plum-dark), var(--plum));
  box-shadow: 0 9px 0 rgba(228, 66, 141, 0.22);
  color: white;
}

.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 0 rgba(228, 66, 141, 0.29);
}

.text-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--plum);
  font-size: 14px;
  font-weight: 600;
  transition: gap 180ms ease, color 180ms ease;
}

.text-link:hover {
  gap: 20px;
  color: var(--fuchsia);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 44px;
  color: rgba(33, 21, 43, 0.63);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trust-row span {
  display: flex;
  align-items: center;
  gap: 18px;
}

.trust-row span:not(:last-child)::after {
  content: "✦";
  color: var(--orange);
}

.hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 138, 61, 0.98), transparent 30%),
    radial-gradient(circle at 45% 45%, rgba(228, 66, 141, 0.86), transparent 40%),
    linear-gradient(135deg, #d8b4ed, #a66fca 50%, #f9a16f);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, var(--cream), transparent 13%);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  animation: product-float 7s ease-in-out infinite;
}

.hero-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  right: 2%;
  bottom: 2%;
  border-radius: 50%;
  background: rgba(255, 205, 161, 0.65);
  filter: blur(50px);
  animation: glow-breathe 5s ease-in-out infinite;
}

.glass-arch {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 32px rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.arch-one {
  width: 180px;
  height: 330px;
  top: 72px;
  left: 14%;
  border-radius: 100px 100px 18px 18px;
  animation: glass-drift 8s ease-in-out infinite;
}

.arch-two {
  width: 200px;
  height: 270px;
  top: 180px;
  right: 12%;
  border-radius: 100px 100px 22px 22px;
  animation: glass-drift 9s 800ms ease-in-out infinite reverse;
}

.spark {
  position: absolute;
  z-index: 3;
  color: white;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.8);
  animation: sparkle 2.6s ease-in-out infinite;
}

.spark-one { top: 15%; right: 26%; font-size: 28px; }
.spark-two { top: 38%; left: 15%; font-size: 20px; animation-delay: 700ms; }
.spark-three { top: 22%; left: 55%; font-size: 45px; animation-delay: 1.2s; }

.hero-sticker {
  position: absolute;
  right: 6%;
  bottom: 7%;
  z-index: 4;
  width: 112px;
  height: 112px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: rgba(255, 249, 242, 0.82);
  box-shadow: 0 12px 34px rgba(63, 19, 95, 0.18);
  backdrop-filter: blur(12px);
  transform: rotate(7deg);
}

.hero-sticker span {
  color: var(--fuchsia);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-sticker strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 0.88;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 4vw, 68px);
  transform: translateY(-1px);
}

.category-card {
  min-height: 156px;
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 26px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-right: 0;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.category-card:first-child {
  border-radius: 0 0 0 22px;
}

.category-card:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 0 22px 0;
}

.category-card:hover {
  z-index: 2;
  background: white;
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.category-index {
  position: absolute;
  top: 13px;
  left: 14px;
  color: rgba(33, 21, 43, 0.37);
  font-size: 9px;
  font-weight: 700;
}

.category-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-family: Georgia, serif;
  font-size: 21px;
  transition: transform 300ms ease;
}

.category-card:hover .category-icon {
  transform: rotate(10deg) scale(1.08);
}

.beauty .category-icon { background: var(--plum); }
.home .category-icon { background: var(--fuchsia); }
.lifestyle .category-icon { background: var(--orange); }
.tech .category-icon { background: #a991e3; }

.category-card strong,
.category-card small {
  display: block;
}

.category-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
}

.category-card small {
  margin-top: 3px;
  color: rgba(33, 21, 43, 0.55);
  font-size: 11px;
}

.section-pad {
  padding: 110px clamp(24px, 6vw, 94px);
}

.featured {
  background: var(--cream);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.section-heading h2,
.story h2,
.newsletter h2 {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.95;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 30px);
}

.product-card {
  min-width: 0;
}

.product-image {
  aspect-ratio: 0.84;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-plum { background: linear-gradient(145deg, #e8d5ef, #c79fd9); }
.product-cream { background: linear-gradient(145deg, #fff8ec, #efd9c1); }
.product-lilac { background: linear-gradient(145deg, #efe8fa, #cfc0e9); }
.product-coral { background: linear-gradient(145deg, #ffd7cc, #f39b8d); }

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.wishlist {
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 3;
  font-size: 27px;
  transition: color 180ms ease, transform 180ms ease;
}

.product-image:hover .wishlist {
  color: var(--fuchsia);
  transform: scale(1.1);
}

.product-object {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1);
}

.product-image:hover .product-object {
  transform: translateY(-10px) scale(1.04) rotate(-1deg);
}

.product-object::after {
  content: "";
  width: 70%;
  height: 17%;
  position: absolute;
  bottom: 16%;
  border-radius: 50%;
  background: rgba(91, 42, 134, 0.13);
  filter: blur(13px);
}

.product-object i,
.product-object b,
.product-object em {
  position: absolute;
  display: block;
  z-index: 1;
  font-style: normal;
}

.product-plum .product-object i {
  width: 34%;
  height: 42%;
  bottom: 23%;
  border-radius: 10px 10px 24px 24px;
  background: repeating-linear-gradient(90deg, #7339a3 0 5px, #925bc0 5px 10px);
  border: 2px solid rgba(255,255,255,.65);
  box-shadow: inset 0 0 18px rgba(255,255,255,.35), 0 18px 25px rgba(83,38,113,.25);
}

.product-plum .product-object b {
  width: 17%;
  height: 17%;
  top: 25%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff7df, #c58c3d 45%, #58300d);
}

.product-plum .product-object em {
  width: 12%;
  height: 5%;
  top: 39%;
  background: #c8984d;
}

.product-cream .product-object i {
  width: 48%;
  height: 45%;
  bottom: 22%;
  border-radius: 45% 45% 28% 28%;
  background: radial-gradient(circle at 30% 25%, #fffaf0, #e3cfb6);
  box-shadow: inset -12px -10px 24px rgba(107,66,43,.08), 0 20px 28px rgba(107,66,43,.2);
}

.product-cream .product-object b {
  width: 25%;
  height: 17%;
  top: 22%;
  border-radius: 25% 25% 8% 8%;
  background: #efe2d0;
}

.product-cream .product-object em {
  width: 5px;
  height: 5px;
  top: 43%;
  left: 46%;
  border-radius: 50%;
  background: #b79171;
  box-shadow: 18px 15px #b79171, -11px 24px #b79171, 25px 48px #b79171, -26px 57px #b79171;
  opacity: .5;
}

.product-lilac .product-object i {
  width: 44%;
  height: 45%;
  bottom: 23%;
  border-radius: 38% 38% 26% 26%;
  background: repeating-linear-gradient(90deg, #bca9dd 0 2px, #c8b8e4 2px 5px);
  border-bottom: 10px solid #b08464;
  box-shadow: inset -14px -8px 22px rgba(87,58,126,.12), 0 20px 28px rgba(87,58,126,.2);
}

.product-lilac .product-object b {
  width: 16%;
  height: 6%;
  top: 27%;
  border-radius: 999px;
  background: #d8cbed;
}

.product-lilac .product-object em {
  width: 24%;
  height: 2px;
  right: 24%;
  bottom: 35%;
  background: rgba(91, 42, 134, 0.35);
  transform: rotate(35deg);
}

.product-coral .product-object i {
  width: 67%;
  height: 18%;
  bottom: 27%;
  border-radius: 12px;
  background: repeating-linear-gradient(8deg, #df3c7c 0 9px, #8b3eb1 9px 19px, #ff7d43 19px 28px);
  box-shadow: 0 -18px 0 -3px #ec5a89, 0 -36px 0 -6px #9b50b6, 0 22px 30px rgba(134,43,83,.18);
  transform: rotate(-3deg);
}

.product-coral .product-object b {
  width: 22%;
  height: 7%;
  top: 34%;
  left: 39%;
  border: 5px solid #d09a4c;
  border-radius: 50%;
  transform: rotate(14deg);
}

.product-coral .product-object em {
  width: 8%;
  height: 11%;
  top: 32%;
  left: 36%;
  border-radius: 4px;
  background: #e7ad59;
}

.quick-view {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 4;
  padding: 13px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.product-image:hover .quick-view {
  opacity: 1;
  transform: translateY(0);
}

.product-meta {
  padding: 16px 4px 0;
}

.product-meta p {
  margin: 0 0 6px;
  color: var(--fuchsia);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-meta h3 {
  margin: 0 0 5px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.product-meta strong {
  font-size: 13px;
}

.story {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  overflow: hidden;
  background: var(--plum-dark);
  color: white;
}

.story-art {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.story-circle {
  position: absolute;
  border-radius: 50%;
}

.circle-one {
  width: 80%;
  height: 80%;
  background: linear-gradient(140deg, var(--fuchsia), var(--orange));
  animation: story-morph 9s ease-in-out infinite;
}

.circle-two {
  width: 58%;
  height: 58%;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(234, 220, 248, 0.24);
  backdrop-filter: blur(8px);
}

.story-monogram {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(140px, 18vw, 270px);
  font-weight: 500;
  line-height: 1;
}

.orbit {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: start center;
  padding-top: 2%;
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .45em;
  animation: orbit-spin 18s linear infinite;
}

.story-copy {
  max-width: 610px;
}

.story .section-kicker {
  color: #ffb36e;
}

.story h2 {
  margin-bottom: 30px;
}

.story h2 em {
  color: #ff9dc7;
}

.story-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 0 0 34px;
  color: rgba(255,255,255,.74);
  font-size: 17px;
  line-height: 1.8;
}

.button-light {
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.1);
  color: white;
}

.button-light:hover {
  background: white;
  color: var(--plum-dark);
  transform: translateY(-3px);
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--lilac);
}

.values article {
  padding: 0 clamp(25px, 4vw, 65px);
  border-right: 1px solid rgba(91, 42, 134, 0.2);
}

.values article:first-child {
  padding-left: 0;
}

.values article:last-child {
  padding-right: 0;
  border-right: 0;
}

.values span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--plum);
  font-size: 10px;
  font-weight: 700;
}

.values h3 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
}

.values p {
  margin: 0;
  color: rgba(33, 21, 43, 0.67);
  font-size: 14px;
  line-height: 1.7;
}

.newsletter {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  background:
    radial-gradient(circle at 100% 0%, rgba(228, 66, 141, 0.11), transparent 38%),
    var(--cream);
}

.signup-form label {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.signup-form > div {
  display: flex;
  border-bottom: 1px solid var(--ink);
}

.signup-form input {
  flex: 1;
  min-width: 0;
  padding: 16px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
}

.signup-form button {
  width: 56px;
  border: 0;
  background: transparent;
  color: var(--plum);
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.signup-form button:hover {
  color: var(--fuchsia);
  transform: translateX(4px);
}

.signup-form small {
  display: block;
  margin-top: 13px;
  color: rgba(33,21,43,.53);
  font-size: 10px;
}

.site-footer {
  padding: 74px clamp(24px, 6vw, 94px) 28px;
  background: var(--ink);
  color: white;
  text-align: center;
}

.menu,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav .menu {
  display: flex;
  gap: clamp(28px, 4vw, 56px);
}

.footer-links .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
}

.content-shell {
  width: min(1180px, calc(100% - 48px));
  min-height: 52vh;
  margin: 0 auto;
  padding: 90px 0;
}

.entry-header {
  margin-bottom: 38px;
}

.entry-title,
.woocommerce-products-header__title,
.page-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.04em;
}

.entry-content {
  font-size: 16px;
  line-height: 1.8;
}

.entry-content > * {
  max-width: 820px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.post-card {
  margin-bottom: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.post-card h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 32px;
  color: rgba(33, 21, 43, .6);
  font-size: 12px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 44px 0 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: .84;
  object-fit: cover;
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--lilac);
  transition: transform 350ms ease, box-shadow 350ms ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--plum);
  font-size: 14px;
  font-weight: 700;
}

.woocommerce span.onsale {
  min-width: 0;
  min-height: 0;
  top: 14px;
  right: 14px;
  left: auto;
  z-index: 3;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--fuchsia);
  font-size: 10px;
  line-height: 1;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--plum);
  color: white;
  font-size: 12px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover {
  background: var(--fuchsia);
  color: white;
  transform: translateY(-2px);
}

.woocommerce div.product {
  padding-top: 25px;
}

.woocommerce div.product div.images img {
  border: 1px solid var(--line);
  border-radius: 24px;
}

.woocommerce div.product .product_title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .95;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--fuchsia);
  background: var(--paper);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--fuchsia);
}

.zinka-cart-count {
  position: absolute;
  top: -7px;
  right: -10px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fuchsia);
  color: white;
  font-size: 9px;
  font-weight: 700;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-wordmark {
  margin: 0 auto;
  font-size: clamp(26px, 3vw, 42px);
}

.site-footer > p {
  margin: 18px 0 34px;
  color: rgba(255,255,255,.61);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 65px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.46);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  animation: reveal-up 720ms cubic-bezier(.22,.7,.2,1) forwards;
}

.hero-copy .reveal:nth-child(1) { animation-delay: 100ms; }
.hero-copy .reveal:nth-child(2) { animation-delay: 180ms; }
.hero-copy .reveal:nth-child(3) { animation-delay: 260ms; }
.hero-copy .reveal:nth-child(4) { animation-delay: 340ms; }
.hero-copy .reveal:nth-child(5) { animation-delay: 420ms; }
.hero-copy .reveal:nth-child(6) { animation-delay: 500ms; }

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes product-float {
  0%, 100% { transform: translateY(0) scale(1.01); }
  50% { transform: translateY(-7px) scale(1.01); }
}

@keyframes glow-breathe {
  0%, 100% { opacity: .7; transform: scale(.95); }
  50% { opacity: 1; transform: scale(1.07); }
}

@keyframes glass-drift {
  0%, 100% { transform: translate3d(0,0,0) rotate(0); }
  50% { transform: translate3d(7px,-9px,0) rotate(1deg); }
}

@keyframes sparkle {
  0%, 100% { opacity: .35; transform: scale(.75) rotate(0); }
  50% { opacity: 1; transform: scale(1.15) rotate(45deg); }
}

@keyframes story-morph {
  0%, 100% { border-radius: 50%; transform: rotate(0) scale(.98); }
  50% { border-radius: 43% 57% 54% 46% / 53% 42% 58% 47%; transform: rotate(8deg) scale(1.03); }
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero {
    min-height: 620px;
    grid-template-columns: .95fr 1.05fr;
  }

  .hero h1 {
    font-size: clamp(58px, 7vw, 82px);
  }

  .hero-copy {
    padding-left: 40px;
  }

  .eyebrow-row span:nth-child(n+3) {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 46px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card:nth-child(2) {
    border-right: 1px solid var(--line);
    border-radius: 0 0 22px 0;
  }

  .category-card:nth-child(3) {
    border-radius: 0 0 0 22px;
  }
}

@media (max-width: 780px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .announcement {
    min-height: 30px;
  }

  .announcement p:last-of-type,
  .announcement span {
    display: none;
  }

  .site-header {
    height: 72px;
    padding: 0 18px;
  }

  .wordmark {
    font-size: 18px;
    letter-spacing: .22em;
  }

  .header-actions {
    gap: 15px;
  }

  .header-actions > a:nth-child(-n+2) {
    display: none;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 58px 24px 50px;
  }

  .eyebrow-row {
    margin-bottom: 18px;
  }

  .kicker {
    display: none;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 78px);
    line-height: .85;
  }

  .hero-intro {
    margin-top: 26px;
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .button {
    width: 100%;
  }

  .trust-row {
    display: none;
  }

  .hero-visual {
    min-height: 510px;
  }

  .hero-visual::after {
    background: linear-gradient(180deg, var(--cream), transparent 10%);
  }

  .hero-visual img {
    object-position: 56% center;
  }

  .hero-sticker {
    width: 90px;
    height: 90px;
  }

  .hero-sticker strong {
    font-size: 18px;
  }

  .category-strip {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .category-card,
  .category-card:first-child,
  .category-card:nth-child(2),
  .category-card:nth-child(3),
  .category-card:last-child {
    min-height: 112px;
    border-right: 0;
    border-radius: 0;
  }

  .category-card:last-child {
    border-right: 0;
  }

  .section-pad {
    padding: 78px 24px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 34px;
  }

  .section-heading h2,
  .story h2,
  .newsletter h2 {
    font-size: 48px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 14px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-image {
    border-radius: 17px;
  }

  .product-meta h3 {
    font-size: 18px;
  }

  .quick-view {
    display: none;
  }

  .story {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .story-art {
    width: min(100%, 480px);
    margin: 0 auto;
  }

  .story-copy {
    text-align: center;
  }

  .story-copy .button {
    width: auto;
  }

  .values {
    grid-template-columns: 1fr;
  }

  .values article,
  .values article:first-child,
  .values article:last-child {
    padding: 36px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(91, 42, 134, 0.2);
  }

  .values article:first-child {
    padding-top: 0;
  }

  .values article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .newsletter {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 51px;
  }

  .eyebrow-row {
    gap: 16px;
  }

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

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
