body {
    font-family: 'Cormorant Garamond', serif;
    background-color: #fdfaf3;
}
h1, h2, h3, .font-cinzel {
    font-family: 'Cinzel', serif;
}
.parchment {
    background-color: #fdfaf3;
    background-image: url("https://www.transparenttextures.com/patterns/old-mathematics.png");
}

.linen-swatch {
    background-image: url("https://artsofdreaming.com/wp-content/uploads/2026/02/Ganobi-Parchment-b.png");
    background-size: cover;
    background-position: center;
    position: relative;
    border: none;
    background-color: transparent;
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 100%);
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 100%);
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.3));
}

.linen-swatch::before {
    content: '';
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(61, 43, 31, 0.03);
    pointer-events: none;
    border-radius: 50%;
}

.stone-button {
    position: relative;
    background-color: #f9f7f2;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(210,205,195,0.2));
    border: 1.5px solid #dcd7cc;
    border-radius: 4px;
    box-shadow:
        0 5px 15px -3px rgba(0,0,0,0.12),
        inset 0 2px 4px rgba(255,255,255,1),
        inset 0 -1px 2px rgba(0,0,0,0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.stone-button:hover {
    transform: translateY(-2px);
    background-color: #ffffff;
    box-shadow:
        0 10px 25px -5px rgba(0,0,0,0.15),
        inset 0 2px 4px rgba(255,255,255,1);
}

.stone-button:active {
    transform: translateY(1px);
    background-color: #f2f0e9;
    box-shadow:
        0 2px 4px rgba(0,0,0,0.1),
        inset 0 -1px 2px rgba(255,255,255,0.5),
        inset 0 3px 6px rgba(0,0,0,0.1);
}

.stone-button:disabled {
    opacity: 0.6;
    cursor: wait;
}

.embossed-text {
    color: #4a3d33;
    text-shadow:
        1px 1px 0px rgba(255,255,255,0.8),
        -1px -1px 1px rgba(0,0,0,0.15);
    letter-spacing: 0.15em;
    font-weight: 700;
}

.button-flourish {
    opacity: 0.3;
    pointer-events: none;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.js-signup-modal.flex,
.js-detail-modal.flex {
    display: flex;
}

.loops-signup-error input {
    box-shadow: 0 0 0 2px #d94f4f;
}

.signup-error-message {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #b91c1c;
    font-family: 'Cormorant Garamond', serif;
}
