@charset "UTF-8";
:root {
  --color-primary: #1C2B3A;
  --color-secondary: #2E4057;
  --color-accent: #0082C4;
  --color-darkpaper: #F0F0EC;
  --color-paper: #F7F7F5;
  --color-light: #F4F6F8;
  --color-dark: #0D1B26;
  --color-white: #ffffff;
  --color-text: #2D3748;
  --color-text-muted: #718096;
  --color-border: #CBD5E0;
  --color-topbar: #F7F7F7;
  --color-footer: #1C2B3A;
  --font-heading: Barlow Condensed, sans-serif;
  --font-body: DM Sans, Roboto, Segoe UI, Helvetica, Arial, sans-serif, system-ui, -apple-system;
  --container-max: 1320px;
  --container-pad: 1.25rem;
  --header-height: 70px;
  --topbar-height: 42px;
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 4px rgba(13, 27, 38, 0.1);
  --shadow-md: 0 4px 16px rgba(13, 27, 38, 0.14);
  --shadow-lg: 0 8px 32px rgba(13, 27, 38, 0.18);
  --transition: 0.22s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-text);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-accent);
  transition: color var(--transition);
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

/* dm-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/dm-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/dm-sans-v17-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/dm-sans-v17-latin-300italic.woff2") format("woff2"), url("../fonts/dm-sans-v17-latin-300italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/dm-sans-v17-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dm-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/dm-sans-v17-latin-italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v17-latin-500.woff2") format("woff2"), url("../fonts/dm-sans-v17-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/dm-sans-v17-latin-500italic.woff2") format("woff2"), url("../fonts/dm-sans-v17-latin-500italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-condensed-v13-latin-regular.woff2") format("woff2"), url("../fonts/barlow-condensed-v13-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-condensed-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-condensed-v13-latin-500.woff2") format("woff2"), url("../fonts/barlow-condensed-v13-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-condensed-v13-latin-600.woff2") format("woff2"), url("../fonts/barlow-condensed-v13-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-condensed-v13-latin-700.woff2") format("woff2"), url("../fonts/barlow-condensed-v13-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-primary);
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
}

h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-xl-font-size {
  font-size: var(--wp--preset--font-size--xl) !important;
}

.has-xxl-font-size {
  font-size: var(--wp--preset--font-size--xxl) !important;
}

.has-hero-font-size {
  font-size: var(--wp--preset--font-size--hero) !important;
}

@media (max-width: 576px) {
  h1 {
    font-size: clamp(1.75rem, 5vw, 3rem);
  }
  h2 {
    font-size: clamp(1.25rem, 3.5vw, 2rem);
  }
  h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  }
  .has-large-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  .has-xl-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
  }
  .has-xxl-font-size {
    font-size: var(--wp--preset--font-size--xl) !important;
  }
  .has-hero-font-size {
    font-size: var(--wp--preset--font-size--xxl) !important;
  }
}
.site-topbar {
  background: var(--color-topbar);
  font-size: 0.875rem;
  height: var(--topbar-height);
  display: flex;
  align-items: center;
}
.site-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.topbar-left a,
.topbar-right a {
  transition: color var(--transition);
}
.topbar-left a:hover,
.topbar-right a:hover {
  color: var(--color-accent);
}

.topbar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.topbar-menu a {
  color: #0D1B26;
  font-size: 0.875rem;
}
.topbar-menu a:hover {
  color: var(--color-accent);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  transition: background var(--transition), color var(--transition);
}
.social-icons a:hover {
  background: var(--color-accent);
  color: var(--color-white);
}
.social-icons svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.site-header {
  background: var(--color-white);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition);
}
.site-header.scrolled {
  box-shadow: var(--shadow-md);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .site-header {
    position: sticky;
  }
}
.site-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.site-logo a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.site-logo img {
  width: auto;
}
.site-logo .site-name {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
.site-logo .site-name span {
  color: var(--color-accent);
}

#menu-main_menu li:after {
  display: none;
}

.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li > a {
  display: block;
  padding: 0.4rem 0.85rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-primary);
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}
.main-nav ul li > a:hover, .main-nav ul li.current-menu-item > a, .main-nav ul li.current-page-ancestor > a {
  color: var(--color-accent);
  background: rgba(0, 130, 196, 0.07);
}
.main-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: var(--color-white);
  border-top: 3px solid var(--color-accent);
  box-shadow: var(--shadow-md);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity var(--transition), transform var(--transition);
  z-index: 200;
}
.main-nav ul li ul li > a {
  padding: 8px 1rem;
  font-size: 0.85rem;
  border-radius: 0;
  border-bottom: 1px solid var(--color-border);
  letter-spacing: 0.03em;
  min-width: 210px;
}
.main-nav ul li ul li:last-child > a {
  border-bottom: none;
}
.main-nav ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

button.submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: inline-block !important;
  color: inherit;
  vertical-align: middle;
  margin-left: 0.25rem;
  position: absolute;
  right: -12px;
  top: 0;
  line-height: 1;
  height: 2.5rem;
}

.search-toggle {
  background: none;
  border: none;
  padding: 0.4rem;
  cursor: pointer;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  flex-shrink: 0;
}
.search-toggle:hover {
  color: var(--color-accent);
  background: rgba(0, 130, 196, 0.08);
}
.search-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.nav-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

#page:has(.main-nav ul.open):after {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8784313725);
  z-index: 1;
}

.etch-special {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  overflow: visible;
}

.etch-special:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background: var(--color-accent);
  border-radius: 2px;
  opacity: 0.2;
}

.etch-special:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 6px;
  background: var(--color-accent);
  border-radius: 3px;
}

.site-hero {
  position: relative;
  background: var(--color-primary);
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 320px;
}
.hero-bg::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color-accent);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 3rem 0 2.5rem;
  width: 100%;
}

.hero-breadcrumb {
  font-size: 0.75rem;
  color: #dfdfdf;
  margin-bottom: 0.75rem;
  font-family: var(--font-body);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.hero-breadcrumb a {
  color: #dfdfdf;
}
.hero-breadcrumb a:hover {
  color: var(--color-accent);
}
.hero-breadcrumb .sep {
  color: #dfdfdf;
  margin: 0 0.4rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.15;
}
.hero-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-accent);
  margin-top: 0.75rem;
  border-radius: 2px;
}

.home .site-hero {
  min-height: 520px;
  align-items: center;
  display: none;
}
.home .hero-content {
  padding: 5rem 0;
}
.home .hero-subtitle {
  margin-top: 1.25rem;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 580px;
  line-height: 1.6;
}
.home .hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

nav.etch-breadcrumbs {
  margin-bottom: 2rem !important;
}

li.etch-breadcrumbs__item {
  position: relative;
  padding-right: 16px;
}

li.etch-breadcrumbs__item:after {
  content: " > ";
  padding-left: 8px;
  position: absolute;
  top: 0;
}

.site-content {
  padding: 3rem 0 8rem;
}

.entry-content > * {
  max-width: 100%;
  margin-inline: auto;
}
.entry-content > .alignwide {
  max-width: var(--container-max);
}
.entry-content > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--wide-size);
  padding: 0 20px;
}

.site-footer {
  background: var(--color-primary);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 4rem;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#colophon.site-footer .widget,
.footer_widget_wrap .widget {
  padding: 12px;
}

.footer-widget-area div {
  align-items: flex-start;
}

.footer-widget-area .widget-title,
.footer-widget-area h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--color-accent);
  display: inline-block;
}
.footer-widget-area a {
  color: #0D1B26;
  font-size: 0.9rem;
}
.footer-widget-area a:hover {
  color: var(--color-accent);
}
.footer-widget-area p {
  font-size: 0.9rem;
  color: var(--color-footer);
  padding: 0;
}
.footer-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget-area ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
}
.footer-widget-area ul li:last-child {
  border-bottom: none;
}
.footer-widget-area .wp-block-social-links .wp-social-link svg {
  width: inherit;
  height: inherit;
}

.footer-bottom {
  padding: 1rem 0;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: 0.8rem;
  color: var(--color-dark);
}
.footer-copyright a {
  font-size: 0.8rem;
}
.footer-copyright a:hover {
  color: var(--color-accent);
}

.footer-bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.25rem;
}
.footer-bottom-links a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.footer-bottom-links a:hover {
  color: var(--color-accent);
}

.floating-contact-bar {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 9999;
  align-items: flex-end;
}

.floating-contact-bar__btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  font-size: 22px;
  background: #222;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  transition: width 0.22s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  gap: 8px;
}

.floating-contact-bar__btn--phone {
  background: #25a0f0;
}

.floating-contact-bar__btn--whatsapp {
  background: #25D366;
}

.floating-contact-bar__btn--mail {
  background: #ff7a00;
}

.floating-contact-bar a {
  background-color: #f7f7f7 !important;
  color: #000000;
}

.floating-contact-bar__btn:hover {
  /*transform: translateY(-2px);*/
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  opacity: 0.95;
}

/* Icon */
.floating-contact-bar__btn svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.floating-contact-bar__btn--phone svg {
  fill: var(--color-dark);
}

.floating-contact-bar__btn--mail svg {
  fill: var(--color-dark);
  stroke: var(--color-light);
}

/* Text: initial versteckt */
.floating-contact-bar__label {
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.15s ease, transform 0.2s ease;
  padding-right: 10px;
}

/* Hover/Focus: Breite erhöhen => klappt nach links auf (rechte Kante bleibt fix) */
.floating-contact-bar__btn:hover,
.floating-contact-bar__btn:focus-visible {
  width: 240px;
  /* je nach Textlänge anpassen */
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

/* Text einblenden */
.floating-contact-bar__btn:hover .floating-contact-bar__label,
.floating-contact-bar__btn:focus-visible .floating-contact-bar__label {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .floating-contact-bar {
    top: auto;
    bottom: 1rem;
    left: 2rem;
    transform: none;
    flex-direction: row;
  }
}
.grid_solution > div > div:last-child {
  margin-top: auto;
}

.grid_solution > div {
  display: flex;
  justify-content: flex-start;
  padding: 12px;
  box-shadow: 0 0 3px 0px #c5c5c5;
  margin: 0 0;
  position: relative;
}

.grid_solution div a:before {
  position: absolute;
  content: "";
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.grid_solution div figure {
  overflow: hidden;
}

.grid_solution div img {
  transition: transform 0.3s ease;
}

.grid_solution div:hover img {
  transform: scale(1.05);
  transition-duration: 0.3s;
}

.btn,
.wp-block-button__link,
button[type=submit], .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.5rem;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
  text-decoration: none !important;
}
.btn:hover,
.wp-block-button__link:hover,
button[type=submit]:hover, .wpcf7-submit:hover {
  background: transparent;
  color: var(--color-accent) !important;
}

.btn-outline {
  background: transparent;
  color: var(--color-accent) !important;
}
.btn-outline:hover {
  background: var(--color-accent);
  color: var(--color-white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent none;
  border-color: var(--color-accent);
  border-width: 2px;
  border-style: solid;
  color: var(--color-accent);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--color-accent);
  color: var(--color-white) !important;
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 27, 38, 0.93);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
}
.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.search-overlay-inner {
  width: 100%;
  max-width: 680px;
  position: relative;
}
.search-overlay-inner form {
  display: flex;
  align-items: stretch;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.search-overlay-inner input[type=search] {
  flex: 1;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--color-white);
}
.search-overlay-inner input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-overlay-inner button[type=submit] {
  background: var(--color-accent);
  border: none;
  border-radius: 0;
  padding: 1rem 1.25rem;
  color: var(--color-white);
  cursor: pointer;
  transition: background var(--transition);
}
.search-overlay-inner button[type=submit]:hover {
  background: #3050a0;
  color: var(--color-white) !important;
  border-color: transparent;
}

.search-overlay-close {
  position: absolute;
  top: -3.5rem;
  right: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.25rem;
  transition: color var(--transition);
}
.search-overlay-close:hover {
  color: var(--color-accent);
}

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

.post-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
  border: 1px solid var(--color-border);
}
.post-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.post-card-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.post-card-body {
  padding: 1.25rem;
}
.post-card-meta {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-card-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.post-card-title a {
  color: inherit;
}
.post-card-title a:hover {
  color: var(--color-accent);
}
.post-card-excerpt {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--color-primary);
  transition: all var(--transition);
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
  width: 100%;
  padding: 0.65rem 1rem;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
  background: var(--color-white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px 1px rgba(0, 130, 196, 0.12);
}

.site-main table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  width: 100%;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.site-main table th,
.site-main table td {
  padding: 12px 15px;
  border: 1px solid #F6F6F6;
}

.text-accent {
  color: var(--color-accent);
}

.text-primary {
  color: var(--color-primary);
}

.text-muted {
  color: var(--color-text-muted);
}

.bg-light {
  background: var(--color-light);
}

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

.section-label {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.75rem;
}

.accent-line {
  width: 50px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
  margin: 0.75rem 0 1.5rem;
}

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

/* Swiper CSS is imported in view.js (webpack JS imports) */
/* ── Etch Slider ───────────────────────────────────────────────────────────── */
.etch-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: var(--etch-slider-h-desktop, 60vh);
}

.etch-slider h1 {
  line-height: 1.1;
  font-size: clamp(1.5rem, 5vw, 3.25rem);
}

.etch-slider .etch-slider__overlay-inner p {
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .etch-slider {
    height: var(--etch-slider-h-tablet, 50vh);
  }
}
@media (max-width: 600px) {
  .etch-slider {
    height: var(--etch-slider-h-mobile, 40vh);
  }
  .etch-slider .etch-slider__overlay-inner {
    padding: 24px;
  }
  .etch-slider__overlay-inner p {
    font-size: 1rem;
    line-height: 1.3;
  }
}
/* Nav arrows */
.etch-slider .swiper-button-prev,
.etch-slider .swiper-button-next {
  width: 44px;
  height: 44px;
  /*background: rgba( 255, 255, 255, 0.85 );
  border-radius: 50%;*/
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #cacaca;
}

.etch-slider .swiper-button-prev::after,
.etch-slider .swiper-button-next::after {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 16px;
  height: 16px;
}

/* Pagination dots */
.etch-slider .swiper-pagination {
  bottom: 12px;
}

.etch-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.etch-slider .swiper-pagination-bullet-active {
  background: #fff;
}

/* Overlay Background */
.etch-slider .swiper-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010D12;
  opacity: 0.35;
  z-index: 2;
}

.etch-product-gallery {
  position: relative;
  width: 100%;
}

.etch-product-gallery__main {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f4f6f8;
  margin-bottom: 10px;
}
.etch-product-gallery__main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.etch-product-gallery__main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.etch-gallery-nav {
  position: absolute;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: background 0.15s ease;
}
.etch-gallery-nav:hover {
  background: #fff;
}
.etch-gallery-nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.etch-gallery-nav--prev {
  left: 8px;
}

.etch-gallery-nav--next {
  right: 8px;
}

.etch-product-gallery__thumbs {
  overflow: hidden;
}
.etch-product-gallery__thumbs .swiper-slide {
  width: auto !important;
  cursor: pointer;
}

.etch-gallery-thumb {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
  background: var(--wp--preset--color--paper);
  transition: border-color 0.15s ease;
  padding: 12px;
}
.etch-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.etch-product-gallery__thumbs .swiper-slide-thumb-active .etch-gallery-thumb {
  border-color: var(--wp--preset--color--primary, #0082c4);
}

@media (max-width: 479px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
.wp-block-woocommerce-product-filter-taxonomy br {
  display: none;
}

.wc-block-product-filter-clear-button button {
  width: auto !important;
}

.woocommerce div.product div.summary {
  background-color: #EEEFF1;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
  border: none;
}

/* Features Table */
.woocommerce-cart .woocommerce table.shop_table.cart tr th,
.content-area table.woocommerce-checkout-review-order-table th.product-name,
.content-area table.woocommerce-checkout-review-order-table th.product-total,
table.shop_table_responsive tr th {
  background-color: rgba(var(--secondary-color-rgb), 0.2);
  text-align: center;
  border: none;
  padding: 15px 10px;
  color: var(--secondary-color);
  font-family: var(--heading-fonts);
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f2f2f2;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

@media only screen and (max-width: 768px) {
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left !important;
  }
}
@media only screen and (max-width: 480px) {
  table.shop_table_responsive tr td::before {
    width: 100%;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
}
.woocommerce-cart-form,
.cart-contents,
.cart-count,
.woocommerce .quantity,
.single_add_to_cart_button,
.wc-proceed-to-checkout,
.woocommerce-checkout,
.woocommerce ul.products li.product .price,
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab,
.woocommerce #reviews {
  display: none !important;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 24px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-heading);
  color: var(--color-primary);
  font-size: 1.25rem;
}
.woocommerce ul.products li.product .quick_info {
  color: var(--color-primary);
  font-size: 0.875rem;
}
.woocommerce ul.products li.product a img {
  object-fit: contain;
  aspect-ratio: 3/2;
}
.woocommerce ul.products li.product:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  border: 1px solid var(--color-secondary);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.woocommerce ul.products li.product:hover:before {
  opacity: 1;
  left: -15px;
  bottom: -15px;
  right: -15px;
  top: -15px;
}

ul.products {
  display: grid;
  gap: 32px;
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
ul.products::before, ul.products::after {
  display: none !important;
}
ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  ul.products {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (min-width: 992px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  ul.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.entry-content .wp-block-separator {
  border: none;
  border-top: 2px solid var(--color-border);
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  width: 40px;
}
.entry-content .wp-block-separator.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-separator.is-style-wide {
  width: 100%;
}
.entry-content .wp-block-quote {
  border-left: 4px solid var(--color-accent);
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: var(--color-light);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
}
.entry-content .wp-block-code {
  background: var(--color-primary);
  color: var(--color-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  font-size: 0.9rem;
}

@media (max-width: 1320px) {
  :root {
    --container-pad: 2rem;
  }
}
@media (max-width: 992px) {
  .nav-toggle {
    display: flex;
  }
  button.submenu-toggle {
    display: none !important;
  }
  #masthead .container {
    position: relative;
  }
  .main-nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-white);
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow-md);
    border-top: 3px solid var(--color-accent);
    z-index: 150;
  }
  .main-nav ul.open {
    display: flex;
  }
  .main-nav ul li > a {
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    font-size: 1rem;
  }
  .main-nav ul li ul {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    border-left: 3px solid var(--color-accent);
    background: var(--color-light);
    display: block;
  }
  .main-nav ul li.submenu-open > ul {
    display: flex;
  }
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .site-hero {
    min-height: 240px;
  }
  .home .site-hero {
    min-height: 380px;
  }
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  :root {
    --container-pad: 1rem;
  }
  .footer-widgets {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .site-logo img {
    height: 72px;
  }
  .site-logo .site-name {
    font-size: 1.15rem;
  }
  .topbar-left {
    flex-shrink: 1;
  }
  .topbar-right {
    justify-content: space-between;
    flex-grow: 1;
  }
}

/*# sourceMappingURL=main.css.map */
