.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"DIN-Condensed-Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-fabd3e2-font-family:"DIN-Condensed-Bold";}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@font-face {
  font-family: 'DINCondensed';
  src: url('https://www.milanifederico.com/wp-content/uploads/2026/05/DIN-Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Dogica';
  src: url('https://www.milanifederico.com/wp-content/uploads/2026/06/dogicapixel.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Dogica';
  src: url('https://www.milanifederico.com/wp-content/uploads/2026/06/dogicapixelbold-1.woff2') format('woff2');
  font-weight: 700;
}

html, body {
  background: #000000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#fm-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 52px;
  border-bottom: 1px solid #1a1a1a;
  background: #000;
}

#fm-hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  z-index: 1001;
}
#fm-hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
#fm-hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
#fm-hamburger.open span:nth-child(2) { opacity: 0; }
#fm-hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

#fm-header-name {
  font-family: 'DINCondensed', sans-serif !important;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.2;
}
#fm-header-name small {
  font-family: 'Dogica', monospace !important;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
}

#fm-header-plus {
  font-family: 'DINCondensed', sans-serif;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

#fm-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 52px 36px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#fm-menu.open {
  opacity: 1;
  pointer-events: all;
}

.fm-menu-item {
  font-family: 'Dogica', monospace !important;
  font-size: clamp(16px, 2.5vw, 32px);
  font-weight: 400;
  color: #444;
  text-decoration: none !important;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  line-height: 2.2;
  display: block;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease, color 0.15s, letter-spacing 0.15s;
}
#fm-menu.open .fm-menu-item { transform: translateY(0); opacity: 1; }
#fm-menu.open .fm-menu-item:nth-child(1) { transition-delay: 0.04s; }
#fm-menu.open .fm-menu-item:nth-child(2) { transition-delay: 0.08s; }
#fm-menu.open .fm-menu-item:nth-child(3) { transition-delay: 0.12s; }
#fm-menu.open .fm-menu-item:nth-child(4) { transition-delay: 0.16s; }

.fm-menu-item:hover {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#fm-hero {
  position: fixed;
  top: 52px; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  background: #000;
}
#fm-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
}

@media (max-width: 768px) {
  #fm-hero img {
    content: url('https://www.milanifederico.com/wp-content/uploads/2026/06/Logo_mobile.jpeg');
    object-fit: cover;
    object-position: center center;
  }
  .fm-menu-item {
    font-size: clamp(20px, 5vw, 36px) !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DIN-Condensed-Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.milanifederico.com/wp-content/uploads/2026/05/DIN-Condensed-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */