/* more fonts */
@font-face {
    font-family: 'Adelia';
    src: url('../fonts/Adelia-Regular.woff2') format('woff2'),
        url('../fonts/Adelia-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    height: auto;
    min-height: 100dvh;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

/* uk overwrites */
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #000;
}
@media (min-width: 1600px) {
    .uk-container {
        max-width: 1680px;
    }
}

/* basic */
a {
    color: #000;
    transition: all .6s;
}
a:hover {
    color: #5d5d5d;
    text-decoration: none;
}
h1, h2, h3, h4, p {
    text-wrap: balance;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;

    outline: transparent;
    outline-offset: 0;
}

/* logorecipe styles */
.lines {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
}
.lines::before {
    content: "";
    display: block;
    width: 100%;
    height: 175px;
    background: rgb(255,254,255);
    background: linear-gradient(0deg, rgba(255,254,255,0) 0%, rgba(255,254,255,0.83375356978729) 49%, rgba(255,254,255,0.9962185557816877) 62%, rgba(255,254,255,0.9962185557816877) 100%); 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.lines::after {
    content: "";
    display: block;
    width: 100%;
    height: clamp(10.625rem, 9.515vw + 8.395rem, 19.813rem);
    background: rgb(255,254,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.9999999999999999) 0%, rgba(255,255,255,0.9999999999999999) 38%, rgba(255,255,255,0.8336813793150479) 51%, rgba(255,254,255,0) 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.line {
    border-left: 1px solid rgb(239,239,239);
    flex-grow: 1;
}
.line:first-child {
    border-left: none;
}

/* header, top-bar, menu */
#header, #body, #footer {
    position: relative;
    z-index: 1;
}
#header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid #000;
}
.top-bar {
    position: relative;
    height: 70px;
}
.logo {
    height: 48px;
}
.menu-trigger span {
    font-size: 14px;
}
.submit-button {
    display: inline-block;
    padding: 0 20px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.submit-button:hover {
    background: #5d5d5d;
    color: #fff;
}

/* MAIN TITLE */
.main-title {
    border-bottom: 1px solid #000;
    padding: 40px 0;
}
.fp-true .main-title {
    padding: 65px 0;
}
.main-title h1 {
    font-family: 'Adelia';
    font-size: 48px;
    text-wrap: balance;
}
.fp-true  .main-title h1 {
    font-size: 52px;
    line-height: 71px;
}

/* LISTINGS */
.logo-in-listing figure {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.logo-in-listing figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(256,256,256,0.8);
    z-index: 1;
    opacity: 0;
    transition: all .6s;
    pointer-events: none;
}
.logo-in-listing figure:hover::before {
    opacity: 1;
}
.logo-in-listing figure a {
    position: relative;
    display: block;
}
.logo-in-listing figure img {
    aspect-ratio:16/10;
}
.logo-in-listing h3 {
    margin: 0;
    flex: 1;
}
.logo-in-listing h3 a {
    font-size: clamp(1.375rem, 1.3143rem + 0.2589vw, 1.625rem);
    font-weight: bold;
    display: block;
    width: 80%;
}
.logo-in-listing nav ul, .main-tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.logo-in-listing nav a, .main-tag ul a {
    font-size: clamp(0.6875rem, 0.6572rem + 0.1294vw, 0.8125rem);
    text-transform: uppercase;
    color: #878686;
    text-align: right;
}
.main-tag ul a {
    font-size: 16px;
    font-weight: bold;
}
.logo-in-listing nav a:hover, .main-tag ul a:hover {
    color: #666;
}

/* hover on img? */
.circle {
  height: 86px;
  width: 86px;
  position: absolute;
  top: calc(50% - 43px);
  left: calc(50% - 43px);
  z-index: 3;
}
.circle ellipse {
    opacity: .4;
  fill: transparent;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke: #171717;
  transform-origin: 50% 50%;
  transform: rotate(-270deg);
  transition: all 800ms ease;
}
.circle .pline {
  stroke: #000;
  transform-origin: 50% 50%;
  transition: all 500ms ease;
  opacity:0;
}

.logo-in-listing figure:hover .circle {
  cursor: pointer;
}
.logo-in-listing figure:hover .circle ellipse {
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
}
.logo-in-listing figure:hover .circle .pline {
  opacity: 1;
}

.text-ring {
  height: 120px;
  width: 120px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 3;
  transform: rotate(-150deg);
  opacity: 0;
  transition: all .6s;
}
.logo-in-listing figure:hover .text-ring {
    opacity: 1;
    transform: rotate(0deg);
}
.text-ring [style*=--index] {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:
    translate(-50%, -50%)
    rotate(calc(360deg / var(--total) * var(--index)))
    translateY(calc(var(--radius, 5) * -1ch));
}

/* LOGO PAGE */
.logo-page figure img {
  aspect-ratio: 16/10;
  border-radius: 16px;
}
.logo-page h2 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    font-family: "Arial";
}
@media (min-width: 960px) {
    .logo-page h2 {
        margin: 0;
    }
}

.logo-page aside > * {
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
}
.logo-page aside > * > * {
    padding: 2rem 0;
}
.logo-page aside > * > *:first-child {
    font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px solid #000;
    width: 26%;
}
@media (min-width: 960px) {
    .logo-page aside > * > *:first-child {
        width: 170px;
    }
}
.logo-page dd > * {
    margin: 0 0 0 2rem;
    padding: 0;
}
.logo-page dd ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}
@media (min-width: 960px) {
    .logo-page dd ul {
        flex-direction: row;
    }
    .logo-page .logo-colors dd ul {
        flex-direction: column;
    }
}
.logo-page dd li a {
    font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 15px 0 0;
    position: relative;
}
.logo-page dd li a::after {
    content: ",";
    display: inline;
    position: absolute;
    right: -6px;
    bottom: 0;
}
.logo-page dd li a:hover {
    color: #666;
}
.logo-page dd li:last-child a {
    margin: 0;
}
.logo-page dd li:last-child a::after {
    display: none;
}

.logo-page .logo-colors dd button {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
    position: relative;
    border: none;
    cursor: pointer;
}

.logo-page .all-tags .tags {
    margin: 0 0 0 2rem;
    padding: 2rem 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    gap: 5px;
}
.logo-page .all-tags .tags li {
    position: relative;
}
.logo-page .all-tags .tags li a {
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .logo-page .logo-colors dd button {
        width: 163px;
        height: 46px;
        margin: 0 30px 0 0;
        transition: all .3s;
    }
    .logo-page .logo-colors dd button:hover {
        transform: scale(.95);
    }
}

@media (min-width: 1200px) {
    .logo-page .all-tags .tags {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 30px;
    }
    .logo-page .all-tags .tags li::after {
        content: "|";
        position: absolute;
        right: -15px;
        top: -1px;
    }
    .logo-page .all-tags .tags li:last-child:after {
        display: none;
    }
}

.logo-page .logo-colors dd strong {
    margin-right: 10px;
    display: inline-block;
    width: 47px;
}

/* DEFAULT ARTICLES */
.com-content-article {
    max-width: 1013px;
    margin: 0 auto;
}
.com-content-article h2 {
    font-size: clamp(2.8125rem, 2.4636rem + 1.4887vw, 4.25rem);
    font-family: "Adelia";
    text-align: center;
}
.com-content-article p {
    text-wrap: auto;
    font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
    line-height: 26px;
    width: clamp(min(93.75vw, 50ch), 70vw, 75ch);
    margin-inline: auto;

    & a {
        text-decoration: underline;
    }
}
.com-content-article .more {
    font-style: italic;
}

/* FORMS */
.form-page {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.form-page h2 {
    font-size: clamp(2.8125rem, 2.4636rem + 1.4887vw, 4.25rem);
    font-family: "Adelia";
    text-align: center;
}

.form-page h2 + p {
    font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
    font-weight: bold;
    text-align: center;
}

.form-page label {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.form-page .xpln {
    margin-top: 5px;
    font-size: 14px;
    color: #5d5d5d;
}
.form-page input, .form-page textarea {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #081110;
    font-size: 16px;
}
.form-page .uk-input:focus, .form-page .uk-select:focus, .form-page .uk-textarea:focus {
    color: #081110;
	border-color: #081110;
	border-width: 2px;
}
.form-page button {
    width: 100%;
    max-width: 375px;
    height: 52px;
    border-radius: 3px;
    background-color: #081110;
    
    cursor: pointer;
    border: none;

    font-size: clamp(0.875rem, 0.129vw + 0.845rem, 1rem);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.form-page button:hover:enabled {
    background: #5d5d5d;
    color: #ffffff;
}
.form-page button:disabled {
    border:1px dotted #5d5d5d;
    cursor: wait;
}

/* FOOTER */
.footer-text {
    padding: 30px 0;
    border-top: 1px solid #000;
}
.footer-text a {
    text-decoration: underline;
}
.footer-more {
    padding: 30px 0 15px;
    border-top: 1px solid #000;
}
.footer-more menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-more menu a {
    display: inline-block;
    font-size: clamp(0.875rem, 0.129vw + 0.845rem, 1rem);
    text-transform: uppercase;
    position: relative;
    margin: 0 30px 0 0;
}
.footer-more menu a::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -15px;
    display: block;
    width: 1px;
    height: 18px;
    background: #000;
}
.footer-more menu li:last-child a {
    margin: 0;
}
.footer-more menu li:last-child a::after {
    display: none;
}
.footer-button a {
    display: inline-block;
    padding: 10px 50px;
    margin-top: 20px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(0.875rem, 0.129vw + 0.845rem, 1rem);
    border-radius: 3px;
}
.footer-button a:hover {
    background: #5d5d5d;
    color: #fff;
}
.copyrights {
    color: #838080;
}

@media (min-width: 768px) {
    .top-bar {
        height: 88px;
    }
    .fp-true .main-title h1 {
        font-size: 68px;
        line-height: 89px;
    }

    .footer-more menu a {
        margin: 0 42px 0 0;
    }
    .footer-more menu a::after {
        right: -21px;
    }
    .footer-button a {
        margin-top: 0;
    }
}

@media (min-width: 1280px) {
    
}

/* MODULES */
.search-bar {
    line-height: 1;
    gap: 8px;
}
.tags-lists {
    margin-top: 12px;
}
.tag-list summary {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    list-style: none;
    line-height: 1;
    padding-left: 15px;
    border-left: 2px solid #000;
    margin-left: 15px;
    cursor: pointer;
}
.tag-list:first-child summary {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}
.tag-list[open] summary {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.tag-group {
    height: 150px;
}
@media (min-width: 768px) {
    .tag-group {
        height: 100px;
    }
}
.tag-group nav {
    position: absolute;
    left: 0;
    width: 100%;
}
.tag-group nav ul {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
    gap: 10px;
    max-width: 700px;
    margin: 40px auto;
}
.tag-group .tag {
    display: block;
    position: relative;
    padding: 5px 25px 5px 10px;
    border: 1px solid #0f1216;
    border-radius: 4px;
    font-size: 14px;
    color: #0f1216;
}
.tag-group .count {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    color: #9e9e9e;
    transition: all .6s;
}
.tag-group a:hover, .tag-group .tag-active .tag {
    border-color: #9e9e9e;
}
.tag-group a:hover span, .tag-group .tag-active .count {
    color: #0f1216;
}

/* MOD-FINDER */
.mod-finder .uk-search-input {
    border: transparent;
    opacity: 0;
    transition: all .6s;
}
.searching .mod-finder .uk-search-input, .mod-finder .uk-search-input:hover, .mod-finder .uk-search-input:focus {
    border: 1px solid #000;
    opacity: 1;
}
.mod-finder .uk-search-icon svg {
    width:25px;
    color: #000;
}
