/*
Theme Name: Zinka Paris
Author: Zinka Paris
Description: A polished wholesale and distribution theme for FMCG, beauty and personal-care partnerships.
Version: 2.2.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 {
  --ink: #10212b;
  --navy: #142e3b;
  --navy-deep: #0a1820;
  --plum: #603b72;
  --plum-light: #d7c6df;
  --teal: #2f7774;
  --amber: #d4964a;
  --sage: #9dac8c;
  --cream: #f4f1ea;
  --paper: #fbfaf7;
  --white: #ffffff;
  --muted: #66727a;
  --line: rgba(16, 33, 43, 0.15);
  --shadow: 0 25px 70px rgba(10, 24, 32, 0.13);
  --radius: 22px;
}

* {
  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: 12px 16px;
  clip: auto !important;
  clip-path: none;
  border-radius: 8px;
  background: var(--paper);
  color: var(--plum);
  box-shadow: var(--shadow);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  content: "";
  opacity: 0.025;
  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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.trade-bar {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 7px 24px;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.trade-bar p {
  margin: 0;
}

.trade-bar span {
  color: var(--amber);
}

.site-header {
  height: 92px;
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 0 clamp(24px, 4vw, 68px);
  border-bottom: 1px solid rgba(16, 33, 43, 0.08);
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  width: max-content;
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  color: var(--ink);
  line-height: 1;
}

.brand span,
.brand i {
  font-size: 24px;
  letter-spacing: 0.18em;
}

.brand span {
  font-weight: 700;
}

.brand i {
  margin-left: 7px;
  color: var(--plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 600;
}

.brand small {
  grid-column: 1 / -1;
  margin-top: 7px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 42px);
  font-size: 12px;
  font-weight: 600;
}

.desktop-nav .menu,
.footer-links .menu {
  display: flex;
  align-items: center;
  gap: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

.header-cta {
  min-height: 46px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.header-cta:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-2px);
}

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

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

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

.mobile-menu summary i {
  width: 26px;
  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 {
  width: min(300px, calc(100vw - 32px));
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.mobile-menu nav .menu {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu nav a {
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.hero {
  min-height: 725px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(490px, 0.92fr) minmax(560px, 1.08fr);
  overflow: hidden;
  background: var(--cream);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 33, 43, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 33, 43, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to right, black, transparent 63%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px clamp(32px, 5vw, 86px);
  padding-right: 42px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--plum);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.intro h2,
.section-heading h2,
.capabilities-title h2,
.brand-care h2,
.contact h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(68px, 6.3vw, 102px);
  line-height: 0.85;
}

.hero h1 em,
.intro h2 em,
.section-heading h2 em,
.capabilities-title h2 em,
.brand-care h2 em {
  color: var(--plum);
  font-weight: 500;
}

.hero-lead {
  max-width: 620px;
  margin: 32px 0 0;
  color: #42525b;
  font-size: 17px;
  line-height: 1.72;
}

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

.button {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 27px;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.button-primary {
  background: var(--navy);
  box-shadow: 0 9px 0 rgba(96, 59, 114, 0.2);
  color: white;
}

.button-primary:hover {
  background: var(--plum);
  box-shadow: 0 13px 0 rgba(16, 33, 43, 0.14);
  transform: translateY(-3px);
}

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

.text-link:hover {
  gap: 19px;
  color: var(--plum);
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 50px;
}

.hero-assurances span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.47);
  color: #4f5d64;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-assurances svg {
  width: 16px;
  height: 16px;
  color: var(--plum);
}

.hero-media {
  min-width: 0;
  position: relative;
  z-index: 2;
  padding: 54px 54px 54px 10px;
  perspective: 1200px;
}

.hero-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2px 2px 2px 90px;
  background: var(--navy);
  box-shadow: -30px 38px 80px rgba(10, 24, 32, 0.16);
  animation: image-enter 1s 180ms cubic-bezier(.2,.75,.2,1) both;
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 24, 32, 0.06), rgba(10, 24, 32, 0.32)),
    linear-gradient(90deg, rgba(10, 24, 32, 0.1), transparent 42%);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: hero-breathe 10s ease-in-out infinite;
}

.floating-card {
  width: 185px;
  position: absolute;
  z-index: 4;
  padding: 18px 19px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: rgba(251, 250, 247, 0.91);
  box-shadow: 0 18px 50px rgba(10, 24, 32, 0.2);
  backdrop-filter: blur(13px);
  animation: card-float 5.8s ease-in-out infinite;
}

.floating-card span,
.floating-card small {
  display: block;
}

.floating-card span {
  color: var(--plum);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  margin: 6px 0 2px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
}

.floating-card small {
  color: var(--muted);
  font-size: 9px;
}

.floating-card-one {
  top: 18%;
  left: -5%;
}

.floating-card-two {
  right: 2%;
  bottom: 18%;
  animation-delay: 1.2s;
}

.availability-pill {
  position: absolute;
  right: 9%;
  bottom: 5%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--navy-deep);
  color: white;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.availability-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9fd277;
  box-shadow: 0 0 0 5px rgba(159, 210, 119, 0.13);
  animation: pulse-dot 2s ease-in-out infinite;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 5vw, 82px);
  background: var(--navy-deep);
  color: white;
}

.signal-strip div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(18px, 2.5vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.signal-strip span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

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

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(.2,.75,.2,1);
}

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

.intro {
  display: grid;
  grid-template-columns: 0.29fr 1fr;
  gap: 60px;
  background: var(--paper);
}

.intro-label {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-top: 10px;
}

.intro-label span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--plum);
  font-size: 9px;
  font-weight: 700;
}

.intro-label p {
  margin: 11px 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro h2,
.section-heading h2,
.capabilities-title h2,
.brand-care h2,
.contact h2 {
  font-size: clamp(52px, 5.7vw, 84px);
  line-height: 0.96;
}

.intro-copy {
  max-width: 1050px;
}

.intro-columns {
  max-width: 850px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin-top: 46px;
}

.intro-columns p,
.section-heading > p,
.capabilities-title > p,
.brand-care-copy > p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}

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

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.42fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.section-heading > p {
  padding-bottom: 8px;
}

.sector-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.sector-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 55px rgba(10, 24, 32, 0.06);
  transition: transform 350ms ease, box-shadow 350ms ease;
}

.sector-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.sector-image {
  height: 390px;
  position: relative;
  overflow: hidden;
}

.sector-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 24, 32, 0.34));
}

.sector-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.75,.2,1);
}

.sector-card:hover .sector-image img {
  transform: scale(1.045);
}

.sector-image > span {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(251, 250, 247, 0.9);
  color: var(--plum);
  font-size: 9px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.sector-content {
  padding: 32px;
}

.sector-content h3,
.capability-list h3,
.process-grid h3,
.form-success h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
}

.sector-content > p {
  margin: 13px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sector-tags span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #54626a;
  font-size: 9px;
  font-weight: 600;
}

.sector-content > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--plum);
  font-size: 11px;
  font-weight: 700;
}

.brand-interests {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
}

.brand-interests::before {
  content: "";
  width: 640px;
  height: 640px;
  position: absolute;
  top: -260px;
  right: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 59, 114, 0.38), transparent 68%);
  pointer-events: none;
}

.brand-interests .section-heading,
.brand-collections,
.brand-interest-grid,
.brand-interest-note {
  position: relative;
  z-index: 1;
}

.brand-interests .section-kicker {
  color: var(--amber);
}

.brand-interests .section-heading h2 em {
  color: #c9aad6;
}

.brand-interests .section-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.brand-collections {
  display: grid;
  gap: 78px;
}

.brand-collection {
  position: relative;
  scroll-margin-top: 112px;
}

.brand-collection + .brand-collection {
  padding-top: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.brand-collection-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.55fr) minmax(300px, 1.15fr) minmax(260px, 0.8fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 28px;
}

.brand-collection-heading > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand-collection-heading > div span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--amber);
  font-size: 9px;
  font-weight: 700;
}

.brand-collection-heading > div p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-collection-heading h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 0.96;
}

.brand-collection-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

.brand-visual-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 14px;
  margin-bottom: 14px;
}

.brand-collection:nth-child(even) .brand-visual-grid {
  grid-template-columns: 0.82fr 1.18fr;
}

.brand-visual-card {
  height: 285px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(.2,.75,.2,1);
}

.brand-visual-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.75,.2,1);
}

.brand-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 18, 24, 0.82));
  pointer-events: none;
}

.brand-visual-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand-visual-card:hover img {
  transform: scale(1.035);
}

.brand-interest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.brand-interest-card {
  --card-accent: var(--amber);
  min-height: 255px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 600ms ease,
    transform 350ms ease,
    border-color 250ms ease,
    background 250ms ease;
}

.brand-interest-card:nth-child(2) {
  --card-accent: #c9aad6;
}

.brand-interest-card:nth-child(3) {
  --card-accent: #6fb3ae;
}

.brand-interest-card:nth-child(4) {
  --card-accent: #df826c;
}

.brand-interest-card:nth-child(5) {
  --card-accent: #e1b660;
}

.brand-interest-card:nth-child(6) {
  --card-accent: #9dac8c;
}

.brand-interest-card:nth-child(7) {
  --card-accent: #89a8c6;
}

.brand-interest-card:nth-child(8) {
  --card-accent: #d6a7a1;
}

.brand-collection.is-visible .brand-visual-card,
.brand-collection.is-visible .brand-interest-card {
  opacity: 1;
  transform: translateY(0);
}

.brand-collection.is-visible .brand-visual-card:nth-child(2),
.brand-collection.is-visible .brand-interest-card:nth-child(2) {
  transition-delay: 70ms;
}

.brand-collection.is-visible .brand-interest-card:nth-child(3) {
  transition-delay: 140ms;
}

.brand-collection.is-visible .brand-interest-card:nth-child(4) {
  transition-delay: 210ms;
}

.brand-collection.is-visible .brand-interest-card:nth-child(5) {
  transition-delay: 280ms;
}

.brand-collection.is-visible .brand-interest-card:nth-child(6) {
  transition-delay: 350ms;
}

.brand-collection.is-visible .brand-interest-card:nth-child(7) {
  transition-delay: 420ms;
}

.brand-collection.is-visible .brand-interest-card:nth-child(8) {
  transition-delay: 490ms;
}

.brand-collection.is-visible .brand-interest-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.085);
}

.brand-card-number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-initial {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--card-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.brand-interest-card > p {
  margin: 24px 0 9px;
  color: var(--card-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-interest-card h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 2.6vw, 36px);
  font-weight: 600;
  line-height: 1;
}

.brand-interest-card small {
  display: block;
  margin: 11px 0 24px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.6;
}

.brand-interest-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 700;
}

.brand-interest-card a:hover {
  color: #fff;
}

.brand-interest-note {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

.capabilities {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) 1fr;
  gap: clamp(60px, 8vw, 140px);
  background: var(--paper);
}

.capabilities-title {
  position: sticky;
  top: 150px;
  align-self: start;
}

.capabilities-title > p {
  max-width: 520px;
  margin-top: 30px;
}

.capability-list article {
  min-height: 180px;
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(180px, 0.7fr) 1fr 34px;
  align-items: center;
  gap: 22px;
  border-top: 1px solid var(--line);
  transition: color 250ms ease, padding 250ms ease;
}

.capability-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.capability-list article:hover {
  padding-left: 12px;
  color: var(--plum);
}

.capability-list article > span {
  color: var(--plum);
  font-size: 10px;
  font-weight: 700;
}

.capability-list h3 {
  font-size: 28px;
}

.capability-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.capability-list i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-style: normal;
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.capability-list article:hover i {
  background: var(--plum);
  color: white;
  transform: rotate(-25deg);
}

.brand-care {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: clamp(60px, 8vw, 140px);
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
  color: white;
}

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

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.orbit-one {
  width: 84%;
  height: 84%;
  animation: orbit-spin 18s linear infinite;
}

.orbit-one::before,
.orbit-two::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9%;
  left: 20%;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 9px rgba(212, 150, 74, 0.12);
}

.orbit-two {
  width: 59%;
  height: 59%;
  border-color: rgba(215, 198, 223, 0.45);
  animation: orbit-spin 13s linear infinite reverse;
}

.orbit-two::before {
  top: auto;
  right: 10%;
  bottom: 13%;
  left: auto;
  background: var(--plum-light);
}

.monogram {
  width: 43%;
  height: 43%;
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #886198, var(--plum) 55%, #41234f);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(72px, 10vw, 144px);
  font-weight: 600;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
}

.orbit-copy {
  position: absolute;
  top: 4%;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.brand-care .section-kicker {
  color: var(--amber);
}

.brand-care h2 em {
  color: #c9aad6;
}

.brand-care-copy > p {
  max-width: 650px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.62);
}

.brand-care ul {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.brand-care li {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
}

.brand-care li span {
  color: var(--amber);
  font-size: 9px;
  font-weight: 700;
}

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

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 48px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(96, 59, 114, 0.24);
}

.process-grid article {
  min-height: 265px;
  position: relative;
  z-index: 1;
  padding: 0 clamp(16px, 2.5vw, 34px);
  border-right: 1px solid var(--line);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid article > span {
  color: var(--plum);
  font-size: 9px;
  font-weight: 700;
}

.process-dot {
  width: 13px;
  height: 13px;
  margin: 31px 0 38px;
  border: 4px solid var(--cream);
  border-radius: 50%;
  background: var(--plum);
  box-shadow: 0 0 0 1px rgba(96, 59, 114, 0.4);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.process-grid article:hover .process-dot {
  box-shadow: 0 0 0 9px rgba(96, 59, 114, 0.12);
  transform: scale(1.2);
}

.process-grid h3 {
  font-size: 29px;
}

.process-grid p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
  background: var(--paper);
}

.contact-copy {
  position: sticky;
  top: 150px;
}

.contact h2 {
  max-width: 700px;
}

.contact-copy > p {
  max-width: 580px;
  margin-top: 30px;
}

.contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.contact-notes span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
}

.supplier-form {
  display: grid;
  gap: 22px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 22px 65px rgba(10, 24, 32, 0.07);
}

.supplier-form label {
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.supplier-form .form-honeypot {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.form-error {
  margin: 0;
  padding: 12px 15px;
  border-left: 3px solid #a94747;
  background: rgba(169, 71, 71, 0.08);
  color: #873838;
  font-size: 12px;
  line-height: 1.6;
}

.supplier-form input,
.supplier-form select,
.supplier-form textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 33, 43, 0.28);
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  transition: border-color 180ms ease;
}

.supplier-form textarea {
  resize: vertical;
}

.supplier-form input:focus,
.supplier-form select:focus,
.supplier-form textarea:focus {
  border-color: var(--plum);
}

.supplier-form .button {
  width: max-content;
  margin-top: 8px;
}

.supplier-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-success {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px;
  border-radius: var(--radius);
  background: var(--cream);
  text-align: center;
}

.form-success > span {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--teal);
  color: white;
  font-size: 26px;
}

.form-success h3 {
  font-size: 36px;
}

.form-success p {
  color: var(--muted);
}

.form-success button,
.form-success a {
  margin-top: 16px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--plum);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.supplier-form.is-submitted {
  display: none;
}

.supplier-form + .form-success {
  display: none;
}

.supplier-form.is-submitted + .form-success {
  display: flex;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  width: auto;
  max-width: 210px;
  max-height: 58px;
  display: block;
}

.site-footer {
  padding: 78px clamp(24px, 6vw, 96px) 28px;
  background: var(--navy-deep);
  color: white;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.2fr;
  align-items: start;
  gap: 50px;
}

.footer-brand {
  color: white;
}

.footer-brand i {
  color: #c6a8d4;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.48);
}

.footer-main > p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.35;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 600;
}

.footer-links .menu {
  justify-content: flex-end;
  flex-wrap: wrap;
}

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

.content-shell h1,
.content-shell h2,
.woocommerce-products-header__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

.content-shell h1,
.woocommerce-products-header__title {
  margin: 0 0 35px;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.96;
}

.entry-content {
  color: var(--muted);
  line-height: 1.8;
}

.entry-content a {
  color: var(--plum);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links a::after {
  background: #c6a8d4;
}

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

.hero-enter {
  opacity: 0;
  animation: hero-enter 720ms cubic-bezier(.2,.75,.2,1) forwards;
}

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

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes image-enter {
  from { opacity: 0; transform: translateX(40px) rotateY(-5deg); }
  to { opacity: 1; transform: translateX(0) rotateY(0); }
}

@keyframes hero-breathe {
  0%, 100% { transform: scale(1.01); }
  50% { transform: scale(1.045); }
}

@keyframes card-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -10px, 18px) rotate(1deg); }
}

@keyframes pulse-dot {
  0%, 100% { opacity: 0.65; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

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

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

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero {
    grid-template-columns: 0.95fr 1.05fr;
  }

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

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

  .hero-assurances span:nth-child(2) {
    display: none;
  }

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

  .capabilities-title,
  .contact-copy {
    position: static;
  }

  .capabilities-title {
    max-width: 800px;
  }

  .brand-collection-heading {
    grid-template-columns: minmax(150px, 0.5fr) 1fr;
  }

  .brand-collection-heading > p {
    max-width: 700px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .trade-bar p:last-of-type,
  .trade-bar span {
    display: none;
  }

  .site-header {
    height: 76px;
    padding: 0 20px;
  }

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

  .hero-copy {
    padding: 66px 24px 54px;
  }

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

  .hero-lead {
    font-size: 15px;
  }

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

  .button {
    width: 100%;
  }

  .hero-assurances {
    margin-top: 38px;
  }

  .hero-media {
    min-height: 540px;
    padding: 0 18px 42px;
  }

  .hero-image-wrap {
    border-radius: 2px 2px 2px 55px;
  }

  .floating-card-one {
    top: 10%;
    left: 2%;
  }

  .floating-card-two {
    right: 4%;
    bottom: 18%;
  }

  .availability-pill {
    right: 8%;
    bottom: 6%;
  }

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

  .signal-strip div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .intro {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .intro h2,
  .section-heading h2,
  .capabilities-title h2,
  .brand-care h2,
  .contact h2 {
    font-size: 49px;
  }

  .intro-columns,
  .section-heading,
  .sector-grid,
  .brand-care,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro-columns {
    gap: 18px;
  }

  .section-heading {
    gap: 28px;
    margin-bottom: 40px;
  }

  .sector-image {
    height: 330px;
  }

  .brand-interest-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-collections {
    gap: 62px;
  }

  .brand-collection + .brand-collection {
    padding-top: 62px;
  }

  .brand-collection-heading {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .brand-collection-heading > p {
    grid-column: auto;
  }

  .brand-visual-grid,
  .brand-collection:nth-child(even) .brand-visual-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-visual-card {
    height: 240px;
  }

  .capability-list article {
    min-height: 0;
    grid-template-columns: 40px 1fr 34px;
    gap: 16px;
    padding: 28px 0;
  }

  .capability-list article p {
    grid-column: 2 / -1;
    padding-right: 20px;
  }

  .brand-care {
    gap: 55px;
  }

  .brand-care-art {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .process-grid::before {
    display: none;
  }

  .process-grid article {
    min-height: 240px;
    padding: 28px 22px;
    border-top: 1px solid var(--line);
  }

  .process-grid article:nth-child(2) {
    border-right: 0;
  }

  .process-dot {
    margin: 20px 0 28px;
  }

  .contact {
    gap: 45px;
  }

  .supplier-form .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-links .menu {
    justify-content: flex-start;
  }

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

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 480px) {
  .brand span,
  .brand i {
    font-size: 20px;
  }

  .brand small {
    font-size: 6px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-media {
    min-height: 450px;
  }

  .floating-card {
    width: 145px;
    padding: 14px;
  }

  .floating-card strong {
    font-size: 24px;
  }

  .availability-pill {
    display: none;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .signal-strip div {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .process-grid article {
    min-height: 0;
    border-right: 0;
  }

  .brand-interest-grid {
    grid-template-columns: 1fr;
  }

  .brand-visual-grid,
  .brand-collection:nth-child(even) .brand-visual-grid {
    grid-template-columns: 1fr;
  }

  .brand-visual-card {
    height: 220px;
  }

  .brand-interest-card {
    min-height: 230px;
  }
}

@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;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
