/* ==========================================================================
   Unique Page Styles - High End, Minimalist, Luxury
   ========================================================================== */

.unique-page {
    background-color: #f8f8f8;
    color: #1a1a1a;
}

/* Header Title */
.unique-header-title {
    text-align: center;
    padding: 8rem 2rem 4rem;
}

.unique-header-title h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    letter-spacing: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0;
    line-height: 2;
}

/* Main Hero Image */
.unique-hero {
    display: flex;
    justify-content: center;
    padding: 0 2rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.unique-hero img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

/* Intro Section */
.unique-intro-section {
    text-align: center;
    padding: 4rem 2rem 8rem;
    max-width: 800px;
    margin: 0 auto;
}

.unique-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 2rem;
}

.unique-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.unique-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 2;
    color: #555;
    margin-bottom: 4rem;
    font-weight: 300;
}

.btn-unique-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 4rem;
    background: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;
    cursor: pointer;
}

.btn-unique-primary:hover {
    background: #d4af37;
    color: #fff;
}

/* Business Section */
.unique-business-section {
    padding: 8rem 2rem;
    background: #fff;
    text-align: center;
}

.video-placeholder {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    margin: 5rem auto 0;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    color: #999;
}

.video-placeholder-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ccc;
}

.video-placeholder p {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Configurator Section */
.unique-config-section {
    padding: 10rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.unique-config-header {
    text-align: center;
    margin-bottom: 8rem;
}

.unique-config-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: start;
}

@media (max-width: 1024px) {
    .unique-config-container {
        grid-template-columns: 1fr;
        gap: 5rem;
    }
}

.config-panel {
    background: #fff;
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.02);
    border-radius: 2px;
}

.config-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.config-input-group {
    margin-bottom: 1rem;
}

.config-input {
    width: 100%;
    padding: 1.5rem;
    background: #f9f9f9;
    border: 1px solid transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.4s;
    color: #333;
}

.config-input:focus {
    outline: none;
    border-color: #d4af37;
    background: #fff;
}

.config-input::placeholder {
    color: #aaa;
    letter-spacing: 0.05em;
}

.config-sliders {
    margin: 4rem 0;
}

.config-slider-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #666;
}

.slider-track {
    flex: 1;
    height: 1px;
    background: #e0e0e0;
    margin: 0 2rem;
    position: relative;
}

.slider-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #d4af37;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}

.slider-value {
    font-variant-numeric: tabular-nums;
    color: #999;
}

.config-fonts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 4rem;
}

.font-btn {
    padding: 1.2rem;
    border: 1px solid #eaeaea;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 1rem;
    color: #555;
}

.font-btn:hover, .font-btn.active {
    border-color: #d4af37;
    color: #1a1a1a;
}

.font-serif { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; }
.font-modern { font-family: 'Inter', sans-serif; font-weight: 300; }
.font-script { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.2rem; }
.font-roman { font-family: 'Montserrat', sans-serif; font-weight: 300; letter-spacing: 0.1em; }

.config-align {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.align-btn {
    padding: 0.8rem 2.5rem;
    border: 1px solid #eaeaea;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    color: #666;
    transition: all 0.4s;
}

.align-btn:hover, .align-btn.active {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.btn-submit-config {
    width: 100%;
    padding: 1.5rem;
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
}

.btn-submit-config:hover {
    background: #1a1a1a;
    color: #fff;
}

/* Gold Card Preview */
.preview-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 120px;
}

.preview-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
    color: #666;
}

.gold-card-wrapper {
    position: relative;
    width: 100%;
    max-width: 550px;
    aspect-ratio: 1.618 / 1; /* Golden ratio */
    background: linear-gradient(135deg, #dfc067 0%, #d4af37 40%, #b89326 100%);
    border-radius: 4px;
    box-shadow: 
        0 30px 60px rgba(0,0,0,0.15), 
        inset 0 0 0 1px rgba(255,255,255,0.3),
        inset 0 0 20px rgba(255,255,255,0.2);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #111;
    overflow: hidden;
}

.gold-card-wrapper::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 50%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
}

.gold-card-text-1 { 
    font-family: 'Cormorant Garamond', serif; 
    font-size: clamp(1.2rem, 2.5vw, 1.8rem); 
    margin-bottom: 1.5rem; 
    font-weight: 400;
}
.gold-card-text-2 { 
    font-family: 'Inter', sans-serif; 
    font-size: clamp(0.9rem, 2vw, 1.4rem); 
    font-weight: 300; 
    letter-spacing: 0.15em; 
    text-transform: uppercase; 
    margin-bottom: 0.5rem; 
}
.gold-card-text-3 { 
    font-family: 'Cormorant Garamond', serif; 
    font-size: clamp(1rem, 2vw, 1.4rem); 
    font-style: italic; 
    margin-bottom: 2.5rem; 
    color: #222;
}
.gold-card-text-4 { 
    font-family: 'Montserrat', sans-serif; 
    font-size: clamp(0.7rem, 1.5vw, 0.9rem); 
    letter-spacing: 0.3em; 
    text-transform: uppercase; 
    font-weight: 400;
}

/* Gallery */
.unique-gallery {
    padding: 0 2rem 8rem;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

.gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f4f4f4;
    border-radius: 2px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Unique Helper Classes */
.btn-unique-arrow { margin-left: 10px; }
.business-text { max-width: 800px; margin: 0 auto 4rem; }
.slider-thumb-1 { left: 60%; }
.slider-thumb-2 { left: 30%; }
.slider-thumb-3 { left: 10%; }
.config-title-spaced { margin-top: 4rem; }
.gold-card-text-spaced { margin-bottom: 2.5rem; }
.gold-card-text-small { font-size: 1rem; }
.unique-value-icons { margin-bottom: 4rem; }

