/*
Theme Name: BigCupBra
Theme URI: https://bigcupbra.com
Author: BigCupBra
Author URI: https://bigcupbra.com
Description: A premium warm blush-toned WordPress theme for BigCupBra — specialized plus-size bra manufacturer. Features soft rose accents, rounded elements, and intimate lingerie-industry aesthetics.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bigcupbra
Tags: one-column, custom-colors, custom-logo, featured-images, full-width-template, theme-options
*/

/* ========== RESET & VARIABLES ========== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --bg:#FDF9F6;
  --bg-alt:#F7EFEA;
  --bg-warm:#F0E3DA;
  --bg-card:#FFFFFF;
  --rose:#C07A6E;
  --rose-deep:#A35F54;
  --rose-light:#D49B91;
  --nude:#D4B5A0;
  --text:#3D2E28;
  --text-secondary:#7B6A62;
  --text-muted:#A99B93;
  --border:#E8DDD6;
  --font-display:'Libre Baskerville',Georgia,serif;
  --font-body:'Nunito Sans','Helvetica Neue',sans-serif;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1280px;margin:0 auto;padding:0 40px}

/* ========== NAV ========== */
.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:22px 0;transition:all 0.4s}
.site-nav.scrolled{background:rgba(253,249,246,0.94);backdrop-filter:blur(20px);padding:14px 0;border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 40px}
.logo{display:flex;align-items:center;gap:12px}
.logo-mark{width:42px;height:42px;border-radius:50%;border:2px solid var(--rose);display:flex;align-items:center;justify-content:center}
.logo-mark span{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--rose)}
.logo-text{font-family:var(--font-display);font-size:1.3rem;color:var(--text)}
.logo-text em{font-style:normal;color:var(--rose)}

.main-navigation ul{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}
.main-navigation a{font-size:0.82rem;font-weight:500;letter-spacing:0.06em;color:var(--text-secondary);transition:color 0.3s;position:relative}
.main-navigation a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--rose);border-radius:1px;transition:width 0.3s}
.main-navigation a:hover{color:var(--rose)}
.main-navigation a:hover::after{width:100%}
.main-navigation .menu-item-cta a{padding:10px 28px;background:var(--rose);color:#fff;border-radius:24px;transition:all 0.3s}
.main-navigation .menu-item-cta a::after{display:none}
.main-navigation .menu-item-cta a:hover{background:var(--rose-deep);transform:translateY(-1px)}

.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.menu-toggle span{display:block;width:24px;height:1.5px;background:var(--text)}

/* ========== HERO ========== */
.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:80px;overflow:hidden}
.hero-bg-shape{position:absolute;top:-10%;right:-5%;width:55%;height:120%;background:var(--bg-alt);border-radius:0 0 0 40%;z-index:0}
.hero-content{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-left{animation:fadeInUp 1s ease 0.3s both}
.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:0.72rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--rose);margin-bottom:28px}
.hero-tag svg{width:16px;height:16px}
.hero-title{font-family:var(--font-display);font-size:clamp(2.4rem,4.2vw,3.6rem);font-weight:400;line-height:1.2;margin-bottom:24px}
.hero-title em{font-style:italic;color:var(--rose)}
.hero-desc{font-size:1rem;font-weight:400;line-height:1.85;color:var(--text-secondary);max-width:460px;margin-bottom:40px}
.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}

.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:15px 36px;background:var(--rose);color:#fff;font-family:var(--font-body);font-size:0.82rem;font-weight:600;letter-spacing:0.08em;border:none;cursor:pointer;border-radius:28px;transition:all 0.3s}
.btn-primary:hover{background:var(--rose-deep);transform:translateY(-2px);box-shadow:0 8px 24px rgba(192,122,110,0.25)}
.btn-primary svg{width:16px;height:16px}
.btn-outline{display:inline-flex;align-items:center;gap:10px;padding:15px 36px;border:1.5px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:0.82rem;font-weight:600;letter-spacing:0.08em;border-radius:28px;transition:all 0.3s;cursor:pointer;background:transparent}
.btn-outline:hover{border-color:var(--rose);color:var(--rose)}

.hero-right{position:relative;animation:fadeInUp 1s ease 0.6s both}
.hero-image-frame{position:relative;aspect-ratio:3/4;background:var(--bg-warm);border-radius:200px 200px 24px 24px;overflow:hidden;border:1px solid var(--border)}
.hero-image-frame img{width:100%;height:100%;object-fit:cover}
.hero-badge{position:absolute;bottom:40px;left:-24px;background:#fff;padding:20px 28px;text-align:center;border-radius:16px;z-index:3;box-shadow:0 8px 32px rgba(0,0,0,0.08);border:1px solid var(--border)}
.hero-badge-number{font-family:var(--font-display);font-size:2rem;color:var(--rose);line-height:1}
.hero-badge-text{font-size:0.62rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-secondary);margin-top:4px}
.hero-float-tag{position:absolute;top:60px;right:-20px;background:var(--rose);color:#fff;padding:10px 20px;border-radius:20px;font-size:0.7rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;box-shadow:0 4px 16px rgba(192,122,110,0.3)}

/* ========== MARQUEE ========== */
.marquee-section{padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}
.marquee-track{display:flex;animation:marquee 30s linear infinite;white-space:nowrap}
.marquee-item{display:flex;align-items:center;gap:18px;padding:0 24px;font-size:0.72rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--text-muted);flex-shrink:0}
.marquee-heart{color:var(--rose-light);font-size:0.6rem}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ========== SECTION COMMON ========== */
.section{padding:110px 0}
.section-tag{display:inline-flex;align-items:center;gap:8px;font-size:0.7rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--rose);margin-bottom:20px}
.section-tag svg{width:14px;height:14px}
.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1.25;margin-bottom:20px}
.section-title em{font-style:italic;color:var(--rose)}
.section-desc{font-size:0.95rem;font-weight:400;line-height:1.85;color:var(--text-secondary);max-width:520px}
.section-divider{width:50px;height:2px;background:var(--rose);border-radius:1px;margin:20px 0;opacity:0.5}

/* ========== ABOUT ========== */
.about{background:var(--bg)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-image{position:relative;aspect-ratio:4/5;background:var(--bg-alt);border-radius:24px;overflow:hidden;border:1px solid var(--border)}
.about-image img{width:100%;height:100%;object-fit:cover}
.about-image::after{content:'';position:absolute;top:16px;left:16px;right:-16px;bottom:-16px;border:1.5px solid var(--rose);opacity:0.15;border-radius:24px;z-index:-1}
.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:40px;padding-top:40px;border-top:1px solid var(--border)}
.stat-number{font-family:var(--font-display);font-size:2.2rem;color:var(--rose);line-height:1}
.stat-label{font-size:0.78rem;color:var(--text-muted);margin-top:6px}

/* ========== PRODUCTS ========== */
.products{background:var(--bg-alt)}
.products-header{text-align:center;margin-bottom:64px}
.products-header .section-desc{margin:0 auto}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:all 0.4s;cursor:pointer}
.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.06);border-color:var(--rose-light)}
.product-card:hover .product-image img{transform:scale(1.03)}
.product-image{aspect-ratio:3/4;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s}
.product-info{padding:24px 28px}
.product-name{font-family:var(--font-display);font-size:1.15rem;margin-bottom:6px}
.product-range{font-size:0.78rem;color:var(--text-muted)}
.product-arrow{position:absolute;bottom:24px;right:24px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--text-muted);transition:all 0.3s}
.product-card:hover .product-arrow{border-color:var(--rose);color:var(--rose);transform:rotate(-45deg)}

/* ========== CAPABILITIES ========== */
.capabilities{background:var(--bg)}
.capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:64px}
.cap-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:40px 32px;transition:all 0.4s}
.cap-card:hover{border-color:var(--rose-light);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.05)}
.cap-card:hover .cap-icon{color:var(--rose)}
.cap-icon{width:36px;height:36px;color:var(--text-muted);margin-bottom:24px;transition:color 0.3s}
.cap-number{font-family:var(--font-display);font-size:0.85rem;color:var(--rose);opacity:0.5;margin-bottom:14px}
.cap-title{font-family:var(--font-display);font-size:1.1rem;margin-bottom:10px}
.cap-desc{font-size:0.85rem;font-weight:400;line-height:1.7;color:var(--text-secondary)}

/* ========== SIZE RANGE ========== */
.sizes{background:var(--bg-alt);text-align:center}
.size-visual{display:flex;justify-content:center;align-items:flex-end;gap:8px;margin-top:56px;margin-bottom:44px}
.size-bar{display:flex;flex-direction:column;align-items:center;gap:10px}
.size-bar-fill{width:48px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px 8px 0 0;transition:all 0.4s}
.size-bar:hover .size-bar-fill{background:var(--rose);border-color:var(--rose)}
.size-bar-label{font-size:0.72rem;font-weight:600;letter-spacing:0.08em;color:var(--text-muted);transition:color 0.3s}
.size-bar:hover .size-bar-label{color:var(--rose)}
.size-bar.highlighted .size-bar-fill{background:var(--rose);border-color:var(--rose)}
.size-bar.highlighted .size-bar-label{color:var(--rose)}
.size-note{font-size:0.9rem;color:var(--text-secondary);line-height:1.8;max-width:580px;margin:0 auto}

/* ========== WHY US ========== */
.why-us{background:var(--bg)}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.why-list{display:flex;flex-direction:column;gap:32px;margin-top:40px}
.why-item{display:flex;gap:18px;padding-bottom:32px;border-bottom:1px solid var(--border)}
.why-item:last-child{border-bottom:none}
.why-number{font-family:var(--font-display);font-size:1.4rem;color:var(--rose);opacity:0.4;line-height:1;flex-shrink:0;width:32px}
.why-item-title{font-size:1rem;font-weight:600;margin-bottom:8px}
.why-item-desc{font-size:0.85rem;color:var(--text-secondary);line-height:1.75}
.why-image-stack{position:relative;margin-top:40px}
.why-img{aspect-ratio:4/3;background:var(--bg-alt);border:1px solid var(--border);border-radius:16px;overflow:hidden}
.why-img img{width:100%;height:100%;object-fit:cover}
.why-img:nth-child(2){position:absolute;bottom:-36px;right:-36px;width:52%;aspect-ratio:1;z-index:2;background:var(--bg-warm);border-radius:16px}

/* ========== PROCESS ========== */
.process{background:var(--bg-alt)}
.process-header{text-align:center;margin-bottom:72px}
.process-header .section-desc{margin:0 auto}
.process-steps{display:grid;grid-template-columns:repeat(5,1fr);position:relative}
.process-steps::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:2px;background:var(--border)}
.process-step{text-align:center;position:relative;padding:0 12px}
.step-dot{width:56px;height:56px;border-radius:50%;border:2px solid var(--border);background:var(--bg-alt);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;position:relative;z-index:2;transition:all 0.3s}
.step-dot span{font-family:var(--font-display);font-size:1rem;color:var(--rose)}
.process-step:hover .step-dot{border-color:var(--rose);background:var(--rose)}
.process-step:hover .step-dot span{color:#fff}
.step-title{font-family:var(--font-display);font-size:1rem;margin-bottom:8px}
.step-desc{font-size:0.8rem;color:var(--text-secondary);line-height:1.6}

/* ========== TRUST ========== */
.trust{position:relative;overflow:hidden}
.trust::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 50% at 50% 50%,rgba(192,122,110,0.04) 0%,transparent 70%)}
.trust-inner{position:relative;text-align:center;max-width:760px;margin:0 auto}
.trust-quote{font-family:var(--font-display);font-size:1.5rem;font-style:italic;line-height:1.65;margin:36px 0}
.trust-quote::before{content:'\201C';display:block;font-family:var(--font-display);font-size:5rem;color:var(--rose);opacity:0.2;line-height:0.5;margin-bottom:20px}
.trust-author{font-size:0.85rem;font-weight:600;color:var(--rose)}
.trust-role{font-size:0.78rem;color:var(--text-muted);margin-top:4px}

/* ========== CTA / CONTACT ========== */
.cta-section{background:var(--bg-alt);padding:100px 0}
.cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.cta-title{font-family:var(--font-display);font-size:clamp(1.8rem,2.8vw,2.4rem);line-height:1.25;margin-bottom:20px}
.cta-title em{font-style:italic;color:var(--rose)}
.cta-desc{font-size:0.95rem;color:var(--text-secondary);line-height:1.85;margin-bottom:36px}

.contact-form{display:flex;flex-direction:column;gap:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-group{display:flex;flex-direction:column;gap:7px}
.form-group label,.wpcf7 label{font-size:0.7rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-muted)}
.form-group input,.form-group select,.form-group textarea,.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 select,.wpcf7 textarea{background:var(--bg-card);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:0.9rem;padding:13px 18px;outline:none;border-radius:12px;transition:border-color 0.3s;-webkit-appearance:none;width:100%}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.wpcf7 input:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--rose)}
.form-group textarea,.wpcf7 textarea{resize:vertical;min-height:100px}
.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23A99B93' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}

.contact-info-item,.footer-contact-item{display:flex;gap:10px;margin-bottom:14px;font-size:0.85rem;color:var(--text-secondary)}
.contact-info-item svg,.footer-contact-item svg{width:16px;height:16px;color:var(--rose);flex-shrink:0;margin-top:3px}

/* ========== FOOTER ========== */
.site-footer{border-top:1px solid var(--border);padding:72px 0 36px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:52px;margin-bottom:52px}
.footer-brand-desc{font-size:0.85rem;color:var(--text-secondary);line-height:1.75;margin-top:18px;max-width:280px}
.footer-heading{font-size:0.7rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;margin-bottom:22px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-links a{font-size:0.85rem;color:var(--text-secondary);transition:color 0.3s}
.footer-links a:hover{color:var(--rose)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:36px;border-top:1px solid var(--border)}
.footer-copyright{font-size:0.76rem;color:var(--text-muted)}
.footer-social{display:flex;gap:12px}
.footer-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--text-muted);transition:all 0.3s}
.footer-social a:hover{border-color:var(--rose);color:var(--rose)}
.footer-social svg{width:14px;height:14px}

/* ========== WORDPRESS ========== */
.wp-block-image img{height:auto}
.aligncenter{text-align:center}
.page-content{max-width:800px;margin:0 auto;padding:160px 40px 120px}
.page-content h1{font-family:var(--font-display);font-size:2.4rem;margin-bottom:24px}
.page-content p{color:var(--text-secondary);margin-bottom:20px}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.reveal{opacity:0;transform:translateY(30px);transition:all 0.8s cubic-bezier(0.16,1,0.3,1)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ========== RESPONSIVE ========== */
@media(max-width:1024px){.container{padding:0 28px}.hero-content,.about-grid,.why-grid,.cta-inner{grid-template-columns:1fr;gap:48px}.hero-bg-shape{display:none}.hero-right{max-width:420px}.products-grid{grid-template-columns:repeat(2,1fr)}.capabilities-grid{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(3,1fr);gap:32px}.process-steps::before{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.section{padding:80px 0}.main-navigation{display:none}.menu-toggle{display:flex}.products-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}.capabilities-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr;gap:36px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.size-visual{flex-wrap:wrap;gap:6px}.size-bar-fill{width:34px}.hero-float-tag{display:none}}
