:focus {outline-width: 0;}
.color-accent {color:var(--wp--preset--color--accent-1) !important;}
body {
    overflow-x: hidden;
    color: #fff;
	background: #111;
}
body.home header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
body.page main p, body.page main ul {
    color: var(--wp--preset--color--accent-5) !important;;
}
strong {
    font-weight: 700;
}
:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link.wp-block-button__link:not(.has-background):hover ) {
    color: #111;
    background: #fff;
}
body:not(.home) .wp-block-button__link.wp-block-button__link:hover {
    color: #111;
    background: #fff!important;
}
.hero-bg {
    background-repeat: no-repeat!important;
}
@media (max-width: 767px) {
.head-contact a {
    padding: 7px 20px!important;
}
.hero-bg {
    background-size: auto 50%!important;
}
.hero-bg:after {
    content: '';
    position: absolute;
    bottom: 50%;
    width: 100%;
    height: 50%;
    margin-left: -20px;
    background: linear-gradient(0deg, rgba(18, 18, 28, 1) 0%, rgba(18, 18, 28, 0) 100%);
}
}
.numbers {
    position: absolute;
    top: -14%;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (min-width: 768px) {
.numbers {
    top: -6%;
    width: 840px;
    height: 600px;
}
}
.number-1, .number-2 {
     position: absolute;
     background-size: contain;
     background-position: center;
     background-repeat: no-repeat;
}
.number-1 {
     right: -20%;
     top: 15%;
     z-index: 2;
     width: 100%;
     height: 100%;
     background-image: url('https://dose-agency.com/wp-content/uploads/2025/12/Powder-pink.png');
 } 
.number-2 {
     top: 5%;
     left: -20%;
     z-index: 1;
     width: 100%;
     height: 100%;
     background-image: url('https://dose-agency.com/wp-content/uploads/2025/12/Powder-blue.png');
}
@media (min-width: 768px) {
.number-1 {
    top: 25%;
    right: 12%;
    width: 520px;
    height: 520px;   
}
.number-2 {
    left: -10%;
    width: 600px;
    height: 600px;   
}
}
.number-1 img, .number-2 img {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 50%;
    height: auto;
    margin: auto;
    border-radius: 24px;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
.number-1 img, .number-2 img {
    width: 298px;
    height: 122px;
}
}
.hero-container {
	position: absolute;
	bottom: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 2rem);
    font-weight: 300;
}
@media (max-width: 767px) {
.hero-container {
	bottom: 2rem;
}
.hero-container h1 {
    font-size: 2rem!important;
}
}

.products-list-product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    justify-content: space-between;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.products-list-product-inner {
    border-radius: 32px;
    border: 1px solid #353537;
    padding: 40px;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    position: relative;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    min-height: 540px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.products-list-product-inner-front, .products-list-product-inner-back {
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transistion: 0.3s;
}
.products-list-product-inner-back {
    text-align: left;
    transform: rotateY(180deg);
}
.products-list-product img {
    aspect-ratio: 3 / 4;
    max-height: 320px;
    width: auto;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.products-list-product-button a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-flex;
    width: fit-content!important;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 2px solid;
    padding: 0 32px;
    text-decoration: none;
    font-size: .875rem;
}
.flipped {
    transform: rotateY(180deg);
}
.flipped .products-list-product-inner-front {
    opacity: 0;
}
iframe.airtable-embed {
    border-radius: 4px!important;
}
body.home footer {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: -100px;
}
footer .custom-logo {
	aspect-ratio: auto;
	height: 24px;
	filter: saturate(0);
	margin-bottom: 2px;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}

.iframe-airtable {
  position: fixed !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 999999 !important;
}
body.airtable-modal-open .iframe-airtable {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  overflow: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.iframe-airtable .airtable-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
body.airtable-modal-open .iframe-airtable {
  position: fixed !important;
  max-width: 100%;
}
body.airtable-modal-open .iframe-airtable > .iframe-airtable-content {
  position: relative;  
  z-index: 1;  
  width: min(980px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}
.iframe-airtable .airtable-modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  background: transparent;
}
body.airtable-modal-open .iframe-airtable iframe {
  width: 100% !important;
  height: calc(100vh - 200px) !important;
  max-height: 750px;
  display: block;
}
body.airtable-modal-open {
  overflow: hidden;
}
