.hero-section{background-color:var(--color-roxo-muito-claro);min-height:100vh;display:flex;align-items:center;padding:3rem 2rem;position:relative;overflow:hidden}.hero-content{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left{z-index:2}.hero-left .logo{margin-bottom:3rem}.hero-title{font-size:4.5rem;font-weight:700;color:var(--color-roxo);line-height:1.1;margin-bottom:1.5rem;font-family:var(--font-title);letter-spacing:-.02em}.hero-title .highlight-word{position:relative;display:inline-block;color:var(--color-roxo);z-index:1}.hero-title .highlight-word:before{content:"";position:absolute;bottom:.1em;left:0;width:0;height:.4em;background:linear-gradient(120deg,var(--color-highlight-bright) 0,var(--color-highlight-dark) 100%);border-radius:4px;z-index:-1;animation:highlightPulse 4s ease-in-out infinite;opacity:.9}@keyframes highlightPulse{0%{width:0;opacity:.8}50%{width:100%;opacity:1}to{width:0;opacity:.8}}.hero-subtitle{font-size:1.25rem;font-weight:400;color:var(--color-roxo);margin-bottom:2.5rem;line-height:1.6}.hero-cta-group{display:flex;flex-wrap:wrap;gap:.75rem}.cta-button{background-color:var(--color-highlight-dark);color:var(--color-roxo);border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.cta-button.secondary{background:#fff;border:2px solid var(--color-highlight-dark)}.cta-button.ghost{background:transparent;border:2px solid rgba(83,66,166,.3)}@media (max-width:768px){.cta-button.ghost{background:var(--color-roxo-claro);border:2px solid var(--color-roxo);color:var(--color-roxo);font-weight:700;box-shadow:0 2px 8px rgba(83,66,166,.2)}}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(83,66,166,.3)}.hero-right{height:100%}.hero-image-wrapper,.hero-right{position:relative;display:flex;align-items:center;justify-content:center}.hero-image-wrapper{width:100%}.hero-shape{position:absolute;top:-150px;right:-150px;width:600px;height:1000px;background-color:var(--color-roxo-medio);border-radius:50% 0 0 50%;z-index:1;transform:rotate(-10deg)}.hero-image{position:relative;max-width:100%;height:auto;object-fit:contain;border-radius:20px;z-index:2}@media (max-width:968px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}}@media (max-width:480px){.hero-section{padding:1.5rem 1rem;min-height:auto}.hero-content{gap:1.5rem}.hero-left .logo{margin-bottom:1.5rem}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.hero-cta-group{flex-direction:column}.cta-button{padding:.875rem 2rem;font-size:1rem;width:100%}.cta-button.ghost{background:var(--color-roxo-claro);border:2px solid var(--color-roxo);color:var(--color-roxo);font-weight:700;box-shadow:0 2px 8px rgba(83,66,166,.25)}.cta-button.ghost:hover{background:var(--color-roxo);color:white;box-shadow:0 4px 12px rgba(83,66,166,.4)}.hero-shape{top:-100px;right:-100px;width:400px;height:600px}.hero-image{max-width:100%}}.upcoming-events-section{background:var(--color-roxo-muito-claro);padding:4.5rem 2rem}.upcoming-events-content{max-width:1200px;margin:0 auto}.upcoming-events-title{font-size:3rem;font-weight:700;color:var(--color-roxo);text-align:center;margin-bottom:2.5rem;font-family:var(--font-title);letter-spacing:-.02em}.upcoming-events-empty,.upcoming-events-error,.upcoming-events-loading{text-align:center;padding:1.5rem;background:white;border-radius:12px;color:var(--color-roxo);font-family:Inter,sans-serif;box-shadow:0 2px 10px rgba(83,66,166,.12)}.upcoming-events-error{color:#b42318;border:1px solid rgba(180,35,24,.2)}.upcoming-events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.upcoming-event-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 10px 24px rgba(83,66,166,.12);border:1px solid rgba(83,66,166,.08)}.upcoming-event-card,.upcoming-event-header{display:flex;flex-direction:column;gap:.75rem}.upcoming-event-badge{align-self:flex-start;padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-family:Inter,sans-serif}.upcoming-event-badge.open{background:var(--color-highlight-bright);color:var(--color-roxo)}.upcoming-event-badge.closed{background:var(--color-roxo-claro);color:var(--color-roxo-escuro)}.upcoming-event-name{font-size:1.4rem;color:var(--color-roxo-escuro);font-weight:700;font-family:Inter,sans-serif}.upcoming-event-date{font-size:.95rem;color:rgba(83,66,166,.75);font-family:Inter,sans-serif}.upcoming-event-description{font-size:.95rem;color:rgba(83,66,166,.9);line-height:1.6;font-family:Inter,sans-serif}.upcoming-event-description-wrapper{display:flex;flex-direction:column;gap:.5rem}.upcoming-event-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.upcoming-event-description.expanded{-webkit-line-clamp:unset;overflow:visible}.upcoming-event-description-toggle{align-self:flex-start;background:none;color:var(--color-roxo);padding:0}.upcoming-event-cta,.upcoming-event-description-toggle{border:none;font-weight:600;cursor:pointer;font-family:Inter,sans-serif}.upcoming-event-cta{margin-top:.5rem;background:var(--color-roxo);color:white;padding:.85rem 1.25rem;border-radius:10px;font-size:.95rem;transition:transform .2s,box-shadow .2s}.upcoming-event-cta:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(83,66,166,.25)}@media (max-width:768px){.upcoming-events-section{padding:3.5rem 1.5rem}.upcoming-events-title{font-size:2.2rem;margin-bottom:2rem}}@media (max-width:480px){.upcoming-events-section{padding:3rem 1rem}.upcoming-events-title{font-size:2rem}.upcoming-event-card{padding:1.5rem}.upcoming-event-cta{width:100%}}.shop-section{background:var(--color-lilas-muito-claro);padding:4rem 2rem}.shop-content{max-width:1200px;margin:0 auto}.shop-card{background:white;border-radius:18px;padding:2.5rem;box-shadow:0 12px 28px rgba(83,66,166,.12);display:flex;flex-direction:column;gap:1rem;align-items:flex-start;border:1px solid rgba(83,66,166,.08)}.shop-badge{background:var(--color-highlight-bright);color:var(--color-roxo-escuro);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .85rem;border-radius:999px;font-family:Inter,sans-serif}.shop-title{font-size:2.6rem;color:var(--color-roxo);font-family:var(--font-title);letter-spacing:-.02em;margin:0}.shop-subtitle{font-size:1.1rem;color:var(--color-roxo)}.shop-note,.shop-subtitle{font-family:Inter,sans-serif;line-height:1.6;margin:0;max-width:720px}.shop-note{color:var(--color-roxo-escuro)}.shop-button,.shop-note{font-size:1rem;font-weight:600}.shop-button{background:var(--color-roxo);color:white;border:none;padding:.9rem 2rem;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif}.shop-form{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem;width:100%}.shop-field{display:flex;flex-direction:column;gap:.5rem}.shop-field label{font-weight:600;color:var(--color-roxo);font-size:.95rem}.shop-field input,.shop-field select,.shop-field textarea{padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:Inter,sans-serif}.shop-field textarea{resize:vertical}.shop-field.full{grid-column:1/-1}.shop-hint{font-size:.85rem;color:var(--color-cinza-escuro)}.shop-error,.shop-success{grid-column:1/-1;padding:.75rem 1rem;border-radius:8px;font-size:.95rem;font-family:Inter,sans-serif}.shop-error{background:#fee;border:1px solid #fcc;color:#c33}.shop-success{background:#eefbf2;border:1px solid #c8ead1;color:#1d7a3a}@media (max-width:768px){.shop-section{padding:3rem 1.5rem}.shop-card{padding:2rem}.shop-title{font-size:2rem}}@media (max-width:480px){.shop-section{padding:2.5rem 1rem}.shop-card{padding:1.5rem}.shop-button{width:100%}.shop-form{grid-template-columns:1fr}}