.social-page{min-height:100vh;background-color:#faf9f6;position:relative;padding:120px 0 60px;width:100%;box-sizing:border-box}.social-feed-container{max-width:1400px;margin:0 auto;padding:0 50px;background-color:transparent;border-radius:0;box-shadow:none;overflow:visible;width:100%;box-sizing:border-box}.social-page-header{text-align:center;margin-bottom:60px}.social-page-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:400;color:var(--text-color);margin-bottom:20px;line-height:1.1}.social-page-subtitle{font-family:Raleway,sans-serif;font-size:1.1rem;line-height:1.6;color:var(--text-light);margin:0 auto;max-width:600px}.profile-header{justify-content:space-between;padding:30px 40px;border-bottom:2px solid var(--accent-color);background-color:white;border-radius:8px;margin-bottom:30px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.profile-header,.profile-info{display:flex;align-items:center}.profile-info{gap:16px}.profile-avatar{width:56px;height:56px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 12px rgba(212,175,55,.3);border:2px solid var(--accent-color)}.profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-details h1{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;color:var(--text-color);margin:0 0 4px}.post-count{color:var(--text-light);margin:0;font-weight:400}.follow-button,.post-count{font-family:Raleway,sans-serif;font-size:.95rem}.follow-button{padding:12px 28px;background-color:var(--accent-color);color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:var(--transition);border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px rgba(212,175,55,.2)}.follow-button:hover{background-color:#b8951a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(212,175,55,.4)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;padding:40px 0;width:100%;box-sizing:border-box}.post-card{position:relative;border-radius:8px;overflow:hidden;transition:var(--transition);cursor:pointer;display:flex;flex-direction:column;background-color:white;box-shadow:0 5px 15px rgba(0,0,0,.05);border:1px solid rgba(212,175,55,.1)}.post-card,.post-card:active,.post-card:focus,.post-card:hover,.post-card:visited{text-decoration:none;color:inherit}.post-card *,.post-card:focus *,.post-card:hover *,.post-card:visited *{text-decoration:none}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1);border-color:var(--accent-color)}.post-card.post,.post-card.reel{aspect-ratio:auto;height:auto}.post-card.reel{max-height:none}.post-card.medium.post,.post-card.small.post{grid-column:span 1}.post-card.large.post{grid-column:span 2}.post-card.large.reel,.post-card.medium.reel,.post-card.small.reel{grid-column:span 1}.post-skeleton{width:100%;height:100%;min-height:400px;background-color:white;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(212,175,55,.1);position:relative;overflow:hidden;box-sizing:border-box}.post-skeleton:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmerWave 1.5s infinite}.skeleton-header{display:flex;align-items:center;gap:12px}.skeleton-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-text{flex:1;display:flex;flex-direction:column;gap:6px}.skeleton-line{height:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:6px;animation:shimmer 1.5s infinite}.skeleton-line.short{width:60%}.skeleton-line.shorter{width:40%}.skeleton-line.medium{width:80%}.skeleton-line.long{width:100%}.skeleton-image{flex:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;animation:shimmer 1.5s infinite;min-height:280px;display:flex;align-items:center;justify-content:center;position:relative;width:100%}.skeleton-loading-spinner{animation:rotate 2s linear infinite;opacity:.6}.skeleton-footer{display:flex;flex-direction:column;gap:12px}.skeleton-actions{display:flex;gap:12px;margin-bottom:8px}.skeleton-action-btn{width:24px;height:24px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.instagram-post{width:100%;height:100%;background-color:white;border-radius:8px;display:flex;flex-direction:column;opacity:0;transform:scale(.95);transition:var(--transition);min-height:100%}.instagram-post.loaded{opacity:1;transform:scale(1)}.post-header{justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.post-header,.post-profile{display:flex;align-items:center}.post-profile{gap:12px}.post-avatar{width:36px;height:36px;background:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 8px rgba(212,175,55,.2);border:1.5px solid var(--accent-color);flex-shrink:0}.post-avatar img{width:100%;height:100%;object-fit:cover;display:block}.post-username{font-family:Raleway,sans-serif;font-size:.95rem;font-weight:600;color:var(--text-color)}.post-menu{color:var(--text-light);font-size:1.2rem;cursor:pointer;transition:var(--transition)}.post-menu:hover{color:var(--accent-color)}.post-image{position:relative;width:100%;aspect-ratio:1080/1350;flex:none;min-height:0;overflow:hidden;background-color:#f0f0f0}.post-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;display:block}.post-card:hover .post-image img{transform:scale(1.05)}.post-card.embed-card{aspect-ratio:auto}.post-embed{flex:1;width:100%;display:flex}.post-embed iframe{width:100%;height:600px;border:0;display:block;background-color:white}.post-actions{padding:14px 16px 6px;flex-shrink:0}.action-buttons{display:flex;gap:16px}.action-btn{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-color);transition:var(--transition)}.action-btn:hover{color:var(--accent-color);transform:scale(1.1)}.like-btn:hover{color:#e91e63}.post-info{display:flex;flex-direction:column;gap:10px;padding:10px 16px 18px;font-family:Raleway,sans-serif;flex-shrink:0}.post-likes{font-weight:600;line-height:1.4}.post-caption,.post-likes{font-size:.95rem;color:var(--text-color);margin:0;font-family:Raleway,sans-serif}.post-caption{line-height:1.55;word-wrap:break-word;overflow-wrap:break-word}.post-caption .username{font-weight:600;margin-right:6px}.post-comments{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.4;cursor:pointer;transition:var(--transition);font-family:Raleway,sans-serif}.post-comments:hover{color:var(--accent-color)}.post-time{font-size:.8rem;color:var(--text-light);text-transform:uppercase;font-family:Raleway,sans-serif;letter-spacing:.5px;margin:2px 0 0;line-height:1.4}.embed-instructions{max-width:1200px;margin:40px auto 0;padding:0 20px;background-color:white;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.embed-instructions .container{padding:30px;text-align:center}.embed-instructions h3{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--text-color);margin-bottom:15px}.embed-instructions p{font-family:Raleway,sans-serif;color:var(--text-light);font-size:1rem;line-height:1.6}.animate-on-scroll{opacity:0;transition:opacity .8s ease,transform .8s ease}.animate-on-scroll.visible{opacity:1}.fade-in.animate-on-scroll{transform:translateY(20px)}.fade-in.animate-on-scroll.visible{transform:translateY(0)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmerWave{0%{left:-100%}to{left:100%}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.social-feed-container{padding:0 30px}.post-card.large.post{grid-column:span 1}}@media (min-width:1201px){.posts-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width:768px){.social-page{padding:100px 0 40px}.social-page-title{font-size:2.5rem}.social-feed-container{padding:0 20px;margin:0 10px;padding:0 12px}.profile-header{padding:20px 16px;flex-wrap:wrap}.profile-info{gap:12px}.profile-avatar{width:40px;height:40px}.profile-details h1{font-size:1rem}.posts-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px 12px}.post-card.post,.post-card.reel{aspect-ratio:auto;height:auto}.post-card.reel{max-height:none}.post-card.large.post{grid-column:span 2}.embed-instructions .container{padding:20px}}@media (max-width:576px){.social-page{padding:70px 0 30px}.social-feed-container{margin:0 8px;padding:0 8px;border-radius:8px}.posts-grid{grid-template-columns:1fr;gap:16px;padding:16px 8px}.profile-header{flex-direction:column;gap:16px;text-align:center;padding:20px 12px}.profile-info{justify-content:center}.post-card.post,.post-card.reel{aspect-ratio:auto;height:auto}.post-card.reel{max-height:none}.post-card.large.post{grid-column:span 1}.post-image,.post-reel{min-height:0}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:#666;padding:40px 20px}.loading-container p{font-family:Raleway,sans-serif;font-size:1rem;margin-top:16px;color:var(--text-light)}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top-color:#e4405f;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px 20px}.error-container h2{color:var(--accent-color);margin-bottom:20px;font-family:Playfair Display,serif;font-size:2rem;font-weight:500}.error-container pre{background:#f8f8f8;padding:20px;border-radius:8px;max-width:600px;width:100%;white-space:pre-wrap;margin:20px 0;color:#666;font-family:Courier New,monospace;text-align:left;font-size:.9rem;border:1px solid #e0e0e0}.post-reel{position:relative;width:100%;aspect-ratio:1080/1350;flex:none;min-height:0;background:#000;overflow:hidden}.reel-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.reel-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.5));display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.post-card:hover .reel-overlay{opacity:1}.reel-play-button{width:56px;height:56px;background:rgba(255,255,255,.25);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease;pointer-events:auto}.reel-play-button:hover{transform:scale(1.15);background:rgba(255,255,255,.35)}.reel-views{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:6px;color:white;font-size:.85rem;font-weight:600;background:rgba(0,0,0,.4);padding:4px 8px;border-radius:12px;backdrop-filter:blur(4px)}.reel-views svg{width:14px;height:14px}.social-cta{margin-top:80px;padding:60px 0;background-color:white;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.social-cta .container{max-width:1200px;margin:0 auto;padding:0 50px;text-align:center}.social-cta h2{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;color:var(--text-color);margin-bottom:20px}.social-cta p{font-family:Raleway,sans-serif;font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}.social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.social-card{background-color:white;border:2px solid rgba(212,175,55,.2);border-radius:8px;padding:40px 30px;text-decoration:none;color:var(--text-color);transition:var(--transition);display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.05)}.social-card:hover{transform:translateY(-5px);border-color:var(--accent-color);box-shadow:0 10px 25px rgba(212,175,55,.2)}.social-card .social-icon{font-size:3rem;margin-bottom:20px;display:block}.social-card h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:500;color:var(--text-color);margin-bottom:12px}.social-card p{font-family:Raleway,sans-serif;font-size:.95rem;color:var(--text-light);line-height:1.6;margin-bottom:20px;margin-left:0;margin-right:0}.social-card .follow-btn{display:inline-block;padding:10px 24px;background-color:var(--accent-color);color:white;border-radius:6px;font-family:Raleway,sans-serif;font-weight:600;font-size:.9rem;transition:var(--transition);margin-top:auto}.social-card:hover .follow-btn{background-color:#b8951a;transform:scale(1.05)}.social-card.instagram:hover{border-color:#E4405F}.social-card.facebook:hover{border-color:#1877f2}.social-card.linkedin:hover{border-color:#0077b5}@media (max-width:768px){.social-cta{margin-top:60px;padding:40px 0}.social-cta .container{padding:0 20px}.social-cta h2{font-size:2rem}.social-cta p{font-size:1rem;margin-bottom:40px}.social-grid{grid-template-columns:1fr;gap:20px}.social-card{padding:30px 20px}}@media (max-width:576px){.social-cta{margin-top:40px;padding:30px 0}.social-cta h2{font-size:1.75rem}.social-card .social-icon{font-size:2.5rem}.social-card h3{font-size:1.25rem}}