.navbar{width:100%;padding:.5rem 2rem;background:transparent;z-index:100;transition:opacity .8s ease-in-out,visibility .8s ease-in-out}.hidden-nav{opacity:0;visibility:hidden;pointer-events:none}.fade-in-nav{opacity:1;visibility:visible;pointer-events:auto;animation:fadeInNav .8s ease-in-out}@keyframes fadeInNav{0%{opacity:0}to{opacity:1}}.navbar-top{margin-top:2.5rem}.navbar-bottom{margin-bottom:2.5rem}.navbar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:6rem;flex-wrap:wrap}.navbar-top .navbar-content{background:#5a5a5a66;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:.4rem 1.5rem;width:fit-content;box-shadow:0 8px 32px #0000001a}.navbar-bottom .nav-button{width:130px;text-align:center}.nav-button{background:transparent;border:1px solid transparent;color:#fff;font-size:1rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;position:relative;transition:all .3s ease;border-radius:8px}.nav-button:hover{background:#ffffff1a}.nav-button.active{background:#fff9;border:1px solid rgba(255,255,255,.7);color:#000}.navbar-bottom .nav-button.active{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 20px #00000026}@media (max-width: 1024px){.navbar-top{margin-top:6rem}}@media (max-width: 768px){.navbar{padding:.5rem}.navbar-top{margin-top:5rem}.navbar-bottom{margin-bottom:1.5rem}.navbar-content{gap:2rem}.navbar-top .navbar-content{padding:.4rem 1rem}.nav-button{padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 480px){.navbar-top{margin-top:4.5rem}.navbar-bottom{margin-bottom:1rem}.navbar-content{gap:1.5rem}.navbar-top .navbar-content{padding:.3rem .8rem;background:#5a5a5abf}.nav-button{padding:.3rem .6rem;font-size:.85rem}.navbar-bottom .nav-button{width:95px}}@media (max-width: 420px){.navbar-content{gap:1rem}.navbar-top .navbar-content{padding:.25rem .6rem}.nav-button{padding:.25rem .5rem;font-size:.75rem;letter-spacing:0}.navbar-bottom .nav-button{width:85px}}.logo{transition:opacity .6s ease-in-out}.logo img{max-width:100%;height:auto;display:block}.logo-center{max-width:500px;width:80%;margin:0 auto;opacity:1;animation:fadeIn 1.5s ease-in-out}.logo-topleft{position:fixed;top:2rem;left:2rem;max-width:150px;cursor:pointer;z-index:200;opacity:.9;animation:fadeInTopLogo .6s ease-in-out;transition:opacity .6s ease-in-out,transform .3s ease}@keyframes fadeInTopLogo{0%{opacity:0}to{opacity:.9}}.logo-topleft:hover{opacity:1;transform:scale(1.05)}@media (max-width: 768px){.logo-center{max-width:300px}.logo-topleft{max-width:100px;top:1.5rem;left:1.5rem}}@media (max-width: 480px){.logo-center{max-width:250px}.logo-topleft{max-width:80px;top:1rem;left:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease-in-out;overflow:hidden}.modal-content{position:relative;max-width:600px;width:100%;max-height:75vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:1.5rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:.5rem;right:.5rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1.2rem;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.modal-headshot{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.4);box-shadow:0 6px 18px #0000004d;background:#ffffff1a}.modal-headshot img{width:100%;height:100%;object-fit:cover}.modal-name{color:#fff;font-size:1.3rem;font-weight:700;text-align:center;text-shadow:2px 2px 6px rgba(0,0,0,.4);margin:0}.modal-title{color:#fff;font-size:.9rem;font-weight:500;text-align:center;text-shadow:1px 1px 3px rgba(0,0,0,.3);margin:.25rem 0 0;opacity:.95}.modal-description{color:#fff;font-size:.85rem;line-height:1.5;text-align:justify;text-shadow:1px 1px 3px rgba(0,0,0,.3);margin:0}@media (min-width: 1440px){.modal-content{max-width:750px;padding:2rem}.modal-headshot{width:95px;height:95px}.modal-name{font-size:1.5rem}.modal-title{font-size:1rem}.modal-description{font-size:.95rem;line-height:1.6}.modal-close{width:36px;height:36px;font-size:1.3rem}}@media (min-width: 1920px){.modal-content{max-width:900px;padding:2.5rem}.modal-header{gap:1rem;margin-bottom:1.5rem}.modal-headshot{width:110px;height:110px}.modal-name{font-size:1.7rem}.modal-title{font-size:1.15rem}.modal-description{font-size:1.1rem;line-height:1.65}.modal-close{width:40px;height:40px;font-size:1.4rem}}@media (min-width: 2560px){.modal-overlay{padding:3rem}.modal-content{max-width:1200px;max-height:70vh;padding:3rem}.modal-header{gap:1.25rem;margin-bottom:2rem}.modal-headshot{width:140px;height:140px}.modal-name{font-size:2.1rem}.modal-title{font-size:1.4rem;margin:.5rem 0 0}.modal-description{font-size:1.4rem;line-height:1.75}.modal-close{top:1rem;right:1rem;width:48px;height:48px;font-size:1.6rem}}@media (max-height: 1000px) and (min-width: 769px){.modal-overlay{padding:5rem 2rem 3rem}.modal-content{max-height:calc(100vh - 8rem)}}@media (max-height: 850px) and (min-width: 769px){.modal-overlay{padding:5.5rem 2rem 3.5rem}.modal-content{max-height:calc(100vh - 9rem);padding:1.25rem}.modal-headshot{width:70px;height:70px}.modal-name{font-size:1.2rem}.modal-title{font-size:.85rem}.modal-description{font-size:.8rem;line-height:1.45}}@media (max-height: 700px) and (min-width: 769px){.modal-overlay{padding:6rem 2rem 4rem}.modal-content{max-height:calc(100vh - 10rem);padding:1rem}.modal-header{margin-bottom:.75rem;gap:.5rem}.modal-headshot{width:60px;height:60px}.modal-name{font-size:1.1rem}.modal-title{font-size:.8rem}.modal-description{font-size:.75rem;line-height:1.4}}@media (max-height: 600px) and (min-width: 769px){.modal-overlay{padding:6.5rem 2rem 4.5rem}.modal-content{max-height:calc(100vh - 11rem);padding:.9rem}.modal-header{margin-bottom:.6rem;gap:.4rem}.modal-headshot{width:55px;height:55px}.modal-name{font-size:1rem}.modal-title{font-size:.75rem}.modal-description{font-size:.7rem;line-height:1.35}.modal-close{width:28px;height:28px;font-size:1rem}}@media (max-width: 768px){.modal-overlay{padding:8rem 1rem 5.5rem}.modal-content{padding:1.5rem 1.2rem;max-height:calc(100vh - 13.5rem)}.modal-headshot{width:70px;height:70px}.modal-name{font-size:1.1rem}.modal-title{font-size:.8rem}.modal-description{font-size:.8rem;line-height:1.5}}@media (max-width: 480px){.modal-overlay{padding:7.5rem .5rem 5.5rem;align-items:center}.modal-content{padding:1rem .8rem;max-height:calc(100dvh - 13rem)}.modal-header{margin-bottom:.75rem;gap:.5rem}.modal-headshot{width:60px;height:60px}.modal-name{font-size:1rem}.modal-title{font-size:.7rem}.modal-description{font-size:.75rem;line-height:1.45;text-align:left}.modal-close{width:28px;height:28px;font-size:1rem}}.content-area{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.content-wrapper{text-align:center;color:#fff;max-width:800px;width:100%;opacity:1;transition:opacity .6s ease-in-out}.content-wrapper.hidden{opacity:0}.content-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.content-description{font-size:1.5rem;font-weight:300;line-height:1.6;opacity:.9}.section-logo-header{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.section-logo-header img{max-width:400px;width:60%;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.bottega-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:-5rem}.bottega-wrapper .section-logo-header{margin-bottom:1.5rem}.bottega-wrapper .section-logo-header img{max-width:550px;width:75%}.section-content{margin-top:2rem}.tuku-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:-6.5rem}.tuku-wrapper .section-logo-header{margin-bottom:3rem}.tuku-wrapper .section-logo-header img{max-width:550px;width:55%}.tuku-content{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.tuku-coming-soon{color:#fff;font-size:1.5rem;font-weight:300;font-style:italic;margin:0;opacity:.9;letter-spacing:.1em}.tuku-description{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:700px}.tuku-description p{color:#fff;font-size:1rem;line-height:1.6;margin:0;opacity:.9;text-align:justify}.keiret-wrapper,.yume-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:-6.5rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:3rem}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:550px;width:55%}.keiret-content,.yume-content{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.keiret-coming-soon,.yume-coming-soon{color:#fff;font-size:1.5rem;font-weight:300;font-style:italic;margin:0;opacity:.9;letter-spacing:.1em}.keiret-description{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:700px}.keiret-subheader{color:#fff;font-size:1.1rem;font-weight:600;margin:0;text-align:center;opacity:.95}.keiret-description p{color:#fff;font-size:1rem;line-height:1.6;margin:0;opacity:.9;text-align:justify}.yume-description{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:700px}.yume-subheader{color:#fff;font-size:1.1rem;font-weight:600;margin:0;text-align:center;opacity:.95}.yume-description p{color:#fff;font-size:1rem;line-height:1.6;margin:0;opacity:.9;text-align:justify}.contact-wrapper{width:100%;max-width:1000px;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:-3rem;box-sizing:border-box}.contact-left{display:flex;flex-direction:column;gap:1.5rem;color:#fff;align-items:flex-start;text-align:left}.contact-header{font-size:2.5rem;font-weight:700;margin:0;color:#fff}.contact-tagline{font-size:1.1rem;font-weight:400;margin:0;line-height:1.4}.contact-subtext{font-size:1rem;font-weight:400;margin:0;opacity:.9}.contact-info{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.contact-twitter{width:32px;height:32px;cursor:pointer;transition:transform .3s ease}.contact-twitter:hover{transform:scale(1.1)}.contact-email{font-size:1rem;margin:0;color:#fff;font-weight:500}.contact-right{display:flex;flex-direction:column}.contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;box-sizing:border-box}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-field{display:flex;flex-direction:column;gap:.5rem}.contact-field-full{width:100%}.contact-field label{color:#fff;font-size:.9rem;font-weight:500}.contact-field input,.contact-field textarea{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box;width:100%;max-width:100%}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#ffffff80}.contact-field input:focus,.contact-field textarea:focus{outline:none;background:#ffffff26;border-color:#ffffff80}.contact-field textarea{resize:vertical;min-height:120px}.contact-submit{display:flex;justify-content:center;margin-top:.5rem}.contact-button{background:transparent;border:2px solid white;color:#fff;font-size:1rem;font-weight:600;padding:.75rem 2.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.contact-button:hover{background:#ffffff1a;transform:translateY(-2px)}.form-message{text-align:center;font-size:.9rem;font-weight:500;margin:0;padding:.75rem;border-radius:8px;animation:fadeIn .3s ease-in-out}.form-success{color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.3)}.form-error{color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bottega-content{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:1rem}.bottega-intro,.bottega-tagline{text-align:center;color:#fff}.bottega-intro p{font-size:1rem;font-weight:600;margin:.2rem 0;line-height:1.3}.bottega-tagline p{font-size:.85rem;font-weight:400;margin:.15rem 0;line-height:1.3;opacity:.9;text-align:justify}.bottega-flow{display:flex;align-items:center;gap:.8rem;margin:.3rem 0;flex-wrap:wrap;justify-content:center}.bottega-flow span{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:1px}.bottega-flow .arrow{font-size:1.3rem;font-weight:300;opacity:.7}.bottega-section-header{color:#fff;font-size:1.1rem;font-weight:600;margin:.75rem 0;text-align:center}.bottega-features{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;width:100%;max-width:800px}.bottega-feature{color:#fff}.bottega-feature h4{font-size:1rem;font-weight:600;margin:0 0 .4rem;text-align:center}.bottega-subtitle{font-size:.85rem;font-weight:500;margin:0 0 .6rem;opacity:.85;text-align:center}.bottega-description{font-size:.7rem;line-height:1.5;opacity:.9;text-align:justify!important;max-width:280px;margin:0 auto}.section-header{font-size:3rem;font-weight:700;margin-bottom:3rem;color:#fff;text-align:center;letter-spacing:-1px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.team-grid{display:flex;flex-direction:column;gap:3.5rem;align-items:center;justify-content:center;width:100%;margin:0 auto}.team-row{display:flex;justify-content:center;gap:80px;flex-wrap:wrap}.team-row-mobile{display:none}.team-member{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:transform .3s ease}.team-member:hover{transform:scale(1.05)}.team-member:hover .team-headshot{border-color:#fff9;box-shadow:0 6px 20px #0000004d}.team-headshot{width:100px;height:100px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #0003;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.team-headshot img{width:100%;height:100%;object-fit:cover}.team-name{color:#fff;font-size:.9rem;font-weight:600;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:.25rem}.team-title{color:#fff;font-size:.75rem;font-weight:400;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3);opacity:.9}@media (min-width: 1440px){.content-wrapper{max-width:1000px}.bottega-wrapper .section-logo-header img{max-width:650px;width:75%}.bottega-content{max-width:1000px;gap:1.3rem}.bottega-intro p{font-size:1.1rem}.bottega-tagline p{font-size:.95rem}.bottega-flow span{font-size:1rem}.bottega-section-header{font-size:1.2rem}.bottega-features{max-width:900px;gap:3rem}.bottega-feature h4{font-size:1.1rem}.bottega-subtitle{font-size:.95rem}.bottega-description{font-size:.8rem;max-width:320px}.tuku-wrapper .section-logo-header img,.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:650px;width:55%}.tuku-content,.keiret-content,.yume-content{max-width:900px}.tuku-description p,.keiret-description p,.yume-description p{font-size:1.05rem}.keiret-subheader,.yume-subheader{font-size:1.2rem}.contact-wrapper{max-width:1100px}.contact-header{font-size:2.8rem}.contact-tagline{font-size:1.2rem}.contact-subtext,.contact-email{font-size:1.05rem}.contact-field label{font-size:.95rem}.contact-field input,.contact-field textarea{font-size:1rem}.team-headshot{width:110px;height:110px}.team-name{font-size:1rem}.team-title{font-size:.85rem}}@media (min-width: 1920px){.content-wrapper{max-width:1200px}.bottega-wrapper .section-logo-header img{max-width:750px;width:75%}.bottega-content{max-width:1200px;gap:1.6rem}.bottega-intro p{font-size:1.3rem}.bottega-tagline p{font-size:1.1rem}.bottega-flow span{font-size:1.15rem}.bottega-section-header{font-size:1.4rem}.bottega-features{max-width:1100px;gap:3.5rem}.bottega-feature h4{font-size:1.25rem}.bottega-subtitle{font-size:1.05rem}.bottega-description{font-size:.95rem;max-width:380px}.tuku-wrapper .section-logo-header img,.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:750px;width:55%}.tuku-content,.keiret-content,.yume-content{max-width:1100px}.tuku-description p,.keiret-description p,.yume-description p{font-size:1.2rem}.keiret-subheader,.yume-subheader{font-size:1.4rem}.contact-wrapper{max-width:1300px;gap:3rem}.contact-header{font-size:3.2rem}.contact-tagline{font-size:1.35rem}.contact-subtext{font-size:1.15rem}.contact-twitter{width:38px;height:38px}.contact-email{font-size:1.15rem}.contact-field label{font-size:1.05rem}.contact-field input,.contact-field textarea{font-size:1.1rem;padding:.85rem 1.1rem}.contact-field textarea{min-height:140px}.contact-button{font-size:1.1rem;padding:.85rem 2.75rem}.team-grid{gap:4rem}.team-row{gap:90px}.team-headshot{width:120px;height:120px}.team-name{font-size:1.05rem}.team-title{font-size:.9rem}}@media (min-width: 2560px){.content-wrapper{max-width:1600px}.bottega-wrapper .section-logo-header img{max-width:900px;width:75%}.bottega-content{max-width:1500px;gap:2rem}.bottega-intro p{font-size:1.6rem}.bottega-tagline p{font-size:1.35rem}.bottega-flow span{font-size:1.4rem}.bottega-flow .arrow{font-size:1.8rem}.bottega-section-header{font-size:1.7rem}.bottega-features{max-width:1400px;gap:4.5rem}.bottega-feature h4{font-size:1.5rem}.bottega-subtitle{font-size:1.25rem}.bottega-description{font-size:1.15rem;max-width:480px}.tuku-wrapper .section-logo-header img,.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:900px;width:55%}.tuku-content,.keiret-content,.yume-content{max-width:1400px}.tuku-description,.keiret-description,.yume-description{max-width:1200px}.tuku-description p,.keiret-description p,.yume-description p{font-size:1.5rem;line-height:1.7}.keiret-subheader,.yume-subheader{font-size:1.7rem}.contact-wrapper{max-width:1600px;gap:4rem}.contact-header{font-size:4rem}.contact-tagline{font-size:1.6rem}.contact-subtext{font-size:1.4rem}.contact-twitter{width:48px;height:48px}.contact-email{font-size:1.4rem}.contact-field label{font-size:1.3rem}.contact-field input,.contact-field textarea{font-size:1.3rem;padding:1rem 1.3rem}.contact-field textarea{min-height:180px}.contact-button{font-size:1.3rem;padding:1rem 3.5rem}.team-grid{gap:5rem}.team-row{gap:120px}.team-headshot{width:140px;height:140px}.team-name{font-size:1.2rem}.team-title{font-size:1rem}}@media (max-height: 1000px) and (min-width: 769px){.bottega-wrapper{margin-top:-3rem}.tuku-wrapper,.keiret-wrapper,.yume-wrapper{margin-top:-4rem}.contact-wrapper{margin-top:-2rem}}@media (max-height: 850px) and (min-width: 769px){.bottega-wrapper{margin-top:-1rem}.bottega-wrapper .section-logo-header img{max-width:480px;width:70%}.tuku-wrapper,.keiret-wrapper,.yume-wrapper{margin-top:-2rem}.tuku-wrapper .section-logo-header img,.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:480px;width:50%}.contact-wrapper{margin-top:-1rem}}@media (max-height: 700px) and (min-width: 769px){.bottega-wrapper{margin-top:0}.bottega-wrapper .section-logo-header{margin-bottom:1rem}.bottega-wrapper .section-logo-header img{max-width:420px;width:65%}.bottega-content{gap:.8rem}.bottega-intro p{font-size:.95rem}.bottega-tagline p{font-size:.8rem}.bottega-flow span{font-size:.85rem}.bottega-section-header{font-size:1rem;margin:.6rem 0}.bottega-features{gap:2rem}.bottega-feature h4{font-size:.95rem}.bottega-subtitle{font-size:.8rem}.bottega-description{font-size:.65rem}.tuku-wrapper,.keiret-wrapper,.yume-wrapper{margin-top:0}.tuku-wrapper .section-logo-header{margin-bottom:2.5rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:1.5rem}.tuku-wrapper .section-logo-header img{max-width:480px;width:55%}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:420px;width:45%}.tuku-content,.keiret-content,.yume-content{gap:1rem}.tuku-description,.keiret-description,.yume-description{gap:.8rem}.tuku-description p,.keiret-description p,.yume-description p{font-size:.9rem;line-height:1.5}.keiret-subheader,.yume-subheader{font-size:1rem}.contact-wrapper{margin-top:0;gap:2rem}.contact-header{font-size:2rem}.contact-tagline{font-size:.95rem}.contact-subtext{font-size:.9rem}.contact-field label{font-size:.85rem}.contact-field input,.contact-field textarea{font-size:.9rem;padding:.65rem .9rem}.contact-field textarea{min-height:100px}.team-grid{gap:2.5rem}.team-row{gap:60px}.team-headshot{width:90px;height:90px}.team-name{font-size:.85rem}.team-title{font-size:.7rem}}@media (max-height: 600px) and (min-width: 769px){.content-area{padding:1rem}.bottega-wrapper .section-logo-header{margin-bottom:.5rem}.bottega-wrapper .section-logo-header img{max-width:360px;width:60%}.bottega-content{gap:.5rem}.bottega-intro p{font-size:.85rem;margin:.1rem 0}.bottega-tagline p{font-size:.7rem;margin:.1rem 0}.bottega-flow{gap:.6rem;margin:.2rem 0}.bottega-flow span{font-size:.75rem}.bottega-section-header{font-size:.9rem;margin:.4rem 0}.bottega-features{gap:1.5rem}.bottega-feature h4{font-size:.85rem;margin:0 0 .3rem}.bottega-subtitle{font-size:.7rem;margin:0 0 .4rem}.bottega-description{font-size:.6rem}.tuku-wrapper .section-logo-header{margin-bottom:2rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:1rem}.tuku-wrapper .section-logo-header img{max-width:420px;width:50%}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:360px;width:40%}.tuku-content,.keiret-content,.yume-content{gap:.75rem}.tuku-description,.keiret-description,.yume-description{gap:.6rem;max-width:650px}.tuku-description p,.keiret-description p,.yume-description p{font-size:.8rem;line-height:1.4}.keiret-subheader,.yume-subheader{font-size:.9rem}.contact-wrapper{gap:1.5rem;max-width:900px}.contact-header{font-size:1.8rem}.contact-tagline{font-size:.9rem}.contact-subtext{font-size:.85rem}.contact-info{margin-top:.5rem}.contact-twitter{width:28px;height:28px}.contact-email{font-size:.9rem}.contact-form{gap:1rem}.contact-field{gap:.4rem}.contact-field label{font-size:.8rem}.contact-field input,.contact-field textarea{font-size:.85rem;padding:.6rem .8rem}.contact-field textarea{min-height:80px}.contact-button{font-size:.9rem;padding:.65rem 2rem}.team-grid{gap:2rem}.team-row{gap:50px}.team-headshot{width:80px;height:80px}.team-name{font-size:.8rem}.team-title{font-size:.65rem}}@media (max-width: 768px){.content-area{padding:1.5rem}.content-title{font-size:2.5rem}.content-description{font-size:1.2rem}.section-header{font-size:2.5rem;margin-bottom:2rem}.section-logo-header img{max-width:300px;width:70%}.bottega-wrapper{margin-top:1.5rem}.bottega-wrapper .section-logo-header img{max-width:380px;width:70%}.tuku-wrapper{margin-top:1rem}.tuku-wrapper .section-logo-header{margin-bottom:2.5rem}.tuku-wrapper .section-logo-header img{max-width:300px;width:55%}.tuku-coming-soon{font-size:1.3rem}.tuku-description p{font-size:.9rem}.keiret-wrapper,.yume-wrapper{margin-top:1rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:2.5rem}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:300px;width:55%}.keiret-coming-soon,.yume-coming-soon{font-size:1.3rem}.keiret-subheader{font-size:1rem}.keiret-description p{font-size:.9rem}.yume-subheader{font-size:1rem}.yume-description p{font-size:.9rem}.contact-wrapper{gap:3rem}.contact-header{font-size:2rem}.contact-tagline{font-size:1rem}.contact-subtext{font-size:.9rem}.contact-twitter{width:28px;height:28px}.contact-email{font-size:.9rem}.team-headshot{width:80px;height:80px}.team-row{gap:60px}.team-name{font-size:.9rem}.bottega-content{gap:1.2rem}.bottega-intro p{font-size:1rem}.bottega-tagline p{font-size:.85rem}.bottega-flow{gap:.7rem}.bottega-flow span{font-size:.9rem}.bottega-section-header{font-size:1.1rem}.bottega-features{gap:2rem}.bottega-feature h4{font-size:1rem}.bottega-subtitle{font-size:.85rem}.bottega-description{font-size:.7rem;text-align:justify}}@media (max-width: 480px){.content-area{padding:.5rem 1.75rem}.content-title{font-size:2rem}.content-description{font-size:1rem}.section-header{font-size:2rem;margin-bottom:1.5rem}.section-logo-header{margin-bottom:1.5rem}.section-logo-header img{max-width:250px;width:80%}.section-content{margin-top:1.5rem}.bottega-wrapper{margin-top:2rem}.tuku-wrapper{margin-top:1.5rem}.team-grid{gap:2rem}.team-row-desktop{display:none}.team-row-mobile{display:flex;gap:30px;justify-content:center}.team-member{max-width:70px;min-width:60px}.team-headshot{width:60px;height:60px}.team-name{font-size:.8rem}.team-title{display:none}.bottega-wrapper{margin-top:2.5rem}.bottega-wrapper .section-logo-header{margin-bottom:.75rem}.bottega-wrapper .section-logo-header img{max-width:280px;width:70%}.bottega-content{gap:.6rem}.bottega-intro p{font-size:.75rem;margin:.1rem 0}.bottega-tagline p{font-size:.7rem;margin:.1rem 0}.bottega-flow{gap:.4rem;margin:.2rem 0}.bottega-flow span{font-size:.7rem}.bottega-flow .arrow{font-size:1rem}.bottega-section-header{font-size:.9rem;margin:.5rem 0}.bottega-features{grid-template-columns:1fr;gap:1rem}.bottega-feature h4{font-size:.85rem;margin:0 0 .3rem}.bottega-subtitle{font-size:.7rem;margin:0 0 .4rem}.bottega-description{font-size:.6rem;line-height:1.4;text-align:justify}.tuku-wrapper{margin-top:2rem}.tuku-wrapper .section-logo-header{margin-bottom:2rem}.tuku-wrapper .section-logo-header img{max-width:280px;width:65%}.tuku-content{gap:1rem}.tuku-coming-soon{font-size:1.1rem}.tuku-description{gap:.75rem}.tuku-description p{font-size:.75rem;line-height:1.5}.keiret-wrapper,.yume-wrapper{margin-top:2rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:2rem}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:280px;width:65%}.keiret-content,.yume-content{gap:1rem}.keiret-coming-soon,.yume-coming-soon{font-size:1.1rem}.keiret-subheader{font-size:.9rem}.keiret-description{gap:.75rem}.keiret-description p{font-size:.75rem;line-height:1.5}.yume-subheader{font-size:.9rem}.yume-description{gap:.75rem}.yume-description p{font-size:.75rem;line-height:1.5}.contact-wrapper{grid-template-columns:1fr;gap:2rem;margin-top:0}.contact-left{gap:1rem;order:-1;align-items:center;text-align:center}.contact-header{font-size:2rem;line-height:1.2}.contact-tagline{font-size:1rem}.contact-subtext{font-size:.9rem}.contact-info{flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin-top:.5rem}.contact-twitter{width:24px;height:24px}.contact-email{font-size:.85rem}.contact-form{gap:1rem}.contact-row{gap:.75rem}.contact-field label{font-size:.85rem}.contact-field input,.contact-field textarea{padding:.6rem .8rem;font-size:.85rem}.contact-field textarea{min-height:85px}.contact-button{font-size:.9rem;padding:.65rem 2rem}.form-message{font-size:.85rem;padding:.6rem}}@media (max-width: 380px){.contact-wrapper{gap:1.25rem;margin-top:.5rem}.contact-left{gap:.6rem;align-items:center;text-align:center}.contact-header{font-size:1.5rem;line-height:1.2}.contact-header br{display:none}.contact-tagline{font-size:.85rem}.contact-subtext{font-size:.75rem}.contact-info{gap:.75rem;justify-content:center}.contact-twitter{width:20px;height:20px}.contact-email{font-size:.75rem}.contact-form{gap:1rem}.contact-row{gap:.5rem}.contact-field label{font-size:.75rem}.contact-field input,.contact-field textarea{padding:.5rem .65rem;font-size:.8rem}.contact-field textarea{min-height:60px}.contact-button{font-size:.8rem;padding:.55rem 1.25rem}.form-message{font-size:.75rem;padding:.5rem}}@media (max-width: 480px) and (min-height: 600px) and (max-height: 699px){.bottega-wrapper{margin-top:.5rem}.bottega-wrapper .section-logo-header img{max-width:240px;width:65%}.bottega-content{gap:.5rem}.bottega-intro p{font-size:.7rem}.bottega-tagline p,.bottega-flow span{font-size:.65rem}.bottega-section-header{font-size:.85rem;margin:.6rem 0}.bottega-feature h4{font-size:.85rem}.bottega-subtitle{font-size:.7rem}.bottega-description{font-size:.6rem;text-align:justify}.tuku-wrapper{margin-top:.5rem}.tuku-wrapper .section-logo-header{margin-bottom:1.5rem}.tuku-wrapper .section-logo-header img{max-width:240px;width:60%}.tuku-coming-soon{font-size:1rem}.tuku-content{gap:.8rem}.tuku-description{gap:.6rem}.tuku-description p{font-size:.7rem}.keiret-wrapper,.yume-wrapper{margin-top:.5rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:1.5rem}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:240px;width:60%}.keiret-coming-soon,.yume-coming-soon{font-size:1rem}.keiret-subheader{font-size:.85rem}.keiret-content,.yume-content{gap:.8rem}.keiret-description{gap:.6rem}.keiret-description p{font-size:.7rem}.yume-subheader{font-size:.85rem}.yume-description{gap:.6rem}.yume-description p{font-size:.7rem}.contact-wrapper{margin-top:0;gap:.9rem}.contact-left{gap:.4rem;align-items:center;text-align:center}.contact-header{font-size:1.4rem;line-height:1.1}.contact-tagline{font-size:.75rem}.contact-subtext{font-size:.7rem}.contact-info{gap:.6rem;margin-top:.3rem;justify-content:center}.contact-twitter{width:20px;height:20px}.contact-email{font-size:.7rem}.contact-form{gap:.7rem}.contact-row{gap:.5rem}.contact-field{gap:.3rem}.contact-field label{font-size:.7rem}.contact-field input,.contact-field textarea{font-size:.75rem;padding:.4rem .6rem}.contact-field textarea{min-height:50px}.contact-submit{margin-top:.3rem}.contact-button{font-size:.75rem;padding:.5rem 1.25rem}}@media (max-width: 480px) and (min-height: 700px){.bottega-wrapper{margin-top:0}.tuku-wrapper .section-logo-header{margin-bottom:2.5rem}.tuku-wrapper .section-logo-header img{max-width:220px;width:50%}.tuku-coming-soon{font-size:1.3rem}.tuku-description p{font-size:.85rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:2.5rem}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:220px;width:50%}.keiret-coming-soon,.yume-coming-soon{font-size:1.3rem}.keiret-subheader{font-size:1rem}.keiret-description p{font-size:.85rem}.yume-subheader{font-size:1rem}.yume-description p{font-size:.85rem}.contact-wrapper{margin-top:0;gap:1.5rem}.contact-left{gap:.75rem;align-items:center;text-align:center}.contact-header{font-size:1.75rem;line-height:1.1}.contact-tagline{font-size:.9rem}.contact-subtext{font-size:.85rem}.contact-twitter{width:26px;height:26px}.contact-email{font-size:.85rem}.contact-form{gap:1rem}.contact-field label{font-size:.85rem}.contact-field input,.contact-field textarea{font-size:.85rem;padding:.55rem .75rem}.contact-field textarea{min-height:75px}.contact-button{font-size:.85rem;padding:.6rem 1.75rem}.bottega-wrapper .section-logo-header img{max-width:250px;width:55%}.bottega-wrapper .section-logo-header{margin-bottom:1rem}.bottega-content{gap:.9rem}.bottega-intro p{font-size:.9rem;margin:.15rem 0}.bottega-tagline p{font-size:.8rem;margin:.12rem 0}.bottega-flow{gap:.6rem;margin:.4rem 0}.bottega-flow span{font-size:.85rem}.bottega-flow .arrow{font-size:1.2rem}.bottega-section-header{font-size:1rem;margin:.75rem 0}.bottega-features{gap:1.3rem}.bottega-feature h4{font-size:.95rem;margin:0 0 .4rem}.bottega-subtitle{font-size:.8rem;margin:0 0 .5rem}.bottega-description{font-size:.7rem;line-height:1.5;text-align:justify}}@media (max-width: 480px) and (min-height: 800px){.bottega-wrapper{margin-top:.5rem}.bottega-wrapper .section-logo-header img{max-width:320px;width:65%}.tuku-wrapper .section-logo-header{margin-bottom:3rem}.tuku-wrapper .section-logo-header img{max-width:250px;width:55%}.tuku-coming-soon{font-size:1.4rem}.tuku-description p{font-size:.95rem}.keiret-wrapper .section-logo-header,.yume-wrapper .section-logo-header{margin-bottom:3rem}.keiret-wrapper .section-logo-header img,.yume-wrapper .section-logo-header img{max-width:250px;width:55%}.keiret-coming-soon,.yume-coming-soon{font-size:1.4rem}.keiret-subheader{font-size:1.05rem}.keiret-description p{font-size:.95rem}.yume-subheader{font-size:1.05rem}.yume-description p{font-size:.95rem}.contact-wrapper{margin-top:1rem}.contact-header{font-size:2.2rem}.contact-tagline{font-size:1.05rem}.contact-subtext{font-size:.95rem}.contact-twitter{width:30px;height:30px}.contact-email,.contact-field label,.contact-field input,.contact-field textarea{font-size:.95rem}.contact-field textarea{min-height:100px}.bottega-content{gap:1.1rem}.bottega-intro p{font-size:1rem;margin:.2rem 0}.bottega-tagline p{font-size:.9rem;margin:.15rem 0}.bottega-flow span{font-size:.95rem}.bottega-section-header{font-size:1.1rem;margin:.9rem 0}.bottega-feature h4{font-size:1rem}.bottega-subtitle{font-size:.85rem}.bottega-description{font-size:.75rem;text-align:justify}}.rotate-prompt-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.rotate-prompt-content{text-align:center;color:#fff;padding:2rem;max-width:400px}.rotate-icon{position:relative;display:inline-block;margin-bottom:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.rotate-arrow{position:absolute;top:50%;right:-30px;font-size:2rem;transform:translateY(-50%);animation:rotate 1.5s infinite}@keyframes rotate{0%,to{transform:translateY(-50%) rotate(0)}50%{transform:translateY(-50%) rotate(90deg)}}.rotate-prompt-content h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#fff}.rotate-prompt-content p{font-size:1rem;opacity:.8;color:#fff}.app{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;background-image:url(/images/BG_fukui.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative;overflow:hidden}.app:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff0d;pointer-events:none;z-index:0}@media (max-width: 480px){.app{background-image:url(/images/ChatGPT%20Image%20Oct%2021,%202025,%2010_34_50%20PM.png);background-position:calc(50% + 150px) center;background-attachment:scroll}}@media (max-width: 480px) and (max-height: 699px){.app{background-position:calc(50% + 100px) center}}@font-face{font-family:Epilogue;src:url(/fonts/Epilogue-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Epilogue;src:url(/fonts/Epilogue-Italic-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Epilogue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;width:100vw;height:100vh;height:100dvh}#root{width:100%;height:100%}
