/* ========================================
   SÛO BARCELONA - STYLE.CSS v2.1
   Responsive + Mobile Menu + Brand Carousel
======================================== */

:root {
    --olive: #6B7A3D;
    --olive-dark: #5A6832;
    --olive-light: #8A9A5C;
    --olive-muted: #9BA67A;
    --cream: #FDFCFA;
    --gray-light: #F5F5F3;
    --gray-border: #E8E8E6;
    --gray-text: #6B6B6B;
    --text: #333;
    --white: #FFFFFF;
}

/* ========================================
   RESET & BASE
======================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--white);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
main { padding-top: 70px; }

/* ========================================
   HEADER & NAVIGATION
======================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--white);
    border-bottom: 1px solid var(--gray-border);
    width: 100%;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--olive);
    text-decoration: none;
    letter-spacing: 0.2em;
    flex-shrink: 0;
    z-index: 1001;
}

.nav-desktop {
    display: flex;
    gap: 2.5rem;
}

.nav-desktop a {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gray-text);
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s;
}

.nav-desktop a:hover { color: var(--olive); }

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    width: 40px;
    height: 40px;
    position: relative;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--olive);
    transition: all 0.3s ease;
    position: absolute;
    left: 8px;
}

.menu-toggle span:nth-child(1) { top: 10px; }
.menu-toggle span:nth-child(2) { top: 18px; }
.menu-toggle span:nth-child(3) { top: 26px; }

.menu-toggle.active span:nth-child(1) { transform: rotate(45deg); top: 18px; }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg); top: 18px; }

.nav-mobile {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    z-index: 999;
    padding: 2rem;
    flex-direction: column;
    overflow-y: auto;
}

.nav-mobile.active { display: flex !important; }

.nav-mobile a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--olive);
    text-decoration: none;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--gray-border);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-mobile a:hover { color: var(--olive-dark); }
.nav-mobile a:last-child { border-bottom: none; }

@media (max-width: 768px) {
    .header-container { padding: 0.8rem 1.5rem; }
    .logo { font-size: 1.2rem; }
    .nav-desktop { display: none !important; }
    .menu-toggle { display: block !important; }
}

@media (min-width: 769px) {
    .nav-mobile { display: none !important; }
    .menu-toggle { display: none !important; }
}

main { padding-top: 70px; min-height: 80vh; }

/* ========================================
   BUTTONS
======================================== */
.btn-primary {
    display: inline-block;
    padding: 1rem 2.2rem;
    background: var(--olive);
    color: var(--white);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

.btn-primary:hover { background: var(--olive-dark); }

.btn-outline {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    background: transparent;
    color: var(--olive);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid var(--olive);
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 2px;
}

.btn-outline:hover { background: var(--olive); color: var(--white); }

.btn-light {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    background: transparent;
    color: var(--cream);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.3s;
    border-radius: 2px;
}

.btn-light:hover { background: var(--cream); color: var(--olive); }

/* ========================================
   BREADCRUMB
======================================== */
.breadcrumb {
    font-size: 0.75rem;
    color: var(--gray-text);
    padding: 1.5rem 0;
}

.breadcrumb a {
    color: var(--olive);
    text-decoration: none;
}

.breadcrumb a:hover { text-decoration: underline; }

/* ========================================
   PAGE HERO
======================================== */
.page-hero {
    padding: 2rem 2rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.page-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 0.5rem;
}

.page-hero p {
    font-size: 1rem;
    color: var(--gray-text);
    max-width: 500px;
}

/* ========================================
   HERO SECTION
======================================== */
.hero {
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 8vw, 4rem);
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    max-width: 600px;
}

.hero p {
    font-size: 1rem;
    color: var(--gray-text);
    max-width: 420px;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ========================================
   TIENDA CARD SECTION
======================================== */
.tienda-card-section {
    padding: 0 2rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.tienda-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem 0;
    border-top: 1px solid var(--gray-border);
    align-items: center;
}

.tienda-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 0.75rem;
}

.tienda-text p {
    font-size: 0.9rem;
    color: var(--gray-text);
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* ========================================
   SELECCIÓN SECTION
======================================== */
.seleccion-section {
    padding: 5rem 2rem;
    background: var(--gray-light);
}

.seleccion-header {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto 3rem;
}

.seleccion-header span {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray-text);
    display: block;
    margin-bottom: 0.75rem;
}

.seleccion-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
}

.seleccion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.category-card {
    background: var(--white);
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.category-image {
    height: 200px;
    background: linear-gradient(135deg, var(--olive-light), var(--olive));
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image .cat-icon { font-size: 3rem; opacity: 0.3; }

.category-info {
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--olive);
    margin-bottom: 0.2rem;
}

.category-info span {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--olive-muted);
}

.category-info .arrow {
    font-size: 1rem;
    color: var(--olive-muted);
}

/* ========================================
   BLOG PREVIEW SECTION
======================================== */
.blog-preview-section {
    padding: 5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.blog-preview-header {
    text-align: center;
    margin-bottom: 3rem;
}

.blog-preview-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 0.5rem;
}

.blog-preview-header p {
    font-size: 0.95rem;
    color: var(--gray-text);
}

.blog-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.blog-preview-card {
    background: var(--white);
    border: 1px solid var(--gray-border);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.blog-preview-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: var(--olive);
}

.blog-preview-tag {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 0.75rem;
    align-self: flex-start;
}

.blog-preview-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--olive);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.blog-preview-card h3 a {
    text-decoration: none;
    color: var(--olive);
}

.blog-preview-card h3 a:hover { text-decoration: underline; }

.blog-preview-card p {
    font-size: 0.9rem;
    color: var(--gray-text);
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.blog-preview-link {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--olive);
    text-decoration: none;
    align-self: flex-start;
}

.blog-preview-link:hover { text-decoration: underline; }

.blog-preview-cta { text-align: center; }

/* ========================================
   FEATURES SECTION
======================================== */
.features-section {
    padding: 5rem 2rem;
    background: var(--gray-light);
}

.features-header {
    text-align: center;
    margin-bottom: 3rem;
}

.features-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: var(--white);
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--gray-border);
    transition: all 0.3s;
}

.feature-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.feature-icon { font-size: 2.5rem; margin-bottom: 1rem; }

.feature-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--olive);
    margin-bottom: 0.75rem;
}

.feature-card p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.7;
}

/* ========================================
   STORY SECTION
======================================== */
.story-section {
    padding: 5rem 2rem;
    background: var(--gray-light);
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 5vw, 2.3rem);
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.story-lead {
    font-size: 1rem;
    color: var(--olive);
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.story-content p {
    font-size: 0.9rem;
    color: var(--gray-text);
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.story-quote {
    background: var(--white);
    padding: 1.5rem;
    border-left: 3px solid var(--olive);
    margin: 1.5rem 0;
}

.story-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    color: var(--olive);
    margin: 0;
}

/* ========================================
   TRANSITION CTA SECTION
======================================== */
.transition-cta-section {
    background: var(--olive);
    color: var(--white);
    padding: 5rem 2rem;
}

.transition-cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.transition-cta-container h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 5vw, 2.3rem);
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin-bottom: 0.75rem;
}

.transition-cta-container > p {
    text-align: center;
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.transition-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.step { text-align: center; }

.step-number {
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid rgba(255,255,255,0.3);
}

.step h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.step p { font-size: 0.9rem; opacity: 0.85; }

.transition-cta-container .btn-primary {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

/* ========================================
   FILOSOFÍA SECTION
======================================== */
.filosofia-section {
    background: var(--olive);
    color: var(--cream);
    padding: 5rem 2rem;
}

.filosofia-container {
    max-width: 800px;
    margin: 0 auto;
}

.filosofia-label {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: rgba(255,255,255,0.12);
    border-radius: 25px;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.filosofia-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.filosofia-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.filosofia-text {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.85;
    max-width: 550px;
}

.filosofia-cta { margin-top: 2rem; }

/* ========================================
   VALORES SECTION
======================================== */
.valores-section {
    padding: 5rem 2rem;
    background: var(--gray-light);
}

.valores-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.valor-item {
    text-align: center;
    padding: 2rem;
}

.valor-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 0.75rem;
}

.valor-item p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.7;
}

/* ========================================
   FAQ SECTION
======================================== */
.faq-section {
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.faq-section-header span {
    display: block;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gray-text);
    margin-bottom: 0.5rem;
}

.faq-section-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
}

.faq-list { border-top: 1px solid var(--gray-border); }

.faq-item { border-bottom: 1px solid var(--gray-border); }

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer;
    list-style: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--olive);
    transition: color 0.2s;
}

.faq-question::-webkit-details-marker { display: none; }
.faq-question:hover { color: var(--olive-dark); }

.faq-icon {
    width: 16px;
    height: 16px;
    color: var(--olive);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

details[open] .faq-icon { transform: rotate(180deg); }

.faq-answer { padding: 0 0 1rem 0; }

.faq-answer p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   FOOTER
======================================== */
.footer {
    background: var(--text);
    color: var(--white);
    padding: 4rem 2rem 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
}

.footer-brand h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 0.15em;
}

.footer-brand p {
    font-size: 0.8rem;
    opacity: 0.7;
    line-height: 1.7;
    max-width: 300px;
}

.footer-links h4, .footer-location h4 {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 0.6rem; }

.footer-links a {
    font-size: 0.8rem;
    color: var(--white);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.footer-links a:hover { opacity: 1; }

.footer-location p {
    font-size: 0.8rem;
    opacity: 0.8;
    line-height: 1.6;
}

.footer-bottom {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.footer-bottom p { font-size: 0.7rem; opacity: 0.5; }

/* ========================================
   MARCAS PAGE STYLES
======================================== */
.marcas-intro {
    padding: 0 2rem 3rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.marcas-intro p {
    font-size: 1rem;
    color: var(--gray-text);
    line-height: 1.8;
}

.marcas-grid-nuevo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0 2rem 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.marca-card-nuevo {
    background: var(--white);
    border: 1px solid var(--gray-border);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.marca-card-nuevo:hover {
    border-color: var(--olive);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.marca-card-header {
    padding: 1.5rem 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.marca-logo-nuevo {
    width: 50px;
    height: 50px;
    background: var(--olive);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--white);
}

.marca-origen {
    font-size: 0.65rem;
    color: var(--gray-text);
    font-weight: 500;
}

.marca-card-body {
    padding: 1rem 1.5rem;
    flex-grow: 1;
}

.marca-card-body h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--olive);
    margin-bottom: 0.25rem;
}

.marca-especialidad {
    font-size: 0.75rem;
    color: var(--gray-text);
}

.marca-card-footer {
    padding: 1rem 1.5rem 1.5rem;
}

.ver-marca {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--olive-muted);
    letter-spacing: 0.05em;
}

/* ========================================
   MARCA INDIVIDUAL PAGE
======================================== */
.marca-hero {
    padding: 2rem 2rem 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.marca-hero-content {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-top: 1.5rem;
}

.marca-hero-logo {
    width: 80px;
    height: 80px;
    background: var(--olive);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: var(--white);
    flex-shrink: 0;
}

.marca-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.marca-tag {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--olive);
    background: var(--gray-light);
    padding: 0.4rem 0.8rem;
    border-radius: 2px;
}

.marca-hero-info h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 400;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 0.75rem;
}

.marca-hero-desc {
    font-size: 0.95rem;
    color: var(--gray-text);
    line-height: 1.7;
}

.marca-filosofia {
    background: var(--gray-light);
    padding: 3rem 2rem;
}

.marca-filosofia-content {
    max-width: 800px;
    margin: 0 auto;
}

.marca-filosofia h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 1rem;
}

.marca-filosofia p {
    font-size: 0.9rem;
    color: var(--gray-text);
    line-height: 1.8;
}

.marca-productos {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.marca-productos-header {
    margin-bottom: 2rem;
}

.marca-productos-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: italic;
    color: var(--olive);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}

.product-card {
    background: var(--white);
    border: 1px solid var(--gray-border);
    text-decoration: none;
    transition: all 0.3s;
}

.product-card:hover {
    border-color: var(--olive);
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.product-image {
    height: 180px;
    background: linear-gradient(135deg, var(--olive-light), var(--olive));
}

.product-info {
    padding: 1rem;
}

.product-category {
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-text);
}

.product-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--olive);
    margin: 0.5rem 0;
    line-height: 1.3;
}

.product-price {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--olive);
}

.marca-cta {
    background: var(--gray-light);
    padding: 3rem 2rem;
    text-align: center;
}

.marca-cta p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 1.5rem;
}

.marca-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   RESPONSIVE - TABLET
======================================== */
@media (max-width: 1000px) {
    .blog-preview-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .story-container { grid-template-columns: 1fr; }
    .transition-steps { grid-template-columns: 1fr; }
    .valores-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .footer-container { grid-template-columns: 1fr 1fr; }
    .marcas-grid-nuevo { grid-template-columns: repeat(2, 1fr); }
}

/* ========================================
   RESPONSIVE - MOBILE
======================================== */
@media (max-width: 768px) {
    .hero { padding: 2.5rem 1.5rem; }
    .hero h1 { font-size: 1.8rem; }
    .page-hero { padding: 1.5rem 1.5rem 2rem; }
    .page-hero h1 { font-size: 1.6rem; }
    .seleccion-grid { grid-template-columns: 1fr; }
    .blog-preview-section { padding: 3rem 1.5rem; }
    .features-section { padding: 3rem 1.5rem; }
    .features-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .story-section { padding: 3rem 1.5rem; }
    .transition-cta-section { padding: 3rem 1.5rem; }
    .filosofia-section { padding: 3rem 1.5rem; }
    .valores-section { padding: 3rem 1.5rem; }
    .faq-section { padding: 2.5rem 1.5rem; }
    .footer { padding: 2.5rem 1.5rem 1.5rem; }
    .footer-container { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
    .footer-brand p { max-width: none; }
    .tienda-card { grid-template-columns: 1fr; }
    .marcas-grid-nuevo { grid-template-columns: 1fr; padding: 0 1.5rem 5rem; }
    .marca-hero-content { flex-direction: column; align-items: center; text-align: center; }
    .marca-tags { justify-content: center; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .header-container { padding: 0.7rem 1rem; }
    .logo { font-size: 1rem; }
    .hero { padding: 2rem 1rem; min-height: auto; }
    .hero h1 { font-size: 1.4rem; }
    .products-grid { grid-template-columns: 1fr; }
}

/* ========================================
   ABOUT PAGE - SOBRE SÛO
======================================== */
.about-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.about-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

.about-story-content {
    padding-right: 2rem;
}

.about-label {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 1rem;
}

.about-story-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-story-content p {
    font-size: 0.95rem;
    color: var(--gray-text);
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.about-story-image {
    height: 450px;
    background: linear-gradient(135deg, var(--olive-light) 0%, var(--olive) 100%);
    border-radius: 2px;
}

.about-name {
    background: var(--olive);
    padding: 4rem 2rem;
    margin: 0 -2rem 4rem;
}

.about-name-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}

.about-name-word {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    margin-bottom: 1.5rem;
}

.about-name-box p {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.9;
}

.about-name-box strong {
    font-weight: 600;
}

.about-name-box em {
    font-style: italic;
}

.about-section {
    margin-bottom: 3rem;
    max-width: 700px;
}

.about-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 1rem;
}

.about-section p {
    font-size: 0.95rem;
    color: var(--gray-text);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid var(--gray-border);
}

.about-value {
    text-align: center;
    padding: 1.5rem;
}

.about-value-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.about-value h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--olive);
    margin-bottom: 0.5rem;
}

.about-value p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.6;
}

/* ========================================
   TIENDA PAGE - BARCELONA STORE
======================================== */
.tienda-galeria {
    padding: 0 2rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.galeria-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 1rem;
}

.galeria-item {
    border-radius: 2px;
    background-size: cover;
    background-position: center;
}

.galeria-grande {
    grid-row: span 2;
}

.tienda-info {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tienda-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.tienda-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 1rem;
}

.tienda-content > p {
    font-size: 0.95rem;
    color: var(--gray-text);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.tienda-datos {
    margin-bottom: 2rem;
}

.tienda-datos .dato {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray-border);
}

.tienda-datos .dato:last-child {
    border-bottom: none;
}

.tienda-datos h4 {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 0.5rem;
}

.tienda-datos p {
    font-size: 0.95rem;
    color: var(--gray-text);
    line-height: 1.6;
}

.tienda-datos a {
    color: var(--olive);
    text-decoration: none;
}

.tienda-datos a:hover {
    text-decoration: underline;
}

.tienda-mapa {
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--gray-border);
}

.tienda-mapa iframe {
    display: block;
}

.servicios-section {
    background: var(--gray-light);
    padding: 4rem 2rem;
}

.servicios-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    text-align: center;
    margin-bottom: 3rem;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.servicio {
    background: var(--white);
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--gray-border);
}

.servicio h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--olive);
    margin-bottom: 0.75rem;
}

.servicio p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.7;
}

/* ========================================
   BLOG INDEX PAGE
======================================== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.blog-card {
    background: var(--white);
    border: 1px solid var(--gray-border);
    overflow: hidden;
    transition: all 0.3s;
}

.blog-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: var(--olive);
}

.blog-card-image {
    height: 180px;
    background: linear-gradient(135deg, var(--olive-light) 0%, var(--olive) 100%);
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-tag {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 0.75rem;
}

.blog-card-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--olive);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.blog-card-content h2 a {
    text-decoration: none;
    color: inherit;
}

.blog-card-content h2 a:hover {
    text-decoration: underline;
}

.blog-card-content p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.read-more {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--olive);
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* ========================================
   BLOG POST / ARTICLE PAGE
======================================== */
.blog-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.post-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--gray-border);
}

.post-header .blog-tag {
    margin-bottom: 1rem;
}

.post-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 300;
    font-style: italic;
    color: var(--olive);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.post-excerpt {
    font-size: 1.1rem;
    color: var(--gray-text);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.post-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.8rem;
    color: var(--gray-text);
}

.post-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.post-content {
    font-size: 1rem;
    color: var(--text);
    line-height: 1.9;
}

.post-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: italic;
    color: var(--olive);
    margin: 2.5rem 0 1rem;
}

.post-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--olive);
    margin: 2rem 0 0.75rem;
}

.post-content p {
    margin-bottom: 1.25rem;
}

.post-content ul, 
.post-content ol {
    margin: 1.25rem 0 1.25rem 1.5rem;
}

.post-content li {
    margin-bottom: 0.5rem;
}

.post-content strong {
    color: var(--olive);
    font-weight: 600;
}

.post-content a {
    color: var(--olive);
}

.post-content a:hover {
    text-decoration: none;
}

.post-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--gray-border);
}

.back-link {
    font-size: 0.9rem;
    color: var(--olive);
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

/* ========================================
   RESPONSIVE - ABOUT, TIENDA, BLOG
======================================== */
@media (max-width: 1000px) {
    .about-story { grid-template-columns: 1fr; gap: 2rem; }
    .about-story-content { padding-right: 0; }
    .about-story-image { height: 300px; }
    .about-values { grid-template-columns: 1fr; }
    .tienda-grid { grid-template-columns: 1fr; gap: 2rem; }
    .servicios-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .about-page { padding: 0 1.5rem 3rem; }
    .about-name { margin: 0 -1.5rem 3rem; padding: 3rem 1.5rem; }
    .about-name-word { font-size: 2.5rem; }
    .galeria-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .galeria-grande { grid-row: auto; height: 250px; }
    .galeria-item { height: 150px; }
    .tienda-info { padding: 3rem 1.5rem; }
    .servicios-section { padding: 3rem 1.5rem; }
    .blog-grid { padding: 0 1.5rem 3rem; }
    .blog-post { padding: 0 1.5rem 3rem; }
    .post-header h1 { font-size: 1.6rem; }
}

@media (max-width: 480px) {
    .about-story-content h2 { font-size: 1.5rem; }
    .about-section h2 { font-size: 1.3rem; }
    .tienda-content h2 { font-size: 1.4rem; }
    .servicios-section h2 { font-size: 1.4rem; }
    .blog-card-image { height: 140px; }
}
