:root {
  --font-ui: "Inter", sans-serif;
  --type-lg: clamp(1.5rem, 3vw, 2rem);
  --type-md: clamp(1rem, 2vw, 1.125rem);
  --type-sm: 0.9375rem;
  --type-xl: clamp(2rem, 4vw, 3rem);
  --radius-2: 0.5rem;
  --radius-3: 0.75rem;
  --radius-6: 0.5rem;
  --radius-8: 0.75rem;
  --shadow-1: 0 2px 8px rgba(0, 0, 0, 0.06);
  --type-xxl: clamp(2.5rem, 5vw, 4rem);
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-lg: 0.75rem;
  --radius-md: 0.5rem;
  --radius-sm: 0.375rem;
  --scrim-rgb: 0, 0, 0;
  --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.05);
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-6: 1.5rem;
  --type-body: 1.0625rem;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --leading-28: 1.75;
  --leading-40: 1.4;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  --spacing-32: 8rem;
  --spacing-lg: 1.5rem;
  --spacing-md: 1rem;
  --spacing-sm: 0.5rem;
  --spacing-xl: 2.5rem;
  --spacing-xs: 0.25rem;
  --type-small: 0.875rem;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;
  --shadow-soft: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --spacing-2xs: 0.375rem;
  --spacing-xxl: clamp(3rem, 5vw, 7rem);
  --type-button: 1rem;
  --color-accent: #6b5d52;
  --color-border: #d9d3cb;
  --font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.12),
      0 4px 8px rgba(0, 0, 0, 0.06);
  --color-outline: rgba(44, 36, 25, 0.12);
  --color-primary: #8b7355;
  --color-surface: #faf8f6;
  --leading-loose: 1.75;
  --leading-tight: 1.15;
  --shadow-1-inner: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  --color-on-accent: #ffffff;
  --color-secondary: #a0937d;
  --leading-relaxed: 1.6;
  --shadow-elevated: 0 4px 16px rgba(0, 0, 0, 0.08),
      0 2px 4px rgba(0, 0, 0, 0.04);
  --color-on-primary: #ffffff;
  --color-on-surface: #2c2419;
  --color-surface-rgb: 250, 248, 246;
  --content-max-width: 76rem;
  --spacing-container: 76rem;
  --color-on-secondary: #ffffff;
  --font-weight-medium: 500;
  --spacing-layout-max: 76rem;
  --color-surface-muted: #f0ede8;
  --font-weight-regular: 400;
  --color-on-surface-rgb: 44, 36, 25;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --font-weight-semibold: 600;
  --shadow-elevated-soft: 0 8px 24px rgba(0, 0, 0, 0.06),
      0 2px 6px rgba(0, 0, 0, 0.03);
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --color-surface-elevated: #ffffff;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --color-on-surface-secondary: #5c5248;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --surface-elevation-02-opacity: 0.96;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.navigation-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  background: color-mix(in srgb, var(--color-surface) 95%, transparent);
  transition: all 0.4s ease;
  border-bottom: 1px solid
      color-mix(in srgb, var(--color-on-surface) 8%, transparent);
  backdrop-filter: blur(12px);
}
 
.navigation-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  max-width: 76rem;
}
 
.navigation-mobile-overlay {
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  position: fixed;
  background: color-mix(in srgb, var(--color-surface) 98%, transparent);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  backdrop-filter: blur(20px);
}
 
.navigation-inner {
  height: 5rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
 
.navigation-mobile-menu {
  padding: clamp(2rem, 5vw, 3rem) var(--spacing-lg);
}
 
.navigation-logo {
  gap: 0.375rem;
  display: flex;
  z-index: 1001;
  transition: transform 0.3s ease;
  align-items: baseline;
  text-decoration: none;
}
 
.navigation-menu {
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
}
 
.navigation-toggle {
  width: 2.75rem;
  border: 1px solid
      color-mix(in srgb, var(--color-on-surface) 12%, transparent);
  cursor: pointer;
  height: 2.75rem;
  display: none;
  padding: 0;
  z-index: 1001;
  background: transparent;
  transition: all 0.3s ease;
  align-items: center;
  border-radius: 0.5rem;
  justify-content: center;
}
 
.navigation-mobile-list {
  gap: 0;
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.navigation-logo-text {
  color: var(--color-on-surface);
  font-size: 1.75rem;
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: 0.02em;
}
 
.navigation-logo-accent {
  color: var(--color-primary);
  font-size: 1.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
}
 
.navigation-menu-item {
  position: relative;
}
 
.navigation-toggle-icon {
  color: var(--color-on-surface);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  transition: opacity 0.2s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
 

 
.navigation-toggle-close {
  opacity: 0;
  position: absolute;
  transform: rotate(-90deg);
}
 
.navigation-mobile-item {
  border-bottom: 1px solid
      color-mix(in srgb, var(--color-on-surface) 8%, transparent);
}
 
.navigation-menu-link {
  color: var(--color-on-surface);
  display: block;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.9375rem;
  transition: color 0.3s ease;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.03em;
  text-decoration: none;
}
 
.navigation-mobile-link {
  color: var(--color-on-surface);
  display: block;
  padding: 1.25rem 0;
  position: relative;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-decoration: none;
}
 
.navigation-logo:hover {
  transform: translateY(-1px);
}
 
.navigation-menu-link::after {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--color-primary);
  transition: width 0.4s ease;
}
 
.navigation-menu-link:hover {
  color: var(--color-primary);
}
 
.navigation-menu-link:hover::after {
  width: 100%;
}
 
.navigation-toggle:hover {
  background: color-mix(in srgb, var(--color-on-surface) 5%, transparent);
  border-color: color-mix(in srgb, var(--color-on-surface) 20%, transparent);
}
 
.navigation-toggle.is-active .navigation-toggle-menu {
  opacity: 0;
  transform: rotate(90deg);
}
 
.navigation-toggle.is-active .navigation-toggle-close {
  opacity: 1;
  transform: rotate(0deg);
}
 
.navigation-mobile-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
 
.navigation-mobile-item:last-child {
  border-bottom: none;
}
 
.navigation-mobile-link::before {
  top: 50%;
  left: -0.5rem;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background: var(--color-primary);
  transition: width 0.3s ease;
}
 
.navigation-mobile-link:hover {
  color: var(--color-primary);
  padding-left: 1rem;
}
 
.navigation-mobile-link:active {
  color: var(--color-primary);
  padding-left: 1rem;
}
 
.navigation-mobile-link:hover::before {
  width: 0.5rem;
}
 
.footer {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  position: relative;
  background: var(--color-surface);
}
 
.footer-content {
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  z-index: 2;
  position: relative;
  max-width: 76rem;
}
 
.footer-decoration {
  right: 0;
  width: 30rem;
  bottom: 0;
  height: 30rem;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  background: radial-gradient(
      circle at center,
      color-mix(in srgb, var(--color-primary) 4%, transparent) 0%,
      transparent 70%
    );
  pointer-events: none;
}
 
.footer-main {
  gap: clamp(3rem, 6vw, 5rem);
  display: grid;
  margin-bottom: clamp(3rem, 5vw, 4rem);
  grid-template-columns: 1.2fr 2fr;
}
 
.footer-divider {
  height: 1px;
  margin: clamp(2.5rem, 4vw, 3.5rem) 0;
  background: linear-gradient(
      90deg,
      transparent 0%,
      color-mix(in srgb, var(--color-on-surface) 10%, transparent) 50%,
      transparent 100%
    );
}
 
.footer-bottom {
  gap: var(--spacing-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
 
.footer-brand-section {
  gap: var(--spacing-xl);
  display: flex;
  flex-direction: column;
}
 
.footer-links-grid {
  gap: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.footer-copyright {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
}
 
.footer-legal {
  gap: var(--spacing-md);
  display: flex;
  align-items: center;
}
 
.footer-brand {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.footer-description {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  max-width: 28rem;
  line-height: 1.7;
}
 
.footer-social {
  gap: var(--spacing-md);
  display: flex;
}
 
.footer-links-column {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.footer-contact-column {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.footer-hours-column {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.footer-legal-link {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  transition: color 0.3s ease;
  text-decoration: none;
}
 
.footer-legal-separator {
  color: color-mix(in srgb, var(--color-on-surface) 20%, transparent);
  font-size: var(--font-size-sm);
}
 
.footer-brand-name {
  color: var(--color-on-surface);
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
 
.footer-brand-tagline {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 
.footer-social-link {
  color: var(--color-on-surface);
  width: 2.75rem;
  border: 1px solid
      color-mix(in srgb, var(--color-on-surface) 15%, transparent);
  height: 2.75rem;
  display: flex;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  text-decoration: none;
}
 
.footer-column-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-sm);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
 
.footer-links-list {
  gap: var(--spacing-md);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.footer-contact-list {
  gap: var(--spacing-md);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.footer-hours-list {
  gap: var(--spacing-md);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.footer-hours-note {
  gap: var(--spacing-sm);
  display: flex;
  padding: var(--spacing-md);
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
  margin-top: var(--spacing-sm);
  align-items: flex-start;
  border-left: 2px solid var(--color-primary);
  border-radius: 0.375rem;
}
 
.footer-link-item {
  position: relative;
}
 
.footer-contact-item {
  gap: var(--spacing-md);
  display: flex;
  align-items: flex-start;
}
 
.footer-hours-item {
  gap: var(--spacing-sm);
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid
      color-mix(in srgb, var(--color-on-surface) 8%, transparent);
  padding-bottom: var(--spacing-sm);
  justify-content: space-between;
}
 
.footer-hours-icon {
  color: var(--color-primary);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer-hours-text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: 1.6;
}
 
.footer-link {
  color: var(--color-on-surface-secondary);
  display: inline-block;
  position: relative;
  font-size: var(--font-size-base);
  transition: all 0.3s ease;
  text-decoration: none;
}
 
.footer-contact-icon {
  color: var(--color-primary);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  background: color-mix(in srgb, var(--color-primary) 8%, transparent);
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.5rem;
  justify-content: center;
}
 
.footer-contact-info {
  gap: 0.25rem;
  display: flex;
  flex-direction: column;
}
 
.footer-hours-day {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
}
 
.footer-hours-time {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-weight: 500;
  white-space: nowrap;
}
 
.footer-contact-label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
 
.footer-contact-value {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  transition: color 0.3s ease;
  text-decoration: none;
}
 
.footer::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: linear-gradient(
      90deg,
      transparent 0%,
      color-mix(in srgb, var(--color-on-surface) 15%, transparent) 50%,
      transparent 100%
    );
}
 
.footer-social-link:hover {
  color: var(--color-on-primary);
  transform: translateY(-0.125rem);
  background: var(--color-primary);
  border-color: var(--color-primary);
}
 
.footer-social-link  svg {
  width: 1.125rem;
  height: 1.125rem;
}
 
.footer-link::after {
  left: 0;
  width: 0;
  bottom: -0.125rem;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--color-primary);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
 
.footer-link:hover {
  color: var(--color-on-surface);
  transform: translateX(0.25rem);
}
 
.footer-link:hover::after {
  width: 100%;
}
 
.footer-contact-icon  svg {
  width: 1.125rem;
  height: 1.125rem;
}
 
.footer-hours-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
 
.footer-hours-icon  svg {
  width: 1rem;
  height: 1rem;
}
 
.footer-legal-link:hover {
  color: var(--color-on-surface);
}
 
.hero-section {
  width: 100%;
  position: relative;
  background: var(--color-surface);
}
 
.about-section {
  padding: var(--spacing-xxl) var(--spacing-xl);
  background: var(--color-surface);
}
 
.services-section {
  padding: var(--spacing-xxl) var(--spacing-xl);
  background: var(--color-surface-muted);
}
 
.team-section {
  padding: var(--spacing-xxl) var(--spacing-xl);
  background: var(--color-surface);
}
 
.products-section {
  padding: var(--spacing-xxl) var(--spacing-xl);
  background: var(--color-surface-muted);
}
 
.reviews-section {
  color: var(--color-on-secondary);
  padding: var(--spacing-xxl) var(--spacing-lg);
  background: var(--color-secondary);
}
 
.privacy-section {
  padding: var(--spacing-xxl) var(--spacing-xl);
  background: var(--color-surface);
}
 
.impressum-section {
  padding: var(--spacing-xxl) var(--spacing-xl);
  background: var(--color-surface-muted);
}
 
.hero {
  gap: var(--spacing-6);
  margin: 0 auto;
  display: grid;
  padding: var(--spacing-xl);
  position: relative;
  max-width: var(--content-max-width);
  min-height: 100vh;
  align-items: center;
  grid-template-columns: 2fr 1fr;
}
 
.about-container {
  gap: var(--spacing-lg);
  margin: 0 auto;
  display: grid;
  padding: var(--spacing-xxl) var(--spacing-xl);
  max-width: var(--content-max-width);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
  grid-template-columns: 1fr 2fr;
}
 
.services-container {
  gap: var(--spacing-xxl);
  margin: 0 auto;
  display: grid;
  max-width: var(--content-max-width);
  grid-template-columns: 2fr 1fr;
}
 
.team-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
 
.products-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
 
.reviews-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
 
.privacy-grid {
  gap: var(--spacing-xl);
  margin: 0 auto;
  display: grid;
  max-width: var(--content-max-width);
  grid-template-columns: 1fr 2fr;
}
 
.impressum-grid {
  gap: var(--spacing-lg);
  margin: 0 auto;
  display: grid;
  max-width: var(--content-max-width);
  grid-template-columns: 1fr 1fr;
}
 
.hero-image {
  overflow: hidden;
  position: relative;
  grid-area: 1 / 1 / -1 / 2;
  box-shadow: var(--shadow-elevated);
  min-height: 85vh;
  border-radius: var(--radius-2);
}
 
.hero-card-wrapper {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 8vh;
  justify-content: center;
}
 

 

 

 
.services-index {
  top: var(--spacing-xl);
  border: 1px solid var(--color-border);
  padding: var(--spacing-lg);
  position: sticky;
  align-self: start;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
}
 
.team-grid {
  gap: var(--spacing-xxl);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
 
.products-grid {
  gap: var(--spacing-xl);
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
}
 
.reviews-header {
  gap: var(--spacing-md);
  display: grid;
  align-items: start;
  margin-bottom: var(--spacing-xl);
  grid-template-columns: 1fr auto;
}
 
.reviews-grid {
  gap: var(--spacing-lg);
  display: grid;
  margin-bottom: var(--spacing-xl);
  grid-template-columns: repeat(3, 1fr);
}
 
.reviews-embed {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: var(--spacing-xl);
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  border-radius: var(--radius-lg);
}
 
.privacy-lead {
  top: var(--spacing-xl);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-xl);
  position: sticky;
  align-self: start;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-1);
  border-radius: var(--radius-lg);
}
 
.privacy-reading {
  color: var(--color-on-surface);
  padding: var(--spacing-xxl);
  background: var(--color-surface-muted);
  box-shadow: var(--shadow-1-inner);
  border-radius: var(--radius-lg);
}
 
.impressum-card {
  gap: var(--spacing-md);
  color: var(--color-on-surface);
  border: 1px solid var(--color-outline);
  display: flex;
  opacity: 0;
  padding: var(--spacing-lg);
  animation: impressumReveal 420ms cubic-bezier(0.2, 0, 0, 1) forwards;
  transform: translateY(6px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-md);
  flex-direction: column;
}
 
.impressum-wide {
  grid-column: 1 / -1;
}
 
.hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
 
.hours-card {
  gap: var(--spacing-4);
  color: var(--color-on-surface);
  border: 1px solid rgba(var(--color-on-surface-rgb), 0.08);
  display: flex;
  opacity: 0;
  padding: var(--spacing-6);
  animation: fadeInUp 560ms cubic-bezier(0.22, 0.1, 0.12, 1) forwards;
  max-width: 420px;
  transform: translateY(-6%);
  background: rgba(
      var(--color-surface-rgb),
      var(--surface-elevation-02-opacity)
    );
  box-shadow: var(--shadow-elevated-soft);
  border-radius: var(--radius-3);
  flex-direction: column;
  animation-delay: 320ms;
  backdrop-filter: blur(12px);
}
 
.about-lead {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-style: italic;
  font-family: var(--font-serif);
  font-weight: var(--weight-400);
  line-height: var(--leading-relaxed);
}
 
.services-intro {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-md);
  max-width: 65ch;
  font-family: var(--font-body);
  font-weight: var(--weight-400);
  line-height: var(--leading-loose);
  margin-bottom: var(--spacing-xl);
}
 
.services-accordion {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.index-decoration {
  display: flex;
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-lg);
  justify-content: center;
}
 
.team-card {
  gap: var(--spacing-md);
  border: 1px solid var(--color-outline);
  display: grid;
  opacity: 0;
  padding: var(--spacing-lg);
  animation: cardReveal 560ms cubic-bezier(0.22, 0.11, 0.19, 0.99) forwards;
  transform: translateY(8px);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease;
  border-radius: var(--radius-lg);
  grid-template-rows: auto 1fr;
}
 

 

 
.product-card {
  gap: var(--spacing-md);
  border: 1px solid var(--color-outline);
  display: flex;
  opacity: 0;
  padding: var(--spacing-lg);
  animation: productReveal 560ms cubic-bezier(0.22, 0.1, 0.12, 1) forwards;
  transform: translateY(8px);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  transition: transform 280ms cubic-bezier(0.2, 0, 0, 1),
      box-shadow 280ms ease;
  border-radius: var(--radius-lg);
  flex-direction: column;
}
 
.reviews-intro {
  color: var(--color-on-secondary);
  opacity: 0.95;
  font-size: var(--type-md);
  max-width: 70ch;
  font-family: var(--font-body);
  font-weight: var(--weight-400);
  grid-column: 1 / -1;
  line-height: var(--leading-loose);
}
 
.review-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: var(--spacing-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 360ms cubic-bezier(0.2, 0, 0, 1),
      box-shadow 360ms ease, opacity 360ms ease;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
}
 

 
.privacy-lead-text {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-md);
  font-family: var(--font-body);
  line-height: var(--leading-relaxed);
}
 
.privacy-block {
  border: 1px solid var(--color-outline);
  padding: var(--spacing-lg);
  background: var(--color-surface-elevated);
  border-radius: var(--radius-md);
  margin-bottom: var(--spacing-lg);
}
 
.impressum-content {
  margin-bottom: var(--spacing-md);
}
 
.hero-subheadline {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-md);
  font-style: italic;
  font-family: var(--font-serif);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--spacing-md);
}
 
.hours-content {
  border-top: 1px solid rgba(var(--color-on-surface-rgb), 0.1);
  padding-top: var(--spacing-4);
}
 
.service-item {
  border: 1px solid var(--color-border);
  overflow: hidden;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-soft);
  transition: box-shadow 320ms cubic-bezier(0.2, 0.05, 0.1, 1);
  border-radius: var(--radius-lg);
}
 
.index-title {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-600);
  margin-bottom: var(--spacing-md);
}
 
.index-list {
  list-style: none;
}
 
.portrait-wrap {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-md);
}
 
.team-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
 
.product-figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(var(--color-on-surface-rgb), 0.03);
  aspect-ratio: 4/3;
  border-radius: calc(var(--radius-lg) - 2px);
}
 

 
.review-stars {
  gap: var(--spacing-xs);
  display: flex;
  margin-bottom: var(--spacing-md);
}
 
.review-quote {
  margin-bottom: var(--spacing-md);
}
 
.review-author {
  color: var(--color-on-secondary);
  opacity: 0.85;
  font-size: var(--type-sm);
  font-family: var(--font-body);
  font-weight: var(--weight-500);
}
 
.hours-header {
  gap: var(--spacing-sm);
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-3);
}
 
.hours-list {
  list-style: none;
  margin-bottom: var(--spacing-3);
}
 
.hours-note {
  color: var(--color-on-surface-secondary);
  padding: var(--spacing-3);
  font-size: var(--type-small);
  background: rgba(var(--color-on-surface-rgb), 0.03);
  font-style: italic;
  border-left: 3px solid var(--color-primary);
  font-family: var(--font-body);
  line-height: var(--leading-relaxed);
  border-radius: var(--radius-sm);
}
 
.service-trigger {
  width: 100%;
  border: none;
  cursor: pointer;
  display: flex;
  padding: var(--spacing-lg);
  background: transparent;
  text-align: left;
  transition: background 240ms ease;
  align-items: center;
  justify-content: space-between;
}
 
.service-panel {
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  max-height: 0;
  transition: max-height 420ms cubic-bezier(0.2, 0.05, 0.1, 1),
      opacity 420ms cubic-bezier(0.2, 0.05, 0.1, 1),
      transform 420ms cubic-bezier(0.2, 0.05, 0.1, 1);
}
 
.backplate {
  left: var(--spacing-md);
  right: var(--spacing-md);
  bottom: var(--spacing-md);
  padding: var(--spacing-sm);
  z-index: 2;
  position: absolute;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-sm);
}
 
.product-summary {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-body);
  font-family: var(--font-body);
  font-weight: var(--weight-400);
  line-height: var(--leading-loose);
}
 
.product-note {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-small);
  font-style: italic;
  margin-top: var(--spacing-sm);
  font-family: var(--font-body);
}
 
.hours-icon {
  color: var(--color-primary);
  width: 20px;
  height: 20px;
}
 
.hours-title {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-600);
}
 
.service-name {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-500);
}
 
.service-chevron {
  color: var(--color-on-surface-secondary);
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
}
 

 
.day {
  font-weight: var(--weight-500);
}
 
.time {
  color: var(--color-on-surface-secondary);
}
 
.hero-image::after {
  inset: 0;
  content: "";
  position: absolute;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.02),
      rgba(0, 0, 0, 0.15)
    );
  border-radius: var(--radius-2);
  pointer-events: none;
}
 
.hours-card  h1 {
  color: var(--color-on-surface);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-family: var(--font-display);
  font-weight: var(--weight-600);
  line-height: var(--leading-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: -0.02em;
}
 
.hours-list  li {
  color: var(--color-on-surface);
  display: flex;
  padding: var(--spacing-2xs) 0;
  font-size: var(--type-sm);
  font-family: var(--font-body);
  line-height: var(--leading-loose);
  border-bottom: 1px solid rgba(var(--color-on-surface-rgb), 0.05);
  justify-content: space-between;
}
 
.hours-list  li:last-child {
  border-bottom: none;
}
 
.about-feature  h2 {
  color: var(--color-on-surface);
  font-size: var(--type-xxl);
  font-family: var(--font-display);
  font-weight: var(--weight-600);
  line-height: var(--leading-tight);
  margin-bottom: var(--spacing-sm);
  letter-spacing: -0.02em;
}
 
.about-content  p {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-md);
  max-width: 60ch;
  font-family: var(--font-body);
  font-weight: var(--weight-400);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--spacing-md);
}
 
.about-content  p:last-child {
  margin-bottom: 0;
}
 
.services-content  h2 {
  color: var(--color-on-surface);
  font-size: var(--type-xxl);
  font-family: var(--font-serif);
  font-weight: var(--weight-600);
  line-height: var(--leading-tight);
  margin-bottom: var(--spacing-lg);
  letter-spacing: -0.01em;
}
 
.service-item:hover {
  box-shadow: var(--shadow-elevated);
}
 
.service-trigger:hover {
  background: rgba(var(--color-on-surface-rgb), 0.02);
}
 
.service-trigger:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: -3px;
}
 
.service-trigger[aria-expanded="true"] .service-chevron {
  transform: rotate(0deg);
}
 
.service-panel[aria-hidden="false"] {
  opacity: 1;
  padding: 0 var(--spacing-lg) var(--spacing-lg);
  transform: none;
  max-height: 500px;
}
 
.service-panel  ul {
  list-style: none;
  padding-left: var(--spacing-md);
}
 
.service-panel  li {
  color: var(--color-on-surface-secondary);
  padding: var(--spacing-2xs) 0;
  position: relative;
  font-size: var(--type-md);
  font-family: var(--font-body);
  line-height: var(--leading-loose);
}
 
.service-panel  li::before {
  left: calc(var(--spacing-md) * -1);
  color: var(--color-primary);
  content: "•";
  position: absolute;
  font-weight: var(--weight-600);
}
 
.index-list  li {
  margin-bottom: var(--spacing-sm);
}
 
.index-list  a {
  color: var(--color-on-surface-secondary);
  display: block;
  padding: var(--spacing-2xs) var(--spacing-sm);
  font-size: var(--type-sm);
  transition: background 220ms ease, color 220ms ease;
  font-family: var(--font-body);
  border-radius: var(--radius-sm);
  text-decoration: none;
}
 
.index-list  a:hover {
  color: var(--color-on-surface);
  background: rgba(var(--color-on-surface-rgb), 0.05);
}
 
.index-list  a:focus-visible {
  color: var(--color-on-surface);
  background: rgba(var(--color-on-surface-rgb), 0.05);
}
 
.index-decoration  svg {
  color: var(--color-primary);
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
 
.team-container  h2 {
  color: var(--color-on-surface);
  font-size: var(--type-xxl);
  text-align: center;
  font-family: var(--font-display);
  font-weight: var(--weight-600);
  line-height: var(--leading-tight);
  margin-bottom: var(--spacing-xl);
  letter-spacing: -0.02em;
}
 
.team-card:nth-child(1) {
  animation-delay: 100ms;
}
 
.team-card:nth-child(2) {
  animation-delay: 200ms;
}
 
.team-card:nth-child(3) {
  animation-delay: 300ms;
}
 
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated);
}
 
.team-card:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: var(--spacing-sm);
}
 
.team-card.lead {
  gap: var(--spacing-xl);
  padding: var(--spacing-xxl);
  grid-column: span 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}
 
.team-card.lead .portrait-wrap {
  aspect-ratio: 3/4;
}
 
.team-card.philosophy {
  color: var(--color-on-primary);
  border: none;
  background: var(--color-primary);
  grid-template-rows: 1fr;
}
 
.team-card.philosophy .team-content h3 {
  color: var(--color-on-primary);
}
 
.team-card.philosophy .team-content p {
  color: var(--color-on-primary);
  opacity: 0.95;
}
 
.portrait-wrap  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
 
.portrait-wrap::after {
  inset: 0;
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 50%);
}
 
.backplate  h3 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-600);
  margin-bottom: var(--spacing-xs);
}
 
.backplate  .role {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-sm);
  font-family: var(--font-body);
  font-weight: var(--weight-500);
}
 
.team-content  h3 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-600);
  margin-bottom: var(--spacing-md);
}
 
.team-content  p {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-md);
  max-width: 60ch;
  font-family: var(--font-body);
  line-height: var(--leading-relaxed);
}
 
.products-container  h2 {
  color: var(--color-on-surface);
  font-size: var(--type-xxl);
  text-align: center;
  font-family: var(--font-display);
  font-weight: var(--weight-700);
  line-height: var(--leading-tight);
  margin-bottom: var(--spacing-xl);
  letter-spacing: -0.02em;
}
 
.product-card:nth-child(1) {
  animation-delay: 100ms;
}
 
.product-card:nth-child(2) {
  animation-delay: 150ms;
}
 
.product-card:nth-child(3) {
  animation-delay: 200ms;
}
 
.product-card:nth-child(4) {
  animation-delay: 250ms;
}
 
.product-card:nth-child(5) {
  animation-delay: 300ms;
}
 
.product-card:nth-child(6) {
  animation-delay: 350ms;
}
 
.product-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-hover);
}
 
.product-card:focus-visible {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-hover);
}
 
.product-figure::after {
  inset: 0;
  content: "";
  position: absolute;
  background: linear-gradient(
      to bottom,
      rgba(var(--scrim-rgb), 0.08),
      rgba(var(--scrim-rgb), 0.2)
    );
  pointer-events: none;
}
 
.product-figure  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
 
.product-content  h3 {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-700);
  letter-spacing: -0.01em;
}
 
.reviews-header  h2 {
  color: var(--color-on-secondary);
  font-size: var(--type-xl);
  font-family: var(--font-serif);
  font-weight: var(--weight-700);
  line-height: var(--leading-tight);
  letter-spacing: -0.01em;
}
 
.review-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-elevated);
}
 
.review-card:focus-visible {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-elevated);
}
 
.review-card.featured {
  grid-column: span 2;
}
 
.review-stars  svg {
  color: var(--color-on-secondary);
}
 
.review-quote  p {
  color: var(--color-on-secondary);
  font-size: var(--type-md);
  font-style: italic;
  font-family: var(--font-serif);
  line-height: var(--leading-loose);
}
 
.reviews-embed  p {
  color: var(--color-on-secondary);
  opacity: 0.7;
  font-size: var(--type-md);
  font-family: var(--font-body);
}
 
.privacy-lead  h2 {
  color: var(--color-on-surface);
  font-size: var(--type-xxl);
  font-family: var(--font-display);
  font-weight: var(--weight-600);
  line-height: var(--leading-tight);
  margin-bottom: var(--spacing-md);
  letter-spacing: -0.02em;
}
 
.privacy-block:last-child {
  margin-bottom: 0;
}
 
.privacy-block  h3 {
  color: var(--color-on-surface);
  font-size: var(--type-lg);
  font-family: var(--font-serif);
  font-weight: var(--weight-600);
  margin-bottom: var(--spacing-sm);
}
 
.privacy-block  p {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-md);
  max-width: 66ch;
  font-family: var(--font-body);
  font-weight: var(--weight-400);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--spacing-sm);
}
 
.privacy-block  p:last-child {
  margin-bottom: 0;
}
 
.impressum-card:nth-child(1) {
  animation-delay: 80ms;
}
 
.impressum-card:nth-child(2) {
  animation-delay: 160ms;
}
 
.impressum-card:nth-child(3) {
  animation-delay: 240ms;
}
 
.impressum-card  h2 {
  color: var(--color-on-surface);
  font-size: var(--type-xxl);
  font-family: var(--font-display);
  font-weight: var(--weight-600);
  line-height: var(--leading-tight);
  margin-bottom: var(--spacing-md);
  letter-spacing: -0.02em;
}
 
.impressum-content:last-child {
  margin-bottom: 0;
}
 
.impressum-content  h3 {
  color: var(--color-on-surface);
  font-size: var(--type-md);
  font-family: var(--font-serif);
  font-weight: var(--weight-600);
  margin-bottom: var(--spacing-xs);
}
 
.impressum-content  p {
  color: var(--color-on-surface-secondary);
  font-size: var(--type-sm);
  max-width: 60ch;
  font-family: var(--font-body);
  line-height: var(--leading-relaxed);
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.BodyFont {
  font-size: 1rem;
  font-family: Source Sans 3;
  font-weight: 400;
}
 
.Headings {
  font-size: 2em;
  font-family: Libre Baskerville;
  font-weight: 700;
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .navigation-menu {
    display: none;
  }
  .navigation-toggle {
    display: flex;
  }
  .footer {
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  }
  .footer-main {
    gap: clamp(2.5rem, 5vw, 4rem);
    grid-template-columns: 1fr;
  }
  .footer-links-grid {
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-hours-column {
    grid-column: 1 / -1;
  }
  .hero {
    display: flex;
    min-height: auto;
    align-items: center;
    flex-direction: column;
  }
  .about-container {
    gap: var(--spacing-md);
    padding-block: var(--spacing-xl);
    grid-template-columns: 1fr 1.4fr;
  }
  .services-container {
    gap: var(--spacing-xl);
    grid-template-columns: 1fr 1fr;
  }
  .privacy-grid {
    grid-template-columns: 1fr;
  }
  .hero-image {
    width: 100%;
    height: 56vh;
  }
  .services-index {
    top: 0;
    position: relative;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .products-grid {
    gap: var(--spacing-lg);
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .privacy-lead {
    top: 0;
    position: relative;
  }
  .hours-card {
    margin: 0;
    max-width: 88%;
    transform: translateY(-10%);
  }
}
 
@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .navigation-container {
    padding: 0 var(--spacing-md);
  }
  .navigation-mobile-overlay {
    top: 4.5rem;
  }
  .navigation-inner {
    height: 4.5rem;
  }
  .navigation-mobile-menu {
    padding: var(--spacing-xl) var(--spacing-md);
  }
  .navigation-logo-text {
    font-size: 1.5rem;
  }
  .navigation-logo-accent {
    font-size: 1.5rem;
  }
  .navigation-mobile-link {
    padding: 1rem 0;
    font-size: 1rem;
  }
  .footer-content {
    padding: 0 var(--spacing-md);
  }
  .footer-decoration {
    width: 20rem;
    height: 20rem;
  }
  .footer-main {
    gap: clamp(2rem, 4vw, 3rem);
  }
  .footer-bottom {
    gap: var(--spacing-md);
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-links-grid {
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: 1fr;
  }
  .footer-social {
    gap: var(--spacing-sm);
  }
  .footer-brand-name {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  .footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
  }
  .footer-hours-note {
    padding: var(--spacing-sm);
  }
  .footer-contact-item {
    flex-direction: row;
  }
  .about-container {
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
    grid-template-columns: 1fr;
  }
  .services-container {
    grid-template-columns: 1fr;
  }
  .impressum-grid {
    grid-template-columns: 1fr;
  }
  .hero-image {
    height: 48vh;
  }
  .products-grid {
    gap: var(--spacing-md);
    grid-template-columns: 1fr;
  }
  .reviews-header {
    grid-template-columns: 1fr;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .hours-card {
    padding: var(--spacing-4);
    max-width: 92%;
  }
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .navigation-container {
    padding: 0 var(--spacing-sm);
  }
  .navigation-mobile-overlay {
    top: 4rem;
  }
  .navigation-inner {
    height: 4rem;
  }
  .navigation-mobile-menu {
    padding: var(--spacing-lg) var(--spacing-sm);
  }
  .navigation-toggle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .navigation-logo-text {
    font-size: 1.25rem;
  }
  .navigation-logo-accent {
    font-size: 1.25rem;
  }
  .footer {
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.25rem, 2.5vw, 2rem);
  }
  .footer-content {
    padding: 0 var(--spacing-sm);
  }
  .footer-brand-section {
    gap: var(--spacing-lg);
  }
  .footer-copyright {
    font-size: var(--font-size-xs);
  }
  .footer-legal {
    gap: var(--spacing-sm);
    flex-wrap: wrap;
  }
  .footer-description {
    font-size: var(--font-size-sm);
  }
  .footer-legal-link {
    font-size: var(--font-size-xs);
  }
  .footer-hours-item {
    gap: 0.25rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero {
    padding: var(--spacing-md);
    min-height: auto;
  }
  .about-container {
    padding: var(--spacing-md);
  }
  .services-container {
    padding: var(--spacing-md);
  }
  .products-container {
    padding: var(--spacing-md);
  }
  .reviews-container {
    padding: var(--spacing-md);
  }
  .privacy-grid {
    padding: var(--spacing-md);
  }
  .impressum-grid {
    padding: var(--spacing-md);
  }
  .hero-image {
    height: 40vh;
  }
  .hours-card {
    width: calc(100% - var(--spacing-4));
    position: relative;
    transform: translateY(0);
    margin-top: var(--spacing-4);
  }
  .team-card {
    padding: var(--spacing-md);
  }
  .product-card {
    padding: var(--spacing-sm);
  }
  .product-figure {
    aspect-ratio: 16/9;
  }
}
/* Globale Mobile-Fixes */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  /* Hero-Bereich: Bild wirklich mobil machen */
  .hero-section {
    padding: var(--spacing-lg) var(--spacing-md);
  }

  .hero {
    padding: var(--spacing-md);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }

  /* Überschreibt das inline height="500px" */
  .hero img {
    width: 100%;
    height: auto !important;
    max-height: 60vh;
    object-fit: cover;
    display: block;
  }

  .hero-card-wrapper {
    padding-top: 0;
    justify-content: stretch;
  }

  .hours-card {
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
    margin-top: 0;
    padding: var(--spacing-lg);
  }

  /* Allgemeine Sektionen etwas luftiger, aber voller in der Breite */
  .about-section,
  .services-section,
  .team-section,
  .products-section,
  .reviews-section {
    padding: var(--spacing-xl) var(--spacing-md);
  }

  .about-container,
  .services-container,
  .team-container,
  .products-container,
  .reviews-container {
    max-width: 100%;
  }

  /* TEAM: sauberes 1-Spalten-Layout, Bild oben, Text darunter */
  .team-grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
  }

  .team-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: var(--spacing-md);
  }

  .team-card.lead {
    grid-column: auto;
  }

  .portrait-wrap {
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: var(--radius-md);
  }

  .portrait-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  /* Verlauf & Overlay weg, Text nicht mehr über dem Bild */
  .portrait-wrap::after {
    display: none;
  }

  .backplate {
    position: static;
    margin-top: var(--spacing-sm);
    box-shadow: none;
    background: var(--color-surface-elevated);
  }

  .team-content {
    margin-top: var(--spacing-md);
  }

  .team-content p {
    font-size: var(--type-sm);
    line-height: var(--leading-relaxed);
  }

  /* Karten in anderen Bereichen kompakter & besser lesbar */
  .product-card,
  .review-card,
  .impressum-card {
    padding: var(--spacing-md);
  }

  .reviews-section {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
@media (max-width: 479px) {
  .team-section {
    padding: var(--spacing-lg) var(--spacing-md);
  }

  .team-card {
    padding: var(--spacing-md);
  }

  .navigation-container {
    padding: 0 var(--spacing-sm);
  }

  .hours-card {
    padding: var(--spacing-md);
  }
}

@media (max-width: 767px) {
  /* Toni-Karte wie die anderen untereinander anzeigen */
  .team-card.lead {
    grid-template-columns: 1fr;        /* statt 1fr 1.5fr */
    grid-template-rows: auto auto;
    grid-column: auto;                 /* nicht mehr über 2 Spalten */
    padding: var(--spacing-md);
  }

  .team-card.lead .portrait-wrap {
    aspect-ratio: auto;                /* kein festes Hochkant-Format mehr */
    width: 100%;
  }

  .team-card.lead .team-content {
    margin-top: var(--spacing-md);     /* etwas Abstand unter dem Bild */
  }
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  /* Sektionen unten: weniger Rand, mehr Platz auf dem Handy */
  .privacy-section,
  .impressum-section {
    padding: var(--spacing-xl) var(--spacing-sm);
  }

  /* Grid auf 1 Spalte, volle Breite nutzen */
  .privacy-grid,
  .impressum-grid {
    margin: 0;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
    padding: 0;
  }

  /* Karten-Optik, aber nicht mehr sticky/zweispaltig */
  .privacy-lead,
  .privacy-reading,
  .impressum-card {
    position: static;
    padding: var(--spacing-lg);
    background: var(--color-surface-elevated);
    box-shadow: var(--shadow-soft);
    border-radius: var(--radius-lg);
    border: none;
  }

  /* Datenschutz-Fließtext etwas kompakter */
  .privacy-reading {
    margin-top: var(--spacing-md);
  }

  .privacy-lead-text,
  .impressum-content p {
    font-size: var(--type-sm);
    line-height: var(--leading-relaxed);
  }
}

/* =========================================================
   Smartphone-Optimierung – Toni Hairfashion
   Dieser Block steht absichtlich am Ende der Datei.
   ========================================================= */

html {
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

img,
svg,
iframe {
  max-width: 100%;
}

iframe {
  display: block;
}

/* Korrektur für das mobile Menü */
.navigation-toggle.is-active .navigation-navigation-toggle-icon1 {
  opacity: 0;
  transform: rotate(90deg);
}

.navigation-toggle.is-active .navigation-navigation-toggle-icon2 {
  opacity: 1;
  transform: rotate(0deg);
}

@media (max-width: 991px) {
  .navigation-menu {
    display: none;
  }

  .navigation-toggle {
    display: flex;
  }

  .navigation-mobile-overlay {
    top: 5rem;
    overflow-y: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 7rem;
    grid-template-columns: 1fr;
  }

  .hero-card-wrapper {
    padding-top: 0;
  }

  .about-container,
  .services-container,
  .privacy-grid,
  .impressum-grid {
    grid-template-columns: 1fr;
  }

  .services-index,
  .privacy-lead {
    position: static;
  }

  .team-card.lead {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-main,
  .footer-links-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --spacing-xl: 1.5rem;
    --spacing-xxl: 2.5rem;
  }

  .navigation-inner {
    height: 4.5rem;
  }

  .navigation-mobile-overlay {
    top: 4.5rem;
  }

  .navigation-container,
  .footer-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation-logo-text,
  .navigation-logo-accent {
    font-size: 1.35rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 5.5rem 1rem 2rem;
  }

  .hero > div:first-child {
    width: 100%;
  }

  .hero img {
    width: 100%;
    height: auto !important;
    max-height: 58vh;
    object-fit: cover;
    border-radius: var(--radius-md);
  }

  .hours-card {
    width: 100%;
    max-width: none;
    padding: 1.25rem;
    transform: none;
  }

  .hours-card h1 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .about-section,
  .services-section,
  .team-section,
  .products-section,
  .reviews-section,
  .privacy-section,
  .impressum-section {
    padding: 2.5rem 1rem;
  }

  .about-container,
  .services-container,
  .privacy-grid,
  .impressum-grid {
    gap: 1.25rem;
    padding: 0;
    max-width: 100%;
  }

  .about-container {
    padding: 1.25rem;
  }

  .services-index {
    display: none;
  }

  .service-trigger {
    gap: 1rem;
    padding: 1rem;
  }

  .service-panel[aria-hidden="false"] {
    padding: 0 1rem 1rem;
    max-height: 1000px;
  }

  .service-panel li {
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .service-panel li span:last-child {
    margin-left: auto;
    white-space: nowrap;
  }

  .team-grid,
  .products-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .team-card,
  .team-card.lead,
  .product-card,
  .review-card,
  .impressum-card {
    padding: 1rem;
  }

  .team-card.lead {
    grid-template-rows: auto auto;
  }

  .portrait-wrap,
  .team-card.lead .portrait-wrap {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .backplate {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .product-figure {
    aspect-ratio: 4 / 3;
  }

  .reviews-header {
    grid-template-columns: 1fr;
  }

  .reviews-embed {
    padding: 0.5rem;
  }

  .reviews-embed iframe {
    width: 100% !important;
    min-height: 420px;
  }

  .privacy-lead,
  .privacy-reading {
    padding: 1rem;
  }

  .privacy-block {
    padding: 1rem;
  }

  .impressum-wide {
    grid-column: auto;
  }

  .footer {
    padding: 3rem 0 1.5rem;
  }

  .footer-main {
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .footer-links-grid {
    display: block;
  }

  .footer-divider {
    margin: 2rem 0;
  }

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

  .footer-legal {
    flex-wrap: wrap;
  }

  .footer-copyright {
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  .navigation-toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hours-list li {
    gap: 0.75rem;
    align-items: flex-start;
  }

  .hours-list .time {
    text-align: right;
  }

  .about-section,
  .services-section,
  .team-section,
  .products-section,
  .reviews-section,
  .privacy-section,
  .impressum-section {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .home-service-name1,
  .home-service-name2,
  .home-service-name3,
  .home-service-name4,
  .home-service-name5,
  .home-service-name6 {
    font-size: 1.2rem;
  }

  .footer-legal-separator {
    display: none;
  }

  .footer-legal {
    gap: 0.75rem 1.25rem;
  }
}

