/* ===== Ramirez Agency — Static Stylesheet ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Dancing+Script:wght@400;600;700&display=swap');

:root{
  --background:#fefafb;
  --foreground:#2f1f25;
  --muted:#faf3f5;
  --muted-foreground:#7a6970;
  --border:#f1dde4;
  --primary:#d24a86;
  --primary-foreground:#ffffff;
  --primary-soft:#f3a8c4;
  --primary-deep:#9a2d5f;
  --gradient-brand:linear-gradient(135deg,#f3a8c4 0%,#d24a86 100%);
  --gradient-soft:linear-gradient(180deg,#fefafb 0%,#faedf2 100%);
  --shadow-soft:0 20px 60px -20px rgba(210,74,134,0.25);
  --shadow-card:0 8px 30px -10px rgba(180,60,110,0.15);
  --radius:0.75rem;
  --font-heading:'Cormorant Garamond',serif;
  --font-body:'Inter',sans-serif;
  --font-script:'Dancing Script',cursive;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-body);
  color:var(--foreground);
  background:var(--background);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:300;line-height:1.05;letter-spacing:-0.01em}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}

.section-label{font-size:.72rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--primary)}
.section-heading{font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:300;letter-spacing:-0.02em;color:var(--foreground)}
.font-script{font-family:var(--font-script);font-style:normal;color:var(--primary)}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;letter-spacing:.04em;padding:1rem 2rem;border-radius:9999px;font-size:1rem;transition:all .3s ease;text-align:center;justify-content:center}
.btn-primary{background:var(--gradient-brand);color:var(--primary-foreground)}
.btn-primary:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}
.btn-outline{background:rgba(255,255,255,.8);backdrop-filter:blur(8px);color:var(--foreground);border:1px solid var(--border)}
.btn-outline:hover{border-color:var(--primary);color:var(--primary)}
.btn-dark{border:1px solid var(--foreground);color:var(--foreground)}
.btn-dark:hover{background:var(--foreground);color:var(--background)}

/* Announcement bar */
.announcement{background:var(--foreground);color:var(--background);text-align:center;padding:.7rem 1rem;font-size:.72rem;font-weight:500;letter-spacing:.2em}
.announcement a:hover{opacity:.8}

/* Header / Nav */
.header{position:sticky;top:0;z-index:50;background:rgba(254,250,251,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(241,221,228,.6)}
.nav{display:flex;align-items:center;justify-content:space-between;height:6rem}
.nav-logo img{height:60px;width:auto}
.nav-links{display:none;gap:2.5rem}
.nav-links a{color:rgba(47,31,37,.7);font-size:.875rem;font-weight:500;letter-spacing:.02em;transition:color .2s}
.nav-links a:hover{color:var(--primary)}
.nav-cta{display:none}
.nav-cta .btn{background:var(--primary);color:var(--primary-foreground);padding:.7rem 1.75rem;font-size:.85rem;letter-spacing:.1em}
.nav-cta .btn:hover{background:var(--primary-deep)}
.menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--foreground)}
.mobile-menu{display:none;background:var(--background);border-top:1px solid var(--border);padding:1rem 0}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:.85rem 1.5rem;color:rgba(47,31,37,.8);font-size:.9rem}
.mobile-menu a:hover{color:var(--primary)}
.mobile-menu .btn{margin:1rem 1.5rem 0;display:flex;background:var(--primary);color:#fff}

@media(min-width:1024px){
  .nav-links{display:flex}
  .nav-cta{display:flex}
  .menu-toggle{display:none}
  .nav-logo img{height:64px}
}

/* Hero */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:var(--background)}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.4) 0%,rgba(255,255,255,.85) 60%,rgba(255,255,255,.95) 100%)}
.hero-inner{position:relative;z-index:10;padding:5rem 0 7rem;width:100%}
.hero-content{max-width:42rem;margin-left:auto;text-align:right;animation:fadeInUp .8s ease both}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:9999px;background:rgba(210,74,134,.1);border:1px solid rgba(210,74,134,.2);margin-bottom:2rem}
.hero-badge span{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);font-weight:500}
.hero-badge svg{width:14px;height:14px;color:var(--primary)}
.hero h1{font-size:clamp(2.75rem,6vw,5rem);margin-bottom:1.5rem}
.hero h1 .font-script{font-size:clamp(3.25rem,7vw,6rem);display:inline-block;line-height:.9}
.hero h1 .accent{color:var(--primary)}
.hero p.lead{color:rgba(47,31,37,.7);font-size:1.125rem;font-weight:300;line-height:1.65;margin:0 0 2.5rem auto;max-width:36rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}

@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* About */
.about{padding:6rem 0;background:var(--background)}
.about-grid{display:grid;gap:3rem;align-items:center}
.about-image-wrap{position:relative}
.about-image-wrap::before,.about-image-wrap::after{content:"";position:absolute;border-radius:50%;filter:blur(40px);z-index:0}
.about-image-wrap::before{top:-1.5rem;left:-1.5rem;width:8rem;height:8rem;background:rgba(210,74,134,.1)}
.about-image-wrap::after{bottom:-2rem;right:-2rem;width:12rem;height:12rem;background:rgba(210,74,134,.15)}
.about-image{position:relative;z-index:1;border-radius:1.25rem;overflow:hidden;box-shadow:var(--shadow-soft)}
.about-image img{width:100%;height:100%;object-fit:cover}
.about h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:2rem}
.about p.body{color:var(--muted-foreground);font-size:1.125rem;font-weight:300;line-height:1.7;margin-bottom:1.25rem}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}
.stat-value{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;color:var(--primary);margin-bottom:.25rem}
.stat-label{font-size:.72rem;color:var(--muted-foreground);letter-spacing:.05em}

@media(min-width:1024px){
  .about{padding:8rem 0}
  .about-grid{grid-template-columns:1fr 1fr;gap:6rem}
}

/* Services */
.services{padding:6rem 0;background:rgba(250,243,245,.5)}
.section-head{text-align:center;max-width:42rem;margin:0 auto 5rem}
.section-head .section-label{display:block;margin-bottom:1.25rem}
.section-head h2{margin-bottom:1.25rem}
.section-head p{color:var(--muted-foreground);font-size:1.125rem;font-weight:300;line-height:1.7}
.services-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
.service-card{background:var(--background);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;transition:all .5s ease}
.service-card:hover{border-color:rgba(210,74,134,.4);box-shadow:var(--shadow-card);transform:translateY(-3px)}
.service-icon{width:3rem;height:3rem;border-radius:.85rem;background:rgba(210,74,134,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary);transition:all .3s}
.service-card:hover .service-icon{background:var(--primary);color:#fff}
.service-card h3{font-size:1.5rem;font-weight:500;color:var(--foreground);margin-bottom:.75rem}
.service-card p{color:var(--muted-foreground);font-size:.875rem;font-weight:300;line-height:1.65}

@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)} .services{padding:8rem 0}}

/* Packages */
.packages{padding:6rem 0;background:var(--background)}
.tiers{display:grid;gap:1.5rem;align-items:stretch;grid-template-columns:1fr;margin-top:1rem}
.tier{position:relative;border-radius:1.5rem;padding:2.25rem;display:flex;flex-direction:column;background:var(--background);border:1px solid var(--border);transition:border-color .3s}
.tier:hover{border-color:rgba(210,74,134,.4)}
.tier.featured{background:var(--foreground);color:var(--background);border:2px solid var(--primary);box-shadow:var(--shadow-soft)}
.tier-badge{position:absolute;top:-.95rem;left:50%;transform:translateX(-50%);background:var(--gradient-brand);color:#fff;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;padding:.4rem 1rem;border-radius:9999px;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}
.tier-eyebrow{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}
.tier.featured .tier-eyebrow{color:var(--primary-soft)}
.tier h3{font-size:2rem;font-weight:300;margin-bottom:.5rem;color:inherit}
.tier-desc{font-size:.875rem;font-weight:300;margin-bottom:1.5rem;color:var(--muted-foreground)}
.tier.featured .tier-desc{color:rgba(254,250,251,.7)}
.price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.25rem}
.price-amount{font-family:var(--font-heading);font-size:3rem;font-weight:300}
.price-cadence{font-size:.875rem;color:var(--muted-foreground)}
.tier.featured .price-cadence{color:rgba(254,250,251,.6)}
.tier-min{font-size:.72rem;color:var(--muted-foreground);margin-bottom:2rem}
.tier.featured .tier-min{color:rgba(254,250,251,.5)}
.tier-features{flex:1;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.75rem}
.tier-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;font-weight:300;color:rgba(47,31,37,.8)}
.tier.featured .tier-features li{color:rgba(254,250,251,.85)}
.check{flex-shrink:0;margin-top:.15rem;color:var(--primary)}
.tier.featured .check{color:var(--primary-soft)}
.tier .btn{width:100%}
.packages-note{text-align:center;font-size:.72rem;color:var(--muted-foreground);letter-spacing:.04em;margin-top:3rem}

@media(min-width:1024px){
  .packages{padding:8rem 0}
  .tiers{grid-template-columns:repeat(3,1fr);gap:2rem}
  .tier.featured{transform:translateY(-1rem)}
}

/* À la carte */
.alacarte{padding:6rem 0;background:rgba(250,243,245,.5)}
.alacarte-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}
.ala-card{background:var(--background);border:1px solid var(--border);border-radius:1.25rem;padding:1.75rem;transition:all .3s}
.ala-card:hover{border-color:rgba(210,74,134,.4);box-shadow:var(--shadow-card)}
.ala-cat{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--primary);font-weight:500;margin-bottom:.75rem}
.ala-card h3{font-size:1.4rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem;line-height:1.2}
.ala-desc{font-size:.875rem;color:var(--muted-foreground);font-weight:300;line-height:1.6;margin-bottom:1.25rem}
.ala-foot{display:flex;align-items:baseline;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border)}
.ala-price{font-family:var(--font-heading);font-size:1.85rem;font-weight:300;color:var(--primary)}
.ala-link{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(47,31,37,.6);transition:color .2s}
.ala-link:hover{color:var(--primary)}

@media(min-width:640px){.alacarte-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.alacarte-grid{grid-template-columns:repeat(3,1fr)} .alacarte{padding:8rem 0}}

/* Contact */
.contact{padding:6rem 0;background:var(--background);position:relative;overflow:hidden}
.contact::before{content:"";position:absolute;top:0;right:0;width:40rem;height:40rem;background:rgba(210,74,134,.1);border-radius:50%;filter:blur(80px);transform:translate(33%,-33%)}
.contact-grid{position:relative;display:grid;gap:4rem;align-items:start}
.contact h2{margin-bottom:1.5rem}
.contact .lead{color:var(--muted-foreground);font-size:1.125rem;font-weight:300;line-height:1.7;margin-bottom:2.5rem}
.contact-info{display:flex;flex-direction:column;gap:1.25rem}
.info-row{display:flex;align-items:flex-start;gap:1rem}
.info-icon{width:2.75rem;height:2.75rem;border-radius:.85rem;background:rgba(210,74,134,.1);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.25rem}
.info-value{color:var(--foreground);font-weight:500}
.info-value:hover{color:var(--primary)}
.contact-form{background:rgba(250,243,245,.5);border:1px solid var(--border);border-radius:1.5rem;padding:2.5rem;box-shadow:var(--shadow-card)}
.form-row{display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1.25rem}
.form-group{display:flex;flex-direction:column}
.form-group label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--foreground);font-weight:500;margin-bottom:.5rem}
.form-group input,.form-group textarea{background:var(--background);border:1px solid var(--border);border-radius:.85rem;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;color:var(--foreground);transition:border-color .2s;width:100%}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}
.form-group input{height:3rem}
.form-group textarea{resize:none;min-height:7rem}
.contact-form .btn{width:100%;margin-top:1rem;padding:1.1rem 2rem}
.success{background:rgba(250,243,245,.5);border:1px solid var(--border);border-radius:1.5rem;padding:3rem;text-align:center}
.success svg{margin:0 auto 1.25rem;color:var(--primary)}
.success h3{font-family:var(--font-heading);font-size:1.85rem;font-weight:300;margin-bottom:.5rem}

@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.contact{padding:8rem 0} .contact-grid{grid-template-columns:1fr 1fr;gap:5rem}}

/* Footer */
.footer{background:var(--foreground);color:var(--background);padding:4rem 0 1.5rem}
.footer-grid{display:grid;gap:3rem;margin-bottom:3rem;grid-template-columns:1fr}
.footer-brand .logo-wrap{background:rgba(254,250,251,.95);display:inline-block;border-radius:1rem;padding:1rem;margin-bottom:1.25rem}
.footer-brand .logo-wrap img{height:64px;width:auto}
.footer-brand p{color:rgba(254,250,251,.6);font-size:.875rem;font-weight:300;line-height:1.65;max-width:24rem}
.footer h4{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:rgba(254,250,251,.4);margin-bottom:1.25rem;font-family:var(--font-body);font-weight:500}
.footer ul{display:flex;flex-direction:column;gap:.7rem}
.footer ul a{color:rgba(254,250,251,.8);font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s}
.footer ul a:hover{color:var(--primary)}
.footer-bottom{border-top:1px solid rgba(254,250,251,.1);padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;color:rgba(254,250,251,.4);font-size:.72rem}
.footer-bottom .tagline{font-family:var(--font-script);font-size:1.1rem;color:var(--primary-soft)}

@media(min-width:768px){
  .footer-grid{grid-template-columns:2fr 1fr 1fr}
  .footer-bottom{flex-direction:row;align-items:center}
}

/* Utility icons */
.icon{width:18px;height:18px;flex-shrink:0}
