/* Lokal gehostete Originalschriftarten, SIL Open Font License. */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../assets/fonts/dm-sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(../assets/fonts/space-grotesk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Michael 3DPrintwerk
   1. Lokale Schriftarten (beim Erstellen vorangestellt)
   2. Grundlagen und Navigation
   3. Startseite und Leistungsbeispiele
   4. Materialien und Farbvorschau
   5. Kontakt, Rechtstexte und responsive Ansichten
   Farbklassen für die Farbpunkte stehen am Dateiende. */

:root {
  --bg: #f4f6fb;
  --surface: #ffffff;
  --surface-2: #e9edf7;
  --text: #17204d;
  --muted: #626b82;
  --line: rgba(36, 59, 143, 0.12);
  --accent: #243b8f;
  --accent-2: #4e61af;
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled { opacity: 0.4; cursor: default; }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; border-radius: 8px; color: white; background: var(--accent); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--accent-2); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); flex-shrink: 0; }
h1, h2, h3, .brand { font-family: "Space Grotesk", system-ui, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: 0.98; letter-spacing: -0.065em; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4.5vw, 4.3rem); line-height: 1.05; letter-spacing: -0.05em; }
h3 { margin-bottom: 10px; font-size: 1.24rem; line-height: 1.3; }
.lead { max-width: 640px; color: #4f5670; font-size: clamp(1.04rem, 1.7vw, 1.22rem); }
.accent { color: var(--accent); }
.muted { color: var(--muted); }

/* Navigation */
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid transparent; transition: background 0.2s, border-color 0.2s; }
.site-header.scrolled, .legal-page .site-header { background: rgba(244, 246, 251, 0.97); border-color: var(--line); }
.nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -0.03em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border: 1px solid rgba(36,59,143,0.34); border-radius: 11px; background: rgba(36,59,143,0.09); color: var(--accent); }
.brand-mark svg { width: 22px; height: 22px; }
.brand span:last-child { font-size: 1.04rem; }
.nav-links { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: #344374; font-size: 0.94rem; font-weight: 600; }
.nav-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-links .nav-cta { display: inline-flex; padding: 10px 17px; border: 1px solid rgba(36,59,143,0.42); border-radius: 999px; background: rgba(255,255,255,0.55); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--text); transition: transform 0.2s, opacity 0.2s; }

/* Einstieg */
.hero { position: relative; min-height: 800px; display: flex; align-items: center; padding: 150px 0 90px; background: var(--bg); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(244,246,251,0.99) 0%, rgba(244,246,251,0.94) 34%, rgba(244,246,251,0.24) 69%, rgba(244,246,251,0.03) 100%), url("../assets/3d-printer-hero-real-clean.webp"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; z-index: -1; background: linear-gradient(transparent, var(--bg)); }
.hero-content { max-width: 790px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.8); font-weight: 700; transition: transform 0.2s, background 0.2s; }
.button:hover { transform: translateY(-2px); background: white; }
.button-primary { border-color: var(--accent); background: var(--accent); color: white; box-shadow: 0 12px 30px rgba(36,59,143,0.2); }
.button-primary:hover { background: #1c3078; }
.button svg { width: 18px; height: 18px; flex-shrink: 0; }
.hero-note { display: flex; flex-wrap: wrap; gap: 14px 24px; max-width: 720px; margin-top: 40px; color: #4f5875; font-size: 0.92rem; }
.hero-note > span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
.hero-note .hero-color-note { color: var(--accent); font-weight: 700; }
section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: 1.05fr 0.7fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.section-head p { margin-bottom: 7px; }

/* Leistungsbeispiele: natives Scrollen per Touch, Trackpad oder Pfeiltasten. */
.carousel-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.carousel-toolbar p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.carousel-buttons { display: flex; gap: 8px; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.2rem; }
.icon-button:hover:not(:disabled) { background: var(--surface-2); }
.service-grid { width: 100%; overflow-x: auto; overflow-y: hidden; padding: 8px 0 24px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--accent-2) var(--surface-2); }
.service-grid.is-looping { scroll-snap-type: none; }
.service-track, .service-group { display: flex; width: max-content; gap: 24px; align-items: stretch; }
.service-card { position: relative; flex: 0 0 clamp(280px, 30vw, 375px); width: clamp(280px, 30vw, 375px); min-height: 430px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f5f7fc); overflow: hidden; }
.service-card:hover { border-color: rgba(36,59,143,0.38); }
.service-card::after { content: attr(data-number); position: absolute; right: 16px; bottom: -36px; color: rgba(36,59,143,0.055); font: 700 9rem/1 "Space Grotesk", sans-serif; pointer-events: none; }
.service-card-image { height: 220px; overflow: hidden; background: var(--surface-2); }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-card-body { position: relative; z-index: 1; padding: 26px 28px 30px; }
.service-card p { max-width: 310px; margin-bottom: 0; color: var(--muted); }

/* Projekte und Ablauf */
.projects { background: var(--surface-2); }
.project-info { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.8fr); gap: clamp(2rem, 6vw, 5rem); padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,252,245,0.85)); box-shadow: 0 20px 60px rgba(36,59,143,0.06); }
.project-info-text { display: grid; gap: 1.25rem; }
.project-info-text p { margin: 0; color: #596681; font-size: 1.05rem; line-height: 1.75; }
.project-info-services { display: flex; flex-direction: column; justify-content: center; gap: 0.8rem; }
.project-info-services span { padding: 1rem 1.2rem; color: #111f52; font-weight: 600; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,0.7); }
.process-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 120px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-item { display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.process-item:last-child { border-bottom: 1px solid var(--line); }
.process-number { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(36,59,143,0.38); border-radius: 50%; color: var(--accent); background: rgba(36,59,143,0.07); font-family: "Space Grotesk", sans-serif; font-weight: 700; }
.process-item p { margin-bottom: 0; color: var(--muted); }

/* Materialien */
.materials { padding: 24px 0 100px; }
.material-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,0.42); box-shadow: 0 24px 70px rgba(36,59,143,0.07); }
.material-intro, .material-list, .material-card-content { min-width: 0; }
.material-intro h2 { margin: 1.5rem 0 1.25rem; font-size: clamp(2.1rem, 3.6vw, 3.5rem); }
.material-intro .lead { max-width: 480px; margin: 0; line-height: 1.7; }
.material-list { display: grid; gap: 14px; }
.material-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.86); }
.material-card h3 { margin-bottom: 6px; color: var(--accent-2); font-size: 1.1rem; }
.material-card p { margin: 0; color: #53617d; line-height: 1.55; }
.material-card-text { min-width: 0; }
.material-card--with-preview { grid-template-columns: minmax(0, 1fr) 156px; gap: 24px; align-items: center; }
.material-colors { display: flex; flex-wrap: wrap; gap: 12px; }
.material-card--with-preview .material-colors { margin-top: 20px; }
.color-dot { position: relative; display: inline-block; width: 32px; height: 32px; flex: 0 0 32px; padding: 0; appearance: none; border: 2px solid rgba(17,31,82,0.18); border-radius: 50%; background: var(--swatch); transition: transform 0.16s, box-shadow 0.16s; }
.color-dot:hover, .color-dot:focus-visible { z-index: 5; transform: translateY(-2px); }
.color-dot.is-active { box-shadow: 0 0 0 2px white, 0 0 0 4px var(--accent-2); }
.color-dot::after { content: attr(data-color); position: absolute; left: 50%; bottom: calc(100% + 10px); width: max-content; max-width: 150px; padding: 7px 9px; border-radius: 7px; color: white; background: #17204d; font-size: 0.75rem; line-height: 1.25; font-weight: 600; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 4px); transition: opacity 0.15s, transform 0.15s; }
.color-dot:hover::after, .color-dot:focus-visible::after { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.color-dot--cf { background: radial-gradient(circle at 30% 30%, #4b4d4e 0 1px, transparent 1.5px), radial-gradient(circle at 70% 65%, #555758 0 1px, transparent 1.5px), var(--swatch); background-size: 6px 6px; }
.color-selection { font-size: 0.8rem; min-height: 1.6em; }
.material-preview { width: 100%; margin: 0; overflow: hidden; background: #111c20; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,0.13); }
.material-preview-image { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 39%; opacity: 1; transition: opacity 0.15s; }
.material-preview-image.is-loading { opacity: 0.5; }
.material-preview figcaption { padding: 11px 10px; color: #fff; background: #111c20; font-size: 0.8rem; font-weight: 600; text-align: center; }
.preview-error { display: block; padding: 8px 10px; color: white; font-size: 0.8rem; }
.multicolor-note { margin-top: 30px; padding: 26px; background: #e9edf9; border: 1px solid rgba(36,59,143,0.16); border-radius: 20px; }
.multicolor-top { display: flex; align-items: center; gap: 20px; margin-bottom: 14px; }
.multicolor-number { font: 700 4rem/1 "Space Grotesk", sans-serif; color: var(--accent); }
.color-spectrum { display: grid; grid-template-columns: repeat(4, 14px); gap: 7px; }
.color-spectrum span { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); }
.color-spectrum span:nth-child(1) { background: #f5f5f2; }
.color-spectrum span:nth-child(2) { background: #252525; }
.color-spectrum span:nth-child(3) { background: #de4343; }
.color-spectrum span:nth-child(4) { background: #f7d959; }
.color-spectrum span:nth-child(5) { background: #61c680; }
.color-spectrum span:nth-child(6) { background: #0078bf; }
.color-spectrum span:nth-child(7) { background: #ae96d4; }
.color-spectrum span:nth-child(8) { background: #f99963; }
.multicolor-note p { margin-bottom: 0; color: #53617d; font-size: 0.94rem; }
.material-note { margin: 18px 0 0; color: var(--muted); font-size: 0.82rem; }

/* Kontakt und Fußbereich */
.contact { padding-top: 20px; }
.contact-card { position: relative; padding: clamp(32px, 7vw, 86px); border-radius: 32px; background: var(--accent); color: white; overflow: hidden; }
.contact-card::after { content: "3D"; position: absolute; right: -18px; bottom: -76px; color: rgba(255,255,255,0.08); font: 700 clamp(10rem,28vw,22rem)/0.8 "Space Grotesk", sans-serif; letter-spacing: -0.12em; pointer-events: none; }
.contact-card > * { position: relative; z-index: 1; }
.contact-card .eyebrow { color: white; }
.contact-card .eyebrow::before { background: white; }
.contact-card h2 { max-width: 750px; }
.contact-copy { max-width: 650px; font-size: 1.1rem; }
.contact-card .button { margin-top: 15px; border-color: white; background: white; color: var(--accent); }
.contact-hint { margin: 16px 0 0; font-size: 1rem; overflow-wrap: anywhere; }
.contact-detail { max-width: 620px; margin: 20px 0 0; color: #e4e8fa; font-size: 0.86rem; }
.contact-detail a, .contact-hint a { text-decoration: underline; text-underline-offset: 3px; }
.contact-card :focus-visible { outline-color: white; }
footer { padding: 34px 0 42px; color: #646a80; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding-top: 28px; border-top: 1px solid var(--line); font-size: 0.88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.reveal { transition: opacity 0.55s, transform 0.55s; }
.reveal[data-pending] { opacity: 0; transform: translateY(18px); }

/* Impressum, Datenschutz, Fehlerseite */
.legal-main { padding: 150px 0 70px; min-height: 70vh; }
.legal-content { max-width: 850px; }
.legal-content h1 { font-size: clamp(2.4rem, 5.6vw, 4.6rem); overflow-wrap: anywhere; }
.legal-content h2 { margin: 34px 0 12px; font-size: 1.4rem; letter-spacing: -0.025em; line-height: 1.3; }
.legal-content h3 { margin-top: 24px; font-size: 1.1rem; }
.legal-content a:not(.button) { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-content address { font-style: normal; }
.legal-content li { margin-bottom: 8px; }
.legal-box { padding: clamp(22px,4vw,44px); border: 1px solid var(--line); border-radius: 24px; background: white; margin-top: 30px; }
.edit-notice { padding: 18px 22px; border-left: 4px solid #b66e08; background: #fff1d5; border-radius: 8px; color: #664008; }
.placeholder { background: #fff1d5; color: #664008; padding: 1px 4px; overflow-wrap: anywhere; }
.legal-back { display: inline-flex; margin-bottom: 24px; }
.legal-meta { color: var(--muted); font-size: 0.9rem; }

/* Responsive Layout */
@media (max-width: 1050px) {
  .material-layout { grid-template-columns: 1fr; }
  .material-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
  .material-intro > .eyebrow, .material-intro > h2, .material-intro > .lead { grid-column: 1; }
  .multicolor-note { grid-column: 2; grid-row: 1 / 5; margin: 0; align-self: center; }
  .material-note { grid-column: 1 / -1; }
  .material-card--with-preview { grid-template-columns: minmax(0,1fr) 190px; }
  .nav-links { gap: 15px; }
}
@media (max-width: 900px) {
  .nav { flex-wrap: wrap; gap: 0; padding: 15px 0; }
  .nav-links { width: 100%; flex-wrap: wrap; justify-content: center; padding: 16px 0 4px; }
  .nav-ready .nav { padding: 0; }
  .nav-ready .menu-button { display: block; z-index: 22; }
  .nav-ready .nav-links { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 25px; flex-wrap: nowrap; padding: 70px 24px 30px; background: var(--bg); opacity: 0; visibility: hidden; overflow-y: auto; transition: opacity 0.2s, visibility 0.2s; }
  .nav-ready.menu-open .nav-links { opacity: 1; visibility: visible; }
  .menu-open .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-ready .nav-links a { font-size: 1.25rem; }
  body:not(.nav-ready) .site-header { position: static; }
  body:not(.nav-ready) .hero { padding-top: 60px; }
  .section-head, .process-layout { grid-template-columns: 1fr; gap: 30px; }
  .process-copy { position: static; }
  .project-info { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 28px); }
  .nav { min-height: 70px; }
  .brand { gap: 8px; }
  .brand span:last-child { font-size: 0.9rem; }
  .brand-mark { width: 32px; height: 32px; }
  .hero { min-height: 760px; padding: 126px 0 70px; align-items: flex-end; }
  .hero::before { background-image: linear-gradient(180deg, rgba(244,246,251,0.08), rgba(244,246,251,0.72) 42%, rgba(244,246,251,0.99) 79%), url("../assets/3d-printer-hero-real-clean.webp"); background-position: 66% center; }
  h1 { font-size: clamp(3rem,15vw,4.8rem); }
  section { padding: 75px 0; }
  .hero-actions .button { width: 100%; }
  .hero-note { gap: 12px; flex-direction: column; margin-top: 32px; }
  .carousel-toolbar { align-items: flex-end; }
  .carousel-buttons { flex-shrink: 0; }
  .service-group { gap: 16px; }
  .service-card { flex-basis: 82vw; width: 82vw; min-height: 400px; }
  .service-card-image { height: 210px; }
  .service-card-body { padding: 24px; }
  .project-info { padding: 28px 22px; }
  .process-item { grid-template-columns: 48px 1fr; gap: 14px; }
  .materials { padding-bottom: 70px; }
  .material-layout { padding: 28px 18px; gap: 28px; }
  .material-intro { display: block; }
  .multicolor-note { margin-top: 26px; padding: 24px; }
  .material-card { padding: 20px 16px; }
  .material-card--with-preview { grid-template-columns: 1fr; }
  .material-preview { width: min(100%,230px); justify-self: center; }
  .color-dot { width: 32px; height: 32px; flex-basis: 32px; }
  .color-dot::after { left: 0; max-width: 138px; transform: translate(0,4px); }
  .color-dot:hover::after, .color-dot:focus-visible::after { transform: none; }
  .contact-card { border-radius: 24px; }
  .contact-card .button { width: 100%; padding-inline: 14px; }
  .footer-inner { flex-direction: column; }
  .legal-main { padding-top: 118px; }
  .legal-content h1 { font-size: clamp(2rem,8.5vw,3rem); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal[data-pending] { opacity: 1; transform: none; }
}
@media (hover: none) {
  /* Auf Touchgeräten steht der Farbname dauerhaft unter der Auswahl. */
  .color-dot::after { display: none; }
}


/* Farbpunkte */
.color-swatch-01 { --swatch: #171717; }
.color-swatch-02 { --swatch: #f5f5f2; }
.color-swatch-03 { --swatch: #8b8e93; }
.color-swatch-04 { --swatch: #c9343b; }
.color-swatch-05 { --swatch: #315ba8; }
.color-swatch-06 { --swatch: #438b58; }
.color-swatch-07 { --swatch: #ffffff; }
.color-swatch-08 { --swatch: #cbc6b8; }
.color-swatch-09 { --swatch: #9b9ea0; }
.color-swatch-10 { --swatch: #757575; }
.color-swatch-11 { --swatch: #000000; }
.color-swatch-12 { --swatch: #f7d959; }
.color-swatch-13 { --swatch: #f99963; }
.color-swatch-14 { --swatch: #b15533; }
.color-swatch-15 { --swatch: #de4343; }
.color-swatch-16 { --swatch: #bb3d43; }
.color-swatch-17 { --swatch: #e8afcf; }
.color-swatch-18 { --swatch: #950051; }
.color-swatch-19 { --swatch: #ae96d4; }
.color-swatch-20 { --swatch: #c2e189; }
.color-swatch-21 { --swatch: #61c680; }
.color-swatch-22 { --swatch: #68724d; }
.color-swatch-23 { --swatch: #a3d8e1; }
.color-swatch-24 { --swatch: #6daee0; }
.color-swatch-25 { --swatch: #0078bf; }
.color-swatch-26 { --swatch: #042f56; }
.color-swatch-27 { --swatch: #e8dbb7; }
.color-swatch-28 { --swatch: #d3b7a7; }
.color-swatch-29 { --swatch: #ae835b; }
.color-swatch-30 { --swatch: #7d6556; }
.color-swatch-31 { --swatch: #4d3324; }
.color-swatch-32 { --swatch: #777c83; }
.color-swatch-33 { --swatch: rgba(225, 234, 238, 0.55); }
.color-swatch-34 { --swatch: #74777c; }
.color-swatch-35 { --swatch: #202223; }
