:root {
  --ink: #15191d;
  --muted: #5f6871;
  --soft: #8794a0;
  --line: #dce2e6;
  --paper: #f5f7f8;
  --paper-deep: #e9eef2;
  --white: #ffffff;
  --brand-blue: #7f99ae;
  --brand-blue-dark: #597387;
  --brand-blue-soft: #dbe5ec;
  --graphite: #22282e;
  --radius: 4px;
  --shadow: 0 18px 48px rgba(21, 25, 29, 0.09);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 11px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(220, 226, 230, 0.96);
  background: rgba(245, 247, 248, 0.95);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 126px;
  height: auto;
  flex: 0 0 auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 13px;
  font-weight: 700;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 26px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.main-nav a {
  transition: color 160ms ease, border-color 160ms ease;
}

.main-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 10px 15px;
  border: 1px solid var(--brand-blue-dark);
  color: var(--ink);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  justify-self: end;
  border: 1px solid var(--line);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-height: min(720px, calc(100svh - 74px));
  padding: clamp(44px, 5vw, 70px) clamp(20px, 5vw, 72px);
}

.hero-editorial {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-blue-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 720px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.12;
}

h3 {
  font-size: 16px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 560px;
  margin: 18px 0 0;
  color: #39434c;
  font-size: clamp(15px, 1.45vw, 17px);
}

.hero-trust {
  max-width: 560px;
  margin: 16px 0 0;
  padding: 10px 0 10px 14px;
  border-left: 2px solid var(--brand-blue);
  color: var(--muted);
  font-size: 13px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 720;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--graphite);
  color: var(--white);
}

.button.secondary {
  background: var(--white);
  border-color: var(--brand-blue);
  color: var(--ink);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--white);
}

.button.quiet {
  border-color: transparent;
  background: transparent;
  color: var(--brand-blue-dark);
  padding-inline: 8px;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.text-link {
  color: var(--ink);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.sourcing-desk {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.08 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 25, 29, 0.12);
  border-radius: var(--radius);
  background: var(--brand-blue-soft);
  box-shadow: var(--shadow);
}

.sourcing-desk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.98) brightness(1.02);
}

.buyer-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.buyer-bar div {
  padding: 20px clamp(18px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.buyer-bar div:last-child {
  border-right: 0;
}

.buyer-bar span,
.buyer-bar strong {
  display: block;
}

.buyer-bar span {
  color: var(--soft);
  font-size: 11px;
  text-transform: uppercase;
}

.buyer-bar strong {
  margin-top: 6px;
  font-size: 14px;
}

.inquiry-routes {
  background: var(--white);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.route-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 248, 0.82));
}

.route-grid span {
  color: var(--brand-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.route-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.route-grid a {
  align-self: end;
  width: fit-content;
  margin-top: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 780;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.section {
  padding: clamp(58px, 7vw, 98px) clamp(20px, 5vw, 72px);
}

.sourcing-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
  background: var(--white);
}

.brief-heading h2 {
  max-width: 660px;
}

.brief-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.brief-panel {
  min-height: 310px;
  padding: 24px;
  background: var(--white);
}

.brief-panel h3 {
  margin-bottom: 34px;
}

.brief-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
}

.brief-panel li {
  padding-top: 11px;
  border-top: 1px solid rgba(21, 25, 29, 0.11);
}

.dark-panel {
  background: var(--graphite);
  color: var(--white);
}

.dark-panel ul {
  color: rgba(255, 255, 255, 0.76);
}

.dark-panel li {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.fabric-categories {
  background: var(--paper);
}

.section-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.section-intro {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.category-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.category-track a {
  display: block;
  min-height: 150px;
  padding: 20px;
  background: var(--white);
  transition: background 160ms ease;
}

.category-track a:hover {
  background: var(--brand-blue-soft);
}

.category-track span {
  display: block;
  margin-bottom: 26px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
}

.category-track p,
.swatch-flow p,
.final-cta p {
  color: var(--muted);
}

.collection-preview {
  background: var(--paper-deep);
}

.early-products {
  background: var(--paper);
}

.availability-note {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

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

.home-product-grid.is-single {
  grid-template-columns: minmax(0, 720px);
}

.fabric-card {
  overflow: hidden;
  border: 1px solid rgba(21, 25, 29, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(21, 25, 29, 0.055);
}

.featured-card {
  transform: none;
}

.fabric-visual {
  display: block;
  aspect-ratio: 1 / 0.72;
  border-bottom: 1px solid var(--line);
}

.fabric-visual.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fabric-visual.has-image {
  position: relative;
}

.image-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  background: rgba(21, 25, 29, 0.72);
  color: var(--white);
  font-size: 11px;
}

.lace-ivory {
  background:
    radial-gradient(circle at 24% 32%, rgba(255,255,255,0.95) 0 2px, transparent 3px 11px),
    radial-gradient(circle at 68% 62%, rgba(255,255,255,0.78) 0 2px, transparent 3px 12px),
    repeating-linear-gradient(45deg, rgba(89, 115, 135, 0.16) 0 1px, transparent 1px 10px),
    linear-gradient(135deg, #edf2f5, #becbd4);
}

.viscose-clay {
  background:
    linear-gradient(125deg, rgba(255,255,255,0.48), transparent 36%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.16) 0 2px, transparent 2px 9px),
    linear-gradient(135deg, #9eb2c0, #647989);
}

.jacquard-taupe {
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.18), transparent 22%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.16) 0 2px, transparent 2px 14px),
    repeating-linear-gradient(45deg, rgba(21,25,29,0.09) 0 2px, transparent 2px 14px),
    linear-gradient(145deg, #8f9ca6, #4d5963);
}

.fabric-card-body {
  padding: 18px;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.card-meta span {
  color: var(--soft);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.card-meta strong {
  font-size: 12px;
  letter-spacing: 0.08em;
}

dl {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

dl div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
}

dt {
  color: var(--soft);
  font-size: 11px;
}

dd {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
}

.fabric-card dl {
  gap: 10px;
}

.fabric-card dl div {
  align-items: start;
}

.fabric-card dd {
  font-weight: 560;
  line-height: 1.45;
}

.card-composition-lines {
  display: grid;
  gap: 2px;
}

.card-composition-lines > span {
  display: block;
}

.card-application-lines {
  display: grid;
  gap: 2px;
}

.card-application-lines > span {
  display: block;
}

.card-application-lines small {
  margin-top: 2px;
  color: var(--brand-blue-dark);
  font-size: 10px;
  font-weight: 700;
}

.card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.card-actions a {
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 720;
}

.card-actions a:first-child {
  background: var(--graphite);
  border-color: var(--graphite);
  color: var(--white);
}

.swatch-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 248, 0.76)), var(--brand-blue-soft);
}

.buyer-confidence {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(36px, 6vw, 88px);
  background: var(--white);
}

.confidence-heading h2 {
  max-width: 520px;
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.confidence-grid article {
  min-height: 190px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.confidence-grid span {
  color: var(--brand-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.confidence-grid h3 {
  margin-top: 28px;
}

.confidence-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.swatch-flow p {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 15px;
}

.mini-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 11px;
  border: 1px solid rgba(21, 25, 29, 0.11);
  background: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 650;
}

.mini-steps span {
  color: var(--brand-blue-dark);
  font-family: Georgia, serif;
  font-size: 18px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 0;
  padding: clamp(34px, 5vw, 62px);
  border-radius: 0;
  background: var(--graphite);
  color: var(--white);
  box-shadow: none;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.final-cta .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.final-cta .button.primary {
  background: var(--white);
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  display: block;
  color: var(--ink);
}

.site-footer p {
  max-width: 560px;
  margin: 8px 0 0;
}

.footer-brand {
  max-width: 560px;
}

.site-footer a,
.site-footer span {
  display: block;
  text-align: right;
}

.site-footer a {
  margin-top: 8px;
  color: var(--ink);
  font-weight: 720;
}

.footer-contact {
  display: grid;
  justify-items: end;
  align-content: start;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 18px;
}

.site-footer .footer-social a {
  display: grid;
  width: 34px;
  height: 34px;
  margin: 0;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.site-footer .footer-social a:hover {
  border-color: var(--brand-blue-dark);
  background: var(--surface-blue);
}

.site-footer .footer-social img {
  width: 17px;
  height: 17px;
  opacity: 0.68;
  transition: opacity 160ms ease;
}

.site-footer .footer-social a:hover img {
  opacity: 1;
}

.not-found-page {
  display: grid;
  align-content: center;
  min-height: clamp(520px, 70vh, 760px);
  padding: 80px clamp(20px, 8vw, 120px);
  background: var(--soft);
}

.not-found-page h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(38px, 5vw, 68px);
}

.not-found-page > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.not-found-page .hero-actions {
  margin-top: 30px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 1px;
  min-width: 214px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--brand-blue-dark);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(21, 25, 29, 0.22);
}

.whatsapp-float span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.whatsapp-float strong {
  font-size: 13px;
}

.placeholder-main {
  min-height: 62svh;
  padding: 110px clamp(18px, 5vw, 72px);
}

.placeholder-main p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.contact-intro h1 {
  max-width: 620px;
}

.contact-intro > p:not(.eyebrow) {
  margin-top: 20px;
  font-size: 15px;
}

.contact-notes {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.contact-notes div {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-notes span,
.contact-notes strong {
  display: block;
}

.contact-notes span {
  color: var(--brand-blue-dark);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.contact-notes strong {
  max-width: 560px;
  margin-top: 7px;
  font-size: 13px;
}

.quick-contact a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(21, 25, 29, 0.06);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fbfaf6;
  color: var(--ink);
  font: inherit;
}

.inquiry-form textarea {
  resize: vertical;
}

.full-field,
.inquiry-form button {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 13px;
}

.form-status.is-success {
  color: #35684d;
}

.form-status.is-error {
  color: #9a3c3c;
}

.inquiry-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.collection-hero,
.admin-main {
  padding: clamp(58px, 7vw, 98px) clamp(20px, 5vw, 72px);
}

.collection-hero {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.collection-hero h1,
.admin-heading h1 {
  max-width: 760px;
}

.collection-hero p:not(.eyebrow),
.admin-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 15px;
}

.collection-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
}

.collection-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.collection-filters .button {
  align-self: end;
  min-height: 38px;
}

.collection-filter-group,
.taxonomy-field {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.collection-filter-group legend,
.taxonomy-field legend {
  padding: 0 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.filter-options,
.taxonomy-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.taxonomy-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.taxonomy-chip input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: var(--brand-blue-dark);
}

.taxonomy-chip:has(input:checked) {
  border-color: rgba(67, 112, 146, 0.55);
  background: rgba(232, 239, 244, 0.86);
  color: var(--ink);
}

.taxonomy-sync-note {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.taxonomy-sync-note output {
  color: var(--ink);
  font-weight: 700;
}

.fabric-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.fabric-tags span {
  padding: 4px 7px;
  border: 1px solid var(--line);
  color: var(--brand-blue-dark);
  font-size: 11px;
  font-weight: 700;
}

.admin-main {
  display: grid;
  gap: 34px;
}

.admin-logout {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
}

.admin-login-page {
  min-height: 100svh;
  background: var(--paper);
}

.admin-login-shell {
  display: grid;
  width: min(480px, calc(100% - 40px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 44px 0;
  align-content: center;
  gap: 28px;
}

.admin-login-shell > .brand {
  width: fit-content;
}

.admin-login-panel {
  padding: clamp(26px, 6vw, 42px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(21, 25, 29, 0.08);
}

.admin-login-panel h1 {
  margin-top: 10px;
  font-size: clamp(30px, 7vw, 42px);
}

.admin-login-panel form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.admin-login-panel label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.admin-login-panel input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.admin-login-status {
  min-height: 20px;
  margin: 0;
  color: #35684d;
  font-size: 12px;
}

.admin-login-status.is-error {
  color: #9a3c3c;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.admin-form,
.admin-list {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(21, 25, 29, 0.055);
}

.admin-form {
  display: block;
  padding: 0;
}

.admin-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.admin-form small {
  color: var(--soft);
  font-size: 11px;
  font-weight: 500;
}

.admin-form-section {
  border-bottom: 1px solid var(--line);
}

.admin-form-section > summary {
  display: grid;
  grid-template-columns: 30px auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 14px 20px;
  cursor: pointer;
  list-style: none;
}

.admin-form-section > summary::-webkit-details-marker {
  display: none;
}

.admin-form-section > summary > span {
  color: var(--brand-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.admin-form-section > summary strong {
  font-size: 13px;
}

.admin-form-section > summary small {
  justify-self: end;
  color: var(--soft);
  font-weight: 500;
}

.admin-field-grid,
.admin-taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 4px 20px 22px;
}

.admin-section-body {
  display: grid;
  gap: 14px;
  padding: 4px 20px 22px;
}

.admin-upload-field {
  display: grid;
  gap: 8px;
}

.admin-taxonomy-grid .taxonomy-field {
  align-self: start;
}

.image-manager {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.image-manager-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}

.image-manager-head strong {
  color: var(--ink);
}

.image-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.image-preview-card {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.image-preview-frame {
  position: relative;
  aspect-ratio: 1 / 0.75;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.image-preview-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 4px 7px;
  background: var(--brand-blue-dark);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
}

.image-preview-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.image-preview-meta strong,
.image-preview-meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-preview-meta strong {
  font-size: 12px;
}

.image-preview-meta span {
  color: var(--muted);
  font-size: 11px;
}

.image-preview-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.image-preview-actions button {
  min-height: 30px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 11px;
}

.admin-form input:not([type="checkbox"]),
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
}

.composition-builder {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
}

.composition-builder legend {
  padding: 0 5px;
  font-weight: 700;
}

.composition-builder-head,
.composition-builder-footer,
.composition-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.composition-builder-head {
  justify-content: space-between;
  margin-bottom: 10px;
}

.composition-builder-head p,
.composition-builder-footer small,
.composition-preview {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

#composition-total {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

#composition-total.is-complete {
  color: #2f6b50;
}

#composition-total.is-error {
  color: #9a3c3c;
}

.composition-rows {
  display: grid;
  gap: 8px;
}

.composition-row select {
  flex: 1 1 auto;
}

.composition-percentage {
  flex: 0 0 118px;
}

.composition-percentage-wrap {
  position: relative;
  flex: 0 0 118px;
}

.composition-percentage-wrap input {
  padding-right: 30px !important;
}

.composition-percentage-wrap span {
  position: absolute;
  right: 11px;
  top: 50%;
  color: var(--muted);
  transform: translateY(-50%);
}

.composition-remove {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 20px;
}

.composition-builder-footer {
  margin-top: 10px;
}

.composition-builder-footer .button {
  flex: 0 0 auto;
  min-height: 36px;
}

.composition-preview {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.composition-preview output {
  color: var(--ink);
  font-weight: 700;
}

.admin-form .taxonomy-field {
  grid-column: 1 / -1;
}

.admin-form .taxonomy-chip {
  display: inline-flex;
  gap: 6px;
}

.admin-form .taxonomy-chip input {
  width: 13px;
  min-height: 0;
}

.admin-message {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--brand-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.admin-message.is-error {
  color: #9a3c3c;
}

.admin-check-field {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  align-self: end;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.admin-check-field input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.featured-label {
  margin-top: 3px;
  color: var(--brand-blue-dark) !important;
  font-weight: 750;
}

.admin-inquiries {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.admin-inquiry {
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(280px, 1.2fr) minmax(190px, 0.6fr);
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.admin-inquiry strong,
.admin-inquiry span,
.admin-inquiry time,
.admin-inquiry a {
  display: block;
}

.admin-inquiry span,
.admin-inquiry time,
.admin-inquiry p {
  color: var(--muted);
  font-size: 12px;
}

.admin-inquiry time,
.admin-inquiry p {
  margin-top: 7px;
}

.inquiry-contact a {
  margin-bottom: 7px;
  color: var(--brand-blue-dark);
  font-size: 12px;
  font-weight: 750;
}

.admin-empty {
  color: var(--muted);
  font-size: 13px;
}

.admin-list {
  min-width: 0;
  padding: 0;
}

.admin-form[hidden] {
  display: none;
}

.admin-catalog-manager {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.admin-list-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.admin-list h2 {
  margin: 2px 0 0;
  font-size: 24px;
}

.admin-list-head > div > span {
  color: var(--muted);
  font-size: 12px;
}

.admin-list-head .admin-list-message {
  display: block;
  min-height: 17px;
  margin-top: 4px;
  color: #35684d;
}

.admin-list-head .admin-list-message.is-error {
  color: #9a3c3c;
}

.admin-manager-actions,
.admin-bulk-bar,
.admin-pagination,
.admin-product-actions,
.admin-fabric-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-manager-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-product-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 160px 180px 130px;
  gap: 8px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.admin-product-tools input,
.admin-product-tools select {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
}

.admin-bulk-bar {
  min-height: 48px;
  padding: 8px 20px;
  border-bottom: 1px solid var(--line);
}

.admin-bulk-bar strong {
  margin-right: auto;
  font-size: 12px;
}

.admin-bulk-bar button,
.admin-pagination button,
.admin-product-actions a,
.admin-product-actions button {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font: inherit;
  font-size: 11px;
}

.admin-bulk-bar button:disabled,
.admin-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.admin-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.admin-product-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  table-layout: fixed;
}

.admin-product-table th,
.admin-product-table td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.admin-product-table th {
  background: #f6f8f9;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-product-table td {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.admin-product-table tbody tr:hover {
  background: rgba(232, 239, 244, 0.38);
}

.admin-product-table tbody tr.is-selected {
  background: rgba(139, 173, 200, 0.14);
}

.admin-product-table .select-column {
  width: 42px;
  text-align: center;
}

.admin-product-table th:nth-child(2) { width: 190px; }
.admin-product-table th:nth-child(3) { width: 190px; }
.admin-product-table th:nth-child(4) { width: 115px; }
.admin-product-table th:nth-child(5) { width: 180px; }
.admin-product-table th:nth-child(6) { width: 105px; }
.admin-product-table th:nth-child(7) { width: 90px; }
.admin-product-table th:nth-child(8) { width: 168px; }

.admin-product-table input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--brand-blue-dark);
}

.admin-product-image {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  background: var(--paper-deep);
  color: var(--muted);
  font-size: 11px;
}

.admin-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-fabric-meta {
  min-width: 0;
}

.admin-fabric-meta strong,
.admin-fabric-meta span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-fabric-meta strong {
  color: var(--ink);
  font-size: 12px;
}

.admin-fabric-meta span {
  margin-top: 2px;
}

.admin-cell-clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.admin-spec-stack span {
  display: block;
  white-space: nowrap;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-form > .admin-form-actions {
  position: sticky;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.admin-product-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.admin-product-actions [data-delete] {
  color: #8a4545;
}

.readiness-badge {
  display: block;
  width: fit-content;
  margin-top: 5px;
  color: #35684d;
  font-size: 10px;
  font-weight: 750;
}

.readiness-badge.is-incomplete {
  color: #9a3c3c;
}

.admin-pagination {
  justify-content: center;
  padding: 14px 20px;
}

.admin-pagination span {
  min-width: 110px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.admin-pagination button {
  width: 34px;
  padding: 0;
  font-size: 19px;
}

.admin-product-title {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.visibility-badge {
  display: inline-flex !important;
  width: fit-content;
  padding: 2px 6px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.visibility-badge.is-published {
  border-color: rgba(53, 104, 77, 0.3);
  color: #35684d;
}

.visibility-badge.is-draft {
  color: var(--brand-blue-dark);
}

.missing-label {
  margin-top: 3px;
  color: #9a3c3c !important;
  font-weight: 750;
}

.product-detail-page {
  background: var(--paper);
}

.detail-loading {
  min-height: 58svh;
  padding: clamp(58px, 7vw, 98px) clamp(20px, 5vw, 72px);
}

.detail-loading p:not(.eyebrow) {
  color: var(--muted);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(42px, 6vw, 82px) clamp(20px, 5vw, 72px);
}

.detail-gallery {
  display: grid;
  gap: 12px;
}

.detail-main-image {
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-main-image.is-full-view img {
  object-fit: contain;
}

.detail-fallback {
  min-height: 440px;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.detail-thumbs button {
  aspect-ratio: 1 / 0.75;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-thumbs button.is-active {
  border-color: var(--brand-blue-dark);
}

.detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-thumbs button:not(:first-child) img {
  object-fit: contain;
}

.detail-info {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-code {
  margin-bottom: 10px;
  color: var(--brand-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-specs {
  margin: 24px 0;
  border-top: 1px solid var(--line);
}

.detail-specs div {
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.detail-inquiry {
  padding: 22px;
  background: var(--paper);
}

.detail-inquiry h2 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 750;
}

.detail-inquiry p {
  color: var(--muted);
  font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catalog-hero {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(38px, 4.5vw, 58px);
}

.catalog-hero h1 {
  max-width: 820px;
  font-size: clamp(34px, 4vw, 50px);
}

.catalog-section {
  padding: 30px clamp(20px, 5vw, 72px) clamp(64px, 7vw, 96px);
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto auto;
  gap: 10px;
  align-items: stretch;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.catalog-search input,
.catalog-sort select,
.filter-toggle {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.catalog-search input {
  padding: 11px 14px;
}

.catalog-sort {
  display: grid;
  grid-template-columns: auto 190px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--white);
}

.catalog-sort span {
  padding-left: 13px;
  color: var(--soft);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.catalog-sort select {
  border: 0;
  padding: 10px 34px 10px 10px;
}

.filter-toggle {
  display: none;
  padding: 10px 16px;
  font-weight: 750;
}

.catalog-status {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.catalog-status p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.catalog-status strong {
  color: var(--ink);
}

.active-filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.active-filter-list button,
.swatch-tray-codes button {
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 11px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  padding-top: 26px;
}

.catalog-filter-panel {
  position: sticky;
  top: 96px;
  max-height: calc(100svh - 120px);
  overflow-y: auto;
  border-top: 1px solid var(--line);
}

.filter-panel-head {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.filter-panel-head strong {
  font-size: 13px;
}

.filter-panel-head button {
  display: none;
  border: 0;
  background: transparent;
  color: var(--muted);
}

.catalog-filter-group {
  border-bottom: 1px solid var(--line);
}

.catalog-filter-group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  list-style: none;
}

.catalog-filter-group summary::-webkit-details-marker {
  display: none;
}

.catalog-filter-group summary small {
  color: var(--soft);
  font-size: 10px;
  font-weight: 650;
}

.catalog-filter-options {
  display: grid;
  gap: 2px;
  padding: 0 0 14px;
}

.catalog-filter-options label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 31px;
  color: var(--muted);
  font-size: 12px;
}

.catalog-filter-options input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--brand-blue-dark);
}

.filter-empty {
  margin: 0;
  color: var(--soft);
  font-size: 11px;
}

.filter-reset {
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.catalog-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.catalog-product-grid.is-single {
  grid-template-columns: minmax(280px, 390px);
}

.catalog-card {
  border-color: var(--line);
  box-shadow: none;
}

.catalog-card .fabric-visual {
  aspect-ratio: 4 / 3;
}

.catalog-card .fabric-card-body {
  padding: 16px;
}

.catalog-card h3 {
  font-size: 15px;
}

.catalog-composition,
.catalog-application {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.catalog-spec-line,
.catalog-commercial {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
}

.catalog-spec-line span + span::before,
.catalog-commercial span + span::before {
  content: "·";
  margin-right: 16px;
  color: var(--soft);
}

.catalog-commercial {
  min-height: 44px;
  align-content: start;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.catalog-card-actions {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.catalog-card-actions a,
.catalog-card-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
}

.catalog-card-actions button {
  background: var(--graphite);
  border-color: var(--graphite);
  color: var(--white);
}

.catalog-card-actions button.is-selected {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
}

.collection-empty {
  display: grid;
  gap: 8px;
}

.collection-empty strong {
  color: var(--ink);
}

.collection-empty a {
  width: fit-content;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.catalog-reference-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: clamp(44px, 6vw, 74px) clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.catalog-reference-cta h2 {
  max-width: 680px;
}

.catalog-reference-cta p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.swatch-tray {
  position: fixed;
  right: 50%;
  bottom: 18px;
  z-index: 35;
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  width: min(1040px, calc(100% - 36px));
  padding: 12px;
  transform: translateX(50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--graphite);
  color: var(--white);
  box-shadow: 0 16px 42px rgba(21, 25, 29, 0.26);
}

.swatch-tray-summary span,
.swatch-tray-summary strong {
  display: block;
}

.swatch-tray-summary span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  text-transform: uppercase;
}

.swatch-tray-summary strong {
  font-size: 13px;
}

.swatch-tray-codes {
  display: flex;
  gap: 6px;
  overflow-x: auto;
}

.swatch-tray-codes button {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--white);
}

.swatch-clear {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.swatch-tray .button.primary {
  background: var(--white);
  color: var(--ink);
}

.has-swatch-list .whatsapp-float {
  display: none;
}

body.has-swatch-list {
  padding-bottom: 84px;
}

.supply-support-page {
  background: var(--paper);
}

.supply-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  min-height: min(700px, calc(100svh - 74px));
  padding: clamp(54px, 7vw, 94px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.supply-hero-copy {
  max-width: 590px;
}

.supply-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(38px, 4vw, 52px);
}

.supply-hero-copy > p:not(.eyebrow):not(.supply-hero-note) {
  max-width: 555px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.supply-hero-note {
  margin: 24px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.supply-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.36fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 0;
  aspect-ratio: 1.25 / 1;
  margin: 0;
}

.supply-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supply-image-main {
  grid-row: 1 / 3;
}

.supply-image-detail {
  min-height: 0;
}

.supply-hero-visual figcaption {
  display: grid;
  align-content: end;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.supply-hero-visual figcaption span {
  color: var(--brand-blue-dark);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.supply-hero-visual figcaption strong {
  font-size: 12px;
}

.support-routes {
  background: var(--paper);
}

.support-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.support-route-grid article {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 330px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--white);
}

.support-route-grid article > span,
.support-process-grid li > span {
  color: var(--brand-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.support-route-label {
  margin: 40px 0 8px;
  color: var(--soft);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.support-route-grid h3 {
  max-width: 380px;
  font-size: 19px;
}

.support-route-grid article > p:not(.support-route-label) {
  max-width: 510px;
  margin: 16px 0 28px;
  color: var(--muted);
  font-size: 13px;
}

.support-route-grid a {
  width: fit-content;
  font-size: 12px;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.support-checks {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(42px, 7vw, 104px);
  background: var(--graphite);
  color: var(--white);
}

.support-checks-heading {
  align-self: start;
}

.support-checks-heading .eyebrow {
  color: var(--brand-blue);
}

.support-checks-heading h2 {
  max-width: 490px;
}

.support-checks-heading > p:not(.eyebrow) {
  max-width: 490px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.support-check-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.support-check-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.support-check-list span {
  color: var(--brand-blue);
  font-size: 10px;
}

.support-check-list strong {
  font-size: 13px;
  font-weight: 620;
}

.support-process {
  background: var(--white);
}

.support-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.support-process-grid li {
  min-height: 240px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-process-grid h3 {
  margin-top: 50px;
}

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

.support-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
  background: var(--paper-deep);
}

.support-brief > div > p:not(.eyebrow) {
  max-width: 510px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.support-brief .button {
  margin-top: 28px;
}

.support-brief ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(21, 25, 29, 0.18);
  list-style: none;
}

.support-brief li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(21, 25, 29, 0.18);
}

.support-brief li span {
  color: var(--brand-blue-dark);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.support-brief li strong {
  font-size: 13px;
  font-weight: 620;
}

.support-swatch {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  background: var(--white);
}

.support-swatch-image {
  aspect-ratio: 1.32 / 1;
  overflow: hidden;
}

.support-swatch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-swatch h2 {
  max-width: 620px;
}

.support-swatch p:not(.eyebrow) {
  max-width: 590px;
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.support-faq {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(42px, 7vw, 100px);
  background: var(--paper);
}

.support-faq-list {
  border-top: 1px solid var(--line);
}

.support-faq-list details {
  border-bottom: 1px solid var(--line);
}

.support-faq-list summary {
  position: relative;
  padding: 19px 42px 19px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.support-faq-list summary::-webkit-details-marker {
  display: none;
}

.support-faq-list summary::after {
  position: absolute;
  right: 4px;
  content: "+";
  color: var(--brand-blue-dark);
  font-size: 19px;
  font-weight: 400;
}

.support-faq-list details[open] summary::after {
  content: "−";
}

.support-faq-list p {
  max-width: 650px;
  margin: -4px 0 20px;
  color: var(--muted);
  font-size: 13px;
}

.about-page {
  background: var(--paper);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1.24fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: center;
  min-height: min(700px, calc(100svh - 74px));
  padding: clamp(52px, 7vw, 90px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.about-hero-copy {
  max-width: 580px;
}

.about-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(38px, 4vw, 52px);
}

.about-hero-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 20px 0 24px;
  color: var(--muted);
  font-size: 15px;
}

.about-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.35 / 1;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  max-width: 300px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.94);
}

.about-hero-media figcaption span {
  color: var(--brand-blue-dark);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.about-hero-media figcaption strong {
  font-size: 12px;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.about-facts div {
  padding: 20px clamp(18px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.about-facts div:last-child {
  border-right: 0;
}

.about-facts span,
.about-facts strong {
  display: block;
}

.about-facts span {
  color: var(--soft);
  font-size: 10px;
  text-transform: uppercase;
}

.about-facts strong {
  margin-top: 6px;
  font-size: 13px;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(42px, 7vw, 104px);
  background: var(--white);
}

.about-intro h2 {
  max-width: 520px;
}

.about-intro-copy {
  display: grid;
  gap: 18px;
  max-width: 700px;
}

.about-intro-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.about-intro-copy p:first-child {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
}

.about-team {
  background: var(--paper);
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.about-team-grid article {
  min-height: 270px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.about-team-grid article > span,
.about-advantage-list article > span {
  color: var(--brand-blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.about-team-grid h3 {
  margin-top: 44px;
  font-size: 14px;
}

.about-team-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.about-selection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: center;
  background: var(--paper-deep);
}

.about-selection-copy h2 {
  max-width: 580px;
}

.about-advantage-list {
  margin-top: 34px;
  border-top: 1px solid rgba(21, 25, 29, 0.16);
}

.about-advantage-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(21, 25, 29, 0.16);
}

.about-advantage-list h3 {
  font-size: 14px;
}

.about-advantage-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.about-selection-media {
  margin: 0;
}

.about-selection-media img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.about-selection-media figcaption {
  padding: 11px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.about-quality {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(42px, 7vw, 104px);
  background: var(--graphite);
  color: var(--white);
}

.about-quality-heading .eyebrow {
  color: var(--brand-blue);
}

.about-quality-heading h2 {
  max-width: 520px;
}

.about-quality-heading > p:not(.eyebrow) {
  max-width: 510px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.about-quality-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.about-quality-steps article {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-quality-steps span {
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
}

.about-quality-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.about-evidence {
  background: var(--white);
}

.about-evidence-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: clamp(540px, 60vw, 760px);
}

.about-evidence-grid figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.about-evidence-primary {
  grid-row: 1 / 3;
}

.about-evidence-grid figure:last-child {
  grid-column: 2 / 4;
}

.about-evidence-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-evidence-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  background: rgba(21, 25, 29, 0.86);
  color: var(--white);
}

.about-evidence-grid figcaption span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  text-transform: uppercase;
}

.about-evidence-grid figcaption strong {
  font-size: 11px;
  font-weight: 620;
}

.about-markets {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(42px, 7vw, 104px);
  background: var(--paper);
}

.about-markets h2 {
  max-width: 600px;
}

.about-markets > div:last-child > p {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.about-market-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.about-market-labels span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 14px;
    font-size: 12px;
  }

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

  .about-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .main-nav {
    position: fixed;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    font-size: 14px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    margin-top: 10px;
    text-align: center;
  }

  .nav-toggle {
    display: block;
  }

  .hero-shell,
  .supply-hero,
  .about-hero,
  .about-intro,
  .about-selection,
  .about-quality,
  .about-markets,
  .support-checks,
  .support-brief,
  .support-swatch,
  .support-faq,
  .sourcing-brief,
  .brief-board,
  .section-topline,
  .route-grid,
  .swatch-flow,
  .final-cta,
  .admin-grid,
  .collection-filters,
  .product-detail-layout,
  .contact-layout,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .supply-hero {
    min-height: auto;
  }

  .about-hero {
    min-height: auto;
  }

  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-facts div:nth-child(2) {
    border-right: 0;
  }

  .about-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .about-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 420px 280px;
    height: auto;
  }

  .about-evidence-primary {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .about-evidence-grid figure:last-child {
    grid-column: auto;
    display: none;
  }

  .supply-hero-visual {
    width: min(760px, 100%);
  }

  .support-route-grid,
  .support-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buyer-confidence,
  .confidence-grid,
  .admin-inquiry {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: auto;
  }

  .buyer-bar {
    grid-template-columns: 1fr;
  }

  .buyer-bar div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .buyer-bar div:last-child {
    border-bottom: 0;
  }

  .route-grid article {
    min-height: auto;
  }

  .swatch-flow .button {
    justify-self: start;
  }

  .catalog-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .catalog-sort {
    grid-column: 1 / -1;
  }

  .filter-toggle {
    display: block;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .catalog-filter-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    width: min(380px, 92vw);
    max-height: none;
    padding: 18px;
    transform: translateX(105%);
    border-left: 1px solid var(--line);
    background: var(--white);
    box-shadow: -18px 0 48px rgba(21, 25, 29, 0.16);
    transition: transform 180ms ease;
  }

  .catalog-filter-panel.is-open {
    transform: translateX(0);
  }

  .filter-panel-head button {
    display: block;
  }

  body.filters-open {
    overflow: hidden;
  }

  .catalog-reference-cta {
    grid-template-columns: 1fr;
  }

  .catalog-reference-cta .button {
    justify-self: start;
  }

  .swatch-tray {
    grid-template-columns: auto minmax(120px, 1fr) auto;
  }

  .swatch-tray .button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
  }

  .brand-logo {
    width: 108px;
  }

  .brand small {
    display: none;
  }

  .main-nav {
    top: 68px;
  }

  h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  h1 span {
    white-space: normal;
  }

  .hero-shell {
    padding-top: 42px;
  }

  .supply-hero {
    gap: 34px;
    padding-top: 42px;
  }

  .about-hero {
    gap: 34px;
    padding-top: 42px;
  }

  .about-hero-copy h1 {
    font-size: 38px;
  }

  .about-hero-media {
    aspect-ratio: 1 / 0.84;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-team-grid article {
    min-height: 220px;
  }

  .about-quality-steps article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-evidence-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 380px 250px 250px;
  }

  .about-evidence-primary {
    grid-column: auto;
  }

  .about-evidence-grid figure:last-child {
    display: none;
  }

  .supply-hero-copy h1 {
    font-size: 38px;
  }

  .supply-hero-visual {
    grid-template-columns: minmax(0, 1fr) 112px;
    aspect-ratio: 1.08 / 1;
  }

  .supply-hero-visual figcaption {
    padding: 10px;
  }

  .supply-hero-visual figcaption strong {
    font-size: 10px;
  }

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

  .support-route-grid article {
    min-height: 290px;
  }

  .support-process-grid li {
    min-height: 210px;
  }

  .support-brief li {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .support-swatch-image {
    aspect-ratio: 1.2 / 1;
  }

  .catalog-hero h1 {
    font-size: 36px;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr auto;
  }

  .catalog-search {
    grid-column: 1 / -1;
  }

  .catalog-sort {
    grid-column: 1 / -1;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .catalog-status {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .active-filter-list {
    justify-content: flex-start;
  }

  .catalog-card-actions {
    grid-template-columns: 1fr;
  }

  .admin-field-grid,
  .admin-taxonomy-grid,
  .admin-product-tools {
    grid-template-columns: 1fr;
  }

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

  .admin-manager-actions {
    width: 100%;
  }

  .admin-manager-actions .button {
    width: auto;
  }

  .admin-bulk-bar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .admin-bulk-bar strong {
    width: 100%;
    margin-right: 0;
  }

  .composition-builder-head,
  .composition-builder-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .composition-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px 42px;
  }

  .composition-percentage-wrap {
    min-width: 0;
  }

  .admin-form-section > summary {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .admin-form-section > summary small {
    grid-column: 2;
    justify-self: start;
  }

  .admin-form > .admin-form-actions {
    grid-template-columns: 1fr 1fr;
  }

  .admin-form > .admin-form-actions .admin-message {
    grid-column: 1 / -1;
  }

  .catalog-reference-cta .button {
    width: 100%;
  }

  .swatch-tray {
    right: 0;
    bottom: 0;
    grid-template-columns: auto auto minmax(170px, 1fr);
    width: 100%;
    padding: 10px 14px;
    transform: none;
  }

  .swatch-tray-codes {
    display: none;
  }

  .swatch-tray .button {
    grid-column: auto;
    width: auto;
    min-height: 42px;
  }

  body.has-swatch-list {
    padding-bottom: 72px;
  }


  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .swatch-flow .button,
  .final-cta .button {
    width: 100%;
  }

  .category-track {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .category-track span {
    margin-bottom: 34px;
  }

  dl div,
  .card-actions,
  .product-grid,
  .admin-form,
  .admin-product,
  .image-preview-grid,
  .detail-specs div {
    grid-template-columns: 1fr;
  }

  .admin-product-actions {
    justify-content: flex-start;
  }

  .site-footer {
    display: grid;
  }

  .site-footer a,
  .site-footer span {
    text-align: left;
  }

  .footer-contact {
    justify-items: start;
  }

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

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-width: 0;
    width: auto;
    justify-items: center;
  }

  .whatsapp-float strong {
    display: none;
  }
}
