/**
 * Theme Name: Studleys
 * Theme URI: https://github.com/abrayall/twine
 * Description: Sage green glassmorphism theme inspired by Studley's storefront aesthetic
 * Version: 1.0.0
 * Author: Twine Themes
 * Author URI: https://github.com/abrayall/twine
 */

.twine-container {
    background-color: #b4b18d;
    background-image: url('https://ugc.production.linktr.ee/08730a22-d9e5-41e7-a1d2-72b94a357390_Studleys-48-web.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.twine-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.24);
    pointer-events: none;
    z-index: 0;
}

.twine-container > * {
    position: relative;
    z-index: 1;
}

.twine-profile {
    padding: 0px;
}

.twine-icon {
    border: 3px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.twine-name {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
}

.twine-description {
    color: rgba(255, 255, 255, 0.9);
}

.twine-link-button {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.1);
    color: #f7f6f6;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.02);
    font-weight: 500;
}

@media (hover: hover) {

.twine-link-button:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 100%), rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}
}

.twine-link-button:active {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(0.98);
}

.twine-social-icon {
    color: #ffffff;
}

@media (hover: hover) {

.twine-social-icon:hover {
    color: rgba(255, 255, 255, 0.8);
}
}

.twine-social-icon:active {
    transform: scale(0.95);
}

.twine-social-text-link {
    color: rgba(255, 255, 255, 0.9);
}

@media (hover: hover) {

.twine-social-text-link:hover {
    background: rgba(255, 255, 255, 0.12);
}
}

.twine-header-icon {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {

.twine-header-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
}

.twine-header-icon:active {
    background: rgba(255, 255, 255, 0.25);
}

.twine-footer-link {
    color: rgba(255, 255, 255, 0.5);
}

@media (hover: hover) {

.twine-footer-link:hover {
    color: rgba(255, 255, 255, 0.8);
}
}

.twine-footer-separator {
    color: rgba(255, 255, 255, 0.3);
}

.twine-share-toast {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
