/*
Theme Name: JAGET-BAU GmbH - Architectural Solar Theme
Theme URI: https://jagetbau.at
Author: JAGET-BAU GmbH
Author URI: https://jagetbau.at
Description: Custom high-performance, sculptural WordPress theme crafted for JAGET-BAU GmbH. Features responsive bento-grid layouts, dark architectural aesthetics, and smooth animations for solar installation, cleaning, and renovation services.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jagetbau
Tags: solar, construction, architecture, bento-grid, tailwind, dark-mode, responsive
*/

/* Custom CSS Extensions & Architectural Masks */
.arch-mask-tl-br {
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.arch-mask-tr-bl {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.glass-card {
  background: rgba(12, 16, 20, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #77583a;
  color: #ffffff;
}
