:root{--color-primary:#3b82f6;--color-secondary:#ec4899;--color-tertiary:#8b5cf6;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--color-info:#06b6d4;--color-text:#333333;--color-text-light:#666666;--color-background:#ffffff;--color-background-alt:#f9fafb;--color-border:#e5e7eb;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-xxl:5rem;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--radius-xl:2rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);--color-dev:#4361ee;--color-play:#f72585;--color-nature:#2ec4b6;--color-tech:#4895ef;--color-photo:#ff9f1c;--color-draw:#7209b7;--color-geosdata:#8338ec;--color-instagram:linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);--color-facebook:#1877F2;--color-blog:#3a0ca3;--color-linkedin:#0077B5;--color-contact:#FF6E6C;--color-about:#FF9E00;--bento-background:#FDF7FA;--bento-border:rgba(0, 0, 0, 0.1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:1rem;line-height:1.5;color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:rgb(var(--color-primary-rgb),.8)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.hero{position:relative;padding:var(--spacing-xxl)0;background:linear-gradient(135deg,#4c6ef5,#7248FC);color:#fff;overflow:hidden}.hero-content{text-align:center;position:relative;z-index:1;padding:3rem 0}.avatar-container{margin-bottom:var(--spacing-lg)}.avatar-circle{width:160px;height:160px;border-radius:50%;overflow:hidden;margin:0 auto;border:4px solid rgba(255,255,255,.3);background-color:rgba(255,255,255,.15);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.1)}.avatar-img{width:100%;height:100%;object-fit:cover}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:var(--spacing-sm);letter-spacing:-.025em;text-shadow:0 2px 10px rgba(0,0,0,.15)}.hero-subtitle{font-size:1.3rem;margin-bottom:var(--spacing-lg);opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 1px 5px rgba(0,0,0,.1)}.hero-name{font-size:1.1rem;margin-bottom:var(--spacing-lg);opacity:.8;font-weight:500;font-style:italic}.highlight{position:relative;z-index:1;color:#fff}.highlight::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:.4em;background-color:rgba(255,255,255,.25);z-index:-1;transform:rotate(-2deg)}.social-links{display:flex;justify-content:center;gap:var(--spacing-md);margin-top:var(--spacing-lg)}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full);background-color:rgba(255,255,255,.15);color:#fff;transition:all .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.1)}.social-link:hover{background-color:rgba(255,255,255,.25);transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.15)}.social-link svg{width:24px;height:24px}.hero-waves{position:absolute;bottom:0;left:0;width:100%;height:150px;z-index:0;overflow:hidden}.hero-waves svg{position:absolute;bottom:0;width:100%;height:100%;min-width:1200px}.wave-fill{fill:var(--color-background)}.about{padding:var(--spacing-xxl)0;background-color:var(--color-background)}.about-content{max-width:800px;margin:0 auto;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:var(--spacing-xl);position:relative;display:inline-block}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:var(--radius-full)}.about-text{font-size:1.1rem;margin-bottom:var(--spacing-md);color:var(--color-text-light)}.bento-section{padding:var(--spacing-xl)0 var(--spacing-xxl);background-color:var(--bento-background);max-width:100%;margin:0 auto;overflow:hidden}.section-header{text-align:center;margin-bottom:var(--spacing-xl);position:relative;padding:2rem 0}.section-header::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:var(--radius-full)}.section-subtitle{font-size:1.5rem;color:var(--color-text);margin:0 auto;max-width:800px;line-height:1.4;font-weight:500;background:linear-gradient(135deg,var(--color-primary),var(--color-tertiary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;padding:.5rem 0}.section-subtitle::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:120px;height:2px;background:linear-gradient(90deg,var(--color-secondary),var(--color-tertiary));border-radius:var(--radius-full);opacity:.5}.bento-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin:0 auto;max-width:1140px;padding:0 20px;grid-template-areas:"about about about dev dev dev" "geosdata geosdata geosdata play play play" "nature nature tech tech photo photo" "draw draw edu edu contact contact" "instagram facebook linkedin blog . ."}.bento-item{position:relative;border-radius:24px;overflow:hidden;background-color:#fff;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.1);cursor:pointer;min-height:140px;display:flex;backdrop-filter:blur(10px);transition:transform .2s ease,box-shadow .2s ease}.bento-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.bento-item:active{transform:scale(.98)}.bento-item[data-type=about]{grid-area:about;background:linear-gradient(135deg,#FF9F1C,#FFA726);color:#fff;border:none;position:relative;overflow:hidden;min-height:160px;border-radius:24px}.bento-item[data-type=about] .bento-content{display:flex;align-items:center;justify-content:space-between;padding:24px;height:100%;position:relative;z-index:2;gap:10px}.bento-item[data-type=about] .bento-text{flex:1;max-width:60%}.bento-item[data-type=about] .explorer-image{width:130px;height:130px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));margin-right:-10px;animation:float 6s ease-in-out infinite;border-radius:50%;background:rgba(0,0,0,.1);padding:15px;backdrop-filter:blur(4px)}.bento-item[data-type=about]::after{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(to right,transparent,rgba(0,0,0,.15));z-index:1;border-radius:0 24px 24px 0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}100%{transform:translateY(0)}}.bento-item[data-type=dev]{grid-area:dev;background:linear-gradient(135deg,var(--color-dev),#2c4cdd);color:#fff;border:none;position:relative;overflow:hidden}.bento-item[data-type=geosdata]{grid-area:geosdata;background:linear-gradient(135deg,var(--color-geosdata),#6025c0);color:#fff;border:none;position:relative;overflow:hidden}.bento-item[data-type=tech]{grid-area:tech;background:linear-gradient(135deg,var(--color-tech),#2d7dd2);color:#fff;border:none;position:relative;overflow:hidden}.bento-item[data-type=dev] .bento-content,.bento-item[data-type=geosdata] .bento-content,.bento-item[data-type=tech] .bento-content{position:relative;z-index:2}.bento-item[data-type=dev]::after,.bento-item[data-type=geosdata]::after,.bento-item[data-type=tech]::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(0,0,0,.1));z-index:1}.bento-item[data-type=dev] .bento-text,.bento-item[data-type=geosdata] .bento-text,.bento-item[data-type=tech] .bento-text{flex:1;max-width:calc(100% - 130px);z-index:2}.bento-item[data-type=dev] .dev-image,.bento-item[data-type=geosdata] .dev-image,.bento-item[data-type=tech] .tech-image{width:110px;height:110px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));animation:float 6s ease-in-out infinite;border-radius:50%;background:rgba(255,255,255,.1);padding:12px;backdrop-filter:blur(4px);flex-shrink:0;position:relative;z-index:2;margin-right:5px}.bento-content{padding:24px;width:100%;display:flex;align-items:flex-start;gap:16px;position:relative;z-index:1;padding-bottom:60px}@media(max-width:1100px){.bento-item[data-type=dev] .bento-content,.bento-item[data-type=geosdata] .bento-content,.bento-item[data-type=tech] .bento-content{padding:20px}.bento-item[data-type=dev] .bento-text,.bento-item[data-type=geosdata] .bento-text,.bento-item[data-type=tech] .bento-text{max-width:calc(100% - 110px)}.bento-content{padding:20px;padding-bottom:55px}}@media(max-width:768px){.bento-grid{grid-template-columns:1fr;gap:16px;padding:0 16px;grid-template-areas:"about" "dev" "geosdata" "play" "nature" "tech" "photo" "draw" "edu" "contact" "instagram" "facebook" "linkedin" "blog"}.bento-item{min-height:120px}.bento-content{padding:16px;padding-bottom:56px}.bento-item[data-type=dev] .dev-image,.bento-item[data-type=geosdata] .dev-image,.bento-item[data-type=play] .play-image,.bento-item[data-type=tech] .tech-image{width:100px;height:100px;padding:8px;margin-right:-5px}}@media(max-width:480px){.bento-grid{gap:12px;padding:0 12px}.bento-item{min-height:110px}.bento-content{padding:14px;padding-bottom:52px}.bento-item[data-type=dev] .dev-image,.bento-item[data-type=geosdata] .dev-image,.bento-item[data-type=play] .play-image,.bento-item[data-type=tech] .tech-image{width:90px;height:90px;padding:6px}.bento-title-small{font-size:1rem}.bento-mini-description{font-size:.85rem;line-height:1.4;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}}@media(max-width:360px){.bento-grid{gap:10px;padding:0 8px}.bento-item{min-height:100px}.bento-content{padding:12px;padding-bottom:48px}.bento-item[data-type=dev] .dev-image,.bento-item[data-type=geosdata] .dev-image,.bento-item[data-type=play] .play-image,.bento-item[data-type=tech] .tech-image{width:80px;height:80px;padding:5px}.bento-title-small{font-size:.95rem}.bento-mini-description{font-size:.8rem;line-height:1.3}.bento-visit-button{padding:5px 10px;font-size:.8rem}}.bento-item[data-type=nature]{grid-area:nature;background:linear-gradient(135deg,var(--color-nature),#26A69A);color:#fff;border:none}.bento-item[data-type=photo]{grid-area:photo;background:linear-gradient(135deg,var(--color-photo),#FF8F00);color:#fff;border:none}.bento-item[data-type=draw]{grid-area:draw;background:linear-gradient(135deg,var(--color-draw),#8E24AA);color:#fff;border:none}.bento-item[data-type=edu]{grid-area:edu;background:linear-gradient(135deg,#8338ec,#5e60ce);color:#fff;border:none;position:relative;overflow:hidden;min-height:160px}.bento-item[data-type=edu] .bento-content{display:flex;align-items:center;justify-content:space-between;padding:24px;height:100%;position:relative;z-index:2;gap:10px}.bento-item[data-type=edu] .bento-text{flex:1;max-width:60%}.bento-item[data-type=edu] .bento-icon-small{width:42px;height:42px;flex-shrink:0;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.bento-item[data-type=edu]::after{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(to right,transparent,rgba(0,0,0,.15));z-index:1;border-radius:0 24px 24px 0}.bento-item[data-type=instagram],.bento-item[data-type=facebook],.bento-item[data-type=linkedin],.bento-item[data-type=blog]{min-height:110px;position:relative;overflow:hidden}.bento-item[data-type=instagram]{background:linear-gradient(45deg,#405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D);color:#fff}.bento-item[data-type=facebook]{background:linear-gradient(135deg,var(--color-facebook),#0D47A1);color:#fff}.bento-item[data-type=linkedin]{background:linear-gradient(135deg,var(--color-linkedin),#006064);color:#fff}.bento-item[data-type=blog]{background:linear-gradient(135deg,var(--color-blog),#311B92);color:#fff}.bento-item[data-type=instagram] .bento-content,.bento-item[data-type=facebook] .bento-content,.bento-item[data-type=linkedin] .bento-content,.bento-item[data-type=blog] .bento-content{padding:16px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;height:100%;gap:14px}.bento-item[data-type=instagram] .bento-icon-small,.bento-item[data-type=facebook] .bento-icon-small,.bento-item[data-type=linkedin] .bento-icon-small,.bento-item[data-type=blog] .bento-icon-small{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.15);backdrop-filter:blur(4px);flex-shrink:0}.bento-item[data-type=instagram] .bento-text,.bento-item[data-type=facebook] .bento-text,.bento-item[data-type=linkedin] .bento-text,.bento-item[data-type=blog] .bento-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.bento-item[data-type=instagram] .bento-title-small,.bento-item[data-type=facebook] .bento-title-small,.bento-item[data-type=linkedin] .bento-title-small,.bento-item[data-type=blog] .bento-title-small{font-size:1rem;margin:0}.bento-item[data-type=instagram] .bento-mini-description,.bento-item[data-type=facebook] .bento-mini-description,.bento-item[data-type=linkedin] .bento-mini-description,.bento-item[data-type=blog] .bento-mini-description{font-size:.8rem;opacity:.9}.bento-item[data-type=contact]{grid-area:contact;background:linear-gradient(135deg,var(--color-contact),#FF8B89);min-height:140px;position:relative;overflow:hidden}.bento-item[data-type=contact] .bento-content{padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;gap:12px}.bento-item[data-type=contact] .bento-icon-small{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.15);backdrop-filter:blur(4px)}.bento-item[data-type=contact] .bento-text{display:flex;flex-direction:column;align-items:center;gap:8px}.bento-item[data-type=contact] .bento-title-small{font-size:1.1rem;margin:0}.bento-item[data-type=contact] .bento-mini-description{font-size:.85rem;opacity:.9;line-height:1.4}.bento-icon-small{width:42px;height:42px;flex-shrink:0;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.bento-icon-small svg{width:22px;height:22px;color:#fff}.bento-text{flex:1;display:flex;flex-direction:column;gap:8px}.bento-title-small{font-size:1.25rem;font-weight:600;margin:0;line-height:1.2;color:#fff;letter-spacing:-.01em}.bento-details{display:flex;flex-direction:column;gap:6px}.bento-category{display:inline-flex;align-items:center;background-color:rgba(255,255,255,.2);padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:500;color:#fff;width:fit-content;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3)}.bento-mini-description{font-size:.875rem;line-height:1.5;color:rgba(255,255,255,.9);margin:0}.bento-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.bento-tag{font-size:.7rem;padding:3px 10px;background:rgba(255,255,255,.15);border-radius:12px;color:rgba(255,255,255,.9);font-weight:500;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.bento-button{position:absolute;bottom:1rem;right:1rem;background:rgba(255,255,255,.2);border:none;padding:.5rem 1rem;border-radius:12px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(4px);font-weight:500}.bento-button:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.bento-visit-button{position:absolute;bottom:16px;right:24px;background:rgba(255,255,255,.2);border:none;padding:8px 16px;border-radius:12px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(4px);display:flex;align-items:center;gap:.5rem;font-weight:500;z-index:2}.bento-visit-button::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;background:rgba(0,0,0,.1);border-radius:16px;z-index:-1;opacity:0;transition:opacity .2s ease}.bento-visit-button:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.bento-visit-button:hover::before{opacity:1}.bento-visit-button svg{width:16px;height:16px;transition:transform .2s ease}.bento-visit-button:hover svg{transform:translate(2px,-2px)}@media(max-width:768px){.modal-content{padding:2rem}.modal-header h2{font-size:2rem}.modal-body{font-size:1.15rem}}@media(max-width:480px){.modal-content{padding:1.5rem;border-width:8px}.modal-header h2{font-size:1.75rem}.modal-body{font-size:1.1rem}.modal-body p:first-letter{font-size:1.8rem}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1000;justify-content:center;align-items:center;backdrop-filter:blur(5px)}.modal-content{background:#f8f0d7;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d5b88f' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");padding:2.5rem;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 15px 35px rgba(0,0,0,.3);animation:modalFadeIn .4s ease-out;border:12px solid #8b7355;box-shadow:inset 0 0 20px rgba(107,75,45,.2),0 0 30px rgba(0,0,0,.5);font-family:cormorant garamond,Georgia,serif;position:relative}.modal-content::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%238B7355' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");pointer-events:none;z-index:-1;opacity:.3}@keyframes modalFadeIn{from{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{margin-bottom:1.5rem;text-align:center;border-bottom:2px solid rgba(139,115,85,.4);padding-bottom:.8rem}.modal-header h2{font-size:2.2rem;color:#5d4037;margin:0;font-family:cormorant garamond,Georgia,serif;font-weight:600;letter-spacing:.5px;text-transform:uppercase;text-shadow:1px 1px 1px rgba(150,109,73,.1)}.modal-header::after{content:'';display:block;width:60px;height:2px;background:rgba(139,115,85,.5);margin:.5rem auto 0}.modal-body{color:#4e342e;font-size:1.2rem;line-height:1.6;letter-spacing:.3px;padding:0 10px}.modal-body p{margin-bottom:1.5rem;text-indent:.8rem;position:relative}.modal-body p:first-letter{font-size:1.8rem;font-family:cormorant garamond,Georgia,serif;font-weight:700;color:#5d4037;margin-right:2px;line-height:.8}.close-modal{position:absolute;right:1.5rem;top:1.5rem;font-size:2.5rem;color:#8b4513;cursor:pointer;transition:color .2s ease,transform .2s ease;font-family:serif;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(139,69,19,.1)}.close-modal:hover{color:#5e3a1e;transform:rotate(90deg)}@media(max-width:768px){.modal-content{padding:2rem}.modal-header h2{font-size:2rem}.modal-body{font-size:1.15rem}}@media(max-width:480px){.modal-content{padding:1.5rem;border-width:8px}.modal-header h2{font-size:1.75rem}.modal-body{font-size:1.1rem}.modal-body p:first-letter{font-size:1.8rem}}.bento-item[data-type=play]{grid-area:play;background:linear-gradient(135deg,var(--color-play),#d81b60);color:#fff;border:none;position:relative;overflow:hidden}.bento-item[data-type=play] .bento-content{position:relative;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px;gap:15px}.bento-item[data-type=play] .bento-text{flex:1;max-width:calc(100% - 130px);z-index:2}.bento-item[data-type=play] .play-image{width:110px;height:110px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));animation:float 6s ease-in-out infinite;border-radius:50%;background:rgba(255,255,255,.1);padding:12px;backdrop-filter:blur(4px);flex-shrink:0;position:relative;z-index:2;margin-right:5px}.bento-item[data-type=play]::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(to right,transparent,rgba(0,0,0,.1));z-index:1}@media(max-width:768px){.bento-item[data-type=play] .play-image{width:100px;height:100px;padding:8px;margin-right:-5px}}@media(max-width:480px){.bento-item[data-type=play] .play-image{width:90px;height:90px;padding:6px}}@media(max-width:360px){.bento-item[data-type=play] .play-image{width:80px;height:80px;padding:5px}}.footer{position:relative;background:#6c5ce7;color:#fff;padding:4rem 0 2rem;margin-top:6rem}.footer-wave{position:absolute;top:-100px;left:0;width:100%;overflow:hidden;line-height:0}.footer-wave svg{position:relative;display:block;width:calc(130% + 1.3px);height:100px;transform:rotateY(180deg)}.footer-wave .shape-fill{fill:#6c5ce7}.footer::before{display:none}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;position:relative;z-index:2}.footer-main{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:1rem}.footer-logo img{width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.2)}.footer-logo-text{font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.footer-description{font-size:.95rem;line-height:1.6;opacity:.9;max-width:400px}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.footer-social-link{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-social-link:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.footer-social-link svg{width:20px;height:20px;color:#fff}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;position:relative;padding-bottom:.5rem}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:rgba(255,255,255,.3);border-radius:2px}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:rgba(255,255,255,.85);text-decoration:none;font-size:.9rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.footer-link:hover{color:#fff;transform:translateX(3px)}.footer-link svg{width:16px;height:16px;opacity:.7}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.85rem;opacity:.8}.footer-bottom a{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.3);text-underline-offset:2px;transition:all .2s ease}.footer-bottom a:hover{text-decoration-color:#fff}@media(max-width:768px){.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.footer-main{text-align:center;align-items:center}.footer-description{max-width:100%}.footer-social{justify-content:center}.footer-section{text-align:center;align-items:center}.footer-title::after{left:50%;transform:translateX(-50%);width:40px}.footer-link{justify-content:center}.footer-bottom{margin-top:2rem;padding-top:1.5rem}}@media(max-width:480px){.footer{padding:2.5rem 0 1.5rem}.footer-content{padding:0 1rem;gap:1.5rem}.footer-logo img{width:40px;height:40px}.footer-logo-text{font-size:1.25rem}.footer-description{font-size:.9rem}.footer-social-link{width:32px;height:32px}.footer-social-link svg{width:18px;height:18px}.footer-title{font-size:1rem}.footer-link{font-size:.85rem}.footer-bottom{font-size:.8rem}}