*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fffaf5;color:#333;font-family:Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;line-height:1.6}:root{--primary-color:#e67e50;--secondary-color:#f4a460;--accent-color:#ffdab9;--background-color:#fffaf5;--text-color:#333;--white:#fff;--light-gray:#fff5ed;--border-color:#ffe8d6}h1,h2,h3,h4,h5,h6{color:#e67e50;color:var(--primary-color);font-weight:500}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a{color:#e67e50;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#ffdab9;color:var(--accent-color)}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{background-color:#e67e50;background-color:var(--primary-color);border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;text-decoration:none;transition:background-color .3s ease}.btn,.btn:hover{color:#fff;color:var(--white)}.btn:hover{background-color:#ffdab9;background-color:var(--accent-color)}.btn-secondary{background-color:#f4a460;background-color:var(--secondary-color);color:#fff;color:var(--white)}.btn-secondary:hover{background-color:#e67e50;background-color:var(--primary-color);color:#fff;color:var(--white)}.btn-outline{background:#0000;border:2px solid #e67e50;border:2px solid var(--primary-color);color:#e67e50;color:var(--primary-color);padding:12px 24px;transition:all .3s ease}.btn-outline:hover{background:#e67e50;background:var(--primary-color);box-shadow:0 4px 12px #e67e504d;color:#fff;color:var(--white);transform:translateY(-2px)}.section{padding:60px 0}.section-title{color:#e67e50;color:var(--primary-color);font-size:2.5rem;margin-bottom:3rem;text-align:center}.card{background:#fff;background:var(--white);border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2rem}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){.container{padding:0 15px}.section{padding:40px 0}.section-title{font-size:2rem}.grid{gap:1rem}}.header{background:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo{text-decoration:none}.logo h1{color:var(--primary-color);font-size:1.5rem;line-height:1.3;margin:0}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:var(--text-color);font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link.active:after{background:var(--primary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;right:0}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:10px}.menu-toggle span{background:var(--primary-color);height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.logo h1{font-size:1.2rem}.menu-toggle{display:flex}.nav{background:var(--white);box-shadow:0 5px 10px #0000001a;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-item{border-bottom:1px solid var(--border-color)}.nav-item:last-child{border-bottom:none}.nav-link{display:block;padding:1rem 2rem}.nav-link.active:after{display:none}.nav-open .menu-toggle span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-open .menu-toggle span:nth-child(2){opacity:0}.nav-open .menu-toggle span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.footer{background:var(--primary-color);color:var(--white);margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-section h3{color:var(--white);font-size:1.3rem;line-height:1.3;margin-bottom:1rem}.footer-section h4{color:var(--white);font-size:1.1rem;font-weight:700;margin-bottom:1rem}.footer-section p{line-height:1.6;margin-bottom:.5rem}.contact-info{margin-top:1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--white);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--secondary-color)}.footer-bottom{align-items:center;border-top:1px solid #fff3;display:flex;justify-content:space-between;padding-top:1.5rem}.footer-legal p{font-size:.9rem;margin:0;opacity:.8}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--white);font-size:.9rem;opacity:.8;text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{color:var(--secondary-color);opacity:1}@media (max-width:768px){.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{justify-content:center}}.password-protect-container{align-items:center;background:linear-gradient(135deg,#8b4513,#d2691e);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.password-protect-box{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;max-width:400px;padding:3rem;text-align:center;width:90%}.password-protect-box h1{color:#8b4513;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.password-protect-box p{color:#666;line-height:1.6;margin-bottom:2rem}.password-protect-box form{display:flex;flex-direction:column;gap:1rem}.password-protect-box input{border:2px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem;transition:border-color .3s}.password-protect-box input:focus{border-color:#8b4513;outline:none}.password-protect-box button{background:#8b4513;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:background .3s}.password-protect-box button:hover{background:sienna}.error-message{color:#dc3545;font-size:.9rem;margin-top:.5rem}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.hero{align-items:center;color:var(--white);display:flex;height:85vh;justify-content:center;min-height:600px;overflow:hidden;position:relative}.hero-bg{background:linear-gradient(135deg,#e67e500d,#f4a4600d 50%,#ffdab90d),url(https://res.cloudinary.com/dg3mdcuju/image/upload/v1753847620/TOPCOVER_pvlxwv.jpg) 50%/cover no-repeat;height:100%;left:0;opacity:.95;position:absolute;top:0;width:100%;z-index:-1}.hero .container{position:relative;z-index:1}.hero-content{margin:0 auto;max-width:800px;text-align:center}.hero h1{color:var(--white);font-size:4rem;font-weight:700;line-height:1.2;margin:0;text-shadow:2px 2px 4px #000c}.features,.overview{background:var(--white);padding:80px 0}.overview-content{margin:0 auto;max-width:900px;text-align:center}.overview-main{width:100%}.overview-description{color:var(--text-color);font-size:1.3rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.overview-highlight{background:var(--light-gray);border-radius:8px;margin:2rem 0;padding:1.5rem}.overview-highlight p{font-size:1rem;margin-bottom:.5rem}.overview-actions{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.overview-image{text-align:center}.overview-logo{background:#fff;border-radius:12px;box-shadow:0 8px 25px #00000026;height:auto;max-width:250px;padding:1.5rem}.overview-caption{color:#999;font-size:.8rem;font-style:italic;margin-top:1rem}.stats{background:var(--light-gray);padding:60px 0}.stats-horizontal{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:3rem 0}.stat-item-horizontal{align-items:center;background:var(--white);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 8px #e67e501a;display:flex;gap:1rem;min-width:220px;padding:1.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.stat-item-horizontal:hover{border-color:var(--primary-color);box-shadow:0 8px 20px #ff6b3526;transform:translateY(-3px)}.stat-number-group{align-items:baseline;display:flex;gap:.3rem;min-width:100px}.stat-number{font-size:3.5rem;font-weight:700;line-height:1}.stat-number,.stat-unit{color:var(--primary-color)}.stat-unit{font-size:1.5rem;font-weight:600;opacity:.8}.stat-content{display:flex;flex-direction:column;gap:.3rem}.stat-label{color:var(--text-color);font-size:1.2rem;font-weight:600;line-height:1.2}.stat-description{color:#666;font-size:.9rem;line-height:1.3}.homes-preview{padding:80px 0}.home-card{background:var(--white);border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.home-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.home-card-image{height:200px;overflow:hidden}.home-card:hover .home-card-image img{transform:scale(1.05)}.home-card-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.home-card-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.home-logo{background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;height:50px;object-fit:contain;padding:5px;width:50px}.home-card h3{color:var(--primary-color);font-size:1.4rem;margin:0}.home-meta{display:flex;flex-direction:column;font-size:.9rem;gap:.3rem;margin-bottom:1rem}.home-meta span{color:#666;padding:.2rem 0}.home-card p{color:#666;flex:1 1;line-height:1.6;margin-bottom:1.5rem}.home-links{display:flex;flex-wrap:wrap;gap:.5rem}.home-links .btn{flex:1 1;min-width:120px}.cta-section{background:var(--primary-color);color:var(--white);padding:80px 0;text-align:center}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem}.page-header{background:var(--primary-color);color:var(--white);padding:60px 0;text-align:center}.page-header h1{color:var(--white);font-size:2.5rem;margin-bottom:1rem}.breadcrumb{background:var(--light-gray);padding:1rem 0}.breadcrumb-list{align-items:center;display:flex;list-style:none}.breadcrumb-list li{margin-right:1rem}.breadcrumb-list li:not(:last-child):after{color:#666;content:">";margin-left:1rem}.breadcrumb-list a{color:var(--primary-color)}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-color);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:16px;padding:12px;width:100%}.form-group textarea{min-height:120px;resize:vertical}.donation-amounts{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:2rem}.amount-option{border:2px solid var(--border-color);border-radius:8px;cursor:pointer;padding:1rem;text-align:center;transition:all .3s ease}.amount-option.selected,.amount-option:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--white)}.job-card{background:var(--white);border-left:4px solid var(--accent-color);box-shadow:0 2px 5px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.job-meta{color:#666;display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.job-meta span{background:var(--light-gray);border-radius:15px;padding:.3rem .8rem}.homes-visual{background:linear-gradient(135deg,#fff9f5 0,var(--white) 100%);padding:100px 0}.homes-visual .section-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem;text-align:center}.homes-visual-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:4rem auto;max-width:1200px}.home-visual-card{background:var(--white);border-radius:16px;box-shadow:0 8px 25px #00000026;color:inherit;display:block;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.home-visual-card:hover{box-shadow:0 15px 35px #0003;transform:translateY(-8px)}.home-visual-image{height:250px;overflow:hidden;position:relative}.home-visual-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.home-visual-card:hover .home-visual-image img{transform:scale(1.05)}.home-visual-card:hover .home-visual-overlay{background:#0000}.home-visual-card:hover .home-visual-overlay .home-feature-tag,.home-visual-card:hover .home-visual-overlay .home-gender-tag,.home-visual-card:hover .home-visual-overlay h3,.home-visual-card:hover .home-visual-overlay p,.home-visual-card:hover .home-visual-overlay>div,.home-visual-card:hover .home-visual-overlay>img{opacity:0}.home-visual-card:hover .home-hover-link{opacity:1;transform:translateY(0)}.home-visual-card:hover .home-visual-placeholder .home-feature-tag,.home-visual-card:hover .home-visual-placeholder .home-gender-tag,.home-visual-card:hover .home-visual-placeholder .home-visual-icon,.home-visual-card:hover .home-visual-placeholder .home-visual-logo-only,.home-visual-card:hover .home-visual-placeholder h3,.home-visual-card:hover .home-visual-placeholder>div:not(.home-hover-link){opacity:0}.home-logo-center,.home-logo-center img,.home-name-center,.home-name-center h3{opacity:1!important}.home-feature-tag,.home-gender-tag{opacity:1}.home-visual-overlay .home-feature-tag,.home-visual-overlay .home-gender-tag{opacity:1!important;transition:opacity .3s ease}.home-visual-card:not(:hover) .home-feature-tag,.home-visual-card:not(:hover) .home-gender-tag,.home-visual-card:not(:hover) .home-logo-center,.home-visual-card:not(:hover) .home-name-center{opacity:1!important}.home-visual-overlay{align-items:center;background:linear-gradient(#0000,#0009 25%,#000000e6);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;min-height:65%;padding:2rem;position:absolute;right:0;text-align:center;transition:all .3s ease}.home-visual-overlay>img{margin-bottom:1rem}.home-visual-overlay *{transition:opacity .3s ease}.home-visual-overlay h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.home-visual-overlay p{margin-bottom:1rem;opacity:.9}.home-feature-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:20px;color:var(--primary-color);display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:0;padding:.4rem 1.2rem}.home-gender-tag{background:var(--primary-color);border-radius:15px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;margin-left:0;padding:.3rem 1rem}.home-visual-placeholder{align-items:center;background:linear-gradient(135deg,var(--light-gray) 0,#f1f3f4 100%);display:flex;flex-direction:column;height:250px;justify-content:center;padding:2rem;position:relative;text-align:center}.home-visual-logo-only{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;height:80px;margin-bottom:1rem;object-fit:contain;padding:12px;width:80px}.home-visual-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.home-visual-placeholder h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:.5rem}.home-visual-placeholder p{color:#666;margin-bottom:1rem}.placeholder-notice{background:#000000b3;border-radius:15px;color:#fff;font-size:.7rem;padding:.3rem .8rem}.home-hover-link,.placeholder-notice{bottom:1rem;position:absolute;right:1rem}.home-hover-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:4px solid var(--accent-color);border-radius:25px;box-shadow:0 6px 20px #e67e5066;color:var(--primary-color);display:flex;font-size:1rem;font-weight:700;opacity:0;padding:.8rem 1.5rem;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.btn-large{font-size:1.1rem;font-weight:600;padding:1rem 2rem}.homes-action{margin-top:4rem;text-align:center}.job-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--accent-color) 100%);color:var(--white);padding:100px 0;text-align:center}.job-hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.job-hero p{font-size:1.3rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.job-highlights{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.highlight-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:25px;display:flex;font-weight:600;gap:.5rem;padding:1rem 1.5rem}.highlight-icon{font-size:1.2rem}.jobs-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin:0 auto;max-width:1200px}.job-card-enhanced{background:var(--white);border-radius:16px;box-shadow:0 8px 25px #0000001a;margin-bottom:2rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.job-card-enhanced:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.job-card-image{height:200px;overflow:hidden;position:relative}.job-card-image img{height:100%;object-fit:cover;width:100%}.job-features{display:flex;flex-direction:column;gap:.5rem;left:1rem;position:absolute;top:1rem}.feature-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:15px;box-shadow:0 2px 8px #0000001a;color:var(--primary-color);font-size:.85rem;font-weight:600;padding:.5rem 1rem}.job-content{padding:2rem}.job-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.job-header h3{color:var(--primary-color);flex:1 1;font-size:1.8rem;margin:0}.job-salary{background:var(--primary-color);border-radius:25px;box-shadow:0 3px 10px #ff6b354d;color:#fff;font-weight:600;margin-left:1rem;padding:.6rem 1.2rem;white-space:nowrap}.job-location{align-items:center;color:#666;display:flex;font-size:1rem;gap:.5rem;margin-bottom:1rem}.location-icon{font-size:1.1rem}.job-description{color:var(--text-color);line-height:1.6;margin-bottom:2rem}.job-actions{display:flex;gap:1rem;margin-bottom:2rem}.btn-primary{background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-primary:hover{background:var(--accent-color);transform:translateY(-2px)}.job-details-expanded{border-top:2px solid var(--light-gray);margin-top:2rem;padding-top:2rem}.job-detail-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.job-detail-section h4{align-items:center;color:var(--primary-color);display:flex;font-size:1.2rem;gap:.5rem;margin-bottom:1rem}.job-detail-section ul{list-style:none;padding:0}.job-detail-section li{border-bottom:1px solid #f0f0f0;padding:.5rem 0 .5rem 1.5rem;position:relative}.job-detail-section li:before{color:var(--accent-color);content:"\2713";font-weight:700;left:0;position:absolute}.job-detail-section li:last-child{border-bottom:none}.homes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.home-card-detailed{background:var(--white);border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;height:100%;overflow:visible;position:relative;transition:transform .3s ease,box-shadow .3s ease}.home-card-detailed:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.home-status{position:absolute;right:1rem;top:1rem;z-index:10}.status-badge{border-radius:20px;font-size:.8rem;font-weight:600;padding:.5rem 1rem;text-transform:uppercase}.status-badge.city{background:#3b82f6;color:#fff}.status-badge.prefecture{background:#10b981;color:#fff}.home-card-detailed .home-card-image{border-radius:12px 12px 0 0;height:200px;overflow:hidden}.home-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.home-card-detailed:hover .home-card-image img{transform:scale(1.05)}.home-logo-section{align-items:flex-end;display:flex;gap:1rem;left:1.5rem;position:absolute;top:200px;transform:translateY(-50%);z-index:10}.home-logo-large{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0003;height:120px;object-fit:contain;padding:1rem;width:120px}.home-name-beside-logo{color:var(--primary-color);font-size:1.8rem;font-weight:700;margin:0 0 10px;white-space:nowrap}.home-description{color:#666;line-height:1.6;margin-bottom:1rem;padding:0 1.5rem}.home-info{margin-bottom:1.5rem;padding:0 1.5rem}.info-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.5rem 0}.info-item:last-child{border-bottom:none}.home-features{margin-bottom:1.5rem;padding:0 1.5rem}.home-features h4{color:var(--primary-color);margin-bottom:.5rem}.home-features ul{list-style:none;margin:0;padding:0}.home-features li{padding:.3rem 0 .3rem 1.5rem;position:relative}.home-features li:before{color:var(--accent-color);content:"✓";font-weight:700;left:0;position:absolute}.home-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding:1.5rem}.home-actions .btn{flex:1 1;min-width:120px;text-align:center}.no-image-notice{background:#f8f9fa;border-top:1px solid #e9ecef;padding:1rem 1.5rem;text-align:center}.no-image-notice p{color:#6c757d;font-size:.9rem;font-style:italic;margin:0}.section-notice{background:#f8f9fa;border-radius:8px;margin-top:2rem;padding:1rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.feature-item{background:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center}.feature-item h4{font-size:1.1rem;margin-bottom:.5rem}.feature-item p{color:#666;font-size:.9rem;margin:0}.example-item{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem}.example-item:last-child{border-bottom:none}.timeline{padding:2rem 0;position:relative}.timeline:before{background:linear-gradient(180deg,var(--primary-color) 0,var(--accent-color) 100%);border-radius:2px;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.timeline-item{align-items:flex-start;display:flex;justify-content:center;margin-bottom:1.5rem;min-height:120px;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:var(--primary-color);border-radius:20px;box-shadow:0 3px 10px #e67e504d;color:#fff;font-size:.9rem;font-weight:700;left:50%;min-width:80px;padding:.5rem 1rem;position:absolute;text-align:center;top:0;transform:translateX(-50%);z-index:10}.timeline-content{background:#fff;border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 4px 15px #00000014;margin-top:2rem;padding:1.5rem;position:relative;width:42%}.timeline-item:nth-child(odd) .timeline-content{margin-left:4rem;margin-right:auto}.timeline-item:nth-child(2n) .timeline-content{margin-left:auto;margin-right:4rem}.timeline-content:before{border:10px solid #0000;content:"";height:0;position:absolute;top:20px;width:0}.timeline-item:nth-child(odd) .timeline-content:before{border-left-color:#fff;right:-20px}.timeline-item:nth-child(2n) .timeline-content:before{border-right-color:#fff;left:-20px}.timeline-content h3{color:var(--primary-color);font-size:1.1rem;font-weight:700;margin-bottom:.8rem}.timeline-content p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.schedule-list{display:flex;flex-direction:column;gap:.5rem}.schedule-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;justify-content:space-between;padding:.8rem}.schedule-time{color:var(--primary-color);font-size:.9rem;font-weight:600;min-width:60px}.schedule-activity{color:#666;flex:1 1;font-size:.9rem}.access-info p,.contact-info p{line-height:1.6;margin-bottom:.8rem}.note{background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;color:#856404;font-size:.9rem;margin-top:1rem;padding:1rem}@media (max-width:768px){.timeline:before{left:2rem;transform:none}.timeline-item{padding-left:4rem}.timeline-item,.timeline-item:nth-child(2n),.timeline-item:nth-child(odd){flex-direction:row!important}.timeline-year{font-size:1rem;left:0;min-width:100px;padding:.6rem 1rem;position:absolute;transform:none}.timeline-content{margin:0 0 0 1rem!important;width:100%}.timeline-content:before{display:none}}.business-item h4,.info-grid .info-card h4{color:var(--primary-color);margin-bottom:.5rem}@keyframes staffSlide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.staff-section:hover .staff-scroll{animation-play-state:paused}.staff-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}@media (max-width:768px){.hero{height:80vh;min-height:500px}.hero h1{font-size:2.5rem}.hero-bg{background-attachment:scroll}.overview-content{gap:2rem;grid-template-columns:1fr;text-align:center}.jobs-list{grid-template-columns:1fr;max-width:none}.overview-text h2{font-size:2rem}.overview-actions{align-items:center;flex-direction:column}.overview-logo{max-width:200px}.stats-horizontal{flex-direction:column;gap:1rem}.stat-item-horizontal{flex-direction:column;min-width:auto;text-align:center;width:100%}.stat-number-group{align-items:center;flex-direction:column;gap:.2rem}.stat-number{font-size:2.5rem}.stat-unit{font-size:1.2rem}.homes-visual-grid{gap:1.5rem;grid-template-columns:1fr}.home-visual-actions{flex-direction:column;gap:.5rem}.job-hero h1{font-size:2.5rem}.job-hero p{font-size:1.1rem}.job-highlights{align-items:center}.job-header,.job-highlights{flex-direction:column;gap:1rem}.job-header{align-items:flex-start}.job-salary{align-self:flex-start;margin-left:0}.job-actions{flex-direction:column;gap:.5rem}.job-detail-grid{gap:1.5rem;grid-template-columns:1fr}.home-card-header{align-items:center;text-align:center}.home-card-header,.home-links{flex-direction:column}.homes-grid{grid-template-columns:1fr}.home-actions,.info-item{flex-direction:column}.info-item{gap:.3rem}.features-grid{gap:1rem}.donation-amounts,.features-grid{grid-template-columns:repeat(2,1fr)}.job-meta{flex-direction:column;gap:.5rem}.home-detail-page .home-hero{height:50vh!important;min-height:350px!important}.home-detail-page .hero-content img{max-height:80px!important;max-width:200px!important}.home-detail-page .hero-content h1{font-size:2rem!important}.home-detail-page .hero-content p{font-size:1.1rem!important}.home-detail-page .hero-content>div{gap:.5rem!important}.home-detail-page .hero-content>div>span{font-size:.8rem!important;padding:.4rem 1rem!important}.home-detail-page section>div>div>div[style*="grid-template-columns: 1fr 1fr"]{gap:2rem!important;grid-template-columns:1fr!important}.home-detail-page section>div>div>div>div[style*="rotate(-2deg)"]{transform:rotate(0deg)!important}.home-detail-page section>div>div>div>div>div[style*="padding: 3rem"]{padding:1.5rem!important}.home-detail-page section div[style*="gridColumn: span 2"]{grid-column:span 1!important}.home-detail-page section div[style*="gridTemplateColumns: repeat(auto-fill, minmax(280px, 1fr))"]{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important}.home-detail-page section div[style*="gridTemplateColumns: repeat(auto-fit, minmax(300px, 1fr))"]{grid-template-columns:1fr!important}.home-detail-page .feature-card{flex-direction:column!important;text-align:center!important}}
/*# sourceMappingURL=main.63dd51f5.css.map*/